html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 1024px;
}

.head {
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    height: 92px;
    align-items: center;
    color: #FFFFFF;
    z-index: 9;
    background: linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0));
}


.head a {
    text-decoration: none;
    color: #FFFFFF;
}

.head>.open {
    width: 120px;
    height: 36px;
    background: #FFFFFF;
    border: 2px solid #FF7B23;
    border-radius: 20px;
    line-height: 36px;
    text-align: center;
    margin-left: 14.23%;
    cursor: pointer;
    color: #FF7B23;
}

.head>.open:hover {
    background-color: #E5E5E5;
}

.head .head_cont {
    width: 1000px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .head .head_cont {
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }
}


.cooperation {
    position: relative;
    margin-left: 0;
    z-index: 1;
    display: flex;
    margin-right: 0;
}

.cooperation>ul>li:hover {
    background-color: #f5f5f5;
}

.head .headBox {
    display: flex;
    align-items: center;
}


.head .gameBtn {
    width: 140px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    flex-shrink: 0;
    z-index: 1;
}

.head .gameBtn.gameBtns {
    border: 1px solid #8244FF;
    color: #8244FF;
}


.head .gameBtn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.head .gameBtns:hover {
    background: rgba(130, 68, 255, 0.1);
}




.head .channel {
    position: relative;
    display: flex;
    width: 140px;
    height: 40px;
    background: #ffffff;
    border-radius: 20px;
    line-height: 40px;
    color: #8244FF;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #8244FF;
}

.head .channel.channels {
    color: #fff;
    background: #8244FF;
}

.head .channel:hover {
    background-color: #8244FF;
    color: #ffffff;
}

.head .channels:hover {
    background-color: #6836CC;
    color: #ffffff;
}

.channel .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    margin: -3px 0 0 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFFFFF;
    display: none;
}

.head ul,
.head li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    background-color: #FFFFFF;
}

.head ul {
    display: none;
    position: absolute;
    top: 33px;
    left: 6px;
    width: 128px;
    padding-top: 8px;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    overflow: hidden;
    box-shadow: 0px 0px 7px 0px rgba(159, 144, 188, 0.14);
}

.head ul li a {
    display: block;
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.top {
    width: 100%;
    height: 41vw;
    max-height: 826px;
    background-image: url(../img/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.main-bg {
    position: relative;
}

.main-bg .pic {
    position: absolute;
    top: 250px;
    left: 0;
    width: 19.5vw;
    max-height: 720px;
}

.main>.title {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.main>.title .title1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

.main>.title .title2 {
    height: 14px;
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
}

.main>.descript {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}

.main>.main-tab {
    width: 1002px;
    margin: 0 auto;
    display: flex;
    margin-top: 60px;
}

.main>.main-tab .main-tab-row {
    width: 334px;
    text-align: center;
    position: relative;
    height: 60px;
}

.main>.main-tab .main-tab-row .main-tab-row-name {
    font-size: 16px;
    color: #000000;
}

.main>.main-tab .main-tab-row:first-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 2px;
    height: 51px;
    background: #EBEBEB;
}

.main>.main-tab .main-tab-row:last-child::after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 2px;
    height: 51px;
    background: #EBEBEB;
}

.main>.main-tab .main-tab-row .main-tab-row-orange {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
    color: #FF7B23;
    font-weight: 500;
}

.main .zhanshi {
    font-size: 16px;
    color: #000000;
    margin-top: 40px;
    text-align: center;
}

.main .box-list {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 31px;
    margin-bottom: 90px;
}

.main .box-list .box-list-row {
    width: 170px;
    height: 275px;
    background: #F6F2FF;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.main .box-list .box-list-row .box-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .box-list .box-list-row .box-col-img {
    width: 88px;
    height: 88px;
    padding-top: 40px;
}

.main .box-list .box-list-row .box-col-fot {
    font-size: 16px;
    color: #000000;
    margin-top: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .box-list .box-list-row .box-col-abst {
    font-size: 14px;
    margin-top: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
}

.main .box-list .box-list-row .box-col-scan {
    width: 110px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #8244FF;
    border-radius: 16px;
    margin-top: 23px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.main .box-list .box-list-row .box-col-scan img {
    margin-left: 16px;
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.main .box-list .box-list-row .box-col-scan span {
    font-size: 14px;
    color: #8244FF;
}

.main .box-list .box-list-row .box-col-popup {
    width: 170px;
    height: 186px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.main .box-list .box-list-row .box-col-popup .sys {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 21px;
    padding-bottom: 17px;
}

.main .box-list .box-list-row .box-col-popup .img {
    display: flex;
    justify-content: center;
    padding: 6px;
    background: #fff;
    width: 99px;
    height: 99px;
    margin-left: 36px;
    box-sizing: border-box;
    border-radius: 6px;
}

.main>.jie-list {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 75px;
}

.main>.jie-list>.jie-col {
    width: 260px;
}

.main .jie-list .jie-col .jie-name {
    font-size: 20px;
    color: #000000;
}

.main .jie-list .jie-col .jie-num {
    font-size: 40px;
    color: #FF7B23;
    margin-top: 23px;
}

.main>.box-div {
    display: flex;
    height: 100%;
    justify-content: center;
}

.main>.box-div>.box {
    width: 900px;
    min-height: 114px;
    margin-top: 54px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 86px;
}

.main .box-main {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 0 25px;
}

.box-main a {
    color: #000000;
    text-decoration: none;
}

.main .box-main-1 {
    flex: 1;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.main .box-main-1 span {
    font-size: 22px;
    color: #FF7B23;
}

.main .box-game-title {
    font-size: 16px;
    margin-top: 1.6vw;
    margin-left: 45px;
}

.box-game-icon {
    width: 64px;
    height: 64px;
}

.box-game-fot {
    font-size: 14px;
    color: #000000;
}

.box-main-2 {
    flex: 1;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box1-des {
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    margin: 40px 50px;
}

.main1 {
    background: #F6F2FF;
    padding-bottom: 202px;
}

.main1>.title {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 88px;
}

.main1>.title div {
    z-index: 2;
}

.main1-game {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 43px;
}

.main1-game-item {
    margin-right: 50px;
    width: 300px;
    height: 180px;
    background-size: 100%;
    margin-bottom: 40px;
    position: relative;
}

.main1-game-item:nth-child(1):after,
.main1-game-item:nth-child(2):after,
.main1-game-item:nth-child(4):after {
    position: absolute;
    right: -30px;
    top: 81px;
    content: '';
    width: 13px;
    height: 20px;
    background: url('../img/icon_arrow.png') no-repeat left center;
    background-size: 100%;
}

.main1-game-item:nth-child(1) {
    background: url('../img/1.png') no-repeat left center;
    background-size: 100%;
}

.main1-game-item:nth-child(2) {
    background: url('../img/2.png') no-repeat left center;
    background-size: 100%;
}

.main1-game-item:nth-child(3) {
    background: url('../img/3.png') no-repeat left center;
    margin-right: 0;
}

.main1-game-item:nth-child(4) {
    background: url('../img/4.png') no-repeat left center;
}

.main1-game-item:nth-child(5) {
    background: url('../img/5.png') no-repeat left center;
}

.main1-game-item span {
    display: block;
    font-size: 20px;
    color: #333333;
    padding-top: 72px;
    margin-left: 23px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.main1-game-item font {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-left: 23px;
    margin-top: 15px;
}



.item span {
    line-height: 23px;
}

.name {
    font-size: 16px;
    margin-bottom: 5px;
}

.phone {
    position: absolute;
    bottom: -30px;
    left: 10px;
    font-size: 16px;
    color: #333333;
}

.address {
    position: absolute;
    width: 100%;
    bottom: -58px;
    left: 10px;
    font-size: 16px;
    color: #333333;
}


.foot {
    width: 100%;
    height: 294px;
    background: #8244FF;
    position: relative;
}

.foot1 {
    height: 324px;
}

.foot .main2 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.main2-content {
    position: absolute;
    left: 0;
    top: -140px;
    background: #ffffff;
    border-radius: 10px;
}

.main2-bg {
    width: 1000px;
    height: 262px;
    background: url('../img/connnet_bg.png?v=1') no-repeat;
    background-size: 100%;
    border-radius: 10px;
}

.main2-content .title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-top: 63px;
    text-align: center;
}

.main2-content .contact-name {
    margin-top: 27px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.main2-content .contact-btn {
    display: flex;
    justify-content: center;
    margin-top: 21px;
}

.main2-content .contact-btn a {
    width: 154px;
    height: 44px;
    background: #8143FF;
    border-radius: 22px 22px 22px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.main2-content .contact-btn a:first-child {
    margin-right: 34px;
}

.main2-cont {
    display: flex;
}

.main2-cont .main2-cont-item,
.main2-cont .main2-cont-item1 {
    width: 50%;
}

.main2-cont .item {
    display: flex;
    margin-left: 54px;
    color: #333333;
}

.main2-cont .item .name {
    font-size: 16px;
    color: #333333;
    margin-top: 24px;
}

.main2-cont .item .lx {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.main2-cont .item .code {
    border: 1px solid #DAC7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 80px;
    margin-top: 10px;
    width: 120px;
    height: 120px;
    border-radius: 10px;
}

.main2-cont .item .code img {
    width: 108px;
    height: 108px;
}

.main2-cont .tname {
    margin-left: 44px;
    position: relative;
    font-size: 20px;
    color: #333333;
    padding-left: 10px;
    line-height: 24px;
}

.main2-cont .tname::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 4px;
    height: 24px;
    background: #8244FF;
    border-radius: 4px;
}

.foot .bg {
    text-align: center;
    padding-top: 257px;
}

.foot .bg .ba {
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot .bg .ba img {
    margin-left: 16px;
    margin-right: 4px;
}

.foot a {
    text-decoration: none;
    color: #ffffff;
}

.foot .copyright {
    color: #ffffff;
    margin-right: 50px;
}

.icon-ps {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-left: 15px;
    vertical-align: middle;
    background: url(./img/beian.png) no-repeat;
    background-size: 100%;
}

.foot-mid {
    line-height: 30px;
}

.container {
    display: none;
}

.visibility {
    visibility: hidden;
}