.header {
	width: 100vw;
	position: fixed;
	top: 0;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2)
}

.header .header-tp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 1.1733rem;
	padding: 0 0.1333rem;
	background: #1c1a1f
}

.header .header-tp .header-menu {
	width: 0.6133rem;
	height: 0.4267rem;
	background: url("/assets/images/header/menu.png?v=1646979220967") no-repeat center;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	z-index: 2
}

.header .header-tp .header-menu-active {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.header .header-tp ul.header-menu-list {
	display: none;
	width: 180px;
	position: absolute;
	left: 0;
	top: 1.1733rem;
	line-height: 1;
	font-size: 14px;
	background: #39383e;
	color: #fff;
	z-index: 2
}

.header .header-tp ul.header-menu-list li.header-menu-first {
	padding: 15px 10px;
	border-bottom: 1px solid #4f4e54
}

.header .header-tp ul.header-menu-list li.header-menu-first:last-child {
	border-bottom: none
}

.header .header-tp ul.header-menu-list li.header-menu-first ul.header-menu-secondlist {
	display: none;
	color: gray
}

.header .header-tp ul.header-menu-list li.header-menu-first ul.header-menu-secondlist li.header-menu-second {
	margin-bottom: 20px;
	line-height: 1
}

.header .header-tp ul.header-menu-list li.header-menu-first ul.header-menu-secondlist li.header-menu-second:first-child {
	margin-top: 20px
}

.header .header-tp ul.header-menu-list li.header-menu-first ul.header-menu-secondlist li.header-menu-second:last-child {
	margin-bottom: 5px
}

.header .header-tp ul.header-menu-list li.header-menu-first.arrow-right {
	background: url("/assets/images/header/arrow-right.png?v=1646979220967") no-repeat 155px center;
	background-size: 12px
}

.header .header-tp ul.header-menu-list li.header-menu-first.arrow-down {
	background: url("/assets/images/header/arrow-down.png?v=1646979220967") no-repeat 155px 15px;
	background-size: 12px
}

.header .header-tp .header-logo {
	width: 2.2rem;
	height: 0.5333rem;
	background: url("/assets/images/header/logo.png?v=1646979220967") no-repeat center;
	background-size: cover
}

.header .header-tp .header-phone {
	width: 0.5333rem;
	height: 0.5333rem;
	background: url("/assets/images/header/phone.png?v=1646979220967") no-repeat center;
	background-size: cover
}

.header .header-nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1.0667rem;
	background: #fff
}

.header .header-nav ul.header-nav-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100vw;
	font-size: 0.5333rem;
	padding: 0 0.2rem 0 0.2667rem
}

.header .header-nav ul.header-nav-wrap li.header-nav-first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20%;
	font-size: 0.3733rem;
	text-align: center;
	line-height: 1;
	color: #666
}

.header .header-nav ul.header-nav-wrap li.header-nav-first.header-nav-active {
	color: red
}

.header .header-nav ul.header-nav-wrap .arrow-down {
	width: 12px;
	height: 8px;
	margin-left: 4px;
	background: url("/assets/images/header/arrow-down.png?v=1646979220967") no-repeat center;
	background-size: cover
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course {
	display: none;
	position: absolute;
	width: 110px;
	top: 1.0667rem;
	padding: 10px 20px;
	font-size: 13px;
	background: rgba(0,0,0,0.8);
	color: #fff
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course .header-menu-secondlist {
	display: none;
	position: absolute;
	width: 155px;
	left: 90px;
	top: 0;
	background: rgba(0,0,0,0.8);
	color: #fff
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course .header-menu-secondlist a {
	color: #fff
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course .header-menu-secondlist .header-menu-second {
	padding: 10px 0;
	border-bottom: 1px solid #585656
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course .header-menu-secondlist .header-menu-second:last-child {
	border-bottom: none
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course .header-menu-first {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #585656
}

.header .header-nav ul.header-nav-wrap ul.header-nav-course .header-menu-first:last-child {
	border-bottom: none
}

.header-mask {
	display: none;
	width: 100%;
	height: 100%;
	bottom: 0;
	position: fixed;
	background: rgba(0,0,0,0);
	z-index: 1
}

.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #252525
}

.footer .footer-nav {
	background-color: #1f1f1f
}

.footer .footer-nav .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer .footer-nav dl {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0.5333rem 0rem
}

.footer .footer-nav dl dd {
	margin-bottom: 0.2667rem;
	font-size: 0.2133rem;
	color: #fff
}

.footer .footer-nav dl dt {
	margin-bottom: 0.2rem;
	font-size: 12px;
	color: #bdbdbd
}

.footer .footer-nav dl dt a {
	color: #bbb
}

.footer .footer-btm {
	padding: 0.3333rem 0rem;
	color: #5b5b5b;
	font-size: 14px
}

.footer .footer-btm .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer .footer-btm .footer-friendship-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.2rem
}

.footer .footer-btm .footer-friendship-link a {
	margin-left: 0.5067rem;
	font-size: 14px
}

@font-face {
	font-family:冬青黑体W3;src:url("../../fonts/冬青黑体W3.otf?v=1646979220967")
}

@font-face {
	font-family:HiraginoSansGB-W3;src:url("../../fonts/苹果丽黑W3.otf?v=1646979220967")
}

@font-face {
	font-family:HiraginoSansGB-W6;src:url("../../fonts/苹果丽黑W6.otf?v=1646979220967")
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent
}

html,body {
	height: 100%;
	background-color: #f9fafc
}

html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased
}

body {
	font: 14px/1.5 冬青黑体W3, '微软雅黑', tahoma, arial, Hiragino Sans GB, \5b8b\4f53, sans-serif;
	color: #333
}

input {
	outline: none
}

ul {
	list-style-type: none;
	padding: 0
}

a {
	color: #666
}

a,a:hover {
	text-decoration: none
}

em {
	font-style: normal
}

.hidden {
	display: none
}

.visiable {
	display: block
}

.tac {
	text-align: center
}

img {
	max-width: 100%
}

 

.container {
	position: relative;
	width: 100%;
	padding: 0 0.4rem
}

.swiper-slide {
	overflow: hidden
}

.swiper-slide img {
	display: block;
	margin: 0 auto
}

.swiper-slide:hover .silkroad-hover-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%
}

.swiper-pagination-bullet-active {
	background: #E43E13
}

.btn {
	display: inline-block;
	line-height: 1;
	width: 5.3333rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 4px;
	font-size: 0.3733rem;
	border: 1px solid #EC6941;
	text-align: center;
	color: #fff;
	background-color: #EC6941;
	-webkit-appearance: none;
	-webkit-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	cursor: pointer
}

.btn:hover {
	background-color: #e43e13
}

.form-group {
	margin-bottom: 15px
}

.form-control {
	height: 40px;
	padding: 6px 12px;
	border: 1px solid #584d46;
	background-color: #fff;
	vertical-align: middle;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-moz-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s
}

.form-control:hover {
	border-color: #6e6e6e
}

.form-control:focus {
	border-color: #ff5722;
	outline: none
}

.form-label-inline {
	display: inline-block
}

.form-label {
	display: block
}

.section {
	/*padding: 1.3333rem 0 1.6rem*/
}

.section .section-title {
	margin-bottom: 0.6rem;
	font-size: 18px;
	font-family: HiraginoSansGB-W3;
	text-align: center;
	color: #333436;
	margin-top: 15px;
}

.section .section-title b {
	font-family: HiraginoSansGB-W6
}

.section .section-title em {
	color: #F54F23
}

.section .section-describe {
	margin-bottom: 0.64rem;
	font-size: 0.3733rem;
	text-align: center;
	font-family: 微软雅黑;
	color: #666
}

.section .section-btn {
	margin-top: 0.5333rem;
	text-align: center
}

.section-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.section-item {
	position: relative;
	margin-bottom: 0.2667rem
}

.section-item>h3,.section-item>p {
	margin-top: 0.1333rem
}

.section-item em {
	color: #FE743E
}

.section-item h3 {
	font-size: 0.32rem;
	margin-bottom: 0.0667rem;
	font-weight: normal;
	color: #333
}

.section-item p {
	font-size: 0.2667rem;
	color: gray
}

.section-item:hover .section-hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.section-item:hover .section-txt.section-abs {
	height: inherit
}

.section-item:hover .section-txt.section-abs h3 {
	margin-bottom: 0.1333rem
}

.section-item:hover .section-default-hidden {
	display: block
}

.section-item .section-cover {
	display: block;
	margin: 0 auto
}

.section-item .section-txt {
	padding: 0.2rem 0;
	font-size: 12px;
	color: #333
}

.section-item .section-txt.section-abs {
	position: absolute;
	width: 100%;
	bottom: 0px;
	line-height: 1;
	background-color: rgba(0,0,0,0.4)
}

.section-item .section-txt.section-abs * {
	color: #fff
}

.section-item .section-default-hidden {
	display: none;
	line-height: 22px
}

.section-item .section-hover {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0;
	top: 0px;
	padding: 0.2rem;
	margin: auto;
	background-color: rgba(0,0,0,0.8);
	color: #fff
}

.section-bg-write {
	background-color: #fff
}

.section-form {
	background-color: #27242b;
	text-align: center;
	line-height: 1;
	margin-bottom: 10vw
}

.section-form form {
	width: 90vw;
	margin: 0 auto
}

.section-form .form-group {
	margin-bottom: 0.4rem
}

.section-form .form-control {
	width: 100%
}

.section-form .form-submit .btn {
	width: 100%
}

.silkroad-hover-detail {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	line-height: 1;
	color: #fff;
	background-color: rgba(0,0,0,0.6)
}

.silkroad-hover-detail h3 {
	margin-bottom: 0.4667rem;
	font-size: 0.2667rem;
	font-weight: normal
}

.silkroad-hover-detail .silkroad-hover-intro p {
	text-align: center;
	margin-bottom: 0.1333rem;
	font-size: 0.2133rem
}

.section-nav-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0.5333rem
}

.section-nav-tab .section-nav-item {
	cursor: pointer
}

.section-nav-tab .section-nav-item.section-nav-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.6667rem;
	height: 0.6667rem;
	border-radius: 0.0533rem;
	margin: 0 0.2667rem;
	font-size: 0.32rem;
	color: #4b4b4b;
	background: #8c8c8c
}

.section-nav-tab .section-nav-item.section-nav-btn.section-nav-active {
	color: #fff;
	background: #EC6941
}

.section-tab-list .section-tab-col {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.section-tab-list .section-tab-col:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.banner {
	position: relative
}

.banner .banner-cover {
	display: block;
	width: 100%
}

.banner .section-btn {
	position: absolute;
	width: 100%;
	text-align: center
}

.doyoo-btn img {
	display: block
}

.endfoot-box {
	margin-top: 0.3rem;
	background-color: #1a1a1d;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99999999;
	padding-left: 0;
	padding-right: 0
}

.endfoot-box .endfoot .endfoot-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	height: 50px;
	width: 100%
}

.endfoot-box .endfoot p {
	width: 49.5%;
	font-size: 0.4rem;
	line-height: 50px;
	color: #fff;
	border-right: 0.1vw solid #000;
	border-bottom: 0.1vw solid #000;
	text-align: center
}

.endfoot-box h3 {
	font-size: 0.2667rem;
	text-align: center;
	color: #fff;
	opacity: 0.5;
	font-weight: normal;
	padding: 0.1333rem 0
}

.line {
	width: 0.5333rem;
	height: 0.0533rem;
	margin: 0.2667rem auto 0.4rem;
	background: -webkit-gradient(linear, right top, left top, from(#d33886), to(#9859cb));
	background: -webkit-linear-gradient(right, #d33886, #9859cb);
	background: -o-linear-gradient(right, #d33886, #9859cb);
	background: linear-gradient(-90deg, #d33886, #9859cb)
}

.game-craze-sec .section-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.game-craze-sec .section-list .section-item {
	-webkit-box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 9px 2px rgba(0,0,0,0.1)
}

.game-craze-sec .section-list .section-item img {
	width: 4.04rem;
	height: 4.8533rem
}

.ruhang {
	background-color: #f2f5fa
}

.renqun {
	background-color: #f9fafc
}

.xinzi {
	background-color: #f9fafc
}

.fivestep-method-sec {
	background-color: #e0e0e0
}

.fivestep-method-sec .fivestep-method-nav {
	text-align: center
}

.fivestep-method-sec .fivestep-method-nav .fivestep-method-num {
	font-size: 0.4267rem
}

.fivestep-method-sec .fivestep-method-nav .line {
	margin: 0.1333rem auto 0.4rem
}

.fivestep-method-sec .fivestep-method-nav .fivestep-method-title {
	font-size: 0.3733rem;
	font-weight: bold
}

.fivestep-method-sec .fivestep-method-nav .fivestep-method-describe {
	margin-bottom: 0.5333rem;
	font-size: 0.3733rem
}

.fivestep-method-sec .fivestep-method-sec1 .fivestep-method-list .fivestep-method-item {
	height: 4rem;
	padding: 0.4rem;
	margin-bottom: 0.4rem;
	background: url("/assets/images/youxi/yxyh/item7.png?v=1646979220967") no-repeat center;
	background-size: cover;
	color: #fff
}

.fivestep-method-sec .fivestep-method-sec1 .fivestep-method-list .fivestep-method-item:nth-child(2) {
	background: url("/assets/images/youxi/yxyh/item8.png?v=1646979220967") no-repeat center;
	background-size: cover
}

.fivestep-method-sec .fivestep-method-sec1 .fivestep-method-list .fivestep-method-item:nth-child(3) {
	background: url("/assets/images/youxi/yxyh/item9.png?v=1646979220967") no-repeat center;
	background-size: cover
}

.fivestep-method-sec .fivestep-method-sec1 .fivestep-method-list .fivestep-method-item:nth-child(4) {
	background: url("/assets/images/youxi/yxyh/item10.png?v=1646979220967") no-repeat center;
	background-size: cover
}

.fivestep-method-sec .fivestep-method-sec1 .fivestep-method-list .fivestep-method-item dl dt {
	margin-bottom: 0.1333rem;
	font-size: 0.3733rem
}

.fivestep-method-sec .fivestep-method-sec1 .fivestep-method-list .fivestep-method-item dl dd {
	margin-bottom: 0.0667rem;
	font-size: 0.2667rem
}

.fivestep-method-sec .fivestep-method-sec1 .fivestep-method-form {
	height: 7.1333rem;
	margin-top: 1.6rem;
	background: url("/assets/images/youxi/yxyh/tonglan.jpg?v=1646979220967") no-repeat center;
	background-size: cover;
	text-align: center
}

.fivestep-method-sec .fivestep-method-sec1 .fivestep-method-form h3 {
	padding-top: 0.7733rem;
	font-size: 0.5333rem;
	font-style: italic;
	color: #F39800
}

.fivestep-method-sec .fivestep-method-sec1 .fivestep-method-form .form-group {
	margin-bottom: 0.1333rem
}

.fivestep-method-sec .fivestep-method-sec1 .fivestep-method-form .form-control {
	width: 5.3333rem;
	height: 0.8rem;
	border-color: #fff;
	border-radius: 4px
}

.fivestep-method-sec .fivestep-method-sec2 {
	padding-top: 1.3333rem
}

.fivestep-method-sec .fivestep-method-sec2 .fivestep-method-list .fivestep-method-item {
	height: 3.4667rem;
	padding: 0.4rem;
	margin-bottom: 0.4rem;
	background: url("/assets/images/youxi/yxyh/tec1.jpg?v=1646979220967") no-repeat center;
	background-size: cover;
	-webkit-box-shadow: 0 0 9px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 9px 2px rgba(0,0,0,0.1)
}

.fivestep-method-sec .fivestep-method-sec2 .fivestep-method-list .fivestep-method-item:nth-child(2) {
	background: url("/assets/images/youxi/yxyh/tec2.jpg?v=1646979220967") no-repeat center;
	background-size: cover
}

.fivestep-method-sec .fivestep-method-sec2 .fivestep-method-list .fivestep-method-item:nth-child(3) {
	background: url("/assets/images/youxi/yxyh/tec3.jpg?v=1646979220967") no-repeat center;
	background-size: cover
}

.fivestep-method-sec .fivestep-method-sec2 .fivestep-method-list .fivestep-method-item:nth-child(4) {
	background: url("/assets/images/youxi/yxyh/tec4.jpg?v=1646979220967") no-repeat center;
	background-size: cover
}

.fivestep-method-sec .fivestep-method-sec2 .fivestep-method-list .fivestep-method-item dl dt {
	margin-bottom: 0.1333rem;
	font-size: 0.3733rem
}

.fivestep-method-sec .fivestep-method-sec2 .fivestep-method-list .fivestep-method-item dl dd {
	margin-bottom: 0.0667rem;
	font-size: 0.2667rem
}

.fivestep-method-sec .fivestep-method-sec3 {
	padding-top: 1.3333rem
}

.fivestep-method-sec .fivestep-method-sec3 .section-nav-tab {
	margin: 0 -0.4rem 0.5333rem
}

.fivestep-method-sec .fivestep-method-sec3 .section-nav-tab .section-nav-item.section-nav-btn {
	width: 1.9867rem;
	height: 1.0667rem;
	border-radius: 0.5333rem;
	background-color: transparent;
	border: 1px solid #9859cb;
	color: #9859cb
}

.fivestep-method-sec .fivestep-method-sec3 .section-nav-tab .section-nav-item.section-nav-btn:last-child {
	width: 2.4rem
}

.fivestep-method-sec .fivestep-method-sec3 .section-nav-tab .section-nav-item.section-nav-btn.section-nav-active {
	background-color: #9859cb;
	color: #fff
}

.fivestep-method-sec .fivestep-method-sec4,.fivestep-method-sec .fivestep-method-sec5 {
	padding-top: 1.3333rem
}

.section-tab-list .section-tab-col {
	width: 9.16rem;
	height: 10.44rem
}

.stu .swiper-container {
	height: 11rem
}

.stu .swiper-container .swiper-wrapper {
	height: 10rem
}

.stu .swiper-container .swiper-wrapper .swiper-slide img {
	height: 100%
}

.stu .swiper-container .swiper-pagination-bullet {
	width: 0.2667rem;
	height: 0.2667rem;
	border-radius: 50%;
	background-color: #EC6941
}

.stu .swiper-container .swiper-pagination-bullet-active {
	background-color: #F39800
}

/*# sourceMappingURL=yxyh.css.map */
