/* resize */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td{margin:0;padding:0}body,button,input,select,textarea{font:14px/1 -apple-system,Helvetica,Helvetica Neue,PingFang SC,Heiti SC,sans-serif}i{font-style:normal}u{text-decoration:none}.b{font-weight:bold}.i{font-style:italic}.ins{text-decoration:underline}.del{text-decorateion:line-through}address,cite,dfn,em,var{font-style:normal}code,kbd,pre,samp,tt{font-family:"Courier New",Courier,monospace}ul,ol{list-style:none}a{text-decoration:none;outline:none;color:inherit;cursor:pointer;}abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help}q:before,q:after{content:''}button,input,textarea,select{outline:none;font-size:100%}legend{color:#000}fieldset,img{border:none}table{table-layout:fixed;border-collapse:collapse;border-spacing:0}img{max-width:100%;width:auto;max-height:100%;height:auto;}textarea{resize:none}hr{height:.015rem;border:none;background:#eee;}ins{text-decoration:none;}button{cursor:pointer;}
/* end resize */

.f-cover {
	background-size: cover !important;
	background-position: center !important;
}
.f-img {
	width: 100%;
	height: 100%;
}

/* 移入图片放大 */
.an-img-hover-scale {
	overflow: hidden;
}
.an-img-hover-scale .an {
	transform: scale(1);
	transition: transform .5s ease;
}
.an-img-hover-scale:hover .an {
	transform: scale(1.1);
}
/* end 移入图片放大 */

/* 图片遮罩 */
.img-shade {
	position: relative;
	overflow: hidden;
}
.img-shade:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.03);
}
/* end 图片遮罩 */

/* frame */
body {
	min-width: 1450px;
	margin: 0 auto;
}

.m-module {
    width: 1400px;
    margin: 0 auto;
}
.m-module.case,
.m-module.news-module {
	width: 1240px;
}

.m-content {
	width: 1400px;
	margin: 0 auto;
}

.m-module:after,
.float-box:after {
    content: '';
    display: block;
    clear: both;
}
/* end frame */

/* header */
.header-space {
    height: 80px;
}
.m-header {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	border-bottom: 1px solid rgba(102,102,102,.1);
    transition: all .3s ease;
}
.m-header.z-fixed {
    background: #fff !important;
}
.m-header .header {
    position: relative;
	box-sizing: border-box;
	min-width: 1400px;
    height: 80px;
    padding: 10px 35px 0 50px;
    margin: 0 auto;
}
.m-header .header .logo {
    position: relative;
    width: 70px;
    height: 50px;
	margin-right: 105px;
}
.m-header .header .logo img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .3s ease;
}
.m-header .header .menu .item {
    position: relative;
    padding: 0 25px;
    line-height: 70px;
	color: #444;
}
.m-header .header .menu .item:hover {
    overflow: visible;
    background: url('../img/opacity.png');
}
.m-header .header .menu .item > p {
	position: relative;
    font-size: 16px;
    white-space: nowrap;
}
.m-header .header .menu .item > p:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #000;
	transition: width .3s ease;
}
.m-header .header .menu .item > p .tf {
    margin-left: .5em;
    font-size: 14px;
}
.m-header .header .menu .item:hover > p:after {
	width: 100%;
}
.m-header .header .menu .item > div {
    position: absolute; border: 1px solid #EFEFEF;
    left: 20px; top: 100%; height: 0;  overflow: hidden; background: #fff;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.05);
	opacity: 0;
}
.m-header .header .menu .item:hover > div {
	width:910px; height: auto;
	overflow: initial;
	opacity: 1;
}
.m-header .header .menu .item ul {
    float:left; min-width:400px; margin:0px 20px 0px 30px;
    padding: 12px 0;
    font-size: 14px;
    color: #000;
    opacity: 0;
    transform: translate(0,20px);
    transition: all .3s ease;
}
.m-header .header .menu .item:hover ul {
    opacity: 1;
    transform: translate(0,0);
}
.m-header .header .menu .item ul h2 {
	font-size:15px; border-bottom: 1px solid #eee; margin:0px; line-height:48px; margin-bottom:12px;
}
.m-header .header .menu .item ul li {
	height: 64px; margin-bottom:5px;
    line-height: normal;
}
.m-header .header .menu .item ul li:hover {
    background: #F9F9F9;
}
.m-header .header .menu .item ul li .icon {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	margin-right: 15px;
	background: #1966FF;
}
.m-header .header .menu .item ul li p {
	font-size: 16px;
}
@media screen and (min-width: 1025px) {
	.m-header .header .menu .item ul li:hover p {
		color: #1966FF;
	}
}
.m-header .header .menu .item ul li span {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	color: #999;
}

.m-header .header .tryout {
    box-sizing: border-box;
    width: 90px;
    height: 32px;
	margin-left: 12px;
    font-size: 14px;
    color: #fff;
    background: #1966FF;
    opacity: 1;
    cursor: pointer;
}
.m-header .header .tryout:hover {
	opacity: .8;
}
.m-header .header .phone {
	margin-left: 22px;
    font-size: 16px;
}
.m-header .header .phone .tf {
    margin-right: 8px;
}
.m-header .header .menu-btn {
	display: none;
}


.fixed-btn {
    z-index: 10;
    position: fixed;
    right: 10px;
    top: 53%;
    width: 65px;
    padding: 0 5px;
    border-radius: 6px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
}
.fixed-btn .line {
    height: 1px;
    background: #eee;
}
.fixed-btn .item {
    position: relative;
}
.fixed-btn .item .content {
    padding: 14px 0;
    cursor: pointer;
}
.fixed-btn .item .content:hover {
    color: #1664FF;
}
.fixed-btn .item .content .tf {
    font-size: 24px;
}
.fixed-btn .item .content p {
    margin-top: 8px;
    line-height: 18px;
    font-size: 13px;
}
.fixed-btn .item .icon {
	position: relative;
	width: 40px;
	height: 40px;
	border: 2px solid #1664FF;
	border-radius: 100%;
	margin: 0 auto;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	cursor: pointer;
}
.fixed-btn .item .icon img {
	z-index: 1;
	position: relative;
	border-radius: 22px;
}
.fixed-btn .item .icon:before, .fixed-btn .item .icon:after  {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.92rem;
    height: 2.92rem;
    border: 1px solid #fff;
    margin-left: -1.46rem;
    margin-top: -1.46rem;
    -webkit-animation: wave 6s 3s infinite linear;
    animation: wave 6s 3s infinite linear;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    /*background-image: 8121991;*/
    background-image: -webkit-radial-gradient(center center, farthest-side circle, rgba(255,255,255,0) 20%, rgba(22,100,255,.6) 100%);
    background-image: radial-gradient(center center, farthest-side circle, rgba(255,255,255,0) 20%, rgba(22,100,255,.6) 100%);
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fixed-btn .item .icon:before {
    -webkit-animation: wave 6s linear 4s infinite;
    animation: wave 6s linear 4s infinite;
}
@-webkit-keyframes wave {
    5% {
        opacity:.6
    } 20% {
        -webkit-transform:scale(1.8);
        opacity:0
    } 100% {
        opacity:0
    }
}
@keyframes wave {
    5% {
        opacity:.6
    } 20% {
        -webkit-transform:scale(1.8);
        -moz-transform:scale(1.8);
        -ms-transform:scale(1.8);
        transform:scale(1.8);
        opacity:0
    } 100% {
        opacity:0
    }
}
.fixed-btn .item .popup {
    display: none;
    position: absolute;
    right: 80px;
    top: 50%;
	border-radius: 4px;
    text-align: left;
    background: #fff;
    box-shadow: 0 0 2px 0 #ccc;
}
.fixed-btn .item .popup:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    border-left: 5px solid #fff;
    border-top: 5px solid rgba(255,255,255,0);
    border-bottom: 5px solid rgba(255,255,255,0);
    margin-top: -5px;
}
.fixed-btn .item:hover .popup {
    display: block;
}
.fixed-btn .item .popup.phone {
    width: 200px;
    margin-top: -25px;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    text-indent: 17px;
    color: #0084FF;
}
.fixed-btn .item .popup.qrcode {
    top: 0;
	width: 120px;
	height: 120px;
}
.fixed-btn .item .popup.qrcode:after {
	top: 30px;
	margin-top: 0;
}
/* end header */

/* register */
.m-register {
	background: #1664FF;
	background-image: url('../img/register_bg.jpg');
	background-size: cover;
}
.m-register .m-content {
	position: relative;
	box-sizing: border-box;
	height: 200px;
	padding-left: 300px;
}
.m-register .m-content:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 405px;
	height: 240px;
	background-image: url('../img/register.png');
	background-size: 100% 100%;
}
.m-register h1 {
    width: 500px;
	margin-bottom: 22px;
    font-size: 24px;
	font-weight: normal;
    color: #fff;
}
.m-register .input {
	box-sizing: border-box;
    width: 500px;
    height: 50px;
	border-radius: 25px;
    padding: 5px;
    font-size: 15px;
    background: #fff;
}
.m-register .input label {
	margin-left: 20px;
    color: #aaa;
}
.m-register .input input {
    height: 100%;
    border: none;
}
.m-register button {
    width: 110px;
    height: 40px;
    border: none;
	border-radius: 20px;
    font-size: 15px;
    color: #fff;
    background: #FF0000;
}
.m-register button:hover {
    background: #ed2211;
}
/* end register */

/* footer */
.m-footer {
    background: #F7F9FB;
}
.m-footer .footer {
    width: 1400px;
    padding: 55px 0 130px;
    margin: 0 auto;
	overflow: hidden;
    color: #999;
}
.m-footer .footer .contact {
	float: left;
	margin-right: 64px;
	color: #000;
}
.m-footer .footer .contact dt {
	font-size: 14px;
}
.m-footer .footer .contact dt .tf {
	margin-right: 10px;
	font-size: 15px;
}
.m-footer .footer .contact .tel {
	margin: 24px 0 30px;
	font-size: 22px;
}
.m-footer .footer .contact p {
	line-height: 22px;
	font-size: 13px;
	color: #666;
}
.m-footer .footer .menu {
	float: left;
}
.m-footer .footer .menu:nth-child(n+3) {
    margin-left: 130px;
}
.m-footer .footer .menu dt {
    margin-bottom:24px;
    font-size: 14px;
    color: #000;
}
.m-footer .footer .menu li {
    line-height:32px;
    font-size: 13px;
}
.m-footer .footer .menu li:hover a {
	text-decoration: underline;
    color: #333;
}

.m-footer .footer .qrcode {
	float: right;
}
.m-footer .footer .qrcode .item {
	float: left;
    width: 120px;
    margin-left: 26px;
    line-height: 22px;
    font-size: 13px;
    text-align: center;
    color: #666;
}
.m-footer .footer .qrcode .item img {
    width: 120px;
    height: 120px;
	border-radius: 4px;
	background: #fff;
}

.m-footer .copyright {
    width: 1400px;
    border-top: 1px solid #EAECEE;
    margin: 0 auto;
    line-height: 60px;
    font-size: 12px;
    color: #999;
}
.m-footer .copyright span {
	float: right;
}

.m-fixed-btn {
	display: none;
}
/* end footer */

/* banner */
.m-banner {
    position: relative;
    min-width: 100%;
    overflow: hidden;
	background-size: cover;
	background-position: center;
}
.m-banner img {
    max-width: initial;
    width: 1920px;
    height: 100%;
}
.m-banner .content {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 215px;
    margin-left: -620px;
    margin-top: -100px;
    color: #fff;
}
.m-banner .content h1 {
    font-size: 33px;
    font-weight: bold;
}
.m-banner .content > div {
    height: 114px;
    margin-top: 36px;
    line-height: 40px;
    font-size: 20px;
    white-space: nowrap;
}
.m-banner .content button {
    width: 100px;
    height: 32px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    background: none;
}
.m-banner .content button:hover {
	font-weight: bold;
}
/* end banner */

/* title */
.u-title {
    font-size: 32px;
	font-weight:normal;
    text-align: center;
    color: #000;
}
.u-sub-title {
    margin-top: 24px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #98A5B9;
}
/* end title */

/* tab */
.m-tab a {
    float: left;
}
.m-tab li {
    padding: 0 36px;
    line-height: 60px;
    font-size: 16px;
    color: #666;
	white-space: nowrap;
    cursor: pointer;
}
.m-tab li.z-crt, .tab li:hover {
    color: #0084FF;
}
/* end tab */

/* pagination */
.m-pagination a,
.m-pagination span {
    display: inline-block;
    height: 44px;
    padding: 0 1.5em;
    margin-right: 10px;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    color: #333;
    background: #F5F5F5;
}
.m-pagination .current,
.m-pagination a:hover {
    color: #fff;
    background: #0084FF;
}
/* end pagination */

/* consult */
.m-consult {
    height: 238px;
}
.m-consult p {
    margin-bottom: 28px;
    font-size: 18px;
    color: #666;
}
.m-consult h1 {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
.m-consult h1 span {
    color: #0084FF;
}
.m-consult a {
    font-size: 18px;
    color: #444;
}
.m-consult a:hover {
    color: #0084FF;
}
.m-consult a .tf {
    margin-left: 10px;
}
/* end consult */

/* feedback */
.m-feedback {
	padding: 30px 65px 0;
}
.m-feedback form {
	position: relative;
}
.m-feedback form .item {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 8px;
}
.m-feedback form .item p {
	line-height: 46px;
	font-size: 15px;
	color: #666;
}
.m-feedback form .item p b {
	font-family: '宋体';
	font-weight: normal;
	color: #F30000;
}
.m-feedback form .item input {
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	border: 1px solid #ddd;
	padding: 0 14px;
	background: #fff;
	transition: border-color .2s ease;
}
.m-feedback form .item input:hover,
.m-feedback form .item input:focus {
	border-color: #1966FF;
}
.m-feedback form .item img {
	position: absolute;
	right: 6px;
	bottom: 7px;
	height: 34px;
}
.m-feedback form button {
	width: 100%;
	height: 50px;
	border: none;
	margin-top: 22px;
	font-size: 18px;
	color: #fff;
	background: #ED0000;
}
.m-feedback form button:hover {
	background: #FF0000;
}
.m-feedback .qrcode {
	width: 130px;
	margin-left: 56px;
	margin-top: 46px;
}
.m-feedback .qrcode img {
	box-sizing: border-box;
	height: 130px;
	border: 1px solid #ddd;
}
.m-feedback .qrcode p {
	margin-bottom: 4px;
	line-height: 36px;
	font-size: 13px;
	text-align: center;
	color: #666;
}
/* end feedback */

/* popup */
	/* 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: 8px;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 0 5px rgba(100,100,100,.4);
	}

	.dialog-head {
		position: relative;
		height: 70px;
		border-bottom: 1px solid #eee;
		line-height: 75px;
		background-image: url('../img/dialog_head.jpg');
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: right top;
	}
	.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: 22px;
		font-weight: bold;
		color: #fff;
		text-indent: 30px;
	}
	.dialog-head a {
		position: absolute;
		right: 0;
		top: 0;
		width: 70px;
		height: 70px;
		font-size: 18px;
		color: #fff;
		text-align: center;
		cursor: pointer;
	}
	.dialog-head a:hover {
		font-size: 20px;
	}

	.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 */

	/* message */
	.d-message {
		z-index: 999;
		position: fixed;
		left: 50%;
		top: 50%;
		border-radius: 4px;
		padding: 14px 20px;
		background: rgba(0,0,0,.7);
		transform: translate(-50%, -50%);
	}
	.d-message p {
		max-width: 15em;
		min-width: 8em;
		line-height: 20px;
		font-size: 14px;
		text-align: center;
		color: #fff;
	}
	.d-message .tf {
		margin-bottom: 8px;
		font-size: 36px;
	}
	.d-message .tf-success {
		color: #37d003;
	}
	.d-message .tf-fail {
		color: #eb3f2f;
	}
	/* end message */

	.d-popup-layer {
		z-index: 997;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,.8);
	}
/* end popup */

@media screen and (max-width: 1024px) {
	html {
		font-size: 13.3333vw;
	}
	
	body {
		min-width: auto;
	}
	
	.m-module {
	    width: auto !important;
	}
	
	.m-content {
	    width: auto !important;
		margin: 0 auto;
	}

	/* header */
	.header-space {
		height: .86rem;
	}
	.m-header {
		z-index: 99;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		color: #333;
		background: #fff;
		box-shadow: 0 0 .15rem 0 rgba(0,0,0,.15);
		transition: all .3s ease;
	}
	.m-header.z-fixed {
		box-shadow: none;
	}
	.m-header .header {
		width: auto;
		min-width: auto;
		height: .86rem;
		padding: 0;
		margin: 0 auto;
	}
	.m-header .header .logo {
		width: auto;
		height: .7rem;
		margin-left: .2rem;
	}
	.m-header .header .logo img {
		width: auto;
		max-width: none;
		height: .7rem;
	}
	.m-header .header .logo img.z-hl,
	.m-header.z-fixed .header .logo img.z-hl {
		opacity: 0;
	}
	.m-header.z-fixed .header .logo img.z-normal,
	.m-header .header .logo img.z-normal {
		opacity: 1;
	}
	
	.m-header .header .menu {
		display: block;
		position: fixed;
		left: -7.5rem;
		top: .86rem;
		bottom: 0;
		width: 7.5rem;
		padding-top: .4rem;
		color: #fff;
		background: #1664FF;
		transition: left .3s ease;
	}
	.m-header .header .menu.z-show {
		left: 0;
	}
	.m-header .header .menu .item {
		box-sizing: border-box;
		position: relative;
		width: 7.5rem;
		padding: 0 .6rem;
		line-height: 1rem;
	}
	.m-header .header .menu .item:hover {
		overflow: initial;
		background: none;
	}
	.m-header .header .menu .item > p {
		font-size: .36rem;
		color: #fff;
	}
	.m-header .header .menu .item > p .tf {
		float: right;
		margin-left: .5em;
		font-size: .24rem;
	}
	.m-header .header .menu .item:hover > p {
		font-weight: normal;
	}
	.m-header .header .menu .item > div {
		position: relative; background-color:transparent; border:0px; box-shadow:none;
		left: 0;
		top: 0;
		height: auto;
		overflow: hidden;
		opacity: 1;
	}
	.m-header .header .menu .item:hover div {
		height: auto; 
		overflow: initial;
	}
	.m-header .header .menu .item ul {
	    min-width: auto; float:none;
		border: none;
		padding: 0 0 .2rem;
		font-size: .3rem;
		color: #fff;
		background: none;
		box-shadow: none;
		opacity: 1;
		transform: translate(0,0);
	}
	.m-header .header .menu .item ul h2 {
	    display:block; border-bottom:1px solid rgba(255, 255, 255, 0.2); color:rgba(255, 255, 255, 0.5); font-weight:normal;
	}
	.m-header .header .menu .item ul li {
		height: auto;
		padding:0; margin-bottom:0;
		line-height: .72rem;
		white-space: nowrap;
	}
	.m-header .header .menu .item ul li:hover {
		font-weight: normal;
		background: none;
	}
	.m-header .header .menu .item ul li .icon,
	.m-header .header .menu .item ul li span {
		display: none;
	}

	.m-header .header .tryout,
	.m-header .header .phone {
		display: none;
	}
	.m-header .header .menu-btn {
		display: block;
		width: .86rem;
		height: .86rem;
		margin-left: 4.24rem;
		line-height: .86rem;
		font-size: .4rem;
		text-align: center;
	}
	.m-header .header .menu-btn .tf-cross,
	.m-header .header .menu-btn.z-show .tf-menu {
		display: none;
	}
	.m-header .header .menu-btn.z-show .tf-cross {
		display: block;
		color: #f00;
	}
	/* end header */

	/* banner */
	.m-banner img {
		position: relative;
		left: -1.65rem;
		width: 10.8rem;
	}
	.m-banner .content {
		left: .38rem;
		top: 50%;
		height: auto;
		margin-left: 0;
		margin-top: 0;
		transform: translate(0, -50%);
	}
	.m-banner .content h1 {
		font-size: .32rem;
	}
	.m-banner .content > div {
		height: auto;
		margin-top: .3rem;
		line-height: .4rem;
		font-size: .22rem;
	}
	.m-banner .content button {
		width: 1.4rem;
		height: .5rem;
		border: none;
		margin-top: .2rem;
		font-size: .24rem;
	}
	/* end banner */

	/* title */
	.u-title {
		font-size: .48rem;
		font-weight: bold;
	}
	.u-sub-title {
		margin-top: .36rem;
		line-height: .44rem;
		font-size: .26rem;
	}
	/* end title */
	
	.m-register,
	.fixed-btn,
	.m-consult {
		display: none !important;
	}

	/* footer */
	.m-footer .footer {
		width: auto;
		padding: .5rem 0;
		margin: 0 .22rem;
	}
	
	.m-footer .footer .contact {
		float: none;
		margin-right: 0;
	}
	.m-footer .footer .contact dt {
		font-size: .28rem;
	}
	.m-footer .footer .contact dt .tf {
		margin-right: .2rem;
		font-size: .3rem;
	}
	.m-footer .footer .contact .tel {
		margin: .48rem 0;
		font-size: .44rem;
	}
	.m-footer .footer .contact p {
		line-height: .44rem;
		font-size: .26rem;
		color: #666;
	}
	
	.m-footer .footer .menu {
		display: none;
		float: left;
	}
	.m-footer .footer .menu:nth-last-child(1) {
		display: block;
		float: right;
	}
	.m-footer .footer .menu:nth-child(n+2) {
		margin-left: 0;
	}
	.m-footer .footer .menu dt {
		margin-bottom: .5rem;
		font-size: .3rem;
	}
	.m-footer .footer .menu li {
		line-height: .6rem;
		font-size: .28rem;
	}

	.m-footer .footer .qrcode {
		float: none;
		margin-top: .4rem;
	}
	.m-footer .footer .qrcode .item {
		float: left;
		width: 2rem;
		margin-left: 0;
		margin-right: .4rem;
		line-height: .44rem;
		font-size: .26rem;
		text-align: center;
		color: #666;
	}
	.m-footer .footer .qrcode .item img {
		width: 2rem;
		height: 2rem;
		border-radius: 4px;
		background: #fff;
	}

	.m-footer .copyright {
		display: none;
	}

	.m-fixed-btn {
		display: block;
		height: 1.04rem;
	}
	.m-fixed-btn > div {
		z-index: 9;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1.04rem;
		background: #fff;
		box-shadow: 0 0 .15rem 0 rgba(0,0,0,.15);
	}
	.m-fixed-btn .item {
		box-sizing: border-box;
		float: left;
		width: 1.44rem;
		height: 100%;
		padding-top: .1rem;
		border-right: 1px solid #ddd;
		font-size: .26rem;
		text-align: center;
	}
	.m-fixed-btn .item .tf {
		margin-bottom: .15rem;
		font-size: .46rem;
	}
	.m-fixed-btn button {
		float: right;
		width: 2.6rem;
		height: 1.04rem;
		border: none;
		font-size: .36rem;
		color: #fff;
		background: #F40000;
	}
	.m-fixed-btn button .tf {
		margin-right: .13rem;
	}
	/* end footer */

	/* tab */
	.m-tab {
		overflow: auto;
	}
	.m-tab li {
		padding: 0 .6rem;
		line-height: .8rem;
		font-size: .3rem;
	}
	/* end tab */

	/* pagination */
	.m-pagination {
		flex-wrap: wrap;
	}
	.m-pagination a,
	.m-pagination span {
		height: .7rem;
		padding: 0 1em;
		margin-right: .2rem;
		margin-bottom: .2rem;
		line-height: .7rem;
		font-size: .26rem;
		white-space: nowrap;
	}
	/* end pagination */
	
	/* feedback */
	.m-feedback {
		padding: .3rem .4rem .4rem;
	}
	.m-feedback form {
		position: relative;
	}
	.m-feedback form .item {
		box-sizing: border-box;
		margin-bottom: .1rem;
	}
	.m-feedback form .item p {
		line-height: .88rem;
		font-size: .28rem;
		color: #666;
	}
	.m-feedback form .item p b {
		font-family: '宋体';
		font-weight: normal;
		color: #F30000;
	}
	.m-feedback form .item input {
		box-sizing: border-box;
		width: 100%;
		height: .88rem;
		border: 1px solid #ddd;
		padding: 0 .24rem;
		font-size: .28rem;
		background: #fff;
		transition: border-color .2s ease;
	}
	.m-feedback form .item input:focus {
		border-color: #1966FF;
	}
	.m-feedback form .item img {
		right: .14rem;
		bottom: .14rem;
		height: .6rem;
	}
	.m-feedback form button {
		width: 100%;
		height: .88rem;
		border: none;
		margin-top: .4rem;
		font-size: .28rem;
		color: #fff;
		background: #ED0000;
	}
	.m-feedback .qrcode {
		display: none;
	}
	/* end feedback */

	/* popup */
		/* 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: .1rem;
			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: #fff;
			text-indent: .32rem;
		}
		.dialog-head a {
			position: absolute;
			right: 0;
			top: 0;
			width: 1rem;
			height: 1rem;
			font-size: .36rem;
			color: #fff;
			text-align: center;
			cursor: pointer;
		}

		.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 */

		/* 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 */

		.d-popup-layer {
			z-index: 997;
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			background: rgba(0,0,0,.6);
		}
	/* end popup */
}

/* function */
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ellipsis-2,
.ellipsis-3,
.ellipsis-n {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
	-webkit-box-orient: vertical;
}
.ellipsis-2 {
	-webkit-line-clamp: 2;
}
.ellipsis-3 {
	-webkit-line-clamp: 3;
}
/* end function */

.clear_line{clear:both;}