body {
	overflow-x: hidden;
	position: relative;
}

a {
	text-decoration: none;
	color: #111111;
}

a:hover,
a:active,
a:focus {
	color: #111111;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

input,
button,
select,
textarea {
	outline: none!important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ta_l {
	text-align: left;
}

.ta_c {
	text-align: center;
}

.ta_r {
	text-align: right;
}

.h_166 {
	height: 166px;
}

.clear {
	clear: both;
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.banner {
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url(/static/mojibox_introduce_files2/images/banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	text-align: center;
	padding-top: 180px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.banner .zzsd {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #1f1f1f;
	opacity: 0.61;
	z-index: 1;
}

.banner div {
	position: relative;
	z-index: 2;
}

.banner .title {
	color: #FF0065;
	font-size: 50px;
	width: 521px;
	height: 101px;
	background-image: url(/static/mojibox_introduce_files2/images/logog.png);
	background-position: center center;
	margin: 0 auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.banner .texts {
	width: 1060px;
	font-size: 16px;
	color: #858585;
	margin: 30px auto 0;
	line-height: 34px;
}

.banner .submits {
	width: 340px;
	margin: 60px auto 0;
	height: 80px;
	border-radius: 20px;
	background-image: url(/static/mojibox_introduce_files2/images/bg.png);
	background-position: -715px -73px;
	background-repeat: no-repeat;
}

.banner .submits img {
	width: 34px;
	height: 34px;
	margin-left: 26px;
}

.banner .types {
	margin-top: 15px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner .types a {
	color: #FFFFFF;
	font-size: 18px;
	margin: 0 10px;
	transition: all 0.6s;
}
.banner .types a span{
	margin-right: 10px;
}
.banner .types a:hover{
	color: #FF0065;
}

.banner .text_main {
	margin-top: 5%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
}
.banner .text_main .p{
    line-height: 40px;
    opacity: 0.5;
}

.banner .close {
	width: 40px;
	margin: 0 auto;
    height: 75px;
    position: relative;
}
.banner .close .chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}
.banner .close .chevron::before, .banner .close .chevron::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #ffffff;
}
.banner .close .chevron::before {
    left: 0;
    transform: skew(0deg, 30deg);
}
.banner .close .chevron::after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}
.banner .close .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}
.banner .close .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

@keyframes move {
	25% {
		opacity: 1
	}

	33% {
		opacity: 1;
		transform: translateY(30px)
	}

	67% {
		opacity: 1;
		transform: translateY(40px)
	}

	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5)
	}
}
.gg{
	background-image: url(/static/mojibox_introduce_files2/images/gg.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 140px;
	line-height: 140px;
	text-align: center;
	/*margin-top: 60px;*/
	font-size: 50px;
	color: #FFFFFF;
}
.box {
	background-color: #F2F2F2;
	padding: 50px 0;
}

.box .box_main {
	width: 1400px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
}

.box .box_main:last-child {
	margin-bottom: 0;
}

.box .text_main {
	width: 456px;
}

.box .title {
	font-size: 30px;
	color: #0A0A0A;
	margin-bottom: 30px;
}

.box .title span {
	color: #EE2C79;
}

.box .list {
	padding: 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.box .list.ons {
	background-color: #ecdde5;
	border-radius: 10px;
}

.box .list .name {
	font-size: 24px;
	color: #0A0A0A;
}

.box .list .text {
	margin-top: 8px;
	color: #999999;
	font-size: 16px;
}

.box .img {
	width: 928px;
	border-radius: 10px;
	overflow: hidden;
}

.box .img img {
	width: 100%;
}

.like {
	margin-top: 100px;
}

.like .title {
	font-size: 50px;
	color: #0A0A0A;
	text-align: center;
}

.like .text {
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-top: 30px;
}

.like .mains {
	width: 1400px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.like .list {
	width: 338px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1000);
	padding: 20px;
	box-sizing: border-box;
	transition: all 0.6s;
	height: 188px;
}
.like .list:hover{
	box-shadow: 0px 0px 6px 1px #ee2c79;
}

.like .name {
	font-size: 22px;
	color: #0A0A0A;
	display: flex;
	align-items: center;
}
.like .name span{
	margin-right: 10px;
	font-size: 30px;
	color: #EE2C79;
}
.like .name .icon{
	margin-right: 10px;
	font-size: 30px;
	color: #EE2C79;
}

.like .text_main {
	margin-top: 20px;
	line-height: 30px;
	color: #0A0A0A;
	font-size: 14px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.mySwiper1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vip{
	padding-top: 80px;
	background: #fcf4ed;
	padding-bottom: 70px;
}
.vip .main{
	width: 1400px;
	margin: 0 auto;
}
.vip .type_main{
	display: flex;
	justify-content: space-between;
	
}
.vip .type_main .list{
	width: 338px;
	height: 376px;
	border: 3px solid #FF0065;
	border-radius: 15px;
	background-image: url(/static/mojibox_introduce_files2/images/bg.png);
	background-position: -1093px 229px;
	background-repeat: no-repeat;
	position: relative;
	background-color: white;
}
.vip .type_main .tag{
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background-image: url(/static/mojibox_introduce_files2/images/bg.png);
	background-position: -597px -74px;
	background-repeat: no-repeat;
	border-radius: 0 10px 0 0;
	display: none;
}
.vip .type_main .name{
	margin: 30px 40px 0;
	color: #0A0A0A;
	font-size: 30px;
	display: flex;
	align-items: center;
}
.vip .type_main .name span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(/static/mojibox_introduce_files2/images/bg.png);
	background-position: -281px -191px;
	background-repeat: no-repeat;
	margin-right: 15px;
}
.vip .type_main .num{
	margin-top: 25px;
	text-align: center;
	color: #FF0000;
	font-size: 40px;
	margin-bottom: 50px;
}
.vip .type_main .text{
	margin: 0 0 10px 68px;
	font-size: 20px;
	color: #0A0A0A;
}
.vip .type_main .text span{
	color: #FF9900;
	margin-left: 20px;
}
.vip .type_main .list.ons{
	border: 3px solid #ff00ff;
}
.vip .type_main .list.ons .tag{
	display: block;
}
.vip .pay_main .submitspay{
	margin: 110px auto 0;
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	width: 210px;
	border-radius: 10px;
	background: #ff0065;
	cursor: pointer;
}
.vip .pay_main .submitspay .iconfont{
    font-size: 30px;
    margin-right: 10px;
}
.vip .pay_main .texts{
    text-align: center;
    margin-top: 50px;
    color: #8f8b87;
    font-size: 16px;
}
.vip .pay_zz{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 888;
	top: 0;
	left: 0;
	background: #00000080;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vip .pay_zz .pay_zz_main{
    width: 278px;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.vip .pay_zz .backs{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 40px;
    overflow: hidden;
    transition: all 0.6s;
    cursor: pointer;
}
.vip .pay_zz .backs:hover{
	transform: rotate(90deg);
}
.vip .pay_zz .backs .iconfont{
    font-size: 40px;
    color: #FFFFFF;
}
.vip .pay_zz .code{
    width: 278px;
    height: 278px;
    padding: 20px;
    background: #FFFFFF;
    margin-top: 26px;
    border-radius: 10px 10px 0 0;
}
.vip .pay_zz .code img{
    width: 100%;
    height: 100%;
}
.vip .pay_zz .text_mains{
    height: 37px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}
.vip .pay_zz .text_mains .lists{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeeeee;
    font-size: 20px;
    color: #666666;
    cursor: pointer;
}
.vip .pay_zz .text_mains .lists.ons{
    background: #f39800;
    color: #FFFFFF;
}



.Illustration{
	margin-top: 100px;
	text-align: center;
}
.Illustration .title{
	font-size: 50px;
	color: #0A0A0A;
}
.Illustration .text{
	font-size: 14px;
	color: #999999;
	margin-top: 25px;
}
.Illustration .mains{
	width: 1400px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
.Illustration .list{
	width: 23%;
}
.Illustration .img{
	width: 285px;
	height: 285px;
	margin: 0 auto;
}
.Illustration .list img{
	transition: all 0.6s;
}
.Illustration .list img:hover{
	transform: scale(1.1);
}
.Illustration .name{
	margin-top: 20px;
	color: #0A0A0A;
	font-size: 24px;
}
.Illustration .list .text{
	margin-top: 10px;
	line-height: 30px;
}
.video{
	margin-top: 70px;
	text-align: center;
}
.video .title{
	font-size: 50px;
	color: #0A0A0A;
}
.video .text{
	font-size: 16px;
	color: #999999;
	margin-top: 20px;
}
.video .mains{
	width: 1400px;
	margin: 20px auto 0;
	position: relative;
}
.video .mains .play{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 164px;
	height: 164px;
	margin: auto auto;
	z-index: 888;
}
.video .mains .play .icon{
	font-size: 164px;
}
.video .mains video{
	width: 100%;
}

.link{
	margin-top: 100px;
	text-align: center;
}
.link .title{
	font-size: 50px;
	color: #0A0A0A;
}
.link .title span{
	color: #EE2C79;
}
.link .text{
	font-size: 20px;
	color: #999999;
	margin-top: 20px;
}
.link .mains{
	width: 1400px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}
.link .list{
	width: 220px;
	height: 80px;
}
.link .list img{
	transition: all 0.6s;
}
.link .list img:hover{
	transform: scale(1.1);
}
.end{
	margin-top: 100px;
	background-image: url(/static/mojibox_introduce_files2/images/end.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 900px;
	padding-top: 110px;
}
.end .title{
	text-align: center;
	font-size: 40px;
	color: #FFFFFF;
}
.end .submits{
	width: 340px;
	margin: 80px auto 0;
	height: 80px;
	border-radius: 20px;
	background-image: url(/static/mojibox_introduce_files2/images/bg.png);
	background-position: -715px -73px;
	background-repeat: no-repeat;
}
.end .mains{
	width: 1400px;
	margin: 110px auto 0;
	display: flex;
	justify-content: space-between;
}
.end .list{
	width: 267px;
	transition: 1s;
}
.end .lists{
	transition: 1s;
}
.end .list:hover .lists{
	transform: rotateY(360deg);
}
.end .list .ioc{
	height: 160px;
	width: 160px;
	background-image: url(/static/mojibox_introduce_files2/images/bg.png);
	background-position: -54px -329px;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.end .list:nth-child(2) .ioc{
	background-position: -241px -329px;
}
.end .list:nth-child(3) .ioc{
	background-position: -457px -329px;
}
.end .list:nth-child(4) .ioc{
	background-position: -665px -329px;
}
.end .list:nth-child(5) .ioc{
	background-position: -880px -329px;
}
.end .list .name{
	margin-top: 70px;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
}
.team{
	margin-top: 100px;
	text-align: center;
	background-color: #F2F2F2;
	padding-top: 50px;
	padding-bottom: 70px;
}
.team .title{
	font-size: 50px;
	color: #0A0A0A;
}
.team .text{
	font-size: 20px;
	color: #999999;
	margin-top: 20px;
}
.team .mains{
	margin: 50px auto 0;
	width: 1400px;
}
.team .mains .swiper-slide{
	flex-direction: column;
	padding: 40px;
	border-radius: 10px;
	height: 380px;
	justify-content: flex-start;
}
.team .mains .swiper-slide .headers{
	width: 86px;
	height: 86px;
}
.team .mains .swiper-slide .name{
	font-size: 24px;
	color: #0A0A0A;
	margin-top: 20px;
}

.team .mains .swiper-slide .text{
	margin-top: 30px;
	color: #0A0A0A;
	font-size: 16px;
	width: 288px;
	margin: 30px auto 0;
	text-align: left;
}
.team .mains .swiper-button-next, .team .mains .swiper-button-prev{
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.team .mains .swiper-button-next:after, .team .mains .swiper-button-prev:after{
	content: none;
}
.team .mains .swiper-button-next{
	background-image: url(/static/mojibox_introduce_files2/images/right.png);
}
.team .mains .swiper-button-prev{
	background-image: url(/static/mojibox_introduce_files2/images/left.png);
}
.zz{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000080;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zz .tc{
	width: 900px;
	height: 635px;
	background-image: url(/static/mojibox_introduce_files2/images/tcbg.png);
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 10px;
	overflow: hidden;
}
.zz .title{
	margin-top: 10px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 30px;
	color: #0A0A0A;
	position: relative;
}
.zz .title .close{
	position: absolute;
	top: 10px;
	right: 32px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}
.zz .title .close:hover{
	transform: rotate(180deg);
}
.zz .title .close .iconfont{
	font-size: 24px;
	color: #999999;
}
.zz .type{
	height: 84px;
	display: flex;
	line-height: 84px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.zz .type .list{
	width: 138px;
	text-align: center;
	color: #0A0A0A;
	font-size: 24px;
	line-height: 84px;
}
.zz .type .list:nth-child(2){
	width: 270px;
}
.zz .type .list:nth-child(3){
	width: 272px;
}
.zz .type .list:nth-child(4){
	width: 220px;
}
.zz .mains{
    height: 450px;
    overflow-y: auto;
}
.zz .mains .list{
	height: 80px;
	border-bottom: 1px solid #E5E5E5;
	line-height: 80px;
	display: flex;
}
.zz .mains .list .name{
	width: 138px;
	text-align: center;
	color: #000000;
	font-size: 16px;
	line-height: 80px;
}
.zz .mains .list .name span{
	color: #006AFF;
}
.zz .mains .list .name span span{
	margin-left: 10px;
	cursor: pointer;
}
.zz .mains .list .name:nth-child(2){
	width: 270px;
}
.zz .mains .list .name:nth-child(3){
	width: 272px;
}
.zz .mains .list .name:nth-child(4){
	width: 220px;
}
.zz .mains .none{
	margin-top: 50px;
}
.zz .mains .none .img{
	width: 120px;
	height: 100px;
	background-image: url(/static/mojibox_introduce_files2/images/none.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.zz .mains .none .name{
	text-align: center;
	font-size: 20px;
	color: #A9B1B6;
	margin-top: 30px;
}
.namecode{
    overflow: hidden;
    width: 190px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 2000px) {
	.vip .main , .Illustration .mains , .box .box_main , .like .mains , .video .mains , .team .mains , .link .mains , .end .mains{
		width: 1700px;
	}
	.like .list{
		width: 24%;
	}
	.box .text_main{
		width: 540px;
	}
	.box .img{
		width: 1100px;
	}
}