@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
td,
figure {
    margin: 0;
    padding: 0;
    outline: 0;
}

div,
ul,
li,
p {
    outline: 0;
}

body {
    font: 14px "微软雅黑";
    word-wrap: break-word;
    margin: 0;
    padding: 0;
}

a,
u,
s,
del {
    color: #666;
    text-decoration: none;
}

fieldset,
a img,
.bor0 {
    border: 0;
}

i,
em,
b {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    object-fit: cover;
}

table {
    border-collapse: collapse;
}

input,
textarea,
button {
    outline: none;
    background: #fff;
    border: 0;

}

input,
textarea {
    -webkit-appearance: none;
}

/*禁止谷歌浏览器中输入时出现框*/
textarea {
    resize: none;
}


/*禁止多行文本框被用户改变大小*/
.margin {
    margin: 0 auto;
}

.valign {
    text-align: center;
}

.valign img {
    vertical-align: middle;
}

.valign:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*单行文本省略号*/
.center {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/*定位居中*/
.clear:before {
    content: "";
    display: table;
}

/*清除margin-top向上传递*/
.clear {
    zoom: 1;
}

/*清除ie浮动*/
.clear:after {
    content: "";
    clear: both;
    display: block;
}

/*清除浮动高度塌陷*/
/* 弹性盒 */
.flexstart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexbetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-responsive {
    width: 100%;
    max-width: 100%;
}

.mnwd {
    min-width: 1200px;
}

.hgt60 {
    height: 60px;
}

body {
    margin: 0 auto;
    background: #eee;
}

.clr-b {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0;

}

.gm_wd {
    width: 940px;
    margin: 0 auto;
}

.gmihdr {
    padding: 15px 0;
    background: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    height: 43px;
}

.gmihdr #logo img {
    height: 43px;
}

.gmihdr #logo,
.gmihdr .srch,
.gmihdr .nav,
.gmihdr .nav ul li {
    float: left;
}

.gmihdr .nav ul li a:hover {
    color: #FF2045;
}

.gmihdr .rgbtn {
    float: right;
    color: #FF2045;
    font-size: 14px;
    border: 1px solid #FF2045;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: bold;
    margin-top: 6px;
}

.gmihdr .login_icon {
    float: right;
    margin-top: 6px;
}

.gmihdr .srch {
    margin-top: 8px;
    width: 220px;
    height: 30px;
    /*border: 1px solid #B7B7B7;*/
    margin-left: 20px;
    /*border-radius: 100px;*/
    position: relative;
}

.gmihdr .srch .icon {
    position: absolute;
    left: 6px;
    top: 7px;

}

.gmihdr .srch .ipt {
    background: none;
    height: 30px;
    border: 0;
    line-height: 30px;
    margin-left: 24px;
    width: 160px;
    text-indent: 30px;
    overflow: hidden;
}

.gmihdr .srch .sbtn {
    position: absolute;
    right: 2px;
    top: 1px;
    width: 28px;
    height: 28px;
    background: url('/Shared/images/homev1/operatingtoolsv1/gameindex/srch_icn.png') no-repeat #FF2045;
    background-position: 50% 50%;
    border-radius: 100%;
}

.nav {
    margin-left: 40px;
}

.nav ul li {
    font-size: 16px;
}

.nav ul li a {
    display: block;
    padding: 10px 30px 0 30px;
}

.nav ul li span {
    display: none;
}

.nav ul li.on span {
    display: block;
    height: 2px;
    overflow: hidden;
    width: 60px;
    background: #FF2045;
    margin: 5px auto 0 auto;
}

.nav ul li.on a,
.nav ul li.on a:visited {
    color: #FF2045;
}

.nav ul li:nth-child(3).on span {
    width: 30px;
}

.top {
    width: 882px;
    margin: 0 auto;
}

.banner {
    position: relative;
    margin-top: 73px;
}

.banner .blk {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    max-width: 100%;
    width: 100%;
}

.banner .pnl {
    position: absolute;
    background: #FFF;
    width: 940px;
    text-align: center;
    z-index: 20;
    height: 105px;
    bottom: -60px;
    left: 50%;
    margin-left: -470px;
    border-radius: 10px;
    padding: 30px 0;
}

.banner .pnl a {
    display: block;
}

.banner .pnl p {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 12px;
    color: #666;
}

.banner .pnl span.lnk {
    display: inline-block;
    padding: 12px 70px;
    background: #ff2045;
    font-size: 16px;
    color: #FFF;
    border-radius: 30px;
}

.picnews .piclst {
    padding: 32px 0 45px 34px;
}

.picnews .piclst li {
    display: inline-block;
    margin: 0 8px;
    text-align: center;
    font-size: 14px;
}

.picnews .piclst li a {
    display: block;
}

.picnews .piclst li p {
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lst_t {
    background: #e5e5e5;
    border-radius: 5px 5px 0 0;
}

.lst_t .tit {
    padding: 25px 0;
    text-align: center;
    font-size: 24px;
}

.lst_t ul {
    position: relative;
    padding: 0 12px 20px 110px;
}

.lst_t ul .stit {
    position: absolute;
    left: 26px;
    top: 0;
    font-size: 18px;
    font-weight: bold;
    padding-right: 15px;

}

.lst_t ul li {
    display: inline-block;
    font-size: 16px;
    background: #f7f7f7;
    border-radius: 30px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin-bottom: 10px;
    margin-right: 10px;

}

.lst_t ul li.on {
    background: #F15445;
    background: -webkit-gradient(linear, bottom top, bottom top, color-stop(0%, #FF978D), color-stop(100%, #F15445));
    background: -moz-linear-gradient(bottom, #FF978D 0%, #F15445 100%);
    background: -webkit-linear-gradient(bottom, #FF978D 0%, #F15445 100%);
    background: -o-linear-gradient(bottom, #FF978D 0%, #F15445 100%);
    background: -ms-linear-gradient(bottom, #FF978D 0%, #F15445 100%);
    background: linear-gradient(to bottom, #FF978D, #F15445);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF978D', endColorstr='#F15445',GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF978D', endColorstr='#F15445', GradientType=1);
}

.lst_t ul li.on a {
    color: #FFF;
}

.lst_c {
    background: #FFF;
    border-radius: 0 0 5px 5px;
}

.lst_scrl {
    width: 100%;
    height: 636px;
    padding: 0;
    overflow: hidden;
    padding: 48px 0px 48px 0px;
}

.gm_expr {
    margin-bottom: 90px
}

.gm_expr .piclst {
    width: 100%;
    max-width: 100%;
    /*    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;*/
    display: grid;
    grid-template-columns: 200px 200px 200px 200px;
    grid-template-rows: 259px 259px 259px;
    justify-content: space-evenly;
    align-content: center;
    gap:25px 0;
}

.gm_expr .piclst .item {
    /*float: left;*/
    width: 200px;
    /*margin-right: 2.52873563218391%;*/
    height: 259px;
    margin-bottom: 60px;
}

.gm_expr .piclst .item a {
    display: block;
}

.gm_expr .piclst .item:nth-child(4n+4) {
    margin-right: 0
}

.gm_expr .piclst .item:nth-child(8n+1) {
    background: url('/Shared/images/homev1/operatingtoolsv1/gameindex/gamebg_01.png') no-repeat;
    background: contain;
}

.gm_expr .piclst .item:nth-child(8n+2) {
    background: url('/Shared/images/homev1/operatingtoolsv1/gameindex/gamebg_02.png') no-repeat;
    background: contain;
}

.gm_expr .piclst .item:nth-child(8n+3) {
    background: url('/Shared/images/homev1/operatingtoolsv1/gameindex/gamebg_03.png') no-repeat;
    background: contain;
}

.gm_expr .piclst .item:nth-child(8n+4) {
    background: url('/Shared/images/homev1/operatingtoolsv1/gameindex/gamebg_04.png') no-repeat;
    background: contain;
}

.gm_expr .piclst .item:nth-child(8n+5) {
    background: url('/Shared/images/homev1/operatingtoolsv1/gameindex/gamebg_05.png') no-repeat;
    background: contain;
}

.gm_expr .piclst .item:nth-child(8n+6) {
    background: url('/Shared/images/homev1/operatingtoolsv1/gameindex/gamebg_06.png') no-repeat;
    background: contain;
}

.gm_expr .piclst .item:nth-child(8n+7) {
    background: url('/Shared/images/homev1/operatingtoolsv1/gameindex/gamebg_07.png') no-repeat;
    background: contain;
}

.gm_expr .piclst .item:nth-child(8n+8) {
    background: url('/Shared/images/homev1/operatingtoolsv1/gameindex/gamebg_08.png') no-repeat;
    background: contain;
}

.gm_expr .piclst .item .cvr {
    margin: 3px 0 30px 11.5%;
}

.gm_expr .piclst .item .gtit {
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    margin-left: 12px;
    margin-bottom: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gm_expr .piclst .item .gtit .icn {
    width: 24px;
    margin-right: 6px;
}

.gm_expr .piclst .item .gbtn {
    width: 150px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    margin: 0 auto;
    border-radius: 50px;
}

.gm_expr .piclst .item:nth-child(8n+1) .gbtn {
    background: rgba(1, 103, 252, .8);
}

.gm_expr .piclst .item:nth-child(8n+2) .gbtn {
    background: rgba(255, 134, 0, .8);
}

.gm_expr .piclst .item:nth-child(8n+3) .gbtn {
    background: rgba(61, 166, 10, .8);
}

.gm_expr .piclst .item:nth-child(8n+4) .gbtn {
    background: rgba(103, 24, 255, .8);
}

.gm_expr .piclst .item:nth-child(8n+5) .gbtn {
    background: rgba(216, 17, 50, .8);
}

.gm_expr .piclst .item:nth-child(8n+6) .gbtn {
    background: rgba(16, 166, 166, .8);
}

.gm_expr .piclst .item:nth-child(8n+7) .gbtn {
    background: rgba(216, 179, 7, .8);
}

.gm_expr .piclst .item:nth-child(8n+8) .gbtn {
    background: rgba(7, 92, 194, .8);
}

.obltr img {
    width: 100%;
    max-width: 100%;
}

.wht_cls {
    background: #FFF;
    padding: 30px 0;
}

.wht_cls .tit {
    padding: 25px 0;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    font-weight: 600;
}

.customer {
    padding: 0 60px 0 200px;
    position: relative;
}

.customer .clogo {
    width: 94px;
    position: absolute;
    left: 80px;
    top: 0;
    z-index: 1;
}

.customer p {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 10px;
}

.customer .fnt {
    padding-top: 10px;
}

.bottom-logo {
    text-align: center;
}

.bottom-logo img {
    margin: 0 auto;
}

.bottom-logo.intr_pge {
    padding: 20px 0 50px 0;
}

.slogan {
    padding: 80px 0 50px 0;
    text-align: center;
    font-size: 16px;
}

.slogan .bottom-logo {
    padding-top: 100px;
}

.slogan .bottom-logo img {
    width: 54px;
}

.slogan p {
    margin-bottom: 10px;
}

.slogan span.num {
    font-size: 30px;
    margin-right: 8px;
}

.slogan .gm_wd {
    position: relative;
}

.slogan .gm_wd img.img1 {
    position: absolute;
    left: 200px;
    top: -30px;
}

.slogan .gm_wd img.img2 {
    position: absolute;
    right: 200px;
    top: -23px;
}

.slogan .gm_wd img.img3 {
    position: absolute;
    left: 400px;
    bottom: 18px;
}

.wht_cls .lst .slick-dots {
    position: absolute;
    text-align: center;
    bottom: -20px;
    width: 100%;
}

.wht_cls .lst .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.wht_cls .lst .slick-dots li button {
    background: #C0C0C0;
    border: 0;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    outline: 0;
    cursor: pointer;
}

.wht_cls .lst .slick-dots li.slick-active button {
    background: #404040;
}

.wht_cls .lst .slick-arrow {
    position: absolute;
    z-index: 200;
    cursor: pointer;
}

.wht_cls .lst .slick-prev {
    background: url('/Shared/images/homev1/operatingtoolsv1/gameindex/prev.png') no-repeat;
    left: -40px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    top: 30%;
    margin-top: -11px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 13px 23px;

}

.wht_cls .lst>div,
.wht_cls .lst .draggable {
    outline: none;
}

.wht_cls .lst .slick-next {
    background: url('/Shared/images/homev1/operatingtoolsv1/gameindex/next.png') no-repeat;
    right: -40px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    text-indent: -9999px;
    position: absolute;
    top: 30%;
    margin-top: -11px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 13px 23px;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: none;
    background: #000;
}

.item_info {
    font-size: 14px;
    opacity: 1;
    position: fixed;
    left: 50%;
    margin-left: -330px;
    top: -100%;
    z-index: 1000;
    width: 660px;
    background: #FFF;


}

.item_info .cnt {
    display: table;
}

.item_info .cnt>div {
    display: table-cell;
    width: 100%;
}

.item_info .cnt .ifl {
    background: #e7e7e7;
    width: 320px;
}

.item_info .cnt .ifr {
    background: #FFF;
    width: 340px;
    vertical-align: top;
}

.item_info .cnt .ifr .padg {
    padding: 35px 28px 30px 28px;
}

.item_info .cnt .ifl img {
    margin: 25px;
    width: 272px;
    height: 470px;
}

.item_info .cnt .ifr .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}

.item_info .cnt .ifr p {
    line-height: 160%;
    margin-bottom: 10px;
}

.item_info .cnt .ifr .line {
    height: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.item_info .cnt .ifr .lnk {
    width: 280px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #ff2045;
    color: #FFF;
    display: block;
    margin: 0 auto;
    border-radius: 60px;
}

.item_info .cnt .ifr .piclst .slick {
    margin-bottom: 30px;
}

.item_info .cnt .ifr .piclst {
    width: 285px;
}

.item_info .cnt .ifr .piclst li {
    width: 88px;
    height: 142px;
}

.item_info .cnt .ifr .piclst li img {
    max-width: 100%;
    width: 88px;
    height: 142px;
}

.item_info .cnt .ifr .piclst .slick-prev {
    background: none;
    left: -40px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    top: 30%;
    margin-top: -11px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 13px 23px;
    display: none;

}

.item_info .cnt .ifr .piclst .slick-next {
    background: url('/Shared/images/homev1/operatingtoolsv1/gameindex/next.png') no-repeat #FFF;
    border-radius: 100px;
    right: -5px;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    text-indent: -9999px;
    position: absolute;
    top: 45%;
    margin-top: -11px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 18px;
    cursor: position;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.item_info .cnt {
    position: relative;
}

.item_info .modal_close {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    right: 10px;
    top: 10px;
    font-family: 'Arial';
    cursor: pointer;
    transform: scale(1, 0.8);
}

.bckgrd {
    width: 100%;
    background: url('/Shared/images/homev1/operatingtoolsv1/gameindex/intro_bg.jpg') no-repeat;
    margin: 73px auto 0 auto;
    background-size: 100% auto;
}

.bckgrd .pgd {
    width: 100%;
}

.bckgrd .pgd .cnt {
    width: 940px;
    margin: 0 auto;
}

.bckgrd .pgd .cnt .intr_t {
    text-align: center;
    margin: 0 auto;
    padding-top: 274px;
    margin-bottom: 70px;
}

.bckgrd .pgd .cnt .intr_t img {
    display: inline-block;
    margin: 0 10px;
    max-width: 100%;
}

.bckgrd .pgd .cnt .intr_t .img {
    margin-bottom: 50px;
}

.bckgrd .pgd .cnt .intr_t .fnt h1 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px;
}

.bckgrd .pgd .cnt .intr_t .fnt p {
    font-size: 16px;

}

.itr_lst {
    background: #FFF;
    border-radius: 5px;
    padding: 5%;
    margin-bottom: 50px;

}

.itr_lst ul {
    width: 100%;
}

.itr_lst ul li {
    display: inline;
    float: left;
    width: 50%;
    text-align: center;
}

.itr_lst ul li img {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.itr_lst ul li h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.itr_lst ul li p {
    font-size: 16px;
    margin-bottom: 40px;
}

@media screen and (max-width:4096px) {
    .bckgrd .pgd .cnt .intr_t {
        padding-top: 520px;
    }

}

@media screen and (max-width:2560px) {
    .bckgrd .pgd .cnt .intr_t {
        padding-top: 340px;
    }

}

@media screen and (max-width:1920px) {
    .bckgrd .pgd .cnt .intr_t {
        padding-top: 260px;
    }

}

@media screen and (max-width: 1440px) {
    .bckgrd .pgd .cnt .intr_t {
        padding-top: 220px;
    }

    .bckgrd .pgd .cnt .intr_t .img {
        margin-bottom: 40px;
    }

    .bckgrd .pgd .cnt .intr_t .fnt h1 {
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .itr_lst ul li img {
        width: 100px;
        height: auto;
        margin-bottom: 20px;
    }

    .itr_lst ul li h3 {
        font-size: 24px;
    }

    .itr_lst ul li p {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1366px) {
    .bckgrd .pgd .cnt .intr_t {
        padding-top: 200px;
    }

    .bckgrd .pgd .cnt .intr_t .img {
        margin-bottom: 40px;
    }

    .bckgrd .pgd .cnt .intr_t .fnt h1 {
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .itr_lst ul li img {
        width: 100px;
        height: auto;
        margin-bottom: 20px;
    }

    .itr_lst ul li h3 {
        font-size: 24px;
    }

    .itr_lst ul li p {
        font-size: 14px;
        margin-bottom: 30px;
    }
}