.main,
.content {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}

.cont-wrap {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.cont-wrap p {
    color: #000;
}
 h4 {
    /* letter-spacing: 8px;*/
    margin-bottom: 30px;
    font-size: 55px;
    font-weight: bold;
    font-family: "Microsoft Yahei";
    color: #000;
}
 h4::after{
    background-color: #ffdd1f;
    content: "";
    position: absolute;
    width: 60%;
    height: 30px;
    top: 40px;
    left: 233px;
    z-index: -1;
}

h5 {
    display: none;
}

.cont1 {
    height: 1090px;
    background: url('../../img/231025/index/head.jpg') no-repeat top center;
	position:relative;
    margin-top: 80px;
}

.cont1-text {
    position: relative;
    float: left;
    width: 100%;
    height: 950px;
}

.cont1-slogan {
    margin-top: 219px;
    width: 100%;
    min-height: 100px;
    margin-left: -130px;
    text-align: left;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    opacity: 0;
    z-index: 2;
}

.cont1-slogan h4 {
    font-size: 41.58px;
    font-family: Microsoft Yahei;
    overflow: hidden;
    margin-left: -20px;
}
.cont1-slogan h4::after{
    content: none;
    background-color: unset;
}
.cont1-slogan p {
    margin-top: 15px;
    font-family: "Microsoft Yahei";
    overflow: hidden;
}
.cont1-slogan .cont1-title {
    color: #8d04e0;
    font-size: 35px;
    width: 230px;
    float: left;
    cursor: unset;
	font-weight:bold;
}

.cont1-slogan i {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: inherit;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid;
    content: "";
	margin-right:10px;
}



.cont1-slogan .cont1-btn {
    color: #000;
    background-color: #ffdd1f;
    width: 360px;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 50px;
    font-size: 26px;
    font-family: "Microsoft Yahei";
	font-weight:bold;
}

.cont1-slogan .cont1-btn:hover {
    background-color: #ffee90;
    text-decoration: none;
}

.cont1 .nav{
	margin-top: -180px;
    /* display: flex; */
    position: absolute;
    width: 100%;
    
}
.cont1 .nav a{
    font-size: 24px;
    font-weight: bold;
    width: 33.33%;
    display: block;
    float: left;
    text-align: center;
    line-height: 95px;
    height: 100px;
	cursor:pointer;
    background-color: #eaeaea;	
    /* border: 2px solid #000;
    border-radius: 0 0 10px 10px; */
}
/*.cont1 .nav a:hover{
	text-decoration:none;
    background-color: #ffdd1f;
}*/
.cont1 .nav .on,
.cont1 .nav a:hover{
	background:url(../../img/202301/index/cont1-on.png) no-repeat top center;	
    background-size:100%;
    height: 121px;
    border:none;
    text-decoration:none;
}

.cont2 {
    height: 800px;
    background-color: #f7f7f7;
    margin-top: 50px;
}

.cont2 .cont2-title {
    text-align: center;
    margin-top: 50px;
}
.cont2 h4::after {
    width: 30%;
    left: 418px;
}
.cont2 #brand{
    position: relative;
    width: 1260px;
    margin-left: -10px;
    margin-top: 80px;
}

.cont2 #brand  .text{
    position: relative;
    margin-left: 110px;
    margin-top: 125px;
}
.cont2 #brand  .text span{
    font-size: 44.23px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}
.cont2 #brand  .text p{
    font-size: 30.2px;
    color: #000;
    line-height: 180%;
}
.cont2 #brand  .text i {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: inherit;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid;
    content: "";
    margin-right: 15px;
}

.cont2 .brand-next,
.cont2 .brand-prev{
    background: url(../../img/202301/pinpai/lr.png) no-repeat;
    width: 90px;
    height: 80px;
    position: absolute;
    z-index: 10;
    top: 45%;
    cursor:pointer;
}
.cont2 .brand-prev{
    background-position: 0 0;
    left:-55px;
}
.cont2 .brand-next{
    background-position: -105px 0;
    right: 380px;
}

.cont3 {
    position: relative;
    height: 750px;
    overflow: hidden;
    width: 100%;
}
.cont3 .cont3-title {
    text-align: center;
    margin-top: 80px;
}
.cont3 h4::after {
    width: 39%;
    left: 365px;
}
.cont3 #extension{
    position: relative;
    width: 1260px;
    margin-left: -20px;
}
.cont3 #extension h6{
    text-align: center;
    font-size: 44.23px;
    color: #000;
    font-weight: bold;
    margin: 30px 0 60px;
}
.cont3 #extension h6::after {
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: top;
        border-top: 10px solid;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        content: "";
        margin-top: 60px;
        margin-left: -188px;
        position: absolute;
}
.cont3 #extension  .swiper-h2::after{
    margin-left: -145px;
}
.cont3 .extension-next,
.cont3 .extension-prev{
    background: url(../../img/202301/pinpai/lr.png) no-repeat;
    width: 90px;
    height: 80px;
    position: absolute;
    z-index: 10;
    top: 55%;
    cursor:pointer;
}
.cont3 .extension-prev{
    background-position: 0 0;
    left:-55px;
}
.cont3 .extension-next{
    background-position: -105px 0;
    right: -35px;
}
.cont4 {
    padding-top: 50px;
    height: 1000px;
}
.cont4 .cont-wrap{
    height: auto;
}
.cont4 .cont4-title {
    text-align: center;
    margin-bottom: 50px;
}
.cont4 .cont4-title h4::after {
    width: 30%;
    left: 419px;
}
.cont4 .cont4-title p{
    font-size: 21px;
    color: #000;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.cont4 .support{
    background: url(../../img/202301/pinpai/game-support.jpg) no-repeat top center;
    width: 100%;
    height: 750px;
    position: relative;
    top:-50px;
}
.cont4 .support .support-img{
    position: absolute;
    top: 435px;
    left: 684px;
}

.cont5 {
    height: 745px;
    margin-top: 100px;
}

.cont5 .cont5-title {
    text-align: center;
}

.cont5 .cont5-title h4::after {
    width: 29%;
    top: 43px;
    left: 425px;
}
.cont5 .cont5-title p {
    font-size: 21px;
    color: #000;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}	
.cont5 #operate {
    position: relative;
    margin-top: 40px;
}
.cont5 #operate .swiper-slide{
    width: 326px;
    height: 100%;
    float: left;
    margin-right: 20px;
}
.cont5 .operate-next,
.cont5 .operate-prev{
    background: url(../../img/202301/pinpai/lr.png) no-repeat;
    width: 90px;
    height: 80px;
    position: absolute;
    z-index: 10;
    top: 40%;
    cursor:pointer;
}
.cont5 .operate-prev{
    background-position: 0 0;
    left:-55px;
}
.cont5 .operate-next{
    background-position: -105px 0;
    right: -60px;
}

.cont6 {
    height: 900px;
}

.cont6 .cont6-title {
    text-align: center;
    margin-top: 50px;
}

.cont6 .cont6-title h4::after {
    width: 41%;
    left: 412px;
}
.cont6 .cont6-title p{
    font-size: 21px;
    color: #000;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.cont6 .cont6-box {
    overflow: hidden;
}

.cont6 .cont6-box .cont6-text {
    float: left;
    padding: 65px 0 0 25px;
    text-align: center;
    cursor:default;
}

.cont6 .cont6-box .cont6-text .cont6-img {
    width: 252px;
    height: 170px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cont6 .cont6-box .cont6-text .cont6-img img {
    -webkit-transition: all ease-out 400ms;
    -o-transition: all ease-out 400ms;
    transition: all ease-out 400ms;
}

/*
.cont6 .cont6-box .cont6-text .cont6-img img:hover {

    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
*/
.cont6 .cont6-box .cont6-text span {
    padding-top: 10px;
    font-size: 26.29px;
    color: #000;
    font-weight: bold;
}
.cont6 .cont6-box .cont6-text p {
    padding-top: 10px;
    font-size: 18px;
    color: #575757;
    font-weight: 400;
}

.cont7 {
    height: 850px;
    background: url(../../img/202301/pinpai/technical-support-bg.jpg) no-repeat top center;
    width: 100%;
}

.cont7 .cont7-title {
    text-align: center;
    margin-top: 40px;
}

.cont7 .cont7-title h4::after {
    width: 30%;
    left: 416px;
}
.cont7 .cont7-box {
    position: relative;
    width: 696px;
    margin: 100px auto;
    height: 530px;
    z-index: 0;
}
.cont7 .cont7-box-text{
    position: absolute;
}
.cont7 .cont7-box .cont7-box-text1{
    top: -62px;
    left: -277px;
}
.cont7 .cont7-box .cont7-box-text2{
    top: -62px;
    right: -286px;
}
.cont7 .cont7-box .cont7-box-text3{
    top: 326px;
    left: -277px;
}
.cont7 .cont7-box .cont7-box-text4{
    top: 363px;
    right: -125px;
}
.cont7 .cont7-box .liner{
    position: relative;
}
.cont7 .cont7-box .cont7-box-text1 .liner::before{
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #000;
    content: "";
    width: 308px;
}
.cont7 .cont7-box .cont7-box-text1 .liner::after{
    position: absolute;
    left: 295px;
    right: 0;
    top: 35px;
    bottom: 0;
    content: "";
    width: 85px;
    background-color: #000;
    height: 2px;
    transform: rotate(45deg);
}
.cont7 .cont7-box .cont7-box-text2 .liner::before{
    position: absolute;
    top: 5px;
    right: 0;
    left: -10;
    bottom: 0;
    border-bottom: 2px solid #000;
    content: "";
    width: 255px;
}
.cont7 .cont7-box .cont7-box-text2 .liner::after{
    position: absolute;
    left: -82px;
    right: 0;
    top: 35px;
    bottom: 0;
    content: "";
    width: 85px;
    background-color: #000;
    height: 2px;
    transform: rotate(135deg);
}
.cont7 .cont7-box .cont7-box-text3 .liner::before{
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #000;
    content: "";
    width: 323px;
}
.cont7 .cont7-box .cont7-box-text3 .liner::after{
    position: absolute;
    left: 311px;
    right: 0;
    top: -25px;
    bottom: 0;
    content: "";
    width: 85px;
    background-color: #000;
    height: 2px;
    transform: rotate(-45deg);
}
.cont7 .cont7-box .cont7-box-text4 .liner::before{
    position: absolute;
    top: 5px;
    right: 0;
    left: -25px;
    bottom: 0;
    border-bottom: 2px solid #000;
    content: "";
    width: 310px;
}
.cont7 .cont7-box .cont7-box-text4 .liner::after{
    position: absolute;
    left: -101px;
    right: 0;
    top: -22px;
    bottom: 0;
    content: "";
    width: 85px;
    background-color: #000;
    height: 2px;
    transform: rotate(39deg);
}
.cont7 .cont7-box .dian{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d9d9d980;
    position: relative;
}
.cont7 .cont7-box .dian span{
    display: block;
    width: 18px;
    height: 18px;
    background-color: #000;
    border-radius: 50px;
    position: absolute;
    top: 6px;
    left: 6px;
}
.cont7 .cont7-box .cont7-box-text1 .dian{
    top: 57px;
    left: 355px;
}
.cont7 .cont7-box .cont7-box-text2 .dian{
    top: 55px;
    left: -85px;
}
.cont7 .cont7-box .cont7-box-text3 .dian{
    top: -75px;
    left: 373px;
}
.cont7 .cont7-box .cont7-box-text4 .dian{
    top: -60px;
    left: -105px;
}
.cont7 .cont7-box p{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.cont7 .cont7-box p i{
    display: block;
    width: 76px;
    height: 76px;
}
.cont7 .cont7-box .cont7-box-text1 i{
    background: url(../../img/202301/pinpai/technical-support-icon1.png) no-repeat;
    margin-right: 20px;
}
.cont7 .cont7-box .cont7-box-text2 i{
    background: url(../../img/202301/pinpai/technical-support-icon3.png) no-repeat;
    margin-left: 20px;
}
.cont7 .cont7-box .cont7-box-text3 i{
    background: url(../../img/202301/pinpai/technical-support-icon2.png) no-repeat;
    margin-right: 20px;
}
.cont7 .cont7-box .cont7-box-text4 i{
    background: url(../../img/202301/pinpai/technical-support-icon4.png) no-repeat;
    margin-left: 20px;
}
.cont8 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.cont8 .cont8-title {
    text-align: center;
}
.cont8 h4::after{
    width: 20%;
    left: 478px;
}

.cont8 .cont8-box {
    padding-top: 50px;
    width: 1300px;
    margin: 0 -25px;
}
.cont8 .cont8-box li{
    width: 406px;
    height: 254px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 15px;
    flex-direction: column;
}
.cont8 .cont8-box li:nth-child(1){
    background: url(../../img/202301/pinpai/store1.png) no-repeat center;
}
.cont8 .cont8-box li:nth-child(2){
    background: url(../../img/202301/pinpai/store2.png) no-repeat center;
}
.cont8 .cont8-box li:nth-child(3){
    background: url(../../img/202301/pinpai/store3.png) no-repeat center;
}
.cont8 .cont8-box p{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}


.dnum3 {
    color: #c20001;
}

.cont2-title,
.cont3-title,
.cont5-title,
.cont6-title,
.cont7-title,
.cont8-title,
.cont9-title,
.cont10-title,
.contnews-title {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    opacity: 0;
    z-index: 2;
}


/*active*/

.active.cont1-slogan {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
    opacity: 1;
}

.active.cont2-title,
.active.cont3-title,
.active.cont4-title,
.active.cont5-title,
.active.cont6-title,
.active.cont7-title,
.active.cont8-title,
.active.cont9-title,
.active.cont10-title,
.active.contnews-title {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    opacity: 1;
}
/*
.active.cont11-img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    opacity: 1;
}
*/



.cont6 .cont-wrap {
    width: 1400px;
}


.pop-tc{
	background: url("../../img/221107/tc.png") no-repeat center;
    width: 1053px;
    height: 499px;
	position:fixed;
	z-index:1001;
	top:50%;
	left:50%;
	display:none;
	margin: -275px 0 0 -525px;
}
.pop-tc .close{
    width: 64px;
    height: 64px;
    right: -30px;
    top: 50px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    opacity: 1;
	background:url("../../img/221107/close.png") no-repeat center;
	-webkit-transition: -webkit-transform 2s ease-out;
    transition: -webkit-transform 2s ease-out;
}
.pop-tc .close:hover{
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.fc{
	background:url(../../img/221107/fc1.png) no-repeat center top/100%;
	width:180px;
	height:270px;
	display:none;
	position:fixed;
	float: left;
    top: 15%;
    right: 10px;
    cursor: pointer;
    z-index: 10;
	
}

.mask{
	z-index: 1000;
    border: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
    position: fixed;
    display:none;
}
