/* 未能缩小。正在返回未缩小的内容。
(1128,14): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-color'
(1411,25): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-color'
(1844,13): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-color'
(1886,14): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-color'
(2483,13): run-time error CSS1039: Token not allowed after unary operator: '-design-theme-color'
 */
@charset "UTF-8";

@media screen and (min-width: 320px) {
	html {
		font-size: 50px;
	}
}

@media screen and (min-width: 360px) {
	html {
		font-size: 56px;
	}
}

@media screen and (min-width: 400px) {
	html {
		font-size: 63px;
	}
}

@media screen and (min-width: 440px) {
	html {
		font-size: 69px;
	}
}

@media screen and (min-width: 480px) {
	html {
		font-size: 75px;
	}
}

@media screen and (min-width: 640px) {
	html {
		font-size: 100px;
	}
}

/*为了防止手机页面缩放导致字体失真*/
@media screen and (max-device-width: 320px) {
	body {
		-webkit-text-size-adjust: none;
	}
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	body {
		-webkit-text-size-adjust: none;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		-webkit-text-size-adjust: none;
	}
}

/*************start-通用样式*********************/
input,
textarea {
	display: inline-block;
	text-align: left;
}

html,
body {
	-webkit-user-select: none;
	user-select: none;
	font-family: SourceHanSansCN, "微软雅黑";
}

body {
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

::-webkit-scrollbar {
	display: none;
}

html,
body,
div,
object,
iframe,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
progress {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
	background-color: transparent;
}

li {
	list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

a,
button,
input,
optgroup,
textarea {
	-webkit-tap-highlight-color: transparent;
}

button,
input,
optgroup,
textarea,
.input,
.textarea,
.select {
	color: inherit;
	font: inherit;
	margin: 0;
	-webkit-appearance: none;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	font-size: .286rem;
	color: #999;
}

:-moz-placeholder {
	font-size: .286rem;
	color: #999;
}

::-moz-placeholder {
	font-size: .286rem;
	color: #999;
}

:-ms-input-placeholder {
	font-size: .286rem;
	color: #999;
}

/*清除button默认样式 自定义*/
.button,
.btn {
	line-height: inherit;
	background-color: initial;
	font-size: inherit;
	padding: 0;
	border: none;
	color: inherit;
	outline: none;
}

/*清除button默认样式*/

/*动画 通用样式*/
.EASE {
	-webkit-transition: ease .3s !important;
	-moz-transition: ease .3s !important;
	-ms-transition: ease .3s !important;
	-o-transition: ease .3s !important;
	transition: ease .3s !important;
}

/*start-弹窗 通用样式*/
.coverBg,
.bgYuyue {
	position: fixed;
	z-index: 130;
	width: 0;
	top: 0;
	left: 0;
	height: 0;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .3s linear, width 0s linear .3s, height 0s linear .3s;
	-moz-transition: background .3s linear, width 0s linear .3s, height 0s linear .3s;
	-ms-transition: background .3s linear, width 0s linear .3s, height 0s linear .3s;
	-o-transition: background .3s linear, width 0s linear .3s, height 0s linear .3s;
	transition: background .3s linear, width 0s linear .3s, height 0s linear .3s;
}

.coverBg.v2 {
	top: .982rem;
}

.bgYuyue {
	z-index: 133;
}

.coverBg.fadeIn,
.bgYuyue.fadeIn {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: background .3s linear, width 0s linear 0s;
	-moz-transition: background .3s linear, width 0s linear 0s;
	-ms-transition: background .3s linear, width 0s linear 0s;
	-o-transition: background .3s linear, width 0s linear 0s;
	transition: background .3s linear, width 0s linear 0s;
}

.LAYER {
	position: fixed;
	left: .571rem;
	right: .571rem;
	top: 50%;
	border-radius: .089rem;
	background: #fff;
	box-sizing: border-box;
	z-index: 140;
	opacity: 0;
	-webkit-transition: transform .3s ease, opacity .2s ease;
	-moz-transition: transform .3s ease, opacity .2s ease;
	-ms-transition: transform .3s ease, opacity .2s ease;
	-o-transition: transform .3s ease, opacity .2s ease;
	transition: transform .3s ease, opacity .2s ease;
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.LAYER.fadeIn {
	opacity: 1;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}

.LAYER .hd {
	height: .786rem;
	line-height: .786rem;
	background-color: #f3f7fa;
	font-size: .268rem;
	color: #333;
	padding-left: .277rem;
	position: relative;
}

.LAYER .hd .close {
	position: absolute;
	width: .286rem;
	height: .286rem;
	font-size: 0;
	top: .25rem;
	right: .286rem;
	line-height: .286rem;
}

.LAYER .hd .close .iconfont {
	font-size: .286rem;
	color: #999;
}

.LAYER .btn-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 0;
}

.LAYER .btn-box .btn {
	display: inline-block;
	box-sizing: border-box;
	width: 50%;
	line-height: .848rem;
	text-align: center;
	font-size: .304rem;
	color: #999;
	border-top: .009rem solid #eee;
}

.LAYER .btn-box .btn.cur {
	border-color: #0FA7FF;
	color: #fff;
}

.LAYER .comBtn {
	position: absolute;
	border-radius: .089rem;
	bottom: .357rem;
	width: calc(100% - .572rem);
	left: .286rem;
}

.LAYER .bot-close {
	position: absolute;
	bottom: -1.179rem;
	width: .714rem;
	height: .714rem;
	left: 50%;
	margin-left: -.357rem;
	z-index: 1;
}

.LAYER .bot-close:before {
	content: '';
	width: .009rem;
	margin-left: -.0045rem;
	height: 1rem;
	background-color: #fff;
	position: absolute;
	top: -1rem;
	left: 50%;
}

.LAYER .bot-close img {
	width: 100%;
	height: 100%;
}

/*end-弹窗 通用样式*/
/*文字处理样式*/
.text-nowrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.text-nowrap2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

body {
	background: #f5f5f5;
}

div,
p,
ul,
h1 {
	display: block;
}

.pb {
	padding-bottom: .991rem;
}

.pB {
	padding-bottom: 1.08rem;
}

.db {
	display: block !important;
}

.body-no-scroll {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

/*************end-通用样式*********************/
/*start-公共类*/
.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.no-margin,
.nm {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.npr {
	padding-right: 0 !important;
}

.npl {
	padding-left: 0 !important;
}

.nmr {
	margin-right: 0 !important;
}

.nml {
	margin-left: 0 !important;
}

.no-border {
	border: none !important;
}

.nbt {
	border-top: none !important;
}

.no-bg {
	background-color: transparent !important;
}

.clear {
	clear: both !important;
}

.border-bottom {
	border-bottom: .009rem solid #eee;
}

.border-top {
	border-top: .009rem solid #eee;
}

.full-height {
	height: 100%;
	box-sizing: border-box;
}

.pLR {
	padding: 0 .286rem;
}

.plr {
	padding: 0 .25rem;
}

.mLR {
	margin: 0 .286rem;
}

.mlr {
	width: calc(100% - .572rem);
	margin-left: .286rem;
}

.ofh {
	overflow: hidden;
}

.ofv {
	overflow: visible;
}

.fwb {
	font-weight: bold !important;
}

.break {
	word-wrap: break-word;
	word-break: break-all;
}

.clearfix {
	zoom: 1
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

.BGff {
	background-color: #fff !important;
}

.BGfa {
	background-color: #fafafa !important;
}

.BGf9 {
	background-color: #f9f9f9 !important;
}

.c-0 {
	color: #12bfaf !important;
}

.c-1 {
	color: #fe6507 !important;
}

.c-33 {
	color: #333 !important;
}

.c-66 {
	color: #666 !important;
}

.c-99 {
	color: #999 !important;
}

.c-d9 {
	color: #d9d9d9 !important;
}

.mb214 {
	margin-bottom: .214rem !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.pb366 {
	padding-bottom: .366rem !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb2 {
	padding-bottom: .2rem !important;
}

.pt0 {
	padding-top: 0 !important;
}

.bt089 {
	border-top: .089rem solid #f5f5f5;
}

/*end-公共类*/
body {
	font-size: 12px;
}

.fit {
	position: relative;
}

.fit,
.fit2 {
	display: block;
	overflow: hidden;
}

.fit img,
.fit2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.fit img {
	position: absolute;
	left: 0;
	top: 0;
}

.has-last .item:last-child {
	border-bottom: none;
}

.has-last2 .item:last-child,
.has-last2 .item:nth-last-child(2) {
	margin-bottom: 0 !important;
}

.flx,
.flxc {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.flxc {
	justify-content: center;
	align-items: center;
}

.no-scroll {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 0;
}

/*start-首页*/
.head-nav {
	height: .982rem;
	line-height: .982rem;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 80;
}

.head-nav .h1 {
	font-size: 0;
	float: left;
	margin-left: .241rem;
	margin-top: .241rem;
}

.head-nav .home-logo {
	width: 1.384rem;
}

.head-nav .search-box {
	width: 53.2%;
	height: .607rem;
	line-height: .607rem;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: .6rem;
	background-color: #f0f0f0;
	border-radius: .304rem;
	position: relative;
	float: left;
	margin-top: .205rem;
	margin-left: .223rem;
}

.head-nav .search-box .input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: .286rem;
	color: #333;
	line-height: .607rem;
	height: .607rem;
	padding-left: .161rem;
}

.head-nav .search-box .input::-webkit-input-placeholder {
	font-size: .25rem;
}

.head-nav .search-box .input:-moz-placeholder {
	font-size: .25rem;
}

.head-nav .search-box .input::-moz-placeholder {
	font-size: .25rem;
}

.head-nav .search-box .input:-ms-input-placeholder {
	font-size: .25rem;
}

.head-nav .search-box .btn {
	width: .6rem;
	font-size: 0;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: .1rem;
}

.head-nav .search-box .img {
	width: .214rem;
	height: .214rem;
}

.head-nav .address {
	font-size: .232rem;
	color: #666;
}

.head-nav .address .img {
	width: .232rem;
	height: .232rem;
	vertical-align: middle;
	margin-left: .188rem;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide,
.swiper-slide a {
	width: 100%;
	height: 100%;
}

.banners-box {
	height: 2.67rem;
	font-size: 0;
	overflow: hidden;
}

.banners-box .fit img {
	object-position: center center;
}

.swiper-box .swiper-pagination-bullet {
	border-radius: 50%;
	width: .1rem;
	height: .1rem;
	opacity: 1;
	background-color: #fff;
	margin: 0 .05rem !important;
}

.swiper-box .swiper-pagination-bullet-active {
	background-color: #fe6507;
}

.menu-box {
	padding: .34rem .143rem 0;
	background-color: #fff;
}

.menu-box .item {
	float: left;
	width: 25%;
	height: 1.25rem;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: .18rem;
}

.menu-box .item .icon {
	width: .83rem;
	height: .83rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.menu-box .item .img {
	width: .446rem;
	height: .446rem;
}

.menu-box .item .txt {
	font-size: .196rem;
	color: #333;
	margin-top: .06rem;
}

.bgc01 {
	background-color: #ff8831;
}

.bgc02 {
	background-color: #1886f6;
}

.bgc03 {
	background-color: #3ccf7e;
}

.bgc04 {
	background-color: #ae6363;
}

.bgc05 {
	background-color: #26c2c8;
}

.bgc06 {
	background-color: #864fe9;
}

.bgc07 {
	background-color: #f56533;
}

.bgc08 {
	background-color: #89c82f;
}

.mid-box {
	margin-bottom: .214rem;
	padding: 0 .26rem;
	background-color: #fff;
}

.h2 {
	font-size: .286rem;
	color: #333;
	font-weight: bold;
	padding-top: .35rem;
	padding-bottom: .25rem;
}

.h2 .more {
	float: right;
	font-size: .232rem;
	color: #666;
	font-weight: normal;
	position: relative;
	top: .05rem;
}

.bb {
	border-bottom: .009rem solid #eee;
}

.more1 {
	font-size: .232rem;
	color: #666;
}

.more1 .img,
.get-more .img {
	/*vertical-align: middle;*/
	position: relative;
	top: .04rem;
	width: .268rem;
	height: .268rem;
}

.list-box01 .item {
	/*复用、首页、课程、资讯频道*/
	display: block;
	padding: .268rem 0;
	position: relative;
	border-bottom: .009rem solid #eee;
}

.list-box01 .item .fit {
	float: left;
	width: 2.366rem;
	height: 1.661rem;
	margin-right: .241rem;
}

.list-box01 .item .name {
	font-size: .286rem;
	color: #333;
	margin-top: .05rem;
}

.list-box01.l1 .item .name {
	/*资讯频道*/
	line-height: .357rem;
}

.list-box01 .item .txt {
	font-size: .196rem;
	color: #999;
	margin-top: .05rem;
}

.list-box01 .item .num,
.list-box01 .item .txt0 {
	position: absolute;
	left: 2.607rem;
	top: 1.47rem;
	font-size: .214rem;
	color: #12bfaf;
}

.list-box01 .item .txt0 {
	height: .214rem;
	color: #999;
	line-height: .304rem;
	height: .304rem;
}

.list-box01 .item .price {
	position: absolute;
	font-size: .286rem;
	line-height: .304rem;
	color: #fe5300;
	left: auto;
	right: .03rem;
	bottom: .42rem;
}

.list-box01 .item .price span {
	font-size: .161rem;
}

.list-box01 .content {
	overflow: hidden;
}

.get-more {
	text-align: center;
	font-size: .232rem;
	color: #666;
	height: 1.08rem;
	line-height: 1.08rem;
}

.icon-list,
.mid-nav3 {
	position: relative;
	height: .51rem;
	overflow: hidden;
	margin-bottom: .3rem;
}

.icon-list.li-top {
	padding-top: .2rem;
}

.icon-list.li-top .btn {
	top: .24rem;
}



.icon-list .content,
.mid-nav3 .content {
	overflow: hidden;
}

.icon-list .icon,
.mid-nav3 .opt {
	background: none;
	width: auto;
	height: 0.5rem;
	line-height: 0.5rem;
	display: block;
	box-shadow: none;
	float: left;
	margin-right: .134rem;
	font-size: .25rem;
	color: #12bfaf;
	padding: 0 .26rem;
	border: solid .009rem #12bfaf;
	border-radius: .071rem;
	margin-bottom: .134rem;
	box-sizing: border-box;
}

.mid-nav3 {
	margin-top: .2rem;
	font-size: 0;
	overflow-x: auto;
	white-space: nowrap;
}

.mid-nav3 .content {
	overflow: auto;
	padding-bottom: 1rem;
}

.mid-nav3 .opt {
	float: none;
	display: inline-block;
	margin-bottom: 0;
}

.mid-nav3 .opt:last-child {
	margin: 0;
}

.icon-list .icon.cur,
.mid-nav3 .opt.cur {
	background-color: #12bfaf;
	color: #fff;
}

.icon-list .btn,
.page-nav .icon-down i,
.top-nav-box .icon-down i {
	position: absolute;
	right: -.089rem;
	top: .04rem;
	height: .5rem;
	width: .4rem;
	background: url(../images/icon/icon_47.png) no-repeat center center;
	background-size: .2rem .2rem;
}

.page-nav.cur .icon-down i,
.top-nav-box.cur .icon-down i {
	background: url(../images/icon/icon_43.png) no-repeat center center;
	background-size: .2rem .2rem;
}
.top-nav-box .icon-down span.iconfont {
	font-size: .3rem;
	color: var(--design-theme-color, #12bfaf);
	margin-left: .15rem;
}
.top-nav-box .icon-down span.iconfont:before {
	content: "\e73c";		
}
.top-nav-box.cur .icon-down span.iconfont:before {
	content: "\e73f";
}
.top-nav-box .icon-down.school-tabs-icon{
	top:0px !important;
}
.icon-list .btn {
	background: url(../images/icon/icon_47.png) no-repeat center center / .2rem .2rem;
}

.icon-list .btn.cur {
	background: url(../images/icon/icon_43.png) no-repeat center center / .2rem .2rem;
}

.mid-banners-box {
	height: 2.688rem;
	margin-top: .1rem;
}

.list-box02 {
	margin-top: .25rem
}

.list-box02 .item {
	width: 48.4%;
	border-bottom: .009rem solid #eee;
	margin-bottom: .268rem;
}

.list-box02 .item .fit {
	padding-bottom: 64.5%;
}

.list-box02 .item .number {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: right;
	font-size: .161rem;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: .1rem .116rem;
	background: rgba(0, 0, 0, .4);
}

.list-box02 .item .content {
	padding: .134rem .116rem .188rem;
	background-color: #fbfbfb;
}

.list-box02 .item .name {
	font-size: .25rem;
	color: #333;
}

.list-box02 .item .price {
	font-size: .25rem;
	color: #fe6507;
}

.list-box02 .item .txt {
	font-size: .179rem;
	color: #999;
}

.mid-nav1 {
	height: .688rem;
	line-height: .688rem;
	border-bottom: .009rem solid #eee;
}

.mid-nav1 .content {
	font-size: 0;
}

.mid-nav1 .item {
	font-size: .286rem;
	color: #666;
	display: inline-block;
	margin-right: .3rem;
	position: relative;
}

.mid-nav1 .item:last-child {
	margin-right: 0;
}

.mid-nav1 .item.cur {
	font-weight: bold;
}

.mid-nav1 .item.cur:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -.143rem;
	width: .286rem;
	height: .036rem;
	background-color: #12bfaf;
	border-radius: 2px
}

.news-box {
	padding: .15rem 0;
}

.news-box .link {
	display: block;
	font-size: .232rem;
	line-height: .464rem;
	color: #333;
	position: relative;
	padding-left: .277rem;
	padding-right: 1.5rem;
}

.news-box .link:before {
	left: .063rem !important;
}

.news-box .link .date {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}

.mid-box02 {
	text-align: center;
	background-color: #f5f5f5;
	padding-bottom: .45rem;
}

.mid-box02 .link-box {
	overflow: hidden;
	padding-top: .473rem;
	margin-bottom: .3rem;
}

.mid-box02 .link-box .anchor {
	font-size: .25rem;
	line-height: .25rem;
	height: .25rem;
	padding: 0 .15rem;
	position: relative;
	color: #333;
}

.mid-box02 .link-box .anchor:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.094rem;
	width: .009rem;
	height: .188rem;
	background-color: #dddddd;
}

.mid-box02 .p {
	font-size: .196rem;
	color: #999;
	line-height: .321rem;
}

.bottom-nav {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: #fff;
	display: flex;
	z-index: 80;
	padding: .188rem 0;
	box-shadow: 0.001rem -0.018rem 0.125rem 0rem rgba(0, 0, 0, .2);
}

.bottom-nav .item {
	position: relative;
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	font-size: .25rem;
	color: #fff;
	height: 0.705rem;
	border-radius: 0.353rem;
}

.bottom-nav .item .number {
	position: absolute;
	height: .357rem;
	line-height: .357rem;
	padding: 0 .107rem;
	background-color: #e70b0c;
	font-size: .25rem;
	color: #fff;
	border-radius: .357rem;
	top: -.09rem;
	left: 28%;
}

.bottom-nav .item:first-child {
	margin-right: 10px;
	margin-left: .286rem;
}

.bottom-nav .item:last-child {
	flex-grow: 0;
	white-space: nowrap;
	padding-right: .286rem;
	padding-left: 10px;
}

.bottom-nav .item .img {
	width: .4rem;
	height: .4rem;
	margin-right: .06rem;
}

.bottom-nav .item span {
	line-height: normal;
}

.bg01 {
	background-color: #12bfaf;
}

.bg02 {
	background-color: #ff5f00;
}

.pb1 {
	/*padding-bottom: .884rem;*/
	padding-bottom: 1.089rem;
}

/*end-首页*/
/*start-课程列表*/
.page-nav {
	height: .6rem;
	overflow: hidden;
	padding-right: .5rem;
	padding-top: .05rem;
	padding-bottom: .05rem;
	position: relative;
	background-color: #fff;
}

.page-nav .content {
	padding: 0 .268rem .688rem;
	font-size: 0;
	white-space: nowrap;
	overflow-y: auto;
}

.page-nav .item {
	display: inline-block;
	line-height: .6rem;
	font-size: .25rem;
	color: #333;
	margin-right: .45rem;
	position: relative;
}

.page-nav .item.cur {
	font-weight: bold;
}

.page-nav .item.cur:after {
	position: absolute;
	content: '';
	width: .5rem;
	height: .054rem;
	background-color: var(--design-theme-color, #12bfaf);
	border-radius: .018rem;
	bottom: -.054rem;
	left: 50%;
	margin-left: -.25rem;
}

.page-nav .item:last-child {
	margin-right: 0;
}

.page-nav .icon-down,
.top-nav-box .icon-down {
	height: .688rem;
	width: .688rem;
	position: absolute;
	right: 0;
	top: -3px;
}

.top-nav-box .icon-down {
	z-index: 250;
}

.page-nav .icon-down i,
.top-nav-box .icon-down i {
	display: block;
	position: relative;
	top: .05rem;
	right: auto;
}

.mid-nav2 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	background-color: #fff;
	height: .991rem;
	z-index: 10;
}

.mid-nav2.v2:before {
	display: none;
}

/*.mid-nav2:after{
	content:'';
	display: table;
	clear: both;
}*/
.mid-nav2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: .018rem;
	height: .357rem;
	background-color: #f1f1f1;
	margin-top: -.1785rem;
	margin-left: -.009rem;
	z-index: 3;
}

.mid-nav2 .item {
	flex-shrink: 0;
	width: 50%;
	text-align: center;
	height: .991rem;
	line-height: .991rem;
	font-size: .286rem;
	color: #333;
	font-weight: bold;
}

.mid-nav2 .item:after {
	content: '';
	display: inline-block;
	border: .09rem solid transparent;
	border-top-color: #12bfaf;
	border-bottom: none;
	vertical-align: .071rem;
	margin-left: .13rem;
}

.mid-nav2 .item.cur:after {
	border-bottom: .09rem solid #12bfaf;
	border-top: none;
}

.pages {
	font-size: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .268rem 0;
}

.pages a,
.pages .a {
	display: inline-block;
	font-size: .212rem;
	color: #333;
	border-radius: .036rem;
	border: solid .009rem #f3f3f3;
	margin-right: .098rem;
	padding: 0 .196rem;
	height: .5rem;
	line-height: .5rem;
	flex-shrink: 0;
}

.pages .ell {
	border: none;
	padding: 0;
	position: relative;
	top: -.05rem;
}

.pages .pre,
.pages .next {
	color: #000066;
	padding: 0 .3rem;
}

.pages .pre {
	margin-right: .259rem;
}

.pages .next {
	margin-left: .161rem;
	margin-right: 0;
}

.pages .disabled {
	color: #999 !important;
}

.pages .cur {
	background-color: #12bfaf;
	color: #fff;
}

.project-nav {
	font-size: 0;
	padding: .35rem 0;
}

.project-nav .gt {
	margin: 0 .05rem;
}

.project-nav .a {
	font-size: .25rem;
	color: #333;
}

.link-nav {
	height: .82rem;
	line-height: .82rem;
	border-bottom: .009rem solid #eee;
}

.link-nav .item {
	float: left;
	position: relative;
	font-size: .286rem;
	color: #666;
	margin-right: .4rem;
}

.link-nav .item.cur {
	font-weight: bold;
	color: #333;
}

.link-nav .item.cur:after {
	content: '';
	position: absolute;
	width: .5rem;
	height: .063rem;
	background-color: #12bfaf;
	left: 50%;
	margin-left: -.25rem;
	bottom: 0;
}

.anchor-list {
	padding: .35rem 0 .45rem;
}

.anchor-list .anchor,
.anchor-list p {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding-left: .214rem;
	font-size: .232rem;
	line-height: .464rem;
	height: .464rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.anchor-list p {
	text-align: justify;
	width: 100%;
	height: auto;
	line-height: 1.5;
	white-space: normal;
}

.anchor-list .anchor:nth-child(3n-1) {
	padding-left: .314rem;
}

.anchor-list .anchor:nth-child(3n) {
	padding-left: .414rem;
}

.anchor-list .anchor:nth-child(3n-1):before {
	left: .1rem;
}

.anchor-list .anchor:nth-child(3n):before {
	left: .2rem;
}

.anchor-list .anchor:before,
.news-box .link:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.025rem;
	width: .05rem;
	height: .05rem;
	background: url(../images/icon/con0.png);
	background-repeat: no-repeat;
	background-size: .05rem .05rem;
}

/*end-课程列表*/
/*start-话题频道*/
.list-box03 .item {
	padding: .357rem 0;
	border-bottom: .009rem solid #eee;
}

.list-box03 .txt {
	font-size: .268rem;
	line-height: .464rem;
	color: #333;
}

.list-box03 .icon-txt {
	font-size: 0;
	min-height: .366rem;
	line-height: .366rem;
	margin-top: .1rem;
}

.list-box03 .imgs {
	float: left;
}

.list-box03 .fit {
	width: .366rem;
	height: .366rem;
	border-radius: 50%;
	float: left;
	margin-right: .071rem;
}

.list-box03 .fit img {
	object-position: 50% 50%;
}

.list-box03 .fit:nth-child(3) {
	margin-right: 0;
}

.list-box03 .text,
.gray-txt {
	font-size: .196rem;
	color: #999;
	margin-left: 1.23rem;
}

.list-box03 .text span,
.gray-txt span {
	margin: 0 .1rem;
}

.gray-txt {
	margin-left: 0;
}

.gray-txt span:first-child {
	margin-left: 0;
}

/*end-话题频道*/
/*start-话题频道-话题详情*/
.page-title {
	border-top: .009rem solid #eee;
	padding: 0 .26rem;
	background-color: #fff;
}

.page-title h1 {
	font-size: .286rem;
	line-height: .304rem;
	color: #333;
	padding-top: .25rem;
	padding-bottom: .15rem;
}

.page-title .gray-txt {
	margin-bottom: .21rem;
}

.user-item {
	padding: .23rem 0 .15rem;
}

.user-item .fit {
	float: left;
	width: .857rem;
	height: .866rem;
	border-radius: 50%;
	margin-right: .17rem;
}

.user-item .name {
	font-size: .25rem;
	font-weight: bold;
	color: #333;
	margin-top: .1rem;
}

.user-item .text {
	font-size: .196rem;
	line-height: .214rem;
	color: #999;
	margin-top: .06rem;
}

.text-area-box {
	font-size: .25rem;
	color: #333;
}

.text-area-box.maxh {
	max-height: 3rem;
	overflow: hidden;
}

.text-area-box p {
	text-indent: 2em;
	line-height: .339rem;
	margin-bottom: .3rem;
}

.check-more {
	text-align: center;
	font-size: .25rem;
	color: #12bfaf;
	padding: .25rem 0 .3rem;
	background-color: #fff;
	position: relative;
	z-index: 10;
	box-shadow: 0 -.179rem .357rem #fff;
}

.check-more .img {
	width: .223rem;
}

.CENTER {
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*end-话题频道-话题详情*/
/*strt-学校主页*/
.page-header {
	height: 1rem;
	position: relative;
	z-index: 131;
	background-color: #fff;
}

.page-header .back {
	height: 1rem;
	width: .65rem;
	position: absolute;
	left: 0;
	top: 0;
}

.page-header .back .img {
	width: .268rem;
}

.page-header .school-logo {
	width: 1.794rem;
	max-height: 1rem;
	object-fit: cover;
}

.page-header .btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 1rem;
	width: .9rem;
}

.page-header .btn .img {
	width: .375rem;
}
.page-header .btn .icon-bianjiqi_sousuo{
	font-size:.375rem;
	color:var(--design-theme-color, #12bfaf);
}

.nav-column {
	position: absolute;
	background-color: #fff;
	top: 0;
	width: 100%;
	z-index: 100;
	max-height: 8.28rem;
	overflow-y: auto;
	display: none;
}

.nav-column .item {
	/*text-align: center;*/
	display: block;
	height: .92rem;
	line-height: .92rem;
	padding: 0 .268rem;
	font-size: .25rem;
	color: #333;
	border-bottom: .009rem solid #eee;
}

.top-nav-box {
	height: .7rem;
	position: relative;
	z-index: 132;
}

.top-nav-box.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}

/*.top-nav-box.cur .nav-column{
	display: block;
}*/
.nav-column .item.cur {
	color: var(--design-theme-color, #12bfaf);
}

.photo-box {
	height: 3.482rem;
}

.list-box04 .item {
	display: block;
	padding-right: .268rem;
	padding-top: .3rem;
	padding-bottom: .26rem;
	box-shadow: 0rem .009rem .063rem 0rem #eee;
	border-radius: .071rem;
	border: solid .009rem #ececec;
	margin-bottom: .277rem;
}

.list-box04 .item .name {
	font-size: .286rem;
	color: #333;
	line-height: .304rem;
	padding-left: .634rem;
	position: relative;
}

.list-box04 .item:last-child {
	margin-bottom: 0;
}

.list-box04 .item .name::before {
	content: '';
	position: absolute;
	left: .277rem;
	top: 0;
	width: .232rem;
	height: .232rem;
	background: url(../images/icon/icon_06.png) no-repeat;
	background-size: .232rem .232rem;
}

.list-box04 .item .text {
	padding-left: .634rem;
	font-size: .232rem;
	line-height: 1.2;
	margin-top: .1rem;
	color: #999;
}

.images-box .fit {
	width: 32%;
	padding-bottom: 21%;
}

.images-box:after {
	content: '';
	display: block;
	width: 32%;
	height: 0;
}

.page-text-area {
	font-size: .232rem;
	color: #666;
	line-height: 1.5;
	text-align: justify;
	margin-top: .15rem;
}

.page-text-area .more {
	color: #12bfaf;
}

.page-text-area .logo {
	position: relative;
	min-height: .66rem;
}

.page-text-area .logo .link {
	position: absolute;
	right: 0;
	bottom: .1rem;
}

.list-box01.l0 .item:first-child {
	padding-top: 0;
}

.list-box01.l0 .item:last-child {
	padding-bottom: 0;
}

.list-box05 {
	border-bottom: .009rem solid #eee;
}

.list-box05 .item {
	display: block;
	position: relative;
	padding-left: 1.036rem;
	padding-top: .1rem;
	margin-top: .25rem;
}

.list-box05 .item:first-child {
	margin-top: 0;
}

.list-box05 .item .content {
	border-bottom: .009rem solid #eee;
	padding-bottom: .3rem;
}

.list-box05 .item:last-child .content {
	border-bottom: none;
}

.list-box05 .item .fit {
	position: absolute;
	left: 0;
	top: 0;
	width: .857rem;
	height: .857rem;
	border-radius: 50%;
}

.list-box05 .item .btn {
	position: absolute;
	right: 0;
	top: .13rem;
	font-size: .125rem;
	color: #fff;
	background-color: #22c3b4;
	border-radius: .036rem;
	padding: .05rem .05rem;
	min-width: 1rem;
	text-align: center;
}

.list-box05 .item .btn .img {
	width: .143rem;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.list-box05 .item .txt1 {
	font-size: .25rem;
	color: #333;
}

.list-box05 .item .star {
	width: 1.65rem;
}

.list-box05 .item .txt1 .number {
	font-size: .188rem;
	color: #fe6507;
}

.list-box05 .item .txt2 {
	margin-top: .1rem;
	font-size: .214rem;
	color: #22c3b4;
}

.list-box05 .item .txt2 span {
	margin-right: .1rem;
}

.list-box05 .item .txt3 {
	font-size: .232rem;
	line-height: .321rem;
	color: #666666;
	margin: .15rem 0 .1rem;
}

.list-box05 .item .imgs {
	overflow: hidden;
}

.list-box05 .item .imgs .fit {
	position: relative;
	float: left;
	width: 1.786rem;
	height: 1.339rem;
	border-radius: 0;
	margin-right: .142rem;
	margin-bottom: .142rem
}

.list-box05 .item .txt4 {
	clear: both;
	font-size: .196rem;
	color: #999;
}

.list-box05 .item .txt4 span {
	margin-right: .1rem;
}

.list-box05 .item .txt4 span:last-child {
	margin-right: 0;
}

.btn-more {
	display: block;
	height: .688rem;
	line-height: .688rem;
	margin: .268rem 1.741rem 0;
	background-color: #ffffff;
	border-radius: .339rem;
	border: solid .009rem #12bfaf;
	text-align: center;
	font-size: .25rem;
	color: #12bfaf;
}

/*end-学校主页*/
/*start-学校主页-学校资讯*/
.list-box01.l2 .item:first-child {
	padding-top: 0;
}

.btn-msg-box {
	height: .732rem;
	margin-top: .35rem;
}

.btn-msg-box .btn {
	float: left;
	width: 2.384rem;
	height: .732rem;
	line-height: .732rem;
	text-align: center;
	font-size: .25rem;
	color: #fff;
	background-color: #fe6507;
	border-radius: .071rem;
}

.btn-msg-box .msg {
	height: .732rem;
	line-height: .732rem;
	float: left;
	font-size: .279rem;
	color: #12bfaf;
	margin-left: .366rem;
}

.btn-msg-box .msg .img {
	width: .357rem;
	vertical-align: -.071rem;
}

.page-text-area.p0 {
	font-size: .25rem;
	line-height: .411rem;
	color: #666666;
}

.mid-title {
	padding-top: .44rem;
}

.mid-title h1 {
	font-size: 0.321rem;
	color: #333;
	font-weight: bold;
}

.mid-title .text {
	font-size: 0.232rem;
	color: #999;
	margin-top: .2rem;
}

.textarea-box {
	padding-top: .35rem;
	font-size: 0.25rem;
	/* color: #333; */
	color: #666;
	line-height: .411rem;
	text-align: justify;
}

.textarea-box p {
	font-size: 0.25rem;
	color: #333;
	margin: .2rem 0;
}

.textarea-box h3 {
	font-size: 0.286rem;
	line-height: .5rem;
	color: #fe6507;
}

.db-btn {
	margin-top: .5rem;
	height: .714rem;
}

.db-btn .btn {
	flex-shrink: 0;
	width: calc(50% - .08rem);
	height: 0.714rem;
	line-height: 0.714rem;
	background-color: #ffffff;
	border-radius: 0.071rem;
	border: solid 0.009rem #12bfaf;
	font-size: 0.25rem;
	color: #12bfaf;
	text-align: center;
	box-sizing: border-box;
	padding: 0 .2rem;
}

/*end-学校主页-学校资讯*/
/*start-学校主页-学校简介*/
.page-title1 {
	padding-top: .2rem;
}

.page-title1 h1 {
	font-size: .321rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

.textarea-box.t0 {
	padding-top: .15rem;
}

/*end-学校主页-学校简介*/
/*start-学校主页-学校地址*/
.list-box01.ls {
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.list-box01.ls .item .name {
	padding-left: .32rem;
	position: relative;
}

.list-box01.ls .item .name:before {
	content: '';
	position: absolute;
	width: .232rem;
	height: .232rem;
	left: 0;
	top: 50%;
	margin-top: -.116rem;
	background-image: url(../images/icon/icon_06.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
}

.list-box01.ls .item .fit {
	display: none;
	width: 1.848rem;
	height: 1.313rem;
}

.list-box01.ls .item {
	border: .009rem solid #eee;
	padding-left: .214rem;
	padding-right: .214rem;
	margin-bottom: .214rem;
	border-radius: .08rem;
}

.list-box01.ls .item:last-child {
	margin-bottom: 0;
}

.list-box01.ls .item .txt1 {
	padding-left: .32rem;
	font-size: .214rem;
	color: #999;
	line-height: 1.5;
	margin-top: .1rem;
}

/*end-学校主页-学校地址*/
/*start-学校主页-学校地址-校区详情*/
.nav-details,
.nav-details a {
	font-size: 0.232rem;
	color: #999;
	line-height: 1.2;
}

.nav-details {
	padding: .205rem .26rem .268rem;
}

.page-text-area .logo .img {
	height: .66rem;
	margin-bottom: .1rem;
}

/*end-学校主页-学校地址-校区详情*/
/*start-学校主页-学校相册*/
.photos-div .item {
	width: calc(50% - 0.107rem);
	background-color: #fafafa;
	margin-bottom: .214rem;
}

.photos-div .item .fit {
	padding-bottom: 58.56%;
}

.photos-div .item .name {
	font-size: 0.214rem;
	color: #333;
	padding: .2rem .15rem;
}

/*end-学校主页-学校相册*/
/*start-学校主页-学校相册-相册详情*/
.mid-title.m0 {
	padding-top: .3rem;
}

.mid-title.m0 .h2 {
	padding: 0;
}

.mid-title.m0 .text {
	margin-top: .18rem;
}

.photos-list {
	padding-top: .179rem;
}

.photos-list img {
	display: block;
	width: 100%;
	margin-bottom: .179rem;
}

.db-btn.db0 {
	margin-top: .384rem;
}

/*end-学校主页-学校相册-相册详情*/
/*start-搜索框*/
.shearch-page,
.city-page {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	background: #f5f5f5;
	z-index: 200;
	display: none;
}

.city-page {
	top: 0;
	overflow-y: auto;
}

.shearch-page .head {
	height: 1.01rem;
	border-bottom: .009rem solid #eaeaea;
	padding-left: .786rem;
	padding-right: .25rem;
	position: relative;
	background-color: #fff;
}

.shearch-page .head .img,
.head-search .back .img {
	position: absolute;
	width: .205rem;
	left: .268rem;
	top: .33rem;
}

.shearch-page .head .shearch-box {
	display: block;
	position: relative;
	height: 0.661rem;
	line-height: 0.661rem;
	background-color: #f3f3f3;
	border-radius: 0.33rem;
	padding-left: 1.2rem;
	padding-right: 1.375rem;
	margin-top: .179rem;
	font-size: 0.286rem;
	color: #333;
}

.shearch-page .head .shearch-box .select {
	position: absolute;
	left: 0;
}

.shearch-page .head .shearch-box .select .txt {
	line-height: .661rem;
	font-size: 0.286rem;
	color: #333;
	padding-left: .321rem;
}

.shearch-page .head .shearch-box .select .txt:after {
	content: '';
	display: inline-block;
	border-top: .063rem solid #12bfaf;
	border-left: .063rem solid transparent;
	border-right: .063rem solid transparent;
	vertical-align: middle;
	margin-left: .071rem;
}

.shearch-page .head .shearch-box .select .content {
	display: none;
	position: absolute;
	left: .143rem;
	width: 0.804rem;
	/* height: 1.1rem;*/
	background-color: #ffffff;
	box-shadow: 0rem 0.009rem 0.071rem 0rem #dee0e3;
	border: solid 0.009rem #f1f1f1;
	box-sizing: border-box;
	text-align: center;
	border-radius: .1rem;
	font-size: 0.25rem;
	color: #666;
	padding-top: .085rem;
	padding-bottom: .05rem;
	z-index: 3;
}

.shearch-page .head .shearch-box .select .content:before {
	content: '';
	position: absolute;
	top: -.08rem;
	left: 50%;
	margin-left: -.036rem;
	border-bottom: .08rem solid #fff;
	border-left: .08rem solid transparent;
	border-right: .08rem solid transparent;
}

.shearch-page .head .shearch-box .select .content .opt {
	line-height: .45rem;
	border-bottom: .009rem solid #eee;
}

.shearch-page .head .shearch-box .select .content .opt:last-child {
	border: none;
}

.shearch-page .head input {
	width: 100%;
	height: .661rem;
	line-height: .661rem;
	font-size: .286rem;
	color: #333;
}

.shearch-page .head .left,
.head-search .back {
	position: absolute;
	left: 0;
	top: 0;
	width: .786rem;
	height: 100%;
}

.shearch-page .head .btn {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: .196rem;
}

.shearch-page .head .btn .icon {
	width: .321rem;
	height: auto;
	border-radius: 0;
	box-shadow: none;
	display: inline-block;	
	background: none;
	vertical-align: -.053rem;
}
.shearch-page .head .btn .icon-bianjiqi_sousuo{
	font-size:.321rem;
	color:var(--design-theme-color, #12bfaf);
}

.shearch-page .candidate,
.shearch-page .container {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 1.01rem;
	background: #fff;
	z-index: 2;
	overflow-y: auto;
}

.shearch-page .candidate .item {
	font-size: .286rem;
	color: #333;
	line-height: 1.5;
	padding: .2rem .25rem;
	border-bottom: .009rem solid #eaeaea;
}

.shearch-page .container {
	display: block;
	z-index: 1;
	background: transparent;
	padding-left: .286rem;
	padding-right: .098rem;
	box-sizing: border-box;
}

.shearch-page .container .h {
	font-size: 0.25rem;
	color: #666;
	padding-top: .35rem;
	padding-bottom: .196rem;
	line-height: 1;
}

.icons-list:after {
	content: '';
	display: block;
	clear: both;
}

.icons-list .icon {
	float: left;
	background-color: #fff;
	border: .009rem solid #eaeaea;
	font-size: 0.25rem;
	color: #333;
	padding: .1rem .39rem;
	border-radius: 0.143rem;
	margin-right: .188rem;
	margin-bottom: .188rem;
}

/*end-搜索框*/
/*start-开课类别-课程排序*/
.filter-box {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #fff;
	background: rgba(96, 96, 96, .5);
	z-index: 141;
}

.filter-box:after {
	content: '';
	position: absolute;
	bottom: 2.5rem;
	left: 50%;
	width: .714rem;
	height: .714rem;
	margin-left: -.357rem;
	background: url(../images/icon/close.png) no-repeat center center / 100% 100%;
}

.filter-box .container {
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 0;
	right: 0;
	bottom: 3.6rem;
}

.filter-box .child {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	background-color: #fff;
}

.filter-box .child .opt {
	display: block;
	padding: .34rem .589rem;
	border-bottom: .009rem solid #eee;
	line-height: 1.5;
	font-size: 0.25rem;
	color: #333333;
}

.filter-box .child .opt:last-child {
	border-bottom: none;
}

.filter-box .child .opt.cur {
	color: #12bfaf;
}

.huashu-manage-box {
	/* padding-left: 45%; */
	padding-left: 33%;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.huashu-manage-box .left-content {
	position: absolute;
	left: 0;
	top: 0;
	/* width: 45%; */
	width: 33%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #f5f5f5;
}

.huashu-manage-box .left-content .item {
	min-height: 1.071rem;
	display: flex;
	align-items: center;
	background: #f5f5f5;
}

.huashu-manage-box .left-content .item .txt {
	font-size: 0.286rem;
	width: 100%;
	line-height: 1.5;
	color: #333333;
	position: relative;
	box-sizing: border-box;
	padding: 0 .25rem;
}

.huashu-manage-box .left-content .item.cur {
	background: #fff;
}

.huashu-manage-box .left-content .item.cur .txt {
	color: #12bfaf;
	border-left: .045rem solid #12bfaf;
}

.huashu-manage-box .right-content {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	/* padding-left: .286rem; */
	position: absolute;
	left: 33%;
	top: 0;
	/* width: 45%; */
	width: 33%;
}


.huashu-manage-box .right-content .item {
	min-height: 1.08rem;
	border-bottom: 0.009rem solid #eee;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: .214rem 0;
	padding-left: .2rem;
}

.huashu-manage-box .right-content .item .txt {
	font-size: 0.268rem;
	width: 100%;
	color: #333333;
	box-sizing: border-box;
	padding-right: .25rem;
	text-align: justify;
	line-height: 1.5;
}

.huashu-manage-box .right-content .item.cur .txt {
	color: #12bfaf;
}

.huashu-manage-box .right-content .item:nth-last-child(1) {
	border: none;
}


.huashu-manage-box .right-content .item.this {
	background-color: #d9f5f0;
}






/*end-开课类别-课程排序*/
/*start-课程详情*/
.top-msg-box {
	background-color: #fff;
	padding: .25rem 0;
	margin-bottom: .214rem;
}

.top-msg-box .name {
	font-size: 0.375rem;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	padding: 0 .26rem;
}

.top-msg-box .txt {
	font-size: 0.25rem;
	color: #999;
	line-height: 1.5;
	margin-top: .15rem;
	border-bottom: .009rem solid #f5f5f5;
	padding: 0 .26rem .1rem;
}

.top-msg-box .txt.t0 {
	clear: both;
	border: none;
	padding-top: .1rem;
	padding-bottom: 0;
}

.top-msg-box .txt .font {
	font-size: 0.375rem;
	color: #fe6507;
	position: relative;
}

.top-msg-box .txt .img {
	width: 0.393rem;
	vertical-align: -.071rem;
	margin-left: .223rem;
	margin-right: .179rem;
}

.top-msg-box .txt .phone {
	font-size: 0.286rem;
	font-weight: bold;
	color: #fe6507;
}

.yuyue-box {
	height: 6.527rem;
	background: #162845 url(../images/bg0.png) no-repeat center center;
	background-size: cover;
	border-radius: 0.143rem;
	margin-top: .214rem;
}

.yuyue-box .h {
	text-align: center;
	font-size: 0.429rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-top: .66rem;
}

.yuyue-box .tip {
	font-size: 0.25rem;
	color: #fff;
	line-height: 1;
	text-align: center;
	margin-top: .25rem;
	margin-bottom: .589rem;
}

.yuyue-box .input {
	display: block;
	height: 0.759rem;
	background: rgba(255, 255, 255, .4);
	border-radius: 0.071rem;
	margin: 0 .625rem .214rem;
	overflow: hidden;
}

.yuyue-box .input.i3 {
	margin-top: .42rem;
}

.yuyue-box .input input {
	width: 100%;
	height: 100%;
	line-height: 0.759rem;
	font-size: 0.25rem;
	color: #fff;
	background: transparent;
	box-sizing: border-box;
	padding: 0 .268rem;
}

.yuyue-box input[type='submit'] {
	text-align: center;
	background-color: #fe6507 !important;
	color: #fff !important;
}

.yuyue-box .input :-ms-input-placeholder {
	font-size: .25rem;
	color: rgba(255, 255, 255, .6);
}

.yuyue-box .input ::-webkit-input-placeholder {
	font-size: .25rem;
	color: rgba(255, 255, 255, .6);
}

.yuyue-box .input :-moz-placeholder {
	font-size: .25rem;
	color: rgba(255, 255, 255, .6);
}

.yuyue-box .input ::-moz-placeholder {
	font-size: .25rem;
	color: rgba(255, 255, 255, .6);
}

.list-box06 .item {
	width: 48.5%;
	margin-bottom: .214rem;
	background-color: #fafafa;
	padding-bottom: .15rem;
}

.list-box06 .item .fit {
	padding-bottom: 67.5%;
}

.list-box06 .item .name {
	margin-top: .15rem;
	margin-bottom: .1rem;
	line-height: 1;
	font-size: 0.232rem;
	color: #333;
	padding: 0 .15rem;
}

.list-box06 .item .txt {
	font-size: 0.196rem;
	color: #999;
	line-height: 1.5;
	padding: 0 .15rem;
}

.map1 {
	display: block;
	height: 2.259rem;
}

.list-box07 .item {
	display: block;
	line-height: 1;
	border-bottom: .009rem solid #ececec;
	padding-bottom: .3rem;
}

.list-box07 .item .name {
	font-size: 0.286rem;
	color: #333;
	height: .357rem;
	line-height: .357rem;
	font-weight: bold;
	padding-left: .509rem;
	margin-top: .3rem;
	position: relative;
}

.list-box07 .item .name:before {
	content: '';
	position: absolute;
	width: .357rem;
	height: .357rem;
	left: 0;
	top: 0;
	background: url(../images/icon/icon_05.png) no-repeat center center / 100% 100%;
}

.list-box07 .item .num {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	font-size: 0.214rem;
	color: #328eff;
}

.list-box07 .item .text {
	padding-left: .509rem;
	font-size: 0.25rem;
	color: #666;
	margin-top: .2rem;
}

.more-btn {
	display: block;
	text-align: center;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.268rem;
	color: #ff5d0e;
}

/*end-课程详情*/
.list-box01.l3 .txt0 {
	/*学校师资*/
	min-height: .608rem;
	top: auto;
	bottom: .568rem;
}

/*start-404、500错误页面*/
.error-img {
	display: block;
	margin: 1.06rem auto .25rem;
	width: 3.9rem;
}

.error-tip {
	text-align: center;
}

.error-tip .h {
	font-size: 0.339rem;
	color: #666;
}

.error-tip .txt {
	margin-top: .35rem;
	margin-bottom: .4rem;
}

.error-tip a {
	display: inline-block;
	height: 12px;
	line-height: 0.232rem;
	font-size: 0.232rem;
	color: #999;
}

.error-tip .a1 {
	color: #12bfaf;
	padding-right: 8px;
	border-right: .009rem solid #e2e2e2;
	margin-right: 8px;
}

.icon-list-div {
	clear: both;
	font-size: 0;
	margin-bottom: .366rem;
	width: 5.037rem;
	margin: .4rem auto .336rem;
	position: relative;
	left: .062rem;
}

.icon-list-div .item {
	display: inline-block;
	width: 1.554rem;
	box-sizing: border-box;
	background-color: #f0fbfa;
	font-size: 0.196rem;
	color: #12bfaf;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-right: .125rem;
	margin-bottom: .125rem;
	padding: .15rem 0;
}

.error-div {
	min-height: 7.68rem;
}

/*end-404、500错误页面*/
/*start-选择城市*/
.head-search {
	height: 1.277rem;
	background-color: #f4f4f4;
	box-sizing: border-box;
	position: relative;
	padding: 0 .268rem;
}

.head-search .title {
	line-height: .9rem;
	text-align: center;
	font-size: 0.321rem;
	font-weight: bold;
}

.head-search.v2 {
	height: .9rem;
	background-color: #fff;
	border-bottom: .009rem solid #eee;
}

.head-search .back .img {

	top: 50%;
	margin-top: -.18rem;
}

.head-search .searchbox {
	height: .777rem;
	line-height: .777rem;
	background-color: #ffffff;
	border-radius: .071rem;
	padding-left: .536rem;
	position: relative;
	font-size: 0;
	margin-top: .23rem;
	margin-left: .482rem;
}

.head-search .searchbox .iconsousuo {
	position: absolute;
	width: .536rem;
	height: .777rem;
	left: 0;
	top: -1px;
	background-image: url(../images/icon/icon_10.png);
	background-repeat: no-repeat;
	background-size: .25rem .25rem;
	background-position: center center;
}

.head-search .searchbox .input {
	display: block;
	font-size: .25rem;
	color: #333;
	height: 100%;
	width: 100%;
	background: #fff
}

.head-search .cancel {
	position: absolute;
	right: .268rem;
	top: 0;
	width: .893rem;
	text-align: center;
	line-height: 1.277rem;
	font-size: .25rem;
	color: #12bfaf;
	display: none;
}

.head-search.show-cancel {
	padding-right: 1.161rem;
}

.head-search.show-cancel .cancel {
	display: block;
}

.search-main {
	position: relative;
	background: #fff;
}

.search-main .aside-alphabet {
	position: absolute;
	right: 0;
	top: .21rem;
	width: .536rem;
}

.search-main .aside-alphabet .i {
	text-align: center;
	font-size: .25rem;
	color: #666;
	line-height: .446rem;
}

.search-main .aside-alphabet .zn {
	font-size: .205rem;
	line-height: .295rem;
}

.search-main .container {
	padding-left: .268rem;
	padding-bottom: .2rem;
}

.search-main .container .titel {
	font-size: .214rem;
	line-height: .643rem;
	color: #999;
}

.search-main .container .iconbox {
	padding-right: .536rem;
	font-size: 0;
}

.search-main .container .iconbox:after {
	content: '';
	display: block;
	height: 0;
	border-bottom: .018rem solid #f0f0f0;
}

.search-main .container .iconbox.no-border:after {
	display: none;
}

.search-main .container .iconbox .item {
	display: inline-block;
	text-align: center;
	width: calc(25% - .087rem);
	margin-right: .116rem;
	padding: .13rem 0;
	background-color: #f5f5f5;
	border-radius: .071rem;
	margin-bottom: .223rem;
	font-size: .241rem;
	line-height: normal;
	color: #161616;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.search-main .container .iconbox .item.cur,
.search-main .container .iconbox .item.special,
.search-main .aside-alphabet .i.cur {
	color: #12bfaf;
}

.search-main .container .iconbox .item:nth-child(4n) {
	margin-right: 0;
}

.city-box {
	overflow: hidden;
}

.city-box .letter {
	height: .616rem;
	line-height: .616rem;
	background-color: #f5f5f5;
	font-size: .241rem;
	color: #999999;
	padding: 0 .268rem;
}

.city-box .citys {
	font-size: 0;
	background: #fff;
	padding: .15rem .536rem .15rem .268rem;
}

.city-box .citys .item {
	display: inline-block;
	vertical-align: middle;
	font-size: .241rem;
	color: #161616;
	margin-right: .4rem;
	line-height: normal;
	padding: .05rem 0;
}

.search-result {
	padding: 0 .268rem;
	font-size: 0.214rem;
	background: #fff;
	height: calc(100% - 1.277rem);
	overflow-y: auto;
	line-height: normal;
}

.search-result .current {
	color: #ff5519;
	padding: .2rem 0;
}

.search-result .result {
	color: #666;
}

.search-result .result .span {
	display: inline;
	margin-right: .4rem;
	margin-bottom: .1rem;
}

/*end-选择城市*/
/*start-网站地图*/
.website-map:before,
.website-map:after {
	content: '';
	display: table;
	clear: both;
}

.website-map .h2 {
	display: block;
	font-size: 0.241rem;
	color: #999;
	padding-bottom: 0;
	font-weight: normal;
	padding-top: 0;
	margin-top: .25rem;
	margin-bottom: .25rem;
}

.website-map .h3 {
	display: block;
	font-size: 0.241rem;
	padding: .25rem 0;
	color: #12bfaf;
	border-bottom: .009rem solid #eee;
	margin-bottom: .25rem;
}

.website-map .link-line {
	margin-top: .25rem;
	border-bottom: .009rem solid #eee;
	margin-right: -.5rem;
	text-align: justify;
	font-size: 0;
}

.website-map .link-line:last-child,
.website-map .h3:last-child {
	border-bottom: none;
}

.website-map .link-line .item {
	vertical-align: middle;
	font-size: 0.241rem;
	display: inline-block;
	color: #666;
	line-height: .268rem;
	display: inline-block;
	margin-right: .5rem;
	margin-bottom: .25rem;
}

/*end-网站地图*/
/*start-文章详情、班级详情*/
.top-msg-box.v2 {
	padding-bottom: .15rem;
}

.top-msg-box .bold {
	text-align: center;
	font-size: 0.375rem;
	color: #333333;
	font-weight: bold;
	padding: 0 .26rem;
	padding-top: .2rem;
}

.mid-tab {
	display: flex;
	background-color: #fff;
	justify-content: center;
	height: .635rem;
	line-height: .635rem;
	border-bottom: .009rem solid #e5e5e5;
}

.mid-tab .item {
	font-size: 0.286rem;
	color: #666;
	width: 33.33%;
	text-align: center;
	position: relative;
}

.mid-tab .item.cur {
	font-weight: bold;
	color: #333;
}

.mid-tab .item.cur:after {
	content: '';
	position: absolute;
	width: 1.134rem;
	height: 0.036rem;
	background-color: #12bfaf;
	bottom: 0;
	left: 50%;
	margin-left: -.567rem;
}

.tab-control {
	background-color: #fff;
}

.tab-control .tab-item:before,
.tab-control .tab-item:after {
	content: '';
	display: table;
	clear: both;
}

/*end-文章详情、班级详情*/
/*start-富文本默认样式*/
.defaultStyle {
	padding-left: .25rem;
	padding-right: .25rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.defaultStyle .mid-box {
	padding: 0;
}
/* single-services-typ-1  */
.defaultStyle p {
	font-size: .25rem;
	line-height: 1.4;
	color: #666;
	/*text-align: justify;*/
	margin: 1em 0;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.single-services-typ-1{
	font-size: .25rem;
	line-height: 1.4;
	color: #666;
	/*text-align: justify;*/
	margin: 1em 0;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}


.defaultStyle h2 {
	font-size: 0.28rem;
	font-weight: bold;
	color: #333333;
}

.defaultStyle h2 img {
	width: .41rem;
	height: .41rem;
	object-fit: cover;
	vertical-align: middle;
}

.defaultStyle h2 span {
	vertical-align: middle;
	margin-left: 4px;
}

.defaultStyle .template,
.defaultStyle .title,
.defaultStyle .template1,
.defaultStyle .template2,
.defaultStyle .anc-nav {
	padding-left: 0;
	padding-right: 0;
}

.defaultStyle .template p,
.defaultStyle .title p,
.defaultStyle .template1 p,
.defaultStyle .template2 p,
.defaultStyle .title p {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-block-start: 0;
	margin-block-end: 0;
}

.title .title,
.template .template {
	padding-top: 0;
}

.defaultStyle strong {
	font-weight: bold;
}

.defaultStyle img {
	max-width: 100%;
}

/*.defaultStyle h1{font-size:32px;font-weight:bold;}
.defaultStyle h2{font-size:24px;font-weight:bold;}
.defaultStyle h3{font-size:18.72px;font-weight:bold;}
.defaultStyle h4{font-size:16px;font-weight:bold;}
.defaultStyle h5{font-size:13.29px;font-weight:bold;}
.defaultStyle h6{font-size:12px;font-weight:bold;}
.defaultStyle h1, .defaultStyle h2, .defaultStyle h3, .defaultStyle h4,.defaultStyle h5, .defaultStyle h6{
	margin: .83em 0;
}*/
.defaultStyle ul,
.defaultStyle ol {
	margin: inherit;
	padding: inherit;
	display: block;
	list-style: disc;
	margin: 1em 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	/* padding-inline-start: 10px;*/
}

/*end-富文本默认样式*/
/*预约试听*/
.fixedYuyue {
	left: .268rem;
	right: .268rem;
	background: none;
	margin-top: -4.8rem;
}

.fixedYuyue .yuyue-box {
	position: relative;
	z-index: 2;
	margin: 0;
	background: #12bfaf;
	height: 8.5rem;
}

.fixedYuyue .yuyue-box .input input {
	background: #fff;
	color: #333;
}

.fixedYuyue .yuyue-box .input :-ms-input-placeholder {
	font-size: .25rem;
	color: #999;
}

.fixedYuyue .yuyue-box .input ::-webkit-input-placeholder {
	font-size: .25rem;
	color: #999;
}

.fixedYuyue .yuyue-box .input :-moz-placeholder {
	font-size: .25rem;
	color: #999;
}

.fixedYuyue .yuyue-box .input ::-moz-placeholder {
	font-size: .25rem;
	color: #999;
}




/* 修改 */

.links1 {
	height: 0.42rem;
	background: #F1FCFB;
	border-radius: 4px;
	display: inline-block;
	padding: 0 .09rem;
	font-size: 0.22rem;
	font-weight: 400;
	color: #12BFAF;
	line-height: 0.42rem;
	margin-top: .14rem;
}

.links1 span {
	padding: 0 .09rem;
}

.find-us {
	width: 100%;
	height: 7.01rem;
	box-sizing: border-box;
	background-image: url(../images/bg2.png);
	background-size: cover;
	text-align: center;
	border-radius: 4px;
}

.find-us .container {}

.find-us .container .section-head {
	font-size: 0.52rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-top: .78rem;
}

.find-us .container .fa-phone {
	font-size: 0.28rem;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.8;
	text-align: center;
	display: block;
	padding-top: .18rem;
}

.find-us .fa-code {
	width: 3rem;
	height: 1.2rem;
	/* background: #FFFFFF; */
	display: inline-block;
	text-align: center;
	margin-top: .42rem;
	position: relative;
}

.find-us .fa-code img {
	width: 2rem;
	height: 1rem;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	/*偏移*/
	transform: translateY(-50%);
	object-fit: cover;
}

.find-us .button-default {
	width: 3.45rem;
	height: 0.9rem;
	background: #FE6507;
	border-radius: 4px;
	font-size: 0.28rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.9rem;
	display: inline-block;
	margin-top: .6rem;
}


.find-us .fa-quote {
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.46rem;
	opacity: 0.8;
	margin-top: .4rem;
}

.overlay {
	background-color: #fff;
	padding: .3rem .3rem 0;

}

.overlay .BMap_mask {
	width: 100%;
	height: 2.23rem;
	object-fit: cover;
	margin-bottom: .4rem;
}

.overlay .f-right img {
	margin-bottom: .01rem;
}

.app-title {
	font-size: .321rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	width: 5rem;
	display: inline-block;
}

.fa-wordpress {
	font-size: 0.28rem;
	font-weight: 400;
	color: #999999;
	line-height: 0.38rem;
	width: 5rem;
	display: inline-block;
}

.fa-wordpress span {
	color: #12BFAF;
}

.f-left {
	vertical-align: middle;
	display: inline-block;
	width: 5rem;
	float: left;
}

.f-right {
	vertical-align: middle;
	display: inline-block;
	float: right;
	line-height: 16px;
	text-align: center;
}

.e-right {
	font-size: 0.28rem;
	font-weight: 400;
	color: #12BFAF;
	display: inline-block;
}

.entry {
	padding-bottom: .3rem;
	border-bottom: 1px solid #F5F5F5;
}

.class_time {
	font-size: 0.28rem;
	font-weight: 400;
	color: #666666;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: .214rem;
}

.ml-56 {

	margin-left: .56rem !important;
}

.course_detailbanner {
	font-size: 0.26rem;
	font-weight: 400;
	color: #333333;
}

.feedback {
	float: right;
	font-size: 0.26rem;
	font-weight: 400;
	color: #999999;
}

.textarea-box .time {
	font-size: 0.26rem;
	font-weight: 400;
	color: #999999;
}

.textarea-box .comment-inner {
	margin: .1rem .4rem 0 .56rem;
}

.textarea-box .comment-inner .comment-text {
	font-size: .26rem;
	font-weight: 400;
	color: #333333;
	line-height: .5rem;
	/* line-height: .38rem; */
}

.pt-4 {
	padding-top: .4rem;
}

.down_menu {
	left: 66% !important;
	border-left: 1px solid #dcdcdc;
}

.w-66 {
	width: 66% !important;
}


.gb {
	position: fixed;
	bottom: 0px;
	left: 0;
	height: 3.58rem;
	width: 100%;
	z-index: 9999999;
}
.yuyue-box .provingcode {
	display: flex;
	margin: 0 .625rem .214rem;
}
.yuyue-box .provingcode input {
		height: 0.759rem;
		border-radius: 0.071rem 0 0 0.071rem;
		background: #fff;
		padding: 0 .268rem;
		color: #333;
		flex:1;
	}
	.yuyue-box .provingcode img {
		width: 1.965rem;
		border-radius: 0 0.071rem 0.071rem 0;
	}
	.yuyue-box .provingcode span {
		cursor: pointer;
		display: inline-block;
		color: #fff;
		background: #317cec;
		line-height: 0.759rem;
		text-align: center;
		font-size: .25rem;
		width: 1.965rem;
		border-radius: 0 0.071rem 0.071rem 0;
	}

.yuyue-box .provingcode span.sending {
			opacity: 0.4;
			cursor: no-drop;
		}

#baidu_jsapi_watermark {
	opacity: 0 !important;
}

	#baidu_jsapi_watermark div {
		display: none !important;
		opacity: 0 !important;
		width: 0 !important;
		height: 0 !important;
	}
input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.filter-box .simple-select-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: .125rem;
}
.filter-box .simple-select-box .ssitem {
	padding: 0.25rem .5rem;
    font-size: 0.268rem;
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
