.newyear{
	background-color: #FFFFFF;
	}
.clear,
.clearfix:after,
.grid:after {
	clear: both
}

.bdiv,
.left {
	float: left
}

.J_online {
	cursor: pointer
}
table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

del {
	text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

.btn-danger,
.center,
.m-table,
.showBtn {
	text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500
}

q:after,
q:before {
	content: ''
}

.clearfix:after,
.clearfix:before,
.grid:after,
.grid:before {
	content: " ";
	display: table
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

.btn-danger,
.m-table-cell,
select,
textarea {
	vertical-align: middle
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

a,
ins {
	text-decoration: none
}

body,
html {
	font-family: sans-serif
}

body {
	font-size: .6rem
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	font-family: inherit;
	outline-offset: 0;
	outline-style: none;
	outline-width: 0;
	-webkit-font-smoothing: inherit;
	background-image: none
}

button,
input {
	line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}

button[disabled],
html input[disabled] {
	cursor: default
}

input,
select,
textarea {
	-webkit-appearance: none;
	border: 0;
	border-radius: 0
}

select,
textarea {
	color: inherit;
	margin: 0;
	-webkit-writing-mode: horizontal-tb;
	font-family: inherit;
	font-size: inherit;
	line-height: 2;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0;
	text-shadow: none
}

.section {
	transform: translateZ(0);
	margin-top: -1px;
	display: block
}

.section .img {
	width: 100%;
	height: auto;
	display: block
}

.m-container {
	width: 95%;
	margin: auto
}

.m-table,
.max-row {
	width: 100%
}
.max-row span{
	font-size: 1.25rem;
	line-height: 3rem;
}
.xdf-toast-container {
	line-height: 17px;
	position: fixed;
	z-index: 200000 !important;
	bottom: 50px;
	left: 50%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0
}

.xdf-toast-container.mui-active {
	opacity: .9
}

.m-column {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	align-items: center;
	-moz-box-align: center
}

.m-row {
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	align-items: center;
	-moz-box-align: center
}

.m-Title {
	margin: .2rem auto;
	font-size: .46rem
}

.m-Titlemin {
	margin-bottom: 1.2rem;
	font-size: 1rem
}

.m-table {
	display: table;
	font-family: sans-serif;
	height: 100%
}

.m-table-cell {
	display: table-cell
}

.bdiv {
	width: 49%;
	margin: 0 2% 2% 0;
	background: #fff;
	outline: #eee solid 1px
}

.bdiv:nth-child(even) {
	margin-right: 0
}

.imgbox {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	outline: #EEE solid 1px
}

.imgbox img {
	width: 100%;
	position: absolute;
	height: auto
}

.hidden {
	display: none
}

.btn-danger,
.inline-block {
	display: inline-block
}

.right {
	float: right
}

.center {
	margin: 0 auto
}

.red {
	color: red
}

.btn-danger {
	width: auto;
	color: #fff;
	background-color: #d9534f;
	padding: .16rem .3rem;
	margin-bottom: 0;
	font-size: .4rem;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

#alertActivity,
#weixinpop {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0
}

.margin_min {
	margin-top: .2rem
}

.margin_max {
	margin-top: .4rem
}

.font-weight {
	font-weight: 600
}

.textOverflow {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.jiugon_icon,
.m_block {
	display: block
}

.jiugon_icon {
	font-size: 1rem !important
}

#weixinpop {
	max-width: 640px;
	z-index: 99999999;
	height: 0;
	margin: auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	transition: height .3s ease;
	-webkit-transition: height .3s ease;
	font-size: 12px
}

#weixinpop div:last-child,
.textAnimatColor {
	background: #fff;
	-webkit-animation: textColor infinite 1s
}

#weixinpop div:first-child {
	text-align: center;
	padding: 5px
}

#weixinpop div:nth-child(2) {
	width: 58%;
	border-left: 1px solid #909090
}

#weixinpop div:last-child {
	color: #000;
	padding: .1rem .2rem;
	border-radius: .08rem
}

#weixinpop div:nth-child(2) p {
	padding: 3px 0;
	text-indent: 10px
}

.textAnimatColor {
	color: #ff6700ad
}

@-o-keyframes textColor {
	form {
		color: #ff6700ad
	}

	to {
		color: red
	}
}

@-moz-keyframes textColor {
	form {
		color: #ff6700ad
	}

	to {
		color: red
	}
}

@keyframes textColor {
	form {
		color: #ff6700ad
	}

	to {
		color: red
	}
}

#alertActivity {
	height: 100%;
	margin: auto;
	bottom: 0;
	z-index: 999
}

.alertActivity {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-o-transition: all ease 1s;
	display: none
}

.contActivity,
.showActivity {
	-webkit-transition: all ease .55s;
	-moz-transition: all ease .55s;
	-ms-transition: all ease .55s;
	-o-transition: all ease .55s
}

.showActivity {
	display: block;
	background: rgba(0, 0, 0, .35)
}

.contActivity {
	width: 6rem;
	height: 100%;
	position: relative;
	margin: auto
}

.btnwap {
	position: absolute;
	bottom: .1rem;
	z-index: 1;
	animation: btnsize .65s infinite;
	-moz-animation: btnsize .65s infinite;
	-o-animation: btnsize .65s infinite;
	transition: .45s all;
	-webkit-transition: .45s all
}

.check-style {
	color: red
}

.showBtn,
J_alertActivity span {
	color: #fff;
	border-radius: 100%
}

.showBtn {
	position: fixed;
	width: 2.5rem;
	height: 2.5rem;
	z-index: 1000;
	transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	transition: all 1s;
	font-size: .36rem;
	right: 0;
	bottom: 5rem
}

.showBtnScale {
	animation: anshow .65s forwards;
	-moz-animation: anshow .65s forwards;
	-o-animation: anshow .65s forwards
}

.hideBtnScale {
	transition: all 1s;
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	display: none
}

@-webkit-keyframes btnsize {

	0%,
	100%,
	20%,
	50%,
	80% {
		transition-timing-function: cubic-bezier(.31, .68, .36, .22);
		transform: scale(1)
	}

	30% {
		transition-timing-function: cubic-bezier(.755, .5, .855, .060);
		transform: scale(.6)
	}

	90% {
		transform: scale(1)
	}
}

@keyframes btnsize {

	0%,
	100%,
	20%,
	50%,
	80% {
		transition-timing-function: cubic-bezier(.31, .68, .36, .22);
		transform: scale(1)
	}

	50% {
		transition-timing-function: cubic-bezier(.755, .5, .855, .060);
		transform: scale(.8)
	}

	90% {
		transform: scale(1)
	}
}

@-webkit-keyframes anshow {

	0%,
	100%,
	20%,
	50%,
	80% {
		transition-timing-function: cubic-bezier(.31, .68, .36, .22);
		transform: scale(1)
	}

	30% {
		transition-timing-function: cubic-bezier(.755, .5, .855, .060);
		transform: scale(.6)
	}

	90% {
		transform: scale(1)
	}
}

@keyframes anshow {

	0%,
	100%,
	20%,
	50%,
	80% {
		transition-timing-function: cubic-bezier(.31, .68, .36, .22);
		transform: scale(1)
	}

	30% {
		transition-timing-function: cubic-bezier(.755, .5, .855, .060);
		transform: scale(.6)
	}

	90% {
		transform: scale(1)
	}
}

@-webkit-keyframes anhide {

	0%,
	100%,
	20%,
	50%,
	80% {
		transform: scale(.4);
		right: .05rem;
		opacity: 0;
		display: none
	}

	45% {
		transition-timing-function: cubic-bezier(.755, .5, .855, .060);
		transform: scale(.7);
		opacity: .6
	}

	55% {
		transition-timing-function: cubic-bezier(.755, .5, .855, .060);
		transform: scale(.8);
		opacity: 1
	}

	90% {
		transition-timing-function: cubic-bezier(.31, .68, .36, .22);
		transform: scale(0);
		opacity: 0
	}
}

@keyframes anhide {

	0%,
	100%,
	20%,
	50%,
	80% {
		transform: scale(.4);
		right: .05rem;
		opacity: 0;
		display: none
	}

	45% {
		transition-timing-function: cubic-bezier(.755, .5, .855, .060);
		transform: scale(.7);
		opacity: .6
	}

	55% {
		transition-timing-function: cubic-bezier(.755, .5, .855, .060);
		transform: scale(.8);
		opacity: 1
	}

	90% {
		transition-timing-function: cubic-bezier(.31, .68, .36, .22);
		transform: scale(0);
		opacity: 0
	}
}

.clStyle {
	transition: all .5s;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0
}

J_alertActivity span {
	right: 45%;
	position: absolute;
	background: red;
	font-size: .6rem;
	bottom: 25%;
	box-shadow: 0 0 10px 0 #FF6537;
	line-height: .5rem
}

.flexcenter,
.honbaoposition {
	position: relative
}

.flexcenter {
	height: 8.2rem;
	width: 8rem;
	margin-top: -2.6rem
}

.add-form textarea {
	height: 100px
}

.am-form input[type=color],
.am-form input[type=date],
.am-form input[type=datetime-local],
.am-form input[type=datetime],
.am-form input[type=email],
.am-form input[type=month],
.am-form input[type=password],
.am-form input[type=search],
.am-form input[type=tel],
.am-form input[type=text],
.am-form input[type=time],
.am-form input[type=url],
.am-form input[type=week],
.am-form select,
.am-form textarea,
.am-form-field,
am-form input[type=number] {
	display: block;
	width: 100%;
	color: #555;
	text-indent: .2rem;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.yf-error-tip {
	display: block;
	color: #e74c3c;
	font-size: .32rem;
	height: .4rem;
	line-height: .4rem;
	text-align: right
}

input:focus {
	border: 1px solid #f7d7ce !important;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px
}

.honbaotext {
	position: absolute;
	color: #fbce30;
	font-size: 1.4rem;
	font-family: 'microsoft yahei', arial !important;
	display: block;
	top: 55%;
	font-weight: 700
}

.bgnewyear {
	flex: 4;
	-webkit-box-flex: 4;
	position: relative
}

.dongtaiAnimate {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: buzz-out;
	animation-iteration-count: infinite;
	transform-origin: center bottom;
	cursor: pointer
}

@-webkit-keyframes buzz-out {

	0%,
	100%,
	20%,
	50%,
	80% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		transition-timing-function: cubic-bezier(.755, .5, .855, .060);
		transform: translate3d(0, -10px, 0)
	}

	70% {
		transition-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -6px, 0)
	}

	90% {
		transform: translate3d(0, -2px, 0)
	}
}

@-moz-keyframes buzz-out {

	0%,
	100%,
	20%,
	50%,
	80% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		transition-timing-function: cubic-bezier(.755, .5, .855, .060);
		transform: translate3d(0, -10px, 0)
	}

	70% {
		transition-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -6px, 0)
	}

	90% {
		transform: translate3d(0, -2px, 0)
	}
}

@keyframes buzz-out {

	0%,
	100%,
	20%,
	50%,
	80% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		transition-timing-function: cubic-bezier(.755, .5, .855, .060);
		transform: translate3d(0, -10px, 0)
	}

	70% {
		transition-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -6px, 0)
	}

	90% {
		transform: translate3d(0, -2px, 0)
	}
}

.zhsm-ld {
	display: inline-block;
	animation: lingdang 1s infinite;
	-webkit-animation: lingdang 1s infinite;
	color: red;
	background-size: cover;
	font-size: .6rem
}

@-webkit-keyframes lingdang {
	0% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		-webkit-transform-origin: .4rem top;
		transform-origin: .4rem top
	}

	50% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
		-webkit-transform-origin: .4rem top;
		transform-origin: .4rem top
	}

	100% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		-webkit-transform-origin: .8rem top;
		transform-origin: .4rem top
	}
}

@keyframes lingdang {

	0%,
	100% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		-webkit-transform-origin: .4rem top;
		transform-origin: .4rem top
	}

	50% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
		-webkit-transform-origin: .2rem top;
		transform-origin: .4rem top
	}
}

#commentAlert {
	margin: 0 0 0 8px;
	background-image: linear-gradient(to right, #f9a9a9, #f3ba52, #f5f5b9, #b6f3b6, #d4d4f7, #f5f5b9, orange, #f9a9a9, orange, #f5f5b9, #b6f3b6, #f5f5b9, orange, #f9a9a9, #b6f3b6);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-background-size: 200% 100%;
	-webkit-animation: commentAlert-animation .8s infinite linear
}

@-webkit-keyframes commentAlert-animation {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: -100% 0
	}
}

.mwzcolor {
	background-color: #ff6700 !important
}

.mwzcolor-text {
	color: #ff6700 !important
}

.mwfcolor {
	background-color: #dcc6a0 !important
}

.mwfcolor-text {
	color: #dcc6a0 !important
}

a,
a:hover,
body {
	color: #333
}

.swiper-banner img {
	width: 100%;
	display: block
}

.price {
	color: #3d4245;
	font-size: .32rem
}

.price-primary {
	color: #ff5000;
	font-weight: 800
}

.price-del {
	color: #999;
	text-decoration: line-through
}

.maxTitle {
	font-size: 1.5rem;
	color: #f95b07;
	line-height: 3rem;
}

.btn {
	display: inline-block;
	padding: .14rem 0;
	font-size: .7rem;
	margin-top: .4rem;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 2px solid transparent
}

a.btn:hover {
	text-decoration: none
}

.btn:active,
.btn:focus {
	outline: 0
}

.btn-primary {
	color: #fff;
	background-color: #ff5000
}

.btn-warning {
	color: #fff;
	background-color: #ff9400
}

.btn-info {
	color: #fff;
	background-color: #5f646e
}

.btn-default {
	color: #000;
	background-color: #fff
}

.btn-default:active,
.btn-info:active,
.btn-primary:active,
.btn-warning:active {
	color: rgba(255, 255, 255, .7)
}

.btn-primary:active {
	background-color: #ea5310
}

.btn-warning:active {
	background-color: #f18202
}

.btn-info:active {
	background-color: #555a63
}

.btn-default:active {
	background-color: #f5f5f5
}

.btn-border-primary {
	color: #ff5000;
	background-color: #fff;
	border: 2px solid #ff5000
}

.btn-border-primary:active {
	background-color: rgba(255, 80, 0, .7)
}

.btn-border-warning {
	color: #ff9400;
	background-color: #fff;
	border: 2px solid #ff9400
}

.btn-border-warning:active {
	background-color: rgba(255, 148, 0, .7)
}

.btn-border-info {
	color: #5f646e;
	background-color: #fff;
	border: 2px solid #5f646e
}

.btn-border-info:active {
	background-color: rgba(95, 100, 110, .7)
}

.btn-border-default {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff
}

.btn-border-default:active {
	background-color: rgba(255, 255, 255, .7)
}

.btn-border-disabled,
.btn-disabled,
.btn[disabled],
fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-disabled {
	color: rgba(255, 255, 255, .7);
	background-color: #ddd
}

.btn-border-disabled {
	color: #ddd;
	border: 2px solid #ddd
}

.wrapper {
	padding: 0 .32rem
}

.section .img {
	width: 100%;
	height: auto;
	display: block
}

.body {
	position: relative;
	overflow: hidden;
	margin: 0 auto
}

.body .items {
	position: absolute
}

.top_title {
	font-size: .64rem;
	line-height: .96rem;
	text-align: center;
	color: #444;
	width: 100%;
	position: relative;
	display: block;
	padding-bottom: .32rem
}

.top_title .ttl-text {
	position: absolute;
	left: .3rem
}

.top_title .ttr-more {
	position: absolute;
	right: .3rem;
	font-size: .4rem
}

.top_desc {
	font-size: .32rem;
	line-height: .64rem;
	color: #999
}

.divider_line {
	margin: 0 auto !important;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	box-sizing: border-box;
	width: 100%;
	height: .16rem
}

.line-row {
	width: 87.5%;
	margin: 0 auto
}

.select-row .line-tit {
	background: #f1f1f1;
	height: 44px;
	line-height: 44px;
	width: 100%
}

.select-row .line-tit p {
	color: #000;
	font-size: 14px
}

.select-row .select-tip {
	color: #f60;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 5px;
	overflow: hidden
}

.select-row .select-box {
	overflow: hidden;
	padding-bottom: 20px;
	position: relative
}

.select-row .select-box select {
	border-radius: 0;
	display: block;
	width: 100%;
	color: #000;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	-webkit-appearance: listbox;
	text-decoration: none;
	padding-left: 10px;
	outline: 0
}

.barrage {
	position: fixed;
	bottom: 70px;
	right: -500px;
	display: inline-block;
	width: 500px;
	z-index: 397
}

.barrage_box {
	background-color: rgba(0, 0, 0, .5);
	padding-right: 8px;
	height: 40px;
	display: inline-block;
	border-radius: 25px;
	transition: all .3s
}

.barrage_box .portrait {
	display: inline-block;
	margin-top: 4px;
	margin-left: 4px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden
}

.barrage_box .portrait img {
	width: 100%;
	height: 100%
}

.barrage_box div.p a {
	margin-right: 2px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	margin-left: 18px
}

.barrage_box div.p a:hover {
	text-decoration: underline
}

.barrage a,
.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .menu-button:hover,
.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .menu-button:link,
.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table td a.sub-channel-item:hover,
.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table td a.sub-channel-item:link {
	text-decoration: none
}

.barrage .z {
	float: left !important
}

.view-3d {
	position: fixed;
	display: none;
	width: 6rem;
	height: 8.5rem;
	z-index: 1000000;
	animation: bomaction .65s linear forwards;
	-webkit-animation: bomaction .65s linear forwards;
	-moz-animation: bomaction .65s linear forwards
}

.tc1,
.tc2 {
	position: absolute;
	height: 2rem
}

.tc1 {
	left: 0;
	top: 5%;
	width: 40%;
	z-index: 999
}

.tc2 {
	right: 0;
	width: 65%;
	top: 4%;
	z-index: 998
}

.tc1 img,
.tc2 img {
	display: block;
	width: 100%
}

@-moz-keyframes bomaction {
	0% {
		bottom: 1.4rem;
		opacity: .1;
		right: -2rem;
		transform: scale(.1);
		margin-right: 0;
		margin-bottom: 0
	}

	15% {
		bottom: 0;
		opacity: .1;
		right: 0;
		transform: scale(.3);
		margin-right: 0;
		margin-bottom: 0
	}

	36% {
		bottom: 25%;
		right: 25%;
		transform: scale(.4);
		opacity: .5
	}

	48% {
		bottom: 30%;
		right: 30%;
		transform: scale(.5);
		opacity: .6
	}

	60% {
		bottom: 35%;
		transform: scale(.6);
		right: 35%;
		opacity: 1
	}

	70% {
		bottom: 40%;
		transform: scale(.7);
		right: 40%
	}

	80% {
		bottom: 45%;
		transform: scale(.8);
		right: 45%
	}

	90% {
		bottom: 48%;
		transform: scale(.9);
		right: 48%
	}

	100% {
		transform: scale(1);
		opacity: 1;
		bottom: 50%;
		right: 50%;
		margin-right: -3rem;
		margin-bottom: -3rem
	}
}

@keyframes bomaction {
	0% {
		bottom: 1.4rem;
		opacity: .1;
		right: -2rem;
		transform: scale(.1);
		margin-right: 0;
		margin-bottom: 0
	}

	15% {
		bottom: 0;
		opacity: .1;
		right: 0;
		transform: scale(.3);
		margin-right: 0;
		margin-bottom: 0
	}

	36% {
		bottom: 25%;
		right: 25%;
		transform: scale(.4);
		opacity: .5
	}

	48% {
		bottom: 30%;
		right: 30%;
		transform: scale(.5);
		opacity: .6
	}

	60% {
		bottom: 35%;
		transform: scale(.6);
		right: 35%;
		opacity: 1
	}

	70% {
		bottom: 40%;
		transform: scale(.7);
		right: 40%
	}

	80% {
		bottom: 45%;
		transform: scale(.8);
		right: 45%
	}

	90% {
		bottom: 48%;
		transform: scale(.9);
		right: 48%
	}

	100% {
		transform: scale(1);
		opacity: 1;
		bottom: 50%;
		right: 50%;
		margin-right: -3rem;
		margin-bottom: -3rem
	}
}

@-webkit-keyframes bomaction {
	0% {
		bottom: 1.4rem;
		opacity: .1;
		right: -2rem;
		transform: scale(.1);
		margin-right: 0;
		margin-bottom: 0
	}

	15% {
		bottom: 0;
		opacity: .1;
		right: 0;
		transform: scale(.3);
		margin-right: 0;
		margin-bottom: 0
	}

	36% {
		bottom: 25%;
		right: 25%;
		transform: scale(.4);
		opacity: .5
	}

	48% {
		bottom: 30%;
		right: 30%;
		transform: scale(.5);
		opacity: .6
	}

	60% {
		bottom: 35%;
		transform: scale(.6);
		right: 35%;
		opacity: 1
	}

	70% {
		bottom: 40%;
		transform: scale(.7);
		right: 40%
	}

	80% {
		bottom: 45%;
		transform: scale(.8);
		right: 45%
	}

	90% {
		bottom: 48%;
		transform: scale(.9);
		right: 48%
	}

	100% {
		transform: scale(1);
		opacity: 1;
		bottom: 50%;
		right: 50%;
		margin-right: -3rem;
		margin-bottom: -3rem
	}
}

.view-3dbk {
	position: fixed;
	display: block;
	width: 6rem;
	height: 6rem;
	z-index: 1000000;
	animation: bomactionbk .65s linear;
	-webkit-animation: bomactionbk .65s linear
}

@keyframes bomactionbk {
	0% {
		transform: scale(1);
		opacity: 1;
		bottom: 50%;
		right: 50%;
		margin-right: -3rem;
		margin-bottom: -3rem
	}

	15% {
		bottom: 48%;
		transform: scale(.9);
		right: 48%
	}

	36% {
		bottom: 45%;
		transform: scale(.8);
		right: 45%
	}

	48% {
		bottom: 40%;
		transform: scale(.7);
		right: 40%
	}

	60% {
		bottom: 35%;
		transform: scale(.6);
		right: 35%;
		opacity: 1
	}

	70% {
		bottom: 30%;
		right: 30%;
		transform: scale(.5);
		opacity: .6
	}

	80% {
		bottom: 25%;
		right: 25%;
		transform: scale(.4);
		opacity: .5
	}

	90% {
		bottom: 1rem;
		opacity: 0;
		right: -1rem;
		transform: scale(.3);
		margin-right: 0;
		margin-bottom: 0
	}

	100% {
		bottom: 1rem;
		opacity: .1;
		right: -2rem;
		transform: scale(.2);
		margin-right: 0;
		margin-bottom: 0;
		display: none
	}
}

@-webkit-keyframes bomactionbk {
	0% {
		transform: scale(1);
		opacity: 1;
		bottom: 50%;
		right: 50%;
		margin-right: -3rem;
		margin-bottom: -3rem
	}

	15% {
		bottom: 48%;
		transform: scale(.9);
		right: 48%
	}

	36% {
		bottom: 45%;
		transform: scale(.8);
		right: 45%
	}

	48% {
		bottom: 40%;
		transform: scale(.7);
		right: 40%
	}

	60% {
		bottom: 35%;
		transform: scale(.6);
		right: 35%;
		opacity: 1
	}

	70% {
		bottom: 30%;
		right: 30%;
		transform: scale(.5);
		opacity: .6
	}

	80% {
		bottom: 25%;
		right: 25%;
		transform: scale(.4);
		opacity: .5
	}

	90% {
		bottom: 1rem;
		opacity: 0;
		right: -1rem;
		transform: scale(.3);
		margin-right: 0;
		margin-bottom: 0
	}

	100% {
		bottom: 1rem;
		opacity: 0;
		right: -2rem;
		transform: scale(.2);
		margin-right: 0;
		margin-bottom: 0;
		display: none
	}
}

#scrollTop {
	position: fixed;
	bottom: 68px;
	right: 10px;
	width: 26px;
	height: 26px;
	display: none;
	z-index: 99999999
}

.lxjxcenterbox {
	width: 100%;
	height: auto;
	background-color: #fff;
	position: absolute;
	box-shadow: 0 0 50px rgba(10, 2, 4, .75);
	border-radius: .1rem;
	left: 0;
	bottom: 0
}

@keyframes cshow {
	0% {
		transform: rotateX(80deg);
		-webkit-transform: rotateX(80deg);
		-moz-transform: rotateX(80deg)
	}

	20% {
		opacity: 1
	}

	70% {
		transform: rotateX(-30deg);
		-webkit-transform: rotateX(-30deg);
		-moz-transform: rotateX(-30deg);
		opacity: 1
	}

	100% {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		-moz-transform: rotateX(0);
		opacity: 1
	}
}

@-moz-keyframes cshow {
	0% {
		transform: rotateX(80deg);
		-webkit-transform: rotateX(80deg);
		-moz-transform: rotateX(80deg)
	}

	20% {
		opacity: 1
	}

	70% {
		transform: rotateX(-30deg);
		-webkit-transform: rotateX(-30deg);
		-moz-transform: rotateX(-30deg);
		opacity: 1
	}

	100% {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		-moz-transform: rotateX(0);
		opacity: 1
	}
}

@-webkit-keyframes cshow {
	0% {
		transform: rotateX(80deg);
		-webkit-transform: rotateX(80deg);
		-moz-transform: rotateX(80deg)
	}

	20% {
		opacity: 1
	}

	70% {
		transform: rotateX(-30deg);
		-webkit-transform: rotateX(-30deg);
		-moz-transform: rotateX(-30deg);
		opacity: 1
	}

	100% {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		-moz-transform: rotateX(0);
		opacity: 1
	}
}

.lxjxcenterbox-close {
	position: absolute;
	top: -.15rem;
	right: -.15rem;
	cursor: pointer;
	z-index: 9999
}

.lxjxcenterbox-close span {
	display: inline-block;
	width: .6rem;
	height: .6rem;
	line-height: normal;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	border-radius: 50%;
	font-size: .6rem;
	color: red;
	background: #fff
}

.lxjxcenterbox-close span img {
	display: block;
	width: 100%
}

.lxjxcenterbox-close i {
	color: #fff
}

.lxjxcenterbox .xdfcenter-title {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	font-family: "Microsoft YaHei";
	margin-top: 28px
}

.lxjxcenterbox .xdfcenter-title a {
	color: red
}

.lxjxcenterbox .xdfcenter-ftitle {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 200
}

.lxjxcenterbox .lxjxcenter-telval {
	width: 88%;
	height: .85rem;
	border-radius: .05rem;
	-webkit-border-radius: .05rem;
	-moz-border-radius: .05rem;
	margin: .1rem auto .5rem
}

.lxjxcenterbox .lxjx-dhts {
	display: block;
	font-size: .3rem;
	text-align: center;
	border-top: none;
	padding: .1rem 0;
	width: 4.95rem;
	margin: 0 auto .1rem;
	color: #333
}

.lxjxcenterbox .lxjx-dhts span {
	color: red
}

.lxjxcenterbox .lxjx-mobileval {
	width: 97%;
	height: .85rem;
	line-height: .85rem;
	background-color: #d9002f;
	color: #fae78d;
	outline: 0;
	padding-left: 3%;
	font-size: .45rem;
	border: 1px solid #ccc;
	border-radius: .2rem
}

.lxjxcenterbox .lxjx-mobileval::-webkit-input-placeholder {
	color: #d4c4c4;
	font-size: .38rem
}

.lxjxcenterbox .lxjx-mobileval:-moz-placeholder {
	color: #d4c4c4;
	font-size: .38rem
}

.lxjxcenterbox .lxjx-mobileval:-ms-input-placeholder {
	color: #d4c4c4;
	font-size: .38rem
}

.lxjxcenterbox .lxjx-mobilebtn {
	width: 1.64rem;
	height: .65rem;
	line-height: .68rem;
	color: #fff;
	background-color: #333;
	font-size: .3rem;
	text-align: center;
	text-decoration: none;
	float: left;
	border: 0
}

.lxjxcenterbox .lxjx-innerc {
	width: 100%;
	margin: 0 auto;
	font-size: .3rem;
	line-height: .55rem;
	height: .5rem;
	text-align: center;
	display: block
}

.lxjxcenterbox .lxjx-img-box img {
	width: 100%;
	display: block;
	height: auto
}

.lxjxcenterbox .lxjx-bt-box {
	height: 1.1rem
}

.lxjxcenterbox .lxjx-bt-box ul {
	padding: 0 .25rem
}

.lxjxcenterbox .lxjx-bt-box ul li {
	display: block;
	height: auto;
	float: left;
	width: 50%;
	text-align: left
}

.lxjxcenterbox .lxjx-bt-box ul li a span {
	display: inline-block;
	padding: .2rem .5rem;
	vertical-align: middle;
	font-size: .35rem;
	font-weight: 400;
	line-height: .27rem;
	height: .3rem;
	text-align: center;
	white-space: nowrap;
	color: #fff0f0;
	background-color: #f17a7a;
	border-color: #333;
	border-radius: .1rem
}

.lxjxcenterbox .lxjx-bt-box ul li a span i {
	padding-right: .1rem;
	font-size: .45rem
}

.tcbg {
	background: #d9002f;
	padding: .3rem 0 0
}

.gotop {
	position: fixed;
	right: .4rem;
	width: 1.6rem;
	z-index: 5;
	height: 1.6rem;
	overflow: hidden;
	bottom: -4rem;
	transition: bottom ease .3s;
	-webkit-transition: bottom ease .3s
}

.gotop img {
	width: 100%;
	height: auto
}

.mext-mask,
.mext-slip {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0
}

.mext-slip-wrapper .mext-mask {
	background-color: rgba(0, 0, 0, .5)
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

.mext-animate {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.mext-slip-bottom {
	top: auto
}

.mext-mask {
	z-index: 1000;
	background-color: rgba(0, 0, 0, .32);
	top: 0;
	transition: all .1s ease
}

.mext-slip {
	right: 0;
	overflow-y: auto;
	background-color: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .32);
	z-index: 399
}

.mext-slip-content {
	position: relative;
	padding: .32rem .32rem .6rem
}

.mext-slip-content .close {
	position: absolute;
	top: .16rem;
	right: .16rem;
	text-align: right;
	vertical-align: top;
	width: .9rem;
	height: .9rem;
	z-index: 10
}

.mext-slip-content .close i {
	font-size: .9rem
}

.mext-slip-content .mext-slip-ct-hd {
	min-height: 2rem
}

.wx-pop-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .6);
	z-index: 81
}

.footer-common .show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: fadeIn .5s;
	animation: fadeIn .5s
}

.footer-common .hide {
	opacity: 0;
	display: none
}

.wx-pop-wrapper .wx-pop {
	width: 200px;
	position: relative;
	background-color: #fff;
	z-index: 82;
	padding: .1rem
}

.wx-pop-wrapper .wx-pop img {
	display: block;
	width: 100%
}

.page-footer .module-wrap {
	padding-bottom: 1.7rem
}

.page-footer .footer-common-line {
	margin: 0 .21333333rem;
	height: 1px;
	background-color: #5b5b5b;
	transform: scaleY(.5)
}

.page-footer .footer-common-tel {
	display: block;
	height: 1.04rem;
	line-height: 1.04rem;
	font-size: .4rem;
	text-align: center;
	color: red;
	margin: 0 .50666667rem .5rem;
	border: 1px solid #fde9d6
}

.page-footer .footer-common-pd24 {
	padding: .12rem .4rem
}

.page-footer .footer-common-f24 {
	color: #414141;
	font-size: .37rem
}

.footer_nav_lists {
	width: 100%;
	padding: .3rem 0;
	border-bottom: 1px solid #eee
}

.footer_nav_lists .f-nav {
	width: 100%;
	margin: 0 auto;
	display: flex
}

.footer_nav_lists .f-nav a {
	flex: 1;
	text-align: center
}

.hide {
	display: none
}

.show {
	display: block
}

.m-flink-xd {
	float: left
}

.flink-box {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15%;
	padding: 0 7%
}

.flink-box ul li {
	float: left;
	width: 49%;
	height: .8rem;
	line-height: .8rem;
	text-align: left
}

.flink-box ul li a {
	color: #fff;
	font-size: .4rem
}

.button-text {
	color: #a2a2a2
}

.page-footer .footer-gzwm-box ul {
	margin: 0 auto;
	width: 9rem;
	height: 1.2rem
}

.page-footer .footer-gzwm-box ul li {
	float: left;
	height: 1.2rem;
	line-height: 1.2rem;
	color: #666
}

.page-footer .footer-gzwm-box ul li a,
.page-footer .footer-gzwm-box ul li a:hover {
	color: #666
}

.page-footer .footer-gzwm-box ul li.gztag {
	padding-right: .5rem
}

.page-footer .footer-gzwm-box ul li.gztag i {
	font-size: .5rem;
	padding-left: .14rem
}

.submit-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 80;
	height: 1.3rem;
	background-color: #fff;
	border-top: 1px solid #eaeaea
}

.submit-box .sm-button {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	box-sizing: border-box;
	position: relative
}

.submit-box .sm-button:last-child {
	border-right: none
}

.submit-box .sm-button .button-icon {
	font-size: .48rem;
	display: block;
	margin: .15rem auto 0;
	color: red;
	text-align: center
}

.submit-box .sm-button .button-icon-zy {
	font-size: .48rem;
	display: block;
	margin: .13333333rem auto 0;
	color: red;
	text-align: center;
	position: absolute;
	top: -.7rem
}

.submit-box .icon-box {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: #fff
}

.submit-box .sm-button .button-text {
	text-align: center;
	line-height: .50666667rem;
	color: red;
	width: 100%;
	display: block
}

.submit-box .tel-button,
.submit-box .zxzx-button {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	display: block;
	height: 1rem;
	font-size: .38rem;
	text-align: center;
	line-height: 1rem;
	position: relative;
	margin-top: .15rem
}

.submit-box .tel-button {
	border-radius: .5rem 0 0 .5rem;
	background: #fde9d6;
	margin-left: 5%;
	color: #ff6f00
}

.submit-box .zxzx-button {
	border-radius: 0 .5rem .5rem 0;
	background: red;
	margin-right: 5%;
}

.gzxdf-badge {
	font-size: 1rem;
	line-height: 2rem;
	position: absolute;
	top: -.2rem;
	right: .25rem;
	padding: .01rem .1rem;
	color: #fff;
	border-radius: 100px;
	background: red;
	border: 1px solid red;
	display: block
}

.submit-box .zxbm-button {
	background-color: #fde9d6;
	color: #FF6537
}

.submit-box .zxzx-button {
	color: #fff
}

.menu-item {
	position: relative;
	text-align: center;
	-webkit-box-flex: 1.4;
	-webkit-flex: 1.4;
	-ms-flex: 1.4;
	-moz-box-flex: 1.4;
	flex: 1.4
}

.menu-item .menu-desc {
	line-height: .6rem;
	margin-top: .6rem;
	color: red;
	position: relative;
	z-index: 6
}

.cs-wrap,
.cs-wrap:after {
	height: 2rem;
	width: 2rem;
	position: absolute;
	left: 50%;
	margin-left: -1rem;
	background: #fff;
	border-radius: 50%
}

.cs-wrap {
	top: -.85rem;
	padding-top: .2rem;
	z-index: 3
}

.cs-wrap:after {
	top: 0;
	content: "";
	z-index: -1;
	box-shadow: 0 -8px 10px 0 #eee
}

.cs-wrap .cs-circl {
	position: relative;
	width: 1.5rem;
	padding-top: 1.5rem;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 auto
}

.cs-thumb {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-50%);
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%)
}

.cs-thumb .cs-desc {
	width: 93%;
	padding-top: 40%;
	position: absolute;
	top: 29%;
	left: 2%;
	-webkit-transform: rotate(-17deg);
	-ms-transform: rotate(-17deg);
	transform: rotate(-17deg)
}

.cs-thumb .cs-desc p {
	position: absolute;
	width: 100%;
	left: 52%;
	top: 54%;
	transform: translate(-50%, -70%);
	-webkit-transform: translate(-50%, -70%);
	-moz-transform: translate(-50%, -70%);
	-ms-transform: translate(-50%, -70%);
	-o-transform: translate(-50%, -70%);
	font-size: .32rem;
	color: #ff0101;
	text-align: center;
	animation: changecll 1.2s linear infinite;
	-webkit-animation: changecll 1.2s linear infinite
}

.f_zxbm_proDesc,
.f_zxbm_title_name,
.nav-box,
.nav-box .nav-top {
	position: relative
}

.f_zxbm_title_name {
	display: inline-block;
	font-size: .58rem;
	color: #ff6700
}

.f_zxbm_desc {
	font-size: .38rem;
	color: #bbb8b7;
	line-height: .6rem
}

.f_zxbm_proDesc {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-pack: start;
	box-pack: start;
	-webkit-box-flex: 1;
	flex: 1;
	margin-left: .16rem;
	margin-top: -.32rem
}

.f_zxbm_submitNow {
	width: 100%;
	background-color: #f95b07;
	color: #fff;
	font-size: 1.5rem;
	height: 3rem;
}

.bb {
	border-bottom: 1px solid #f4f4f4
}

.flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	box-pack: center;
	justify-content: space-around;
	-webkit-box-orient: horizontal;
	align-items: center
}

.flex-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify
}

.ui-box-flex {
	-webkit-box-flex: 1;
	box-flex: 1
}

.ui-input {
	border: 1px solid #efefef;
	overflow: hidden;
	font-size: .45rem;
	margin: .2rem 0
}

.ui-input input,
.ui-input select {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	height:3rem;
	text-indent: 1.3rem
}

.ui-input select {
	height: 1rem;
	background: #fff;
	color: #666;
	text-indent: .3rem
}

.f-page-header .nav-box {
	background-color: #f2f2f2;
	height: 1.33333333rem
}

.zt-page-header .nav-box {
	background-color: #fff;
	height: 1.5rem
}

.nav-box {
	width: 100%
}

.newyear .bgnewyear {
	flex: 4;
	-webkit-box-flex: 4;
	position: relative
}

.nav-box .nav-zt-hd {
	height: 1.5rem
}

.nav-box .nav-top .hd-icon {
	color: #999;
	font-size: .5rem
}

.nav-box .nav-top .icon-a {
	line-height: 1.33333333rem;
	text-align: center;
	width: 1.33333333rem;
	height: 1.33333333rem;
	display: inline-block
}

.nav-box .nav-top .nav-center {
	position: absolute;
	background-size: 3.5rem;
	background-image: url(../Images/logo1.jpg);
	background-repeat: no-repeat;
	left: 3.8rem;
	top: .6rem;
	display: block;
	height: 1.1rem;
	width: 3.6rem
}

.nav-box .nav-top .nav-left {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.nav-box .nav-top .nav-left .zt-logo {
	display: block;
	width: 7.25rem;
	height: 1.2rem;
	padding-right: .1rem;
	line-height: 1.45rem;
	position: relative;
	margin-left: .13rem;
	margin-top: .2rem;
	overflow: hidden;
	background-size: 7rem;
	background-repeat: no-repeat;
	text-align: right;
	font-style: oblique;
	font-weight: 700;
	color: #ce5252;
	font-size: .3rem
}

.nav-box .nav-top .nav-mid {
	padding-left: 2.66666667rem;
	padding-right: 2.66666667rem
}

.nav-box .nav-top .nav-mid .nav-title {
	line-height: 1.33333333rem;
	text-align: center;
	color: #666;
	font-size: .48rem;
	overflow: hidden;
	text-overflow: ellipsis
}

.nav-box .nav-top .nav-right {
	position: absolute;
	right: 0;
	top: 0;
	height: 1.33333333rem
}

.nav-box .nav-top .nav-right .menu-icon {
	display: block;
	width: 1rem;
	height: 1rem;
	position: relative;
	margin-top: .4rem
}

.nav-box .nav-top .nav-right .menu-icon i {
	font-size: .7rem
}

.nav-box .nav-top .nav-right .am-icon-more {
	line-height: 1.33333333rem;
	text-align: center;
	width: 1.33333333rem;
	height: 1.33333333rem;
	display: inline-block
}

.nav-rightside-menu,
.nav-rightside-menu .dropdown-wrap .dropdown {
	overflow: hidden;
	height: 100%;
	width: 100%
}

.nav-rightside-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
	background-color: rgba(55, 61, 65, .4)
}

.nav-rightside-menu .dropdown-wrap,
.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-close-box {
	position: absolute;
	height: 100%;
	width: 100%
}

.nav-rightside-menu.show {
	-webkit-animation: showFade .5s;
	-moz-animation: showFade .5s;
	-o-animation: showFade .5s;
	animation: showFade .5s;
	opacity: 1
}

.nav-rightside-menu.show .dropdown-wrap {
	-webkit-animation: showMove .5s;
	-moz-animation: showMove .5s;
	-o-animation: showMove .5s;
	animation: showMove .5s;
	left: 0
}

.nav-rightside-menu.hide {
	-webkit-animation: hideFade .5s;
	-moz-animation: hideFade .5s;
	-o-animation: hideFade .5s;
	animation: hideFade .5s;
	opacity: 0
}

.nav-rightside-menu.hide .dropdown-wrap {
	-webkit-animation: hideMove .5s;
	-moz-animation: hideMove .5s;
	-o-animation: hideMove .5s;
	animation: hideMove .5s;
	left: 100%
}

.nav-rightside-menu .dropdown-wrap {
	top: 0;
	left: 100%;
	z-index: 399;
	background: rgba(0, 0, 0, .1)
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content {
	margin-left: 1.6rem;
	padding-bottom: .93333333rem;
	box-sizing: border-box;
	height: 100%;
	overflow: auto;
	background-color: #2E2E2E;
	display: block;
	position: relative
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list {
	width: 100%
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item {
	float: left;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #444
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .channel-item-title {
	height: 40px;
	line-height: 40px;
	width: 100%;
	position: relative;
	padding: 0 .48rem;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .channel-item-title .channel-title {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	height: 40px;
	margin-right: 40px
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .channel-item-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box {
	background-color: #3B3B3B;
	display: none
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box.show {
	display: block
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list {
	overflow: hidden
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list.channel-grid {
	padding: .15333333rem
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table {
	width: 100%
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table td {
	width: 50%;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table td.right-side {
	border-right: none
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table td.bottom-side {
	border-bottom: none
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list table td a.sub-channel-item {
	padding: 6px 12px;
	line-height: 30px;
	height: 72px;
	border: none !important;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	color: #9B9EA0;
	display: block
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list .sub-channel-item .sub-channel-title {
	font-size: 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
	padding: 0 .90666667rem;
	box-sizing: border-box;
	color: #9B9EA0;
	display: block;
	border-bottom: 1px solid #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list .sub-channel-item .sub-channel-title.selected {
	color: #fff;
	background-color: #303030
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list .sub-channel-item .three-channel-list {
	display: none
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list .sub-channel-item .three-channel-list.show {
	display: block;
	border-bottom: 1px solid #444
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list .sub-channel-item .three-channel-list .sub-channel-item-item {
	height: 40px;
	width: 100%;
	line-height: 40px;
	padding: 0 1.33333333rem;
	display: block;
	color: #9B9EA0;
	font-size: 14px;
	border-bottom: 1px solid #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-list .sub-channel-item .three-channel-list .sub-channel-item-item.selected {
	color: #fff;
	background-color: #303030
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .sub-channel-box .sub-channel-more-button {
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #9B9EA0;
	font-size: 14px
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list .channel-item .dbl-icon-base-arrow {
	font-size: 14px;
	position: absolute;
	line-height: 40px;
	top: 0;
	right: .53333333rem;
	color: #fff
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list.clearfix:after,
.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list.clearfix:before {
	content: "";
	display: table
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .channel-list.clearfix:after {
	clear: both
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: .13333333rem .42666667rem .13333333rem .37333333rem
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .menu-button {
	text-align: center;
	margin: .13333333rem 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	width: 100%;
	background-color: #00C1DE;
	border: none;
	color: #fff;
	height: 36px;
	line-height: 36px;
	font-size: 14px
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .search-box {
	background-color: transparent;
	border: 1px solid #cacaca;
	position: relative
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .search-box .label {
	color: #cacaca;
	position: absolute;
	left: .26666667rem;
	top: 0
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .search-box .am-icon-search {
	color: #cacaca;
	position: absolute;
	right: .26666667rem;
	top: 0;
	line-height: 36px
}

.nav-rightside-menu .dropdown-wrap .dropdown .dropdown-content .button-area .search-box .cover {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.nav-rightside-menu .dropdown-wrap .dropdown .selected a,
.nav-rightside-menu .dropdown-wrap .dropdown .selected span {
	color: #00a2c9 !important
}

@keyframes showFade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes hideFade {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes showMove {
	0% {
		left: 100%;
		opacity: 1
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@keyframes hideMove {
	0% {
		left: 0;
		opacity: 1
	}

	100% {
		left: 100%;
		opacity: 0
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.reveal-modal-bg {
	position: fixed;
	cursor: pointer;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
	background: rgba(00, 00, 00, .8)
}

.reveal-modal {
	box-sizing: border-box;
	display: none;
	width: 8rem;
	position: fixed;
	left: 50%;
	top: 25%;
	margin-left: -4rem;
	z-index: 101;
	padding: .2rem .4rem;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: .1rem;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	background-color: #FFF
}

.list-recommend .recommend-list li .img .tag,
.zy_tag_span {
	left: 0;
	top: 0;
	position: absolute
}

.reveal-modal h2 {
	text-align: center;
	font-size: .54rem;
	padding: .2rem 0;
	font-weight: 700;
	color: #ff4a55;
	text-shadow: #f9d3d5 -2px -2px 2px
}

.reveal-modal .close-reveal-modal {
	font-size: .5rem;
	line-height: .5rem;
	position: absolute;
	top: .1rem;
	right: .2rem;
	color: #333;
	font-weight: 700;
	cursor: pointer
}

.list-recommend {
	background: #fff;
	padding-top: .3rem
}

.list-recommend .recommend-loading {
	position: relative
}

.list-recommend .recommend-loading .recommend-loading-anim {
	height: 1.5rem
}

.list-recommend .recommend-title {
	height: .8rem;
	line-height: .8rem;
	background: #fff;
	font-size: .3rem;
	padding: 0 .32rem
}

.list-recommend .recommend-list::after,
.list-recommend .recommend-list::before {
	content: "";
	height: 0;
	clear: both;
	display: table;
	overflow: hidden
}

.list-recommend .recommend-list li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: .3rem
}

.list-recommend .recommend-list li:nth-child(2n) {
	float: right;
	padding-left: .3rem;
	padding-right: .3rem
}

.list-recommend .recommend-list li .img {
	position: relative;
	margin-bottom: -.1rem
}

.list-recommend .recommend-list li .tag_span {
	display: block;
	position: absolute;
	bottom: .1rem;
	right: 0;
	color: #fff;
	padding: 0 .08rem;
	background-color: rgba(0, 0, 0, .2)
}

.list-recommend .recommend-list li .tag_span .huobao-ic {
	color: #ff0c26;
	font-size: .4rem
}

.zy_tag_span {
	display: block;
	padding: .05rem .2rem .1rem;
	border-radius: 0 0 .4rem .4rem;
	font-size: .3rem
}

.list-recommend .recommend-list li .img>img {
	width: 100%;
	height: auto;
	border: 0
}

.list-recommend .recommend-list li .img .tag img {
	height: .32rem;
	width: auto;
	min-height: auto
}

.list-recommend .recommend-list li .recommend-info {
	padding: .16rem 0 .18rem
}

.list-recommend .recommend-list li .recommend-info .recommend-name {
	font-size: .4rem;
	color: rgba(0, 0, 0, .87);
	white-space: nowrap;
	overflow: hidden;
	height: 1rem
}

.ms-gl-box .list-recommend .recommend-list li .img>img {
	height: 4.4rem
}

.ms-gl-box .list-recommend .recommend-list li .recommend-info .recommend-name {
	height: 1.2rem
}

.list-recommend .recommend-list li .recommend-info .recommend-brief {
	margin-top: .16rem;
	font-size: .35rem;
	color: rgba(0, 0, 0, .54);
	line-height: .4rem;
	height: .5rem;
	overflow: hidden
}

.list-recommend .recommend-list li .recommend-info .recommend-price {
	font-size: .32rem;
	color: #ff6000;
	margin-top: .1rem
}

.list-recommend .recommend-list li .recommend-info .recommend-price::before {
	content: "￥";
	font-size: .2rem;
	vertical-align: top;
	margin-right: .05rem;
	font-weight: 400;
	display: inline-block;
	transform: translateY(.01rem);
	-webkit-transform: translateY(.01rem)
}

.list-recommend .recommend-list li .recommend-info .recommend-price .old {
	font-size: .22rem;
	color: rgba(0, 0, 0, .6)
}

.list-recommend .recommend-list li .recommend-info .recommend-price span {
	font-size: .3rem
}

.msfc-recommend-name .recommend-name {
	height: 1.2rem
}

.msfc-recommend-name .list-recommend .recommend-list li .img img {
	height: 4.5rem
}

.arc-recommend-name .list-recommend .recommend-list li .img img {
	height: 3.15rem
}

.arc-recommend-name .recommend-name {
	height: 1.15rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.ol-list li {
	padding: 0 0 .06rem;
	position: relative
}

.ol-list li::after {
	content: "";
	position: absolute;
	bottom: .03rem;
	left: 4.1rem;
	right: 0;
	border-bottom: 1px solid #e4e4e4
}

.ol-list .version-item {
	display: box;
	display: -webkit-box
}

.ol-list .version-item .version-item-img {
	width: 4rem;
	height: 2.45rem;
	position: relative
}

.ol-list .version-item .version-item-img img {
	height: 2.43rem
}

.ol-list .version-item .version-item-intro {
	-webkit-box-flex: 1;
	box-flex: 1;
	display: block;
	padding: 0 .32rem .08rem
}

.ol-list .version-item .version-item-intro .version-item-name {
	font-size: .4rem;
	line-height: .7rem;
	color: rgba(0, 0, 0, .87);
	margin-bottom: .16rem;
	height: 1.6rem
}

.ol-list .version-item .version-item-intro .version-item-desc {
	font-size: .23rem;
	color: rgba(0, 0, 0, .54);
	margin-bottom: .16rem;
	line-height: .3rem;
	height: .6rem;
	overflow: hidden
}

.ol-list .version-item .version-item-intro .version-item-tag {
	position: relative
}

.ol-list .version-item .version-item-intro .version-item-tag .list-tag-icon {
	color: #d2d2d2;
	font-size: .5rem;
	padding-right: .1rem
}

.ol-list .version-item .version-item-intro .version-item-tag span {
	color: #666;
	font-size: .4rem
}

.ol-list .version-item .version-item-intro .version-item-tag span.left-time {
	position: absolute;
	left: 0
}

.ol-list .version-item .version-item-intro .version-item-tag span.right-click {
	position: absolute;
	right: 0
}

.comm-page-ul {
	padding: .3rem
}

.comm-page-ul li {
	float: left;
	padding: 0 .3rem .3rem 0
}

.comm-page-ul li a {
	color: #666
}

.xdf-toast-container {
	line-height: 17px;
	position: fixed;
	z-index: 100000;
	bottom: 50px;
	left: 50%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0
}

.xdf-toast-container.mui-active {
	opacity: .9
}

.xdf-toast-message {
	font-size: 14px;
	padding: 10px 25px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	background: #000;
	opacity: .6
}

.home-top-nav {
	height: 1.6rem;
	border-top: .03rem solid #f1f1f1
}

.artd-sx-box,
.comm-mod-art-box {
	border-top: solid .02rem #f1f1f1
}

.home-top-nav ul li {
	float: left;
	padding: .2rem 0 0 .45rem;
	font-size: .37rem;
	color: #666
}

.home-top-nav ul li.on a {
	color: #ff6700;
	font-weight: 700
}

.home-top-nav ul li .top-nav-icon {
	font-size: .37rem;
	padding-right: .05rem
}

.home-pxxm-box {
	height: 2rem
}

.art-detail-box {
	width: 95%;
	margin: auto
}

.art-detail-box .art-title {
	color: #333;
	font-size: .53333333rem;
	line-height: .8rem
}

.art-detail-box .art-info-box {
	padding-bottom: .3rem
}

.art-detail-box .b-time {
	color: #999ba4;
	font-size: .4rem;
	line-height: .82666667rem
}

.art-detail-box .b-time i {
	font-size: .5rem
}

.art-detail-box .att-info {
	float: right
}

.art-detail-box .att-info i {
	float: left;
	vertical-align: center;
	margin-top: .2rem;
	display: inline-block;
	height: .29333333rem;
	width: .42666667rem;
	font-size: .45rem;
	color: #999
}

.art-detail-box .att-info span {
	float: left;
	padding-left: .13333333rem;
	font-size: .4rem;
	color: #999;
	line-height: .82666667rem
}

.art-detail-box .art-content {
	font-size: .43rem;
	line-height: .7rem;
	color: #333;
	width: 100%;
	word-wrap: break-word;
	overflow: hidden
}

.art-detail-box .art-content img {
	width: 100%;
	height: auto
}

.art-detail-box .art-content p {
	margin-bottom: .3rem
}

.art-detail-box .art-content a {
	color: #ff6700
}

.art-detail-box .art-usr-box {
	padding: .5rem 0 .3rem;
	text-align: right
}

.art-detail-box .art-usr-box span {
	font-weight: 700
}

.b-author-info {
	padding: 0 .53333333rem;
	height: 1.2rem;
	font-size: .4rem;
	color: #333;
	line-height: 1.2rem
}

.comm-mod-title {
	position: relative;
	height: .7rem;
	font-size: .37rem;
	line-height: 1rem
}

.comm-mod-title .left-icon {
	position: absolute;
	display: block;
	width: .1rem;
	height: .5rem;
	left: 0;
	top: .25rem;
	border-left: solid #ff6700 .1rem
}

.comm-mod-title .left-title-text {
	position: absolute;
	display: block;
	left: .2rem
}

.comm-mod-title .right-more {
	position: absolute;
	display: block;
	right: .08rem
}

.comm-mod-title .right-more a {
	color: #ff6700
}

.comm-mod-art-box {
	padding: .1rem 0 .1rem .3rem
}

.comm-mod-art-box ul li {
	height: .8rem;
	line-height: .8rem;
	margin-left: -.2rem
}

.comm-mod-art-box ul li i {
	color: #795548
}

.comm-mod-art-box .art-imgtit-box {
	position: relative;
	height: 2.9rem;
	margin-left: 0
}

.comm-mod-art-box .art-imgtit-box .art-img-box {
	position: absolute;
	left: 0;
	top: .18rem;
	height: 2.8rem;
	width: 4rem
}

.comm-mod-art-box .art-imgtit-box .art-tit-box {
	position: absolute;
	right: 0;
	width: 5.5rem
}

.comm-mod-art-box .art-imgtit-box .art-tit-box p {
	line-height: .6rem
}

.comm-mod-art-box .art-imgtit-box .art-tit-box p.ptitle {
	font-size: .45rem;
	line-height: .75rem
}

.comm-mod-art-box .art-imgtit-box .art-tit-box p.pdesc {
	color: #999
}

.artd-sx-box {
	padding: .3rem
}

.artd-sx-box li {
	line-height: .6rem;
	height: .6rem;
	font-size: .37rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.fj_nav_box {
	position: relative;
	height: 1.6rem
}

.fj_nav_box .nav-more-open-bt {
	position: absolute;
	right: 0;
	width: 2.7rem;
	height: .7rem;
	line-height: .7rem;
	text-align: center;
	z-index: 3;
	font-size: .2rem;
	background: #fff;
	bottom: .07rem;
	display: none
}

.fj_nav_box .nav_ul_box {
	position: absolute;
	z-index: 2;
	height: 100%;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .3)
}

.tel-main {
	height: 1.5rem;
	padding-top: .3rem
}

.tel-box {
	position: relative;
	border: .03rem solid #FF6537;
	border-radius: .1rem;
	height: 1.1rem;
	width: 7.5rem;
	margin: 0 auto
}

.tel-box .tel-bnt,
.tel-box .tel-code,
.tel-box .tel-img {
	position: absolute
}

.tel-box .tel-img {
	left: 0;
	background: #FF6537;
	height: 1.12rem;
	width: 1.1rem;
	text-align: center
}

.tel-box .tel-img i {
	font-size: .8rem;
	color: #fff;
	padding-top: .1rem;
	display: block
}

.tel-box .tel-code {
	left: 1.35rem;
	line-height: 1.1rem;
	font-size: .4rem;
	color: #ff6700
}

.tel-box .tel-bnt {
	right: .06rem;
	width: .9rem;
	height: .3rem;
	font-size: .35rem;
	padding-top: .062rem
}

.tel-box .tel-bnt span {
	border: .03rem solid #ff6700;
	display: block;
	text-align: center;
	color: #ff6700;
	border-radius: .1rem
}

.pxxm-fl-box ul {
	list-style-type: none;
	padding: .2rem .2rem .1rem;
	margin: 0 0 .1rem;
	overflow: hidden
}

.pxxm-fl-box ul li {
	float: left;
	margin: .1rem .06rem;
	padding: .12rem .3rem;
	text-align: center;
	border: 1px solid #ff6700;
	border-radius: 1rem;
	color: #ff6700
}

.bnt-box {
	text-align: center;
	padding: .3rem 0 .5rem
}

.bnt-box a {
	text-align: center;
	background: #ff6700;
	border-radius: .4rem;
	padding: .2rem .6rem;
	margin: 0 .8rem;
	color: #eed491
}

.swiperTabBox .swiperTab {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.swiperTabBox .swiperTab li {
	display: flex;
	height: 1rem;
	border-left: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	cursor: pointer;
	flex: 1;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.swiperTabBox .swiperTab li:first-child {
	border-left: 1px solid transparent
}

.swiperTabBox .swiperTab li.active {
	color: #ff6700;
	font-weight: 700;
	border-bottom: 3px solid #ff6700
}

.swiperTabBox .swiper-slide {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	padding: 0 .3rem
}

.iconSize .iconfont,
.inputcontent,
.rightJs {
	box-sizing: border-box
}

.xdf-liaotian-min-container {
	position: fixed;
	bottom: -20rem;
	min-height: 3.75rem;
	width: 100%;
	z-index: 9000;
	background: #f4f4f4;
	border-top: 1px solid #fbe4d2
}

.xdf-liaotian-min-container .xdf-liaotian-min-hdtel {
	position: relative;
	top: 0;
	height: .6rem;
	width: 100%;
	text-align: center;
	font-size: .37rem;
	line-height: .6rem;
	border-bottom: 1px solid #f1f1f1;
	background: #c5956e
}

.xdf-liaotian-min-container .xdf-liaotian-min-hdtel a {
	color: #fff0f0
}

.xdf-liaotian-min-container .xdf-liaotian-min-msgbox {
	position: relative;
	min-height: 1.6rem
}

.xdf-liaotian-min-container .xdf-liaotian-min-msgbox .xdf-liaotian-min-nc {
	color: #a2a2a2;
	position: absolute;
	left: 2.6rem;
	top: .08rem;
	font-size: .35rem
}

.xdf-liaotian-min-container .xdf-liaotian-min-msgbox .xdf-liaotian-min-head {
	background: url(../Images/lt.jpg) no-repeat;
	background-size: 2rem;
	position: absolute;
	top: .2rem;
	left: .2rem;
	height: 2rem;
	width: 2rem;
	z-index: 9001;
	border-radius: 9rem
}

.xdf-liaotian-min-container .xdf-liaotian-min-msgbox .xdf-liaotian-min-message {
	padding: .15rem .3rem;
	position: absolute;
	left: 2.6rem;
	top: .68rem;
	width: 6.6rem;
	line-height: .47rem;
	background: #ffd59d;
	border-radius: 5px;
	font-size: .35rem;
	color: #ff6700
}

.xdf-liaotian-min-container .xdf-liaotian-min-msgbox .xdf-liaotian-min-message .xdf-liaotian-min-arrow {
	position: absolute;
	top: 8px;
	left: -16px;
	width: 0;
	height: 0;
	font-size: 0;
	border: 8px solid;
	border-color: #f4f4f4 #ffd59d #f4f4f4 #f4f4f4
}

#alertActivity,
#alertLink {
	top: 0;
	left: 0;
	position: fixed
}

.xdf-liaotian-min-container .xdf-liaotian-min-inputbox {
	display: flex;
	padding: 0 .13rem 0 .2rem;
	position: absolute;
	bottom: -.2rem;
	width: 100%
}

.xdf-liaotian-min-container .xdf-liaotian-min-inputbox .input-bt-tel .tel-btn,
.xdf-liaotian-min-container .xdf-liaotian-min-inputbox button {
	border-radius: 4px;
	padding: .1rem .2rem;
	border: 1px solid #c5956e;
	background: #c5956e;
	color: #fff;
	font-size: .36rem
}

.xdf-liaotian-min-container .xdf-liaotian-min-inputbox .input-div {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	margin: .3rem 0 .1rem
}

.xdf-liaotian-min-container .xdf-liaotian-min-inputbox .input-div input {
	padding: .12rem .3rem;
	font-size: .4rem
}

.xdf-liaotian-min-container .xdf-liaotian-min-inputbox .input-bt-fs {
	-webkit-box-flex: .7;
	-ms-flex: .7;
	flex: .7;
	padding-left: .2rem;
	line-height: 1.44rem
}

.xdf-liaotian-min-container .xdf-liaotian-min-inputbox .input-bt-fs .fs-btn {
	border: 1px solid #ff6700;
	background: #ff6700;
	color: #eed491
}

.boxzxz a,
.news_nav a {
	border-radius: .1rem;
	text-align: center
}

.xdf-liaotian-min-container .xdf-liaotian-min-inputbox .input-bt-tel {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.44rem;
	padding-right: .3rem
}

.animation_UP {
	animation: slideUP 1s linear;
	-moz-animation: slideUP 1s linear;
	-webkit-animation: slideUP 1s linear;
	-o-animation: slideUP 1s linear;
	transition: bottom .55s
}

@keyframes slideUP {
	0% {
		bottom: -200px
	}

	100%,
	20%,
	40% {
		bottom: 0
	}

	25% {
		bottom: -8px
	}
}

.news_nav a {
	width: 25%;
	margin-top: .1rem;
	background-color: #f1f1f1;
	padding: .2rem 0
}

.news_nav a p {
	font-size: .32rem
}

.breadcrumb-box {
	padding: .3rem
}

.breadcrumb-box .breadcrumb {
	font-size: .38rem;
	color: #888 !important
}

.breadcrumb-box .breadcrumb:before {
	content: ' > ';
	color: #888
}

.breadcrumb-box .breadcrumb:first-child:before {
	display: none
}

.breadcrumb-box .breadcrumb:last-child {
	color: #fff
}

#alertLink {
	z-index: 99999;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .6)
}

.rightJs {
	width: 1.4rem;
	height: 1.4rem;
	background: red;
	border-radius: 3rem;
	text-align: center;
	color: #fff;
	font-size: .32rem;
	position: fixed;
	right: .2rem;
	bottom: 4.4rem;
	z-index: 10
}

.sub-channel-box .sub-channel-list .small-tag {
	color: #fff;
	background: #f95b07;
	padding: 1px;
	border-radius: 50px;
	height: 20px;
	line-height: 20px;
	width: 20px;
	display: block;
	float: left;
	font-size: 12px;
	text-align: center
}

#alertActivity {
	width: 100%;
	height: 100%;
	margin: auto;
	bottom: 0;
	right: 0;
	z-index: 999
}

.alertActivity {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-o-transition: all ease 1s;
	display: none
}

#alertActivity span {
	right: 45%;
	position: absolute;
	color: #fff;
	background: red;
	font-size: .6rem;
	bottom: 20%;
	border-radius: 100%;
	box-shadow: 0 0 10px 0 #FF6537;
	line-height: .5rem
}

.showActivity {
	-webkit-transition: all ease .55s;
	-moz-transition: all ease .55s;
	-ms-transition: all ease .55s;
	-o-transition: all ease .55s;
	display: block;
	background: rgba(0, 0, 0, .35)
}

.contActivity {
	width: 7rem;
	height: 100%;
	position: relative;
	margin: auto;
	-webkit-transition: all ease .45s;
	-moz-transition: all ease .45s;
	-ms-transition: all ease .45s;
	-o-transition: all ease .45s
}

.hideAlert {
	display: none;
	transition: all .15s
}

.showAlert {
	transition: all .35s;
	display: flex
}

.xdf-flag {
	position: absolute;
	bottom: .08rem;
	left: 0;
	z-index: 2;
	height: .4rem;
	padding: 0 .1rem;
	font-size: .3rem;
	line-height: .4rem;
	text-align: center;
	color: #fff
}

.bgred:after,
.darken-4:after,
.light-green:after,
.orange:after {
	height: 0;
	width: 1.1rem;
	border-right: .2rem solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	content: ''
}

.boxzxz a,
.btnitem,
.positionabs {
	padding: .1rem 0
}

.white-text {
	color: #FFF !important
}

.orange:after {
	border-top: .56rem solid #ff9800
}

.bgred:after {
	border-top: .56rem solid #F44336
}

.light-green:after {
	border-top: .56rem solid #8bc34a
}

.darken-4:after {
	border-top: .56rem solid red
}

.dh,
.positionabs {
	position: relative
}

.positionabs {
	background: rgba(0, 0, 0, .3);
	text-align: center;
	bottom: 0;
	width: 100%;
	color: #fff
}

.btnitem:nth-child(2) {
	margin: 0 .2rem
}

.boxzxz {
	box-shadow: 0 0 10px 2px #eee
}

.submit-box {
	margin-top: 1.3rem
}

.boxzxz a {
	width: 90%;
	font-size: .38rem
}

.iconSize .iconfont {
	width: 1.2rem;
	height: 1.2rem;
	border: 2px solid #f5d3c1;
	border-radius: 100%;
	color: #fc7b26;
	display: block;
	text-align: center;
	line-height: 1.2rem;
	font-size: .62rem;
	font-weight: 700
}

.boxzxul a {
	font-size: .38rem;
	text-decoration: underline;
	color: #f98a4f
}

.dh {
	margin: 0 0 0 55px;
	padding: 10px;
	background: #eee;
	color: #323232;
	border-radius: 6px;
	letter-spacing: 1px;
	z-index: 2
}

.dh::before {
	position: absolute;
	left: -4px;
	top: 4px;
	content: '';
	width: .5rem;
	height: .5rem;
	border-style: solid;
	border-width: 2px;
	border-color: #eee;
	border-radius: .02rem;
	background-color: #eee;
	transform: rotate(45deg);
	z-index: -1
}

.duihua {
	opacity: 0
}

.duihua.one {
	opacity: 1;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 2s;
	transition-delay: 1s;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s
}

.duihua.one:nth-child(2) {
	transition-delay: 2s;
	-moz-transition-delay: 2s;
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s
}

.duihua.one:nth-child(3) {
	transition-delay: 3.5s;
	-moz-transition-delay: 3.5s;
	-webkit-transition-delay: 3.5s;
	-o-transition-delay: 3.2s
}

.duihua.one:nth-child(4) {
	transition-delay: 4s;
	-moz-transition-delay: 4s;
	-webkit-transition-delay: 4s;
	-o-transition-delay: 4s
}

.ly-footer .a2,
input.inputstyle {
	line-height: 35px;
	transition: .3s
}

.ly-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 640px;
	height: 55px;
	background: #FFF;
	border-top: 1px solid #bfbfbf
}

.input {
	border-left: none !important;
	border-bottom: 1px solid #fec3c3 !important
}

input:hover {
	border: none !important;
	border-bottom: 1px solid #fec3c3 !important
}

.ui-input:active {
	borde: 1px solid #fec3c3 !important
}

input.inputstyle {
	width: 80%;
	height: 36px;
	margin: 7px 0 0;
	color: #000;
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #d8d8d8;
	resize: none;
	overflow-y: auto
}

.ly-footer .a2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	height: 35px;
	margin: 7px 5px 0 0;
	background: #ff8e20;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	cursor: pointer
}

.btnitem:nth-child(2),
.huidian {
	margin-left: .2rem
}

.titlemaxborder {
	font-size: .42rem;
	color: #333;
	padding: 0 .4rem;
	margin-top: .4rem
}

.btnitem,
.huidian {
	color: #fff;
	text-align: center
}

.titlemaxborder span {
	width: 1.2rem;
	height: 1px;
	right: 0;
	background: #e94e49
}

.btnitem {
	font-size: .42rem;
	background-color: #e74c47;
	box-shadow: 1px 2px 4px -4px #999;
	width: 100%;
	line-height: 1.6
}

.bottom-hb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: -3rem;
	z-index: 81;
	height: 1.49rem;
	background: #343a6b;
	transition: all 1s
}

.bottom-hb.active {
	transition: all 1s;
	display: block;
	bottom: 0
}

.huidian {
	line-height: 2;
	background: #ff7308;
	border-radius: .5rem;
	width: 100%;
	margin-top: .2rem
}

.inputcontent,
.inputcontent.dwon_show {
	width: 9.2rem;
	left: 50%;
	margin-left: -4.6rem
}

.inputcontent {
	position: fixed;
	background: #fde9d6;
	z-index: 9999;
	top: -5rem;
	transition: all .45s;
	-webkit-transition: all .45s;
	height: 1.5rem;
	border: 2px solid #ff7308;
	border-radius: .2rem;
	opacity: 0
}

.inputcontent.dwon_show {
	top: 5rem !important;
	transition: all .2s;
	-webkit-transition: all .2s;
	height: 4.5rem;
	opacity: 1;
	padding: .4rem 0;
	box-shadow: 2px 4px 4px 0 #ff7308
}

.icon-closestyle {
	position: absolute;
	color: #ff628a;
	right: -.25rem;
	top: -.25rem;
	font-size: .42rem;
	border-radius: 100%;
	z-index: 10;
	background: #fff;
	height: .6rem;
	width: .6rem;
	text-align: center;
	line-height: .6rem
}

.huidianleft,
.huidianright {
	height: 2px;
	background: #999;
	width: 1rem
}

.huijiandesc {
	font-size: .34rem;
	color: #999
}

.huidianright {
	margin-left: .4rem
}

.huidianleft {
	margin-right: .4rem
}

.huidiantitle {
	letter-spacing: 2px;
	text-align: center
}

.btttomdesc i {
	float: left;
	width: 3px;
	height: 4px;
	border-radius: 4px;
	margin-right: 2px;
	background-color: #fff;
	display: inline-block;
	margin-top: .28rem
}

.rightJs,
.winmodel {
	display: none
}

.btttomdesc i:nth-child(1) {
	animation: love1 2s infinite
}

.btttomdesc i:nth-child(2) {
	animation: love2 2s infinite;
	animation-delay: 0.1s
}

.btttomdesc i:nth-child(3) {
	animation: love3 2s infinite;
	animation-delay: 0.25s
}

@keyframes love1 {

	30%,
	50% {
		height: 12px;
		transform: translateY(-6px)
	}

	100%,
	75% {
		height: 5px;
		transform: translateY(0)
	}
}

@keyframes love2 {

	30%,
	50% {
		height: 16px;
		transform: translateY(-8px)
	}

	100%,
	75% {
		height: 5px;
		transform: translateY(0)
	}
}

@keyframes love3 {

	30%,
	50% {
		height: 12px;
		transform: translateY(-6px)
	}

	100%,
	75% {
		height: 5px;
		transform: translateY(0)
	}
}

.winmodel {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 100000
}

.winmodelbtn {
	position: fixed;
	right: .2rem;
	bottom: 3.6rem;
	z-index: 99999;
	background: #ec2055
}

.btttomdesc {
	position: relative;
	height: 3rem;
	line-height:3rem;
	background: #ec2055;
	color: #fff
}

.btttomdesc .title {
	font-size: 1.3rem;
	color: #fff;
	text-align: center
}

.leftwenzi {
	padding: 0 0.5rem
}

.alt-win-content {
	width: 7rem;
	height: auto;
	margin: auto;
	position: relative;
	background: #fff;
	border-radius: .4rem;
	box-shadow: 0 0 40px -8px #eee
}

.loginregister {
	color: #000;
	font-size: .42rem;
	line-height: 2;
	position: relative;
	padding: .2rem .4rem
}

.zb-btn-submit {
	border-radius: .5rem;
	line-height: 2.2;
	font-size: .42rem;
	text-align: center;
	color: #fff;
	margin-bottom: .4rem;
	background: #e443f3;
	background: -moz-linear-gradient(left, #e443f3 0, #9424fc 100%);
	background: -webkit-gradient(linear, left right, left right, color-stop(0, #e443f3), color-stop(100%, #9424fc));
	background: -webkit-linear-gradient(left, #e443f3 0, #9424fc 100%);
	background: -o-linear-gradient(left, #e443f3 0, #9424fc 100%);
	background: -ms-linear-gradient(left, #e443f3 0, #9424fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4547', endColorstr='#e50002', GradientType=0)
}

.loginregister:after,
.loginregister:before {
	background: #e742f2;
	content: '';
	width: .36rem;
	height: .36rem;
	position: absolute;
	margin-top: .2rem;
	transform: rotate(45deg)
}

.loginregister:after {
	left: -.2rem
}

.loginregister:before {
	right: -.2rem
}

.winmodel.active {
	display: flex
}

.titleStyle {
	font-size: 2rem;
	color: #954604;
	text-align: center;
	font-weight: 600;
	line-height: 4rem;
}

.am-text-truncate {
	font-size: .38rem;
	color: #000;
	text-align: center;
	padding: .15rem 0
}

.am-btn-success,
.am-btn-warning {
	color: #fff;
	background-color: #5eb95e;
	border-color: #5eb95e;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	font-size: 1.5rem;
	width: 100%;
	display: block;
	margin: 2rem 0;
}

.am-btn-warning {
	background-color: #f37b1d;
	border-color: #f37b1d
}

.am-list-item-hd,
.am-list-item-text {
	font-size: .4rem;
	padding: .1rem 0;
	width: 95%
}

.am-gallery-item,
.xuexispan {
	width: 100%
}

.am-list-item-text {
	font-size: .36rem;
	color: #999
}

.am-gallery-title {
	font-size: .4rem;
	text-align: center;
	color: #000
}

.am-gallery-desc {
	font-size: .34rem;
	color: #666;
	text-align: center
}

.am-margin-bottom-xs {
	font-size: .4rem
}

.am-text-xs {
	font-size: .38rem
}

.am-btn-danger,
.am-btn-default {
	color: #fff;
	background-color: #dd514c;
	border-color: #dd514c;
	padding: .1rem 0;
	margin-top: .1rem;
	border-radius: .05rem;
	display: inline-block;
	margin-bottom: .1rem;
	width: 100%
}

.am-btn-default {
	background: #999;
	border-radius: .05rem
}

.am-thumbnail a,
.am-thumbnail span {
	display: inline-block;
	text-align: center
}

.am-thumbnail a {
	margin-left: .2rem
}

.btnnextzy {
	background: #999;
	color: #000;
	text-align: center;
	padding: .1rem 0
}

.xuexispan {
	display: block;
	background: #954604;
	height: 32px;
	line-height: 32px;
	position: relative;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff
}

.nr_scqj {
	background: #954604;
	padding: .3rem 0
}

.nr_scqj p {
	width: 96%;
	margin: auto;
	color: #fff;
	line-height: 1.8em;
	padding-top: 1rem;
	text-align: justify;
	font-size: 1.25rem;
}

.nr_scfx h3 {
	color: #954604;
	margin-top: 1em;
	margin-left: 2%;
	font-size: 1.25rem;
	line-break: 2.5rem;
}
.boxsid{
	font-size: 1.15rem;
	line-height: 2rem;
}
.djzx a,
.more a,
.mr_zuopin span,
.nr_scfx a {
	display: block;
	color: #fff;
	text-align: center
}

.djzx a,
.more a,
.nr_scfx a {
	margin: 2rem auto;
	width: 60%;
	height: 3rem;
	line-height: 3rem;
	background: #954604;
	font-size: 1.25rem;
}

.imgbox {
	padding-bottom: 75%;
	outline: 0
}

.mr_zuopin span {
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.25rem;
}
