.wrap {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 5px 0 rgba(4, 4, 4, 0.3);
    opacity: 0.9;
    overflow: hidden;
}

.wrap_in {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.wrap_in .figure {
    width: 660px;
    height: 597px;
    overflow: hidden;
    float: left;
    margin: 88px 92px 135px 0;
}

.wrap_in .figure img {
    width: 100%;
    padding-top: 56px;
}

.wrap_in .set_up {
    width: 446px;
    /* height: 597px; */
    height: 650px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(210, 210, 210, 1);
    float: left;
    margin: 88px 0 135px 0;
}

.wrap_in .set_up .logo {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.set_up .title {
    width: 368px;
    height: 50px;
    margin: 10px auto 5px;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.set_up .title p {
    /* width: 50px; */
    width: auto;
    height: 50px;
    margin: 0 20px;
    /* float: left; */
    /* margin-left: 90px; */
    line-height: 50px;
    font-size: 18px;
    color: #dc4e41;
    text-align: center;
    cursor: pointer;
}

.set_up .title li {
    /* width: 50px; */
    height: 50px;
    float: left;
    margin-left: 90px;
    line-height: 50px;
    font-size: 18px;
    color: black;
    text-align: center;
    cursor: pointer;
}

.set_up .title li:hover {
    border-bottom: 2px solid #fe5848;
    color: #fe5848;
}

.set_up .title li.on {
    border-bottom: 2px solid #fe5848;
    color: #fe5848;
}

/*Ã§â„¢Â»Ã©Å’â€ž*/

.set_up_list,
.reset_pwd {
    width: 368px;
    height: auto;
    /*background: #FE5848;*/
    margin: 15px auto 0;
}

.set_up_list .input,
.reset_pwd .input {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(210, 210, 210, 1);
    margin-top: 33px;
    position: relative;
}

.set_up_list .input input,
.reset_pwd .input input {
    font-size: 15px;
    width: 90%;
    line-height: 50px;
    margin-left: 5%;
    background: #ffffff;
    cursor: pointer;
}

.set_up_list .input input {
    width: 95%;
    padding-left: 5%;
    margin: 0;
}

#cede_login_btn_phone {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 44%;
    padding-left: 5%;
    margin: 0;
    font-size: 15px;
    line-height: 50px;
    background: #ffffff;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.phoneText {
    font-size: 12px;
    margin-top: 5px;
}

.agreeBox {
    font-size: 12px;
    color: #999999;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 15px;
    line-height: 15px;
    margin-top: 6px;
}

.agreeBox input {
    margin-right: 5px;
}

.agreeBox ul a {
    /* float: left; */
    color: #dc4e41;
    display: inline;
    width: auto;
}

.set_up_list .input,
.reset_pwd .input {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.set_up_list .input input:not([type="button"]),
.reset_pwd .input input:not([type="button"]) {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.set_up_list .input input[type="button"],
.reset_pwd .input input[type="button"] {
    width: 35%;
}

.set_up_list .input .youxiang,
.registered_list ul li .youxiang {
    width: 17px;
    height: 13px;
    background: url("../images/youxiang@1x.png") no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    margin-left: 15px;
}

.set_up_list .input .password,
.registered_list ul li .password {
    width: 16px;
    height: 20px;
    background: url("../images/mima.png") no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    margin-left: 15px;
}

.set_up_list .input .yanjing {
    width: 16px;
    height: 10px;
    background: url("../images/yanjing.png") no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    margin-right: 15px;
    cursor: pointer;
}

.set_up_list .input .yanzhengma,
.registered_list ul li .yanzhengma {
    width: 19px;
    height: 22px;
    background: url("../images/yanzhengma.png") no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    margin-left: 15px;
}

.set_up_list .input .closeyanjing {
    background: url("../images/closeyanjing.png") no-repeat center;
    -o-background-size: cover;
    background-size: cover;
}

.set_up_list .input .areaCode {
    width: 107px;
    float: left;
    position: relative;
    border-right: 1px solid #D2D2D2;
    height: 50px;
}

.set_up_list .input .areaCode i {
    line-height: 50px;
    font-size: 14px;
    text-indent: 1.1em;
    display: block;
}

.set_up_list .input .areaCode::after {
    content: "";
    width: 10px;
    height: 6px;
    /* background: #000; */
    background: url("../images/input-icon.png") no-repeat center;
    -o-background-size: 10px 6px;
    background-size: 10px 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

.areaListStyle {
    width: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 222;
    display: none;
    max-height: 300px;
    overflow: auto;
}

.areaListStyle li {
    height: 49px;
    line-height: 49px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    border-bottom: 1px solid #D2D2D2;
    font-size: 14px;
    color: #969696;
}

.areaListStyle li:last-child {
    border-bottom: none;
}

.set_up_list .input .login_phone {
    width: 251px;
    float: left;
}

.phone-list {
    height: 30px;
}

.phone-list li {
    color: #505050;
    font-size: 14px;
}

.phone-list li a {
    color: #505050;
    font-weight: 400;
}

.set_up_list .trip,
.registered_list .trip {
    width: 100%;
    font-size: 14px;
    margin: 20px 0;
    color: red;
    white-space: normal;
}

.set_up_list .btn,
.registered_list .btn,
.reset_pwd .btn {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    background: #ededed;
}

.set_up_list .btn.on,
.registered_list .btn.on,
.reset_pwd .btn.on {
    background: #fe5848;
}

.set_up_list .btn a,
.registered_list .btn a,
.reset_pwd .btn a {
    display: block;
    height: 100%;
    color: #ffffff;
    font-size: 18px;
}

.set_up_list .reset {
    width: 100%;
    height: 20px;
    margin: 20px 0;
}

.set_up_list .reset ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.set_up_list .reset li {
    width: auto;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    float: left;
    text-align: right;
}

.set_up_list .reset li:nth-child(3) {
    margin-right: 0;
}

.set_up_list .reset li a {
    color: rgba(80, 80, 80, 1);
    display: block;
    height: 100%;
}

.set_up_list span {
    display: block;
    width: 100%;
    color: rgba(210, 210, 210, 1);
    margin-bottom: 24px;
}

.set_up_list span.xian {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.set_up_list span.xian i {
    color: black;
}

.set_up_list .signin {
    width: 100%;
    height: 36px;
}

.signin ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.set_up_list .signin li {}

.set_up_list .signin li .g-signin2 {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* .set_up_list .signin li:nth-child(2) {
    border: 1px solid rgba(59, 89, 152, 1);
} */

.set_up_list .signin li a {
    height: 100%;
    display: block;
    color: #404247;
    position: relative;
}

.set_up_list .signin li a.google {}

.set_up_list .signin li a.fb {}

.set_up_list .signin li a>div {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.set_up_list .signin li a i {
    display: block;
    width: 35px;
    height: 36px;
    border-radius: 20px;
    /* border-radius: 5px 0px 0px 5px; */
    /* margin-left: -1px; */
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    float: left;
}

.set_up_list .signin li a.phoneIcon i {
    background: url("../images/phone_bg.png") no-repeat center;
    -o-background-size: contain;
    background-size: contain;
}

.set_up_list .signin li a.emailIcon i {
    background: url("../images/mail_bg.png") no-repeat center;
    -o-background-size: contain;
    background-size: contain;
}

.set_up_list .signin li a.google i {
    background: url("../images/google_bg.png") no-repeat center;
    -o-background-size: contain;
    background-size: contain;
}

.set_up_list .signin li a.fb i {
    background: url("../images/fb_bg.png") no-repeat center;
    -o-background-size: contain;
    background-size: contain;
}

.set_up_list .signin li a em {
    display: block;
    /* width: 135px; */
    width: auto;
    height: 100%;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-left: 9px;
}

/*Ã©ÂªÅ’Ã¨Â¯ÂÃ§Â ÂÃ§â„¢Â»Ã¥Â½â€¢input*/

/* .code_login .input.length input {
    width: 44%;
} */

/*Ã¨Â¨Â»Ã¥â€ Å */

.registered_list {
    width: 368px;
    height: auto;
    /*background: #FE5848;*/
    margin: 15px auto 0;
}

.registered_list ul {
    width: 100%;
    height: auto;
}

.registered_list ul li {
    width: 368px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(210, 210, 210, 1);
    margin-top: 21px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.registered_list ul li input {
    font-size: 15px;
    width: 90%;
    line-height: 50px;
    margin-left: 6%;
    float: left;
    cursor: pointer;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.registered_list ul li:nth-child(2) input {
    /* width: 60%; */
}

.registered_list ul li:nth-child(2) i {
    display: block;
    float: right;
    width: 30%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.registered_list ul li:nth-child(2) i input {
    width: 95%;
}

/*Ã¥Â¿ËœÃ¨Â®Â°Ã¥Â¯â€ Ã§Â Â*/

.reset_pwd .title {
    width: 368px;
    height: 50px;
    margin: 10px auto 5px;
    border-bottom: 1px solid rgba(240, 240, 240, 1);
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}

.reset_pwd .icon {
    width: 100px;
    height: 100px;
    margin: 40px auto 20px;
}

.reset_pwd p.success {
    width: 100%;
    text-align: center;
    line-height: 2em;
    margin-bottom: 40px;
}

/*=====================Ã¨Â¦â€“Ã©Â Â»Ã¤Â¸Â­Ã¥Â¿Æ’=======================*/

.wrap_in .video_title {
    width: 100%;
    height: 30px;
    padding: 40px 0 0 0;
    font-size: 30px;
}

.wrap_in .video_title i {
    display: block;
    width: 5%;
    height: 30px;
    text-align: left;
    float: left;
}

.wrap_in .video_title i a {
    display: block;
    background: url("../images/back.png") no-repeat center;
    height: 100%;
}

.wrap_in .video_title em {
    display: block;
    width: 95%;
    text-align: center;
}

.video_search {
    width: 100%;
    height: 42px;
    padding-top: 40px;
}

.video_search .video_select {
    width: 380px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    /*border:1px solid rgba(210,210,210,1);*/
    float: left;
}

.video_search .video_select select {
    width: 380px;
    height: 40px;
    outline: none;
    padding-left: 5px;
    font-size: 14px;
    color: #969696;
}

.video_search .video_input,
.game .game_search {
    width: 380px;
    height: 38px;
    float: left;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(210, 210, 210, 1);
    margin-left: 30px;
}

.video_search .video_input input,
.game .game_search input {
    width: 86%;
    font-size: 14px;
    line-height: 38px;
    margin-left: 2.5%;
    float: left;
}

.video_search .video_input .icon,
.game .game_search .icon {
    width: 20px;
    height: 18px;
    background: #505050;
    float: right;
    background: url("../images/search.png") no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 10px;
}

.video_list {
    width: 100%;
    height: 1120px;
    overflow: hidden;
    margin-top: 50px;
}

.video_list ul {
    width: 100%;
}

.video_list ul li {
    width: 380px;
    height: 280px;
    margin-right: 30px;
    position: relative;
    float: left;
}

.video_list ul li a {
    height: 100%;
    display: block;
    color: black;
}

.video_list ul li:nth-child(3),
.video_list ul li:nth-child(6),
.video_list ul li:nth-child(9),
.video_list ul li:nth-child(12) {
    margin-right: 0;
}

.video_list ul li img {
    width: 380px;
    height: 213px;
    position: absolute;
    top: 0;
    left: 0;
}

.video_list ul li i {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 26%;
    left: 50%;
    margin-left: -27px;
    z-index: 5;
    border-radius: 30px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    background: url("../images/shipin.png") no-repeat center;
}

.video_list ul li .bg {
    width: 380px;
    height: 213px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.video_list ul li em {
    width: 380px;
    position: absolute;
    bottom: 34px;
    left: 0;
    z-index: 3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sub_fy {
    width: 100%;
    height: 48px;
    margin: 60px auto 0px;
    padding-bottom: 60px;
    text-align: center;
}

.sub_fy ul.pagination {
    height: 100%;
    text-align: center;
}

.sub_fy ul li.page-item {
    height: 36px;
    margin-left: 10px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    padding: 0 15px;
    border: #dedede 1px solid;
}

.sub_fy ul li .input {
    display: inline-block;
    width: 34px;
    border: #dedede 1px solid;
}

.sub_fy ul li .input input {
    width: 100%;
    text-align: center;
    line-height: 36px;
}

.sub_fy ul li a {
    width: 100%;
    color: #666666;
}

.sub_fy ul li.thisclass {
    height: 36px;
    margin-left: 10px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    padding: 0 15px;
    background: #fe5848;
    color: #ffffff;
}

.sub_fy span {
    width: 110px;
    float: right;
    display: block;
    height: 100%;
    line-height: 48px;
}

.sub_fy ul li:hover {
    background: #fe5848;
}

.sub_fy ul li.hover:hover {
    background: none;
    color: #000000;
}

/*Ã¥Å Â¨Ã¦â‚¬ÂÃ¨Âµâ€žÃ¨Â®Â¯*/

.news_list {
    width: 100%;
    padding-top: 40px;
}

.news_list .new_nav {
    width: 100%;
    height: 22px;
}

.news_list .new_nav li {
    height: 22px;
    float: left;
    padding: 0 60px;
    font-weight: 600;
}

.news_list .new_nav li a {
    display: block;
    font-size: 18px;
    color: #969696;
}

.news_list .new_nav li.on a {
    color: #000;
}

.news_list .new_nav li a:hover {
    color: #000;
    font-weight: bold;
}

.news_list .new_content {
    width: 100%;
    margin-top: 40px;
}

.news_list .new_content li {
    width: 100%;
    height: 235px;
    margin-top: 40px;
}

.news_list .new_content li a {
    display: contents;
    height: 100%;
    white-space: normal;
}

.news_list .new_content .icon {
    float: left;
    width: 420px;
    height: 235px;
    overflow: hidden;
}

.news_list .new_content .new_right {
    float: right;
    width: 740px;
    height: 233px;
    overflow: hidden;
    border-top: rgba(240, 240, 240, 1) 1px solid;
    border-bottom: rgba(240, 240, 240, 1) 1px solid;
}

.new_right .title {
    width: 100%;
    height: 29px;
    margin: 24px 0;
}

.new_right .title i {
    float: left;
    margin: 4px 0 0 0;
}

.new_right .title p {
    width: 94%;
    float: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    color: #000;
}

.new_right .dec {
    /*text-indent:2em;*/
    width: 100%;
    height: 105px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(80, 80, 80, 1);
    line-height: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.new_right .time {
    width: 74px;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(150, 150, 150, 1);
    line-height: 50px;
}

.detail_left {
    width: 930px;
    height: auto;
    float: left;
    border: 1px solid rgba(240, 240, 240, 1);
}

.detail_right {
    width: 250px;
    height: auto;
    float: right;
}

.detail_left .title {
    width: 100%;
    height: auto;
    font-size: 22px;
    text-align: center;
    margin: 30px 0;
}

.detail_left .m_time {
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
    margin: 30px 0;
    color: #969696;
}

.detail_left .m_time .time {
    float: left;
    margin-left: 150px;
}

.detail_left .m_time .share {
    float: right;
    margin-right: 150px;
}

.detail_left .m_time .share i {
    float: left;
}

.detail_left .m_time .share em {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    background: #fe5848;
    margin-left: 5px;
    border-radius: 15px;
    overflow: hidden;
}

.detail_left .m_time .share em.fb {
    background: url("../images/fb.png") no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.detail_left .m_time .share em.twitterhover_pc {
    background: url("../images/twitterhover_pc.png") no-repeat center;
}

.detail_left .m_time .share em.twitterhover_pc a,
.detail_left .m_time .share em.line a,
.detail_left .m_time .share em.fb a {
    height: 100%;
    display: block;
}

.detail_left .m_time .share em.line {
    background: url("../images/line.png") no-repeat center;
}

.detail_left .m_time .share em.kakao {
    background: url("../images/kakao.png") no-repeat center;
}

.detail_left .content {
    width: 100%;
    height: auto;
    margin: 30px auto;
}

.detail_left .content .content_in {
    width: 96%;
    height: auto;
    margin: 0 auto;
}

.detail_left .content p {
    color: #000000;
    font-size: 14px;
    line-height: 2em;
    text-indent: 28px;
}

.detail_left .content img {
    margin: 15px auto 15px;
    display: block;
    max-width: 100%;
    height: auto;
}

/*Ã¥ÂÂ³Ã¨Â¾Â¹*/

.detail_right .game {
    width: 250px;
    height: 280px;
    border: 1px solid rgba(240, 240, 240, 1);
}

.detail_right .game .icon {
    width: 140px;
    height: 140px;
    margin: 30px 55px 18px;
}

.detail_right .game p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.detail_right .game .down_type {
    width: 100%;
    padding-top: 20px;
}

.detail_right .game .down_type .down {
    float: left;
    margin-left: 30px;
}

.detail_right .game .down_type .down a,
.detail_right .game .down_type .apkdown a {
    height: 100%;
    display: block;
}

.detail_right .game .down_type .down a i,
.detail_right .game .down_type .apkdown a i {
    display: block;
    width: 20px;
    height: 20px;
    background: #fe5848;
    border-radius: 15px;
    float: left;
    margin-right: 5px;
    background: url("../images/xiazai.png") no-repeat center;
}

.detail_right .game .down_type .apkdown a i {
    background: url("../images/APK_down.png") no-repeat center;
}

.detail_right .game .down_type .apkdown {
    float: right;
    margin-right: 20px;
}

.hot_game {
    width: 250px;
    height: 505px;
    border: 1px solid rgba(240, 240, 240, 1);
    margin: 30px 0;
}

.hot_game .title,
.hot_news .title {
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 22px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-top: 19px;
}

.hot_game ul {
    width: 100%;
    height: 100%;
}

.hot_game ul li {
    width: auto;
    height: 110px;
    float: left;
    background: #ffffff;
    margin: 30px 0 0 20px;
}

.hot_game .r_gameLogo {
    width: 100px;
    height: 100px;
    margin-right: 16px;
}

.hot_game .r_gameLogo img {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.hot_game .synopsis {
    width: 100px;
    overflow: hidden;
    padding: 10px 0 0 0;
}

.hot_game .synopsis p {
    line-height: 2em;
}

.hot_game .syOne {
    color: #000000;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.hot_game .syTwo {
    color: #505050;
    font-size: 14px;
}

.hot_game .syTwo a,
.hot_game .syThree a {
    height: 100%;
    display: block;
}

.hot_game .syTwo a i,
.hot_game .syThree a i {
    display: block;
    width: 20px;
    height: 20px;
    background: #fe5848;
    border-radius: 15px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
    background: url("../images/xiazai.png") no-repeat center;
}

.hot_game .syThree a i {
    background: url("../images/APK_down.png") no-repeat center;
}

.hot_game .syThree {
    color: #505050;
    font-size: 12px;
}

.hot_game ul li.on,
.hot_game ul li:hover {
    background: #eeeeee;
}

.hot_news {
    width: 250px;
    height: 320px;
    border: 1px solid rgba(240, 240, 240, 1);
}

.hot_game ul li:last-child {
    width: 100%;
    height: 20px;
    text-align: center;
    margin: 20px 0;
}

.hot_game ul li:last-child a {
    height: 100%;
    display: block;
    color: #969696;
    font-size: 14px;
}

.hot_news ul {
    width: 100%;
}

.hot_news ul li {
    width: 90%;
    margin: 19px auto;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.hot_news ul li a {
    display: block;
    height: 100%;
    font-size: 15px;
    color: #000;
}

.hot_news ul li a:hover {
    color: #969696;
}

.hot_news ul li:last-child {
    width: 100%;
    height: 20px;
    text-align: center;
    margin: 20px 0;
}

.hot_news ul li:last-child a {
    height: 100%;
    display: block;
    color: #969696;
    font-size: 14px;
}

/*Ã¦Â¸Â¸Ã¦Ë†ÂÃ¤Â¸Â­Ã¥Â¿Æ’*/

.game {
    width: 100%;
    height: 40px;
    padding: 40px 0 10px 0;
}

.game .game_nav {
    width: auto;
    float: left;
    height: 100%;
}

.game .game_nav li {
    font-size: 20px;
    padding: 0 40px;
    float: left;
    line-height: 40px;
}

.game .game_nav li a {
    display: block;
    height: 100%;
    color: #969696;
}

.game .game_nav li a.on {
    color: #000;
    font-weight: bold;
}

.game .game_nav li a:hover {
    color: #000;
    font-weight: bold;
}

.game .game_search {
    float: right;
    margin-right: 20px;
}

.game_list {
    width: 100%;
    height: auto;
}

.game_list li {
    width: 100%;
    height: 235px;
    overflow: hidden;
    border-top: 1px solid rgba(240, 240, 240, 1);
    border-bottom: 1px solid rgba(240, 240, 240, 1);
    margin-top: 40px;
}

.game_list li .icon {
    width: 420px;
    height: 235px;
    float: left;
}

.game_list li .right {
    width: 780px;
    height: 100%;
    float: right;
}

.game_list li .right .main {
    width: 525px;
    height: 100%;
    overflow: hidden;
    float: left;
}

.game_list li .right .main .title {
    font-size: 20px;
    padding: 30px 0 20px 30px;
    overflow: hidden;
    font-weight: bold;
}

.game_list li .right .main .dec {
    width: 93%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    padding-left: 30px;
    color: #505050;
}

.game_list li .right .main ul {
    width: 100%;
    height: 44px;
}

.game_list li .right .main ul li {
    width: 44px;
    height: 100%;
    float: left;
    border-radius: 30px;
    margin: 50px 0 0 30px;
}

.game_list li .right .button {
    float: right;
    width: 150px;
    height: auto;
    margin-right: 30px;
}

.game_list li .right .button li {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    font-size: 19px;
    margin-top: 50px;
}

.game_list li .right .button li:last-child {
    margin-top: 30px;
}

.game_list li .right .button li a {
    display: block;
    height: 100%;
    color: #ffffff;
}

/*Ã§Â¤Â¼Ã¥Å’â€¦Ã¤Â¸Â­Ã¥Â¿Æ’*/

.center {
    width: 100%;
    height: 100px;
}

.center .title {
    width: 50%;
    height: 30px;
    float: left;
}

.center .title li {
    font-size: 22px;
    float: left;
    padding: 35px 80px 0 0;
    color: #969696;
    cursor: pointer;
}

.center .title li a {
    color: #969696;
}

.center .title li.on {
    color: #000;
}

.center .title li.on a {
    color: #000;
}

.center .my_gift {
    width: 50%;
    height: 30px;
    float: right;
}

.center .my_gift .icon {
    display: block;
    width: 22px;
    height: 20px;
    overflow: hidden;
    float: right;
    margin: 40px 5px 0 0;
    background: url("../images/libao.png") no-repeat center;
}

.center .my_gift .color {
    float: right;
    line-height: 100px;
    margin-right: 20px;
}

.m_select {
    width: 100%;
    height: 40px;
    display: -webkit-flex;
    /* Safari */
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    margin-bottom: 30px;
}

.m_select select {
    width: 240px;
    height: 100%;
    outline: none;
    padding: 0 5px;
    margin-right: 60px;
    color: #969696;
    font-size: 14px;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.more {
    cursor: pointer;
    font-size: 20px;
}

.li-more i {
    width: 20px;
    height: 20px;
    background: url('../images/pull-more.png');
    background-size: 20px 20px;
}

/* #areaslist {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    pointer-events: none;
} */

.gift_content,
.payment_content {
    width: 100%;
    height: auto;
    /* margin-top: 40px; */
}

.gift_content li {
    width: 100%;
    height: 188px;
    border-bottom: solid 1px rgba(240, 240, 240, 1);
}

.gift_content li .icon {
    width: 128px;
    height: 128px;
    float: left;
    margin: 30px 0;
}

.gift_content li .main {
    width: 786px;
    height: 128px;
    margin: 30px 60px;
    float: left;
}

.gift_content li .main p.title {
    color: #000;
    font-size: 22px;
    width: 100%;
    height: 29px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.gift_content li .main p.content,
.gift_content li .main p.conditions {
    color: #505050;
    font-size: 15px;
    width: 100%;
    height: 20px;
    padding: 12px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.gift_content li .main p.conditions {
    padding: 0 0 12px;
}

.gift_content li .main p.time {
    color: #969696;
    font-size: 15px;
    width: 100%;
    height: 20px;
    padding: 8px 0 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.gift_content li .btn {
    width: 150px;
    height: 100%;
    float: left;
    text-align: center;
}

.gift_content li .btn .gift-btn {
    display: block;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    margin: 50px 0 19px;
    background-color: #969696;
    color: #ffffff;
    cursor: pointer;
}

.gift_content li .btn .gift-btn a {
    color: #ffffff;
}

.gift_content li .btn i {
    color: #505050;
}

/*Ã¥â€šÂ¨Ã¥â‚¬Â¼*/

.user_id {
    width: 100%;
    height: 21px;
    /* padding-bottom: 30px; */
}

.pay_content {
    width: 100%;
    height: auto;
    padding: 30px 0 0;
}

.payment_content .pay_title {
    font-size: 16px;
    font-weight: bold;
}

.pay_content ul,
.goods_content ul,
.pay_content ul,
.atms_content ul,
.telecom_content ul {
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pay_content ul li,
.atms_content ul li,
.telecom_content ul li {
    width: 240px;
    margin-right: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.pay_content ul li:nth-child(4),
.pay_content ul li:nth-child(8),
.pay_content ul li:nth-child(12),
.pay_content ul li:nth-child(16) {
    margin-right: 0;
}

.pay_content ul li .icon {
    display: block;
    width: 240px;
    height: 85px;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}

.pay_content ul li .icon .img1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

.pay_content ul li.on .icon {
    border: solid #fe5848 1px;
}

.pay_content ul li .dec {
    display: block;
    /* padding-top: 5px; */
    line-height: 40px;
    font-weight: normal;
    font-size: 17px;
}

.goods_content,
.atms_content,
.telecom_content {
    width: 100%;
    height: auto;
    padding-top: 30px;
    margin-bottom: 30px;
}

.goods_content ul li {
    width: 240px;
    height: auto;
    margin: 0 60px 30px 0;
}

.goods_content ul li.on .game-icon,
.atms_content ul li.on .atms-icon,
.telecom_content ul li.on .atms-icon {
    border: #fe5848 1px solid;
}

.goods_content ul li i,
.pay_content ul li i {
    width: 100%;
    text-align: left;
    word-break: break-all;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /* height: 60px; */
    /* margin: 38px 0; */
    line-height: 65px;
    text-align: center;
    color: #505050;
    font-size: 16px;
}

.goods_content ul li em {
    /* position: absolute; */
    /* bottom: -24px; */
    /* left: 0; */
    display: block;
    width: 100%;
    /* padding: 5px 10px; */
    /* opacity: 0.6; */
    /* color: #ffffff; */
    /* border-radius: 0 0 30px 0; */
    text-align: center;
    line-height: 40px;
    font-size: 17px;
}

.goods_content ul li b {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    padding: 5px 10px;
    opacity: 0.6;
    color: #ffffff;
    border-radius: 30px 0 0 0;
}

.payment_content .active {
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    background: url("../images/active.png") no-repeat center;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.payment_content .on .active {
    display: block;
}

.goods_content ul li:nth-child(4),
.goods_content ul li:nth-child(8),
.goods_content ul li:nth-child(12),
.goods_content ul li:nth-child(16),
.goods_content ul li:nth-child(20) {
    margin-right: 0;
}

.payment_content .btn {
    /* width: 300px; */
    height: 50px;
    /* border-radius: 5px; */
    text-align: center;
    line-height: 50px;
    margin: 70px auto 120px;
}

.payment_content .btn a {
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    width: 300px;
    height: 50px;
    background: #fe5848;
    margin: 0 auto;
    border-radius: 5px;
}

/*Ã¥â€šÂ¨Ã¥â‚¬Â¼Ã¨Â®Â°Ã¥Â½â€¢*/

.payment_content table {
    width: 1200px;
    border-collapse: collapse;
}

.payment_content table tr {
    width: 100%;
    height: 70px;
}

.payment_content table tr th {
    font-size: 15px;
}

.payment_content table tr:nth-child(1) th {
    color: #ffffff;
    font-size: 16px;
}

.payment_content th {
    width: auto;
    height: 40px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    text-align: center;
}

/*Ã¤Â¸ÂªÃ¤ÂºÂºÃ¤Â¸Â­Ã¥Â¿Æ’*/

.user {
    width: 100%;
    height: 188px;
    border: 1px solid #f0f0f0;
    margin: 30px 0 0 0;
}

.user .r_gameLogo {
    width: 128px;
    height: 128px;
    margin: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.user .r_gameLogo img {
    width: 128px;
    height: 128px;
}

.user .synopsis {
    width: 60%;
    overflow: hidden;
    padding: 30px 0 0 30px;
}

.user .synopsis p {
    line-height: 2em;
}

.user .syOne {
    color: #000000;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.user .syTwo,
.user .syThree {
    color: #505050;
    font-size: 14px;
    margin-top: 10px;
}

.user .btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    margin: 69px 40px 0 0;
}

.user .btn a {
    display: block;
    height: 100%;
    color: #ffffff;
}

.user_content {
    width: 100%;
    height: auto;
    margin-top: 30px;
    min-height: 550px;
}

.user_content .left {
    /* width: 121px; */
    height: auto;
    /* margin-left: -1166px; */
}

.user_content .left ul li {
    width: 100%;
    font-size: 20px;
    height: 26px;
    line-height: 26px;
    margin-top: 39px;
    text-align: right;
}

.user_content .left ul li a {
    color: #000000;
}

.user_content .left ul li i {
    color: #f0f0f0;
}

.user_content .left ul li i {
    color: #f0f0f0;
}

.user_content .left ul li.on a {
    color: #fe5848;
}

.user_content .left ul li.on,
.left ul li.on i {
    color: #fe5848;
}

.user_content .right {
    /* width: 1053px; */
    /* width: 1000px; */
    width: 82%;
    height: auto;
    border: 1px solid #f0f0f0;
    /* margin: 0 0 50px 151px; */
    margin: 0 0 50px 0;
}

/* Ã¦Ë†â€˜Ã§Å¡â€žÃ¦Â¸Â¸Ã¦Ë†Â,Ã¦Ë†â€˜Ã§Å¡â€žÃ§Â¤Â¼Ã¥Å’â€¦*/

.user_content .right .title {
    /* width: 973px; */
    width: 90%;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    padding-left: 40px;
}

.user_content .right .title a {
    color: #969696;
    font-size: 14px;
}

.user_content .right .content u,
.user_setup_content {
    /* width: 973px; */
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.user_content .right .content ul li {
    /* width: 973px; */
    width: 98%;
    height: 168px;
    border-bottom: solid 1px #f0f0f0;
    margin: 0 auto 40px;
}

.user_content .right .content ul li:last-child {
    border: none;
}

.user_content .right .content ul li .icon {
    width: 128px;
    height: 128px;
    overflow: hidden;
    border-radius: 25px;
    float: left;
}

.user_content .right .content ul li .main {
    width: 40%;
    height: 100%;
    float: left;
    margin-left: 40px;
}

.user_content .right .content ul li .main p {
    font-size: 20px;
    /*line-height: 2em;*/
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 29px;
}

.user_content .right .content ul li .main p.dec {
    font-size: 16px;
    color: #505050;
}

.user_content .right .content ul li .btn {
    width: auto;
    height: 50px;
    margin-top: 40px;
}

.user_content .right .content ul li .btn a {
    display: block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    border-radius: 5px;
    float: left;
}

.user_content .right .content ul li .btn a:first-child {
    margin-right: 30px;
}

/*Ã¦Ë†â€˜Ã§Å¡â€žÃ§Â§Â¯Ã¥Ë†â€ */

/*Ã¦Ë†â€˜Ã§Å¡â€žÃ¦ËœÅ¸Ã§â€šÂ¹*/

.user_integral .sidder {
    width: 100%;
    height: 24px;
    margin-bottom: 10px;
}

.user_integral .sidder p {
    font-size: 16px;
    padding: 0 40px;
}

.user_integral .sidder p i {
    font-size: 18px;
}

.user_integral table {
    width: 973px;
    margin: 0 auto;
    border-collapse: collapse;
}

.user_integral table tr {
    width: 100%;
    height: 70px;
}

.user_integral table tr th {
    font-size: 14px;
    width: 100px;
    height: 40px;
    border: 1px solid #d2d2d2;
    /*font-size:12px;*/
    text-align: center;
    font-weight: 400;
}

.user_integral table tr:nth-child(1) th {
    color: #ffffff;
    font-size: 16px;
}

/*Ã¤Â¸ÂªÃ¤ÂºÂºÃ¨Â®Â¾Ã§Â½Â®*/

.user_setup_content ul {
    width: 100%;
}

.user_setup_content ul li {
    width: 100%;
    height: auto;
    margin-bottom: 38px;
}

.user_setup_content ul li .icon {
    width: 128px;
    height: 128px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    position: relative;
}

.user_setup_content ul li .row {
    z-index: 100;
    position: fixed;
    top: 10%;
    left: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -250px;
    display: none;
}

.row .btn-primary {
    width: 80px;
    height: 25px;
    float: right;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    margin: 10px 10px 0 0;
    border-radius: 5px;
    cursor: pointer;
}

.user_setup_content ul li .icon .head_portrait {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: black;
    text-align: center;
    line-height: 128px;
    z-index: 5;
    top: 0;
    color: white;
    font-size: 22px;
}

/*Ã¤Â¸Å Ã¤Â¼Â Ã¥Â¤Â´Ã¥Æ’Â*/

#input {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 6;
    opacity: 0;
}

.sr-only {
    cursor: pointer;
}

.user_setup_content ul li .main {
    width: 60%;
    height: 100%;
    float: left;
    margin-left: 40px;
}

.user_setup_content ul li .main .nikname {
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 29px;
    height: 26px;
}

.user_setup_content ul li .main .nikname .input {
    float: left;
    border: 1px solid #d2d2d2;
    height: 24px;
    line-height: 24px;
}

.user_setup_content ul li .main .nikname .input input {
    font-size: 14px;
    float: left;
    line-height: 24px;
}

.user_setup_content ul li .main .dec {
    font-size: 15px;
    padding-top: 29px;
}

.user_setup_content ul li .main .nikname i {
    float: left;
    display: block;
}

.user_setup_content ul li .main .nikname em {
    display: block;
    float: left;
    margin-left: 25px;
}

.user_setup_content ul li .main .nikname em a,
.user_setup_content li .information span {
    height: 26px;
    display: block;
    font-size: 15px;
    line-height: 26px;
}

.user_setup_content li .information {
    width: 100%;
}

.user_setup_content li .information i {
    display: block;
    width: 180px;
}

.user_setup_content li .information i,
.user_setup_content li .information em {
    font-size: 18px;
    margin-right: 115px;
}

/*Ã¨Â´Â¦Ã¥ÂÂ·Ã¦Â³Â¨Ã©â€â‚¬*/

.log_out .title,
.sudder .title,
.my_question .title,
.reply .title {
    text-align: center;
}

.log_out .title i,
.sudder .title i,
.reply .title i {
    display: block;
    width: 16px;
    height: 30px;
    margin: 35px 0 0 0;
    background-image: url("../images/back.png");
}

.log_out .title i a,
.sudder .title i a {
    height: 100%;
    display: block;
}

.log_out .progress_of {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
}

.log_out .progress_of ul {
    height: 100%;
    text-align: center;
}

.log_out .progress_of li {
    height: 100%;
    margin-left: -10px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    /*padding: 0 15px;*/
    /*border: #dedede 1px solid ;*/
}

.log_out .progress_of li.on {
    color: #fe5848;
}

.log_out .progress_of li.on i {
    border: #fe5848 1px solid;
}

.log_out .progress_of li i {
    display: block;
    height: 18px;
    width: 18px;
    border: #969696 1px solid;
    border-radius: 45px;
    text-align: center;
    line-height: 21px;
    margin: 0 auto;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari Ã¥â€™Å’ Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    /*width: 100%;*/
}

.log_out .progress_of li:first-child i {
    margin-left: 33px;
}

.log_out .progress_of li:last-child i {
    margin-left: 101px;
}

.log_out .bk {
    width: 973px;
    margin: 0 auto;
}

.log_out .bk .dec {
    color: #fe5848;
    font-size: 14px;
    margin: 40px 0 30px 0;
}

.log_out .bk .agreement_title {
    font-size: 15px;
    margin: 0 0 20px 0;
}

.log_out .bk .agreement {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: #d2d2d2 1px solid;
}

.log_out .bk .agreement p {
    width: 910px;
    height: auto;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 36px;
    margin: 20px auto;
}

.log_out .bk .btn {
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 40px 0 40px 0;
}

.log_out .bk .btn li {
    min-width: 150px;
    height: 50px;
    /* float: left; */
    border-radius: 5px;
    /* text-align: center; */
    line-height: 50px;
    color: #ffffff;
    opacity: 0.5;
    display: inline-table;
    /* padding: 0 40px; */
    margin-left: 100px;
}

.log_out .bk .btn li.on {
    opacity: 1;
}

.log_out .bk .btn li:first-child {
    border: #d2d2d2 1px solid;
    /*opacity: 1;*/
    margin-left: 0;
}

.log_out .bk .btn li a {
    height: 100%;
    display: block;
    color: #ffffff;
}

.log_out .bk .select {
    width: 260px;
    height: 40px;
    /*border: #D2D2D2 1px solid;*/
}

.log_out .bk .select i {
    color: red;
}

.log_out .bk .select select {
    width: 95%;
    height: 100%;
    outline: none;
    font-size: 14px;
    padding-left: 8px;
    color: #969696;
}

.log_out .bk .text_reason {
    width: 100%;
    border: #d2d2d2 1px solid;
    min-height: 290px;
    height: auto;
    font-size: 14px;
    overflow: hidden;
}

.log_out .bk textarea {
    min-height: 290px;
    width: 90%;
    margin: 20px 5%;
    border: none;
    outline: none;
    font-size: 15px;
    line-height: 1.8em;
}

.validation_input {
    /* width: 344px; */
    width: 416px;
    height: 40px;
    margin: 70px auto 50px;
}

.validation_input .input {
    width: 260px;
    height: 40px;
    border: solid 1px #d2d2d2;
    float: left;
}

.validation_input .input input {
    width: 96%;
    line-height: 40px;
    margin-left: 2%;
}

.validation_input .input input[disabled] {
    opacity: 1;
    background: white;
}

.validation_input span,
.validation_code span,
.pwd_input span {
    display: block;
    /* width: 77px; */
    width: auto;
    height: 40px;
    float: left;
    font-size: 16px;
    line-height: 40px;
    margin-right: 5px;
}

.validation_code span {
    width: 77px;
    text-align: right;
}

.pwd_input {
    width: 344px;
    height: 40px;
    margin: 70px auto 100px;
}

.pwd_input .input {
    width: 260px;
    height: 40px;
    border: solid 1px #d2d2d2;
    float: left;
}

.pwd_input .input input {
    width: 96%;
    line-height: 40px;
    margin-left: 2%;
}

/*.validation_code input{*/

/*width: 344px;*/

/*height: 40px;*/

/*}*/

.validation_code {
    /* width: 344px; */
    width: 416px;
    height: 40px;
    margin: 70px auto 50px;
}

.validation_code .input {
    width: 260px;
    height: 40px;
    border: solid 1px #d2d2d2;
    float: left;
}

.validation_code .input input {
    width: 58%;
    line-height: 40px;
    padding-left: 2%;
    float: left;
    font-size: 14px;
}

.validation_code .input i input {
    width: 40%;
    line-height: 40px;
    cursor: pointer;
}

/*Ã¨Ââ€Ã§Â³Â»Ã¥Â®Â¢Ã¦Å“Â*/

.customer,
.faq,
.my_question,
.reply {
    width: 100%;
    height: auto;
    min-height: 550px;
    margin-bottom: 50px;
}

.customer .problem {
    padding: 0 40px;
    display: -webkit-flex;
    /* Safari */
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.customer .problem .account,
.customer .pay,
.customer .problem_game,
.online {
    width: 300px;
    height: 160px;
    color: #ffffff;
}

.customer .problem .account a,
.customer .pay a,
.customer .problem_game a,
.online a {
    display: block;
    height: 100%;
    color: #ffffff;
}

.customer .problem .account {
    background: #29cbce;
}

.customer .pay {
    background: #ffc933;
}

.customer .problem_game {
    background: #6d98e7;
}

.customer .online {
    background: #4c97e8;
}

.customer .problem .account .icon {
    width: 88px;
    height: 82px;
    background: url("../images/zhanghaowenti.png") no-repeat center;
    float: left;
    margin: 39px 0 0 40px;
}

.customer .problem .account i,
.customer .problem .pay i,
.customer .problem .problem_game i,
.customer .problem .online i {
    float: right;
    margin-right: 40px;
    line-height: 160px;
    font-size: 18px;
}

.customer .problem .pay .icon {
    width: 88px;
    height: 82px;
    background: url("../images/chuzhiqiazhongxin.png") no-repeat center;
    float: left;
    margin: 39px 0 0 40px;
}

.customer .problem .problem_game .icon {
    width: 88px;
    height: 82px;
    background: url("../images/youxicopyx.png") no-repeat center;
    float: left;
    margin: 39px 0 0 40px;
}

.customer .problem .online .icon {
    width: 88px;
    height: 82px;
    background: url("../images/tiwen.png") no-repeat center;
    float: left;
    margin: 39px 0 0 40px;
}

.announcement {
    /* width: 637px; */
    width: 587px;
    height: 360px;
    border: 1px solid rgba(240, 240, 240, 1);
    margin-top: 40px;
}

.announcement .the_title {
    width: 90%;
    height: 80px;
    line-height: 80px;
    padding-left: 40px;
    font-size: 22px;
}

.right .announcement .content {
    padding: 0 40px;
}

.right .announcement .content ul {
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.right .announcement .content ul li {
    width: 100%;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-bottom: none;
    margin-bottom: 25px;
}

.right .announcement .content ul li a {
    height: 100%;
    display: block;
    color: #000000;
}

.questions {
    width: 300px;
    height: 360px;
    margin-top: 40px;
}

.questions .email {
    width: 300px;
    height: 160px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(240, 240, 240, 1);
    margin-top: 40px;
}

.questions .email p {
    text-align: center;
    line-height: 80px;
}

.questions .email i {
    display: block;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
}

.questions .email i a {
    display: block;
    height: 100%;
    color: #ffffff;
}

.faq .faq_nav ul {
    padding: 40px 187px;
    display: -webkit-flex;
    /* Safari */
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq .faq_nav ul li {
    font-size: 18px;
    color: #969696;
}

.faq .faq_nav ul li:hover,
.faq .faq_nav ul li.on {
    color: #000;
    font-weight: 600;
}

.faq .faq_search {
    width: auto;
    height: 38px;
    padding: 0 40px 20px;
}

.faq .faq_search .faq_select {
    width: 260px;
    height: 38px;
    float: left;
    border: 1px solid rgba(210, 210, 210, 1);
}

.faq .faq_search .faq_select select {
    border: none;
    height: 38px;
    width: 100%;
    font-size: 14px;
    color: #969696;
    outline: none;
}

.faq .faq_search .faq_input {
    width: 260px;
    height: 38px;
    float: left;
    border: 1px solid rgba(210, 210, 210, 1);
    margin-left: 80px;
}

.faq .faq_search .faq_input input {
    width: auto;
    font-size: 14px;
    line-height: 38px;
    margin-left: 2.5%;
    float: left;
}

.faq .faq_search .faq_input .icon {
    width: 20px;
    height: 18px;
    background: #505050;
    float: right;
    background: url("../images/search.png") no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 10px;
}

.faq_slideToggle {
    width: auto;
    padding: 0 40px;
    margin-top: 29px;
}

.faq_slideToggle ul li {
    /*width: 100%;*/
    margin-top: 32px;
}

.faq_slideToggle ul li .faq_text .icon {
    width: 18px;
    height: 18px;
    background: url("../images/questions.png") no-repeat center;
    float: left;
}

.faq_slideToggle ul li .faq_text span {
    display: block;
    width: 80%;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 18px;
    float: left;
    margin-left: 15px;
    font-size: 15px;
}

.faq_slideToggle ul li .faq_text i {
    display: block;
    width: 7px;
    height: 14px;
    background: url(../images/back.png) no-repeat center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    float: right;
    margin-right: 10px;
}

.faq_slideToggle ul li .faq_text i.on {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.faq_slideToggle ul li .faq_text a {
    height: 100%;
    display: block;
    color: #000;
}

.faq_slideToggle .faq_dec {
    display: none;
    margin-top: 22px;
}

.faq_slideToggle ul li .faq_dec .icon {
    width: 18px;
    height: 18px;
    background: url("../images/answer.png") no-repeat center;
    float: left;
}

.faq_slideToggle ul li .faq_dec p {
    width: 80%;
    height: 37px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 18px;
    float: left;
    color: #505050;
    margin-left: 15px;
    font-size: 15px;
    word-break: break-all;
    display: -webkit-box;
    /** Ã¥Â¯Â¹Ã¨Â±Â¡Ã¤Â½Å“Ã¤Â¸ÂºÃ¤Â¼Â¸Ã§Â¼Â©Ã§â€ºâ€™Ã¥Â­ÂÃ¦Â¨Â¡Ã¥Å¾â€¹Ã¦ËœÂ¾Ã§Â¤Âº **/
    -webkit-box-orient: vertical;
    /** Ã¨Â®Â¾Ã§Â½Â®Ã¦Ë†â€“Ã¦Â£â‚¬Ã§Â´Â¢Ã¤Â¼Â¸Ã§Â¼Â©Ã§â€ºâ€™Ã¥Â¯Â¹Ã¨Â±Â¡Ã§Å¡â€žÃ¥Â­ÂÃ¥â€¦Æ’Ã§Â´Â Ã§Å¡â€žÃ¦Å½â€™Ã¥Ë†â€”Ã¦â€“Â¹Ã¥Â¼Â **/
    -webkit-line-clamp: 2;
    /** Ã¦ËœÂ¾Ã§Â¤ÂºÃ§Å¡â€žÃ¨Â¡Å’Ã¦â€¢Â° **/
    overflow: hidden;
    /** Ã©Å¡ÂÃ¨â€”ÂÃ¨Â¶â€¦Ã¥â€¡ÂºÃ§Å¡â€žÃ¥â€ â€¦Ã¥Â®Â¹ **/
}

.faq_slideToggle ul li .faq_dec .red_love {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    text-align: center;
}

.faq_slideToggle .red_love ul {
    height: 100%;
    text-align: center;
}

.faq_slideToggle .red_love li {
    height: 100%;
    margin-left: -10px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    padding: 0 15px;
    margin-top: 0;
}

.faq_slideToggle .red_love li a {
    height: 100%;
    display: block;
    color: #505050;
}

.faq_slideToggle .red_love li.on i {
    background: url("../images/aixin.png") no-repeat center;
}

.faq_slideToggle .red_love li i {
    display: block;
    height: 22px;
    width: 24px;
    text-align: center;
    line-height: 21px;
    margin: 0 auto 5px;
    background: url("../images/xinsui.png") no-repeat center;
}

.faq_slideToggle .red_love li:last-child {
    margin-left: 65px;
}

/*
Ã¦ÂÂÃ¤ÂºÂ¤Ã©â€”Â®Ã©Â¢Ëœ
*/

.sudder_select,
.sudder_input {
    width: 466px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(210, 210, 210, 1);
    float: left;
    margin-top: 30px;
}

.sudder_input {
    width: 973px;
}

.sudder_select select {
    width: 466px;
    height: 40px;
    outline: none;
    border: none;
    color: #969696;
}

.sudder_select input,
.sudder_input input {
    width: 456px;
    height: 40px;
    outline: none;
    border: none;
    padding: 0 5px;
}

.sudder_input input {
    width: 963px;
}

.sudder_instructions {
    width: 100%;
    height: 280px;
    position: relative;
    margin-top: 30px;
    border: 1px solid rgba(210, 210, 210, 1);
}

.sudder_instructions_internal {
    width: 943px;
    height: 250px;
    overflow-y: auto;
    position: absolute;
    outline: none;
    -webkit-user-modify: read-write-plaintext-only;
    padding: 15px 15px 0;
    line-height: 1.6em;
}

.text:empty:before {
    content: attr(placeholder);
    color: #bbb;
}

.text:focus {
    content: none;
}

.sudder_btn {
    padding: 14px 50px;
    margin: 50px auto 0;
    border-radius: 5px;
    /*opacity: 0.5;*/
    color: #ffffff;
}

.sudder_btn a {
    height: 100%;
    display: block;
    color: #ffffff;
}

/*Ã¤Â¸Å Ã¤Â¼Â Ã¥â€ºÂ¾Ã§â€°â€¡*/

.IDCardFront {
    width: 54px;
    height: 44px;
    position: absolute;
    line-height: 20px;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    bottom: 20px;
    right: 20px;
    background: url("../images/tianjiatupian.png") no-repeat center;
}

.IDCardFront input {
    width: 54px;
    height: 44px;
    font-size: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

#loading {
    width: 124px;
    height: 124px;
    position: absolute;
    top: 33%;
    left: 44%;
}

/*
Ã¦Ë†â€˜Ã§Å¡â€žÃ©â€”Â®Ã©Â¢Ëœ
*/

.my_question .question {
    width: 973px;
    height: 130px;
    margin: 0 auto 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(210, 210, 210, 1);
    text-align: left;
}

.my_question .question .right_icon {
    float: right;
    padding: 5px 15px 5px 20px;
    color: #ffffff;
    border-radius: 0 0 0 15px;
    background: #d2d2d2;
}

.my_question .question .right_icon.on {
    background: #fe5848;
}

.my_question .question p {
    width: 736px;
    height: 24px;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    margin: 30px;
}

.my_question .question i {
    color: #969696;
    font-size: 14px;
    margin-left: 30px;
}

/*Ã¥â€ºÅ¾Ã¥Â¤ÂÃ¨Â¯Â¦Ã¦Æ’â€¦*/

.speak_window {
    width: 973px;
    margin: 0 auto;
}

.speak_box {
    min-height: 500px;
}

.goods_content ul li img {
    height: 100px;
    width: 100px;
    margin: 20px 10px;
    display: block;
    float: left;
}

.payment_content .Rebate {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}

.payment_content .Rebate em {
    background: url(../images/Rebate.png) no-repeat left bottom;
    height: 20px;
    width: 30px;
    float: left;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    display: block;
}

.payment_content .Rebate p {
    float: left;
    padding-right: 10px;
    background: #ff5750;
    height: 20px;
    width: auto;
}

.game-icon,
.atms-icon {
    width: 240px;
    height: 65px;
    text-align: center;
    position: relative;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    background: #f2f2f2;
    border-radius: 5px;
    line-height: 65px;
}

.confirm_fix {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.confirm {
    width: 800px;
    background: #fff;
    margin: 10% auto 0;
    /* overflow: hidden; */
    border-radius: 5px;
    position: relative;
    display: table;
}

.confirm_tipText {
    margin: 35px auto;
    width: 580px;
    overflow: hidden;
    color: red;
    display: none;
}

.confirm ul li {
    line-height: 50px;
    font-size: 20px;
    width: 100%;
    float: left;
    text-align: justify;
    text-justify: inter-ideograp;
}

.confirm ul {
    margin: 35px auto;
    width: 580px;
    overflow: hidden;
}

.confirm ul li p {
    float: left;
    color: #fe5848;
    width: 70%;
}

.confirm ul li em {
    float: left;
    width: 30%;
}

.confirm_btn {
    width: 200px;
    height: 50px;
    margin: 0 auto 50px;
}

.confirm_btn a {
    width: 200px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    float: left;
    background: #fe5848;
    border-radius: 5px;
    /* margin: 0 20px; */
}

.confirm .close {
    background: url(../images/close.png) no-repeat;
    width: 50px;
    height: 50px;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: -55px;
}

.confirm .close a {
    width: 100%;
    height: 100%;
    display: block;
}

.payment_content .btn .trip,
.payment_content .btn .trip2 {
    color: red;
    word-wrap: break-word;
    font-size: 14px;
    margin: 0;
    text-align: center;
    width: 100%;
}

.confirm_btn a.cancel {
    background: #d2d2d2;
    color: #505050;
}

.page-payment {
    width: 500px;
    margin: 100px auto 200px;
    text-align: center;
}

.fail-icon,
.success-icon {
    margin-bottom: 40px;
}

.fail-img,
.success-img {
    margin-bottom: 20px;
}

.prompt {
    color: #fe5848;
}

.payment-btn a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    float: left;
    border-radius: 5px;
    margin: 0 49px;
    color: #ffffff;
}

.payment-btn a.left-btn {
    background: #fe5848;
    border: 1px solid #fe5848;
    color: #fff;
    text-align: center;
}

.payment-btn a.right-btn {
    border: 1px solid #fe5848;
    color: #fe5848;
    text-align: center;
}

.success-text {
    color: #fe5848;
}

.payment-info {
    margin: 20px auto 0;
    text-align: left;
    line-height: 40px;
    background: #f3f3f3;
    padding: 20px;
    width: 380px;
    border-radius: 5px;
}

.payment-btn {
    margin: 50px auto;
    overflow: hidden;
}

/* 银行汇款弹窗 */
.bank-payment {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.bank-payment .payment-content .bank-payment-close {
    position: absolute;
    right: -40px;
    width: 28.8px;
    height: 28.8px;
    background: url("../images/close_bank.png") no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
}

.bank-payment .payment-content {
    position: relative;
    width: 672px;
    background: #fff;
    height: 720px;
    z-index: 11;
}

.bank-payment .payment-content .goods-info {
    padding-left: 140px;
    margin-top: 64px;
}

.bank-payment .payment-content .goods-info p {
    height: 45.5px;
}

.bank-payment .payment-content .goods-info span.vaule {
    color: #fe5848;
    margin-left: 39px;
}

.bank-payment .payment-content .goods-info .validity,
.bank-payment .payment-content .goods-info .bank-account {
    display: block;
}

.bank-payment .payment-content .goods-info .validity {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-top: -6px; */
}

.bank-payment .payment-content .goods-info .validity span.label {
    width: 80px;
    display: block;
}

.bank-payment .payment-content .goods-info .validity span.vaule {
    font-size: 12px;
}

.bank-payment .payment-content .goods-info span.copy {
    color: #fe5848;
    margin-left: 15px;
    padding: 2px 10px;
    border: 1px solid #fe5848;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
}

.bank-payment .payment-content .tab-list {
    width: 540px;
    height: auto;
    margin: 0 auto;
}

.bank-payment .payment-content .tab-list .tab-top {
    margin-top: 30px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.bank-payment .payment-content .tab-list .tab-top li {
    width: 180px;
    text-align: center;
    cursor: pointer;
}

.bank-payment .payment-content .tab-list .tab-top li.active {
    color: #fa8d4f;
}

.bank-payment .payment-content .tab-list .tab-top li.active:after {
    content: "";
    display: block;
    width: 15%;
    height: 3px;
    background: #fa8d4f;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    margin: 0 auto;
    margin-top: 4px;
}

.bank-payment .payment-content .tab-list .tabbox .boxlist {
    width: 90%;
    display: none;
    margin: 0 auto;
    margin-top: 32px;
}

.bank-payment .payment-content .tab-list .tabbox .boxlist p {
    margin-bottom: 6px;
    line-height: 28px;
}

.bank-payment .payment-content .tab-list .tabbox .boxlist-invoice {
    width: 80%;
}

.bank-payment .payment-content .tab-list .tabbox .boxlist-invoice .input-bg {
    margin: 0 auto;
    margin-bottom: 16px;
    width: 416px;
    height: 44px;
    background: url("../images/input_bg.png") no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.bank-payment .payment-content .tab-list .tabbox .boxlist-invoice .input-bg input {
    margin-left: 8px;
    padding-left: 6px;
    width: 90%;
    height: 22px;
    margin-top: 11px;
    border: none;
    outline: none;
}

.bank-payment .payment-content .tab-list .tabbox .boxlist-invoice .input-bg select {
    margin-left: 8px;
    padding-left: 6px;
    width: 90%;
    height: 22px;
    margin-top: 11px;
    border: none;
    outline: none;
}

.bank-payment .payment-content .tab-list .tabbox .boxlist-invoice .confirm {
    color: #fff;
    margin: 0 auto;
    margin-top: 44.8px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url("../images/confirm_bank.png") no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
}

.bind-info {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.bind-code {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.bind-email {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.bind-tip {
    top: 50%;
    left: 50%;
    width: 300px;
    background: #ffffff;
    border-radius: 0.5rem;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 20px 20px;
}

.bind-info-close,
.bind-email-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 28.8px;
    height: 28.8px;
    background: #fe5848 url("../images/close_bank.png") no-repeat center;
    -o-background-size: 80% auto;
    background-size: 80% auto;
    cursor: pointer;
}

.bind-tip .button {
    background: #fe5848;
    color: #fff;
    border-radius: 5px;
    line-height: 36px;
    cursor: pointer;
    margin: 10px 0 0;
}

.codePrompt P {
    display: contents;
}

.bind-tip .title {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.verificationCodeBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 555555;
    display: none;
}

.verificationCode {
    width: 390px;
    height: 354px;
    position: absolute;
    background: #FFFFFF;
    z-index: 555555;
    top: 0;
    left: 0;
    right: -754px;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.codeError {
    width: auto;
    height: auto;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}


.codeErrorText {
    width: auto;
    height: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

.codeError p {
    width: auto;
    height: auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 15px;
}

.codeTitle {
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 19.5px;
    color: #000000;
    position: relative;
}

.codeTitle i {
    width: 10px;
    height: 17px;
    position: absolute;
    left: 14px;
    top: 23px;
    z-index: 2222;
    background: url("../images/back.png") no-repeat center;
    -o-background-size: 10px 17px;
    background-size: 10px 17px;
    cursor: pointer;
    display: block;
}

.codeContent {
    width: 328px;
    margin: 0 auto;
    position: relative;
}

.codeContent .refreshCodeBtn {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 17px;
    right: 17px;
    background: url("../images/refreshCodeBtn.png") no-repeat center;
    -o-background-size: 18px 18px;
    background-size: 18px 18px;
    cursor: pointer;
    z-index: 111;
}

.codeContent .CodeImg {
    width: 100%;
    height: 196px;
    position: relative;
    border: 1px solid #ccc;
}

.codeContent .CodeImg img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}

.codeResult {
    height: 47px;
    line-height: 47px;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 17px;
    font-size: 19px;
}

.code-input {
    width: 233px;
    text-indent: 1em;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #969696;
}

.btnResult {
    width: 85px;
    background: #ccc;
    text-align: center;
    border-radius: 10px;
    color: #fff;
}

.btnResult.active {
    background: #dc4e41;
}

.mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    z-index: 99;
}

.mask .thaw {
    z-index: 101;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    border-radius: 10px;
}

.mask .thaw h2 {
    text-align: center;
    font-size: 24px;
    line-height: 50px;
}

.mask .thaw .illustrate {
    font-size: 18px;
    padding: 10px;
    line-height: 30px;
}

.mask .thaw .illustrate p {
    display: contents;
    color: #e7010e;
    font-size: 22px;
}

.mask .thaw .freezeBtn {
    display: flex;
    text-align: center;
    justify-content: space-around;
    padding: 20px 0 20px 0;
    font-size: 20px;
}

.mask .thaw .freezeBtn .cancel.frozenConfirm {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #FE5848;
    border-radius: 5px;
    color: #FE5848;
    cursor: pointer;
}

.mask .thaw .freezeBtn .confirm.frozenConfirm {
    width: 150px;
    line-height: 50px;
    background-color: #FE5848;
    color: #fff;
    margin: 0;
    border-radius: 5px;
    cursor: pointer;
}