body {
    font-family: "Microsoft Yahei", serif;
    font-size: 16px;
    color: #4F4F4F;
    background: #F3F3F3;
}

/*头部*/
.t_bg {
    width: 100%;
    height: 45px;
    min-width: 1280px;
    background: #000000;
}

.top {
    width: 1280px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.top span,
.top a,
.top img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    font-size: 12px;
    color: #eee;
}

.top .top_r {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.top .top_r span {
    margin: 0 12px 0 12px;
    font-size: 14px
}

.top .top_r .head-item {
    margin: 0 16px 0 16px;
    font-size: 16px
}
.top .btn-register {
    background: #3f9ae5;
    font-size: 12px;
    color: #ffffff;
    padding: 2px 14px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    outline: none;
    margin-right: 10px;
    text-align: center;
    line-height: 2.4;
}

.top .mail {
    background: url(../images/tongzhi2.png) no-repeat left center;
    font-size: 20px;
    color: #e7f0ba;
}

.top .mail span {
    height: 45px;
    line-height: 45px;
    width: 400px;
    display: inline-block;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    margin-left: 24px;
    font-size: 16px;
}

.top .mail a {
    width: 40px;
    height: 45px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 45px
}

.top .lang-select {
    position: relative;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
}

.top .lang-select span:hover {
    color: #ffc44c
}

.top .lang-select .iconfont {
    font-size: 16px;
}

.top .lang-select dl {
    position: absolute;
    top: 45px;
    right: 0;
    width: 100%;
    display: none;
    background-color: #000000;
    z-index: 999;
}

.top .lang-select dl dd {
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.top .lang-select dl dd>a {
    color: #4F4F4F
}

.top .lang-select dl dd>a:hover {
    color: #ffc44c
}

.top .dropdown:hover .dropdown-content {
    display: block;
}

.banner {
    width: 100%;
    /*min-width: 1280px;*/
    overflow: hidden;
    box-shadow: 0 3px 5px #AEC0E8;
}

.header {
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    border-bottom: 1px #dadada solid;
    background: #E1AF28;
}

.head {
    width: 975px;
    margin: 0 auto;
    height: auto;
}

.head ul li a.now,
.head ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.hover-select {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.head ul li a p {
    font-size: 18px;
    color: #7a5701;
    text-align: center;
}

.head ul li .er_bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 999999;
    background: #000000;
    opacity: 0.8;
    padding: 10px 0 45px;
    border-top: 1px solid #FFF;
    display: none;
}

.head ul li:hover .er_bg {
    display: block;
}

.head ul li.now a,
.head ul li.now a p,
.head ul li:hover a,
.head ul li:hover a p {
    color: #FFF;
    opacity: 1;
}

.head ul li .er {
    width: 630px;
    margin: 0 auto;
}

.head ul li .er li {
    width: 630px;
    float: left;
    margin-left: 250px;
    text-align: right;
    height: auto;
}

.head ul li .er li b,
.head ul li .er li a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 30px;
    line-height: 30px;
    color: #FFF;
}

.head ul li .er li b {
    width: 100%;
    font-size: 16px;
}

.head ul li:hover .er li {
    background: none;
}

.head ul li .er li a:hover {
    color: #ee8400;
}

.f_nbg {
    width: 100%;
    min-width: 1280px;
    background: #000000;
    margin: 0 auto;
}

.f_nav {
    /*width: 1280px;*/
    height: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f_nav li {
    width: 180px;
    float: left;
    margin-right: 40px;
    text-align: left;
    height: 30px;
}

.f_nav li b {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: normal;
}

.f_nav li b a {
    font-size: 16px;
    color: #FFF;
}

.f_nav li.noline,
.f_nav li.code {
    border: 0;
}

.f_nav li.code {
    margin-right: 0;
    float: right;
}

.f_nav li p {
    width: 100%;
    line-height: 40px;
}

.f_nav li p a {
    font-size: 12px;
    color: #888;
    margin-left: 10px;
}

.f_nav li p a:hover {
    color: #FFF;
}

.f_nav li.code p {
    background: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #999;
    padding-top: 5px;
}

.f_nav li.code {
    width: 150px;
    height: 150px;
    padding: 8px;
    background: #4E4C4D;
    position: fixed;
    z-index: 1;
    top: 250px;
    margin: 0;
    min-width: 120px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    right: 30px;
}

.f_nav li.code img {
    width: 150px;
    height: 150px;
    vertical-align: top;
}

.header .head.clearfix .nav.clearfix li .er_bg .er.clearfix li b a {
    font-family: "Microsoft YaHei", fangsong;
    font-size: 15px;
    color: #ee8400;
}

.linc {
    width: 100%;
    min-width: 1280px;
    height: 1231px;
    background: url(../images/fg-content-bg.jpg) no-repeat;
    background-size: 100% 100%
}

.linc .zhent {
    height: auto;
    display: flex;
    justify-content: center;
}

.linc .zhent img {
    max-width: 100%
}

.linc .play-game {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.linc .play-game .play-button {
    width: 300px;
    height: 120px;
    background: #ecba17;
    font-size: 50px;
    line-height: 100px;
    border-radius: 10px;
    padding: 2px 10px;
    color: #7a5701;
    outline: none;
    cursor: pointer;
    border: #c6720f 1px solid;
}

.login-container {
    margin: auto;
    width: 350px;
    max-width: 100%;
    height: 500px;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    top: 20%;
    background: rgb(255, 248, 211);
    left: 0;
    right: 0;
    display: none;
    border-radius: 8px;
}

.re-class {
    position: relative;
    width: 100%;
    text-align: center;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.game-a-close {
    position: absolute;
    right: 10px;
    font-size: 18px;
    color: #ffb021;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}

.re-class .logo {
    width: 136px;
    margin: 30px auto 0
}

.re-class form {
    display: inline-block;
    width: 100%;
}

.re-class form div {
    margin: 16px auto;
}

.re-class form input {
    width: 300px;
    height: 40px;
    border-radius: 8px;
    border: #c6720f 1px solid;
    line-height: 40px;
    font-size: 16px;
    text-indent: 10px;
}

.re-class form img {
    height: 42px;
    vertical-align: bottom
}

.re-class form input:focus {
    outline: none;
}

.re-class form .submit-btn {
    margin-top: 10px;
    width: 120px;
    height: 35px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    background-color: #c6720f;
    cursor: pointer;
    border-radius: 8px;
    border: none;
}

.about-content {
    min-width: 1280px;
    width: 100%;
    height: 975px;
    max-width: 100%;
    background: url(../images/fg-bg-about-us.jpg) no-repeat;
    background-size: 100% 100%;
}

.about-content .sec-about {
    width: 1280px;
    height: auto;
    margin: auto;
    background-color: #252525;
    border-radius: 10px;
}

.about-content p {
    display: flex;
    justify-content: center;
    padding-top: 2%;
    font-size: 50px;
    line-height: 50px;
}

.about-content .about-title {
    -webkit-text-stroke: 1px #ffd26c;
    color: #000;
    font-weight: bold;
    padding-bottom: 2%;
    text-shadow: #FFD26C 0 0 5px;
}

.about-content .sec-about p {
    width: 960px;
    color: #ffffff;
    font-size: 18px;
    margin: 0 5%;
    padding-top: 1%;
}

.join-content {
    min-width: 1280px;
    width: 100%;
    height: 975px;
    max-width: 100%;
    background: url(../images/fg-bg-about-us.jpg) no-repeat;
    background-size: 100% 100%;
}

.join-content .sec-join {
    width: 600px;
    height: 600px;
    margin: auto;
    background-color: #252525;
    border-radius: 10px;
}

.join-content p:first-child {
    font-size: 45px;
    padding-top: 8px;
}

.join-content p {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    -webkit-text-stroke: 1px #ffd26c;
    color: #000;
    font-weight: bold;
    text-shadow: #FFD26C 0 0 5px;
}

.join-content .sec-join p {
    width: 960px;
    color: #ffffff;
    font-size: 18px;
    margin: 0 5%;
    padding-top: 1%;
}

.join-content .sec-join form {
    display: block;
    margin: auto;
    padding: 2rem;
}

.join-content .sec-join form div {
    margin-top: 2%;
    margin-bottom: 10px;
}

.join-content .sec-join form input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: #c6720f 1px solid;
    text-indent: 10px
}

.join-content .sec-join form textarea {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    border: #c6720f 1px solid;
    text-indent: 10px
}

.join-content .sec-join form input,
textarea:focus {
    outline: none;
}

.join-content .sec-join form .submit-btn {
    margin-top: 10px;
    width: 130px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    background-color: #ecba17;
    outline: none;
    cursor: pointer;
}

.join-content .sec-join form .back-btn {
    float: right;
}

.password-span {
    display: block;
    font-size: 18px;
    color: #d58512;
    padding-top: 10px
}

.pwd-content {
    min-width: 1280px;
    width: 100%;
    max-width: 100%;
    height: 950px;
    background: url(../images/fg-bg-about-us.jpg) no-repeat;
    background-size: 100% 100%;
}

.pwd-content .sec-pwd {
    width: 600px;
    height: 400px;
    margin: auto;
    background-color: #252525;
    border-radius: 10px;
}

.pwd-content p {
    text-align: center;
    padding-top: 2%;
    font-size: 50px;
    line-height: 50px;
}

.pwd-content .pwd-title {
    -webkit-text-stroke: 1px #ffd26c;
    color: #000;
    font-weight: bold;
    padding-bottom: 2%;
    text-shadow: #FFD26C 0 0 5px;
}

.pwd-content .sec-pwd p {
    width: 960px;
    color: #ffffff;
    font-size: 18px;
    margin: 0 5%;
    padding-top: 1%;
}

.pwd-content .sec-pwd form {
    display: block;
    margin: auto;
    padding: 2rem;
}

.pwd-content .sec-pwd form div {
    margin-top: 2%;
    margin-bottom: 10px;
}

.pwd-content .sec-pwd form input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: #c6720f 1px solid;
    text-indent: 10px
}

.pwd-content .sec-pwd form textarea {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    border: #c6720f 1px solid;
    text-indent: 10px
}

.pwd-content .sec-pwd form input,
textarea:focus {
    outline: none;
}

.pwd-content .sec-pwd form .submit-btn {
    margin-top: 10px;
    padding-left: 0;
    width: 130px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    background-color: #ecba17;
    outline: none;
    cursor: pointer;
}

.pwd-content .sec-pwd form .back-btn {
    float: right;
    margin-top: 10px;
    padding-left: 0;
    width: 130px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    background-color: #ecba17;
    outline: none;
    cursor: pointer;
}

.help-content {
    min-width: 1280px;
    height: auto;
    background: url(../images/fg-bg-about-us.jpg);
    text-align: center;
}
