
@font-face {
    font-family: GothamBold;
    src: url("../fonts/GothamBold.otf");
    
  }


.btn {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.hidden {
	display: none
}

.invisible {
	visibility: hidden
}

.common-close-btn {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	width: 16px;
	height: 16px;
	z-index: 101
}

.common-close-btn:after,.common-close-btn:before {
	position: absolute;
	top: 8px;
	display: block;
	content: "";
	width: 20px;
	height: 2px;
	background-color: #949ba1
}

.common-close-btn:before {
	left: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.common-close-btn:after {
	right: -2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.yahei {
	font-family: Microsoft Yahei,PingFang SC,sans-serif,Arial,Verdana
}

.after-arrow:after {
	content: "";
	display: inline-block;
	border-bottom: .1rem solid;
	border-right: .1rem solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

* {
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch
}

#root,*,body,html {
	-webkit-text-size-adjust: 100%
}

#root,body,html {
	padding: 0;
	margin: 0;
	height: 100%;
	color: #333;
	font-family: PingFang SC,NotoSansCJKsc,DroidSans,Roboto,Helvetica Neue,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif,Arial,Verdana;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

html {
	font-size: 10px
}

body {
	width: 100%;
	font-size: 1.6rem
}

a {
	text-decoration: none;
	color: #01a7e6;
	cursor: pointer
}

img {
	background-size: cover;
	background-position: 50%;
	behavior: url(../other/backgroundsize.min.htc);
	border: none
}

input,select,textarea {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: PingFang SC,NotoSansCJKsc,DroidSans,Roboto,Helvetica Neue,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif,Arial,Verdana;
	color: #26343f;
	background-color: #fff
}

select::-ms-expand {
	display: none
}

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

li {
	list-style-position: inside
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
	-webkit-appearance: none!important;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

button {
	padding: 0;
	border: 0
}

.hidden {
	display: none!important
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

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

.pc-container {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px
}

@media screen and (min-width:1000px) {
	.pc-container {
		width: 1000px
	}
}

@media screen and (min-width:1250px) {
	.pc-container {
		width: 1180px
	}
}

.empty-list-text {
	opacity: 1;
	color: #999;
	font-size: 2.4rem;
	padding: 30px 8px
}

.slick-list,.slick-slider,.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots,.slick-next,.slick-prev {
	position: absolute;
	display: block;
	padding: 0
}

.slick-dots li button:before,.slick-next:before,.slick-prev:before {
	font-family: slick;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-loading .slick-next,.slick-prev {
	font-size: 0;
	line-height: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	border: none
}

.slick-loading .slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff
}

.slick-prev {
	left: -25px
}[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: "←"
}

.slick-next:before,[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	bottom: -25px;
	width: 100%;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.slick-dots li,.slick-dots li button {
	width: 20px;
	height: 20px;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 5px;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus,.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: #000
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.component-icon {
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	vertical-align: middle;
	vertical-align: -.3rem
}

.component-image {
	background-color: #f5f6f7;
	background-size: 6.8rem;
	overflow: hidden
}

.component-image,.component-image .image-preload {
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.component-image .image-preload {
	background-size: cover;
	transition: all .3s
}

.component-image .image-preload.transparent-bg {
	background-color: transparent
}

.component-image .image-preload.white-bg {
	background-color: #fff
}

.component-loading {
	margin: 0 auto;
	padding-top: 3rem
}

.component-loading img {
	display: block;
	margin: 0 auto;
	height: 10rem
}

@media screen and (min-width:1000px) {
	.component-loading {
		padding-top: 5rem
	}

	.component-loading img {
		height: 12rem
	}
}

.component-captcha .component-captcha-item {
	margin-bottom: 1.5rem
}

.component-captcha .component-captcha-item:last-child {
	margin-bottom: 0
}

.component-captcha .component-captcha-item .input-label {
	display: inline-block;
	width: 7.5rem;
	text-align: right
}

.component-captcha .component-captcha-item .input-group {
	display: inline-block;
	position: relative;
	height: 3.5rem;
	width: 100%;
	font-size: 1.4rem;
	text-align: left
}

.component-captcha .component-captcha-item .input-group .error-tip {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	height: 15px;
	margin: auto;
	font-size: 1.5rem;
	line-height: 1;
	color: #fe5252
}

.component-captcha .component-captcha-item .input-group .input-before {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 3.5rem;
	padding: 0 1.1rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.component-captcha .component-captcha-item .input-group .mobile-input {
	padding-right: 9.5rem!important
}

.component-captcha .component-captcha-item .input-group .mobile-input.has-error-tip {
	padding-right: 15rem!important
}

.component-captcha .component-captcha-item .input-group .mobile-input.no-after:not(.has-error-tip) {
	padding-right: 10px!important
}

.component-captcha .component-captcha-item .input-group input {
	height: 3.5rem;
	width: 100%;
	padding: 0 1rem;
	font-size: 1.4rem;
	border: 1px solid #e4e5e6;
	border-radius: .5rem
}

.component-captcha .component-captcha-item .input-group .input-after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 11rem;
	height: 3.5rem;
	line-height: 3.5rem;
	padding: 0 1rem;
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
	background-color: #078cf1;
	cursor: pointer
}

.component-captcha .component-captcha-item .input-group .input-after.pic-captcha {
	background-color: #ddd
}

.component-captcha .component-captcha-item .input-group .input-after.pic-captcha:hover {
	background-color: #e2e2e2
}

.component-captcha .component-captcha-item .input-group .input-after.pic-captcha svg {
	display: block;
	width: 90px;
	height: 37px
}

.component-captcha .component-captcha-item .input-group .input-after:hover {
	background-color: #32a3f9
}

.component-captcha .component-captcha-item .input-group .input-after svg {
	width: 2rem
}

.component-captcha .component-captcha-item .input-group .input-after .get-captcha {
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.component-baidu-map {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 10000
}

.component-baidu-map>.baidu-map-root {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.component-baidu-map a[title=到百度地图查看此区域] {
	display: none
}

.component-baidu-map>.back-btn {
	position: fixed;
	top: 27px;
	left: 16px;
	width: 30px;
	height: 30px;
	background-color: rgba(0,0,0,.4);
	border-radius: 4px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 1
}

.component-baidu-map>.back-btn>.back-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 9px;
	height: 15px;
	fill: #fff
}

.component-baidu-map>.info-container {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	min-height: 90px;
	padding: 25px 16px 24px;
	background-color: #fff;
	box-shadow: 0 1px 3px 2px #f5f6f7
}

.component-baidu-map>.info-container>.name {
	padding-right: 70px;
	font-size: 2rem;
	line-height: 1
}

.component-baidu-map>.info-container>.address {
	margin-top: 8px;
	padding-right: 70px;
	font-size: 1.3rem;
	line-height: 15px;
	color: #949ba1
}

.component-baidu-map>.info-container>.address-icon {
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 50px;
	height: 50px
}

.component-overlay .holder {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10001;
	background-color: rgba(0,0,0,.5);
	overflow: hidden;
	transition: all .3s
}

.component-overlay .holder .frame {
	position: fixed;
	padding: 1rem;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	min-width: 25.6rem;
	background-color: #fff
}

@media screen and (min-width:1000px) {
	.component-overlay .holder .frame {
		position: absolute;
		top: 50%;
		left: 50%;
		bottom: auto;
		right: auto;
		min-width: 25.6rem;
		border-radius: 4px;
		padding: 0;
		background-color: #fff;
		box-shadow: 0 0 1rem rgba(0,0,0,.3);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}
}

.component-overlay .holder .frame .close-btn {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	width: 16px;
	height: 16px;
	z-index: 101;
	position: absolute;
	top: 15px;
	right: 15px
}

.component-overlay .holder .frame .close-btn:after,.component-overlay .holder .frame .close-btn:before {
	position: absolute;
	top: 8px;
	display: block;
	content: "";
	width: 20px;
	height: 2px;
	background-color: #949ba1
}

.component-overlay .holder .frame .close-btn:before {
	left: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.component-overlay .holder .frame .close-btn:after {
	right: -2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

svg.component-holland-radar path {
	fill: none
}

svg.component-holland-radar polygon.outline {
	stroke: #e4e5e6;
	stroke-width: 1;
	fill: #f5f7f8
}

svg.component-holland-radar path.outline {
	stroke: #e4e5e6;
	stroke-width: 1
}

svg.component-holland-radar polygon.rule {
	stroke: #e4e5e6;
	fill: none
}

svg.component-holland-radar g.type-text {
	-webkit-transform: scale(.84) translate(-150px,-142px);
	transform: scale(.84) translate(-150px,-142px)
}

svg.component-holland-radar g.type-circle {
	-webkit-transform: scale(.87) translate(-149px,-142px);
	transform: scale(.87) translate(-149px,-142px)
}

svg.component-holland-radar g.rule-text {
	-webkit-transform: scale(.87) translate(-148px,-142px);
	transform: scale(.87) translate(-148px,-142px)
}

svg.component-holland-radar g.type-text path {
	fill: #26343f
}

svg.component-holland-radar g.rule-text path {
	fill: #58646e
}

.component-tip {
	position: fixed;
	z-index: 11000;
	width: 100%;
	padding: 0 1.5rem;
	left: 0;
	bottom: 2rem;
	text-align: center
}

.component-tip .wrap {
	display: inline-block;
	padding: 1.2rem 1.5rem;
	background-color: #f2dede;
	border-radius: 3px;
	border: 1px solid #ebccd1
}

@media screen and (min-width:1000px) {
	.component-tip .wrap {
		padding: 1.3rem 1.8rem
	}
}

.component-tip .wrap span {
	display: inline-block;
	color: #d53929
}

.component-tip .wrap .text {
	margin-left: .6rem
}

.component-tip .wrap .cross {
	vertical-align: -.4rem
}

.component-tip .wrap .component-icon-notification {
	fill: #d53929
}

.component-tip .wrap .component-icon-cross {
	fill: #bbbccc;
	width: 1.2rem;
	margin-left: 1.2rem;
	cursor: pointer;
	float: right;
	margin-top: .1rem
}

.component-tip .wrap .component-icon-cross:hover {
	fill: #999
}

.component-tip .wrap-correct {
	background-color: #dff0d8;
	border: 1px solid #d6e9c6
}

.component-tip .wrap-correct span {
	color: #3c763d
}

.component-tip .wrap-correct .component-icon-checkmark {
	fill: #3c763d
}

.component-find-none {
	margin: 0 auto;
	padding-top: 13.5rem;
	text-align: center
}

.component-find-none .find-none-logo {
	margin: 0 auto;
	width: 9.8rem;
	height: 8.9rem;
	fill: #e4e5e6
}

.component-find-none .find-none-text {
	margin-top: 4.9rem;
	font-size: 1.6rem;
	color: #949ba1
}

.component-avatar {
	width: 3.2rem;
	height: 3.2rem;
	line-height: 32px;
	font-size: 1.4rem;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	opacity: .9
}

.component-mask {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	background: rgba(0,0,0,.6)
}

.component-mask .mask {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.component-radio {
	display: inline-block;
	position: relative;
	padding-left: 2.5rem
}

.component-radio span {
	font-size: 1.6rem;
	color: #666
}

.component-radio input[type=radio] {
	display: none
}

.component-radio .circle {
	position: absolute;
	left: 0;
	top: .4rem;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	margin-right: 1.1rem;
	margin-bottom: -.1rem;
	border-radius: 50%;
	border: 1px solid #39f
}

.component-radio .circle.checked:after {
	position: absolute;
	content: "";
	left: .3rem;
	top: .3rem;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background-color: #39f
}

.component-slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -3.2rem;
	width: 3.1rem;
	height: 6.5rem;
	overflow: hidden;
	cursor: pointer;
	z-index: 2
}

.component-slick-arrow .arrow-left {
	left: .8rem;
	border-left: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.component-slick-arrow .arrow-left,.component-slick-arrow .arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -1.4rem;
	width: 2.8rem;
	height: 2.8rem;
	border-bottom: 3px solid #fff
}

.component-slick-arrow .arrow-right {
	right: .8rem;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.slick-slide-arrow-prev {
	left: -.2rem
}

.slick-slide-arrow-next {
	right: -.2rem
}

.component-select {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.component-select .select-group-addon {
	display: table-cell;
	text-align: center;
	background-color: #edf0f2;
	border: 1px solid #e4e5e6;
	width: 120px;
	vertical-align: middle;
	white-space: nowrap
}

.component-select .select-group-addon:first-child {
	border-right: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}

.component-select .select-group-addon:last-child {
	border-left: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}

.component-select.show-dropdown .select-input {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.component-select .select-group {
	position: relative;
	width: 100%;
	display: table-cell
}

.component-select .select-input {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	padding: 0 20px 0 10px;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #e4e5e6;
	line-height: 40px;
	font-size: 1.6rem;
	color: #26343f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-select .select-input:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: 6px;
	border-top: 6px solid #c4c9cc;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	box-sizing: border-box;
	z-index: 1
}

.component-select .select-dropdown-box {
	position: absolute;
	width: 100%;
	list-style: none;
	top: 42px;
	border: 1px solid #e4e5e6;
	border-top: 0;
	background-color: #f7f9fa;
	z-index: 10;
	max-height: 300px;
	overflow: hidden
}

.component-select .select-dropdown-box .select-dropdown-inner-box {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 250px
}

.component-select .select-dropdown-box .select-dropdown-tips {
	padding: 11px 8px;
	font-size: 14px;
	line-height: 20px;
	color: #949ba1;
	background-color: #fff;
	border-bottom: 1px solid #edf0f2
}

.component-select .select-dropdown-box .select-dropdown-head {
	padding: 10px 9px;
	font-size: 16px;
	line-height: 22px;
	color: #e1944d;
	background-color: #fffdea;
	border-bottom: 1px solid #edf0f2
}

.component-select .select-dropdown-box .select-dropdown {
	background-color: #fff
}

.component-select .select-dropdown-box .pb {
	padding-bottom: 50px
}

.component-select .select-dropdown-box .bottom-btns {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 11px 20px;
	border-top: 1px solid #edf0f2;
	background-color: #fff
}

.component-select .select-dropdown-box .bottom-btns .bottom-btn {
	width: 112px;
	line-height: 28px;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 4px;
	color: #fff;
	background-color: #078cf1;
	transition: all .3s ease;
	cursor: pointer
}

.component-select .select-dropdown-box .bottom-btns .bottom-btn:hover {
	background-color: #64b9fa
}

.component-select .select-dropdown-box .dropdown-item-box {
	border-bottom: .1px solid #edf0f2
}

.component-select .select-dropdown-box .dropdown-item-box .dropdown-item-title {
	padding: 15px 9px 7px;
	font-size: 1.4rem;
	line-height: 20px;
	color: #949ba1
}

.component-select .select-dropdown-box .dropdown-item {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 11px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #58646e;
	transition: all .3s;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-select .select-dropdown-box .dropdown-item.selected,.component-select .select-dropdown-box .dropdown-item:hover {
	background-color: #f5f6f7;
	color: #078cf1
}

.component-select .select-dropdown-box .dropdown-item.checkbox {
	padding-right: 40px
}

.component-select .select-dropdown-box .dropdown-item.checkbox:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 2px;
	border: 1px solid #c4c9cc
}

.component-select .select-dropdown-box .dropdown-item.checkbox.selected {
	background-color: transparent;
	color: inherit
}

.component-select .select-dropdown-box .dropdown-item.checkbox.selected:before {
	background-color: #078cf1;
	border-color: #078cf1
}

.component-select .select-dropdown-box .dropdown-item.checkbox.selected:after {
	content: "";
	position: absolute;
	right: 23px;
	top: 50%;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 8px;
	height: 4px;
	-webkit-transform: translateY(-70%) rotate(-45deg);
	transform: translateY(-70%) rotate(-45deg)
}

.component-star-item {
	display: inline-block;
	position: relative;
	margin-right: 2px;
	width: 14px;
	height: 14px;
	vertical-align: middle
}

.component-star-item:last-child {
	margin-right: 0
}

.component-star-item .star-png {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	z-index: 3;
	background-image: none!important
}

.component-star-item .star-png,.component-star-item .star-png .image-preload {
	background-color: transparent!important
}

.component-star-item .star-value {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	margin: 1px;
	background: #078cf1;
	z-index: 2
}

.component-star-item .start-default-value {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: #ddd;
	z-index: 1
}

.component-input {
	height: 42px;
	font-size: 1.6rem
}

.component-input .input-group {
	display: table;
	height: 100%;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0
}

.component-input .input-group input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-input .input-group input:-moz-placeholder,.component-input .input-group input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-input .input-group input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-input .input-group textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-input .input-group textarea:-moz-placeholder,.component-input .input-group textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-input .input-group textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-input .input-group .input {
	display: table-cell;
	padding: 0 10px;
	width: 100%;
	height: 42px;
	border: 1px solid #e4e5e6;
	border-radius: 2px;
	font-size: 1.6rem
}

.component-input .input-group .input:not(:first-child) {
	border-radius: 0 2px 2px 0
}

.component-input .input-group .input:not(:last-child) {
	border-radius: 2px 0 0 2px
}

.component-input .input-group .input-group-addon {
	display: table-cell;
	text-align: center;
	background-color: #edf0f2;
	border: 1px solid #e4e5e6;
	width: 1px;
	vertical-align: middle;
	white-space: nowrap
}

.component-input .input-group .input-group-addon:first-child {
	border-right: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}

.component-input .input-group .input-group-addon:last-child {
	border-left: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}

.component-input .input-group.no-rborder .input {
	border-right: 0
}

.component-input .input-group.no-after-bg .input-group-addon:last-child,.component-input .input-group.no-before-bg .input-group-addon:first-child {
	background-color: transparent
}

.component-tool-tip {
	position: relative
}

.component-tool-tip .tip {
	position: absolute;
	display: inline;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 20px;
	border-radius: 2px
}

.component-tool-tip .tip:after {
	position: absolute;
	content: "";
	bottom: -5px;
	display: block;
	border-top: 5px solid #eb5635;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent
}

.component-tool-tip .tip.top {
	top: -36px
}

.component-tool-tip .tip.top,.component-tool-tip .tip.top:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.component-tool-tip .tip.topLeft {
	top: -36px;
	left: 0
}

.component-tool-tip .tip.topLeft:after {
	left: 14px
}

.component-tool-tip .tip.topRight {
	top: -36px;
	right: 0
}

.component-tool-tip .tip.topRight:after {
	right: 14px
}

.component-tool-tip .tip.bottomRight {
	bottom: -36px;
	right: 0
}

.component-tool-tip .tip.bottomRight:after {
	right: 14px;
	top: -5px;
	bottom: auto;
	border-top: medium;
	border-bottom: 5px solid #eb5635
}

.component-tool-tip.error input {
	background-color: rgba(235,86,53,.1)!important;
	border: 1px solid #eb5635!important
}

.component-tool-tip.error .select-input {
	border-color: #eb5635!important
}

.component-tool-tip.error .tip {
	background-color: #eb5635
}

.component-tool-tip.error .tip:after {
	border-top-color: #eb5635
}

.component-collapse {
	margin: 0 auto
}

.component-collapse .collapse-header {
	position: relative;
	padding: 0 20px;
	height: 42px;
	width: 100%;
	background-color: #e4e5e6;
	line-height: 42px;
	font-size: 1.4rem;
	color: #26343f;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.component-collapse .collapse-header:after {
	position: absolute;
	display: block;
	transition: all .3s ease;
	content: "";
	top: 13px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #949ba1;
	border-bottom: 2px solid #949ba1;
	-webkit-transform-origin: 8px 8px;
	transform-origin: 8px 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.component-collapse .collapse-header:hover {
	background-color: #ddd
}

.component-collapse .collapse-content {
	width: 100%;
	background-color: #fff
}

.component-collapse.collapse-active .collapse-header:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.component-pagination {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center
}

.component-pagination,.component-pagination li {
	list-style: none
}

.component-pagination span {
	display: inline-block;
	margin: 0 8px 0 2px;
	height: 40px;
	line-height: 40px
}

.component-pagination li {
	margin-right: 6px
}

.component-pagination li:last-child {
	margin-right: 0
}

.component-pagination li:hover a {
	background-color: #e4e5e6
}

.component-pagination li,.component-pagination li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 4px;
	transition: all .2s;
	color: #26343f
}

.component-pagination li svg {
	margin: 0;
	width: 6px;
	height: 11px;
	vertical-align: middle
}

.component-pagination li a {
	border: 1px solid #e4e5e6
}

.component-pagination li a.active {
	background-color: #078cf1;
	color: #fff;
	border-color: #078cf1
}

.component-pagination li a.next svg {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.component-affix {
	width: 100%
}

.component-affix .fixed-affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.component-breadcrumb .divider,.component-breadcrumb a,.component-breadcrumb a:active,.component-breadcrumb a:link,.component-breadcrumb a:visited {
	color: rgba(38,52,63,.6);
	font-size: 1.3rem
}

.component-breadcrumb a.current,.component-breadcrumb a:active.current,.component-breadcrumb a:link.current,.component-breadcrumb a:visited.current {
	color: #26343f
}

.component-breadcrumb a:active:hover,.component-breadcrumb a:hover,.component-breadcrumb a:link:hover,.component-breadcrumb a:visited:hover {
	color: #078cf1
}

.component-show-more {
	position: relative
}

.component-show-more p {
	margin: 0;
	white-space: pre-wrap;
	word-wrap: break-word
}

.component-show-more .btn-show {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	font-size: 1.6rem;
	text-align: right;
	background-image: -webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.9),#fff,#fff);
	color: #078cf1
}

.component-link.disabled-link {
	cursor: not-allowed
}

.component-login-section {
	position: relative
}

.component-login-section .login-part {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: hsla(0,0%,100%,.6)
}

.component-login-section .login-part .btn-box {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center
}

.component-login-section .login-part .btn-box .login-btn {
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 12px;
	background-color: #078cf1;
	color: #fff;
	border-radius: 4px;
	font-size: 1.5rem;
	line-height: 21px;
	transition: all .3s
}

.component-login-section .login-part .btn-box .login-btn:hover {
	background-color: #64b9fa
}

.component-login-section .login-part .btn-box .download-btn {
	display: block;
	font-size: 1.6rem;
	text-decoration: underline;
	line-height: 1;
	color: #078cf1;
	white-space: nowrap
}

.component-login-section .child-part {
	max-height: 364px;
	overflow: hidden;
	-webkit-filter: blur(3px);
	filter: blur(3px)
}

.component-evaluation-percentage-circle .meter-background circle {
	fill: none;
	stroke: #f2f2f2;
	stroke-width: 10
}

.component-evaluation-percentage-circle .meter-value path {
	fill: none;
	stroke-width: 10;
	stroke-linecap: round;
	stroke: #078cf1
}

.component-evaluation-percentage-circle text {
	font-size: 22px;
	fill: #58646e
}

.component-evaluation-percentage-circle text.text-value {
	font-size: 2rem
}

.component-evaluation-percentage-circle text.text-describe {
	font-size: 1.1rem;
	fill: #aaa
}

.component-rich-text .content {
	line-height: 2.4rem
}

.component-rich-text .content p {
	margin: 0;
	margin-top: .8rem;
	word-break: break-all;
	word-wrap: break-word;
	text-align: auto
}

.component-rich-text .content p:first-child {
	margin-top: 0
}

@media screen and (min-width:1000px) {
	.component-rich-text .content {
		line-height: 2rem
	}

	.component-rich-text .content p {
		margin-top: .6rem
	}
}

.component-rich-text .more {
	margin-top: .8rem;
	color: #078cf1
}

.component-gradient-text {
	position: relative
}

.component-gradient-text:after,.component-gradient-text:before {
	position: absolute;
	top: 0;
	right: 0;
	content: attr(data-text)
}

.component-gradient-text:after {
	-webkit-mask-image: linear-gradient(180deg,transparent,transparent 10%,#000 90%,#000);
	mask-image: linear-gradient(180deg,transparent,transparent 10%,#000 90%,#000)
}

.component-study-abroad-form-dialog .dialog-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	padding: 12.8rem 4.7rem 6.2rem;
	width: 46rem;
	background-color: #e91f3e;
	border-radius: 1rem
}

@media screen and (max-width:500px) {
	.component-study-abroad-form-dialog .dialog-box {
		top: 0;
		bottom: 0;
		-webkit-transform: none;
		transform: none;
		padding: 9rem 3rem 5rem;
		width: 100%;
		border-radius: 0
	}
}

.component-study-abroad-form-dialog .dialog-box .dialog-close-btn {
	position: absolute;
	right: 2rem;
	top: 2rem;
	width: 1.6rem;
	height: 1.6rem
}

@media screen and (max-width:500px) {
	.component-study-abroad-form-dialog .dialog-box .dialog-close-btn {
		top: 4rem
	}
}

.component-study-abroad-form-dialog .dialog-box .dialog-close-btn:after,.component-study-abroad-form-dialog .dialog-box .dialog-close-btn:before {
	position: absolute;
	content: "";
	width: .2rem;
	height: 2rem;
	background-color: #b41830;
	top: 0;
	-webkit-transform-origin: top;
	transform-origin: top
}

.component-study-abroad-form-dialog .dialog-box .dialog-close-btn:before {
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.component-study-abroad-form-dialog .dialog-box .dialog-close-btn:after {
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.component-study-abroad-form-dialog .dialog-box .dialog-title {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 16rem;
	height: 16rem;
	border-radius: 50%;
	text-align: center;
	background-color: #e91f3e
}

@media screen and (max-width:500px) {
	.component-study-abroad-form-dialog .dialog-box .dialog-title {
		display: none
	}
}

.component-study-abroad-form-dialog .dialog-box .input-list {
	margin-bottom: 4.2rem
}

.component-study-abroad-form-dialog .dialog-box .input-list .input-item {
	margin-bottom: 1.8rem
}

.component-study-abroad-form-dialog .dialog-box .input-list .input-item:last-child {
	margin-bottom: 0
}

.component-study-abroad-form-dialog .dialog-box .submit-button {
	border: 0;
	padding: 0;
	width: 100%;
	font-size: 1.8rem;
	line-height: 4.2rem;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background-color: #6130d1;
	box-shadow: 0 .5rem 1.6rem rgba(129,8,27,.19);
	transition: background-color .3s;
	outline: none
}

.component-study-abroad-form-dialog .dialog-box .submit-button:hover {
	background-color: rgba(97,48,209,.7)
}

.component-study-abroad-input-item .input-outer-box {
	position: relative;
	height: 4.2rem
}

.component-study-abroad-input-item .input-box {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 2rem;
	border-radius: 4px;
	background-color: #b41830
}

@media screen and (max-width:500px) {
	.component-study-abroad-input-item .input-box {
		padding: 0 1rem
	}
}

.component-study-abroad-input-item .input-box input::-webkit-input-placeholder {
	color: #fa4d68;
	line-height: 1.5
}

.component-study-abroad-input-item .input-box input:-moz-placeholder,.component-study-abroad-input-item .input-box input::-moz-placeholder {
	color: #fa4d68;
	line-height: 1.5
}

.component-study-abroad-input-item .input-box input:-ms-input-placeholder {
	color: #fa4d68;
	line-height: 1.5
}

.component-study-abroad-input-item .input-box textarea::-webkit-input-placeholder {
	color: #fa4d68;
	line-height: 1.5
}

.component-study-abroad-input-item .input-box textarea:-moz-placeholder,.component-study-abroad-input-item .input-box textarea::-moz-placeholder {
	color: #fa4d68;
	line-height: 1.5
}

.component-study-abroad-input-item .input-box textarea:-ms-input-placeholder {
	color: #fa4d68;
	line-height: 1.5
}

.component-study-abroad-input-item .input-box .input-ele {
	-webkit-appearance: none;
	background-color: transparent;
	border: 0;
	font-size: 1.8rem;
	height: 4.2rem;
	width: 100%;
	color: #fff
}

.component-study-abroad-input-item .input-box .arrow {
	position: absolute;
	left: 5.8rem;
	top: 1.8rem;
	border-top: .8rem solid #c9cede;
	border-left: .5rem solid transparent;
	border-right: .5rem solid transparent
}

.component-study-abroad-input-item .input-box .before-select {
	position: absolute;
	font-size: 1.6rem;
	line-height: 3.6rem;
	width: 6rem;
	color: #c9cede;
	height: 4.2rem;
	background-color: transparent
}

.component-study-abroad-input-item .input-box .before-select+.input-ele {
	padding-left: 6rem
}

.component-study-abroad-input-item .after-button+.input-box {
	right: 11.5rem
}

.component-study-abroad-input-item .after-button {
	display: inline-block;
	border-radius: 4px;
	width: 10.6rem;
	height: 4.2rem;
	text-align: center;
	overflow: hidden
}

.component-study-abroad-input-item .after-button .captcha-img,.component-study-abroad-input-item .after-button .captcha-img svg {
	width: 100%;
	height: 100%
}

.component-study-abroad-input-item .after-button.captcha-btn {
	color: #fff;
	font-size: 1.8rem;
	line-height: 4.2rem;
	text-align: center;
	background-color: #f48b9b;
	transition: background-color .3s
}

.component-study-abroad-input-item .after-button.captcha-btn:hover {
	background-color: rgba(244,139,155,.7)
}

.xxd-message {
	font-size: 12px;
	position: fixed;
	z-index: 1010;
	width: 100%;
	top: 16px;
	left: 0
}

.xxd-message-notice {
	width: auto;
	vertical-align: middle;
	position: absolute;
	left: 50%
}

.xxd-message-notice-content {
	position: relative;
	right: 50%;
	padding: 8px 16px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,.2);
	background-color: #fff;
	display: block
}

.xxd-message-success .xxdicon {
	color: #00a854
}

.xxd-message-error .xxdicon {
	color: #f04134
}

.xxd-message-warning .xxdicon {
	color: #ffbf00
}

.xxd-message-info .xxdicon,.xxd-message-loading .xxdicon {
	color: #108ee9
}

.xxd-message .xxdicon {
	position: relative;
	top: -2px;
	margin-right: 8px;
	font-size: 14px
}

.component-evaluation-activity-meter .class-text path {
	fill: #333;
	fill-rule: evenodd
}

.component-evaluation-activity-meter .meter-background circle {
	fill: none;
	stroke: #f2f2f2;
	stroke-width: 10
}

.component-evaluation-activity-meter .meter-value path {
	fill: none;
	stroke: #ccc;
	stroke-width: 10;
	stroke-linecap: round
}

.component-evaluation-activity-meter .meter-value path.art {
	stroke: #fd987d
}

.component-evaluation-activity-meter .meter-value path.social {
	stroke: #3d8cea
}

.component-evaluation-activity-meter .meter-value path.science {
	stroke: #f1a746
}

.component-evaluation-activity-meter .meter-value path.club {
	stroke: #63b965
}

.component-evaluation-activity-meter .meter-value path.competition {
	stroke: #ebc86e
}

.component-evaluation-activity-meter .meter-value path.internship {
	stroke: #42a1cd
}

.component-dash-hls-video {
	overflow: hidden
}

.component-dash-hls-video,.component-dash-hls-video .vjs-big-play-centered {
	position: relative;
	z-index: 1
}

.component-dash-hls-video .dash-hls-video-poster {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #000
}

.component-dash-hls-video .dash-hls-video-poster .dash-hls-video-poster-cover {
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.component-admission-rate-chart .shape1 {
	stroke-dasharray: 525.1956176757812;
	stroke-dashoffset: 525.1956176757812;
	transition: stroke-dashoffset 2s
}

.component-admission-rate-chart .shape2 {
	stroke-dasharray: 339.2920008;
	stroke-dashoffset: 339.2920008;
	-webkit-transform-origin: 251px 309px;
	transform-origin: 251px 309px;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition: stroke-dashoffset 2s
}

.component-school-logo-wave {
	position: relative
}

.component-school-logo-wave svg {
	width: 100%;
	height: 100%
}

.component-school-logo-wave .logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 7.1rem;
	height: 7.1rem;
	border-radius: 50%;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat
}

.component-school-logo-wave .c,.component-school-logo-wave .c1,.component-school-logo-wave .c2,.component-school-logo-wave .c3,.component-school-logo-wave .c4,.component-school-logo-wave .c5 {
	-webkit-transform-origin: 71px 71px;
	transform-origin: 71px 71px
}

.component-school-logo-wave .c {
	opacity: 1;
	-webkit-animation: cir .5s linear infinite alternate;
	animation: cir .5s linear infinite alternate
}

.component-school-logo-wave .c1 {
	opacity: .9;
	-webkit-animation: cir1 .5s linear .2s infinite alternate;
	animation: cir1 .5s linear .2s infinite alternate
}

.component-school-logo-wave .c2 {
	opacity: .7;
	-webkit-animation: cir2 .5s linear .3s infinite alternate;
	animation: cir2 .5s linear .3s infinite alternate
}

.component-school-logo-wave .c3 {
	opacity: .5;
	-webkit-animation: cir3 .5s linear .4s infinite alternate;
	animation: cir3 .5s linear .4s infinite alternate
}

.component-school-logo-wave .c4 {
	opacity: .3;
	-webkit-animation: cir4 .5s linear .5s infinite alternate;
	animation: cir4 .5s linear .5s infinite alternate
}

.component-school-logo-wave .c5 {
	opacity: .1;
	-webkit-animation: cir5 .5s linear .6s infinite alternate;
	animation: cir5 .5s linear .6s infinite alternate
}

@-webkit-keyframes cir {
	to {
		-webkit-transform: scale(.98);
		transform: scale(.98)
	}
}

@keyframes cir {
	to {
		-webkit-transform: scale(.98);
		transform: scale(.98)
	}
}

@-webkit-keyframes cir1 {
	to {
		opacity: 0;
		-webkit-transform: scale(.97);
		transform: scale(.97)
	}
}

@keyframes cir1 {
	to {
		opacity: 0;
		-webkit-transform: scale(.97);
		transform: scale(.97)
	}
}

@-webkit-keyframes cir2 {
	to {
		opacity: 0;
		-webkit-transform: scale(.96);
		transform: scale(.96)
	}
}

@keyframes cir2 {
	to {
		opacity: 0;
		-webkit-transform: scale(.96);
		transform: scale(.96)
	}
}

@-webkit-keyframes cir3 {
	to {
		opacity: 0;
		-webkit-transform: scale(.94);
		transform: scale(.94)
	}
}

@keyframes cir3 {
	to {
		opacity: 0;
		-webkit-transform: scale(.94);
		transform: scale(.94)
	}
}

@-webkit-keyframes cir4 {
	to {
		opacity: 0;
		-webkit-transform: scale(.91);
		transform: scale(.91)
	}
}

@keyframes cir4 {
	to {
		opacity: 0;
		-webkit-transform: scale(.91);
		transform: scale(.91)
	}
}

@-webkit-keyframes cir5 {
	to {
		opacity: 0;
		-webkit-transform: scale(.87);
		transform: scale(.87)
	}
}

@keyframes cir5 {
	to {
		opacity: 0;
		-webkit-transform: scale(.87);
		transform: scale(.87)
	}
}

.component-uhome-auth-modal .auth-modal-box {
	position: relative;
	padding: 40px 100px;
	width: 580px;
	background-color: #fff;
	border-radius: 4px;
	text-align: center
}

.component-uhome-auth-modal .auth-modal-box .close-btn {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 15px;
	right: 15px
}

.component-uhome-auth-modal .auth-modal-box .close-btn:after,.component-uhome-auth-modal .auth-modal-box .close-btn:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
	background-color: #949ba1;
	top: 0;
	-webkit-transform-origin: top center;
	transform-origin: top center
}

.component-uhome-auth-modal .auth-modal-box .close-btn:before {
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.component-uhome-auth-modal .auth-modal-box .close-btn:after {
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.component-uhome-auth-modal .auth-modal-box .modal-title {
	font-size: 20px;
	text-align: center;
	font-weight: 700
}

.component-uhome-auth-modal .auth-modal-box .need-phone-box .need-phone-tip {
	margin: 20px 0;
	font-size: 14px
}

.component-uhome-auth-modal .auth-modal-box .need-phone-box .need-phone-tip a {
	color: #046fc2
}

.component-uhome-auth-modal .auth-modal-box .need-phone-box input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-uhome-auth-modal .auth-modal-box .need-phone-box input:-moz-placeholder,.component-uhome-auth-modal .auth-modal-box .need-phone-box input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-uhome-auth-modal .auth-modal-box .need-phone-box input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-uhome-auth-modal .auth-modal-box .need-phone-box textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-uhome-auth-modal .auth-modal-box .need-phone-box textarea:-moz-placeholder,.component-uhome-auth-modal .auth-modal-box .need-phone-box textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-uhome-auth-modal .auth-modal-box .need-phone-box textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item {
	margin-bottom: 10px
}

.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item .input-group,.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item .input-group .input-after,.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item .input-group .input-after .get-captcha,.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item .input-group input {
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	font-size: 1.5rem
}

.component-uhome-auth-modal .auth-modal-box .auth-tip {
	margin: 40px 0;
	font-size: 14px;
	color: #949ba1
}

.component-uhome-auth-modal .auth-modal-box .auth-tip.need-phone {
	margin: 30px 0
}

.component-uhome-auth-modal .auth-modal-box .auth-btn-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.component-uhome-auth-modal .auth-modal-box .auth-btn-group .auth-btn {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 42px;
	line-height: 42px;
	background-color: #f5f6f7;
	color: #26343f;
	border: 1px solid #c4c9cc;
	font-size: 16px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	border-radius: 3px
}

.component-uhome-auth-modal .auth-modal-box .auth-btn-group .auth-btn.auth-btn-primary {
	margin-left: 20px;
	background-color: #078cf1;
	color: #fff;
	border: 1px solid #078cf1
}

@media screen and (max-width:420px) {
	.component-uhome-auth-modal .auth-modal-box {
		width: auto;
		margin: 0 2.4rem;
		padding: 4rem 1.6rem 1.6rem;
		border-radius: 1.6rem
	}

	.component-uhome-auth-modal .auth-modal-box .modal-title {
		font-size: 2rem
	}

	.component-uhome-auth-modal .auth-modal-box .auth-tip {
		margin: 2.4rem 0;
		font-size: 1.5rem;
		text-align: left
	}

	.component-uhome-auth-modal .auth-modal-box .auth-tip.need-phone {
		margin: 2.4rem 0
	}

	.component-uhome-auth-modal .auth-modal-box .auth-btn-group .auth-btn {
		border: none;
		border-radius: .6rem;
		background-color: rgba(228,229,230,.5);
		color: #949ba1
	}

	.component-uhome-auth-modal .auth-modal-box .auth-btn-group .auth-btn.auth-btn-primary {
		margin-left: 1.2rem
	}

	.component-uhome-auth-modal .auth-modal-box .need-phone-box .need-phone-tip {
		text-align: left;
		font-size: 1.3rem
	}

	.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item:first-child .input-group input {
		border-top-left-radius: .4rem;
		border-top-right-radius: .4rem;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}

	.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha-item:nth-child(3) .input-group input {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: .4rem;
		border-bottom-right-radius: .4rem
	}

	.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item {
		margin-bottom: -.1rem
	}

	.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item .input-group input {
		height: 5.6rem;
		line-height: 2.1rem;
		padding: 1.75rem 1rem
	}

	.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item .input-group,.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item .input-group .input-after,.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item .input-group .input-after .get-captcha {
		height: 5.6rem;
		line-height: 5.6rem
	}

	.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item .input-group .input-after {
		background-color: transparent!important
	}

	.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item .input-group .input-after .get-captcha {
		color: #078cf1;
		font-size: 1.5rem;
		text-align: right
	}

	.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item .input-group .input-after.pic-captcha svg {
		height: 5.6rem
	}

	.component-uhome-auth-modal .auth-modal-box .need-phone-box .component-captcha .component-captcha-item .input-group .error-tip {
		font-size: 1.5rem;
		right: 1rem
	}
}

@media print {
	body,html {
		-webkit-print-color-adjust: exact
	}

	.container-footer,.container-header {
		display: none
	}
}

.component-audio {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	height: 40px;
	background-image: linear-gradient(90deg,#61baff,#0c83fa);
	border-radius: 10px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.component-audio .controls {
	-webkit-flex: 0 0 10px;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	margin-right: 10px;
	cursor: pointer
}

.component-audio .controls .play {
	width: 100%
}

.component-audio .controls .pause {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 14px
}

.component-audio .controls .pause:after,.component-audio .controls .pause:before {
	display: block;
	content: "";
	height: 100%;
	width: 3px;
	background-color: #fff
}

.component-audio .controls .pause:before {
	margin-right: 4px
}

.component-audio .progress {
	position: relative;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 10px;
	cursor: pointer
}

.component-audio .progress .progress-line {
	margin-top: 3px;
	height: 4px;
	border-radius: 2px;
	background-color: hsla(0,0%,100%,.3)
}

.component-audio .progress .progress-line-place {
	position: absolute;
	top: 3px;
	height: 4px;
	width: 0;
	border-radius: 2px;
	background-color: #fff;
	transition: width .1s
}

.component-audio .progress .progress-slider {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: left .1s
}

.component-audio .progress .no-animation {
	transition: none
}

.component-audio .time {
	text-align: right;
	margin-left: 10px;
	min-width: 36px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1
}

.container-footer {
	position: relative;
	padding: 30px 0 20px;
	background-color: rgba(38,39,41,.95)
}

.container-footer .section-link-group {
	font-size: 0
}

.container-footer .footer-divide {
	margin-bottom: 16px;
	height: 1px;
	background-color: hsla(0,0%,100%,.1)
}

.container-footer .link-item,.container-footer .text-item {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	color: rgba(196,201,204,.5)
}

.container-footer .link-item:first-child,.container-footer .text-item:first-child {
	padding-left: 0;
	border-left: 0
}

.container-footer .link-item {
	padding: 0 13px;
	border-right: 1px solid rgba(196,201,204,.5)
}

@media screen and (min-width:1250px) {
	.container-footer .link-item {
		padding: 0 15px
	}
}

.container-footer .link-item:last-child {
	border-right: 0
}

.container-footer .link-item:hover {
	color: #65b5f2
}

.container-footer .mb13 {
	margin-bottom: 13px
}

.container-footer .mr20 {
	margin-right: 20px
}

.container-footer .mr40 {
	margin-right: 40px
}

.container-footer .mb30 {
	margin-bottom: 30px
}

.container-footer .mb20 {
	margin-bottom: 20px
}

.container-footer .fs12 {
	font-size: 1.2rem;
	line-height: 17px
}

.component-header-login-section {
	line-height: 30px
}

.component-header-login-section .download-btn .text,.component-header-login-section .login-btn,.component-header-login-section .split-line {
	font-size: 1.3rem;
	color: #26343f
}

.component-header-login-section .download-btn {
	position: relative;
	margin-right: 13px
}

.component-header-login-section .download-btn .text {
	vertical-align: top
}

.component-header-login-section .download-btn .download-box {
	display: none;
	z-index: 10;
	position: absolute;
	right: -22px;
	top: 40px;
	width: 142px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #c4c9cc
}

.component-header-login-section .download-btn .download-box:after,.component-header-login-section .download-btn .download-box:before {
	content: " ";
	display: table;
	clear: both
}

.component-header-login-section .download-btn .download-box .app-qrcode {
	display: block;
	width: 120px;
	height: 120px
}

.component-header-login-section .download-btn .download-box:after,.component-header-login-section .download-btn .download-box:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid
}

.component-header-login-section .download-btn .download-box:before {
	top: -10px;
	right: 61px;
	border-bottom-color: #c4c9cc
}

.component-header-login-section .download-btn .download-box:after {
	top: -9px;
	right: 61px;
	border-bottom-color: #fff
}

.component-header-login-section .download-btn:hover .download-box {
	display: block
}

.component-header-login-section .login-box {
	position: relative
}

.component-header-login-section .login-box .personal-btn .personal-username {
	font-size: 1.3rem;
	vertical-align: top
}

.component-header-login-section .login-box .personal-btn .personal-center-arrow {
	fill: #c4c9cc;
	vertical-align: middle
}

.component-header-login-section .login-box .personal-btn:hover .personal-center-arrow {
	fill: #32a3f9
}

.component-header-login-section .login-box .personal-center-panel {
	position: absolute;
	display: none;
	right: 0;
	top: 40px;
	min-width: 150px;
	padding: 10px 0;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	z-index: 10
}

.component-header-login-section .login-box .personal-center-panel.show {
	display: block
}

.component-header-login-section .login-box .personal-center-panel:after,.component-header-login-section .login-box .personal-center-panel:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-bottom: 10px solid;
	border-right: 10px solid transparent
}

.component-header-login-section .login-box .personal-center-panel:before {
	top: -10px;
	right: 30px;
	border-bottom-color: #c8c8c8
}

.component-header-login-section .login-box .personal-center-panel:after {
	top: -9px;
	right: 30px;
	border-bottom-color: #fff
}

.component-header-login-section .login-box .personal-center-panel .panel-title {
	padding: 0 15px 9px;
	color: #999;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 10px;
	white-space: nowrap;
	cursor: default
}

.component-header-login-section .login-box .personal-center-panel .panel-title span {
	font-size: 1.3rem
}

.component-header-login-section .login-box .personal-center-panel .panel-item {
	display: block;
	margin-left: 0;
	padding: 0 15px;
	color: #26343f;
	transition: all .2s;
	font-size: 1.3rem
}

.component-header-login-section .login-box .personal-center-panel .panel-item.logout {
	color: #58646e
}

.component-header-login-section .login-box .personal-center-panel .panel-item:hover {
	color: #fff;
	background-color: #078cf1
}

.container-header {
	position: relative;
	margin: 0;
	width: 100%;
	height: 88px;
	min-width: 1000px;
	background-color: #fff;
	z-index: 1001;
	box-shadow: 0 0 3px rgba(0,0,0,.25)
}

.container-header h1,.container-header h2,.container-header h3,.container-header h4,.container-header h5,.container-header h6 {
	margin: 0;
	font-weight: 400
}

.container-header .header-top {
	position: relative;
	display: block;
	background-color: #444;
	height: 28px;
	line-height: 28px;
	color: #ccc
}

.container-header .header-top .item {
	position: relative;
	float: left
}

.container-header .header-top .item-new:after {
	content: " ";
	position: absolute;
	width: calc(20px / 5 * 3.5);
	height: calc(12px / 5 * 3.5);
	top: 0;
	left: 3.2em;
	background: url(../images/hd_sp.gif) no-repeat 50%/contain
}

.container-header .header-top .split {
	float: left;
	width: 1px;
	height: 12px;
	margin-top: 9px;
	border-right: 1px solid #aaa;
	margin-left: 14px
}

.container-header .header-top .login-section {
	line-height: 28px
}

.container-header .header-top .login-section .download-btn .text {
	color: #ccc
}

.container-header .header-top .login-section .download-btn:hover .text {
	color: #fff
}

.container-header .header-top .login-section .login-box .split-line {
	color: #ccc
}

.container-header .header-top .login-section .login-box .login-btn {
	margin: 0
}

.container-header .header-top .login-section .login-box .login-btn:hover,.container-header .header-top .login-section .login-box .personal-btn:hover {
	color: #fff
}

.container-header .header-top a {
	color: #ccc;
	margin-left: 15px
}

.container-header .header-top a:first-child {
	margin-left: 0
}

.container-header .header-top a:hover {
	color: #eee
}

.container-header .header-top * {
	font-size: 1.3rem
}

.container-header .header-bottom {
	position: relative;
	padding: 0
}

.container-header .header-bottom .logo {
	position: relative;
	display: block;
	margin: 14px 10px 0 0;
	height: 32px;
	width: auto;
	fill: #078cf1
}

.container-header .navi {
	float: left;
	display: block;
	z-index: 999;
	width: auto;
	background-color: #fff
}

.container-header .navi:after,.container-header .navi:before {
	content: " ";
	display: table;
	clear: both
}

.container-header .navi .tool-navi {
	position: relative;
	float: left
}

.container-header .navi .tool-navi>a {
	float: left;
	display: block;
	height: 60px;
	padding: 0 15px;
	line-height: 60px;
	font-size: 1.6rem;
	color: #333;
	border-top: 1px solid #64b9fa;
	border-bottom: 3px solid #fff
}

.container-header .navi .tool-navi>a:first-child {
	border-top: none
}

.container-header .navi .tool-navi>a,.container-header .navi .tool-navi>a span {
	line-height: 60px;
	font-size: 1.6rem;
	color: #333
}

.container-header .navi .tool-navi>a svg {
	height: 12px;
	margin-left: 4px;
	vertical-align: -1px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.container-header .navi .tool-navi>a.active,.container-header .navi .tool-navi>a.active span,.container-header .navi .tool-navi>a:hover {
	color: #078cf1
}

.container-header .navi .tool-navi>a.active svg {
	fill: #078cf1
}

.container-header .navi .tool-navi>a.active:hover,.container-header .navi .tool-navi>a.active:hover span {
	color: #1998f8
}

.container-header .navi .tool-navi .tools-container {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	min-width: 180px;
	padding: 10px 13px 16px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.2)
}

.container-header .navi .tool-navi .tools-container>a {
	display: block;
	margin-top: 16px;
	color: #26343f;
	font-size: 1.5rem
}

.container-header .navi .tool-navi .tools-container>a:first-child {
	margin-top: 0
}

.container-header .navi .tool-navi .tools-container>a:hover {
	color: #078cf1
}

.container-header .navi .tool-navi .tools-container.show {
	display: block
}

.container-header .navi>a {
	float: left;
	display: block;
	height: 60px;
	padding: 0 15px;
	font-size: 1.6rem;
	line-height: 60px;
	color: #333;
	border: none;
	border-bottom: 3px solid #fff
}

.container-header .navi>a:hover {
	color: #078cf1
}

.container-header .navi>.active,.container-header .navi>.active:hover {
	color: #078cf1;
	border-bottom: 3px solid #078cf1
}

.container-header .spring {
	background: #e45437 url(../images/header-bg.png) no-repeat 50%/1920px 60px
}

.container-header .spring .header-bottom .logo {
	fill: #fff
}

.container-header .spring .navi {
	background-color: transparent
}

.container-header .spring .navi>a {
	color: #fff;
	border: none;
	border-bottom: 3px solid transparent
}

.container-header .spring .navi>a:hover {
	color: #fcda2c
}

.container-header .spring .navi>.active {
	color: #fff;
	border-bottom: 3px solid #fff
}

.container-header .spring .navi .tool-navi>a {
	border-bottom: 3px solid transparent
}

.container-header .spring .navi .tool-navi>a,.container-header .spring .navi .tool-navi>a span {
	line-height: 60px;
	font-size: 1.6rem;
	color: #fff
}

.container-header .spring .navi .tool-navi>a svg {
	fill: #fff
}

.container-header .spring .navi .tool-navi>a:hover span {
	color: #fcda2c
}

.container-header .spring .navi .tool-navi>a:hover svg {
	fill: #fcda2c
}

.container-header .search {
	position: absolute;
	margin-top: 12px;
	right: 0
}

.component-header-search-input {
	position: relative
}

.component-header-search-input .search-input-box .search-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	margin: auto 0;
	width: 16px;
	height: 16px;
	stroke: #949ba1;
	transition: stroke .3s ease
}

.component-header-search-input .search-input-box .search-input {
	padding: 6px 12px 7px 34px;
	width: 46px;
	border: 1px solid #edf0f2;
	font-size: 1.5rem;
	line-height: 21px;
	border-radius: 4px;
	background: #f1f2f2 url(../images/search-icon.png) no-repeat 12px/16px 16px;
	transition: all .3s ease
}

.component-header-search-input .search-input-box .search-input:focus {
	background-color: #fff;
	border-color: #078cf1;
	width: 210px
}

@media screen and (min-width:1250px) {
	.component-header-search-input .search-input-box .search-input,.component-header-search-input .search-input-box .search-input:focus {
		width: 280px
	}
}

.component-header-search-input .search-input-box input::-webkit-input-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.component-header-search-input .search-input-box input:-moz-placeholder,.component-header-search-input .search-input-box input::-moz-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.component-header-search-input .search-input-box input:-ms-input-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.component-header-search-input .search-input-box textarea::-webkit-input-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.component-header-search-input .search-input-box textarea:-moz-placeholder,.component-header-search-input .search-input-box textarea::-moz-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.component-header-search-input .search-input-box textarea:-ms-input-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.component-header-search-input .search-input-box .search-input:focus+.search-icon {
	stroke: #078cf1
}

.component-header-search-input .dropdown-box {
	position: absolute;
	top: 38px;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #edf0f2;
	box-shadow: 0 2px 4px rgba(0,0,0,.2)
}

.component-login-box .login-nav {
	position: relative;
	padding-bottom: 12px;
	font-size: 0;
	border-bottom: 2px solid #f7f9fa
}

.component-login-box .login-nav .login-nav-item {
	display: inline-block;
	width: 50%;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5
}

.component-login-box .login-nav:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	width: 50%;
	background-color: #078cf1;
	transition: all .3s
}

.component-login-box .login-nav.second-active:after {
	left: 50%
}

.component-login-box .login-box-view {
	overflow: hidden
}

.component-login-box .login-box-view .login-box {
	white-space: nowrap;
	font-size: 0;
	transition: all .3s
}

.component-login-box .login-box-view .login-box.second-active {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.component-login-box .login-box-view .login-box .login-box-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	margin-top: 32px;
	font-size: 1.6rem
}

.component-login-box .login-box-view .login-box .login-box-item .qrcode-title {
	margin-bottom: 32px;
	font-size: 1.4rem;
	line-height: 20px
}

.component-login-box .login-box-view .login-box .login-box-item .qrcode-area {
	display: inline-block
}

.component-login-box .login-box-view .login-box .login-box-item .qrcode-area .canvas-box {
	width: 180px;
	height: 180px;
	position: relative;
	vertical-align: top
}

.component-login-box .login-box-view .login-box .login-box-item .qrcode-area .canvas-box .canvas-mask {
	position: absolute;
	top: -5px;
	bottom: -5px;
	right: 0;
	left: 0;
	background-color: hsla(0,0%,100%,.95)
}

.component-login-box .login-box-view .login-box .login-box-item .qrcode-area .canvas-box .canvas-mask .refresh-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 56px;
	width: 56px;
	background-color: #26343f;
	border-radius: 50%;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	text-align: center;
	line-height: 56px;
	font-size: 0
}

.component-login-box .login-box-view .login-box .login-box-item .qrcode-area .canvas-box .canvas-mask .refresh-btn .refresh-icon {
	width: 24px;
	height: 25px;
	vertical-align: middle;
	transition: all 1s ease
}

.component-login-box .login-box-view .login-box .login-box-item .qrcode-area .canvas-box .canvas-mask .refresh-btn .loading .refresh-icon {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.component-login-box .login-box-view .login-box .login-box-item .qrcode-area .canvas-box .canvas-mask .refresh-text {
	margin-top: 145px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 17px;
	color: #ff4046
}

.component-login-box .login-box-view .login-box .login-box-item .qrcode-area .canvas-box .qrcode-canvas {
	display: block
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha {
	padding: 8px 0 40px
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group {
	height: 42px
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group input:-moz-placeholder,.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group textarea:-moz-placeholder,.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group .mobile-input {
	height: 42px;
	margin-bottom: 12px;
	font-size: 1.4rem;
	border: 1px solid #e4e5e6;
	background-color: #f5f6f7
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group .input-after {
	height: 40px;
	width: unset;
	margin-top: 1px;
	margin-right: 1px;
	line-height: 42px;
	border-radius: 0;
	background-color: #f5f6f7!important;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group .input-after:hover {
	background-color: #f5f6f7!important
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group .input-after:hover .get-captcha {
	color: #32a3f9
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group .input-after.captcha-image {
	padding: 0;
	margin-top: 3px;
	margin-right: 3px;
	width: 92px;
	height: 37px;
	border-radius: 0;
	overflow: hidden
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group .input-after.captcha-image:after {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skewx(-25deg);
	transform: skewx(-25deg);
	background-image: -webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));
	z-index: 10
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group .input-after.captcha-image:hover:after {
	left: 100%;
	transition: all .5s
}

.component-login-box .login-box-view .login-box .login-box-item .component-captcha .input-group .input-after .get-captcha {
	height: 42px;
	line-height: 42px;
	color: #078cf1;
	font-size: 1.4rem
}

.component-login-box .login-box-view .login-box .login-box-item .component-login-btn {
	height: 42px;
	line-height: 42px;
	font-size: 1.6rem;
	background-color: #078cf1;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.component-login-box .login-box-view .login-box .login-box-item .component-login-btn:hover {
	background-color: #32a3f9
}

.component-login-box .user-agreement {
	padding: 24px 0 40px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.component-login-box .user-agreement .component-icon {
	margin-right: .4rem;
	width: 1.4rem;
	height: 1.4rem
}

.component-login-box .user-agreement span {
	font-size: 1.2rem;
	color: #58646e
}

.component-login-box .user-agreement a {
	color: #078cf1;
	font-size: 1.2rem
}

.component-login-box .user-agreement a:hover {
	text-decoration: underline
}

.component-login-box.simple {
	padding-top: 24px
}

.component-login-box.simple .login-box-view .login-box .login-box-item {
	margin-top: 24px
}

.component-login-box.simple .login-box-view .login-box .login-box-item .component-captcha {
	padding-top: 0;
	padding-bottom: 32px
}

.component-login-box.simple .login-box-view .login-box .login-box-item .component-captcha .input-group .mobile-input {
	border: 0;
	border-bottom: 1px solid #edf0f2;
	border-radius: 0;
	background-color: transparent
}

.component-login-box.simple .login-box-view .login-box .login-box-item .component-captcha .input-group .input-after {
	border-radius: 0;
	background-color: #fff!important
}

.component-login-box.simple .login-box-view .login-box .login-box-item .component-captcha .input-group .input-after:hover {
	background-color: #fff!important
}

.component-login-box.simple .login-box-view .login-box .login-box-item .component-captcha .input-group .input-after.captcha-image {
	margin: 0;
	overflow: hidden
}

.component-login-box.simple .login-box-view .login-box .login-box-item .component-captcha .input-group .input-after.captcha-image:after {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skewx(-25deg);
	transform: skewx(-25deg);
	background-image: -webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));
	z-index: 10
}

.component-login-box.simple .login-box-view .login-box .login-box-item .component-captcha .input-group .input-after.captcha-image:hover:after {
	left: 100%;
	transition: all .5s
}

.component-login-box.simple .login-box-view .login-box .login-box-item .component-login-btn {
	margin: 0
}

.component-login-box.simple .login-box-view .login-box .login-box-item .qrcode-title {
	margin-bottom: 20px
}

.component-login-box.simple .user-agreement {
	padding-bottom: 38px
}

.component-login .frame {
	width: 400px;
	min-height: 513px;
	background-color: transparent!important;
	-webkit-transform: translate(-50%,-58%)!important;
	transform: translate(-50%,-58%)!important
}

.component-login .login-close-btn {
	position: absolute;
	right: -38px;
	top: -32px;
	width: 36px;
	height: 36px;
	padding: 10px;
	transition: all .3s;
	z-index: 100;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.component-login .login-close-btn:hover {
	-webkit-transform: translateZ(0) rotate(180deg);
	transform: translateZ(0) rotate(180deg)
}

.component-login .component-login-container {
	position: absolute;
	top: 50%;
	width: 400px;
	margin-top: -1px;
	border-radius: 6px;
	text-align: center;
	-webkit-transform: translateZ(0) translateY(-50%);
	transform: translateZ(0) translateY(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	z-index: 100
}

.component-login .component-login-container .login-header {
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 113px;
	background: #078cf1 url(../images/login-header-bg.png) repeat-x bottom/382px 47px
}

.component-login .component-login-container .login-wrapper {
	padding: 0 40px;
	background-color: #fff
}

.component-confirm-dialog {
	padding: 40px 100px 60px
}

.component-confirm-dialog .confirm-dialog-title {
	margin-bottom: 40px;
	font-size: 2rem;
	text-align: center;
	line-height: 1;
	font-weight: 500;
	color: #0c1f32
}

.component-confirm-dialog .confirm-dialog-desc {
	margin-bottom: 60px
}

.component-confirm-dialog .confirm-dialog-btn-groups {
	width: 380px
}

.component-confirm-dialog .confirm-dialog-btn-groups .confirm-dialog-btn-cancel {
	margin-right: 20px;
	width: 180px;
	height: 42px;
	background-color: #f5f6f7;
	border: 1px solid #c4c9cc;
	border-radius: 3px;
	color: #58646e;
	font-size: 1.6rem;
	line-height: 40px;
	text-align: center;
	transition: all .3s
}

.component-confirm-dialog .confirm-dialog-btn-groups .confirm-dialog-btn-cancel:hover {
	background-color: #c4c9cc;
	color: #fff
}

.component-confirm-dialog .confirm-dialog-btn-groups .confirm-dialog-btn-confirm {
	width: 180px;
	height: 42px;
	background-color: #078cf1;
	border-radius: 3px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 42px;
	text-align: center;
	transition: all .3s
}

.component-confirm-dialog .confirm-dialog-btn-groups .confirm-dialog-btn-confirm:hover {
	background-color: #64b9fa
}

.component-confirm-dialog .confirm-dialog-btn-groups .confirm-dialog-btn-confirm.red {
	background-color: #f23d18
}

.component-confirm-dialog .confirm-dialog-btn-groups .confirm-dialog-btn-confirm.red:hover {
	background-color: lightblue(#f23d18,20%)
}

.component-my-question-item {
	display: block;
	padding: 23px 0 11px;
	border-bottom: 1px dashed #e4e5e6;
	transition: all .3s
}

.component-my-question-item .question-item-box .question-text {
	margin-bottom: 23px;
	font-size: 1.6rem;
	color: #26343f;
	line-height: 30px;
	max-height: 60px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.component-my-question-item .question-item-box .question-text {
		line-height: 30px;
		max-height: 60px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.component-my-question-item .question-item-box .question-text {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.component-my-question-item .question-item-box .question-footer span {
	line-height: 1;
	font-size: 1.2rem;
	color: #949ba1
}

.component-my-question-item .question-item-box .question-footer .answer .answer-count {
	color: #ff9c08
}

.component-my-question-item:hover {
	background-color: #f7f9fa
}

.component-news-item {
	position: relative;
	display: block;
	padding: 20px 0;
	text-decoration: none;
	color: #26343f;
	transition: all .3s;
	border-bottom: 1px solid rgba(228,229,230,.6);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.component-news-item:hover {
	color: #26343f
}

.component-news-item .news-item-box {
	height: 145px
}

.component-news-item .news-item-box .news-item-left-part {
	padding-top: 3px
}

.component-news-item .news-item-box .news-item-left-part .news-item-head {
	margin: 0 0 13px 0;
	font-size: 2rem;
	line-height: 24px;
	transition: all .3s;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-news-item .news-item-box .news-item-left-part .news-item-head:hover {
	color: #078cf1
}

.component-news-item .news-item-box .news-item-left-part .news-item-preview {
	display: block;
	font-size: 1.4rem;
	color: #58646e;
	line-height: 24px;
	max-height: 48px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.component-news-item .news-item-box .news-item-left-part .news-item-preview {
		line-height: 24px;
		max-height: 48px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.component-news-item .news-item-box .news-item-left-part .news-item-preview {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.component-news-item .news-item-box .news-item-left-part .news-item-footer {
	position: absolute;
	bottom: 20px;
	font-size: 0
}

.component-news-item .news-item-box .news-item-left-part .news-item-footer .news-tag {
	display: inline-block;
	margin-right: 20px;
	height: 20px;
	padding: 0 8px;
	font-size: 1.2rem;
	line-height: 18px;
	color: #078cf1;
	border: 1px solid rgba(7,140,241,.8);
	border-radius: 10px;
	vertical-align: middle
}

.component-news-item .news-item-box .news-item-left-part .news-item-footer .news-date {
	margin-right: 20px;
	color: #949ba1;
	font-size: 1.2rem;
	vertical-align: middle
}

.component-news-item .news-item-box .news-item-left-part .news-item-footer .news-view-count {
	font-size: 1.4rem;
	vertical-align: middle
}

.component-news-item .news-item-box .news-item-left-part .news-item-footer .news-view-count .eye-icon {
	margin-right: 4px;
	width: 12px;
	vertical-align: middle;
	stroke: #949ba1
}

.component-news-item .news-item-box .news-item-left-part .news-item-footer .news-view-count .view-count {
	font-size: 1.2rem;
	color: #949ba1
}

.component-news-item .news-item-box.has-image .news-item-left-part {
	margin-right: 256px
}

.component-news-item .news-item-box .news-item-right-part .news-image {
	width: 220px;
	height: 150px;
	overflow: hidden;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.component-news-item .news-item-box .news-item-right-part .news-image:hover .image-preload {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.component-no-result {
	text-align: center
}

.component-no-result .image-src {
	margin: 100px auto 40px;
	width: 342px;
	height: 148px
}

.component-no-result .text {
	font-size: 1.6rem;
	line-height: 1;
	color: #58646e
}

.component-online-qa .mask {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.component-online-qa .online-qa-container {
	position: relative;
	padding: 40px 80px;
	width: 660px;
	background-color: #fff;
	border-radius: 4px
}

.component-online-qa .online-qa-container .close-btn {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 15px;
	right: 15px
}

.component-online-qa .online-qa-container .close-btn:after,.component-online-qa .online-qa-container .close-btn:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
	background-color: #949ba1;
	top: 0;
	-webkit-transform-origin: top center;
	transform-origin: top center
}

.component-online-qa .online-qa-container .close-btn:before {
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.component-online-qa .online-qa-container .close-btn:after {
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.component-online-qa .online-qa-container .qrcode-box {
	position: relative;
	padding: 45px 0 55px;
	text-align: center
}

.component-online-qa .online-qa-container .qrcode-box .image-src {
	width: 160px;
	height: 160px
}

.component-online-qa .online-qa-container .qrcode-box .qrcode-desc {
	font-size: 1.6rem;
	line-height: 22px;
	color: #26343f
}

.component-online-qa .online-qa-container .qrcode-box .btn-next {
	position: absolute;
	right: 0;
	bottom: 20px;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	color: #949ba1;
	transition: color .3s
}

.component-online-qa .online-qa-container .qrcode-box .btn-next:hover {
	color: #078cf1
}

.component-online-qa .online-qa-container .ask-part .ask-part-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 28px;
	font-weight: 600
}

.component-question-ask-box .ask-box .ask-input {
	display: block;
	width: 100%;
	height: 200px;
	padding: 10px;
	resize: none;
	font-size: 1.4rem;
	line-height: 28px;
	color: #26343f;
	border: 1px solid #e4e5e6
}

.component-question-ask-box .ask-box .tag-box {
	margin-top: 30px
}

.component-question-ask-box .ask-box .tag-box .tag-title {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 22px;
	font-weight: 600
}

.component-question-ask-box .ask-box .tag-box .tag-list {
	font-size: 0
}

.component-question-ask-box .ask-box .tag-box .tag-list .tag-item {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 18px;
	padding: 8px 15px;
	background-color: #f5f6f7;
	font-size: 1.4rem;
	line-height: 20px;
	color: #949ba1;
	cursor: pointer
}

.component-question-ask-box .ask-box .tag-box .tag-list .tag-item.active {
	background-color: #078cf1;
	color: #fff
}

.component-question-ask-box .ask-box .tag-box .login-box {
	margin-top: 20px
}

.component-question-ask-box .ask-box .tag-box .login-box .component-captcha .component-captcha-item {
	margin-bottom: 10px
}

.component-question-ask-box .ask-box .tag-box .login-box .component-captcha .component-captcha-item:last-child {
	margin-bottom: 0
}

.component-question-ask-box .ask-box .tag-box .login-box .component-captcha .component-captcha-item .input-group {
	height: 40px
}

.component-question-ask-box .ask-box .tag-box .login-box .component-captcha .component-captcha-item .input-group .mobile-input {
	height: 100%;
	border-radius: 2px;
	border-color: #e4e5e6
}

.component-question-ask-box .ask-box .tag-box .login-box .component-captcha .component-captcha-item .input-group .input-after {
	height: 100%;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: transparent!important
}

.component-question-ask-box .ask-box .tag-box .login-box .component-captcha .component-captcha-item .input-group .input-after .get-captcha {
	line-height: 40px;
	height: 40px;
	color: #078cf1
}

.component-question-ask-box .ask-box input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 2
}

.component-question-ask-box .ask-box input:-moz-placeholder,.component-question-ask-box .ask-box input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 2
}

.component-question-ask-box .ask-box input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 2
}

.component-question-ask-box .ask-box textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 2
}

.component-question-ask-box .ask-box textarea:-moz-placeholder,.component-question-ask-box .ask-box textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 2
}

.component-question-ask-box .ask-box textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 2
}

.component-question-ask-box .ask-box .submit-btn {
	margin: 30px auto 0;
	width: 200px;
	height: 40px;
	border-radius: 3px;
	background-color: #078cf1;
	color: #fff;
	text-align: center;
	line-height: 40px;
	transition: all .3s
}

.component-question-ask-box .ask-box .submit-btn.disabled {
	opacity: .4
}

.component-question-ask-box .ask-box .submit-btn:hover {
	background-color: #32a3f9
}

.component-question-info-modal .modal-viewbox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 800px;
	overflow-x: hidden
}

.component-question-info-modal .modal-inner-viewbox {
	padding: 100px 0;
	width: 820px;
	height: 100%;
	padding-right: 20px;
	overflow-y: auto
}

.component-question-info-modal .modal-box {
	position: relative;
	padding: 40px 80px;
	background-color: #fff;
	border-radius: 4px
}

.component-question-info-modal .modal-box .close-btn:after,.component-question-info-modal .modal-box .close-btn:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
	background-color: #949ba1;
	top: 0;
	-webkit-transform-origin: top center;
	transform-origin: top center
}

.component-question-info-modal .modal-box .close-btn:before {
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.component-question-info-modal .modal-box .close-btn:after {
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.component-question-info-modal .modal-box .close-btn {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 15px;
	right: 15px;
	stroke: #949ba1
}

.component-question-info-modal .modal-box .close-btn .close-icon {
	width: 100%;
	height: 100%
}

.component-question-info-modal .modal-box .modal-box-title {
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 2rem;
	line-height: 28px;
	font-weight: 600
}

.component-question-info-modal .modal-box .modal-box-tip {
	border-radius: 8px;
	padding: 10px 15px;
	background-color: #fef2da;
	font-size: 1.4rem;
	line-height: 20px;
	color: #ce8745
}

.component-question-info-modal .modal-box .input-list .input-item {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #e4e5e6
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-title {
	position: absolute
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-title .title-text {
	font-size: 1.4rem;
	line-height: 40px;
	color: #26343f;
	font-weight: 600
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-title .title-text .require {
	margin-left: 5px;
	color: #ff4046;
	font-weight: 400
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-title .subtitle-text {
	position: absolute;
	margin-top: -8px;
	font-size: 1.2rem;
	line-height: 17px;
	color: #949ba1
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content {
	margin-left: 124px
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content input:-moz-placeholder,.component-question-info-modal .modal-box .input-list .input-item .input-item-content input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content textarea:-moz-placeholder,.component-question-info-modal .modal-box .input-list .input-item .input-item-content textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .type-input {
	padding: 0 10px;
	width: 100%;
	height: 40px;
	border: 1px solid #e4e5e6;
	font-size: 1.4rem;
	border-radius: 2px;
	color: #26343f
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs {
	margin-bottom: 5px;
	font-size: 0
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs .mixin-input {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	white-space: nowrap;
	font-size: 0
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs .mixin-input:last-child {
	margin-right: 0
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs .mixin-input .mixin-input-label {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.4rem;
	line-height: 40px;
	color: #26343f
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs .mixin-input input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs .mixin-input input:-moz-placeholder,.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs .mixin-input input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs .mixin-input input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs .mixin-input textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs .mixin-input textarea:-moz-placeholder,.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs .mixin-input textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs .mixin-input textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs .mixin-input .mixin-input-control {
	padding: 0 10px;
	width: 100px;
	height: 40px;
	font-size: 1.4rem;
	color: #26343f;
	border: 1px solid #e4e5e6;
	border-radius: 2px
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .mixin-inputs .mixin-input .mixin-input-control:disabled {
	background-color: #f5f6f7;
	color: #c4c9cc
}

.component-question-info-modal .modal-box .input-list .input-item .input-item-content .mixin-box .component-checkbox-group {
	margin-bottom: -10px
}

.component-question-info-modal .modal-box .modal-btns {
	margin-top: 30px;
	font-size: 0;
	text-align: center
}

.component-question-info-modal .modal-box .modal-btns .modal-btn {
	display: inline-block;
	width: 150px;
	line-height: 36px;
	border-radius: 3px;
	font-size: 1.4rem;
	transition: all .3s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.component-question-info-modal .modal-box .modal-btns .modal-btn.btn-back {
	color: #26343f;
	background-color: #f5f6f7
}

.component-question-info-modal .modal-box .modal-btns .modal-btn.btn-back:hover {
	background-color: #e4e5e6
}

.component-question-info-modal .modal-box .modal-btns .modal-btn.btn-confirm {
	color: #fff;
	background-color: #078cf1
}

.component-question-info-modal .modal-box .modal-btns .modal-btn.btn-confirm:hover {
	background-color: #32a3f9
}

.component-question-info-modal .modal-box .modal-btns .modal-btn:first-child {
	margin-right: 20px
}

.component-question-info-modal .modal-success {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 4px;
	padding: 70px 0 90px;
	width: 552px;
	height: 286px;
	text-align: center
}

.component-question-info-modal .modal-success .feedback-icon {
	margin-bottom: 30px;
	width: 80px;
	height: 80px
}

.component-question-info-modal .modal-success .sub-text {
	font-size: 1.6rem;
	line-height: 1;
	color: #26343f
}

.component-question-item {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	padding: 30px 10px 0
}

.component-question-item:hover {
	background-color: #f7f9fa
}

.component-question-item .question-item-box {
	padding-bottom: 30px;
	border-bottom: 1px dashed #e4e5e6
}

.component-question-item .question-item-box .view-count-box {
	margin-right: 20px;
	padding: 16px 0;
	width: 68px;
	height: 68px;
	text-align: center;
	border: 1px solid #edf0f2;
	border-radius: 2px;
	background-color: #fff
}

.component-question-item .question-item-box .view-count-box .view-count-number {
	display: block;
	margin-bottom: 8px;
	font-family: gothamBook,sans-serif;
	font-size: 1.6rem;
	line-height: 16px;
	color: #078cf1
}

.component-question-item .question-item-box .view-count-box .view-count-text {
	display: block;
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: #949ba1
}

.component-question-item .question-item-box .question-info {
	position: relative;
	margin-left: 88px
}

.component-question-item .question-item-box .question-info .question-title {
	margin-bottom: 5px;
	font-size: 1.6rem;
	color: #0c1f32;
	line-height: 26px;
	max-height: 52px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.component-question-item .question-item-box .question-info .question-title {
		line-height: 26px;
		max-height: 52px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.component-question-item .question-item-box .question-info .question-title {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.component-question-item .question-item-box .question-info .question-title .question-topic {
	color: #078cf1
}

.component-question-item .question-item-box .question-info .question-content {
	font-size: 1.4rem;
	color: #58646e;
	line-height: 21px;
	max-height: 42px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.component-question-item .question-item-box .question-info .question-content {
		line-height: 21px;
		max-height: 42px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.component-question-item .question-item-box .question-info .question-content {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.component-question-item .question-item-box .question-info .question-footer {
	margin-top: 21px
}

.component-question-item .question-item-box .question-info .question-footer .answer-info {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 280px;
	font-size: 1.2rem;
	line-height: 20px
}

.component-question-item .question-item-box .question-info .question-footer .answer-info span {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 20px;
	color: #949ba1;
	white-space: nowrap
}

.component-question-item .question-item-box .question-info .question-footer .answer-info .answerer {
	margin-right: 10px;
	color: #078cf1;
	overflow: hidden;
	text-overflow: ellipsis
}

.component-question-item .question-item-box .question-info .question-footer .tags-box {
	margin-left: 300px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
	min-height: 20px;
	font-size: 0
}

.component-question-item .question-item-box .question-info .question-footer .tags-box .tag-item {
	display: inline-block;
	margin-left: 4px;
	padding: 0 5px;
	font-size: 1.1rem;
	line-height: 20px;
	color: #fff;
	background-color: #fca398;
	border-radius: 2px;
	white-space: nowrap
}

.component-question-item .question-item-box .question-info .question-footer .tags-box .tag-item.blue {
	background-color: #8dbaea;
	overflow: hidden;
	text-overflow: ellipsis
}

.component-question-item .question-item-box .question-info .question-footer .tags-box .tag-item.yellow {
	background-color: #e7c676
}

.component-question-item .question-item-box .question-info .question-footer .tags-box .tag-item.red {
	background-color: #fca398
}

.component-question-item .question-item-box .question-info .question-footer .tags-box .tag-item:first-child {
	margin-right: 0
}

.component-school-logo {
	position: relative;
	padding: 10px;
	width: 100px;
	height: 100px;
	border: 6px solid #e4e5e6;
	border-radius: 50%;
	background-color: #fff
}

.component-school-logo .school-logo {
	border-radius: 50%;
	overflow: hidden
}

.component-school-logo .school-logo .image-preload {
	background-size: contain
}

.component-select-school .select-box {
	padding: 40px 120px 80px;
	width: 660px;
	height: 340px;
	position: relative
}

.component-select-school .select-box .title {
	text-align: center;
	margin-bottom: 60px;
	font-size: 20px;
	font-weight: 500;
	color: #0c1f32
}

.component-select-school .select-box .items .card {
	text-align: center;
	margin-right: 60px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.component-select-school .select-box .items .card:last-child {
	margin-right: 0
}

.component-select-school .select-box .items .card .icon {
	margin-bottom: 10px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 96px;
	font-size: 36px;
	font-weight: 500
}

.component-select-school .select-box .items .card .icon-text {
	font-size: 1.6rem;
	line-height: 1;
	color: #58646e;
	line-height: 22px
}

.component-select-school .select-box .items .card-top .icon {
	border: 2px solid #fe5252;
	color: #fe5252
}

.component-select-school .select-box .items .card-top.select .icon,.component-select-school .select-box .items .card-top:hover .icon {
	background-color: #fe5252;
	color: #fff
}

.component-select-school .select-box .items .card-top.select .icon-text,.component-select-school .select-box .items .card-top:hover .icon-text {
	color: #fe5252
}

.component-select-school .select-box .items .card-middle .icon {
	border: 2px solid #078cf1;
	color: #078cf1
}

.component-select-school .select-box .items .card-middle.select .icon,.component-select-school .select-box .items .card-middle:hover .icon {
	background-color: #078cf1;
	color: #fff
}

.component-select-school .select-box .items .card-middle.select .icon-text,.component-select-school .select-box .items .card-middle:hover .icon-text {
	color: #078cf1
}

.component-select-school .select-box .items .card-bottom .icon {
	border: 2px solid #03bd52;
	color: #03bd52
}

.component-select-school .select-box .items .card-bottom.select .icon,.component-select-school .select-box .items .card-bottom:hover .icon {
	background-color: #03bd52;
	color: #fff
}

.component-select-school .select-box .items .card-bottom.select .icon-text,.component-select-school .select-box .items .card-bottom:hover .icon-text {
	color: #03bd52
}

.component-side-activity .activity-box {
	display: block;
	height: 140px;
	width: 280px;
	background-size: cover;
	background-position: 50%
}

.component-side-activity .activity-box .image-src {
	width: 100%;
	height: 100%
}

.component-side-app-code {
	padding: 20px;
	width: 280px;
	border: 1px solid #e4e5e6;
	background-color: #fff
}

.component-side-app-code .image-src {
	margin-right: 22px;
	width: 81px;
	height: 81px
}

.component-side-app-code .info-box {
	padding-top: 22px
}

.component-side-app-code .info-box .desc {
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1;
	color: #26343f
}

.component-side-app-code .info-box .sub-desc {
	display: block;
	color: #949ba1;
	font-size: 1.2rem;
	line-height: 1
}

.component-side-big-app-code {
	padding: 40px 60px 30px;
	text-align: center;
	border: 1px solid #e4e5e6
}

.component-side-big-app-code .image-src {
	margin-bottom: 20px;
	width: 160px;
	height: 160px
}

.component-side-big-app-code .desc {
	margin-bottom: 6px;
	font-size: 1.6rem;
	line-height: 1;
	color: #26343f
}

.component-side-big-app-code .sub-desc {
	color: #949ba1;
	font-size: 1.2rem;
	line-height: 1
}

.component-side-fixed-bar {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1010
}

@media screen and (min-width:1330px) {
	.component-side-fixed-bar {
		right: auto;
		left: calc(50% + 610px)
	}
}

.component-side-fixed-bar .bar-item {
	margin-bottom: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	opacity: .7;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.component-side-fixed-bar .bar-item:hover {
	opacity: 1
}

.component-side-fixed-bar .bar-item .item-content {
	width: 40px;
	height: 40px;
	text-align: center;
	transition: all .3s
}

.component-side-fixed-bar .bar-item .item-content.has-bg {
	background-color: rgba(0,0,0,.7)
}

.component-side-fixed-bar .bar-item .item-content .item-icon {
	vertical-align: middle;
	width: 23px;
	height: 23px;
	fill: #666
}

.component-side-fixed-bar .bar-item.bar-item-consult .image-src {
	width: 100%;
	height: 100%
}

.component-side-fixed-bar .bar-item.bar-item-consult .item-content {
	background-color: #39f
}

.component-side-fixed-bar .bar-item.bar-item-code .item-icon {
	width: 30px;
	height: 30px
}

.component-side-fixed-bar .bar-item.bar-item-code .popup-code {
	position: absolute;
	right: 55px;
	top: -38px;
	background-color: #fff;
	padding: 15px;
	padding-bottom: 12px;
	border: 1px solid #c8c8c8
}

.component-side-fixed-bar .bar-item.bar-item-code .popup-code:after,.component-side-fixed-bar .bar-item.bar-item-code .popup-code:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: 10px;
	border-bottom: 10px solid transparent
}

.component-side-fixed-bar .bar-item.bar-item-code .popup-code:before {
	right: -10px;
	border-top: 10px solid transparent;
	border-left: 10px solid #c8c8c8
}

.component-side-fixed-bar .bar-item.bar-item-code .popup-code:after {
	right: -9px;
	border-top: 10px solid transparent;
	border-left: 10px solid #fff
}

.component-side-fixed-bar .bar-item.bar-item-code .popup-code .code-box .image-src {
	width: 120px;
	height: 120px
}

.component-side-fixed-bar .bar-item.bar-item-code .popup-code .code-box .text {
	display: block;
	margin-top: 3px;
	font-size: 1.3rem;
	text-align: center;
	color: #333;
	line-height: 18px
}

.component-side-fixed-bar .bar-item.bar-item-up {
	background-color: #ccc
}

.component-side-fixed-bar .bar-item.bar-item-up .item-content {
	position: relative
}

.component-side-fixed-bar .bar-item.bar-item-up .item-content:after,.component-side-fixed-bar .bar-item.bar-item-up .item-content:before {
	position: absolute;
	display: block;
	content: "";
	top: 15px;
	left: 15px;
	width: 8px;
	height: 8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.component-side-fixed-bar .bar-item.bar-item-up .item-content:after {
	top: 22px
}

.component-side-fixed-bar .bar-item .tip {
	background-color: #39f;
	padding: 3px 8px;
	width: 40px;
	height: 40px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 18px;
	transition: all .3s
}

.component-side-fixed-bar .bar-item:last-child {
	margin-bottom: 0
}

.component-side-fixed-bar .bar-item:hover .item-content,.component-side-fixed-bar .bar-item:hover .tip {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px)
}

.component-side-tool {
	padding: 35px 20px 20px;
	background-color: #fff;
	border: 1px solid rgba(228,229,230,.6)
}

.component-side-tool .test-head {
	margin-bottom: 33px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 20px;
	color: #26343f;
	vertical-align: middle;
	font-weight: 700
}

.component-side-tool .test-head:after,.component-side-tool .test-head:before {
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	vertical-align: middle;
	background-color: #26343f
}

.component-side-tool .test-head:before {
	margin-right: 10px
}

.component-side-tool .test-head:after {
	margin-left: 10px
}

.component-side-tool .component-input {
	height: 42px
}

.component-side-tool .component-input .input {
	font-size: 1.4rem
}

.component-side-tool .test-input {
	border: 1px solid #e4e5e6;
	background-color: #f5f6f7;
	margin-bottom: 20px;
	height: 42px;
	border-radius: 2px
}

.component-side-tool .test-input.test-select {
	border: 0
}


.component-side-tool .test-input.test-select .selectBox{width: 100%;}

.component-side-tool .test-input.test-select .selectBox:after {content: "";position: absolute;top: 0;bottom: 0;right: 10px;margin: auto;height: 6px;border-top: 6px solid #c4c9cc;border-left: 5px solid transparent;border-right: 5px solid transparent;box-sizing: border-box;z-index: 1;}

.component-side-tool .test-input.test-select .viewBox3 { height: 100%;}

.component-side-tool .test-input.test-select .viewBox2 { height: 100%;}

.component-side-tool .test-input.test-select .optionBox2{
	    background-color: #fff;
	        position: absolute;
    width: 100%;
    list-style: none;
    top: 42px;
    border: 1px solid #e4e5e6;
    border-top: 0;
    z-index: 10;
    max-height: 300px;
    overflow: hidden;
}

.component-side-tool .test-input.test-select .optionBox2 li:hover {
    background-color: #f5f6f7;
    color: #078cf1;
}

.component-side-tool .test-input.test-select .optionBox2 li{
	    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 0 11px;
        color: #58646e;
    transition: all .3s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.component-side-tool .test-input.test-select .optionBox3{
	    background-color: #fff;
	        position: absolute;
    width: 100%;
    list-style: none;
    top: 42px;
    border: 1px solid #e4e5e6;
    border-top: 0;
    z-index: 10;
    max-height: 300px;
    overflow: hidden;
}

.component-side-tool .test-input.test-select .optionBox3 li:hover {
    background-color: #f5f6f7;
    color: #078cf1;
}

.component-side-tool .test-input.test-select .optionBox3 li{
	    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 0 11px;
        color: #58646e;
    transition: all .3s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.component-side-tool .test-input input {
	font-size: 1.4rem;
	background: transparent;
	outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    height: 100%;
    padding: 0 20px 0 10px;
}







.component-side-tool .test-input .input {
	border: 0;
	background-color: #f5f6f7;
	color: #26343f
}

.component-side-tool .test-input input::-webkit-input-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.component-side-tool .test-input input:-moz-placeholder,.component-side-tool .test-input input::-moz-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.component-side-tool .test-input input:-ms-input-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.component-side-tool .test-input textarea::-webkit-input-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.component-side-tool .test-input textarea:-moz-placeholder,.component-side-tool .test-input textarea::-moz-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.component-side-tool .test-input textarea:-ms-input-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.component-side-tool .test-btn {
	position: relative;
	display: block;
	margin: 30px 0 10px 0;
	height: 42px;
	width: 240px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	font-size: 1.6rem;
	background-color: #078cf1;
	font-weight: 500;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.component-side-tool .test-btn:hover {
	background-color: #64b9fa
}

.component-side-tool .test-count {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
	color: #949ba1
}

.component-side-tool .test-content {
	position: relative;
	margin-bottom: 47px;
	padding: 0 0 40px;
	box-shadow: 0 2px 6px rgba(0,0,0,.06)
}

.component-side-tool .test-content .progress-bar {
	margin-bottom: 43px;
	height: 3px;
	background-color: #e4e5e6
}

.component-side-tool .test-content .progress-bar .progress {
	height: 3px;
	background-color: #078cf1;
	transition: all .5s ease
}

.component-side-tool .test-content .show-box {
	overflow: hidden
}

.component-side-tool .test-content .show-box .question-list {
	transition: all .5s ease
}

.component-side-tool .test-content .show-box .question-list .question-item {
	display: inline-block;
	padding: 0 20px;
	width: 240px;
	vertical-align: middle
}

.component-side-tool .test-content .show-box .question-list .question-item .text {
	margin-bottom: 40px;
	height: 53px;
	font-size: 1.6rem;
	line-height: 26px
}

.component-side-tool .test-content .show-box .question-list .question-item .btn-group .btn-select {
	width: 90px;
	height: 36px;
	border-radius: 21px;
	background-color: #e4e5e6;
	font-size: 1.6rem;
	line-height: 36px;
	text-align: center;
	color: #58646e;
	transition: all .3s
}

.component-side-tool .test-content .show-box .question-list .question-item .btn-group .btn-select:hover {
	background-color: #078cf1;
	color: #fff
}

.component-side-tool .test-content .question-count {
	position: absolute;
	bottom: -27px;
	right: 0
}

.component-side-tool .test-content .question-count span {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 17px
}

.component-side-tool .test-content .question-count .current-index {
	color: #078cf1
}

.component-side-tool .test-content .question-count .total-count {
	color: #58646e
}

.component-side-questions {
	padding: 35px 20px 30px
}

.component-side-questions .test-head {
	margin-bottom: 9px
}

.component-side-questions .side-question-list {
	margin-bottom: 20px
}

.component-side-questions .side-question-list .side-question-item {
	display: block;
	padding: 16px 0;
	border-bottom: 1px solid rgba(228,229,230,.5)
}

.component-side-questions .side-question-list .side-question-item:hover .side-question-item-content {
	text-decoration: underline
}

.component-side-questions .side-question-list .side-question-item .side-question-item-box {
	line-height: 20px;
	max-height: 40px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.component-side-questions .side-question-list .side-question-item .side-question-item-box {
		line-height: 20px;
		max-height: 40px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.component-side-questions .side-question-list .side-question-item .side-question-item-box {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.component-side-questions .side-question-list .side-question-item .side-question-item-tag {
	display: inline-block;
	margin-right: 4px;
	padding: 0 4px;
	font-size: 1.2rem;
	line-height: 20px;
	border-radius: 2px;
	color: #fff;
	vertical-align: 2px
}

.component-side-questions .side-question-list .side-question-item .side-question-item-tag.side-question-item-tag-country {
	background-color: #e7c676
}

.component-side-questions .side-question-list .side-question-item .side-question-item-tag.side-question-item-tag-degree {
	background-color: #fca398
}

.component-side-questions .side-question-list .side-question-item .side-question-item-content {
	font-size: 1.4rem;
	line-height: 20px;
	color: #26343f
}

.component-side-questions .side-question-list .side-question-item .side-question-item-footer {
	margin-top: 12px;
	line-height: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.component-side-questions .side-question-list .side-question-item .side-question-item-footer .question-item-footer-text {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	color: #949ba1;
	vertical-align: middle;
	white-space: pre-wrap
}

.component-side-questions .side-question-list .side-question-item .side-question-item-footer .question-item-footer-name {
	color: #078cf1;
	font-weight: 600;
	max-width: 40%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block
}

.component-side-questions .side-question-list .side-question-item .side-question-item-footer .question-item-footer-answer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 80%
}

.component-side-questions .side-question-list .side-question-item .side-question-item-footer .question-item-answer-text {
	max-width: 60%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-side-questions .test-btn {
	margin-bottom: 0
}

.component-side-tool-box {
	padding: 35px 15px 25px
}

.component-side-tool-box .test-head {
	margin-bottom: 25px
}

.component-side-tool-box .tools-list .tools-item {
	display: inline-block;
	width: 50%;
	margin-top: 25px;
	text-align: center
}

.component-side-tool-box .tools-list .tools-item:first-child,.component-side-tool-box .tools-list .tools-item:nth-child(2) {
	margin-top: 0
}

.component-side-tool-box .tools-list .tools-item:hover .tools-item-icon {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.component-side-tool-box .tools-list .tools-item:hover .tools-item-text {
	color: #078cf1
}

.component-side-tool-box .tools-list .tools-item .tools-item-icon {
	margin-bottom: 8px;
	width: 50px;
	height: 50px;
	transition: all .3s
}

.component-side-tool-box .tools-list .tools-item .tools-item-text {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1;
	color: #26343f;
	text-align: center;
	transition: all .3s
}

.component-user-feedback .form-box {
	padding: 40px 80px 60px
}

.component-user-feedback .form-box .title {
	width: 500px;
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 1;
	font-weight: 500
}

.component-user-feedback .form-box input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-user-feedback .form-box input:-moz-placeholder,.component-user-feedback .form-box input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-user-feedback .form-box input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-user-feedback .form-box textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-user-feedback .form-box textarea:-moz-placeholder,.component-user-feedback .form-box textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-user-feedback .form-box textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-user-feedback .form-box .textarea {
	margin-bottom: 10px;
	padding: 10px;
	width: 500px;
	height: 180px;
	border: 1px solid #e4e5e6;
	resize: none;
	font-size: 1.4rem;
	line-height: 28px;
	color: #26343f
}

.component-user-feedback .form-box .contact {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	width: 500px;
	height: 40px;
	border: 1px solid #e4e5e6;
	font-size: 1.4rem;
	color: #26343f
}

.component-user-feedback .form-box .btn-confirm {
	width: 120px;
	height: 36px;
	background-color: #078cf1;
	border-radius: 3px;
	line-height: 36px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	transition: all .3s
}

.component-user-feedback .form-box .btn-confirm:hover {
	background-color: #64b9fa
}

.component-user-feedback .success-box {
	width: 552px;
	height: 286px;
	padding: 70px 90px 190px;
	text-align: center
}

.component-user-feedback .success-box .feedback-icon {
	margin-bottom: 30px;
	width: 80px;
	height: 80px
}

.component-user-feedback .success-box .text {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	color: #26343f
}

.component-header-tools {
	padding: 15px 18px;
	background-image: linear-gradient(90deg,#f4f4f4,#fff6d6)
}

.component-header-tools .box-tool {
	position: relative
}

.component-header-tools .box-tool .box-tool-title {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 1.4rem;
	width: 154px;
	line-height: 32px;
	height: 32px;
	text-align: justify;
	vertical-align: top
}

.component-header-tools .box-tool .box-tool-title:after {
	content: "";
	display: inline-block;
	width: 100%
}

.component-header-tools .box-tool .box-tool-selects {
	display: inline-block
}

.component-header-tools .box-tool .component-tool-tip {
	display: inline-block;
	margin-right: 10px
}

.component-header-tools .box-tool .component-tool-tip:last-child {
	margin-right: 0
}

.component-header-tools .box-tool .test-input {
	width: 120px;
	background-color: #fff
}

.component-header-tools .box-tool .header-tool-btn-groups {
	position: absolute;
	right: 0;
	left: 564px;
	top: 0
}

.component-header-tools .box-tool .header-tool-btn-groups .abroad-program-btn {
	display: block;
	background-color: #078cf1;
	text-align: center;
	line-height: 32px;
	font-size: 1.4rem;
	color: #fff;
	border-radius: 2px;
	transition: all .3s
}

.component-header-tools .box-tool .header-tool-btn-groups .abroad-program-btn:hover {
	background-color: rgba(7,140,241,.7)
}

.component-header-tools .box-tool .header-tool-btn-groups .abroad-test-btn,.component-header-tools .box-tool .header-tool-btn-groups .abroad-test-preview-btn {
	display: inline-block;
	text-align: center;
	line-height: 32px;
	font-size: 1.4rem;
	color: #fff;
	border-radius: 2px;
	width: calc((100% - 10px) / 2);
	transition: all .3s
}

.component-header-tools .box-tool .header-tool-btn-groups .abroad-test-btn {
	margin-right: 10px;
	background-color: #fe824d
}

.component-header-tools .box-tool .header-tool-btn-groups .abroad-test-btn:hover {
	background-color: rgba(254,130,77,.7)
}

.component-header-tools .box-tool .header-tool-btn-groups .abroad-test-preview-btn {
	background-color: #fff;
	border: 1px solid #078cf1;
	line-height: 30px;
	color: #078cf1
}

.component-header-tools .box-tool .header-tool-btn-groups .abroad-test-preview-btn:hover {
	background-color: rgba(7,140,241,.1)
}

@media screen and (max-width:1250px) {
	.component-header-tools .box-tool .header-tool-btn-groups {
		margin-left: 164px;
		margin-top: 10px;
		position: static
	}

	.component-header-tools .box-tool .header-tool-btn-groups .abroad-program-btn,.component-header-tools .box-tool .header-tool-btn-groups .abroad-test-btn,.component-header-tools .box-tool .header-tool-btn-groups .abroad-test-preview-btn {
		width: calc((100% - 20px) / 3)
	}

	.component-header-tools .box-tool .box-tool-selects {
		width: calc(100% - 164px)
	}

	.component-header-tools .box-tool .component-tool-tip {
		width: calc((100% - 20px) / 3)
	}

	.component-header-tools .box-tool .component-tool-tip .test-input {
		width: 100%
	}
}

.component-header-tools .box-abroad-program {
	margin-bottom: 15px
}

.component-image-viewer .content-box {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.component-image-viewer .content-box .image-box {
	position: relative;
	margin: 0 auto;
	max-width: 800px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center
}

.component-image-viewer .content-box .image-box::-webkit-scrollbar {
	width: 0!important
}

.component-image-viewer .content-box .image-box.image-box-scroll {
	top: auto;
	height: 100%;
	padding: 40px;
	-webkit-transform: none;
	transform: none;
	overflow-y: auto
}

.component-image-viewer .content-box .image-box.image-box-scroll .image-inner-box .image-src {
	max-height: none;
	border-radius: 10px
}

.component-image-viewer .content-box .image-box.image-box-scroll .image-inner-box .count-box {
	display: none
}

.component-image-viewer .content-box .image-box .image-inner-box {
	position: relative;
	display: inline-block
}

.component-image-viewer .content-box .image-box .image-inner-box .close-btn {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	display: block;
	right: -34px;
	width: 15px;
	height: 15px
}

.component-image-viewer .content-box .image-box .image-inner-box .close-btn:after,.component-image-viewer .content-box .image-box .image-inner-box .close-btn:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	height: 17px;
	width: 2px;
	background-color: #fff
}

.component-image-viewer .content-box .image-box .image-inner-box .close-btn:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 7px
}

.component-image-viewer .content-box .image-box .image-inner-box .close-btn:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 6px
}

.component-image-viewer .content-box .image-box .image-inner-box .image-src {
	display: block;
	max-height: calc(100vh - 90px);
	max-width: 100%
}

.component-image-viewer .content-box .image-box .image-inner-box .count-box {
	position: absolute;
	right: 0;
	bottom: -24px;
	font-size: 1.6rem;
	line-height: 1;
	color: hsla(0,0%,100%,.8)
}

.component-image-viewer .content-box .viewer-arrow {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition: all .3s
}

.component-image-viewer .content-box .viewer-arrow:hover {
	border-color: #e4e5e6
}

.component-image-viewer .content-box .viewer-arrow-left {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 20px
}

.component-image-viewer .content-box .viewer-arrow-right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 20px
}

.component-tool-label-input .input-label {
	display: block;
	margin-bottom: 5px;
	color: #58646e;
	font-size: 1.4rem;
	line-height: 14px
}

.component-tool-label-input .input-label.not-empty:before {
	margin-right: 2px;
	display: inline;
	content: "*";
	color: #f23d18;
	font-weight: 700
}

.component-tool-label-input .input-group .input-group-addon .component-select .select-dropdown {
	width: calc(100% + 2px);
	left: -1px
}

.component-tool-label-input .error .input-group .input-group-addon {
	border-color: #eb5635
}

.component-tool-label-input .error .component-select .select-input {
	border: 1px solid #eb5635
}

.component-tool-label-input .error .input-group-addon .component-select .select-input {
	border: 0
}

.component-tool-label-input .select {
	position: relative;
	width: 120px;
	height: 100%;
	text-align: left
}

.component-tool-label-input .select .select-input {
	color: #58646e
}

.component-school-item {
	padding: 30px 10px 30px 0;
	display: block;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.component-school-item .logo-box {
	padding: 7px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 4px solid #e4e5e6
}

.component-school-item .logo-box .image-src {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden
}

.component-school-item .logo-box .image-src .image-preload {
	background-size: contain
}

.component-school-item .btn-box {
	position: relative;
	height: 130px;
	width: 130px
}

.component-school-item .btn-box .btn-test {
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 130px;
	height: 36px;
	border-radius: 18px;
	background-color: #ff9c08;
	font-size: 1.4rem;
	line-height: 36px;
	color: #fff;
	text-align: center;
	transition: all .3s
}

.component-school-item .btn-box .btn-test:hover {
	background-color: #ffc56e
}

.component-school-item .btn-box .btn-test.disabled,.component-school-item .btn-box .btn-test.disabled:hover {
	background-color: #c4c9cc;
	cursor: not-allowed
}

.component-school-item .info-box {
	margin: 3px 142px 0 85px
}

.component-school-item .info-box .top-box {
	min-height: 68px
}

.component-school-item .info-box .top-box .school-zh-name {
	margin-bottom: 5px;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	color: #26343f;
	transition: all .3s;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-school-item .info-box .top-box .school-zh-name:hover {
	color: #078cf1
}

.component-school-item .info-box .top-box .school-en-name {
	margin-bottom: 5px;
	font-size: 1.4rem;
	color: #949ba1;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-school-item .info-box .top-box .school-location {
	line-height: 16px
}

.component-school-item .info-box .top-box .school-location .location-icon {
	margin-right: 2px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	fill: #c4c9cc
}

.component-school-item .info-box .top-box .school-location .location-text {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 16px;
	color: #58646e;
	vertical-align: middle
}

.component-school-item .info-box .school-rank-rate-box {
	margin: 20px 0 8px
}

.component-school-item .info-box .school-rank-rate-box span {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	color: #26343f
}

.component-school-item .info-box .school-rank-rate-box .rank {
	display: inline-block;
	margin-right: 34px;
	line-height: 14px
}

.component-school-item .info-box .school-rank-rate-box .rank .rank-num {
	color: #078cf1;
	font-family: gothamMedium
}

.component-school-item .info-box .school-rank-rate-box .rate {
	display: inline-block;
	line-height: 14px
}

.component-school-item .info-box .school-rank-rate-box .rate .rate-num {
	font-family: gothamMedium;
	color: #078cf1
}

.component-school-item .info-box .tab-box .tab-list {
	line-height: 12px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-school-item .info-box .tab-box .tab-list .school-link {
	display: inline-block;
	margin-left: 5px;
	font-size: 1.2rem;
	line-height: 1;
	color: #949ba1;
	transition: all .3s;
	vertical-align: 2px
}

.component-school-item .info-box .tab-box .tab-list .school-link:hover {
	color: #078cf1
}

.component-school-item .info-box .tab-box .tab-list .school-link:after {
	content: "|";
	margin-left: 4px;
	color: #949ba1
}

.component-school-item .info-box .tab-box .tab-list .school-link:first-child {
	margin-left: 0
}

.component-school-item .info-box .tab-box .tab-list .school-link:last-child:after {
	content: ""
}

.component-search-input {
	position: relative;
	margin-right: 20px;
	height: 42px;
	width: calc(100% - 180px)
}

.component-search-input input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-search-input input:-moz-placeholder,.component-search-input input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-search-input input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-search-input textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-search-input textarea:-moz-placeholder,.component-search-input textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-search-input textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-search-input .search-input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 40px 0 10px;
	font-size: 1.4rem;
	border-radius: 2px;
	border: 1px solid #e4e5e6;
	transition: all .3s
}

.component-search-input .search-input:focus {
	border-color: #078cf1
}

.component-search-input .search-input:focus+.search-icon {
	stroke: #078cf1
}

.component-search-input .search-icon {
	position: absolute;
	top: 13px;
	right: 15px;
	width: 16px;
	height: 16px;
	stroke: #c4c9cc;
	transition: stroke #078cf1 .3s
}

.component-search-input .result-panel {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 42px;
	width: 100%;
	box-shadow: 0 1px 10px -1px rgba(0,0,0,.2);
	border-radius: 3px;
	background-color: #fff
}

.component-search-input .result-panel .result-item {
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 1.4rem;
	padding: 0 10px;
	color: #26343f;
	border-top: 1px solid #edf0f2;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-search-input .result-panel .result-item:hover {
	background-color: #f3f4f5
}

.component-search-input .result-panel .result-item:first-child {
	border-top: 0
}

.component-search-input .result-panel .no-result {
	padding: 10px;
	font-size: 1.5rem;
	color: #c4c9cc
}

.component-highschool-item {
	display: block;
	border-bottom: 1px solid #edf0f2;
	padding: 30px 0
}

.component-highschool-item .left-part {
	max-width: 70%
}

.component-highschool-item .school-name:hover {
	transition: all .3s
}

.component-highschool-item .school-name:hover .chinese-name,.component-highschool-item .school-name:hover .english-name {
	color: #078cf1
}

.component-highschool-item .chinese-name {
	margin: 0 0 4px 0;
	font-size: 2rem;
	line-height: 1;
	color: #26343f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-highschool-item .chinese-name:hover {
	color: #078cf1
}

.component-highschool-item .english-name {
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 22px;
	color: #58646e;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-highschool-item .english-name:hover {
	color: #078cf1
}

.component-highschool-item .location {
	margin-bottom: 20px;
	min-height: 23px;
	font-size: 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-highschool-item .location .location-icon {
	margin-right: 2px;
	width: 16px;
	height: 16px;
	fill: #c4c9cc;
	vertical-align: middle
}

.component-highschool-item .location .location-text {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 23px;
	color: #58646e;
	vertical-align: middle
}

.component-highschool-item .tags .tag {
	margin-right: 6px;
	padding: 4px 6px;
	border-radius: 3px;
	font-size: 1.4rem;
	line-height: 1;
	background-color: #f7f9fa;
	color: #58646e
}

.component-highschool-item .tags .tag:last-child {
	margin-right: 0
}

.component-highschool-item .rate-item {
	margin-top: 22px;
	font-size: 0
}

.component-highschool-item .rate-item:first-child {
	margin-top: 28px
}

.component-highschool-item .rate-item .desc {
	display: inline-block;
	font-size: 1.4rem;
	color: #58646e;
	line-height: 16px;
	vertical-align: middle
}

.component-highschool-item .rate-item .value {
	font-size: 1.6rem;
	line-height: 1;
	color: #078cf1;
	vertical-align: middle;
	font-family: gothamMedium,sans-serif
}

.component-search-keyword-list .search-keyword-item {
	padding: 0 16px;
	font-size: 1.4rem;
	line-height: 36px;
	color: #26343f;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background-color .3s ease;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-search-keyword-list .search-keyword-item:hover {
	background-color: #ebf4fb
}

.component-search-local-history-list .local-history-footer {
	border-top: 1px solid #edf0f2
}

.component-search-local-history-list .local-history-footer .clear-btn {
	padding: 0 10px;
	cursor: pointer
}

.component-search-local-history-list .local-history-footer .clear-btn .clear-icon {
	margin-right: 2px;
	width: 16px;
	height: 16px;
	stroke: #949ba1;
	transition: stroke .3s ease
}

.component-search-local-history-list .local-history-footer .clear-btn .clear-text {
	font-size: 1.3rem;
	line-height: 38px;
	color: #949ba1;
	transition: color .3s ease
}

.component-search-local-history-list .local-history-footer .clear-btn:hover .clear-text {
	color: #078cf1
}

.component-search-local-history-list .local-history-footer .clear-btn:hover .clear-icon {
	stroke: #078cf1
}

.component-pc-radio {
	margin-bottom: 8px;
	display: inline-block;
	margin-right: 18px;
	font-size: 0;
	cursor: pointer
}

.component-pc-radio .radio-input {
	display: none
}

.component-pc-radio .radio-box {
	display: inline-block;
	padding: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #c4c9cc;
	vertical-align: middle
}

.component-pc-radio .radio-box.checked {
	border-color: #078cf1
}

.component-pc-radio .radio-box.checked:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #078cf1;
	border-radius: 50%
}

.component-pc-radio .radio-text {
	margin-left: 8px;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 20px;
	vertical-align: middle
}

.component-pc-radio:after {
	content: "";
	display: inline-block;
	height: 20px;
	vertical-align: middle
}

.component-pc-radio-group {
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 0
}

.component-checkbox {
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 8px;
	font-size: 0;
	white-space: nowrap;
	cursor: pointer
}

.component-checkbox:last-child {
	margin-right: 0
}

.component-checkbox .checkbox-input {
	display: none
}

.component-checkbox .checkbox-box {
	display: inline-block;
	margin-right: 8px;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	border: 1px solid #c4c9cc;
	vertical-align: middle
}

.component-checkbox .checkbox-box.checked {
	border-color: #078cf1;
	background-color: #078cf1
}

.component-checkbox .checkbox-box.checked .check-icon {
	margin-left: 2px;
	width: 9px;
	height: 12px
}

.component-checkbox .checkbox-text {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 20px;
	color: #26343f;
	vertical-align: middle
}

.component-checkbox:after {
	content: "";
	display: inline-block;
	height: 20px;
	vertical-align: middle
}

.component-checkbox-group {
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 0
}

.component-download-modal .modal-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 12px;
	padding: 64px 48px;
	background-color: #fff;
	box-shadow: 0 0 24px rgba(0,0,0,.12)
}

.component-download-modal .modal-box .modal-title {
	margin-bottom: 32px;
	width: 494px;
	font-size: 34px;
	line-height: 48px;
	font-weight: 600;
	text-align: center
}

.component-download-modal .modal-box .modal-logo {
	margin-bottom: 24px;
	text-align: center
}

.component-download-modal .modal-box .modal-logo .logo {
	width: 96px;
	height: 96px;
	box-shadow: 0 4px 16px rgba(0,0,0,.1)
}

.component-download-modal .modal-box .modal-text {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 42px;
	color: #949ba1;
	text-align: center
}

.component-download-modal .modal-box .modal-btn {
	margin: 0 auto;
	display: block;
	width: 320px;
	border-radius: 8px;
	background-color: #078cf1;
	font-size: 28px;
	line-height: 80px;
	color: #fff;
	text-align: center
}

.component-download-modal .modal-box .modal-btn:after {
	content: "";
	display: inline-block;
	margin-left: 8px;
	border-top: 16px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.container-subject-study-abroad {
	background-image: url(../images/bg.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
	min-width: 1200px;
	overflow: hidden
}

.container-subject-study-abroad .banner-section {
	position: relative;
	text-align: center
}

.container-subject-study-abroad .banner-section .banner {
	width: 100%;
	max-width: 1920px
}

.container-subject-study-abroad .banner-section .logo {
	position: absolute;
	top: 70px;
	left: 140px;
	width: 405px
}

.container-subject-study-abroad .content-section {
	padding-bottom: 225px
}

.container-subject-study-abroad .content-section .video-part {
	text-align: center
}

.container-subject-study-abroad .content-section .video-part .video-part-title {
	width: 659px
}

.container-subject-study-abroad .content-section .video-part .video-part-title-text {
	margin: 30px auto 0;
	position: relative;
	width: 685px;
	font-size: 3.6rem;
	line-height: 68px;
	color: #fff;
	text-align: center;
	background-color: #ea1f3e
}

.container-subject-study-abroad .content-section .video-part .video-part-title-text .decoration {
	display: block;
	position: absolute;
	top: 0;
	width: 42px;
	height: 68px
}

.container-subject-study-abroad .content-section .video-part .video-part-title-text .decoration:after,.container-subject-study-abroad .content-section .video-part .video-part-title-text .decoration:before {
	position: absolute;
	left: 0;
	content: ""
}

.container-subject-study-abroad .content-section .video-part .video-part-title-text .decoration:nth-last-of-type(2) {
	left: -42px
}

.container-subject-study-abroad .content-section .video-part .video-part-title-text .decoration:nth-last-of-type(2):before {
	top: 0;
	border-top: 34px solid #ea1f3e;
	border-left: 42px solid transparent
}

.container-subject-study-abroad .content-section .video-part .video-part-title-text .decoration:nth-last-of-type(2):after {
	bottom: 0;
	border-bottom: 34px solid #ea1f3e;
	border-left: 42px solid transparent
}

.container-subject-study-abroad .content-section .video-part .video-part-title-text .decoration:last-of-type {
	right: -42px
}

.container-subject-study-abroad .content-section .video-part .video-part-title-text .decoration:last-of-type:before {
	top: 0;
	border-top: 34px solid #ea1f3e;
	border-right: 42px solid transparent
}

.container-subject-study-abroad .content-section .video-part .video-part-title-text .decoration:last-of-type:after {
	bottom: 0;
	border-bottom: 34px solid #ea1f3e;
	border-right: 42px solid transparent
}

.container-subject-study-abroad .content-section .video-part .video-part-subtitle-text {
	margin-top: 30px
}

.container-subject-study-abroad .content-section .video-part .video-part-subtitle-text .title-text {
	color: #fff;
	margin: 0;
	font-size: 22px;
	line-height: 36px
}

.container-subject-study-abroad .content-section .video-part .video-list {
	margin-top: 36px;
	font-size: 0
}

.container-subject-study-abroad .content-section .video-part .video-list .video-item {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	margin-top: 18px;
	width: calc((100% - 20px) / 2)
}

.container-subject-study-abroad .content-section .video-part .video-list .video-item .video-bg {
	width: 100%
}

.container-subject-study-abroad .content-section .video-part .video-list .video-item .video-box {
	position: absolute;
	top: 24px;
	left: 23px;
	right: 28px;
	bottom: 66px
}

@media screen and (max-width:1250px) {
	.container-subject-study-abroad .content-section .video-part .video-list .video-item .video-box {
		top: 20px;
		left: 20px;
		right: 23px;
		bottom: 55px
	}
}

.container-subject-study-abroad .content-section .video-part .video-list .video-item .video-box .video-src {
	width: 100%;
	height: 100%
}

.container-subject-study-abroad .content-section .video-part .video-list .video-item .video-box .video-place-box {
	width: 100%;
	height: 100%;
	background: url(../images/video-place.jpg) 50%/cover
}

.container-subject-study-abroad .content-section .video-part .video-list .video-item .video-box .video-place-box .video-place-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	font-size: 1.8rem;
	line-height: 36px;
	height: 38px;
	width: 100px;
	border: 1px solid #b0afb0;
	color: #b0afb0;
	text-align: center;
	border-radius: 2px
}

.container-subject-study-abroad .content-section .video-part .video-list .video-item .video-item-text {
	position: absolute;
	text-align: left;
	margin: 0;
	padding: 0 28px;
	left: 0;
	right: 0;
	bottom: 16px;
	font-size: 1.7rem;
	line-height: 35px;
	color: #fff
}

@media screen and (max-width:1250px) {
	.container-subject-study-abroad .content-section .video-part .video-list .video-item .video-item-text {
		font-size: 1.6rem;
		padding: 0 18px
	}
}

.container-subject-study-abroad .content-section .video-part .video-list .video-item:nth-child(2n) {
	margin-right: 0
}

.container-subject-study-abroad .content-section .video-part .video-list .video-item:first-child,.container-subject-study-abroad .content-section .video-part .video-list .video-item:nth-child(2) {
	margin-top: 0
}

.container-subject-study-abroad .content-section .video-part .teacher-box {
	margin: 0 -140px
}

.container-subject-study-abroad .content-section .video-part .teacher-box .teachers-img {
	width: 100%
}

.container-subject-study-abroad .content-section .meeting-part {
	text-align: center;
	margin-top: -30px
}

.container-subject-study-abroad .content-section .meeting-part .meeting-part-title {
	display: block;
	margin: 0 auto;
	width: 95%
}

.container-subject-study-abroad .content-section .meeting-part .meeting-part-title-text {
	margin-top: 12px;
	margin-bottom: 58px
}

.container-subject-study-abroad .content-section .meeting-part .meeting-part-title-text .title-text {
	color: #fff;
	margin: 0;
	font-size: 24px;
	line-height: 2
}

.container-subject-study-abroad .content-section .meeting-part .meeting-list .meeting-item {
	display: inline-block;
	margin-right: calc((100% - 830px) / 4);
	font-size: 0
}

.container-subject-study-abroad .content-section .meeting-part .meeting-list .meeting-item:last-child {
	margin-right: 0
}

.container-subject-study-abroad .content-section .meeting-part .meeting-list .meeting-item .meeting-item-box {
	height: 166px;
	width: 166px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	background-size: cover
}

.container-subject-study-abroad .content-section .meeting-part .meeting-list .meeting-item .meeting-item-box .item-box-date,.container-subject-study-abroad .content-section .meeting-part .meeting-list .meeting-item .meeting-item-box .item-box-location {
	font-size: 2.4rem;
	color: #fff;
	line-height: 166px;
	white-space: pre;
	text-shadow: 0 4px 4px rgba(0,0,0,.75)
}

.container-subject-study-abroad .content-section .meeting-part .meeting-list .meeting-item .meeting-item-box .item-box-location {
	color: #f9dd6f
}

.container-subject-study-abroad .content-section .meeting-part .meeting-list .meeting-item .meeting-item-button {
	margin-top: 37px;
	line-height: 47px;
	width: 126px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(90deg,#0350fb,#25c6fe);
	transition: opacity .3s;
	outline: none
}

.container-subject-study-abroad .content-section .meeting-part .meeting-list .meeting-item .meeting-item-button:hover {
	opacity: .8
}

.container-subject-study-abroad .content-section .course-part {
	position: relative;
	margin-bottom: 100px
}

.container-subject-study-abroad .content-section .course-part .course-part-title {
	display: block;
	margin: 0 auto;
	width: 95%
}

.container-subject-study-abroad .content-section .course-part .course-title-text {
	margin: 0;
	margin-top: 12px;
	font-size: 24px;
	line-height: 2;
	text-align: center;
	color: #fff
}

.container-subject-study-abroad .content-section .course-part .course-teachers {
	margin: 58px auto 0;
	width: 95%;
	font-size: 0
}

.container-subject-study-abroad .content-section .course-part .course-teachers .course-teacher-item {
	display: inline-block;
	width: 33.33%;
	text-align: center
}

.container-subject-study-abroad .content-section .course-part .course-teachers .course-teacher-item .course-teacher-image {
	margin-bottom: 17px;
	width: 140px
}

.container-subject-study-abroad .content-section .course-part .course-teachers .course-teacher-item .course-teacher-name,.container-subject-study-abroad .content-section .course-part .course-teachers .course-teacher-item .course-teacher-title {
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600
}

.container-subject-study-abroad .content-section .course-part .course-teachers .course-teacher-item .course-teacher-name {
	margin-bottom: 16px;
	color: #eebd28
}

.container-subject-study-abroad .content-section .course-part .course-teachers .course-teacher-item .course-teacher-title {
	margin-bottom: 70px;
	color: #fff
}

.container-subject-study-abroad .content-section .course-part .course-teachers .course-teacher-item .course-date {
	margin: 0;
	font-size: 2.4rem;
	line-height: 30px;
	color: #eebd28;
	font-weight: 600
}

.container-subject-study-abroad .content-section .course-part .course-teachers .course-teacher-item .course-time {
	margin: 0;
	font-size: 2.2rem;
	line-height: 30px;
	color: #fff
}

.container-subject-study-abroad .content-section .course-part .course-progress-box {
	position: absolute;
	width: 95%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 247px;
	height: 8px;
	border-radius: 4px;
	background-color: #3f3f40
}

.container-subject-study-abroad .content-section .course-part .course-progress-box .course-progress {
	height: 100%;
	background-image: linear-gradient(90deg,#60bdfe,#ea15c9);
	border-radius: 4px
}

.container-subject-study-abroad .content-section .course-part .course-progress-box .circle {
	position: absolute;
	top: -8px;
	padding: 5px;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 50%
}

.container-subject-study-abroad .content-section .course-part .course-progress-box .circle .circle-inner {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 4px rgba(223,255,95,.75)
}

.container-subject-study-abroad .content-section .course-part .course-progress-box .circle:first-of-type {
	left: calc(16.7% - 12px)
}

.container-subject-study-abroad .content-section .course-part .course-progress-box .circle:nth-of-type(2) {
	left: calc(50% - 12px)
}

.container-subject-study-abroad .content-section .course-part .course-progress-box .circle:nth-of-type(3) {
	left: calc(83.3% - 12px)
}

.container-subject-study-abroad .content-section .course-part .apply-link {
	margin: 72px auto 0;
	display: block;
	width: 254px;
	line-height: 83px;
	font-size: 3.6rem;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-image: linear-gradient(90deg,#0350fb,#25c6fe);
	box-shadow: 4px 4px 0 #ff3b59
}

.container-subject-study-abroad .content-section .question-part {
	margin-top: 80px
}

.container-subject-study-abroad .content-section .question-part .question-part-title {
	display: block;
	margin: 0 auto;
	width: 95%
}

.container-subject-study-abroad .content-section .question-part .question-list {
	width: 90%;
	margin: 0 auto
}

.container-subject-study-abroad .content-section .question-part .question-list .question-item {
	position: relative;
	padding: 150px 3% 0 20%;
	margin-bottom: 45px;
	height: 255px;
	background: url(../images/question-border.png) no-repeat 50%/contain
}

@media screen and (max-width:1250px) {
	.container-subject-study-abroad .content-section .question-part .question-list .question-item {
		padding-top: 140px
	}
}

.container-subject-study-abroad .content-section .question-part .question-list .question-item:last-child {
	margin-bottom: 0
}

.container-subject-study-abroad .content-section .question-part .question-list .question-item .question-view-count {
	position: absolute;
	text-align: center;
	left: 7.7%;
	top: 35%
}

@media screen and (max-width:1250px) {
	.container-subject-study-abroad .content-section .question-part .question-list .question-item .question-view-count {
		left: 6.6%
	}
}

.container-subject-study-abroad .content-section .question-part .question-list .question-item .question-view-count .view-count {
	display: block;
	font-size: 3.2rem;
	color: #4b87f8
}

.container-subject-study-abroad .content-section .question-part .question-list .question-item .question-view-count .view-text {
	font-size: 2.4rem;
	color: #fff
}

.container-subject-study-abroad .content-section .question-part .question-list .question-item .question-content {
	display: block;
	font-size: 1.6rem;
	min-height: 60px;
	color: #fff;
	line-height: 30px;
	max-height: 60px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-subject-study-abroad .content-section .question-part .question-list .question-item .question-content {
		line-height: 30px;
		max-height: 60px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-subject-study-abroad .content-section .question-part .question-list .question-item .question-content {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.container-subject-study-abroad .content-section .question-part .question-list .question-item .question-content:hover {
	text-decoration: underline
}

.container-subject-study-abroad .content-section .question-part .question-list .question-item .question-answerer .answerer-name,.container-subject-study-abroad .content-section .question-part .question-list .question-item .question-answerer .answerer-title {
	font-size: 1.2rem;
	line-height: 30px;
	color: #fff
}

.container-subject-study-abroad .content-section .question-part .question-list .question-item .question-answerer .answerer-name {
	color: #25c5fe
}

.container-user-agreement {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	padding: 20px 0;
	background-color: #fff
}

@media screen and (min-width:1000px) {
	.container-user-agreement {
		width: 1000px
	}
}

@media screen and (min-width:1250px) {
	.container-user-agreement {
		width: 1180px
	}
}

.container-user-agreement .container-user-agreement-wrapper {
	position: relative
}

.container-user-agreement .container-user-agreement-wrapper div {
	text-align: auto;
	font-size: 1.4rem;
	color: rgba(0,0,0,.8)
}

.container-user-agreement .container-user-agreement-wrapper .title {
	font-size: 1.8rem;
	color: #078cf1;
	margin-bottom: 20px
}

.container-privacy-policy {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	padding: 20px 0;
	background-color: #fff
}

@media screen and (min-width:1000px) {
	.container-privacy-policy {
		width: 1000px
	}
}

@media screen and (min-width:1250px) {
	.container-privacy-policy {
		width: 1180px
	}
}

.container-privacy-policy .container-privacy-policy-wrapper {
	position: relative
}

.container-privacy-policy .container-privacy-policy-wrapper div {
	text-align: auto;
	font-size: 1.4rem;
	color: rgba(0,0,0,.8)
}

.container-privacy-policy .container-privacy-policy-wrapper .title {
	font-size: 1.8rem;
	color: #078cf1;
	margin-bottom: 20px
}

.container-abroad-plan-entry {
	position: relative;
	height: 100vh;
	min-height: 650px;
	min-width: 640px;
	overflow: hidden
}

.container-abroad-plan-entry .super-bg-wrapper {
	position: relative;
	margin: auto;
	height: 100%;
	width: 100%;
	min-width: 640px;
	max-width: 1366px;
	min-height: 650px;
	max-height: 768px
}

.container-abroad-plan-entry .super-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 1366px;
	background-repeat: no-repeat;
	background-color: #58646e;
	background-size: cover;
	overflow: hidden
}

@media only screen and (min-height:806px) and (orientation:landscape),screen and (min-width:1433px) and (orientation:landscape) {
	.container-abroad-plan-entry .super-bg,.container-abroad-plan-entry .super-bg-wrapper {
		max-width: unset;
		max-height: unset
	}
}

.container-abroad-plan-entry .entry-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	-webkit-transform: translate(-50%,-50%) translateY(-1%);
	transform: translate(-50%,-50%) translateY(-1%)
}

.container-abroad-plan-entry .entry-box header {
	display: block;
	padding: 0;
	margin: 0 0 60px;
	text-align: center;
	font-weight: 500;
	font-size: 3.6rem;
	color: #2665bf
}

.container-abroad-plan-entry .entry-box form {
	padding: 60px 25px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 2px 10px 0 rgba(0,16,70,.2)
}

.container-abroad-plan-entry .entry-box form .label-item {
	margin-bottom: 20px
}

.container-abroad-plan-entry .entry-box form .label-item:nth-child(2) {
	margin-bottom: 0
}

.container-abroad-plan-entry .entry-box form .label-item label {
	display: block;
	margin-bottom: 5px;
	color: #949ba1;
	font-size: 1.2rem;
	line-height: 14px
}

.container-abroad-plan-entry .entry-box form .label-item select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	font-size: 1.4rem;
	border-radius: 3px;
	background-color: #fff;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #edf0f2
}

.container-abroad-plan-entry .entry-box form .btn {
	margin-top: 40px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 3px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #078cf1
}

.container-abroad-plan-entry .entry-box form .tip {
	margin-top: 10px;
	height: 14px;
	font-size: 1.2rem;
	line-height: 14px;
	color: #949ba1;
	text-align: center
}

.container-abroad-plan {
	background-color: #fff
}

@media print {
	.container-abroad-plan .pc-container {
		width: 100%!important
	}

	.container-abroad-plan .fixed-navi,.container-abroad-plan header {
		display: none!important
	}

	.container-abroad-plan .plan-detail {
		page-break-inside: avoid
	}

	.container-abroad-plan .plan-container {
		margin: 0 70px!important;
		padding: 0!important;
		page-break-after: avoid
	}

	.container-abroad-plan .plan-container .plan-detail,.container-abroad-plan .plan-container .plan-title {
		padding-right: 0!important
	}

	.container-abroad-plan a[href^="http://"]:after {
		content: " (" attr(href) ") "!important
	}
}

.container-abroad-plan header {
	display: block;
	height: 200px;
	font-size: 48px;
	font-weight: 500;
	color: #fff;
	line-height: 200px;
	text-align: center;
	background-image: url(../images/plan-header.jpg);
	background-position: 50%;
	background-size: cover
}

.container-abroad-plan .abroad-plan-container {
	position: relative;
	min-height: 600px
}

.container-abroad-plan .abroad-plan-container .fixed-navi {
	position: absolute;
	top: 80px;
	right: 0;
	width: 90px;
	z-index: 10000
}

.container-abroad-plan .abroad-plan-container .fixed-navi.fixed {
	position: fixed;
	top: 80px
}

.container-abroad-plan .abroad-plan-container .fixed-navi,.container-abroad-plan .abroad-plan-container .fixed-navi li {
	display: block;
	list-style: none
}

.container-abroad-plan .abroad-plan-container .fixed-navi .download-btn {
	margin-top: 15px;
	background-color: #078cf1;
	color: #fff;
	transition: all .2s
}

.container-abroad-plan .abroad-plan-container .fixed-navi .download-btn:hover {
	background-color: #32a3f9;
	color: #fff
}

.container-abroad-plan .abroad-plan-container .fixed-navi li {
	border-top: 1px solid #edf0f2;
	border-left: 1px solid #edf0f2;
	border-right: 1px solid #edf0f2;
	background-color: #f5f6f7;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-abroad-plan .abroad-plan-container .fixed-navi li:last-child,.container-abroad-plan .abroad-plan-container .fixed-navi li:nth-child(5) {
	border-bottom: 1px solid #edf0f2
}

.container-abroad-plan .abroad-plan-container .fixed-navi li {
	height: 36px;
	line-height: 34px;
	color: #58646e;
	font-size: 1.4rem;
	text-align: center;
	transition: all .2s
}

.container-abroad-plan .abroad-plan-container .fixed-navi li:hover {
	background-color: #e4e5e6
}

.container-abroad-plan .abroad-plan-container .fixed-navi li.cnt-active {
	position: relative;
	border-color: #078cf1;
	background-color: #078cf1;
	color: #fff
}

.container-abroad-plan .abroad-plan-container .fixed-navi li.cnt-active:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -8px;
	margin: auto;
	width: 8px;
	height: 14px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 8px solid #078cf1;
	box-sizing: border-box
}

.container-abroad-plan .abroad-plan-container .plan-container {
	padding: 80px 0
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box {
	position: relative
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box.hidden-plan-box {
	display: none
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box.blur-plan-box {
	max-height: 344px;
	overflow: hidden
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box.blur-plan-box .keyword-box,.container-abroad-plan .abroad-plan-container .plan-container .plan-box.blur-plan-box .plan-list {
	-webkit-filter: blur(5px);
	filter: blur(5px)
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-box-login {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	z-index: 1;
	background-color: hsla(0,0%,100%,.6)
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-box-login .btn-box {
	position: absolute;
	width: 300px;
	height: 70px;
	margin-top: -25px;
	margin-right: -150px;
	top: 50%;
	right: 50%
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-box-login .btn-box .login-btn {
	margin: 0 auto 20px auto;
	padding: 5px 12px;
	display: inline-block;
	background-color: #39f;
	color: #fff;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 1.5rem;
	line-height: 21px;
	cursor: pointer
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-box-login .btn-box .login-btn:hover {
	background-color: #66b2ff
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box:last-child .plan-list .plan-item:last-child .plan-detail:last-child {
	padding-bottom: 0
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-box-header {
	position: relative
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-box-header .header-title {
	position: absolute;
	display: inline-block;
	margin-left: 150px;
	padding: 0 24px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: 500;
	background-color: #078cf1;
	border-radius: 40px;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-box-header .header-keyword {
	height: 40px;
	line-height: 40px;
	margin-left: calc(150px + 58px);
	font-size: 1.6rem;
	font-weight: 500;
	color: #078cf1
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .keyword-box {
	margin-left: 150px;
	padding: 20px 158px 26px 58px;
	border-left: 4px solid #e4e5e6
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .keyword-box .keyword-item {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ff9c08;
	border-radius: 3px;
	background-color: #fff7ea;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	color: #ff9c08
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .keyword-box .keyword-item:last-child {
	margin-right: 0
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item {
	position: relative
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item:last-child .plan-detail:last-child {
	padding-bottom: 76px
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	padding-right: 24px;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: right
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-date.is-cnt {
	color: #eb5635
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-detail,.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-title {
	margin-left: 150px;
	padding-left: 58px;
	padding-right: 158px;
	border-left: 4px solid #e4e5e6
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-title {
	position: relative;
	padding-bottom: 36px;
	line-height: 22px
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-title,.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-title span {
	font-size: 1.6rem;
	color: #078cf1;
	font-weight: 500
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-title.is-cnt,.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-title.is-cnt span {
	color: #eb5635
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-title.is-cnt:before {
	background-color: #fff;
	top: -4px;
	left: -17px;
	width: 22px;
	height: 22px;
	z-index: 1
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-title.is-cnt svg {
	fill: #eb5635;
	position: absolute;
	top: -1px;
	left: -11px;
	width: 18px;
	height: 25px;
	z-index: 2
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-title:before {
	content: " ";
	position: absolute;
	top: 1px;
	left: -12px;
	width: 12px;
	height: 12px;
	border: 4px solid #fff;
	border-radius: 50%;
	background-color: #078cf1
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-detail {
	padding-bottom: 22px;
	font-size: 1.4rem;
	line-height: 22px
}

.container-abroad-plan .abroad-plan-container .plan-container .plan-box .plan-list .plan-item .plan-detail:last-child {
	padding-bottom: 32px
}

.container-abroad-plan-pdf-cover-page {
	width: 1190px;
	margin: 0 auto;
	height: calc(1190px / 1190 * 1684);
	background-color: #fff
}

.container-abroad-plan-pdf-cover-page header {
	position: relative;
	width: 1190px;
	height: calc(1190px / 1190 * 1276);
	background-image: url(../images/cover.jpg);
	background-position: 0 0;
	background-size: cover
}

.container-abroad-plan-pdf-cover-page header .logo {
	position: absolute;
	top: 120px;
	left: 60px;
	width: 287px;
	height: 44px;
	background-image: url(../images/logo.png);
	background-position: 50%;
	background-size: cover
}

.container-abroad-plan-pdf-cover-page .content {
	padding: 0 60px;
	page-break-after: always
}

.container-abroad-plan-pdf-cover-page .content:after,.container-abroad-plan-pdf-cover-page .content:before {
	content: " ";
	display: table;
	clear: both
}

.container-abroad-plan-pdf-cover-page .content .pdf-create-date {
	float: left;
	height: 408px
}

.container-abroad-plan-pdf-cover-page .content .pdf-create-date div {
	color: #365ed1
}

.container-abroad-plan-pdf-cover-page .content .pdf-create-date div:first-child {
	margin-top: 224px;
	height: 4px;
	width: 40px;
	background-color: #365ed1
}

.container-abroad-plan-pdf-cover-page .content .pdf-create-date div:last-child {
	margin-top: 20px;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: Microsoft Yahei,PingFang SC,sans-serif,Arial,Verdana
}

.container-abroad-plan-pdf-cover-page .content .pdf-title {
	float: right;
	padding-top: 101px;
	height: 408px
}

.container-abroad-plan-pdf-cover-page .content .pdf-title div {
	text-align: right;
	line-height: 72px;
	font-size: 7.2rem;
	font-weight: 700;
	font-family: Microsoft Yahei,PingFang SC,sans-serif,Arial,Verdana;
	color: #365ed1
}

.container-abroad-plan-pdf-cover-page .content .pdf-title div:last-child {
	margin-top: 23px
}

.container-app-download-index .screen:not(.active) .animate-delay-3 {
	transition-delay: 0s
}

.container-app-download-index .screen.active .animate-delay-3 {
	transition-delay: 1.5s
}

.container-app-download-index .screen:not(.active) .animate-delay-2 {
	transition-delay: .25s
}

.container-app-download-index .screen.active .animate-delay-2 {
	transition-delay: 1s
}

.container-app-download-index .screen.active .animate-delay-1,.container-app-download-index .screen:not(.active) .animate-delay-1 {
	transition-delay: .5s
}

.container-app-download-index .screen:not(.active) .animate-delay-0 {
	transition-delay: .75s
}

.container-app-download-index .screen.active .animate-delay-0 {
	transition-delay: 0s
}

.container-app-download-index .screen:not(.active) .animate-fadein {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	opacity: 0
}

.container-app-download-index .screen.active .animate-fadein {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	opacity: 1
}

.container-app-download-index .screen:not(.active) .animate-leftin-4x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateX(4rem);
	transform: translateX(4rem)
}

.container-app-download-index .screen.active .animate-leftin-4x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.container-app-download-index .screen:not(.active) .animate-leftin-3x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateX(3rem);
	transform: translateX(3rem)
}

.container-app-download-index .screen.active .animate-leftin-3x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.container-app-download-index .screen:not(.active) .animate-leftin-2x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateX(2rem);
	transform: translateX(2rem)
}

.container-app-download-index .screen.active .animate-leftin-2x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.container-app-download-index .screen:not(.active) .animate-leftin {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateX(1rem);
	transform: translateX(1rem)
}

.container-app-download-index .screen.active .animate-leftin {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.container-app-download-index .screen:not(.active) .animate-rightin-4x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateX(-4rem);
	transform: translateX(-4rem)
}

.container-app-download-index .screen.active .animate-rightin-4x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.container-app-download-index .screen:not(.active) .animate-rightin-3x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateX(-3rem);
	transform: translateX(-3rem)
}

.container-app-download-index .screen.active .animate-rightin-3x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.container-app-download-index .screen:not(.active) .animate-rightin-2x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateX(-2rem);
	transform: translateX(-2rem)
}

.container-app-download-index .screen.active .animate-rightin-2x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.container-app-download-index .screen:not(.active) .animate-rightin {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem)
}

.container-app-download-index .screen.active .animate-rightin {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.container-app-download-index .screen:not(.active) .animate-downin-4x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateY(-4rem);
	transform: translateY(-4rem)
}

.container-app-download-index .screen.active .animate-downin-4x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.container-app-download-index .screen:not(.active) .animate-downin-3x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateY(-3rem);
	transform: translateY(-3rem)
}

.container-app-download-index .screen.active .animate-downin-3x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.container-app-download-index .screen:not(.active) .animate-downin-2x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateY(-2rem);
	transform: translateY(-2rem)
}

.container-app-download-index .screen.active .animate-downin-2x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.container-app-download-index .screen:not(.active) .animate-downin {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateY(-1rem);
	transform: translateY(-1rem)
}

.container-app-download-index .screen.active .animate-downin {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.container-app-download-index .screen:not(.active) .animate-upin-4x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateY(4rem);
	transform: translateY(4rem)
}

.container-app-download-index .screen.active .animate-upin-4x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.container-app-download-index .screen:not(.active) .animate-upin-3x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateY(3rem);
	transform: translateY(3rem)
}

.container-app-download-index .screen.active .animate-upin-3x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.container-app-download-index .screen:not(.active) .animate-upin-2x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateY(2rem);
	transform: translateY(2rem)
}

.container-app-download-index .screen.active .animate-upin-2x {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.container-app-download-index .screen:not(.active) .animate-upin {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .25s;
	transition-timing-function: ease-in;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem)
}

.container-app-download-index .screen.active .animate-upin {
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	transition-duration: .75s;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.container-app-download-index {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100vw;
	color: #fff;
	background-color: #076af1;
	font-family: PingFang SC,Microsoft Yahei,微软雅黑,Microsoft Jhenghei,STXihei,华文细黑,Hiragino Sans GB,San Francisco,Helvetica Neue,Helvetica,Droid Sans Fallback,文泉驿微米黑,sans-serif;
	font-weight: 400
}

.container-app-download-index:not(.active) .indicator,.container-app-download-index:not(.active) .screen {
	opacity: 0
}

.container-app-download-index h1,.container-app-download-index h2,.container-app-download-index h3,.container-app-download-index h4,.container-app-download-index h5,.container-app-download-index h6,.container-app-download-index p {
	margin: 0;
	font-weight: 400
}

.container-app-download-index .indicator {
	position: fixed;
	z-index: 8;
	top: calc(50% - 1.625rem);
	right: calc(50% - 22.975rem);
	width: .625rem;
	height: 3.25rem
}

.container-app-download-index .indicator .indicator-item {
	position: relative;
	width: .625rem;
	height: .625rem;
	cursor: pointer
}

.container-app-download-index .indicator .indicator-item:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background: 50%/contain no-repeat url(../images/indicator-item.png);
	border-radius: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.container-app-download-index .indicator .indicator-item.active:after {
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	background: 50%/contain no-repeat url(../images/indicator-item-active.png);
	border-radius: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.container-app-download-index .screen {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100vh;
	background-color: #076af1;
	opacity: 1;
	transition: opacity .2s
}

.container-app-download-index .screen .screen-container {
	position: absolute;
	top: calc(50% - 13.5rem);
	left: calc(50% - 24rem);
	width: 48rem;
	height: 27rem
}

.container-app-download-index .screen .logo {
	position: absolute;
	z-index: 10;
	width: auto;
	height: .75rem;
	top: calc(50% - 11.5rem);
	left: calc(50% - 21.5rem);
	fill: #fff
}

.container-app-download-index .screen .qrcode-box {
	position: absolute;
	z-index: 10;
	width: 3rem;
	height: 3.7rem;
	top: calc(50% + 8.55rem);
	right: calc(50% - 21.5rem)
}

.container-app-download-index .screen .qrcode-box .qrcode {
	display: block;
	width: 3rem;
	height: 3rem
}

.container-app-download-index .screen .qrcode-box .text {
	font-size: .35rem;
	margin-top: .3rem;
	text-align: center;
	color: #c0fff7
}

.container-app-download-index .screen .screen-content {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.container-app-download-index .screen .screen-content.screen-brand {
	background: linear-gradient(rgba(16,113,244,.85),rgba(16,113,244,.85)),50%/cover no-repeat url(../images/background-image.jpg)
}

.container-app-download-index .screen .screen-content .demo-container {
	position: absolute;
	z-index: 7;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%
}

.container-app-download-index .screen .screen-content .demo-container img {
	position: absolute
}

.container-app-download-index .screen .screen-content .demo-container.demo-1 img.iphonex {
	left: .75rem;
	top: calc(50% + 4.2250000000000005rem);
	width: 26.4rem;
	height: 9.15rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-1 img.panel {
	left: 1.775rem;
	top: calc(50% + -4.4rem);
	width: 22.9rem;
	height: 15.225rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-1 img.strip {
	left: 5.925rem;
	top: calc(50% + -4.15rem);
	width: 13.4125rem;
	height: 7.4625rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-1 img.buildings {
	left: 7.025rem;
	top: calc(50% + -.675rem);
	width: 12.7rem;
	height: 11.0375rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-1 img.dialog {
	left: 9.225rem;
	top: calc(50% + -3.825rem);
	width: 7.775rem;
	height: 3.625rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-2 img.iphonex {
	left: 3.475rem;
	top: calc(50% + 2.1750000000000003rem);
	width: 18.225rem;
	height: 12.6rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-2 img.panel {
	left: 2.075rem;
	top: calc(50% + -3.0250000000000004rem);
	width: 20.225rem;
	height: 12.7375rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-2 img.block {
	left: 8.025rem;
	top: calc(50% + -2.2rem);
	width: 7.725rem;
	height: 10.9375rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-2 img.number {
	left: 6.3rem;
	top: calc(50% + -6.45rem);
	width: 11.0875rem;
	height: 10.525rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-2 img.circle {
	left: 4.15rem;
	top: calc(50% + -3.4000000000000004rem);
	width: 16rem;
	height: 11.65rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-3 img.iphonex {
	left: 3.075rem;
	top: calc(50% + -2.225rem);
	width: 15.625rem;
	height: 17.575rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-3 img.panel {
	left: 6.525rem;
	top: calc(50% + 2.25rem);
	width: 11.875rem;
	height: 7.05rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-3 img.glow-1 {
	left: 2.825rem;
	top: calc(50% + -3.075rem);
	width: 19.3rem;
	height: 12.2rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-3 img.glow-2 {
	left: 5.425rem;
	top: calc(50% + -4.325rem);
	width: 14.075rem;
	height: 12.725rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-3 img.ring-1 {
	left: 5.325rem;
	top: calc(50% + 1.175rem);
	width: 14.225rem;
	height: 9.175rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-3 img.ring-2 {
	left: 3.95rem;
	top: calc(50% + -.225rem);
	width: 17.15rem;
	height: 12.025rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-3 img.machine {
	left: 9.05rem;
	top: calc(50% + -.625rem);
	width: 7.625rem;
	height: 8.575rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-4 img.iphonex {
	left: 0;
	top: calc(50% + .7000000000000001rem);
	width: 21.75rem;
	height: 14.825rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-4 img.panel {
	left: 1.525rem;
	top: calc(50% + -5.65rem);
	width: 20.45rem;
	height: 17.925rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-4 img.building {
	left: 5.65rem;
	top: calc(50% + -1.875rem);
	width: 7.725rem;
	height: 10.1375rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-4 img.storage {
	left: 13.5rem;
	top: calc(50% + 5rem);
	width: 3.625rem;
	height: 4.525rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-5 img.iphonex {
	left: -1.25rem;
	top: calc(50% + -2.1750000000000003rem);
	width: 26.725rem;
	height: 19.625rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-5 img.panel {
	left: .175rem;
	top: calc(50% + -3.6750000000000003rem);
	width: 25.2rem;
	height: 15.25rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-5 img.person {
	left: 7.625rem;
	top: calc(50% + 4.525rem);
	width: 3rem;
	height: 3.575rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-5 img.block {
	left: 11.225rem;
	top: calc(50% + -1.425rem);
	width: 6.65rem;
	height: 9.525rem
}

.container-app-download-index .screen .screen-content .demo-container.demo-5 img.dialog {
	left: 8.1rem;
	top: calc(50% + .47500000000000003rem);
	width: 2.325rem;
	height: 2.75rem
}

.container-app-download-index .screen .screen-content .desc-container {
	position: absolute;
	z-index: 6;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%
}

.container-app-download-index .screen .screen-content .desc-container .desc-container-background {
	position: absolute;
	top: calc(50% - 50vh);
	left: 0;
	width: 50vw;
	height: 100vh;
	background-color: #0064ee
}

.container-app-download-index .screen .screen-content .desc-container>header {
	position: absolute;
	font-size: 2rem;
	line-height: 2rem;
	top: calc(50% - 7.975rem);
	left: 2.875rem
}

.container-app-download-index .screen .screen-content .desc-container>article {
	position: absolute;
	top: calc(50% - 3.6rem);
	left: 2.875rem;
	width: 16.5rem;
	font-size: .6rem;
	line-height: 1.05rem;
	color: #c0fff7
}

.container-app-download-index .screen .screen-content .desc-container>section.features {
	position: relative;
	top: calc(50% + 1.825rem);
	left: 3rem
}

.container-app-download-index .screen .screen-content .desc-container>section.features .feature {
	display: inline-block;
	margin-right: 2.5rem
}

.container-app-download-index .screen .screen-content .desc-container>section.features .feature .icon {
	width: 3rem;
	height: 3rem
}

.container-app-download-index .screen .screen-content .desc-container>section.features .feature .text {
	text-align: center;
	font-size: .6rem;
	color: #c0fff7
}

.container-app-download-index .screen .screen-content .desc-container>footer {
	position: absolute;
	top: calc(50% + 8.875rem);
	left: 2.875rem;
	width: 1.75rem;
	height: .25rem;
	background-color: #00ffde
}

.container-app-download-index .screen .screen-content .brand-container {
	position: absolute;
	top: calc(50% - 10.125rem);
	left: 2.5rem;
	width: 43rem;
	height: 20.25rem;
	background: rgba(19,93,215,.7)
}

.container-app-download-index .screen .screen-content .brand-container>aside {
	position: absolute;
	top: calc(50% - 7.375rem);
	left: -.75rem
}

.container-app-download-index .screen .screen-content .brand-container>aside .iphone {
	position: absolute;
	top: 0;
	left: 0
}

.container-app-download-index .screen .screen-content .brand-container>aside .iphone .content {
	box-sizing: content-box;
	position: absolute;
	z-index: 6;
	top: .05rem;
	left: 2.9rem;
	width: 7.5rem;
	height: 16.25rem;
	border-radius: .87rem;
	background-color: #000;
	border: .12rem solid #000;
	-webkit-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: skew(29.1deg,-15.3deg) scaleY(.928);
	transform: skew(29.1deg,-15.3deg) scaleY(.928)
}

.container-app-download-index .screen .screen-content .brand-container>aside .iphone .frame {
	display: block;
	position: absolute;
	z-index: 7;
	top: 0;
	left: 0;
	width: 19.45rem;
	height: 21.75rem
}

.container-app-download-index .screen .screen-content .brand-container>article {
	position: absolute;
	top: 50%;
	left: 20.8rem;
	width: 18.89rem;
	height: 0
}

.container-app-download-index .screen .screen-content .brand-container>article>header {
	position: absolute;
	left: 0;
	bottom: .925rem
}

.container-app-download-index .screen .screen-content .brand-container>article>header h1 {
	font-size: 3.15rem
}

.container-app-download-index .screen .screen-content .brand-container>article>header h2 {
	font-size: 2rem
}

.container-app-download-index .screen .screen-content .brand-container>article>article {
	position: absolute;
	top: 1.15rem;
	left: 0;
	font-size: .6rem;
	line-height: 1.05rem;
	color: #c0fff7
}

.container-app-download-index .screen .screen-content .brand-container>article>footer {
	position: absolute;
	top: 8.3rem;
	width: 1.75rem;
	height: .25rem;
	background-color: #00ffde
}

.container-art-school-index {
	padding-bottom: 60px;
	background-color: #fff
}

.container-art-school-index header {
	padding-top: 100px;
	height: 400px;
	background-image: url(../images/header.jpg);
	background-position: 50%;
	background-size: cover
}

.container-art-school-index header .title {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 500;
	color: #fff
}

.container-art-school-index header .search-box {
	position: relative;
	margin: 40px auto 0;
	width: 749px;
	height: 50px
}

.container-art-school-index header .search-box:hover .search-icon {
	stroke: #078cf1
}

.container-art-school-index header .search-box input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-art-school-index header .search-box input:-moz-placeholder,.container-art-school-index header .search-box input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-art-school-index header .search-box input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-art-school-index header .search-box textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-art-school-index header .search-box textarea:-moz-placeholder,.container-art-school-index header .search-box textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-art-school-index header .search-box textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-art-school-index header .search-box input {
	display: block;
	height: 50px;
	width: 100%;
	padding: 0 60px 0 15px;
	border-radius: 4px;
	font-size: 1.6rem
}

.container-art-school-index header .search-box .search-icon {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	height: 20px;
	width: 19px;
	stroke: #c4c9cc;
	transition: stroke .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.container-art-school-index article nav {
	display: block;
	margin-top: 40px;
	padding: 0 30px;
	border: 1px solid #edf0f2;
	border-radius: 4px
}

.container-art-school-index article nav .nav-group {
	position: relative;
	min-height: 28px
}

.container-art-school-index article nav .nav-group .title {
	position: absolute;
	top: 24px;
	height: 20px;
	left: 0;
	font-size: 1.4rem;
	color: #949ba1;
	line-height: 20px
}

.container-art-school-index article nav .nav-group ul {
	display: block;
	padding-top: 20px;
	margin-left: 125px;
	list-style: none;
	border-bottom: 1px dashed #edf0f2
}

.container-art-school-index article nav .nav-group ul li {
	display: inline-block;
	padding: 0 12px;
	margin-right: 8px;
	margin-bottom: 16px;
	height: 28px;
	line-height: 28px;
	font-size: 1.4rem;
	border-radius: 2px;
	list-style: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.container-art-school-index article nav .nav-group ul li a {
	line-height: 28px;
	font-size: 1.4rem;
	color: #26343f
}

.container-art-school-index article nav .nav-group ul li:last-child {
	margin-right: 0
}

.container-art-school-index article nav .nav-group ul li:hover,.container-art-school-index article nav .nav-group ul li:hover a {
	background-color: #f5f6f7
}

.container-art-school-index article nav .nav-group ul li.active_nav,.container-art-school-index article nav .nav-group ul li.active_nav a {
	background-color: #078cf1;
	color: #fff
}

.container-art-school-index article nav .nav-group:last-child ul {
	border: none
}

.container-art-school-index article .schools-box {
	margin-top: 40px
}

.container-art-school-index article .schools-box .list-title {
	height: 36px;
	text-align: center;
	border-bottom: 1px solid #edf0f2
}

.container-art-school-index article .schools-box .list-title .list-title-item {
	display: inline-block;
	margin-right: 57px;
	height: 36px;
	line-height: 22px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #949ba1;
	transition: all .2s
}

.container-art-school-index article .schools-box .list-title .list-title-item:last-child {
	margin-right: 0
}

.container-art-school-index article .schools-box .list-title .list-title-item:hover {
	color: #26343f
}

.container-art-school-index article .schools-box .list-title .list-title-item:not(.active_title) {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-art-school-index article .schools-box .list-title .list-title-item.active_title {
	margin-bottom: -2px;
	color: #26343f;
	border-bottom: 2px solid #26343f
}

.container-art-school-index article .schools-list-box .art-school-item {
	position: relative;
	padding: 41px 0;
	min-height: 210px;
	border-bottom: 1px solid #edf0f2
}

.container-art-school-index article .schools-list-box .art-school-item .logo-wrapper {
	display: block;
	position: absolute;
	height: 128px;
	width: 128px;
	border-radius: 50%;
	border: 1px solid #e4e5e6;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-art-school-index article .schools-list-box .art-school-item .logo-wrapper .logo {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 100px;
	width: 100px
}

.container-art-school-index article .schools-list-box .art-school-item .logo-wrapper .logo,.container-art-school-index article .schools-list-box .art-school-item .logo-wrapper .logo * {
	border-radius: 50%
}

.container-art-school-index article .schools-list-box .art-school-item .school-info-box {
	padding: 10px 340px 10px 175px
}

.container-art-school-index article .schools-list-box .art-school-item .school-info-box .school-name {
	padding-top: 2px
}

.container-art-school-index article .schools-list-box .art-school-item .school-info-box .school-name:hover .chinese-name,.container-art-school-index article .schools-list-box .art-school-item .school-info-box .school-name:hover .english-name {
	color: #078cf1
}

.container-art-school-index article .schools-list-box .art-school-item .school-info-box .school-name .chinese-name,.container-art-school-index article .schools-list-box .art-school-item .school-info-box .school-name .english-name {
	display: block;
	color: #26343f;
	transition: color .2s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-art-school-index article .schools-list-box .art-school-item .school-info-box .school-name .chinese-name {
	font-size: 2rem;
	font-weight: 700;
	line-height: 20px
}

.container-art-school-index article .schools-list-box .art-school-item .school-info-box .school-name .english-name {
	margin-top: 5px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 16px
}

.container-art-school-index article .schools-list-box .art-school-item .school-info-box .other-info {
	margin-top: 16px;
	font-size: 1.4rem;
	line-height: 1;
	color: #58646e
}

.container-art-school-index article .schools-list-box .art-school-item .school-info-box .other-info .school-location,.container-art-school-index article .schools-list-box .art-school-item .school-info-box .other-info .school-type {
	display: inline-block;
	vertical-align: middle
}

.container-art-school-index article .schools-list-box .art-school-item .school-info-box .other-info .school-type {
	margin-right: 20px
}

.container-art-school-index article .schools-list-box .art-school-item .school-info-box .other-info .school-location {
	font-size: 0
}

.container-art-school-index article .schools-list-box .art-school-item .school-info-box .other-info .location-info,.container-art-school-index article .schools-list-box .art-school-item .school-info-box .other-info .type-info,.container-art-school-index article .schools-list-box .art-school-item .school-info-box .other-info svg {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem
}

.container-art-school-index article .schools-list-box .art-school-item .school-info-box .other-info svg {
	margin-right: 4px;
	width: 16px;
	height: 16px;
	fill: #c4c9cc
}

.container-art-school-index article .schools-list-box .art-school-item .school-info-box .major-recommend-box {
	margin-top: 17px;
	font-size: 1.4rem;
	line-height: 1;
	color: #26343f
}

.container-art-school-index article .schools-list-box .art-school-item .difficulty-rate-box {
	position: absolute;
	right: 80px;
	top: 41px;
	bottom: 41px;
	width: 161px
}

.container-art-school-index article .schools-list-box .art-school-item .difficulty-rate-box .rate-title span {
	font-size: 1.6rem
}

.container-art-school-index article .schools-list-box .art-school-item .difficulty-rate-box .rate-title .rate-title-core {
	font-weight: 700;
	font-size: 2rem
}

.container-art-school-index article .schools-list-box .art-school-item .difficulty-rate-box .rate-star {
	margin-top: 6px
}

.container-art-school-index article .schools-list-box .art-school-item .difficulty-rate-box .rate-star .component-star-item,.container-art-school-index article .schools-list-box .art-school-item .difficulty-rate-box .rate-star .component-star-item .star-png,.container-art-school-index article .schools-list-box .art-school-item .difficulty-rate-box .rate-star .component-star-item .star-value,.container-art-school-index article .schools-list-box .art-school-item .difficulty-rate-box .rate-star .component-star-item .start-default-value {
	width: 22px;
	height: 22px
}

.container-art-school-index article .schools-list-box .art-school-item .difficulty-rate-box .rate-star .component-star-item .star-value {
	margin: 0;
	background: #ff9c08
}

.container-art-school-index article .schools-list-box .art-school-item .difficulty-rate-box .rate-btn {
	display: block;
	position: absolute;
	bottom: 7px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
	background-color: #25bee4;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	transition: all .2s
}

.container-art-school-index article .schools-list-box .art-school-item .difficulty-rate-box .rate-btn:hover {
	background-color: #50cbe9
}

.container-art-school-index article .pagination {
	margin-top: 50px
}

.container-art-major-index {
	padding-bottom: 80px;
	background-color: #fff;
	color: #26343f
}

.container-art-major-index h1,.container-art-major-index h2,.container-art-major-index h3,.container-art-major-index h4 {
	margin: 0;
	padding: 0;
	font-weight: 400
}

.container-art-major-index .section-item {
	margin: 60px auto 0
}

.container-art-major-index .section-item .section-item-head {
	margin-bottom: 38px
}

.container-art-major-index .section-item .section-item-head .head-title {
	display: inline-block;
	margin-right: 20px;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700
}

.container-art-major-index .section-item .section-item-head .english-title {
	font-size: 1.8rem;
	line-height: 20px
}

.container-art-major-index .section-item .section-item-content .card-col-box {
	width: calc((100% - 12px) / 3);
	margin-right: 6px
}

.container-art-major-index .section-item .section-item-content .card-col-box.card-col-4 {
	width: calc((100% - 12px) / 3)
}

.container-art-major-index .section-item .section-item-content .card-col-box.card-col-6 {
	width: calc((100% - 6px) / 2)
}

.container-art-major-index .section-item .section-item-content .card-col-box.card-col-3 {
	width: calc((100% - 18px) / 4)
}

.container-art-major-index .section-item .section-item-content .card-col-box:last-child {
	margin-right: 0
}

.container-art-major-index .section-item .section-item-content .card-row-box {
	margin-bottom: 10px
}

.container-art-major-index .section-item .section-item-content .card-row-box:last-child {
	margin-bottom: 0
}

.container-art-major-index .section-banner {
	position: relative;
	margin-top: 0;
	height: 640px;
	background: url(../images/arts-major-banner.jpg) no-repeat 50%/cover;
	overflow: hidden
}

.container-art-major-index .section-banner .banner-head {
	padding: 50px 0;
	margin: 88px auto;
	width: 485px;
	background-color: hsla(0,0%,100%,.88);
	text-align: center
}

.container-art-major-index .section-banner .banner-head .head-text {
	margin-bottom: 30px;
	font-size: 3.6rem;
	line-height: 1;
	color: #26343f;
	font-weight: 700
}

.container-art-major-index .section-banner .banner-head .line {
	margin-bottom: 30px;
	display: inline-block;
	width: 46px;
	height: 4px;
	background-color: #26343f
}

.container-art-major-index .section-banner .banner-head .subhead-text {
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 500
}

.container-art-major-index .section-banner .select-rate-box {
	position: absolute;
	bottom: 0;
	padding: 40px 0;
	width: 100%;
	height: 240px;
	background-color: hsla(0,0%,100%,.95)
}

.container-art-major-index .section-banner .select-rate-box .select-rate-item {
	width: 25%;
	margin-top: 32px
}

.container-art-major-index .section-banner .select-rate-box .select-rate-item:first-child,.container-art-major-index .section-banner .select-rate-box .select-rate-item:nth-child(2),.container-art-major-index .section-banner .select-rate-box .select-rate-item:nth-child(3),.container-art-major-index .section-banner .select-rate-box .select-rate-item:nth-child(4) {
	margin-top: 0
}

.container-art-major-index .section-banner .select-rate-box .select-rate-item .rate-num {
	display: inline-block;
	width: 110px;
	text-align: left;
	font-family: gothamBold,sans-serif;
	margin-right: 15px;
	color: #25bee4;
	font-size: 3rem;
	line-height: 32px;
	vertical-align: bottom
}

.container-art-major-index .section-banner .select-rate-box .select-rate-item .rate-text {
	color: #26343f;
	font-size: 1.6rem;
	line-height: 22px
}

.container-art-major-index .major-card {
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	display: block;
	color: #26343f;
	transition: all .1s ease-in-out
}

.container-art-major-index .major-card:last-child {
	margin-bottom: 0
}

.container-art-major-index .major-card .card-image {
	height: calc(100% - 54px)
}

.container-art-major-index .major-card .desc-text {
	height: 54px;
	line-height: 54px
}

.container-art-major-index .major-card .desc-text .cn-name {
	display: inline-block;
	font-size: 20px;
	font-weight: 700
}

.container-art-major-index .major-card .desc-text .en-name {
	display: inline-block;
	font-size: 16px;
	color: #58646e;
	max-width: 55%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-art-major-index .major-card:hover {
	transition: all .3s ease-in-out;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.1)
}

.container-art-major-detail {
	padding-bottom: 80px;
	color: #26343f;
	overflow: hidden;
	background-color: #fff
}

.container-art-major-detail h1,.container-art-major-detail h2,.container-art-major-detail h3,.container-art-major-detail h4 {
	margin: 0;
	padding: 0;
	font-weight: 400
}

.container-art-major-detail .head-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: url(../images/art-major-detail-banner.jpg) no-repeat 50%/cover;
	z-index: 1
}

.container-art-major-detail .content-box {
	position: relative;
	z-index: 2
}

.container-art-major-detail .major-detail-head {
	margin: 80px auto;
	text-align: center
}

.container-art-major-detail .major-detail-head .head-text {
	margin-bottom: 30px;
	font-size: 3.6rem;
	line-height: 1;
	color: #26343f;
	font-weight: 700
}

.container-art-major-detail .major-detail-head .line {
	margin-bottom: 30px;
	display: inline-block;
	width: 46px;
	height: 4px;
	background-color: #26343f
}

.container-art-major-detail .major-detail-head .subhead-text {
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 500
}

.container-art-major-detail .major-info {
	margin-bottom: 100px;
	padding: 60px 50px 53px;
	background-color: #fff;
	box-shadow: 0 4px 16px rgba(0,0,0,.08)
}

.container-art-major-detail .major-info .info-item {
	margin-bottom: 52px
}

.container-art-major-detail .major-info .info-item:last-child {
	margin-bottom: 0
}

.container-art-major-detail .major-info .info-item .info-title {
	margin-bottom: 13px;
	color: #25bee4;
	font-weight: 500
}

.container-art-major-detail .major-info .info-item .info-title .cn-name {
	margin-right: 15px;
	font-size: 1.8rem;
	line-height: 1
}

.container-art-major-detail .major-info .info-item .info-title .en-name {
	font-size: 1.4rem;
	line-height: 1
}

.container-art-major-detail .major-info .info-item .info-desc {
	font-size: 1.6rem;
	line-height: 30px;
	color: #26343f
}

.container-art-major-detail .major-recommend .recommend-title {
	margin-bottom: 35px;
	text-align: center;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700
}

.container-art-major-detail .major-recommend .tabs-btn-box {
	margin: 0 auto 55px;
	width: 240px
}

.container-art-major-detail .major-recommend .tabs-btn-box .tab {
	width: 120px;
	height: 40px;
	color: #c4c9cc;
	font-size: 1.6rem;
	line-height: 38px;
	text-align: center;
	border: 1px solid #c4c9cc;
	transition: all .3s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-art-major-detail .major-recommend .tabs-btn-box .tab.active,.container-art-major-detail .major-recommend .tabs-btn-box .tab:hover {
	border-color: #25bee4;
	color: #25bee4
}

.container-art-major-detail .major-recommend .tabs-btn-box .tab.tab-undergraduate {
	border-right: 0
}

.container-art-major-detail .major-recommend .tabs-btn-box .tab.tab-graduate {
	border-left: 0
}

.container-art-major-detail .major-recommend .tabs-btn-box .tab.active {
	font-weight: 700
}

.container-art-major-detail .major-recommend .tabs-btn-box .tab.active.tab-undergraduate {
	border-right: 1px solid #25bee4
}

.container-art-major-detail .major-recommend .tabs-btn-box .tab.active.tab-graduate {
	border-left: 1px solid #25bee4
}

.container-art-major-detail .major-recommend .view-box {
	width: 100%;
	overflow: hidden
}

.container-art-major-detail .major-recommend .view-box .tab-box {
	width: 200%;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease
}

.container-art-major-detail .major-recommend .view-box .tab-box.move-left {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.container-art-major-detail .major-recommend .view-box .tab-box.move-right {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box {
	width: 50%;
	padding: 0 14px 16px
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item {
	margin-right: 40px;
	width: calc((100% - 40px) / 2);
	border-radius: 4px;
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	overflow: hidden
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item:last-child {
	margin-right: 0
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-title {
	padding: 0 40px;
	height: 80px;
	font-size: 2.2rem;
	line-height: 80px;
	color: #fff;
	font-weight: 500;
	background-color: #25bee4
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-content {
	background-color: #fff;
	padding: 20px 40px 40px;
	min-height: 612px
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-content .no-recommend-text {
	margin-top: 30px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 700;
	color: #949ba1
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-content .school-item {
	display: block;
	padding: 15px 0;
	transition: all .3s;
	border-bottom: 1px solid #edf0f2;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-content .school-item:hover .school-info .school-cn-name,.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-content .school-item:hover .school-info .school-en-name {
	color: #078cf1
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-content .school-item.no-hover {
	cursor: not-allowed
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-content .school-item.no-hover .school-info .school-cn-name,.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-content .school-item.no-hover .school-info .school-en-name {
	color: #26343f
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-content .school-item .image-box {
	margin-right: 20px;
	padding: 5px;
	width: 60px;
	height: 60px;
	border: 1px solid #e4e5e6;
	border-radius: 50%
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-content .school-item .image-box .image-src {
	border-radius: 50%;
	overflow: hidden
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-content .school-item .school-info {
	margin: 7px 0
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-content .school-item .school-info .school-cn-name {
	margin-bottom: 9px;
	color: #26343f;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-art-major-detail .major-recommend .view-box .tab-box .tab-item-box .menu-item .menu-content .school-item .school-info .school-en-name {
	font-size: 1.4rem;
	color: #949ba1;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-art-major-rank {
	padding: 37px 0 0;
	color: #26343f;
	background-color: #fff;
	overflow: hidden
}

.container-art-major-rank .left-part {
	margin-bottom: 80px;
	width: 220px
}

.container-art-major-rank .left-part .major-list {
	padding-bottom: 40px;
	background-color: #f5f6f7
}

.container-art-major-rank .left-part .major-list .major-item {
	display: block;
	padding: 3px 20px;
	transition: all .3s
}

.container-art-major-rank .left-part .major-list .major-item:nth-child(2) {
	margin-top: 7px
}

.container-art-major-rank .left-part .major-list .major-item span {
	display: block;
	height: 42px;
	border-radius: 26px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 42px;
	color: #26343f;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-art-major-rank .left-part .major-list .major-item span:hover {
	color: #078cf1
}

.container-art-major-rank .left-part .major-list .major-item.active span {
	background-color: rgba(228,229,230,.6);
	color: #078cf1
}

.container-art-major-rank .left-part .major-list .list-title {
	display: block;
	height: 56px;
	font-size: 1.6rem;
	line-height: 56px;
	text-align: center;
	font-weight: 500;
	color: #078cf1;
	border-bottom: 1px solid #e4e5e6
}

.container-art-major-rank .right-part {
	margin: 0 0 60px 300px;
	overflow: hidden
}

.container-art-major-rank .right-part .category-section {
	margin-bottom: 20px;
	padding: 0 30px 20px;
	border: 1px solid #e4e5e6
}

.container-art-major-rank .right-part .category-section .category-item {
	margin-top: 20px
}

.container-art-major-rank .right-part .category-section .category-item .category-title {
	padding: 4px 0;
	font-size: 1.4rem;
	line-height: 20px;
	color: #949ba1
}

.container-art-major-rank .right-part .category-section .category-item .category-list {
	margin-left: 82px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e4e5e6
}

.container-art-major-rank .right-part .category-section .category-item .category-list .list-item {
	display: inline-block;
	margin-right: 8px;
	padding: 4px 10px;
	border-radius: 2px;
	font-size: 1.4rem;
	line-height: 20px;
	transition: all .3s;
	color: #26343f;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-art-major-rank .right-part .category-section .category-item .category-list .list-item.active,.container-art-major-rank .right-part .category-section .category-item .category-list .list-item.active:hover {
	background-color: #078cf1;
	color: #fff
}

.container-art-major-rank .right-part .category-section .category-item .category-list .list-item:hover {
	background-color: #f5f6f7
}

.container-art-major-rank .right-part .category-section .category-item .category-list .list-item:last-child {
	margin-right: 0
}

.container-art-major-rank .right-part .category-section .category-item:last-child .category-list {
	padding-bottom: 0;
	border-bottom: 0
}

.container-art-major-rank .right-part .program-section {
	margin-bottom: 60px
}

.container-art-major-rank .right-part .program-section .program-count {
	height: 42px
}

.container-art-major-rank .right-part .program-section .program-count span {
	font-size: 1.2rem;
	line-height: 42px
}

.container-art-major-rank .right-part .program-section .program-count .count {
	color: #078cf1
}

.container-art-major-rank .right-part .program-section .program-list {
	list-style: none
}

.container-art-major-rank .right-part .program-section .program-list .program-item {
	padding: 25px 0;
	border-bottom: 1px solid #e4e5e6
}

.container-art-major-rank .right-part .program-section .program-list .program-item:first-child {
	border-top: 1px solid #e4e5e6
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-btn {
	position: relative;
	height: 79px;
	width: 160px
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-btn .consult-button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 160px;
	height: 42px;
	background-color: #25bee4;
	border-radius: 4px;
	text-align: center;
	transition: all .3s;
	font-size: 1.4rem;
	line-height: 42px;
	color: #fff
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-btn .consult-button:hover {
	background-color: #80d9ef
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-rank {
	width: 70px;
	height: px;
	font-size: 1.8rem;
	line-height: 79px;
	color: #078cf1
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-info {
	margin: 0 200px 0 70px;
	height: 79px
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-info .program-info {
	margin-bottom: 15px
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-info .program-info .program-en-name {
	margin-bottom: 7px
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-info .program-info .program-en-name .text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	max-width: calc(100% - 48px);
	margin-right: 10px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	vertical-align: middle
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-info .program-info .program-en-name .website {
	display: inline-block;
	padding: 5px 6px;
	color: #58646e;
	border: 1px solid #e4e5e6;
	border-radius: 3px;
	transition: all .3s;
	font-size: 1.2rem;
	line-height: 1;
	vertical-align: middle
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-info .program-info .program-en-name .website:hover {
	color: #078cf1;
	border: 1px solid #078cf1
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-info .school-info {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-info .school-info .school-zh-name {
	margin-bottom: 2px;
	color: #26343f;
	font-size: 1.6rem;
	line-height: 1
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-info .school-info .school-en-name {
	color: #949ba1;
	font-size: 1.6rem
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-info .school-info:hover .school-en-name,.container-art-major-rank .right-part .program-section .program-list .program-item .item-info .school-info:hover .school-zh-name {
	color: #078cf1
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-info .school-info.no-link {
	cursor: not-allowed
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-info .school-info.no-link:hover .school-zh-name {
	color: #26343f
}

.container-art-major-rank .right-part .program-section .program-list .program-item .item-info .school-info.no-link:hover .school-en-name {
	color: #949ba1
}

.container-art-major-rank .right-part .desc-section {
	font-size: 1.4rem;
	line-height: 24px;
	color: #949ba1
}

.container-art-school-detail {
	padding-bottom: 60px;
	background-color: #fff
}

.container-art-school-detail header {
	height: 240px;
	background-image: url(../images/detail-header.jpg);
	background-position: 50%;
	background-size: cover
}

.container-art-school-detail header>div {
	position: relative;
	height: 240px;
	padding: 74px 0 36px
}

.container-art-school-detail header .logo {
	position: absolute;
	top: 69px;
	left: 0;
	width: 140px;
	height: 140px
}

.container-art-school-detail header .logo,.container-art-school-detail header .logo * {
	border-radius: 50%
}

.container-art-school-detail header .school-brief {
	padding: 0 400px 0 177px;
	font-size: 0
}

.container-art-school-detail header .school-brief .chinese-name {
	margin: 0;
	padding: 0;
	line-height: 40px
}

.container-art-school-detail header .school-brief .chinese-name span {
	font-size: 2.8rem;
	font-weight: 700;
	vertical-align: middle
}

.container-art-school-detail header .school-brief .chinese-name a {
	display: inline-block;
	margin-left: 8px;
	padding: 0 6px;
	height: 24px;
	line-height: 24px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #26343f;
	border-radius: 3px;
	border: 1px solid #edf0f2;
	background-color: #fff;
	vertical-align: middle;
	transition: all .2s
}

.container-art-school-detail header .school-brief .chinese-name a:hover {
	border-color: #078cf1;
	color: #078cf1
}

.container-art-school-detail header .school-brief .english-name {
	padding: 0;
	margin: 4px 0 0;
	height: 18px;
	line-height: 18px;
	font-size: 1.8rem;
	font-weight: 700
}

.container-art-school-detail header .school-brief .school-type {
	display: inline-block;
	margin-top: 12px;
	height: 26px;
	line-height: 26px;
	padding: 0 12px;
	border-radius: 3px;
	background-color: #fcebba
}

.container-art-school-detail header .school-brief .school-type span {
	display: inline-block;
	line-height: 12px;
	font-size: 1.2rem;
	color: #58646e;
	vertical-align: middle
}

.container-art-school-detail header .school-brief .school-type span:last-child {
	margin-left: 4px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #ff9c08
}

.container-art-school-detail header .school-brief .school-location {
	margin-top: 8px;
	height: 16px
}

.container-art-school-detail header .school-brief .school-location span {
	font-size: 1.4rem;
	line-height: 14px;
	vertical-align: middle
}

.container-art-school-detail header .school-brief .school-location svg {
	margin-right: 7px;
	height: 14px;
	width: 10px;
	fill: #c4c9cc;
	vertical-align: middle
}

.container-art-school-detail header .apply-btn,.container-art-school-detail header .online-btn {
	display: block;
	position: absolute;
	bottom: 43px;
	height: 46px;
	width: 180px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 4px;
	transition: all .2s
}

.container-art-school-detail header .apply-btn {
	right: 200px;
	background-color: #078cf1
}

.container-art-school-detail header .apply-btn:hover {
	background-color: #38a3f3
}

.container-art-school-detail header .apply-btn.disabled {
	background-color: #c4c9cc;
	cursor: not-allowed
}

.container-art-school-detail header .online-btn {
	right: 0;
	background-color: #25bee4
}

.container-art-school-detail header .online-btn:hover {
	background-color: #50cbe9
}

.container-art-school-detail .detail-apply-info {
	padding: 23px 0 42px;
	border-bottom: 1px solid #edf0f2
}

.container-art-school-detail .detail-apply-info>div {
	position: relative;
	min-height: 88px
}

.container-art-school-detail .detail-apply-info>div:after,.container-art-school-detail .detail-apply-info>div:before {
	content: " ";
	display: table;
	clear: both
}

.container-art-school-detail .detail-apply-info>div .apply-difficulty {
	position: absolute;
	top: 0;
	left: 21px;
	bottom: 0;
	margin: auto;
	width: 98px;
	text-align: center
}

.container-art-school-detail .detail-apply-info>div .apply-difficulty .difficulty-title {
	font-size: 1.6rem;
	line-height: 1
}

.container-art-school-detail .detail-apply-info>div .apply-difficulty .difficulty-core {
	margin-top: 16px;
	font-size: 2.2rem;
	font-weight: 700
}

.container-art-school-detail .detail-apply-info>div .apply-difficulty .rate-star {
	margin-top: 14px
}

.container-art-school-detail .detail-apply-info>div .apply-difficulty .rate-star .component-star-item {
	width: 18px;
	height: 18px;
	text-align: center
}

.container-art-school-detail .detail-apply-info>div .apply-difficulty .rate-star .component-star-item .star-png,.container-art-school-detail .detail-apply-info>div .apply-difficulty .rate-star .component-star-item .star-value,.container-art-school-detail .detail-apply-info>div .apply-difficulty .rate-star .component-star-item .start-default-value {
	width: 18px;
	height: 18px
}

.container-art-school-detail .detail-apply-info>div .apply-difficulty .rate-star .component-star-item .star-value {
	margin: 0;
	background: #ff9c08
}

.container-art-school-detail .detail-apply-info>div .apply-time-info {
	float: left;
	margin-left: 177px
}

.container-art-school-detail .detail-apply-info>div .apply-time-info .time-info-title {
	font-size: 1.4rem;
	line-height: 1;
	color: #949ba1
}

.container-art-school-detail .detail-apply-info>div .apply-time-info .time-info-title:not(:first-child) {
	margin-top: 16px
}

.container-art-school-detail .detail-apply-info>div .apply-time-info .time-info-content {
	margin-top: 6px;
	font-size: 1.6rem
}

.container-art-school-detail .detail-apply-info>div .apply-score-info {
	float: right
}

.container-art-school-detail .detail-apply-info>div .apply-score-info .score-item {
	display: inline-block;
	margin-left: 50px;
	min-height: 88px;
	vertical-align: top
}

.container-art-school-detail .detail-apply-info>div .apply-score-info .score-item:first-child {
	margin-left: 0
}

.container-art-school-detail .detail-apply-info>div .apply-score-info .score-item .score-title {
	font-size: 1.4rem;
	line-height: 1;
	color: #949ba1
}

.container-art-school-detail .detail-apply-info>div .apply-score-info .score-item .score-num {
	margin-top: 12px;
	font-size: 1.8rem;
	font-weight: 500;
	white-space: pre-wrap
}

.container-art-school-detail .school-info {
	position: relative;
	margin-top: 45px
}

.container-art-school-detail .school-info .school-info-content-nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 235px;
	max-height: calc(100vh - 90px);
	overflow-y: auto;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 hsla(0,0%,100%,.7);
	border-radius: 4px;
	z-index: 1
}

.container-art-school-detail .school-info .school-info-content-nav .nav-item,.container-art-school-detail .school-info .school-info-content-nav .nav-item-2 {
	margin-bottom: 8px;
	height: 40px;
	line-height: 40px;
	color: #58646e;
	font-size: 1.4rem;
	border-radius: 4px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-art-school-detail .school-info .school-info-content-nav .nav-item-2.active,.container-art-school-detail .school-info .school-info-content-nav .nav-item.active {
	font-weight: 500;
	background-color: #f5f6f7
}

.container-art-school-detail .school-info .school-info-content-nav .nav-item-2:hover,.container-art-school-detail .school-info .school-info-content-nav .nav-item:hover {
	background-color: #f5f6f7
}

.container-art-school-detail .school-info .school-info-content-nav .nav-item {
	padding-left: 16px
}

.container-art-school-detail .school-info .school-info-content-nav .nav-item-2 {
	padding-left: 24px
}

.container-art-school-detail .school-info .school-info-content {
	padding-right: 315px
}

.container-art-school-detail .school-info .school-info-content .info-item:first-child .info-title {
	margin-top: 0
}

.container-art-school-detail .school-info .school-info-content .info-item img {
	display: block;
	margin: 20px 0;
	width: 100%
}

.container-art-school-detail .school-info .school-info-content .info-item .info-title {
	height: 20px;
	margin-top: 78px;
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: 700
}

.container-art-school-detail .school-info .school-info-content .info-item .info-title-2 {
	margin-top: 30px;
	margin-bottom: 16px;
	font-size: 1.8rem;
	line-height: 28px;
	font-weight: 700
}

.container-art-school-detail .school-info .school-info-content .info-item .info-title-3 {
	margin-top: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #58646e;
	line-height: 28px
}

.container-art-school-detail .school-info .school-info-content .info-item .info-content-text {
	font-size: 1.6rem;
	color: #58646e;
	line-height: 28px;
	white-space: pre-wrap;
	word-wrap: break-word
}

#error .header {
	height: 400px;
	padding-top: 77px;
	background: url(../images/bg_error.jpg);
	background-size: cover;
	behavior: url(../other/backgroundsize.min.htc)
}

#error .header .logo {
	display: block;
	margin: 0 auto;
	height: 50px
}

#error .header .text {
	margin-top: 30px;
	color: #fff;
	text-align: center;
	font-size: 40px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5)
}

#error .header .desc {
	margin-top: 30px
}

#error .header .desc .item {
	margin-top: 15px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5)
}

#error .header .desc .item:first-child {
	margin-top: 0
}

#error .search {
	position: relative;
	width: 960px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center
}

#error .search input {
	height: 50px;
	line-height: 50px;
	width: 100%;
	padding-left: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	font-size: 20px
}

#error .search img {
	position: absolute;
	top: 13px;
	right: 13px;
	height: 24px;
	cursor: pointer
}

#error .navi {
	width: 960px;
	margin: 0 auto;
	margin-top: 40px
}

#error .navi .col {
	float: left;
	width: 195px;
	margin-left: 60px;
	text-align: center
}

#error .navi .col:first-child {
	margin-left: 0;
	text-align: left
}

#error .navi .col:nth-child(4) {
	text-align: right
}

#error .navi .col .title {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	font-size: 20px;
	color: #333
}

#error .navi .item {
	margin-top: 18px
}

#error .navi .item a {
	font-size: 16px;
	color: #777;
	text-decoration: none
}

#error .navi .item:hover {
	color: #413066;
	transition: color 218ms ease-in-out
}

#error .clear {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	clear: both
}

#error .recommend {
	margin-top: 40px;
	font-size: 20px;
	text-align: center
}

#error .list {
	margin-top: 20px;
	text-align: center
}

#error .list a {
	display: inline-block;
	margin-left: 20px
}

#error .list a:first-child {
	margin-left: 0
}

#error .list a img {
	border: none
}

.container-home {
	min-width: 1000px;
	padding-top: 20px;
	padding-bottom: 85px;
	background-color: #fff
}

.container-home .left-width {
	width: 700px
}

@media screen and (min-width:1250px) {
	.container-home .left-width {
		width: 880px
	}
}

.container-home .home-component-banner {
	position: relative
}

.container-home .home-component-banner .left-content {
	background-color: #fff;
	width: 700px
}

@media screen and (min-width:1250px) {
	.container-home .home-component-banner .left-content {
		width: 880px
	}
}

.container-home .home-component-banner .left-content .slider {
	width: 100%;
	height: 290px;
	background-color: #fff;
	overflow: hidden
}

.container-home .home-component-banner .left-content .slider .slick-slider {
	width: 100%;
	height: 100%
}

.container-home .home-component-banner .left-content .slider .slick-slider .slick-dots {
	bottom: 5px
}

.container-home .home-component-banner .left-content .slider .slick-slider .slick-dots .slick-active {
	width: 25px
}

.container-home .home-component-banner .left-content .slider .slick-slider .slick-dots li {
	margin: 0;
	background-color: #fff;
	width: 15px;
	height: 5px;
	border-radius: 5px;
	margin-left: 8px;
	transition: width .2s
}

.container-home .home-component-banner .left-content .slider .slick-slider .slick-dots li:first-child {
	margin-left: 0
}

.container-home .home-component-banner .left-content .slider .slick-slider .slick-dots li button:before {
	content: ""
}

.container-home .home-component-banner .left-content .slider .slick-slider .banner-super {
	display: block;
	width: 100%;
	height: 290px;
	background-size: cover;
	background-position: 50%
}

.container-home .home-component-banner .left-content .slider .other {
	display: none
}

.container-home .home-component-banner .left-content .quick-entry-container {
	border-left: 1px solid #edf0f2;
	border-right: 1px solid #edf0f2;
	border-bottom: 1px solid #edf0f2
}

.container-home .home-component-banner .left-content .quick-entry-container .entry-item {
	position: relative;
	display: inline-block;
	margin: 20px 0 16px;
	width: 20%;
	text-align: center
}

.container-home .home-component-banner .left-content .quick-entry-container .entry-item:not(:last-child):after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 50px;
	background-color: #edf0f2
}

.container-home .home-component-banner .left-content .quick-entry-container .entry-item:hover .entry-name {
	color: #078cf1
}

.container-home .home-component-banner .left-content .quick-entry-container .entry-item:hover svg {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.container-home .home-component-banner .left-content .quick-entry-container .entry-item svg {
	height: 50px;
	width: 50px;
	transition: all .3s
}

.container-home .home-component-banner .left-content .quick-entry-container .entry-item .entry-name {
	margin-top: 8px;
	color: #26343f;
	font-size: 1.4rem;
	line-height: 1;
	transition: all .3s
}

.container-home .home-component-banner .card {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 280px;
	border: 1px solid #edf0f2;
	background-color: #fff
}

.container-home .home-component-banner .card>header {
	padding: 0;
	margin: 0 -1px;
	height: 76px;
	width: calc(100% + 2px);
	background: url(../images/home-card-header.png) 50%;
	background-size: cover;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	line-height: 76px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}

.container-home .home-component-banner .card .smart-form {
	margin: 30px 20px 0
}

.container-home .home-component-banner .card .smart-form .smart-select {
	margin-bottom: 25px
}

.container-home .home-component-banner .card .smart-form .smart-select select {
	font-size: 1.4rem
}

.container-home .home-component-banner .card .smart-submit {
	display: block;
	margin: 0 20px;
	height: 42px;
	border-radius: 3px;
	background-color: #078cf1;
	color: #fff;
	line-height: 42px;
	text-align: center;
	font-size: 1.6rem
}

.container-home .home-component-banner .card .smart-submit:hover {
	background-color: #32a3f9
}

.container-home .home-component-banner .card .tip {
	margin-top: 10px;
	color: #c4c9cc;
	text-align: center
}

.container-home .home-component-banner .card .tip span {
	font-size: 1.4rem
}

.container-home .home-component-banner .card .tip .special {
	font-size: 1.4rem;
	color: #ff9c08
}

.container-home .section {
	position: relative;
	margin: 25px 0
}

.container-home .home-section.left-content {
	width: 700px
}

@media screen and (min-width:1250px) {
	.container-home .home-section.left-content {
		width: 880px
	}
}

.container-home .home-section.right-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 280px
}

.container-home .home-section>header {
	position: relative;
	padding: 25px 0
}

.container-home .home-section>header .title {
	display: inline-block;
	padding-bottom: 5px;
	margin-right: 25px;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 500;
	color: #26343f;
	transition: all .2s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-home .home-section>header .title.no-active {
	margin-bottom: 0;
	color: #c4c9cc;
	border-bottom: 0
}

.container-home .home-section>header .title:hover {
	color: #26343f
}

.container-home .home-section>header .more-box {
	position: absolute;
	right: 0;
	top: 25px
}

.container-home .home-section>header .more-box:hover .more {
	color: #078cf1
}

.container-home .home-section>header .more-box:hover svg {
	stroke: #078cf1
}

.container-home .home-section>header .more-box .more {
	display: inline-block;
	color: #949ba1;
	font-size: 1.4rem;
	vertical-align: middle;
	transition: color .2s
}

.container-home .home-section>header .more-box svg {
	display: inline-block;
	margin-left: 5px;
	stroke: #949ba1;
	width: 10px;
	height: 8px;
	vertical-align: middle;
	transition: color .2s
}

.container-home .school-row {
	display: block;
	position: relative;
	margin-top: 15px;
	height: 60px;
	cursor: pointer
}

.container-home .school-row.art {
	display: inline-block;
	margin-top: 26px;
	margin-right: 20px;
	width: calc(100% / 3 - 40px / 3)
}

.container-home .school-row.art:nth-child(3n) {
	margin-right: 0
}

.container-home .school-row.art:first-child,.container-home .school-row.art:nth-child(2),.container-home .school-row.art:nth-child(3) {
	margin-top: 0
}

.container-home .school-row:hover .chinese-name,.container-home .school-row:hover .english-name {
	color: #078cf1
}

.container-home .school-row .logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	border: 4px solid #e4e5e6;
	padding: 5px
}

.container-home .school-row .chinese-name,.container-home .school-row .english-name {
	padding-top: 10px;
	margin-left: 67px;
	line-height: 1;
	color: #26343f;
	transition: all .3s;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-home .school-row .chinese-name {
	font-size: 1.6rem
}

.container-home .school-row .english-name {
	font-size: 1.4rem;
	color: #949ba1
}

.container-home .home-school-item {
	display: inline-block;
	width: calc(25% - 9px);
	margin-right: 12px;
	vertical-align: top
}

.container-home .home-school-item:last-child {
	margin-right: 0
}

.container-home .home-school-item .country-box {
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden
}

.container-home .home-school-item .country-box:hover .country-cover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.container-home .home-school-item .country-box .country-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all .5s
}

.container-home .home-school-item .country-box .country-name {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	line-height: 25px;
	height: 25px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 700;
	z-index: 1
}

.container-home .home-rank-item {
	display: block;
	position: relative;
	height: 74px;
	margin-bottom: 10px;
	background-color: #4abae5
}

.container-home .home-rank-item:first-child {
	background-image: linear-gradient(180deg,#6cd198 0,#51d3d5)
}

.container-home .home-rank-item:nth-child(2) {
	background-image: linear-gradient(180deg,#51d3d5 0,#4abae5)
}

.container-home .home-rank-item:nth-child(3) {
	background-image: linear-gradient(180deg,#4abae5 0,#509aee)
}

.container-home .home-rank-item:nth-child(4) {
	background-image: linear-gradient(180deg,#509aee 0,#8695f1)
}

.container-home .home-rank-item:last-child {
	margin-bottom: 0
}

.container-home .home-rank-item:hover .white-leaf {
	background-color: hsla(0,0%,100%,.2)
}

.container-home .home-rank-item .white-leaf {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: transparent;
	transition: background-color .2s;
	z-index: 1
}

.container-home .home-rank-item .rank-name {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 22px;
	margin: auto;
	line-height: 22px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	z-index: 2
}

.container-home .home-usa-service-banner {
	margin: 50px 0 25px;
	height: 100px;
	transition: all .3s
}

.container-home .home-usa-service-banner:hover {
	opacity: .9
}

.container-home .home-course-card {
	display: inline-block;
	position: relative;
	width: calc(50% - 8px);
	margin-left: 16px;
	vertical-align: top;
	margin-bottom: 20px
}

@media screen and (min-width:1250px) {
	.container-home .home-course-card {
		height: 120px
	}
}

.container-home .home-course-card:nth-child(2n-1) {
	margin-left: 0
}

.container-home .home-course-card:nth-child(3),.container-home .home-course-card:nth-child(4) {
	margin-bottom: 0
}

.container-home .home-course-card .course-cover {
	position: absolute;
	top: 0;
	left: 0;
	height: calc(120 / 211 * 171px);
	width: 171px;
	cursor: pointer;
	overflow: hidden
}

@media screen and (min-width:1250px) {
	.container-home .home-course-card .course-cover {
		height: 120px;
		width: 211px
	}
}

.container-home .home-course-card .course-cover .image-preload {
	transition: all .2s
}

.container-home .home-course-card .course-cover:hover .image-preload {
	opacity: .8
}

.container-home .home-course-card .course-detail-box {
	margin-left: 181px;
	height: calc(120 / 211 * 171px)
}

@media screen and (min-width:1250px) {
	.container-home .home-course-card .course-detail-box {
		margin-left: 221px;
		height: 120px
	}
}

.container-home .home-course-card .course-detail-box .course-title {
	padding-top: 4px;
	font-size: 1.8rem;
	line-height: 1;
	color: #26343f;
	transition: all .2s;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-home .home-course-card .course-detail-box .course-title:hover {
	color: #078cf1
}

.container-home .home-course-card .course-detail-box .course-description {
	display: block;
	margin-top: 13px;
	font-size: 1.4rem;
	color: #949ba1;
	line-height: 20px;
	max-height: 40px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-home .home-course-card .course-detail-box .course-description {
		line-height: 20px;
		max-height: 40px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-home .home-course-card .course-detail-box .course-description {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.container-home .home-course-card .course-detail-box .course-info {
	position: absolute;
	padding-left: 181px;
	bottom: 0;
	right: 0;
	width: 100%
}

.container-home .home-course-card .course-detail-box .course-info:after,.container-home .home-course-card .course-detail-box .course-info:before {
	content: " ";
	display: table;
	clear: both
}

@media screen and (min-width:1250px) {
	.container-home .home-course-card .course-detail-box .course-info {
		padding-left: 221px
	}
}

.container-home .home-course-card .course-detail-box .course-info .rate-star {
	float: left
}

.container-home .home-course-card .course-detail-box .course-info .watch-num {
	float: right;
	max-width: 75px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media screen and (min-width:1250px) {
	.container-home .home-course-card .course-detail-box .course-info .watch-num {
		max-width: unset
	}
}

.container-home .home-course-card .course-detail-box .course-info .watch-num .eye-icon {
	stroke: #949ba1
}

.container-home .home-course-card .course-detail-box .course-info .watch-num svg {
	width: 11px;
	height: 10px;
	stroke: #949ba1;
	vertical-align: middle
}

.container-home .home-course-card .course-detail-box .course-info .watch-num span {
	display: inline-block;
	font-size: 1.2rem;
	color: #949ba1;
	vertical-align: middle
}

.container-home .wenwen-box {
	padding-top: 10px;
	border-top: 1px solid #edf0f2
}

.container-home .wenwen-box .wenwen-item {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #edf0f2
}

.container-home .wenwen-box .wenwen-item:last-child .wenwen-detail {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media screen and (min-width:1250px) {
	.container-home .wenwen-box .wenwen-item:last-child .wenwen-detail {
		line-height: 2rem;
		max-height: 4rem;
		height: auto;
		overflow: hidden;
		white-space: normal
	}@	supports not (-webkit-line-clamp:3) {
		.container-home .wenwen-box .wenwen-item: last-child .wenwen-detail{line-height:2rem;
		max-height: 4rem;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-home .wenwen-box .wenwen-item:last-child .wenwen-detail {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}}

.container-home .wenwen-box .wenwen-item .wenwen-detail {
	font-size: 1.4rem;
	color: #26343f;
	transition: all .3s;
	line-height: 2rem;
	max-height: 4rem;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-home .wenwen-box .wenwen-item .wenwen-detail {
		line-height: 2rem;
		max-height: 4rem;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-home .wenwen-box .wenwen-item .wenwen-detail {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

@media screen and (min-width:1250px) {
	.container-home .wenwen-box .wenwen-item .wenwen-detail {
		line-height: 2rem;
		max-height: 4rem;
		height: auto;
		overflow: hidden;
		white-space: normal
	}@	supports not (-webkit-line-clamp:3) {
		.container-home .wenwen-box .wenwen-item .wenwen-detail{line-height: 2rem;
		max-height: 4rem;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-home .wenwen-box .wenwen-item .wenwen-detail {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}}

.container-home .wenwen-box .wenwen-item .wenwen-detail:hover {
	color: #078cf1
}

.container-home .wenwen-box .wenwen-item .wenwen-detail:last-child {
	margin-bottom: 0
}

.container-home .wenwen-box .wenwen-item .focus-count {
	margin-top: 2px;
	line-height: 1
}

.container-home .wenwen-box .wenwen-item .focus-count .focus-num {
	color: #078cf1
}

.container-home .wenwen-box .wenwen-item .focus-count span {
	font-size: 1.2rem;
	color: #949ba1
}

.container-home .home-offer-box {
	display: inline-block;
	width: calc(100% / 3 - 8px);
	margin-left: 12px;
	text-align: center
}

.container-home .home-offer-box:last-child {
	display: none
}

@media screen and (min-width:1250px) {
	.container-home .home-offer-box {
		width: calc(25% - 9px)
	}

	.container-home .home-offer-box:last-child {
		display: inline-block
	}
}

.container-home .home-offer-box:first-child {
	margin-left: 0
}

.container-home .home-offer-box>header {
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	background-color: #29a2ff;
	background-image: -webkit-linear-gradient(45deg,#29a2ff,#4f8de5);
	border-radius: 4px 4px 0 0;
	z-index: 1;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-home .home-offer-box .offer-detail-box {
	position: relative;
	padding: 16px 0 20px;
	margin-top: -1px;
	border: 1px solid #edf0f2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}

.container-home .home-offer-box .offer-detail-box .offer-avatar {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	border-radius: 50%
}

.container-home .home-offer-box .offer-detail-box .offer-name {
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 1
}

.container-home .home-offer-box .offer-detail-box .offer-score {
	margin-top: 10px;
	margin-bottom: 42px;
	font-size: 1.4rem;
	line-height: 1;
	color: #078cf1
}

.container-home .home-offer-box .offer-detail-box .divide-box {
	position: absolute;
	top: 145px;
	width: 100%
}

.container-home .home-offer-box .offer-detail-box .divide-box .line {
	position: absolute;
	top: 12px;
	width: calc(50% - 19px);
	height: 1px;
	border-bottom: 1px dashed #e4e5e6
}

.container-home .home-offer-box .offer-detail-box .divide-box .left-line {
	left: 2px
}

.container-home .home-offer-box .offer-detail-box .divide-box .right-line {
	right: 2px
}

.container-home .home-offer-box .offer-detail-box .divide-box .badge-icon {
	width: 24px;
	height: 33px;
	margin: 0
}

.container-home .home-offer-box .offer-detail-box .school-chinese-name,.container-home .home-offer-box .offer-detail-box .school-english-name {
	padding: 0 5px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-home .home-offer-box .offer-detail-box .school-chinese-name {
	padding-top: 15px;
	font-size: 1.6rem;
	line-height: 1
}

.container-home .home-offer-box .offer-detail-box .school-english-name {
	margin-top: 8px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #949ba1
}

.container-home .home-offer-box .offer-detail-box .school-rank {
	margin-top: 8px
}

.container-home .home-offer-box .offer-detail-box .school-rank,.container-home .home-offer-box .offer-detail-box .school-rank span {
	font-size: 1.4rem;
	line-height: 1
}

.container-home .home-offer-box .offer-detail-box .school-rank .num {
	color: #078cf1
}

.container-home .home-news-item {
	display: block;
	color: #26343f
}

.container-home .home-news-item:not(:first-child) {
	background-image: none!important
}

.container-home .home-news-item:not(:first-child) .cover-pic {
	display: none
}

.container-home .home-news-item:not(:first-child):hover .news-title {
	color: #078cf1
}

.container-home .home-news-item:first-child {
	position: relative;
	height: 180px;
	overflow: hidden
}

.container-home .home-news-item:first-child:hover .cover-pic {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.container-home .home-news-item:first-child .cover-pic {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	transition: all .3s
}

.container-home .home-news-item:first-child .news-title {
	position: absolute;
	bottom: 0;
	margin-top: 0;
	padding-left: 6px;
	height: 30px;
	width: 100%;
	line-height: 30px;
	background-color: #000;
	color: #fff;
	opacity: .8;
	z-index: 2;
	transition: color .3s
}

.container-home .home-news-item:first-child .news-title:before {
	display: none
}

.container-home .home-news-item .news-title {
	position: relative;
	margin-top: 12px;
	padding-left: 12px;
	font-size: 1.6rem;
	line-height: 1.5;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-home .home-news-item .news-title:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	height: 4px;
	margin: auto;
	border-radius: 50%;
	background-color: #ff9c08
}

.container-home .home-subject-box {
	display: inline-block;
	width: calc(25% - 15px);
	margin-left: 20px;
	cursor: pointer
}

.container-home .home-subject-box:first-child {
	margin-left: 0
}

.container-home .home-subject-box:hover .subject-title {
	color: #078cf1
}

.container-home .home-subject-box:hover .subject-cover {
	opacity: .8
}

.container-home .home-subject-box .subject-cover-box {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	overflow: hidden
}

.container-home .home-subject-box .subject-cover-box .subject-cover {
	height: calc(150 / 280 * 235px);
	width: 235px;
	transition: opacity .3s
}

@media screen and (min-width:1250px) {
	.container-home .home-subject-box .subject-cover-box .subject-cover {
		width: 280px;
		height: 150px
	}
}

.container-home .home-subject-box .subject-title {
	margin-top: 10px;
	color: #26343f;
	line-height: 19px;
	transition: all .3s
}

.container-index {
	min-height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.container-index .body-container {
	position: relative;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.component-international-school-section-advantage .advantage-title {
	margin: 0;
	margin-bottom: 40px;
	font-size: 2.4rem;
	line-height: 1;
	color: #26343f
}

.component-international-school-section-advantage .advantage-list .advantage-item {
	position: relative;
	margin-right: 20px;
	display: inline-block;
	height: 240px;
	width: calc((100% - 40px) / 3);
	text-align: center;
	color: #fff;
	vertical-align: top;
	overflow: hidden
}

.component-international-school-section-advantage .advantage-list .advantage-item .background-box {
	height: 100%;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-filter: blur(5px);
	filter: blur(5px)
}

.component-international-school-section-advantage .advantage-list .advantage-item .advantage-box {
	position: absolute;
	padding: 40px 30px 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}

.component-international-school-section-advantage .advantage-list .advantage-item:last-child {
	margin-right: 0
}

.component-international-school-section-advantage .advantage-list .advantage-item .advantage-item-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.7rem;
	line-height: 23px;
	font-weight: 500
}

.component-international-school-section-advantage .advantage-list .advantage-item .advantage-item-content {
	margin: 0;
	font-size: 1.3rem;
	line-height: 23px;
	max-height: 115px;
	height: auto;
	overflow: hidden;
	white-space: normal;
	text-align: left
}

@supports not (-webkit-line-clamp:3) {
	.component-international-school-section-advantage .advantage-list .advantage-item .advantage-item-content {
		line-height: 23px;
		max-height: 115px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.component-international-school-section-advantage .advantage-list .advantage-item .advantage-item-content {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.component-international-school-course-item {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #edf0f2
}

.component-international-school-course-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.component-international-school-course-item .course-image {
	width: 284px;
	height: 240px
}

.component-international-school-course-item .course-info {
	position: absolute;
	top: 0;
	left: 310px;
	right: 0;
	bottom: 40px
}

.component-international-school-course-item .course-info .course-name {
	margin: 0;
	font-size: 2rem;
	line-height: 2.8rem;
	color: #26343f;
	font-weight: 500
}

.component-international-school-course-item .course-info .course-advantage-list {
	margin-top: 15px;
	font-size: 0
}

.component-international-school-course-item .course-info .course-advantage-list .course-advantage-item {
	margin-top: 4px;
	margin-right: 40px;
	width: 300px;
	color: #36698f;
	font-size: 1.6rem;
	line-height: 22px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block
}

.component-international-school-course-item .course-info .course-advantage-list .course-advantage-item:first-child,.component-international-school-course-item .course-info .course-advantage-list .course-advantage-item:nth-child(2) {
	margin-top: 0
}

.component-international-school-course-item .course-info .course-advantage-list .course-advantage-item:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 6px;
	height: 6px;
	line-height: 6px;
	border: 1px solid #36698f;
	border-radius: 50%;
	vertical-align: 1px
}

.component-international-school-course-item .course-info .course-info-list {
	margin-top: 20px
}

.component-international-school-course-item .course-info .course-info-list.has-advantages {
	margin-top: 15px
}

.component-international-school-course-item .course-info .course-info-list .course-info-item {
	margin-top: 5px;
	margin-right: 40px;
	width: calc((100% - 40px) / 2);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block
}

.component-international-school-course-item .course-info .course-info-list .course-info-item:first-child,.component-international-school-course-item .course-info .course-info-list .course-info-item:nth-child(2) {
	margin-top: 0
}

.component-international-school-course-item .course-info .course-info-list .course-info-item:nth-child(2n) {
	margin-right: 0
}

.component-international-school-course-item .course-info .course-info-list .course-info-item .info-title,.component-international-school-course-item .course-info .course-info-list .course-info-item .info-value {
	font-size: 15px;
	line-height: 2.1rem;
	vertical-align: top
}

.component-international-school-course-item .course-info .course-info-list .course-info-item .info-title {
	display: inline-block;
	height: 2.1rem;
	color: #949ba1
}

.component-international-school-course-item .course-info .course-info-list .course-info-item .info-title:after {
	content: "";
	display: inline-block;
	width: 100%
}

.component-international-school-course-item .course-info .course-info-list .course-info-item .info-value {
	color: #26343f
}

.component-international-school-course-item .course-info .view-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	border-radius: 18px;
	line-height: 36px;
	background-color: #078cf1;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	transition: background-color .3s ease
}

.component-international-school-course-item .course-info .view-btn:hover {
	background-color: rgba(7,140,241,.7)
}

.component-international-school-header {
	background-color: #f5f6f7;
	line-height: 30px;
	font-size: 0
}

.component-international-school-header .logo-box .logo-link {
	display: inline-block;
	margin-right: 11px;
	height: 30px;
	vertical-align: top
}

.component-international-school-header .logo-box .logo-link .logo-icon {
	margin: 7px 0;
	width: auto;
	height: 16px;
	fill: #078cf1
}

.component-international-school-header .logo-box .slogan {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	font-size: 1.3rem;
	color: #26343f
}

.component-international-school-item {
	position: relative;
	padding: 40px 0;
	border-bottom: 1px solid #edf0f2
}

.component-international-school-item .logo-part {
	margin-right: 40px
}

.component-international-school-item .logo-part .logo-box {
	display: block;
	padding: 15px;
	width: 270px;
	height: 90px;
	border: 3px solid #e4e5e6
}

.component-international-school-item .logo-part .logo-box .logo {
	width: 100%;
	height: 100%
}

.component-international-school-item .logo-part .location-box {
	margin-right: 2px;
	margin-top: 12px;
	line-height: 16px;
	min-height: 16px;
	font-size: 0
}

.component-international-school-item .logo-part .location-box .location-icon {
	width: 16px;
	height: 16px;
	fill: #c4c9cc;
	vertical-align: middle
}

.component-international-school-item .logo-part .location-box .location-text {
	font-size: 1.4rem;
	line-height: 16px;
	color: #58646e;
	vertical-align: middle
}

.component-international-school-item .info-part {
	position: absolute;
	left: 310px;
	right: 300px
}

.component-international-school-item .info-part .title-box {
	margin-bottom: 18px
}

.component-international-school-item .info-part .title-box .school-title {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 28px;
	color: #26343f;
	transition: color .3s ease
}

.component-international-school-item .info-part .title-box .school-title:hover {
	color: #078cf1
}

.component-international-school-item .info-part .title-box .tag-list {
	position: absolute;
	display: inline-block;
	margin-left: 20px;
	margin-top: 3px;
	white-space: nowrap
}

.component-international-school-item .info-part .title-box .tag-list .tag-item {
	display: inline-block;
	margin-right: 10px;
	padding: 0 6px;
	font-size: 1.2rem;
	line-height: 20px;
	border-radius: 3px;
	border: 1px solid rgba(7,140,241,.78);
	vertical-align: top;
	color: #078cf1
}

.component-international-school-item .info-part .title-box .tag-list .tag-item:last-of-type {
	margin-right: 0
}

.component-international-school-item .info-part .info-text {
	margin-bottom: 10px;
	font-size: 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-international-school-item .info-part .info-text:last-of-type {
	margin-bottom: 0
}

.component-international-school-item .info-part .info-text span {
	font-size: 1.4rem;
	line-height: 18px;
	color: #58646e
}

.component-international-school-item .info-part .info-text .strong {
	color: #ff9c08
}

.component-international-school-item .btn-part {
	height: 118px
}

.component-international-school-item .btn-part:after {
	content: "";
	line-height: 118px;
	width: 0;
	vertical-align: middle
}

.component-international-school-item .btn-part .btn-item {
	display: inline-block;
	width: 120px;
	line-height: 36px;
	background-color: #078cf1;
	border-radius: 18px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	transition: background-color .3s ease;
	vertical-align: middle
}

.component-international-school-item .btn-part .btn-item:hover {
	background-color: rgba(7,140,241,.8)
}

.container-international-school-detail-course .courses-list {
	margin-top: 60px
}

.container-international-school-detail-course .courses-list .courses-item:last-child {
	padding-bottom: 0
}

.container-international-school-detail-course .courses-list .courses-item:last-child .course-info {
	bottom: 0
}

.container-international-school-guide {
	background-color: #fff
}

.container-international-school-guide .course-card {
	padding: 50px 40px;
	margin: 72px 0 58px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(0,0,0,.1)
}

.container-international-school-guide .course-card .course-box {
	position: relative;
	min-height: 240px
}

.container-international-school-guide .course-card .course-image {
	position: absolute;
	width: 284px;
	height: 240px
}

.container-international-school-guide .course-card .course-info {
	margin-left: 314px
}

.container-international-school-guide .course-card .course-info .course-name {
	margin: 0;
	font-size: 2.4rem;
	line-height: 1;
	color: #26343f;
	font-weight: 500
}

.container-international-school-guide .course-card .course-info .course-advantage-list {
	margin-top: 25px;
	font-size: 0
}

.container-international-school-guide .course-card .course-info .course-advantage-list .course-advantage-item {
	margin-top: 4px;
	margin-right: 40px;
	width: 300px;
	color: #36698f;
	font-size: 1.6rem;
	line-height: 22px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block
}

.container-international-school-guide .course-card .course-info .course-advantage-list .course-advantage-item:first-child,.container-international-school-guide .course-card .course-info .course-advantage-list .course-advantage-item:nth-child(2) {
	margin-top: 0
}

.container-international-school-guide .course-card .course-info .course-advantage-list .course-advantage-item:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 6px;
	height: 6px;
	line-height: 6px;
	border: 1px solid #36698f;
	border-radius: 50%;
	vertical-align: 1px
}

.container-international-school-guide .course-card .course-info .course-info-list {
	margin-top: 23px
}

.container-international-school-guide .course-card .course-info .course-info-list .course-info-item {
	display: inline-block;
	margin-top: 5px;
	margin-right: 40px;
	width: calc((100% - 40px) / 2)
}

.container-international-school-guide .course-card .course-info .course-info-list .course-info-item:first-child,.container-international-school-guide .course-card .course-info .course-info-list .course-info-item:nth-child(2) {
	margin-top: 0
}

.container-international-school-guide .course-card .course-info .course-info-list .course-info-item:nth-child(2n) {
	margin-right: 0
}

.container-international-school-guide .course-card .course-info .course-info-list .course-info-item .info-title,.container-international-school-guide .course-card .course-info .course-info-list .course-info-item .info-value {
	font-size: 1.5rem;
	vertical-align: top
}

.container-international-school-guide .course-card .course-info .course-info-list .course-info-item .info-title {
	color: #949ba1;
	float: left
}

.container-international-school-guide .course-card .course-info .course-info-list .course-info-item .info-value {
	display: block;
	color: #26343f;
	overflow: auto
}

.container-international-school-guide .course-card .course-info .course-info-list .course-info-item .info-value span {
	font-size: 1.5rem
}

.container-international-school-guide .course-card .course-info .course-info-list .course-info-item .info-value .strong {
	color: #ff9c08
}

.container-international-school-guide .content-box {
	margin-top: 60px
}

.container-international-school-guide .content-box:first-child {
	margin-top: 0
}

.container-international-school-guide .content-box .content-title {
	margin-bottom: 35px;
	margin-top: 0;
	font-size: 2.4rem;
	line-height: 1;
	color: #26343f;
	font-weight: 500
}

.container-international-school-guide .content-box .content-text {
	font-size: 1.6rem;
	line-height: 30px;
	color: #525c66;
	overflow: hidden
}

.container-international-school-guide .content-box .content-text div {
	margin: 1rem 0
}

.container-international-school-detail-home .school-images-list {
	position: relative;
	overflow: hidden
}

.container-international-school-detail-home .school-images-list .image-box {
	height: 189px;
	overflow: hidden
}

.container-international-school-detail-home .school-images-list .image-box .image-src {
	margin-right: calc(100% * 10 / 818);
	width: calc(100% * 197 / 818);
	overflow: hidden;
	background-position: 50%
}

.container-international-school-detail-home .school-images-list .image-box .image-src:last-child {
	margin-right: 0
}

.container-international-school-detail-home .intro-text .show-more {
	margin-left: 8px;
	font-size: 1.4rem;
	line-height: 30px;
	color: #078cf1;
	vertical-align: top
}

.container-international-school-detail-home .arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.6);
	border-radius: 50%;
	z-index: 1
}

.container-international-school-detail-home .arrow:hover {
	background-color: rgba(0,0,0,.4)
}

.container-international-school-detail-home .arrow .slider-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.container-international-school-detail-home .arrow.arrow-right {
	right: 10px
}

.container-international-school-detail-home .arrow.arrow-left {
	left: 10px
}

.container-international-school-detail-home .arrow.arrow-left .slider-arrow {
	-webkit-transform: translate(-50%,-50%) rotate(-180deg);
	transform: translate(-50%,-50%) rotate(-180deg)
}

.container-international-school-detail {
	min-height: calc(100vh - 280px);
	padding-bottom: 80px
}

.container-international-school-detail .school-header {
	padding: 40px 0;
	font-size: 0
}

.container-international-school-detail .school-header .logo-box {
	display: inline-block;
	margin-right: 40px;
	vertical-align: middle
}

.container-international-school-detail .school-header .logo-box .logo-image {
	width: 320px;
	height: 80px
}

.container-international-school-detail .school-header .logo-box .school-name {
	font-size: 3rem;
	line-height: 4.2rem;
	color: #26343f;
	font-weight: 500
}

.container-international-school-detail .school-header .tag-list {
	display: inline-block;
	font-size: 0;
	vertical-align: middle
}

.container-international-school-detail .school-header .tag-list .tag-item {
	display: inline-block;
	margin-right: 20px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1;
	border: 1px solid rgba(7,140,241,.78);
	border-radius: 3px;
	color: #078cf1
}

.container-international-school-detail .school-header:after {
	content: "";
	display: inline-block;
	line-height: 80px;
	width: 0;
	vertical-align: middle
}

.container-international-school-detail .detail-nav {
	background-color: #078cf1;
	font-size: 0
}

.container-international-school-detail .detail-nav .nav-item {
	display: inline-block;
	width: 124px;
	line-height: 46px;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	transition: background-color .3s ease
}

.container-international-school-detail .detail-nav .nav-item.active,.container-international-school-detail .detail-nav .nav-item.active:hover {
	background-color: rgba(0,0,0,.1)
}

.container-international-school-detail .detail-nav .nav-item:hover {
	background-color: hsla(0,0%,100%,.1)
}

.container-international-school-detail .section-item {
	margin-top: 80px
}

.container-international-school-detail .section-brief {
	margin-top: 60px
}

.container-international-school-detail .section-advantage {
	margin-top: 73px
}

.container-international-school-detail .part-title {
	margin: 0;
	margin-bottom: 40px;
	font-size: 2.4rem;
	line-height: 1;
	color: #26343f
}

.container-international-school-detail .intro-list {
	margin-top: 30px;
	font-size: 0
}

.container-international-school-detail .intro-list .intro-item {
	width: 50%;
	margin-top: 10px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 22px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block
}

.container-international-school-detail .intro-list .intro-item:first-child,.container-international-school-detail .intro-list .intro-item:nth-child(2) {
	margin-top: 0
}

.container-international-school-detail .intro-text {
	margin-top: 23px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #58646e
}

.container-international-school-detail-introduction .photos-list {
	font-size: 0
}

.container-international-school-detail-introduction .photos-list .photos-item {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 35px;
	width: calc((100% - 60px) / 4)
}

.container-international-school-detail-introduction .photos-list .photos-item:nth-child(4n) {
	margin-right: 0
}

.container-international-school-detail-introduction .photos-list .photos-item:last-child,.container-international-school-detail-introduction .photos-list .photos-item:nth-last-child(2),.container-international-school-detail-introduction .photos-list .photos-item:nth-last-child(3),.container-international-school-detail-introduction .photos-list .photos-item:nth-last-child(4) {
	margin-bottom: 0
}

.container-international-school-detail-introduction .photos-list .photos-item .image-name {
	margin: 0;
	font-size: 1.6rem;
	line-height: 22px;
	color: #26343f;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-international-school-detail-introduction .photos-list .photos-item .image-src {
	margin-bottom: 15px;
	width: 100%;
	height: 210px
}

.container-international-school-detail-introduction .students-list {
	font-size: 0
}

.container-international-school-detail-introduction .students-list .students-item {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 40px;
	width: calc((100% - 30px) / 2)
}

.container-international-school-detail-introduction .students-list .students-item:last-child,.container-international-school-detail-introduction .students-list .students-item:nth-last-child(2) {
	margin-bottom: 0
}

.container-international-school-detail-introduction .students-list .students-item:nth-child(2n) {
	margin-right: 0
}

.container-international-school-detail-introduction .students-list .students-item .student-photo {
	width: 150px;
	height: 150px
}

.container-international-school-detail-introduction .students-list .students-item .student-info {
	position: absolute;
	left: 170px;
	top: 0;
	bottom: 0;
	right: 0;
	font-size: 1.6rem
}

.container-international-school-detail-introduction .students-list .students-item .student-info .student-name {
	margin-top: 10px;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 500
}

.container-international-school-detail-introduction .students-list .students-item .student-info .info-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.container-international-school-detail-introduction .students-list .students-item .student-info .info-item {
	margin-top: 0;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-international-school-detail-introduction .students-list .students-item .student-info .info-item:last-child {
	margin-bottom: 0
}

.container-international-school-detail-teacher .page-title {
	margin-bottom: 0;
	margin-top: 60px;
	font-size: 24px;
	line-height: 1
}

.container-international-school-detail-teacher .teachers-list {
	list-style: none
}

.container-international-school-detail-teacher .teachers-list .teachers-item {
	padding-top: 40px;
	margin-bottom: 40px;
	position: relative;
	border-top: 1px solid #edf0f2
}

.container-international-school-detail-teacher .teachers-list .teachers-item:first-child {
	border-top: 0
}

.container-international-school-detail-teacher .teachers-list .teachers-item:last-child {
	margin-bottom: 0
}

.container-international-school-detail-teacher .teachers-list .teachers-item .teacher-image {
	width: 180px;
	height: 180px
}

.container-international-school-detail-teacher .teachers-list .teachers-item .teacher-info {
	position: absolute;
	overflow: hidden;
	left: 210px;
	right: 0;
	top: 40px;
	bottom: 0
}

.container-international-school-detail-teacher .teachers-list .teachers-item .teacher-info .teacher-name {
	margin: 20px 0;
	font-weight: 500;
	line-height: 28px;
	font-size: 2rem;
	color: #26343f
}

.container-international-school-detail-teacher .teachers-list .teachers-item .teacher-info .teacher-description {
	font-size: 1.6rem;
	color: #58646e;
	line-height: 30px;
	max-height: 90px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-international-school-detail-teacher .teachers-list .teachers-item .teacher-info .teacher-description {
		line-height: 30px;
		max-height: 90px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-international-school-detail-teacher .teachers-list .teachers-item .teacher-info .teacher-description {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.container-international-school-index {
	background-color: #fff
}

.container-international-school-index .top-section {
	padding-top: 100px;
	height: 400px;
	background: #fff url(../images/international-school-banner.png) 50%/cover
}

.container-international-school-index .top-section .page-title {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 500;
	color: #fff
}

.container-international-school-index .top-section .search-box {
	position: relative;
	margin: 40px auto 0;
	width: 749px;
	height: 50px
}

.container-international-school-index .top-section .search-box:hover .search-icon {
	stroke: #078cf1
}

.container-international-school-index .top-section .search-box input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-international-school-index .top-section .search-box input:-moz-placeholder,.container-international-school-index .top-section .search-box input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-international-school-index .top-section .search-box input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-international-school-index .top-section .search-box textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-international-school-index .top-section .search-box textarea:-moz-placeholder,.container-international-school-index .top-section .search-box textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-international-school-index .top-section .search-box textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-international-school-index .top-section .search-box .input {
	display: block;
	height: 50px;
	width: 100%;
	padding: 0 60px 0 15px;
	border-radius: 4px;
	font-size: 1.6rem
}

.container-international-school-index .top-section .search-box .search-icon {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	height: 20px;
	width: 19px;
	stroke: #c4c9cc;
	transition: stroke .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.container-international-school-index .category-box {
	display: block;
	margin-top: 40px;
	padding: 0 30px;
	border: 1px solid #e4e5e6;
	border-radius: 4px
}

.container-international-school-index .category-box .category-group {
	position: relative;
	min-height: 28px
}

.container-international-school-index .category-box .category-group:last-of-type .category-list {
	border-bottom: 0
}

.container-international-school-index .category-box .category-group .category-title {
	position: absolute;
	top: 24px;
	height: 20px;
	left: 0;
	font-size: 1.4rem;
	color: #949ba1;
	line-height: 20px
}

.container-international-school-index .category-box .category-group .category-list {
	padding-top: 20px;
	margin-left: 125px;
	list-style: none;
	border-bottom: 1px dashed #e4e5e6
}

.container-international-school-index .category-box .category-group .category-list .category-item {
	display: inline-block;
	padding: 0 12px;
	margin-right: 8px;
	margin-bottom: 16px;
	height: 28px;
	line-height: 28px;
	font-size: 1.4rem;
	color: #26343f;
	border-radius: 2px;
	list-style: none;
	transition: all .2s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-international-school-index .category-box .category-group .category-list .category-item.active {
	background-color: #078cf1;
	color: #fff
}

.container-international-school-index .category-box .category-group .category-list .category-item.active:hover {
	background-color: #078cf1
}

.container-international-school-index .category-box .category-group .category-list .category-item:hover {
	background-color: #f7f9fa
}

.container-international-school-index .schools-section {
	margin-top: 40px
}

.container-international-school-index .schools-section .schools-title {
	border-bottom: 1px solid #edf0f2
}

.container-international-school-index .schools-section .schools-title span {
	display: inline-block;
	font-size: 1.2rem;
	height: 42px;
	line-height: 42px;
	color: #58646e
}

.container-international-school-index .schools-section .schools-title .count-text,.container-international-school-index .schools-section .schools-title .current-page {
	color: #078cf1
}

.container-international-school-index .pagination-section {
	margin-top: 40px;
	margin-bottom: 80px
}

.container-login-index {
	position: relative;
	height: 100vh;
	min-height: 650px;
	min-width: 640px;
	text-align: center;
	overflow: hidden
}

.container-login-index h1 {
	display: none
}

@-webkit-keyframes magicMove {
	0% {
		-webkit-transform: translate(0) scale(1);
		transform: translate(0) scale(1)
	}

	25% {
		-webkit-transform: translate(-25px,50px) scale(1.125);
		transform: translate(-25px,50px) scale(1.125)
	}

	50% {
		-webkit-transform: translate(50px,-100px) scale(1.2);
		transform: translate(50px,-100px) scale(1.2)
	}

	75% {
		-webkit-transform: translate(25px,-50px) scale(1.125);
		transform: translate(25px,-50px) scale(1.125)
	}

	to {
		-webkit-transform: translate(0) scale(1);
		transform: translate(0) scale(1)
	}
}

@keyframes magicMove {
	0% {
		-webkit-transform: translate(0) scale(1);
		transform: translate(0) scale(1)
	}

	25% {
		-webkit-transform: translate(-25px,50px) scale(1.125);
		transform: translate(-25px,50px) scale(1.125)
	}

	50% {
		-webkit-transform: translate(50px,-100px) scale(1.2);
		transform: translate(50px,-100px) scale(1.2)
	}

	75% {
		-webkit-transform: translate(25px,-50px) scale(1.125);
		transform: translate(25px,-50px) scale(1.125)
	}

	to {
		-webkit-transform: translate(0) scale(1);
		transform: translate(0) scale(1)
	}
}

.container-login-index .super-bg-wrapper {
	position: relative;
	margin: auto;
	height: 100%;
	width: 100%;
	min-width: 640px;
	max-width: 1366px;
	min-height: 650px;
	max-height: 768px
}

.container-login-index .super-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 1366px;
	background-repeat: no-repeat;
	background-color: #58646e;
	background-size: cover;
	overflow: hidden;
	animation: magicMove 80s ease-in 1s infinite reverse both;
	-webkit-animation: magicMove 80s ease-in 1s infinite reverse both
}

@media only screen and (min-height:806px) and (orientation:landscape),screen and (min-width:1433px) and (orientation:landscape) {
	.container-login-index .super-bg,.container-login-index .super-bg-wrapper {
		max-width: none;
		max-height: none
	}
}

.container-login-index .login-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	text-align: center;
	-webkit-transform: translate(-50%,-50%) translateY(-8%);
	transform: translate(-50%,-50%) translateY(-8%)
}

.container-login-index .login-content .logo {
	display: inline-block;
	margin-bottom: 8px;
	height: 36px;
	transition: all .3s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-login-index .login-content .logo .logo-icon {
	fill: #fff;
	width: auto;
	height: 100%
}

.container-login-index .login-content .logo:hover {
	-webkit-filter: drop-shadow(1px 1px 10px hsla(0,0%,100%,.55));
	filter: drop-shadow(1px 1px 10px rgba(255,255,255,.55))
}

.container-login-index .login-content h2 {
	position: relative;
	margin: 0;
	color: #fff;
	font-size: 1.9rem;
	line-height: 26px;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-login-index .login-content .login-wrapper {
	margin-top: 36px;
	padding: 0 40px;
	background-color: #fff;
	border-radius: 6px
}

.container-login-index .login-content .login-wrapper>header {
	line-height: 105px;
	font-size: 2.3rem;
	font-weight: 700
}

.container-major-lib-detail {
	background-color: #fff;
	font-size: 1.6rem;
	color: #26343f
}

.container-major-lib-detail h1,.container-major-lib-detail h2,.container-major-lib-detail h3 {
	margin: 0
}

.container-major-lib-detail .right-box {
	margin-top: 72px;
	padding-bottom: 80px;
	width: 280px
}

.container-major-lib-detail .right-box .activity-box {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 140px;
	background-size: cover;
	background-position: 50%
}

.container-major-lib-detail .right-box .activity-box .image-src {
	width: 100%;
	height: 100%
}

.container-major-lib-detail .right-box .related-major-box {
	margin-top: 30px
}

.container-major-lib-detail .right-box .related-major-box .related-major-title {
	margin-bottom: 15px;
	line-height: 1;
	color: #26343f;
	font-size: 1.6rem;
	font-weight: 500
}

.container-major-lib-detail .right-box .related-major-box .related-major-list .major-item {
	position: relative;
	display: block;
	padding: 18px 0;
	color: #26343f;
	font-size: 1.4rem;
	transition: all .3s
}

.container-major-lib-detail .right-box .related-major-box .related-major-list .major-item:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 3px;
	height: 3px;
	background-color: #58646e;
	border-radius: 50%;
	vertical-align: middle
}

.container-major-lib-detail .right-box .related-major-box .related-major-list .major-item:after {
	position: absolute;
	top: 24px;
	right: 2px;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #c4c9cc;
	border-bottom: 1px solid #c4c9cc;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.container-major-lib-detail .right-box .related-major-box .related-major-list .major-item:hover {
	background-color: #f9f9f9
}

.container-major-lib-detail .left-box {
	margin-right: 360px;
	padding: 20px 0 60px 0;
	overflow: hidden
}

.container-major-lib-detail .left-box .breadcrumb-section {
	margin-bottom: 40px
}

.container-major-lib-index {
	background-color: #fff
}

.container-major-lib-index .pc-container {
	padding: 40px 0 80px
}

.container-major-lib-index .pc-container .right-part {
	width: 280px
}

.container-major-lib-index .pc-container .right-part .activity-box {
	display: block;
	margin-bottom: 20px;
	height: 140px;
	background-size: cover;
	background-position: 50%
}

.container-major-lib-index .pc-container .right-part .match-major-box {
	width: 280px
}

.container-major-lib-index .pc-container .right-part .rank-box {
	margin-top: 40px
}

.container-major-lib-index .pc-container .right-part .rank-box .rank-tab-btns {
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-major-lib-index .pc-container .right-part .rank-box .rank-tab-btns .rank-tab-btn {
	padding-bottom: 20px;
	margin-bottom: -1px;
	font-size: 1.6rem;
	line-height: 1;
	color: #949ba1;
	font-weight: 500
}

.container-major-lib-index .pc-container .right-part .rank-box .rank-tab-btns .rank-tab-btn.active {
	border-bottom: 2px solid #078cf1;
	color: #078cf1
}

.container-major-lib-index .pc-container .right-part .rank-box .rank-tab-btns .rank-tab-btn:hover {
	color: #078cf1
}

.container-major-lib-index .pc-container .right-part .rank-box .rank-tab-content .rank-list {
	padding-top: 10px
}

.container-major-lib-index .pc-container .right-part .rank-box .rank-tab-content .rank-list .rank-item {
	position: relative;
	display: block;
	padding: 18px 0;
	color: #26343f;
	font-size: 1.4rem;
	transition: all .3s
}

.container-major-lib-index .pc-container .right-part .rank-box .rank-tab-content .rank-list .rank-item:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 3px;
	height: 3px;
	background-color: #58646e;
	border-radius: 50%;
	vertical-align: middle
}

.container-major-lib-index .pc-container .right-part .rank-box .rank-tab-content .rank-list .rank-item:after {
	position: absolute;
	top: 24px;
	right: 2px;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #c4c9cc;
	border-bottom: 1px solid #c4c9cc;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.container-major-lib-index .pc-container .right-part .rank-box .rank-tab-content .rank-list .rank-item:hover {
	background-color: #f9f9f9
}

.container-major-lib-index .pc-container .right-part .rank-box .rank-tab-content .show-more {
	margin: 10px auto 0;
	width: 180px;
	height: 42px;
	border: 1px solid #e4e5e6;
	border-radius: 21px;
	color: #078cf1;
	font-size: 1.4rem;
	line-height: 40px;
	text-align: center;
	transition: all .3s
}

.container-major-lib-index .pc-container .right-part .rank-box .rank-tab-content .show-more:hover {
	background-color: #078cf1;
	color: #fff;
	border-color: #078cf1
}

.container-major-lib-index .pc-container .left-part {
	width: calc(100% - 360px)
}

.container-major-lib-index .pc-container .left-part .search-box {
	margin-bottom: 40px
}

.container-major-lib-index .pc-container .left-part .search-box .major-test-btn {
	display: block;
	width: 160px;
	height: 42px;
	border-radius: 3px;
	background-color: #ff9c08;
	color: #fff;
	line-height: 42px;
	font-size: 1.6rem;
	text-align: center
}

.container-major-lib-index .pc-container .left-part .search-box .major-test-btn:hover {
	background-color: #ffc56e
}

.container-major-lib-index .pc-container .left-part .tab-btns {
	list-style: none;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-major-lib-index .pc-container .left-part .tab-btns .tab-btn {
	display: inline-block;
	margin: 0 32px -1px 0;
	padding-bottom: 22px;
	font-size: 1.6rem;
	line-height: 1;
	color: #949ba1;
	font-weight: 500
}

@media screen and (min-width:1250px) {
	.container-major-lib-index .pc-container .left-part .tab-btns .tab-btn {
		margin-right: 40px
	}
}

.container-major-lib-index .pc-container .left-part .tab-btns .tab-btn.active {
	color: #078cf1;
	border-bottom: 2px solid #078cf1
}

.container-major-lib-index .pc-container .left-part .tab-btns .tab-btn:hover {
	color: #078cf1
}

.container-major-lib-index .pc-container .left-part .tab-btns .tab-btn:last-child {
	margin-right: 0
}

.container-major-lib-index .pc-container .left-part .tab-list {
	list-style: none
}

.container-major-lib-index .pc-container .left-part .tab-list .list-item {
	display: block;
	padding-top: 38px
}

.container-major-lib-index .pc-container .left-part .tab-list .list-item .item-title {
	margin-bottom: 40px
}

.container-major-lib-index .pc-container .left-part .tab-list .list-item .item-title .title-icon {
	margin-right: 10px;
	width: 24px;
	height: 24px;
	vertical-align: middle
}

.container-major-lib-index .pc-container .left-part .tab-list .list-item .item-title .title-text {
	display: inline-block;
	font-size: 2rem;
	line-height: 24px;
	color: #078cf1;
	font-weight: 500;
	vertical-align: middle
}

.container-major-lib-index .pc-container .left-part .tab-list .list-item .item-content {
	overflow: hidden;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-major-lib-index .pc-container .left-part .tab-list .list-item .item-content .major {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	margin: 0 25px 40px 0;
	width: 141px;
	line-height: 1;
	vertical-align: middle;
	color: #26343f
}

.container-major-lib-index .pc-container .left-part .tab-list .list-item .item-content .major:hover {
	color: #078cf1
}

.container-major-lib-index .pc-container .left-part .tab-list .list-item .item-content .major:nth-child(4n) {
	margin-right: 0
}

@media screen and (min-width:1250px) {
	.container-major-lib-index .pc-container .left-part .tab-list .list-item .item-content .major {
		width: 144px
	}

	.container-major-lib-index .pc-container .left-part .tab-list .list-item .item-content .major:nth-child(4n) {
		margin-right: 25px
	}

	.container-major-lib-index .pc-container .left-part .tab-list .list-item .item-content .major:nth-child(5n) {
		margin-right: 0
	}
}

.container-major-lib-index .pc-container .left-part .tab-list .list-item.not-all .item-title .title-text {
	color: #26343f
}

.container-major-lib-index .pc-container .left-part .tab-list .list-item.not-all .item-content {
	border-bottom: 0
}

.container-major-lib-detail-info .major-title {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-major-lib-detail-info .major-title .title-text {
	margin-bottom: 40px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1
}

.container-major-lib-detail-info .major-title .visit-info {
	display: inline-block;
	line-height: 12px
}

.container-major-lib-detail-info .major-title .visit-info span {
	display: inline-block;
	color: #949ba1;
	font-size: 1.2rem;
	line-height: 14px;
	vertical-align: middle
}

.container-major-lib-detail-info .major-title .visit-info .visit-count {
	margin-right: 6px
}

.container-major-lib-detail-info .major-title .visit-info .eye-icon,.container-major-lib-detail-info .major-title .visit-info .prise-icon {
	margin-right: 4px
}

.container-major-lib-detail-info .major-title .visit-info .eye-icon {
	width: 14px;
	height: 10px;
	vertical-align: middle;
	stroke: #949ba1
}

.container-major-lib-detail-info .major-title .visit-info .prise-icon {
	width: 10px;
	height: 11px;
	vertical-align: -2px;
	stroke: #949ba1
}

.container-major-lib-detail-info .article-text {
	border-bottom: 1px solid rgba(228,229,230,.6);
	padding-bottom: 80px
}

.container-major-lib-detail-info .article-text .text-html {
	line-height: 30px
}

.container-major-lib-detail-info .article-text .btn-groups {
	margin-top: 73px;
	text-align: center;
	vertical-align: middle
}

.container-major-lib-detail-info .article-text .btn-groups .btn-consult,.container-major-lib-detail-info .article-text .btn-groups .btn-prise {
	display: inline-block;
	width: 150px;
	height: 42px;
	font-size: 1.4rem;
	line-height: 40px;
	border-radius: 21px;
	transition: all .3s
}

.container-major-lib-detail-info .article-text .btn-groups .btn-consult .btn-text,.container-major-lib-detail-info .article-text .btn-groups .btn-prise .btn-text {
	font-size: 1.4rem;
	line-height: 40px;
	vertical-align: middle
}

.container-major-lib-detail-info .article-text .btn-groups .btn-consult .icon,.container-major-lib-detail-info .article-text .btn-groups .btn-prise .icon {
	margin-right: 10px;
	width: 16px;
	height: 16px;
	vertical-align: middle
}

.container-major-lib-detail-info .article-text .btn-groups .btn-prise {
	margin-right: 40px;
	color: #078cf1;
	border: 1px solid #078cf1;
	transition: all .3s
}

.container-major-lib-detail-info .article-text .btn-groups .btn-prise .icon {
	stroke: #078cf1
}

.container-major-lib-detail-info .article-text .btn-groups .btn-prise.active,.container-major-lib-detail-info .article-text .btn-groups .btn-prise:hover {
	background-color: #078cf1
}

.container-major-lib-detail-info .article-text .btn-groups .btn-prise.active .btn-text,.container-major-lib-detail-info .article-text .btn-groups .btn-prise:hover .btn-text {
	color: #fff
}

.container-major-lib-detail-info .article-text .btn-groups .btn-prise.active .icon,.container-major-lib-detail-info .article-text .btn-groups .btn-prise:hover .icon {
	stroke: #fff
}

.container-major-lib-detail-info .article-text .btn-groups .btn-prise.active:hover {
	background-color: #64b9fa
}

.container-major-lib-detail-info .article-text .btn-groups .btn-consult {
	color: #ff9c08;
	border: 1px solid #ff9c08
}

.container-major-lib-detail-info .article-text .btn-groups .btn-consult .icon {
	stroke: #ff9c08
}

.container-major-lib-detail-info .article-text .btn-groups .btn-consult:hover {
	background-color: #ff9c08
}

.container-major-lib-detail-info .article-text .btn-groups .btn-consult:hover .btn-text {
	color: #fff
}

.container-major-lib-detail-info .article-text .btn-groups .btn-consult:hover .icon {
	stroke: #fff
}

.container-major-lib-detail-info .major-footer {
	padding-top: 40px
}

.container-major-lib-detail-info .major-footer .recommend-btns {
	margin-bottom: 20px;
	overflow: hidden
}

.container-major-lib-detail-info .major-footer .recommend-btns.mutiple {
	margin-bottom: 0
}

.container-major-lib-detail-info .major-footer .recommend-btns .recommend-btn {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 200px;
	height: 42px;
	background-color: #078cf1;
	color: #fff;
	line-height: 42px;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 21px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-major-lib-detail-info .major-footer .recommend-btns .recommend-btn:hover {
	background-color: #64b9fa
}

.container-major-lib-detail-info .major-footer .recommend-btns .recommend-item-container {
	margin-bottom: 20px
}

.container-major-lib-detail-info .major-footer .recommend-btns .recommend-item-container .recommend-title {
	font-size: 1.8rem;
	margin-bottom: 20px
}

.container-major-lib-detail-info .major-footer .interest-content .interest-title {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 400
}

.container-major-lib-detail-info .major-footer .interest-content .interest-list .interest-item {
	display: inline-block;
	padding: 7px 25px;
	margin: 0 20px 20px 0;
	border-radius: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	background-color: rgba(228,229,230,.6);
	transition: all .3s;
	color: #26343f
}

.container-major-lib-detail-info .major-footer .interest-content .interest-list .interest-item:hover {
	color: #078cf1
}

.container-major-lib-detail-recommend h1,.container-major-lib-detail-recommend h2,.container-major-lib-detail-recommend h3 {
	margin: 0
}

.container-major-lib-detail-recommend .recommend-title {
	padding-bottom: 40px;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	border-bottom: 1px solid rgba(228,229,230,.6);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-major-lib-detail-recommend .school-list {
	margin-bottom: 60px;
	list-style: none
}

.container-major-lib-detail-recommend .school-list .school-item {
	position: relative;
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-major-lib-detail-recommend .school-list .school-item .logo-part {
	position: absolute;
	padding: 7px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 4px solid #e4e5e6;
	overflow: hidden
}

.container-major-lib-detail-recommend .school-list .school-item .logo-part .image-src {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden
}

.container-major-lib-detail-recommend .school-list .school-item .logo-part .image-src .image-preload {
	background-size: contain
}

.container-major-lib-detail-recommend .school-list .school-item .info-part {
	position: relative;
	margin-left: 85px;
	padding-top: 3px;
	height: 82px
}

.container-major-lib-detail-recommend .school-list .school-item .info-part .zh-name {
	display: block;
	margin-bottom: 5px;
	font-size: 2rem;
	line-height: 1;
	color: #26343f;
	font-weight: 700;
	transition: all .3s
}

.container-major-lib-detail-recommend .school-list .school-item .info-part .zh-name:hover {
	color: #078cf1
}

.container-major-lib-detail-recommend .school-list .school-item .info-part .en-name {
	font-size: 1.4rem;
	line-height: 20px;
	color: #949ba1
}

.container-major-lib-detail-recommend .school-list .school-item .info-part .rank {
	position: absolute;
	width: 500px;
	bottom: 0;
	font-size: 1.4rem;
	line-height: 1;
	color: #58646e
}

.container-major-lib-detail-recommend .school-list .school-item .info-part .rank span {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1
}

.container-major-lib-detail-recommend .school-list .school-item .info-part .rank .rank-count {
	color: #078cf1
}

.container-major-lib-detail-recommend .school-list .school-item .btn-part .add-btn {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 130px;
	height: 36px;
	background-color: #078cf1;
	border-radius: 18px;
	font-size: 1.4rem;
	line-height: 36px;
	color: #fff;
	text-align: center
}

.container-major-lib-detail-recommend .school-list .school-item .btn-part .add-btn:hover {
	background-color: #64b9fa
}

.container-major-lib-detail-recommend .school-list .school-item .btn-part .add-btn.add-already {
	background-color: transparent;
	border: 1px solid #078cf1;
	color: #078cf1;
	line-height: 34px;
	transition: all .3s ease
}

.container-major-lib-detail-recommend .school-list .school-item .btn-part .add-btn.add-already:hover {
	background-color: #078cf1;
	color: #fff
}

.container-news-detail {
	padding: 20px 0 80px;
	background-color: #fff;
	color: #26343f;
	min-height: calc(100vh - 170px)
}

.container-news-detail h1,.container-news-detail h2,.container-news-detail h3 {
	margin: 0
}

.container-news-detail .right-part {
	margin-top: 20px;
	width: 280px
}

.container-news-detail .right-part .mb20 {
	margin-bottom: 20px
}

.container-news-detail .right-part .abroad-plan-box {
	width: 280px
}

.container-news-detail .right-part .app-code {
	margin-top: 20px
}

.container-news-detail .left-part {
	margin-right: 360px
}

.container-news-detail .left-part .breadcrumb-section {
	margin-bottom: 40px
}

.container-news-detail .left-part .article-section {
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e5e6
}

.container-news-detail .left-part .article-section .article-title {
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 33px;
	color: #26343f
}

.container-news-detail .left-part .article-section .download-part {
	margin-bottom: 23px;
	overflow: hidden
}

.container-news-detail .left-part .article-section .download-part .download-item {
	padding: 14px;
	margin-bottom: 4px;
	background-color: #fff9f2
}

.container-news-detail .left-part .article-section .download-part .download-item:last-child {
	margin-bottom: 0
}

.container-news-detail .left-part .article-section .download-part .download-item .file-icon {
	margin: 6px 10px 0 0;
	width: 16px;
	height: 20px
}

.container-news-detail .left-part .article-section .download-part .download-item .link {
	max-width: 50%;
	font-size: 1.6rem;
	line-height: 32px;
	color: #ff7a66;
	text-decoration: underline;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block
}

.container-news-detail .left-part .article-section .download-part .download-item .password {
	font-size: 1.6rem;
	line-height: 32px;
	color: #ff7a66;
	display: inline-block
}

.container-news-detail .left-part .article-section .download-part .download-item .btn-download {
	display: inline-block;
	margin-left: 16px;
	padding: 0 20px 0 22px;
	height: 32px;
	border-radius: 16px;
	background-image: linear-gradient(to bottom right,#ffa270,#ff7a66);
	transition: all .3s
}

.container-news-detail .left-part .article-section .download-part .download-item .btn-download:hover {
	opacity: .7
}

.container-news-detail .left-part .article-section .download-part .download-item .btn-download .download-icon {
	margin-right: 4px;
	width: 16px;
	height: 16px;
	vertical-align: -1px
}

.container-news-detail .left-part .article-section .download-part .download-item .btn-download .download-text {
	font-size: 16px;
	line-height: 32px;
	color: #fff
}

.container-news-detail .left-part .article-section .article-info {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e5e6
}

.container-news-detail .left-part .article-section .article-info span {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	color: #949ba1
}

.container-news-detail .left-part .article-section .article-info .date {
	margin-right: 20px
}

.container-news-detail .left-part .article-section .article-info .eye-icon {
	margin: 1px 4px 1px 0;
	width: 13px;
	height: 10px;
	vertical-align: middle;
	stroke: #949ba1
}

.container-news-detail .left-part .article-section .article-tools {
	margin-top: 20px
}

.container-news-detail .left-part .article-section .article-content {
	padding-bottom: 30px
}

.container-news-detail .left-part .article-section .article-content>:first-child {
	padding-top: 0;
	margin-top: 0
}

.container-news-detail .left-part .article-section .article-content>:last-child {
	padding-bottom: 0;
	margin-bottom: 0
}

.container-news-detail .left-part .article-section .article-content video {
	margin: 20px 0;
	width: 100%
}

.container-news-detail .left-part .article-section .article-content a,.container-news-detail .left-part .article-section .article-content div,.container-news-detail .left-part .article-section .article-content p,.container-news-detail .left-part .article-section .article-content span,.container-news-detail .left-part .article-section .article-content strong {
	font-size: 16px!important;
	line-height: 30px!important;
	word-break: break-all;
	font-family: PingFang SC,NotoSansCJKsc,DroidSans,Roboto,Helvetica Neue,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif,Arial,Verdana
}

.container-news-detail .left-part .article-section .article-content p,.container-news-detail .left-part .article-section .article-content span {
	color: #26343f;
	margin: 0;
	padding: 0
}

.container-news-detail .left-part .article-section .article-content a {
	color: #26343f;
	border-bottom: 2px dotted #078cf1;
	transition: color .2s
}

.container-news-detail .left-part .article-section .article-content a:hover {
	color: #078cf1
}

.container-news-detail .left-part .article-section .article-content img {
	display: block!important;
	margin: 20px auto!important;
	max-width: 80%!important
}

.container-news-detail .left-part .article-section .article-content h2 {
	display: block;
	margin-top: 0;
	font-size: 1.8rem;
	color: #078cf1;
	font-weight: 400;
	text-align: auto
}

.container-news-detail .left-part .article-section .article-content h3,.container-news-detail .left-part .article-section .article-content h4 {
	display: block;
	margin: 15px 15px 0 0;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: auto
}

.container-news-detail .left-part .article-section .article-content ul {
	padding: 0;
	border-top: none;
	border-left: none;
	border-bottom: none
}

.container-news-detail .left-part .article-section .article-content ul li:first-child {
	margin-top: 0
}

.container-news-detail .left-part .article-section .article-content ul li {
	margin-top: 5px
}

.container-news-detail .left-part .article-section .article-content table {
	display: block;
	width: 100%!important;
	border-collapse: collapse;
	overflow: auto;
	border-right: 1px solid #ededed;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: none;
	border-left: none;
	border-bottom: none
}

.container-news-detail .left-part .article-section .article-content table tbody {
	width: 100%;
	display: table
}

.container-news-detail .left-part .article-section .article-content table tr {
	margin: 0;
	padding: 0
}

.container-news-detail .left-part .article-section .article-content table tr td {
	min-width: 100px;
	margin: 0;
	padding: 7px 5px 5px 5px;
	border: 1px solid #ededed!important;
	border-right: none!important;
	font-size: 1.2rem;
	text-align: left;
	color: #666
}

.container-news-detail .left-part .article-section .article-content pre {
	white-space: pre-wrap
}

.container-news-detail .left-part .article-section .news-bottom-banner {
	margin-bottom: 30px;
	width: 100%
}

.container-news-detail .left-part .article-section .tags-box {
	max-height: 58px;
	overflow: hidden
}

.container-news-detail .left-part .article-section .tags-box .tag {
	display: inline-block;
	margin: 0 20px 10px 0;
	color: #949ba1;
	line-height: 24px;
	font-size: 1.4rem
}

.container-news-detail .left-part .btn-groups {
	margin: 60px 0;
	font-size: 0;
	text-align: center
}

.container-news-detail .left-part .btn-groups .btn-ask,.container-news-detail .left-part .btn-groups .btn-plan {
	display: inline-block;
	width: 200px;
	height: 42px;
	border-radius: 21px;
	font-size: 1.6rem;
	line-height: 42px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	transition: all .3s
}

.container-news-detail .left-part .btn-groups .btn-ask {
	margin-right: 20px;
	background-color: #078cf1
}

.container-news-detail .left-part .btn-groups .btn-ask:hover {
	background-color: #64b9fa
}

.container-news-detail .left-part .btn-groups .btn-plan {
	background-color: #ffb400
}

.container-news-detail .left-part .btn-groups .btn-plan:hover {
	background-color: #ffd266
}

.container-news-detail .left-part .recommend-schools-list {
	margin-bottom: 60px
}

.container-news-detail .left-part .recommend-schools-list .list-box .component-school-item .btn-box .btn-test {
	background-color: #fff;
	border: 1px solid #ff9c08;
	line-height: 34px;
	color: #ff9c08;
	transition: all .3s ease
}

.container-news-detail .left-part .recommend-schools-list .list-box .component-school-item .btn-box .btn-test:hover {
	background-color: #ff9c08;
	color: #fff
}

.container-news-detail .left-part .recommend-schools-list .list-box .component-school-item .btn-box .btn-test.disabled {
	border: #949ba1;
	background-color: #949ba1;
	color: #fff;
	transition: none
}

.container-news-detail .left-part .recommend-schools-list .list-box .component-school-item .btn-box .btn-test.disabled:hover {
	border: #949ba1;
	background-color: #949ba1;
	color: #fff
}

.container-news-detail .left-part .recommend-schools-list .recommend-schools-btn {
	display: block;
	margin: 30px auto 0;
	width: 200px;
	border: 1px solid #078cf1;
	font-size: 1.6rem;
	line-height: 40px;
	text-align: center;
	color: #078cf1;
	border-radius: 21px;
	transition: all .3s ease
}

.container-news-detail .left-part .recommend-schools-list .recommend-schools-btn:hover {
	background-color: #078cf1;
	color: #fff
}

.container-news-detail .left-part .subject-list {
	margin-bottom: 60px
}

.container-news-detail .left-part .subject-list .list-box {
	line-height: 0
}

.container-news-detail .left-part .subject-list .list-box .subject-item {
	margin-right: 20px;
	display: inline-block;
	width: calc((100% - 40px) / 3)
}

.container-news-detail .left-part .subject-list .list-box .subject-item:last-child {
	margin-right: 0
}

.container-news-detail .left-part .subject-list .list-box .subject-item .subject-item-image {
	margin-bottom: 10px;
	height: 140px
}

.container-news-detail .left-part .subject-list .list-box .subject-item .subject-item-title {
	font-size: 1.6rem;
	line-height: 22px;
	color: #26343f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-news-detail .left-part .subject-list .list-box .subject-item:hover .subject-item-title {
	color: #078cf1
}

.container-news-detail .left-part .subject-list .list-title {
	border: none
}

.container-news-detail .left-part .list-title {
	padding-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 500;
	border-bottom: 1px solid #e4e5e6
}

.container-news-detail .left-part .related-list {
	overflow: hidden
}

.container-news-list {
	padding: 40px 0 80px 0;
	background-color: #fff;
	color: #26343f;
	min-height: calc(100vh - 170px)
}

.container-news-list .left-part {
	margin-right: 360px;
	overflow: hidden
}

.container-news-list .left-part .category-section {
	margin-bottom: 12px;
	padding: 0 20px;
	overflow: hidden;
	border: 1px solid rgba(228,229,230,.6)
}

.container-news-list .left-part .category-section .category-item {
	margin-top: 12px
}

.container-news-list .left-part .category-section .category-item .category-title {
	padding: 4px 0;
	color: #949ba1;
	font-size: 1.4rem;
	line-height: 20px
}

.container-news-list .left-part .category-section .category-item .category-content-box {
	margin-left: 72px;
	margin-bottom: 12px
}

.container-news-list .left-part .category-section .category-item .category-content-box .category-content-box-title {
	font-size: 0
}

.container-news-list .left-part .category-section .category-item .category-content-box .category-content-box-title .category-content-box-title-item {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.4rem;
	line-height: 24px;
	padding: 0 12px;
	color: #26343f;
	border-top: 2px solid transparent;
	padding-bottom: 6px
}

.container-news-list .left-part .category-section .category-item .category-content-box .category-content-box-title .category-content-box-title-item:last-child {
	margin-right: 0
}

.container-news-list .left-part .category-section .category-item .category-content-box .category-content-box-title .category-content-box-title-item.active {
	border-color: #078cf1;
	background-color: #f5f6f7
}

.container-news-list .left-part .category-section .category-item .category-content-box .category-content-box-list {
	background-color: #f5f6f7;
	overflow: hidden
}

.container-news-list .left-part .category-section .category-item .category-content-box .category-content-inner {
	padding: 12px;
	padding-bottom: 0;
	margin-bottom: -4px
}

.container-news-list .left-part .category-section .category-item .tag-item {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	margin: 0 8px 16px 0;
	padding: 4px 10px;
	border-radius: 2px;
	font-size: 1.4rem;
	line-height: 20px;
	transition: all .3s;
	color: #26343f
}

.container-news-list .left-part .category-section .category-item .tag-item.active,.container-news-list .left-part .category-section .category-item .tag-item.active:hover {
	background-color: #078cf1;
	color: #fff
}

.container-news-list .left-part .category-section .category-item .tag-item:hover {
	background-color: #f5f6f7
}

.container-news-list .left-part .category-section .category-item .category-content-inner {
	margin-bottom: -4px
}

.container-news-list .left-part .category-section .category-item .category-content {
	margin-left: 72px;
	border-bottom: 1px dashed #e4e5e6
}

.container-news-list .left-part .category-section .category-item:last-child .category-content {
	border-bottom: 0
}

.container-news-list .left-part .news-list {
	margin-bottom: 60px
}

.container-news-list .right-part {
	width: 280px
}

.container-news-list .right-part .activity-item {
	margin-bottom: 20px
}

.container-news-list .right-part .match-school-box {
	width: 280px
}

.container-news-list .right-part .app-code {
	margin-top: 20px
}

.container-personal-home-abroad-info {
	width: 500px
}

.container-personal-home-abroad-info .label-box input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-personal-home-abroad-info .label-box input:-moz-placeholder,.container-personal-home-abroad-info .label-box input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-personal-home-abroad-info .label-box input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-personal-home-abroad-info .label-box textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-personal-home-abroad-info .label-box textarea:-moz-placeholder,.container-personal-home-abroad-info .label-box textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-personal-home-abroad-info .label-box textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-personal-home-abroad-info .label-box .textarea {
	padding: 12px 10px;
	width: 100%;
	font-size: 1.6rem;
	height: 100px;
	border: 1px solid #e4e5e6;
	border-radius: 2px;
	resize: none
}

.container-personal-home-abroad-info .label-box .error .textarea {
	border: 1px solid #eb5635
}

.container-personal-home-base-info .section-left {
	margin-right: 60px;
	width: 500px
}

@media screen and (min-width:1250px) {
	.container-personal-home-base-info .section-left {
		margin-right: 140px
	}
}

.container-personal-home-base-info .section-left .label-box input[type=radio]:checked+.radio-item {
	border: 1px solid #078cf1;
	background-color: #fff;
	color: #078cf1
}

.container-personal-home-base-info .section-left .label-box .radio-item {
	display: inline-block;
	margin-right: 10px;
	width: 100px;
	height: 40px;
	border: 1px solid #e4e5e6;
	background-color: #f5f6f7;
	border-radius: 3px;
	text-align: center;
	line-height: 38px;
	font-size: 1.6rem;
	color: #26343f;
	cursor: pointer
}

.container-personal-home-base-info .section-left .label-box .select-item {
	width: 245px
}

.container-personal-home-base-info .section-left .label-box .select-item-box:last-child {
	margin-left: 10px
}

.container-personal-home-base-info .section-right {
	padding-top: 19px
}

.container-personal-home-base-info .section-right .avatar-box {
	position: relative;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer
}

.container-personal-home-base-info .section-right .avatar-box .avatar-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%
}

.container-personal-home-base-info .section-right .avatar-box .avatar-file {
	display: none
}

.container-personal-home-base-info .section-right .avatar-box .avatar-default {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	font-size: 1.6rem;
	line-height: 160px;
	text-align: center;
	cursor: pointer;
	transition: all .3s
}

.container-personal-home-base-info .section-right .avatar-box:hover .avatar-default {
	opacity: 1
}

.container-personal-home {
	padding: 40px 0;
	min-height: calc(100vh - 306px)
}

.container-personal-home .pc-container {
	position: relative
}

.container-personal-home .left-box {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	min-height: 420px
}

.container-personal-home .left-box .btn-list {
	list-style: none;
	background-color: #f0f1f2;
	width: 160px;
	height: 100%
}

.container-personal-home .left-box .btn-list .btn-tab {
	display: block;
	padding-top: 47px;
	height: 140px;
	text-align: center;
	border-left: 2px solid #f0f1f2;
	border-right: 2px solid #f0f1f2
}

.container-personal-home .left-box .btn-list .btn-tab .info-icon {
	margin-bottom: 12px;
	width: 40px;
	height: 30px;
	fill: #c4c9cc;
	transition: all .3s
}

.container-personal-home .left-box .btn-list .btn-tab .info-text {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	color: #949ba1;
	transition: all .3s
}

.container-personal-home .left-box .btn-list .btn-tab:hover .info-icon {
	fill: #078cf1
}

.container-personal-home .left-box .btn-list .btn-tab:hover .info-text {
	color: #078cf1
}

.container-personal-home .left-box .btn-list .btn-tab.active {
	border-left: 2px solid #078cf1;
	border-right: 2px solid #fff;
	background-color: #fff
}

.container-personal-home .left-box .btn-list .btn-tab.active .info-icon {
	fill: #078cf1
}

.container-personal-home .left-box .btn-list .btn-tab.active .info-text {
	color: #078cf1
}

.container-personal-home .right-box {
	margin-left: 140px;
	min-height: 420px;
	background-color: #fff
}

.container-personal-home .right-box .tab-item {
	padding: 40px 40px 40px 80px
}

.container-personal-home .right-box .tab-item .tab-title {
	margin-bottom: 40px;
	font-size: 2.4rem;
	line-height: 1;
	color: #26343f
}

.container-personal-home .right-box .tab-item .tab-content .label-box {
	margin-bottom: 20px
}

.container-personal-home .right-box .tab-item .tab-content .label-box .label {
	margin-bottom: 5px;
	font-size: 1.4rem;
	line-height: 1;
	color: #58646e
}

.container-personal-home .right-box .tab-item .tab-content .btn-save {
	margin-top: 60px;
	width: 200px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	background-color: #078cf1;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 3px;
	transition: all .3s
}

.container-personal-home .right-box .tab-item .tab-content .btn-save:hover {
	background-color: #64b9fa
}

.container-personal-home .right-box .tab-item .tab-content .btn-save.disabled {
	background-color: #e4e5e6;
	cursor: not-allowed
}

.container-personal-home .right-box .tab-item .tab-content .btn-save.disabled:hover {
	background-color: #e4e5e6
}

.container-personal-home-study-info {
	width: 500px
}

.container-personal-match-school {
	padding: 40px 0 80px 0;
	background-color: #fff
}

.container-personal-match-school h1,.container-personal-match-school h2,.container-personal-match-school h3 {
	margin: 0
}

.container-personal-match-school .confirm-delete-dialog .link,.container-personal-match-school .confirm-delete-dialog span {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	color: #0c1f32
}

.container-personal-match-school .confirm-delete-dialog .link {
	color: #078cf1
}

.container-personal-match-school .left-part {
	margin-right: 360px;
	overflow: hidden
}

.container-personal-match-school .left-part .page-title {
	margin-bottom: 40px;
	color: #26343f;
	font-weight: 700;
	line-height: 1;
	font-size: 2rem
}

.container-personal-match-school .left-part .no-result {
	margin-top: 160px;
	text-align: center
}

.container-personal-match-school .left-part .no-result .image-src {
	margin-bottom: 40px;
	width: 243px;
	height: 148px
}

.container-personal-match-school .left-part .no-result .result-text {
	font-size: 1.6rem;
	line-height: 1;
	color: #58646e
}

.container-personal-match-school .left-part .section-part {
	margin-bottom: 60px
}

.container-personal-match-school .left-part .section-part:last-child {
	margin-bottom: 0
}

.container-personal-match-school .left-part .section-part .part-title {
	height: 38px;
	border-bottom: 2px solid #26343f
}

.container-personal-match-school .left-part .section-part .part-title .title-left {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	color: #26343f
}

.container-personal-match-school .left-part .section-part .part-title .title-right {
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 400;
	color: #949ba1
}

.container-personal-match-school .left-part .section-part .part-list {
	list-style: none
}

.container-personal-match-school .left-part .section-part .part-list .school-item {
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-personal-match-school .left-part .section-part .part-list .school-item .logo-box {
	margin-right: 15px;
	padding: 7px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 4px solid #e4e5e6
}

.container-personal-match-school .left-part .section-part .part-list .school-item .logo-box .image-src {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden
}

.container-personal-match-school .left-part .section-part .part-list .school-item .logo-box .image-src .image-preload {
	background-size: contain
}

.container-personal-match-school .left-part .section-part .part-list .school-item .info-box {
	padding-top: 3px
}

.container-personal-match-school .left-part .section-part .part-list .school-item .info-box .names {
	margin-bottom: 20px;
	min-height: 45px
}

.container-personal-match-school .left-part .section-part .part-list .school-item .info-box .names .chinese-name {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #26343f;
	transition: all .3s
}

.container-personal-match-school .left-part .section-part .part-list .school-item .info-box .names .chinese-name:hover {
	color: #078cf1
}

.container-personal-match-school .left-part .section-part .part-list .school-item .info-box .names .english-name {
	font-size: 1.4rem;
	line-height: 20px;
	color: #949ba1
}

.container-personal-match-school .left-part .section-part .part-list .school-item .info-box .nums {
	width: 300px
}

.container-personal-match-school .left-part .section-part .part-list .school-item .info-box .nums .nums-box {
	width: 130px
}

.container-personal-match-school .left-part .section-part .part-list .school-item .info-box .nums .nums-box:first-child {
	margin-right: 40px
}

.container-personal-match-school .left-part .section-part .part-list .school-item .info-box .nums .nums-box .nums-item {
	margin-bottom: 10px;
	line-height: 14px
}

.container-personal-match-school .left-part .section-part .part-list .school-item .info-box .nums .nums-box .nums-item span {
	font-size: 1.4rem;
	line-height: 1;
	color: #58646e
}

.container-personal-match-school .left-part .section-part .part-list .school-item .info-box .nums .nums-box .nums-item .num {
	font-family: gothamBook,sans-serif;
	color: #078cf1
}

.container-personal-match-school .left-part .section-part .part-list .school-item .info-box .nums .nums-box .nums-item:last-child {
	margin-bottom: 0
}

.container-personal-match-school .left-part .section-part .part-list .school-item .btn-box {
	margin-top: 3px
}

.container-personal-match-school .left-part .section-part .part-list .school-item .btn-box .btn-select {
	display: block;
	margin-bottom: 50px;
	width: 122px;
	height: 34px;
	background-color: #ff9c08;
	color: #fff;
	font-size: 1.4rem;
	line-height: 34px;
	padding-left: 13px;
	border-radius: 18px 0 0 18px
}

.container-personal-match-school .left-part .section-part .part-list .school-item .btn-box .btn-select.select-self {
	background-color: #078cf1
}

.container-personal-match-school .left-part .section-part .part-list .school-item .btn-box .btn-remove {
	color: #f23d18;
	font-size: 1.6rem;
	line-height: 22px;
	text-align: center;
	transition: all .3s
}

.container-personal-match-school .left-part .section-part .part-list .school-item .btn-box .btn-remove:hover {
	color: #f78e79
}

.container-personal-match-school .left-part .section-top .part-title {
	border-bottom: 2px solid #fe5252
}

.container-personal-match-school .left-part .section-top .part-title .title-left {
	color: #fe5252
}

.container-personal-match-school .left-part .section-middle .part-title {
	border-bottom: 2px solid #078cf1
}

.container-personal-match-school .left-part .section-middle .part-title .title-left {
	color: #078cf1
}

.container-personal-match-school .left-part .section-bottom .part-title {
	border-bottom: 2px solid #03bd52
}

.container-personal-match-school .left-part .section-bottom .part-title .title-left {
	color: #03bd52
}

.container-personal-match-school .right-part {
	width: 280px
}

.container-personal-match-school .right-part .activity-item {
	margin-bottom: 20px
}

.container-personal-match-school .right-part .activity-item:nth-child(2) {
	margin-bottom: 40px
}

.container-personal-match-school .right-part .rank-box {
	width: 280px
}

.container-personal-match-school .right-part .rank-box .rank-tab-btns {
	border-bottom: 1px solid #e4e5e6
}

.container-personal-match-school .right-part .rank-box .rank-tab-btns .rank-tab-btn {
	padding-bottom: 20px;
	margin-bottom: -1px;
	font-size: 1.6rem;
	line-height: 1;
	color: #949ba1;
	font-weight: 500
}

.container-personal-match-school .right-part .rank-box .rank-tab-btns .rank-tab-btn.active {
	border-bottom: 2px solid #078cf1;
	color: #078cf1
}

.container-personal-match-school .right-part .rank-box .rank-tab-btns .rank-tab-btn:hover {
	color: #078cf1
}

.container-personal-match-school .right-part .rank-box .rank-tab-content .rank-list {
	padding-top: 10px
}

.container-personal-match-school .right-part .rank-box .rank-tab-content .rank-list .rank-item {
	position: relative;
	display: block;
	padding: 16px 0;
	color: #26343f;
	font-size: 1.4rem;
	line-height: 20px;
	transition: all .3s
}

.container-personal-match-school .right-part .rank-box .rank-tab-content .rank-list .rank-item:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 3px;
	height: 3px;
	background-color: #58646e;
	border-radius: 50%;
	vertical-align: middle
}

.container-personal-match-school .right-part .rank-box .rank-tab-content .rank-list .rank-item:after {
	position: absolute;
	top: 24px;
	right: 2px;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #c4c9cc;
	border-bottom: 1px solid #c4c9cc;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.container-personal-match-school .right-part .rank-box .rank-tab-content .rank-list .rank-item:hover {
	background-color: #f9f9f9
}

.container-personal-match-school .right-part .rank-box .rank-tab-content .show-more {
	margin: 10px auto 0;
	width: 180px;
	height: 42px;
	border: 1px solid #e4e5e6;
	border-radius: 21px;
	color: #078cf1;
	font-size: 1.4rem;
	line-height: 40px;
	text-align: center;
	transition: all .3s
}

.container-personal-match-school .right-part .rank-box .rank-tab-content .show-more:hover {
	background-color: #078cf1;
	color: #fff;
	border-color: #078cf1
}

.container-personal-match-school .right-part .app-code {
	margin-top: 20px
}

.container-personal-questions {
	padding: 40px 0 80px;
	color: #26343f;
	background-color: #fff;
	min-height: calc(100vh - 170px)
}

.container-personal-questions h1,.container-personal-questions h2,.container-personal-questions h3 {
	margin: 0
}

.container-personal-questions button {
	border: 0
}

.container-personal-questions .right-part {
	width: 280px
}

.container-personal-questions .right-part .activity-box {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 140px;
	background-size: cover;
	background-position: 50%
}

.container-personal-questions .right-part .activity-box .image-src {
	width: 100%;
	height: 100%
}

.container-personal-questions .left-part {
	margin-right: 360px;
	overflow: hidden
}

.container-personal-questions .left-part .page-title {
	margin-bottom: 40px;
	color: #26343f;
	font-weight: 700;
	line-height: 1;
	font-size: 2rem
}

.container-personal-questions .left-part .page-content .question-list {
	margin-bottom: 60px
}

.container-personal-questions .left-part .page-content .question-list:first-child {
	border-top: 1px dashed #e4e5e6
}

.container-pigai {
	position: relative;
	padding-bottom: 85px
}

.container-pigai .cover-pic-btn {
	position: absolute;
	top: 326px;
	left: 0;
	right: 0;
	margin: auto;
	width: 455px;
	height: 70px;
	cursor: pointer
}

.container-pigai .cover-pic-btn,.container-pigai .cover-pic-btn * {
	background-color: transparent!important
}

.container-pigai .cover-pic {
	height: 500px
}

.container-pigai .content-box {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px
}

@media screen and (min-width:1000px) {
	.container-pigai .content-box {
		width: 1000px
	}
}

@media screen and (min-width:1250px) {
	.container-pigai .content-box {
		width: 1180px
	}
}

.container-pigai .content-box>article {
	margin-top: 50px;
	padding: 0 24px 34px;
	background-color: #fff
}

.container-pigai .content-box>article:first-child>header {
	padding: 50px 0 60px
}

.container-pigai .content-box>article>header {
	padding: 50px 0;
	text-align: center;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 26px
}

.container-pigai .content-box>article>.content .intro-card {
	display: inline-block;
	position: relative;
	margin-bottom: 24px;
	padding: 28px 0 0 24px;
	height: 220px;
	border: 4px solid #f5f6f7;
	vertical-align: top
}

.container-pigai .content-box>article>.content .intro-card>img {
	display: block;
	position: absolute;
	bottom: 0
}

.container-pigai .content-box>article>.content .intro-card .intro-inset-pic-1 {
	right: -25px;
	width: 166px
}

.container-pigai .content-box>article>.content .intro-card .intro-inset-pic-2 {
	bottom: -16px;
	right: -19px;
	height: 261px
}

.container-pigai .content-box>article>.content .intro-card .intro-inset-pic-3 {
	right: -29px;
	height: 223px
}

.container-pigai .content-box>article>.content .intro-card .intro-inset-pic-4 {
	right: -42px;
	top: 0;
	height: 194px
}

.container-pigai .content-box>article>.content .intro-card>header,.container-pigai .content-box>article>.content .intro-card>header span {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 26px;
	vertical-align: middle
}

.container-pigai .content-box>article>.content .intro-card>header svg {
	display: inline-block;
	margin-left: 8px;
	height: 14px;
	width: 22px;
	vertical-align: middle
}

.container-pigai .content-box>article>.content .intro-card.left-card {
	width: calc((410 / 1132) * 100%)
}

.container-pigai .content-box>article>.content .intro-card.left-card>section:not(.short-text) {
	padding-right: 140px
}

.container-pigai .content-box>article>.content .intro-card.right-card {
	margin-left: 24px;
	width: calc((698 / 1132) * 99%)
}

@media screen and (min-width:1250px) {
	.container-pigai .content-box>article>.content .intro-card.right-card {
		width: calc((698 / 1132) * 100%)
	}
}

.container-pigai .content-box>article>.content .intro-card.right-card>section {
	padding-right: 270px
}

.container-pigai .content-box>article>.content .intro-card>section {
	margin-top: 14px;
	line-height: 20px;
	max-height: 120px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-pigai .content-box>article>.content .intro-card>section {
		line-height: 20px;
		max-height: 120px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-pigai .content-box>article>.content .intro-card>section {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.container-pigai .content-box>article>.content .intro-card>section.short-text {
	width: 155px
}

.container-pigai .content-box>article>.content .intro-card>section,.container-pigai .content-box>article>.content .intro-card>section span {
	font-size: 1.4rem;
	line-height: 20px;
	color: #58646e
}

.container-pigai .content-box>article>.content .intro-card>section .num {
	font-size: 1.8rem;
	font-weight: 700;
	color: #078cf1
}

.container-pigai .content-box>article>.content .service-price {
	padding: 36px 24px 24px;
	border: 4px solid #f5f6f7;
	min-height: 305px
}

.container-pigai .content-box>article>.content .service-price>header {
	text-align: center
}

.container-pigai .content-box>article>.content .service-price>header .header-line {
	display: inline-block;
	margin: 0 17px;
	width: calc(50% - 125px);
	height: 2px;
	background-color: #078cf1;
	opacity: .2;
	vertical-align: middle
}

.container-pigai .content-box>article>.content .service-price>header .header-content,.container-pigai .content-box>article>.content .service-price>header .header-content span {
	display: inline-block;
	margin: 0 12px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	vertical-align: middle
}

.container-pigai .content-box>article>.content .service-price>header .header-content svg {
	display: inline-block;
	height: 14px;
	width: 22px;
	vertical-align: middle
}

.container-pigai .content-box>article>.content .service-price>header .header-content svg:first-child {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.container-pigai .content-box>article>.content .service-price>section {
	margin-top: 28px
}

.container-pigai .content-box>article>.content .service-price>section .service-card {
	display: inline-block;
	position: relative;
	margin-left: 16px;
	width: calc(20% - 12.8px);
	height: 165px;
	background-color: #f5f6f7
}

@media screen and (min-width:1250px) {
	.container-pigai .content-box>article>.content .service-price>section .service-card {
		height: 191px
	}
}

.container-pigai .content-box>article>.content .service-price>section .service-card:first-child {
	margin-left: 0
}

.container-pigai .content-box>article>.content .service-price>section .service-card>header {
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #39a4ff;
	background-image: -webkit-linear-gradient(45deg,#39a4ff,#3475df);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}

.container-pigai .content-box>article>.content .service-price>section .service-card>header:after,.container-pigai .content-box>article>.content .service-price>section .service-card>header:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background-color: #0b1c31;
	opacity: .2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.container-pigai .content-box>article>.content .service-price>section .service-card>header:before {
	left: 12px
}

.container-pigai .content-box>article>.content .service-price>section .service-card>header:after {
	right: 12px
}

.container-pigai .content-box>article>.content .service-price>section .service-card .price-box {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 29px;
	text-align: center
}

.container-pigai .content-box>article>.content .service-price>section .service-card .price-box,.container-pigai .content-box>article>.content .service-price>section .service-card .price-box span {
	font-size: 1.4rem;
	line-height: 29px;
	color: #58646e
}

.container-pigai .content-box>article>.content .service-price>section .service-card .price-box .price {
	font-size: 2.2rem;
	color: #078cf1;
	font-weight: 700
}

.container-pigai .content-box>article>.content .service-price>section .service-card .service-btn {
	display: block;
	position: absolute;
	bottom: 16px;
	left: 16px;
	right: 16px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 1.4rem;
	color: #26343f;
	border: 1px solid #c4c9cc;
	border-radius: 4px;
	background-color: #fff;
	transition: all .2s
}

.container-pigai .content-box>article>.content .service-price>section .service-card .service-btn:hover {
	color: #fff;
	border-color: #a8b3bd;
	background-color: #a8b3bd
}

.container-pigai .content-box>article>.content>img {
	width: 100%
}

.container-pigai .content-box>article>.content>img:last-child {
	margin-top: 40px
}

.container-pigai .content-box>article>.content .user-praise-item {
	position: relative;
	margin: 0 24px 24px;
	padding-top: 40px;
	min-height: 178px;
	background-color: #f5f6f7
}

.container-pigai .content-box>article>.content .user-praise-item .user-avatar {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 60px;
	height: 106px;
	width: 106px
}

.container-pigai .content-box>article>.content .user-praise-item .user-avatar,.container-pigai .content-box>article>.content .user-praise-item .user-avatar * {
	border-radius: 50%
}

.container-pigai .content-box>article>.content .user-praise-item .praise-content {
	padding-left: 206px
}

.container-pigai .content-box>article>.content .user-praise-item .praise-content .praise-user .user-name {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 26px;
	vertical-align: middle
}

.container-pigai .content-box>article>.content .user-praise-item .praise-content .praise-user .user-teacher {
	display: inline-block;
	margin-left: 24px;
	padding: 0 24px;
	height: 27px;
	border-radius: 30px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 27px;
	vertical-align: middle;
	color: #fff;
	background-image: -webkit-linear-gradient(45deg,#39a4ff,#3475df);
	background-color: #39a4ff
}

.container-pigai .content-box>article>.content .user-praise-item .praise-content .praise-desc {
	margin-top: 11px;
	padding-right: 60px
}

.container-pigai .content-box>article>.content .school-item {
	display: inline-block;
	position: relative;
	height: 174px;
	width: calc(100% / 3 - 12px);
	margin-left: 18px;
	margin-top: 68px;
	background-color: #e3f1fb;
	vertical-align: top;
	transition: all .2s
}

.container-pigai .content-box>article>.content .school-item:first-child,.container-pigai .content-box>article>.content .school-item:nth-child(2),.container-pigai .content-box>article>.content .school-item:nth-child(3) {
	margin-top: 44px
}

.container-pigai .content-box>article>.content .school-item:nth-child(3n+1) {
	margin-left: 0
}

.container-pigai .content-box>article>.content .school-item:hover {
	background-color: #cde6f8
}

.container-pigai .content-box>article>.content .school-item .school-avatar {
	position: absolute;
	top: -44px;
	left: 0;
	right: 0;
	margin: auto;
	width: 112px;
	height: 112px;
	border-color: #c4c9cc
}

.container-pigai .content-box>article>.content .school-item .chinese-name {
	margin-top: 94px;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #26343f
}

.container-pigai .content-box>article>.content .school-item .english-name {
	margin-top: 1px;
	font-size: 1.6rem;
	text-align: center;
	color: #949ba1;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-ask-append {
	padding: 40px 80px 60px;
	width: 660px
}

.component-ask-append .title {
	margin: 0;
	font-size: 2rem;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: 500
}

.component-ask-append input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-ask-append input:-moz-placeholder,.component-ask-append input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-ask-append input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-ask-append textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-ask-append textarea:-moz-placeholder,.component-ask-append textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-ask-append textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.component-ask-append .content {
	display: block;
	padding: 10px;
	width: 500px;
	height: 180px;
	border: 1px solid #e4e5e6;
	font-size: 1.4rem;
	line-height: 1.5;
	resize: none
}

.component-ask-append .submit-btn {
	margin-top: 20px;
	width: 120px;
	height: 36px;
	border-radius: 3px;
	background-color: #078cf1;
	font-size: 1.4rem;
	line-height: 36px;
	text-align: center;
	color: #fff;
	transition: all .3s
}

.component-ask-append .submit-btn:hover {
	background-color: #64b9fa
}

.component-question-filter {
	padding: 0 30px;
	overflow: hidden;
	border: 1px solid rgba(228,229,230,.6)
}

.component-question-filter .category-item {
	margin-top: 20px
}

.component-question-filter .category-item .category-title .title-text {
	padding-top: 4px;
	color: #949ba1;
	font-size: 1.4rem;
	line-height: 20px
}

.component-question-filter .category-item .category-title .sub-title-text {
	font-size: 1.1rem;
	line-height: 16px;
	color: #949ba1
}

.component-question-filter .category-item .category-content {
	margin-left: 90px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #e4e5e6
}

.component-question-filter .category-item .category-content .tag-item {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	margin: 0 8px 16px 0;
	padding: 4px 10px;
	border-radius: 2px;
	font-size: 1.4rem;
	line-height: 20px;
	transition: all .3s;
	color: #26343f
}

.component-question-filter .category-item .category-content .tag-item.active,.component-question-filter .category-item .category-content .tag-item.active:hover {
	background-color: #078cf1;
	color: #fff
}

.component-question-filter .category-item .category-content .tag-item:hover {
	background-color: #f5f6f7
}

.component-question-filter .category-item:last-child .category-content {
	border-bottom: 0
}

.container-question-detail {
	padding: 20px 0 80px 0;
	color: #26343f;
	background-color: #fff;
	min-height: calc(100vh - 306px)
}

.container-question-detail h1,.container-question-detail h2,.container-question-detail h3 {
	margin: 0
}

.container-question-detail .breadcrumb {
	margin-bottom: 17px
}

.container-question-detail .right-part {
	margin-top: -15px;
	width: 280px
}

.container-question-detail .right-part .activity-box {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 140px;
	background-size: cover;
	background-position: 50%
}

.container-question-detail .right-part .activity-box:last-child {
	margin-bottom: 0
}

.container-question-detail .right-part .activity-box .image-src {
	width: 100%;
	height: 100%
}

.container-question-detail .right-part .hot-box {
	margin-top: 30px
}

.container-question-detail .right-part .hot-box .hot-title {
	margin-bottom: 5px;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 500;
	color: #26343f
}

.container-question-detail .right-part .hot-box .hot-list .hot-item {
	display: block;
	border-bottom: 1px dashed #e4e5e6;
	padding: 10px 0 15px;
	color: #26343f
}

.container-question-detail .right-part .hot-box .hot-list .hot-item .item-content {
	margin-bottom: 11px;
	font-size: 1.4rem;
	line-height: 22px;
	max-height: 44px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-question-detail .right-part .hot-box .hot-list .hot-item .item-content {
		line-height: 22px;
		max-height: 44px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-question-detail .right-part .hot-box .hot-list .hot-item .item-content {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.container-question-detail .right-part .hot-box .hot-list .hot-item .item-read {
	font-size: 1.2rem;
	line-height: 1;
	color: #949ba1
}

.container-question-detail .right-part .hot-box .hot-list .hot-item:hover .item-content {
	color: #078cf1
}

.container-question-detail .left-part {
	padding-top: 17px;
	width: calc(100% - 360px)
}

.container-question-detail .left-part .no-answer {
	margin-top: 40px;
	color: #949ba1;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	font-weight: 700
}

.container-question-detail .left-part .question-box {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-question-detail .left-part .question-box .question-text {
	font-size: 2.2rem;
	line-height: 34px;
	font-weight: 500;
	word-break: break-all
}

.container-question-detail .left-part .question-box .tags-box {
	margin-top: 10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0
}

.container-question-detail .left-part .question-box .tags-box .tag-item {
	display: inline-block;
	margin-left: 4px;
	padding: 0 5px;
	font-size: 1.1rem;
	line-height: 20px;
	color: #fff;
	background-color: #fca398;
	border-radius: 2px;
	white-space: nowrap
}

.container-question-detail .left-part .question-box .tags-box .tag-item.blue {
	background-color: #8dbaea;
	overflow: hidden;
	text-overflow: ellipsis
}

.container-question-detail .left-part .question-box .tags-box .tag-item.yellow {
	background-color: #e7c676
}

.container-question-detail .left-part .question-box .tags-box .tag-item.red {
	background-color: #fca398
}

.container-question-detail .left-part .question-box .tags-box .tag-item:first-child {
	margin-right: 0
}

.container-question-detail .left-part .question-box .info {
	margin-top: 20px;
	padding: 20px;
	background-color: #f5f6f7;
	border-radius: 8px
}

.container-question-detail .left-part .question-box .info .info-list {
	font-size: 0
}

.container-question-detail .left-part .question-box .info .info-list .info-item {
	display: inline-block;
	width: calc(50% - 20px);
	margin-bottom: 5px;
	vertical-align: top
}

.container-question-detail .left-part .question-box .info .info-list .info-item:nth-child(2n - 1) {
	margin-right: 20px
}

.container-question-detail .left-part .question-box .info .info-list .item-name,.container-question-detail .left-part .question-box .info .info-list .item-value {
	font-size: 13px;
	line-height: 18px;
	color: #26343f
}

.container-question-detail .left-part .question-box .info .info-list .item-name {
	position: absolute
}

.container-question-detail .left-part .question-box .info .info-list .item-value {
	margin-left: 65px;
	color: #58646e
}

.container-question-detail .left-part .question-box .info .info-consult {
	margin-top: 20px;
	border-top: 1px solid #e4e5e6;
	padding-top: 20px
}

.container-question-detail .left-part .question-box .info .info-consult .consult-text {
	color: #ce8745;
	font-size: 13px;
	line-height: 18px
}

.container-question-detail .left-part .question-box .info .info-consult .consult-bold {
	position: absolute;
	font-weight: 600
}

.container-question-detail .left-part .question-box .info .info-consult .consult-content {
	margin-left: 65px
}

.container-question-detail .left-part .question-box .asker-info {
	margin-top: 30px;
	color: #949ba1;
	font-size: 1.2rem;
	height: 22px
}

.container-question-detail .left-part .question-box .asker-info .avatar {
	margin: 1px 10px 1px 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 20px;
	font-size: 1.2rem
}

.container-question-detail .left-part .question-box .asker-info .asker-name {
	margin-right: 10px;
	max-width: 250px;
	font-size: 1.2rem;
	line-height: 22px;
	color: #26343f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-question-detail .left-part .question-box .asker-info .ask-time {
	display: inline-block;
	margin-right: 10px;
	line-height: 22px;
	font-size: 1.2rem
}

.container-question-detail .left-part .question-box .asker-info .view-count {
	display: inline-block;
	line-height: 22px;
	font-size: 1.2rem
}

.container-question-detail .left-part .answer-box.best-answer-box {
	position: relative
}

.container-question-detail .left-part .answer-box.best-answer-box .answer-item {
	padding-top: 39px
}

.container-question-detail .left-part .answer-box.best-answer-box .best-answer-tag {
	position: absolute;
	left: 4px;
	top: -1px;
	padding-top: 4px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.6rem;
	color: #fff;
	font-weight: 600;
	width: 52px;
	height: 34px;
	background: url(../images/best-answer-bg.png) 50%/cover
}

.container-question-detail .left-part .answer-box .answer-item {
	padding-top: 20px;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-question-detail .left-part .answer-box .answer-item .avatar {
	margin-right: 15px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden
}

.container-question-detail .left-part .answer-box .answer-item .content {
	width: calc(100% - 75px)
}

.container-question-detail .left-part .answer-box .answer-item .content .answerer-info {
	position: relative;
	padding: 10px 0 0
}

.container-question-detail .left-part .answer-box .answer-item .content .answerer-info .prise-box {
	position: absolute;
	right: 0;
	bottom: .5rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-question-detail .left-part .answer-box .answer-item .content .answerer-info .prise-box .prise-icon {
	width: 1.6rem;
	height: 1.6rem;
	margin-right: .3rem;
	stroke: #949ba1
}

.container-question-detail .left-part .answer-box .answer-item .content .answerer-info .prise-box .prise-count {
	font-size: 1.1rem;
	color: #949ba1;
	vertical-align: -.1rem
}

.container-question-detail .left-part .answer-box .answer-item .content .answerer-info .prise-box.liked .prise-icon {
	fill: #078cf1;
	stroke: transparent
}

.container-question-detail .left-part .answer-box .answer-item .content .answerer-info .prise-box.liked .prise-count {
	color: #078cf1
}

.container-question-detail .left-part .answer-box .answer-item .content .answerer-info .name {
	margin-bottom: 10px;
	line-height: 16px
}

.container-question-detail .left-part .answer-box .answer-item .content .answerer-info .name span {
	color: #26343f;
	font-size: 1.4rem;
	vertical-align: middle
}

.container-question-detail .left-part .answer-box .answer-item .content .answerer-info .name .normal,.container-question-detail .left-part .answer-box .answer-item .content .answerer-info .name .strong {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	max-width: 40%
}

.container-question-detail .left-part .answer-box .answer-item .content .answerer-info .name .strong {
	font-weight: 600
}

.container-question-detail .left-part .answer-box .answer-item .content .answerer-info .time {
	line-height: 1;
	color: #949ba1;
	font-size: 1.2rem
}

.container-question-detail .left-part .answer-box .answer-item .content .answer-content {
	padding: 20px 0;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-question-detail .left-part .answer-box .answer-item .content .answer-content:last-child {
	border-bottom: 0
}

.container-question-detail .left-part .answer-box .answer-item .content .answer-content .text {
	font-size: 1.6rem;
	line-height: 28px;
	word-break: break-all;
	white-space: pre-line;
	overflow: hidden
}

.container-question-detail .left-part .answer-box .answer-item .content .answer-content .audio {
	margin-top: 20px;
	width: 300px
}

.container-question-detail .left-part .answer-box .answer-item .content .answer-content .question-mention {
	color: #ff9c08
}

.container-question-detail .left-part .answer-box .answer-item .content .answer-content .ask-mention {
	color: #078cf1
}

.container-question-detail .left-part .answer-box .answer-item .content .footer {
	margin-top: 20px;
	padding-bottom: 5px;
	font-size: 0
}

.container-question-detail .left-part .answer-box .answer-item .content .footer .mt18 {
	margin-top: 18px
}

.container-question-detail .left-part .answer-box .answer-item .content .footer .time {
	line-height: 1;
	color: #949ba1;
	font-size: 1.2rem
}

.container-question-detail .left-part .answer-box .answer-item .content .footer .ask-btn {
	display: inline-block;
	width: 80px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	background-color: #ffb400;
	font-size: 1.4rem;
	color: #fff;
	transition: all .3s
}

.container-question-detail .left-part .answer-box .answer-item .content .footer .ask-btn:hover {
	background-color: #ffd266
}

.container-question-detail .left-part .answer-box .answer-item .content .footer .best-answer-btn {
	display: inline-block;
	margin-right: 6px;
	width: 80px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	line-height: 28px;
	font-size: 1.4rem;
	color: #078cf1;
	border: 1px solid #078cf1;
	transition: all .3s
}

.container-question-detail .left-part .answer-box .answer-item .content .footer .best-answer-btn:hover {
	background-color: rgba(7,140,241,.1)
}

.container-question-detail .left-part .answer-box .answer-item.user-question .answerer-info .name {
	color: #26343f;
	max-width: 100px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-question-detail .left-part .ask-part {
	margin-top: 40px
}

.container-question-detail .left-part .ask-part .ask-part-title {
	font-size: 1.8rem;
	line-height: 1;
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 20px
}

.container-question-list {
	min-height: calc(100vh - 306px);
	padding: 40px 0 80px;
	color: #26343f;
	background-color: #fff
}

.container-question-list button {
	border: 0
}

.container-question-list .right-part {
	width: 280px
}

.container-question-list .right-part .activity-item {
	margin-bottom: 20px
}

.container-question-list .left-part {
	width: calc(100% - 360px)
}

.container-question-list .left-part .section-search {
	margin-bottom: 40px;
	transition: all .3s
}

.container-question-list .left-part .section-search input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-question-list .left-part .section-search input:-moz-placeholder,.container-question-list .left-part .section-search input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-question-list .left-part .section-search input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-question-list .left-part .section-search textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-question-list .left-part .section-search textarea:-moz-placeholder,.container-question-list .left-part .section-search textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-question-list .left-part .section-search textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-question-list .left-part .section-search .ask-btn {
	display: block;
	width: 160px;
	height: 42px;
	border-radius: 3px;
	background-color: #ff9c08;
	color: #fff;
	line-height: 42px;
	font-size: 1.6rem;
	text-align: center
}

.container-question-list .left-part .section-search .ask-btn:hover {
	background-color: #ffc56e
}

.container-question-list .left-part .section-tab .tab-title {
	border-bottom: 1px solid #e4e5e6
}

.container-question-list .left-part .section-tab .tab-title .tab-btn {
	display: block;
	margin-right: 40px;
	height: 38px;
	font-size: 1.6rem;
	line-height: 1;
	color: #26343f
}

.container-question-list .left-part .section-tab .tab-title .tab-btn:last-child {
	margin-right: 0
}

.container-question-list .left-part .section-tab .tab-title .tab-btn.active {
	color: #078cf1;
	border-bottom: 2px solid #078cf1
}

.container-question-list .left-part .section-tab .tab-content .question-filter-box {
	margin-top: 20px;
	margin-bottom: 10px
}

.container-question-list .left-part .section-tab .question-list {
	margin-bottom: 60px
}

.container-faq-list {
	padding-top: 20px;
	background-color: #fff;
	min-height: calc(100vh - 306px)
}

.container-faq-list .breadcrumb {
	margin-bottom: 4rem
}

.container-faq-list .faq-box .left-part {
	width: calc(100% - 360px)
}

.container-faq-list .faq-box .left-part .faq-banner {
	margin-bottom: 40px;
	height: 150px;
	background: url(../images/faq-banner.jpg) no-repeat 50%/contain
}

.container-faq-list .faq-box .left-part .faq-list {
	padding-bottom: 8rem
}

.container-faq-list .faq-box .left-part .faq-list .faq-category {
	position: relative;
	margin-bottom: 20px;
	padding-top: 18px
}

.container-faq-list .faq-box .left-part .faq-list .faq-category:last-child {
	margin-bottom: 0
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-name {
	position: absolute;
	left: 24px;
	top: 24px;
	font-size: 2.5rem;
	line-height: 36px;
	font-weight: 600;
	z-index: 1
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-name:after {
	position: absolute;
	content: "";
	width: 48px;
	height: 48px;
	left: -24px;
	top: -24px;
	background-color: #9be9fb;
	border-radius: 50%;
	z-index: -1
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list {
	margin-top: -2px;
	margin-left: 98px
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item {
	padding: 16px 0;
	border-bottom: 1px solid #e4e5e6
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-title {
	font-size: 1.5rem;
	line-height: 21px;
	color: #26343f
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-title:hover {
	color: #078cf1
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content {
	display: none;
	overflow: hidden
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .audio-item {
	margin-bottom: 16px;
	width: 300px
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .content-text {
	font-size: 1.6rem;
	line-height: 26px;
	white-space: pre-wrap
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .related-box {
	margin: 15px 0 20px;
	padding-top: 20px;
	border-top: 1px solid #f5f6f7
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .related-box .related-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.5rem;
	line-height: 21px
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .related-box .related-list .related-question-item {
	margin-bottom: 10px;
	padding: 20px 15px 15px;
	background-color: #f5f6f7;
	border-radius: 8px
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .related-box .related-list .related-question-item .question-text {
	transition: color .3s ease
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .related-box .related-list .related-question-item .question-item-box {
	border: 0;
	padding-bottom: 0
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .related-box .related-list .related-question-item:last-child {
	margin-bottom: 0
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .related-box .related-list .related-question-item:hover .question-text {
	color: #078cf1
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .related-box .related-list .related-question-item .view-count-box {
	display: none
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .related-box .related-list .related-question-item .question-info {
	margin-left: 0
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .faq-item-footer {
	margin-top: 20px
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .faq-item-footer .related-btn-groups {
	font-size: 0
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .faq-item-footer .related-btn-groups .related-btn {
	display: inline-block;
	width: 170px;
	line-height: 36px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	background-color: #078cf1;
	border-radius: 4px;
	font-weight: 600;
	transition: all .3s ease
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .faq-item-footer .related-btn-groups .related-btn:hover {
	background-color: #32a3f9
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .faq-item-footer .related-btn-groups .related-btn:first-child {
	margin-right: 11px;
	color: #078cf1;
	background-color: #edf7ff
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .faq-item-footer .related-btn-groups .related-btn:first-child:hover {
	background-color: #edf7ff;
	color: #32a3f9
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .faq-item-footer .fold-btn {
	margin-right: 4px;
	font-size: 1.4rem;
	line-height: 36px;
	font-weight: 600;
	color: #949ba1
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item .faq-item-content .faq-item-footer .fold-btn:after {
	display: inline-block;
	margin: 0 8px;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #949ba1;
	border-right: 2px solid #949ba1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: -2px
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item.unfold {
	padding: 14px 0
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item.unfold .faq-item-title {
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 26px;
	color: #26343f
}

.container-faq-list .faq-box .left-part .faq-list .faq-category .faq-category-list .faq-item.unfold .faq-item-content {
	margin-top: 20px;
	display: block
}

.container-faq-list .faq-box .right-part {
	width: 280px
}

.container-question-faq-detail .pc-container {
	margin-top: 40px
}

.container-question-faq-detail .pc-container .right-box {
	width: 280px
}

.container-question-faq-detail .pc-container .right-box .rank-box {
	margin-top: 38px;
	width: 280px
}

.container-question-faq-detail .pc-container .right-box .rank-box .rank-tab-btns {
	border-bottom: 1px solid #e4e5e6
}

.container-question-faq-detail .pc-container .right-box .rank-box .rank-tab-btns .rank-tab-btn {
	padding-bottom: 20px;
	margin-bottom: -1px;
	font-size: 16px;
	line-height: 1;
	color: #949ba1;
	font-weight: 500
}

.container-question-faq-detail .pc-container .right-box .rank-box .rank-tab-btns .rank-tab-btn.active {
	border-bottom: 2px solid #078cf1;
	color: #078cf1
}

.container-question-faq-detail .pc-container .right-box .rank-box .rank-tab-btns .rank-tab-btn:hover {
	color: #078cf1
}

.container-question-faq-detail .pc-container .right-box .rank-box .rank-tab-content .rank-list {
	padding-top: 10px
}

.container-question-faq-detail .pc-container .right-box .rank-box .rank-tab-content .rank-list .rank-item {
	position: relative;
	display: block;
	padding: 16px 0;
	color: #26343f;
	font-size: 14px;
	line-height: 20px;
	transition: all .3s
}

.container-question-faq-detail .pc-container .right-box .rank-box .rank-tab-content .rank-list .rank-item:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 3px;
	height: 3px;
	background-color: #58646e;
	border-radius: 50%;
	vertical-align: middle
}

.container-question-faq-detail .pc-container .right-box .rank-box .rank-tab-content .rank-list .rank-item:after {
	position: absolute;
	top: 24px;
	right: 2px;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #c4c9cc;
	border-bottom: 1px solid #c4c9cc;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.container-question-faq-detail .pc-container .right-box .rank-box .rank-tab-content .rank-list .rank-item:hover {
	background-color: #f9f9f9
}

.container-question-faq-detail .pc-container .right-box .app-code,.container-question-faq-detail .pc-container .right-box .side-abroad-program {
	margin-top: 20px
}

.container-question-faq-detail .pc-container .right-box .exam-location-image,.container-question-faq-detail .pc-container .right-box .ielts-box,.container-question-faq-detail .pc-container .right-box .toefl-box {
	display: block;
	margin-top: 20px;
	width: 100%;
	font-size: 0
}

.container-question-faq-detail .pc-container .right-box .exam-location-image>img,.container-question-faq-detail .pc-container .right-box .ielts-box>img,.container-question-faq-detail .pc-container .right-box .toefl-box>img {
	width: 100%
}

.container-question-faq-detail .pc-container .left-box {
	width: calc(100% - 360px);
	margin-right: 360px
}

.container-question-faq-detail .pc-container .left-box .question-header {
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e5e6
}

.container-question-faq-detail .pc-container .left-box .question-header .question-title {
	font-size: 22px;
	color: #26343f;
	font-weight: 700
}

.container-question-faq-detail .pc-container .left-box .question-header .question-description {
	margin-top: 20px;
	color: #949ba1;
	font-size: 12px
}

.container-question-faq-detail .pc-container .left-box .question-header .question-description .exam-time {
	margin-left: 10px
}

.container-question-faq-detail .pc-container .left-box .middle {
	margin-top: 30px;
	padding-bottom: 60px
}

.container-question-faq-detail .pc-container .left-box .middle .question-content {
	padding-bottom: 40px;
	border-bottom: 1px solid #e4e5e6
}

.container-question-faq-detail .pc-container .left-box .middle .question-content .audio-item {
	width: 300px
}

.container-question-faq-detail .pc-container .left-box .middle .question-content .video {
	width: 100%
}

.container-question-faq-detail .pc-container .left-box .middle .question-content .audio-text {
	margin-top: 25px
}

.container-question-faq-detail .pc-container .left-box .middle .question-content .audio-text .text-title {
	color: #078cf1;
	font-weight: 700
}

.container-question-faq-detail .pc-container .left-box .middle .question-content .audio-text .text-content {
	margin-top: 10px;
	color: #26343f
}

.container-question-faq-detail .pc-container .left-box .middle .question-content .audio-text .text-content .article {
	white-space: pre-wrap;
	word-break: break-all
}

.container-question-faq-detail .pc-container .left-box .middle .question-content .audio-text .text-content .article>p {
	margin: 0
}

.container-question-faq-detail .pc-container .left-box .faq-title {
	font-size: 18px;
	color: #26343f;
	font-weight: 500
}

.container-question-faq-detail .pc-container .left-box .recommend-course-box {
	margin-top: 40px
}

.container-question-faq-detail .pc-container .left-box .recommend-course-box .recommend-course-list {
	margin-top: 28px;
	padding-bottom: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.container-question-faq-detail .pc-container .left-box .related-box {
	margin-top: 40px
}

.container-question-faq-detail .pc-container .left-box .related-box .related-list {
	margin-top: 18px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.container-question-faq-detail .pc-container .left-box .related-box .related-list .related-li {
	position: relative;
	margin: 10px 15px 0 0;
	padding: 10px 15px;
	height: 41px;
	border-radius: 20px;
	background: #f5f6f7
}

.container-question-faq-detail .pc-container .left-box .related-box .related-list .related-li .related-text {
	max-width: 263px;
	min-width: 50px;
	text-align: center;
	font-size: 15px;
	color: #26343f;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-question-faq-detail .pc-container .left-box .related-box .related-list .related-li .item-arrow {
	position: absolute;
	bottom: 0;
	left: 30px;
	bottom: -9px;
	width: 14px;
	height: 9px;
	background: url(../images/related_question2.png) no-repeat;
	background-size: 100%
}

.container-question-faq-detail .pc-container .left-box .related-box .related-list .related-li:hover {
	background: #e8e9ea
}

.container-question-faq-detail .pc-container .left-box .related-box .related-list .related-li:hover>.item-arrow {
	background: url(../images/related_question.png) no-repeat;
	background-size: 100%
}

.container-question-faq-detail .pc-container .left-box .common-question-box {
	margin-top: 60px
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list {
	margin-top: 38px
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item {
	margin-top: 20px;
	padding-bottom: 15px;
	color: #26343f;
	border-bottom: 1px dashed #e4e5e6
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item:first-child {
	margin-top: 0
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-header {
	margin-bottom: 20px
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-header .user-avatar {
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: middle;
	line-height: 40px
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-header .user-name {
	margin-right: 10px;
	color: #26343f;
	font-size: 1.4rem;
	line-height: 40px;
	vertical-align: middle
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-header .extro-info {
	color: #949ba1;
	font-size: 1.4rem;
	line-height: 40px;
	vertical-align: middle
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-content {
	display: block;
	margin-bottom: 20px;
	font-size: 1.6rem;
	color: #26343f;
	line-height: 22px;
	max-height: 44px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-content {
		line-height: 22px;
		max-height: 44px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-content {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-content:hover {
	color: #078cf1
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-footer {
	line-height: 12px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-footer .answer-info-left .answer-user-info {
	margin-right: 30px
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-footer .answer-info-left .answer-user-info span {
	color: #078cf1;
	font-size: 1.2rem;
	line-height: 12px
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-footer .answer-info-left .answer-info span {
	color: #949ba1;
	font-size: 1.2rem;
	line-height: 1.2rem
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-footer .tags-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
	min-height: 20px;
	font-size: 0
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-footer .tags-box .tag-item {
	display: inline-block;
	margin-left: 4px;
	padding: 0 5px;
	font-size: 1.1rem;
	line-height: 20px;
	color: #fff;
	background-color: #fca398;
	border-radius: 2px;
	white-space: nowrap
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-footer .tags-box .tag-item.blue {
	background-color: #8dbaea;
	overflow: hidden;
	text-overflow: ellipsis
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-footer .tags-box .tag-item.yellow {
	background-color: #e7c676
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-footer .tags-box .tag-item.red {
	background-color: #fca398
}

.container-question-faq-detail .pc-container .left-box .common-question-box .common-question-list .questions-item .questions-item-footer .tags-box .tag-item:first-child {
	margin-right: 0
}

.container-question-faq-detail .pc-container .left-box .intro-btn {
	display: block;
	margin: 30px auto 0;
	width: 230px;
	line-height: 44px;
	font-size: 16px;
	color: #078cf1;
	border: 1px solid #078cf1;
	border-radius: 25px;
	text-align: center;
	transition: all .3s;
	cursor: pointer
}

.container-question-faq-detail .pc-container .left-box .intro-btn:hover {
	background: #078cf1;
	color: #fff
}

.container-question-faq-detail .pc-container .left-box .news-box {
	margin-top: 60px
}

.container-question-faq-detail .pc-container .left-box .news-box .news-title {
	margin-bottom: 18px
}

.container-question-faq-exam-location {
	margin-top: 40px
}

.container-question-faq-exam-location .right-box {
	width: 280px
}

.container-question-faq-exam-location .right-box .app-code {
	margin-top: 20px
}

.container-question-faq-exam-location .left-box {
	width: calc(100% - 360px);
	margin-right: 360px
}

.container-question-faq-exam-location .left-box .exam-title {
	font-size: 22px;
	font-weight: 700
}

.container-question-faq-exam-location .left-box .exam-option-box {
	margin-top: 20px;
	padding: 0 20px 2px;
	border: 1px solid #e4e5e6;
	font-size: 14px
}

.container-question-faq-exam-location .left-box .exam-option-box .box-title-text {
	margin-right: 10px;
	width: 70px;
	line-height: 28px;
	text-align: center;
	color: #949ba1
}

.container-question-faq-exam-location .left-box .exam-option-box .exam-active {
	background: #078cf1;
	color: #fff!important
}

.container-question-faq-exam-location .left-box .exam-option-box .exam-type-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-top: 12px
}

.container-question-faq-exam-location .left-box .exam-option-box .exam-type-box:last-child .exam-list {
	padding-bottom: 0
}

.container-question-faq-exam-location .left-box .exam-option-box .exam-type-box .exam-list {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 2px
}

.container-question-faq-exam-location .left-box .exam-option-box .exam-type-box .exam-list.line {
	border-bottom: 1px dashed #e4e5e6
}

.container-question-faq-exam-location .left-box .exam-option-box .exam-type-box .exam-list .exam-name {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px 12px;
	color: #26343f;
	text-align: center;
	border-radius: 2px;
	cursor: pointer
}

.container-question-faq-exam-location .left-box .exam-option-box .exam-type-box .exam-list .exam-name:hover:not(.exam-active) {
	background: #f5f6f7
}

.container-question-faq-exam-location .left-box .exam-location-count {
	margin-top: 35px;
	font-size: 12px;
	border-bottom: 1px solid #e4e5e6
}

.container-question-faq-exam-location .left-box .exam-location-count .count {
	display: inline-block;
	padding-bottom: 15px;
	color: #078cf1
}

.container-question-faq-exam-location .left-box .content-box {
	margin-top: 20px
}

.container-question-faq-exam-location .left-box .content-box .exam-info {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 12px 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0,0,0,.08);
	overflow: hidden
}

.container-question-faq-exam-location .left-box .content-box .exam-info:last-child {
	margin-bottom: 0
}

.container-question-faq-exam-location .left-box .content-box .exam-info .info__line {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 0;
	font-size: 15px;
	color: #58646e;
	border-bottom: 1px solid #f5f6f7
}

.container-question-faq-exam-location .left-box .content-box .exam-info .info__line:last-child {
	border-bottom: none
}

.container-question-faq-exam-location .left-box .content-box .exam-info .info__line:first-child {
	color: #26343f;
	font-weight: 700
}

.container-question-faq-exam-location .left-box .content-box .exam-info .info__line .info-name {
	width: 100px
}

.container-question-faq-exam-location .left-box .content-box .exam-info .info__line .info-value {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	word-break: break-all;
	white-space: pre-wrap
}

.container-question-faq-exam-location .left-box .content-box .exam-info:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 8px;
	background-color: #26bf73
}

.container-question-faq-exam-location .left-box .pagination {
	margin-top: 60px
}

.container-question-faq-exam-location .left-box .recommend-course-box {
	margin-top: 80px
}

.container-question-faq-exam-location .left-box .recommend-course-box .faq-title {
	font-size: 18px;
	color: #26343f;
	font-weight: 700
}

.container-question-faq-exam-location .left-box .recommend-course-box .recommend-course-list {
	margin-top: 28px;
	padding-bottom: 80px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.container-question-faq-exam-location .left-box .recommend-course-box .recommend-course-list .course-item {
	width: 246px;
	height: 241px;
	background: #fff;
	border: 1px solid #e4e5e6
}

.container-question-faq-exam-location .left-box .recommend-course-box .recommend-course-list .course-item:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,.1)
}

.container-question-faq-exam-location .left-box .recommend-course-box .recommend-course-list .course-item .course-cover {
	width: 100%;
	height: 164px
}

.container-question-faq-exam-location .left-box .recommend-course-box .recommend-course-list .course-item .course-info {
	padding: 15px
}

.container-question-faq-exam-location .left-box .recommend-course-box .recommend-course-list .course-item .course-info .course-title {
	font-weight: 700;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-question-faq-exam-location .left-box .recommend-course-box .recommend-course-list .course-item .course-info .consultant-name {
	margin-top: 5px;
	font-size: 14px;
	color: #58646e
}

.container-question-faq-exam-location .left-box .component-question-faq-pagination {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
	width: 100%
}

.container-question-faq-exam-location .left-box .component-question-faq-pagination .page-item {
	margin-right: 6px;
	width: 40px;
	height: 40px;
	font-weight: 700;
	color: #949ba1;
	border: 1px solid #e4e5e6;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	cursor: pointer
}

.container-question-faq-exam-location .left-box .component-question-faq-pagination .page-item.active {
	background: #078cf1;
	color: #fff
}

.container-question-faq-exam-location .left-box .component-question-faq-pagination>span {
	display: inline-block;
	padding: 0 8px 0 2px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: 700
}

.component-question-faq-exam-time {
	border: 1px solid #e4e5e6
}

.component-question-faq-exam-time .exam-header {
	width: 100%;
	height: 85px;
	line-height: 85px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(#f0f8ff,#fff)
}

.component-question-faq-exam-time .exam-header:after,.component-question-faq-exam-time .exam-header:before {
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	vertical-align: middle;
	background-color: #26343f
}

.component-question-faq-exam-time .exam-header:before {
	margin-right: 20px
}

.component-question-faq-exam-time .exam-header:after {
	margin-left: 20px
}

.component-question-faq-exam-time .exam-item-box {
	padding: 0 16px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -16px;
	cursor: pointer
}

.component-question-faq-exam-time .exam-item-box .exam-item {
	margin-right: 8px;
	margin-bottom: 8px;
	width: 78px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #26343f;
	background-color: #f5f6f7;
	border-radius: 4px
}

.component-question-faq-exam-time .exam-item-box .active {
	background-color: #078cf1;
	color: #fff;
	font-weight: 700
}

.component-question-faq-exam-time .calendar-box .year-month-select-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0
}

.component-question-faq-exam-time .calendar-box .year-month-select-box .arrow-btn {
	margin: 4px;
	width: 0;
	height: 0;
	border-top: 6px solid;
	border-right: 8px solid;
	border-bottom: 6px solid;
	border-left: 8px solid;
	cursor: pointer
}

.component-question-faq-exam-time .calendar-box .year-month-select-box .left-arrow {
	border-color: transparent #c4c9cc transparent transparent
}

.component-question-faq-exam-time .calendar-box .year-month-select-box .right-arrow {
	border-color: transparent transparent transparent #c4c9cc
}

.component-question-faq-exam-time .calendar-box .year-month-select-box .year-month {
	min-width: 8px;
	margin: 0 12px;
	font-size: 15px;
	font-weight: 700;
	text-align: center
}

.component-question-faq-exam-time .calendar-box table.calendar-content {
	margin-top: 5px;
	padding: 0 4px;
	width: 100%
}

.component-question-faq-exam-time .calendar-box table.calendar-content>thead th {
	padding: 3px 0;
	font-size: 12px;
	font-weight: 400
}

.component-question-faq-exam-time .calendar-box table.calendar-content>tbody td {
	height: 46px;
	text-align: center
}

.component-question-faq-exam-time .calendar-box table.calendar-content>tbody td .td_text {
	position: relative;
	display: inline-block;
	line-height: 32px;
	width: 32px;
	text-align: center;
	font-size: 14px;
	color: #26343f
}

.component-question-faq-exam-time .calendar-box table.calendar-content>tbody td .td_text.outdated {
	color: #c4c9cc
}

.component-question-faq-exam-time .calendar-box table.calendar-content>tbody td .td_text.selected {
	background-color: #ffa526;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	cursor: pointer
}

.component-question-faq-exam-time .calendar-box table.calendar-content>tbody td .td_text.selected.outdated {
	background-color: #c4c9cc;
	cursor: pointer
}

.component-question-faq-exam-time .calendar-box table.calendar-content>tbody td .td_text.exist:not(.selected) {
	cursor: pointer
}

.component-question-faq-exam-time .calendar-box table.calendar-content>tbody td .td_text.exist:not(.selected):after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ffa526
}

.component-question-faq-exam-time .calendar-box table.calendar-content>tbody td .td_text.exist:not(.selected).outdated:after {
	background-color: #c4c9cc
}

.component-question-faq-exam-time .calendar-box table.calendar-content .outdated {
	color: #c4c9cc
}

.component-question-faq-exam-time .calendar-box table.calendar-content .week_text {
	color: #949ba1
}

.component-question-faq-exam-time .exam-detail {
	margin-top: 16px;
	padding: 0 16px
}

.component-question-faq-exam-time .exam-detail .content {
	padding-bottom: 12px;
	border-top: 1px solid #edf0f2
}

.component-question-faq-exam-time .exam-detail .content .content-title {
	padding-top: 24px;
	font-size: 14px;
	font-weight: 700
}

.component-question-faq-exam-time .exam-detail .content .content-info-box {
	margin-top: 4px;
	font-size: 14px
}

.component-question-faq-exam-time .exam-detail .content .content-info-box:last-child .info-box:last-child {
	border-bottom: none
}

.component-question-faq-exam-time .exam-detail .content .content-info-box .info-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0,0,0,.05)
}

.component-question-faq-exam-time .exam-detail .content .content-info-box .info-box .info-name {
	width: 100px
}

.component-question-faq-exam-time .exam-detail .content .content-info-box .info-box .info-value {
	white-space: pre-wrap;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.course-faq-item {
	width: calc((640px - 80px) / 3);
	background: #fff;
	border: 1px solid #e4e5e6
}

@media screen and (min-width:1250px) {
	.course-faq-item {
		width: calc((820px - 80px) / 3)
	}
}

.course-faq-item:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,.1)
}

.course-faq-item .course-cover {
	display: block;
	width: 100%;
	height: calc(((640px - 80px) / 3 - 2px) * .56)
}

@media screen and (min-width:1250px) {
	.course-faq-item .course-cover {
		height: calc(((820px - 80px) / 3 - 2px) * .56)
	}
}

.course-faq-item .course-info {
	padding: 15px
}

.course-faq-item .course-info .course-title {
	color: #26343f;
	font-weight: 700;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.course-faq-item .course-info .consultant-name {
	margin-top: 5px;
	font-size: 14px;
	color: #58646e
}

.container-ranks {
	padding: 40px 0 80px;
	background-color: #fff;
	font-size: 1.6rem;
	color: #58646e
}

.container-ranks h1,.container-ranks h2,.container-ranks h3 {
	margin: 0
}

.container-ranks .left-part {
	width: 280px
}

.container-ranks .left-part .search-box {
	padding: 19px 20px;
	background-color: #f0f1f2
}

.container-ranks .left-part .search-box .search-input {
	position: relative
}

.container-ranks .left-part .search-box .search-input input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-ranks .left-part .search-box .search-input input:-moz-placeholder,.container-ranks .left-part .search-box .search-input input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-ranks .left-part .search-box .search-input input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-ranks .left-part .search-box .search-input textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-ranks .left-part .search-box .search-input textarea:-moz-placeholder,.container-ranks .left-part .search-box .search-input textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-ranks .left-part .search-box .search-input textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-ranks .left-part .search-box .search-input .input {
	padding: 0 45px 0 15px;
	width: 100%;
	height: 42px;
	border-radius: 3px;
	border: 1px solid #e4e5e6;
	font-size: 1.4rem;
	transition: all .3s
}

.container-ranks .left-part .search-box .search-input .input:focus {
	border: 1px solid #078cf1
}

.container-ranks .left-part .search-box .search-input .input:focus+.search-icon {
	stroke: #078cf1
}

.container-ranks .left-part .search-box .search-input .search-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
	stroke: #c4c9cc;
	transition: all .3s
}

.container-ranks .left-part .tab-no-result {
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
	color: #949ba1;
	background-color: rgba(245,246,247,.6)
}

.container-ranks .left-part .tab-list {
	margin-bottom: 20px;
	list-style: none;
	width: 280px
}

.container-ranks .left-part .tab-list .tab-item {
	display: block
}

.container-ranks .left-part .tab-list .tab-item:first-child .tab-title .title {
	border-top: 0
}

.container-ranks .left-part .tab-list .tab-item .tab-title {
	padding: 0 20px;
	background-color: #f5f6f7;
	transition: all .3s
}

.container-ranks .left-part .tab-list .tab-item .tab-title.opened .title:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.container-ranks .left-part .tab-list .tab-item .tab-title:hover {
	background-color: #e4e5e6
}

.container-ranks .left-part .tab-list .tab-item .tab-title .title {
	position: relative;
	height: 50px;
	font-size: 1.4rem;
	line-height: 50px;
	color: #26343f;
	font-weight: 500
}

.container-ranks .left-part .tab-list .tab-item .tab-title .title:after {
	position: absolute;
	display: block;
	content: "";
	top: 21px;
	right: 0;
	width: 8px;
	height: 8px;
	border-right: 1px solid #949ba1;
	border-bottom: 1px solid #949ba1;
	-webkit-transform-origin: 6px 6px;
	transform-origin: 6px 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .3s
}

.container-ranks .left-part .tab-list .tab-item .tab-content {
	height: 0;
	overflow: hidden;
	transition: all .3s
}

.container-ranks .left-part .tab-list .tab-item .tab-content .category-item {
	padding: 0 40px;
	height: 50px;
	font-size: 1.4rem;
	line-height: 50px;
	color: #58646e;
	background-color: rgba(245,246,247,.4);
	transition: all .3s;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-ranks .left-part .tab-list .tab-item .tab-content .category-item.active,.container-ranks .left-part .tab-list .tab-item .tab-content .category-item:hover {
	color: #078cf1
}

.container-ranks .left-part .tab-list .tab-item .tab-content .category-item.active:before,.container-ranks .left-part .tab-list .tab-item .tab-content .category-item:hover:before {
	background-color: #078cf1
}

.container-ranks .left-part .tab-list .tab-item .tab-content .category-item:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 3px;
	height: 3px;
	background-color: #26343f;
	border-radius: 50%;
	vertical-align: middle
}

.container-ranks .left-part .activity-item {
	margin-bottom: 20px
}

.container-ranks .right-part {
	margin-left: 360px;
	overflow: hidden
}

.container-ranks .right-part .title-box {
	margin-bottom: 17px
}

.container-ranks .right-part .title-box .count-text,.container-ranks .right-part .title-box .title-text {
	display: inline-block;
	font-size: 2rem;
	line-height: 1;
	color: #26343f;
	font-weight: 500
}

.container-ranks .right-part .title-box .count-text {
	color: #949ba1
}

.container-ranks .right-part .school-list {
	margin-bottom: 60px
}

.container-ranks .right-part .school-list .school-item {
	padding: 30px 10px 30px 0;
	display: block;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-ranks .right-part .school-list .school-item:first-child {
	border-top: 1px solid rgba(228,229,230,.6)
}

.container-ranks .right-part .school-list .school-item .base-box .logo-box {
	margin-bottom: 30px;
	padding: 7px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 4px solid #e4e5e6;
	overflow: hidden
}

.container-ranks .right-part .school-list .school-item .base-box .logo-box .image-src {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden
}

.container-ranks .right-part .school-list .school-item .base-box .logo-box .image-src .image-preload {
	background-size: contain
}

.container-ranks .right-part .school-list .school-item .base-box .rank-num {
	margin: 0 auto;
	height: 20px;
	width: 70px;
	font-family: gothamMedium,sans-serif;
	fill: #078cf1
}

.container-ranks .right-part .school-list .school-item .btn-box {
	position: relative;
	height: 130px;
	width: 130px
}

.container-ranks .right-part .school-list .school-item .btn-box .btn-test {
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 130px;
	height: 36px;
	border-radius: 18px;
	background-color: #ff9c08;
	font-size: 1.4rem;
	line-height: 36px;
	color: #fff;
	text-align: center;
	transition: all .3s
}

.container-ranks .right-part .school-list .school-item .btn-box .btn-test:hover {
	background-color: #ffc56e
}

.container-ranks .right-part .school-list .school-item .btn-box .btn-test.disabled,.container-ranks .right-part .school-list .school-item .btn-box .btn-test.disabled:hover {
	background-color: #c4c9cc
}

.container-ranks .right-part .school-list .school-item .info-box {
	margin: 3px 142px 0 85px
}

.container-ranks .right-part .school-list .school-item .info-box .top-box {
	min-height: 68px
}

.container-ranks .right-part .school-list .school-item .info-box .top-box .school-zh-name {
	margin-bottom: 5px;
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
	color: #26343f;
	transition: all .3s;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-ranks .right-part .school-list .school-item .info-box .top-box .school-zh-name:hover {
	color: #078cf1
}

.container-ranks .right-part .school-list .school-item .info-box .top-box .school-zh-name.disabled:hover {
	color: #26343f
}

.container-ranks .right-part .school-list .school-item .info-box .top-box .school-en-name {
	margin-bottom: 5px;
	font-size: 1.4rem;
	color: #949ba1;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-ranks .right-part .school-list .school-item .info-box .top-box .school-location {
	line-height: 16px
}

.container-ranks .right-part .school-list .school-item .info-box .top-box .school-location .location-icon {
	margin-right: 2px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	fill: #c4c9cc
}

.container-ranks .right-part .school-list .school-item .info-box .top-box .school-location .location-text {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 16px;
	color: #58646e;
	vertical-align: middle
}

.container-ranks .right-part .school-list .school-item .info-box .school-rate-box {
	margin: 20px 0 8px;
	line-height: 14px
}

.container-ranks .right-part .school-list .school-item .info-box .school-rate-box span {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	color: #26343f
}

.container-ranks .right-part .school-list .school-item .info-box .school-rate-box .rate-num {
	font-family: gothamBook,sans-serif
}

.container-ranks .right-part .school-list .school-item .info-box .tab-box .tab-list {
	line-height: 12px
}

.container-ranks .right-part .school-list .school-item .info-box .tab-box .tab-list .school-link {
	display: inline-block;
	margin-left: 5px;
	font-size: 1.2rem;
	line-height: 1;
	color: #949ba1;
	transition: all .3s;
	vertical-align: 2px
}

.container-ranks .right-part .school-list .school-item .info-box .tab-box .tab-list .school-link:hover {
	color: #078cf1
}

.container-ranks .right-part .school-list .school-item .info-box .tab-box .tab-list .school-link:after {
	content: "|";
	margin-left: 5px;
	color: #949ba1
}

.container-ranks .right-part .school-list .school-item .info-box .tab-box .tab-list .school-link:first-child {
	margin-left: 0
}

.container-ranks .right-part .school-list .school-item .info-box .tab-box .tab-list .school-link:last-child:after {
	content: ""
}

.container-ranks .right-part .school-list .school-item .info-box .tab-box .tab-list .school-link.disabled:hover {
	color: #949ba1
}

.container-school-crm-index {
	margin: 0 auto;
	min-width: 480px;
	background-color: #fff
}

.container-school-crm-index h1,.container-school-crm-index h2,.container-school-crm-index h3 {
	margin: 0
}

.container-school-crm-index .component-rich-text p {
	line-height: 30px
}

.container-school-crm-index .btn-box {
	color: #fff
}

.container-school-crm-index .btn-box.nav-btn-box {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.container-school-crm-index .btn-box .header-btn {
	width: 140px;
	height: 42px;
	border-radius: 21px;
	line-height: 42px;
	font-size: 1.6rem;
	text-align: center;
	color: #fff
}

.container-school-crm-index .btn-box .header-btn:first-child {
	margin-right: 10px;
	background-color: #ff9c08
}

.container-school-crm-index .btn-box .header-btn:first-child:hover {
	background-color: #ffc56e
}

.container-school-crm-index .btn-box .header-btn:nth-child(2) {
	background-color: #078cf1
}

.container-school-crm-index .btn-box .header-btn:nth-child(2):hover {
	background-color: #64b9fa
}

.container-school-crm-index .btn-box .header-btn:nth-child(2).selected-school {
	border: 1px solid #078cf1;
	background-color: #fff;
	color: #078cf1
}

.container-school-crm-index .btn-box .header-btn:nth-child(2).selected-school:hover {
	background-color: #078cf1;
	color: #fff
}

.container-school-crm-index .school-index-header {
	position: relative;
	height: 300px;
	color: #fff
}

.container-school-crm-index .school-index-header .school-index-header-image-box {
	height: 100%;
	background-position: 50%;
	background-size: cover;
	-webkit-filter: blur(5px);
	filter: blur(5px)
}

.container-school-crm-index .school-index-header .school-index-header-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px 20px 0;
	background-color: rgba(0,0,0,.5)
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-logo {
	margin-right: 15px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	padding: 8px;
	background-color: #fff
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-logo .image-src {
	border-radius: 50%
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-logo .image-src .image-preload {
	border-radius: 50%;
	background-size: contain
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text {
	max-width: 320px
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .school-ch-name {
	margin: 4px auto 5px;
	font-size: 3rem;
	line-height: 42px;
	font-weight: 700;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .school-en-name {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 24px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .header-icon {
	margin-right: 8px;
	width: 14px;
	height: 13px;
	fill: hsla(0,0%,100%,.8);
	vertical-align: middle
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .school-location {
	margin-bottom: 10px;
	height: 15px;
	line-height: 15px
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .school-location .location-text {
	font-size: 1.4rem;
	line-height: 15px;
	vertical-align: middle
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .school-website {
	margin-bottom: 25px;
	height: 15px;
	line-height: 15px
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .school-website .website-text {
	font-size: 1.5rem;
	line-height: 15px;
	color: #fff;
	vertical-align: middle
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .school-website .website-text:hover {
	text-decoration: underline
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .btn-add {
	position: relative;
	padding-left: 22px;
	width: 115px;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	font-size: 1.4rem;
	color: #fff;
	background-color: #25bee4;
	transition: all .3s
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .btn-add:after,.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .btn-add:before {
	position: absolute;
	content: "";
	left: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .btn-add:before {
	left: 12px;
	width: 2px;
	height: 12px
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .btn-add:hover {
	background-color: #80d9ef
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .btn-add-selected {
	display: block;
	width: 115px;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background-color: #25bee4;
	transition: all .3s
}

.container-school-crm-index .school-index-header .school-index-header-box .school-info-box .school-text .btn-add-selected:hover {
	background-color: #80d9ef
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item {
	width: calc((100% - 10px) / 2);
	min-height: 120px
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item:first-child {
	margin-right: 10px
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-item,.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-item-box {
	text-align: center
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-item-bottom-box {
	margin-left: 20px;
	margin-top: 35px
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-title {
	margin-bottom: 6px;
	font-size: 1.4rem;
	line-height: 20px;
	font-weight: 600;
	color: #fff
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-main {
	position: relative;
	display: inline-block;
	height: 60px;
	width: 64px;
	padding-top: 8px;
	background-color: #fff
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-main .rank-main-value {
	fill: #078cf1;
	height: 31px;
	width: 50px;
	font-family: gothamMedium,sans-serif;
	vertical-align: top
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-main .rank-main-type {
	font-size: 1.2rem;
	color: #949ba1;
	line-height: 17px
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-main:after,.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-main:before {
	position: absolute;
	bottom: -13px;
	content: "";
	border-top: 13px solid #fff
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-main:after {
	right: 0;
	border-left: 32px solid transparent
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-main:before {
	left: 0;
	border-right: 32px solid transparent
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-sub {
	line-height: 0;
	margin-top: 6px
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-sub .rank-num {
	font-size: 1.7rem;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	font-family: gothamMedium,sans-serif
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-sub .rank-type {
	font-size: 1.2rem;
	line-height: 17px;
	margin-left: 4px;
	vertical-align: 1px;
	font-weight: 400;
	color: hsla(0,0%,100%,.7)
}

.container-school-crm-index .school-index-header .school-index-header-box .rank-box .rank-item .rank-sub:nth-child(3) {
	margin-top: 23px
}

.container-school-crm-index .school-index-content {
	position: relative
}

.affix-container {margin: 0 auto;}

 .school-index-nav-bar {
	height: 56px;
	color: #26343f;
	background-color: #f7f9fa;
	line-height: 56px;
	font-size: 1.6rem
}

.container-school-crm-index .school-index-content .school-index-nav-bar .nav-bar-box {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.container-school-crm-index .school-index-content .school-index-nav-bar .nav-item {
	height: 100%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.4rem;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	max-width: 160px;
	color: #26343f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-crm-index .school-index-content .school-index-nav-bar .nav-item.active {
	background-color: #fff;
	color: #078cf1;
	font-weight: 700
}

.container-school-crm-index .school-index-content .school-index-nav-bar .nav-item:hover {
	color: #078cf1
}

.container-school-crm-index .school-index-content .helper-box {
	position: relative
}

.container-school-crm-index .school-index-content .section-left-page {
	margin-top: 40px
}

.container-school-crm-index .school-index-content .section-right-activity {
	position: absolute;
	top: 40px;
	right: 0;
	width: 280px
}

.container-school-crm-index .school-index-content .section-right-activity .activity-item {
	margin-bottom: 20px
}

.container-school-crm-index .school-index-content .section-right-activity .admission-rate-box {
	width: 280px
}

.container-school-crm-index .school-index-content .section-right-activity .app-code {
	margin-top: 20px
}

.container-school-crm-index .school-index-content .section-inner-box {
	padding: 0 20px
}

.container-school-crm-index .school-index-content .section-item {
	margin-top: 50px
}

.container-school-crm-index .school-index-content .section-item:first-child {
	margin-top: 0
}

.container-school-crm-index .school-index-content .section-item .section-item-head {
	margin-bottom: 30px;
	font-size: 2.4rem;
	line-height: 24px;
	font-weight: 700
}

.container-school-crm-index .school-index-content .section-item .section-item-head:first-child {
	margin-top: 0
}

.container-school-crm-introduction {
	display: block;
	padding-bottom: 80px;
	color: #26343f
}

.container-school-crm-introduction .component-image-viewer .image-box {
	max-width: 300px
}

.container-school-crm-introduction .section-title .school-title-name {
	padding-bottom: 30px;
	color: #26343f;
	font-weight: 700;
	font-size: 4.2rem;
	line-height: 4.2rem;
	border-bottom: 1px solid #e4e5e6
}

.container-school-crm-introduction .section-school-brief .section-item-head {
	margin-bottom: 40px
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-box {
	margin-bottom: 33px
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item {
	margin: 40px 0 0 0;
	margin-right: calc(100% * 19 / 818);
	width: calc(100% * 190 / 818);
	height: 50px;
	text-align: center
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item .component-tool-tip .tip {
	bottom: -8px;
	padding: 10px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	font-size: 1.4rem;
	line-height: 20px;
	color: #26343f;
	max-width: 100%;
	text-align: left;
	z-index: 2;
	border-radius: 3px;
	border: 1px solid #e4e5e6;
	background-color: #fff;
	box-shadow: 0 0 6px 0 #e4e5e6
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item .component-tool-tip .tip:after {
	border-bottom-color: #fff
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item .component-tool-tip .tip:before {
	position: absolute;
	top: -6px;
	right: 13px;
	content: "";
	border-bottom: 6px solid #e4e5e6;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item:nth-child(4n) {
	margin-right: 0
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item:first-child,.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item:nth-child(2),.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item:nth-child(3),.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item:nth-child(4) {
	margin-top: 0
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item .brief-item-title {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 16px;
	color: #58646e
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item .brief-item-content .brief-text {
	font-family: gothamBold,sans-serif;
	font-size: 2.4rem;
	line-height: 24px;
	color: #078cf1
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item .brief-item-content .brief-text.overflow-text {
	font-family: PingFang SC,sans-serif;
	font-size: 1.6rem;
	line-height: 20px;
	font-weight: 700;
	width: calc(100% - 36px);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item .brief-item-content .more-btn {
	width: 36px;
	height: 20px;
	border: 1px solid #c4c9cc;
	border-radius: 3px;
	background-color: #fff;
	font-size: 1.2rem;
	line-height: 20px;
	color: #58646e;
	transition: all .3s
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-box .brief-item .brief-item-content .more-btn:hover {
	background-color: #f7f9fa
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-desc {
	font-size: 1.6rem;
	line-height: 30px
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-desc.no-desc-text {
	color: #58646e
}

.container-school-crm-introduction .section-school-brief .section-item-content .brief-desc p {
	margin: 0
}

.container-school-crm-introduction .section-major .section-item-content .major-list .major-item {
	margin: 10px 0 0 0;
	height: 38px;
	line-height: 38px;
	font-size: 1.6rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-crm-introduction .section-major .section-item-content .major-list .major-item:nth-child(4n) {
	margin-right: 0
}

.container-school-crm-introduction .section-major .section-item-content .major-list .major-item:first-child,.container-school-crm-introduction .section-major .section-item-content .major-list .major-item:nth-child(2),.container-school-crm-introduction .section-major .section-item-content .major-list .major-item:nth-child(3),.container-school-crm-introduction .section-major .section-item-content .major-list .major-item:nth-child(4) {
	margin-top: 0
}

.container-school-crm-introduction .section-school-image .section-item-content .school-images-list {
	position: relative;
	overflow: hidden
}

.container-school-crm-introduction .section-school-image .section-item-content .school-images-list .image-box {
	height: 130px;
	overflow: hidden
}

.container-school-crm-introduction .section-school-image .section-item-content .school-images-list .image-box .image-src {
	margin-right: calc(100% * 10 / 818);
	width: calc(100% * 197 / 818);
	overflow: hidden;
	background-size: cover;
	background-position: 50%
}

.container-school-crm-introduction .section-school-image .section-item-content .school-images-list .image-box .image-src:last-child {
	margin-right: 0
}

.container-school-crm-introduction .section-news .section-item-head {
	margin-bottom: 35px
}

.container-school-crm-introduction .section-qa {
	background-color: #f7f9fa;
	padding: 50px 0
}

.container-school-crm-introduction .section-qa .section-item-head {
	margin-bottom: 40px
}

.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item {
	margin-top: 20px;
	padding-bottom: 15px;
	color: #26343f;
	border-bottom: 1px dashed #e4e5e6
}

.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item:first-child {
	margin-top: 0
}

.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-header {
	margin-bottom: 20px
}

.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-header .user-avatar {
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: middle;
	line-height: 40px
}

.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-header .user-name {
	margin-right: 10px;
	color: #26343f;
	font-size: 1.4rem;
	line-height: 40px;
	vertical-align: middle
}

.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-header .extro-info {
	color: #949ba1;
	font-size: 1.4rem;
	line-height: 40px;
	vertical-align: middle
}

.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-content {
	display: block;
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #26343f;
	line-height: 22px;
	max-height: 44px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-content {
		line-height: 22px;
		max-height: 44px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-content {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-content:hover {
	color: #078cf1
}

.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-footer {
	line-height: 12px
}

.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-footer .answer-user-info {
	margin-right: 30px
}

.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-footer .answer-user-info span {
	color: #078cf1;
	font-size: 1.2rem;
	line-height: 12px
}

.container-school-crm-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-footer .answer-info span {
	color: #949ba1;
	font-size: 1.2rem;
	line-height: 1.2rem
}

.container-school-crm-introduction .section-qa .ask-box {
	margin-top: 50px
}

.container-school-crm-introduction .section-qa .ask-box .ask-title {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 18px;
	color: #26343f;
	font-weight: 700
}

.container-school-crm-introduction .section-qa .ask-box .ask-input {
	margin-bottom: 20px;
	width: 100%;
	height: 200px;
	padding: 20px;
	resize: none;
	font-size: 1.4rem;
	line-height: 28px;
	color: #26343f;
	border: 1px solid #e4e5e6
}

.container-school-crm-introduction .section-qa .ask-box input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-school-crm-introduction .section-qa .ask-box input:-moz-placeholder,.container-school-crm-introduction .section-qa .ask-box input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-school-crm-introduction .section-qa .ask-box input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-school-crm-introduction .section-qa .ask-box textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-school-crm-introduction .section-qa .ask-box textarea:-moz-placeholder,.container-school-crm-introduction .section-qa .ask-box textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-school-crm-introduction .section-qa .ask-box textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-school-crm-introduction .section-qa .ask-box .submit-btn {
	width: 100px;
	height: 36px;
	border-radius: 3px;
	background-color: #078cf1;
	color: #fff;
	text-align: center;
	line-height: 36px;
	transition: all .3s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-school-crm-introduction .section-qa .ask-box .submit-btn:hover {
	background-color: #64b9fa
}

.container-school-crm-introduction .section-visit-students .section-item-head {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 18px;
	color: #26343f;
	font-weight: 700
}

.container-school-crm-introduction .section-visit-students .section-item-content {
	max-height: 145px;
	overflow: hidden
}

.container-school-crm-introduction .section-visit-students .section-item-content .student-item {
	margin: 0 10px 12px 0
}

.container-school-crm-introduction .section-visit-students .section-item-content .student-item:nth-child(13n) {
	margin-right: 0
}

.container-school-crm-introduction .section-visit-students .section-item-content .student-item .image-src {
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%
}

@media screen and (min-width:1250px) {
	.container-school-crm-introduction .section-visit-students .section-item-content .student-item {
		margin: 0 12px 12px 0
	}

	.container-school-crm-introduction .section-visit-students .section-item-content .student-item:nth-child(16n) {
		margin-right: 0
	}

	.container-school-crm-introduction .section-visit-students .section-item-content .student-item:nth-child(13n) {
		margin-right: 12px
	}
}

.container-school-crm-introduction .section-city-schools .section-item-head {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 18px;
	color: #26343f;
	font-weight: 700
}

.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box {
	padding-left: 1px
}

.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item {
	display: block;
	margin-right: calc(100% * 19 / 818);
	width: calc(100% * 260 / 818);
	border: 1px solid #e4e5e6
}

.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item:last-child {
	margin-right: 0
}

.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .head-image {
	width: 100%;
	height: 170px;
	overflow: hidden
}

.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .head-image .image-src {
	width: 100%
}

.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc {
	position: relative;
	padding: 15px 59px 15px 15px;
	min-height: 69px
}

.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc .ch-name {
	margin-bottom: 7px;
	font-size: 1.6rem;
	line-height: 16px;
	color: #26343f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc .en-name {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 16px;
	color: #949ba1;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc .rank {
	position: absolute;
	top: 0;
	right: 10px;
	width: 34px;
	height: 30px;
	background-color: #ff9c08;
	font-weight: 700;
	font-size: 1.8rem;
	color: #fff;
	line-height: 30px;
	text-align: center
}

.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc .rank .rank-text {
	height: 24px;
	width: 25px;
	fill: #fff;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc .rank:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -10px;
	left: 0;
	border-top: 10px solid #ff9c08;
	border-right: 17px solid transparent
}

.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc .rank:after {
	position: absolute;
	display: block;
	content: "";
	bottom: -10px;
	right: 0;
	border-top: 10px solid #ff9c08;
	border-left: 17px solid transparent
}

.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item:hover .foot-desc .ch-name,.container-school-crm-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item:hover .foot-desc .en-name {
	text-decoration: underline
}

.container-school-crm-introduction .arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.6);
	border-radius: 50%;
	z-index: 1
}

.container-school-crm-introduction .arrow:hover {
	background-color: rgba(0,0,0,.4)
}

.container-school-crm-introduction .arrow .slider-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.container-school-crm-introduction .arrow.arrow-right {
	right: 10px
}

.container-school-crm-introduction .arrow.arrow-left {
	left: 10px
}

.container-school-crm-introduction .arrow.arrow-left .slider-arrow {
	-webkit-transform: translate(-50%,-50%) rotate(-180deg);
	transform: translate(-50%,-50%) rotate(-180deg)
}

.container-school-crm-introduction .intro-btn {
	display: block;
	margin: 57px auto 0;
	width: 230px;
	line-height: 44px;
	font-size: 1.6rem;
	color: #078cf1;
	border: 1px solid #078cf1;
	border-radius: 25px;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-school-crm-introduction .intro-btn:hover {
	background-color: #078cf1;
	color: #fff
}

.container-school-crm-application {
	padding-bottom: 80px;
	color: #26343f
}

.container-school-crm-application .easy-fee-banner {
	display: block;
	margin-top: 33px;
	padding-right: 417px
}

.container-school-crm-application .easy-fee-banner:hover img {
	opacity: .8
}

.container-school-crm-application .easy-fee-banner img {
	width: 100%;
	transition: opacity .2s
}

.container-school-crm-application .section-apply-info .section-item-content .left-box .box-icon,.container-school-crm-application .section-apply-info .section-item-content .right-box .box-icon {
	margin-right: 20px;
	width: 53px;
	height: 53px
}

.container-school-crm-application .section-apply-info .section-item-content .left-box .box-desc,.container-school-crm-application .section-apply-info .section-item-content .right-box .box-desc {
	width: calc(100% - 73px);
	text-align: left
}

.container-school-crm-application .section-apply-info .section-item-content .left-box .box-desc .desc-row,.container-school-crm-application .section-apply-info .section-item-content .right-box .box-desc .desc-row {
	margin-bottom: 10px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-crm-application .section-apply-info .section-item-content .left-box .box-desc .desc-row .easy-fee,.container-school-crm-application .section-apply-info .section-item-content .right-box .box-desc .desc-row .easy-fee {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.4rem;
	text-decoration: underline;
	color: #ff9c08
}

.container-school-crm-application .section-apply-info .section-item-content .left-box .box-desc .desc-row .row-name,.container-school-crm-application .section-apply-info .section-item-content .right-box .box-desc .desc-row .row-name {
	display: inline-block;
	margin-right: 5px;
	width: 121px;
	font-size: 1.6rem;
	line-height: 30px
}

.container-school-crm-application .section-apply-info .section-item-content .left-box .box-desc .desc-row .row-value,.container-school-crm-application .section-apply-info .section-item-content .right-box .box-desc .desc-row .row-value {
	font-size: 1.6rem;
	line-height: 30px
}

.container-school-crm-application .section-apply-info .section-item-content .left-box .box-desc .desc-row:first-child .row-value,.container-school-crm-application .section-apply-info .section-item-content .right-box .box-desc .desc-row:first-child .row-value {
	font-size: 2.4rem;
	line-height: 30px;
	font-weight: 700;
	color: #078cf1;
	font-family: gothamMedium,sans-serif
}

.container-school-crm-application .section-apply-info .section-item-content .right-box .box-desc .desc-row .row-name {
	width: 64px
}

.container-school-crm-application .section-exam-requirement .section-item-content .score-item {
	position: relative;
	margin-top: 20px;
	width: 50%
}

.container-school-crm-application .section-exam-requirement .section-item-content .score-item .score-name {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 30px
}

.container-school-crm-application .section-exam-requirement .section-item-content .score-item .score-value {
	display: block;
	margin-left: 75px;
	font-size: 1.6rem;
	line-height: 30px;
	word-break: break-all;
	white-space: pre-line
}

.container-school-crm-application .section-exam-requirement .section-item-content .score-item:first-child,.container-school-crm-application .section-exam-requirement .section-item-content .score-item:nth-child(2) {
	margin-top: 0
}

.container-school-crm-application .section-department .section-item-content .department-head-tabs .department-tab-item {
	margin-top: 19px;
	width: 25%;
	vertical-align: middle
}

.container-school-crm-application .section-department .section-item-content .department-head-tabs .department-tab-item:first-child,.container-school-crm-application .section-department .section-item-content .department-head-tabs .department-tab-item:nth-child(2),.container-school-crm-application .section-department .section-item-content .department-head-tabs .department-tab-item:nth-child(3),.container-school-crm-application .section-department .section-item-content .department-head-tabs .department-tab-item:nth-child(4) {
	margin-top: 0
}

.container-school-crm-application .section-department .section-item-content .department-head-tabs .department-tab-item .department-name {
	display: inline-block!important;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	font-size: 1.6rem;
	color: #26343f;
	border-radius: 3px;
	max-width: 100%;
	vertical-align: middle;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-crm-application .section-department .section-item-content .department-head-tabs .department-tab-item .department-name.active,.container-school-crm-application .section-department .section-item-content .department-head-tabs .department-tab-item .department-name:hover {
	background-color: #078cf1;
	color: #fff
}

.container-school-crm-application .section-department .section-item-content .department-tab-content {
	position: relative;
	margin-top: 20px;
	padding: 40px 30px;
	background-color: #f7f9fa;
	border: 1px solid #e4e5e6
}

.container-school-crm-application .section-department .section-item-content .department-tab-content * {
	font-size: 1.4rem;
	line-height: 26px
}

.container-school-crm-application .section-department .section-item-content .department-tab-content:after,.container-school-crm-application .section-department .section-item-content .department-tab-content:before {
	position: absolute;
	top: -8px;
	left: 20px;
	content: "";
	display: block;
	border-bottom: 8px solid #f7f9fa;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.container-school-crm-application .section-department .section-item-content .department-tab-content:before {
	top: -9px;
	left: 19px;
	border-bottom: 9px solid #e4e5e6;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent
}

.container-school-crm-major {
	padding-bottom: 60px
}

.container-school-crm-major .section-item .section-item-head .head-text {
	font-size: 2.4rem;
	line-height: 24px;
	color: #26343f;
	font-weight: 700
}

.container-school-crm-major .section-item .section-item-head .major-text {
	font-size: 1.4rem;
	color: #ff9c08;
	line-height: 24px;
	font-weight: 400;
	font-weight: 700
}

.container-school-crm-major .section-item .section-item-head .major-text:hover {
	text-decoration: underline
}

.container-school-crm-major .section-item .section-item-content {
	color: #26343f
}

.container-school-crm-major .section-item .section-item-content .direction-list {
	margin-bottom: 40px;
	padding: 0 20px;
	border: 1px solid #e4e5e6;
	background-color: #f7f9fa
}

.container-school-crm-major .section-item .section-item-content .direction-list .direction-box {
	padding: 20px 0 0
}

.container-school-crm-major .section-item .section-item-content .direction-list .direction-box:first-child {
	border-bottom: 1px solid #e4e5e6
}

.container-school-crm-major .section-item .section-item-content .direction-list .direction-box .direction-head {
	margin-right: 30px;
	font-size: 1.4rem;
	line-height: 28px;
	color: #949ba1
}

.container-school-crm-major .section-item .section-item-content .direction-list .direction-box .direction-content {
	width: calc(100% - 78px)
}

.container-school-crm-major .section-item .section-item-content .direction-list .direction-box .direction-content .direction-item {
	display: inline-block;
	margin: 0 10px 15px 0;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	font-size: 1.4rem;
	color: #26343f;
	border-radius: 3px;
	transition: all .3s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-school-crm-major .section-item .section-item-content .direction-list .direction-box .direction-content .direction-item.active,.container-school-crm-major .section-item .section-item-content .direction-list .direction-box .direction-content .direction-item:hover {
	background-color: #078cf1;
	color: #fff
}

.container-school-crm-major .section-item .section-item-content .text-box {
	margin-top: 33px
}

.container-school-crm-major .section-item .section-item-content .text-box:first-child {
	margin-top: 0
}

.container-school-crm-major .section-item .section-item-content .text-box .text-head {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 700
}

.container-school-crm-major .section-item .section-item-content .text-box .text-content .text-row {
	margin: 0;
	font-size: 1.6rem;
	line-height: 30px;
	color: #26343f
}

.container-school-crm-major .section-item .section-item-content .text-box .text-content .score-item {
	margin-top: 20px;
	width: 50%
}

.container-school-crm-major .section-item .section-item-content .text-box .text-content .score-item .score-name {
	display: inline-block;
	margin-right: 15px;
	width: 60px;
	height: 30px;
	vertical-align: middle
}

.container-school-crm-major .section-item .section-item-content .text-box .text-content .score-item .score-value {
	font-size: 1.6rem;
	line-height: 30px;
	vertical-align: middle
}

.container-school-crm-major .section-item .section-item-content .text-box .text-content .score-item:first-child,.container-school-crm-major .section-item .section-item-content .text-box .text-content .score-item:nth-child(2) {
	margin-top: 0
}

.container-school-crm-sia {
	color: #26343f;
	padding-bottom: 31px
}

.container-school-crm-sia .section-item {
	margin-top: 50px
}

.container-school-crm-sia .section-item:first-child {
	margin-top: 0
}

.container-school-crm-sia .section-item .consult-btn {
	display: inline-block;
	width: 97px;
	height: 30px;
	border-radius: 2px;
	background-color: #ff9c08;
	color: #fff;
	font-size: 1.4rem;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	transition: all .3s
}

.container-school-crm-sia .section-item .consult-btn span {
	font-size: 1.4rem
}

.container-school-crm-sia .section-item .consult-btn:hover {
	background-color: #ffc56e
}

.container-school-crm-sia .section-item .consult-btn.no-icon {
	margin-left: 20px;
	width: 80px;
	height: 24px;
	line-height: 24px
}

.container-school-crm-sia .section-item .consult-btn .icon {
	margin-right: 5px;
	width: 16px;
	height: 14px;
	vertical-align: -2px;
	stroke: #fff
}

.container-school-crm-sia .section-item .section-item-head .head-text {
	color: #078cf1;
	font-size: 2.4rem;
	line-height: 24px;
	font-weight: 700
}

.container-school-crm-sia .section-item .section-item-content .text-box {
	margin-top: 33px
}

.container-school-crm-sia .section-item .section-item-content .text-box:first-child {
	margin-top: 0
}

.container-school-crm-sia .section-item .section-item-content .text-box .text-head {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 700
}

.container-school-crm-sia .section-item .section-item-content .text-box .text-content .text-item {
	margin: 0 10px 10px 0;
	width: 197px;
	height: 38px;
	background-color: #f7f9fa;
	text-align: center;
	font-size: 1.6rem;
	line-height: 38px
}

.container-school-crm-sia .section-item .section-item-content .text-box .text-content .text-item:nth-child(4n) {
	margin-right: 0
}

.container-school-crm-sia .section-item .section-item-content .text-box .text-content .text-item:first-child,.container-school-crm-sia .section-item .section-item-content .text-box .text-content .text-item:nth-child(2),.container-school-crm-sia .section-item .section-item-content .text-box .text-content .text-item:nth-child(3),.container-school-crm-sia .section-item .section-item-content .text-box .text-content .text-item:nth-child(4) {
	margin-bottom: 10px
}

.container-school-crm-sia .section-apply-info .section-item-content .top-box {
	margin-bottom: 30px
}

.container-school-crm-sia .section-apply-info .section-item-content .top-box .left-box .box-icon,.container-school-crm-sia .section-apply-info .section-item-content .top-box .right-box .box-icon {
	margin-right: 20px;
	width: 53px;
	height: 53px
}

.container-school-crm-sia .section-apply-info .section-item-content .top-box .left-box .box-desc,.container-school-crm-sia .section-apply-info .section-item-content .top-box .right-box .box-desc {
	text-align: left
}

.container-school-crm-sia .section-apply-info .section-item-content .top-box .left-box .box-desc .desc-row,.container-school-crm-sia .section-apply-info .section-item-content .top-box .right-box .box-desc .desc-row {
	margin-bottom: 10px
}

.container-school-crm-sia .section-apply-info .section-item-content .top-box .left-box .box-desc .desc-row .row-name,.container-school-crm-sia .section-apply-info .section-item-content .top-box .right-box .box-desc .desc-row .row-name {
	display: inline-block;
	margin-right: 5px;
	width: 96px;
	font-size: 1.6rem;
	line-height: 30px
}

.container-school-crm-sia .section-apply-info .section-item-content .top-box .left-box .box-desc .desc-row .row-value,.container-school-crm-sia .section-apply-info .section-item-content .top-box .right-box .box-desc .desc-row .row-value {
	font-size: 1.6rem;
	line-height: 30px
}

.container-school-crm-sia .section-apply-info .section-item-content .top-box .left-box .box-desc .desc-row:first-child .row-value,.container-school-crm-sia .section-apply-info .section-item-content .top-box .right-box .box-desc .desc-row:first-child .row-value {
	font-size: 2.4rem;
	line-height: 30px;
	font-weight: 700;
	color: #078cf1
}

.container-school-crm-sia .section-apply-info .section-item-content .top-box .left-box {
	margin-right: 83px
}

.container-school-crm-sia .section-apply-info .section-item-content .top-box .right-box .box-desc .desc-row .row-name {
	width: 64px
}

.container-school-crm-sia .section-sia-student .section-item-content .student-item {
	position: relative;
	margin-right: 19px;
	width: 190px;
	height: 280px
}

.container-school-crm-sia .section-sia-student .section-item-content .student-item:last-child {
	margin-right: 0
}

.container-school-crm-sia .section-sia-student .section-item-content .student-item .image-src {
	width: 100%
}

.container-school-crm-sia .section-sia-student .section-item-content .student-item .image-cover {
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(rgba(7,140,241,0),#078cf1)
}

.container-school-crm-sia .section-sia-student .section-item-content .student-item .image-cover .text-box {
	position: absolute;
	bottom: 17px;
	width: 100%
}

.container-school-crm-sia .section-sia-student .section-item-content .student-item .image-cover .text-box .student-info-item {
	margin-bottom: 5px;
	color: hsla(0,0%,100%,.7);
	font-size: 1.4rem;
	line-height: 20px
}

.container-school-crm-sia .section-sia-student .section-item-content .student-item .image-cover .text-box .student-info-item:last-child {
	margin-bottom: 0
}

.container-school-crm-sia .section-sia-student .section-item-content .student-item .image-cover .text-box .student-name {
	line-height: 25px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff
}

.container-school-crm-sia .section-sia-student .item-note {
	margin-top: 30px
}

.container-school-crm-sia .section-sia-student .item-note a,.container-school-crm-sia .section-sia-student .item-note span {
	font-size: 1.4rem;
	color: #26343f
}

.container-school-crm-sia .section-sia-student .item-note a {
	color: #078cf1
}

.container-school-crm-sia .section-sia-entry {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #edf0f2
}

.container-school-crm-sia .section-sia-entry .btn-item {
	display: inline-block;
	margin-right: 20px;
	width: calc((100% - 40px) / 3);
	height: 52px;
	border-radius: 26px;
	background-color: #25bee4;
	color: #fff;
	text-align: center;
	line-height: 52px;
	font-size: 1.6rem;
	transition: all .3s
}

.container-school-crm-sia .section-sia-entry .btn-item:last-child {
	margin-right: 0
}

.container-school-crm-sia .section-sia-entry .btn-item:hover {
	background-color: #80d9ef
}

.container-school-index-detail {
	padding-bottom: 49px;
	background-color: #fff
}

.container-school-index-detail .component-rich-text p {
	line-height: 30px
}

.container-school-index-detail .school-index-content,.container-school-index-detail .school-index-content .helper-box {
	position: relative
}

.container-school-index-detail .school-index-content .section-left-page {
	padding-top: 20px
}

.container-school-index-detail .school-index-content .section-right-activity {
	position: absolute;
	top: 40px;
	right: 0;
	width: 280px
}

.container-school-index-detail .school-index-content .section-right-activity .activity-item {
	margin-bottom: 20px
}

.container-school-index-detail .school-index-content .section-right-activity .admission-rate-box {
	width: 280px
}

.container-school-index-detail .school-index-content .section-right-activity .app-code {
	margin-top: 20px
}

.container-school-index-detail .section-inner-box {
	margin-right: 360px
}

.container-school-index-detail .section-item {
	margin-top: 50px
}

.container-school-index-detail .section-item:first-child {
	margin-top: 0
}

.container-school-index-detail .section-item .section-item-head {
	margin-bottom: 30px;
	font-size: 2.4rem;
	line-height: 24px;
	font-weight: 700
}

.container-school-index-detail .section-item .section-item-head:first-child {
	margin-top: 0
}

.container-school-introduction-detail {
	display: block;
	padding-bottom: 80px;
	color: #26343f
}

.container-school-introduction-detail .section-title .school-title-name {
	padding-bottom: 30px;
	color: #26343f;
	font-weight: 700;
	font-size: 4.2rem;
	line-height: 4.2rem;
	border-bottom: 1px solid #e4e5e6
}

.container-school-introduction-detail .section-breadcrumb-box {
	margin-top: 0
}

.container-school-introduction-detail .section-school-brief .section-item-head {
	margin-bottom: 40px
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-box {
	margin-bottom: 33px
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item {
	margin: 40px 0 0 0;
	margin-right: calc(100% * 19 / 818);
	width: calc(100% * 190 / 818);
	height: 50px;
	text-align: center
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item .component-tool-tip .tip {
	bottom: -8px;
	padding: 10px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	font-size: 1.4rem;
	line-height: 20px;
	color: #26343f;
	max-width: 100%;
	text-align: left;
	z-index: 2;
	border-radius: 3px;
	border: 1px solid #e4e5e6;
	background-color: #fff;
	box-shadow: 0 0 6px 0 #e4e5e6
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item .component-tool-tip .tip:after {
	border-bottom-color: #fff
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item .component-tool-tip .tip:before {
	position: absolute;
	top: -6px;
	right: 13px;
	content: "";
	border-bottom: 6px solid #e4e5e6;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item:nth-child(4n) {
	margin-right: 0
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item:first-child,.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item:nth-child(2),.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item:nth-child(3),.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item:nth-child(4) {
	margin-top: 0
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item .brief-item-title {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 16px;
	color: #58646e
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item .brief-item-content .brief-text {
	font-family: gothamBold,sans-serif;
	font-size: 2.4rem;
	line-height: 24px;
	color: #078cf1
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item .brief-item-content .brief-text.overflow-text {
	font-family: PingFang SC,sans-serif;
	font-size: 1.6rem;
	line-height: 20px;
	font-weight: 700;
	width: calc(100% - 36px);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item .brief-item-content .more-btn {
	width: 36px;
	height: 20px;
	border: 1px solid #c4c9cc;
	border-radius: 3px;
	background-color: #fff;
	font-size: 1.2rem;
	line-height: 20px;
	color: #58646e;
	transition: all .3s
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-box .brief-item .brief-item-content .more-btn:hover {
	background-color: #f7f9fa
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-desc {
	font-size: 1.6rem;
	line-height: 30px
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-desc.no-desc-text {
	color: #58646e
}

.container-school-introduction-detail .section-school-brief .section-item-content .brief-desc p {
	margin: 0
}

.container-school-introduction-detail .section-major .section-item-content .major-list .major-item {
	margin: 10px 0 0 0;
	margin-right: calc(100% * 10 / 818);
	width: calc(100% * 197 / 818);
	height: 38px;
	background-color: #f7f9fa;
	line-height: 38px;
	font-size: 1.6rem;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-introduction-detail .section-major .section-item-content .major-list .major-item:nth-child(4n) {
	margin-right: 0
}

.container-school-introduction-detail .section-major .section-item-content .major-list .major-item:first-child,.container-school-introduction-detail .section-major .section-item-content .major-list .major-item:nth-child(2),.container-school-introduction-detail .section-major .section-item-content .major-list .major-item:nth-child(3),.container-school-introduction-detail .section-major .section-item-content .major-list .major-item:nth-child(4) {
	margin-top: 0
}

.container-school-introduction-detail .section-school-image .section-item-content .school-images-list {
	position: relative;
	overflow: hidden
}

.container-school-introduction-detail .section-school-image .section-item-content .school-images-list .image-box {
	height: 130px;
	overflow: hidden
}

.container-school-introduction-detail .section-school-image .section-item-content .school-images-list .image-box .image-src {
	margin-right: calc(100% * 10 / 818);
	width: calc(100% * 197 / 818);
	overflow: hidden;
	background-size: cover;
	background-position: 50%
}

.container-school-introduction-detail .section-school-image .section-item-content .school-images-list .image-box .image-src:last-child {
	margin-right: 0
}

.container-school-introduction-detail .arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.6);
	border-radius: 50%;
	z-index: 1
}

.container-school-introduction-detail .arrow:hover {
	background-color: rgba(0,0,0,.4)
}

.container-school-introduction-detail .arrow .slider-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.container-school-introduction-detail .arrow.arrow-right {
	right: 10px
}

.container-school-introduction-detail .arrow.arrow-left {
	left: 10px
}

.container-school-introduction-detail .arrow.arrow-left .slider-arrow {
	-webkit-transform: translate(-50%,-50%) rotate(-180deg);
	transform: translate(-50%,-50%) rotate(-180deg)
}

.container-school-news-detail {
	padding-bottom: 80px
}

.container-school-news-detail .section-breadcrumb-box .breadcrumb-box a {
	color: rgba(38,52,63,.6);
	font-size: 1.3rem
}

.container-school-news-detail .section-breadcrumb-box .breadcrumb-box a:hover {
	color: #078cf1
}

.container-school-news-detail .section-breadcrumb-box .breadcrumb-box span {
	color: rgba(38,52,63,.6);
	font-size: 1.3rem
}

.container-school-news-detail .section-news {
	margin-top: 20px
}

.container-school-news-detail .section-news .section-item-content {
	margin-bottom: 50px
}

.container-school-questions-detail {
	padding-bottom: 80px
}

.container-school-questions-detail .section-breadcrumb-box .breadcrumb-box a {
	color: rgba(38,52,63,.6);
	font-size: 1.3rem
}

.container-school-questions-detail .section-breadcrumb-box .breadcrumb-box a:hover {
	color: #078cf1
}

.container-school-questions-detail .section-breadcrumb-box .breadcrumb-box span {
	color: rgba(38,52,63,.6);
	font-size: 1.3rem
}

.container-school-questions-detail .section-questions {
	margin-top: 40px
}

.container-school-questions-detail .section-questions .section-item-content {
	margin-bottom: 50px
}

.container-school-questions-detail .section-questions .section-item-content .no-result {
	margin-top: 80px;
	color: #949ba1;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	font-weight: 700
}

.container-school-application {
	padding-bottom: 80px;
	color: #26343f
}

.container-school-application .easy-fee-banner {
	display: block;
	margin-top: 33px;
	padding-right: 417px
}

.container-school-application .easy-fee-banner:hover img {
	opacity: .8
}

.container-school-application .easy-fee-banner img {
	width: 100%;
	transition: opacity .2s
}

.left-box,.right-box {
	width: 50%
}

.left-box .box-icon,.right-box .box-icon {
	margin-right: 20px;
	width: 53px;
	height: 53px
}

.left-box .box-desc,.right-box .box-desc {
	width: calc(100% - 73px);
	text-align: left
}

.left-box .box-desc .desc-row,.right-box .box-desc .desc-row {
	margin-bottom: 10px;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.left-box .box-desc .desc-row .easy-fee,.right-box .box-desc .desc-row .easy-fee {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.4rem;
	text-decoration: underline;
	color: #ff9c08
}

.left-box .box-desc .desc-row .row-name,.right-box .box-desc .desc-row .row-name {
	display: inline-block;
	margin-right: 5px;
	width: 121px;
	font-size: 1.6rem;
	line-height: 30px
}

.left-box .box-desc .desc-row .row-value,.right-box .box-desc .desc-row .row-value {
	font-size: 1.6rem;
	line-height: 30px
}

.left-box .box-desc .desc-row:first-child .row-value,.right-box .box-desc .desc-row:first-child .row-value {
	font-size: 2.4rem;
	line-height: 30px;
	font-weight: 700;
	color: #078cf1;
	font-family: gothamMedium,sans-serif
}

.right-box .box-desc .desc-row .row-name {
	width: 64px
}

.container-school-application .section-exam-requirement .section-item-content .score-item {
	margin-top: 20px;
	width: 50%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-application .section-exam-requirement .section-item-content .score-item .score-name {
	display: inline-block;
	margin-right: 15px;
	width: 60px;
	height: 30px;
	vertical-align: middle
}

.container-school-application .section-exam-requirement .section-item-content .score-item .score-value {
	font-size: 1.6rem;
	line-height: 30px;
	vertical-align: middle
}

.container-school-application .section-exam-requirement .section-item-content .score-item:first-child,.container-school-application .section-exam-requirement .section-item-content .score-item:nth-child(2) {
	margin-top: 0
}

.container-school-application .section-department .section-item-content .department-head-tabs .department-tab-item {
	margin-top: 19px;
	width: 25%;
	vertical-align: middle
}

.container-school-application .section-department .section-item-content .department-head-tabs .department-tab-item:first-child,.container-school-application .section-department .section-item-content .department-head-tabs .department-tab-item:nth-child(2),.container-school-application .section-department .section-item-content .department-head-tabs .department-tab-item:nth-child(3),.container-school-application .section-department .section-item-content .department-head-tabs .department-tab-item:nth-child(4) {
	margin-top: 0
}

.container-school-application .section-department .section-item-content .department-head-tabs .department-tab-item .department-name {
	display: inline-block!important;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	font-size: 1.6rem;
	color: #26343f;
	border-radius: 3px;
	max-width: 100%;
	vertical-align: middle;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-application .section-department .section-item-content .department-head-tabs .department-tab-item .department-name.active,.container-school-application .section-department .section-item-content .department-head-tabs .department-tab-item .department-name:hover {
	background-color: #078cf1;
	color: #fff
}

.container-school-application .section-department .section-item-content .department-tab-content {
	position: relative;
	margin-top: 20px;
	padding: 40px 30px;
	background-color: #f7f9fa;
	border: 1px solid #e4e5e6
}

.container-school-application .section-department .section-item-content .department-tab-content * {
	font-size: 1.4rem;
	line-height: 26px
}

.container-school-application .section-department .section-item-content .department-tab-content:after,.container-school-application .section-department .section-item-content .department-tab-content:before {
	position: absolute;
	top: -8px;
	left: 20px;
	content: "";
	display: block;
	border-bottom: 8px solid #f7f9fa;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.container-school-application .section-department .section-item-content .department-tab-content:before {
	top: -9px;
	left: 19px;
	border-bottom: 9px solid #e4e5e6;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent
}

.container-school-index {
	padding-bottom: 49px;
	background-color: #fff
}

.container-school-index h1,.container-school-index h2,.container-school-index h3 {
	margin: 0
}

.container-school-index .component-rich-text p {
	line-height: 30px
}

.container-school-index .btn-box {
	color: #fff
}

.nav-btn-box {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.container-school-index .btn-box .header-btn {
	width: 140px;
	height: 42px;
	border-radius: 21px;
	line-height: 42px;
	font-size: 1.6rem;
	text-align: center;
	color: #fff
}

.container-school-index .btn-box .header-btn:first-child {
	margin-right: 10px;
	background-color: #ff9c08
}

.container-school-index .btn-box .header-btn:first-child:hover {
	background-color: #ffc56e
}

.container-school-index .btn-box .header-btn:nth-child(2) {
	background-color: #078cf1
}

.container-school-index .btn-box .header-btn:nth-child(2):hover {
	background-color: #64b9fa
}

.container-school-index .btn-box .header-btn:nth-child(2).selected-school {
	border: 1px solid #078cf1;
	background-color: #fff;
	color: #078cf1
}

.container-school-index .btn-box .header-btn:nth-child(2).selected-school:hover {
	background-color: #078cf1;
	color: #fff
}

 .school-index-header {
	position: relative;
	height: 300px;
	color: #fff
}

 .school-index-header .school-index-header-image-box {
	height: 100%;
	background-position: 50%;
	background-size: cover;
	-webkit-filter: blur(5px);
	filter: blur(5px)
}

 .school-index-header .school-index-header-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.5)
}

 .school-index-header .school-index-header-box .breadcrumb-box {
	margin: 20px auto 35px;
	line-height: 13px
}

 .school-index-header .school-index-header-box .breadcrumb-box a, .school-index-header .school-index-header-box .breadcrumb-box span {
	color: #fff;
	opacity: .6;
	font-size: 1.3rem
}

 .school-index-header .school-index-header-box .breadcrumb-box a:hover, .school-index-header .school-index-header-box .breadcrumb-box span:hover {
	color: #078cf1
}

 .school-index-header .school-index-header-box .school-info-box .school-logo {
	margin-right: 15px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	padding: 8px;
	background-color: #fff
}

 .school-index-header .school-index-header-box .school-info-box .school-logo .image-src {
	border-radius: 50%
}

 .school-index-header .school-index-header-box .school-info-box .school-logo .image-src .image-preload {
	border-radius: 50%;
	background-size: contain
}

 .school-index-header .school-index-header-box .school-info-box .school-text {
	max-width: 700px
}

 .school-index-header .school-index-header-box .school-info-box .school-text .school-ch-name {
	margin: 4px auto 5px;
	font-size: 4.2rem;
	line-height: 42px;
	font-weight: 700;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

 .school-index-header .school-index-header-box .school-info-box .school-text .school-en-name {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 24px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

 .school-index-header .school-index-header-box .school-info-box .school-text .header-icon {
	margin-right: 8px;
	width: 14px;
	height: 13px;
	fill: hsla(0,0%,100%,.8);
	vertical-align: middle
}

 .school-index-header .school-index-header-box .school-info-box .school-text .school-location {
	margin-bottom: 10px;
	height: 15px;
	line-height: 15px
}

 .school-index-header .school-index-header-box .school-info-box .school-text .school-location .location-text {
	font-size: 1.4rem;
	line-height: 15px;
	vertical-align: middle
}

 .school-index-header .school-index-header-box .school-info-box .school-text .school-website {
	margin-bottom: 25px;
	height: 15px;
	line-height: 15px
}

 .school-index-header .school-index-header-box .school-info-box .school-text .school-website .website-text {
	font-size: 1.5rem;
	line-height: 15px;
	color: #fff;
	vertical-align: middle
}

 .school-index-header .school-index-header-box .school-info-box .school-text .school-website .website-text:hover {
	text-decoration: underline
}

 .school-index-header .school-index-header-box .school-info-box .school-text .btn-add {
	position: relative;
	padding-left: 22px;
	width: 115px;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	font-size: 1.4rem;
	color: #fff;
	background-color: #25bee4;
	transition: all .3s
}

 .school-index-header .school-index-header-box .school-info-box .school-text .btn-add:after, .school-index-header .school-index-header-box .school-info-box .school-text .btn-add:before {
	position: absolute;
	content: "";
	left: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff
}

 .school-index-header .school-index-header-box .school-info-box .school-text .btn-add:before {
	left: 12px;
	width: 2px;
	height: 12px
}

 .school-index-header .school-index-header-box .school-info-box .school-text .btn-add:hover {
	background-color: #80d9ef
}

 .school-index-header .school-index-header-box .school-info-box .school-text .btn-add-selected {
	display: block;
	width: 115px;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background-color: #25bee4;
	transition: all .3s
}

 .school-index-header .school-index-header-box .school-info-box .school-text .btn-add-selected:hover {
	background-color: #80d9ef
}

 .school-index-header .school-index-header-box .rank-box {
	margin: 50px auto 18px
}

 .school-index-header .school-index-header-box .rank-box .rank-item {
	width: 140px;
	min-height: 147px;
	text-align: center
}

 .school-index-header .school-index-header-box .rank-box .rank-item:first-child {
	margin-right: 10px
}

 .school-index-header .school-index-header-box .rank-box .rank-item .rank-title {
	margin-bottom: 6px;
	font-size: 1.4rem;
	line-height: 20px;
	font-weight: 600;
	color: #fff
}

 .school-index-header .school-index-header-box .rank-box .rank-item .rank-main {
	position: relative;
	display: inline-block;
	height: 60px;
	width: 64px;
	padding-top: 8px;
	background-color: #fff
}

 .school-index-header .school-index-header-box .rank-box .rank-item .rank-main .rank-main-value {
	fill: #078cf1;
	height: 31px;
	width: 50px;
	font-family: gothamMedium,sans-serif;
	vertical-align: top
}

 .school-index-header .school-index-header-box .rank-box .rank-item .rank-main .rank-main-type {
	font-size: 1.2rem;
	color: #949ba1;
	line-height: 17px
}

 .school-index-header .school-index-header-box .rank-box .rank-item .rank-main:after, .school-index-header .school-index-header-box .rank-box .rank-item .rank-main:before {
	position: absolute;
	bottom: -13px;
	content: "";
	border-top: 13px solid #fff
}

 .school-index-header .school-index-header-box .rank-box .rank-item .rank-main:after {
	right: 0;
	border-left: 32px solid transparent
}

 .school-index-header .school-index-header-box .rank-box .rank-item .rank-main:before {
	left: 0;
	border-right: 32px solid transparent
}

 .school-index-header .school-index-header-box .rank-box .rank-item .rank-sub {
	line-height: 0;
	margin-top: 6px
}

 .school-index-header .school-index-header-box .rank-box .rank-item .rank-sub .rank-num {
	font-size: 1.7rem;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	font-family: gothamMedium,sans-serif
}

 .school-index-header .school-index-header-box .rank-box .rank-item .rank-sub .rank-type {
	font-size: 1.2rem;
	line-height: 17px;
	margin-left: 4px;
	vertical-align: 1px;
	font-weight: 400;
	color: hsla(0,0%,100%,.7)
}

 .school-index-header .school-index-header-box .rank-box .rank-item .rank-sub:nth-child(3) {
	margin-top: 23px
}

 .school-index-content {
	position: relative
}

 .school-index-content .school-index-nav-bar {
	height: 56px;
	color: #26343f;
	background-color: #f7f9fa;
	line-height: 56px;
	font-size: 1.6rem
}

 .school-index-content .school-index-nav-bar .nav-bar-box {
	position: relative
}

 .school-index-nav-bar .nav-item {
	display: block;
	height: 100%;
	width: calc(100% * 135 / 1180);
	text-align: center;
	text-decoration: none;
	color: #26343f
}

 .school-index-nav-bar .nav-item.active {
	background-color: #fff;
	color: #078cf1;
	font-weight: 700
}

 .school-index-nav-bar .nav-item:hover {
	color: #078cf1
}

 .helper-box {
	position: relative
}

 .section-left-page {
	margin-top: 40px
}

 .section-right-activity {
	position: absolute;
	top: 40px;
	right: 0;
	width: 280px
}

 .section-right-activity .activity-item {
	margin-bottom: 20px
}

 .section-right-activity .admission-rate-box {
	width: 280px
}

 .section-right-activity .app-code {
	margin-top: 20px
}

 .section-inner-box {
	margin-right: 360px
}

 .section-item {
	margin-top: 50px
}

 .section-item:first-child {
	margin-top: 0
}

 .section-item .section-item-head {
	margin-bottom: 30px;
	font-size: 2.4rem;
	line-height: 24px;
	font-weight: 700
}

 .section-item .section-item-head:first-child {
	margin-top: 0
}

.container-hks-major-list {
	padding-bottom: 80px
}

.container-hks-major-info .page-header,.container-hks-major-list .page-header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.container-hks-major-info .page-header .page-back,.container-hks-major-list .page-header .page-back {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 13px;
	opacity: .6;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	
}
.container-hks-major-info .page-header .page-back,.container-hks-major-list .page-header .page-back a{
	color: #333;
}

.container-hks-major-info .page-header .header-text,.container-hks-major-list .page-header .header-text {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 24px;
	font-weight: 700
}

.container-hks-major-info .page-header .cece-btn,.container-hks-major-list .page-header .cece-btn {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #ff9c08;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-hks-major-info .tab-box,.container-hks-major-list .tab-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border: 1px solid #e4e5e6;
	background-color: #f5f7fa;
	font-size: 14px
}

.container-hks-major-info .tab-box .tab-title,.container-hks-major-list .tab-box .tab-title {
	margin-right: 20px;
	color: #949ba1;
	line-height: 28px
}

.container-hks-major-info .tab-box .departments,.container-hks-major-list .tab-box .departments {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: -16px
}

.container-hks-major-info .tab-box .departments .tab-item,.container-hks-major-list .tab-box .departments .tab-item {
	display: inline-block;
	margin: 0 8px 16px 0;
	padding: 0 10px;
	color: #26343f;
	line-height: 28px;
	border-radius: 3px;
	transition: all .15s
}

.container-hks-major-info .tab-box .departments .tab-item:first-child,.container-hks-major-list .tab-box .departments .tab-item:first-child {
	margin-left: 0
}

.container-hks-major-info .tab-box .departments .tab-item.active,.container-hks-major-info .tab-box .departments .tab-item:not(.active):hover,.container-hks-major-list .tab-box .departments .tab-item.active,.container-hks-major-list .tab-box .departments .tab-item:not(.active):hover {
	background-color: #078cf1;
	color: #fff
}

.container-hks-major-info .majors-content-header,.container-hks-major-list .majors-content-header {
	margin-top: 20px;
	width: 100%;
	border: none;
	border-spacing: 0;
	font-size: 14px;
	text-align: left
}

.container-hks-major-info .majors-content-header .table-th th,.container-hks-major-list .majors-content-header .table-th th {
	color: #949ba1;
	font-weight: 400;
	min-width: 100px
}

.container-hks-major-info .majors-content-header .table-body tr:nth-child(odd),.container-hks-major-list .majors-content-header .table-body tr:nth-child(odd) {
	background-color: #f7f9fa
}

.container-hks-major-info .majors-content-header tr,.container-hks-major-list .majors-content-header tr {
	height: 50px;
	line-height: 50px
}

.container-hks-major-info .majors-content-header td,.container-hks-major-info .majors-content-header th,.container-hks-major-list .majors-content-header td,.container-hks-major-list .majors-content-header th {
	padding: 0 20px
}

.container-hks-major-info .majors-content-header span.clamp,.container-hks-major-list .majors-content-header span.clamp {
	line-height: 21px;
	max-height: 21px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-hks-major-info .majors-content-header span.clamp,.container-hks-major-list .majors-content-header span.clamp {
		line-height: 21px;
		max-height: 21px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-hks-major-info .majors-content-header span.clamp,.container-hks-major-list .majors-content-header span.clamp {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.container-hks-major-info .major-header,.container-hks-major-list .major-header {
	margin: 30px 0
}

.container-hks-major-info .major-header .major-chinese-name,.container-hks-major-info .major-header .major-english-name,.container-hks-major-list .major-header .major-chinese-name,.container-hks-major-list .major-header .major-english-name {
	margin: 0;
	padding: 0;
	font-weight: 700
}

.container-hks-major-info .major-header .major-english-name,.container-hks-major-list .major-header .major-english-name {
	font-size: 20px
}

.container-hks-major-info .major-header .major-chinese-name,.container-hks-major-list .major-header .major-chinese-name {
	font-size: 24px
}

.container-hks-major-info .section-box,.container-hks-major-list .section-box {
	margin-bottom: 30px
}

.container-hks-major-info .section-box .item-title,.container-hks-major-list .section-box .item-title {
	font-size: 18px;
	font-weight: 700
}

.container-hks-major-info .section-box .section-item-box,.container-hks-major-list .section-box .section-item-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -20px
}

.container-hks-major-info .section-box .section-item-box .major-section-item,.container-hks-major-list .section-box .section-item-box .major-section-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	margin-bottom: 20px
}

.container-hks-major-info .section-box .section-item-box .major-section-item .section-label,.container-hks-major-list .section-box .section-item-box .major-section-item .section-label {
	min-width: 50px
}

.container-hks-major-info .section-box .section-item-box .major-section-item .section-value,.container-hks-major-list .section-box .section-item-box .major-section-item .section-value {
	word-break: break-word;
	padding-right: 16px
}

.container-hks-major-info .section-box .section-item-box .hks-text,.container-hks-major-list .section-box .section-item-box .hks-text {
	margin-bottom: 20px;
	line-height: 30px;
	word-break: break-word;
	white-space: pre-line
}

.container-hks-major-info .section-box .course-box,.container-hks-major-list .section-box .course-box {
	width: 100%;
	border: none;
	border-spacing: 0;
	margin-top: 20px;
	font-size: 14px
}

.container-hks-major-info .section-box .course-box .major-course-box,.container-hks-major-list .section-box .course-box .major-course-box {
	height: 50px
}

.container-hks-major-info .section-box .course-box .major-course-box:nth-child(odd),.container-hks-major-list .section-box .course-box .major-course-box:nth-child(odd) {
	background-color: #f5f6f7
}

.container-hks-major-info .section-box .course-box .major-course-box .course-index,.container-hks-major-list .section-box .course-box .major-course-box .course-index {
	width: 106px
}

.container-hks-major-info .section-box .course-box .major-course-box .course-english-name,.container-hks-major-list .section-box .course-box .major-course-box .course-english-name {
	padding-left: 10px;
	padding-right: 20px;
	color: #949ba1
}

.container-hks-major-info .section-box .course-box .major-course-box td,.container-hks-major-list .section-box .course-box .major-course-box td {
	padding-left: 20px
}

.container-school-introduction {
	display: block;
	padding-bottom: 80px;
	color: #26343f
}

.container-school-introduction .pc-uhome-item-box {
	float: left;
	width: calc(100% / 3 - 20px / 3);
	margin-right: 10px;
	cursor: pointer;
	overflow: hidden
}

.container-school-introduction .pc-uhome-item-box .component-image {
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s
}

.container-school-introduction .pc-uhome-item-box:hover .component-image>.image-preload {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.container-school-introduction .pc-uhome-item-box:last-child {
	margin-right: 0
}

.container-school-introduction .pc-uhome-item-box .uhome-cover {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 160px;
	overflow: hidden
}

.container-school-introduction .pc-uhome-item-box .uhome-cover .uhome-cover-tip {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background: linear-gradient(90deg,#fca646,#ff5a5f);
	border-bottom-right-radius: 6px
}

.container-school-introduction .pc-uhome-item-box .tags-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.container-school-introduction .pc-uhome-item-box .tags-box .tag-item {
	padding: 3px 4px;
	margin-right: 6px;
	margin-bottom: 6px;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-school-introduction .pc-uhome-item-box .house-title {
	font-size: 16px;
	font-weight: 700;
	color: #26343f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-introduction .pc-uhome-item-box .house-price {
	font-size: 12px;
	color: #26343f
}

.container-school-introduction .pc-uhome-item-box .house-price .house-price-num {
	font-size: 16px;
	font-weight: 700
}

.container-school-introduction .section-title .school-title-name {
	padding-bottom: 30px;
	color: #26343f;
	font-weight: 700;
	font-size: 4.2rem;
	line-height: 4.2rem;
	border-bottom: 1px solid #e4e5e6
}

.container-school-introduction .section-item-head {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.container-school-introduction .section-item-head .section-item-head-text {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.container-school-introduction .section-item-head .section-item-more {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 16px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #949ba1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: all .2s
}

.container-school-introduction .section-item-head .section-item-more:after {
	content: "";
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 8px;
	height: 8px;
	border-right: 1px solid #949ba1;
	border-bottom: 1px solid #949ba1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .2s
}

.container-school-introduction .section-item-head .section-item-more:hover {
	color: #078cf1
}

.container-school-introduction .section-item-head .section-item-more:hover:after {
	border-color: #078cf1
}

.container-school-introduction .section-school-brief .section-item-head {
	margin-bottom: 40px
}

.container-school-introduction .section-school-brief .section-item-content .brief-box {
	margin-bottom: 33px
}

.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item {
	margin: 40px 0 0 0;
	margin-right: calc(100% * 19 / 818);
	width: calc(100% * 190 / 818);
	height: 50px;
	text-align: center
}

.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item .component-tool-tip .tip {
	bottom: -8px;
	padding: 10px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	font-size: 1.4rem;
	line-height: 20px;
	color: #26343f;
	max-width: 100%;
	text-align: left;
	z-index: 2;
	border-radius: 3px;
	border: 1px solid #e4e5e6;
	background-color: #fff;
	box-shadow: 0 0 6px 0 #e4e5e6
}

.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item .component-tool-tip .tip:after {
	border-bottom-color: #fff
}

.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item .component-tool-tip .tip:before {
	position: absolute;
	top: -6px;
	right: 13px;
	content: "";
	border-bottom: 6px solid #e4e5e6;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item:nth-child(4n) {
	margin-right: 0
}

.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item:first-child,.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item:nth-child(2),.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item:nth-child(3),.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item:nth-child(4) {
	margin-top: 0
}

.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item .brief-item-title {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 16px;
	color: #58646e
}

.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item .brief-item-content .brief-text {
	font-family: gothamBold,sans-serif;
	font-size: 2.4rem;
	line-height: 24px;
	color: #078cf1
}

.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item .brief-item-content .brief-text.overflow-text {
	font-family: PingFang SC,sans-serif;
	font-size: 1.6rem;
	line-height: 20px;
	font-weight: 700;

	display: block;
	overflow: hidden;
	text-overflow: ellipsis;

}

.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item .brief-item-content .more-btn {
	width: 36px;
	height: 20px;
	border: 1px solid #c4c9cc;
	border-radius: 3px;
	background-color: #fff;
	font-size: 1.2rem;
	line-height: 20px;
	color: #58646e;
	transition: all .3s
}

.container-school-introduction .section-school-brief .section-item-content .brief-box .brief-item .brief-item-content .more-btn:hover {
	background-color: #f7f9fa
}

.container-school-introduction .section-school-brief .section-item-content .brief-desc {
	font-size: 1.6rem;
	line-height: 30px
}

.container-school-introduction .section-school-brief .section-item-content .brief-desc.no-desc-text {
	color: #58646e
}

.container-school-introduction .section-school-brief .section-item-content .brief-desc p {
	margin: 0
}

.container-school-introduction .section-major .section-item-content .major-list .major-item {
	margin: 10px 0 0 0;
	margin-right: calc(100% * 10 / 818);
	width: calc(100% * 197 / 818);
	height: 38px;
	background-color: #f7f9fa;
	line-height: 38px;
	font-size: 1.6rem;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-introduction .section-major .section-item-content .major-list .major-item:nth-child(4n) {
	margin-right: 0
}

.container-school-introduction .section-major .section-item-content .major-list .major-item:first-child,.container-school-introduction .section-major .section-item-content .major-list .major-item:nth-child(2),.container-school-introduction .section-major .section-item-content .major-list .major-item:nth-child(3),.container-school-introduction .section-major .section-item-content .major-list .major-item:nth-child(4) {
	margin-top: 0
}

.container-school-introduction .section-school-image .section-item-content .school-images-list {
	position: relative;
	overflow: hidden
}

.container-school-introduction .section-school-image .section-item-content .school-images-list .image-box {
	height: 130px;
	overflow: hidden
}

.container-school-introduction .section-school-image .section-item-content .school-images-list .image-box .image-src {
	margin-right: calc(100% * 10 / 818);
	width: calc(100% * 197 / 818);
	overflow: hidden;
	background-size: cover;
	background-position: 50%
}

.container-school-introduction .section-school-image .section-item-content .school-images-list .image-box .image-src:last-child {
	margin-right: 0
}

.container-school-introduction .section-news .section-item-head {
	margin-bottom: 35px
}

.container-school-introduction .section-qa {
	background-color: #f7f9fa;
	padding: 50px 0
}

.container-school-introduction .section-qa .section-item-head {
	margin-bottom: 40px
}

.container-school-introduction .section-qa .section-item-content .questions-list .questions-item {
	margin-top: 20px;
	padding-bottom: 15px;
	color: #26343f;
	border-bottom: 1px dashed #e4e5e6
}

.container-school-introduction .section-qa .section-item-content .questions-list .questions-item:first-child {
	margin-top: 0
}

.container-school-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-header {
	margin-bottom: 20px
}

.container-school-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-header .user-avatar {
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: middle;
	line-height: 40px
}

.container-school-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-header .user-name {
	margin-right: 10px;
	color: #26343f;
	font-size: 1.4rem;
	line-height: 40px;
	vertical-align: middle
}

.container-school-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-header .extro-info {
	color: #949ba1;
	font-size: 1.4rem;
	line-height: 40px;
	vertical-align: middle
}

.container-school-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-content {
	display: block;
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #26343f;
	line-height: 22px;
	max-height: 44px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-school-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-content {
		line-height: 22px;
		max-height: 44px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-school-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-content {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.container-school-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-content:hover {
	color: #078cf1
}

.container-school-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-footer {
	line-height: 12px
}

.container-school-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-footer .answer-user-info {
	margin-right: 30px
}

.container-school-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-footer .answer-user-info span {
	color: #078cf1;
	font-size: 1.2rem;
	line-height: 12px
}

.container-school-introduction .section-qa .section-item-content .questions-list .questions-item .questions-item-footer .answer-info span {
	color: #949ba1;
	font-size: 1.2rem;
	line-height: 1.2rem
}

.container-school-introduction .section-qa .ask-box {
	margin-top: 50px
}

.container-school-introduction .section-qa .ask-box .ask-title {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 18px;
	color: #26343f;
	font-weight: 700
}

.container-school-introduction .section-qa .ask-box .ask-input {
	margin-bottom: 20px;
	width: 100%;
	height: 200px;
	padding: 20px;
	resize: none;
	font-size: 1.4rem;
	line-height: 28px;
	color: #26343f;
	border: 1px solid #e4e5e6
}

.container-school-introduction .section-qa .ask-box input::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-school-introduction .section-qa .ask-box input:-moz-placeholder,.container-school-introduction .section-qa .ask-box input::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-school-introduction .section-qa .ask-box input:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-school-introduction .section-qa .ask-box textarea::-webkit-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-school-introduction .section-qa .ask-box textarea:-moz-placeholder,.container-school-introduction .section-qa .ask-box textarea::-moz-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-school-introduction .section-qa .ask-box textarea:-ms-input-placeholder {
	color: #c4c9cc;
	line-height: 1.5
}

.container-school-introduction .section-qa .ask-box .submit-btn {
	width: 100px;
	height: 36px;
	border-radius: 3px;
	background-color: #078cf1;
	color: #fff;
	text-align: center;
	line-height: 36px;
	transition: all .3s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-school-introduction .section-qa .ask-box .submit-btn:hover {
	background-color: #64b9fa
}

.container-school-introduction .section-visit-students .section-item-head {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 18px;
	color: #26343f;
	font-weight: 700
}

.container-school-introduction .section-visit-students .section-item-content {
	max-height: 145px;
	overflow: hidden
}

.container-school-introduction .section-visit-students .section-item-content .student-item {
	margin: 0 10px 12px 0
}

.container-school-introduction .section-visit-students .section-item-content .student-item:nth-child(13n) {
	margin-right: 0
}

.container-school-introduction .section-visit-students .section-item-content .student-item .image-src {
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%
}

@media screen and (min-width:1250px) {
	.container-school-introduction .section-visit-students .section-item-content .student-item {
		margin: 0 12px 12px 0
	}

	.container-school-introduction .section-visit-students .section-item-content .student-item:nth-child(16n) {
		margin-right: 0
	}

	.container-school-introduction .section-visit-students .section-item-content .student-item:nth-child(13n) {
		margin-right: 12px
	}
}

.container-school-introduction .section-city-schools .section-item-head {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 18px;
	color: #26343f;
	font-weight: 700
}

.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box {
	padding-left: 1px
}

.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item {
	display: block;
	margin-right: calc(100% * 19 / 818);
	width: calc(100% * 260 / 818);
	border: 1px solid #e4e5e6
}

.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item:last-child {
	margin-right: 0
}

.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .head-image {
	width: 100%;
	height: 170px;
	overflow: hidden
}

.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .head-image .image-src {
	width: 100%
}

.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc {
	position: relative;
	padding: 15px 59px 15px 15px;
	min-height: 69px
}

.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc .ch-name {
	margin-bottom: 7px;
	font-size: 1.6rem;
	line-height: 16px;
	color: #26343f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc .en-name {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 16px;
	color: #949ba1;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc .rank {
	position: absolute;
	top: 0;
	right: 10px;
	width: 34px;
	height: 30px;
	background-color: #ff9c08;
	font-weight: 700;
	font-size: 1.8rem;
	color: #fff;
	line-height: 30px;
	text-align: center
}

.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc .rank .rank-text {
	height: 24px;
	width: 25px;
	fill: #fff;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc .rank:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -10px;
	left: 0;
	border-top: 10px solid #ff9c08;
	border-right: 17px solid transparent
}

.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item .foot-desc .rank:after {
	position: absolute;
	display: block;
	content: "";
	bottom: -10px;
	right: 0;
	border-top: 10px solid #ff9c08;
	border-left: 17px solid transparent
}

.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item:hover .foot-desc .ch-name,.container-school-introduction .section-city-schools .section-item-content .school-list .city-school-item .city-school-box .school-item:hover .foot-desc .en-name {
	text-decoration: underline
}

.container-school-introduction .arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.6);
	border-radius: 50%;
	z-index: 1
}

.container-school-introduction .arrow:hover {
	background-color: rgba(0,0,0,.4)
}

.container-school-introduction .arrow .slider-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.container-school-introduction .arrow.arrow-right {
	right: 10px
}

.container-school-introduction .arrow.arrow-left {
	left: 10px
}

.container-school-introduction .arrow.arrow-left .slider-arrow {
	-webkit-transform: translate(-50%,-50%) rotate(-180deg);
	transform: translate(-50%,-50%) rotate(-180deg)
}

.intro-btn {
	display: block;
	margin: 57px auto 0;
	width: 230px;
	line-height: 44px;
	font-size: 1.6rem;
	color: #078cf1;
	border: 1px solid #078cf1;
	border-radius: 25px;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-school-introduction .intro-btn:hover {
	background-color: #078cf1;
	color: #fff
}

.container-school-list {
	padding: 40px 0 80px;
	background-color: #fff;
	color: #26343f;
	font-size: 1.6rem
}

.container-school-list .right-box {
	width: 280px
}

.container-school-list .right-box .activity-item {
	margin-bottom: 20px
}

.container-school-list .right-box .activity-item:nth-last-child(2) {
	margin-bottom: 40px
}

.container-school-list .right-box .rank-box {
	width: 280px
}

.container-school-list .right-box .rank-box .rank-tab-btns {
	border-bottom: 1px solid #e4e5e6
}

.container-school-list .right-box .rank-box .rank-tab-btns .rank-tab-btn {
	padding-bottom: 20px;
	margin-bottom: -1px;
	font-size: 1.6rem;
	line-height: 1;
	color: #949ba1;
	font-weight: 500
}

.container-school-list .right-box .rank-box .rank-tab-btns .rank-tab-btn.active {
	border-bottom: 2px solid #078cf1;
	color: #078cf1
}

.container-school-list .right-box .rank-box .rank-tab-btns .rank-tab-btn:hover {
	color: #078cf1
}

.container-school-list .right-box .rank-box .rank-tab-content .rank-list {
	padding-top: 10px
}

.container-school-list .right-box .rank-box .rank-tab-content .rank-list .rank-item {
	position: relative;
	display: block;
	padding: 16px 0;
	color: #26343f;
	font-size: 1.4rem;
	line-height: 20px;
	transition: all .3s
}

.container-school-list .right-box .rank-box .rank-tab-content .rank-list .rank-item:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 3px;
	height: 3px;
	background-color: #58646e;
	border-radius: 50%;
	vertical-align: middle
}

.container-school-list .right-box .rank-box .rank-tab-content .rank-list .rank-item:after {
	position: absolute;
	top: 24px;
	right: 2px;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #c4c9cc;
	border-bottom: 1px solid #c4c9cc;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.container-school-list .right-box .rank-box .rank-tab-content .rank-list .rank-item:hover {
	background-color: #f9f9f9
}

.container-school-list .right-box .rank-box .rank-tab-content .show-more {
	margin: 10px auto 0;
	width: 180px;
	height: 42px;
	border: 1px solid #e4e5e6;
	border-radius: 21px;
	color: #078cf1;
	font-size: 1.4rem;
	line-height: 40px;
	text-align: center;
	transition: all .3s
}

.container-school-list .right-box .rank-box .rank-tab-content .show-more:hover {
	background-color: #078cf1;
	color: #fff;
	border-color: #078cf1
}

.container-school-list .right-box .app-code {
	margin-top: 20px
}

.container-school-list .left-box {
	overflow: hidden;
	margin-right: 360px
}

.container-school-list .left-box .category-section {
	margin-bottom: 20px;
	padding: 0 30px;
	overflow: hidden;
	border: 1px solid rgba(228,229,230,.6)
}

.container-school-list .left-box .category-section .category-item {
	position: relative;
	margin-top: 15px
}

.container-school-list .left-box .category-section .category-item .show-more-btn {
	position: absolute;
	display: none;
	right: 0;
	bottom: 15px;
	padding: 3px 10px;
	color: #078cf1;
	font-size: 1.4rem;
	line-height: 20px;
	text-align: center
}

.container-school-list .left-box .category-section .category-item .show-more-btn:hover {
	color: #64b9fa
}

.container-school-list .left-box .category-section .category-item.show-more .show-more-btn {
	display: block
}

.container-school-list .left-box .category-section .category-item.show-more .category-content {
	height: 42px;
	overflow: hidden
}

.container-school-list .left-box .category-section .category-item.show-more .opened {
	height: auto
}

.container-school-list .left-box .category-section .category-item .category-title {
	padding: 4px 0;
	margin-right: 20px;
	color: #949ba1;
	font-size: 1.4rem;
	line-height: 20px
}

.container-school-list .left-box .category-section .category-item .category-content {
	margin-left: 90px;
	border-bottom: 1px dashed #e4e5e6
}

.container-school-list .left-box .category-section .category-item .category-content .tag-item {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	margin: 0 8px 15px 0;
	padding: 3px 10px;
	border-radius: 2px;
	font-size: 1.4rem;
	line-height: 20px;
	transition: all .3s;
	color: #26343f
}

.container-school-list .left-box .category-section .category-item .category-content .tag-item.active,.container-school-list .left-box .category-section .category-item .category-content .tag-item.active:hover {
	background-color: #078cf1;
	color: #fff
}

.container-school-list .left-box .category-section .category-item .category-content .tag-item:hover {
	background-color: #f5f6f7
}

.container-school-list .left-box .category-section .category-item:last-child .category-content {
	border-bottom: 0
}

.container-school-list .left-box .schools-box .schools-title {
	margin-top: 20px;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-school-list .left-box .schools-box .schools-title span {
	display: inline-block;
	font-size: 1.2rem;
	height: 42px;
	line-height: 42px;
	color: #58646e
}

.container-school-list .left-box .schools-box .schools-title .count-text,.container-school-list .left-box .schools-box .schools-title .current-page {
	color: #078cf1
}

.container-school-list .left-box .schools-box .pagination {
	margin-top: 60px
}

.container-school-major {
	padding-bottom: 177px
}

.container-school-major .section-item .section-item-head .head-text {
	font-size: 2.4rem;
	line-height: 24px;
	color: #26343f;
	font-weight: 700
}

.container-school-major .section-item .section-item-head .major-text {
	font-size: 1.4rem;
	color: #ff9c08;
	line-height: 24px;
	font-weight: 400;
	font-weight: 700
}

.container-school-major .section-item .section-item-head .major-text:hover {
	text-decoration: underline
}

.container-school-major .section-item .section-item-content {
	color: #26343f
}

.container-school-major .section-item .section-item-content .direction-list {
	margin-bottom: 40px;
	padding: 0 20px;
	border: 1px solid #e4e5e6;
	background-color: #f7f9fa
}

.container-school-major .section-item .section-item-content .direction-list .direction-box {
	padding: 20px 0 0
}

.container-school-major .section-item .section-item-content .direction-list .direction-box:first-child {
	border-bottom: 1px solid #e4e5e6
}

.container-school-major .section-item .section-item-content .direction-list .direction-box .direction-head {
	margin-right: 30px;
	font-size: 1.4rem;
	line-height: 28px;
	color: #949ba1
}

.container-school-major .section-item .section-item-content .direction-list .direction-box .direction-content {
	width: calc(100% - 78px)
}

.container-school-major .section-item .section-item-content .direction-list .direction-box .direction-content .direction-item {
	display: inline-block;
	margin: 0 10px 15px 0;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	font-size: 1.4rem;
	color: #26343f;
	border-radius: 3px;
	transition: all .3s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-school-major .section-item .section-item-content .direction-list .direction-box .direction-content .direction-item.active,.container-school-major .section-item .section-item-content .direction-list .direction-box .direction-content .direction-item:hover {
	background-color: #078cf1;
	color: #fff
}

.container-school-major .section-item .section-item-content .text-box {
	margin-top: 33px
}

.container-school-major .section-item .section-item-content .text-box:first-child {
	margin-top: 0
}

.container-school-major .section-item .section-item-content .text-box .text-head {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 700
}

.container-school-major .section-item .section-item-content .text-box .text-content .text-row {
	margin: 0;
	font-size: 1.6rem;
	line-height: 30px;
	color: #26343f
}

.container-school-major .section-item .section-item-content .text-box .text-content .score-item {
	margin-top: 20px;
	width: 50%
}

.container-school-major .section-item .section-item-content .text-box .text-content .score-item .score-name {
	display: inline-block;
	margin-right: 15px;
	width: 60px;
	height: 30px;
	vertical-align: middle
}

.container-school-major .section-item .section-item-content .text-box .text-content .score-item .score-value {
	font-size: 1.6rem;
	line-height: 30px;
	vertical-align: middle
}

.container-school-major .section-item .section-item-content .text-box .text-content .score-item:first-child,.container-school-major .section-item .section-item-content .text-box .text-content .score-item:nth-child(2) {
	margin-top: 0
}

.container-school-sia {
	color: #26343f;
	padding-bottom: 31px
}

.container-school-sia .section-item {
	margin-top: 50px
}

.container-school-sia .section-item:first-child {
	margin-top: 0
}

.container-school-sia .section-item .consult-btn {
	display: inline-block;
	width: 97px;
	height: 30px;
	border-radius: 2px;
	background-color: #ff9c08;
	color: #fff;
	font-size: 1.4rem;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	transition: all .3s
}

.container-school-sia .section-item .consult-btn span {
	font-size: 1.4rem
}

.container-school-sia .section-item .consult-btn:hover {
	background-color: #ffc56e
}

.container-school-sia .section-item .consult-btn.no-icon {
	margin-left: 20px;
	width: 80px;
	height: 24px;
	line-height: 24px
}

.container-school-sia .section-item .consult-btn .icon {
	margin-right: 5px;
	width: 16px;
	height: 14px;
	vertical-align: -2px;
	stroke: #fff
}

.container-school-sia .section-item .section-item-head .head-text {
	color: #078cf1;
	font-size: 2.4rem;
	line-height: 24px;
	font-weight: 700
}

.container-school-sia .section-item .section-item-content .text-box {
	margin-top: 33px
}

.container-school-sia .section-item .section-item-content .text-box:first-child {
	margin-top: 0
}

.container-school-sia .section-item .section-item-content .text-box .text-head {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 700
}

.container-school-sia .section-item .section-item-content .text-box .text-content .text-item {
	margin: 0 10px 10px 0;
	width: 197px;
	height: 38px;
	background-color: #f7f9fa;
	text-align: center;
	font-size: 1.6rem;
	line-height: 38px
}

.container-school-sia .section-item .section-item-content .text-box .text-content .text-item:nth-child(4n) {
	margin-right: 0
}

.container-school-sia .section-item .section-item-content .text-box .text-content .text-item:first-child,.container-school-sia .section-item .section-item-content .text-box .text-content .text-item:nth-child(2),.container-school-sia .section-item .section-item-content .text-box .text-content .text-item:nth-child(3),.container-school-sia .section-item .section-item-content .text-box .text-content .text-item:nth-child(4) {
	margin-bottom: 10px
}

.container-school-sia .section-apply-info .section-item-content .top-box {
	margin-bottom: 30px
}

.container-school-sia .section-apply-info .section-item-content .top-box .left-box .box-icon,.container-school-sia .section-apply-info .section-item-content .top-box .right-box .box-icon {
	margin-right: 20px;
	width: 53px;
	height: 53px
}

.container-school-sia .section-apply-info .section-item-content .top-box .left-box .box-desc,.container-school-sia .section-apply-info .section-item-content .top-box .right-box .box-desc {
	text-align: left
}

.container-school-sia .section-apply-info .section-item-content .top-box .left-box .box-desc .desc-row,.container-school-sia .section-apply-info .section-item-content .top-box .right-box .box-desc .desc-row {
	margin-bottom: 10px
}

.container-school-sia .section-apply-info .section-item-content .top-box .left-box .box-desc .desc-row .row-name,.container-school-sia .section-apply-info .section-item-content .top-box .right-box .box-desc .desc-row .row-name {
	display: inline-block;
	margin-right: 5px;
	width: 96px;
	font-size: 1.6rem;
	line-height: 30px
}

.container-school-sia .section-apply-info .section-item-content .top-box .left-box .box-desc .desc-row .row-value,.container-school-sia .section-apply-info .section-item-content .top-box .right-box .box-desc .desc-row .row-value {
	font-size: 1.6rem;
	line-height: 30px
}

.container-school-sia .section-apply-info .section-item-content .top-box .left-box .box-desc .desc-row:first-child .row-value,.container-school-sia .section-apply-info .section-item-content .top-box .right-box .box-desc .desc-row:first-child .row-value {
	font-size: 2.4rem;
	line-height: 30px;
	font-weight: 700;
	color: #078cf1
}

.container-school-sia .section-apply-info .section-item-content .top-box .left-box {
	margin-right: 83px
}

.container-school-sia .section-apply-info .section-item-content .top-box .right-box .box-desc .desc-row .row-name {
	width: 64px
}

.container-school-sia .section-sia-student .section-item-content .student-item {
	position: relative;
	margin-right: 19px;
	width: 190px;
	height: 280px
}

.container-school-sia .section-sia-student .section-item-content .student-item:last-child {
	margin-right: 0
}

.container-school-sia .section-sia-student .section-item-content .student-item .image-src {
	width: 100%
}

.container-school-sia .section-sia-student .section-item-content .student-item .image-cover {
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(rgba(7,140,241,0),#078cf1)
}

.container-school-sia .section-sia-student .section-item-content .student-item .image-cover .text-box {
	position: absolute;
	bottom: 17px;
	width: 100%
}

.container-school-sia .section-sia-student .section-item-content .student-item .image-cover .text-box .student-info-item {
	margin-bottom: 5px;
	color: hsla(0,0%,100%,.7);
	font-size: 1.4rem;
	line-height: 20px
}

.container-school-sia .section-sia-student .section-item-content .student-item .image-cover .text-box .student-info-item:last-child {
	margin-bottom: 0
}

.container-school-sia .section-sia-student .section-item-content .student-item .image-cover .text-box .student-name {
	line-height: 25px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff
}

.container-school-sia .section-sia-student .item-note {
	margin-top: 30px
}

.container-school-sia .section-sia-student .item-note a,.container-school-sia .section-sia-student .item-note span {
	font-size: 1.4rem;
	color: #26343f
}

.container-school-sia .section-sia-student .item-note a {
	color: #078cf1
}

.container-school-sia .section-sia-entry {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #edf0f2
}

.container-school-sia .section-sia-entry .btn-item {
	display: inline-block;
	margin-right: 20px;
	width: calc((100% - 40px) / 3);
	height: 52px;
	border-radius: 26px;
	background-color: #25bee4;
	color: #fff;
	text-align: center;
	line-height: 52px;
	font-size: 1.6rem;
	transition: all .3s
}

.container-school-sia .section-sia-entry .btn-item:last-child {
	margin-right: 0
}

.container-school-sia .section-sia-entry .btn-item:hover {
	background-color: #80d9ef
}

.container-senior-high {
	background-color: #fff
}

.container-senior-high .header-pic {
	width: 100%;
	height: 300px
}

.container-senior-high .rank-container {
	position: relative;
	min-height: 780px;
	padding-bottom: 80px
}

.container-senior-high .rank-container .rank-content {
	margin-left: 360px
}

.container-senior-high .rank-container .rank-content .no-result {
	margin-top: 100px;
	text-align: center;
	color: #949ba1;
	font-size: 1.8rem
}

.container-senior-high .rank-container .rank-type {
	position: absolute;
	top: 40px;
	left: 0;
	width: 280px
}

.container-senior-high .rank-container .rank-type .type-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100px;
	background-color: #f5f6f7;
	color: #26343f;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.container-senior-high .rank-container .rank-type .type-item:hover .rank-header,.container-senior-high .rank-container .rank-type .type-item:hover .rank-title {
	color: #078cf1;
	transition: color .3s
}

.container-senior-high .rank-container .rank-type .type-item.active {
	background-color: #fff;
	border-left: 4px solid #078cf1;
	box-sizing: content-box;
	color: #078cf1
}

.container-senior-high .rank-container .rank-type .type-item.active .rank-header,.container-senior-high .rank-container .rank-type .type-item.active .rank-title {
	margin-left: -4px
}

.container-senior-high .rank-container .rank-type .type-item .rank-header,.container-senior-high .rank-container .rank-type .type-item .rank-title {
	text-align: center;
	font-size: 1.4rem
}

.container-senior-high .rank-container .rank-type .type-item .rank-header {
	margin-bottom: 4px;
	font-family: gothamMedium;
	line-height: 16px
}

.container-senior-high .rank-container .rank-type .type-item .rank-header span {
	font-size: 1.4rem
}

.container-senior-high h1 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #edf0f2
}

.container-senior-high h1 .main-header {
	padding: 60px 0 0;
	font-size: 24px;
	line-height: 1
}

.container-senior-high h1 .sub-header {
	padding: 5px 0 20px;
	text-align: right;
	font-weight: 400;
	color: #58646e
}

.container-senior-high h1 .sub-header span {
	font-size: 1.4rem
}

.container-senior-high .school-item {
	position: relative;
	padding: 40px 40px 40px 0;
	border-bottom: 1px solid #edf0f2
}

.container-senior-high .school-item:last-child {
	margin-bottom: 60px
}

.container-senior-high .school-item .rank {
	position: absolute;
	top: 40px;
	left: 0;
	width: 60px;
	height: 72px;
	padding-top: 23px;
	line-height: 1;
	background-color: rgba(7,140,241,.08);
	overflow: hidden;
	font-size: 18px;
	color: #078cf1;
	text-align: center;
	font-family: gothamMedium;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px
}

.container-senior-high .school-item .rank:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 16px;
	border-bottom: 16px solid #fff;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	-webkit-transform: translateY(.6px);
	transform: translateY(.6px)
}

.container-senior-high .school-item .school-info-content {
	margin-left: 90px
}

.container-senior-high .school-item .school-info-content .english-name,.container-senior-high .school-item .school-info-content .location span,.container-senior-high .school-item .school-info-content .other-item {
	color: #58646e
}

.container-senior-high .school-item .school-info-content .chinese-name,.container-senior-high .school-item .school-info-content .english-name {
	display: block;
	cursor: pointer;
	transition: color .3s
}

.container-senior-high .school-item .school-info-content .chinese-name:hover,.container-senior-high .school-item .school-info-content .english-name:hover {
	color: #078cf1
}

.container-senior-high .school-item .school-info-content .chinese-name {
	font-size: 2rem;
	line-height: 24px;
	font-weight: 600;
	color: #26343f
}

.container-senior-high .school-item .school-info-content .english-name {
	margin-top: 4px;
	color: #58646e;
	font-size: 16px
}

.container-senior-high .school-item .school-info-content .location {
	margin-top: 5px
}

.container-senior-high .school-item .school-info-content .location svg {
	width: 16px;
	height: 16px;
	fill: #c4c9cc;
	vertical-align: middle
}

.container-senior-high .school-item .school-info-content .location span {
	font-size: 14px;
	vertical-align: middle
}

.container-senior-high .school-item .school-info-content .others {
	margin-top: 26px
}

.container-senior-high .school-item .school-info-content .others .other-item {
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #58646e
}

.container-senior-high .school-item .school-info-content .others .other-item,.container-senior-high .school-item .school-info-content .others .other-item span {
	font-size: 14px;
	line-height: 1
}

.container-senior-high .school-item .school-info-content .others .other-item:last-child {
	border-right: 0
}

.container-senior-high .school-item .school-info-content .others .other-item:first-child {
	padding-left: 0
}

.container-senior-high .school-item .school-onlineqa {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	height: 36px;
	margin: auto 0;
	padding: 0 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	border-radius: 36px;
	background-color: #078cf1;
	transition: opacity .3s
}

.container-senior-high .school-item .school-onlineqa:hover {
	opacity: .8
}

.container-senior-high-school-detail {
	background-color: #fff
}

.container-senior-high-school-detail .header {
	background: url(../images/highschool-banner.jpg) no-repeat 50%/cover
}

.container-senior-high-school-detail .header .header-box {
	position: relative;
	padding: 55px 0
}

.container-senior-high-school-detail .header .header-box .school-info-box .chinese-name {
	position: relative;
	display: inline-block
}

.container-senior-high-school-detail .header .header-box .school-info-box .chinese-name .name {
	display: inline-block;
	margin: 0 0 4px 0;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 600
}

.container-senior-high-school-detail .header .header-box .school-info-box .chinese-name .website {
	position: absolute;
	top: 2px;
	right: -39px;
	font-size: 1.4rem;
	line-height: 1;
	color: #078cf1;
	text-decoration: underline
}

.container-senior-high-school-detail .header .header-box .school-info-box .english-name {
	margin: 0 0 10px 0;
	font-size: 1.6rem;
	line-height: 24px;
	font-weight: 400
}

.container-senior-high-school-detail .header .header-box .school-info-box .school-tags {
	margin-bottom: 24px;
	min-height: 26px
}

.container-senior-high-school-detail .header .header-box .school-info-box .school-tags .tag-item {
	display: inline-block;
	margin-right: 8px;
	padding: 6px 10px;
	border-radius: 3px;
	background-color: #fcebbb;
	font-size: 1.4rem;
	line-height: 1
}

.container-senior-high-school-detail .header .header-box .school-info-box .school-tags .tag-item:last-child {
	margin-right: 0
}

.container-senior-high-school-detail .header .header-box .school-info-box .school-location {
	margin-bottom: 24px
}

.container-senior-high-school-detail .header .header-box .school-info-box .school-location .location-icon {
	margin-right: 6px;
	width: 12px;
	height: 16px;
	vertical-align: middle;
	fill: #58646e
}

.container-senior-high-school-detail .header .header-box .school-info-box .school-location .location-text {
	font-size: 1.4rem;
	line-height: 16px;
	vertical-align: middle
}

.container-senior-high-school-detail .header .header-box .school-info-box .other {
	font-size: 0
}

.container-senior-high-school-detail .header .header-box .school-info-box .other .other-item {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1
}

.container-senior-high-school-detail .header .header-box .btn-group {
	position: absolute;
	right: 0;
	bottom: 60px
}

.container-senior-high-school-detail .header .header-box .btn-group .download-btn,.container-senior-high-school-detail .header .header-box .btn-group .onlineqa-btn {
	display: inline-block;
	width: 140px;
	height: 42px;
	border-radius: 21px;
	vertical-align: middle
}

.container-senior-high-school-detail .header .header-box .btn-group .download-btn {
	margin-right: 15px;
	background-color: hsla(0,0%,100%,.6);
	text-align: center;
	transition: all .3s
}

.container-senior-high-school-detail .header .header-box .btn-group .download-btn .download-icon {
	margin-right: 2px;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	fill: #078cf1;
	stroke: #078cf1;
	transition: all .3s
}

.container-senior-high-school-detail .header .header-box .btn-group .download-btn .download-text {
	font-size: 1.6rem;
	line-height: 42px;
	vertical-align: middle;
	color: #078cf1;
	transition: all .3s
}

.container-senior-high-school-detail .header .header-box .btn-group .download-btn:hover {
	background-color: #078cf1
}

.container-senior-high-school-detail .header .header-box .btn-group .download-btn:hover .download-icon {
	fill: #fff;
	stroke: #fff
}

.container-senior-high-school-detail .header .header-box .btn-group .download-btn:hover .download-text {
	color: #fff
}

.container-senior-high-school-detail .header .header-box .btn-group .onlineqa-btn {
	font-size: 1.6rem;
	line-height: 42px;
	text-align: center;
	background-color: #078cf1;
	color: #fff;
	transition: all .3s
}

.container-senior-high-school-detail .header .header-box .btn-group .onlineqa-btn:hover {
	background-color: #64b9fa
}

.container-senior-high-school-detail .arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.6);
	border-radius: 50%;
	z-index: 1
}

.container-senior-high-school-detail .arrow:hover {
	background-color: rgba(0,0,0,.4)
}

.container-senior-high-school-detail .arrow .slider-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.container-senior-high-school-detail .arrow.arrow-right {
	right: 10px
}

.container-senior-high-school-detail .arrow.arrow-left {
	left: 10px
}

.container-senior-high-school-detail .arrow.arrow-left .slider-arrow {
	-webkit-transform: translate(-50%,-50%) rotate(-180deg);
	transform: translate(-50%,-50%) rotate(-180deg)
}

.container-senior-high-school-detail .content .content-box {
	padding: 60px 0
}

.container-senior-high-school-detail .content .content-box .content-item {
	margin-bottom: 30px
}

.container-senior-high-school-detail .content .content-box .content-item .title {
	margin: 0 0 30px 0;
	color: #26343f;
	font-size: 2.4rem;
	line-height: 1
}

.container-senior-high-school-detail .content .content-box .content-item .text-box {
	color: #26343f;
	font-size: 1.6rem;
	line-height: 30px;
	overflow: hidden
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 35px 8px 0;
	width: calc((100% - 70px) / 3);
	overflow: hidden;
	height: 44px
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-item:nth-child(3n) {
	margin-right: 0
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-item .name {
	font-size: 1.6rem;
	line-height: 22px;
	color: #58646e;
	white-space: nowrap
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-item .value {
	font-size: 1.6rem;
	font-family: PingFang SC,sans-serif;
	color: #078cf1;
	word-wrap: break-word;
	line-height: 22px;
	max-height: 44px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-senior-high-school-detail .content .content-box .content-item .text-box .text-item .value {
		line-height: 22px;
		max-height: 44px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-senior-high-school-detail .content .content-box .content-item .text-box .text-item .value {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell {
	padding: 28px 30px 0;
	width: 25%;
	height: 90px;
	border-bottom: 1px solid #edf0f2;
	border-right: 1px solid #edf0f2;
	overflow: hidden
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell:nth-child(4n+1) {
	border-left: 1px solid #edf0f2
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell:first-child,.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell:nth-child(2),.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell:nth-child(3),.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell:nth-child(4) {
	border-top: 1px solid #edf0f2
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell:last-child {
	margin-bottom: 30px
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell .chinese-name,.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell .english-name {
	font-size: 1.6rem;
	line-height: 22px;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell .english-name {
	font-weight: 600;
	color: #26343f
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell .chinese-name {
	color: #949ba1
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell.no-chinese {
	padding-top: 0
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell.no-chinese .english-name {
	line-height: 90px
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell.no-english {
	padding-top: 0
}

.container-senior-high-school-detail .content .content-box .content-item .text-box .text-cell.no-english .chinese-name {
	line-height: 90px;
	color: #26343f
}

.container-senior-high-school-detail .content .content-box .content-item:last-child {
	margin-bottom: 0
}

.container-senior-high-school-detail .content .content-box .content-item:first-child,.container-senior-high-school-detail .content .content-box .content-item:first-child .title {
	margin-bottom: 23px
}

.container-senior-high-school-detail .content .content-box .school-images-list {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px
}

.container-senior-high-school-detail .content .content-box .school-images-list .image-box {
	height: 180px;
	overflow: hidden
}

.container-senior-high-school-detail .content .content-box .school-images-list .image-box .image-src {
	margin-right: 15px;
	width: calc((100% - 45px) / 4);
	overflow: hidden;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.container-senior-high-school-detail .content .content-box .school-images-list .image-box .image-src:last-child {
	margin-right: 0
}

.container-senior-high-schools {
	padding-top: 40px;
	background-color: #fff
}

.container-senior-high-schools .right-box {
	width: 280px
}

.container-senior-high-schools .right-box .activity-item {
	margin-bottom: 40px
}

.container-senior-high-schools .right-box .rank-box {
	width: 280px
}

.container-senior-high-schools .right-box .rank-box .rank-tab-btns {
	border-bottom: 1px solid #e4e5e6
}

.container-senior-high-schools .right-box .rank-box .rank-tab-btns .rank-tab-btn {
	padding-bottom: 20px;
	margin-bottom: -1px;
	font-size: 1.6rem;
	line-height: 1;
	color: #949ba1;
	font-weight: 500
}

.container-senior-high-schools .right-box .rank-box .rank-tab-btns .rank-tab-btn.active {
	border-bottom: 2px solid #078cf1;
	color: #078cf1
}

.container-senior-high-schools .right-box .rank-box .rank-tab-btns .rank-tab-btn:hover {
	color: #078cf1
}

.container-senior-high-schools .right-box .rank-box .rank-tab-content .rank-list {
	padding: 20px 0
}

.container-senior-high-schools .right-box .rank-box .rank-tab-content .rank-list .rank-item {
	position: relative;
	display: block;
	margin-bottom: 20px;
	transition: all .3s
}

.container-senior-high-schools .right-box .rank-box .rank-tab-content .rank-list .rank-item .rank {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	text-align: center;
	line-height: 18px;
	font-size: 1.2rem;
	background-color: #c4c9cc;
	color: #fff
}

.container-senior-high-schools .right-box .rank-box .rank-tab-content .rank-list .rank-item .rank.top {
	background-color: #ec4141
}

.container-senior-high-schools .right-box .rank-box .rank-tab-content .rank-list .rank-item .content {
	margin-left: 28px
}

.container-senior-high-schools .right-box .rank-box .rank-tab-content .rank-list .rank-item .content .chinese-name {
	margin-bottom: 4px;
	font-size: 1.6rem;
	line-height: 16px;
	color: #26343f;
	transition: all .3s;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-senior-high-schools .right-box .rank-box .rank-tab-content .rank-list .rank-item .content .chinese-name:hover {
	color: #078cf1
}

.container-senior-high-schools .right-box .rank-box .rank-tab-content .rank-list .rank-item .content .english-name {
	font-size: 1.4rem;
	line-height: 22px;
	color: #949ba1;
	transition: all .3s;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-senior-high-schools .right-box .rank-box .rank-tab-content .rank-list .rank-item .content .english-name:hover {
	color: #078cf1
}

.container-senior-high-schools .left-box {
	overflow: hidden;
	margin-right: 360px;
	min-height: 1000px
}

.container-senior-high-schools .left-box .category-section {
	margin-bottom: 20px;
	padding: 0 30px;
	overflow: hidden;
	border: 1px solid rgba(227,231,232,.6)
}

.container-senior-high-schools .left-box .category-section .category-item {
	position: relative;
	margin-top: 15px
}

.container-senior-high-schools .left-box .category-section .category-item:last-child .category-content {
	border-bottom: none
}

.container-senior-high-schools .left-box .category-section .category-item .category-title {
	padding: 4px 0;
	margin-right: 20px;
	color: #949ba1;
	font-size: 1.4rem;
	line-height: 20px
}

.container-senior-high-schools .left-box .category-section .category-item .category-content {
	margin-left: 90px;
	border-bottom: 1px dashed #e4e7e8
}

.container-senior-high-schools .left-box .category-section .category-item .category-content .tag-item {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	margin: 0 8px 15px 0;
	padding: 3px 10px;
	border-radius: 2px;
	font-size: 1.4rem;
	line-height: 20px;
	transition: all .3s;
	color: #26343f
}

.container-senior-high-schools .left-box .category-section .category-item .category-content .tag-item.active {
	background-color: #078cf1;
	color: #fff
}

.container-senior-high-schools .left-box .category-section .category-item .category-content .tag-item.active:hover {
	background-color: #078cf1;
	color: #fff;
	opacity: .9
}

.container-senior-high-schools .left-box .category-section .category-item .category-content .tag-item:hover {
	background-color: #f5f6f7
}

.container-senior-high-schools .left-box .schools-section .school-title {
	padding: 15px 0;
	vertical-align: middle;
	border-bottom: 1px solid #edf0f2
}

.container-senior-high-schools .left-box .schools-section .school-title .count {
	font-size: 0
}

.container-senior-high-schools .left-box .schools-section .school-title .count span {
	font-size: 1.2rem;
	line-height: 1;
	color: #58646e
}

.container-senior-high-schools .left-box .schools-section .school-title .count span.strong {
	color: #078cf1
}

.container-senior-high-schools .left-box .no-result {
	margin-top: 100px;
	text-align: center;
	color: #949ba1;
	font-size: 1.8rem
}

.container-senior-high-schools .left-box .pagination-section {
	padding: 60px 0 80px
}

.container-sitemap {
	color: #26343f;
	padding: 25px 0;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px
}

@media screen and (min-width:1000px) {
	.container-sitemap {
		width: 1000px
	}
}

@media screen and (min-width:1250px) {
	.container-sitemap {
		width: 1180px
	}
}

.container-sitemap .container-sitemap-body {
	margin: 0 auto
}

.container-sitemap .container-sitemap-body>header {
	padding-bottom: 25px
}

.container-sitemap .container-sitemap-body>header span {
	font-size: 2.5rem
}

.container-sitemap .container-sitemap-body a,.container-sitemap .container-sitemap-body a:active,.container-sitemap .container-sitemap-body a:link,.container-sitemap .container-sitemap-body a:visited {
	color: #26343f
}

.container-sitemap .container-sitemap-body a:hover {
	color: #078cf1
}

.container-sitemap .container-sitemap-body li,.container-sitemap .container-sitemap-body ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.container-sitemap .container-sitemap-body ul {
	margin-bottom: 10px
}

.container-sitemap .container-sitemap-body ul li {
	background-color: #fff;
	margin-bottom: 10px
}

.container-sitemap .container-sitemap-body ul header {
	padding: 10px 0;
	background-color: #078cf1;
	margin-bottom: 10px
}

.container-sitemap .container-sitemap-body ul header a {
	display: block;
	color: #fff!important;
	padding: 10px
}

.container-sitemap .container-sitemap-body ul li a {
	display: inline-block;
	padding: 5px 15px
}

.container-sitemap .container-sitemap-body ul li.leaf {
	display: inline-block;
	margin-right: 15px
}

.container-smart-school-test-index-regular {
	position: relative;
	height: 100vh;
	min-height: 768px;
	padding-top: 90px;
	text-align: center;
	color: #fff;
	background: #585858 url(../images/index_bg_pc.jpg) 50%/cover
}

.container-smart-school-test-index-regular * {
	font-size: 1.8rem;
	letter-spacing: .15rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-smart-school-test-index-regular img {
	width: 100%;
	max-width: 960px
}

@media screen and (min-width:1250px) {
	.container-smart-school-test-index-regular .smaller,.container-smart-school-test-index-regular .title {
		font-size: 8rem
	}

	.container-smart-school-test-index-regular .smaller {
		font-size: 4rem
	}

	.container-smart-school-test-index-regular .subtitle {
		font-size: 9rem
	}
}

.container-smart-school-test-index-regular .logo {
	display: none
}

.container-smart-school-test-index-regular .smaller,.container-smart-school-test-index-regular .title {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 7rem;
	font-weight: 400;
	color: #fff
}

.container-smart-school-test-index-regular .smaller {
	margin-bottom: 10px;
	font-size: 3rem
}

.container-smart-school-test-index-regular .subtitle {
	margin: 0;
	font-size: 8rem;
	text-align: center;
	font-weight: 900;
	color: #fff
}

.container-smart-school-test-index-regular .is-parent-checkbox {
	display: inline-block;
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 5px;
	margin-bottom: -2px
}

.container-smart-school-test-index-regular .is-parent-checkbox:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	border: 1px solid #ff2e6f
}

.container-smart-school-test-index-regular .is-parent-checkbox:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: transparent;
	transition: background-color .2s
}

.container-smart-school-test-index-regular .is-parent-checkbox.checked:after {
	background-color: #ff2e6f
}

.container-smart-school-test-index-regular .buttons {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%
}

.container-smart-school-test-index-regular .buttons * {
	cursor: pointer
}

.container-smart-school-test-index-regular .buttons .button {
	display: block;
	margin: 28px auto 0;
	width: 320px;
	height: 40px;
	border-radius: 1.2px;
	background: #ff2e6f;
	color: #fff;
	line-height: 40px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-smart-school-test-index-regular .buttons .button:hover {
	-webkit-transform: scale(.98) translateY(2px);
	transform: scale(.98) translateY(2px)
}

.container-smart-school-test-index-regular .features {
	position: absolute;
	top: 75%;
	left: 0;
	width: 100%
}

.container-smart-school-test-index-regular .features img {
	max-width: 720px;
	width: 50%;
	min-width: 480px
}

.container-smart-school-test-regular-question {
	position: relative;
	height: 100vh;
	padding-top: 40px;
	min-height: 768px;
	text-align: center;
	color: #fff;
	background: #5c5c5c url(../images/question_bg_pc.jpg) 50%/cover
}

.container-smart-school-test-regular-question .smaller,.container-smart-school-test-regular-question .title {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 7rem;
	font-weight: 400
}

.container-smart-school-test-regular-question .smaller {
	margin: 0;
	font-size: 3rem
}

.container-smart-school-test-regular-question .test-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 640px;
	height: 100%;
	max-height: 640px;
	margin: 0 auto
}

.container-smart-school-test-regular-question .test-container-pad {
	height: calc((100vh - 640px) / 2)
}

.container-smart-school-test-regular-question .progress-bar {
	position: relative;
	top: calc(75px - 590px / 16);
	left: 25px;
	width: 590px;
	height: calc(590px / 16)
}

.container-smart-school-test-regular-question .progress-bar svg {
	display: block;
	width: 100%;
	height: 100%
}

.container-smart-school-test-regular-question .progress-bar svg circle {
	fill: #ff2e6f;
	stroke: none
}

.container-smart-school-test-regular-question .progress-bar svg circle.done {
	fill: #bb013a
}

.container-smart-school-test-regular-question .progress-bar svg circle.current {
	fill: #bb013a;
	stroke: #fff;
	stroke-width: 2
}

.container-smart-school-test-regular-question .progress-bar svg text {
	fill: #fff;
	-webkit-transform: translate(-.5px,1px);
	transform: translate(-.5px,1px);
	text-anchor: middle;
	dominant-baseline: central;
	dominant-baseline: middle;
	font-size: 9px;
	font-weight: 700
}

.container-smart-school-test-regular-question .progress-bar svg line {
	stroke: #ff2e6f;
	stroke-width: 2
}

.container-smart-school-test-regular-question .progress-bar svg line.current,.container-smart-school-test-regular-question .progress-bar svg line.done {
	stroke: #bb013a
}

.container-smart-school-test-regular-question .question-box {
	position: relative;
	top: 75px;
	left: 25px;
	width: 590px;
	height: calc(100% - 200px)
}

.container-smart-school-test-regular-question .question-box .question-background-1 {
	position: absolute;
	top: 0;
	left: 20px;
	background-color: hsla(0,0%,100%,.5);
	width: calc(100% - 20px);
	height: calc(100% - 24px)
}

.container-smart-school-test-regular-question .question-box .question-background-2 {
	position: absolute;
	top: 12px;
	left: 10px;
	background-color: hsla(0,0%,100%,.75);
	width: calc(100% - 20px);
	height: calc(100% - 24px)
}

.container-smart-school-test-regular-question .question-box .question-container {
	position: absolute;
	top: 24px;
	left: 0;
	width: calc(100% - 20px);
	height: calc(100% - 24px);
	background-color: #fff;
	color: #333;
	overflow: hidden
}

.container-smart-school-test-regular-question .question-box .question-container .question-content {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	transition: top .2s
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .single-question-text {
	height: 105px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .single-question-text:after,.container-smart-school-test-regular-question .question-box .question-container .question-content .single-question-text:before {
	content: " ";
	display: table;
	clear: both
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .single-question-text .title {
	margin: 16px 0;
	font-size: 2.5rem;
	letter-spacing: .1rem
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .single-question-text .title:last-child {
	margin-bottom: 0
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .single-question-text input {
	display: block;
	margin: 0 auto;
	width: 320px;
	height: 35px;
	font-size: 1.4rem;
	border: 2px solid #f1f1f1;
	padding: 0 5px;
	border-radius: 8px
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .multiple-question-text,.container-smart-school-test-regular-question .question-box .question-container .question-content .single-question-text.school-selector {
	height: 120px
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .multiple-question-text:after,.container-smart-school-test-regular-question .question-box .question-container .question-content .multiple-question-text:before {
	content: " ";
	display: table;
	clear: both
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .multiple-question-text .title {
	margin: 16px 0;
	font-size: 2.5rem;
	letter-spacing: .1rem
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .multiple-question-text .multi-tab {
	margin: 0 auto;
	width: 270px;
	height: 35px;
	border-radius: 35px;
	border: 3px solid #ff2e6f;
	padding: 3px
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .multiple-question-text .multi-tab .multi-text.btn {
	float: left;
	width: 50%;
	height: 23px;
	border-radius: 35px;
	font-size: 1.2rem;
	letter-spacing: .1rem;
	line-height: 23px;
	background-color: #fff;
	color: #ff2e6f
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .multiple-question-text .multi-tab .multi-text.btn.selected {
	background-color: #ff2e6f;
	color: #fff
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .multiple-question-text+.answer-list-container,.container-smart-school-test-regular-question .question-box .question-container .question-content .single-question-text.school-selector+.answer-list-container {
	height: calc(100% - 200px)
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .answer-list-container {
	height: calc(100% - 185px);
	overflow-y: auto
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .answer-list-container:after,.container-smart-school-test-regular-question .question-box .question-container .question-content .answer-list-container:before {
	content: " ";
	display: table;
	clear: both
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .answer-list-container .answer-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: start;
	-ms-flex-line-pack: start;
	align-content: start;
	padding: 5px 0;
	height: 100%
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .answer-list-container .answer-item-wrapper {
	margin: 5px 7px;
	-webkit-flex: 0 0 265px;
	-ms-flex: 0 0 265px;
	flex: 0 0 265px
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .answer-list-container .answer-item-wrapper .answer-item.btn {
	position: relative;
	padding-left: 35px
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .answer-list-container .answer-item-wrapper .answer-item.btn:before {
	position: absolute;
	content: "";
	top: 6px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 24px;
	border: 1px solid #ff2e6f
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .answer-list-container .answer-item-wrapper .answer-item.btn .cell {
	padding: 8px 5px 8px 24px;
	background-color: #f1f1f1;
	line-height: 20px;
	font-size: 15px;
	text-align: justify;
	text-indent: -19px
}

.container-smart-school-test-regular-question .question-box .question-container .question-content .answer-list-container .answer-item-wrapper.selected .answer-item.btn:after {
	position: absolute;
	content: "";
	top: 10px;
	left: 4px;
	width: 14px;
	height: 14px;
	border-radius: 16px;
	background-color: #ff2e6f
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container {
	position: relative;
	top: 0;
	padding: 220px 90px 90px;
	text-align: justify;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container input,.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container span {
	font-size: 1.4rem
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container .form {
	position: absolute;
	top: 60px;
	width: 320px;
	left: 125px
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container .form input {
	background-color: #f1f1f1;
	margin: 2px 5px;
	width: calc(100% - 10px);
	height: 35px;
	padding: 0 10px;
	letter-spacing: .1rem;
	border-radius: 5px
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container .form .input-group {
	text-align: justify
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container .form .input-group input {
	float: left;
	width: calc(100% - 135px);
	border-radius: 5px
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container .form .input-group .input-after.btn {
	float: left;
	width: 120px;
	height: 35px;
	margin: 2px 0;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	background-color: #ff2e6f;
	color: #fff;
	box-shadow: 0 5px 10px -2px rgba(255,46,111,.35)
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container .form .input-group .input-after.btn svg {
	width: 100%;
	height: 100%
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container .form .finished {
	padding: 24px 0
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container .form .finished,.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container .form .finished * {
	font-size: 2rem
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container .zhike-intro {
	padding: 3px 6px
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.register-container .zhike-intro .highlight {
	color: #ff2e6f
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.sent-report-success-container {
	top: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px
}

.container-smart-school-test-regular-question .question-box .question-container .question-content.sent-report-success-container .success-text {
	font-size: 2rem;
	color: #ff2e6f;
	letter-spacing: .2rem
}

.container-smart-school-test-regular-question .last-question-btn.btn {
	position: absolute;
	bottom: 125px;
	height: 40px;
	width: 247px;
	border-radius: 1.2px;
	background: #ff2e6f;
	color: #fff;
	line-height: 40px;
	box-shadow: 0 5px 20px 0 rgba(255,46,111,.5);
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 2rem;
	letter-spacing: .1rem
}

.container-smart-school-test-regular-question .last-question-btn.btn:hover {
	-webkit-transform: scale(.98) translateY(2px);
	transform: scale(.98) translateY(2px)
}

.container-smart-school-test-regular-question .last-question-btn.btn.last {
	left: 50px
}

.container-smart-school-test-regular-question .last-question-btn.btn.next {
	right: 70px
}

.container-smart-school-test-regular-report {
	min-width: 960px;
	background: #fff
}

.container-smart-school-test-regular-report>header {
	position: relative;
	width: 100%;
	height: calc(100vw / 1900 * 790);
	min-height: 400px;
	max-height: 500px;
	background: #f1f1f1 url(../images/report_header_pc.jpg) 50%/cover
}

.container-smart-school-test-regular-report>header .title {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 0 calc((100% - 640px) / 2)
}

.container-smart-school-test-regular-report>header .title img {
	width: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.container-smart-school-test-regular-report>header .btn-group {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 60px calc((100% - 640px) / 2)
}

.container-smart-school-test-regular-report>header .btn-group .btn {
	float: left;
	width: calc((100% - 100px) / 2);
	height: 50px;
	border-radius: 6px;
	background-color: #ff2e6f;
	color: #fff;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: .2rem;
	line-height: 50px;
	box-shadow: 0 3px 10px rgba(255,46,111,.005);
	transition: all .2s
}

.container-smart-school-test-regular-report>header .btn-group .btn:hover {
	-webkit-transform: scale(.98) translateY(3px);
	transform: scale(.98) translateY(3px)
}

.container-smart-school-test-regular-report>header .btn-group .btn.selected {
	box-shadow: 0 3px 15px rgba(255,46,111,.75)
}

.container-smart-school-test-regular-report>header .btn-group .btn+.btn {
	margin-left: 100px
}

.container-smart-school-test-regular-report .analyse {
	width: 800px;
	margin: 0 auto
}

.container-smart-school-test-regular-report .analyse>section svg.activity-meter {
	display: block;
	width: 336px;
	height: 336px;
	margin: 0 auto
}

.container-smart-school-test-regular-report .analyse>section svg.activity-meter text {
	fill: #444;
	font-size: 10px;
	text-anchor: end
}

.container-smart-school-test-regular-report .analyse>section svg.activity-meter text:first-child {
	-webkit-transform: translate(-10px,-92px);
	transform: translate(-10px,-92px)
}

.container-smart-school-test-regular-report .analyse>section svg.activity-meter text:nth-child(2) {
	-webkit-transform: translate(-10px,-78px);
	transform: translate(-10px,-78px)
}

.container-smart-school-test-regular-report .analyse>section svg.activity-meter text:nth-child(3) {
	-webkit-transform: translate(-10px,-64px);
	transform: translate(-10px,-64px)
}

.container-smart-school-test-regular-report .analyse>section svg.activity-meter text:nth-child(4) {
	-webkit-transform: translate(-10px,-50px);
	transform: translate(-10px,-50px)
}

.container-smart-school-test-regular-report .analyse>section svg.activity-meter .meter-value path {
	stroke: none;
	fill: #ccc
}

.container-smart-school-test-regular-report .analyse>section svg.activity-meter .meter-value path.one {
	fill: #ff2e6f
}

.container-smart-school-test-regular-report .analyse>section svg.activity-meter .meter-value path.two {
	fill: #e10046
}

.container-smart-school-test-regular-report .analyse>section svg.activity-meter .meter-value path.three {
	fill: #94002e
}

.container-smart-school-test-regular-report .analyse>section svg.activity-meter .meter-value path.four {
	fill: #480016
}

.container-smart-school-test-regular-report .analyse section.hardware .title {
	width: 240px;
	height: 35px;
	margin: 50px auto 20px;
	background: url(../images/report_hardware.png) no-repeat 50%/cover
}

.container-smart-school-test-regular-report .analyse section.software {
	margin-top: 36px
}

.container-smart-school-test-regular-report .analyse section.software .title {
	width: 240px;
	height: 35px;
	margin: 50px auto 20px;
	background-image: url(../images/report_software.png) no-repeat center/contain
}

.container-smart-school-test-regular-report .analyse div.case {
	border: 2px solid #ff2e6f;
	margin: 36px 12px 12px;
	padding: 30px 24px 24px;
	text-align: justify
}

.container-smart-school-test-regular-report .analyse div.case .case-title {
	text-align: center;
	margin-top: -45px;
	margin-bottom: 12px
}

.container-smart-school-test-regular-report .analyse div.case .case-title .case-title-text {
	max-width: 100%;
	padding: 0 10px;
	display: inline-block;
	background-color: #fff;
	color: #ff2e6f
}

.container-smart-school-test-regular-report .analyse div.case .case-title .case-title-text,.container-smart-school-test-regular-report .analyse div.case .case-title .case-title-text * {
	font-size: 2rem
}

.container-smart-school-test-regular-report .analyse div.case .case-desc {
	font-size: 1.5rem
}

.container-smart-school-test-regular-report .analyse div.case .case-text {
	margin-top: 12px;
	padding: 24px;
	background: #f1f1f1;
	border-radius: 12px
}

.container-smart-school-test-regular-report .analyse div.case .case-text,.container-smart-school-test-regular-report .analyse div.case .case-text * {
	font-size: 1.4rem
}

.container-smart-school-test-regular-report .analyse div.case .case-tip {
	background-color: #f1f1f1;
	font-size: 1.1rem;
	margin: 12px -16px -8px;
	padding: 6px 12px;
	text-align: center
}

.container-smart-school-test-regular-report .school-list-container {
	width: 800px;
	margin: 0 auto
}

.container-smart-school-test-regular-report .school-list-container section {
	margin-top: 50px
}

.container-smart-school-test-regular-report .school-list-container section>header {
	width: 115px;
	height: 35px;
	margin: 16px auto;
	background: no-repeat 50%/cover
}

.container-smart-school-test-regular-report .school-list-container section.bottom {
	margin-bottom: -16px
}

.container-smart-school-test-regular-report .school-list-container section.top>header {
	background-image: url(../images/report_sc_top.png)
}

.container-smart-school-test-regular-report .school-list-container section.middle>header {
	background-image: url(../images/report_sc_middle.png)
}

.container-smart-school-test-regular-report .school-list-container section.bottom>header {
	background-image: url(../images/report_sc_bottom.png)
}

.container-smart-school-test-regular-report .school-list-container .school-section {
	margin-bottom: 48px;
	text-align: center
}

.container-smart-school-test-regular-report .school-list-container .school-section .coverpic-mask {
	display: inline-block;
	padding: 12px;
	border: 2px solid #ff2e6f
}

.container-smart-school-test-regular-report .school-list-container .school-section .coverpic-mask .coverpic {
	margin: 0 auto;
	width: 436px;
	height: 245px
}

.container-smart-school-test-regular-report .school-list-container .school-section .intro {
	text-align: left;
	margin: 6px 12px;
	line-height: 21px;
	max-height: 84px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-smart-school-test-regular-report .school-list-container .school-section .intro {
		line-height: 21px;
		max-height: 84px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-smart-school-test-regular-report .school-list-container .school-section .intro {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.container-smart-school-test-regular-report .school-list-container .school-section .intro,.container-smart-school-test-regular-report .school-list-container .school-section .intro * {
	font-size: 1.4rem
}

.container-smart-school-test-regular-report .school-list-container .school-section .intro .highlight {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ff2e6f
}

.container-smart-school-test-regular-report .xuanxiaodi-app {
	margin-top: 32px;
	padding-bottom: 32px;
	text-align: center;
	letter-spacing: .1rem
}

.container-smart-school-test-regular-report .xuanxiaodi-app span {
	font-size: 1.5rem
}

.container-smart-school-test-regular-report .xuanxiaodi-app small {
	display: inline-block;
	margin-top: 24px;
	font-size: 1.2rem
}

.container-smart-school-test-regular-report .xuanxiaodi-app img {
	width: 150px
}

.container-study-abroad-service>.container-box {
	background-color: #fff
}

@-webkit-keyframes jump_more {
	0% {
		vertical-align: -2px
	}

	40% {
		vertical-align: 1.5px
	}

	50% {
		vertical-align: 2px
	}

	60% {
		vertical-align: 1.5px
	}

	to {
		vertical-align: -2px
	}
}

@keyframes jump_more {
	0% {
		vertical-align: -2px
	}

	40% {
		vertical-align: 1.5px
	}

	50% {
		vertical-align: 2px
	}

	60% {
		vertical-align: 1.5px
	}

	to {
		vertical-align: -2px
	}
}

.container-study-abroad-service>.container-box .meiqia-btn-container {
	text-align: center
}

.container-study-abroad-service>.container-box .meiqia-btn-container>.phone-btn {
	display: inline-block;
	width: 220px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 42px;
	border: 1px solid #078cf1;
	color: #078cf1
}

.container-study-abroad-service>.container-box .meiqia-btn-container>.phone-btn svg {
	margin-right: 4px;
	width: 14px;
	height: 14px;
	fill: #078cf1;
	vertical-align: -1px
}

.container-study-abroad-service>.container-box .meiqia-btn-container>.phone-btn span {
	color: #078cf1;
	font-size: 1.8rem
}

.container-study-abroad-service>.container-box .slick-dots {
	padding-top: 60px;
	bottom: auto
}

.container-study-abroad-service>.container-box .slick-dots li {
	height: 5px;
	width: 20px;
	background-color: #eee;
	transition: all .3s
}

.container-study-abroad-service>.container-box .slick-dots li.slick-active {
	width: 40px;
	background-color: #078cf1
}

.container-study-abroad-service>.container-box .slick-dots li.slick-active button {
	width: 40px
}

.container-study-abroad-service>.container-box .slick-dots li button {
	height: 5px;
	width: 20px
}

.container-study-abroad-service>.container-box .slick-dots li button:after,.container-study-abroad-service>.container-box .slick-dots li button:before {
	display: none
}

.container-study-abroad-service>.container-box>.zhike-intro {
	position: relative;
	width: 100%
}

.container-study-abroad-service>.container-box>.zhike-intro>.intro-bg {
	display: block;
	height: 680px;
	width: 100%;
	background-image: -webkit-linear-gradient(-90deg,#37a2f4,#4e71c6)
}

.container-study-abroad-service>.container-box>.zhike-intro>.intro-content {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 440px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px
}

@media screen and (min-width:1000px) {
	.container-study-abroad-service>.container-box>.zhike-intro>.intro-content {
		width: 1000px
	}
}

@media screen and (min-width:1250px) {
	.container-study-abroad-service>.container-box>.zhike-intro>.intro-content {
		width: 1180px
	}
}

.container-study-abroad-service>.container-box>.zhike-intro>.intro-content .title {
	font-size: 4.8rem;
	color: #fff;
	font-weight: 700;
	line-height: 1
}

.container-study-abroad-service>.container-box>.zhike-intro>.intro-content .intro {
	margin-top: 80px;
	padding: 0 160px;
	font-size: 1.6rem;
	line-height: 26px;
	white-space: pre-line;
	color: #fff
}

.container-study-abroad-service>.container-box>.zhike-intro>.intro-content .intro span {
	font-size: 1.6rem;
	color: #fff
}

.container-study-abroad-service>.container-box>.zhike-intro>.intro-content .intro svg {
	width: 11px;
	height: 10px;
	vertical-align: 1px;
	fill: #fff;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: all 1s;
	-webkit-animation: jump_more 1s ease-in-out infinite;
	animation: jump_more 1s ease-in-out infinite
}

.container-study-abroad-service>.container-box>.zhike-intro>.intro-content .intro.opened svg {
	display: none
}

.container-study-abroad-service>.container-box>.zhike-intro>.intro-content>.phone-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 220px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 42px
}

.container-study-abroad-service>.container-box>.zhike-intro>.intro-content>.phone-btn svg {
	margin-right: 4px;
	width: 14px;
	height: 14px;
	fill: #fff;
	vertical-align: -1px
}

.container-study-abroad-service>.container-box>.zhike-intro>.intro-content>.phone-btn span {
	color: #fff;
	font-size: 1.8rem
}

.container-study-abroad-service>.container-box>.special-service {
	position: relative;
	padding: 80px 90px;
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px
}

@media screen and (min-width:1000px) {
	.container-study-abroad-service>.container-box>.special-service {
		width: 1000px
	}
}

@media screen and (min-width:1250px) {
	.container-study-abroad-service>.container-box>.special-service {
		width: 1180px
	}
}

.container-study-abroad-service>.container-box>.special-service .title-text {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1
}

.container-study-abroad-service>.container-box>.special-service .title-sub-text {
	margin-top: 15px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	color: #949ba1
}

.container-study-abroad-service>.container-box>.special-service .tab-container {
	margin-top: 80px
}

.container-study-abroad-service>.container-box>.special-service .tab-container .tab-title {
	height: 92px;
	overflow: hidden
}

.container-study-abroad-service>.container-box>.special-service .tab-container .tab-title .tab-item {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	height: 80px;
	width: calc((100% - 40px) / 3);
	line-height: 80px;
	text-align: center;
	background: 50%/cover;
	color: #fff;
	font-size: 2rem;
	transition: all .3s;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-study-abroad-service>.container-box>.special-service .tab-container .tab-title .tab-item.hover:after {
	content: "";
	position: absolute;
	left: calc(50% - 6px);
	bottom: -12px;
	height: 12px;
	width: 18px;
	border-top: 12px solid rgba(56,139,240,.09);
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	box-sizing: border-box;
	transition: all .1s
}

.container-study-abroad-service>.container-box>.special-service .tab-container .tab-title .tab-item.top {
	background-image: url(../images/zhike_special_service_top.png)
}

.container-study-abroad-service>.container-box>.special-service .tab-container .tab-title .tab-item.top.hover {
	background-image: url(../images/zhike_special_service_top_hovered.png)
}

.container-study-abroad-service>.container-box>.special-service .tab-container .tab-title .tab-item.middle {
	background-image: url(../images/zhike_special_service_middle.png)
}

.container-study-abroad-service>.container-box>.special-service .tab-container .tab-title .tab-item.middle.hover {
	background-image: url(../images/zhike_special_service_middle_hovered.png)
}

.container-study-abroad-service>.container-box>.special-service .tab-container .tab-title .tab-item.bottom {
	background-image: url(../images/zhike_special_service_bottom.png)
}

.container-study-abroad-service>.container-box>.special-service .tab-container .tab-title .tab-item.bottom.hover {
	background-image: url(../images/zhike_special_service_bottom_hovered.png)
}

.container-study-abroad-service>.container-box>.special-service .tab-container .tab-title .tab-item:last-child {
	margin-right: 0
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content {
	position: relative
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content.top {
	min-height: 698px
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content.middle {
	min-height: 506px
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content.bottom {
	min-height: 398px
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	transition: all .5s
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section:after,.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section:before {
	content: " ";
	display: table;
	clear: both
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section>.meiqia-btn-container {
	position: absolute;
	bottom: -80px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section.open {
	opacity: 1;
	z-index: 10
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .left,.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .right {
	float: left;
	width: 50%
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .left .item-container,.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .right .item-container {
	margin: 30px 16px 16px 0
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .left .item-container .title,.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .right .item-container .title {
	position: relative;
	display: inline-block;
	padding-left: 11px;
	font-size: 2rem;
	line-height: 1;
	cursor: default
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .left .item-container .title:before,.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .right .item-container .title:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 5px;
	height: 7px;
	border-left: 6px solid #183851;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	box-sizing: border-box
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .left .item-container .title:after,.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .right .item-container .title:after {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skewx(-25deg);
	transform: skewx(-25deg);
	background-image: -webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));
	z-index: 10
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .left .item-container .title:hover:after,.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .right .item-container .title:hover:after {
	left: 100%;
	transition: all .5s
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .left .item-container .description,.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .right .item-container .description {
	padding-left: 11px;
	margin-top: 12px;
	font-size: 1.6rem;
	line-height: 22px;
	color: #949ba1
}

.container-study-abroad-service>.container-box>.special-service .tab-container>.tab-content>section .right {
	padding-left: 40px
}

.container-study-abroad-service>.container-box>.project-plan {
	padding-top: 80px;
	background: url(../images/zhike_project_plan-bg.png) 50%/cover
}

.container-study-abroad-service>.container-box>.project-plan .title-text {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1;
	color: #fff
}

.container-study-abroad-service>.container-box>.project-plan .title-sub-text {
	margin-top: 15px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	opacity: .4
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container {
	padding: 80px 0;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px
}

@media screen and (min-width:1000px) {
	.container-study-abroad-service>.container-box>.project-plan .project-plan-container {
		width: 1000px
	}
}

@media screen and (min-width:1250px) {
	.container-study-abroad-service>.container-box>.project-plan .project-plan-container {
		width: 1180px
	}
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container {
	position: relative;
	height: 402px;
	overflow: hidden
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container:after,.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container:before {
	content: " ";
	display: table;
	clear: both
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-info {
	float: left;
	margin-right: 320px;
	width: calc(100% - 620px);
	height: 402px;
	transition: background 0s,color 0s,-webkit-transform .5s;
	transition: transform .5s,background 0s,color 0s;
	transition: transform .5s,background 0s,color 0s,-webkit-transform .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg)
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-info.open {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-info.open.right {
	-webkit-transform: translate(-560px);
	transform: translate(-560px)
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-info.right {
	position: absolute;
	left: 100%;
	top: 0;
	margin-right: 0
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-info .info-item {
	float: left;
	padding: 10px 20px 0 40px;
	width: 50%;
	height: 402px;
	background-color: #fff
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-info .info-item.one-item {
	padding: 10px 40px 0;
	width: 100%
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-info .info-item:last-child {
	padding: 10px 40px 0 20px
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-info .info-item .name {
	position: relative;
	padding-left: 16px;
	margin-top: 40px;
	font-size: 1.6rem;
	line-height: 1
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-info .info-item .name:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background-color: #26343f
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-info .info-item .desc {
	padding-left: 16px;
	margin-top: 10px;
	color: #949ba1;
	font-size: 1.4rem;
	line-height: 20px;
	max-height: 40px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-info .info-item .desc {
		line-height: 20px;
		max-height: 40px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-info .info-item .desc {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card {
	float: left;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card.right {
	position: absolute;
	right: 0;
	top: 0
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card.open.right {
	-webkit-transform: translate(-560px);
	transform: translate(-560px)
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card.open .accordion-cover {
	background: linear-gradient(-45deg,#ff5b3a,#ffc042)
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card.open .accordion-cover .card-title {
	color: #fff
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card.open .accordion-cover .card-desc,.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card.open .accordion-cover .card-sub-desc,.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card.open .accordion-cover .card-sub-desc-title {
	color: #fff;
	opacity: .7
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card.open .accordion-cover .meiqia-btn-container .meiqia-btn {
	color: #fff;
	border: 1px solid #fff
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card.open .accordion-cover .meiqia-btn-container .meiqia-btn:hover {
	background-color: #ff863d
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card .accordion-cover {
	display: inline-block;
	position: relative;
	padding: 40px;
	width: 300px;
	height: 402px;
	background-color: #fff
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card .accordion-cover.last-child {
	margin-left: 20px
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card .accordion-cover .card-title {
	font-size: 2.4rem;
	line-height: 24px
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card .accordion-cover .card-desc,.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card .accordion-cover .card-sub-desc,.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card .accordion-cover .card-sub-desc-title {
	font-size: 1.6rem;
	line-height: 26px;
	color: #949ba1
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card .accordion-cover .card-desc {
	margin-top: 40px
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card .accordion-cover .card-sub-desc-title {
	margin-top: 20px
}

.container-study-abroad-service>.container-box>.project-plan .project-plan-container .accordion-container .accordion-card .accordion-cover .meiqia-btn-container {
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0
}

.container-study-abroad-service>.container-box>.offer-case {
	padding: 80px 0;
	background-color: #fff
}

.container-study-abroad-service>.container-box>.offer-case .title-text {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1
}

.container-study-abroad-service>.container-box>.offer-case .title-sub-text {
	margin-top: 15px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	color: #949ba1
}

.container-study-abroad-service>.container-box>.offer-case>.offer-case-container {
	margin-top: 30px;
	height: 465px;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px
}

@media screen and (min-width:1000px) {
	.container-study-abroad-service>.container-box>.offer-case>.offer-case-container {
		width: 1000px
	}
}

@media screen and (min-width:1250px) {
	.container-study-abroad-service>.container-box>.offer-case>.offer-case-container {
		width: 1180px
	}
}

.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container {
	position: relative;
	padding-top: 50px;
	margin-right: 20px;
	height: 350px;
	width: 220px;
	overflow: hidden
}

.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container:hover .offer-detail {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all .2s
}

.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container .offer-cover {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	box-shadow: inset -8px -8px #d7dbdf,inset 8px 8px #d7dbdf,inset 8px 8px #d7dbdf,inset 8px 8px #d7dbdf
}

.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container .offer-detail {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 20px 0;
	background-color: #078cf1;
	text-align: center;
	-webkit-transform: translateY(-400px);
	transform: translateY(-400px);
	transition: all 1.5s;
	z-index: 2
}

.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container .offer-detail .logo-container {
	position: absolute;
	top: -50px;
	left: 50%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.1)
}

.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container .offer-detail .logo-container .logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 85px;
	height: 85px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #f5f6f7!important
}

.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container .offer-detail .chinese-name,.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container .offer-detail .name {
	margin: 20px 0 12px;
	font-size: 1.6rem;
	line-height: 17px;
	color: #fff
}

.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container .offer-detail .english-name,.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container .offer-detail .rank,.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container .offer-detail .school,.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container .offer-detail .score {
	margin-top: 6px;
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	opacity: .6;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container .offer-detail .abroad-plan-btn {
	margin-top: 20px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 42px
}

.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-item-container .offer-detail .abroad-plan-btn:hover {
	background-color: hsla(0,0%,100%,.1)
}

.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-case-slider {
	margin-top: 30px
}

.container-study-abroad-service>.container-box>.offer-case>.offer-case-container .offer-case-slider .slick-list {
	height: 350px
}

.container-study-abroad-service>.container-box>.teacher-section {
	padding: 80px 0;
	background-color: #f5f6f7
}

.container-study-abroad-service>.container-box>.teacher-section .title-text {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1
}

.container-study-abroad-service>.container-box>.teacher-section .title-sub-text {
	margin-top: 15px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	color: #949ba1
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container {
	padding: 80px 0;
	height: 632px;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container:after,.container-study-abroad-service>.container-box>.teacher-section .teacher-container:before {
	content: " ";
	display: table;
	clear: both
}

@media screen and (min-width:1000px) {
	.container-study-abroad-service>.container-box>.teacher-section .teacher-container {
		width: 1000px
	}
}

@media screen and (min-width:1250px) {
	.container-study-abroad-service>.container-box>.teacher-section .teacher-container {
		width: 1180px
	}
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .slick-list {
	height: 472px
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .left,.container-study-abroad-service>.container-box>.teacher-section .teacher-container .middle {
	float: left
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .right {
	float: left;
	width: 236px;
	height: 472px
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item {
	height: 236px;
	width: 472px;
	overflow: hidden
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item.is-vertical {
	display: block;
	width: 236px;
	height: 472px
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item.is-vertical:hover>.detail:after {
	border-top: 12px solid #078cf1;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: none
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item.is-vertical>.detail:after {
	top: auto;
	bottom: -18px;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-top: 12px solid #fff;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: none
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item:hover>.detail {
	background-color: #078cf1
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item:hover>.detail .desc,.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item:hover>.detail .name {
	color: #fff
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item:hover>.detail.is-avatar-left:after {
	border-right: 12px solid #078cf1
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item:hover>.detail:after {
	border-left: 12px solid #078cf1
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item:hover>.avatar {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item:hover>.avatar .cover-avatar-btn {
	opacity: 1;
	transition: all .15s;
	z-index: 2
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item:hover>.avatar .cover-avatar-btn:after {
	left: 100%;
	transition: all .5s
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item>.avatar {
	position: relative;
	display: inline-block;
	width: 236px;
	height: 236px;
	vertical-align: middle;
	background-size: 101%;
	background-color: #f5f6f7!important;
	transition: all .5s
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item>.avatar .cover-avatar-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	opacity: 0;
	z-index: -1
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item>.avatar .cover-avatar-btn:after {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: skewx(-25deg);
	transform: skewx(-25deg);
	background-image: -webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0),hsla(0,0%,100%,.2),hsla(0,0%,100%,0),hsla(0,0%,100%,0));
	z-index: 10
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item>.avatar .cover-avatar-btn>div {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 150px;
	height: 42px;
	border: 1px solid #fff;
	border-radius: 42px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 42px
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item>.detail {
	position: relative;
	display: inline-block;
	width: 236px;
	height: 236px;
	padding: 40px 30px;
	background-color: #fff;
	vertical-align: middle;
	transition: all .2s;
	z-index: 1
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item>.detail.is-avatar-left:after {
	right: auto;
	left: -12px;
	border-left: none;
	border-right: 12px solid #fff
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item>.detail:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -12px;
	margin: auto 0;
	height: 18px;
	width: 12px;
	border-left: 12px solid #fff;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	box-sizing: border-box;
	z-index: 1
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item>.detail .name {
	font-size: 2rem;
	line-height: 1
}

.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item>.detail .desc {
	margin-top: 20px;
	font-size: 1.4rem;
	color: #949ba1;
	line-height: 24px;
	max-height: 120px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item>.detail .desc {
		line-height: 24px;
		max-height: 120px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.container-study-abroad-service>.container-box>.teacher-section .teacher-container .teacher-item>.detail .desc {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.container-study-abroad-service>.container-box>.oversea-service {
	min-height: calc(100vw * 3 / 4);
	background: url(../images/zhike_oversea_service_bg.png) 50%/cover
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container {
	padding: 80px 0;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px
}

@media screen and (min-width:1000px) {
	.container-study-abroad-service>.container-box>.oversea-service>.oversea-container {
		width: 1000px
	}
}

@media screen and (min-width:1250px) {
	.container-study-abroad-service>.container-box>.oversea-service>.oversea-container {
		width: 1180px
	}
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .title-text {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1;
	color: #fff
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .title-sub-text {
	margin-top: 15px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	opacity: .4
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-intro {
	margin-top: 80px;
	font-size: 1.6rem;
	line-height: 26px;
	color: #fff
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-content {
	margin-top: 60px;
	height: 375px
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-content:after,.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-content:before {
	content: " ";
	display: table;
	clear: both
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-content .left-content {
	float: left;
	padding-right: 50px;
	width: calc(50% - 50px);
	text-align: right
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-content .middle-content {
	float: left;
	position: relative;
	height: 100%;
	width: 100px;
	border: 1px solid #fff;
	color: #fff
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-content .middle-content>div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 329px;
	width: 24px;
	font-size: 2.4rem;
	line-height: 33px
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-content .right-content {
	float: left;
	padding-left: 50px;
	width: calc(50% - 50px)
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-content .item-container {
	padding-bottom: 30px
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-content .item-container:last-child {
	padding-bottom: 0
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-content .item-container>.title {
	position: relative;
	font-size: 2rem;
	line-height: 1;
	color: #fff
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-content .item-container .description {
	margin-top: 5px;
	font-size: 1.6rem;
	line-height: 26px;
	color: #fff;
	white-space: pre-wrap;
	opacity: .6
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-map-container {
	margin-top: 80px;
	text-align: center
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .oversea-map-container .oversea-map {
	display: inline-block;
	height: 460px;
	width: 877px;
	background: transparent no-repeat 100%/contain!important
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .meiqia-btn-container {
	margin-top: 80px
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .meiqia-btn-container .meiqia-btn {
	color: #fff;
	border-color: #fff
}

.container-study-abroad-service>.container-box>.oversea-service>.oversea-container .meiqia-btn-container .meiqia-btn:hover {
	background-color: hsla(0,0%,100%,.1)
}

.container-study-abroad-service>.container-box>.zhike-ambassador {
	padding: 80px 0;
	background-color: #fff
}

.container-study-abroad-service>.container-box>.zhike-ambassador .title-text {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1
}

.container-study-abroad-service>.container-box>.zhike-ambassador .title-sub-text {
	margin-top: 15px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	color: #949ba1;
	opacity: .4
}

.container-study-abroad-service>.container-box>.zhike-ambassador .zhike-ambassador-container {
	padding: 80px 0;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px
}

@media screen and (min-width:1000px) {
	.container-study-abroad-service>.container-box>.zhike-ambassador .zhike-ambassador-container {
		width: 1000px
	}
}

@media screen and (min-width:1250px) {
	.container-study-abroad-service>.container-box>.zhike-ambassador .zhike-ambassador-container {
		width: 1180px
	}
}

.container-study-abroad-service>.container-box>.zhike-ambassador .zhike-ambassador-container .ambassador-slider-container {
	height: 769px;
	overflow: hidden
}

.container-study-abroad-service>.container-box>.zhike-ambassador .zhike-ambassador-container .ambassador-slider-container:after,.container-study-abroad-service>.container-box>.zhike-ambassador .zhike-ambassador-container .ambassador-slider-container:before {
	content: " ";
	display: table;
	clear: both
}

.container-study-abroad-service>.container-box>.zhike-ambassador .zhike-ambassador-container .ambassador-slider-container .ambassador-content {
	float: left;
	position: relative;
	margin-right: 14px;
	margin-bottom: 14px;
	width: 185px;
	height: 247px;
	overflow: hidden
}

.container-study-abroad-service>.container-box>.zhike-ambassador .zhike-ambassador-container .ambassador-slider-container .ambassador-content:nth-child(5n) {
	margin-right: 14px
}

.container-study-abroad-service>.container-box>.zhike-ambassador .zhike-ambassador-container .ambassador-slider-container .ambassador-content:nth-child(6n) {
	margin-right: 0
}

.container-study-abroad-service>.container-box>.zhike-ambassador .zhike-ambassador-container .ambassador-slider-container .ambassador-content:hover .ambassador-photo {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.container-study-abroad-service>.container-box>.zhike-ambassador .zhike-ambassador-container .ambassador-slider-container .ambassador-content .ambassador-photo {
	width: 185px;
	height: 247px;
	transition: all .8s
}

.container-study-abroad-service>.container-box>.zhike-ambassador .zhike-ambassador-container .ambassador-slider-container .ambassador-content .ambassador-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
	height: 247px;
	background-color: transparent!important
}

.container-study-abroad-service>.container-box>.zhike-centers {
	padding: 80px 0;
	background: #10324a url(../images/zhike_contact_bg.png) 50%/cover
}

.container-study-abroad-service>.container-box>.zhike-centers .title-text {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1;
	color: #fff
}

.container-study-abroad-service>.container-box>.zhike-centers .title-sub-text {
	margin-top: 15px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	opacity: .4
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px
}

@media screen and (min-width:1000px) {
	.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container {
		width: 1000px
	}
}

@media screen and (min-width:1250px) {
	.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container {
		width: 1180px
	}
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-header {
	position: relative;
	margin-top: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid hsla(0,0%,100%,.1)
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-header .tab-header-border {
	position: absolute;
	bottom: -1px;
	height: 2px;
	background-color: #fff;
	transition: all .3s
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-header .center-area-item {
	display: inline-block;
	margin: 0 45px;
	padding-bottom: 20px;
	height: 16px;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	opacity: .4;
	cursor: pointer;
	transition: all .3s
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-header .center-area-item.selected {
	opacity: 1
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-container {
	position: relative;
	min-height: 504px
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-container .center-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-container .center-content.show {
	visibility: visible;
	opacity: 1;
	z-index: 2
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-container .center-content .center-row {
	margin-top: 20px
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-container .center-content .center-row:after,.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-container .center-content .center-row:before {
	content: " ";
	display: table;
	clear: both
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-container .center-content .center-item {
	float: left;
	position: relative;
	width: 33%;
	min-height: 96px
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-container .center-content .center-item .location {
	position: absolute;
	top: 1px;
	left: 0;
	width: 15px;
	height: 17px;
	background-color: transparent!important
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-container .center-content .center-item .center-name {
	padding-left: 23px;
	margin-bottom: 10px;
	font-size: 2rem;
	line-height: 1;
	color: #fff
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-container .center-content .center-item .center-address,.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-container .center-content .center-item .center-contact {
	display: block;
	padding-left: 23px;
	font-size: 1.6rem;
	line-height: 22px;
	opacity: .6;
	color: #fff
}

.container-study-abroad-service>.container-box>.zhike-centers .zhike-center-container .tab-container .center-content .center-item .center-address:hover {
	opacity: .8;
	text-decoration: underline;
	transition: all .3s
}

.subject-abroad-scholarship-container {
	min-width: 1000px;
	background-color: #fff;
	font-family: Microsoft YaHei,PingFangSC-Regular,sans-serif
}

.subject-abroad-scholarship-container h1,.subject-abroad-scholarship-container h2,.subject-abroad-scholarship-container h3 {
	margin: 0;
	padding: 0
}

.subject-abroad-scholarship-container .part-item {
	background-color: #fdefde
}

.subject-abroad-scholarship-container .part-item .part-title {
	margin: 0 auto 73px;
	width: 388px;
	height: 81px
}

.subject-abroad-scholarship-container .part-item .part-title .title-image {
	height: 100%
}

.subject-abroad-scholarship-container .part-item .part-inner-box {
	margin: 0 auto;
	width: 1000px
}

@media screen and (min-width:1250px) {
	.subject-abroad-scholarship-container .part-item .part-inner-box {
		width: 1180px
	}
}

.subject-abroad-scholarship-container .part-item .part-inner-box .item-btn {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 45px;
	font-size: 1.6rem;
	background-size: 160px 45px;
	color: #561303;
	text-align: center;
	-webkit-transform: all .3s;
	transform: all .3s
}

.subject-abroad-scholarship-container .part-item .part-inner-box .item-btn .btn-bg,.subject-abroad-scholarship-container .part-item .part-inner-box .item-btn .btn-text {
	position: absolute;
	width: 100%;
	height: 38px;
	left: 0;
	border: 2px solid #561303;
	background-color: #ffb82e;
	font-size: 1.4rem;
	line-height: 35px;
	border-radius: 46px
}

.subject-abroad-scholarship-container .part-item .part-inner-box .item-btn .btn-bg {
	bottom: 0;
	background-image: url(../images/btn.png);
	background-size: 160px 38px;
	background-position: 50%
}

.subject-abroad-scholarship-container .part-item .part-inner-box .item-btn .btn-text {
	top: 0
}

.subject-abroad-scholarship-container .part-item .part-inner-box .item-btn .btn-text:hover {
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}

.subject-abroad-scholarship-container .part-item .part-inner-box .item-btn .btn-text:active {
	-webkit-transform: translateY(7px);
	transform: translateY(7px)
}

.subject-abroad-scholarship-container .part-banner {
	height: 500px;
	background-image: url(../images/banner.jpg);
	background-position: top;
	background-repeat: no-repeat
}

.subject-abroad-scholarship-container .part-nav {
	height: 80px;
	background-color: #c42416
}

.subject-abroad-scholarship-container .part-nav .nav-item {
	display: block;
	width: calc(100% / 3);
	color: #fff;
	font-size: 2.8rem;
	line-height: 80px;
	text-align: center;
	text-decoration: none
}

.subject-abroad-scholarship-container .part-nav .nav-item:hover {
	background-color: #b11a12
}

.subject-abroad-scholarship-container .part-type {
	padding: 84px 0 67px 0
}

.subject-abroad-scholarship-container .part-type .part-inner-box {
	position: relative
}

.subject-abroad-scholarship-container .part-type .part-content .type-box {
	position: relative;
	height: 415px
}

.subject-abroad-scholarship-container .part-type .part-content .type-box .background-image {
	width: 100%;
	height: 100%
}

.subject-abroad-scholarship-container .part-type .part-content .type-box .box-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 35px 0 45px;
	text-align: center
}

.subject-abroad-scholarship-container .part-type .part-content .type-box .box-content .box-title {
	margin-bottom: 30px;
	font-size: 2.2rem;
	line-height: 29px;
	color: #561303;
	font-weight: 700
}

.subject-abroad-scholarship-container .part-type .part-content .type-box .box-content .list-item .item-image {
	margin-bottom: 17px;
	height: 140px
}

.subject-abroad-scholarship-container .part-type .part-content .type-box .box-content .list-item .item-image .image-src {
	height: 100%
}

.subject-abroad-scholarship-container .part-type .part-content .type-box .box-content .list-item .item-en-name {
	margin-bottom: 3px;
	color: #561303;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 26px
}

@media screen and (min-width:1250px) {
	.subject-abroad-scholarship-container .part-type .part-content .type-box .box-content .list-item .item-en-name {
		font-size: 2rem
	}
}

.subject-abroad-scholarship-container .part-type .part-content .type-box .box-content .list-item .item-zh-name {
	margin-bottom: 24px;
	color: #561303;
	font-size: 1.4rem;
	line-height: 21px
}

@media screen and (min-width:1250px) {
	.subject-abroad-scholarship-container .part-type .part-content .type-box .box-content .list-item .item-zh-name {
		font-size: 1.6rem
	}
}

.subject-abroad-scholarship-container .part-type .part-content .left-box {
	width: calc((100% - 10px) / 4.35 * 3.35);
	margin-right: 10px
}

.subject-abroad-scholarship-container .part-type .part-content .left-box .box-content .box-list {
	margin: 0 46px 0 51px
}

.subject-abroad-scholarship-container .part-type .part-content .left-box .box-content .box-list .list-item {
	width: calc((100% - 45px) / 4);
	margin-right: 15px
}

.subject-abroad-scholarship-container .part-type .part-content .left-box .box-content .box-list .list-item:last-child {
	margin-right: 0
}

.subject-abroad-scholarship-container .part-type .part-content .right-box {
	width: calc((100% - 10px) / 4.35)
}

.subject-abroad-scholarship-container .part-type .part-content .right-box .box-list {
	margin: 0 40px
}

.subject-abroad-scholarship-container .part-type .part-content .right-box .box-list .list-item .item-btn .btn-bg,.subject-abroad-scholarship-container .part-type .part-content .right-box .box-list .list-item .item-btn .btn-text {
	background-color: #ffe21d
}

.subject-abroad-scholarship-container .part-type .evaluate-box {
	position: absolute;
	top: 30px;
	right: 0
}

.subject-abroad-scholarship-container .part-type .evaluate-box .evaluate-text span {
	font-size: 1.8rem;
	line-height: 24px;
	color: #561303
}

.subject-abroad-scholarship-container .part-type .evaluate-box .evaluate-text .evaluate-btn {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 24px;
	color: #078cf1;
	text-decoration: underline;
	font-weight: 700
}

.subject-abroad-scholarship-container .part-type .evaluate-box .evaluate-pointer {
	position: absolute;
	width: 52px;
	top: 32px;
	right: 0
}

.subject-abroad-scholarship-container .part-type .evaluate-box .evaluate-pointer .image-src {
	width: 100%
}

.subject-abroad-scholarship-container .part-procedure {
	padding: 101px 0 104px 0;
	background-image: url(../images/procedure-background.png);
	background-repeat: no-repeat;
	background-position: top
}

.subject-abroad-scholarship-container .part-procedure .part-title {
	margin-bottom: 60px
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-arrow {
	position: absolute;
	width: 55px
}

.subject-abroad-scholarship-container .part-procedure .part-content .arrow-1 {
	top: 93px;
	left: 285px
}

@media screen and (min-width:1250px) {
	.subject-abroad-scholarship-container .part-procedure .part-content .arrow-1 {
		left: 324px
	}
}

.subject-abroad-scholarship-container .part-procedure .part-content .arrow-2 {
	top: 133px;
	left: 280px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}

@media screen and (min-width:1250px) {
	.subject-abroad-scholarship-container .part-procedure .part-content .arrow-2 {
		left: 324px
	}
}

.subject-abroad-scholarship-container .part-procedure .part-content .arrow-3 {
	top: 285px;
	left: 106px;
	-webkit-transform: rotate(110deg);
	transform: rotate(110deg)
}

.subject-abroad-scholarship-container .part-procedure .part-content .arrow-4 {
	top: 93px;
	left: 285px;
	-webkit-transform: rotate(170deg);
	transform: rotate(170deg)
}

@media screen and (min-width:1250px) {
	.subject-abroad-scholarship-container .part-procedure .part-content .arrow-4 {
		left: 324px
	}
}

.subject-abroad-scholarship-container .part-procedure .part-content .arrow-5 {
	top: 133px;
	left: 285px;
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg)
}

@media screen and (min-width:1250px) {
	.subject-abroad-scholarship-container .part-procedure .part-content .arrow-5 {
		left: 324px
	}
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item {
	position: relative;
	margin-right: calc((100% - 266px * 3) / 2);
	margin-top: 40px;
	padding-top: 254px;
	width: 266px;
	border-radius: 50%;
	border: 6px solid #ebac54
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item .procedure-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item .procedure-content .content-box {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item .procedure-content .content-box .content-title {
	padding-top: 25px;
	height: 80px;
	background-color: #ffd6a4;
	text-align: center
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item .procedure-content .content-box .content-title .image-src {
	height: 30px
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item .procedure-content .content-box .content-text {
	padding: 4px 31px;
	height: 174px;
	background-color: #fdefde;
	color: #561303;
	font-size: 1.6rem;
	line-height: 26px
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item .item-btn {
	position: absolute;
	display: block;
	left: 50%;
	bottom: 10px;
	width: 220px;
	height: 54px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item .item-btn .btn-bg,.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item .item-btn .btn-text {
	width: 100%;
	height: 46px;
	line-height: 42px
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item .item-btn .btn-bg {
	background-size: 220px 46px
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item .item-btn .download-icon {
	fill: #561303;
	margin-left: 5px
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item:nth-child(3),.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item:nth-child(6) {
	margin-right: 0
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item:nth-child(2) {
	margin-top: 0
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item:nth-child(4),.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item:nth-child(5),.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item:nth-child(6) {
	margin-top: 100px
}

.subject-abroad-scholarship-container .part-procedure .part-content .procedure-item:nth-child(5) {
	margin-top: 60px
}

.subject-abroad-scholarship-container .part-procedure .part-content .item-august .btn-bg,.subject-abroad-scholarship-container .part-procedure .part-content .item-august .btn-text {
	background-color: #68e2be
}

.subject-abroad-scholarship-container .part-procedure .part-content .item-october .btn-bg,.subject-abroad-scholarship-container .part-procedure .part-content .item-october .btn-text {
	background-color: #fb761b
}

.subject-abroad-scholarship-container .part-procedure .part-content .item-november .btn-bg,.subject-abroad-scholarship-container .part-procedure .part-content .item-november .btn-text {
	background-color: #ffb909
}

.subject-abroad-scholarship-container .part-procedure .part-content .item-april .btn-bg,.subject-abroad-scholarship-container .part-procedure .part-content .item-april .btn-text {
	background-color: #89afce
}

.subject-abroad-scholarship-container .part-procedure .part-content .item-january .btn-bg,.subject-abroad-scholarship-container .part-procedure .part-content .item-january .btn-text {
	background-color: #00e2de
}

.subject-abroad-scholarship-container .part-procedure .part-content .item-december .btn-bg,.subject-abroad-scholarship-container .part-procedure .part-content .item-december .btn-text {
	background-color: #ff817b
}

.subject-abroad-scholarship-container .part-technique {
	padding: 50px 0 82px 0
}

.subject-abroad-scholarship-container .part-technique .part-title {
	margin-bottom: 85px
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item {
	position: relative;
	margin-bottom: 60px
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item:last-child {
	margin-bottom: 0
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item .technique-image {
	width: 400px;
	height: 210px
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item .technique-image .image-src {
	width: 100%
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item .technique-desc {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-left: 400px
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item .technique-desc .desc-title {
	position: absolute;
	top: 0;
	left: 50px;
	padding: 0 20px;
	background-color: #fdefde;
	z-index: 1
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item .technique-desc .desc-title .image-src {
	margin-right: 10px;
	width: 105px;
	vertical-align: -5px
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item .technique-desc .desc-title .title-text {
	color: #561303;
	font-size: 3.6rem;
	line-height: 47px
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item .technique-desc .desc-content {
	position: relative;
	margin-top: 30px;
	padding: 48px 34px 30px 50px;
	height: 180px;
	border: 2px solid #ebac54;
	border-left: 0;
	color: #561303;
	font-size: 18px
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item .technique-desc .desc-content .content-text {
	line-height: 27px;
	max-height: 54px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item .technique-desc .desc-content .content-text {
		line-height: 27px;
		max-height: 54px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item .technique-desc .desc-content .content-text {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item .technique-desc .desc-content .item-btn {
	position: absolute;
	display: block;
	right: 52px;
	bottom: 30px
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item .technique-desc .desc-content .item-btn .download-icon {
	fill: #561303;
	margin-left: 5px
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item:nth-child(2) .technique-desc {
	margin-right: 400px;
	margin-left: 0
}

.subject-abroad-scholarship-container .part-technique .part-content .technique-list .technique-item:nth-child(2) .technique-desc .desc-content {
	border-right: 0;
	border-left: 2px solid #ebac54
}

.subject-abroad-scholarship-container .part-read .read-title {
	position: relative;
	margin-bottom: 40px;
	height: 47px
}

.subject-abroad-scholarship-container .part-read .read-title .read-text {
	position: absolute;
	left: 50%;
	padding: 0 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 3.6rem;
	line-height: 47px;
	background: #fdefde;
	color: #561303;
	z-index: 1
}

.subject-abroad-scholarship-container .part-read .read-title .read-line {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-top: 1px dashed #561303
}

.subject-abroad-scholarship-container .part-read .read-list {
	padding-bottom: 110px
}

.subject-abroad-scholarship-container .part-read .read-list .read-item {
	position: relative;
	display: block;
	margin-right: 21px;
	width: calc((100% - 21px) / 2);
	height: 185px
}

.subject-abroad-scholarship-container .part-read .read-list .read-item:last-child {
	margin-right: 0
}

.subject-abroad-scholarship-container .part-read .read-list .read-item .read-image,.subject-abroad-scholarship-container .part-read .read-list .read-item .read-image .image-src {
	height: 100%
}

.subject-abroad-scholarship-container .part-read .read-list .read-item .read-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background: rgba(86,19,3,.8);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.subject-abroad-scholarship-container .part-read .read-list .read-item:hover .read-text {
	text-decoration: underline
}

@font-face {
	font-family:FZZhengHeiS-EB-GB;src:url(../other/FZZhengHeiS-EB-GB.ttf)
}

@font-face {
	font-family:FZZhengHeiS-B-GB;src:url(../other/FZZhengHeiS-B-GB.ttf)
}

.subject-select-manual {
	width: 750px;
	margin: 0 auto;
	padding: 520px 16px 120px;
	background: url(../images/banner.jpg) no-repeat top/contain,url(../images/bg-2.png) no-repeat bottom/contain;
	background-color: #3c47ab
}

.subject-select-manual .top-part {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	margin-bottom: 50px
}

.subject-select-manual .top-part .btn-item {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.subject-select-manual .top-part .btn-item:first-child {
	margin-right: 20px
}

.subject-select-manual .section-item {
	margin-bottom: 60px
}

.subject-select-manual .section-item:nth-child(4) {
	margin-bottom: 24px
}

.subject-select-manual .section-item .section-title {
	position: relative;
	margin: 0 auto 34px;
	width: 460px;
	font-weight: 400;
	color: #f4c244;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	font-family: FZZhengHeiS-EB-GB,sans-serif
}

.subject-select-manual .section-item .section-title:after,.subject-select-manual .section-item .section-title:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 68px;
	height: 96px
}

.subject-select-manual .section-item .section-title:after {
	left: -80px;
	background: url(../images/title-left.png) 50%/cover
}

.subject-select-manual .section-item .section-title:before {
	right: -80px;
	background: url(../images/title-right.png) 50%/cover
}

.subject-select-manual .section-item .section-content {
	padding: 20px 20px 40px;
	border-radius: 12px;
	background-color: #2c3597
}

.subject-select-manual .section-item .section-content .section-desc {
	position: relative;
	margin: 0 30px 34px;
	padding: 36px 0;
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	font-family: FZZhengHeiS-B-GB,sans-serif
}

.subject-select-manual .section-item .section-content .section-desc:after,.subject-select-manual .section-item .section-content .section-desc:before {
	content: "";
	position: absolute;
	width: 36px;
	height: 26px
}

.subject-select-manual .section-item .section-content .section-desc:before {
	left: -18px;
	top: 0;
	background: url(../images/quote-left.png) 50%/contain
}

.subject-select-manual .section-item .section-content .section-desc:after {
	right: -18px;
	bottom: 0;
	background: url(../images/quote-right.png) 50%/contain
}

.subject-select-manual .section-item .section-content .section-cards.section-1 {
	margin-bottom: 40px
}

.subject-select-manual .section-item .section-content .section-cards.section-1 .section-card {
	margin-bottom: 34px;
	padding: 52px 42px 42px;
	background: url(../images/card-1.png) 50%/100% 100%
}

.subject-select-manual .section-item .section-content .section-cards.section-1 .section-card:last-child {
	margin-bottom: 0
}

.subject-select-manual .section-item .section-content .section-cards.section-1 .section-card .card-title {
	margin: 0 auto 26px;
	font-size: 36px;
	font-weight: 400;
	line-height: 42px;
	white-space: nowrap;
	font-family: FZZhengHeiS-B-GB,sans-serif;
	color: #212b7e;
	text-align: center;
	background-image: linear-gradient(0,#b8bfff,#b8bfff 14px,transparent 0)
}

.subject-select-manual .section-item .section-content .section-cards.section-1 .section-card .card-text {
	margin-top: 0;
	margin-bottom: 26px;
	font-size: 28px;
	line-height: 40px;
	color: #212b7e
}

.subject-select-manual .section-item .section-content .section-cards.section-1 .section-card .btn-item {
	position: relative;
	margin: 0 auto;
	width: 470px;
	box-shadow: 4px 8px #3e4aa8
}

.subject-select-manual .section-item .section-content .section-cards.section-1 .section-card .btn-item:active {
	box-shadow: 4px 8px transparent
}

.subject-select-manual .section-item .section-content .section-cards.section-1 .section-card .btn-item .icon {
	position: relative;
	display: inline-block;
	margin-left: 6px;
	content: "";
	width: 38px;
	height: 38px;
	background-color: #ffdc85;
	border-radius: 50%;
	vertical-align: -8px
}

.subject-select-manual .section-item .section-content .section-cards.section-1 .section-card .btn-item .icon:before {
	position: absolute;
	content: "";
	border-left: 12px solid #ea545e;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	left: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.subject-select-manual .section-item .section-content .section-btns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.subject-select-manual .section-item .section-content .section-btns .btn-item {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	box-shadow: 4px 8px #242d72
}

.subject-select-manual .section-item .section-content .section-btns .btn-item:active {
	box-shadow: 4px 8px transparent
}

.subject-select-manual .section-item .section-content .section-btns .btn-item:first-child {
	margin-right: 20px
}

.subject-select-manual .section-item .section-content .section-cards.section-2 {
	margin-bottom: 40px
}

.subject-select-manual .section-item .section-content .section-cards.section-2 .section-card {
	margin-bottom: 24px;
	padding: 0 38px;
	line-height: 120px;
	color: #212b7e;
	background: url(../images/card-2.png) 50%/100% 100%
}

.subject-select-manual .section-item .section-content .section-cards.section-2 .section-card span {
	font-size: 26px;
	line-height: 120px;
	font-family: FZZhengHeiS-B-GB,sans-serif
}

.subject-select-manual .section-item .section-content .section-cards.section-2 .section-card .tip {
	margin-right: 20px;
	color: #ea545e
}

.subject-select-manual .section-item .section-content .section-cards.section-2 .section-card:last-child {
	margin-bottom: 0
}

.subject-select-manual .section-item .section-content .section-tabs {
	padding: 48px 42px;
	background: url(../images/card-3.png) 50%/100% 100%
}

.subject-select-manual .section-item .section-content .section-tabs .section-tabs-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 6px;
	margin-bottom: 24px;
	border-radius: 12px;
	background-color: #b8bfff
}

.subject-select-manual .section-item .section-content .section-tabs .section-tabs-nav-item {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 36px;
	line-height: 1.8;
	height: 60px;
	border-radius: 10px;
	text-align: center;
	font-family: FZZhengHeiS-B-GB,sans-serif;
	color: #212b7e
}

.subject-select-manual .section-item .section-content .section-tabs .section-tabs-nav-item:first-child {
	margin-right: 20px
}

.subject-select-manual .section-item .section-content .section-tabs .section-tabs-nav-item.active {
	color: #ffdd7f;
	background-color: #2c3597
}

.subject-select-manual .section-item .section-content .section-tabs .section-tabs-box .section-tab-text {
	margin-top: 0;
	margin-bottom: 26px;
	font-size: 28px;
	line-height: 40px;
	color: #212b7e
}

.subject-select-manual .section-item .section-content .section-tabs .section-tabs-box .btn-groups {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.subject-select-manual .section-item .section-content .section-tabs .section-tabs-box .btn-groups .btn-item {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	box-shadow: 4px 8px #3e4aa8
}

.subject-select-manual .section-item .section-content .section-tabs .section-tabs-box .btn-groups .btn-item:active {
	box-shadow: 4px 8px transparent
}

.subject-select-manual .section-item .section-content .section-tabs .section-tabs-box .btn-groups .btn-item .icon {
	position: relative;
	display: inline-block;
	margin-left: 8px;
	content: "";
	width: 38px;
	height: 38px;
	background-color: #2c3597;
	border-radius: 50%;
	vertical-align: -8px
}

.subject-select-manual .section-item .section-content .section-tabs .section-tabs-box .btn-groups .btn-item .icon:before {
	position: absolute;
	content: "";
	border-left: 12px solid #f5c435;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	left: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.subject-select-manual .section-item .section-content .section-tabs .section-tabs-box .btn-groups .btn-item:first-child {
	margin-right: 16px
}

.subject-select-manual .section-item .section-content .section-tabs .section-tabs-box .btn-groups .btn-item:first-child .icon {
	background-color: #ffdc85
}

.subject-select-manual .section-item .section-content .section-tabs .section-tabs-box .btn-groups .btn-item:first-child .icon:before {
	border-left-color: #ea545e
}

.subject-select-manual .section-item .section-content .section-cards.section-3 {
	background: url(../images/card-4.png) 50%/100% 100%
}

.subject-select-manual .section-item .section-content .section-cards.section-3 .section-card {
	position: relative;
	padding: 0 24px;
	height: 120px
}

.subject-select-manual .section-item .section-content .section-cards.section-3 .section-card:before {
	content: "";
	margin-right: 12px;
	display: inline-block;
	width: 38px;
	height: 48px;
	background: url(../images/file-icon.png) 50%/contain;
	vertical-align: -12px
}

.subject-select-manual .section-item .section-content .section-cards.section-3 .section-card .section-card-text {
	margin: 0;
	display: inline-block;
	font-size: 30px;
	line-height: 120px;
	font-weight: 600;
	color: #212b7e
}

.subject-select-manual .section-item .section-content .section-cards.section-3 .section-card .btn-item {
	position: absolute;
	width: 120px;
	right: 32px;
	top: 50%;
	-webkit-transform: translateY(-28px);
	transform: translateY(-28px);
	box-shadow: 2px 4px #3e4aa8
}

.subject-select-manual .section-item .section-content .section-cards.section-3 .section-card .btn-item:active {
	-webkit-transform: translateY(-24px);
	transform: translateY(-24px);
	box-shadow: 2px 4px transparent
}

.subject-select-manual .section-item .section-content .section-cards.section-3 .section-card:nth-child(2n) {
	background-color: rgba(33,43,126,.05)
}

.subject-select-manual .last-section {
	margin: 0 -16px 76px;
	padding: 32px 34px 80px;
	background: url(../images/bg-1.png) 50%/cover
}

.subject-select-manual .last-section .last-section-title {
	margin-bottom: 62px;
	margin-top: 0;
	font-size: 48px;
	line-height: 60px;
	color: #f4c244;
	font-family: FZZhengHeiS-B-GB,sans-serif;
	text-align: center;
	font-weight: 400
}

.subject-select-manual .last-section .last-section-list .last-card-item {
	margin-bottom: 30px;
	display: block;
	position: relative;
	padding-left: 54px;
	height: 100px;
	border: 6px solid #a8b3ff;
	border-radius: 50px;
	background-color: #e8eeff;
	font-size: 30px;
	line-height: 88px;
	color: #212b7e;
	font-weight: 600
}

.subject-select-manual .last-section .last-section-list .last-card-item:last-child {
	margin-bottom: 0
}

.subject-select-manual .last-section .last-section-list .last-card-item:after {
	position: absolute;
	content: "";
	border-left: 12px solid #e8eeff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	right: 48px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.subject-select-manual .last-section .last-section-list .last-card-item:before {
	position: absolute;
	right: 36px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #2c3597
}

.subject-select-manual .bottom-part {
	position: relative;
	padding-left: 52px
}

.subject-select-manual .bottom-part .qrcode {
	top: 8px;
	position: absolute;
	width: 200px;
	height: 200px
}

.subject-select-manual .bottom-part .bottom-right-box {
	margin-left: 236px
}

.subject-select-manual .bottom-part .bottom-right-box .bottom-text {
	margin-bottom: 16px;
	font-size: 40px;
	line-height: 60px;
	color: #f4c244;
	font-family: FZZhengHeiS-EB-GB,sans-serif
}

.subject-select-manual .bottom-part .bottom-right-box .btn-item {
	width: 290px
}

.subject-select-manual .btn-item {
	display: block;
	font-size: 32px;
	font-weight: 600;
	box-shadow: 4px 8px #2c348e;
	text-align: center;
	transition: all .2s ease
}

.subject-select-manual .btn-item:active {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	box-shadow: 0 0 transparent
}

.subject-select-manual .btn-item.red {
	background-color: #ea545e;
	color: #ffdc85
}

.subject-select-manual .btn-item.yellow {
	background-color: #f5c435;
	color: #35409b
}

.subject-select-manual .btn-item.h80 {
	height: 80px;
	line-height: 80px;
	border-radius: 40px
}

.subject-select-manual .btn-item.h72 {
	font-size: 28px;
	height: 72px;
	line-height: 72px;
	border-radius: 36px
}

.subject-select-manual .btn-item.h56 {
	font-size: 28px;
	height: 56px;
	line-height: 56px;
	border-radius: 28px
}

.subject-application-essays-container {
	min-width: 1000px;
	background-color: #fff;
	font-family: Microsoft YaHei,PingFangSC-Regular,sans-serif
}

.subject-application-essays-container h1,.subject-application-essays-container h2,.subject-application-essays-container h3 {
	margin: 0;
	padding: 0
}

.subject-application-essays-container .part-list .dash-hls-video-player:hover .vjs-big-play-centered .vjs-big-play-button {
	background: #d79f6f
}

.subject-application-essays-container .part-list .dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 60px;
	width: 465px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: 4px solid #b72528;
	background: #fff
}

.subject-application-essays-container .part-list .dialog .dialog-close-btn {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 20px;
	right: 20px
}

.subject-application-essays-container .part-list .dialog .dialog-close-btn:after,.subject-application-essays-container .part-list .dialog .dialog-close-btn:before {
	position: absolute;
	content: "";
	top: 8px;
	width: 16px;
	height: 2px;
	background: #ddd
}

.subject-application-essays-container .part-list .dialog .dialog-close-btn:after {
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.subject-application-essays-container .part-list .dialog .dialog-close-btn:before {
	right: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.subject-application-essays-container .part-list .dialog .dialog-title {
	margin-bottom: 40px;
	font-size: 2.4rem;
	color: #26343f;
	text-align: center
}

.subject-application-essays-container .part-list .dialog .dialog-title span {
	font-size: 2.4rem;
	line-height: 31px
}

.subject-application-essays-container .part-list .dialog .dialog-content .code-image {
	margin: 0 auto;
	width: 200px;
	height: 200px
}

.subject-application-essays-container .part-list .dialog .dialog-content .input-text {
	position: relative;
	margin-bottom: 20px;
	padding: 8px 9px;
	height: 40px;
	color: #26343f;
	border: 1px solid #d2d3d4;
	border-radius: 4px;
	font-size: 16px;
	overflow: hidden
}

.subject-application-essays-container .part-list .dialog .dialog-content .input-text .input-phone {
	width: 100%
}

.subject-application-essays-container .part-list .dialog .dialog-content .input-text .input-code,.subject-application-essays-container .part-list .dialog .dialog-content .input-text .input-phone-code {
	width: 50%
}

.subject-application-essays-container .part-list .dialog .dialog-content .input-text .captcha-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	height: 40px
}

.subject-application-essays-container .part-list .dialog .dialog-content .input-text:last-child {
	margin-bottom: 40px
}

.subject-application-essays-container .part-list .dialog .dialog-content .input-text .btn-short {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 40px;
	width: 130px;
	font-size: 16px
}

.subject-application-essays-container .part-list .dialog .dialog-content .btn-dialog {
	line-height: 42px;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	background: #b72528
}

.subject-application-essays-container .part-list .dialog .dialog-content .btn-dialog:hover {
	background: #d8181c
}

.subject-application-essays-container .part-list .dialog .dialog-content .btn-disabled,.subject-application-essays-container .part-list .dialog .dialog-content .btn-disabled:hover {
	background: #e4e5e6;
	color: #c4c9cc
}

.subject-application-essays-container .part-list .part-box {
	display: block;
	list-style: none;
	overflow: hidden
}

.subject-application-essays-container .part-list .part-box .part-inner-box {
	margin: 0 auto;
	padding: 120px 40px;
	max-width: 1180px
}

.subject-application-essays-container .part-list .part-box .part-inner-box .part-title {
	margin-bottom: 80px;
	color: #3f3826;
	text-align: center;
	font-weight: 700;
	font-size: 4rem;
	line-height: 52px
}

.subject-application-essays-container .part-list .part-banner {
	background-image: url(../images/banner.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center
}

.subject-application-essays-container .part-list .part-banner .part-inner-box {
	padding: 200px 0 138px 0
}

.subject-application-essays-container .part-list .part-banner .part-inner-box .banner-title {
	margin-bottom: 110px;
	font-size: 6.4rem;
	height: 85px;
	line-height: 85px;
	color: #fff;
	font-weight: 700
}

.subject-application-essays-container .part-list .part-banner .part-inner-box .banner-btn {
	display: block;
	margin: 0 auto;
	width: 360px;
	text-decoration: none;
	font-size: 3rem;
	line-height: 69px;
	color: #fff;
	background-color: #d79f6f;
	border-radius: 85px;
	transition: all .3s
}

.subject-application-essays-container .part-list .part-banner .part-inner-box .banner-btn:hover {
	background-color: #078cf1
}

.subject-application-essays-container .part-list .part-topic .part-content .topic-btn {
	position: relative;
	display: inline-block;
	width: calc((100% - 40px) / 2);
	height: 100px;
	line-height: 100px;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	z-index: 1
}

@media screen and (min-width:1250px) {
	.subject-application-essays-container .part-list .part-topic .part-content .topic-btn {
		font-size: 2.4rem
	}
}

.subject-application-essays-container .part-list .part-topic .part-content .topic-btn:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #d79f6f;
	border-radius: 16px;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	transition: all .3s;
	z-index: -1
}

.subject-application-essays-container .part-list .part-topic .part-content .topic-btn:hover:after {
	background-color: #078cf1
}

.subject-application-essays-container .part-list .part-topic .part-content .topic-btn:first-child,.subject-application-essays-container .part-list .part-topic .part-content .topic-btn:nth-child(3) {
	margin-right: 40px
}

.subject-application-essays-container .part-list .part-topic .part-content .topic-btn:first-child,.subject-application-essays-container .part-list .part-topic .part-content .topic-btn:nth-child(2) {
	margin-bottom: 40px
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box {
	padding-top: 0
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content {
	height: 400px
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .video-box {
	width: 50%;
	height: 100%;
	border: 15px solid #d79f6f
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .video-box .video-src {
	width: 100%;
	height: 100%
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box {
	position: relative;
	padding: 20px;
	width: 50%;
	overflow: hidden;
	background-image: url(../images/bias.png);
	background-size: 10px 10px
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .left-line {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	border-left: 20px solid #ddd;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .teacher-content {
	position: relative;
	height: 360px;
	background-color: #fff;
	overflow: hidden
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .teacher-content .teacher-info {
	margin: 51px 0 0 33px;
	width: 42%;
	color: #3f3826
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .teacher-content .teacher-info .teacher-name {
	margin-bottom: 20px;
	font-size: 2.2rem;
	line-height: 31px;
	font-weight: 700
}

@media screen and (min-width:1250px) {
	.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .teacher-content .teacher-info .teacher-name {
		font-size: 2.4rem
	}
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .teacher-content .teacher-info .teacher-intro {
	margin-bottom: 16px;
	line-height: 29px
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .teacher-content .teacher-info .teacher-intro .intro-text {
	margin: 0;
	font-size: 1.5rem
}

@media screen and (min-width:1250px) {
	.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .teacher-content .teacher-info .teacher-intro .intro-text {
		font-size: 1.8rem
	}
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .teacher-content .teacher-info .teacher-intro .intro-text:before {
	display: inline-block;
	content: "";
	margin-right: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #d79f6f;
	vertical-align: middle
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .teacher-content .teacher-info .answer-btn {
	display: block;
	width: 170px;
	height: 50px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 50px;
	text-align: center;
	border-radius: 48px;
	background-color: #d79f6f;
	transition: all .3s
}

@media screen and (min-width:1250px) {
	.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .teacher-content .teacher-info .answer-btn {
		width: 206px;
		font-size: 1.8rem
	}
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .teacher-content .teacher-info .answer-btn:hover {
	background-color: #078cf1
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .teacher-content .teacher-image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%
}

.subject-application-essays-container .part-list .part-teacher .part-inner-box .part-content .teacher-box .teacher-content .teacher-image .image-src {
	margin-top: 18px;
	width: 100%
}

.subject-application-essays-container .part-list .part-category {
	background-image: url(../images/category.png);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	height: 1052px
}

.subject-application-essays-container .part-list .part-category .part-inner-box .part-title {
	color: #fff
}

.subject-application-essays-container .part-list .part-category .part-content .category-list {
	margin-bottom: 80px
}

.subject-application-essays-container .part-list .part-category .part-content .category-list .category-item {
	position: relative;
	display: inline-block;
	list-style: none;
	margin-right: 20px;
	text-align: center;
	width: calc((100% - 80px) / 5);
	padding: calc((100% - 80px) / 5) 0 0 0;
	background-color: hsla(0,0%,100%,.8);
	font-size: 2.4rem;
	border-radius: 50%;
	transition: all .3s
}

.subject-application-essays-container .part-list .part-category .part-content .category-list .category-item:last-child {
	margin-right: 0
}

.subject-application-essays-container .part-list .part-category .part-content .category-list .category-item .item-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: inline-block;
	line-height: 31px;
	color: #3f3826
}

.subject-application-essays-container .part-list .part-category .part-content .category-list .category-item.active,.subject-application-essays-container .part-list .part-category .part-content .category-list .category-item:hover {
	background-color: #d79f6f
}

.subject-application-essays-container .part-list .part-category .part-content .category-list .category-item.active .item-text span,.subject-application-essays-container .part-list .part-category .part-content .category-list .category-item:hover .item-text span {
	color: #fff
}

.subject-application-essays-container .part-list .part-category .part-content .category-content {
	height: 420px;
	text-align: left;
	background-color: hsla(0,0%,100%,.8)
}

@media screen and (min-width:1250px) {
	.subject-application-essays-container .part-list .part-category .part-content .category-content {
		height: 400px
	}
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box {
	height: 100%;
	overflow: hidden
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-info {
	position: relative;
	padding: 40px;
	width: 50%;
	height: 100%;
	color: #3f3826
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-info .info-title {
	margin-bottom: 25px;
	font-size: 2.4rem;
	line-height: 31px;
	font-weight: 700
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-info .info-text {
	font-size: 18px;
	line-height: 29px
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-info .info-text .download-app {
	color: #156ef0;
	text-decoration: underline;
	font-weight: 700
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-info .info-btn {
	position: absolute;
	bottom: 40px;
	width: 246px;
	height: 50px;
	line-height: 50px;
	font-size: 1.8rem;
	text-align: center;
	background-color: #d79f6f;
	color: #fff;
	border-radius: 48px;
	transition: all .3s
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-info .info-btn:hover {
	background-color: #078cf1
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-video {
	padding: 15px;
	height: 100%;
	width: 50%
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-video .video-box {
	height: 100%
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-video .video-box .video-src {
	width: 100%;
	height: 100%
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-top {
	padding: 32px 40px 19px
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-top .category-title {
	display: inline;
	margin: 8px 17px 0 0;
	font-size: 2.4rem;
	line-height: 31px;
	color: #3f3826;
	font-weight: 700
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-top .category-link {
	margin-top: 15px;
	font-size: 1.8rem;
	line-height: 24px;
	color: #078cf1;
	font-weight: 700;
	text-decoration: underline
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-top .category-btn {
	width: 246px;
	height: 50px;
	font-size: 1.8rem;
	line-height: 50px;
	border-radius: 48px;
	background-color: #d79f6f;
	text-align: center;
	color: #fff
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-bottom {
	padding: 0 40px
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-bottom .category-image {
	position: relative;
	display: inline-block;
	width: calc((100% - 35px) / 2);
	height: 270px;
	overflow: hidden
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-bottom .category-image:first-child {
	margin-right: 35px
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-bottom .category-image .image-title {
	position: relative;
	width: 60px;
	height: 100%;
	background-color: #afa9a4
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-bottom .category-image .image-title .title-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 18px;
	color: #fff;
	width: 16px
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-bottom .category-image .image-src {
	width: calc(100% - 60px);
	height: 100%
}

.subject-application-essays-container .part-list .part-category .part-content .category-content .category-box .category-bottom .category-image .image-src .image {
	width: 100%
}

.subject-application-essays-container .part-list .part-example .example-list .example-item {
	display: block;
	list-style: none;
	width: 31%
}

.subject-application-essays-container .part-list .part-example .example-list .example-item .example-image {
	height: 380px;
	overflow: hidden
}

.subject-application-essays-container .part-list .part-example .example-list .example-item .example-image .image-src {
	height: 100%
}

.subject-application-essays-container .part-list .part-example .example-list .example-item .example-content {
	position: relative;
	padding: 50px 52px 45px;
	height: 200px;
	text-align: center;
	background-color: #d79f6f;
	font-size: 1.8rem;
	line-height: 24px
}

.subject-application-essays-container .part-list .part-example .example-list .example-item .example-content .example-text {
	color: #fff
}

.subject-application-essays-container .part-list .part-example .example-list .example-item .example-content .example-btn {
	position: absolute;
	bottom: 45px;
	left: 50%;
	height: 50px;
	width: 180px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	color: #d79f6f;
	line-height: 50px;
	border-radius: 48px;
	text-align: center;
	transition: all .3s
}

.subject-application-essays-container .part-list .part-example .example-list .example-item .example-content .example-btn:hover {
	color: #fff;
	background-color: #078cf1
}

.subject-application-essays-container .part-list .part-example .example-list .example-item:nth-child(2) .example-image {
	height: 340px
}

.subject-application-essays-container .part-list .part-example .example-list .example-item:nth-child(2) .example-content {
	padding: 60px 52px 45px;
	height: 240px
}

.subject-apply-online-container {
	padding-top: 520px;
	background-color: #0b081b;
	background-image: url(../images/banner.jpg);
	background-position: top;
	background-size: 1920px;
	background-repeat: no-repeat
}

.subject-apply-online-container .part {
	padding: 100px 0;
	background-position: top;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.subject-apply-online-container .part .part-title {
	margin: 0 auto 80px;
	height: 60px;
	text-align: center
}

.subject-apply-online-container .part .part-title .image-src {
	height: 100%
}

.subject-apply-online-container .part .hover-btn .image-src {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 21px;
	z-index: 1
}

.subject-apply-online-container .part .hover-btn .hover-image {
	opacity: 0;
	width: 100%;
	transition: all .3s
}

.subject-apply-online-container .part .hover-btn:hover .hover-image {
	opacity: 1
}

.subject-apply-online-container .part-deadline {
	padding: 0 auto 85px
}

.subject-apply-online-container .part-deadline .part-content .part-text {
	margin-bottom: 60px;
	padding: 58px 40px 49px;
	color: #f8f8f8;
	font-size: 1.6rem;
	line-height: 26px;
	background-image: url(../images/deadline-border.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%
}

.subject-apply-online-container .part-deadline .part-content .btn-group .btn-deadline {
	position: relative;
	display: block;
	width: calc((100% - 50px) / 3);
	height: 80px;
	margin-right: 25px;
	background-image: url(../images/deadline-btn.png);
	background-size: 100% 100%
}

.subject-apply-online-container .part-deadline .part-content .btn-group .btn-deadline:last-child {
	margin-right: 0
}

.subject-apply-online-container .part-introduce {
	background-color: #0f0f20
}

.subject-apply-online-container .part-introduce .part-content .system-item {
	margin-bottom: 60px
}

.subject-apply-online-container .part-introduce .part-content .system-item:last-child {
	margin-bottom: 0
}

.subject-apply-online-container .part-introduce .part-content .system-item .system-title {
	margin-bottom: 30px;
	height: 30px
}

.subject-apply-online-container .part-introduce .part-content .system-item .system-title .image-src {
	height: 100%
}

.subject-apply-online-container .part-introduce .part-content .system-item .system-content .content-item {
	position: relative;
	margin-right: 25px;
	width: calc((100% - 75px) / 4);
	height: 285px;
	background-image: url(../images/introduce-border.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.subject-apply-online-container .part-introduce .part-content .system-item .system-content .content-item:last-child {
	margin-right: 0
}

.subject-apply-online-container .part-introduce .part-content .system-item .system-content .content-item .item-title {
	margin: 19px 0;
	height: 35px;
	text-align: center
}

.subject-apply-online-container .part-introduce .part-content .system-item .system-content .content-item .item-title .image-src {
	height: 100%
}

.subject-apply-online-container .part-introduce .part-content .system-item .system-content .content-item .item-text {
	padding: 0 21px;
	font-size: 1.6rem;
	color: #f8f8f8;
	line-height: 21px;
	max-height: 126px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.subject-apply-online-container .part-introduce .part-content .system-item .system-content .content-item .item-text {
		line-height: 21px;
		max-height: 126px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.subject-apply-online-container .part-introduce .part-content .system-item .system-content .content-item .item-text {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.subject-apply-online-container .part-introduce .part-content .system-item .system-content .content-item .item-btn {
	position: absolute;
	display: block;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 160px;
	height: 40px;
	background-image: url(../images/introduce-btn.png);
	background-size: 100% 100%
}

.subject-apply-online-container .part-introduce .part-content .system-item .system-content .content-item .item-btn .image-src {
	height: 16px
}

.subject-apply-online-container .part-wes {
	padding-bottom: 85px
}

.subject-apply-online-container .part-wes .part-content .wes-text {
	margin-bottom: 40px;
	padding: 58px 40px 49px;
	height: 211px;
	color: #f8f8f8;
	font-size: 1.6rem;
	line-height: 26px;
	background-image: url(../images/wes-border.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%
}

.subject-apply-online-container .part-wes .part-content .wes-procedure {
	margin-bottom: 100px;
	height: 90px
}

.subject-apply-online-container .part-wes .part-content .wes-procedure .procedure-item {
	margin-left: calc(100% * -25 / 1100);
	height: 100%;
	text-align: center;
	width: calc(100% * 246 / 1100);
	color: #ffdc7a;
	line-height: 90px;
	font-size: 1.8rem;
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%
}

.subject-apply-online-container .part-wes .part-content .wes-procedure .procedure-item:first-child {
	margin-left: 0
}

.subject-apply-online-container .part-wes .part-content .wes-procedure .procedure-item-1 {
	background-image: url(../images/wes-procedure-1.png)
}

.subject-apply-online-container .part-wes .part-content .wes-procedure .procedure-item-2 {
	background-image: url(../images/wes-procedure-2.png)
}

.subject-apply-online-container .part-wes .part-content .wes-procedure .procedure-item-3 {
	background-image: url(../images/wes-procedure-3.png)
}

.subject-apply-online-container .part-wes .part-content .wes-procedure .procedure-item-4 {
	background-image: url(../images/wes-procedure-4.png)
}

.subject-apply-online-container .part-wes .part-content .wes-procedure .procedure-item-5 {
	width: calc(100% * 215 / 1100);
	background-image: url(../images/wes-procedure-5.png)
}

.subject-apply-online-container .part-wes .part-content .wes-btn {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 460px;
	height: 66px;
	background-image: url(../images/wes-btn.png);
	background-size: 100% 100%
}

.subject-apply-online-container .part-cost {
	background-color: #0f0f20
}

.subject-apply-online-container .part-cost .part-title {
	width: 501px
}

.subject-apply-online-container .part-cost .part-content .cost-panel {
	position: relative;
	margin: 0 auto;
	padding: 40px 80px;
	width: 940px;
	background-image: url(../images/cost-border.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%
}

.subject-apply-online-container .part-cost .part-content .cost-panel .cost-image {
	width: 360px;
	height: 210px
}

.subject-apply-online-container .part-cost .part-content .cost-panel .cost-text {
	position: absolute;
	left: 470px;
	top: 50px;
	right: 80px;
	bottom: 40px;
	color: #f8f8f8;
	font-size: 1.6rem;
	line-height: 26px
}

.subject-apply-online-container .part-cost .part-content .cost-panel .cost-text .text {
	text-align: justify
}

.subject-apply-online-container .part-cost .part-content .cost-panel .cost-text .cost-btn {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	height: 40px;
	background-image: url(../images/introduce-btn.png);
	background-size: 100% 100%
}

.subject-apply-online-container .part-cost .part-content .cost-panel .cost-text .cost-btn .image-src {
	height: 16px
}

.subject-apply-online-container .part-strategy {
	padding-bottom: 85px;
	margin-bottom: 49px
}

.subject-apply-online-container .part-strategy .part-title {
	width: 543px
}

.subject-apply-online-container .part-strategy .part-content .item-list {
	margin-bottom: 100px
}

.subject-apply-online-container .part-strategy .part-content .item-list .strategy-item {
	position: relative;
	display: block;
	margin-right: 40px;
	width: calc((100% - 80px) / 3);
	transition: all .3s
}

.subject-apply-online-container .part-strategy .part-content .item-list .strategy-item:last-child {
	margin-right: 0
}

.subject-apply-online-container .part-strategy .part-content .item-list .strategy-item .image-src {
	width: 100%
}

.subject-apply-online-container .part-strategy .part-content .item-list .strategy-item:hover {
	opacity: .8
}

.subject-apply-online-container .part-strategy .part-content .strategy-btn {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 460px;
	height: 66px;
	background-image: url(../images/strategy-btn.png);
	background-size: 100% 100%
}

@font-face {
	font-family:YuantiSCBold2;src:url(../other/STYuanti-SC-Bold-2.ttf);font-weight:700;font-style:normal
}

.container-subject-abroad-guide {
	width: 750px;
	margin: 0 auto;
	padding-top: 894px;
	background: #fcc899 url(../images/banner.jpg) no-repeat top/contain
}

.container-subject-abroad-guide .top-logo {
	position: absolute;
	top: 20px;
	width: 120px;
	height: 60px;
	border-radius: 0 30px 30px 0;
	overflow: hidden
}

.container-subject-abroad-guide .top-logo .image-src {
	width: 100%;
	height: 100%
}

.container-subject-abroad-guide .top-btn-groups {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 28px;
	margin-bottom: 73px
}

.container-subject-abroad-guide .top-btn-groups .top-btn {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 32px;
	padding-top: 6px;
	line-height: 74px;
	font-family: YuantiSCBold2,sans-serif;
	text-align: center;
	color: #f6f0e2;
	background-color: #254e63;
	box-shadow: 0 6px #0b222e;
	border-radius: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: all .2s ease
}

.container-subject-abroad-guide .top-btn-groups .top-btn:first-child {
	margin-right: 20px;
	box-shadow: 0 6px #914017;
	background-color: #ee7726
}

.container-subject-abroad-guide .top-btn-groups .top-btn:active {
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	box-shadow: 0 0 transparent
}

.container-subject-abroad-guide .top-btn-groups .top-btn:after {
	display: inline-block;
	margin-left: 10px;
	content: "";
	border-left: 16px solid #f6f0e2;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	vertical-align: -2px
}

.container-subject-abroad-guide .section-item {
	margin-bottom: 60px
}

.container-subject-abroad-guide .section-item .section-title {
	margin-top: 0;
	margin-bottom: 36px;
	font-size: 50px;
	line-height: 63px;
	color: #26343f;
	text-align: center;
	font-family: YuantiSCBold2,sans-serif;
	text-shadow: 0 4px #f4eb86;
	background: url(../images/title-left.png) no-repeat 0/contain,url(../images/title-right.png) no-repeat 100%/contain
}

.container-subject-abroad-guide .section-item .section-content {
	padding: 0 32px
}

.container-subject-abroad-guide .section-item .section-content .border-box {
	border: 8px solid #fb9a87;
	border-radius: 16px;
	background-color: #f6f0e2
}

.container-subject-abroad-guide .section-item .section-content .border-box .footer-box-btns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.container-subject-abroad-guide .section-item .section-content .border-box .footer-box-btns .footer-box-btn {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 6px;
	line-height: 66px;
	text-align: center;
	font-size: 30px;
	color: #fcffee;
	font-family: YuantiSCBold2,sans-serif;
	border-radius: 8px;
	background-color: #f06f2e;
	box-shadow: 0 6px #914017;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .2s ease
}

.container-subject-abroad-guide .section-item .section-content .border-box .footer-box-btns .footer-box-btn:active {
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	box-shadow: 0 0 transparent
}

.container-subject-abroad-guide .section-item .section-content .border-box .footer-box-btns .footer-box-btn:first-child {
	margin-right: 12px
}

.container-subject-abroad-guide .section-1 {
	margin-bottom: 12px;
	padding-bottom: 48px;
	background: url(../images/bg-2.png) no-repeat center 528px/100% 1080px,url(../images/bg-1.png) no-repeat center 440px/contain
}

.container-subject-abroad-guide .section-1 .part1-data-item {
	padding: 34px 20px 30px;
	border-bottom: 2px solid #fcc799
}

.container-subject-abroad-guide .section-1 .part1-data-item:first-child {
	padding-top: 40px
}

.container-subject-abroad-guide .section-1 .part1-data-item .data-item-top {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.container-subject-abroad-guide .section-1 .part1-data-item .data-item-top .top-tag {
	position: relative;
	margin-right: 23px;
	padding-top: 20px;
	-webkit-flex: 0 0 50px;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	height: 160px;
	background-color: #f1d16c;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	line-height: 50px;
	font-size: 32px;
	font-family: YuantiSCBold2,sans-serif
}

.container-subject-abroad-guide .section-1 .part1-data-item .data-item-top .top-tag:after,.container-subject-abroad-guide .section-1 .part1-data-item .data-item-top .top-tag:before {
	position: absolute;
	content: "";
	bottom: -16px;
	border-top: 16px solid #f1d16c
}

.container-subject-abroad-guide .section-1 .part1-data-item .data-item-top .top-tag:before {
	left: 0;
	border-right: 25px solid transparent
}

.container-subject-abroad-guide .section-1 .part1-data-item .data-item-top .top-tag:after {
	right: 0;
	border-left: 25px solid transparent
}

.container-subject-abroad-guide .section-1 .part1-data-item .data-item-top .top-text {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.container-subject-abroad-guide .section-1 .part1-data-item .data-item-top .top-text .top-title {
	margin-bottom: 10px;
	font-size: 38px;
	line-height: 50px;
	font-family: YuantiSCBold2,sans-serif;
	color: #f06f2e
}

.container-subject-abroad-guide .section-1 .part1-data-item .data-item-top .top-text .top-content {
	font-size: 28px;
	line-height: 40px;
	color: #26343f
}

.container-subject-abroad-guide .section-1 .part1-data-item .data-item-bottom {
	margin-top: 10px;
	text-align: right;
	font-size: 0
}

.container-subject-abroad-guide .section-1 .part1-data-item .data-item-bottom .data-item-btn {
	display: inline-block;
	width: 254px;
	padding-top: 6px;
	line-height: 58px;
	border-radius: 8px;
	text-align: center;
	font-size: 30px;
	font-family: YuantiSCBold2,sans-serif;
	background-color: #819a7c;
	color: #fcffee;
	box-shadow: 0 6px #495a37;
	transition: all .2s ease
}

.container-subject-abroad-guide .section-1 .part1-data-item .data-item-bottom .data-item-btn:active {
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	box-shadow: 0 0 transparent
}

.container-subject-abroad-guide .section-1 .part1-data-item .data-item-bottom .data-item-btn:after {
	display: inline-block;
	margin-left: 10px;
	content: "";
	border-left: 16px solid #fcffee;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	vertical-align: -2px
}

.container-subject-abroad-guide .section-1 .footer-box-btns {
	padding: 42px 24px
}

.container-subject-abroad-guide .section-2 .box-top .border-box {
	padding: 24px
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item {
	padding-top: 32px
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-content {
	margin-bottom: 32px;
	font-size: 30px;
	color: #26343f;
	line-height: 42px
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box {
	position: relative;
	width: 134px;
	padding: 0 12px 12px;
	background-color: #ff9661
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box:after,.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box:before {
	position: absolute;
	content: "";
	bottom: -20px;
	border-top: 20px solid #ff9661
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box:before {
	left: 0;
	border-right: 67px solid transparent
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box:after {
	right: 0;
	border-left: 67px solid transparent
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box .data-item-tag {
	position: relative;
	background-color: #f06f2e;
	padding-top: 16px;
	line-height: 94px;
	width: 110px;
	text-align: center;
	color: #f6f0e2;
	font-size: 40px;
	font-family: YuantiSCBold2,sans-serif
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box .data-item-tag:after,.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box .data-item-tag:before {
	position: absolute;
	content: "";
	bottom: -16px;
	border-top: 16px solid #f06f2e;
	z-index: 1
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box .data-item-tag:before {
	left: 0;
	border-right: 55px solid transparent
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box .data-item-tag:after {
	right: 0;
	border-left: 55px solid transparent
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box.disadvantage {
	background-color: #8089b2
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box.disadvantage:after,.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box.disadvantage:before {
	border-top-color: #8089b2
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box.disadvantage .data-item-tag {
	background-color: #525c89
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box.disadvantage .data-item-tag:after,.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-tag-box.disadvantage .data-item-tag:before {
	border-top-color: #525c89
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-list .data-item-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 28px;
	color: #26343f;
	line-height: 40px
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-list .data-item-item:before {
	display: inline-block;
	margin-right: 14px;
	content: "";
	-webkit-flex: 0 0 10px;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	height: 10px;
	border-radius: 50%;
	margin-top: 15px;
	background-color: #f06f2e
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-advantage {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f9e3d1;
	border-radius: 12px
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-advantage .data-item-list {
	margin-left: 220px
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-advantage .data-item-tag-box {
	position: absolute;
	top: 0;
	left: 34px
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-disadvantage {
	position: relative;
	padding: 20px;
	background-color: #f9e3d1;
	border-radius: 12px
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-disadvantage .data-item-list {
	margin-right: 220px
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-disadvantage .data-item-list .data-item-item:before {
	background-color: #6571a6
}

.container-subject-abroad-guide .section-2 .box-top .border-box .part2-data-item .data-item-disadvantage .data-item-tag-box {
	position: absolute;
	top: 0;
	right: 34px
}

.container-subject-abroad-guide .section-2 .box-bottom {
	margin-top: 40px
}

.container-subject-abroad-guide .section-2 .box-bottom .border-box {
	position: relative;
	padding: 72px 24px 24px
}

.container-subject-abroad-guide .section-2 .box-bottom .border-box .lines {
	position: absolute;
	top: -48px;
	left: 42px;
	right: 42px;
	height: 102px;
	background: radial-gradient(circle at center,#ec6f2e 0,#ec6f2e 10px,transparent 0) no-repeat 6px calc(100% - 16px)/20px 20px,radial-gradient(circle at center,#ec6f2e 0,#ec6f2e 10px,transparent 0) no-repeat calc(100% - 6px) calc(100% - 16px)/20px 20px,radial-gradient(circle at center,#ba511c 0,#ba511c 16px,transparent 0) no-repeat 0 100%/32px 32px,radial-gradient(circle at center,#ba511c 0,#ba511c 16px,transparent 0) no-repeat 100% 100%/32px 32px
}

.container-subject-abroad-guide .section-2 .box-bottom .border-box .lines:after,.container-subject-abroad-guide .section-2 .box-bottom .border-box .lines:before {
	position: absolute;
	content: "";
	height: 72px;
	width: 20px;
	background-color: #ec6f2e;
	top: 0
}

.container-subject-abroad-guide .section-2 .box-bottom .border-box .lines:before {
	left: 6px
}

.container-subject-abroad-guide .section-2 .box-bottom .border-box .lines:after {
	right: 6px
}

.container-subject-abroad-guide .section-2 .box-bottom .border-box .tab-box {
	padding-top: 32px
}

.container-subject-abroad-guide .section-2 .box-bottom .border-box .tab-box .tab-box-content {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 42px;
	color: #26343f
}

.container-subject-abroad-guide .section-3 {
	margin-bottom: 46px;
	padding-bottom: 20px;
	background: url(../images/bg-3.png) no-repeat center 62px/contain,url(../images/bg-4.png) no-repeat bottom/contain
}

.container-subject-abroad-guide .section-3 .border-box {
	padding: 24px 16px 34px
}

.container-subject-abroad-guide .section-3 .border-box .part3-data-item {
	position: relative;
	margin-bottom: 32px;
	border-radius: 12px;
	background-color: #feddc2;
	overflow: hidden
}

.container-subject-abroad-guide .section-3 .border-box .part3-data-item .part3-data-item-content {
	padding: 32px 20px;
	font-size: 28px;
	line-height: 40px;
	color: #26343f;
	white-space: pre-wrap
}

.container-subject-abroad-guide .section-3 .border-box .part3-data-item .part3-data-item-title {
	line-height: 120px;
	text-align: center;
	font-size: 40px;
	color: #ffdf7b;
	font-family: YuantiSCBold2,sans-serif;
	background-color: #525c89
}

.container-subject-abroad-guide .section-3 .border-box .part3-data-item.left-layout,.container-subject-abroad-guide .section-3 .border-box .part3-data-item.right-layout {
	font-size: 0
}

.container-subject-abroad-guide .section-3 .border-box .part3-data-item.left-layout .part3-data-item-title .part3-data-item-title-text,.container-subject-abroad-guide .section-3 .border-box .part3-data-item.right-layout .part3-data-item-title .part3-data-item-title-text {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	font-size: 40px
}

.container-subject-abroad-guide .section-3 .border-box .part3-data-item.left-layout .part3-data-item-title:after,.container-subject-abroad-guide .section-3 .border-box .part3-data-item.right-layout .part3-data-item-title:after {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle
}

.container-subject-abroad-guide .section-3 .border-box .part3-data-item.left-layout .part3-data-item-content {
	margin-left: 120px
}

.container-subject-abroad-guide .section-3 .border-box .part3-data-item.left-layout .part3-data-item-title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 120px;
	line-height: 55px
}

.container-subject-abroad-guide .section-3 .border-box .part3-data-item.right-layout .part3-data-item-content {
	margin-right: 120px
}

.container-subject-abroad-guide .section-3 .border-box .part3-data-item.right-layout .part3-data-item-title {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 120px;
	line-height: 55px
}

.container-subject-abroad-guide .section-4 {
	margin-bottom: 55px
}

.container-subject-abroad-guide .section-4 .border-box {
	padding: 24px 16px
}

.container-subject-abroad-guide .section-4 .border-box .part4-data-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 10px 12px 14px;
	margin-bottom: 20px;
	background-color: #52567c;
	border-radius: 8px
}

.container-subject-abroad-guide .section-4 .border-box .part4-data-item .data-item-content {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 36px;
	line-height: 66px;
	color: #f6f0e2;
	font-family: YuantiSCBold2,sans-serif
}

.container-subject-abroad-guide .section-4 .border-box .part4-data-item .data-item-btn {
	border-radius: 8px;
	width: 200px;
	line-height: 64px;
	text-align: center;
	background-color: #ffdf7b;
	color: #52567c;
	font-size: 32px;
	font-family: YuantiSCBold2,sans-serif
}

.container-subject-abroad-guide .section-4 .border-box .part4-data-item .data-item-btn:after {
	display: inline-block;
	margin-left: 10px;
	content: "";
	border-left: 16px solid #52567c;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	vertical-align: -2px
}

.container-subject-abroad-guide .section-bottom {
	background: url(../images/bg-5.png) no-repeat 50%/cover;
	height: 440px;
	text-align: center;
	font-size: 0
}

.container-subject-abroad-guide .section-bottom .qrcode-image {
	display: inline-block;
	margin-top: 130px;
	margin-right: 52px;
	width: 160px;
	height: 160px
}

.container-subject-abroad-guide .section-bottom .app-text-box {
	display: inline-block;
	vertical-align: 14px;
	text-align: left
}

.container-subject-abroad-guide .section-bottom .app-text-box .app-text-1,.container-subject-abroad-guide .section-bottom .app-text-box .app-text-2 {
	font-size: 36px;
	line-height: 50px;
	color: #52567c;
	font-family: YuantiSCBold2,sans-serif
}

.container-subject-abroad-guide .section-bottom .app-text-box .app-text-2 {
	margin-top: 2px;
	margin-bottom: 24px
}

.container-subject-abroad-guide .section-bottom .app-text-box .download-btn {
	display: block;
	width: 280px;
	padding-top: 6px;
	line-height: 58px;
	text-align: center;
	font-size: 30px;
	font-family: YuantiSCBold2,sans-serif;
	color: #fcffee;
	border-radius: 8px;
	background-color: #f06f2e;
	box-shadow: 0 6px #914017;
	transition: all .2s ease
}

.container-subject-abroad-guide .section-bottom .app-text-box .download-btn:active {
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	box-shadow: 0 0 transparent
}

.component-abroad-guide-tabs .tabs-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	background-color: #3a4267;
	border-radius: 10px
}

.component-abroad-guide-tabs .tabs-list .tabs-item {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 56px;
	text-align: center;
	border: 4px solid transparent;
	font-size: 30px;
	color: #f6f0e2;
	font-family: YuantiSCBold2,sans-serif;
	border-radius: 8px
}

.component-abroad-guide-tabs .tabs-list .tabs-item.active {
	border-color: #f1d16c;
	background-color: #f6f0e2;
	color: #3a4267
}

.subject-sschool-container {
	padding-top: 470px;
	background-size: 1500px;
	min-width: 1000px;
	background: #08235a url(../images/banner.png) no-repeat center -90px;
	font-family: Microsoft YaHei,sans-serif
}

@media screen and (min-width:1250px) {
	.subject-sschool-container {
		padding-top: 635px;
		background-size: 1920px
	}
}

.subject-sschool-container .content-box {
	max-width: 1200px;
	width: 93.75%;
	margin: 0 auto
}

.subject-sschool-container .content-box .header-nav .nav-btn {
	display: inline-block;
	margin-right: 1.66%;
	width: 23.75%;
	height: 80px;
	font-size: 3.2rem;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #1a429b
}

.subject-sschool-container .content-box .header-nav .nav-btn:last-child {
	margin-right: 0
}

.subject-sschool-container .content-box .header-nav .nav-btn:hover,.subject-sschool-container .content-box .part-list .dash-hls-video-player:hover .vjs-big-play-centered .vjs-big-play-button {
	background: #b72528
}

.subject-sschool-container .content-box .part-list .part-item {
	margin-top: 60px
}

.subject-sschool-container .content-box .part-list .part-item .dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 60px;
	width: 450px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: 4px solid #b72528;
	background: #fff
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-close-btn {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 20px;
	right: 20px
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-close-btn:after,.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-close-btn:before {
	position: absolute;
	content: "";
	top: 8px;
	width: 16px;
	height: 2px;
	background: #ddd
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-close-btn:after {
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-close-btn:before {
	right: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-title {
	margin-bottom: 40px;
	font-size: 2.4rem;
	color: #26343f;
	text-align: center
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-title span {
	font-size: 2.4rem;
	line-height: 31px
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-content .input-text {
	position: relative;
	margin-bottom: 20px;
	padding: 8px 9px;
	height: 40px;
	color: #26343f;
	border: 1px solid #d2d3d4;
	border-radius: 4px;
	font-size: 16px;
	overflow: hidden
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-content .input-text .input-phone {
	width: 100%
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-content .input-text .input-code,.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-content .input-text .input-phone-code {
	width: 50%
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-content .input-text .captcha-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	height: 40px
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-content .input-text .captcha-image svg {
	width: 100%;
	height: 100%
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-content .input-text:last-child {
	margin-bottom: 40px
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-content .input-text .btn-short {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 40px;
	width: 130px;
	font-size: 16px
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-content .btn-dialog {
	line-height: 42px;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	background: #b72528
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-content .btn-dialog:hover {
	background: #d8181c
}

.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-content .btn-disabled,.subject-sschool-container .content-box .part-list .part-item .dialog .dialog-content .btn-disabled:hover {
	background: #e4e5e6;
	color: #c4c9cc
}

.subject-sschool-container .content-box .part-list .part-item:last-child {
	margin-bottom: 60px
}

.subject-sschool-container .content-box .part-list .part-item .item-header {
	position: relative;
	margin-bottom: 40px;
	width: 100%;
	height: 120px;
	color: #fff
}

.subject-sschool-container .content-box .part-list .part-item .item-header .header-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 52%;
	height: 100px;
	background: #1a429b;
	text-align: left
}

.subject-sschool-container .content-box .part-list .part-item .item-header .header-title:after {
	position: absolute;
	right: -40px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 100px solid #1a429b;
	border-right: 40px solid transparent
}

.subject-sschool-container .content-box .part-list .part-item .item-header .header-title .title-text {
	display: block;
	color: #fff;
	font-size: 2.3rem;
	line-height: 100px;
	font-weight: 700
}

@media screen and (min-width:1250px) {
	.subject-sschool-container .content-box .part-list .part-item .item-header .header-title .title-text {
		font-size: 3.6rem
	}
}

.subject-sschool-container .content-box .part-list .part-item .item-header .header-title .title-count {
	margin: 24px 10px 14px 19px;
	height: 51px
}

.subject-sschool-container .content-box .part-list .part-item .item-header .title-mistake {
	width: 45.3%
}

.subject-sschool-container .content-box .part-list .part-item .item-header .title-job {
	width: 48%
}

.subject-sschool-container .content-box .part-list .part-item .item-header .header-desc {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 20px;
	width: 54.2%;
	height: 100px;
	background: #b72528;
	text-align: right
}

.subject-sschool-container .content-box .part-list .part-item .item-header .header-desc:after {
	position: absolute;
	left: -40px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 100px solid #b72528;
	border-left: 40px solid transparent
}

.subject-sschool-container .content-box .part-list .part-item .item-header .header-desc .desc-text {
	display: block;
	font-size: 2rem;
	color: #fff;
	line-height: 100px
}

@media screen and (min-width:1250px) {
	.subject-sschool-container .content-box .part-list .part-item .item-header .header-desc .desc-text {
		font-size: 3rem
	}
}

.subject-sschool-container .content-box .part-list .part-item .item-header .header-desc .desc-btn {
	margin: 26px 0 26px 6px;
	padding: 0 10px;
	height: 47px;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 47px;
	color: #b72528;
	border-radius: 8px;
	background: #fff000;
	text-align: center
}

@media screen and (min-width:1250px) {
	.subject-sschool-container .content-box .part-list .part-item .item-header .header-desc .desc-btn {
		font-size: 2.8rem
	}
}

.subject-sschool-container .content-box .part-list .part-item .item-header .header-desc .btn-mistake {
	margin-right: 6px
}

.subject-sschool-container .content-box .part-list .part-rank .dialog-rank .dialog-content .content-title {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 24px;
	color: #26343f
}

.subject-sschool-container .content-box .part-list .part-rank .dialog-rank .dialog-content .radio-list {
	margin-bottom: 40px
}

.subject-sschool-container .content-box .part-list .part-rank .dialog-rank .dialog-content .radio-list .radio-item {
	display: block;
	margin-bottom: 25px;
	color: #26343f;
	font-size: 1.4rem;
	line-height: 14px
}

.subject-sschool-container .content-box .part-list .part-rank .dialog-rank .dialog-content .radio-list .radio-item,.subject-sschool-container .content-box .part-list .part-rank .dialog-rank .dialog-content .radio-list .radio-item * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.subject-sschool-container .content-box .part-list .part-rank .dialog-rank .dialog-content .radio-list .radio-item:hover {
	color: #26343f
}

.subject-sschool-container .content-box .part-list .part-rank .dialog-rank .dialog-content .radio-list .radio-item .circle {
	top: 0;
	border: 1px solid #c4c9cc
}

.subject-sschool-container .content-box .part-list .part-rank .dialog-rank .dialog-content .radio-list .radio-item .checked:after {
	background: #c4c9cc
}

.subject-sschool-container .content-box .part-list .part-rank .dialog-rank .dialog-content .radio-list .radio-item:last-child {
	margin-bottom: 0
}

.subject-sschool-container .content-box .part-list .part-rank .item-body {
	position: relative
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .body-box {
	padding: 40px 25px 0 25px;
	width: 49.2%;
	background: #f2f9ff
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .body-box .content-title {
	margin-bottom: 20px;
	color: #26343f;
	font-size: 26px;
	line-height: 30px;
	text-align: center
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .body-box .content-desc {
	margin-bottom: 40px;
	color: #58646e;
	font-size: 18px;
	line-height: 28px
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .body-box .btn-item {
	display: block;
	margin-bottom: 30px;
	height: 60px;
	text-align: center;
	border: 2px solid #b72528;
	border-radius: 4px;
	color: #b72528;
	font-size: 1.8rem;
	line-height: 56px
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .body-box .btn-item:hover {
	background: #b72528;
	color: #fff
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .body-box .btn-item:last-child {
	margin-bottom: 0
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .left-box {
	margin-right: 1.6%;
	padding-bottom: 20px
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .left-box .school-list .school-item {
	display: block;
	height: 110px;
	border-bottom: 1px solid #edf0f2
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .left-box .school-list .school-item:first-child {
	border-top: 1px solid #edf0f2
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .left-box .school-list .school-item:last-child {
	margin-bottom: 20px
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .left-box .school-list .school-item .school-rank {
	margin: 0 30px 0 20px;
	color: #26343f;
	font-size: 2.4rem;
	line-height: 110px
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .left-box .school-list .school-item .school-logo {
	margin: 20px 32px 20px 30px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 4px solid #edf0f2;
	overflow: hidden
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .left-box .school-list .school-item .school-info {
	margin-top: 27px
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .left-box .school-list .school-item .school-info .school-ch-name {
	margin-bottom: 10px;
	font-size: 20px;
	color: #26343f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .left-box .school-list .school-item .school-info .school-en-name {
	font-size: 18px;
	color: #949ba1;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .right-box {
	padding-bottom: 72px
}

.subject-sschool-container .content-box .part-list .part-rank .item-body .vs-box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -55px;
	margin-left: -55px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	font-size: 60px;
	line-height: 100px;
	text-align: center;
	background: #103683;
	color: #fff
}

.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item {
	position: relative;
	display: inline-block;
	width: 25%;
	height: 420px;
	overflow: hidden;
	list-style: none
}

.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item .item-image {
	height: 100%
}

.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item .item-text {
	position: absolute;
	top: 50%;
	margin-top: -26px;
	padding: 0 18px;
	width: 100%;
	height: 52px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	max-height: 52px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item .item-text {
		line-height: 26px;
		max-height: 52px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item .item-text {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item .hover-panel {
	position: absolute;
	top: 420px;
	left: 0;
	padding: 70px 42px;
	width: 100%;
	height: 100%;
	background: rgba(183,37,40,.7);
	color: #fff;
	transition: all .3s
}

.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item .hover-panel .panel-title {
	margin-bottom: 50px;
	font-size: 24px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 31px;
	max-height: 62px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item .hover-panel .panel-title {
		line-height: 31px;
		max-height: 62px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item .hover-panel .panel-title {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item .hover-panel .panel-content {
	margin-bottom: 50px;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 19px;
	max-height: 76px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item .hover-panel .panel-content {
		line-height: 19px;
		max-height: 76px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item .hover-panel .panel-content {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item .hover-panel .panel-btn {
	display: block;
	width: 160px;
	margin: 0 auto;
	padding: 10px 0;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	transition: all .3s
}

.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item .hover-panel .panel-btn:hover {
	width: 180px
}

.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item:hover .item-text {
	display: none
}

.subject-sschool-container .content-box .part-list .part-cost .scholarship-list .scholarship-item:hover .hover-panel {
	-webkit-transform: translateY(-420px);
	transform: translateY(-420px)
}

.subject-sschool-container .content-box .part-list .part-mistake .dialog-mistake .dialog-content .code-image {
	margin: 0 auto;
	width: 200px;
	height: 200px
}

.subject-sschool-container .content-box .part-list .part-mistake .slick-slide-arrow-prev {
	left: -65px
}

.subject-sschool-container .content-box .part-list .part-mistake .slick-slide-arrow-next {
	right: -65px
}

.subject-sschool-container .content-box .part-list .part-mistake .mistake-list {
	padding: 0 71px;
	height: 330px;
	overflow: hidden
}

.subject-sschool-container .content-box .part-list .part-mistake .mistake-list .mistake-item {
	position: relative;
	display: block;
	width: 88.16%;
	list-style: none
}

.subject-sschool-container .content-box .part-list .part-mistake .mistake-list .mistake-item .item-video {
	display: inline-block;
	width: 590px;
	height: 330px
}

.subject-sschool-container .content-box .part-list .part-mistake .mistake-list .mistake-item .item-video .video-course {
	width: 100%;
	height: 100%
}

.subject-sschool-container .content-box .part-list .part-mistake .mistake-list .mistake-item .item-video .video-course .video-source {
	height: 100%
}

.subject-sschool-container .content-box .part-list .part-mistake .mistake-list .mistake-item .item-video .video-course .video-source .vjs-poster {
	background-size: cover;
	background-position: 50%
}

.subject-sschool-container .content-box .part-list .part-mistake .mistake-list .mistake-item .item-image {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	margin-left: 590px;
	height: 330px;
	overflow: hidden
}

.subject-sschool-container .content-box .part-list .part-mistake .mistake-list .mistake-item .item-image .image-intro {
	height: 100%
}

.subject-sschool-container .content-box .part-list .part-job .dialog-job .dialog-content .code-image {
	margin: 0 auto;
	width: 200px;
	height: 200px
}

.subject-sschool-container .content-box .part-list .part-job .news-list .news-item {
	position: relative;
	display: block;
	width: 49.1%;
	height: 200px;
	background: #f2f9ff
}

.subject-sschool-container .content-box .part-list .part-job .news-list .news-item:first-child,.subject-sschool-container .content-box .part-list .part-job .news-list .news-item:nth-child(3) {
	margin-right: 1.66%
}

.subject-sschool-container .content-box .part-list .part-job .news-list .news-item:first-child,.subject-sschool-container .content-box .part-list .part-job .news-list .news-item:nth-child(2) {
	margin-bottom: 20px
}

.subject-sschool-container .content-box .part-list .part-job .news-list .news-item .news-image {
	width: 240px;
	height: 100%
}

.subject-sschool-container .content-box .part-list .part-job .news-list .news-item .news-info {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin-left: 240px;
	padding: 21px 20px 31px 20px
}

.subject-sschool-container .content-box .part-list .part-job .news-list .news-item .news-info .news-title {
	margin: 0;
	margin-bottom: 24px;
	color: #26343f;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	max-height: 52px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.subject-sschool-container .content-box .part-list .part-job .news-list .news-item .news-info .news-title {
		line-height: 26px;
		max-height: 52px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.subject-sschool-container .content-box .part-list .part-job .news-list .news-item .news-info .news-title {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.subject-sschool-container .content-box .part-list .part-job .news-list .news-item .news-info .news-text {
	color: #58646e;
	font-size: 14px;
	line-height: 24px;
	max-height: 72px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.subject-sschool-container .content-box .part-list .part-job .news-list .news-item .news-info .news-text {
		line-height: 24px;
		max-height: 72px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.subject-sschool-container .content-box .part-list .part-job .news-list .news-item .news-info .news-text {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.subject-sschool-container .content-box .part-list .part-job .news-list .news-item .news-info:hover .news-text,.subject-sschool-container .content-box .part-list .part-job .news-list .news-item .news-info:hover .news-title {
	text-decoration: underline
}

.subject-sschool-container .content-box .read-part .read-title {
	position: relative;
	margin-bottom: 40px
}

.subject-sschool-container .content-box .read-part .read-title .read-text {
	font-size: 36px;
	line-height: 47px;
	color: #fff
}

.subject-sschool-container .content-box .read-part .read-title .split-line {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: 165px;
	height: 1px;
	border-bottom: 1px dashed #52658b
}

.subject-sschool-container .content-box .read-part .read-list {
	padding-bottom: 94px
}

.subject-sschool-container .content-box .read-part .read-list .read-item {
	position: relative;
	display: block;
	margin-right: 1.66%;
	width: 32.16%;
	height: 200px;
	overflow: hidden
}

.subject-sschool-container .content-box .read-part .read-list .read-item:hover .item-title {
	text-decoration: underline
}

.subject-sschool-container .content-box .read-part .read-list .read-item:last-child {
	margin-right: 0
}

.subject-sschool-container .content-box .read-part .read-list .read-item .item-image {
	height: 100%
}

.subject-sschool-container .content-box .read-part .read-list .read-item .item-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 20px;
	height: 40px;
	font-size: 1.8rem;
	line-height: 40px;
	color: #26343f;
	background: hsla(0,0%,100%,.8);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-subject-test-abroad-pc {
	background-color: #f7f9fa;
	padding-bottom: 80px
}

.container-subject-test-abroad-pc .center-box {
	margin: 0 auto;
	width: 1000px;
	margin-top: 60px;
	padding-top: 280px;
	padding-bottom: 60px;
	background: #fff url(../images/test-abroad-banner-pc.png) no-repeat top/100%
}

.container-subject-test-abroad-pc .center-box .question-list {
	margin: 0 auto;
	width: 500px
}

.container-subject-test-abroad-pc .center-box .question-item {
	padding: 20px 0;
	border-bottom: 1px solid #e4e5e6
}

.container-subject-test-abroad-pc .center-box .question-item .question-item-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 22px;
	color: #26343f
}

.container-subject-test-abroad-pc .center-box .question-item .question-item-options .question-item-option {
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;
	font-size: 1.4rem;
	line-height: 20px;
	color: #26343f;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-subject-test-abroad-pc .center-box .question-item .question-item-options .question-item-option:before {
	content: "";
	position: absolute;
	left: 0;
	margin-top: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #c4c9cc
}

.container-subject-test-abroad-pc .center-box .question-item .question-item-options .question-item-option:last-child {
	margin-bottom: 0
}

.container-subject-test-abroad-pc .center-box .question-item .question-item-options .question-item-option.active:before {
	border-color: #078cf1;
	background: radial-gradient(circle at center,#078cf1 4px,transparent 0,transparent)
}

.container-subject-test-abroad-pc .answer-box {
	background: url(../images/test-abroad-bg-pc.png) 50%/cover;
	height: 690px
}

.container-subject-test-abroad-pc .answer-box .content-box {
	margin: 214px auto 0
}

.container-subject-test-abroad-pc .answer-box .content-box .title-box {
	margin-bottom: 25px;
	height: 75px;
	font-size: 24px;
	line-height: 75px;
	text-align: center;
	color: #cd5e29;
	font-weight: 700;
	background: linear-gradient(0,#cd5e29,#cd5e29 3px) no-repeat bottom/16px 3px,linear-gradient(0,#fff 40px,transparent),radial-gradient(circle at center,#ffe194 0,#ffe194 63px,transparent 0,transparent 67px,#ffe194 0,#ffe194 69px,transparent 0)
}

.container-subject-test-abroad-pc .answer-box .content-box .answer-content {
	font-size: 1.4rem;
	line-height: 20px;
	color: #26343f
}

.container-subject-test-abroad-pc .answer-box .content-box .answer-content:before {
	position: absolute;
	margin-top: -35px;
	margin-left: -35px;
	content: "“";
	font-size: 100px;
	line-height: 140px;
	font-weight: 600;
	color: rgba(38,52,63,.1);
	z-index: -1
}

.container-subject-test-abroad-pc .btn-item {
	margin: 0 auto;
	width: 200px;
	margin-top: 60px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background-color: #078cf1;
	border-radius: 4px;
	text-align: center;
	transition: all .3s ease;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-subject-test-abroad-pc .btn-item:hover {
	background-color: #32a3f9
}

.container-subject-test-abroad-pc .mt40 {
	margin-top: 40px
}

.container-subject-test-abroad-result {
	padding-bottom: 80px
}

.container-subject-test-abroad-result .center-box {
	margin: 0 auto;
	width: 1000px;
	margin-top: 60px;
	background: url(../images/test-abroad-bg-pc.png) no-repeat 50%/cover;
	height: 690px;
	overflow: hidden
}

.container-subject-test-abroad-result .center-box .content-box {
	margin: 214px auto 0;
	width: 535px
}

.container-subject-test-abroad-result .center-box .content-box .title-box {
	margin-bottom: 25px;
	height: 75px;
	font-size: 24px;
	line-height: 75px;
	text-align: center;
	color: #cd5e29;
	font-weight: 700;
	background: linear-gradient(0,#cd5e29,#cd5e29 3px) no-repeat bottom/16px 3px,linear-gradient(0,#fff 30px,transparent),radial-gradient(circle at center,#ffe194 0,#ffe194 31px,transparent 0,transparent 35px,#ffe194 0,#ffe194 37px,transparent 0)
}

.container-subject-test-abroad-result .center-box .content-box .answer-content {
	font-size: 1.4rem;
	line-height: 20px;
	color: #26343f
}

.container-subject-test-abroad-result .center-box .content-box .answer-content:before {
	position: absolute;
	content: "";
	margin-top: -28px;
	margin-left: -28px;
	width: 35px;
	height: 50px;
	background: url(../images/quotes.png) no-repeat 50%/contain
}

.container-subject-test-abroad-result .btn-item {
	display: block;
	margin: 0 auto;
	width: 200px;
	margin-top: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background-color: #078cf1;
	border-radius: 4px;
	text-align: center;
	transition: all .3s ease;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-subject-test-abroad-result .btn-item:hover {
	background-color: #32a3f9
}

.tool-container {
	position: relative;
	margin-bottom: 89px;
	background-color: #f7f9fa;
	color: #26343f
}

.tool-container .background-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px
}

.tool-container .background-box .image-bg,.tool-container .background-box .image-line {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 450px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 1920px 450px;
	z-index: 1
}

.tool-container .background-box .image-line {
	background-repeat: repeat-y;
	background-position: 50%;
	background-size: 100%;
	z-index: 0
}

.tool-container .child-box {
	position: relative;
	padding-top: 330px;
	z-index: 2
}

.tool-container .child-box .banner {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1000px;
	height: 330px
}

.tool-container .child-box .banner .image-src {
	width: 100%
}

.tool-container .show-panel {
	position: relative;
	margin: 0 auto;
	padding: 80px 250px;
	width: 1000px;
	background-color: #fff
}

.tool-container .show-panel .panel-desc {
	margin: 0 auto 60px;
	width: 506px;
	text-align: center;
	color: #078cf1;
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 28px
}

.tool-container .show-panel .panel-tips {
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #f73
}

.tool-container .show-panel .panel-msg {
	margin: 0 auto 50px;
	padding: 1.5rem 0;
	width: 500px;
	text-align: center;
	border: 1px solid #fdc138;
	color: #58646e;
	background-color: #faf8e7;
	line-height: 2.4rem
}

.tool-container .show-panel .panel-msg .panel-slider {
	max-height: 2.4rem;
	overflow: hidden
}

.tool-container .show-panel .panel-msg .panel-slider .ar-slider-item {
	width: 100%
}

.tool-container .show-panel .panel-msg .panel-slider .slider-user {
	margin-right: .5rem;
	color: #f73
}

.tool-container .show-panel .panel-msg span {
	font-size: 1.4rem;
	line-height: 2.4rem
}

.tool-container .show-panel .panel-msg .count,.tool-container .show-panel .panel-title {
	font-weight: 700;
	color: #078cf1;
	font-size: 1.8rem
}

.tool-container .show-panel .panel-title {
	margin-bottom: 20px;
	line-height: 18px
}

.tool-container .show-panel .input-list {
	width: 500px
}

.tool-container .show-panel .input-list .input-item {
	margin-bottom: 20px
}

.tool-container .show-panel .input-list .input-item:last-child {
	margin-bottom: 0
}

.tool-container .show-panel .input-list .component-select {
	border-color: #d2d3d4
}

.tool-container .show-panel .blue-btn {
	margin: 60px auto 0;
	width: 200px;
	height: 42px;
	background-color: #078cf1;
	text-align: center;
	line-height: 42px;
	border-radius: 3px;
	font-size: 1.6rem;
	color: #fff
}

.tool-container .show-panel .blue-btn:hover {
	background-color: #32a3f9
}

.tool-container .show-panel .captcha-image-box {
	position: relative
}

.tool-container .show-panel .captcha-image-box .captcha-image-replace {
	width: 108px;
	height: 40px
}

.tool-container .show-panel .captcha-image-box .captcha-image {
	position: absolute;
	top: 20px;
	right: 1px;
	width: 108px;
	height: 40px
}

.tool-container .show-panel .captcha-image-box .captcha-image svg {
	width: 100%;
	height: 100%
}

.tool-container .show-panel .captcha-send {
	width: 108px;
	height: 40px;
	line-height: 40px;
	color: #078cf1;
	font-size: 1.6rem
}

.tool-container .show-panel .captcha-send:hover {
	color: #32a3f9
}

.tool-container .show-panel .captcha-send.btn-disabled {
	color: #c4c9cc
}

.tool-container .section-login {
	padding: 80px 0
}

.tool-container .section-login .input-list {
	margin: 0 auto;
	width: 350px
}

.tool-container .section-login .panel-desc {
	margin-bottom: 50px;
	font-size: 1.8rem;
	line-height: 1;
	color: #ff9c08;
	text-align: center
}

.container-abroad-program .background-box .image-line {
	background-image: url(../other/9k=)
}

.container-abroad-program .background-box .image-bg {
	background-image: url(../images/banner.jpg)
}

.container-abroad-program .section-success {
	padding: 200px 264px 183px;
	text-align: center
}

.container-abroad-program .section-success .feedback-icon {
	margin-bottom: 30px;
	width: 80px;
	height: 80px
}

.container-abroad-program .section-success .text {
	font-size: 1.6rem;
	line-height: 30px
}

.container-admission-rate .background-box .image-line {
	background-image: url(../other/9k=)
}

.container-admission-rate .background-box .image-bg {
	background-image: url(../images/banner.jpg)
}

.container-admission-rate .show-panel {
	padding-top: 158px
}

.container-admission-rate .show-panel .school-box {
	position: absolute;
	top: -60px;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.container-admission-rate .show-panel .school-box .image-box {
	margin: 0 auto 20px;
	padding: 12px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 3px 4px 0 #e4e5e6;
	background-color: #fff
}

.container-admission-rate .show-panel .school-box .image-box .image-src {
	border-radius: 50%;
	overflow: hidden
}

.container-admission-rate .show-panel .school-box .image-box .image-src .image-preload {
	background-size: contain
}

.container-admission-rate .show-panel .school-box .school-title {
	margin-bottom: 10px;
	font-size: 2rem;
	color: #26343f;
	line-height: 16px
}

.container-admission-rate .show-panel .school-box .school-subtitle {
	font-size: 1.6rem;
	color: #949ba1;
	line-height: 12px
}

.container-admission-rate-result .background-box .left-bg {
	background-color: #206bdc
}

.container-admission-rate-result .background-box .right-bg {
	background-color: #49d4e9
}

.container-admission-rate-result .background-box .image-line {
	background-image: url(../other/9k=)
}

.container-admission-rate-result .background-box .image-bg {
	background-image: url(../images/banner.jpg)
}

.container-admission-rate-result .join-course-box {
	margin: 0 auto;
	max-width: 600px;
	background-color: #fff;
	border-radius: 3px;
	padding: 30px
}

.container-admission-rate-result .join-course-box .title span {
	font-size: 1.4rem;
	color: #26343f
}

.container-admission-rate-result .join-course-box .title span.light {
	color: #f85f48
}

.container-admission-rate-result .join-course-box .btn-confirm {
	height: 40px;
	margin-top: 30px;
	background-color: #078cf1;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	transition: all .3s
}

.container-admission-rate-result .join-course-box .btn-confirm:hover {
	background-color: #64b9fa
}

.container-admission-rate-result .show-panel {
	position: relative;
	padding: 162px 40px 40px
}

.container-admission-rate-result .show-panel .restart {
	position: absolute;
	font-size: 1.6rem;
	line-height: 1;
	top: 30px;
	right: 40px;
	color: #078cf1
}

.container-admission-rate-result .show-panel .restart:hover {
	color: #64b9fa
}

.container-admission-rate-result .show-panel .school-box {
	position: absolute;
	top: -60px;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.container-admission-rate-result .show-panel .school-box .image-box {
	margin: 0 auto 20px;
	padding: 12px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 3px 4px 0 #e4e5e6;
	background-color: #fff
}

.container-admission-rate-result .show-panel .school-box .image-box .image-src {
	border-radius: 50%;
	overflow: hidden
}

.container-admission-rate-result .show-panel .school-box .image-box .image-src .image-preload {
	background-size: contain
}

.container-admission-rate-result .show-panel .school-box .school-title {
	margin-bottom: 10px;
	font-size: 2rem;
	color: #26343f;
	line-height: 16px
}

.container-admission-rate-result .show-panel .school-box .school-subtitle {
	font-size: 1.6rem;
	color: #949ba1;
	line-height: 12px
}

.container-admission-rate-result .show-panel .text-box {
	text-align: center
}

.container-admission-rate-result .show-panel .text-box .text-top {
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1;
	color: #949ba1
}

.container-admission-rate-result .show-panel .text-box .text-middle {
	margin-bottom: 15px;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 500;
	color: #f6611d
}

.container-admission-rate-result .show-panel .stars-box {
	margin-bottom: 40px;
	text-align: center
}

.container-admission-rate-result .show-panel .stars-box .star {
	margin-right: 8px;
	width: 38px;
	height: 36px;
	fill: #ddd
}

.container-admission-rate-result .show-panel .stars-box .star:last-child {
	margin-right: 0
}

.container-admission-rate-result .show-panel .stars-box .star-yellow {
	fill: #ff9c08
}

.container-admission-rate-result .show-panel .rate-box {
	margin: 0 auto 80px;
	text-align: center
}

.container-admission-rate-result .show-panel .rate-box svg:first-child {
	margin-right: 47px
}

.container-admission-rate-result .show-panel .rate-box svg:first-child .circle-value {
	fill: #ff9c08;
	font-weight: 700
}

.container-admission-rate-result .show-panel .rate-box svg:first-child .describe-path {
	stroke: #ffb400
}

.container-admission-rate-result .show-panel .rate-box svg:last-child .circle-value {
	fill: #078cf1;
	font-weight: 700
}

.container-admission-rate-result .show-panel .rate-box svg:last-child .describe-path {
	stroke: #078cf1
}

.container-admission-rate-result .show-panel .rate-box .circle {
	stroke-width: 4px
}

.container-admission-rate-result .show-panel .rate-box .describe {
	fill: #949ba1
}

.container-admission-rate-result .show-panel .rate-box .describe-path {
	stroke-width: 4px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.container-admission-rate-result .show-panel .test-box .test-item {
	margin-bottom: 60px
}

.container-admission-rate-result .show-panel .test-box .test-item .item-title {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 28px;
	color: #26343f
}

.container-admission-rate-result .show-panel .test-box .test-item .item-score {
	margin-bottom: 10px;
	padding: 40px 0;
	border: 1px solid #e4e5e6
}

.container-admission-rate-result .show-panel .test-box .test-item .item-score .score {
	display: inline-block;
	padding: 20px 0 10px;
	width: 50%;
	text-align: center
}

.container-admission-rate-result .show-panel .test-box .test-item .item-score .score .score-text {
	display: block;
	margin-bottom: 15px;
	color: #078cf1;
	font-size: 3rem;
	line-height: 30px;
	font-weight: 500
}

.container-admission-rate-result .show-panel .test-box .test-item .item-score .score .score-desc {
	display: block;
	font-size: 1.6rem;
	line-height: 1.6rem;
	color: #949ba1
}

.container-admission-rate-result .show-panel .test-box .test-item .item-score .score:first-child {
	border-right: 1px solid #e4e5e6
}

.container-admission-rate-result .show-panel .test-box .test-item .item-score .score:first-child .score-text {
	color: #ff9c08
}

.container-admission-rate-result .show-panel .test-box .test-item .item-texts .text {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 22px;
	color: #26343f
}

.container-admission-rate-result .show-panel .test-box .test-item .item-texts .text span {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 22px
}

.container-admission-rate-result .show-panel .test-box .test-item .item-texts .text .strong {
	margin: 0 5px;
	color: #078cf1;
	font-weight: 500;
	font-size: 2rem
}

.container-admission-rate-result .show-panel .test-box .test-item .item-texts .text:before {
	display: inline-block;
	margin-right: 5px;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #078cf1;
	border-radius: 50%;
	vertical-align: middle
}

.container-admission-rate-result .show-panel .test-box .test-item .item-texts .text:first-child {
	margin-top: 0
}

.container-admission-rate-result .show-panel .test-box .test-item .item-btn {
	margin: 20px auto 0;
	width: 280px;
	height: 42px;
	background-color: #078cf1;
	border-radius: 21px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 42px;
	text-align: center;
	transition: all .3s
}

.container-admission-rate-result .show-panel .test-box .test-item .item-btn:hover {
	background-color: #64b9fa
}

.container-admission-rate-pc-v2-result .background-box .left-bg {
	background-color: #206bdc
}

.container-admission-rate-pc-v2-result .background-box .right-bg {
	background-color: #49d4e9
}

.container-admission-rate-pc-v2-result .background-box .image-line {
	background-image: url(../other/9k=)
}

.container-admission-rate-pc-v2-result .background-box .image-bg {
	background-image: url(../images/banner.jpg)
}

.container-admission-rate-pc-v2-result .join-course-box {
	margin: 0 auto;
	max-width: 600px;
	background-color: #fff;
	border-radius: 3px;
	padding: 30px
}

.container-admission-rate-pc-v2-result .join-course-box .title span {
	font-size: 1.4rem;
	color: #26343f
}

.container-admission-rate-pc-v2-result .join-course-box .title span.light {
	color: #f85f48
}

.container-admission-rate-pc-v2-result .join-course-box .btn-confirm {
	height: 40px;
	margin-top: 30px;
	background-color: #078cf1;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	transition: all .3s
}

.container-admission-rate-pc-v2-result .join-course-box .btn-confirm:hover {
	background-color: #64b9fa
}

.container-admission-rate-pc-v2-result .show-panel {
	position: relative;
	padding: 162px 40px 40px
}

.container-admission-rate-pc-v2-result .show-panel .restart {
	position: absolute;
	font-size: 1.6rem;
	line-height: 1;
	top: 30px;
	right: 40px;
	color: #078cf1
}

.container-admission-rate-pc-v2-result .show-panel .restart:hover {
	color: #64b9fa
}

.container-admission-rate-pc-v2-result .show-panel .school-box {
	position: absolute;
	top: -60px;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.container-admission-rate-pc-v2-result .show-panel .school-box .image-box {
	margin: 0 auto 20px;
	padding: 12px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 3px 4px 0 #e4e5e6;
	background-color: #fff
}

.container-admission-rate-pc-v2-result .show-panel .school-box .image-box .image-src {
	border-radius: 50%;
	overflow: hidden
}

.container-admission-rate-pc-v2-result .show-panel .school-box .image-box .image-src .image-preload {
	background-size: contain
}

.container-admission-rate-pc-v2-result .show-panel .school-box .school-title {
	margin-bottom: 10px;
	font-size: 2rem;
	color: #26343f;
	line-height: 16px
}

.container-admission-rate-pc-v2-result .show-panel .school-box .school-subtitle {
	font-size: 1.6rem;
	color: #949ba1;
	line-height: 12px
}

.container-admission-rate-pc-v2-result .show-panel .text-box {
	text-align: center
}

.container-admission-rate-pc-v2-result .show-panel .text-box .text-top {
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1;
	color: #949ba1
}

.container-admission-rate-pc-v2-result .show-panel .text-box .text-middle {
	margin-bottom: 15px;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 500;
	color: #f6611d
}

.container-admission-rate-pc-v2-result .show-panel .text-box .text-middle.veryhard {
	color: #f6611d
}

.container-admission-rate-pc-v2-result .show-panel .text-box .text-middle.hard {
	color: #ff8a00
}

.container-admission-rate-pc-v2-result .show-panel .text-box .text-middle.moderate {
	color: #38bb9e
}

.container-admission-rate-pc-v2-result .show-panel .text-box .text-middle.easy {
	color: #16ae42
}

.container-admission-rate-pc-v2-result .show-panel .text-box .text-middle.veryeasy {
	color: #078cf1
}

.container-admission-rate-pc-v2-result .show-panel .stars-box {
	margin-bottom: 40px;
	text-align: center
}

.container-admission-rate-pc-v2-result .show-panel .stars-box .star {
	margin-right: 8px;
	width: 38px;
	height: 36px;
	fill: #ddd
}

.container-admission-rate-pc-v2-result .show-panel .stars-box .star:last-child {
	margin-right: 0
}

.container-admission-rate-pc-v2-result .show-panel .stars-box .star-yellow {
	fill: #ff9c08
}

.container-admission-rate-pc-v2-result .show-panel .rate-box {
	margin: 0 auto 80px;
	text-align: center
}

.container-admission-rate-pc-v2-result .show-panel .rate-box svg:first-child {
	margin-right: 47px
}

.container-admission-rate-pc-v2-result .show-panel .rate-box svg:first-child .circle-value {
	fill: #ff9c08;
	font-weight: 700
}

.container-admission-rate-pc-v2-result .show-panel .rate-box svg:first-child .describe-path {
	stroke: #ffb400
}

.container-admission-rate-pc-v2-result .show-panel .rate-box svg:last-child .circle-value {
	fill: #078cf1;
	font-weight: 700
}

.container-admission-rate-pc-v2-result .show-panel .rate-box svg:last-child .describe-path {
	stroke: #078cf1
}

.container-admission-rate-pc-v2-result .show-panel .rate-box .circle {
	stroke-width: 4px
}

.container-admission-rate-pc-v2-result .show-panel .rate-box .describe {
	fill: #949ba1
}

.container-admission-rate-pc-v2-result .show-panel .rate-box .describe-path {
	stroke-width: 4px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.container-admission-rate-pc-v2-result .show-panel .test-box .test-item {
	margin-bottom: 60px
}

.container-admission-rate-pc-v2-result .show-panel .test-box .test-item .item-title {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 28px;
	color: #26343f
}

.container-admission-rate-pc-v2-result .show-panel .test-box .test-item .item-score {
	margin-bottom: 10px;
	padding: 40px 0;
	border: 1px solid #e4e5e6
}

.container-admission-rate-pc-v2-result .show-panel .test-box .test-item .item-score .score {
	display: inline-block;
	padding: 20px 0 10px;
	width: 50%;
	text-align: center
}

.container-admission-rate-pc-v2-result .show-panel .test-box .test-item .item-score .score .score-text {
	display: block;
	margin-bottom: 15px;
	color: #078cf1;
	font-size: 3rem;
	line-height: 30px;
	font-weight: 500
}

.container-admission-rate-pc-v2-result .show-panel .test-box .test-item .item-score .score .score-desc {
	display: block;
	font-size: 1.6rem;
	line-height: 1.6rem;
	color: #949ba1
}

.container-admission-rate-pc-v2-result .show-panel .test-box .test-item .item-score .score:first-child {
	border-right: 1px solid #e4e5e6
}

.container-admission-rate-pc-v2-result .show-panel .test-box .test-item .item-score .score:first-child .score-text {
	color: #ff9c08
}

.container-admission-rate-pc-v2-result .show-panel .test-box .test-item .comment-detail {
	margin-top: 10px;
	white-space: pre-line;
	line-height: 2.2rem
}

.container-admission-rate-pc-v2-result .show-panel .test-box .test-item .comment-detail .comment-item {
	display: block;
	margin-top: 10px;
	font-size: 16px
}

.container-admission-rate-pc-v2-result .show-panel .test-box .test-item .comment-detail .comment-item:before {
	display: inline-block;
	margin-right: 5px;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #078cf1;
	border-radius: 50%;
	vertical-align: middle
}

.container-admission-rate-pc-v2-result .show-panel .test-box .test-item .comment-detail .num {
	display: inline-block;
	margin: 0 2px;
	font-size: 20px;
	font-weight: 700;
	color: #0089f4;
	vertical-align: bottom
}

.container-admission-rate-pc-v2-result .show-panel .test-box .test-item .course-box {
	display: block;
	margin-top: 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	background-color: #edf7ff;
	color: #0056f5
}

.container-admission-rate-pc-v2-result .tip {
	margin: 60px 0 0;
	font-size: 14px;
	color: #949ba1
}

.container-admission-rate-pc-v2-result .tip a {
	color: #078cf1
}

.container-gpa-calculator .background-box {
	width: 100%;
	height: 550px;
	background: url(../images/banner.jpg) no-repeat 50%/cover
}

.container-gpa-calculator .show-panel .section-title {
	margin: 0 auto 60px;
	width: 460px;
	height: 60px;
	color: #949ba1;
	font-size: 2rem;
	line-height: 30px;
	text-align: center
}

.container-gpa-calculator .show-panel .section-btn-group {
	margin-top: 60px
}

.container-gpa-calculator .show-panel .component-input .input {
	border-radius: 3px
}

.container-gpa-calculator .section-course .section-body .course-title {
	margin-bottom: 6px
}

.container-gpa-calculator .section-course .section-body .course-title .credit-title,.container-gpa-calculator .section-course .section-body .course-title .score-title {
	display: block;
	width: 180px;
	color: #58646e;
	font-size: 1.4rem;
	line-height: 14px;
	text-align: left
}

.container-gpa-calculator .section-course .section-body .course-title .credit-title:before,.container-gpa-calculator .section-course .section-body .course-title .score-title:before {
	content: "*";
	margin-right: 2px;
	color: #f23d18
}

.container-gpa-calculator .section-course .section-body .course-title .score-title {
	margin-left: 122px
}

.container-gpa-calculator .section-course .section-body .course-title .credit-title {
	margin-left: 18px
}

.container-gpa-calculator .section-course .section-body .course-list .course-item {
	margin-bottom: 20px;
	height: 40px
}

.container-gpa-calculator .section-course .section-body .course-list .course-item:last-child {
	margin-bottom: 0
}

.container-gpa-calculator .section-course .section-body .course-list .course-item .item-name {
	margin-right: 18px;
	padding: 9px 10px;
	width: 104px;
	height: 100%;
	font-size: 1.6rem;
	line-height: 22px;
	color: #26343f;
	background-color: #f7f9fa;
	border-radius: 3px
}

.container-gpa-calculator .section-course .section-body .course-list .course-item .item-input-box {
	width: 180px;
	height: 100%;
	margin-right: 18px
}

.container-gpa-calculator .section-course .section-body .course-list .course-item .item-input-box .item-input {
	height: 100%;
	font-size: 1.6rem;
	line-height: 22px
}

.container-gpa-calculator .section-course .section-body .course-list .course-item .item-input-box .item-input .input {
	border-color: #e4e5e6
}

.container-gpa-calculator .section-course .section-body .course-list .course-item .item-input-box .item-input .input:focus {
	border-color: #949ba1
}

.container-gpa-calculator .section-course .section-body .course-list .course-item .item-input-box:last-child {
	margin-right: 0
}

.container-gpa-calculator .section-login .section-title {
	color: #078cf1
}

.container-gpa-calculator .section-result .section-title {
	color: #26343f;
	font-weight: 700
}

.container-gpa-calculator .section-result .section-body .result-list {
	list-style: none
}

.container-gpa-calculator .section-result .section-body .result-list .result-item {
	display: block;
	margin-bottom: 20px;
	height: 40px;
	border-bottom: 1px solid #e4e5e6
}

.container-gpa-calculator .section-result .section-body .result-list .result-item:last-child {
	margin-bottom: 0
}

.container-gpa-calculator .section-result .section-body .result-list .result-item .result-text {
	line-height: 40px;
	font-size: 1.6rem;
	color: #26343f;
	vertical-align: middle
}

.container-gpa-calculator .section-result .section-body .result-list .result-item .result-text:before {
	display: inline-block;
	content: "";
	margin-right: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #26343f;
	vertical-align: 2px
}

.container-gpa-calculator .section-result .section-body .result-list .result-item .result-score {
	line-height: 40px;
	font-size: 2rem;
	color: #ff9c08;
	font-weight: 700
}

.container-gpa-calculator .section-result .section-btn-group .result-btn {
	margin: 0 auto
}

.container-gpa-calculator .gpa-btn {
	width: 104px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #979797;
	color: #26343f;
	font-size: 1.4rem;
	border-radius: 3px;
	text-align: center;
	transition: all .3s ease;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container-gpa-calculator .gpa-btn:hover {
	color: #078cf1;
	border-color: #078cf1
}

.container-gpa-calculator .gpa-btn.primary {
	width: 180px;
	border: 0;
	background-color: #078cf1;
	color: #fff
}

.container-gpa-calculator .gpa-btn.primary:hover {
	background-color: #64b9fa
}

.container-gpa-calculator .gpa-btn.w200 {
	width: 200px
}

.container-gpa-calculator .gpa-collapse {
	width: 1000px
}

.container-gpa-calculator .gpa-collapse .collapse-content {
	background-color: #fcfcfc
}

.container-gpa-calculator .gpa-collapse .gpa-instruction {
	margin: 0 auto;
	padding: 40px 0;
	width: 550px
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-title {
	margin-bottom: 40px;
	color: #26343f;
	text-align: center;
	font-weight: 700
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-title .title-text {
	font-size: 2.2rem;
	line-height: 30px;
	margin-bottom: 40px
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box {
	padding: 20px 25px;
	background-color: #fff;
	border: 1px solid #e4e5e6
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .head-box {
	text-align: left
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .head-box .head-name {
	margin-bottom: 9px
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .head-box .head-name .order-num {
	display: inline-block;
	margin-right: 6px;
	width: 23px;
	height: 23px;
	border: 2px solid #26343f;
	line-height: 19px;
	border-radius: 50%;
	text-align: center
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .head-box .head-name span {
	color: #26343f;
	font-size: 1.6rem;
	line-height: 22px
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .head-box .head-formula {
	font-size: 14px;
	line-height: 20px;
	color: #078cf1;
	font-weight: 400
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .head-box-with-content {
	margin-bottom: 20px
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box:last-child {
	margin-top: 20px
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .content-box {
	height: 450px
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .content-box .btn-group-box {
	width: 190px;
	height: 100%;
	transition: all .3s ease
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .content-box .btn-group-box .instruction-btn {
	height: 60px;
	background-color: #313f49;
	background-image: linear-gradient(180deg,#374752,#2e3c46);
	line-height: 60px;
	font-size: 1.5rem;
	color: hsla(0,0%,100%,.7);
	text-align: center
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .content-box .btn-group-box .instruction-btn:hover {
	background-color: #3d99af;
	background-image: linear-gradient(180deg,#3d99af,#2d6686)
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .content-box .btn-group-box .instruction-btn.active-btn {
	height: 90px;
	line-height: 90px;
	background-color: #3cbcfd;
	background-image: linear-gradient(180deg,#40e2ff,#3ab7fb)
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .content-box .table-box {
	margin-left: 190px;
	height: 100%;
	border: 1px solid #e4e5e6;
	border-left: 0
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .content-box .table-box .table {
	width: 100%
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .content-box .table-box .table thead {
	font-weight: 700
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .content-box .table-box .table thead th {
	width: 50%;
	height: 44px;
	font-size: 1.5rem;
	border-bottom: 1px solid #e4e5e6
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .content-box .table-box .table tbody {
	font-weight: 400
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .content-box .table-box .table tbody td {
	height: 30px;
	line-height: 30px;
	font-size: 1.3rem;
	border-bottom: 1px solid #e4e5e6
}

.container-gpa-calculator .gpa-collapse .gpa-instruction .instruction-box .content-box .table-box .table tbody tr:last-child td {
	border-bottom: 0
}

.container-major-test .background-box .image-line {
	background-image: url(../other/9k=)
}

.container-major-test .background-box .image-bg {
	background-image: url(../images/banner.jpg)
}

.container-major-test p {
	margin: 0
}

.container-major-test .section-welcome {
	padding: 103px 90px 110px
}

.container-major-test .section-welcome .desc {
	margin-bottom: 93px;
	font-size: 1.6rem;
	line-height: 30px
}

.container-major-test .section-welcome .desc .desc-title {
	margin-bottom: 30px;
	color: #ff9c08;
	font-weight: 500
}

.container-major-test .section-welcome .desc .desc-content .strong {
	color: #078cf1;
	font-weight: 500px
}

.container-major-test .section-welcome .btn-start {
	margin: 0 auto;
	width: 260px;
	height: 42px;
	line-height: 42px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background-color: #078cf1;
	border-radius: 4px;
	transition: all .3s
}

.container-major-test .section-welcome .btn-start:hover {
	background-color: #64b9fa
}

.container-major-test .section-question {
	padding: 100px 90px;
	margin-bottom: -40px
}

.container-major-test .section-question .question-part {
	position: relative;
	border: 1px solid #e4e5e6
}

.container-major-test .section-question .question-part .current-num {
	position: absolute;
	right: 0;
	top: -20px;
	font-size: 1.2rem;
	line-height: 17px;
	color: #58646e
}

.container-major-test .section-question .question-part .progress-bar {
	position: relative;
	margin-left: -1px;
	height: 6px;
	background-color: #f5f6f7;
	overflow: hidden
}

.container-major-test .section-question .question-part .progress-bar .progress {
	position: relative;
	height: 100%;
	background-color: #078cf1;
	transition: all .5s ease
}

.container-major-test .section-question .question-part .progress-bar .progress:after {
	display: block;
	content: "";
	position: absolute;
	right: -3px;
	top: 0;
	width: 6px;
	height: 6px;
	background-color: #078cf1;
	border-radius: 50%
}

.container-major-test .section-question .question-part .questions-box {
	overflow: hidden
}

.container-major-test .section-question .question-part .questions-box .questions-list {
	transition: all .5s
}

.container-major-test .section-question .question-part .questions-box .questions-list .question-item {
	width: 778px;
	padding: 100px 105px 100px
}

.container-major-test .section-question .question-part .questions-box .questions-list .question-item .question-content {
	margin-bottom: 100px;
	font-size: 2rem;
	line-height: 1
}

.container-major-test .section-question .question-part .questions-box .questions-list .question-item .btn-group .btn-select {
	width: 240px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 21px;
	color: #58646e;
	background-color: #e4e5e6
}

.container-major-test .section-question .question-part .questions-box .questions-list .question-item .btn-group .btn-select:hover {
	background-color: #078cf1;
	color: #fff
}

.container-major-test .section-login .panel-desc {
	color: #ff9c08
}

.container-major-test .holland-collapse {
	width: 1000px
}

.container-major-test .holland-collapse .collapse-content {
	padding: 80px 90px
}

.container-major-test .holland-collapse .collapse-content .image-src {
	margin: 0 auto 60px;
	width: 300px;
	height: 300px
}

.container-major-test .holland-collapse .collapse-content .image-src .image-preload {
	background-size: contain
}

.container-major-test .holland-collapse .collapse-content .holland-desc {
	font-size: 1.6rem;
	line-height: 30px
}

.container-major-test-result .background-box .left-bg {
	background-color: #4f64e2
}

.container-major-test-result .background-box .right-bg {
	background-color: #64b0ff
}

.container-major-test-result .background-box .image-line {
	background-image: url(../other/9k=)
}

.container-major-test-result .background-box .image-bg {
	background-image: url(../images/banner.jpg)
}

.container-major-test-result .show-panel {
	padding: 80px 90px
}

.container-major-test-result .show-panel .section-title {
	position: relative;
	margin: 0 auto 60px;
	width: 240px;
	height: 40px
}

.container-major-test-result .show-panel .section-title .title {
	width: 100%;
	height: 100%;
	background-color: #ffbb02;
	font-size: 2.2rem;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: 500
}

.container-major-test-result .show-panel .section-title .left,.container-major-test-result .show-panel .section-title .right {
	position: absolute;
	top: 15px;
	width: 18px;
	height: 30px;
	background-color: #ffbb02
}

.container-major-test-result .show-panel .section-title .left {
	left: -23px
}

.container-major-test-result .show-panel .section-title .left:before {
	position: absolute;
	content: "";
	top: 0;
	left: -10px;
	border-top: 15px solid #ffbb02;
	border-left: 10px solid transparent
}

.container-major-test-result .show-panel .section-title .left:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: -10px;
	border-bottom: 15px solid #ffbb02;
	border-left: 10px solid transparent
}

.container-major-test-result .show-panel .section-title .right {
	right: -23px
}

.container-major-test-result .show-panel .section-title .right:before {
	position: absolute;
	content: "";
	top: 0;
	right: -10px;
	border-top: 15px solid #ffbb02;
	border-right: 10px solid transparent
}

.container-major-test-result .show-panel .section-title .right:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: -10px;
	border-bottom: 15px solid #ffbb02;
	border-right: 10px solid transparent
}

.container-major-test-result .show-panel .section-result {
	margin-bottom: 60px;
	text-align: center
}

.container-major-test-result .show-panel .section-text .text-item {
	margin-bottom: 60px
}

.container-major-test-result .show-panel .section-text .text-item .text-title {
	margin-bottom: 20px;
	height: 58px;
	line-height: 56px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #00aca2;
	border-bottom: 2px solid #00aca2
}

.container-major-test-result .show-panel .section-text .text-item.a .text-title {
	color: #f6611d;
	border-bottom: 2px solid #f6611d
}

.container-major-test-result .show-panel .section-text .text-item.s .text-title {
	color: #03bd52;
	border-bottom: 2px solid #03bd52
}

.container-major-test-result .show-panel .section-text .text-item.e .text-title {
	color: #639cef;
	border-bottom: 2px solid #639cef
}

.container-major-test-result .show-panel .section-text .text-item.c .text-title {
	color: #ffb400;
	border-bottom: 2px solid #ffb400
}

.container-major-test-result .show-panel .section-text .text-item.r .text-title {
	color: #c5a1f2;
	border-bottom: 2px solid #c5a1f2
}

.container-major-test-result .show-panel .section-text .text-item.i .text-title {
	color: #00aca2;
	border-bottom: 2px solid #00aca2
}

.container-major-test-result .show-panel .section-text .text-item .text-intro,.container-major-test-result .show-panel .section-text .text-item .text-major-faovr-list {
	font-size: 1.6rem;
	line-height: 30px;
	white-space: pre-wrap
}

.container-major-test-result .show-panel .section-text .text-item .text-intro {
	margin-bottom: 60px
}

.container-major-test-result .show-panel .section-school .school-title,.container-major-test-result .show-panel .section-text .text-item .text-major-favor-title {
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 18px;
	font-weight: 500
}

.container-major-test-result .show-panel .section-school .school-list .school-item {
	position: relative;
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-major-test-result .show-panel .section-school .school-list .school-item:first-child {
	border-top: 1px solid rgba(228,229,230,.6)
}

.container-major-test-result .show-panel .section-school .school-list .school-item .logo-box {
	margin-right: 15px;
	padding: 7px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 4px solid #e4e5e6
}

.container-major-test-result .show-panel .section-school .school-list .school-item .logo-box .image-src {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden
}

.container-major-test-result .show-panel .section-school .school-list .school-item .logo-box .image-src .image-preload {
	background-size: contain
}

.container-major-test-result .show-panel .section-school .school-list .school-item .info-box {
	padding-top: 3px
}

.container-major-test-result .show-panel .section-school .school-list .school-item .info-box .names {
	margin-bottom: 20px;
	min-height: 45px
}

.container-major-test-result .show-panel .section-school .school-list .school-item .info-box .names .chinese-name {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #26343f;
	transition: all .3s
}

.container-major-test-result .show-panel .section-school .school-list .school-item .info-box .names .chinese-name:hover {
	color: #078cf1
}

.container-major-test-result .show-panel .section-school .school-list .school-item .info-box .names .english-name {
	font-size: 1.4rem;
	line-height: 20px;
	color: #949ba1
}

.container-major-test-result .show-panel .section-school .school-list .school-item .info-box .nums {
	width: 300px
}

.container-major-test-result .show-panel .section-school .school-list .school-item .info-box .nums .nums-box {
	width: 130px
}

.container-major-test-result .show-panel .section-school .school-list .school-item .info-box .nums .nums-box:first-child {
	margin-right: 40px
}

.container-major-test-result .show-panel .section-school .school-list .school-item .info-box .nums .nums-box .nums-item {
	margin-bottom: 10px;
	line-height: 14px
}

.container-major-test-result .show-panel .section-school .school-list .school-item .info-box .nums .nums-box .nums-item span {
	font-size: 1.4rem;
	line-height: 1;
	color: #58646e
}

.container-major-test-result .show-panel .section-school .school-list .school-item .info-box .nums .nums-box .nums-item .num {
	font-family: gothamBook,sans-serif;
	color: #078cf1
}

.container-major-test-result .show-panel .section-school .school-list .school-item .info-box .nums .nums-box .nums-item:last-child {
	margin-bottom: 0
}

.container-major-test-result .show-panel .section-school .school-list .school-item .btn-box {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #078cf1;
	width: 130px;
	height: 36px;
	border-radius: 18px;
	line-height: 36px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	transition: all .3s
}

.container-major-test-result .show-panel .section-school .school-list .school-item .btn-box:hover {
	background-color: #64b9fa
}

.container-major-test-result .show-panel .section-school .school-list .school-item .btn-box.selected {
	border: 1px solid #078cf1;
	background-color: #fff;
	color: #078cf1;
	line-height: 34px;
	transition: all .3s
}

.container-major-test-result .show-panel .section-school .school-list .school-item .btn-box.selected:hover {
	background-color: #078cf1;
	color: #fff
}

.container-match-school .background-box .image-line {
	background-image: url(../other/2Q==)
}

.container-match-school .background-box .image-bg {
	background-image: url(../images/banner.jpg)
}

.container-match-school-result .background-box .left-bg {
	background-color: #01c6f8
}

.container-match-school-result .background-box .right-bg {
	background-color: #6f8ff6
}

.container-match-school-result .background-box .image-line {
	background-image: url(../other/2Q==)
}

.container-match-school-result .background-box .image-bg {
	background-image: url(../images/banner.jpg)
}

.container-match-school-result .show-panel {
	padding: 80px 90px
}

.container-match-school-result .show-panel .section-title {
	position: relative;
	margin: 0 auto 60px;
	width: 240px;
	height: 40px
}

.container-match-school-result .show-panel .section-title .title {
	width: 100%;
	height: 100%;
	background-color: #ffbb02;
	font-size: 2.2rem;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: 500
}

.container-match-school-result .show-panel .section-title .left,.container-match-school-result .show-panel .section-title .right {
	position: absolute;
	top: 15px;
	width: 18px;
	height: 30px;
	background-color: #ffbb02
}

.container-match-school-result .show-panel .section-title .left {
	left: -23px
}

.container-match-school-result .show-panel .section-title .left:before {
	position: absolute;
	content: "";
	top: 0;
	left: -10px;
	border-top: 15px solid #ffbb02;
	border-left: 10px solid transparent
}

.container-match-school-result .show-panel .section-title .left:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: -10px;
	border-bottom: 15px solid #ffbb02;
	border-left: 10px solid transparent
}

.container-match-school-result .show-panel .section-title .right {
	right: -23px
}

.container-match-school-result .show-panel .section-title .right:before {
	position: absolute;
	content: "";
	top: 0;
	right: -10px;
	border-top: 15px solid #ffbb02;
	border-right: 10px solid transparent
}

.container-match-school-result .show-panel .section-title .right:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: -10px;
	border-bottom: 15px solid #ffbb02;
	border-right: 10px solid transparent
}

.container-match-school-result .show-panel .section-part {
	margin-bottom: 60px
}

.container-match-school-result .show-panel .section-part:last-child {
	margin-bottom: 0
}

.container-match-school-result .show-panel .section-part .part-title {
	height: 38px;
	border-bottom: 2px solid #26343f
}

.container-match-school-result .show-panel .section-part .part-title .title-left {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	color: #26343f
}

.container-match-school-result .show-panel .section-part .part-title .title-right {
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 400;
	color: #949ba1
}

.container-match-school-result .show-panel .section-part .part-list {
	list-style: none
}

.container-match-school-result .show-panel .section-part .part-list .school-item {
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-match-school-result .show-panel .section-part .part-list .school-item .logo-box {
	margin-right: 15px;
	padding: 7px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 4px solid #e4e5e6
}

.container-match-school-result .show-panel .section-part .part-list .school-item .logo-box .image-src {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden
}

.container-match-school-result .show-panel .section-part .part-list .school-item .logo-box .image-src .image-preload {
	background-size: contain
}

.container-match-school-result .show-panel .section-part .part-list .school-item .info-box {
	padding-top: 3px
}

.container-match-school-result .show-panel .section-part .part-list .school-item .info-box .names {
	margin-bottom: 20px;
	min-height: 45px
}

.container-match-school-result .show-panel .section-part .part-list .school-item .info-box .names .chinese-name {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #26343f;
	transition: all .3s
}

.container-match-school-result .show-panel .section-part .part-list .school-item .info-box .names .chinese-name:hover {
	color: #078cf1
}

.container-match-school-result .show-panel .section-part .part-list .school-item .info-box .names .english-name {
	font-size: 1.4rem;
	line-height: 20px;
	color: #949ba1
}

.container-match-school-result .show-panel .section-part .part-list .school-item .info-box .nums {
	width: 300px
}

.container-match-school-result .show-panel .section-part .part-list .school-item .info-box .nums .nums-box {
	width: 130px
}

.container-match-school-result .show-panel .section-part .part-list .school-item .info-box .nums .nums-box:first-child {
	margin-right: 40px
}

.container-match-school-result .show-panel .section-part .part-list .school-item .info-box .nums .nums-box .nums-item {
	margin-bottom: 10px;
	line-height: 14px
}

.container-match-school-result .show-panel .section-part .part-list .school-item .info-box .nums .nums-box .nums-item span {
	font-size: 1.4rem;
	line-height: 1;
	color: #58646e
}

.container-match-school-result .show-panel .section-part .part-list .school-item .info-box .nums .nums-box .nums-item .num {
	font-family: gothamBook,sans-serif;
	color: #078cf1
}

.container-match-school-result .show-panel .section-part .part-list .school-item .info-box .nums .nums-box .nums-item:last-child {
	margin-bottom: 0
}

.container-match-school-result .show-panel .section-part .part-list .school-item .btn-box {
	position: relative;
	margin-top: 47px;
	width: 130px;
	height: 36px;
	border-radius: 18px;
	border: 1px solid #078cf1;
	background-color: #078cf1;
	color: #fff;
	font-size: 1.4rem;
	line-height: 34px;
	text-align: center;
	transition: all .3s;
	z-index: 1
}

.container-match-school-result .show-panel .section-part .part-list .school-item .btn-box:hover {
	background-color: #64b9fa
}

.container-match-school-result .show-panel .section-part .part-list .school-item .btn-box.selected {
	border: 1px solid #078cf1;
	background-color: #fff;
	color: #078cf1
}

.container-match-school-result .show-panel .section-part .part-list .school-item .btn-box.selected:hover {
	background-color: #eb5635;
	border-color: #eb5635;
	color: #eb5635
}

.container-match-school-result .show-panel .section-part .part-list .school-item .btn-box.selected:hover:after {
	position: absolute;
	content: "取消已添加";
	color: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.container-match-school-result .show-panel .section-top .part-title {
	border-bottom: 2px solid #fe5252
}

.container-match-school-result .show-panel .section-top .part-title .title-left {
	color: #fe5252
}

.container-match-school-result .show-panel .section-middle .part-title {
	border-bottom: 2px solid #078cf1
}

.container-match-school-result .show-panel .section-middle .part-title .title-left {
	color: #078cf1
}

.container-match-school-result .show-panel .section-bottom .part-title {
	border-bottom: 2px solid #03bd52
}

.container-match-school-result .show-panel .section-bottom .part-title .title-left {
	color: #03bd52
}

.container-match-school-result .show-panel .btn-add-all {
	margin: 60px auto 0;
	width: 220px;
	height: 42px;
	color: 1.6rem;
	line-height: 40px;
	border-radius: 23px;
	border: 1px solid #078cf1;
	background-color: #fff;
	color: #078cf1;
	font-size: 1.6rem;
	text-align: center;
	transition: all .3s
}

.container-match-school-result .show-panel .btn-add-all.all {
	background-color: #078cf1;
	color: #fff;
	cursor: not-allowed
}

.container-match-school-result .show-panel .btn-add-all:hover {
	background-color: #078cf1;
	color: #fff
}

.container-search {
	min-height: calc(100vh - 306px);
	background-color: #fff;
	padding: 40px 0 80px
}

.container-search .right-box {
	width: 280px
}

.container-search .left-box {
	margin-right: 360px;
	overflow: hidden
}

.container-search .left-box .search-result-tab {
	margin-top: 20px
}

.component-search-search-input {
	position: relative
}

.component-search-search-input .search-input {
	padding: 11px 15px 10px;
	width: calc(100% - 100px);
	font-size: 1.4rem;
	line-height: 19px;
	border: 1px solid #e4e5e6;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: transparent;
	transition: border-color .3s ease
}

.component-search-search-input .search-input:focus {
	border-color: #078cf1
}

.component-search-search-input .search-btn {
	margin-left: calc(100% - 100px);
	background-color: #078cf1;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align: center;
	height: 42px;
	font-size: 0;
	cursor: pointer;
	transition: background-color .3s ease
}

.component-search-search-input .search-btn:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle
}

.component-search-search-input .search-btn .search-icon {
	margin-right: 8px;
	width: 13px;
	height: 14px;
	stroke: #fff;
	vertical-align: middle
}

.component-search-search-input .search-btn .search-text {
	font-size: 16px;
	color: #fff;
	vertical-align: middle
}

.component-search-search-input .search-btn:hover {
	background-color: rgba(7,140,241,.7)
}

.component-search-search-input .dropdown-box {
	position: absolute;
	top: 46px;
	left: 0;
	right: 100px;
	z-index: 1;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #edf0f2;
	box-shadow: 0 2px 4px rgba(0,0,0,.2)
}

.component-search-right-side-box .top-keyword-box {
	margin-bottom: 40px
}

.component-search-top-keyword-list .top-keyword-list-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 22px;
	color: #26343f;
	white-space: nowrap;
	font-weight: 600
}

.component-search-top-keyword-list .top-keyword-list {
	counter-reset: counter
}

.component-search-top-keyword-list .top-keyword-list .top-keyword-item {
	padding-right: 12px;
	border-bottom: 1px solid #edf0f2;
	font-size: 1.4rem;
	line-height: 40px;
	color: #26343f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s ease
}

.component-search-top-keyword-list .top-keyword-list .top-keyword-item:before {
	content: counter(counter);
	counter-increment: counter;
	display: inline-block;
	margin-right: 6px;
	font-size: 1.2rem;
	width: 16px;
	border-radius: 2px;
	background-color: #fe824d;
	color: #fff;
	text-align: center;
	line-height: 16px;
	vertical-align: 1px
}

.component-search-top-keyword-list .top-keyword-list .top-keyword-item:hover {
	text-decoration: underline
}

.component-search-search-result-tab .tab-title-list {
	position: relative;
	padding-top: 7px
}

.component-search-search-result-tab .tab-title-list:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #edf0f2
}

.component-search-search-result-tab .tab-title-list .tab-title-item {
	position: relative;
	display: inline-block;
	width: 130px;
	text-align: center;
	line-height: 40px;
	font-size: 1.4rem;
	color: #949ba1;
	border-bottom: 3px solid transparent;
	transition: all .3s ease
}

.component-search-search-result-tab .tab-title-list .tab-title-item:hover {
	color: #078cf1
}

.component-search-search-result-tab .tab-title-list .tab-title-item.active {
	color: #078cf1;
	border-color: #078cf1
}

.component-search-search-result-tab .tab-content {
	padding-top: 10px
}

.component-search-search-result-tab .tab-content .result-list-pagination {
	margin-top: 60px
}

.container-choosing-school-questionnaire {
	max-width: 750px;
	padding: 0 20px 1px;
	margin: 0 auto 16px;
	border-top: 1px solid #edf0f2;
	background-color: #fff
}

.container-choosing-school-questionnaire.success-page {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	background-color: #fff
}

.container-choosing-school-questionnaire.success-page .text,.container-choosing-school-questionnaire.success-page .text span {
	height: 100%;
	line-height: 100vh;
	text-align: center;
	font-size: 28px;
	color: #999
}

.container-choosing-school-questionnaire header {
	margin-top: 70px;
	margin-bottom: 20px;
	border-bottom: 3px solid #5877b7
}

.container-choosing-school-questionnaire header .logo {
	text-align: center
}

.container-choosing-school-questionnaire header .logo img {
	width: 100px
}

.container-choosing-school-questionnaire header .title {
	padding-bottom: 30px;
	text-align: center;
	font-size: 24px;
	color: #333
}

.container-choosing-school-questionnaire header .description {
	margin-top: 15px;
	padding-bottom: 10px
}

.container-choosing-school-questionnaire header .description span {
	font-size: 12px;
	color: #999
}

.container-choosing-school-questionnaire header .description .red {
	color: red
}

.container-choosing-school-questionnaire .form .form-item {
	margin: 25px 0
}

.container-choosing-school-questionnaire .form .form-item:last-child {
	margin-bottom: 0
}

.container-choosing-school-questionnaire .form .form-item .form-item-label {
	font-size: 16px
}

.container-choosing-school-questionnaire .form .form-item .form-item-input {
	width: 100%;
	margin-top: 10px
}

.container-choosing-school-questionnaire .form .form-item .form-item-input input[type=text] {
	font-size: 16px;
	line-height: 16px;
	padding: 0 10px;
	height: 36px;
	border: 1px solid #e0e0e0;
	border-radius: 6px
}

.container-choosing-school-questionnaire .form .form-item .form-item-input .component-select,.container-choosing-school-questionnaire .form .form-item .form-item-input input,.container-choosing-school-questionnaire .form .form-item .form-item-input select {
	width: 100%;
	font-size: 14px;
	color: #666
}

.container-choosing-school-questionnaire .form .form-item .form-item-input .component-checkbox-group,.container-choosing-school-questionnaire .form .form-item .form-item-input .component-choosing-school-sort,.container-choosing-school-questionnaire .form .form-item .form-item-input .component-radio-group {
	width: 100%;
	margin-bottom: -8px
}

.container-choosing-school-questionnaire .form .form-item .form-item-input .component-checkbox-group span,.container-choosing-school-questionnaire .form .form-item .form-item-input .component-choosing-school-sort span,.container-choosing-school-questionnaire .form .form-item .form-item-input .component-radio-group span {
	font-size: 14px
}

.container-choosing-school-questionnaire .form .form-item .form-item-input .component-checkbox-group .component-choosing-school-checkbox,.container-choosing-school-questionnaire .form .form-item .form-item-input .component-checkbox-group .component-choosing-school-radio,.container-choosing-school-questionnaire .form .form-item .form-item-input .component-checkbox-group .component-choosing-school-sort-item,.container-choosing-school-questionnaire .form .form-item .form-item-input .component-choosing-school-sort .component-choosing-school-checkbox,.container-choosing-school-questionnaire .form .form-item .form-item-input .component-choosing-school-sort .component-choosing-school-radio,.container-choosing-school-questionnaire .form .form-item .form-item-input .component-choosing-school-sort .component-choosing-school-sort-item,.container-choosing-school-questionnaire .form .form-item .form-item-input .component-radio-group .component-choosing-school-checkbox,.container-choosing-school-questionnaire .form .form-item .form-item-input .component-radio-group .component-choosing-school-radio,.container-choosing-school-questionnaire .form .form-item .form-item-input .component-radio-group .component-choosing-school-sort-item {
	width: 100%;
	margin-bottom: 8px
}

.container-choosing-school-questionnaire .submit-btn {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	height: 36px;
	line-height: 16px;
	border-radius: 6px;
	color: #fff;
	background-color: #078cf1;
	font-size: 16px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background-color .3s
}

.container-choosing-school-questionnaire .submit-btn:hover {
	background-color: rgba(7,140,241,.9)
}

.container-choosing-school-questionnaire .submit-btn.submitting {
	background-color: #32a3f9
}

.container-choosing-school-questionnaire footer {
	height: 30px
}

.container-evaluation-report .page {
	background-image: url(../images/zkw-watermark.png);
	background-position-x: 145px;
	background-position-y: -25px;
	background-size: 300px;
	background-repeat: repeat
}

.container-evaluation-report .download-report-btn {
	position: fixed;
	top: 10px;
	right: 100px;
	background-color: transparent;
	color: #39f;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.container-evaluation-report .download-report-btn:hover {
	color: #66b2ff
}

@media print {
	.container-evaluation-report .download-report-btn {
		display: none
	}
}

.container-evaluation-report .page-header {
	position: absolute;
	display: block;
	width: calc(100% - 80px);
	height: 50px;
	padding: 15px 0 5px 0;
	margin: 0 40px;
	border-bottom: 1px solid #ddd
}

.container-evaluation-report .page-header .description,.container-evaluation-report .page-header .title {
	font-size: 16px;
	color: #999;
	line-height: 34px
}

.container-evaluation-report .page-header .description {
	position: absolute;
	right: 0;
	top: 16px
}

.container-evaluation-report .page-title {
	position: relative;
	padding-top: 80px
}

.container-evaluation-report .page-title div:first-child {
	position: absolute;
	bottom: -15px;
	left: 0;
	font-size: 80px;
	font-weight: 700;
	color: #39f;
	opacity: .3;
	font-family: Arial,serif
}

.container-evaluation-report .page-title div:last-child {
	font-size: 24px;
	color: #333;
	font-weight: 700
}

.container-evaluation-report .home-page {
	position: relative;
	height: 100%;
	background-size: contain;
	background-repeat: repeat-x
}

.container-evaluation-report .home-page img {
	width: 100%;
	background-size: cover;
	background-position: 50%
}

.container-evaluation-report .home-page .intro-container {
	position: absolute;
	bottom: 490px;
	left: 0;
	right: 0
}

.container-evaluation-report .home-page .intro-container .intro-item {
	height: 69px;
	line-height: 69px;
	font-size: 16px;
	text-align: center;
	color: #333
}

.container-evaluation-report .home-page .date {
	position: absolute;
	bottom: 374px;
	left: 0;
	right: 0;
	text-align: center
}

.container-evaluation-report .home-page .date .day,.container-evaluation-report .home-page .date .line,.container-evaluation-report .home-page .date .year {
	display: inline-block;
	font-size: 16px;
	color: #999
}

.container-evaluation-report .home-page .date .year {
	-webkit-transform: translate(21px,-5px);
	transform: translate(21px,-5px)
}

.container-evaluation-report .home-page .date .line {
	height: 1px;
	width: 50px;
	background-color: #999;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg)
}

.container-evaluation-report .home-page .date .day {
	-webkit-transform: translate(-16px,15px);
	transform: translate(-16px,15px)
}

.container-evaluation-report .home-page .concat {
	position: absolute;
	bottom: 234px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 16px
}

.container-evaluation-report .home-page .bottom-logo-group {
	position: absolute;
	bottom: 68px;
	left: 0;
	right: 0;
	text-align: center
}

.container-evaluation-report .home-page .bottom-logo-group img {
	vertical-align: middle;
	width: 130px;
	margin-right: 120px
}

.container-evaluation-report .home-page .bottom-logo-group img:last-child {
	margin-right: 0
}

.container-evaluation-report .page-container {
	margin: 0 40px;
	padding-top: 50px;
	height: 100%
}

.container-evaluation-report .report-intro-page {
	height: 100%;
	background-image: url(../images/zkw-watermark.png);
	background-position-x: 145px;
	background-position-y: -25px;
	background-size: 300px;
	background-repeat: repeat
}

.container-evaluation-report .report-intro-page .report-intro-title {
	padding: 117px 0 82px
}

.container-evaluation-report .report-intro-page .report-intro-title .title-1 {
	font-size: 24px;
	font-weight: 700
}

.container-evaluation-report .report-intro-page .report-intro-title .title-2 {
	font-size: 28px;
	margin-top: 10px
}

.container-evaluation-report .report-intro-page .report-intro-item {
	position: relative;
	height: 174px;
	margin-bottom: 40px;
	padding: 46px 43px 40px;
	background-color: #f8f8f8
}

.container-evaluation-report .report-intro-page .report-intro-item:nth-child(3) img {
	top: 55px
}

.container-evaluation-report .report-intro-page .report-intro-item:nth-child(4) img {
	top: 60px
}

.container-evaluation-report .report-intro-page .report-intro-item img {
	position: absolute;
	top: 10px;
	width: 150px;
	vertical-align: middle
}

.container-evaluation-report .report-intro-page .report-intro-item .report-intro-content {
	margin-left: 285px;
	line-height: 30px;
	font-size: 16px;
	color: #666
}

.container-evaluation-report .basic-information-page {
	position: relative;
	height: 100%
}

.container-evaluation-report .basic-information-page .basic-information-card {
	position: relative;
	float: left;
	width: calc(50% - 15px);
	min-height: 430px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(51,153,255,.5)
}

.container-evaluation-report .basic-information-page .basic-information-card:first-child,.container-evaluation-report .basic-information-page .basic-information-card:nth-child(2) {
	margin-top: 125px
}

.container-evaluation-report .basic-information-page .basic-information-card:nth-child(2n) {
	margin-right: 0
}

.container-evaluation-report .basic-information-page .basic-information-card .info-cap {
	position: absolute;
	left: -26px;
	top: -29px;
	width: 55px
}

.container-evaluation-report .basic-information-page .basic-information-card .basic-information-title {
	height: 80px;
	line-height: 80px;
	padding-left: 25px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	background-image: url(../images/info-title-bg.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.container-evaluation-report .basic-information-page .basic-information-card .basic-information-content {
	padding: 35px 32px 40px
}

.container-evaluation-report .basic-information-page .basic-information-card .basic-information-content .basic-info-item {
	padding: 12px 0;
	border-bottom: 1px solid #ddd
}

.container-evaluation-report .basic-information-page .basic-information-card .basic-information-content .basic-info-item:after,.container-evaluation-report .basic-information-page .basic-information-card .basic-information-content .basic-info-item:before {
	content: " ";
	display: table;
	clear: both
}

.container-evaluation-report .basic-information-page .basic-information-card .basic-information-content .basic-info-item:last-child {
	border-bottom: none
}

.container-evaluation-report .basic-information-page .basic-information-card .basic-information-content .basic-info-item .basic-info-item-label {
	float: left;
	font-size: 16px;
	color: #666
}

.container-evaluation-report .basic-information-page .basic-information-card .basic-information-content .basic-info-item .basic-info-item-value {
	float: right;
	font-size: 16px;
	color: #39f
}

.container-evaluation-report .basic-information-page .basic-information-card .basic-information-content .fake-info-item {
	margin-top: 30px
}

.container-evaluation-report .basic-information-page .basic-information-card .basic-information-content .fake-info-item span {
	color: #666;
	font-size: 16px
}

.container-evaluation-report .basic-information-page .basic-information-card .basic-information-content .fake-info-item .num {
	color: #39f;
	font-size: 18px;
	font-weight: 700
}

.container-evaluation-report .list-item {
	position: relative;
	margin-top: 5px;
	font-size: 14px;
	line-height: 30px;
	padding-left: 25px
}

.container-evaluation-report .list-item:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #39f
}

.container-evaluation-report .recommend-item {
	position: relative;
	margin-top: 50px;
	padding: 0 38px
}

.container-evaluation-report .recommend-item,.container-evaluation-report .recommend-item span {
	line-height: 30px;
	font-size: 16px;
	color: #333;
	word-wrap: break-word
}

.container-evaluation-report .recommend-item .num,.container-evaluation-report .recommend-item .num span {
	font-size: 16px;
	color: #39f;
	font-weight: 700
}

.container-evaluation-report .recommend-item.strong {
	text-decoration: underline;
	font-weight: 700
}

.container-evaluation-report .recommend-item.bold {
	font-size: 16px;
	font-weight: 700
}

.container-evaluation-report .recommend-item.no-margin {
	margin: 0
}

.container-evaluation-report .recommend-item:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #39f;
	border-radius: 50% 50% 0 50%
}

.container-evaluation-report .recommend-item.major-list,.container-evaluation-report .recommend-item.major-list span {
	white-space: pre-wrap;
	overflow: hidden;
	max-height: 150px
}

.container-evaluation-report .major-recommend-title {
	display: inline-block;
	margin-top: 130px;
	padding: 2px 5px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: #39f
}

.container-evaluation-report .major-recommend-title.black {
	background-color: #333
}

.container-evaluation-report .major-recommend-page .major-recommend-content {
	position: relative;
	margin-top: 40px
}

.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-pic {
	position: absolute;
	right: 0;
	top: -75px;
	width: 517px
}

.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container {
	margin-top: 50px
}

.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container .major-recommend-char-item {
	height: 47px;
	margin-bottom: 20px
}

.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container .major-recommend-char-item:after,.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container .major-recommend-char-item:before {
	content: " ";
	display: table;
	clear: both
}

.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container .major-recommend-char-item>div {
	float: left;
	width: 50%;
	height: 100%;
	padding: 0 30px;
	line-height: 47px;
	font-size: 16px;
	font-weight: 700;
	font-family: Arial,serif;
	background-color: #f7f7f7
}

.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container .major-recommend-char-item>div:last-child {
	text-align: right
}

.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container .major-recommend-char-item .E,.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container .major-recommend-char-item .I {
	background-color: #778b5a
}

.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container .major-recommend-char-item .N,.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container .major-recommend-char-item .S {
	background-color: #68a7aa
}

.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container .major-recommend-char-item .F,.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container .major-recommend-char-item .T {
	background-color: #e3564b
}

.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container .major-recommend-char-item .J,.container-evaluation-report .major-recommend-page .major-recommend-content .major-recommend-char-container .major-recommend-char-item .P {
	background-color: #dec84f
}

.container-evaluation-report .major-recommend-page .recommend-jobs-container {
	max-height: 107px;
	margin-top: 10px;
	padding: 0 40px;
	overflow: hidden
}

.container-evaluation-report .major-recommend-page .recommend-jobs-container .job-item {
	display: inline-block;
	padding: 10px 30px;
	margin-top: 10px;
	margin-right: 25px;
	min-width: 150px;
	border-radius: 30px;
	text-align: center;
	font-weight: 700;
	background-color: #f0c635
}

.container-evaluation-report .major-recommend-page .radar-container {
	text-align: center
}

.container-evaluation-report .school-page {
	height: 100%
}

.container-evaluation-report .school-page.first {
	background-image: url(../images/gray-bg.png),url(../images/gray-bg.png),url(../images/gray-bg.png),url(../images/gray-bg.png),url(../images/gray-bg.png);
	background-position: 0 0,0 110px,0 220px,0 330px,0 420px;
	background-repeat: repeat-x
}

.container-evaluation-report .school-page .school-content {
	margin-top: 65px
}

.container-evaluation-report .school-page .school-card {
	height: calc(50% - 55px);
	padding: 25px 0;
	margin-top: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.1)
}

.container-evaluation-report .school-page .school-card.first-school {
	height: 770px
}

.container-evaluation-report .school-page .school-card.first-school .school-content-container {
	height: calc(100% - 192px)
}

.container-evaluation-report .school-page .school-card.first-school .school-content-container .school-info,.container-evaluation-report .school-page .school-card.first-school .school-content-container .school-subinfo .subinfo-content {
	-webkit-line-clamp: 16
}

.container-evaluation-report .school-page .school-card .school-card-title {
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #39f
}

.container-evaluation-report .school-page .school-card .school-title-container {
	padding: 10px 25px;
	text-align: center;
	border-bottom: 1px solid #ddd
}

.container-evaluation-report .school-page .school-card .school-title-container .school-des,.container-evaluation-report .school-page .school-card .school-title-container .school-prob,.container-evaluation-report .school-page .school-card .school-title-container .school-rank {
	vertical-align: middle
}

.container-evaluation-report .school-page .school-card .school-title-container .school-rank {
	display: inline-block;
	margin-right: 55px;
	width: 75px;
	height: 47px;
	font-size: 50px;
	font-weight: 700;
	font-family: Arial,serif;
	font-style: italic
}

.container-evaluation-report .school-page .school-card .school-title-container .school-prob {
	display: inline-block;
	margin-left: 55px;
	width: 75px;
	height: 75px
}

.container-evaluation-report .school-page .school-card .school-title-container .school-des {
	display: inline-block
}

.container-evaluation-report .school-page .school-card .school-title-container .logo {
	display: inline-block;
	position: relative;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.container-evaluation-report .school-page .school-card .school-title-container .logo .logo-circle {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 1px solid #ddd;
	border-radius: 50%;
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.container-evaluation-report .school-page .school-card .school-title-container .name {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #f1a746
}

.container-evaluation-report .school-page .school-card .school-title-container .des {
	margin-top: 3px;
	font-size: 14px;
	color: #999
}

.container-evaluation-report .school-page .school-card .school-content-container {
	padding-left: 25px;
	height: calc(100% - 140px)
}

.container-evaluation-report .school-page .school-card .school-content-container:after,.container-evaluation-report .school-page .school-card .school-content-container:before {
	content: " ";
	display: table;
	clear: both
}

.container-evaluation-report .school-page .school-card .school-content-container .info-title {
	position: relative;
	height: 70px;
	line-height: 70px;
	font-size: 18px
}

.container-evaluation-report .school-page .school-card .school-content-container .info-title:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 3px;
	width: 25px;
	background-color: #ddd
}

.container-evaluation-report .school-page .school-card .school-content-container .school-info {
	margin-right: 325px;
	height: 100%;
	text-align: auto;
	word-break: break-all;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical
}

.container-evaluation-report .school-page .school-card .school-content-container .school-info-content {
	padding-top: 25px;
	line-height: 24px;
	font-size: 14px;
	overflow: hidden
}

.container-evaluation-report .school-page .school-card .school-content-container .more-school-info {
	display: block;
	margin-top: 10px;
	color: #39f;
	font-size: 12px;
	text-align: right
}

.container-evaluation-report .school-page .school-card .school-content-container .school-subinfo {
	float: right;
	padding: 0 20px;
	height: 100%;
	width: 150px;
	border-left: 1px solid #ddd
}

.container-evaluation-report .school-page .school-card .school-content-container .school-subinfo .subinfo-content {
	padding-top: 25px;
	line-height: 24px;
	font-size: 14px;
	text-align: auto;
	white-space: pre-wrap;
	word-break: break-all;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical
}

.container-evaluation-report .plan-page .recommend-item.short-1 {
	padding-right: 315px
}

.container-evaluation-report .plan-page .conclusion-container {
	margin-top: 10px;
	padding-left: 40px
}

.container-evaluation-report .plan-page .conclusion-container,.container-evaluation-report .plan-page .conclusion-container div,.container-evaluation-report .plan-page .conclusion-container span {
	font-size: 16px;
	line-height: 30px
}

.container-evaluation-report .plan-page .activity-meter-container {
	text-align: center;
	margin: 120px 0 80px
}

.container-evaluation-report .plan-page .plan-score-container {
	margin-top: 80px
}

.container-evaluation-report .plan-page .plan-score-container,.container-evaluation-report .plan-page .plan-score-container span {
	font-size: 16px;
	font-weight: 700;
	color: #333
}

.container-evaluation-report .plan-page .plan-score-container .score {
	display: inline-block;
	margin-left: 10px;
	margin-right: 30px;
	font-size: 16px;
	color: #f1a746
}

.container-evaluation-report .plan-page .score-board {
	margin: 80px 0 80px
}

.container-evaluation-report .plan-page .latest-clock {
	margin-top: 25px;
	margin-left: 40px
}

.container-evaluation-report .plan-page .latest-clock:after,.container-evaluation-report .plan-page .latest-clock:before {
	content: " ";
	display: table;
	clear: both
}

.container-evaluation-report .plan-page .latest-clock .clock {
	float: left;
	width: 30px;
	height: 30px;
	margin-top: -3px;
	background-image: url(../images/clock.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

.container-evaluation-report .plan-page .latest-clock .time {
	font-size: 17px;
	font-weight: 700;
	color: #39f
}

.container-evaluation-report .mentors-page {
	margin-top: 50px
}

.container-evaluation-report .mentors-page .mentors-page-description {
	margin-top: 60px;
	margin-bottom: 50px
}

.container-evaluation-report .mentors-page .mentors-page-description div {
	font-size: 16px;
	color: #666
}

.container-evaluation-report .mentors-page .mentors-page-description div:last-child {
	margin-top: 5px
}

.container-evaluation-report .mentors-page .mentor-container {
	margin-top: 60px
}

.container-evaluation-report .mentors-page .mentor-container .mentor-item {
	position: relative;
	margin-bottom: 50px
}

.container-evaluation-report .mentors-page .mentor-container .mentor-item .mentor-avatar {
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-size: cover;
	background-position: 50%
}

.container-evaluation-report .mentors-page .mentor-container .mentor-item .mentor-avatar:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: rgba(61,140,234,.2)
}

.container-evaluation-report .mentors-page .mentor-container .mentor-item .mentor-intro {
	margin-left: 140px;
	padding-right: 70px
}

.container-evaluation-report .mentors-page .mentor-container .mentor-item .mentor-intro .mentor-name {
	padding: 25px 0 10px;
	border-bottom: 1px solid #ddd
}

.container-evaluation-report .mentors-page .mentor-container .mentor-item .mentor-intro .mentor-character,.container-evaluation-report .mentors-page .mentor-container .mentor-item .mentor-intro .mentor-introduction {
	text-align: auto;
	word-break: break-all;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.container-evaluation-report .mentors-page .mentor-container .mentor-item .mentor-intro .mentor-introduction {
	line-height: 24px;
	margin-top: 2px;
	word-wrap: break-word;
	-webkit-line-clamp: 3
}

.container-evaluation-report .mentors-page .mentor-container .mentor-item .mentor-intro .mentor-character {
	margin-top: 10px;
	line-height: 24px;
	-webkit-line-clamp: 2
}

.container-evaluation-report .mentors-page .mentor-container .mentor-item .mentor-intro .mentor-character .mentor-label {
	font-weight: 700;
	color: #39f
}

.container-evaluation-report .mentors-page .mentor-container .mentor-item .mentor-intro .mentor-character .mentor-value {
	color: #666;
	word-wrap: break-word
}

.container-evaluation-report .about-us-page .about-us-title-container {
	text-align: center
}

.container-evaluation-report .about-us-page .about-us-title-container .about-title {
	position: relative;
	display: inline-block;
	padding: 50px 0;
	font-size: 24px;
	font-weight: 700
}

.container-evaluation-report .about-us-page .about-us-title-container .about-title:before {
	content: "";
	position: absolute;
	left: -35px;
	top: 54px;
	height: 24px;
	width: 24px;
	box-sizing: border-box;
	border-left: 18px solid #39f;
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent
}

.container-evaluation-report .about-us-page .about-us-title-container .about-title:after {
	content: "";
	position: absolute;
	right: -35px;
	top: 54px;
	height: 24px;
	width: 24px;
	box-sizing: border-box;
	border-right: 18px solid #39f;
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent
}

.container-evaluation-report .about-us-page .about-pic-container {
	position: relative;
	width: 100%;
	height: 675px
}

.container-evaluation-report .about-us-page .about-pic-container .about-pic-bg {
	height: 100%;
	width: 100%;
	background-size: contain
}

.container-evaluation-report .about-us-page .about-pic-container .about-pic-center-container {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 499px;
	padding: 40px 20px;
	text-align: center;
	height: 588px;
	background-color: #fff;
	margin-left: -250px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.2)
}

.container-evaluation-report .about-us-page .about-pic-container .about-pic-center-container .about-center-title {
	text-align: center
}

.container-evaluation-report .about-us-page .about-pic-container .about-pic-center-container .about-center-title div {
	font-size: 18px
}

.container-evaluation-report .about-us-page .about-pic-container .about-pic-center-container .about-center-title a {
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	color: #999
}

.container-evaluation-report .about-us-page .about-pic-container .about-pic-center-container .about-pic-center {
	width: 100%;
	height: 100%;
	background-size: 80%;
	background-position: 50%;
	background-repeat: no-repeat
}

.container-evaluation-report .about-us-page .about-footer {
	position: relative;
	margin: 110px 40px 20px;
	width: calc(100% - 80px)
}

.container-evaluation-report .about-us-page .about-footer .about-concat {
	margin-right: 300px
}

.container-evaluation-report .about-us-page .about-footer .about-concat .about-concat-title {
	font-size: 16px;
	font-weight: 700
}

.container-evaluation-report .about-us-page .about-footer .about-concat .concat-item {
	display: block;
	position: relative;
	margin-top: 15px;
	padding-left: 25px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ddd
}

.container-evaluation-report .about-us-page .about-footer .about-concat .concat-item:nth-child(2) {
	margin-top: 35px
}

.container-evaluation-report .about-us-page .about-footer .about-concat .concat-item:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #ddd;
	border-radius: 50%
}

.container-evaluation-report .about-us-page .about-footer .about-qrcode {
	position: absolute;
	bottom: 0;
	right: 10px;
	height: 170px;
	width: 140px;
	padding-top: 135px;
	background-size: 80%;
	background-position: 13px 10px;
	background-repeat: no-repeat
}

.container-evaluation-report .about-us-page .about-footer .about-qrcode div {
	position: relative;
	bottom: 0;
	font-size: 12px;
	color: #999;
	text-align: center
}

.container-evaluation-report .about-us-page .about-footer .about-qrcode div:last-child {
	margin-top: 3px
}

.component-choosing-school-checkbox {
	display: inline-block;
	position: relative;
	padding-left: 25px
}

.component-choosing-school-checkbox span {
	font-size: 16px;
	color: #666
}

.component-choosing-school-checkbox input[type=checkbox] {
	display: none
}

.component-choosing-school-checkbox .circle {
	position: absolute;
	left: 0;
	top: 4px;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 11px;
	margin-bottom: -1px;
	border: 1px solid #078cf1
}

.component-choosing-school-checkbox .circle.checked:after {
	position: absolute;
	content: "";
	left: 3px;
	top: 3px;
	width: 6px;
	height: 6px;
	background-color: #078cf1
}

.component-choosing-school-sort-item {
	display: inline-block;
	position: relative;
	padding-left: 25px
}

.component-choosing-school-sort-item span {
	font-size: 16px;
	color: #666
}

.component-choosing-school-sort-item input[type=checkbox] {
	display: none
}

.component-choosing-school-sort-item .order {
	position: absolute;
	left: 0;
	top: 4px;
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	margin-right: 11px;
	margin-bottom: -1px;
	text-align: right
}

.component-choosing-school-select {
	display: inline-block
}

.component-choosing-school-select.bigger .select-wrapper select {
	height: 38px
}

.component-choosing-school-select.normal .select-wrapper select {
	height: 36px
}

.component-choosing-school-select .select-wrapper {
	position: relative;
	display: inline
}

.component-choosing-school-select .select-wrapper:before {
	top: 5px;
	border-bottom: 4px solid #333
}

.component-choosing-school-select .select-wrapper:after,.component-choosing-school-select .select-wrapper:before {
	position: absolute;
	content: "";
	right: 10px;
	width: 6px;
	height: 4px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	box-sizing: border-box
}

.component-choosing-school-select .select-wrapper:after {
	bottom: 5px;
	border-top: 4px solid #333
}

.component-choosing-school-select .select-wrapper select {
	width: 100%;
	padding: 0 25px 0 10px;
	font-size: 16px;
	line-height: 22px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.component-choosing-school-radio {
	display: inline-block;
	position: relative;
	padding-left: 25px
}

.component-choosing-school-radio span {
	font-size: 16px;
	color: #666
}

.component-choosing-school-radio input[type=radio] {
	display: none
}

.component-choosing-school-radio .circle {
	position: absolute;
	left: 0;
	top: 4px;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 11px;
	margin-bottom: -1px;
	border-radius: 50%;
	border: 1px solid #078cf1
}

.component-choosing-school-radio .circle.checked:after {
	position: absolute;
	content: "";
	left: 3px;
	top: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #078cf1
}

.component-choosing-school-pdf-page {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0
}

.component-choosing-school-pdf-page * {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.component-choosing-school-pdf-page .page {
	position: relative;
	width: 894px;
	height: 1264px;
	padding: 0;
	margin: 20px auto;
	overflow: hidden;
	border: 1px solid #d3d3d3;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	background-image: url(../images/zkw-watermark.png);
	background-position-x: 145px;
	background-position-y: -25px;
	background-size: 300px;
	background-repeat: repeat
}

.component-choosing-school-pdf-page .page:first-child {
	margin-top: 0
}

@page {
	size:A4;margin:0
}

@media print {
	.component-choosing-school-pdf-page body,.component-choosing-school-pdf-page html {
		background-color: #fff;
		margin: 0;
		padding: 0;
		width: 210mm;
		height: 297mm;
		page-break-after: avoid;
		page-break-before: avoid
	}

	.component-choosing-school-pdf-page .component-pdf-page {
		background-color: #fff
	}

	.component-choosing-school-pdf-page .page {
		background-image: url(../images/zkw-watermark.png);
		background-position-x: 145px;
		background-position-y: -25px;
		background-size: 300px;
		background-repeat: repeat;
		margin: 0;
		border: initial;
		border-radius: initial;
		width: auto;
		min-height: 0;
		box-shadow: none;
		background: initial;
		page-break-after: avoid;
		page-break-before: avoid
	}
}

svg.component-evaluation-holland-radar path,svg.component-evaluation-holland-radar polygon {
	fill: none
}

svg.component-evaluation-holland-radar polygon.outline {
	stroke: #ccc;
	stroke-width: 1px;
	fill: #f0f0f0
}

svg.component-evaluation-holland-radar path.outline,svg.component-evaluation-holland-radar polygon.rule {
	stroke: #ccc;
	stroke-width: .5
}

svg.component-evaluation-holland-radar polygon.value {
	opacity: .75
}

svg.component-evaluation-holland-radar g.type-text path {
	fill: #666;
	stroke: none
}

svg.component-evaluation-holland-radar circle.type-dot {
	fill: #fff;
	stroke-width: 1.5
}

svg.component-evaluation-holland-radar g.rule-text path {
	fill: #666;
	stroke: none
}

.component-evaluation-score-board {
	margin: 35px 0;
	padding: 40px 40px;
	width: 730px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 27px rgba(0,0,0,.1)
}

.component-evaluation-score-board .item {
	position: relative;
	padding: 18px 0;
	line-height: 0
}

.component-evaluation-score-board .item .label {
	position: absolute;
	top: 18px;
	left: 0;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	font-weight: 700
}

.component-evaluation-score-board .item .score-blocks {
	margin-left: 80px
}

.component-evaluation-score-board .item .score-blocks .placeholder {
	width: 560px;
	height: 40px;
	line-height: 38px;
	font-size: 22px;
	text-align: center;
	border: 1px solid transparent;
	box-sizing: border-box
}

.component-evaluation-score-board .item .score-blocks .empty,.component-evaluation-score-board .item .score-blocks .filled {
	display: inline-block;
	width: 100px;
	height: 40px;
	background-color: #ddd;
	margin-right: 15px
}

.component-evaluation-score-board .item .score-blocks .empty:last-child,.component-evaluation-score-board .item .score-blocks .filled:last-child {
	margin-right: 0
}

.component-evaluation-score-board .item .score-blocks.english .filled {
	background-color: #f1c85e
}

.component-evaluation-score-board .item .score-blocks.exam .filled {
	background-color: #4996f1
}

.component-evaluation-score-board .item .score-blocks.gpa .filled {
	background-color: #ed6f65
}

.component-evaluation-score-board .item .score-blocks.english .placeholder {
	border-color: #f1c85e;
	color: #f1c85e
}

.component-evaluation-score-board .item .score-blocks.exam .placeholder {
	border-color: #4996f1;
	color: #4996f1
}

.component-evaluation-score-board .item .score-blocks.gpa .placeholder {
	border-color: #ed6f65;
	color: #ed6f65
}

.finance-list-pc {
	line-height: 50px
}

.container-winter-training {
	width: 50vw;
	height: 259vw;
	margin: 0 auto;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.container-offer {
	padding: 40px 0 80px 0;
	background-color: #fff;
	color: #26343f;
	min-height: calc(100vh - 170px)
}

.container-offer .left-part {
	margin-right: 360px;
	overflow: hidden
}

.container-offer .left-part .category-section {
	margin-bottom: 12px;
	padding: 0 20px;
	overflow: hidden;
	border: 1px solid rgba(228,229,230,.6)
}

.container-offer .left-part .category-section .category-item {
	margin-top: 20px;
	padding-bottom: 4px
}

.container-offer .left-part .category-section .category-item .category-title {
	padding: 4px 0;
	color: #949ba1;
	font-size: 1.4rem;
	line-height: 20px
}

.container-offer .left-part .category-section .category-item .search-box {
	margin-bottom: 16px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.container-offer .left-part .category-section .category-item .search-box input::-webkit-input-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.container-offer .left-part .category-section .category-item .search-box input:-moz-placeholder,.container-offer .left-part .category-section .category-item .search-box input::-moz-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.container-offer .left-part .category-section .category-item .search-box input:-ms-input-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.container-offer .left-part .category-section .category-item .search-box textarea::-webkit-input-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.container-offer .left-part .category-section .category-item .search-box textarea:-moz-placeholder,.container-offer .left-part .category-section .category-item .search-box textarea::-moz-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.container-offer .left-part .category-section .category-item .search-box textarea:-ms-input-placeholder {
	color: #949ba1;
	line-height: 1.5
}

.container-offer .left-part .category-section .category-item .search-box .search-input {
	display: inline-block;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.4rem;
	color: #26343f;
	line-height: 34px;
	border: 1px solid #e4e5e6;
	border-radius: 2px;
	padding: 0 10px
}

.container-offer .left-part .category-section .category-item .search-box .search-input:first-child {
	margin-right: 10px
}

.container-offer .left-part .category-section .category-item .search-box .search-btn {
	-webkit-flex: 0 0 100px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	margin-left: 20px;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #078cf1;
	transition: all .3s ease
}

.container-offer .left-part .category-section .category-item .search-box .search-btn:hover {
	background-color: rgba(7,140,241,.8)
}

.container-offer .left-part .category-section .category-item .tag-item {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	margin: 0 8px 16px 0;
	padding: 4px 10px;
	border-radius: 2px;
	font-size: 1.4rem;
	line-height: 20px;
	transition: all .3s;
	color: #26343f
}

.container-offer .left-part .category-section .category-item .tag-item.active,.container-offer .left-part .category-section .category-item .tag-item.active:hover {
	background-color: #078cf1;
	color: #fff
}

.container-offer .left-part .category-section .category-item .tag-item:hover {
	background-color: #f5f6f7
}

.container-offer .left-part .category-section .category-item .category-content-inner {
	margin-bottom: -4px
}

.container-offer .left-part .category-section .category-item .category-content {
	margin-left: 90px;
	border-bottom: 1px dashed #e4e5e6
}

.container-offer .left-part .category-section .category-item:last-child .category-content {
	border-bottom: 0
}

.container-offer .left-part .schools-box .schools-title {
	margin-top: 20px;
	border-bottom: 1px solid rgba(228,229,230,.6)
}

.container-offer .left-part .schools-box .schools-title span {
	display: inline-block;
	font-size: 1.2rem;
	height: 42px;
	line-height: 42px;
	color: #58646e
}

.container-offer .left-part .schools-box .schools-title .count-text,.container-offer .left-part .schools-box .schools-title .current-page {
	color: #078cf1
}

.container-offer .left-part .schools-box .pagination {
	margin-top: 60px
}

.container-offer .right-part {
	width: 280px
}

.container-offer .right-part .activity-item {
	margin-bottom: 20px
}

.container-offer .right-part .match-school-box {
	width: 280px
}

.container-offer .right-part .app-code {
	margin-top: 20px
}

.container-offer-detail {
	padding: 40px 0 80px 0;
	background-color: #fff
}

.container-offer-detail .left-part {
	margin-right: 360px
}

.container-offer-detail .left-part .breadcrumb-box {
	margin-top: -20px;
	margin-bottom: 40px
}

.container-offer-detail .left-part .offer-head {
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e4e5e6;
	font-size: 2.8rem;
	line-height: 40px;
	font-weight: 600;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-offer-detail .left-part .offer-archive .archive-card {
	margin-bottom: 10px;
	padding: 50px 30px 30px;
	background-image: linear-gradient(270deg,#edeff0,#f5f6f7)
}

.container-offer-detail .left-part .offer-archive .archive-card:last-child {
	padding-bottom: 0
}

.container-offer-detail .left-part .offer-archive .archive-card .card-title {
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 25px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 2px solid #26343f;
	color: #26343f
}

.container-offer-detail .left-part .offer-archive .archive-card .card-list {
	position: relative
}

.container-offer-detail .left-part .offer-archive .archive-card .card-list .card-item {
	margin-bottom: 10px
}

.container-offer-detail .left-part .offer-archive .archive-card .card-list .card-item .card-name {
	position: absolute;
	width: 70px;
	font-size: 1.4rem;
	line-height: 20px;
	font-weight: 600;
	color: #26343f
}

.container-offer-detail .left-part .offer-archive .archive-card .card-list .card-item .card-description,.container-offer-detail .left-part .offer-archive .archive-card .card-list .card-item .card-value {
	margin-left: 85px;
	font-size: 1.4rem;
	line-height: 20px;
	color: #26343f
}

.container-offer-detail .left-part .offer-archive .archive-card .card-list .card-item .link {
	display: block;
	text-decoration: underline;
	transition: all .3s ease
}

.container-offer-detail .left-part .offer-archive .archive-card .card-list .card-item .link:hover {
	color: #078cf1
}

.container-offer-detail .left-part .offer-archive .archive-card .card-list .card-item .card-description {
	margin-top: 2px;
	color: #949ba1
}

.container-offer-detail .left-part .offer-archive .archive-card .card-list .card-item:last-child,.container-offer-detail .left-part .offer-archive .archive-card:last-child {
	margin-bottom: 0
}

.container-offer-detail .left-part .offer-archive .school-box {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	border-top: 1px solid #c4c9cc;
	border-bottom: 0
}

.container-offer-detail .left-part .offer-archive .school-box .logo-box {
	border-color: transparent;
	background-color: #fff
}

.container-offer-detail .left-part .offer-archive .school-box .info-box .top-box .school-zh-name {
	font-size: 1.7rem
}

.container-offer-detail .left-part .offer-archive .school-box .info-box .school-rank-rate-box {
	margin-top: 15px
}

.container-offer-detail .left-part .like-box .like-title {
	font-size: 2.4rem;
	line-height: 33px;
	font-weight: 600;
	margin-top: 50px;
	margin-bottom: 20px
}

.container-offer-detail .right-part {
	width: 280px
}

.container-offer-detail .right-part .activity-item {
	margin-bottom: 20px
}

.container-offer-detail .right-part .match-school-box {
	width: 280px
}

.container-offer-detail .right-part .app-code {
	margin-top: 20px
}

.component-offer-item {
	position: relative;
	padding: 30px 10px 20px 0;
	border-bottom: 1px solid #e4e5e6
}

.component-offer-item .logo-box {
	position: absolute;
	padding: 6px;
	width: 80px;
	height: 80px;
	border: 4px solid #e4e5e6;
	border-radius: 50%
}

.component-offer-item .logo-box .logo {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%
}

.component-offer-item .logo-box .logo .image-preload {
	background-size: contain
}

.component-offer-item .detail-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 130px;
	line-height: 34px;
	border-radius: 18px;
	font-size: 1.4rem;
	text-align: center;
	color: #078cf1;
	border: 1px solid #078cf1;
	transition: all .3s ease
}

.component-offer-item .detail-btn:hover {
	color: #fff;
	background-color: #078cf1
}

.component-offer-item .offer-info {
	margin-left: 95px;
	margin-right: 150px
}

.component-offer-item .offer-info .offer-title {
	color: #26343f;
	padding-top: 8px;
	margin-top: 0;
	margin-bottom: 13px;
	font-size: 2rem;
	line-height: 24px;
	font-weight: 600;
	transition: color .3s ease;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-offer-item .offer-info .offer-title:hover {
	color: #078cf1
}

.component-offer-item .offer-info .offer-content {
	width: 420px
}

.component-offer-item .offer-info .offer-content .offer-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px
}

.component-offer-item .offer-info .offer-content .offer-row .offer-col {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden
}

.component-offer-item .offer-info .offer-content .offer-row .offer-col .offer-name,.component-offer-item .offer-info .offer-content .offer-row .offer-col .offer-value {
	font-size: 1.4rem;
	line-height: 20px
}

.component-offer-item .offer-info .offer-content .offer-row .offer-col .offer-name {
	position: absolute;
	width: 70px;
	color: #949ba1
}

.component-offer-item .offer-info .offer-content .offer-row .offer-col .offer-value {
	padding-right: 10px;
	margin-left: 70px;
	color: #26343f;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.component-offer-item .offer-info .offer-content .offer-row .offer-col .offer-value-box {
	margin-left: 70px
}

.component-offer-item .offer-info .offer-content .offer-row .offer-col .offer-value-box .offer-value {
	margin-left: 0
}

.component-offer-item .offer-info .link-group {
	margin-top: 20px
}

.component-offer-item .offer-info .link-group .link-item {
	margin-right: 30px;
	font-size: 1.4rem;
	line-height: 1;
	color: #046fc2
}

.component-offer-item .offer-info .link-group .link-item:after {
	content: "";
	display: inline-block;
	margin-left: 3px;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #078cf1;
	border-right: 1px solid #078cf1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: 1px
}

.component-offer-item .offer-info .link-group .link-item:last-child {
	margin-right: 0
}

.container-feed-detail {
	margin: 0 auto;
	width: 750px
}

.container-feed-detail .detail-section {
	padding: 32px 32px 0;
	background-color: #fff
}

.container-feed-detail .detail-section .detail-avatar {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden
}

.container-feed-detail .detail-section .detail-avatar .avatar-detail {
	width: 100%;
	height: 100%
}

.container-feed-detail .detail-section .detail-content {
	margin-left: 96px
}

.container-feed-detail .detail-section .detail-content .content-head {
	position: relative;
	margin-bottom: 16px;
	padding-right: 160px
}

.container-feed-detail .detail-section .detail-content .content-head .content-head-name {
	margin-bottom: 2px;
	font-size: 30px;
	line-height: 42px;
	color: #26343f;
	font-weight: 600;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-feed-detail .detail-section .detail-content .content-head .content-head-time {
	font-size: 26px;
	line-height: 36px;
	color: #949ba1;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.container-feed-detail .detail-section .detail-content .content-head .focus-btn {
	position: absolute;
	top: 8px;
	right: 0;
	width: 128px;
	font-size: 26px;
	text-align: center;
	line-height: 56px;
	font-weight: 600;
	color: #078cf1;
	background-color: #eaf4ff;
	border-radius: 28px
}

.container-feed-detail .detail-section .detail-content .content-info .clear-top-margin {
	margin-bottom: -1.2rem
}

.container-feed-detail .detail-section .detail-content .content-info .feed-text {
	margin-bottom: 24px
}

.container-feed-detail .detail-section .detail-content .content-footer {
	position: relative;
	padding: 28px 0;
	font-size: 0
}

.container-feed-detail .detail-section .detail-content .content-footer .footer-btn-item {
	display: inline-block;
	margin-left: 48px;
	font-size: 0
}

.container-feed-detail .detail-section .detail-content .content-footer .footer-btn-item .item-icon {
	margin-right: 8px;
	width: 40px;
	height: 40px;
	vertical-align: middle
}

.container-feed-detail .detail-section .detail-content .content-footer .footer-btn-item .item-text {
	font-size: 24px;
	color: #949ba1;
	line-height: 40px;
	vertical-align: middle
}

.container-feed-detail .detail-section .detail-content .content-footer .footer-btn-item:after {
	content: "";
	display: inline-block;
	height: 40px;
	vertical-align: middle
}

.container-feed-detail .detail-section .detail-content .content-footer .footer-btn-item:first-child {
	margin-left: 0
}

.container-feed-detail .detail-section .detail-content .content-footer .more-btn {
	position: absolute;
	right: 0;
	top: 28px
}

.container-feed-detail .detail-section .detail-content .content-footer .more-btn .item-icon {
	width: 40px;
	height: 40px
}

.container-feed-detail .block-divider {
	background-color: #f7f9fa;
	height: 24px
}

.container-feed-detail .comments-section {
	padding-bottom: 240px;
	margin-top: 24px;
	background-color: #fff
}

.container-feed-detail .comments-section .comment-title {
	padding: 0 32px;
	font-weight: 600;
	border-bottom: 2px solid #e4e5e6;
	font-size: 30px;
	line-height: 96px
}

.container-feed-detail .comments-section .comment-list {
	padding-left: 32px
}

.container-feed-detail .comments-section .comment-list .comment-item {
	padding-top: 32px
}

.container-feed-detail .comments-section .comment-list .comment-item .item-avatar {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden
}

.container-feed-detail .comments-section .comment-list .comment-item .item-avatar .avatar-src {
	width: 100%;
	height: 100%
}

.container-feed-detail .comments-section .comment-list .comment-item .item-content {
	padding-bottom: 12px;
	padding-right: 32px;
	margin-left: 96px;
	border-bottom: 2px solid #e4e5e6
}

.container-feed-detail .comments-section .comment-list .comment-item .item-content .item-head {
	position: relative;
	margin-bottom: 12px
}

.container-feed-detail .comments-section .comment-list .comment-item .item-content .item-head .content-title {
	font-size: 30px;
	line-height: 22px;
	font-weight: 600
}

.container-feed-detail .comments-section .comment-list .comment-item .item-content .item-head .prise-btn {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0
}

.container-feed-detail .comments-section .comment-list .comment-item .item-content .item-head .prise-btn .prise-icon {
	margin-right: 6px;
	width: 32px;
	height: 32px;
	vertical-align: middle
}

.container-feed-detail .comments-section .comment-list .comment-item .item-content .item-head .prise-btn .prise-count {
	font-size: 24px;
	line-height: 32px;
	color: #949ba1;
	vertical-align: middle
}

.container-feed-detail .comments-section .comment-list .comment-item .item-content .item-head .prise-btn:after {
	content: "";
	display: inline-block;
	height: 32px;
	vertical-align: middle
}

.container-feed-detail .comments-section .comment-list .comment-item .item-content .item-footer {
	position: relative
}

.container-feed-detail .comments-section .comment-list .comment-item .item-content .item-footer .footer-time {
	font-size: 26px;
	line-height: 80px;
	color: #949ba1
}

.container-feed-detail .comments-section .comment-list .comment-item .item-content .item-footer .more-btn {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.container-feed-detail .comments-section .comment-list .comment-item .item-content .item-footer .more-btn .item-icon {
	height: 40px;
	width: 40px
}

.container-feed-detail .comments-section .comment-list .comment-item:last-child .item-content {
	border-bottom: 0
}

.container-feed-detail .comments-section .no-comment {
	font-size: 30px;
	line-height: 280px;
	color: #949ba1;
	text-align: center
}

.container-feed-detail .bottom-banner {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	width: 750px;
	margin: 0 auto;
	height: 240px;
	padding-top: 54px;
	text-align: center;
	background: url(../images/feed-app-download-banner.png) 50%/cover
}

.container-feed-detail .bottom-banner .banner-text {
	margin-bottom: 24px;
	font-size: 36px;
	line-height: 50px;
	color: #fff;
	font-weight: 600
}

.container-feed-detail .bottom-banner .download-btn {
	display: inline-block;
	width: 288px;
	height: 72px;
	border-radius: 36px;
	font-size: 30px;
	font-weight: 600;
	line-height: 72px;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	background-image: linear-gradient(180deg,#38c3ff,#0c83fa)
}

.component-feed-images .image-list {
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: 12px;
	font-size: 0
}

.component-feed-images .image-list .image-item {
	display: inline-block;
	width: calc((100% - 30px) / 3);
	margin-top: 10px;
	margin-right: 10px;
	overflow: hidden;
	background-size: cover;
	background-position: 50%
}

.component-feed-images .image-list .image-item:after {
	content: "";
	float: left;
	padding-top: 100%
}

.component-feed-images .image-list .image-item.item-image-single {
	width: calc((100% - 20px) / 3 * 2);
	background-size: contain
}

.component-feed-images .image-list .image-item.item-image-single-width-cover {
	width: 100%;
	background-size: cover
}

.component-feed-images .image-list .image-item.item-image-single-width-cover:after {
	padding-top: calc((100% - 20px) / 3)
}

.component-feed-images .image-list .image-item.item-image-single-cover {
	width: calc((100% - 20px) / 3);
	background-size: cover
}

.component-feed-images .image-list .image-item.item-image-single-cover:after {
	padding-top: calc(200% + 10px)
}

.component-feed-text .feed-text-text {
	font-size: 30px;
	line-height: 42px;
	color: #26343f
}

.component-feed-text .feed-text-text.red-text {
	color: #ff4046
}

.component-feed-text .feed-text-text.clamp4 {
	line-height: 42px;
	max-height: 168px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.component-feed-text .feed-text-text.clamp4 {
		line-height: 42px;
		max-height: 168px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.component-feed-text .feed-text-text.clamp4 {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.component-feed-text .feed-text-text.clamp6 {
	line-height: 42px;
	max-height: 252px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.component-feed-text .feed-text-text.clamp6 {
		line-height: 42px;
		max-height: 252px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.component-feed-text .feed-text-text.clamp6 {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.component-feed-text .fold-btn {
	margin-top: 8px;
	font-size: 30px;
	line-height: 42px;
	color: #078cf1
}

.component-feed-link {
	display: block;
	margin-top: 12px;
	border-radius: 8px;
	background-color: #f5f6f7;
	padding: 16px
}

.component-feed-link .image-cover {
	position: absolute;
	width: 96px;
	height: 96px;
	border-radius: 4px;
	overflow: hidden;
	background: no-repeat 50%/cover
}

.component-feed-link .image-cover.no-cover {
	background: #38a3f5 no-repeat 50%/56px 56px
}

.component-feed-link .link-title {
	margin-left: 112px;
	padding-top: 6px;
	min-height: 96px;
	font-size: 30px;
	color: #26343f;
	line-height: 42px;
	max-height: 84px;
	height: auto;
	overflow: hidden;
	white-space: normal
}

@supports not (-webkit-line-clamp:3) {
	.component-feed-link .link-title {
		line-height: 42px;
		max-height: 84px;
		height: auto;
		overflow: hidden;
		white-space: normal
	}
}

@supports (-webkit-line-clamp:3) {
	.component-feed-link .link-title {
		word-break: break-all;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		white-space: normal;
		-webkit-box-orient: vertical
	}
}

.contarner-xxd-list {
	position: relative;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-width: 800px;
	min-height: 700px;
	overflow: hidden;
	color: #fff;
	background: url(../images/图片.png) no-repeat
}

.contarner-xxd-list,.contarner-xxd-list ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.contarner-xxd-list ul {
	width: 1218px;
	margin-top: 20px;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contarner-xxd-list ul .case-example-item {
	position: relative;
	width: 286px;
	height: 300px;
	overflow: hidden;
	margin: 0 18px 18px 0;
	text-align: center;
	transition: all .2s
}

.contarner-xxd-list ul .case-example-item .case-image {
	width: 286px;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover
}

.contarner-xxd-list ul .case-example-item .case-item-info {
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .2s
}

.contarner-xxd-list ul .case-example-item .case-item-info .case-info-title {
	margin: 10px 10px 20px
}

.contarner-xxd-list ul .case-example-item .case-item-info .case-info-text {
	margin: 0 20px;
	text-align: start
}

.contarner-xxd-list ul .case-example-item:hover .case-item-info {
	height: 300px;
	padding-top: 50px;
	font-weight: 500
}

.contarner-xxd-list ul .case-example-item:hover .case-image {
	-webkit-filter: blur(15px);
	filter: blur(15px)
}

.xxd-team-container {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 800px;
	min-height: 700px;
	background-color: #000;
	overflow: hidden;
	color: #fff
}

.xxd-team-container,.xxd-team-container .box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.xxd-team-container .box {
	max-width: 50%;
	height: 700px;
	padding: 20px;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.xxd-team-container .box .top-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.xxd-team-container .box .top-box .left-box {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden
}

.xxd-team-container .box .top-box .left-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.xxd-team-container .box .top-box .right-box {
	margin: 0 0 0 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.xxd-team-container .box .top-box .right-box .gender {
	margin-left: 5px
}

.xxd-team-container .box .top-box .right-box section {
	padding: 10px 0 0 20px;
	font-size: 26px;
	font-weight: 700
}

.xxd-team-container .box .bottom-box {
	margin-top: 20px
}

.xxd-team-container .box .bottom-box section {
	padding: 20px 0 0 0;
	font-size: 18px;
	font-weight: 400
}

.xxd-team-container .name-list-box {
	position: fixed;
	top: 0;
	left: 20px;
	width: 60px;
	overflow: auto
}

.xxd-team-container .name-list-box .name-list {
	height: 100vh;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	white-space: pre;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 20px;
	transform-origin: 0 20px
}

.xxd-team-container .name-list-box .name-list li {
	margin-right: 20px
}

.xxd-team-container .name-list-box .name-list li a {
	color: hsla(0,0%,100%,.5)
}

.xxd-team-container .name-list-box .name-list li a:hover {
	color: #fff
}

.xxd-team-container .name-list-box .name-list .active {
	color: gold
}