:root {
	--x2h-color: #009688;
	--x2h-border: #eee
}

::selection {
	background: var(--x2h-color);
	color: #fff;
	text-shadow: none
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 400;
	background: 0 0;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

body {
	font-size: 14px;
	font-family: "Microsoft YaHei",Verdana,sans-serif;
	line-height: 1.5;
	word-wrap: break-word;
	word-break: break-all
}

a {
	color: #333;
	transition: all .35s ease 0s;
	text-decoration: none
}

a:not(.x2h-btn):hover {
	color: var(--x2h-color);
	text-decoration: none;
	outline: 0
}

a:focus {
	outline: 0
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	line-height: 1
}

button,form,input,select,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	font-family: "Microsoft YaHei",Verdana,sans-serif;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

li,ol,ul {
	list-style: none
}

.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}
.t-left {
	text-align: left;
}
.gggg-box img,.img-d img {
	display: block;
	width: 100%;
	overflow: hidden
}

.x2h-input {
	border: 1px solid var(--x2h-border);
	border-radius: 2px;
	line-height: 2.6;
	overflow: hidden;
	width: 100%;
	padding: 0 .8em;
	background-color: transparent;
	-webkit-appearance: none;
	transition: all .35s ease 0s
}

.x2h-input:focus {
	border: 1px solid var(--x2h-color)
}

.x2h-textarea {
	border: 1px solid var(--x2h-border);
	border-radius: 2px;
	padding: .6em .8em;
	min-height: 40px;
	width: 100%;
	background-color: transparent;
	display: block;
	-webkit-appearance: none
}

.x2h-btn {
	display: inline-block;
	line-height: calc(2.6em + 2px);
	padding: 0 1.6em;
	overflow: hidden;
	background-color: var(--x2h-color);
	color: #fff;
	white-space: nowrap;
	text-align: center;
	border: 0;
	border-radius: 2px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	transition: all .35s ease 0s;
	position: relative
}

.x2h-btn:hover {
	opacity: .8
}

.x2h-btn:active,.x2h-btn:focus {
	opacity: 1
}

.x2h-btn-big {
	line-height: 2.8;
	font-size: 1.14em;
	padding: 0 2em
}

.x2h-btn-small {
	line-height: 2.2;
	padding: 0 1.5em;
	font-size: .9em
}

.x2h-btn-mini {
	line-height: 2;
	padding: 0 1em;
	font-size: .8em
}

.x2h-btn-primary {
	border: 1px solid var(--x2h-border);
	background-color: transparent;
	color: #555
}

.x2h-btn-primary:hover {
	border-color: var(--x2h-color);
	color: var(--x2h-color)
}

.x2h-btn-radius {
	border-radius: 100px
}

.x2h-btn-d {
	width: 100%
}

.x2h-btn-group .x2h-btn {
	border-radius: 0
}

.x2h-btn-group .x2h-btn:first-child {
	border-radius: 2px 0 0 2px
}

.x2h-btn-group .x2h-btn:last-child {
	border-radius: 0 2px 2px 0
}

.x2h-btn-group .x2h-btn:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-right: 1px solid rgba(0,0,0,.1);
	z-index: 11
}

.x2h-input:focus,.x2h-select:focus,.x2h-textarea:focus {
	border-color: var(--x2h-color)!important;
	box-shadow: none
}



.x2h-input-code>img {
	position: absolute;
	right: 2px;
	top: 3px;
	height: calc(100% - 6px);
	width: auto
}

.x2h-hr,.x2h-text hr {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--x2h-border)
}

.x2h-text hr {
	margin-top: 1em;
	margin-bottom: 1em
}

.f-36 {
	font-size: 2.57em
}

.f-30 {
	font-size: 2.14em
}

.f-26 {
	font-size: 1.85em
}

.f-22 {
	font-size: 1.57em
}

.f-20 {
	font-size: 1.42em
}

.f-19 {
	font-size: 1.35em
}

.f-18 {
	font-size: 1.25em
}

.f-17 {
	font-size: 1.21em
}

.f-16 {
	font-size: 1.14em
}

.f-15 {
	font-size: 1.07em
}

.f-14 {
	font-size: 1em
}

.f-13 {
	font-size: .92em
}

.f-12 {
	font-size: .85em
}

.f-11 {
	font-size: .78em
}

.f-10 {
	font-size: .71em
}

.f-9 {
	font-size: .64em
}

.f-8 {
	font-size: .57em
}

.f-bold {
	font-weight: 700
}

.f-lighter {
	font-weight: 200
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px
}

.mb15 {
	margin-bottom: 15px
}

.mb20 {
	margin-bottom: 20px
}

.mb30 {
	margin-bottom: 30px
}

.mb40 {
	margin-bottom: 40px
}

.mr5 {
	margin-right: 5px
}

.mr10 {
	margin-right: 10px
}

.mr15 {
	margin-right: 15px
}

.mr20 {
	margin-right: 20px
}

.ml5 {
	margin-left: 5px
}

.ml10 {
	margin-left: 10px
}

.ml15 {
	margin-left: 15px
}

.ml20 {
	margin-left: 20px
}

.mt5 {
	margin-top: 5px
}

.mt10 {
	margin-top: 10px
}

.mt15 {
	margin-top: 15px
}

.mt20 {
	margin-top: 20px
}

.pd5 {
	padding: 5px
}

.pd10 {
	padding: 10px
}

.pd10-1 {
	padding: 10px 0
}

.pd10-2 {
	padding: 0 10px
}

.pd10-3 {
	padding: 10px 10px 0 10px
}

.pd10-4 {
	padding: 6px 10px
}

.pd15 {
	padding: 15px
}

.pd15-1 {
	padding: 15px 0
}

.pd15-2 {
	padding: 0 15px
}

.pd15-3 {
	padding: 15px 15px 0 15px
}

.pd15-4 {
	padding: 7px 15px
}

.pd20 {
	padding: 20px
}

.pd20-1 {
	padding: 20px 0
}

.pd20-2 {
	padding: 0 20px
}

.pd20-3 {
	padding: 20px 20px 0 20px
}

.pd20-4 {
	padding: 10px 20px
}

.pd30 {
	padding: 30px
}

.pd40 {
	padding: 40px
}

.pd60 {
	padding: 60px
}

.ta-c {
	text-align: center
}

.ta-r {
	text-align: right
}

.ta-l {
	text-align: left
}

.x2h-table,.x2h-text table {
	border-collapse: collapse;
	max-width: 100%!important;
	border-spacing: 0
}

.x2h-table td,.x2h-table th,.x2h-text table td,.x2h-text table th {
	border: 1px solid var(--x2h-border);
	padding: .6em 1em;
	overflow: hidden
}

.x2h-table th,.x2h-text table th {
	background: rgba(0,0,0,.08)
}

.border {
	border: 1px solid var(--x2h-border)
}

.border-b {
	border-bottom: 1px solid var(--x2h-border)
}

.border-t {
	border-top: 1px solid var(--x2h-border)
}

.txt-ov {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.rows-3 {
	line-height: 1.5;
	height: 4.5em;
	overflow: hidden
}

.rows-2 {
	line-height: 1.5;
	height: 3em;
	overflow: hidden
}

.lh-5 {
	line-height: 5
}

.lh-4 {
	line-height: 4
}

.lh-3 {
	line-height: 3
}

.lh-2 {
	line-height: 2
}

.lh-1 {
	line-height: 1
}

.ul-3 li {
	line-height: 3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.ul-26 li {
	line-height: 2.6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.ul-24 li {
	line-height: 2.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.ul-2 li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.gggg-box,.ov-h {
	overflow: hidden
}

.f-red {
	color: #d00
}

.f-white {
	color: #fff
}

.f-green {
	color: #5fb878
}

.f-yellow {
	color: #ff6f3d
}

.f-blue {
	color: #1e9fff
}

.f-gray {
	color: #888
}

.f-gray1 {
	color: #aaa
}

.f-gray2,.f-gray2 a {
	color: #bbb
}

.f-white1,.f-white1 a {
	color: #fff
}

.f-black {
	color: #000
}

.f-light {
	opacity: .8
}

.f-light1 {
	opacity: .5
}

.f-light2 {
	opacity: .3
}

.bg-gray {
	background-color: #eee
}

.bg-gray1 {
	background-color: #f2f2f2
}

.bg-white {
	background-color: #fff
}

.bg-red {
	background-color: #d00
}

.bg-yellow {
	background-color: #ff6f3d
}

.bg-green {
	background-color: #5fb878
}

.bg-blue {
	background-color: #1e9fff
}

.bg-black {
	background-color: #111
}

.b-white {
	border-color: #fff
}

.b-gray {
	border-color: #eee
}

.b-white {
	border-color: #fff
}

.b-red {
	border-color: #d00
}

.b-yellow {
	border-color: #ff6f3d
}

.b-green {
	border-color: #5fb878
}

.b-blue {
	border-color: #1e9fff
}

.b-black {
	border-color: #111
}

.x2h-wide {
	width: 1200px;
	margin: 0 auto
}

.clearfix::after,.row:after,.x2h-wide::after {
	display: table;
	content: " ";
	clear: both
}[class*=col-] {
	float: left;
	min-height: 1px;
	position: relative
}

.row-space2 {
	margin-left: -2px;
	margin-right: -2px
}

.row-space3 {
	margin-left: -3px;
	margin-right: -3px
}

.row-space5 {
	margin-left: -5px;
	margin-right: -5px
}

.row-space7 {
	margin-left: -7px;
	margin-right: -7px
}

.row-space8 {
	margin-left: -8px;
	margin-right: -8px
}

.row-space10 {
	margin-left: -10px;
	margin-right: -10px
}

.row-space15 {
	margin-left: -15px;
	margin-right: -15px
}

.row-space20 {
	margin-left: -20px;
	margin-right: -20px
}

.row-space30 {
	margin-left: -30px;
	margin-right: -30px
}

.row-space2>* {
	padding-left: 2px;
	padding-right: 2px
}

.row-space3>* {
	padding-left: 3px;
	padding-right: 3px
}

.row-space5>* {
	padding-left: 5px;
	padding-right: 5px
}

.row-space7>* {
	padding-left: 7px;
	padding-right: 7px
}

.row-space8>* {
	padding-left: 8px;
	padding-right: 8px
}

.row-space10>* {
	padding-left: 10px;
	padding-right: 10px
}

.row-space15>* {
	padding-left: 15px;
	padding-right: 15px
}

.row-space20>* {
	padding-left: 20px;
	padding-right: 20px
}

.row-space30>* {
	padding-left: 30px;
	padding-right: 30px
}

.col-1 {
	width: 4.1666%
}

.col-2 {
	width: 8.3333%
}

.col-3 {
	width: 12.4999%
}

.col-4 {
	width: 16.6666%
}

.col-5 {
	width: 20.8333%
}

.col-6 {
	width: 24.9999%
}

.col-7 {
	width: 29.1666%
}

.col-8 {
	width: 33.3333%
}

.col-9 {
	width: 37.4999%
}

.col-10 {
	width: 41.6666%
}

.col-11 {
	width: 45.8333%
}

.col-12 {
	width: 50%
}

.col-13 {
	width: 54.1666%
}

.col-14 {
	width: 58.3333%
}

.col-15 {
	width: 62.4999%
}

.col-16 {
	width: 66.6666%
}

.col-17 {
	width: 70.8333%
}

.col-18 {
	width: 75%
}

.col-19 {
	width: 79.1666%
}

.col-20 {
	width: 83.3333%
}

.col-21 {
	width: 87.4999%
}

.col-22 {
	width: 91.6666%
}

.col-23 {
	width: 95.8333%
}

.col-24 {
	width: 100%
}

.col-25 {
	width: 20%
}

.x2h-flex {
	display: flex
}

.web-flex-wc {
	display: flex;
	justify-content: center
}

.web-flex-wr {
	display: flex;
	justify-content: flex-end
}

.web-flex-wb {
	display: flex;
	justify-content: space-between
}

.web-flex-wrap {
	flex-wrap: wrap
}

.web-flex-col1,.web-flex-col2,.web-flex-hc {
	display: flex;
	align-items: center
}

.web-flex-col1>:first-child,.web-flex-col2>:last-child,.web-flex-sh {
	flex: none
}

.web-flex-col1>:last-child,.web-flex-col2>:first-child,.web-flex-gr {
	overflow: hidden
}

.web-flex-dtc {
	flex-direction: column
}

.web-flex-st {
	align-items: stretch
}

.x2h-text {
	line-height: 1.8
}

.x2h-text h4,.x2h-text h5,.x2h-text h6,.x2h-text ol,.x2h-text p,.x2h-text pre,.x2h-text table,.x2h-text ul {
	margin-bottom: 1em
}

.x2h-text ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 2em
}

.x2h-text ol li {
	list-style: decimal
}

.x2h-text ol li::marker {
	color: var(--x2h-color);
	font-size: 1.1em;
	font-weight: 700
}

.x2h-text ol li,.x2h-text ul li {
	padding: .2em 0
}

.x2h-text h1,.x2h-text h2,.x2h-text h3 {
	border-left: 4px solid var(--x2h-color);
	background-color: rgba(0,0,0,.02);
	padding: 0 .8em;
	margin-bottom: .8em;
	line-height: 2.4;
	border-radius: 2px
}

.x2h-text h1 {
	font-size: 1.5em
}

.x2h-text h2 {
	font-size: 1.3em
}

.x2h-text h3 {
	font-size: 1.2em
}

.x2h-text iframe,.x2h-text img {
	max-width: 100%!important;
	overflow: hidden!important
}

.x2h-text blockquote {
	border-left: 10px solid rgba(102,128,153,.075);
	background-color: rgba(102,128,153,.05);
	border-radius: 0 5px 5px 0;
	padding: .8em 1.2em;
	margin: 0 0 1em 0;
	color: #666
}

.x2h-text blockquote>:last-child {
	margin-bottom: 0
}

.img-box {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	height: 0
}

.app-box .img-box {
	border-radius: 10px 10px 0 0;
}
.img-box[data-ratio="50"] {
	padding-top: 50%
}

.img-box[data-ratio="60"] {
	padding-top: 60%
}

.img-box[data-ratio="75"] {
	padding-top: 75%
}

.img-box[data-ratio="100"] {
	padding-top: 100%
}

.img-box[data-ratio="150"] {
	padding-top: 150%
}

.img-box img {
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .2s;
	position: absolute;
	border-radius: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 1;
	background-color: rgba(255,255,255,.05)
}

.img-box::before {
	content: "加载中";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -25px;
	font-size: 12px;
	color: rgba(0,0,0,.2);
	z-index: 0
}



.x2h-block-column,.x2h-input-code {
	position: relative
}

.x2h-block-column>i {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	color: rgba(0,0,0,.3);
	font-style: normal;
	white-space: nowrap;
	display: flex;
	align-items: center
}

.x2h-item-order {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 2px
}

.x2h-item-order>label {
	width: 120px;
	background-color: rgba(0,0,0,.02);
	border-right: 1px solid rgba(0,0,0,.05);
	border-radius: 2px 0 0 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 2.6;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center
}

.x2h-item-order .x2h-textarea,.x2h-item-order input[type=text] {
	border: 0
}

.alert {
	border: 1px solid transparent
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.hide,.pchide {
	display: none
}

.dp-b,.show {
	display: block
}

.x2h-inline {
	display: inline-block
}

.fl {
	float: left
}

.fr {
	float: right
}

@media screen and (max-width:1200px) {
	.x2h-wide {
		width: 100%
	}
}