/* public */
.u-arrow {
	width: .9rem;
	height: .3rem;
	background: url('../img/arrow.svg');
	background-size: .9rem .12rem;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5;
    cursor: pointer;
}
.u-arrow[type=left] {
	transform: rotate(180deg);
}
.u-arrow:hover {
	opacity: 1;
}

.u-tab {
	font-size: 0;
}
.u-tab li {
	display: inline-block;
	box-sizing: border-box;
	min-width: 1rem;
	border: 1px solid #bbb;
	padding: 0 .2rem;
	margin-bottom: .14rem;
	line-height: .5rem;
	font-size: .16rem;
	text-align: center;
	color: #444;
	background: #fff;
	transition: all .3s ease;
}
.u-tab a:nth-child(n+2) li {
	margin-left: .14rem;
}
.u-tab li:hover,
.u-tab li.z-crt {
	border-color: #000;
	font-weight: bold;
	color: #000;
	background: #EFAE35;
}

.u-button {
	position: relative;
}
.u-button span {
	position: relative;
}
.u-button:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #fff;
	transition: width .3s ease;
	background: #EFAE35;
}
.u-button:hover:before {
	width: 100%;
}

.m-content {
    width: 14.4rem;
    margin: 0 auto;
}

.m-textarea {
    line-height: .3rem;
    font-size: .16rem;
	text-align: justify;
    color: #333;
}
/* end public */

/* head */
.m-fixed-head {
    z-index: 101;
	position: fixed;
	left: 0;
	right: 0;
    top: 0;
	transform: translate(0,-1rem);
	transition: transform .3s ease;
}
.m-fixed-head.z-active {
	transform: translate(0,0);
}
.m-head {
    background: #fff;
}
.m-head .m-content {
	height: 1rem;
}
.m-head .logo {
    height: .5rem;
}
.m-head .handle {
	width: .3rem;
	height: .3rem;
	margin-left: .3rem;
	font-size: .26rem;
	cursor: pointer;
}
.m-head .handle:hover {
	color: #EFAE35;
}
.m-head .handle .tf-cross {
	display: none;
}

.m-fixed-menu {
	z-index: 102;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	width: 9.6rem;
	padding: 0 1rem;
	background: #fff;
	transform: translate(100%,0);
	transition: transform .5s ease;
}
.m-fixed-menu.z-active {
	transform: translate(0,0);
}
.m-fixed-menu .close {
	position: absolute;
	right: .6rem;
	top: .5rem;
	width: .3rem;
	height: .3rem;
	font-size: .24rem;
	color: #999;
}
.m-fixed-menu .close:hover {
	color: #EFAE35;
}
.m-fixed-menu .content {
	padding-top: 1.25rem;
}
.m-fixed-menu .menu {
	line-height: .9rem;
	font-size: .4rem;
	font-weight: bold;
	transition: all .3s ease;
}
.m-fixed-menu .menu:hover {
	text-indent: .38rem;
	background: #EFAE35;
}
.m-fixed-menu ul {
	border-top: 1px solid #ddd;
	padding-top: .34rem;
	margin-top: .22rem;
}
.m-fixed-menu ul li {
	line-height: .6rem;
	font-size: .18rem;
	color: #444;
	transition: all .3s ease;
}
.m-fixed-menu ul li:hover {
	text-indent: .2rem;
	text-decoration: underline;
	color: #000;
}
.m-fixed-menu .link {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: .45rem;
}
.m-fixed-menu .link .item {
	display: inline-block;
	position: relative;
	margin-right: .28rem;
	font-size: .21rem;
	opacity: 0;
	transform: translate(.2rem,0);
	transition: opacity .5s ease, transform .5s ease;
	transition-delay: .5s;
}
.m-fixed-menu .link .item:nth-child(2) {
	transition-delay: .65s;
}
.m-fixed-menu .link .item:nth-child(3) {
	transition-delay: .8s;
}
.m-fixed-menu .link .item:nth-child(4) {
	transition-delay: .95s;
}
.m-fixed-menu.z-active .link .item {
	opacity: 1;
	transform: translate(0,0);
}
.m-fixed-menu .link .item:hover {
	color: #EFAE35;
}
.m-fixed-menu .link .item .qrcode {
	display: none;
	position: absolute;
	left: -.05rem;
	bottom: 100%;
	padding-bottom: .1rem;
}
.m-fixed-menu .link .item:hover .qrcode {
	display: block;
}
.m-fixed-menu .link .item .qrcode:before {
	content: '';
	position: absolute;
	left: .08rem;
	bottom: .03rem;
	border-top: .08rem solid #ddd;
	border-left: .06rem solid rgba(0,0,0,0);
	border-right: .06rem solid rgba(0,0,0,0);
}
.m-fixed-menu .link .item .qrcode:after {
	content: '';
	position: absolute;
	left: .09rem;
	bottom: .05rem;
	border-top: .06rem solid #fff;
	border-left: .05rem solid rgba(0,0,0,0);
	border-right: .05rem solid rgba(0,0,0,0);
}
.m-fixed-menu .link .item .qrcode div {
	width: 2rem;
	height: 2rem;
	border: 1px solid #ddd;
	box-shadow: 0 0 .1rem 0 rgba(0,0,0,.1);
}
.m-fixed-menu .link .mall {
	width: 1.1rem;
	height: .4rem;
	border: 1px solid #000;
	line-height: .4rem;
	font-size: .15rem;
	text-align: center;
	color: #000;
}

.m-search {
	z-index: 101;
	position: fixed;
	top: -1.2rem;
	left: 0;
	right: 0;
	background: #fff;
	transition: top .5s ease;
}
.m-search.z-active {
	top: 0;
}
.m-search .m-content {
	height: 1rem;
	line-height: 1rem;
}
.m-search .icon {
	margin-right: .4rem;
	margin-left: .6rem;
	font-size: .25rem;
}
.m-search input {
	box-sizing: border-box;
	width: 12rem;
	height: .3rem;
	border: none;
	font-size: .2rem;
	background: none;
}
.m-search a {
	display: inline-block;
	width: .3rem;
	height: .3rem;
	margin-right: .6rem;
	margin-left: .4rem;
	line-height: .3rem;
	font-size: .22rem;
	color: #9F96BF;
	text-align: center;
}
.m-search a:hover {
	color: #000;
}
/* end head */

/* nav */
.m-nav {
	color: #333;
	background: #F2F2F2;
}
.m-nav .m-content {
	height: .5rem;
}
.m-nav dl {
	position: relative;
	margin-right: .74rem;
}
.m-nav dt {
	position: relative;
	height: .5rem;
	line-height: .5rem;
	font-size: .15rem;
}
.m-nav dt:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #090909;
	transition: width .3s ease;
}
.m-nav dl:hover dt:after {
	width: 100%;
}
.m-nav dt .tf {
	margin-left: .08rem;
	font-size: .12rem;
}
.m-nav dd {
	display: none;
	z-index: 11;
	position: absolute;
	left: 0;
	top: .5rem;
	width: 2.6rem;
	border-bottom: 2px solid #090909;
	padding: .2rem 0;
	overflow: hidden;
	background: #fff;
	animation: headNavIn 0.4s;
	animation-fill-mode: forwards;
}
@keyframes headNavIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.m-nav dl:hover dd {
	display: block;
}
.m-nav dd li {
	position: relative;
	padding: 0 .26rem;
	line-height: .36rem;
	font-size: .15rem;
	color: #444;
	transition: all .3s ease;
}
.m-nav dd li:before {
	content: '\e7d8';
	position: absolute;
	left: .26rem;
	top: 0;
	font-family: 'iconfont';
	font-size: .12rem;
	opacity: 0;
	transition: all .3s ease;
}
.m-nav dd li:hover:before {
	opacity: 1;
}
.m-nav dd li:hover {
	padding-left: .5rem;
	background: #EFAE35;
}

.m-nav .mall .tf {
	margin-right: .12rem;
	font-size: .24rem;
}
.m-nav .mall:hover {
	color: #EFAE35;
}
/* end nav */

/* foot */
.m-foot {
	padding-top: .45rem;
	color: #777;
    background: #F9F9F9;
}
.m-foot .contact {
	float: left;
}
.m-foot .contact h1 {
	font-size: .3rem;
	color: #010101;
}
.m-foot .register {
	width: 4.4rem;
	height: .46rem;
	border-bottom: 1px solid #ddd;
	margin: .28rem 0 .3rem;
}
.m-foot .register:focus-within {
	border-bottom-color: #EFAE35;
	transition: border .3s ease;
}
.m-foot .register input {
	height: 100%;
	border: none;
	background: none;
}
.m-foot .register .tf {
	margin: 0 .06rem;
	font-size: .16rem;
	color: #666;
	transition: color .3s ease;
}
.m-foot .register:focus-within .tf {
	color: #EFAE35;
}
.m-foot .contact li {
	line-height: .32rem;
	font-size: .13rem;
}
.m-foot .menu {
	float: right;
	margin-bottom: 1rem;
}
.m-foot .menu dl {
	float: left;
}
.m-foot .menu dl:nth-child(n+2) {
	margin-left: 1.08rem;
}
.m-foot .menu dt {
	margin-bottom: .2rem;
	font-size: .15rem;
	font-weight: bold;
	color: #000;
}
.m-foot .menu li {
	line-height: .32rem;
	font-size: .13rem;
}
.m-foot .menu li a:hover {
	text-decoration: underline;
	color: #EFAE35;
}
.m-foot .bottom {
	height: .6rem;
	margin-top: .5rem;
}
.m-foot .copyright {
	font-size: .12rem;
	color: #999;
}
.m-foot .copyright span {
	margin-right: 1em;
}
.m-foot .link a {
	display: inline-block;
	position: relative;
	padding: .12rem;
	font-size: .2rem;
	color: #000;
}
.m-foot .link a:hover {
	color: #EFAE35;
}
.m-foot .link a .qrcode {
	display: none;
	position: absolute;
	left: .05rem;
	bottom: .35rem;
	padding-bottom: .1rem;
}
.m-foot .link a:hover .qrcode {
	display: block;
}
.m-foot .link a .qrcode:before {
	content: '';
	position: absolute;
	left: .08rem;
	bottom: .03rem;
	border-top: .08rem solid #ddd;
	border-left: .06rem solid rgba(0,0,0,0);
	border-right: .06rem solid rgba(0,0,0,0);
}
.m-foot .link a .qrcode:after {
	content: '';
	position: absolute;
	left: .09rem;
	bottom: .05rem;
	border-top: .06rem solid #fff;
	border-left: .05rem solid rgba(0,0,0,0);
	border-right: .05rem solid rgba(0,0,0,0);
}
.m-foot .link a .qrcode div {
	width: 2rem;
	height: 2rem;
	border: 1px solid #ddd;
	box-shadow: 0 0 .1rem 0 rgba(0,0,0,.1);
}
/* end foot */

/* pagination */
.m-pagination {
    padding: 1rem 0 1.2rem;
}
.m-pagination a,
.m-pagination span {
    display: inline-block;
    height: .3rem;
    line-height: .3rem;
    font-size: .18rem;
    text-align: center;
    color: #000;
}
.m-pagination div a,
.m-pagination div span {
	padding: 0 1em;
}
.m-pagination .current,
.m-pagination a:hover {
	text-decoration: underline;
    color: #888;
}
/* end pagination */

/* empty */
.m-empty {
	padding: 1rem 0;
	font-size: .16rem;
	color: #999;
	text-align: center;
}
.m-empty .tf {
	font-size: .88rem;
	color: #ccc;
}
.m-empty p {
	margin-top: .2rem;
}
/* end empty */

/* popup */
	/* loading */
	.d-loading {
		z-index: 999;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	}
	.d-loading:after {
		content: '';
		display: block;
		width: 60px;
		height: 24px;
		background: url(../img/loading.gif);
	}
	/* end loading */

	/* message */
	.d-message {
		z-index: 999;
		position: fixed;
		left: 50%;
		top: 50%;
		border-radius: .04rem;
		padding: .14rem .2rem;
		background: rgba(0,0,0,.7);
		transform: translate(-50%, -50%);
	}
	.d-message p {
		max-width: 15em;
		min-width: 8em;
		line-height: .2rem;
		font-size: .14rem;
		text-align: center;
		color: #fff;
	}
	.d-message .tf {
		margin-bottom: .08rem;
		font-size: .36rem;
	}
	.d-message .tf-success {
		color: #37d003;
	}
	.d-message .tf-fail {
		color: #eb3f2f;
	}
	/* end message */

	/* confirm */
	.confirm-content {
		position: relative;
		min-height: 50px;
		padding: 30px;
		line-height: 20px;
		font-size: 14px;
		word-break: break-all;
		background: #fff;
	}
	.confirm-content .df {
		margin-right: 30px;
		font-size: 50px;
		color: #ff5212;
	}
	/* end confirm */

	/* end dialog */
	.d-dialog-box {
		z-index: 999;
		position: fixed;
	}
	.d-dialog-box.z-full {
		left: 0 !important;
		top: 0 !important;
		right: auto !important;
		bottom: auto !important;
		width: 100% !important;
		height: 100% !important;
	}

	.d-dialog {
		border-radius: .04rem;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 0 .05rem rgba(100,100,100,.4);
	}

	.dialog-head {
		position: relative;
		height: .7rem;
		border-bottom: 1px solid #eee;
		line-height: .8rem;
	}
	.dialog-head.z-move {
		cursor: move;
		user-select: none;
	}
	.d-dialog.z-full .dialog-head.z-move, .d-dialog-queue .dialog-head.z-move {
		cursor: auto;
	}
	.d-dialog.z-move .dialog-body:after {
		content: '';
		z-index: 999;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	}
	.dialog-head p {
		font-size: .2rem;
		font-weight: bold;
		color: #000;
		text-indent: .32rem;
	}
	.dialog-head a {
		position: absolute;
		right: 0;
		top: 0;
		width: .7rem;
		height: .7rem;
		font-size: .18rem;
		color: #bbb;
		text-align: center;
		cursor: pointer;
	}
	.dialog-head a:hover {
		color: #000;
	}

	.dialog-body {
		position: relative;
		overflow: auto;
	}
	.dialog-body iframe {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}

	.dialog-foot {
		height: 72px;
		line-height: 72px;
		border-top: 1px solid #ddd;
		padding: 0 18px;
	}
	.dialog-foot button {
		height: 44px;
		padding: 0 2em;
		border: none;
		border-radius: 4px;
		margin-left: 12px;
		font-size: 15px;
		color: #777;
		background: #eee;
	}
	.dialog-foot button.hl {
		color: #fff;
		background: #FF9000;
	}

	.d-dialog-queue {
		z-index: 999;
		position: fixed;
		right: 0;
		bottom: 0;
	}
	.d-dialog-queue .dialog-head {
		float: right;
		width: 160px;
		height: 34px;
		margin-left: 5px;
	}
	.d-dialog-queue .dialog-head p {
		right: 68px;
	}
	/* end dialog */
	
	/* video */
	.d-popup-video {
		z-index: 998;
		position: fixed;
		left: 50%;
		top: 50%;
		width: 12rem;
		height: 6.8rem;
		background: #000;
		transform: translate(-50%,-50%);
	}
	.d-popup-video video {
		width: 100%;
		height: 100%;
	}
	.d-popup-video .close {
		position: absolute;
		right: 0;
		top: -.7rem;
		width: .5rem;
		height: .5rem;
		border-radius: 100%;
		line-height: .5rem;
		font-size: .24rem;
		text-align: center;
		color: #fff;
		background: rgba(0,0,0,.5);
		cursor: pointer;
	}
	/* end video */
	
	/* preview */
	.d-popup-preview {
		z-index: 998;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.d-popup-preview .index {
		position: fixed;
		left: 0;
		right: 0;
		top: 20px;
		font-size: 15px;
		text-align: center;
		color: #ccc;
	}
	.d-popup-preview .list {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 10rem;
		overflow: hidden;
		transform: translate(-50%,-50%);
	}
	.d-popup-preview ul {
		float: left;
		font-size: 0;
		white-space: nowrap;
		transition: margin-left .6s ease;
	}
	.d-popup-preview li {
		display: inline-block;
		position: relative;
		width: 10rem;
		height: 6rem;
		overflow: hidden;
		line-height: 6rem;
		text-align: center;
	}
	.d-popup-preview li img {
		display: inline-block;
		vertical-align: middle;
	}
	.d-popup-preview .angle {
		position: absolute;
		left: 20px;
		right: 20px;
		top: 50%;
		font-size: 24px;
		color: #fff;
	}
	.d-popup-preview .angle div {
		opacity: .6;
		cursor: pointer;
	}
	.d-popup-preview .angle div:hover {
		opacity: 1;
	}
	.d-popup-preview .close {
		position: fixed;
		right: 20px;
		top: 20px;
		width: .5rem;
		height: .5rem;
		line-height: .5rem;
		font-size: .24rem;
		text-align: center;
		color: #fff;
		cursor: pointer;
	}
	/* end preview */

	.d-popup-layer {
		z-index: 997;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,.8);
	}
/* end popup */