body {
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: black;
    font-family: 苹方;
    color: #333;
    overflow: hidden;
    /* position: fixed; */
}

html {
    overflow: hidden;
}

.frame {

    width: 18rem;
    height: auto;
    /* background: rgb(167, 121, 65); */
    /* background: url(../images/login_title.png?v=5146c65) top center no-repeat; */
    background-size: 100%;
    display: block;
    /* border: 1px solid rgb(159, 113, 54); */
    /* border-radius: 10px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#select_account_login_frame {
    margin-left: 0;
    margin-top: 0;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);    /* for Chrome || Safari */
    -moz-transform: translateX(-50%) translateY(-50%);       /* for Firefox */
    -ms-transform: translateX(-50%) translateY(-50%);        /* for IE */
    -o-transform: translateX(-50%) translateY(-50%);         /* for Opera */
}

.window {
    width: 100%;
    /* height: 258px; */
    background: #eee;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.agelogo {
	position: absolute;
	top: 3rem;
	left: 1rem;
}
.agelogo img{
	width: 4rem;
}
.title {
    text-align: center;
    color: white;
    /* width: 300px; */
    background: url(../images/title.png?v=5146c65) top center no-repeat;
    height: 50px;
    font-size: 1.4rem;
    line-height: 50px;
    background-size: 100%;

}

.back-arrow {
    margin-left: 1rem;
    position: absolute;
    left: 0;
}

.back-arrow img {
    width: 0.8rem;
}

/* .title img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
} */

.group-body {
    border-radius: 0 0 10px 10px;
    padding: 0.8rem;
    background-color: #eee;
    clear: both;
}

#yhxy {
    position: fixed;
    z-index: 10001;
}
#yhxy .content-xy {
    /* height: 21rem; */
}
.xyIframe{
    overflow-y: scroll;
    height: 16rem;
    -webkit-overflow-scrolling: touch;
}
#yhxy  .returnBtn{
    width: 6rem;
    text-align: center;
    padding: 0.3rem;
    color: #a5773d;
    border: 1px solid #a5773d;
    font-size: 1rem;
    border-radius: 0.4rem;
    display: inline-block;
}
#yhxy .bottomBtn{
    margin: 0.5rem 0;
    padding:0  0.8rem;
}
#yhxy .agreeBtn{
    width: 6rem;
    text-align: center;
    padding: 0.3rem;
    color: #fff;
    border: 1px solid #a5773d;
    background: #a5773d;
    font-size: 1rem;
    border-radius: 0.4rem;
    display: inline-block;
    margin-left: 2.8rem; 
    float: right;
}
#yhxy .agreeBtn.disabled{
    background: #999;
    border: 1px solid #999;
    /* pointer-events: none; */
}
#qiwanwan_login_window a {
    color: #555;
    font-size: 0.8rem;
    display: inline-block;
    text-align: center;
    padding: 0 1rem;
    margin: 0.5rem 0 0 0;
    cursor: pointer;
}

#qiwanwan_login_window .forget-pwd {
    color: #9f7136;
    font-size: 0.8rem;
    cursor: pointer;
}

#qiwanwan_login_window .group-body img,#name_check .group-body img {
    margin-top: 1rem;
    width: 1.2rem;
    margin-left: 0.5rem;
}

#qiwanwan_login_window .group-body input,#name_check .group-body input{
    margin-top: -2.2rem;
    padding-left: 2.5rem;
    background: #eeeeee;
    width: 16.5rem;
}
#name_check .realname-rule{
    padding: 0 1rem;
    /* text-indent: 1em; */
    font-size: 0.75rem;
    line-height: 1.1rem;
    color: #666;
}
#name_check .cancel-btn{
    width: 6rem;
    text-align: center;
    padding: 0.3rem;
    color: #a5773d;
    border: 1px solid #a5773d;
    font-size: 1rem;
    border-radius: 0.4rem;
    display: inline-block;
    margin-left: 1.4rem;
}
#name_check .confirm-btn{
    width: 6rem;
    text-align: center;
    padding: 0.3rem;
    color: #fff;
    border: 1px solid #a5773d;
    background: #a5773d;
    font-size: 1rem;
    border-radius: 0.4rem;
    display: inline-block;
    float: right;
    margin-right: 1.4rem;
}
#name_check .window{
    padding-bottom: 1.5rem;
}
.noPoint{
    pointer-events: none;
}
.window input {
    background: #eeeeee;
    border: #555;
}

.btn-confirm {
    background: url("../images/btn-bg.png?v=212dc48") top center no-repeat;
    margin-top: 0.5rem;
    /* height: 3.5rem; */
    background-size: 100% 100%;
    width: 80%;
    height: 2.3rem;
    margin-left: 10%;
    text-align: center;
    line-height: 2.3rem;
    color: #fff;
    font-size: 20px;
    clear: both;
    border-radius: 10px;
    cursor: pointer;
}
.btn-confirm:active {
    background: #a77941;
}

.window input:focus {
    background: #eeeeee;

}

.ptzc {
    display: none;
}

#qiwanwan_mobile_reg_window ul {
    /* width: 100%; */
    height: 0.8rem;
    font-size: 17px;
    color: #999;
    /* font-weight: bold; */
    text-align: center;
    padding: 0.5rem 0.9rem;
    list-style: none;
}

#qiwanwan_mobile_reg_window ul li {
    width: 50%;
    float: left;
    padding: 0.1rem 0;

}

#qiwanwan_mobile_reg_window ul li.active {
    color: #9f7136;
    border-bottom: 2px solid #9f7136;
}

.btn {
    background: rgb(167, 121, 65);
    color: white;
    border: 1px solid white;
    border-radius: 6px;
    margin-bottom: 0px;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    border: 1px solid #999;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

input::-webkit-input-placeholder {
    color: #757575;
    font-size: 1rem;
    font-family: 苹方;
}
.msgTip{
    top: 18rem;
    width: 90%;
    left: 5%;
    display: none;
    position: absolute;
    text-align: center;
    z-index: 99999999;
    border-radius: 0.2rem;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 0.2rem;
    transition: opacity 3s cubic-bezier(0.9, 0.1, 1, 1);
    -moz-transition: opacity 3s cubic-bezier(0.9, 0.1, 1, 1);
    -webkit-transition: opacity 3s cubic-bezier(0.9, 0.1, 1, 1);
    -o-transition: opacity 3s cubic-bezier(0.9, 0.1, 1, 1);
}
#alert_window {
    top: 40%;
    width: 60%;
    left: 20%;
    display: none;
    position: fixed;
    text-align: center;
    z-index: 99999999;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 0.5rem 0.2rem;
    transition: opacity 3s cubic-bezier(0.9, 0.1, 1, 1);
    -moz-transition: opacity 3s cubic-bezier(0.9, 0.1, 1, 1);
    -webkit-transition: opacity 3s cubic-bezier(0.9, 0.1, 1, 1);
    -o-transition: opacity 3s cubic-bezier(0.9, 0.1, 1, 1);
}

.btn-get-vc {
    float: right;
}

.none {
    display: none;
}

.account_record {
    position: absolute;
    width: 16.5rem;
    height: 0;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    top: 55px;
    background-color: #eee;
    opacity: 1;
    z-index: 1;
}

.account_record span {
    display: block;
    margin: 5px;
}

.account_record span:hover {
    background: #5eb95e;
}

.prompt {
    position: absolute;
    top: 283px;
    font-size: 14px;
    color: #999;
}

.verify-code-btn {
    display: block;
    width: 120px;
    height: 2.95rem;
    background: rgb(167, 121, 65);
    color: white;
    border: 1px solidrgb(167, 121, 65);
    border-radius: 0 6px 6px 0;
    padding: 10px 0;
    box-sizing: border-box;
}
.verify-code-btn:active {
    opacity: 0.5;
}

.verify-code-btn span,
.verify-code-btn a {
    color: white;
}
.verify-code-btn span {
    font-size: 14px;
}

@media screen and (max-width: 1920px) {
    .prompt {
        right: 115px;
    }

    .verify-code-btn {
        right: 52px;
    }
}

@media screen and (max-width: 1920px) {
    .prompt {
        right: 115px;
    }

    .verify-code-btn {
        right: 52px;
    }
}

@media screen and (max-width: 432px) {
    .prompt {
        right: 90px;
    }

    .verify-code-btn {
        right: 80px;
    }
}

@media screen and (max-width: 414px) {
    .prompt {
        right: 80px;
    }

    .verify-code-btn {
        right: 70px;
    }
}

@media screen and (max-width: 375px) {
    .prompt {
        right: 65px;
    }

    .verify-code-btn {
        right: 52px;
    }
}

@media screen and (max-width: 320px) {
    .prompt {
        right: 40px;
    }

    .verify-code-btn {
        right: 24px;
    }
}
.checkXy {
    cursor: pointer;
}
.user-law{
    clear: both;
    /* margin-left: 1.8rem; */
    font-size: 0.8rem;
    color: #333;
    padding: 0.25rem 0;
    box-sizing: border-box;
}
.user-law .red {
    color: red;
    cursor: pointer;
}

.content-xy iframe body {
    font-size: 12px;
}

input[type=checkbox] {
    width: 1rem !important;
    -webkit-appearance: none;
    background: url("../images/square.png?v=64c2ec5") top center no-repeat !important;
    background-size: 100% !important;
    height: 1rem;
    vertical-align: middle;
    margin: 0 0.1rem;
    margin-top: -0.2rem !important;
}

input[type=checkbox]:checked {
    width: 1rem !important;
    -webkit-appearance: none;
    background: url("../images/check.png?v=c26e1a7") top center no-repeat !important;
    background-size: 100% !important;
    height: 1rem;
    vertical-align: middle;
    margin: 0 0.1rem;
    margin-top: -0.2rem !important;
}

.safari-collect{
    position: absolute;
    width:10em;
    left:0;
    bottom: 0;
    display: none;
}

.safari-collect-bt{
    position: absolute;
    width: 2em;
    height: 2em;
    right: 0;
}

/* 客服窗口样式 start */
#qiwanwan_kefu_window {
    display: none;
    opacity: 1;
    position: fixed;
    text-align: center;
    white-space: nowrap;
    z-index: 99999999;
    top: 0px;
    border: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

#qiwanwan_kefu_window_bg {
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

#qiwanwan_kefu_window_iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    opacity: 1;
    position: relative;
    background: #F8F8F8
}

/* 客服窗口样式 end */

/* 极验 一键登录窗口样式 */
#body .gtonelogn {
    background: none;
}
.gtonelogn .geetest_onelogin_popup .wrap_onelogin .gtlogo-wrap_onelogin {
    display: none;
}
#body .geetest_onelogin_popup .wrap_onelogin .gtnote_onelogin {
    display: none;
}
#body .gtautoPhone_onelogin {
    margin-top: 22px;
}
#body .gtonelogn .operator_protocol_wrapper_onelogin input[type=checkbox] { 
    margin-top: 5px !important;
}
.btn-other-login {
    border: 1px solid #a77941;
    font-size: 14px;
    color: #a77941;
    background: none;
    border-radius: 10px;
    margin-top: 0.5rem;
}
.btn-other-login:active {
    color: #fff;
    background: #a77941;
}
.o_protocol, .o_protocol1, .o_protocol2 {
    text-decoration: none;
    color: #858AB4;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}
/* 极验 一键登录窗口样式 end */

/* 极验 短信登录窗口样式 */
.btn-user-pwd-login {
    font-size: 14px;
    margin-top: 0.5rem;
    color: #555;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    cursor: pointer;
}
/* 极验 短信登录窗口样式 end */

/* 前置窗口 */
#front_popup_frame {
    z-index: 1002;
}
#front_popup_frame .text {
    border-bottom: 0.05rem solid #ccc;
    padding-bottom: 0.25rem;
    box-sizing: border-box;
}
#front_popup_frame .user-law {
    text-align: center;
}
/* 前置窗口 end */