#qrcode iframe{width:210px!important;height:220px!important}
.activate_panel{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 996;
}
.activate_panel .activate_content{
    display:flex;
    flex-direction:column;
    z-index: 1001;
    justify-content:center;
    position: relative;
    position: fixed;
    border-radius: 5px;
    animation: tanchuang .25s;
}
#startDom,#bindPhoneDom,#editPhoneDom,#bindWetDom,#noBindWetDom,#confirmComDom,#activateDom{
    animation: tanchuang .25s
}
@keyframes tanchuang {
    0% {
        transform: scale(.6);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.shadow {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    z-index: 100;
}

.layui-layer-content {
    overflow:hidden!important;
}
.layui-input {
    border: 1px solid #e6e6e6!important;
}
.myskin{
    background-color: transparent!important;
    box-shadow: 0 0 0 rgba(0,0,0,0)!important;
}
#startDom  .butStyle {
    position: absolute;
    width: 280px;
    height: 60px;
    left: 166px;
    top: 375px;
    transition: .3s;
}
#startDom .butStyle:hover {
    transform:scale(1.06);
    cursor:pointer
}
#startDom  .closeBtn {
    cursor: pointer;
    color: #C1EFED;
    width: 20px;
    height: 20px;
    font-weight: normal;
    z-index: 10;
    transform: scale(4);
    position: absolute;
    top: 53px;
    right: -12px;
}
#editPhoneDom .editContent {
    width: 355px;
    height: 211px;
    padding: 10px;
    position: absolute;
    z-index: 2;
    top: 123px;
    right: 56px;
    background: white;
    border-radius: 10px;
}
#editPhoneDom .closeBtn {
    cursor: pointer;
    color: #C1EFED;
    width: 20px;
    height: 20px;
    font-weight: 0;
    z-index: 10;
    transform: scale(4);
    position: absolute;
    top: 20px;
    right: -10px;
}
#editPhoneDom input[type=text] {
    width:300px;
    border-radius:5px;
    padding: 22px 15px;
    color:#808080!important;
    margin-left: 26px;
    margin-bottom: 12px;
    border: 1px solid #DCDFE6;
}
#editPhoneDom input[type=password] {
    width: 300px;
    height: 46px;
    padding: 22px 15px;
    color:#808080!important
}
#editPhoneDom .layui-input-block {
    margin-left: 26px!important;
    margin-top:20px
}
#editPhoneDom .saveBtn {
    text-align: center;
    cursor:pointer;
    margin-top: 8px;
    margin-left: 26px;
    background:-webkit-linear-gradient(left,#15E1E4,#07CDD0);
    background: -o-linear-gradient(left,#15E1E4,#07CDD0);
    background: linear-gradient(left,#15E1E4,#07CDD0);
    border-radius:5px;
    width:300px;
    height:45px;
    line-height:45px;
    color:white;
}
#editPhoneDom .getNumStyle {
    color: #67F3F1;
    position: absolute;
    right: 42px;
    top: 14px;
    z-index: 200;
    font-size: 14px;
    cursor:pointer;
}
#editPhoneDom .layui-layer-min{
    display:none!important;
}
#confirmComDom{
    z-index:200;
    position: relative;
}
#confirmComDom .closeBtn {
    cursor: pointer;
    color: #C1EFED;
    width: 20px;
    height: 20px;
    font-weight: 180;
    z-index: 10;
    transform: scale(4.3);
    position: absolute;
    top: 60px;
    right: -11px;
}

#confirmComDom imgStyle {
    position:absolute;
    top:0;
    left:0
}
#confirmComDom .alertMsg {
    position:absolute;
    bottom: 80px;
    left: 163px;
    text-align:center
}
.companyName, .registerAdr, .startBank {
    border-right:1px solid rgb(128, 128, 128,.3)
}
.companyName, .userCode, .registerAdr, .registerPhone, .startBank, .bankCount {
    flex:1;
    text-align:left;
    padding:0 12px;
    color:#666;
    position:relative;

}
.companyName .text,
.userCode .text,
.registerAdr .text,
.registerPhone .text,
.startBank .text,
.bankCount .text{
    position: absolute;
    text-align: right;
    right: 10px;
    top: 0px;
    color: white;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#confirmComDom .detailMsg {
    position:absolute;
    left:0;
    letter-spacing: 0.6px;
    font-size: 13px;
    top:158px;
}
.layui-layer-min{
    display:none!important;
}
.lineOne, .linetwo {
    border-bottom:1px solid rgb(128, 128, 128,.3)
}
.lineOne, .linetwo, .lineThree {

    display:flex;
    width:616px;
    height:53px;
    line-height:53px;
}
#confirmComDom .confirmBtn {
    position: absolute;
    bottom: 23px;
    left: 203px;
    text-align: center;
    cursor: pointer;
    background: -webkit-linear-gradient(left,#15E1E4,#07CDD0);
    background: -o-linear-gradient(left,#15E1E4,#07CDD0);
    background: linear-gradient(left,#15E1E4,#07CDD0);
    border-radius: 5px;
    width: 220px;
    height: 45px;
    line-height: 45px;
    color: white;
}
#activateDom .getReward {
    position: absolute;
    left: 113px;
    top: 253px;
    transition:.2s
}
#activateDom .getReward:hover {
    transform:scale(1.05);
}
#activateDom .closeBtn {
    cursor: pointer;
    color: #C1EFED;
    width: 20px;
    height: 20px;
    font-weight: 0;
    z-index: 10;
    transform: scale(4);
    position: absolute;
    top: 74px;
    right: 18px;
}

#bindPhoneDom  .closeBtn {
    cursor: pointer;
    color: #C1EFED;
    width: 20px;
    height: 20px;
    font-weight: 0;
    z-index: 10;
    transform: scale(4);
    position: absolute;
    top: 23px;
    right: -6px;
}
#bindPhoneDom .editContent {
    width: 355px;
    height: 211px;
    padding: 10px;
    position: absolute;
    z-index: 2;
    top: 123px;
    right: 56px;
    background: white;
    border-radius: 10px;
}
#bindPhoneDom  .nextPhoneBtn {
    text-align: center;
    cursor:pointer;
    margin-top:20px;
    margin-left: 26px;
    background:-webkit-linear-gradient(left,#15E1E4,#07CDD0);
    background: -o-linear-gradient(left,#15E1E4,#07CDD0);
    background: linear-gradient(left,#15E1E4,#07CDD0);
    border-radius:5px;
    width:300px;
    height:45px;
    line-height:45px;
    color:white
}
#bindWetDom{
    z-index: 200;
    position: relative;
}
#bindWetDom  .nextWetBtn {
    text-align: center;
    cursor:pointer;
    margin-top: 8px;
    margin-left: 26px;
    background:-webkit-linear-gradient(left,#15E1E4,#07CDD0);
    background: -o-linear-gradient(left,#15E1E4,#07CDD0);
    background: linear-gradient(left,#15E1E4,#07CDD0);
    border-radius:5px;
    width: 274px;
    height:45px;
    line-height:45px;
    color:white;
}
#bindWetDom .editContent {
    width: 328px;
    height: 260px;
    padding: 20px 10px 10px 10px;
    position: absolute;
    z-index: 2;
    top: 86px;
    left: 79px;
    /* background: white; */
    border-radius: 10px;
}
#bindWetDom .closeBtn {
    cursor: pointer;
    color: #C1EFED;
    width: 20px;
    height: 20px;
    font-weight: 0;
    z-index: 10;
    transform: scale(4);
    position: absolute;
    top: 25px;
    right: -8px;

}

#noBindWetDom .editContent {
    width: 328px;
    height: 260px;
    padding: 10px;
    position: absolute;
    z-index: 2;
    top: 86px;
    left: 79px;
    /* background: white; */
    border-radius: 10px;
}
#noBindWetDom .closeBtn {
    cursor: pointer;
    color: #C1EFED;
    width: 20px;
    height: 20px;
    font-weight: 0;
    z-index: 10;
    transform: scale(4);
    position: absolute;
    top: 25px;
    right: -8px;

}
.impowerBox .qrcode {width: 160px !important}
.impowerBox .title {
    text-align: center;
    font-size: 20px;
    display:none!important;
}
.uc_tab {
    display:none!important
}
.p30 {
    width: 160px;
    height: 160px;
    position: absolute;
    z-index: 2;
    top: 91px;
    left: 71px;
    border-radius: 10px;
}
.qrcode {
    width: 217px!important;
}
#wechatInfo {
    text-align:center;
    font-size:20px;
}
#wechatInfo img {
    margin-top:13px;
}
#wechatInfo .ownName {
    font-size:18px
}
#noBindWetDom .nextWetBtn {
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-left: 57px;
    margin-top: 9px;
    background: -webkit-linear-gradient(left,#15E1E4,#07CDD0);
    background: -o-linear-gradient(left,#15E1E4,#07CDD0);
    background: linear-gradient(left,#15E1E4,#07CDD0);
    border-radius: 5px;
    width: 90px;
    height: 35px;
    line-height: 35px;
    color: white;
}
.edit_phone_content{
    margin-top:16px;margin-left:0px;font-size:22px;text-align:center
}
.edit_phone_title{
    margin-top:33px;margin-left:0px;font-size:22px;text-align:center
}

