*{
    margin: 0;
    padding: 0;
}
html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    font-family: 'Microsoft YaHei' !important;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;

    -webkit-overflow-scrolling: touch;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@font-face {
    font-family: "myFirstFont";
    src: url('../fonts/HELVETICANEUELTPRO-THEX.woff2') format("woff2"),
    url('../fonts/HELVETICANEUELTPRO-THEX.woff') format("woff"),
    url('../fonts/HELVETICANEUELTPRO-THEX.ttf') format("truetype"),
    url('../fonts/HELVETICANEUELTPRO-THEX.eot') format("embedded-opentype"),
    url('../fonts/HELVETICANEUELTPRO-THEX.svg') format("svg");
    font-weight: normal;
    font-style: normal;
}
input::-webkit-input-placeholder{
    color:#cacaca;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#cacaca;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#cacaca;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#cacaca;
}
textarea::-webkit-input-placeholder{
    color:#cacaca;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#cacaca;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#cacaca;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#cacaca;
}
/*主页*/
/*第一屏*/
.one_banner{
    background: url(../images/one_banner.png) no-repeat;
    margin: 0 auto;
    background-position-x: center;
    position: relative;
}
.wz_banner{
    width: 1920px;
    height: 567px;
    background: url("../images/wz.png") no-repeat;
    background-position-x: center;
    position: absolute;
    top: 0px;
}
.game_banner{
    width: 1281px;
    height: 440px;
    background: url('../images/game_banner.png') no-repeat;
    position: absolute;
    bottom: 17px;
}
.game_list{
    width: 289px;
    height: 353px;
    float: left;
    margin: 44px 15px 0 0;
    cursor: pointer;
}
.wzry{
    background: url('../images/wzry.png') no-repeat;
    margin-left: 38px;
    transition: 0.3s;
}
.wzry:hover{
    background: url('../images/wzry_h.png') no-repeat !important;
}
.jdqs{
    background: url('../images/jdqs.png') no-repeat;
    transition: 0.3s;
}
.jdqs:hover{
    background: url('../images/jdqs_h.png') no-repeat !important;
}
.yxlm{
    background: url('../images/yxlm.png') no-repeat;
    transition: 0.3s;
}
.yxlm:hover{
    background: url('../images/yxlm_h.png') no-repeat !important;
}
.cyhx{
    background: url('../images/cyhx.png') no-repeat;
    transition: 0.3s;
}
.cyhx:hover{
    background: url('../images/cyhx_h.png') no-repeat !important;
}
.goto_two{
    width: 87px;
    height: 51px;
    background:url('../images/icon_gotwo.png') no-repeat;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -44px;
    cursor: pointer;
    animation:gotoTwo 1s infinite;
    -webkit-animation:gotoTwo 1s infinite;
}
@keyframes gotoTwo {
    0% {
        bottom: 10px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 10px;
    }
}
@-webkit-keyframes gotoTwo /*Safari and Chrome*/
{
    0% {
        bottom: 10px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 10px;
    }
}
/*第二屏*/
.two_banner{
    background: url(../images/two_banner.png) no-repeat;
    margin: 0 auto;
    background-position-x: center;
    position: relative;
}
.mouse{
    width: 199px;
    height: 269px;
    background: url('../images/laoshu.png') no-repeat;
    position: absolute;
    top: 163px;
    right:50%;
    z-index: 20;
    margin-right: -861px;
    animation:zy 2.5s ease-in-out alternate infinite;
    -moz-animation:zy 2.5s ease-in-out alternate infinite;
    -webkit-animation: zy 2.5s ease-in-out alternate infinite;
    -o-animation: zy 2.5s ease-in-out alternate infinite;
}
@keyframes zy {
    0% {
        -webkit-transform: rotate(15deg);
        -webkit-transform-origin: top center;
        -moz-transform: rotate(15deg);
        -moz-transform-origin: top center;
        transform: rotate(15deg);
        transform-origin: top center;
    }
    100% {
        -webkit-transform: rotate(-15deg);
        -webkit-transform-origin: top center;
        -moz-transform: rotate(-15deg);
        -moz-transform-origin: top center;
        transform: rotate(-15deg);
        transform-origin: top center;
    }
}

@-webkit-keyframes zy {
    0% {
        -webkit-transform: rotate(15deg);
        -webkit-transform-origin: top center;
        -moz-transform: rotate(15deg);
        -moz-transform-origin: top center;
        transform: rotate(15deg);
        transform-origin: top center;
    }
    100% {
        -webkit-transform: rotate(-15deg);
        -webkit-transform-origin: top center;
        -moz-transform: rotate(-15deg);
        -moz-transform-origin: top center;
        transform: rotate(-15deg);
        transform-origin: top center;
    }
}
@-moz-keyframes zy {
    0% {
        -webkit-transform: rotate(15deg);
        -webkit-transform-origin: top center;
        -moz-transform: rotate(15deg);
        -moz-transform-origin: top center;
        transform: rotate(15deg);
        transform-origin: top center;
    }
    100% {
        -webkit-transform: rotate(-15deg);
        -webkit-transform-origin: top center;
        -moz-transform: rotate(-15deg);
        -moz-transform-origin: top center;
        transform: rotate(-15deg);
        transform-origin: top center;
    }
}
@-o-keyframes zy {
    0% {
        -webkit-transform: rotate(15deg);
        -webkit-transform-origin: top center;
        -moz-transform: rotate(15deg);
        -moz-transform-origin: top center;
        transform: rotate(15deg);
        transform-origin: top center;
    }
    100% {
        -webkit-transform: rotate(-15deg);
        -webkit-transform-origin: top center;
        -moz-transform: rotate(-15deg);
        -moz-transform-origin: top center;
        transform: rotate(-15deg);
        transform-origin: top center;
    }
}

.more_game{
    width: 1281px;
    height: 195px;
    background: url('../images/moregame.png') no-repeat;
    position: absolute;
    top: 17px;
    z-index: 10;
    cursor: pointer;
}
.glim{
    width: 1453px;
    height: 295px;
    background: url("../images/dl.png") no-repeat;
    position: absolute;
    top: 172px;
    left: 50%;
    margin-left: -685px;
    z-index: 4;
}
.game_name{
    width: 1142px;
    height: 106px;
    background: url("../images/game_name.png") no-repeat;
    position: absolute;
    top: 249px;
    z-index: 15;
}
.game_name_list{
    width: 284px;
    height: 103px;
    float: left;
    color: #F5DCD6;
    line-height: 103px;
    font-size: 29px;
    cursor: pointer;
    font-weight: bold;
}
.gameNameActive{
    color: #fff !important;
    background: url('../images/game_name_a.png') no-repeat;
}
.jdqsName,.cfName{
    margin-left: 2px;
}
.lolName{
    margin-left: 1px;
}
.listbanner{
    width: 1281px;
    height: 575px;
    background: url("../images/list.png") no-repeat;
    position: absolute;
    top: 338px;
    z-index: 5;
}
.listBox{
    width: 1235px;
    height: 487px;
    position: absolute;
    top: 43px;
    left: 21px;
    overflow-y: auto;
}
.listBox_left{
    left: 30px !important;
}
.listcontent{
    width: 1219px;
    height: 131px;
    background: #5e342a;
    margin-bottom: 20px;
}
.listcontent:last-of-type{
    margin-bottom: 0px;
}

.listBox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.listBox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #ff641a;
}
.listBox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #421617;
}
.listcommon{
    float: left;
    height: 100%;
}
.list_left{
    width: 9%;
}
.list_left img{
    display: block;
    width: 90px;
    height: 90px;
    margin: 23px 0 0 15px;
}

.list_center{
    width: 78%;
    text-align: left;
}
.zh_name{
    margin: 17px 0 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    color: #fff;
}
.zh_name a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.zh_qufu{
    font-size: 12px;
    color: #ff2a25;
    margin: 6px 0 0 8px;
}
.zh_bz{
    margin: 25px 0 0 8px;
}
.zh_bz span{
    display: inline-block;
    font-size: 14px;
    color: #ff6418;
    margin-right: 10px;
}
.zh_bz span i{
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
}

.list_right{
    width: 13%;
}
.place_order{
    width: 110px;
    height: 32px;
    border: 1px solid #ff6418;
    line-height: 32px;
    text-align: center;
    color: #ff6418;
    font-size: 12px;
    display: inline-block;
    margin-top: 50px;
    cursor: pointer;
}
.place_order:hover{
    background: #ff6418;
    color: #fff;
}

.backtop{
    right: 50%;
    bottom: 3%;
    position: absolute;
    color: #fff;
    z-index: 10;
    width: 59px;
    height: 59px;
    background: url('../images/backTop.png') no-repeat;
    display: none;
    cursor: pointer;
    margin-right: -745px;
}
/*
.swiper-onebanner{
    background: #4489E2 !important;
}
.swiper-onebanner-active{
    border: 2px solid #4489E2 !important;
    background: #fff !important;
}*/
