.text-primary {
	color: #e74c3c !important
}

.text-yellow {
	color: #E6A64C !important
}

.text-title {
	color: #212628
}

.text-sub {
	color: #666
}

.bg-sub {
	background: #666
}

.bg-form {
	background: #f7f7f7 !important
}

.text-white {
	color: #fff !important
}

.text-color9 {
	color: #999
}

.text-color4 {
	color: #444
}

.text-black {
	color: #333
}

.bg-bg {
	background: #fafafa
}

.bg-white {
	background: #fff
}

.bg-primary {
	background: #e74c3c
}

.bg-active {
	background: #fdeded
}

.bg-bbb {
	background: #bbb
}

.text-blue {
	color: #c7e3ff
}

.bg-border {
	background: #edecec
}

.text-5d {
	color: #5d5d5d
}

.text-border2 {
	color: #d9d9d9
}

.border-primary {
	border-bottom: 1px solid #e74c3c
}



.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
@font-face {
  font-family: 'iconfont';  /* Project id 1017880 */
  src: url('https://at.alicdn.com/t/font_1017880_3qs78na3p9h.woff2?t=1626512786243') format('woff2'),
       url('https://at.alicdn.com/t/font_1017880_3qs78na3p9h.woff?t=1626512786243') format('woff'),
       url('https://at.alicdn.com/t/font_1017880_3qs78na3p9h.ttf?t=1626512786243') format('truetype');
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,button,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,select,textarea,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

a {
	color: inherit;
	outline: none;
	text-decoration: none
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

caption,th {
	text-align: left
}

fieldset,img {
	border: 0
}

legend {
	color: #000
}

ol,ul {
	list-style: none
}

sub {
	vertical-align: text-bottom
}

sup {
	vertical-align: text-top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

textarea {
	resize: none
}

button,input[type=button] {
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

* {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
	outline: none;
	box-sizing: border-box
}

body {
	font-size: 14px;
	color: #666;
	position: relative;
	padding-top: 45px;
	min-height: 100%;
	min-width: 320px;
	background: #eeeeee;
	line-height: 1.4258
}

html {
	font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
	-webkit-text-size-adjust: 100% !important;
	height: 100%
}

html,body {
	overflow-x: hidden
}

html.pc body {
	margin: 0 auto;
	max-width: 750px
}

html.pc {
	background-color: #ccc
}

html.phone body {
	width: 100%
}

html.phone {
	background-color: #f8f8f8
}

button {
	-webkit-user-select: none
}

input[type="number"] {
	-moz-appearance: textfield
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0
}

input[type=text],input[type=number],input[type=tel],input[type=password],button {
	-webkit-appearance: none
}

input::-webkit-search-cancel-button {
	display: none
}

.layui-m-layerchild {
	position: relative;
	display: inline-block;
	text-align: left;
	background-color: #fff;
	font-size: 14px;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	pointer-events: auto;
	-webkit-overflow-scrolling: touch;
	animation-fill-mode: both;
	animation-duration: .2s
}

.layui-m-layercont {
	padding: 20px;
	line-height: 22px;
	text-align: center
}

.container {
	padding: 15px
}

.bg-white {
	background: #fff
}

.bg-sub {
	background: #666
}

div.error {
	color: #e74c3c;
	margin-top: 2px
}

.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.no-radius {
	border-radius: 0 !important
}

.no-border {
	border-width: 0 !important
}

.tc {
	text-align: center
}

.tl {
	text-align: left
}

.tr {
	text-align: right
}

.pa {
	position: absolute
}

.pr {
	position: relative
}

.pf {
	position: fixed
}

.fl {
	float: left !important
}

.fr {
	float: right !important
}

.fn {
	float: none !important
}

.clearfix {
	_zoom: 1
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	line-height: 0
}

.clear {
	clear: both
}

.inline {
	display: inline-block
}

.v-vertical {
	vertical-align: middle
}

.block {
	display: block
}

.hide {
	display: none
}

.full-h,.full,.cover,.contain {
	height: 100%
}

.full-w,.full,.cover,.contain {
	width: 100%
}

.over {
	overflow: hidden
}

.over-x {
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.over-y {
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.br {
	height: 15px;
	background: #eeeeee
}

.tran {
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.opacity1 {
	opacity: .1
}

.bg-opacity1 {
	background-color: rgba(0,0,0,0.1)
}

.opacity2 {
	opacity: .2
}

.bg-opacity2 {
	background-color: rgba(0,0,0,0.2)
}

.opacity3 {
	opacity: .3
}

.bg-opacity3 {
	background-color: rgba(0,0,0,0.3)
}

.opacity4 {
	opacity: .4
}

.bg-opacity4 {
	background-color: rgba(0,0,0,0.4)
}

.opacity5 {
	opacity: .5
}

.bg-opacity5 {
	background-color: rgba(0,0,0,0.5)
}

.opacity6 {
	opacity: .6
}

.bg-opacity6 {
	background-color: rgba(0,0,0,0.6)
}

.opacity7 {
	opacity: .7
}

.bg-opacity7 {
	background-color: rgba(0,0,0,0.7)
}

.opacity8 {
	opacity: .8
}

.bg-opacity8 {
	background-color: rgba(0,0,0,0.8)
}

.opacity9 {
	opacity: .9
}

.bg-opacity9 {
	background-color: rgba(0,0,0,0.9)
}

.opacity10 {
	opacity: 1
}

.bg-opacity10 {
	background-color: #000
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden
}

.ellipsis2 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2
}

.ellipsis2-auto {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	font-size: 14px;
	max-height: 42px
}

.ellipsis3 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3
}

.ellipsis3-auto {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-height: 1.5;
	font-size: 14px;
	max-height: 63px
}

.ellipsis4 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4
}

.ellipsis4-auto {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-height: 1.5;
	font-size: 14px;
	max-height: 84px
}

.ellipsis5 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5
}

.ellipsis5-auto {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-height: 1.5;
	font-size: 14px;
	max-height: 105px
}

.ellipsis6 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6
}

.ellipsis6-auto {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-height: 1.5;
	font-size: 14px;
	max-height: 126px
}

.ellipsis7 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7
}

.ellipsis7-auto {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	line-height: 1.5;
	font-size: 14px;
	max-height: 147px
}

.ellipsis8 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8
}

.ellipsis8-auto {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	line-height: 1.5;
	font-size: 14px;
	max-height: 168px
}

.mt1 {
	margin-top: 1px !important
}

.mb1 {
	margin-bottom: 1px !important
}

.ml1 {
	margin-left: 1px !important
}

.mr1 {
	margin-right: 1px !important
}

.pd1 {
	padding: 1px !important
}

.pdl1 {
	padding-left: 1px !important
}

.pdr1 {
	padding-right: 1px !important
}

.pdt1 {
	padding-top: 1px !important
}

.pdb1 {
	padding-bottom: 1px !important
}

.radius1 {
	border-radius: 1px !important
}

.mt2 {
	margin-top: 2px !important
}

.mb2 {
	margin-bottom: 2px !important
}

.ml2 {
	margin-left: 2px !important
}

.mr2 {
	margin-right: 2px !important
}

.pd2 {
	padding: 2px !important
}

.pdl2 {
	padding-left: 2px !important
}

.pdr2 {
	padding-right: 2px !important
}

.pdt2 {
	padding-top: 2px !important
}

.pdb2 {
	padding-bottom: 2px !important
}

.radius2 {
	border-radius: 2px !important
}

.mt3 {
	margin-top: 3px !important
}

.mb3 {
	margin-bottom: 3px !important
}

.ml3 {
	margin-left: 3px !important
}

.mr3 {
	margin-right: 3px !important
}

.pd3 {
	padding: 3px !important
}

.pdl3 {
	padding-left: 3px !important
}

.pdr3 {
	padding-right: 3px !important
}

.pdt3 {
	padding-top: 3px !important
}

.pdb3 {
	padding-bottom: 3px !important
}

.radius3 {
	border-radius: 3px !important
}

.mt4 {
	margin-top: 4px !important
}

.mb4 {
	margin-bottom: 4px !important
}

.ml4 {
	margin-left: 4px !important
}

.mr4 {
	margin-right: 4px !important
}

.pd4 {
	padding: 4px !important
}

.pdl4 {
	padding-left: 4px !important
}

.pdr4 {
	padding-right: 4px !important
}

.pdt4 {
	padding-top: 4px !important
}

.pdb4 {
	padding-bottom: 4px !important
}

.radius4 {
	border-radius: 4px !important
}

.mt5 {
	margin-top: 5px !important
}

.mb5 {
	margin-bottom: 5px !important
}

.ml5 {
	margin-left: 5px !important
}

.mr5 {
	margin-right: 5px !important
}

.pd5 {
	padding: 5px !important
}

.pdl5 {
	padding-left: 5px !important
}

.pdr5 {
	padding-right: 5px !important
}

.pdt5 {
	padding-top: 5px !important
}

.pdb5 {
	padding-bottom: 5px !important
}

.radius5 {
	border-radius: 5px !important
}

.mt6 {
	margin-top: 6px !important
}

.mb6 {
	margin-bottom: 6px !important
}

.ml6 {
	margin-left: 6px !important
}

.mr6 {
	margin-right: 6px !important
}

.pd6 {
	padding: 6px !important
}

.pdl6 {
	padding-left: 6px !important
}

.pdr6 {
	padding-right: 6px !important
}

.pdt6 {
	padding-top: 6px !important
}

.pdb6 {
	padding-bottom: 6px !important
}

.radius6 {
	border-radius: 6px !important
}

.mt7 {
	margin-top: 7px !important
}

.mb7 {
	margin-bottom: 7px !important
}

.ml7 {
	margin-left: 7px !important
}

.mr7 {
	margin-right: 7px !important
}

.pd7 {
	padding: 7px !important
}

.pdl7 {
	padding-left: 7px !important
}

.pdr7 {
	padding-right: 7px !important
}

.pdt7 {
	padding-top: 7px !important
}

.pdb7 {
	padding-bottom: 7px !important
}

.radius7 {
	border-radius: 7px !important
}

.mt8 {
	margin-top: 8px !important
}

.mb8 {
	margin-bottom: 8px !important
}

.ml8 {
	margin-left: 8px !important
}

.mr8 {
	margin-right: 8px !important
}

.pd8 {
	padding: 8px !important
}

.pdl8 {
	padding-left: 8px !important
}

.pdr8 {
	padding-right: 8px !important
}

.pdt8 {
	padding-top: 8px !important
}

.pdb8 {
	padding-bottom: 8px !important
}

.radius8 {
	border-radius: 8px !important
}

.mt9 {
	margin-top: 9px !important
}

.mb9 {
	margin-bottom: 9px !important
}

.ml9 {
	margin-left: 9px !important
}

.mr9 {
	margin-right: 9px !important
}

.pd9 {
	padding: 9px !important
}

.pdl9 {
	padding-left: 9px !important
}

.pdr9 {
	padding-right: 9px !important
}

.pdt9 {
	padding-top: 9px !important
}

.pdb9 {
	padding-bottom: 9px !important
}

.radius9 {
	border-radius: 9px !important
}

.mt10 {
	margin-top: 10px !important
}

.mb10 {
	margin-bottom: 10px !important
}

.ml10 {
	margin-left: 10px !important
}

.mr10 {
	margin-right: 10px !important
}

.pd10 {
	padding: 10px !important
}

.pdl10 {
	padding-left: 10px !important
}

.pdr10 {
	padding-right: 10px !important
}

.pdt10 {
	padding-top: 10px !important
}

.pdb10 {
	padding-bottom: 10px !important
}

.radius10 {
	border-radius: 10px !important
}

.mt11 {
	margin-top: 11px !important
}

.mb11 {
	margin-bottom: 11px !important
}

.ml11 {
	margin-left: 11px !important
}

.mr11 {
	margin-right: 11px !important
}

.pd11 {
	padding: 11px !important
}

.pdl11 {
	padding-left: 11px !important
}

.pdr11 {
	padding-right: 11px !important
}

.pdt11 {
	padding-top: 11px !important
}

.pdb11 {
	padding-bottom: 11px !important
}

.radius11 {
	border-radius: 11px !important
}

.mt12 {
	margin-top: 12px !important
}

.mb12 {
	margin-bottom: 12px !important
}

.ml12 {
	margin-left: 12px !important
}

.mr12 {
	margin-right: 12px !important
}

.pd12 {
	padding: 12px !important
}

.pdl12 {
	padding-left: 12px !important
}

.pdr12 {
	padding-right: 12px !important
}

.pdt12 {
	padding-top: 12px !important
}

.pdb12 {
	padding-bottom: 12px !important
}

.radius12 {
	border-radius: 12px !important
}

.mt13 {
	margin-top: 13px !important
}

.mb13 {
	margin-bottom: 13px !important
}

.ml13 {
	margin-left: 13px !important
}

.mr13 {
	margin-right: 13px !important
}

.pd13 {
	padding: 13px !important
}

.pdl13 {
	padding-left: 13px !important
}

.pdr13 {
	padding-right: 13px !important
}

.pdt13 {
	padding-top: 13px !important
}

.pdb13 {
	padding-bottom: 13px !important
}

.radius13 {
	border-radius: 13px !important
}

.mt14 {
	margin-top: 14px !important
}

.mb14 {
	margin-bottom: 14px !important
}

.ml14 {
	margin-left: 14px !important
}

.mr14 {
	margin-right: 14px !important
}

.pd14 {
	padding: 14px !important
}

.pdl14 {
	padding-left: 14px !important
}

.pdr14 {
	padding-right: 14px !important
}

.pdt14 {
	padding-top: 14px !important
}

.pdb14 {
	padding-bottom: 14px !important
}

.radius14 {
	border-radius: 14px !important
}

.mt15 {
	margin-top: 15px !important
}

.mb15 {
	margin-bottom: 15px !important
}

.ml15 {
	margin-left: 15px !important
}

.mr15 {
	margin-right: 15px !important
}

.pd15 {
	padding: 15px !important
}

.pdl15 {
	padding-left: 15px !important
}

.pdr15 {
	padding-right: 15px !important
}

.pdt15 {
	padding-top: 15px !important
}

.pdb15 {
	padding-bottom: 15px !important
}

.radius15 {
	border-radius: 15px !important
}

.mt16 {
	margin-top: 16px !important
}

.mb16 {
	margin-bottom: 16px !important
}

.ml16 {
	margin-left: 16px !important
}

.mr16 {
	margin-right: 16px !important
}

.pd16 {
	padding: 16px !important
}

.pdl16 {
	padding-left: 16px !important
}

.pdr16 {
	padding-right: 16px !important
}

.pdt16 {
	padding-top: 16px !important
}

.pdb16 {
	padding-bottom: 16px !important
}

.radius16 {
	border-radius: 16px !important
}

.mt17 {
	margin-top: 17px !important
}

.mb17 {
	margin-bottom: 17px !important
}

.ml17 {
	margin-left: 17px !important
}

.mr17 {
	margin-right: 17px !important
}

.pd17 {
	padding: 17px !important
}

.pdl17 {
	padding-left: 17px !important
}

.pdr17 {
	padding-right: 17px !important
}

.pdt17 {
	padding-top: 17px !important
}

.pdb17 {
	padding-bottom: 17px !important
}

.radius17 {
	border-radius: 17px !important
}

.mt18 {
	margin-top: 18px !important
}

.mb18 {
	margin-bottom: 18px !important
}

.ml18 {
	margin-left: 18px !important
}

.mr18 {
	margin-right: 18px !important
}

.pd18 {
	padding: 18px !important
}

.pdl18 {
	padding-left: 18px !important
}

.pdr18 {
	padding-right: 18px !important
}

.pdt18 {
	padding-top: 18px !important
}

.pdb18 {
	padding-bottom: 18px !important
}

.radius18 {
	border-radius: 18px !important
}

.mt19 {
	margin-top: 19px !important
}

.mb19 {
	margin-bottom: 19px !important
}

.ml19 {
	margin-left: 19px !important
}

.mr19 {
	margin-right: 19px !important
}

.pd19 {
	padding: 19px !important
}

.pdl19 {
	padding-left: 19px !important
}

.pdr19 {
	padding-right: 19px !important
}

.pdt19 {
	padding-top: 19px !important
}

.pdb19 {
	padding-bottom: 19px !important
}

.radius19 {
	border-radius: 19px !important
}

.mt20 {
	margin-top: 20px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.ml20 {
	margin-left: 20px !important
}

.mr20 {
	margin-right: 20px !important
}

.pd20 {
	padding: 20px !important
}

.pdl20 {
	padding-left: 20px !important
}

.pdr20 {
	padding-right: 20px !important
}

.pdt20 {
	padding-top: 20px !important
}

.pdb20 {
	padding-bottom: 20px !important
}

.radius20 {
	border-radius: 20px !important
}

.mt21 {
	margin-top: 21px !important
}

.mb21 {
	margin-bottom: 21px !important
}

.ml21 {
	margin-left: 21px !important
}

.mr21 {
	margin-right: 21px !important
}

.pd21 {
	padding: 21px !important
}

.pdl21 {
	padding-left: 21px !important
}

.pdr21 {
	padding-right: 21px !important
}

.pdt21 {
	padding-top: 21px !important
}

.pdb21 {
	padding-bottom: 21px !important
}

.radius21 {
	border-radius: 21px !important
}

.mt22 {
	margin-top: 22px !important
}

.mb22 {
	margin-bottom: 22px !important
}

.ml22 {
	margin-left: 22px !important
}

.mr22 {
	margin-right: 22px !important
}

.pd22 {
	padding: 22px !important
}

.pdl22 {
	padding-left: 22px !important
}

.pdr22 {
	padding-right: 22px !important
}

.pdt22 {
	padding-top: 22px !important
}

.pdb22 {
	padding-bottom: 22px !important
}

.radius22 {
	border-radius: 22px !important
}

.mt23 {
	margin-top: 23px !important
}

.mb23 {
	margin-bottom: 23px !important
}

.ml23 {
	margin-left: 23px !important
}

.mr23 {
	margin-right: 23px !important
}

.pd23 {
	padding: 23px !important
}

.pdl23 {
	padding-left: 23px !important
}

.pdr23 {
	padding-right: 23px !important
}

.pdt23 {
	padding-top: 23px !important
}

.pdb23 {
	padding-bottom: 23px !important
}

.radius23 {
	border-radius: 23px !important
}

.mt24 {
	margin-top: 24px !important
}

.mb24 {
	margin-bottom: 24px !important
}

.ml24 {
	margin-left: 24px !important
}

.mr24 {
	margin-right: 24px !important
}

.pd24 {
	padding: 24px !important
}

.pdl24 {
	padding-left: 24px !important
}

.pdr24 {
	padding-right: 24px !important
}

.pdt24 {
	padding-top: 24px !important
}

.pdb24 {
	padding-bottom: 24px !important
}

.radius24 {
	border-radius: 24px !important
}

.mt25 {
	margin-top: 25px !important
}

.mb25 {
	margin-bottom: 25px !important
}

.ml25 {
	margin-left: 25px !important
}

.mr25 {
	margin-right: 25px !important
}

.pd25 {
	padding: 25px !important
}

.pdl25 {
	padding-left: 25px !important
}

.pdr25 {
	padding-right: 25px !important
}

.pdt25 {
	padding-top: 25px !important
}

.pdb25 {
	padding-bottom: 25px !important
}

.radius25 {
	border-radius: 25px !important
}

.mt26 {
	margin-top: 26px !important
}

.mb26 {
	margin-bottom: 26px !important
}

.ml26 {
	margin-left: 26px !important
}

.mr26 {
	margin-right: 26px !important
}

.pd26 {
	padding: 26px !important
}

.pdl26 {
	padding-left: 26px !important
}

.pdr26 {
	padding-right: 26px !important
}

.pdt26 {
	padding-top: 26px !important
}

.pdb26 {
	padding-bottom: 26px !important
}

.radius26 {
	border-radius: 26px !important
}

.mt27 {
	margin-top: 27px !important
}

.mb27 {
	margin-bottom: 27px !important
}

.ml27 {
	margin-left: 27px !important
}

.mr27 {
	margin-right: 27px !important
}

.pd27 {
	padding: 27px !important
}

.pdl27 {
	padding-left: 27px !important
}

.pdr27 {
	padding-right: 27px !important
}

.pdt27 {
	padding-top: 27px !important
}

.pdb27 {
	padding-bottom: 27px !important
}

.radius27 {
	border-radius: 27px !important
}

.mt28 {
	margin-top: 28px !important
}

.mb28 {
	margin-bottom: 28px !important
}

.ml28 {
	margin-left: 28px !important
}

.mr28 {
	margin-right: 28px !important
}

.pd28 {
	padding: 28px !important
}

.pdl28 {
	padding-left: 28px !important
}

.pdr28 {
	padding-right: 28px !important
}

.pdt28 {
	padding-top: 28px !important
}

.pdb28 {
	padding-bottom: 28px !important
}

.radius28 {
	border-radius: 28px !important
}

.mt29 {
	margin-top: 29px !important
}

.mb29 {
	margin-bottom: 29px !important
}

.ml29 {
	margin-left: 29px !important
}

.mr29 {
	margin-right: 29px !important
}

.pd29 {
	padding: 29px !important
}

.pdl29 {
	padding-left: 29px !important
}

.pdr29 {
	padding-right: 29px !important
}

.pdt29 {
	padding-top: 29px !important
}

.pdb29 {
	padding-bottom: 29px !important
}

.radius29 {
	border-radius: 29px !important
}

.mt30 {
	margin-top: 30px !important
}

.mb30 {
	margin-bottom: 30px !important
}

.ml30 {
	margin-left: 30px !important
}

.mr30 {
	margin-right: 30px !important
}

.pd30 {
	padding: 30px !important
}

.pdl30 {
	padding-left: 30px !important
}

.pdr30 {
	padding-right: 30px !important
}

.pdt30 {
	padding-top: 30px !important
}

.pdb30 {
	padding-bottom: 30px !important
}

.radius30 {
	border-radius: 30px !important
}

.mt31 {
	margin-top: 31px !important
}

.mb31 {
	margin-bottom: 31px !important
}

.ml31 {
	margin-left: 31px !important
}

.mr31 {
	margin-right: 31px !important
}

.pd31 {
	padding: 31px !important
}

.pdl31 {
	padding-left: 31px !important
}

.pdr31 {
	padding-right: 31px !important
}

.pdt31 {
	padding-top: 31px !important
}

.pdb31 {
	padding-bottom: 31px !important
}

.radius31 {
	border-radius: 31px !important
}

.mt32 {
	margin-top: 32px !important
}

.mb32 {
	margin-bottom: 32px !important
}

.ml32 {
	margin-left: 32px !important
}

.mr32 {
	margin-right: 32px !important
}

.pd32 {
	padding: 32px !important
}

.pdl32 {
	padding-left: 32px !important
}

.pdr32 {
	padding-right: 32px !important
}

.pdt32 {
	padding-top: 32px !important
}

.pdb32 {
	padding-bottom: 32px !important
}

.radius32 {
	border-radius: 32px !important
}

.mt33 {
	margin-top: 33px !important
}

.mb33 {
	margin-bottom: 33px !important
}

.ml33 {
	margin-left: 33px !important
}

.mr33 {
	margin-right: 33px !important
}

.pd33 {
	padding: 33px !important
}

.pdl33 {
	padding-left: 33px !important
}

.pdr33 {
	padding-right: 33px !important
}

.pdt33 {
	padding-top: 33px !important
}

.pdb33 {
	padding-bottom: 33px !important
}

.radius33 {
	border-radius: 33px !important
}

.mt34 {
	margin-top: 34px !important
}

.mb34 {
	margin-bottom: 34px !important
}

.ml34 {
	margin-left: 34px !important
}

.mr34 {
	margin-right: 34px !important
}

.pd34 {
	padding: 34px !important
}

.pdl34 {
	padding-left: 34px !important
}

.pdr34 {
	padding-right: 34px !important
}

.pdt34 {
	padding-top: 34px !important
}

.pdb34 {
	padding-bottom: 34px !important
}

.radius34 {
	border-radius: 34px !important
}

.mt35 {
	margin-top: 35px !important
}

.mb35 {
	margin-bottom: 35px !important
}

.ml35 {
	margin-left: 35px !important
}

.mr35 {
	margin-right: 35px !important
}

.pd35 {
	padding: 35px !important
}

.pdl35 {
	padding-left: 35px !important
}

.pdr35 {
	padding-right: 35px !important
}

.pdt35 {
	padding-top: 35px !important
}

.pdb35 {
	padding-bottom: 35px !important
}

.radius35 {
	border-radius: 35px !important
}

.mt36 {
	margin-top: 36px !important
}

.mb36 {
	margin-bottom: 36px !important
}

.ml36 {
	margin-left: 36px !important
}

.mr36 {
	margin-right: 36px !important
}

.pd36 {
	padding: 36px !important
}

.pdl36 {
	padding-left: 36px !important
}

.pdr36 {
	padding-right: 36px !important
}

.pdt36 {
	padding-top: 36px !important
}

.pdb36 {
	padding-bottom: 36px !important
}

.radius36 {
	border-radius: 36px !important
}

.mt37 {
	margin-top: 37px !important
}

.mb37 {
	margin-bottom: 37px !important
}

.ml37 {
	margin-left: 37px !important
}

.mr37 {
	margin-right: 37px !important
}

.pd37 {
	padding: 37px !important
}

.pdl37 {
	padding-left: 37px !important
}

.pdr37 {
	padding-right: 37px !important
}

.pdt37 {
	padding-top: 37px !important
}

.pdb37 {
	padding-bottom: 37px !important
}

.radius37 {
	border-radius: 37px !important
}

.mt38 {
	margin-top: 38px !important
}

.mb38 {
	margin-bottom: 38px !important
}

.ml38 {
	margin-left: 38px !important
}

.mr38 {
	margin-right: 38px !important
}

.pd38 {
	padding: 38px !important
}

.pdl38 {
	padding-left: 38px !important
}

.pdr38 {
	padding-right: 38px !important
}

.pdt38 {
	padding-top: 38px !important
}

.pdb38 {
	padding-bottom: 38px !important
}

.radius38 {
	border-radius: 38px !important
}

.mt39 {
	margin-top: 39px !important
}

.mb39 {
	margin-bottom: 39px !important
}

.ml39 {
	margin-left: 39px !important
}

.mr39 {
	margin-right: 39px !important
}

.pd39 {
	padding: 39px !important
}

.pdl39 {
	padding-left: 39px !important
}

.pdr39 {
	padding-right: 39px !important
}

.pdt39 {
	padding-top: 39px !important
}

.pdb39 {
	padding-bottom: 39px !important
}

.radius39 {
	border-radius: 39px !important
}

.mt40 {
	margin-top: 40px !important
}

.mb40 {
	margin-bottom: 40px !important
}

.ml40 {
	margin-left: 40px !important
}

.mr40 {
	margin-right: 40px !important
}

.pd40 {
	padding: 40px !important
}

.pdl40 {
	padding-left: 40px !important
}

.pdr40 {
	padding-right: 40px !important
}

.pdt40 {
	padding-top: 40px !important
}

.pdb40 {
	padding-bottom: 40px !important
}

.radius40 {
	border-radius: 40px !important
}

.mt41 {
	margin-top: 41px !important
}

.mb41 {
	margin-bottom: 41px !important
}

.ml41 {
	margin-left: 41px !important
}

.mr41 {
	margin-right: 41px !important
}

.pd41 {
	padding: 41px !important
}

.pdl41 {
	padding-left: 41px !important
}

.pdr41 {
	padding-right: 41px !important
}

.pdt41 {
	padding-top: 41px !important
}

.pdb41 {
	padding-bottom: 41px !important
}

.radius41 {
	border-radius: 41px !important
}

.mt42 {
	margin-top: 42px !important
}

.mb42 {
	margin-bottom: 42px !important
}

.ml42 {
	margin-left: 42px !important
}

.mr42 {
	margin-right: 42px !important
}

.pd42 {
	padding: 42px !important
}

.pdl42 {
	padding-left: 42px !important
}

.pdr42 {
	padding-right: 42px !important
}

.pdt42 {
	padding-top: 42px !important
}

.pdb42 {
	padding-bottom: 42px !important
}

.radius42 {
	border-radius: 42px !important
}

.mt43 {
	margin-top: 43px !important
}

.mb43 {
	margin-bottom: 43px !important
}

.ml43 {
	margin-left: 43px !important
}

.mr43 {
	margin-right: 43px !important
}

.pd43 {
	padding: 43px !important
}

.pdl43 {
	padding-left: 43px !important
}

.pdr43 {
	padding-right: 43px !important
}

.pdt43 {
	padding-top: 43px !important
}

.pdb43 {
	padding-bottom: 43px !important
}

.radius43 {
	border-radius: 43px !important
}

.mt44 {
	margin-top: 44px !important
}

.mb44 {
	margin-bottom: 44px !important
}

.ml44 {
	margin-left: 44px !important
}

.mr44 {
	margin-right: 44px !important
}

.pd44 {
	padding: 44px !important
}

.pdl44 {
	padding-left: 44px !important
}

.pdr44 {
	padding-right: 44px !important
}

.pdt44 {
	padding-top: 44px !important
}

.pdb44 {
	padding-bottom: 44px !important
}

.radius44 {
	border-radius: 44px !important
}

.mt45 {
	margin-top: 45px !important
}

.mb45 {
	margin-bottom: 45px !important
}

.ml45 {
	margin-left: 45px !important
}

.mr45 {
	margin-right: 45px !important
}

.pd45 {
	padding: 45px !important
}

.pdl45 {
	padding-left: 45px !important
}

.pdr45 {
	padding-right: 45px !important
}

.pdt45 {
	padding-top: 45px !important
}

.pdb45 {
	padding-bottom: 45px !important
}

.radius45 {
	border-radius: 45px !important
}

.mt46 {
	margin-top: 46px !important
}

.mb46 {
	margin-bottom: 46px !important
}

.ml46 {
	margin-left: 46px !important
}

.mr46 {
	margin-right: 46px !important
}

.pd46 {
	padding: 46px !important
}

.pdl46 {
	padding-left: 46px !important
}

.pdr46 {
	padding-right: 46px !important
}

.pdt46 {
	padding-top: 46px !important
}

.pdb46 {
	padding-bottom: 46px !important
}

.radius46 {
	border-radius: 46px !important
}

.mt47 {
	margin-top: 47px !important
}

.mb47 {
	margin-bottom: 47px !important
}

.ml47 {
	margin-left: 47px !important
}

.mr47 {
	margin-right: 47px !important
}

.pd47 {
	padding: 47px !important
}

.pdl47 {
	padding-left: 47px !important
}

.pdr47 {
	padding-right: 47px !important
}

.pdt47 {
	padding-top: 47px !important
}

.pdb47 {
	padding-bottom: 47px !important
}

.radius47 {
	border-radius: 47px !important
}

.mt48 {
	margin-top: 48px !important
}

.mb48 {
	margin-bottom: 48px !important
}

.ml48 {
	margin-left: 48px !important
}

.mr48 {
	margin-right: 48px !important
}

.pd48 {
	padding: 48px !important
}

.pdl48 {
	padding-left: 48px !important
}

.pdr48 {
	padding-right: 48px !important
}

.pdt48 {
	padding-top: 48px !important
}

.pdb48 {
	padding-bottom: 48px !important
}

.radius48 {
	border-radius: 48px !important
}

.mt49 {
	margin-top: 49px !important
}

.mb49 {
	margin-bottom: 49px !important
}

.ml49 {
	margin-left: 49px !important
}

.mr49 {
	margin-right: 49px !important
}

.pd49 {
	padding: 49px !important
}

.pdl49 {
	padding-left: 49px !important
}

.pdr49 {
	padding-right: 49px !important
}

.pdt49 {
	padding-top: 49px !important
}

.pdb49 {
	padding-bottom: 49px !important
}

.radius49 {
	border-radius: 49px !important
}

.mt50 {
	margin-top: 50px !important
}

.mb50 {
	margin-bottom: 50px !important
}

.ml50 {
	margin-left: 50px !important
}

.mr50 {
	margin-right: 50px !important
}

.pd50 {
	padding: 50px !important
}

.pdl50 {
	padding-left: 50px !important
}

.pdr50 {
	padding-right: 50px !important
}

.pdt50 {
	padding-top: 50px !important
}

.pdb50 {
	padding-bottom: 50px !important
}

.radius50 {
	border-radius: 50px !important
}

.mt51 {
	margin-top: 51px !important
}

.mb51 {
	margin-bottom: 51px !important
}

.ml51 {
	margin-left: 51px !important
}

.mr51 {
	margin-right: 51px !important
}

.pd51 {
	padding: 51px !important
}

.pdl51 {
	padding-left: 51px !important
}

.pdr51 {
	padding-right: 51px !important
}

.pdt51 {
	padding-top: 51px !important
}

.pdb51 {
	padding-bottom: 51px !important
}

.radius51 {
	border-radius: 51px !important
}

.mt52 {
	margin-top: 52px !important
}

.mb52 {
	margin-bottom: 52px !important
}

.ml52 {
	margin-left: 52px !important
}

.mr52 {
	margin-right: 52px !important
}

.pd52 {
	padding: 52px !important
}

.pdl52 {
	padding-left: 52px !important
}

.pdr52 {
	padding-right: 52px !important
}

.pdt52 {
	padding-top: 52px !important
}

.pdb52 {
	padding-bottom: 52px !important
}

.radius52 {
	border-radius: 52px !important
}

.mt53 {
	margin-top: 53px !important
}

.mb53 {
	margin-bottom: 53px !important
}

.ml53 {
	margin-left: 53px !important
}

.mr53 {
	margin-right: 53px !important
}

.pd53 {
	padding: 53px !important
}

.pdl53 {
	padding-left: 53px !important
}

.pdr53 {
	padding-right: 53px !important
}

.pdt53 {
	padding-top: 53px !important
}

.pdb53 {
	padding-bottom: 53px !important
}

.radius53 {
	border-radius: 53px !important
}

.mt54 {
	margin-top: 54px !important
}

.mb54 {
	margin-bottom: 54px !important
}

.ml54 {
	margin-left: 54px !important
}

.mr54 {
	margin-right: 54px !important
}

.pd54 {
	padding: 54px !important
}

.pdl54 {
	padding-left: 54px !important
}

.pdr54 {
	padding-right: 54px !important
}

.pdt54 {
	padding-top: 54px !important
}

.pdb54 {
	padding-bottom: 54px !important
}

.radius54 {
	border-radius: 54px !important
}

.mt55 {
	margin-top: 55px !important
}

.mb55 {
	margin-bottom: 55px !important
}

.ml55 {
	margin-left: 55px !important
}

.mr55 {
	margin-right: 55px !important
}

.pd55 {
	padding: 55px !important
}

.pdl55 {
	padding-left: 55px !important
}

.pdr55 {
	padding-right: 55px !important
}

.pdt55 {
	padding-top: 55px !important
}

.pdb55 {
	padding-bottom: 55px !important
}

.radius55 {
	border-radius: 55px !important
}

.mt56 {
	margin-top: 56px !important
}

.mb56 {
	margin-bottom: 56px !important
}

.ml56 {
	margin-left: 56px !important
}

.mr56 {
	margin-right: 56px !important
}

.pd56 {
	padding: 56px !important
}

.pdl56 {
	padding-left: 56px !important
}

.pdr56 {
	padding-right: 56px !important
}

.pdt56 {
	padding-top: 56px !important
}

.pdb56 {
	padding-bottom: 56px !important
}

.radius56 {
	border-radius: 56px !important
}

.mt57 {
	margin-top: 57px !important
}

.mb57 {
	margin-bottom: 57px !important
}

.ml57 {
	margin-left: 57px !important
}

.mr57 {
	margin-right: 57px !important
}

.pd57 {
	padding: 57px !important
}

.pdl57 {
	padding-left: 57px !important
}

.pdr57 {
	padding-right: 57px !important
}

.pdt57 {
	padding-top: 57px !important
}

.pdb57 {
	padding-bottom: 57px !important
}

.radius57 {
	border-radius: 57px !important
}

.mt58 {
	margin-top: 58px !important
}

.mb58 {
	margin-bottom: 58px !important
}

.ml58 {
	margin-left: 58px !important
}

.mr58 {
	margin-right: 58px !important
}

.pd58 {
	padding: 58px !important
}

.pdl58 {
	padding-left: 58px !important
}

.pdr58 {
	padding-right: 58px !important
}

.pdt58 {
	padding-top: 58px !important
}

.pdb58 {
	padding-bottom: 58px !important
}

.radius58 {
	border-radius: 58px !important
}

.mt59 {
	margin-top: 59px !important
}

.mb59 {
	margin-bottom: 59px !important
}

.ml59 {
	margin-left: 59px !important
}

.mr59 {
	margin-right: 59px !important
}

.pd59 {
	padding: 59px !important
}

.pdl59 {
	padding-left: 59px !important
}

.pdr59 {
	padding-right: 59px !important
}

.pdt59 {
	padding-top: 59px !important
}

.pdb59 {
	padding-bottom: 59px !important
}

.radius59 {
	border-radius: 59px !important
}

.mt60 {
	margin-top: 60px !important
}

.mb60 {
	margin-bottom: 60px !important
}

.ml60 {
	margin-left: 60px !important
}

.mr60 {
	margin-right: 60px !important
}

.pd60 {
	padding: 60px !important
}

.pdl60 {
	padding-left: 60px !important
}

.pdr60 {
	padding-right: 60px !important
}

.pdt60 {
	padding-top: 60px !important
}

.pdb60 {
	padding-bottom: 60px !important
}

.radius60 {
	border-radius: 60px !important
}

.mt61 {
	margin-top: 61px !important
}

.mb61 {
	margin-bottom: 61px !important
}

.ml61 {
	margin-left: 61px !important
}

.mr61 {
	margin-right: 61px !important
}

.pd61 {
	padding: 61px !important
}

.pdl61 {
	padding-left: 61px !important
}

.pdr61 {
	padding-right: 61px !important
}

.pdt61 {
	padding-top: 61px !important
}

.pdb61 {
	padding-bottom: 61px !important
}

.radius61 {
	border-radius: 61px !important
}

.mt62 {
	margin-top: 62px !important
}

.mb62 {
	margin-bottom: 62px !important
}

.ml62 {
	margin-left: 62px !important
}

.mr62 {
	margin-right: 62px !important
}

.pd62 {
	padding: 62px !important
}

.pdl62 {
	padding-left: 62px !important
}

.pdr62 {
	padding-right: 62px !important
}

.pdt62 {
	padding-top: 62px !important
}

.pdb62 {
	padding-bottom: 62px !important
}

.radius62 {
	border-radius: 62px !important
}

.mt63 {
	margin-top: 63px !important
}

.mb63 {
	margin-bottom: 63px !important
}

.ml63 {
	margin-left: 63px !important
}

.mr63 {
	margin-right: 63px !important
}

.pd63 {
	padding: 63px !important
}

.pdl63 {
	padding-left: 63px !important
}

.pdr63 {
	padding-right: 63px !important
}

.pdt63 {
	padding-top: 63px !important
}

.pdb63 {
	padding-bottom: 63px !important
}

.radius63 {
	border-radius: 63px !important
}

.mt64 {
	margin-top: 64px !important
}

.mb64 {
	margin-bottom: 64px !important
}

.ml64 {
	margin-left: 64px !important
}

.mr64 {
	margin-right: 64px !important
}

.pd64 {
	padding: 64px !important
}

.pdl64 {
	padding-left: 64px !important
}

.pdr64 {
	padding-right: 64px !important
}

.pdt64 {
	padding-top: 64px !important
}

.pdb64 {
	padding-bottom: 64px !important
}

.radius64 {
	border-radius: 64px !important
}

.mt65 {
	margin-top: 65px !important
}

.mb65 {
	margin-bottom: 65px !important
}

.ml65 {
	margin-left: 65px !important
}

.mr65 {
	margin-right: 65px !important
}

.pd65 {
	padding: 65px !important
}

.pdl65 {
	padding-left: 65px !important
}

.pdr65 {
	padding-right: 65px !important
}

.pdt65 {
	padding-top: 65px !important
}

.pdb65 {
	padding-bottom: 65px !important
}

.radius65 {
	border-radius: 65px !important
}

.mt66 {
	margin-top: 66px !important
}

.mb66 {
	margin-bottom: 66px !important
}

.ml66 {
	margin-left: 66px !important
}

.mr66 {
	margin-right: 66px !important
}

.pd66 {
	padding: 66px !important
}

.pdl66 {
	padding-left: 66px !important
}

.pdr66 {
	padding-right: 66px !important
}

.pdt66 {
	padding-top: 66px !important
}

.pdb66 {
	padding-bottom: 66px !important
}

.radius66 {
	border-radius: 66px !important
}

.mt67 {
	margin-top: 67px !important
}

.mb67 {
	margin-bottom: 67px !important
}

.ml67 {
	margin-left: 67px !important
}

.mr67 {
	margin-right: 67px !important
}

.pd67 {
	padding: 67px !important
}

.pdl67 {
	padding-left: 67px !important
}

.pdr67 {
	padding-right: 67px !important
}

.pdt67 {
	padding-top: 67px !important
}

.pdb67 {
	padding-bottom: 67px !important
}

.radius67 {
	border-radius: 67px !important
}

.mt68 {
	margin-top: 68px !important
}

.mb68 {
	margin-bottom: 68px !important
}

.ml68 {
	margin-left: 68px !important
}

.mr68 {
	margin-right: 68px !important
}

.pd68 {
	padding: 68px !important
}

.pdl68 {
	padding-left: 68px !important
}

.pdr68 {
	padding-right: 68px !important
}

.pdt68 {
	padding-top: 68px !important
}

.pdb68 {
	padding-bottom: 68px !important
}

.radius68 {
	border-radius: 68px !important
}

.mt69 {
	margin-top: 69px !important
}

.mb69 {
	margin-bottom: 69px !important
}

.ml69 {
	margin-left: 69px !important
}

.mr69 {
	margin-right: 69px !important
}

.pd69 {
	padding: 69px !important
}

.pdl69 {
	padding-left: 69px !important
}

.pdr69 {
	padding-right: 69px !important
}

.pdt69 {
	padding-top: 69px !important
}

.pdb69 {
	padding-bottom: 69px !important
}

.radius69 {
	border-radius: 69px !important
}

.mt70 {
	margin-top: 70px !important
}

.mb70 {
	margin-bottom: 70px !important
}

.ml70 {
	margin-left: 70px !important
}

.mr70 {
	margin-right: 70px !important
}

.pd70 {
	padding: 70px !important
}

.pdl70 {
	padding-left: 70px !important
}

.pdr70 {
	padding-right: 70px !important
}

.pdt70 {
	padding-top: 70px !important
}

.pdb70 {
	padding-bottom: 70px !important
}

.radius70 {
	border-radius: 70px !important
}

.mt71 {
	margin-top: 71px !important
}

.mb71 {
	margin-bottom: 71px !important
}

.ml71 {
	margin-left: 71px !important
}

.mr71 {
	margin-right: 71px !important
}

.pd71 {
	padding: 71px !important
}

.pdl71 {
	padding-left: 71px !important
}

.pdr71 {
	padding-right: 71px !important
}

.pdt71 {
	padding-top: 71px !important
}

.pdb71 {
	padding-bottom: 71px !important
}

.radius71 {
	border-radius: 71px !important
}

.mt72 {
	margin-top: 72px !important
}

.mb72 {
	margin-bottom: 72px !important
}

.ml72 {
	margin-left: 72px !important
}

.mr72 {
	margin-right: 72px !important
}

.pd72 {
	padding: 72px !important
}

.pdl72 {
	padding-left: 72px !important
}

.pdr72 {
	padding-right: 72px !important
}

.pdt72 {
	padding-top: 72px !important
}

.pdb72 {
	padding-bottom: 72px !important
}

.radius72 {
	border-radius: 72px !important
}

.mt73 {
	margin-top: 73px !important
}

.mb73 {
	margin-bottom: 73px !important
}

.ml73 {
	margin-left: 73px !important
}

.mr73 {
	margin-right: 73px !important
}

.pd73 {
	padding: 73px !important
}

.pdl73 {
	padding-left: 73px !important
}

.pdr73 {
	padding-right: 73px !important
}

.pdt73 {
	padding-top: 73px !important
}

.pdb73 {
	padding-bottom: 73px !important
}

.radius73 {
	border-radius: 73px !important
}

.mt74 {
	margin-top: 74px !important
}

.mb74 {
	margin-bottom: 74px !important
}

.ml74 {
	margin-left: 74px !important
}

.mr74 {
	margin-right: 74px !important
}

.pd74 {
	padding: 74px !important
}

.pdl74 {
	padding-left: 74px !important
}

.pdr74 {
	padding-right: 74px !important
}

.pdt74 {
	padding-top: 74px !important
}

.pdb74 {
	padding-bottom: 74px !important
}

.radius74 {
	border-radius: 74px !important
}

.mt75 {
	margin-top: 75px !important
}

.mb75 {
	margin-bottom: 75px !important
}

.ml75 {
	margin-left: 75px !important
}

.mr75 {
	margin-right: 75px !important
}

.pd75 {
	padding: 75px !important
}

.pdl75 {
	padding-left: 75px !important
}

.pdr75 {
	padding-right: 75px !important
}

.pdt75 {
	padding-top: 75px !important
}

.pdb75 {
	padding-bottom: 75px !important
}

.radius75 {
	border-radius: 75px !important
}

.mt76 {
	margin-top: 76px !important
}

.mb76 {
	margin-bottom: 76px !important
}

.ml76 {
	margin-left: 76px !important
}

.mr76 {
	margin-right: 76px !important
}

.pd76 {
	padding: 76px !important
}

.pdl76 {
	padding-left: 76px !important
}

.pdr76 {
	padding-right: 76px !important
}

.pdt76 {
	padding-top: 76px !important
}

.pdb76 {
	padding-bottom: 76px !important
}

.radius76 {
	border-radius: 76px !important
}

.mt77 {
	margin-top: 77px !important
}

.mb77 {
	margin-bottom: 77px !important
}

.ml77 {
	margin-left: 77px !important
}

.mr77 {
	margin-right: 77px !important
}

.pd77 {
	padding: 77px !important
}

.pdl77 {
	padding-left: 77px !important
}

.pdr77 {
	padding-right: 77px !important
}

.pdt77 {
	padding-top: 77px !important
}

.pdb77 {
	padding-bottom: 77px !important
}

.radius77 {
	border-radius: 77px !important
}

.mt78 {
	margin-top: 78px !important
}

.mb78 {
	margin-bottom: 78px !important
}

.ml78 {
	margin-left: 78px !important
}

.mr78 {
	margin-right: 78px !important
}

.pd78 {
	padding: 78px !important
}

.pdl78 {
	padding-left: 78px !important
}

.pdr78 {
	padding-right: 78px !important
}

.pdt78 {
	padding-top: 78px !important
}

.pdb78 {
	padding-bottom: 78px !important
}

.radius78 {
	border-radius: 78px !important
}

.mt79 {
	margin-top: 79px !important
}

.mb79 {
	margin-bottom: 79px !important
}

.ml79 {
	margin-left: 79px !important
}

.mr79 {
	margin-right: 79px !important
}

.pd79 {
	padding: 79px !important
}

.pdl79 {
	padding-left: 79px !important
}

.pdr79 {
	padding-right: 79px !important
}

.pdt79 {
	padding-top: 79px !important
}

.pdb79 {
	padding-bottom: 79px !important
}

.radius79 {
	border-radius: 79px !important
}

.mt80 {
	margin-top: 80px !important
}

.mb80 {
	margin-bottom: 80px !important
}

.ml80 {
	margin-left: 80px !important
}

.mr80 {
	margin-right: 80px !important
}

.pd80 {
	padding: 80px !important
}

.pdl80 {
	padding-left: 80px !important
}

.pdr80 {
	padding-right: 80px !important
}

.pdt80 {
	padding-top: 80px !important
}

.pdb80 {
	padding-bottom: 80px !important
}

.radius80 {
	border-radius: 80px !important
}

.f12 {
	font-size: 12px !important
}

.f13 {
	font-size: 13px !important
}

.f14 {
	font-size: 14px !important
}

.f15 {
	font-size: 15px !important
}

.f16 {
	font-size: 16px !important
}

.f17 {
	font-size: 17px !important
}

.f18 {
	font-size: 18px !important
}

.f19 {
	font-size: 19px !important
}

.f20 {
	font-size: 20px !important
}

.f21 {
	font-size: 21px !important
}

.f22 {
	font-size: 22px !important
}

.f23 {
	font-size: 23px !important
}

.f24 {
	font-size: 24px !important
}

.f25 {
	font-size: 25px !important
}

.f26 {
	font-size: 26px !important
}

.f27 {
	font-size: 27px !important
}

.f28 {
	font-size: 28px !important
}

.f29 {
	font-size: 29px !important
}

.f30 {
	font-size: 30px !important
}

.f31 {
	font-size: 31px !important
}

.f32 {
	font-size: 32px !important
}

.f33 {
	font-size: 33px !important
}

.f34 {
	font-size: 34px !important
}

.f35 {
	font-size: 35px !important
}

.f36 {
	font-size: 36px !important
}

.f37 {
	font-size: 37px !important
}

.f38 {
	font-size: 38px !important
}

.f39 {
	font-size: 39px !important
}

.f40 {
	font-size: 40px !important
}

.f41 {
	font-size: 41px !important
}

.f42 {
	font-size: 42px !important
}

.f43 {
	font-size: 43px !important
}

.f44 {
	font-size: 44px !important
}

.f45 {
	font-size: 45px !important
}

.f46 {
	font-size: 46px !important
}

.f47 {
	font-size: 47px !important
}

.f48 {
	font-size: 48px !important
}

.f49 {
	font-size: 49px !important
}

.f50 {
	font-size: 50px !important
}

.ani-1 {
	transform: translate(0, 30px);
	transition: all ease 0.4s .1s;
	opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.ani-2 {
	transform: translate(0, 30px);
	transition: all ease 0.4s .2s;
	opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.ani-3 {
	transform: translate(0, 30px);
	transition: all ease 0.4s .3s;
	opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.ani-4 {
	transform: translate(0, 30px);
	transition: all ease 0.4s .4s;
	opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.ani-5 {
	transform: translate(0, 30px);
	transition: all ease 0.4s .5s;
	opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.ani-6 {
	transform: translate(0, 30px);
	transition: all ease 0.4s .6s;
	opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.ani-7 {
	transform: translate(0, 30px);
	transition: all ease 0.4s .7s;
	opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.ani-8 {
	transform: translate(0, 30px);
	transition: all ease 0.4s .8s;
	opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.ani-9 {
	transform: translate(0, 30px);
	transition: all ease 0.4s .9s;
	opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.animate-active .ani-1 {
	transform: translate(0);
	opacity: 1;
	filter: alpha(opacity=100)
}

.animate-active .ani-2 {
	transform: translate(0);
	opacity: 1;
	filter: alpha(opacity=100)
}

.animate-active .ani-3 {
	transform: translate(0);
	opacity: 1;
	filter: alpha(opacity=100)
}

.animate-active .ani-4 {
	transform: translate(0);
	opacity: 1;
	filter: alpha(opacity=100)
}

.animate-active .ani-5 {
	transform: translate(0);
	opacity: 1;
	filter: alpha(opacity=100)
}

.animate-active .ani-6 {
	transform: translate(0);
	opacity: 1;
	filter: alpha(opacity=100)
}

.animate-active .ani-7 {
	transform: translate(0);
	opacity: 1;
	filter: alpha(opacity=100)
}

.animate-active .ani-8 {
	transform: translate(0);
	opacity: 1;
	filter: alpha(opacity=100)
}

.animate-active .ani-9 {
	transform: translate(0);
	opacity: 1;
	filter: alpha(opacity=100)
}

.flex-box {
	display: -ms-flexbox;
	display: flex
}

.flex1 {
	-ms-flex: 1;
	box-flex: 1;
	flex: 1;
	overflow: hidden
}

.flex-column {
	-ms-flex-direction: column;
	flex-direction: column
}

.middle {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-between {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flex-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.flex-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.middle-j {
	-ms-flex-pack: center;
	justify-content: center
}

.middle-a {
	-ms-flex-align: center;
	align-items: center
}

.middle-a-end {
	-ms-flex-align: end;
	align-items: flex-end
}

.cover {
	-o-object-fit: cover;
	object-fit: cover
}

.contain {
	-o-object-fit: contain;
	object-fit: contain
}

.fb {
	font-weight: bold
}

.shadow {
	box-shadow: 0 0 20px rgba(0,0,0,0.1)
}

.shadow1 {
	box-shadow: 4px 4px 10px rgba(10,13,47,0.1)
}

.fancybox-button--thumbs {
	display: none !important
}

#IM-BTN-HOLDER {
	display: none !important
}

.fancybox-active {
	height: auto
}

.fancybox-iosfix {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	width: 100%
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s, visibility 0s linear .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s, visibility 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
	display: block
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px 6px 0
}

.fancybox-slide--iframe {
	padding: 44px 44px 0
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px;
	max-width: 100%;
	overflow: auto;
	padding: 0;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
	height: calc(100% - 44px);
	margin-bottom: 44px
}

.fancybox-iframe,.fancybox-video {
	background: transparent;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	vertical-align: top
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30,30,30,0.6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: none;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:focus,.fancybox-button:hover {
	color: #fff
}

.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default
}

.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--pause svg path:first-child,.fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path {
	fill: currentColor
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
	content: "";
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10
}

.fancybox-close-small svg {
	fill: transparent;
	opacity: .8;
	stroke: currentColor;
	stroke-width: 1.5;
	transition: stroke .1s
}

.fancybox-close-small:focus {
	outline: none
}

.fancybox-close-small:hover svg {
	opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg {
	background: transparent;
	color: #fff
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0
}


.fancybox-caption:after {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	content: "";
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	border: 6px solid rgba(99,99,99,0.5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999
}

@keyframes fancybox-rotate {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs>ul {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x>ul {
	overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs>ul>li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs-loading {
	background: rgba(0,0,0,0.1)
}

.fancybox-thumbs>ul>li {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.fancybox-thumbs>ul>li:before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px)
	}
}

body .fancybox-bg {
	background: #000
}

body .fancybox-is-open .fancybox-bg {
	opacity: 1
}

body .fancybox-toolbar {
	left: 0;
	background-color: rgba(0,0,0,0.3)
}

body .fancybox-toolbar button {
	background-color: transparent !important
}

body .fancybox-infobar {
	width: 100%;
	text-align: center;
	display: none
}

body .fancybox-navigation {
	display: none
}

body .fancybox-caption {
	display: none;
	height: 166px;
	overflow: hidden;
	padding-bottom: 0;
	bottom: 15px;
	padding-top: 15px;
	overflow-y: auto;
	background-color: rgba(0,0,0,0.3)
}

body .fancybox-caption:before {
	display: none
}

body.page_picList .fancybox-caption {
	bottom: 0;
	display: block;
	height: auto;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	padding-bottom: 20px
}

body.page_picList .fancybox-caption:after {
	display: none
}

.my-share-box .share-tit {
	font-size: 16px;
	margin-bottom: 15px
}

.my-share-box a {
	margin: 5px 10px;
	display: inline-block;
	background: #f8f8f8;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px
}

.my-share-box .iconfont {
	font-size: 30px;
	color: #fff
}

.list-title {
	font-size: 18px;
	color: #333333
}

.list-li-text {
	font-size: 12px;
	color: #666666
}

.detail_company {
	height: 80px;
	line-height: 80px;
	border-radius: 5px;
	background: #f7f7f7
}

.detail_company p {
	width: 4rem
}

.detail_company .img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden
}

.gz_info_header .gz_info_header_bg {
	width: 100%;
	height: 124px;
	background: #ff5b5d
}

.gz_info_header .gz_info_header_des {
	margin-top: -100px
}

.gz_info_header .gz_info_header_des .gongdui_item .jp_tag {
	width: 20px;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 15px;
	line-height: 15px;
	background: #e74c3c;
	background-size: 100%;
	z-index: 2;
	padding-top: 3px
}

.gz_info_header .gz_info_header_des .gongdui_item .jp_tag:after {
	content: '';
	width: 0px;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: transparent #e74c3c transparent;
	position: absolute;
	bottom: -10px;
	left: 0
}

.gz_info_header .gz_info_header_word {
	background: #fff
}

.huxing_item {
	border-radius: 5px;
	background: #ffffff;
	margin-bottom: 10px;
	overflow: hidden
}

.huxing_item .tag span:not(:last-child):after {
	content: "|";
	padding: 0 5px
}

.huxing_item .img {
	width: 100%;
	height: 4.42rem
}

.huxing_item .des {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -ms-flexbox;
	display: flex;
	line-clamp: 2;
	box-orient: vertical
}

.gongdui_item {
	border-radius: 5px;
	background: #ffffff;
	position: relative
}

.gongdui_item .jp_tag {
	width: 20px;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 7px;
	line-height: 15px;
	background: #e74c3c;
	background-size: 100%;
	z-index: 2;
	padding-top: 3px
}

.gongdui_item .jp_tag:after {
	content: '';
	width: 0px;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: transparent #e74c3c transparent;
	position: absolute;
	bottom: -10px;
	left: 0
}

.gongdui_item .name {
	color: #333333;
	display: inline-block
}

.gongdui_item .address {
	color: #999999
}

.gongdui_item .img {
	width: 90px;
	height: 90px;
	border-radius: 5px;
	overflow: hidden
}

.gongdui_item .img img {
	top: 0px !important
}

.gongdui_item .design_evaluate {
	color: #f0a700
}

.gongdi-jindu div.ball {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	border-radius: 50%;
	border: 1px solid #dadee5
}

.gongdi-jindu div.ball i.iconfont {
	display: none;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 16px;
	text-align: center
}

.gongdi-jindu div.ball p {
	width: 24px;
	top: 16px;
	left: 50%;
	transform: translate(-50%, 0)
}

.gongdi-jindu div.ball:before {
	content: '';
	display: none;
	width: 4px;
	height: 4px;
	border-radius: 16px;
	position: absolute;
	left: 5px;
	top: 5px;
	background: #ffffff
}

.gongdi-jindu div.ball.ok {
	border-color: #e74c3c;
	background: #e74c3c
}

.gongdi-jindu div.ball.ok i.iconfont {
	display: block
}

.gongdi-jindu div.ball.ok p {
	color: color(title)
}

.gongdi-jindu div.ball.on p {
	color: color(title)
}

.gongdi-jindu div.ball.on.ball {
	background: #e74c3c
}

.gongdi-jindu div.ball.on:before {
	display: block
}

.gongdi-jindu div.ball.no {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #ebebeb
}

.gongdi-jindu p.line {
	height: 1px;
	background: #dadee5;
	margin-top: 7px
}

.gongdi-jindu p.line:last-of-type {
	display: none
}

.gongdi-jindu p.line.ok {
	background: #e74c3c
}

.gongdi-jindu p.text-sub {
	color: #e74c3c
}

.gongdi_item .tag {
	width: 70px;
	height: 29px;
	line-height: 20px;
	background: url(https://www.chinahuapu.cn/images/20181015-04.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 20px;
	left: -4px
}

.gongdi_item .img {
	height: 4.42rem;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	overflow: hidden
}

.gongdi_item .img img {
	width: 100%;
	height: 100%
}

.vr_item {
	background: #ffffff;
	border-radius: 5px;
	position: relative
}

.vr_item .hot {
	width: 35px;
	height: 35px;
	position: absolute;
	background: no-repeat center;
	background-size: 100% 100%;
	z-index: 1;
	top: -2px;
	left: 10px
}

.vr_item .img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	height: 4.4rem
}

.vr_item .list-li-text span:not(:last-child)::after,.vr_item .list-li-text a:not(:last-child)::after {
	content: "|";
	padding: 0 5px
}

.libao_item {
	background: #ffffff;
	border-radius: 5px
}

.libao_item .lb_title {
	width: 100%;
	line-height: 65px;
	bottom: 0;
	left: 0;
	background: #000;
	background: linear-gradient(transparent, #999);
	background: -o-linear-gradient(transparent, #999)
}

.libao_item .tag {
	width: 1.1rem;
	height: 0.49rem;
	color: #fff;
	line-height: 0.4rem;
	position: absolute;
	top: 0.36rem;
	left: -0.14rem
}

.libao_item .tag.you {
	background: url(https://www.chinahuapu.cn/images/you.png) no-repeat;
	background-size: 100%
}

.libao_item .tag.zhuan {
	background: url(https://www.chinahuapu.cn/images/zhuan.png) no-repeat;
	background-size: 100%
}

.libao_item .tag1 {
	width: 75px;
	height: 19px;
	color: #fff;
	line-height: 15px;
	background: url(https://www.chinahuapu.cn/images/newactivity.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 18px;
	left: -7px
}

.libao_item .img {
	height: 3.5rem
}

.libao_item .img img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden
}

.design_item {
	border-radius: 5px;
	background: #ffffff;
	position: relative
}

.design_item .designer_list_words p {
	padding-right: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden
}

.design_item .designer_list_words .btn:not(:last-child) {
	margin-right: 6px
}

.design_item .jp_tag {
	width: 20px;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 7px;
	line-height: 15px;
	background: #e74c3c;
	background-size: 100%;
	z-index: 2;
	padding-top: 3px
}

.design_item .jp_tag:after {
	content: '';
	width: 0px;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: transparent #e74c3c transparent;
	position: absolute;
	bottom: -10px;
	left: 0
}

.design_item .hj_tag {
	width: 59px;
	height: 19px;
	color: #cda839;
	position: absolute;
	top: 10px;
	right: 0;
	line-height: 19px;
	background: url(https://www.chinahuapu.cn/images/20181016-07.png) no-repeat;
	background-size: 100%;
	z-index: 2
}

.design_item .hj_tag span {
	margin-left: -5px
}

.design_item .name {
	color: #333333
}

.design_item .address {
	color: #999999
}

.design_item .img {
	width: 90px;
	height: 90px;
	border-radius: 5px;
	overflow: hidden
}

.design_item .btn {
	border-radius: 23px;
	padding: 3px 7px
}

.design_item .btn_1 {
	background: rgba(71,124,212,0.1);
	color: #477cd4
}

.design_item .btn_2 {
	background: rgba(212,132,71,0.1);
	color: #d48647
}

.design_item .btn_3 {
	background: rgba(44,175,149,0.1);
	color: #2caf95
}

.design_item .btn_4 {
	background: rgba(207,113,88,0.1);
	color: #cf7158
}

.design_item .btn_5 {
	background: rgba(160,58,255,0.1);
	color: #a03aff
}

.zx_list_title {
	border-bottom: 1px solid #eeeeee
}

.zx_list_title span:nth-of-type(1) {
	font-weight: bold
}

.zx_list_title span:nth-of-type(2) {
	color: #e74c3c
}

.item_box a:not(:last-child) .designer_list_words {
	border-bottom: 1px solid #eeeeee
}

.zx_item {
	border-radius: 5px;
	background: #ffffff;
	position: relative
}

.zx_item .name {
	color: #333333
}

.zx_item .address {
	color: #999999
}

.zx_item .img {
	width: 65px;
	height: 65px;
	border-radius: 5px;
	overflow: hidden
}

.zx_item .img img {
	width: 100%;
	height: 100%
}

.tt_btn_box .btn {
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 10px;
	background: #f7f7f7;
	position: relative;
	overflow: hidden
}

.tt_btn_box .btn:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0
}

.tt_btn_box .btn_1 {
	color: #fc935f
}

.tt_btn_box .btn_1:after {
	background: #fc935f
}

.tt_btn_box .btn_2 {
	color: #e5ac13
}

.tt_btn_box .btn_2:after {
	background: #e5ac13
}

.tt_btn_box .btn_3 {
	color: #679bfb
}

.tt_btn_box .btn_3:after {
	background: #679bfb
}

.tt_btn_box .btn_4 {
	color: #7ec04e
}

.tt_btn_box .btn_4:after {
	background: #7ec04e
}

.ruanzhuang_item {
	padding: 0.2rem;
	margin-bottom: 10px;
	background: #fff
}

.ruanzhuang_item .ruanzhuang_item_img {
	height: 3.75rem;
	overflow: hidden
}

.ruanzhuang_item .ruanzhuang_item_img .img {
	width: 5rem;
	height: 100%;
	float: left;
	position: relative
}

.ruanzhuang_item .ruanzhuang_item_img .img .header {
	width: 40px;
	position: absolute;
	top: 5px;
	left: 5px
}

.ruanzhuang_item .ruanzhuang_item_img .img .header .img {
	width: 100%;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 40px;
	overflow: hidden
}

.ruanzhuang_item .ruanzhuang_item_img .img .header .name {
	width: 100%;
	height: 20px
}

.ruanzhuang_item .ruanzhuang_item_img .ruanzhuang_item_small {
	width: 1.33rem;
	height: 100%;
	float: right
}

.ruanzhuang_item .ruanzhuang_item_img .ruanzhuang_item_small .img {
	width: 100%;
	height: 1rem
}

.ruanzhuang_item .ruanzhuang_item_img .ruanzhuang_item_small .img:not(:last-child) {
	margin-bottom: 0.37rem
}

.ruanzhuang_item .ruanzhuang_item_word {
	width: 4.39rem
}

.ruanzhuang_item .ruanzhuang_item_word .sub span:not(:last-child):after {
	content: "|";
	padding: 0 5px
}

.ruanzhuang_item .sc {
	margin-left: 15px
}

.tabPage {
	background: #fff;
	border-bottom: 1px solid #edecec;
	height: 45px
}

.tabPage ul {
	background: #fff;
	width: 7.5rem;
	position: fixed;
	padding: 0 15px;
	top: 45px;
	z-index: 10;
	height: 45px;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tabPage li {
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	cursor: pointer
}

.tabPage li i:after {
	content: '\e61f'
}

.tabPage li.active {
	color: #e74c3c
}

.tabPage li.active i:after {
	content: '\e61e'
}

.tabShow {
	display: none;
	width: 100%;
	position: fixed;
	left: 50%;
	top: 91px;
	bottom: 0;
	margin-left: -3.75rem;
	background: #fff;
	z-index: 99;
	overflow: scroll;
	padding-top: 0.1rem
}

.tabShow .tabSpan {
	width: 2.3rem;
	height: 35px;
	background: #FDEDEB;
	text-align: center;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	margin: 0 0.1rem 0.1rem;
	cursor: pointer;
	transition: all .2s
}

.tabShow .tabSpan.active {
	color: #fff;
	background: #e74c3c
}

.tabShow .tabSpan:hover {
	color: #fff;
	background: #e74c3c
}

.container .anli {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important
}

.anli {
	height: 5.18rem;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 10px;
	display: block
}

.anli .caseimg {
	position: relative;
	width: 100%;
	height: 100%;
	display: block
}

.anli .bgimg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.8), transparent, transparent, transparent)
}

.anli .designer {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	width: 1rem;
	height: 1.15rem;
	z-index: 1;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.anli .photo {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #fff
}

.anli .name {
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 1rem
}

.anli .text {
	width: 4.25rem;
	font-family: PingFangSC-Regular;
	color: #fff;
	position: absolute;
	left: 0.3rem;
	bottom: .3rem;
	z-index: 1
}

.anli .text .title {
	font-size: 18px
}

.anli .text .sub {
	font-family: PingFangSC-Regular;
	opacity: 0.8
}

.anli .text .sub span:before {
	content: '|';
	padding: 0 5px
}

.anli .text .sub span:first-child:before {
	content: '';
	padding: 0
}

.anli .text .sub a:before {
	content: '|';
	padding: 0 5px
}

.anli .text .sub a:first-child:before {
	content: '';
	padding: 0
}

.anli .collect {
	z-index: 1;
	width: 2rem;
	position: absolute;
	right: 0.3rem;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	bottom: 0.3rem
}

.detail-title {
	padding-top: 30px;
	padding-bottom: 10px;
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #edecec;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1
}

.detail-title-no-bold {
	padding-top: 30px;
	padding-bottom: 10px;
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #edecec;
	margin-bottom: 15px;
	line-height: 1
}

.detail-title-with-no-border {
	padding-top: 30px;
	padding-bottom: 10px;
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1
}

.common-detail-box .common-detail-flag {
	width: 28px;
	height: 28px;
	border-radius: 28px;
	background: #fff;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -14px
}

.common-detail-box .iconfont {
	margin-left: 6px;
	margin-top: 11px;
	display: inline-block
}

.common-detail-box .common-detail {
	line-height: 2;
	height: 70px;
	overflow: hidden;
	font-size: 12px;
	position: relative
}

.border-bottom {
	border-bottom: 1px solid #edecec
}

.change-detail {
	background: #fff;
	border-top: 1px solid #edecec;
	border-bottom: 1px solid #edecec;
	height: 40px;
	margin-top: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

.change-detail .btn {
	font-size: 15px;
	color: #333;
	display: block
}

.change-detail .btn.disabled {
	color: #999
}

.btn-bottom-footer {
	height: 50px;
	position: relative
}

.btn-bottom-footer .btn {
	max-width: 750px;
	border-radius: 0;
	position: fixed;
	bottom: 0;
	font-size: 15px;
	z-index: 2
}

.imgTemp {
	width: 0;
	overflow: hidden;
	height: 0
}

.tab .tab_nav {
	line-height: 40px;
	position: relative
}

.tab .tab_nav.active:before {
	content: "";
	width: 0.4rem;
	height: 4px;
	background: #d45947;
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.2rem
}

.tabbox {
	height: 25px
}

.tabbox .btn {
	position: relative
}

.tabbox .btn.active:before {
	content: "";
	width: 54px;
	height: 2px;
	background: #d45947;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -27px
}

.tabnav .yy_phone {
	height: 35px;
	display: block;
	background: #f7f7f7;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.tabnav .yy_btn {
	width: 2.1rem;
	height: 35px;
	line-height: 35px;
	padding: 0;
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.tabnav1 .yy_phone {
	height: 35px;
	display: block;
	background: #f7f7f7;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.tabnav1 .yy_btn {
	width: 2.1rem;
	height: 35px;
	line-height: 35px;
	padding: 0;
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.underline-item {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}

.underline-item .img {
	width: 120px;
	height: 90px;
	border-radius: 5px;
	overflow: hidden
}

.underline-item .text {
	margin-left: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.underline-item .title {
	color: #333;
	font-size: 18px;
	margin-bottom: 10px
}

.underline-item .sub-item {
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	color: #666
}

.active-item {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}

.active-item .img {
	width: 130px;
	height: 95px;
	overflow: hidden;
	border-radius: 5px
}

.active-item .text {
	width: 4rem;
	-ms-flex: 1;
	flex: 1;
	margin-left: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.active-item .text .title {
	font-size: 15px;
	color: #333
}

.active-item .text .sub {
	font-size: 12px;
	color: #666
}

.active-item .text .sub i {
	font-size: 12px
}

.active-item .text .time {
	font-size: 12px;
	margin-top: 8px;
	color: #e74c3c
}

.active-item .text .time i {
	font-size: 12px
}

.location {
	position: relative
}

.location dt {
	padding: 10px 15px
}

.location .t-list dd {
	padding-left: 15px
}

.location .t-list a {
	display: inline-block;
	padding: 8px 20px;
	background: #fff
}

.location .b-list dd {
	line-height: 40px;
	padding-left: 15px;
	background: #fff
}

.location .b-list a {
	display: block;
	border-bottom: solid 1px #eee
}

.location .b-list a.active {
	color: #e74c3c
}

.location .fast-nav {
	width: 50px;
	position: fixed;
	right: 50%;
	margin-right: -3.75rem;
	top: 50%;
	margin-top: -153px;
	text-align: center
}

.location .fast-nav a {
	display: block;
	padding: 2px 0;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.location .fast-nav a.active {
	transform: scale(4);
	color: #e74c3c
}

.icon-zan1 {
	color: #e74c3c !important
}

.detail_team {
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 5px
}

.detail_team .a {
	width: 115px;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 10px;
	display: inline-block
}

.detail_team .a .img {
	width: 115px;
	height: 115px
}

.detail_team .a p {
	width: 115px
}

.detail_team .a:last-child {
	margin-right: 0px
}

.form-common-title {
	text-align: center
}

.form-common-title img {
	background-color: transparent !important
}

.form-common-title .img1 {
	width: 3.17rem;
	height: 0.37rem;
	display: block !important;
	margin: 0 auto
}

.form-common-title p {
	font-size: 0.24rem;
	color: #e1d2c9;
	margin-top: 0.15rem
}

.form-common-title .title {
	font-size: 24px;
	color: #333
}

.form-common-body {
	padding: 20px 15px;
	padding-bottom: 10px
}

.form-common-body form {
	width: 100%
}

.form-common-body form .form-input {
	height: 60px
}

.form-common-body form .form-input input {
	height: 40px !important;
	line-height: 40px !important;
	width: 100%;
	border-radius: 5px;
	background-color: #4a403a;
	text-indent: 10px;
	color: #999;
	font-size: 12px
}

.form-common-body form .form-input .error {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-indent: 10px;
	margin-top: 0
}

.form-common-body form button {
	font-size: 15px
}

.form-common-body .tel {
	width: 100%;
	margin: 5px auto;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px
}

.form-common-body .tel i {
	font-size: 12px
}

.form-common-body .tel.sub {
	color: #666
}

.form-common-body .tel.black {
	color: #333
}

.soft-flow {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.soft-flow .bl {
	width: 1.5rem
}

.soft-flow .bl .cic {
	margin: auto;
	width: .84rem;
	height: .84rem;
	border-radius: 50%;
	border: 1px solid #edecec;
	color: #666;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.soft-flow .bl .cic i {
	font-size: .3rem
}

.soft-flow .bl .num {
	text-align: center;
	font-size: .24rem;
	margin-top: .15rem
}

.soft-flow .bl .text {
	text-align: center;
	font-size: .2rem;
	white-space: nowrap
}

.soft-flow .ell {
	width: .4rem;
	height: .08rem;
	margin-top: .4rem !important;
	background-color: transparent
}

.soft-flow .ell img {
	background-color: transparent
}

.yuyue .input input {
	height: 54px;
	background: #f8f8f8;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	border: solid 1px transparent
}

.yuyue.black .input ::-webkit-input-placeholder {
	color: #ccc
}

.yuyue.black .input :-moz-placeholder {
	color: #ccc
}

.yuyue.black .input ::-moz-placeholder {
	color: #ccc
}

.yuyue.black .input :-ms-input-placeholder {
	color: #ccc
}

.yuyue.black .input input {
	background: rgba(255,255,255,0.25);
	border-color: rgba(255,255,255,0.3);
	color: #fff
}

#yuyueLayer .head {
	height: 45px;
	position: fixed;
	width: 7.5rem;
	left: 50%;
	margin-left: -3.75rem;
	top: 0;
	color: #fff;
	line-height: 45px;
	z-index: 110;
	background: #252525
}

#yuyueLayer .head .back {
	width: 45px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center
}

#yuyueLayer .head .tit {
	text-align: center;
	font-size: 16px;
	box-sizing: border-box
}

#yuyueLayer .head .tit h1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 40px
}

#yuyueLayer .head em.public_meun {
	width: 45px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%
}

#yuyueLayer .head em.public_meun i {
	position: absolute;
	top: 50%;
	width: 60%;
	height: 1px;
	background-color: #fff;
	left: 20%;
	display: block;
	margin-top: -9px;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

#yuyueLayer .head em.public_meun i:nth-of-type(2) {
	margin: 0
}

#yuyueLayer .head em.public_meun i:last-of-type {
	margin-top: 9px
}

#yuyueLayer .head em.on i:first-of-type {
	transform: translate(0, 9px) rotate(-45deg);
	-moz-transform: translate(0, 9px) rotate(-45deg);
	-webkit-transform: translate(0, 9px) rotate(-45deg);
	-ms-transform: translate(0, 9px) rotate(-45deg)
}

#yuyueLayer .head em.on i:nth-of-type(2) {
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1)
}

#yuyueLayer .head em.on i:last-of-type {
	transform: translate(0, -8px) rotate(45deg);
	-moz-transform: translate(0, -8px) rotate(45deg);
	-webkit-transform: translate(0, -8px) rotate(45deg);
	-ms-transform: translate(0, -8px) rotate(45deg)
}

#yuyueLayer .indexPage .back {
	display: none
}

#yuyueLayer .btn-large {
	height: 54px;
	line-height: 54px;
	font-size: 15px;
	padding: 0 26px;
	text-decoration: none;
	color: #fff;
	background-color: #e5493a;
	text-align: center;
	letter-spacing: .5px;
	transition: background-color .2s ease-out;
	cursor: pointer
}

#yuyueLayer.yuyueLayer {
	position: fixed;
	top: 45px;
	width: 100%;
	z-index: 2000;
	height: 100%;
	background: #fafafa
}

.lazy {
	position: relative;
	background: url("data:image/gif;base64,R0lGODlhEAAQALMMAKqooJGOhp2bk7e1rZ2bkre1rJCPhqqon8PBudDOxXd1bISCef///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAAAMACwAAAAAEAAQAAAET5DJyYyhmAZ7sxQEs1nMsmACGJKmSaVEOLXnK1PuBADepCiMg/DQ+/2GRI8RKOxJfpTCIJNIYArS6aRajWYZCASDa41Ow+Fx2YMWOyfpTAQAIfkEBQAADAAsAAAAABAAEAAABE6QyckEoZgKe7MEQMUxhoEd6FFdQWlOqTq15SlT9VQM3rQsjMKO5/n9hANixgjc9SQ/CgKRUSgw0ynFapVmGYkEg3v1gsPibg8tfk7CnggAIfkEBQAADAAsAAAAABAAEAAABE2QycnOoZjaA/IsRWV1goCBoMiUJTW8A0XMBPZmM4Ug3hQEjN2uZygahDyP0RBMEpmTRCKzWGCkUkq1SsFOFQrG1tr9gsPc3jnco4A9EQAh+QQFAAAMACwAAAAAEAAQAAAETpDJyUqhmFqbJ0LMIA7McWDfF5LmAVApOLUvLFMmlSTdJAiM3a73+wl5HYKSEET2lBSFIhMIYKRSimFriGIZiwWD2/WCw+Jt7xxeU9qZCAAh+QQFAAAMACwAAAAAEAAQAAAETZDJyRCimFqbZ0rVxgwF9n3hSJbeSQ2rCWIkpSjddBzMfee7nQ/XCfJ+OQYAQFksMgQBxumkEKLSCfVpMDCugqyW2w18xZmuwZycdDsRACH5BAUAAAwALAAAAAAQABAAAARNkMnJUqKYWpunUtXGIAj2feFIlt5JrWybkdSydNNQMLaND7pC79YBFnY+HENHMRgyhwPGaQhQotGm00oQMLBSLYPQ9QIASrLAq5x0OxEAIfkEBQAADAAsAAAAABAAEAAABE2QycmUopham+da1cYkCfZ94UiW3kmtbJuRlGF0E4Iwto3rut6tA9wFAjiJjkIgZAYDTLNJgUIpgqyAcTgwCuACJssAdL3gpLmbpLAzEQA7LyogIHx4R3YwMHxhMDk3N2E3ZTFmMDQ1MjlmZTRhZDdhYzlhZWJkNjE3NyAqLw==") center center no-repeat;
	overflow: hidden;
	background-color: #fff;
	-webkit-transform: rotateZ(0)
}

.lazy img.lazy_img {
	background: none;
	position: absolute
}

.lazy.load-over {
	background-image: none
}

img.lazy_img {
	background: url(https://www.chinahuapu.cn/images/loading.gif) center center no-repeat;
	background-color: #fff
}

img.lazy_img.load-over {
	background-image: none !important
}

.auto_height {
	height: 500px;
	background: url(https://www.chinahuapu.cn/images/loading.gif) center center no-repeat;
	background-color: #fff
}

.auto_height.load-over {
	background-image: none
}

.button {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	outline: none;
	transition: .1s;
	font-weight: 500;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 2px
}

.button.is-round {
	border-radius: 20px;
	padding: 12px 23px
}

.button.is-plain:focus,.button.is-plain:hover {
	background: #fff;
	border-color: #e74c3c;
	color: #e74c3c
}

.button.is-disabled,.button.disabled {
	opacity: .6;
	cursor: not-allowed
}

.button:hover,.button:focus {
	color: #000;
	border-color: #ddd;
	background-color: #f8f8f8
}

.button-primary {
	color: #fff;
	background-color: #e74c3c;
	border-color: #e74c3c
}

.button-primary:focus,.button-primary:hover {
	background: #d62c1a;
	border-color: #d62c1a;
	color: #fff
}

.button-primary.is-plain {
	color: #e74c3c;
	background: #fff;
	border-color: #e74c3c
}

.button-primary.is-plain:hover,.button-primary.is-plain:focus {
	background: #e74c3c;
	border-color: #e74c3c;
	color: #fff
}

.button-yellow {
	color: #fff;
	background-color: #E6A64C;
	border-color: #E6A64C
}

.button-yellow:focus,.button-yellow:hover {
	background: #e0901f;
	border-color: #e0901f;
	color: #fff
}

.button-yellow.is-plain {
	color: #E6A64C;
	background: #fff;
	border-color: #E6A64C
}

.button-yellow.is-plain:hover,.button-yellow.is-plain:focus {
	background: #E6A64C;
	border-color: #E6A64C;
	color: #fff
}

.button-black {
	color: #fff;
	background-color: #333;
	border-color: #333
}

.button-black:focus,.button-black:hover {
	background: #1a1919;
	border-color: #1a1919;
	color: #fff
}

.button-black.is-plain {
	color: #333;
	background: #fff;
	border-color: #333
}

.button-black.is-plain:hover,.button-black.is-plain:focus {
	background: #333;
	border-color: #333;
	color: #fff
}

.button-transparent {
	color: #333;
	background: transparent;
	border-color: #333
}

.button-transparent.white {
	color: #fff;
	border-color: #fff
}

.button-transparent:hover,.button-transparent:focus {
	background: #e74c3c;
	border-color: #e74c3c;
	color: #fff
}

.head {
	height: 45px;
	position: fixed;
	width: 7.5rem;
	left: 50%;
	margin-left: -3.75rem;
	top: 0;
	color: #000;
	line-height: 45px;
	z-index: 110;
	background: #fff;
	box-shadow: rgba(0,0,0,.1) 0 2px 12px 0;
}

.head.shadow {
	box-shadow: 0 0 20px #efefef
}

.head.transparent {
	background: none
}

.head.transparent .iconfont,.head.transparent .tit {
	color: #fff
}

.head.transparent .public-meun i {
	background: #fff
}

.head.transparent .public-meun.on i {
	background: #000
}

.head .back {
	width: 45px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center
}

.head .cur-city {
	height: 45px;
	line-height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 15px;
	max-width: 110px
}

.head .cur-city .iconfont {
	font-weight: bold
}

.head .tit {
	text-align: center;
	font-size: 16px;
	width: 4rem;
	margin: auto
}

.head .public-meun {
	width: 45px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%
}

.head .public-meun i {
	position: absolute;
	top: 50%;
	width: 40%;
	height: 1px;
	background-color: #000;
	left: 20%;
	display: block;
	margin-top: -7px;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s
}

.head .public-meun i:nth-of-type(2) {
	margin: 0
}

.head .public-meun i:last-of-type {
	margin-top: 7px
}

.head .public-meun.on i:first-of-type {
	transform: translate(0, 6px) rotate(-45deg);
	-moz-transform: translate(0, 6px) rotate(-45deg);
	-webkit-transform: translate(0, 6px) rotate(-45deg);
	-ms-transform: translate(0, 6px) rotate(-45deg)
}

.head .public-meun.on i:nth-of-type(2) {
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1)
}

.head .public-meun.on i:last-of-type {
	transform: translate(0, -8px) rotate(45deg);
	-moz-transform: translate(0, -8px) rotate(45deg);
	-webkit-transform: translate(0, -8px) rotate(45deg);
	-ms-transform: translate(0, -8px) rotate(45deg)
}

.head .search-btn,.head .share-btn {
	font-size: 20px;
	color: #000;
	position: absolute;
	right: 46px;
	top: 0;
	line-height: 45px;
	height: 45px;
	width: 45px;
	text-align: center
}

.head form#public_search_input {
	margin: 0 10px 0 45px;
	height: 100%;
	padding: 7px 0;
	position: relative;
	overflow: visible
}

.head form#public_search_input button {
	float: right;
	height: 100%;
	font-size: 20px;
	line-height: 31px;
	background: none;
	padding: 0 6px;
	border: none;
	font-weight: bold
}

.head form#public_search_input div.input {
	background-color: #eee;
	height: 32px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	right: 35px
}

.head form#public_search_input div.input span.search_select {
	display: block;
	padding: 0 4px 0 9px;
	font-size: 14px;
	line-height: 33px;
	color: #666
}

.head form#public_search_input div.input input {
	border: none;
	background-color: transparent;
	padding-left: 0;
	color: #333;
	font-size: 12px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(255,0,0,0);
	line-height: 32px
}

.head form#public_search_input div.input i.input_close {
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 1;
	border-radius: 50%;
	color: #666;
	text-align: center;
	line-height: 15px;
	top: 50%;
	margin-top: -7px;
	right: 10px;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
	z-index: 10
}

.head form#public_search_input div.input i.has_close {
	display: block
}

.head form#public_search_input div.search_select_list_body {
	position: fixed;
	z-index: 50;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.5;
	left: 0;
	top: 0;
	display: block
}

.head form#public_search_input div.select_list_body {
	display: none
}

.head form#public_search_input section.search_select_list {
	position: absolute;
	z-index: 60;
	left: 4px;
	top: 100%;
	border-radius: 5px;
	background-color: #e74c3c;
	display: block
}

.head form#public_search_input section.search_select_list span {
	display: block;
	color: #fff;
	font-size: 12px;
	padding: 10px 5px;
	line-height: 1em;
	text-align: center
}

.head form#public_search_input section.search_select_list:after {
	content: '';
	top: -6px;
	left: 50%;
	margin-top: 1px;
	margin-left: -6px;
	display: block;
	position: absolute;
	border-width: 0 6px 6px 6px;
	border-style: solid;
	border-color: transparent transparent #e74c3c transparent
}

.nav-layer {
	display: none;
	width: 7.5rem;
	position: fixed;
	left: 50%;
	top: 45px;
	bottom: 0;
	margin-left: -3.75rem;
	background: #fff;
	z-index: 100
}

.nav-layer ul {
	height: 100%;
	padding-bottom: 50px;
	box-sizing: border-box;
	overflow: auto;
	text-align: center
}

.nav-layer ul .iconfont {
	font-size: 24px
}

.nav-layer ul .iconfont.icon0 {
	color: #e27261
}

.nav-layer ul .iconfont.icon-zhuangxiu2 {
	color: #ab6ac9
}

.nav-layer ul .iconfont.icon1 {
	color: #458ddb
}

.nav-layer ul .iconfont.icon2 {
	color: #f09d39
}

.nav-layer ul .iconfont.icon3 {
	color: #8280ea
}

.nav-layer ul .iconfont.icon4 {
	color: #e09277
}

.nav-layer ul .iconfont.icon5 {
	color: #d57ca0
}

.nav-layer ul .iconfont.icon6 {
	color: #659c47
}

.nav-layer ul .iconfont.icon7 {
	color: #4bb8d8
}

.nav-layer ul .iconfont.icon8 {
	color: #aca154
}

.nav-layer ul .iconfont.icon9 {
	color: #4aa2a3
}

.nav-layer ul .iconfont.icon10 {
	color: #e58361
}

.nav-layer ul .iconfont.icon11 {
	color: #3797ca
}

.nav-layer ul .iconfont.icon12 {
	color: #db6671
}

.nav-layer ul li {
	float: left;
	width: 25%;
	margin: 25px 0 15px
}

.nav-layer ul li a {
	display: inline-block
}

.nav-layer ul li .text {
	display: block;
	color: #333
}

.nav-layer .user-info {
	padding: 0 15px;
	box-sizing: border-box;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 20px #ddd
}

.nav-layer .user-info .lazy {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-top: 5px
}

.nav-layer .user-info .fr {
	line-height: 50px
}

#location {
	background: #f8f8f8;
	z-index: 120;
	position: fixed;
	overflow: auto;
	left: 50%;
	top: 45px;
	bottom: 0;
	width: 7.5rem;
	margin-left: -3.75rem
}

.footer {
	color: #858585;
	background: #2e2e2e;
	padding: 15px 0;
	width: 100%;
	bottom: 50px;
	line-height: 1.8;
	left: 0;
	position: absolute
}

.footer .gopc {
	color: #858585 !important
}

.tabnavs{
	height: 50px;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 10;
	width: 7.5rem;
	margin-left: -3.75rem
}

.tabnavs ul {

	display: flex;
	text-align: center
}

.tabnavs .iconfont {
	display: block;
	font-size: 20px;
	margin-top: 2px
}

.tabnavs li {
	box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	display: block
}

.tabnavs li a {
	color: #333
}

.tabnavs li.active a {
	color: #e74c3c
}

@keyframes rotate {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

#loadState {
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #959595;
	margin-bottom: 20px
}

#loadState.loadend:after {
	content: '没有更多了~';
	font-size: 12px
}

#loadState:not(.loadend):after {
	content: '\e801';
	font-family: 'iconfont';
	font-size: 16px;
	display: inline-block;
	animation: rotate 1s linear infinite
}
