
 page {
            background-color: #f4f4f2;
            font-size: 12px;
        }

        .team-name {
            padding: 10px 20px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            background-color: white;
        }

        .team-name img {
            width: 45px;
            height: 45px;
            border-radius: 45px;
        }

        .team-name text {
            font-weight: bold;
            font-size: 15px;
        }

        .team-center {
            width: 90%;
            border-radius: 10px;
            background-color: #FB786A;
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
            padding: 10px 0;
            box-sizing: border-box;
            margin: 10px auto;
        }

        .team-center view {
            text-align: center;
            color: white;
            line-height: 25px;
            font-size: 15px;
        }

        .team-center .team-top {
            border-bottom: 1px solid white;
            padding: 10px 0;
            width: 85%;
            margin: 0 auto;
        }

        .team-center .team-bottom {
            margin: 20px 0 10px 0;
            display: flex;
            align-items: center;
        }

        .team-li {
            flex-grow: 3;
            border-right: 1px solid white;
        }

        .team-li:nth-last-of-type(1) {
            border: 0;
        }

        .team-li view {
            font-size: 12px;
            line-height: 20px;
        }

        .team-list {
            width: 100%;
            display: flex;
            padding: 10px;
            background-color: white;
            align-items: center;
            border-bottom: 1px solid #f4f4f2;
        }

        .team-list img {
            flex-basis: 50px;
            height: 50px;
            border-radius: 50px;
        }

        .team-text {
            height: 65px;
            flex: 9;
            display: initial;
            padding: 0 5px;
            margin-left: 10px
        }

        .team-list .team-open {
            flex-basis: 20px;
            height: 20px;
        }

        .team-text view {
            /* width: 100%; */
        }

        .row {
            font-size: 18px;
            font-weight: 600
        }

        .tab {
            float: left;
            width: 50%;
            height: 100%;
            text-align: center;
            font-size: 15px;
        }

        .tab .top {
            margin-top: 15px;
        }

        .tab .beizhu {
            font-size: 10px;
            font-weight: 400;
            color: #999 !important;
        }

        .topTabSwiper {
            /* border-top: 1px solid #ccc; */
            border-bottom: 1px solid #ccc;
            zoom: 1;
            height: 70px;
            width: 100vw;
            font-weight: 700;
        }

        .topTabSwiper:after {
            content: "";
            clear: both;
            display: block;
        }

        .tabBorer {
            /* border-bottom: 1px solid #f4b870; */
            color: #f5a034;
            background: white;
        }


        .bindtop {
            width: 375px;
            height:132px;
            background: url(http://1juhao.oss-cn-shanghai.aliyuncs.com/637663476534390562_18feab93-589b-489c-ba35-a533be7ccfe2.png);
        }

   
        .bindleft {
            width: 82px;
            height: 132px;
            margin-left: 20px;
            float: left;
        }

        .bindleft img {
            width: 66px;
            margin-top: 32px;
        }

        .bindmiddle {
            width: 150px;
            height: 132px;
            float: left;
        }

        .bindnum {
            width: 100%;
            height: 64px;
            line-height: 110px;
            font-size: 26px;
            font-weight: 700;
            color: white;
        }

        .bindname {
            width: 100%;
            height: 64px;
            margin-top: 10px;
            font-size:12px;
            color: white;
        }

        .bindright {
            width: 25vw;
            height: 35vw;
            float: right;
            text-align: center;
        }

        .bindright .left {
            width: 8vw;
            height: 8vw;
            margin-top: 22vw;
            float: left;
        }

        .bindright .left img {
            width: 8vw;
        }

        .bindright .right {
            width: 17vw;
            height: 8vw;
            margin-top: 20vw;
            float: left;
            color: white;
            font-size: 4.5vw;
        }

        .listLeft {
            width: 50%;
            height: 100%;
            float: left;
        }

        .listRight {
            width: 45%;
            margin-right: 5%;
            height: 100%;
            float: left;
            text-align: right;
            line-height: 40px;
            color: #f5a034;
            font-size: 14px;
        }

        .listRight_2 {
            width: 45%;
            margin-right: 5%;
            height: 100%;
            float: left;
            text-align: right;
            color: #f5a034;
            font-size: 14px;
        }

        .unbind {
            width: 60px;
            float: right;
            background: #f5a034;
            text-align: center;
            border-radius: 50px;
            color: white;
        }

        .modal-mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            background: #000;
            opacity: 0.5;
            overflow: hidden;
            z-index: 9000;
            color: #fff;
        }

        .modal-dialog {
            width: 540rpx;
            overflow: hidden;
            position: fixed;
            top: 50%;
            left: 0;
            z-index: 9999;
            background: #f9f9f9;
            margin: -90px 52px;
            border-radius: 18px;
        }

        .modal-title {
            padding-top: 25px;
            font-size: 18px;
            color: #030303;
            text-align: center;
            font-weight: 700;
        }

        .modal-content-2 {
            padding: 25px 16px;
            text-align: center;
            font-size: 16px;
            margin-top: -10px;
        }

        .modal-input {
            display: flex;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 2px;
            font-size: 14px;
        }


        .input {
            width: 100%;
            height: 41px;
            font-size: 14px;
            line-height: 14px;
            padding: 0 10px;
            box-sizing: border-box;
            color: #333;
        }

        input-holder {
            color: #666;
            font-size: 14px;
        }

        .modal-footer {
            display: flex;
            flex-direction: row;
            height: 43px;
            border-top: 1px solid #dedede;
            font-size: 17px;
            line-height: 43px;
        }

        .btn-cancel {
            width: 50%;
            color: #666;
            text-align: center;
            border-right: 1px solid #dedede;
        }

        .btn-confirm {
            width: 50%;
            color: #ec5300;
            text-align: center;
        }

        .modalbtn {
            width: 40%;
            float: left;
            margin: 0 5% 10px 5%;
            line-height: 35px;
            font-size: 15px;
        }

        .gray {
            font-size: 13px;
            color: #999;
        }

        .content {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin-top: 10px;
        }

        .iptbox {
            width: 35px;
            height: 35px;
            border: 1px solid #ddd;
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .chose {
            border-color: blue;
        }

        .ipt {
            width: 0;
            height: 0;
        }

        .btn-area {
            width: 80%;
            background-color: orange;
            color: white;
        }

        .send {
            width: 90%;
            margin: -5px 0 -5px 10%;
            text-align: right;
            font-size: 12px;
            color: #999;
        }


        @media screen and (min-width: 768px) {
            .bindtop {
                width: 373px;
                height: 132px;
                background: url(http://1juhao.oss-cn-shanghai.aliyuncs.com/637663476534390562_18feab93-589b-489c-ba35-a533be7ccfe2.png);
            }
        }