/*content*/



.main {
    position: relative;
    overflow: hidden;
	margin-top:1rem;
}

.title {
    color: #252525;
    text-align: center;
    margin-top: .5rem;
	position: relative;
    width: 90%;
    margin: 0.5rem auto;
}

.title h4 {

}

.title h5 {
    font-size: .26rem;
    font-weight: 100;
}

.title p {
	font-size:.24rem;
	text-align:left;
}

.cont1 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    background: url('../../img/231025/index/head.jpg') no-repeat center top;
    background-size: 100% auto;
}

.cont1 h4 {
    margin: .7rem auto .4rem;
    font-size: .5rem;
    font-weight: 600;
    text-align: center;
}
.cont1 h4::after{
	display:none;
}
.cont1 h4 img {
    margin: 0 auto;
	width:90%;
}

.cont1 p {
	display: flex;
    margin: 0 auto;
    width: 65%;	
}
.cont1 .cont1-title {
    color: #8e1be8;
    font-size: .3rem;
    float: left;
    cursor: unset;
	font-weight:bold;
	width: 30%;
    margin-right: .4rem;
}
.cont1 .cont1-title:last-child{
	margin-right:0;
}
.cont1 p i {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: inherit;
    border-top: .1rem solid transparent;
    border-bottom: .1rem solid transparent;
    border-left: .1rem solid;
    content: "";
	margin-right:.1rem;
}



.cont1 .cont1-btn {
    color: #000;
    background-color: #ffdd1f;
    width: 3.6rem;
    display: block;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    font-size: .3rem;
    font-weight: bold;
    margin: 5.6rem auto .9rem;
}

.cont1 .cont1-btn:hover {
    background-color: #ffee90;
    text-decoration: none;
}

.cont-nav{
	position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 99;
}
.cont-nav .nav{
    width: 100%;
    
}
.cont-nav .nav a{
	font-size: .28rem;
    font-weight: bold;
    width: 33.33%;
    display: block;
    float: left;
    text-align: center;
    line-height: .8rem;
    height: .8rem;
    cursor: pointer;
    background-color: #efeeee;
    border-left: .02rem solid #cbcbcb;
}

.cont-nav .nav .on,
.cont-nav .nav a:hover{
	background:url(../../img/230206/index/cont1-on.png) no-repeat top center;	
    background-size:100%;
    height: 1rem;
    border:none;
    text-decoration:none;
}
.scroll-btn {
    position: absolute;
    left: 0;
    bottom: 1.3rem;
    width: 100%;
}

.scroll-btn img {
    display: block;
    margin-left: 2.8rem;
    animation: scrollAni 0.8s ease-in-out infinite;
    width: .7rem;
}

@keyframes scrollAni {
    0% {
        opacity: 0.7;
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        transform: translateY(0.5rem);
    }
    100% {
        opacity: 0.7;
        transform: translateY(0px);
    }
}

.cont2 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 0;
	background-color:#f7f7f7;
}
.cont2 h4::after{
	left: 1.6rem;
    width: 44%;
}
.cont2 #brand{
    position: relative;
    width: 90%;
	margin:0 auto;
}
.cont2 #brand .item{
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom:.5rem;
}
.cont2 #brand .brand-img{
	width:55%;
}
.cont2 #brand  .text{
	width:40%;
    position: relative;
	text-align:center;
}
.cont2 #brand  .text span{
    font-size: .35rem;
    color: #000;
    font-weight: bold;
    display: block;
	margin-bottom:.1rem;
}
.cont2 #brand  .text p{
    font-size: .22rem;
    color: #000;
    line-height: 180%;
    width: 1.7rem;
	margin-left:-.15rem;
}
.cont2 #brand .item:nth-child(1) p{
	margin-left:.15rem;
}
.cont2 #brand  .text i {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: inherit;
    border-top: .1rem solid transparent;
    border-bottom: .1rem solid transparent;
    border-left: .1rem solid;
    margin-right: .05rem;
}

.cont3 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}
.cont3 h4::after{
    left: 1.2rem;
    width: 59%;
}
.cont3 #extension{
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.cont3 #extension .item{
	width:100%;
	margin-bottom:.3rem;
}

.cont4 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}
.cont4 h4::after{
    left: 1.58rem;
    width: 45%;
}
.cont4 p{
	text-align: center;
	margin:0 auto .5rem;
}
#game {
    position: relative;
    width: 90%;
    margin: 0 auto .8rem;
}

.cont5 {
    position: relative;
    margin: 0rem auto;
    width: 100%;
    overflow: hidden;
    z-index: 0;
	background-color:#f7f7f7;
}
.cont5 h4{
	margin-bottom:.1rem;
}
.cont5 h4::after{
	height: .25rem;
    width: 46%;
    left: 1.55rem;
}

.cont5 .title p{
	text-align: center;
    margin-top: .3rem;
    font-size: .26rem;
}
.cont5 .title a{
    font-size: .26rem;
}
.cont5 #operate{
    position: relative;
	margin-bottom:.8rem;
}
.cont5 #operate .swiper-slide{
    width: 3.6rem;
    height: auto;
}
.cont5 .operate-next,
.cont5 .operate-prev{
    background: url(https://www.mitianvr.com/img/202301/pinpai/lr.png) no-repeat 0 0/200%;
    width: .8rem;
    height: .8rem;
    position: absolute;
    z-index: 10;
    top: 45%;
    cursor: pointer;
}
.cont5 .operate-prev{
    background-position: 0 0;
    left:.4rem;
}
.cont5 .operate-next{
	background-position: -.9rem 0;
    right: .3rem;
}
.cont5 .swiper-slide-next::after,
.cont5 .swiper-slide-prev::after{
    content: "";
    position: absolute;
    background-color: #000;
    opacity: .6;
    width: 100%;
    height: 100%;
    top: 0rem;
    border-radius: 0.1rem;
}

.cont6 {
    position: relative;
    margin: 0 auto .8rem;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.cont6 h4::after{
    width: 73%;
    left: .8rem;
}
.cont6 .title p{
	text-align:center;
}
.cont6 .title a{
	font-size: .24rem;
}
.cont6-box{
	width:90%;
	margin:0 auto;
	display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
.cont6-text {
	width: 48%;
    margin-right: .2rem;
    background-color: #f7f7f7;
	margin-bottom: .1rem;
    padding-bottom: .3rem;
}
.cont6-text:nth-child(2n){
	margin-right:0;
}
.cont6-img{
    width: .7rem;
    height: .7rem;
    margin: 0.3rem auto 0;
}
.cont6-text span{
	text-align:center;
	font-weight:bold;
	font-size:.3rem;
	padding:.1rem 0;
	display:inherit;
}
.cont6-text p {
    font-size: 0.22rem;
    text-align:center;
	color: #767676;
}

.cont7 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}
.cont7 h4::after{
    width: 45%;
    left: 1.6rem;
}
.cont7 .cont7-box {
    position: relative;
    width: 70%;
    margin: 0 auto;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;	
}
.cont7 .cont7-box-text{
	width:40%;
	text-align:center;
	margin:.2rem 0;
} 
.cont7 .cont7-box-text img{
	width:80%;
	margin:0 auto;
}
.cont7 .cont7-box-text p{
	font-weight: 600;
    font-family: "Noto Sans SC";
	font-size:.22rem;
	margin-top:.1rem;
}
.cont8 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.cont8 h4::after{
	width:31%;
	left:2rem;
}


.cont8 .cont8-box {
    width: 90%;
    margin: 0 auto .5rem;
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.cont8-box li{
    position: relative;
    width: 32%;
    background-color: #f7f7f7;
    padding: .5rem 0;
}
.cont8-box li img{
	width:30%;
	margin:0 auto .1rem;
}
.cont8-box li p{
    color: #000;
	font-weight: 600;
    font-family: "Noto Sans SC";
	font-size:.22rem;
	text-align:center;
}


.callp {
    display: none;
    width: 95%;
    overflow: hidden;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: .15rem;
}

.callp a {
    width: 100%;
    height: .8rem;
    display: block;
    line-height: .8rem;
    text-align: center;
    background-color: #fff;
    border-radius: .3rem;
    margin-bottom: 10px;
}



.footer .tag-index {
    display: block;
}
