[v-cloak] {
    display: none;
}
body{
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
body::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.rl-modal{
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
.accountManage-top{
    display: flex;
    width: 92%;
    margin: 10px 4%;
}

.accountManage-logo{
    width: 16%;
    padding: 5px 5px 5px 0;
}
.accountManage-logo img{
    width: 100%;
}
.accountManage-user{
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    width: 84%;
}
.accountManage-user-row{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.accountManage-user-item{
    display: flex;
    width: 50%;
}
.binding-phone,.certification{
    background-color: #FF9604;
    padding: 1px 5px;
    color: #fff;
}
.change-account{
    background-color: #FF9604;
    border-radius: 10px;
    padding: 2px 15px;
}
.accountManage-body{
    width: 90%;
    margin: 2px 5% 5% 5%;
}
.accountManage-body-row{
    display: flex;
    padding: 5px 0;
    margin: 8px 0;
    background-color: #fff;
}
.accountManage-body-logo{
    width: 16%;
}
.accountManage-body-right{
    width: 3%;
    margin-left: auto;
    margin-right: 8px;
}
.accountManage-body-right img{
    width: 100%;
}
.accountManage-body-logo img{
    width: 50%;
    margin-left: 30%;
}
.accountManage-title{
    font-size:13px;
    line-height: 26px;
}
#sd_content{
    overflow: auto;
}

.customer-iframe{
    width: 80%;
    z-index: 999;
    height: 200px;
    display: none;
    float: top;
    left: 10%;
}

.realname-body{
    width: 92%;
    margin: 10px 4%;
}
.realname-body a{
    text-decoration: underline;
    color: #0a6999;
}
.realname-row{
    border: 1px solid #FF9604;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    display: flex;
    background-color: #fff;
    margin: 15px 8%;
    padding: 2px 0;
}
.passwordManage-body-row{
    border: 1px solid #FF9604;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    display: flex;
    background-color: #fff;
    margin: 15px 0;
    padding: 2px 0;
}
.bindPhone-body-row{
    border: 1px solid #FF9604;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    display: flex;
    background-color: #fff;
    margin: 15px 0;
    padding: 2px 0;
}

.realname-img ,.passwordManage-img,.bindPhone-img {
    width: 5%;
    margin: 5px 10px;
}
.realname-img img{
    width: 100%;
}
.passwordManage-img img{
    width: 100%;
}
.bindPhone-img img{
    width: 100%;
}

.realname-input,.passwordManage-input,.bindPhone-input{
    width: 95%;
    margin: 5px;
}
.realname-input input{
    width: 100%;
}.passwordManage-input input{
     width: 100%;
 }
.bindPhone-input input{
    width: 100%;
}
.realname-account{
    border: 0;
    background-color: inherit;
    text-align: center;
    display: block;
}
.realname-btn-row {
    margin: 10px 8%;
}
.passwordManage-btn-row ,.bindPhone-btn-row{
    margin: 10px 0;
}
.realname-btn,.passwordManage-btn,.bindPhone-btn{
    background-color: #FF9604;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px
}
.realname-block2{
    margin: 10%;
}
.realname-info-row ,.bindPhone-info-row{
    margin: 5px;
    font-size:15px;
    font-weight: 400;
    display: flex;
}
.realname-title,.bindPhone-title{
    width: 65px;
}

.passwordManage ,.bindPhone{
    width: 92%;
    margin: 0 4%;
}
.passwordManage-tips{
    display: flex;
    justify-content: space-between;
}
.passwordManage-phone-logo{

}
.passwordManage-tips a{
    color: #FF9604;
    text-decoration: underline;
}
.passwordManage-info{
    display:flex;
    justify-content: space-between;
    margin: 10px 0;
}
.passwordManage-body-no{
    margin:20px 10%;
    padding: 30px 0;
    text-align: center;
    background-color: white;
    color: #000;
    font-size: 14px;
    border: 1px solid #FF9604;
    border-radius: 15px
}

.verification{
    background-color: #FF9604;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px 10px;
    white-space: nowrap;
}
.bingPhone-tips a{
    text-decoration: underline;
    color: #0a6999;
}
.bindPhone-top{
    text-align: center;
    margin-top: 15px;
}
.bindPhone-body-no{
    margin: 5% 10%;
}
.bindPhone-body-yes{
    margin: 10%;
}

.sd_main{
    position:relative;
}

.li-2{
    position: relative;
}
.li-2 img{
    width: 12%;
    position: absolute;
    left: 5px;
    display: none;
}
#ry_game::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

#ry_game{
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: hidden;
    overflow-y: hidden;
}

.LoginPeriphery {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(241,242,247,1)
}
.FramedPeriphery-pay {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-65%);
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 50%;
    right: 0;
    /*background-color: white;*/
    z-index: 999;
    display: none;
}
.FramedPeriphery-pay-shadow{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-inde: 998;
    background: #cccccc;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.FramedPeripher-img{
    width: 28px;
    height: 28px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJeSURBVEhLvZbPq2lRFMf9B4bSTTIxZiBSMlCI9ycoKX+Bod7w/il3YIL4NyhFmYmBKD2Sp0ix3vqes/e529n74t33Op9astevr3PO2tvxvcLtdquzfbAtyAV8IlYX6d+DG7yxvbP9Fr2fglxR8ybavAYX/GD7Jfr8NahFD9HuMZz4U9Q5jEYjqlarFA6HiVPuDD7EkOMGvTjna9xi8/mcstmsJvKVIRc1Kl+K4haIHItut0t+v9/Y+JGhBrUq6M2xT9iBAXGeGQrY/U+miqI3NNhvw4t3EbNuyXeuzG3ood5eaLDfhhfO6JueWbPZtGKFQkGLNRoN2u/3FI/HtRh6SaDBPkusLnzWpMlkaRC7XC5WfLVaUTqddmKVSoVOp5MVG4/HlEql7mph6vRCC4IfYm2Nt7vAzW63o2KxSLVaja7Xq/DatFotrR49JdCCoHNcmfZZPp+n9XotMmxwVVwnVjbD4ZAikYhWj54SaN1dgjtZWiaToe12K7J0JpOJUUyaykuCsFwuR8fjUWR+slgsKBAIGGukqbwsiGdmElwul5RIJIw10lReEsQ0ns9nkaVzOBys226qhak8HRrsM7ktJLPZjDabjVjZYLBKpZJWrw0NfzzcFvj1KtPp1HpmsVjM2iIq/X5fqzdti4cbHycINjUYDAYUCoWcGA4BHAag1+tRMBi8q4VpGx/wl4dHWzKZpHa7TdFoVIuVy2XqdDrGSTUebYAXnh/e3v49AXZ49wcs4YB3rxgStyjApGG8TfsUPsTUaZQ8FZPgFrB585oo4QLvXoTdcIP/9Krv8/0BDUSOirKWU6wAAAAASUVORK5CYII=);
}
.FramedPeripher-img img{
    width: 100%;
}

.FramedPeriphery-pay .FramedMembrane {
    width: 100%;
    height: 100%;
    position: relative;
}
.FramedPeriphery-pay .deleteFrame p {
    font-size: 14px;
    text-align: left
}

.FramedPeriphery-pay .deleteFrame .deleteBtn {
    font-size: 18px;
    margin-top: 18px;
    text-align: center;
}

.FramedPeriphery-pay .deleteFrame .deleteBtn .btn {
    width: 117px;
    height: 43px;
    line-height: 43px;
    border-radius: 23px;
    box-sizing: border-box;
    margin: 0;
}

.FramedPeriphery-pay .deleteFrame .deleteBtn .btn:last-child {
    border: 0;
    color: #fff;
}

.payment {
    width: 295px;
//height: 350px;
    background-color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -130px 0 0 -147px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 15px;
    user-select: none;
    text-align: center;
}
.FramedDelete {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.paymentImg {
    display: inline-block;
    margin: 0 10px;
    position: relative
}
.Selected {
    position: absolute;
    bottom: 0;
    right: 0;
}

.h5_pay_btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    color: #fff;
    line-height: 38px;
    white-space: nowrap;
    height: 38px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    margin-top: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #22BDB7;
}
.BallBox1 {
    position: fixed;
    top: 25%;
    width:94%;
    margin-left: 3%;
    height: 50%;
    display: none;
}
.pay-tips-page{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 30%;
    max-width: 500px;
    min-height:200px;
    right: 0;
    background-color: white;
    z-index: 999;
    display: none;
}
.pay-tips-page .FramedMembrane {
    width: 100%;
    height: 100%;
    position: relative;
}
.pay-tips-top{
    margin: 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.pay-tips-msg{
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
}
.pay-tips-body{
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
.pay-tips-submit{
    width: 50%;
    margin: auto;
}

.popup1{
    width: 80%;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.popup-container{
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 888;
    background: rgba(0, 0, 0,.3);
    top: 0;
    display: none;
}
.popup-btn{
    display: flex;
}
.body-title{
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin:20px 0 10px 0;
}
.body-content{
    text-align: center;
    color: #000;
    font-size:14px;
    padding: 0 10px;
    margin-bottom: 25px;
}
.btn-item{
    border-top: 1px solid #eeeeee;
    width:100%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
.btn-msg{
    color: #FF2F2F;
}
.close-twice-confirm{
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 1000;
    background: rgba(0, 0, 0,.3);
    top: 0;
    display: none;
}
.gif_img{
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 99999;
    top: 0;
    display: block;
}
.gif_img_main{
    width: 80%;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999;
}
.close-twice-main{
    width: 80%;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.close-twice-content{
    text-align: center;
    color: #000;
    font-size:14px;
    padding: 0 10px;
    margin: 15px;
}
.close-twice-item{
    border-top: 1px solid #eeeeee;
    width: 50%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
.btn-sign-out{
    color: #a9a9a9;
}
.btn-back{
    color: #D9A831;
}
.close-twice-item:last-child{
    border-left:1px solid #eeeeee;
}

/*.realnameIframe{
    z-index: 999;
    width:94%;
    height: 50%;
    position: absolute;
    top: 50%;
    margin: 0 3%;
    transform: translate(0,-50%);
}*/

/*陈锦良修改CSS的class*/


.new_bag_a {
    background-color: rgb(64, 52, 54)!important;
    width: 100%;
    border-radius: 5px !important;
    border: 1px solid transparent;
}

.UserLoginForm .clearfix .new_bag_a .no_checked{
    background-color: rgb(64, 52, 54);
    width: 100%;
    border-radius: 5px ;
}

.new_startGame {
    border-radius: 3px;
}

.new_verification {
    background-color: #fff;
    color: #FF9604;
    border-radius: 5px;
    border: 1px solid #ccc;;
    border-radius: 5px!important;
    font-weight: bold !important;
    padding-top: 10px;
    height: 28px;
}


.new_phone_top_input{
    border-radius: 5px !important;
    margin-bottom: 3px;
}
.new_phone_bottom_input{
    border-radius:5px !important;width: 69% !important;margin-right: 1%;
}


.new_bg_color_orange{
    background-color: #FF9604 !important;
}

.new_radius{
    border-radius: 5px !important;
}

.new_center_font{
    text-align: center !important;font-weight: bold !important;
}

.new_no_border{
    border-bottom: none !important;
}

.new_back{

}
.new_selectLogin{
    margin-top: 20px;
}
.new_selectLogin div{
    float: left;
    width: 27%;
    margin: 0 0 0 0;
    height: 100%;
    display: block;
    vertical-align: middle;
}

.new_selectLogin div:nth-child(2){
    margin-left: 9.5%;
    margin-right: 9.5%;
}

.new_selectLogin div>span{
    width: 100%;
    height: auto;
    display: block;
    font-size: 13px;
    margin-top: 9px;
}

.new_selectLogin div>img{
    width: 100%;
    height: auto;
    display: block;
}

.new_title{
    font-size:1.6em;
    line-height: 2.6em;
}

.new_UserLogin_img img{
    height: 40px;
}

.UserLogin .UserLoginForm input{
    border-radius: 5px !important;
    margin-bottom: 5px;
}

.UserLogin .UserLogin_img img{
    height: 30px;
}
.clearfix .on_the_left{
    margin: 15px 0;
    float: left;
    font-size: 1em;
    font-weight:bold;
}

.clearfix .on_the_right{
    margin: 15px 0;
    float: right;
    font-size: 1em;
    font-weight: 500;
}


.clearfix .on_the_center{
    margin: 15px 0;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 52px;
}

.new_rl-modal{
    min-height: 160px!important;
    height: auto!important;
}

.new_UserLogin_t{
    border-bottom: none!important;
}

.numberInput input{
    border-radius: 3px !important;
}

.new_100_weight{
    width: 100%!important;
}
.span_Login_with_other_account{
    margin-top: 20px;
    line-height: 3em;
    color: orange;
    font-size: 1.2em!important;
}

.MainPage_rl-modal{
    min-height: 160px!important;
    height: auto!important;
    padding-top: 0px!important;
}

.MainPage_rl-modal p{
    font-size: 1.2em;
}

.numberInput > span {
    z-index: 99;
    width: 45px;
    height: 38px;
    display: inline-block;
    position: absolute;
    border-left: 1px solid #B5B5B5;
    left: 0;
    bottom: 0;
    background: url(https://staticbase-n.iskywan.com/h5/image/Remember_number.png) no-repeat -1px -2px;
    background-size: 35px 45px;
    margin: 4px 0;
    box-sizing: border-box;
}

.numberInput > input{
    padding: 0 45px 0 45px!important;
}

.New_passwordManage_rl-modal{
    height: 300px!important;
}

.TemporaryAccount .TemporaryForm .form-group input{
    border-radius: 3px!important;
}

.ignoreBindPhoneClass{
    font-size: 39px;
    right: 0;
    top: -16px;
    position: absolute;

}

.new_firstLogo{
    margin-bottom: 0px!important;
    min-height:30px!important;
}

.new_startGame{
    width:100%!important;
    height: 45px!important;
    border: 0!important;
}
*{
    -webkit-tap-highlight-color: transparent!important;
}

.ActivitiesIconBoxInfo h1{
    text-align: center;

}
.no_checked{
    background-color: #a2a2a2!important;
}
.rl-modal{
    height: auto;
}

/*竖屏 css*/
@media screen and (orientation: portrait) {
    .rl-modal-poster{
        z-index: 99;
        position: absolute;
        margin: 5%;
        background:rgba(241,242,247,1);
        width: 90%;
        max-height: 80%;
        min-height: 70%;
        text-align: center;
        box-sizing: border-box;
        /*margin-top: 40%!important;!*单图移动端竖屏适配*!*/
    }
    .poster-image-div{
        height: 98%;
        width: 98%;
        margin: 1%;
        position: relative;
    }
    .poster-image-div-single{
        margin-top: 80%!important;
    }
    .item-f{
        position: absolute;
        overflow-y: scroll;
        top: 33%;
        left: 0;
        margin: 0 5%;
        width: 90%;
        height: 390px
    }
    .poster-image{
        width: 100%;
    }
    .poster-title{
        background-color: #f1f1f1c9;
        position: absolute;
        bottom: -1px;
        left: 0;
        padding: 4px 0;
        width: 100%;
        text-align: left;
    }
    .poster-title-mul{
        margin: 0px 3% 5.8px!important;
    }
    .cancel-img{
        width: 30px;
        height: 30px;
        position: absolute;
        top: 5px;
        right: 5px;
    }
}

/*横屏 css*/
@media screen and (orientation: landscape) {
    .rl-modal-poster{
        /*height:800px;*/
        z-index: 99;
        position: absolute;
        margin: 2% 10%;
        background:rgba(241,242,247,1);
        width: 80%;
        max-height: 80%;
        min-height: 70%;
        max-height: 80%;
        box-sizing: border-box;
    }
    .poster-image-div{
        height: 98%;
        width: 98%;
        margin: 1%;
        position: relative;
    }
    .poster-image-div-mul{
        /*width: 170px!important;*/
        width:28%;
        margin: auto;
        position: relative;
    }
    .item-f{
        position: absolute;
        overflow-y: scroll;
        top: 33%;
        left: 0;
        margin: 0 5%;
        width: 90%;
        /*max-height: 190px;*/
        max-height: 60%;
    }
    .poster-image{
        width: 100%;
    }
    .poster-title{
        background-color: #f1f1f1c9;
        position: absolute;
        bottom: -3px;
        left: 0;
        padding: 5px 0;
        width: 100%;
        text-align: left;
    }
    .poster-title-mul{
        margin: 0px 2% 5.7px!important;
        padding: 1px 0!important;
        font-size: 9px;
    }
    .cancel-img{
        width: 30px;
        height: 30px;
        position: absolute;
        top: 5px;
        right: 5px;
    }
}

.item-f::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
.item-div{
    position: relative;
    width: 100%;
}
.item-img{
    width: 94%;
    margin: 1.5% 2%;
}
.flow{
    min-height:200px;
}
.flow h1{
    margin-top:30px
}
/*竖屏*/
@media all and (orientation : portrait){
    .realnameIframe{
        z-index: 999;
        width:100%;
        height: 100%;
        position: absolute;
        top: 50%;
        margin: 0 0%;
        transform: translate(0,-50%);
    }
    .ios-popup-image{
        width: 100%;
        height: 50%;
    }
    .ios-popup-div{
        overflow: auto;
        z-index: 9999;
        /*width: 90%;*/
        /*height: 80%;*/
        /*margin: 30% 5%;*/
        width: 100%;
        height: 100%;
        position: relative;
        text-align: center;
    }
    .force_window_close{
        z-index: 99999;position: absolute;width: 45px;right: 0;top: 0
    }
}
/*横屏*/
@media all and (orientation : landscape) {
    .realnameIframe{
        z-index: 999;
        width:100%;
        height: 100%;
        position: absolute;
        top: 50%;
        margin: 0 0%;
        transform: translate(0,-50%);
    }
    .ios-popup-image{
        width: 50%
    }
    .ios-popup-div{
        z-index: 9999;
        /*width: 80%;*/
        /*height: 80%;*/
        /*margin: 5% 10%;*/
        width: 100%;
        height: 100%;
        display: flex;
        position: relative
    }
    .force_window_close{
        z-index: 99999;position: absolute;width: 45px;right: 0;top: 0
    }
}