/************************************
 Use for:         英魂之刃
 Version:         1.3
 Date:            2017-08-09
 Author:          php
 Employee number: 206742
 Update:
 *************************************/
/***********************reset***********************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

header, footer, article, section, nav, menu, hgroup {
    display: block;
    clear: all;
}

html {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    -ms-text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    height: 100%;
}

body {
    margin: 0;
    color: #fff;
    background-color: #f6f5e0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:active {
    outline: 0;
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cccccc;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cccccc;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

ul, ol {
    list-style: none outside none;
}

i, em {
    font-style: normal;
}

/*********** common ***********/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.ab-center, .wechat-pop .pop {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ab-center-x, .m .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ab-center-y {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hide {
    display: none !important;
}

body, html {
    background: #323232;
}

body {
    max-width: 640px;
    margin: 0 auto;
}

.tip {
    background: #000;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    z-index: 9997;
    padding-top: 20%;
}

/************m*************/
/*配置化
.m {
    position: relative;
    width: 640px;
    height: 100%;
    background: url("../../bg2018/v2/m-bg.jpg") no-repeat top center;
    background-size: 100% 100%;
}
*/
.m .logo {
    top: 20px;
    width: 300px;
}

.m .logo a,.m .logo img{
    /*display: none;*/
    width: 100%;
}

.m .main-con {
    padding-top: 335px;
}

.m .role-box {
    width: 323px;
    height: 367px;
    text-align: center;
    font-size: 26px;
    color: #fff2cf;
    background: url("../images/role-box-bg.png") no-repeat;
    margin: 0 auto;
    padding: 35px 45px;
}

.m .role-box h6 {
    height: 125px;
    line-height: 45px;
    padding-top: 20px;
}

.m .role-box h6 span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m .role-box p {
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m .role-box p:nth-of-type(1) {
    margin-top: 25px;
}

.m h4 {
    width: 570px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 26px;
    color: #ffefb7;
    background: url("../images/tit-bg.png") no-repeat;
    margin: 0 auto;
}

.m .btns-box {
    width: 340px;
    font-size: 0;
    margin: 55px auto 0;
}

.m .btns-box a {
    display: block;
    width: 340px;
    height: 90px;
    background: url("../images/btn-join.png") no-repeat;
}

.m .wechat-btn {
    height: 140px;
    bottom: 0;
    position: absolute;
    right: 0;
    background: none;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    padding: 20px;
}

.m .wechat-btn .txt {
    display: block;
    line-height: 28px;
    font-size: 21px;
    font-weight: bold;
    color: #e7ecf2;
    text-shadow: 1px 1px 3px rgba(86, 78, 82, 0.8);
    margin-top: 5px;
}

.m .wechat-btn:before {
    display: inline-block;
    content: "";
    background: url("../images/icon-wechat.png") no-repeat;
    width: 60px;
    height: 60px;
}

.pop-box {
    display: block !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    z-index: 999;
    visibility: visible;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.pop-box.hide {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.pop-box .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 22px;
    height: 22px;
    background: url("../images/btn-close.png") no-repeat;
    z-index: 10;
}

.wechat-pop .pop {
    width: 308px;
    height: 332px;
    background: url("../images/qr-code-pop-bg.jpg") no-repeat;
}

.wechat-pop .pop-con {
    text-align: center;
}

.wechat-pop .pop-con .img {
    display: block;
    margin: -235px 0 0 -235px;
}

.wechat-pop .pop-con p {
    line-height: 25px;
}

.wechat-pop .pop-con p:nth-of-type(1) {
    margin-top: 10px;
}

.pc-body {
    width: 100% !important;
    max-width: 100%;
}
/*配置化
.pc {
    width: 100%;
    height: 851px;
    background: url("../../bg2018/v2/full-bg.jpg") no-repeat top center;
}


.pc .wrapper {
    position: relative;
    width: 1002px;
    height: 851px;
    background: url("../../bg2018/v2/wrapper-bg.jpg") no-repeat top center;
    margin: 0 auto;
}
*/
.pc .logo {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -130px;
    width: 260px;
    display: none;
}

.pc .logo img {
    width: 100%;
}

.pc .enter-version-btn {
    position: absolute;
    top: 440px;
    left: 50%;
    margin-left: -223.5px;
    display: block;
    width: 447px;
    height: 62px;
    font-size: 0;
    background: url("../images/v18/btn-enter-version.png") no-repeat;
    z-index: 2;
}

.pc .enter-version-btn:hover {
    background: url("../images/v18/btn-enter-version-hover.png") no-repeat;
}

.pc .main-con {
    width: 358px;
    margin: 0 auto;
    padding-top: 555px;
}

.pc .main-con .btns-box {
    width: 358px;
}

.pc .main-con a {
    display: block;
    width: 358px;
    height: 82px;
    line-height: 82px;
    font-size: 32px;
    color: #e7ecf2;
    font-weight: bold;
    padding: 0 0 0 126px;
    border: none;
    outline: none;
    opacity: 0.95;
    filter: Alpha(opacity=95);
}

.pc .main-con a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.pc .main-con a.ios-download-btn {
    color: #fed9ad;
    background: url("../images/ios-pc.png") no-repeat;
}

.pc .main-con a.android-download-btn {
    background: url("../images/an-pc.png") no-repeat;
    margin-top: 16px;
}

.gz-btn {
    position: fixed;
    bottom: 25%;
    background: url("../images/gz.png");
    width: 172px;
    height: 175px;
    right: 3%;
}

.footer {
    padding: 60px 0 0;
    font-size: 12px;
    color: #FFF;
}

.footer a {
    color: #FFF;
}

.footer a:hover {
    text-decoration: underline;
}

.pop-cont {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
}

.pop-cont.show {
    z-index: 50;
    visibility: visible;
}

.pop-cont .pop-bg, .pop-cont .pop-main {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.pop-cont .pop-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #000;
}

.pop-cont .pop-main {
    position: absolute;
    margin-left: -154px;
    margin-top: -166px;
    top: 50%;
    left: 50%;
    width: 308px;
    height: 332px;
    background: url("../images/qr-code-pop-bg.jpg");
    background-size: 100% 100%;
}

.pop-cont.show .pop-main {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.pop-cont.show .pop-bg {
    opacity: 0.7;
    filter: Alpha(opacity=70);
}

.pop-cont .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/btn-close.png) no-repeat;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.pop-cont .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pop-code .pop-main {
    padding: 40px 0 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.pop-code .img {
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 220px;
}

.pop-code p {
    width: 90%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    margin: 10px auto 0;
}

@media screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){
    .full-bg.m{
        background: url("../../bg2018/v21/bg-x.jpg");
        background-size: cover;
    }
}