body, div, span, header, footer, nav, section, aside, article, ul, dl, dt, dd, li, a, p, h1, h2, h3, h4,h5, i, b, textarea, button, input, select {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border:none;
    font-weight: normal;
    box-sizing: border-box;
    font-family:  'Open Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;;
    -webkit-tap-highlight-color:transparent;
}
body{
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

img{ pointer-events: none; }

html,body{
    width:100%;
    height: 100%;
    margin:0;
    background-color: #f2f2f2;

}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
em, i, strong {
    font-style: normal;
}

body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
    opacity: 0.1;
    background: rgb(97,152,239,0.5);
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: rgb(97,152,239,0.2);
}


.main-layout{
    min-width: 1200px;
}
.banner{
    height: 300px;
    /* margin-bottom: -30px; */
    border-radius: 0 0 30px 30px;
    box-shadow: 0 8px 30px rgb(68 0 0 / 30%);
    overflow: hidden;
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
}
.banner .banner-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.download-box{
    width: 1200px;
    height:50px;
    position: absolute;
    /* bottom: 15px; */
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 240px;
    z-index: 10;
}

.download-cont{
    position: absolute;
    right: 0;
}
.download-cont .android{
    display: inline-block;
    width: 179px;
    height: 50px;
}
.download-cont .ios{
    margin-left:15px;
    display: inline-block;
    width: 179px;
    height: 50px;
}


.mid-cont{
    width:1200px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px 54px 10px 54px;
    /* padding-left:52px;
    padding-right:52px; */
}

.mid-cont .first-page{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #d0cfd0;
}
    
.first-page .f-content-box{
    width: 604px;
    padding-left: 14px;
}

.onenumer{
    font-size: 34px;
    color: rgb(52,52,53);
    vertical-align: bottom;
    font-weight: bold;
}

.cont-title{
    margin-top:13px;
}

.cont-title .content-text{
    font-size: 24px;
    color: rgb(52,52,53);
    font-weight: bold;
}

.cont-input input{
    width: 334px;
    height: 60px;
    border: 1px solid #d0cfd0;
    border-radius: 10px;
    font-size: 20px;
    margin-top:36px;
    padding-left: 8px;
}

.cont-input .tip{
    color:rgb(240, 75, 74);
    font-size: 18px;
    padding-left: 10px;
}

.cont-input .name{
    color:rgb(57, 57, 57);
    font-size: 18px;
    padding-left: 10px;
}

.f-content-box .cont-tips{
    font-size: 12px;
    color:rgb(56,53,56);
    margin:36px 0 36px 0;
}
.first-page .f-image-box{
    width: 488px;
    position: relative;
}

.f-image-box .image{
    width: 360px;
    height: 186px;
    background-image:url("/images/v2/role.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    right: 11px;
    bottom: 36px;
    border: 4px solid #e3e3e3;
}

.f-image-box .image-border{
    width: 360px;
    height: 186px;
    display: inline-block;
    position: absolute;
    right: 14px;
    bottom: 39px;
    border: 1px solid #a4a2a4;
}

.mid-cont .second-page{
    border-bottom: 1px solid #d0cfd0;
    overflow: hidden;
    /* padding-left: 14px; */
    caret-color: transparent;
}

.cont-area{
    padding: 16px 80px 16px 80px;
    overflow: hidden;
}

.cont-area li{
    float:left;
    margin:0 42px 24px 0;
    cursor:pointer;
    width: 186px;
    height: 58px;
    border: 1px solid #d0cfd0;
    border-radius: 18px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

.cont-area .select{
    border: 2px solid rgb(97,152,239);
    box-shadow: 0 0 10px 0 rgb(117 165 241);
}

.cont-area li .flag{
    width: 74px;
    height: 58px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    vertical-align: center;
    align-items: center;
    justify-content: center;
}

.cont-area li .flag img{
    width: 49px;
    height: 34px;
    display: inline-block;
}

.cont-area li .text{
    width: 112px;
    color: rgb(52,52,53);
    font-size: 14px;
}

.mid-cont .third-page{
    overflow: hidden;
    padding-bottom: 38px;
    caret-color: transparent;
}

.mid-cont .cont-title{
    padding:0 14px 0 14px;
}

.third-page .tips1{
    font-size: 12px;
    color: rgb(52, 52, 53);
    margin-top: 14px;
    padding:0 14px 0 14px;
}

.third-page .tips2{
    font-size: 12px;
    color: #424243;
    margin-top: 14px;
    margin-bottom:14px;
    padding:0 14px 0 14px;
}

.pay-mid{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
}

.pay-mid .pay-left{
    width: 250px;
    border-radius: 8px;
    background-color: #dddada;
    padding:6px;
}



.pay-left li{
    width: 238px;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 6px;
    border:2px solid #ffffff;
    cursor: pointer;
}

.pay-left .select{
    border:2px solid rgb(97,152,239);
    box-shadow: 0 0 10px 0 rgb(117 165 241);
}

.pay-left .icon{
    width: 96px;
    height: 60px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 6px;
}

.pay-left .icon img{
    max-width: 90px;
    max-height: 40px;
}

.pay-left .text{
    width: 132px;
    text-overflow: ellipsis;  /* 将文本溢出显示... */
    overflow: hidden; /* 超出隐藏 */
    /* white-space: nowrap;  强制一行显示 */
    font-size: 18px;
    color: rgb(26,27,29);
    padding-left: 6px;
    font-weight: 500;
}

.pay-left .channel.select .text{
    color: rgb(91,145,230);
}

.pay-mid .pay-right{
    width: 842px;
}

.pay-right ul{
    padding:0 0 40px 25px;
    overflow: hidden;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.pay-right ul li{
    cursor: pointer;
}
.pay-right li{
    border: 1px solid #d0cfd0;
    border-radius: 12px;
    width: 190px;
    margin: 0 6px 20px 8px;
}

.pay-right  .select {
    border:2px solid rgb(97,152,239);
    box-shadow: 0 0 10px 0 rgb(117 165 241);
    /* margin: 0 4px 18px 6px; */
}

.pay-right .image{
    border: 1px solid #d0cfd0;
    border-radius: 12px;
    height: 116px;
    width: 168px;
    margin: 10px;
}

.pay-right li img{
    height: 116px;
    width: 168px;
}

.pay-right li .line{
    width: 100%;
    height: 1px;
    background-color: #d0cfd0;
    margin-top: 15px;
}

.pay-right li .diamonds{
    font-size: 18px;
    color: rgb(52, 52, 53);
    font-weight: bold;
    margin: 0 10px 10px 10px;
}

.pay-right li .bouns{
    font-size: 10px;
    color: rgb(255,178,68);
    display: inline;
    padding: 2px 10px 2px 10px;
    margin: 10px;
    border: 1px solid rgb(255,178,68);
    border-radius:5px;
}

.pay-right .select  .bouns{
    border:1px solid rgb(97,152,239);
    color:rgb(97,152,239);
}

.pay-right li .price{
    font-size: 26px;
    color: rgb(50,39,49);
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.pay-right  .select  .price{
    color: rgb(94,148,234);
}

.pay-btn {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.pay-btn .error{
    color: rgb(240,75,74);
    font-size: 18px;
    padding: 0 0 20px 0;

}

.hidden{
    display: none;
}
.submit{
    width: 652px;
    height: 86px;
    background-color: rgb(117, 165, 241);
    border-radius: 50px;
    font-size: 48px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

footer{
    width: 100%;
    height: 138px;
    background-color: rgb(117, 165, 241);
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 10px;
    margin-top: 20px;
}

footer p{
    margin: 0 auto;
}

footer a{
    display: inline-block;
    color: rgb(255, 255, 255);
    padding: 14px 5px;
    text-decoration: none;
    cursor: pointer;
}

.complate-mid{
    width: 70%;
    margin: 80px auto;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 120px 54px 10px 54px;
    height: 500px;
    caret-color: transparent;
}

.complate-mid .btn_back{
    padding: 15px 150px;
    background: rgb(117, 165, 241);
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
}

.region-lan-select{
    position: relative;
    display: inline-block;
    bottom: 9px;
    margin-left: 15px;
}

.region-selector-content{
    height: 50px;
    width: 307px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    justify-content: center;
}

.region-selector-content .region-icon{
    display: inline-block;
    width: 50px;
    height: 30px;
    background-image: url(/images/v2/globle-icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
}

.region-selector-content .region-name {
    display: inline-block;
    font-size: 16px;
    /* margin-left: 8px; */
    min-width: 50px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    width: 250px;
}

.region-selector-content .region-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    /* margin-left: 45px; */
    margin-top: 8px;
    background-image:url("/images/v2/arrow.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.bui-dropdown{
    position: absolute;
    z-index: 0;
    left: auto!important;
    right: 0!important;
    top: 50px!important;
    width: 307px;
}

.bui-dropdown p{
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    padding-left: 69px;
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
    border-radius: 10px;
    opacity: 0.7;
    margin-top: 2px;
    cursor: pointer;
}

.bui-dropdown p:hover{
    opacity: 1;
}