.main{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 150px;
}
.main .dx_captcha_basic_link, .main .dx_captcha_basic_logo{
    display: none;
}
.main .first{
    flex: 0 0 190px;
    min-height: 600px;
    background-color: #fff;
}
.first .title{
    text-align: center;
    color: #2C3340;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.4;
    font-weight: 500;
}
.first .nickName{
    width: 100%;
}
.first .nickName img{
    margin-top: 30px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
}
.first .nickName span{
    line-height: 1.4;
    margin-top: 5px;
    font-size: 16px;
    color: #2C3340;
}
.first .options{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
}
.options li{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    text-align: left;
    color: rgba(44,51,64,0.5);
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-bottom: none;
    font-size: 14px;
    cursor: pointer;
    padding: 0 2rem;
}
.options li:hover,.options li.active{
    color: rgba(44,51,64,1);
    border-left: 4px solid #3F61FF;
}
.options li .iconfont{
    margin-right: 15px;
}
.options li a{
    text-decoration: none;
    color: rgba(44,51,64,0.5);
}
.options li.active a{
    color: rgba(44,51,64,1);
}
.main .second{
    flex: 1;
    min-height: 600px;
    background-color: #fff;
    margin-left: 10px;
}

.confirm-switch-close {
    width: 26px;
    border-radius: 10px 0px 10px 0px;
    display: flex;
    position: relative;
    left: 140px;
    top: -18px;
    font-size: 13px;
    font-weight: 600;
}

.confirm-switch-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 17px; 
    margin-top: 20px;
}

.confirm-switch-title2 {
    font-size: 13px; 
}

.confirm-switch-li {
    list-style-type: disc!important;
    padding-top: 16px;

}

.review-box {
    width: 298px;
    padding: 10px;
    margin-top: 25px;
    border: solid #E5E5E5 1px;
    border-radius: 10px;
}

.review-box-title {
    background: #E5E5E5;
    width: 78px;
    border-radius: 10px 0px 10px 0px;
    display: flex;
    position: relative;
    left: -110px;
    top: -10px;
    font-size: 13px;
    font-weight: 600;
}

.review-box-desc {
 width: 280px;
 padding-left: 12px;
}

.confirm-switch-note {
    margin-top: 60px;
    background: #F7F8F9;
    padding: 16px 38px 16px 38px;
    border-radius: 3px;
    width: 100%;
}

.common{
    padding: 100px;
}
.common.order{
    padding: 15px;
}
.order .pay-info{
    width: 100%;
}
.order .pay-info .head{
    background-color: #f8f8f8;
    text-align: center;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #f8f8f8;
}
.order .pay-info li{
    width: 100%;
    flex:1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333;
    text-align: center;
    font-size: 12px;
    padding: 14px 5px;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
}
.order .pay-info li p{
    width: 100%;
    padding: 0 2px;
    word-break: break-all;
}
.pages{
    margin-top: 20px;
}
.pages .page{
    padding: 8px 12px;
    line-height: 1.3;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #eee;
    color: #2C3340;
    margin: 2px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50%;
}
.pages .page.active,.pages .page:hover{
    background: linear-gradient( 301deg , rgba(71,175,236,1) 0%, rgba(96,99,217,1) 100%);
    color: #fff;
}
.no-data{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 80px;
}
.no-data img{
    display: block;
    margin: 20px auto;
    width: 120px;
    height: auto;
}
.no-data p{
    font-size: 20px;
    color: #2C3340;
    text-align: center;
}
.refund{
    padding-bottom: 20px;
}

.container-override-width { 
    width: auto!important;
}  

.plans{
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 35px;
    padding-bottom: 20px;
    width: 100% !important;
}

.plan-card ,.plan-card2 {
    background: ghostwhite;
    margin: 5px;
    border-radius: 10px;
    padding: 10px;
}

.plan-card2 {
    background: rgb(255, 255, 255)!important;
    min-width: -webkit-fill-available;
}

.plan-input , .plan-input2 {
    width: 200px;
    height: 40px;
    padding: 10px;
    color: #91969C;
    border: solid #E5E5E5 1px;
}

.plan-input2 {  
    color: #333333;
    background: #fff;
    border-radius: 0px!important;
}

.plan-style1 {
    color: #3F61FF;
    font-size: 14px;
    font-weight: bolder;
}

.red-text {
    color: red;
}

.button-switch-package {
    background: #3F61FF;
    color: #F5F9FA;
    width: 250px;
    height: 40px; 
    margin-top: 50px;
    border: none;
    cursor: pointer;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-x {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padding-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.plan-header {
    background: darkslateblue;
    color: aliceblue;
    border-radius: 10px;
    padding: 15px;
}
.plan-sub-header {
    display: table;
background: #b1a483;
    color: white;
    border-radius: 6px 6px 0px 0px;
    padding: 7px;
    min-width: 200px;
    
}
.modifyed-allow-user-lable {
    color: red;
}

.plan-list-row {
    background: #dfdef3;
    color: #545454;
    border-radius: 10px;
    padding: 3px;
    margin-bottom: 3px;
}
.margin-bottom-30 {
margin-bottom: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
    }

.allow-users-show {
    margin-bottom: 30px;
    line-height: 35px;
}

.container .flex  {
    display: flex;
    flex-wrap: wrap;
  }

.margin-bottom-label {
    margin-bottom: 2px!important;
} 
.user-lablel {
    background: #eae8ff; 
    border-radius: 20px;
    font-size: 14px;
    color: #284aa5; 
    padding: 6px 20px 6px 20px;
    text-align: center;

    white-space:nowrap;/*强制单行显示*/
    text-overflow:ellipsis;/*超出部分省略号表示*/
    overflow:hidden;/*超出部分隐藏*/
    width: 150px;/*设置显示的最大宽度*/
    height: 30px;/*设置显示的最大宽度*/
    display:inline-block;
      
      
}



.btnrenew {
    flex: 0 0 134px;
    height: 40px;
    background: #5248cb;
    border: none;
    outline: none;
    border-radius: 15px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin-right: 20px;
    margin-top: 10px;
    min-width: 200px;
}

.btnsave {
    flex: 0 0 134px;
    height: 40px;
    background: #5248cb;
    border: none;
    outline: none;
    border-radius: 15px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin-right: 20px;
    margin-top: 10px;
    min-width: 200px;
}

.adduser {
    flex: 0 0 134px;
    height: 40px;
    background: #827fab;
    border: none;
    outline: none;
    border-radius: 15px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin-right: 20px;
    min-width: 106px;
}

.img-wrap {
    position: relative; 
    margin-right: 150px; 
    margin-bottom: 20px;
    display:inline;
    line-height: 20px;
}
.img-wrap .close {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 100; 
}

.img-wrap img {
    z-index: 1000;
    position: sticky;
}

.new-user-input {
    height: 40px;
    background: #ffffff;
    border: 1px solid #E5E5E5;
    outline: none;
    border-radius: 8px;
    font-size: 14px;
    color: rgb(0, 0, 0); 
    min-width: 106px;
    padding-left: 10px;
}
 


.input-box{
    position: relative;
    margin-bottom: 34px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.input-box label{
    flex: 0 0 100px;
    margin-right: 20px;
    font-weight: normal;
    text-align: right;
    margin-bottom: 0;
}
.input-box>div{
    position: relative;
    flex: 1;
}
.input-box .input{
    flex: 1;
    height: 40px;
    background: #F7F8F9;
    border: 1px solid #E5E5E5;
    color: rgba(44,51,64,1);
    font-size: 14px;
    line-height: 38px;
    padding-left: 15px;
}
input::placeholder{
    color: rgba(44,51,64,0.5);
}
.mobile.input-box .input{
    padding-left: 50px;
}
.devices {
    position: relative;
    width: 40px;
    top: 6px;
    transform: translate(0, -50%);
    color: #91969C;
    line-height: 1;
    font-size: 14px;
    left: -30px;
}
.tips{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #2C3340;
    line-height: 1;
    font-size: 14px;
    padding-left: 15px;
}
.input-box .input:focus{
    border: 1px solid rgba(82,72,203, 1);
}
.input-box select.input{
    border-radius: 2px;
    outline: none;
}

.input-box .input option{
    width: 100%;
    height: 40px;
}

.input-box textarea.input{
    padding: 10px 15px;
    height: 10em;
    resize: none;
    line-height: 1.5;
    outline: none;
}

.input-box .button{
    flex: 0 0 134px;
    height: 40px;
    background: rgba(82,72,203, 0.5);
    border: none;
    outline: none;
    border-radius: 2px;
    font-size: 14px;
    color: rgba(245,249,250, 0.5);
    margin-left: 20px;
}
.input-box .button.active{
    background: rgba(82,72,203, 1);
    color: #F5F9FA;
}
.input-box .button[data-status="true"]{
    background: rgba(82,72,203, 0.8);
    color: rgba(245,249,250, 0.5);
}
.sumbit-box{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.submit{
    width: 134px;
    height: 40px;
    background: rgba(82,72,203, 1);
    border: none;
    outline: none;
    border-radius: 2px;
    font-size: 14px;
    color: rgba(245,249,250, 1);
    margin-left: 20px;
}
.submit:hover{
    background: rgba(82,72,203, 0.9);
    color: rgba(245,249,250, 0.9);
}
.instruction-list > * + * {
    margin-top: 2rem;
}
.instruction-list > p {
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
}
.instruction-list > ol > li {
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 2rem;
    font-size: 1.2rem;
    color: #333;
}
.instruction-list > .input-box{
    justify-content: center;
    margin-top: 6rem;
    margin-bottom: 0;
}
.download-code {
    background: #f7f8f9;
    padding: 2rem 5rem;
    margin-top: 5rem;
    border: 2px dashed #5248cb;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    color: #070707;
}
.icon-xiazai {
    font-size: 1.4rem;
}
.qr-code > * + * {
    margin-top: 1rem;
}
.qr-code > p {
    font-size: 2rem;
    font-weight: bold;
    color: #000; 
    text-align: center;  
}
.qr-code > p:nth-child(3) {
    font-size: 1.1rem;
    color: rgb(243, 9, 40); 
    text-align: center; 
}
.qr-code > a {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    color: #5248cb;
}
@media (max-width: 992px){
    .main{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .main .first{
        flex: 0 0 50px;
        width: 100%;
        min-height: 50px;
        background-color: #fff;
    }
    .first .options{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 0px;
    }
    .first .options li{
        flex: 1;
        border-left: none;
        border-bottom: 4px solid #fff;
    }
    .options li:hover,.options li.active{
        color: rgba(44,51,64,1);
        border-left: none;
        border-bottom: 4px solid #3F61FF;
    }
    .xs-padding{
        padding-left: 5px;
        padding-right: 5px;
    }
    .main .second{
        margin-left: 0px;
        width: 100%;
        margin-top: 10px;
    }
    .common{
        padding: 50px;
    }
    .common.order{
        padding: 15px;
    }
}


.padding-left-5 {
    padding-left: 5px !important;
}
@media (max-width: 768px){
    .xs-padding{
        padding-left: 5px;
        padding-right: 5px;
    }
    .main .second{
        min-height: 400px;
    }
    .main{
        margin-top: 20px;
    }
    .main .second{
        margin-left: 0px;
    }
    .common{
        padding: 30px 15px;
    }
    .common.order{
        padding: 0px;
    }
    .no-data{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .no-data img{
        display: block;
        margin: 20px auto;
        width: 130px;
        height: 130px;
    }
    .no-data p{
        font-size: 12px;
        text-align: center;
        color: #2C3340;
    }
    .main .second .input-box{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .main .second .input-box>div{
        width: 100%;
    }
    .input-box label{
        flex: 0 0 30px;
        font-size: 14px;
        margin-right: 0px;
    }
    .tips{
        padding-left: 10px;
    }
    .input-box .input{
        padding-left: 10px;
    }
    .mobile.input-box .input{
        padding-left: 40px;
    }
    .input-box .button{
        flex: 0 0 90px;
        font-size: 12px;
        margin-left: 0px;
    }

    .ios {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .instruction-list > .input-box {
        justify-content: center !important;
        align-items: center !important;
        margin-top: 2rem;
    }

    .instruction-list > .input-box .button {
        flex: 0;
        padding: 1rem 2rem;
    }

    .download-code {
        padding: 1rem 3rem;
        margin-top: 2rem;
        font-size: 1.5rem;
    }
    .qr-code {
        margin-bottom: 2rem;
    }
    .first .options li{
        flex-direction: column;
        justify-content: center;
        padding: 0;
        width: 33%;
        flex: inherit;
    }
    .main .first {
        flex: 0;
    }

    .plan-card2 {
    padding: 20px;
    }
}