html,
body {
    height: 100%;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.midell_font {
    font-size: 18px;
}

.min_font {
    font-size: 14px;
}

.wrap {
    width: 100%;
    background-color: #FAFAFA;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.topBar {
    width: 100%;
    background-color: #fff;
}

.topcontent {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    line-height: 100px;
}

.logo {
    height: 60px;
    float: left;
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    /* line-height: 60px; */
    display: flex;
    align-items: center;
}

.logo img {
    height: 60px;
    margin-right: 10px;
}

.navigation {
    width: max-content;
    float: right;
}

.officialAccount {
    float: right;
    position: relative;
}

.officialAccount>img {
    height: 24px;
    vertical-align: middle;
}

.officialAccount:hover .qrwrap {
    display: block;
}

.qrwrap {
    width: 166px;
    height: 166px;
    position: absolute;
    top: 85px;
    left: -25px;
    z-index: 20;
    border: 1px solid #A8A8A8;
    display: none;
}

.qrwrap::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #A8A8A8;
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
    transform: rotate(45deg);
    border-bottom: none;
    border-right: none;
    background: #fff;
}

.qrwrap img {
    width: 100%;
}

.navigation li {
    float: left;
    margin-left: 25px;
}

.navigation li a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 6px;
    padding: 10px 0;
}

.navigation li a.active {
    color: #fff;
    border-radius: 18px;
    background-color: #0E75F2;
    padding: 10px 22px;
}

.navigation li::after {
    content: '/';
    display: inline-block;
    margin-left: 25px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E0E0E0;
    line-height: 6px;
}

.navigation li:last-of-type::after {
    content: '';
}


/* 广告图 */

.banner {
    width: 100%;
    min-width: 1200px;
    cursor: pointer;
    position: relative;
    color: #fff;
}

.banner_text {
    height: max-content;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.banner_title {
    font-size: 44px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.banner_dcretion {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}

.banner img {
    width: 100%;
}


/* 首页内容 */

.item_content {
    /* padding: 60px 0; */
    padding-top: 80px;
    text-align: center;
    box-sizing: border-box;
}

.item_title {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #111111;
}

.item_title.white_color {
    color: #fff;
}

.item_decrtion {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 14px;
    margin-bottom: 40px;
}

.item_title.mb0 {
    transform: translateY(40px);
}

.item_decrtion.mb0 {
    margin-bottom: 0;
    transform: translateY(40px);
}

.customized {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.customized_item {
    width: 282px;
    padding: 44px 43px;
    box-sizing: border-box;
    background-color: #fff;
}

.customized_item img {
    width: 100px;
}

.customized_title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}

.customized_dcretion {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8F8F8F;
    line-height: 19px;
    margin-top: 5px;
    text-justify: content;
}

.prospect {
    width: 100%;
    height: 600px;
    background: url(../img/tu@2x.png) no-repeat center center;
    background-size: 2200px 600px;
    margin-top: 60px;
}

.prospect_content {
    width: 50%;
    float: right;
    padding-left: 30px;
    box-sizing: border-box;
}

.prospect_item {
    width: 500px;
    height: 86px;
    background: #1C1D34;
    margin-left: 60px;
    margin-bottom: 14px;
    display: flex;
    padding: 20px 0;
    box-sizing: border-box;
}

.prospect_item:nth-child(2n) {
    margin-left: 0;
}

.prospect_left {
    width: 90px;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.prospect_left img {
    width: 30px;
}

.prospect_right {
    text-align: left;
    color: #FFFFFF;
}

.prospect_title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-bottom: 14px;
}

.prospect_dcretion {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}


/* 平台优势 */

.advantage_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantage_item {
    width: 370px;
    height: 116px;
    background: #fff;
    margin-bottom: 36px;
    display: flex;
    padding: 24px 33px 24px 20px;
    box-sizing: border-box;
}

.advantage_left {
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.advantage_left img {
    width: 50px;
}

.advantage_right {
    text-align: left;
    color: #FFFFFF;
    margin-left: 17px;
}

.advantage_title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
}

.advantage_dcretion {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8F8F8F;
    line-height: 20px;
}


/* 游戏库 */

.gamelist {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.gamelist_item {
    width: 580px;
    background: #fff;
    padding: 48px 24px;
    box-sizing: border-box;
}

.gamelist_class {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    color: rgb(184, 108, 90);
}

.gamelist_class.popul {
    color: rgb(114, 118, 172);
}

.gamelist_title {
    font-size: 30px;
    position: absolute;
    top: 48px;
    left: 64px;
}

.gamelist_dicrtion {
    position: absolute;
    top: 100px;
    font-size: 20px;
    left: 64px;
}

.gamelist_class img {
    width: 100%;
}


/* 成功案例 */

.success2 {
    width: 577px;
}

.success3 {
    width: 370px;
    margin-bottom: 32px;
}

.success2 img,
.success3 img {
    width: 100%;
}


/* 底部 */

footer {
    width: 100%;
    height: 180px;
    text-align: center;
    background: #24273D;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    padding: 48px 0;
    box-sizing: border-box;
    line-height: 30px;
    margin-top: 60px;
}

.footernav {
    width: max-content;
    margin: 0 auto;
    margin-bottom: 20px;
}

.footer_item {
    width: max-content;
    margin-left: 23px;
    float: left;
    line-height: 26px;
}

.footer_item a.active {
    color: #fff;
}

.footer_item::after {
    content: '｜';
    display: inline-block;
    margin-left: 25px;
    width: 1px;
    height: 14px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.footer_item:last-of-type::after {
    content: '';
}

#gamebox1,
#gamebox2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#gamebox1 li,
#gamebox2 li {
    width: 77px;
    height: 77px;
    border-radius: 18px;
    margin-bottom: 14px;
    overflow: hidden;
}

#gamebox1 img,
#gamebox2 img {
    width: 77px;
}


/* 产品页样式 */

.ganetab {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ganetab li {
    width: 166px;
    height: 60px;
    background: #E8EBEF;
    border-radius: 6px;
    line-height: 60px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
}

.ganetab li.active {
    background: #4E90E9;
    color: #FFF;
}

#gamewrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#gamewrap li {
    width: 165px;
    height: 165px;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 30px;
    margin-right: 42px;
}

#gamewrap li:nth-child(6n) {
    margin-right: 0;
}

#gamewrap li img {
    width: 100%;
    height: 100%;
}

.logo_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo_content li {
    width: 216px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    /* margin-top: 29px; */
    margin-bottom: 29px;
    margin-right: 27px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 15px 14px;
    box-sizing: border-box;
}

.logo_content li:nth-child(5n) {
    margin-right: 0;
}

.logo_content li img {
    width: 100%;
}


/* 代理加盟 */

.franchiseagent_item {
    width: 342px;
    background: #F9FCFF;
    box-shadow: 0px 0px 10px 0px #C0CCF2;
}

.franchiseagent_title {
    width: 100%;
    height: 66px;
    background: linear-gradient(-90deg, #466EFD, #4D9EFF);
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 66px;
}

.franchiseagent_content {
    padding: 20px 46px 40px;
    text-align: left;
}

.franchiseagent_content_text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #525252;
    line-height: 20px;
    margin-bottom: 9px;
}

.franchiseagent_content_text span {
    font-size: 18px;
    color: #476EFD;
}

.franchiseagent_content_price {
    font-size: 26px;
    color: #FF5852;
    margin-top: 38px;
}

.franchiseagent_content_price span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: line-through;
    color: #525252;
}

.whathelp {
    width: 100%;
}

.whathelp img {
    width: 100%;
}

.cooperation {
    width: 270px;
    height: 96px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #ECEEF2;
    display: flex;
    align-items: center;
    padding: 22px 27px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.cooperation img {
    height: 52px;
    margin-right: 13px;
}


/* 公司介绍 */

.item_title2 {
    width: max-content;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #111111;
    border-bottom: 8px solid #3E91F5;
    padding-bottom: 12px;
    margin: 0 auto;
}

.personnel_item {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.personnel_item:last-child {
    margin-top: 104px;
}

.personnel_text {
    width: 514px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    padding-top: 68px;
}

.personnel_text p:first-child {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    text-align: left;
}

.personnel_text p:last-child {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    text-align-last: left;
    margin-top: 14px;
    line-height: 30px;
}

.personnel_img {
    width: 600px;
}

.tipimg {
    width: 100%;
    margin-top: 60px;
}

.honor_item {
    width: 255px;
    margin-top: 60px;
}

.science_item {
    width: 559px;
    margin-top: 50px;
}

.honor_item img,
.science_item img,
.tipimg img,
.personnel_img img {
    width: 100%;
}


/* 联系我们 */

.about_item {
    width: 270px;
    padding: 49px 44px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #ECEEF2;
    margin-top: 60px;
    box-sizing: border-box;
}

.about_item img {
    width: 76px;
    margin-bottom: 32px;
}

.about_item p:first-of-type {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-bottom: 19px;
}

.about_item p:last-of-type {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}


/* 悬浮窗 */

.suspension {
    position: fixed;
    right: 0;
    top: 285px;
    z-index: 99;
}

.suspension_item {
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.3);
    padding: 12px 0;
    box-sizing: border-box;
    margin-bottom: 4px;
    cursor: pointer;
    position: relative;
}

.wxnumber:hover .hideblockimg {
    display: block;
}

.phone:hover .hidewrap {
    display: block;
}

.hidewrap {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-right: 30px;
}

.hideblock {
    width: max-content;
    background: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding: 23px 17px;
}

.hideblockimg {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    height: max-content;
    right: 94px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 10px;
}

.hideblockimg .wxzixun {
    width: 100px;
}

#copy1,
#copy2 {
    width: 36px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    color: #0160B8;
    padding: 5px 6px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.suspension_item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.suspension_item img {
    width: 24px;
    margin-bottom: 3px;
}