/*公用*/
* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 30px;
    color: #747474;
    font-family: Arial, "Microsoft YaHei", "微软雅黑";
    background: #140212;
    width: 750px;
    overflow-x: hidden;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #333;
    word-wrap: break-word;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

em, i {
    font-style: normal;
}

img, fieldset {
    border: 0;
}

ol, ul, li, dd, dl, dt {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    line-height: 100%;
}

/*去掉iPhone输入框按钮自带样式*/
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
}

input[type="button"] {
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
}

textarea {
    -webkit-appearance: none;
}

input:focus, textarea:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.on_wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pop_main_frame {
    position: fixed;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: 99999;
    display: block;
    background: rgba(0, 0, 0, 0.6);
}
.pop-frame {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.5);
}

.pop-content {
    border-radius: 10px;
    width: 600px;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #fff;
    font-size: 30px;
}

.pop-content .title {
    text-align: center;
    color: #000;
    text-align: center;
    padding: 46px 0;
}

.pop-content .hint {
    color: #888;
    padding-bottom: 52px;
    text-align: center;
}

.pop-content .hint.m {
    font-size: 24px;
}

.pop-content .convert {
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}

.pop-content .convert span {
    font-size: 26px;
    color: #888;
    display: inline-block;
    border-radius: 4px;
    padding: 0 20px;
    line-height: 42px;
}

.pop-content .button {
    border-top: 1px solid #d5d5d5;
    line-height: 88px;
    color: #48a0f8;
    text-align: center;
    cursor:pointer;
}

.pop-content .close-ico {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url("../img/close-ico.png") no-repeat center;
}

.user_frame {
    position: fixed;
    left: -500px;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 500px;
    background: #fff;
}

.user_frame .shrink {
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -30px;
    z-index: 100;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("../img/shrink_c.png") no-repeat center;
}

.user_frame .shrink.shrink_j {
    background: url("../img/shrink_j.png") no-repeat center;
}

.user_frame .user {
    width: 100%;
    padding: 20px 0;
    background: #49a2da;
    color: #fff;
}

.user_frame .user .head {
    display: inline-block;
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 24px;
}

.user_frame .user .head img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.user_frame .user .name {
    margin-bottom: 14px;
    font-size: 30px;
}

.user_frame .user .safety i {
    display: inline-block;
    width: 264px;
    height: 38px;
}

.user_frame .user .safety .ico_1 {
    background: url("../img/safety_ico_1.png") no-repeat center;
}

.user_frame .user .safety .ico_2 {
    background: url("../img/safety_ico_2.png") no-repeat center;
}

.user_frame .user .safety .ico_3 {
    background: url("../img/safety_ico_3.png") no-repeat center;
}

.user_frame .menu {
    padding: 20px 0;
    display: block;
    background: #e5e5e5;
}

.user_frame .menu li {
    width: 25%;
    float: left;
    text-align: center;
}

.user_frame .menu .ico {
    display: inline-block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: url("../img/menu_ico.png");
}

.user_frame .menu p {
    font-size: 20px;
    color: #989797;
}

.user_frame .menu .active p {
    color: #49a2da;
}

.user_frame .menu .account {
    background-position: 0 0;
}

.user_frame .menu .page {
    background-position: 0 -120px;
}

.user_frame .menu .service {
    background-position: 0 -240px;
}

.user_frame .menu .collect {
    background-position: 0 -360px;
}

.user_frame .menu .active .account {
    background-position: 0 -60px;
}

.user_frame .menu .active .page {
    background-position: 0 -180px;
}

.user_frame .menu .active .service {
    background-position: 0 -300px;
}

.user_frame .menu .active .collect {
    background-position: 0 -420px;
}

.user_frame .game_frame {
    display: block;
    margin: 30px 0 70px 0;
}

.user_frame .game_frame .title {
    display: block;
    margin: 0 0 16px 20px;
}

.user_frame .game_frame .title i {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    background: #747474;
    font-size: 20px;
    border-radius: 30px;
}

.user_frame .game_frame .list {
    width: 33.33%;
    float: left;
    text-align: center;
}

.user_frame .game_frame .ico {
    display: inline-block;
    width: 130px;
    height: 130px;
    border: 2px solid #49a2da;
    border-radius: 20px;
}

.user_frame .game_frame .ico img {
    width: 130px;
    height: 130px;
}

.user_frame .game_frame p {
    font-size: 24px;
    color: #747474;
    margin-top: 8px;
}
.button {cursor:pointer}
.button_blue {
    display: block;
    margin: 0 20px 20px 20px;
    height: 80px;
    line-height: 80px;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 34px;
    border-radius: 10px;
    background: #49a2da;
    color: #fff;
}

.button_blue i {
    display: inline-block;
    padding-left: 75px;
}

.button_blue .password {
    background: url("../img/button_blue_password.png") no-repeat left center;
}

.button_blue .data {
    background: url("../img/button_blue_data.png") no-repeat left center;
}

.button_blue .cut {
    background: url("../img/button_blue_cut.png") no-repeat left center;
}

.page_frame .list {
    margin: 20px 20px 0 20px;
    display: block;
    background: #e5e5e5;
}

.page_frame .list .title {
    padding: 0 10px;
    font-size: 30px;
    font-weight: bold;
    background: #f8f8f8;
    line-height: 60px;
}

.page_frame .list .title .button {
    display: inline-block;
    width: 100px;
    line-height: 48px;
    text-align: center;
    float: right;
    margin: 6px 0 0 0;
    color: #fff;
    font-weight: normal;
    border-radius: 10px;
    background: #49a2da;
}

.page_frame .list .details {
    padding: 20px;
    font-size: 20px;
}

.page_frame .list .details span {
    float: left;
}

.page_frame .list .details p {
    padding-left: 112px;
    line-height: 30px;
}

.page_frame .morey {
    display: block;
    margin: 30px auto 50px auto;
    width: 200px;
    line-height: 50px;
    font-size: 30px;
    background: #f8f8f8;
    border-radius: 60px;
    text-align: center;
}

.page_frame .text {
    font-size: 20px;
    margin: 0 20px;
    padding: 0 10px;
    line-height: 60px;
    background: #f8f8f8;
}

.service_frame {
    display: block;
}

.service_frame .list {
    margin-top: 35px;
    text-align: center;
}

.service_frame .list .title {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background: #49a2da;
    border-radius: 60px;
}

.service_frame .list .number {
    font-size: 40px;
    margin-top: 18px;
}

.service_frame .weix_title {
    margin-top: 100px;
    line-height: 40px;
    background: url("../img/service_frame_title.png") no-repeat center;
    text-align: center;
    font-size: 30px;
    color: #49a2da;
}

.service_frame .qr {
    display: block;
    margin: 20px auto 0 auto;
    width: 250px;
    height: 250px;
    border: 6px solid #49a2da;
}

.service_frame .qr img {
    width: 250px;
    height: 250px;
}

.collect_frame .text {
     padding: 0 20px;
     margin: 50px 0;
     line-height: 40px;
     font-size: 25px;
     font-weight: bold;
 }

.collect_frame .tip {
    padding: 0 20px;
    margin: 20px 0;
    line-height: 35px;
    font-size: 25px;
    font-weight: bold;
}

.collect_frame .share {
    margin-top: 100px;
    text-align: center;
}

.collect_frame .share .title {
    width: 100%;
    height: 30px;
    background: url("../img/share_title.png") no-repeat center;
}

.popping_frame {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 99999;
    display: block;
    background: rgba(0, 0, 0, 0.2);
}

.alipay_frame .logo {
    margin: 146px 0 100px 0;
    width: 100%;
    height: 235px;
    background: url("../img/alipay_logo.png") no-repeat center;
}

.alipay_frame .blue {
    margin: 0 0 50px 0;
    color: #00a0e8;
    text-align: center;
    font-size: 40px;
}

.alipay_frame p {
    padding: 0 40px;
    line-height: 46px;
    font-size: 30px;
    color: #a5a5a5;
}

.button_alipay {
    display: block;
    margin: 0 24px 40px 24px;
    line-height: 100px;
    display: block;
    font-size: 40px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background: #00aaee;
}

.button_alipay.button_alipay_hollow {
    color: #00aaee;
    background: #fff;
    border: 1px solid #00aaee;
}

.pop_up_box {
    position: fixed;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 540px;
    background: #e5e5e5;
    border-radius: 20px;
    opacity: 0.9;
}

.pop_up_box .title {
    position: relative;
    width: 100%;
    line-height: 100px;
    font-size: 50px;
    text-align: center;
    color: #fff;
    background: #49a2da;
    border-radius: 20px 20px 0 0;
}

.pop_up_box .left_return {
    position: absolute;
    left: 11px;
    top: 11px;
    z-index: 100;
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    background: url("../img/left_return_ico.png") no-repeat center;
}

.pay_conter .pay_name {
    border-bottom: 1px solid #e4e4e4;
    padding: 30px;
    background: #fff;
}

.pay_conter .pay_name p {
    margin-bottom: 16px;
    font-size: 30px;
}

.pay_conter .pay_name p i {
    font-size: 40px;
    font-weight: bold;
    color: #3b3b3b;
}

.pay_conter .money {
    padding: 30px;
    font-size: 40px;
    background: #fff;
}

.pay_conter .money span {
    font-size: 50px;
    font-weight: bold;
    color: #3b3b3b;
}

.pay_conter .pay_mold {
    margin-top: 20px;
    background: #fff;
}

.pay_conter .pay_mold a {
    display: block;
    height: 140px;
    width: 100%;
}

.pay_conter .pay_mold .alipay {
    border-bottom: 1px solid #e5e5e5;
    background: url("../img/pay_conter_alipay_ico.png") no-repeat center;
}

.pay_conter .pay_mold .weix {
    background: url("../img/pay_conter_weix.png") no-repeat center;
}

.pay_conter .hint {
    padding: 20px 30px 30px 30px;
}

.pay_conter .hint .title_1 {
    color: #747474;
    font-size: 30px;
}

.pay_conter .hint p {
    line-height: 36px;
    font-size: 26px;
    color: #b2b2b2;
}

.frame_pop .conter_pwd {
    padding: 10px 30px 30px 30px;
}
.frame_pop .conter {
    padding: 10px 20px 30px 20px
}

.frame_pop .input_big {
    position: relative;
    margin-top: 30px;
    height: 80px;
    width: 100%;
    font-size: 30px;
    background: #fff;
}

.frame_pop .input_big input {
    width: 100%;
    height: 80px;
    text-indent: 100px;
    font-size: 30px;
    border: none;
    background: none;
}

.frame_pop .input_big .ico {
    position: absolute;
    left: 20px;
    top: 10px;
    display: inline-block;
    width: 60px;
    height: 60px;
}

.frame_pop .input_big .password_ico {
    background: url("../img/password_ico.png") no-repeat center;
}

.frame_pop .input_big .user_ico {
    background: url("../img/user_ico.png") no-repeat center;
}

.frame_pop .input_big .code_ico {
    background: url("../img/code_ico.png") no-repeat center;
}

.frame_pop .button_blue {
    margin: 30px 0 0 0;
}

.frame_pop  .conter_small {
    padding: 10px 30px 30px 30px;
}

.frame_pop .input_small {
    height: 60px;
    line-height: 60px;
}

.frame_pop .input_small input {
    text-indent: 150px;
    height: 60px;
}

.frame_pop .input_small span {
    position: absolute;
    left:20px;
    top:0;
    line-height: 60px;
}

.frame_pop .input_small select {
    width: 100%;
    text-indent: 20px;
    font-size: 30px;
    height: 60px;
    border: none;
    line-height: 60px;
}

.frame_pop .input_code {

}

.frame_pop .verification {
    padding: 10px 20px 30px 20px;
}

.frame_pop .verification .input_big {
    border-radius: 10px;
}

.frame_pop .verification .input_big {
    line-height: 100px;
    height: 100px;
}

.frame_pop .verification .input_code .input_big {
    width: 60%;
    position: relative;
    float: left;
}

.frame_pop .verification .input_big .ico {
    height: 80px;
}

.frame_pop .verification .input_code .button_blue {
    float: right;
    width: 38%;
}

.frame_pop .verification .button_blue  {
    line-height: 100px;
    height: 100px;
}

.modal_pay .frame_pop .conter {
    height: 500px;
}

.register_frame {
    background: #fff;
}

.register_frame .title_tab {
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 40px;
    text-indent: each-line;
}

.register_frame .title_tab>div {
    display: inline-block;
    width: 50%;
    float: left;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.register_frame .title_tab .custom {
    background: url("../img/tab_left.png") no-repeat 0px 0px;
}

.register_frame .title_tab .mobile {
    background: url("../img/tab_right.png") no-repeat -50px 0px;
}

.register_frame .title_tab .active .custom {
    background: #ff6600;
    border-radius: 20px 0 0 0;
}

.register_frame .title_tab .active .mobile {
    background: #ff6600;
    border-radius: 0 20px 0 0;
}

.register_frame .title_tab>div span {
    display: block;
    height: 80px;
    line-height: 80px;
    width: 100%;
}

.register_frame .conter {
    padding: 5px 20px 5px 20px;
}

.register_frame .input {
    position: relative;
    margin-bottom: 10px;
    background: #e5e5e5;
    border-radius: 10px;
}

.register_frame .input .ico {
    position: absolute;
    left: 20px;
    top: 10px;
    display: inline-block;
    min-width: 60px;
    height: 80px;
    color: #747474;
    font-size: 30px;
    line-height: 80px;
    padding-left: 80px;
}

.register_frame .input .password_ico {
    background: url("../img/password_ico.png") no-repeat left center;
}

.register_frame .input .user_ico {
    background: url("../img/user_ico.png") no-repeat left center;
}

.register_frame .input .code_ico {
    background: url("../img/code_ico.png") no-repeat left center;
}

.register_frame .input input{
    width: 100%;
    height: 100px;
    text-indent: 100px;
    font-size: 30px;
    border: none;
    background: none;
}

.register_frame .button {
    display: block;
    width: 490px;
    height:108px;
    background: url("../img/register_button.png") no-repeat center;
    margin: 0px auto 0 auto;
    border: none;
}

.register_frame .already {
    display: block;
    padding-right: 40px;
    margin-bottom: 10px;
    color: #747474;
    font-size: 25px;
    text-align: right;
    margin-top: 0px;
    text-decoration: underline;
}

.register_frame .input_code .input {
    width: 60%;
}

.register_frame .input_code .button_blue {
    float: right;
    line-height: 100px;
    height: 100px;
    width: 38%;
    margin: 0;
}
.login_frame .conter {
    padding: 30px 20px 20px 20px;
}
.login_frame .input input {
    text-indent: 200px;
}

.login_frame .login_a {
    margin-left: -20px;
}

.login_frame .button_a {
    display: inline-block;
    float: left;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 10px;
    width: 240px;
    margin-top: 10px;
}
.login_frame .button_a.register_a {
    margin-left: 20px;
    background: #ffa600; /* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #ff6700, #ffa600);
    background: -webkit-gradient(linear, 0 -50, 0 bottom, from(#ff6700), to(#ffa600));
    background: -o-linear-gradient(top, #ff6700, #ffa600);
    border-bottom: 10px solid #bd4c00;
}

.login_frame .button_a.login_a {
    margin-left: 20px;
    background: #ffa600; /* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #4aa3dc, #5bcbff);
    background: -webkit-gradient(linear, 0 -50, 0 bottom, from(#4aa3dc), to(#5bcbff));
    background: -o-linear-gradient(top, #4aa3dc, #5bcbff);
    border-bottom: 10px solid #226791;
}

.login_frame .link {
    margin: 10px 0;
}

.login_frame .link a {
    font-size: 25px;
    color: #747474;
}

.login_frame .link .left {
    float: left;
}

.login_frame .link .right {
    float: right;
}

.login_way {
    position: relative;
    border-top:1px solid #a6a6a6;
}

.login_way .tem {
    margin-bottom: -10px;
    border-top:3px solid #fff;
    background: #e5e5e5;
    border-radius: 0 0 20px 20px;
}

.login_way .title_way {
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #e5e5e5;
    text-align: center;
    font-size: 20px;
}

.login_way .genre {
    margin: 5px 60px 5px 60px;
}

.login_way .genre li {
    width: 33.33%;
    float: left;
    text-align: center;
}

.login_way .genre li a {
    display: block;
    height:80px;
    width: 80px;
    margin: 0 auto;
}

.login_way .genre li .weixin {
    background: url("../img/weixin_ico.png") no-repeat 0px 2px;
}
.login_way .genre li .qq {
    background: url("../img/qq_ico.png") no-repeat 0px 2px;
}

.login_way .genre li .weibo {
    background: url("../img/weibo_ico.png") no-repeat 0px 2px;
}

.find_frame .conter {
    padding: 40px 0 30px 0;
}

.find_frame .list {
    display: block;
    margin-bottom: 10px;
    background: #fff;
    height: 100px;
    line-height: 100px;
    padding-left: 40px;
}

.find_frame .list em {
    display: inline-block;
    float: right;
    width: 60px;
    height: 60px;
    background: url("../img/find_frame_ico.png") no-repeat center;
    margin: 20px 36px 0 0;
}

.find_frame .list span {
    color: #49a2da;
    font-size: 30px;
    float: left;
}

.find_frame .list i {
    color: #a6a6a6;
    font-size: 25px;
    line-height: 10px;
    white-space: pre-wrap;
}

.find_frame .list p {
    font-size: 25px;
    padding-top: 20px;
    color: #a6a6a6;
}

.find_frame .list p a {
    color: #0084ff;
}
.authentication_frame {
    background: #fff;
}
.authentication_frame .conter {
    padding: 15px 20px 15px 20px;
}
.authentication_frame .list {
    display: block;
    background: #fff;
    height: 100px;
    line-height: 100px;
}

.authentication_frame .list em {
    display: inline-block;
    float: right;
    width: 60px;
    height: 60px;
    background: url("../img/find_frame_ico.png") no-repeat center;
    margin: 20px 36px 0 0;
}

.authentication_frame .list span {
    color: #49a2da;
    font-size: 26px;
    float: left;
}


.authentication_frame .list p {
    font-size: 16px;
    padding-top: 20px;
    color: #a6a6a6;
}

.authentication_frame .list p a {
    color: #0084ff;
}
.authentication_frame .input {
    position: relative;
    margin-bottom: 10px;
    background: #e5e5e5;
    border-radius: 10px;
}
.authentication_frame .input .user_ico {
    background: url(../img/user_ico.png) no-repeat left center;
}
.authentication_frame .input .password_ico {
    background: url(../img/code_ico.png) no-repeat left center;
}
.authentication_frame .input .ico {
    position: absolute;
    left: 20px;
    top: 10px;
    display: inline-block;
    height: 75px;
    color: #747474;
    font-size: 30px;
    line-height: 80px;
    padding-left: 80px;
}
.authentication_frame .input input {
    width: 100%;
    height: 90px;
    text-indent: 120px;
    font-size: 30px;
    border: none;
    background: none;
}
.authentication_frame .login_a {
    margin: 0 auto; text-align: center
}
.authentication_frame .button_a  {
    display: inline-block;
    float: left;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 10px;
    width: 240px;
    margin-top: 10px;
    margin-left: 120px;
    background: #ffa600;
    background: -moz-linear-gradient(top, #ff6700, #ffa600);
    background: -webkit-gradient(linear, 0 -50, 0 bottom, from(#ff6700), to(#ffa600));
    background: -o-linear-gradient(top, #ff6700, #ffa600);
    border-bottom: 10px solid #bd4c00;
}
.authentication_frame .button_a {
    display: inline-block;
    float: left;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 10px;
    width: 240px;
    margin-top: 10px;
}
.authentication_frame .link {
    margin: 10px 0;
}

.authentication_frame .link a {
    font-size: 25px;
    color: #747474;
}

.authentication_frame .link .left {
    float: left;
}

.authentication_frame .link .right {
    float: right;
}
.page_number .conter {
    padding: 60px 40px 80px 40px;
}

.page_number .conter input {
    float: left;
    background: #fff;
    border:none;
    width: 333px;
    height:60px;
    color: #747474;
    font-size: 30px;
    text-indent: 20px;
}

.page_number .conter  .copybtn {
    float: right;
    display: inline-block;
    width: 120px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background: #49a2da;
}
.bdsharebuttonbox {
    margin-top: 30px;
    display: inline-block;
}

.bdsharebuttonbox a {
    width: 60px !important;
    height: 60px !important;
    background: url("../img/bdsharebuttonbox_ico.png") !important;
    padding: 0 !important;
    margin: 0 30px 0 0 !important;
}

.bdsharebuttonbox .bds_weixin {
    background-position: 0 0 !important;
}

.bdsharebuttonbox .bds_qzone {
    background-position: 0 -62px !important;;
}

.bdsharebuttonbox .bds_sqq {
    background-position: 0 -124px !important;;
}

.bdsharebuttonbox .bds_tsina {
    background-position: 0 -186px !important;;
}
.pay_mold{
  padding: 10px 20px 30px 20px
}
.pay_mold div{
    margin-top: 5px;
    background-color: #ffffff;
}
.pay_mold div img{
    width:100px;
    height:100px;
    margin-left:10px;
    vertical-align: middle;
}
.pay_mold a {
    display: block;
    height: 100px;
    width: 100%;
}

.privacy{
		font-size: 20px;
		border-top: 1px solid #d5d5d5;
		padding-top:10px;
		display: flex;
		align-items: center;
		justify-content: center;
}
.privacy a{
		color: #49a2da;
}
.privacy input{
		width: 25px;
		height: 25px;
		margin-right: 5px;
}


.privacy_pop{
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 999999;
		background: rgba(0,0,0,0.5);
}
.privacy_pop .content{
		max-height: 550px;
		overflow-y: scroll;
		font-size: 18px;
		margin-bottom: 10px;
		overflow-wrap: anywhere;
		padding: 0 10px;
}
.toast {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 51px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 21px;
  font-size: 25px;
  z-index: 99999;
	white-space: nowrap;
	display: none;
}
.privacy_agree{
	background-color: red;
	color: white;
	border-radius: 32px;
	margin:15px 0;
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	padding: 15px;
	cursor: pointer;
}
.private_refuse{
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin:15px 0;
	color: red;
	border: 1px solid red;
	border-radius: 32px;
	background-color: white;
	padding: 15px;
	cursor: pointer;
}
.private_pop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999998;
	background: rgba(0,0,0,0.5);
}
.private_pop  .content{
		max-height: 550px;
		overflow-y: scroll;
		font-size: 18px;
		margin-bottom: 10px;
		overflow-wrap: anywhere;
		padding: 0 10px;
}
.privacy_button_box{
	display: flex;
	justify-content: space-around;
}
    
