/* public */
.u-arrow {
	width: 1.05rem;
	height: .24rem;
	background: url('../img/arrow.svg');
	background-size: 1.05rem .14rem;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
    cursor: pointer;
}
.u-arrow[type=left] {
	transform: rotate(180deg);
}

.u-tab {
	overflow: hidden;
}
.u-tab ul {
	float: left;
	font-size: 0;
	white-space: nowrap;
}
.u-tab li {
	display: inline-block;
	box-sizing: border-box;
	min-width: .8rem;
	border: 1px solid #bbb;
	padding: 0 .4rem;
	margin-left: .28rem;
	line-height: .8rem;
	font-size: .3rem;
	text-align: center;
	color: #444;
	background: #fff;
}
.u-tab a:nth-last-child(1) li {
	margin-right: .28rem;
}
.u-tab li.z-crt {
	border-color: #000;
	font-weight: bold;
	color: #000;
	background: #EFAE35;
}

.m-textarea {
	margin: 0 .24rem;
    line-height: .52rem;
    font-size: .28rem;
}
/* end public */

/* head */
.m-head {
	z-index: 99;
	position: sticky;
	top: 0;
    height: .88rem;
	padding: 0;
    line-height: .88rem;
	background: #F5F5F5;
}
.m-head .logo {
	float: left;
    height: .6rem;
    margin-left: .26rem;
    margin-top: .11rem;
}

.m-head > .handle,
.m-search {
	display: none;
}

.m-head .menu {
    display: block;
	float: right;
	padding: 0 .24rem;
	line-height: .88rem;
    font-size: .40rem;
}
.m-head .menu .tf-cross,
.m-head .menu.z-close .tf-menu {
    display: none;
}
.m-head .menu.z-close {
    color: #C71608;
}
.m-head .menu.z-close .tf-cross {
    display: inline-block;
}

.m-head:not(.m-fixed-head),
.m-head .search,
.m-fixed-menu {
	display: none;
}
/* end head */

/* nav */
.m-nav {
    z-index: 98;
    position: fixed;
    left: -7.50rem;
    top: .87rem;
    bottom: 0;
    width: 7.50rem;
    overflow: auto;
    background: #fff;
    transition: left .5s ease;
}
.m-nav.z-show {
    left: 0;
}
.m-nav .menu {
	padding: .46rem .18rem .46rem .22rem;
}
.m-nav dt {
	padding-left: .4rem;
    overflow: hidden;
    line-height: 1rem;
    font-size: .32rem;
}
.m-nav dl dt .angle {
	float: right;
	box-sizing: border-box;
	width: 1rem;
	padding-right: .12rem;
	text-align: right;
}
.m-nav dl dt .angle:before {
	display: inline-block;
    transform: rotate(-90deg);
    transition: transform .3s ease;
}
.m-nav dl.z-develop dt .angle:before {
    transform: rotate(0deg);
}

.m-nav dd {
    height: 0;
    overflow: hidden;
    transition: height .2s linear;
}
.m-nav dd li {
	padding-left: .65rem;
	line-height: .72rem;
	font-size: .3rem;
}
.m-nav .mall {
	display: none;
}
/* end nav */

/* foot */
.m-foot {
	padding: .6rem .28rem 0;
	color: #777;
    background: #F9F9F9;
}
.m-foot .contact h1,
.m-foot .contact .register {
	display: none;
}
.m-foot .contact li {
	line-height: .64rem;
	font-size: .26rem;
}
.m-foot .contact li .tf {
	margin-right: .25rem;
}
.m-foot .contact li p {
	line-height: .4rem;
}

.m-foot .menu dl {
	float: left;
	width: 50%;
	margin-top: .5rem;
}
.m-foot .menu dl:nth-child(n+3) {
	display: none;
}
.m-foot .menu dt {
	margin-bottom: .2rem;
	font-size: .3rem;
	font-weight: bold;
	color: #000;
}
.m-foot .menu li {
	line-height: .6rem;
	font-size: .26rem;
}

.m-foot .copyright {
	margin-top: .5rem;
	line-height: .44rem;
	font-size: .24rem;
}
.m-foot .link {
	padding: .4rem 0;
}
.m-foot .link a {
	position: relative;
	margin-right: .5rem;
	font-size: .36rem;
	color: #000;
}
.m-foot .link a .qrcode {
	display: none;
	position: absolute;
	left: -.1rem;
	bottom: .35rem;
	padding-bottom: .3rem;
}
.m-foot .link a .qrcode:before {
	content: '';
	position: absolute;
	left: .12rem;
	bottom: .12rem;
	border-top: .2rem solid #ddd;
	border-left: .16rem solid rgba(0,0,0,0);
	border-right: .16rem solid rgba(0,0,0,0);
}
.m-foot .link a .qrcode:after {
	content: '';
	position: absolute;
	left: .14rem;
	bottom: .14rem;
	border-top: .18rem solid #fff;
	border-left: .15rem solid rgba(0,0,0,0);
	border-right: .15rem solid rgba(0,0,0,0);
}
.m-foot .link a .qrcode div {
	width: 5rem;
	height: 5rem;
	border: 1px solid #ddd;
	box-shadow: 0 0 .1rem 0 rgba(0,0,0,.1);
}
/* end foot */

/* aside */
.m-aside-fixed {
	z-index: 9;
	position: fixed;
	right: 0;
	top: 40%;
	width: .64rem;
	height: 2rem;
	border-radius: .12rem 0 0 .12rem;
	line-height: .64rem;
	font-size: .28rem;
	text-align: center;
	writing-mode: vertical-rl;
	color: #fff;
	background: #CF2116;
}
.m-product-aside {
	display: none;
	z-index: 101;
	position: fixed;
	left: .55rem;
	top: 20vh;
	width: 6.4rem;
	border-radius: .2rem;
	background: #fff;
}
.m-product-aside .title {
	height: 1rem;
	line-height: 1.26rem;
	font-size: .36rem;
	font-weight: bold;
	text-align: center;
}
.m-product-aside .content {
	height: 50vh;
}
.m-product-aside dl {
	padding-top: .3rem;
}
.m-product-aside dl:nth-last-child(1) {
	padding-bottom: .5rem;
}
.m-product-aside dt {
	line-height: .8rem;
	font-size: .36rem;
	font-weight: bold;
	text-indent: .68rem;
}
.m-product-aside dd {
	margin-top: .1rem;
}
.m-product-aside dd li {
	line-height: .6rem;
	font-size: .3rem;
	text-indent: 1rem;
}
.m-product-aside dd li.third {
	text-indent: 1.4rem;
}

.m-sub-nav {
	z-index: 9;
	position: sticky;
	top: 0.88rem;
	border-bottom: 1px solid #E5E5E5;
	background: #fff;
}
.m-sub-nav .title {
	display: none;
}
.m-sub-nav .content ul {
	float: left;
	height: 1rem;
	font-size: 0;
	white-space: nowrap;
}
.m-sub-nav .content ul li {
	display: inline-block;
	position: relative;
	padding: 0 .5rem;
	line-height: 1rem;
	font-size: .3rem;
	color: #444;
}
.m-sub-nav .content ul li.z-crt {
	font-weight: bold;
	color: #000;
}
.m-sub-nav .content ul li.z-crt:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1.2rem;
	height: .06rem;
	margin-left: -.6rem;
	background: #E61103;
}

.m-aside .recommend {
	display: none;
}

.m-aside-content .content-title {
	display: none;
	padding: 0 .24rem;
	line-height: 1.14rem;
	font-size: .36rem;
	font-weight: normal;
}
.m-aside-content .content-title:after {
	content: '';
	flex-grow: 1;
	width: 0;
	height: 1px;
	margin-top: .57rem;
	margin-left: .3rem;
	background: #eee;
}
.m-aside-content .content-title + .m-textarea {
	margin-top: .4rem;
}

.m-product-recommend {
	margin: .1rem .24rem 0;
}
.m-product-recommend > p {
	line-height: 1.15rem;
	font-size: .36rem;
	color: #666;;
}
.m-product-recommend li {
	box-sizing: border-box;
	float: left;
	width: 3.4rem;
}
.m-product-recommend a:nth-child(even) li {
	margin-left: .22rem;
}
.m-product-recommend a:nth-child(n+3) li {
	margin-top: .2rem;
}
.m-product-recommend li .img {
	box-sizing: border-box;
	height: 3.4rem;
	border: 1px solid #eee;
}
.m-product-recommend li p {
	height: .8rem;
	padding: .1rem 0;
	line-height: .4rem;
	font-synthesis: .28rem;
	color: #666;
}
/* end aside */

/* pagination */
.m-pagination {
    padding: .4rem 0;
	text-align: center;
}
.m-pagination a,
.m-pagination span {
    display: inline-block;
    height: .6rem;
    padding: 0 1em;
    margin-right: .1rem;
    line-height: .6rem;
    font-size: .24rem;
    text-align: center;
    color: #000;
}
.m-pagination .current {
    color: #888;
}
.m-pagination .u-arrow {
	margin-top: .18rem;
}
/* end pagination */

/* feedback */
.m-feedback {
	margin: .36rem .24rem .6rem;
}
.m-feedback form {
	padding: 0 .32rem .36rem;
	background: #F9F9F9;
}
.m-feedback form .message {
	padding: .4rem 0;
	line-height: .48rem;
	font-size: .3rem;
	font-weight: bold;
}
.m-feedback form .row {
	margin-bottom: .29rem;
	font-size: 0;
}
.m-feedback form .row input {
	box-sizing: border-box;
	width: 100%;
	height: .88rem;
	border: 1px solid #ddd;
	padding: 0 .22rem;
	font-size: .26rem;
}
.m-feedback form .row input:nth-child(n+2) {
	margin-top: .29rem;
}
.m-feedback form .row textarea {
	box-sizing: border-box;
	width: 100%;
	height: 3.4rem;
	border: 1px solid #ddd;
	padding: .2rem .22rem;
	line-height: .4rem;
	font-size: .26rem;
}
.m-feedback form .row input:focus,
.m-feedback form .row textarea:focus {
	border-color: #362C58;
}
.m-feedback form button {
	width: 2.4rem;
	height: .88rem;
	border: none;
	font-size: .36rem;
	font-weight: bold;
	color: #fff;
	background: #362C58;
}
/* end feedback */

/* 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: .2rem .24rem;
		background: rgba(0,0,0,.7);
		transform: translate(-50%, -50%);
	}
	.d-message p {
		max-width: 5rem;
		min-width: 8em;
		line-height: .4rem;
		font-size: .29rem;
		text-align: center;
		color: #fff;
	}
	.d-message .tf {
		margin-bottom: .16rem;
		font-size: .72rem;
	}
	.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: 1rem;
		border-bottom: 1px solid #eee;
		line-height: 1.1rem;
	}
	.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;
		font-size: .4rem;
		color: #000;
		text-indent: .32rem;
	}
	.dialog-head a {
		position: absolute;
		right: 0;
		top: 0;
		width: 1rem;
		height: 1rem;
		font-size: .36rem;
		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: 7.1rem;
		height: 4rem;
		background: #000;
		transform: translate(-50%,-50%);
	}
	.d-popup-video video {
		width: 100%;
		height: 100%;
	}
	.d-popup-video .close {
		position: absolute;
		top: -1rem;
		right: 0;
		width: .8rem;
		height: .8rem;
		border-radius: 100%;
		line-height: .8rem;
		font-size: .3rem;
		text-align: center;
		color: #fff;
		background: rgba(0,0,0,.5);
		cursor: pointer;
	}
	/* end video */

	.d-popup-layer {
		z-index: 997;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,.6);
	}
/* end popup */