@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.showpopupBox {
    position: fixed;
    width: 100%;
    height: 100%;
    /* background: #00000080; */
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 100000;
    /* display: none; */

}

.showpopupBox .content {
    width: 360px;

    border-radius: 4px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 0 20px;

}

.showpopupBox .content .topC {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
    border-bottom: 1px solid #EEEEEE;
}

.showpopupBox .content .topC>.back {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arrow5.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;

}

.showpopupBox .content .topC>.noback {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: #ffffff;


}

.showpopupBox .content .topC>p:nth-of-type(2) {
    width: 100px;
    height: 22px;
    font-size: 16px;
    font-family: Source Han sans-serif;
    font-weight: bold;
    line-height: 22px;
    color: #333333;

}

.showpopupBox .content .topC>.close1 {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.showpopupBox .content .subtitle {
    margin-top: 16px;
    height: 17px;
    font-size: 12px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 17px;
    color: #999999;
    margin-bottom: 12px;

}

.showpopupBox .content .subtitle>span {
    display: inline-block;
    width: 255px;
    text-align: right;
    font-size: 12px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 17px;
    color: #0099AD;

}

.showpopupBox .content .power {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.showpopupBox .content .power::after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url("../img/limits1.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin-left: 6px;
}


.showpopupBox .content .itemBox {
    width: 360px;
    height: 333px;
    background: #FFFFFF;
    margin-left: -20px;
    padding: 0 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.showpopupBox .content .itemBox::-webkit-scrollbar {
    width: 4px;
    background: #ffffff;

}

/* .showpopupBox .content .itemBox::-webkit-scrollbar-button {
 height: 41px;

} */

.showpopupBox .content .itemBox::-webkit-scrollbar-track {
    border-radius: 4px;

}

/* .showpopupBox .content .itemBox::-webkit-scrollbar-track-piece {
 border-radius: 4px;

} */

.showpopupBox .content .itemBox::-webkit-scrollbar-thumb {
    border-radius: 4px;
    max-height: 41px !important;
    min-width: 4px;
    background: #0099AD;
}



.showpopupBox .content .itemBox .item {
    width: 320px;
    height: 40px;
    background: #F7F7F7;
    border-radius: 2px;
    padding: 10px 12px;

    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.showpopupBox .content .itemBox .style1 {
    width: 300px;
    height: 40px;
    background: #F7F7F7;
    border-radius: 2px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;

}

.showpopupBox .content .itemBox .style1 .el-input__inner {
    background: #F7F7F7;
    border: none;

}

.showpopupBox .content .itemBox .style2 .el-input__inner {
    background: #F7F7F7;
    border: none;

}

.showpopupBox .content .itemBox .style2 {
    width: 290px;
    margin-left: 30px;
    background: #F7F7F7;
    border-radius: 2px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.showpopupBox .content .itemBox .style2 .text {
    height: 20px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    line-height: 20px;
    padding-left: 10px;

}

.showpopupBox .content .itemBox .style2 .right {
    width: 110px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;

    color: #AAAAAA;

}

.showpopupBox .content .itemBox .style1 .tip {
    height: 20px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #AAAAAA;
    padding-right: 10px;
}

.showpopupBox .content .itemBox .item .left {
    height: 20px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.showpopupBox .content .itemBox .item .left>span {
    display: inline-block;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/reduce1.png) no-repeat;
    background-size: 16px 16px;
    background-position: center;
    cursor: pointer;
    /* padding: 12px; */


}

.showpopupBox .content .itemBox .item .rightText {
    height: 20px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #AAAAAA;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.showpopupBox .content .itemBox .item .rightText::after {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/right3.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin-left: 10px;


}

.showpopupBox .content .itemBox .item .rightImg {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/right3.png) no-repeat;
    background-size: 100%;
    cursor: pointer;

}

.showpopupBox .content .itemBox .item .nocheckImg {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url('../img/nocheck1.png') no-repeat center 0px;
    background-position: center 0px;
    background-size: cover;
    text-indent: -999px;
}

.showpopupBox .content .itemBox .item .checkImg {
    /* display: inline-block;
 content: "";
 width: 16px;
 height: 16px;
 background: url('../img/check1.png') no-repeat center 0px !important;
 background-size: 100%; */
    cursor: pointer;
    height: 16px;
    width: 16px;
    background: url('../img/check1.png') no-repeat center 0px;
    background-position: center 0px;
    background-size: cover;
    text-indent: -999px;

}

.showpopupBox .content .submit1 {
    width: 320px;
    height: 40px;
    background: #0099AD;
    border-radius: 2px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.showpopupBox .content .inputBox1 {
    width: 320px;
    height: 40px;
    background: #F7F7F7;
    border-radius: 2px;
}

.showpopupBox .content .inputBox1 .el-input__inner {
    width: 320px;
    height: 40px;
    background: #F7F7F7;
    border-radius: 2px;
}

.showpopupBox .content .qrCode {
    margin: 30px 80px 10px 80px;
    width: 160px;
    height: 160px;

}

.showpopupBox .content .p1 {
    margin-top: 20px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    line-height: 14px;
    color: #666666;
    text-align: center;
}

.showpopupBox .content .p2 {
    margin-top: 10px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    line-height: 14px;
    color: #0099AD;
    text-align: center;
}

.showpopupBox .content .p3 {
    margin-top: 10px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    line-height: 14px;
    color: #0099AD;
    text-align: left;
}

.showpopupBox .content .codeTip1 {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #9D9D9D;
    text-align: center;
}

.showpopupBox .content .codeTip2 {
    text-align: center;
    font-size: 12px;
    font-family: Source Han sans-serif;
    font-weight: bold;
    line-height: 17px;
    color: #333333;
    padding-bottom: 10px;

}

.showpopupBox .content .qrCode img {
    width: 160px;
    height: 160px;

}


.tipsPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    z-index: 100001;
}

.tipsPopup .content {
    width: 360px;
    height: 150px;
    border-radius: 4px;
    background: #FFFFFF;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 0 15px;

}

.tipsPopup .content .title {
    height: 42px;
    text-align: center;
    font-size: 16px;
    font-family: Source Han sans-serif;
    font-weight: bold;
    line-height: 42px;
    color: #333333;
    margin-bottom: 10px;
    border-bottom: 1px solid #E65555;
}

.tipsPopup .content p {
    text-align: center;
    width: 330px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: #9D9D9D;

}

.tipsPopup .content .btnGroup2 {
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tipsPopup .content .btnGroup2 .btn1 {
    width: 160px;
    height: 30px;
    background: #F7F7F7;
    border-radius: 2px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #999999;
    text-align: center;
    cursor: pointer;
}

.tipsPopup .content .btnGroup2 .btn2 {
    width: 160px;
    height: 30px;
    background: #E65555;
    border-radius: 2px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;

}

.tipsPopup .content .btnGroup2 .btn3 {
    width: 330px;
    height: 30px;
    background: #0099AD;
    border-radius: 2px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}


#teamList .agreement {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: #00000020;

}

#teamList .agreement .agreementBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 4px;
    padding-bottom: 20px;
    z-index: 100;
}

#teamList .agreement .agreementBox h4 {
    height: 64px;
    width: 800px;
    text-align: center;
    line-height: 64px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #DDDDDD;
}

#teamList .agreement .agreementBox .delete {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 14px;
    right: 14px;
    background: url(../img/cansel5.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

#teamList .agreement .agreementBox .text {
    height: 394px;
    width: 755px;
    margin: 0 auto;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 10px;
}

#teamList .agreement .agreementBox .text .item {
    margin-top: 20px;
}

#teamList .agreement .agreementBox .text .item .name {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-indent: 6px;
    border-left: 4px solid #0099AD;
    margin-bottom: 10px;
}

#teamList .agreement .agreementBox .text .item p {
    width: 730px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    padding-bottom: 10px;
}

#teamList .agreement .agreementBox .text .item p>span {
    color: #0099AD;
}

#teamList .agreement .agreementBox .text .item p .span {
    width: 95%;
    margin: 0 auto;
    color: #666666;
    display: block;
    margin-top: 5px;
}

#teamList .agreement .agreementBox>.text::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    background: #DDDDDD;
}

#teamList .agreement .agreementBox>.text::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #0099AD;
}

#teamList .agreement .agreementBox>.text::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}