header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 99999;
}
.width {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.shade {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s;
    display: none;
}

.shade.active {
    display: block;
}

.dialog {
    position: fixed;
    z-index: 917;
    top: 15%;
    left: 50%;
    width: 450px;
    margin-left: -200px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 2em;
    transition: all .5s;
    display: none;
}

.dialog.active {
    display: block;
}

.dialogClose {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    margin: 5px;
    float: right;
    width: 49px;
    height: 30px;
    /*border: 1px solid #ccc;*/
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.dialogClose .fa {
    font-size: 20px;
    line-height: 18.5px;
    color: #cccccc;
}

header {
/*    border-bottom: 5px solid #ff6a00;*/
}

header .logo {
    float: left;
}

header .logo img {
    display: block;
/*    height: 55px;
    margin-top: 7.5px;*/
    height: 45px;
    margin-top: 12.5px;
}

header .nav {
    float: right;
}

header .nav a {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 70px;
    padding: 0 50px;
    transition: all .5s;
    color: #282828;
}

header .nav a:hover {
    color: #ff6a00;
}

header .nav a.active {
/*    background-color: #ff6a00;
    color: #ffffff;*/
}

.banner {
    height: 675px;
    /*height: 600px;*/
    background: url(http://cdn1.oss.wakaifu.com/active/agent_offical/new-banner.png) center center no-repeat;
    background-size: cover;
    margin-top: 65px;
}

.btd {
    float: left;
    width: 700px;
    display: none;
}

.btdl {
    float: left;
    margin-left: -5%;
    margin-top: 22.5%;
    position: relative;
}

.btdr {
    float: right;
    margin-top: 5%;
    position: relative;
}

.btdc {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
}

.btdc h1 {
    text-align: center;
    font-weight: bold;
}

.btdc p {
    line-height: 1.35;
    margin-top: 5px;
}

.btdl .btdc {
    padding: 30px 25px 35px 40px;
}

.btdr .btdc {
    padding: 20px 25px 25px 25px;
}

@media screen and (min-width: 768px) {
    .btd {
        display: block;
    }

    .login {
        background-color: #fff;
        border-radius: 5px;
        float: right;
        width: 360px;
        margin-top: 8%;
        padding: 2%;
        font-size: 16px;
        display: block;
        position: relative;
        top: auto;
        left: auto;
        margin-left: auto;
        
/*        position: absolute;
        margin-left: 280px;*/
    }

    .login .dialogClose {
        display: none;
    }
}

.login input {
    font-size: 16px;
}

.login i {
    /*color: #ff6a00;*/
    /*color: #999;*/
}

.login span {
    /*color: #31bd90;*/
}

.login .bt {
    font-size: 26px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1A1A1A;
}

.login .text {
    margin-top: 1em;
}

.login .text input {
    background: none;
    border: 1px solid #EDEDED;
    padding: 1em;
    width: 100%;
    border-radius: 3px;
}

.login .text input:focus {
    border: 1px solid #ff6a00;
}

.login .checkbox {
    margin-top: 1em;
}

.login .botton {
    margin-top: 1em;
}

.login .botton input {
    background-color: #FFC000;
    width: 100%;
    border: none;
    color: #ffffff;
    padding: 1em;
    border-radius: 5px;
    cursor: pointer;
}

.login .opt {
    margin-top: 1em;
}

.login .optl {
    float: left;
    color: #999;
}

.login .optr {
    float: right;
    /*color: #999;*/
}

.title {
    font-size: 26px;
    color: #000000;
    text-align: center;
}
.game-num {
    color: #fff;
    width: 28px;
    height: 40px;
    background: #FF5E00;
    border-radius: 4px;
    margin-right: 5px;
}
/*
.title:after {
    content: '';
    display: block;
    width: 75px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff6a00;
    margin-top: 1%;
}*/

.item {
    padding: 2.5% 0;
}

.item .content {
    padding-top: 2.5%;
    text-align: center;
}

.item:nth-child(even) {
    /*background-color: #f8f8f8;*/
}


.item-char .width .item-char-advantage, .item-char .width .item-char-partners {
    margin-bottom: 2.5%;
}
.item-char .width .item-char-advantage {
    width: 55%;
}
.item-char .width .item-char-partners {
    width: 40%;
}

.item-char .width .item-char-advantage {
    float: left;
}
.item-char .width .item-char-advantage li, .item-char .width .item-char-partners li {
    float: left;
    width: 48%;
    margin-top: 5%;
    margin-right: 3%;
}
.item-char .width .item-char-advantage li:nth-child(2n), .item-char .width .item-char-partners li:nth-child(2n) {
    margin-right: 0;
}
.item-char .width .item-char-advantage li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 152px;
    height: 152px;
}
.item-char .width .item-char-advantage li p {
    font-size: 16px;
    margin-top: 2.5%;
/*    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.item-char .width .item-char-partners li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 226px;
    height: 100px;
}
.item-char .width .item-char-partners {
    float: right;
}
.item-join {
    background: url(http://cdn1.oss.wakaifu.com/active/agent_offical/new-join.png) center center no-repeat;
    /*height: 439px;*/
    background-size: cover;
}
.item-join .width li {
    float: left;
    width: 20%;
}
.item-join .width li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 106px;
    height: 106px;
}
.item-join .width li p {
    font-size: 20px;
    margin-top: 2.5%;
}

.item-join .join-foot {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 2.5%;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.item-join li .slh {
    position: absolute;
    margin-left: 186px;
    margin-top: -15px;
    height: 1px
}
.item-join li .slh img {
    height: 1px;
}


.col-about-us {
    height: 525px;
    /*height: 600px;*/
    background: url(http://cdn1.oss.wakaifu.com/active/agent_offical/new-abount-logo.png) center center no-repeat;
    background-size: cover;
    margin-top: 65px;
}
.columns .column-abount-intro .title {
    font-size: 32px;
}
.columns .column-abount-intro img {
    width: 124px;
    height: 135px;
}
.columns .column-abount-intro .intro-fk {
    border: 1px solid;
}
.columns .column-abount-intro .intro-padd {
    padding: 20px 35px;
}
.columns .column-abount-intro .intro-text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #282828;
    line-height: 32px;
    float: right;
    width: 85%;
}

.columns .column-contact li {
    float: left;
    width: 49%;
    border: 1px solid;
    margin-top: 5%; 
    margin-right: 2%;
    line-height: 32px;
}

.columns .column-contact li:first-child, .columns .column-contact li:nth-child(2){
    margin-top: 0; 
}
.columns .column-contact li:nth-child(2n) {
    margin-right: 0;
}
.columns .column-contact li:last-child {
    line-height: 3rem;
}
.columns .column-contact .contact-us-padd {
    padding: 20px 30px;
}
.columns .column-contact img {
    width: 98px;
    height: 98px;
    float: left;
    margin-right: 35px;
}
.columns .column-contact h1 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #282828;
}
.columns .column-contact p {
    color: #666;
}

.columns .address-info {
    width: 32%;
    background: #F3F5F9;
    float: left;
    height: 335px;
}
.columns .address-info ul {
    padding: 45px 10px 100px 10px;
}
.columns .address-info ul li {
    line-height: 32px;
}
.columns .map {
    width: 65%;
    height: 335px;
    float: right;
}





.item-adv .width {
    background: url(http://cdn1.oss.wakaifu.com/active/agent_offical/advbg.png) center center no-repeat;
    background-size: 100% 100%;
}

.item-adv .adv {
    width: 50%;
    text-align: center;
    padding: 2em 5em;
}

.item-adv h1 {
    font-size: 30px;
}

.item-adv ul {
    margin-top: 5%;
    display: inline-block;
}

.item-adv li {
    font-size: 16px;
    line-height: 2;
    list-style: circle outside;
    text-align: left;
}

.item-adv .adv-other {
    float: left;
    color: #333333;
}

.item-adv .adv-self {
    float: right;
    color: #ffffff;
    padding-left: 7.5%;
}

.item-game .content {
    padding-top: 0;
}

.item-game ul {
    margin-left: -15px;
    margin-right: -15px;
}

.item-game li {
    float: left;
    width: 12.166%;
    margin-top: 5%;
}

.item-game li div {
    display: block;
}

.item-game li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 98px;
    height: 98px;
}

.item-game li p {
    font-size: 16px;
    margin-top: 2.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-box .content {
    overflow: hidden;
}

.item-box .swiper {
    margin-left: -15%;
    margin-right: -15%;
}

.item-box .swiper-container {
    padding-top: 5%;
    padding-bottom: 5%;
}

.item-box .swiper-slide {
    width: 25%;
}

.columns {
    display: none;
}

.column {
    padding: 2.5% 0;
}

.column .content {
    padding-top: 2.5%;
    font-size: 16px;
}

.column ul {
    /*margin-top: 1em;*/
}

.column ul li i {
    display: inline-block;
    vertical-align: middle;
}

.column .fa {
    font-size: 16px;
    width: 25px;
}

.column .fa-mobile {
    font-size: 24px;
}

.column dl {
    margin: .5em auto;
}

.column dt {
    float: left;
    width: 250px;
}

.column dd {
    float: left;
    width: 50%;
}

footer {
    background: #ffaa00 url(http://cdn1.oss.wakaifu.com/active/agent_offical/footerbg.png) center bottom no-repeat;
    padding: 2.5% 0;
}

footer .logo {
    float: left;
    color: #ffffff;
    padding-top: 3.5%;
}

footer .logo img {
    display: block;
    float: left;
    width: 85px;
    margin-right: 25px;
}

footer .logo div {
    float: left;
}

footer .logo h1 {
    font-size: 36px;
}

footer .logo p {
    font-size: 24px;
}

footer .downs {
    float: right;
}

.qrcode {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 30px;
    background-color: #ffffff;
    padding: 10px;
}

.qrcode span {
    display: block;
    height: 125px;
    overflow: hidden;
    transition: all .25s;
}

.qrcode i {
    display: block;
    text-align: center;
    margin-top: 5px;
    line-height: 1.5;
}

body.qrcodeHighlight .qrcode {
    z-index: 917917917917;
}

body.qrcodeHighlight .qrcode span {
    box-shadow: 0 0 25px #fae737;
}

body.qrcodeHighlight .qrcode:after {
    content: '';
    position: absolute;
    top: 110%;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 15px solid #fae737;
    margin-left: -5px;

}

body.qrcodeHighlight:before {
    content: '';
    display: block;
    position: fixed;
    z-index: 917917917916;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.qrcode p {
    text-align: center;
    margin-top: .5em;
}

.button {
    display: inline-block;
    vertical-align: top;
}

.button a {
    display: block;
    border-radius: 5px;
    padding: 1em 2.5em;
    margin-top: 1.6em;
    color: #ffffff;
    font-size: 16px;
}

.button a:first-child {
    margin-top: 1.1em;
}

.button .fa {
    font-size: 24px;
    margin-right: .25em;
}

.button a.android {
    background-color: #3fd477;
}

.button a.ios {
    background-color: #42c7fd;
}

.bq {
    background-color: #080808;
    padding: 2.5% 0;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.bq a {
    color: #ffffff;
}

.register input {
    font-size: 16px;
}

.register i {
    color: #ff6a00;
}

.register span {
    color: #31bd90;
}

.register .bt {
    font-size: 24px;
    text-align: center;
}

.register .text {
    margin-top: 1em;
    position: relative;
}

.register .text input {
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 1em;
    width: 100%;
    border-radius: 3px;
}

.register .text input:focus {
    border-bottom: 1px solid #ff6a00;
}

.register .text.code {
    padding-right: 115px;
}

.register .text input[type=button] {
    position: absolute;
    right: 0;
    top: 0;
    width: 115px;
    text-align: right;
    border: none;
    cursor: pointer;
}

.register .botton {
    margin-top: 2em;
}

.register .botton input {
    background-color: #ff6a00;
    width: 100%;
    border: none;
    color: #ffffff;
    padding: .75em;
    border-radius: 5px;
    cursor: pointer;
}