.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 3px
}

.alert-success {
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	color: #468847
}

.alert-danger,.alert-error {
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	color: #b94a48
}

.alert-info {
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	color: #3a87ad
}

.button-pure {
	background-color: #f8f8f8;
	border: 1px solid #d3d3d3;
	color: #333;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(0,0,0,.05);
	cursor: pointer;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	padding: 4px 10px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
	position: relative
}

.button-pure.disabled {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	background: #EEE;
	border: 1px solid #DDD;
	text-shadow: 0 1px 1px #fff;
	color: #CCC;
	cursor: default
}

.button-pure:not(.disabled):hover {
	background-color: #f0f0f0
}

.button-pure:not(.disabled):active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.button-pure-no-shadow {
	box-shadow: none
}

.button-pure-large {
	padding: 8px 60px
}

.button-pure-blue {
	background: #1B7FCC;
	border-color: #1A79C2;
	color: #FFF
}

.button-pure-blue:not(.disabled):hover {
	background: #1C79C0;
	border-color: #1970B2
}

.button-pure-deep-pink {
	background-color: #f36;
	border-color: #F22F5F;
	color: #fff
}

.button-pure-deep-pink:not(.disabled):hover {
	background-color: #e36!important;
	border-color: #E43766!important
}

.button-pure-green {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #FFF
}

.button-pure-green:not(.disabled):hover {
	background-color: #57AD57;
	border-color: #4DA04D
}

.button-pure-red {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #FFF
}

.button-pure-red:not(.disabled):hover {
	background-color: #CC4C48;
	border-color: #C54A46
}

.button-pure-orange {
	background-color: #FF9300;
	border-color: #EC8800;
	color: #FFF
}

.button-pure-orange:not(.disabled):hover {
	background-color: #f18d05;
	border-color: #E78500
}

.button-pure-teal {
	background-color: #36BDBD;
	border-color: #33B4B4;
	color: #FFF
}

.button-pure-teal:not(.disabled):hover {
	background-color: #33B4B4;
	border-color: #2FA7A7
}

.button-pure-sky-blue {
	background-color: #00a1cb;
	border-color: #0092B8;
	color: #FFF
}

.button-pure-sky-blue:not(.disabled):hover {
	background-color: #0097BE;
	border-color: #007E9E
}

.button-pure-purple {
	background-color: #B10DC9;
	border-color: #9A0CAF;
	color: #FFF
}

.button-pure-purple:not(.disabled):hover {
	background-color: #9F0EB4;
	border-color: #930FA7
}

.button-pure-black {
	background-color: #444;
	border-color: #222;
	color: #FFF
}

.button-pure-black:not(.disabled):hover {
	background-color: #222;
	border-color: #000
}

.button-pure-gold {
	background-color: #EBC80D;
	border-color: #d9AA06;
	color: #FFF
}

.button-pure-gold:not(.disabled):hover {
	background-color: #DBBB0E;
	border-color: #B99413
}

.button-pure-gray {
	background: #f1f2f7;
	border-color: #999;
	color: #666;
	font-weight: 400
}

.button-pure-gray:not(.disabled):hover {
	background: #fff;
	border-color: #999
}

*,:after,:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clear {
	clear: both
}

.tncode_div {
	display: none;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	cursor: default;
	z-index: 110;
	border: 1px solid #eee;
	padding: 12px 15px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);
	-moz-box-shadow: 2px 2px 5px #969696;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #969696;
	box-shadow: 0 0 2px 2px #eee
}

.tncode_div .tncode_canvas_bg {
	z-index: 0
}

.tncode_div .tncode_canvas_mark {
	z-index: 10000
}

.tncode_div canvas {
	position: absolute;
	left: 0;
	top: 0
}

.tncode_div .loading {
	padding-top: 62px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ccc;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #666;
	font-size: 13px
}

.dd {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: ddf .1s ease-in 0s infinite;
	-o-animation: ddf .1s ease-in 0s infinite;
	animation: ddf .1s ease-in 0s infinite
}

@-webkit-keyframes ddf {
	0% {
		-webkit-transform: translate(-8px,3px)
	}

	20% {
		-webkit-transform: translate(-3px,1.5px)
	}

	50% {
		-webkit-transform: translate(0px,0)
	}

	70% {
		-webkit-transform: translate(5px,-1.5px)
	}

	100% {
		-webkit-transform: translate(0px,0)
	}
}

@-o-keyframes ddf {
	0% {
		-o-transform: translate(-8px,3px)
	}

	20% {
		-o-transform: translate(-3px,1.5px)
	}

	50% {
		-o-transform: translate(0px,0)
	}

	70% {
		-o-transform: translate(5px,-1.5px)
	}

	100% {
		-o-transform: translate(0px,0)
	}
}

@-moz-keyframes ddf {
	0% {
		-moz-transform: translate(-8px,3px)
	}

	20% {
		-moz-transform: translate(-3px,1.5px)
	}

	50% {
		-moz-transform: translate(0px,0)
	}

	70% {
		-moz-transform: translate(5px,-1.5px)
	}

	100% {
		-moz-transform: translate(0px,0)
	}
}

@keyframes ddf {
	0% {
		transform: translate(-8px,3px)
	}

	20% {
		transform: translate(-3px,1.5px)
	}

	50% {
		transform: translate(0px,0)
	}

	70% {
		transform: translate(5px,-1.5px)
	}

	100% {
		transform: translate(0px,0)
	}
}

.hgroup {
	z-index: 20000;
	content: "";
	position: absolute;
	left: -800px;
	top: 70px;
	width: 250px;
	height: 15px;
	background-color: rgba(255,255,255,.5);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: searchLights 3s ease-in 0s infinite;
	-o-animation: searchLights 3s ease-in 0s infinite;
	animation: searchLights 3s ease-in 0s infinite
}

@-webkit-keyframes searchLights {
	0% {
		left: -800px;
		top: 70px
	}

	to {
		left: 350px;
		top: 70px
	}
}

@-o-keyframes searchLights {
	0% {
		left: -800px;
		top: 70px
	}

	to {
		left: 350px;
		top: 70px
	}
}

@-moz-keyframes searchLights {
	0% {
		left: -800px;
		top: 70px
	}

	to {
		left: 350px;
		top: 70px
	}
}

@keyframes searchLights {
	0% {
		left: -800px;
		top: 70px
	}

	to {
		left: 350px;
		top: 70px
	}
}

.tncode_msg_ok {
	background-color: #24C628
}

.tncode_msg_error {
	background-color: #DE5145
}

.tncode_msg_error,.tncode_msg_ok {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	color: #fff;
	margin: 0;
	overflow: visible;
	background-position: 0 0;
	font-size: 13px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 10000;
	line-height: 20px;
	text-align: center
}

.slide {
	position: relative;
	background-color: #fff;
	width: 240px;
	height: 39px;
	background-position: 0 2px;
	background-size: 100%;
	margin-bottom: 3px;
	margin-top: 13px
}

.slide_block {
	background-position: -5px -45px;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	cursor: pointer;
	margin-top: -30px
}

.slide_block_text {
	height: 40px;
	position: absolute;
	left: 61px;
	top: 50%;
	cursor: pointer;
	font-size: 14px;
	color: #88949d;
	margin-top: -20px;
	line-height: 40px
}

.tools {
	position: relative;
	width: 240px;
	background-color: #fff;
	overflow: hidden;
	margin-top: -7px
}

.tools .tncode_close {
	height: 25px;
	width: 30px;
	float: right;
	cursor: pointer;
	background-position: 7px -188px;
	margin-left: 10px
}

.tools .tncode_refresh {
	background-position: 0 -353px;
	height: 25px;
	width: 30px;
	float: right;
	cursor: pointer
}

.img-panel {
	position: relative;
	width: 240px;
	height: 150px
}

.af-input,.af-select,.af-textarea {
	line-height: 20px;
	border: 1px solid #ccc;
	border-radius: 2px!important;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin: 0;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.025)
}

.ss-error-color {
	color: #E25A5F!important
}

.ss-success-color {
	color: #468847!important
}

.ss-error-bg {
	color: #fff!important;
	background-color: #E25A5F!important
}

.ss-success-bg {
	color: #fff!important;
	background-color: #5cb85c!important
}

.af-iframe-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.af-iframe-loading .fa {
	font-size: 40px;
	color: #B4B4B4;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -24px
}

.af-error-color {
	color: #b94a48!important
}

.af-bottom-auto-fill {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 51px
}

.af-bottom-auto-fill.fill-top-38 {
	top: 38px
}

.af-container-100 {
	position: relative;
	width: 100%
}

.af-input-file {
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.af-checkbox {
	position: relative;
	z-index: 1;
	width: 19px;
	height: 19px;
	background-color: #fff;
	background-image: url(/images/common/blue.png);
	background-position: 1px -1px;
	background-repeat: no-repeat;
	margin-top: 1px;
	cursor: pointer
}

.af-checkbox:not(.checked):hover {
	background-position: -18px -1px
}

.af-checkbox.checked {
	background-position: -37px -1px
}

.af-show {
	display: block
}

.af-height-auto {
	height: auto!important
}

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

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

.af-hidden-input {
	padding: 0;
	margin: 0;
	height: 20px;
	border: none;
	width: 100px;
	outline: 0
}

.af-hidden-input2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	cursor: pointer
}

.af-input-hover {
	border-color: #aaa!important
}

.af-input-focus {
	border-color: #66afe9!important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important
}

.sh5-table {
	display: table;
	width: 100%;
	height: 100%
}

.sh5-table-centered {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.ff-vertical-align {
	vertical-align: middle;
	display: inline-block;
	height: 100%
}

.af-home-online {
	background-image: url(/images/home/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 78px 0;
	background-position: 50%
}

.af-home-online>h1 {
	color: #fff;
	max-width: 1000px;
	padding: 20px 17px 44px;
	position: relative;
	margin: 0 auto
}

.af-home-online-btn {
	color: #4997ec;
	background-color: #fff;
	border-radius: 3px;
	position: relative;
	margin: 0 auto;
	width: 300px;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s
}

.af-home-online-btn:hover {
	background-color: #4997ec;
	color: #fff
}

.af-video-mask {
	background: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.af-video-icon {
	height: 44px;
	width: 66px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -33px;
	color: #fff;
	background: #000;
	opacity: .7;
	border-radius: 11px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.af-video-icon>i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	line-height: 20px;
	margin-top: -10px;
	margin-left: -8px
}

.af-video-mask:hover {
	background: rgba(0,0,0,.2)
}

.af-video-mask:hover>.af-video-icon {
	background: #e00;
	opacity: .9
}

.vider-panel-content {
	line-height: 0
}

body,html,img,li,p,span,ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei",微软雅黑,STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif
}

button,input,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

img {
	padding: 0;
	margin: 0;
	border: none
}

.ie6 body,.ie7 body,.ie8 body {
	min-width: 960px
}

.marquee-content {
	position: absolute;
	width: 100%;
	z-index: 40
}

.marquee-content-inner {
	position: relative;
	width: 100%
}

.marquee-content-inner>.marquee-tag {
	display: block;
	padding-top: 4px
}

.marquee-text {
	color: #fff;
	line-height: 24px
}

.marquee-text>a {
	color: #EF6E12
}

body.body-hidden {
	overflow: hidden
}

.af-w-max {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1220px;
	min-width: 1060px
}

.af-w-max.large {
	max-width: 1260px
}

.af-w-max.p-15 {
	padding: 0 10px
}

.af-center {
	text-align: center
}

.af-center:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em
}

.af-center-content {
	display: inline-block;
	vertical-align: middle
}

.af-highlight-color {
	background-color: #ff0
}

.b-color {
	background-color: #f1f1f1
}

.scroll-y {
	overflow-y: scroll
}

.af-bold {
	font-weight: 700
}

.af-left {
	float: left
}

.af-right {
	float: right
}

.af-hide {
	display: none
}

.af-hidden {
	visibility: hidden
}

.af-overflow {
	overflow: hidden
}

.af-inline-block {
	display: inline-block
}

.af-table {
	/*display: table;*/
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.af-table-centered {
	/*display: table-cell;*/
	/*text-align: center;*/
	/*vertical-align: middle*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.af-loading-gif {
	position: relative;
	display: inline-block;
	margin-top: 50px
}

.af-loading-gif.center {
	display: block;
	text-align: center
}

.af-main {
	position: relative;
	width: 100%
}

.af-icon-bg {
	background-image: url(/images/icon.png)
}


.af-mask-content {
	position: relative;
	text-align: center
}

.af-mask-text {
	font-size: 30px;
	font-weight: 400;
	color: inherit;
	font-family: helvetica,arial,sans-serif;
	display: inline-block
}

.af-server-error {
	font-size: 18px;
	position: absolute;
	padding: 20px 90px!important;
	box-shadow: 0 1px 1px rgba(128,128,128,.5),0 1px 1px rgba(128,128,128,.5);
	color: #CF2222
}

.af-remove-mask-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 13px;
	cursor: pointer;
	color: #c02121
}


.af-validate-fail {
	border-color: #E67070!important;
	background: #fdd!important
}

.af-main-color {
	color: #4997ee
}

.af-error,.af-error-color {
	color: #b94a48
}

.af-error,.af-success {
	font-size: 12px!important
}

.af-success,.af-success-color {
	color: #468847
}

.af-free-color {
	color: #BBB
}

.af-pro-color {
	color: #D1B681
}

.af-gold-color {
	color: #C39E57
}

.af-platinum-color {
	color: #B3852D
}

.af-height-100 {
	position: relative;
	height: 100%;
	min-height: 100%
}

.af-user-select-none {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none
}

.af-remove-btn {
	width: 24px;
	height: 24px;
	background-image: url(/images/icon.png);
	background-position: -379px -303px;
	display: block
}

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

.af-align-r {
	text-align: right
}

.af-align-l {
	text-align: left
}

.af-align-c {
	text-align: center
}

.af-mask-apnel,.af-mask-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.36)
}

.af-form-group {
	position: relative;
	overflow: hidden;
	padding: 6px 0
}

.af-label {
	width: 90px
}

.hf-checkbox {
	cursor: pointer
}

.hf-checkbox>.check-icon {
	width: 20px;
	height: 20px;
	background: url(/images/common/blue2.png) -1px -2px no-repeat;
	cursor: pointer
}

.hf-checkbox.checked>.check-icon {
	background-position: -41px -2px
}

.hf-checkbox:not(.checked):hover .check-icon {
	background-position: -21px -2px
}

.hf-checkbox>.check-text {
	cursor: pointer
}

.hf-checkbox.disabled,.hf-checkbox.disabled>.check-icon,.hf-checkbox.disabled>.check-text {
	cursor: no-drop
}

.hf-checkbox.checked.disabled>.check-icon {
	background-position: -80px -2px
}

.hf-checkbox.disabled:not(.checked):hover .check-icon,.hf-checkbox.disabled>.check-icon {
	background-position: -60px -2px;
	background-color: #ebebe4
}

.hf-radio {
	cursor: pointer
}

.hf-radio>.check-icon {
	width: 20px;
	height: 20px;
	background: url(/images/common/blue2.png) -99px -2px no-repeat;
	cursor: pointer
}

.hf-radio.checked>.check-icon {
	background-position: -139px -2px
}

.hf-radio:not(.checked):hover .check-icon {
	background-position: -119px -2px
}

.hf-radio>.check-text {
	cursor: pointer
}

.hf-radio.disabled:not(.checked):hover .check-icon,.hf-radio.disabled>.check-icon {
	background-position: -159px -2px;
	cursor: no-drop
}

.hf-radio.checked.disabled>.check-icon {
	background-position: -179px -2px
}

.hf-radio.disabled>.check-text {
	color: #ddd;
	cursor: no-drop
}

.hf-switch {
	display: inline-block;
	height: 22px;
	position: relative;
	overflow: hidden;
	width: 40px
}

.hf-switch-toggle {
	position: absolute;
	margin-left: -9999px!important;
	visibility: hidden
}

.hf-switch-toggle+label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: 0;
	user-select: none;
	padding: 2px;
	width: 100%;
	height: 100%;
	background-color: #ddd;
	border-radius: 20px
}

.hf-switch-toggle+label:after,.hf-switch-toggle+label:before {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	content: ""
}

.hf-switch-toggle+label:before {
	right: 2px;
	background-color: #f2f2f2;
	border-radius: 20px;
	transition: background .4s
}

.hf-switch-toggle+label:after {
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: margin .4s;
	top: 2px;
	bottom: 2px;
	left: 2px;
	width: 18px
}

.hf-switch-toggle.checked+label:before {
	background-color: #5eba5e
}

.hf-switch-toggle.checked+label:after {
	margin-left: 18px
}


.af-bookinfo-help-text {
	margin-left: 4px;
	padding: 1px 8px;
	background-position: -403px -687px
}

.af-bookinfo-help-text:hover {
	background-position: -424px -687px
}

.af-top-breadcrumb {
	height: 50px;
	line-height: 50px;
	color: #42566e;
	padding-left: 4px;
	overflow: hidden;
	font-size: 13px
}

.af-top-breadcrumb>a {
	color: #42566e;
	float: left
}

.af-top-breadcrumb>a:hover {
	text-decoration: underline
}

.af-top-breadcrumb>span {
	background-image: url(/images/common/help_icon.png);
	width: 20px;
	height: 24px;
	line-height: 0;
	float: left;
	background-position: -76px -6px;
	margin-top: 13px
}

.af-alter-tip {
	position: fixed;
	top: 0;
	width: 100%;
	color: #fff;
	left: 0;
	-webkit-transform: translate(0px,-100%);
	-moz-transform: translate(0px,-100%);
	-ms-transform: translate(0px,-100%);
	transform: translate(0px,-100%);
	-webkit-transition: -webkit-transform .25s ease-out;
	-moz-transition: -moz-transform .25s ease-out;
	-ms-transition: -ms-transform .25s ease-out;
	transition: transform .25s ease-out;
	z-index: 9999;
	text-align: center
}

.af-alter-tip.show {
	-webkit-transform: translate(0px,50px);
	-moz-transform: translate(0px,50px);
	-ms-transform: translate(0px,50px);
	transform: translate(0px,50px)
}

.af-alter-tip>span {
	background-color: #5cb85c;
	display: inline-block;
	padding: 10px 15px;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	border-radius: 4px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.af-alter-tip.success>span {
	background-color: #5cb85c
}

.af-alter-tip.error>span {
	background-color: #d9534f
}

input.af-input-check[type=checkbox],input.af-input-check[type=radio] {
	border: 1px solid #b4b9be;
	background: #fff;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -4px 4px 0 0;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out
}

input.af-input-check[type=checkbox]:checked:before,input.af-input-check[type=radio]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	font: 700 15px/1 dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

input.af-input-check[type=checkbox]:checked:before {
	content: "\2713";
	margin: 0;
	color: #1e8cbe
}

input.af-input-check[type=radio]:checked:before {
	content: "\2022";
	text-indent: -9999px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 24px;
	font-size: 2.4rem;
	width: 8px;
	height: 8px;
	margin: 3px;
	line-height: 16px;
	background-color: #1e8cbe
}

input.af-input-check[type=radio] {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 4px;
	line-height: 10px
}

.login-panel {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 830px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0,0,0,.08)
}

.login-main {
	background: #f8f8f8;
	min-height: 520px;
	padding-top: 50px;
	padding-bottom: 60px
}

.active-news-panel {
	position: relative;
	height: 116px;
	overflow: hidden;
	width: 100%
}

.active-news-item {
	display: none
}

.active-news-item.active {
	display: block
}

.active-news-img {
	height: 116px;
	text-align: center;
	overflow: hidden;
	width: 100%
}

.active-news-item img {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline-block;
	height: 100%;
	max-width: 100%;
	object-fit: cover
}

.active-news-control {
	position: absolute;
	width: 100px;
	margin-left: -50px;
	height: 28px;
	z-index: 3;
	bottom: 0;
	left: 50%;
	text-align: center;
	padding-top: 6px
}

.active-news-tabs {
	position: relative;
	display: inline-block;
	overflow: hidden
}

.active-news-tabs>li {
	position: relative;
	width: 14px;
	height: 14px;
	background-color: transparent;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #fff;
	float: left;
	margin: 0 5px
}

.active-news-tabs>li.active {
	background-color: #fff
}

.active-news-animation {
	-webkit-animation: waveRaidus 1s ease-out 0s infinite;
	animation: waveRaidus 1s ease-out 0s infinite
}

@-webkit-keyframes waveRaidus {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1
	}

	100% {
		width: 130%;
		height: 130%;
		opacity: 0
	}
}

.browser-panel {
	position: relative;
	text-align: left;
	padding: 10px 15px
}

.browser-header {
	font-size: 16px;
	color: #333;
	font-weight: 700;
	padding-bottom: 13px
}

.browser-box {
	font-weight: 700;
	color: #555;
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 11px
}

.browser-box a:hover {
	text-decoration: underline
}

.browser-footer {
	text-align: right;
	padding-bottom: 0
}

.browser-close {
	width: 26px;
	height: 26px;
	background-image: url(/images/icon.png);
	background-position: -377px -301px;
	position: absolute;
	top: 4px;
	cursor: pointer;
	right: 4px
}

.sensorsWeb-remove {
	position: absolute;
	top: 4px;
	right: 4px;
	color: #fff;
	background: rgba(0,0,0,.4);
	cursor: pointer;
	border-radius: 2px;
	line-height: 20px;
	text-align: center;
	height: 20px;
	width: 20px;
	font-size: 20px
}

.af-404-content {
	padding: 40px 0 118px;
	text-align: center
}

.af-404-logo {
	position: relative;
	margin: 0 auto;
	text-align: center
}

.af-404-logo>img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: none
}

.af-404-text {
	font-size: 15px;
	color: #000;
	padding: 6px 0 40px
}

.af-404-link {
	display: inline-block
}

.af-404-btn {
	color: #fff;
	position: relative;
	display: inline-block;
	width: 213px;
	height: 56px;
	background-image: url(/images/icon.png);
	background-position: -16px -719px;
	line-height: 56px;
	font-size: 17px;
	cursor: pointer
}

.af-404-btn:hover {
	background-position: -16px -781px
}

.af-404-btn:active {
	background-position: -16px -842px;
	cursor: pointer
}

.t-f {
	display: block
}

.t-h {
	display: block
}

:root {
	--web-theme-c: #0076fe;
	--web-text-c1: #333;
	--web-text-c2: #475467;
	--web-text-c3: #8d96a4;
	--web-head-h: 64px;
	--web-mobile-head-h: 64px;
	--web-basic-head-h: 40px;
	--web-nav-text-c: #333;
	--web-nav-text-s: 16px;
	--web-active-text-c: #0076fe;
	--web-active-bg-c: transparent
}

.web-head-logo {
	height: 34px;
	margin-right: 24px;
}

.web-head-logo img {
	width: 116px
}

.web-head-logo-2 {
	display: none
}

.web-head-box {
	height: var(--web-head-h)
}

.web-head-box a:active,.web-head-box a:focus {
	outline: 0
}

.yz-show-opacity-header .web-head-box {
	height: auto
}

.yz-show-opacity-header .web-head-box div.web-head {
	transition: all .3s ease-in
}

.yz-show-opacity-header:not(.web-body-is-scroll) .web-head-box div.web-head {
	background-color: transparent;
	box-shadow: none
}

.yz-show-opacity-header:not(.web-body-is-scroll) {
	--web-nav-text-c: #fff
}

.yz-show-opacity-header:not(.web-body-is-scroll) .web-head .web-head-primary-btn {
	background: #fff!important;
	color: #0076fe;
	cursor: pointer
}

.yz-show-opacity-header:not(.web-body-is-scroll) .web-head-logo-1 {
	display: none
}

.yz-show-opacity-header:not(.web-body-is-scroll) .web-head-logo-2 {
	display: block
}

.web-basic-header {
	--web-head-h: 40px;
	--web-nav-text-c: hsla(0,0%,100%,.8);
	--web-nav-text-s: 14px;
	--web-active-text-c: hsla(0,0%,100%,.8);
	--web-active-bg-c: hsla(0,0%,63%,.5)
}

.web-basic-header #web-head-avatar-trigger {
	height: 32px;
	width: 32px
}

.web-basic-header .web-head-box div.web-head {
	background-color: #000;
	position: relative
}

.web-basic-header .web-head .web-head-primary-btn {
	cursor: pointer;
	font-size: 14px;
	height: 32px;
	padding: 0 12px
}

.web-basic-header .web-head-logo-1 {
	display: none
}

.web-basic-header .web-head-logo-2 {
	display: block
}


.web-basic-header #web-head-avatar-trigger {
	border: none
}


div.web-head {
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(51,57,64,.08);
	height: var(--web-head-h);
	left: 0;
	padding-left: 40px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999
}

.web-head-wrap {
	align-items: center;
	display: flex;
	height: 100%;
	position: relative;
	width: 100%
}

.web-head a {
	color: inherit;
	text-decoration: none
}

.web-head-nav a:hover {
	background-color: var(--web-active-bg-c);
	color: var(--web-active-text-c)
}

.web-head ul {
	margin: 0;
	overflow-wrap: break-word;
	padding: 0
}

.web-head .web-head-nav {
	display: flex;
	position: relative
}

.web-head li {
	cursor: pointer;
	list-style: none;
	position: static
}

.web-head .web-head-nav-item {
	align-items: center;
	color: var(--web-nav-text-c);
	display: inline-flex;
	font-size: var(--web-nav-text-s);
	justify-content: center;
	line-height: var(--web-head-h);
	padding: 0 16px
}

.web-head .web-head-nav-item-active {
	color: var(--web-theme-c)!important
}

.web-head .web-head-nav-item span {
	margin-right: 4px
}

.web-head .web-head-submenu-trigger:hover .web-head-nav-item {
	background-color: var(--web-active-bg-c);
	color: var(--web-active-text-c)
}

.web-head-product-nav-ai-ebook-li {
	display: flex;
	flex-shrink: 0
}

.web-head-submenu-wrap {
	background: #fff;
	border: 1px solid #eaecf0;
	border-radius: 6px;
	box-shadow: 0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);
	display: flex;
	inset: 100% auto auto 0;
	padding: 20px;
	position: absolute;
	visibility: hidden;
	z-index: 1
}

.web-head-submenu-groups {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-right: 12px
}

.web-head-submenu-active,.web-head-submenu-wrap.web-head-submenu-clickshow {
	visibility: visible
}

.web-head-submenu-group .web-head-submenu-group-title {
	border-bottom: 1px solid #f1f1f1;
	color: #333940;
	font-size: 14px;
	font-weight: 700;
	height: 36px;
	line-height: 36px;
	margin-bottom: 8px;
	padding: 0 8px
}

.web-col-submenu-group .web-col-submenu-group-title a:hover,.web-head-submenu-group .web-head-submenu-group-title a:hover {
	color: var(--web-theme-c);
	text-decoration: underline
}

.web-head-submenu-group .web-head-submenu-list {
	display: flex;
	flex-wrap: wrap
}

.web-head-submenu-list li a {
	align-items: center;
	border-radius: 4px;
	color: var(--web-text-c2);
	display: inline-flex;
	font-size: 14px;
	height: 32px;
	margin: 0 8px 8px 0;
	padding: 0 8px
}

.web-head-submenu-list li a:hover {
	background: #e9f1fc;
	color: var(--web-theme-c)
}

.web-head-submenu-item-ai-book a {
	position: relative
}

.web-head-submenu-item-ai-book-img {
	position: absolute;
	right: -14px;
	top: -13px
}

.web-head-product-nav .web-head-submenu-wrap {
	width: 774px
}

.web-head-product-nav .web-head-submenu-groups {
	flex-wrap: nowrap
}

.web-head-product-nav .web-head-submenu-group {
	width: 192px
}

.web-head-submenu-intro {
	background: linear-gradient(180deg,rgba(246,250,255,.83) 66.83%,rgba(239,245,255,0) 109.41%),#ecf3ff;
	border-radius: 8px;
	cursor: pointer;
	padding: 32px;
	width: 280px
}

.web-head-submenu-intro:hover .web-head-microp-btn {
	text-decoration: underline
}

.web-head-submenu-intro .web-head-microp-name {
	color: var(--web-text-c1);
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px
}

.web-head-submenu-intro .web-head-microp-desc {
	color: var(--web-text-c3);
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 12px
}

.web-head-submenu-intro .web-head-microp-img {
	margin-bottom: 20px;
	width: 100%
}

.web-head-submenu-intro .web-head-microp-btn {
	color: var(--web-theme-c);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px
}

.web-head-source-nav .web-head-submenu-wrap {
	box-sizing: border-box;
	inset: calc(100% - 8px) 0 auto auto;
	left: 150px;
	min-height: 418px;
	width: 734px
}

.web-head-source-nav .web-head-submenu-groups {
	flex-wrap: nowrap;
	width: calc(100% - 304px)
}

.web-head-source-nav .web-head-submenu-group {
	width: 33%
}

.web-head-scource-desc-img {
	margin-top: 12px
}

.web-head-submenu-solution-intro .web-head-source-btn {
	color: var(--web-theme-c);
	font-size: 14px;
	position: relative
}

.web-head-source-btn:hover {
	text-decoration: underline
}

.web-head-right {
	align-items: center;
	bottom: 0;
	display: flex;
	position: absolute;
	right: 20px;
	top: 0
}


.web-head-submenu-trigger.web-search-menu-trigger {
	align-items: center;
	border-right: 1px solid #eee;
	bottom: 1px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	left: 1px;
	padding: 0 14px;
	position: absolute;
	top: 1px;
	width: 78px
}

.web-head-submenu-trigger.web-search-menu-trigger svg {
	vertical-align: bottom
}

.web-head-submenu-wrap.web-head-submenu-search-wrap {
	display: block;
	padding: 6px 4px;
	top: calc(100% + 4px)
}

.web-head .web-head-primary-btn {
	align-items: center;
	background: #0076fe;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgba(16,24,40,.05);
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	font-size: 16px;
	font-weight: 700;
	gap: 4px;
	height: 40px;
	justify-content: center;
	padding: 0 18px
}

.web-head .web-head-primary-btn:hover {
	background: #3391fe
}

.web-head .web-head-primary-btn:active {
	background: var(--web-theme-c)
}


#web-head-avatar-trigger {
	box-sizing: border-box;
	flex-shrink: 0;
	font-size: 0;
	height: 40px;
	line-height: 0;
	margin-left: 24px;
	position: relative;
	width: 66px
}

.web-head-submenu-wrap.web-head-blog-wrap {
	box-sizing: border-box;
	left: 180px;
	max-width: 1098px;
	position: fixed;
	top: calc(var(--web-head-h) - 4px);
	width: calc(100% - 280px)
}

.web-head li:hover .web-head-submenu-wrap {
	visibility: visible;
}

.web-head-blog-wrap .web-head-submenu-groups {
	width: calc(100% - 278px)
}

.web-head-blog-wrap .web-head-submenu-group {
	width: calc(24% - 12px)
}

.web-head-submenu-solution-intro {
	background-image: url(../images/menubg.webp);
	background-size: contain;
	bottom: 20px;
	box-sizing: border-box;
	position: relative;
	position: absolute;
	right: 20px;
	top: 20px
}

.web-head-submenu-solution-intro .web-head-microp-desc {
	margin-bottom: 20px
}

.web-head-submenu-solution-intro .web-head-solution-btn {
	color: var(--web-theme-c);
	font-size: 14px;
	position: relative
}

.web-head-submenu-solution-intro .web-head-solution-btn:hover .web-head-solution-qrcode {
	visibility: visible
}

.web-head-solution-qrcode {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 12px 16px -4px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);
	left: -50px;
	padding: 12px;
	position: absolute;
	text-align: center;
	top: 100%;
	visibility: hidden;
	width: 184px
}

.web-head-solution-qrcode img {
	margin-bottom: 4px;
	width: 100%
}

.web-head-solution-qrcode-text {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	text-align: center
}

.web-head-solution-qrcode-text .web-head-orange-text {
	color: #ff6e04
}


a.web-head-support-link {
	color: var(--web-nav-text-c);
	cursor: pointer;
	display: block;
	font-size: 0;
	margin-left: 8px;
	padding: 20px 10px
}

.web-head-support:hover a.web-head-support-link {
	color: var(--web-theme-c)
}

.web-head-submenu-wrap.web-head-submenu-support {
	box-sizing: border-box;
	font-size: 14px;
	left: auto;
	padding: 12px;
	position: fixed;
	right: 40px;
	top: calc(var(--web-head-h) - 2px);
	width: 484px
}

.web-head-submenu-wrap.web-head-submenu-support .web-head-questions {
	border-top: 1px solid #f2f4f7;
	padding-top: 16px;
	width: 100%
}

.web-head-questions .web-head-questions-title {
	color: #333940;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 6px;
	padding: 0 12px
}

.web-head-questions .web-head-questions-item a {
	border-radius: 4px;
	color: #475467;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 12px
}

.web-head-questions .web-head-questions-item a:hover {
	background: #e9f1fc
}

.web-collapsible-menu-trigger {
	color: var(--web-nav-text-c);
	cursor: pointer;
	display: none;
	margin-right: 12px;
	padding: 8px 4px
}

.web-collapsible-menu-trigger:hover {
	background-color: var(--web-active-bg-c);
	color: var(--web-active-text-c)
}

.web-collapsible-icon-close,.web-collapsible-icon-show {
	align-items: center;
	display: flex
}

.web-collapsible-icon-close {
	display: none
}

.web-collapsible-menu-trigger.web-head-menu-isshow .web-collapsible-icon-close {
	display: flex
}

.web-collapsible-menu-trigger.web-head-menu-isshow .web-collapsible-icon-show {
	display: none
}

#web-head-collapsible-menu {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 16px -6px rgba(16,24,40,.08),0 4px 6px -2px rgba(16,24,40,.03);
	box-sizing: border-box;
	left: 0;
	max-height: 0;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 100%;
	transition: max-height .3s linear
}

.web-head-collapsible-box {
	padding: 8px 10px
}

#web-head-collapsible-menu.web-open {
	display: none;
	max-height: calc( 100vh - 100px );
	overflow-y: auto
}

@media (max-width:1315px){
	#web-head-collapsible-menu.web-open{
		display:block;
	}
}

#web-head-collapsible-menu::-webkit-scrollbar {
	height: 3px;
	width: 3px
}

#web-head-collapsible-menu::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.1)
}

#web-head-collapsible-menu::-webkit-scrollbar-track {
	background: #f7f7f7;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.1)
}

.web-colmenu-box {
	border-bottom: 1px solid #f2f4f7
}

.web-colmenu-box:last-child {
	border-bottom: none
}

.web-head .web-colmenu-item {
	box-sizing: border-box;
	cursor: pointer;
	height: 56px;
	padding: 6px
}

.web-colmenu-item .web-colmenu-btn {
	align-items: center;
	border-radius: 4px;
	color: var(--web-text-c1);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	height: 100%;
	justify-content: space-between;
	padding: 0 10px
}

.web-colmenu-item .web-colmenu-btn:hover,.web-colmenu-item.web-colmenu-active .web-colmenu-btn {
	background: #e9f1fc;
	color: var(--web-theme-c)
}

.web-colmenu-item .web-colmenu-arrow {
	transition: transform .3s
}

.web-colmenu-item.web-colmenu-active .web-colmenu-arrow {
	transform: rotate(180deg)
}

.web-colmenu-box {
	display: none
}

.web-col-submenu {
	padding: 0 6px 0 20px
}

.web-col-submenu-group {
	padding-bottom: 6px
}

.web-col-submenu-group-title {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	height: 44px
}

.web-head-blog-submenu .web-col-submenu-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 500px
}

.web-head-blog-submenu .web-col-submenu-list li {
	margin-bottom: 4px;
	width: 50%
}

.web-head-blog-submenu .web-col-submenu-list li a {
	height: 32px;
	min-width: 140px;
	width: fit-content
}

.web-col-submenu-list li {
	width: 100%
}

.web-col-submenu-list li a {
	align-items: center;
	border-radius: 4px;
	box-sizing: border-box;
	color: #475467;
	display: flex;
	font-size: 14px;
	height: 44px;
	padding: 0 10px;
	width: 100%
}

.web-col-submenu-list li a:hover {
	background: #e9f1fc;
	color: var(--web-theme-c)
}

.web-head .web-col-submenu {
	height: 0;
	overflow: hidden
}

.web-head .web-col-submenu.web-sub-open {
	height: auto
}

.web-col-submenu .submenu-item {
	padding: 10px
}

.web-head-mobile-entrance {
	width: 320px
}



@media (max-width:800px) {
	.web-head-nav>li {
		display: none
	}

	.web-col-submenu:last-child,.web-collapsible-menu-trigger,.web-colmenu-item:last-child {
		display: block
	}

	.web-collapsible-dots-menu {
		display: none
	}

}


@media (max-width:660px) {

	.web-head-box,div.web-head {
		height: var(--web-mobile-head-h)
	}

	div.web-head {
		padding-left: 16px
	}

	.web-head-right {
		right: 16px
	}

	.web-head-login-btn {
		margin-left: 16px
	}

	.web-head-is-logged-in .web-head-logo {
		display: none
	}
}

.af-fixed-body {
	overflow: hidden!important;
	padding-right: 17px
}


@keyframes mymove {
	to {
		transform: translateX(0em) translateY(0em) scale(1)
	}
}

@-webkit-keyframes mymove {
	to {
		-webkit-transform: translateX(0em) translateY(0em) scale(1)
	}
}

@-moz-keyframes mymove {
	to {
		-moz-transform: translateX(0em) translateY(0em) scale(1)
	}
}

@-ms-keyframes mymove {
	to {
		-ms-transform: translateX(0em) translateY(0em) scale(1)
	}
}

@-o-keyframes mymove {
	to {
		-o-transform: translateX(0em) translateY(0em) scale(1)
	}
}

.temp {
	display: block
}


.set-transparency {
	opacity: 0
}

.border-line {
	width: 100%;
	height: 1px;
	margin: 13px 0 18px;
	background-color: #ededed
}

.course-link {
	display: inline-block;
	margin-top: 18px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular,Microsoft YaHei;
	color: #409eff;
	line-height: 16px
}

.course-link:hover {
	border-bottom: 1px solid #409eff
}

.hint-point-panel {
	position: absolute;
	z-index: 1040;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	line-height: 20px;
	word-break: break-all;
	opacity: 0;
	visibility: hidden
}

.hint-point-panel.top {
	margin-top: -10px
}

.hint-point-panel.left {
	margin-left: -16px
}

.hint-point-panel.right {
	margin-left: 16px
}

.hint-point-panel.bottom {
	margin-top: 16px
}

.hint-point-panel.bottom.hf-in,.hint-point-panel.hf-in,.hint-point-panel.left.hf-in,.hint-point-panel.right.hf-in,.hint-point-panel.top.hf-in {
	margin: 0;
	opacity: 1;
	visibility: visible
}

.hint-point-text {
	max-width: 200px;
	padding: 4px 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: rgba(0,0,0,.9);
	border-radius: 4px;
	font-size: 12px
}

.hint-point-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.hint-point-panel.top .hint-point-arrow {
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: rgba(0,0,0,.9)
}

.hint-point-panel.left .hint-point-arrow {
	top: 50%;
	right: -5px;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: rgba(0,0,0,.9)
}

.hint-point-panel.right .hint-point-arrow {
	top: 50%;
	left: -5px;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: rgba(0,0,0,.9)
}

.hint-point-panel.bottom .hint-point-arrow {
	top: -5px;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: rgba(0,0,0,.9)
}

.hint-point-panel.middle .hint-point-text {
	text-align: center
}

.af-lightbox-body-hidden {
	overflow: hidden!important;
	padding-right: 17px!important
}

.scroll-tool {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
	-webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	background-color: #333
}

.scroll-drag {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}

.scroll-drag-out-bar {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
	position: absolute
}

.scroll-drag-bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: rgba(255,255,255,.75);
	border-radius: 1px;
	-webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out,background-color .2s ease-in-out
}

.scroll-drag-rail {
	background-color: rgba(255,255,255,.0980392);
	border-radius: 1px;
	color: #eee;
	display: block;
	height: 100%;
	margin: 0 auto;
	width: 4px
}


.af-light-box-content {
	border-radius: 8px
}

@media (max-width:550px) {
	.af-light-box-dialog.af-table {
		width: 100%!important
	}
}

.close-button {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 100%;
	left: 50%;
	transform: translateX(-100%);
	margin-top: 52px;
	z-index: 1;
	cursor: pointer
}

.tb-tap-container {
	background-color: #f8f8f8;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 1px 0 #f1f1f1
}

.tb-tap-container-inner {
	position: relative;
	display: block;
	overflow: hidden
}

.tb-tab {
	float: left;
	cursor: pointer;
	width: 148px;
	height: 38px;
	position: relative;
	border-right: 1px solid #e9e9e9;
	line-height: 38px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a
}

.tb-tab:not(.tb-tab-active):hover {
	background-color: #f3f3f3;
	line-height: 36px;
	border-top: 2px solid orange
}

.tb-tab.tb-tab-active {
	background-color: #fff;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 1px 0 #FFF;
	line-height: 36px;
	border-top: 2px solid orange
}

.tb-section-container {
	padding: 17px 15px
}

.tb-section {
	display: none;
	line-height: 0
}

.tb-section.tb-section-active {
	display: block
}


.af-items-ul {
	margin-left: 20px
}

.af-items-ul>li {
	list-style: disc
}


.hint-tip:hover span {
	display: block;
}


/*!* 底部信息 *!*/
footer {
	background-color: #181818;
	padding-top: 42px;
	padding-bottom: 24px;
}

.footer-menus {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}

.footer-menus p {
	margin: 5px 0;
	color: #666;
}

.footer-menus p a{
	color: #666;
}