﻿@charset "utf-8";

/*index*/

.top {
	padding: 0.1rem 0.2rem;
	height: 0.8rem;
}

.top .logo {
	float: left;
	margin-top: 0.1rem;
}

.top .logo img {
	display: block;
	height: 0.6rem;
	width: auto;
}

#logo {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.search {
	float: left;
	overflow: hidden;
	margin-top: 0.1rem;
	margin-left: 0.3rem;
}

.search input {
	display: block;
	width: 2.2rem;
	height: 0.6rem;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 0.1rem;
	padding-left: 0.6rem;
	font-size: 0.20rem;
}

.search a {
	position: absolute;
	display: block;
	height: 0.6rem;
	line-height: 0.6rem;
	width: 0.6rem;
	text-align: center;
	color: #999;
	font-weight: bold;
	left: 0;
	top: 0;
}

.top .logins {
	float: left;
	margin-right: 0.2rem;
	font-size: 0.4rem;
	margin-left: 0.1rem;
	color: #999;
	font-weight: bold;
	height: 0.8rem;
	line-height: 0.8rem;
	color: #666;
}

.search {
	position: relative;
}

.menu {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

.menu .menu-btn {
	width: 0.8rem;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.5rem;
	color: #999;
}

.menu-box {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/menu_bg.png);
	z-index: 9999;
	display: none;
}

.menu-c {
    width: 3.0rem;
    height: 100%;
    background-color: #dc0000;
    position: absolute;
    right: -3.0rem;
    top: 0;
    transition: all ease-out .5s;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
}

.menu-box.active .menu-c {
	right: 0;
}

.menu-c em {
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	left: 0.2rem;
	top: 0.2rem;
	display: block;
	color: #fff;
	font-size: 0.36rem;
}

.menu-c h4 {
	font-size: 0.26rem;
	color: #fff;
	text-align: center;
	padding: 0.8rem 0.2rem 0.4rem;
	/*border-bottom: 1px solid rgba(255,255,255,0.3);*/
}

.menu-c li a {
	display: block;
	padding: 0 0.2rem;
	font-size: 0.3rem;
	line-height: 0.8rem;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.banner .swiper-container {
	width: 6.4rem;
	/*height: 2.87rem;*/
}

.banner .swiper-slide img {
	display: block;
	height: 100%;
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.banner .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background-color: #ff0000;
}

.banner .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 8px;
}

.nav {
	height: 1.4rem;
	border-bottom: 0.1rem solid #dddddd;
}

.nav a {
	width: 2.4rem;
	text-align: center;
	line-height: 0.7rem;
	height: 0.7rem;
	float: left;
	margin-top: 0.35rem;
	background-color: #eee;
	font-size: 0.24rem;
}

.nav a:nth-child(1) {
	margin-left: 0.7rem;
	margin-right: 0.2rem;
}

.nav a:nth-child(2) {
	background-color: #c92a2f;
	color: #fff;
}

.cont1 {
	padding: 0.4rem 0;
	border-bottom: 0.1rem solid #dddddd;
}

.cont1 li {
	float: left;
	width: 1.9rem;
	margin: 0 0.116rem;
}

.cont1 li a {
	display: block;
	width: 1.9rem;
	height: 1.0rem;
}

.cont1 li a img {
	width: 100%;
	height: 100%;
}

.cont1 li h2 {
	font-size: 0.22rem;
	color: #333;
	line-height: 0.38rem;
	height: 0.38rem;
}

.cont1 li p {
	font-size: 0.18rem;
	color: #666;
	line-height: 0.26rem;
	height: 0.52rem;
	overflow: hidden;
}

.brand {
	border-bottom: 0.1rem solid #dddddd;
}

.tit {
	padding: 0.3rem 0.2rem 0.1rem;
	border-bottom: 1px solid #eee;
}

.tit h2 {
	float: left;
	font-size: 0.26rem;
	color: #333;
	height: 0.34rem;
	line-height: 0.34rem;
}

.tit a {
	display: block;
	float: right;
	font-size: 0.24rem;
	height: 0.34rem;
	line-height: 0.34rem;
	color: #888;
}

.brand-c a {
	float: left;
	display: block;
	width: 25%;
	margin: 0.2rem 0;
}

.brand-c a img {
	display: block;
	width: 35%;
	margin: 0 auto;
	margin-bottom: 0.1rem;
	height: auto;
}

.brand-c a span {
	display: block;
	text-align: center;
	font-size: 0.25rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.brand-jg .brand-c a span {
	line-height: 0.4rem;
	height: 0.4rem;
	font-size: 0.2rem;
	color: #333;
}

#brand_t {
	padding: 0.2rem;
	text-indent: 2em;
	color: #333333;
	line-height: 25px;
	font-size: 0.23rem;
	height: 245px;
	display: block;
    overflow: hidden;
}

.puct {
	border-bottom: 0.1rem solid #dddddd;
}

.puct ul {
	padding: 0 0.2rem;
	margin-top: 0.2rem;
}

.puct li {
	float: left;
	width: 48%;
	margin: 0.1rem 1%;
}

.puct li a {
	display: block;
	box-sizing: border-box;
	padding: 0.1rem;
}

.puct li h2 {
	font-size: 0.22rem;
	font-weight: normal;
}

.puct li span {
	display: block;
	font-size: 0.18rem;
	color: #888;
}

.puct li p {
	font-size: 0.2rem;
	color: #666;
}

.puct li p em {
	color: #fd0202;
	font-size: 0.26rem;
}

.bot {
    margin: 0.2rem 0px 1rem 0px;
    padding-top:5px;
}

    .bot p {
        font-size: 0.20rem;
        text-align: center;
        color: #666;
        line-height: 0.30rem;
    }


/*footer*/

.footer {
    background-color: #e70505;
    /*height: 1.2rem;*/
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.footer ul {
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
}

.footer li {
	float: left;
	width: 25%;
}

.footer li a {
	display: block;
	text-align: center;
	font-size: 0.26rem;
	color: #fff;
}

.footer li a i {
	display: block;
	text-align: center;
	font-size: 0.4rem;
	margin-bottom: 0.06rem;
}


/*contact*/

.contact {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
}

.contact div {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

.contact ul {
	position: absolute;
	bottom: -2rem;
	left: 0;
	width: 100%;
}

.contact ul li {
	height: 0.6rem;
	line-height: 0.6rem;
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #ddd;
	font-size: 0.2rem;
	color: #333;
}

.contact ul .bd a {
	display: block;
	color: #0a80ee;
}

.contact ul .qx a {
	display: block;
	color: #fb0718;
}


/*product*/

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 9999;
}

.header h2 {
	font-size: 0.3rem;
	color: #333;
	font-weight: normal;
	text-align: center;
	height: 0.8rem;
	line-height: 0.8rem;
}

a.back {
	width: 0.8rem;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

a.back i {
	width: 0.2rem;
	height: 0.2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -0.12rem;
	margin-left: -0.05rem;
	border-right: 0.02rem solid #333;
	border-bottom: 0.02rem solid #333;
	cursor: pointer;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	z-index: 1;
}

.header a.header-lo {
	position: absolute;
	top: 0;
	right: 0.2rem;
	height: 0.8rm;
	line-height: 0.8rem;
	left: initial;
	color: #a80000;
	font-size: 0.26rem;
	font-weight: bold;
}


/*type*/

.type {
	margin-bottom: 1.2rem;
	border-top: 0.1rem solid #ddd;
	margin-top: 0.8rem;
}

.type a {
	display: block;
	height: 0.8rem;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 0 0.2rem;
}

.type a>img {
	display: block;
	float: left;
	height: 0.8rem;
	width: 0.8rem;
}

.type a span {
	display: block;
	float: left;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.24rem;
	margin-left: 0.4rem;
	color: #333;
}

.type a i {
	display: block;
	height: 0.3rem;
	float: right;
	position: absolute;
	right: 0.4rem;
	top: 0.25rem;
}

.type i img {
	display: block;
	height: 100%;
	width: auto;
}


/*about*/

.about {
	margin-top: 1.2rem;
	padding: 0 0 0.2rem;
}

.about img {
	display: block;
	width: 100%;
	height: auto;
}

.about h2 {
	font-size: 0.3rem;
	font-weight: normal;
	text-align: center;
	color: #333;
	margin: 0.2rem 0 0.1rem;
}

.about p {
	font-size: 0.26rem;
	color: #333;
	text-indent: 2em;
	line-height: 0.42rem;
	margin-bottom: 0.05rem;
}

.about img {
	margin-top: 0.2rem;
}

.about div {
	/*border-bottom: 1px solid #ddd;*/
	/*padding: 0 0rem 0.5rem;*/
	/*margin-bottom: 0.4rem;*/
}

#qyjj>p {
	text-indent: 1em;
	font-size: 0.3rem;
	padding-top: 0.3rem;
	font-weight: bold;
	padding-bottom: 0.2rem;
}

#qyjj>div{
	max-width: 100%;
	padding: 0px 0.2rem;
	font-size: 0.25rem;
	text-indent: 2em;
	color: #333333;
	line-height: 0.4rem;
	/*writing-mode: vertical-rl;
	writing-mode: tb-rl;*/
}

.qyjj_t {
	padding: 0px 0.2rem;
}

#fzlc {
	padding: 0px 0.2rem 0px 0.3rem;
	margin-top: 0.5rem;
}

#fzlc .lc {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	padding-left: 0.2rem;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	position: relative;
}

#fzlc .lc:first-child::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	left: -11px;
	top: -13px;
	background: url(../img/about/up.png) no-repeat center;
}

#fzlc .lc>p {
	color: #333333;
	font-size: 0.3rem;
	text-indent: 0;
}

#fzlc .lc span {
	color: #666;
	font-size: 0.22rem;
	text-indent: 0;
}
#fzlc .lc span>p{
	text-indent: 0px
}

#dlzc {
	padding: 0px 0.2rem;
}

#dlzc h2 {
	text-align: left;
	text-indent: 1em;
}

#zzry {
	font-size: 0px;
}

#zzry>div {
	display: inline-block;
	width: 50%;
}


/*seek*/

.seek {
	margin-top: 0.8rem;
	padding-bottom: 0.4rem;
}

.seek-t {
	border-bottom: 0.1rem solid #ddd;
	border-top: 0.1rem solid #ddd;
	padding: 0.2rem 0.6rem;
}

.seek-t i {
	float: left;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 0.2rem;
}

.seek-t i img {
	display: block;
	width: 100%;
	height: 100%;
}

.seek-t div {
	margin-top: 0.4rem;
}

.seek-t div span {
	display: block;
	margin-bottom: 0.1rem;
	font-size: 0.24rem;
	color: #666;
}

.seek-c {
	padding: 0 0.2rem;
}

.seek-c input {
	border: none;
}

.seek-c li a {
	display: block;
	height: 0.9rem;
	line-height: 0.9rem;
	width: 0.8rem;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

.seek-c li {
	position: relative;
	border-bottom: 1px solid #ddd;
}

.seek-c li label {
	float: left;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: 0.24rem;
}

.seek-c li input {
	float: left;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: 0.24rem;
	margin-left: 0.1rem;
}

.seek-c li:last-child {
	border: 0;
}

.seek-c li textarea {
	display: block;
	width: 100%;
	resize: none;
	border: 1px solid #ddd;
	height: 1.4rem;
	padding: 0.1rem;
	box-sizing: border-box;
}

.seek-c .btn {
	width: 100%;
	height: 0.7rem;
	font-size: 0.24rem;
	margin-top: 0.4rem;
	color: #fff;
	background-color: #c61510;
}


/*colour*/

.colour {
	margin-top: 0.8rem;
	border-top: 0.1rem solid #ddd;
}

.colour li {
	height: 0.9rem;
	border-bottom: 1px solid #ddd;
	padding-left: 0.4rem;
}

.colour li label {
	float: left;
	height: 0.3rem;
	width: 0.3rem;
	overflow: hidden;
	margin-top: 0.3rem;
}

.colour li label i {
	display: block;
	height: 0.3rem;
	width: 0.3rem;
	background: url(../img/colour/flase.png) no-repeat;
	background-size: 100% 100%;
}

.colour li span {
	float: left;
	height: 0.9rem;
	line-height: 0.9rem;
	margin-left: 0.5rem;
	font-size: 0.3rem;
	color: #333;
}

.colour li.active i {
	background-image: url(../img/colour/true.png);
}


/*vehicle*/

.vehicle {
	margin-top: 0.8rem;
}

.vehicle-tab {
	background-color: #ebebeb;
}

.vehicle-tab {
	padding: 0.3rem 0.6rem;
}

.vehicle-tab a {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	border: 2px solid #e4007f;
	font-size: 0.3rem;
	color: #e4007f;
}

.vehicle-tab a.active {
	background-color: #e4007f;
	color: #fff;
}

.vehicle-c a {
	display: block;
	padding: 0.3rem 0.2rem;
	border-bottom: 1px solid #ddd;
}

.vehicle-c a div {
	width: 70%;
	float: left;
}

.vehicle-c a div h2 {
	font-size: 0.24rem;
}

.vehicle-c a div span {
	display: block;
	font-size: 0.20rem;
	color: #888;
	margin: 0.08rem 0;
}

.vehicle-c a div li {
	float: left;
	height: 0.32rem;
	line-height: 0.32rem;
	width: 0.6rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #fd0202;
	color: #fd0202;
	font-size: 0.16rem;
}

.vehicle-c a div li.active {
	color: #fff;
	background-color: #fd0202;
}

.vehicle-c a em {
	width: 30%;
	float: right;
	font-size: 0.22rem;
	text-align: right;
	color: #fd0202;
	margin-top: 0.45rem;
}


/**/

.banners {
	position: relative;
}

.banners .swiper-container {
	width: 6.4rem;
	height: 3.82rem;
}

.banners .swiper-slide img {
	width: 100%;
	height: 100%;
}

.banners a {
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	left: 0.1rem;
	top: 0.1rem;
	background: url(../img/product-xq/fh.png) no-repeat;
	background-size: 100% 100%;
	z-index: 4;
}

.banners .swiper-pagination {
	font-size: 0.16rem;
	color: #fff;
	width: 1rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: url(../img/product-xq/bg.png) repeat;
	border-radius: 50px;
	position: absolute;
	bottom: 0.1rem;
	left: initial;
	right: 0.1rem;
	z-index: 4;
}

.product-na {
	margin-top: 0.2rem;
	padding-bottom: 0.2rem;
}

.product-na div {
	float: left;
}

.product-na div h2 {
	font-size: 0.26rem;
	color: #333;
}

.product-na div span {
	display: block;
	font-size: 0.22rem;
	color: #999;
	margin: 0.05rem 0;
}

.product-na div em {
	display: block;
	font-size: 0.26rem;
	color: #fd0202;
}

.product-na div em i {
	font-size: 0.2rem;
}

.product-na ul {
	float: left;
	margin-left: 0.2rem;
}

.product-na li {
	float: left;
	height: 0.32rem;
	line-height: 0.32rem;
	width: 0.6rem;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #fd0202;
	color: #fd0202;
	font-size: 0.16rem;
}

.product-na li.active {
	color: #fff;
	background-color: #fd0202;
}

.product-ys h2 {
	font-size: 0.28rem;
	width: 24%;
	float: left;
	color: #333;
}

.product-ys ul {
	width: 76%;
	float: left;
}

.product-ys ul li {
	width: 40%;
	float: left;
}

.product-ys ul li a {
	display: block;
	text-align: center;
	font-size: 0.16rem;
	border: 1px solid #bebec3;
	height: 0.4rem;
	line-height: 0.4rem;
	margin-bottom: 0.15rem;
	margin-right: 0.1rem;
}

.product-ys ul li.active a {
	border-color: #e5004f;
	color: #e5004f;
}

.product-ys {
	margin-top: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #ddd;
}


/*personal*/

.presonal-box {
	margin-top: 0.8rem;
	margin-bottom: 0.2rem;
}

.presonal-tit {
	padding: 0.3rem;
	border-bottom: 0.1rem solid #ddd;
	border-top: 0.1rem solid #ddd;
}

.presonal-tit i {
	display: block;
	float: left;
	height: 1.0rem;
}

.presonal-tit i img {
	display: block;
	height: 100%;
	width: auto;
}

.presonal-tit div {
	float: left;
	margin-left: 0.2rem;
}

.presonal-tit div span {
	display: block;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	margin-top: 0.12rem;
}

.presonal-tit div p {
	font-size: 0.22rem;
	margin-top: 0.1rem;
	color: #333;
}

.presonal-tit div p em {
	color: #21a8d5;
	font-weight: bold;
}

.presonal-tit a {
	display: block;
	float: right;
	font-size: 0.24rem;
	margin-top: 0.35rem;
	color: #21a8d5;
}

.presonal-x a {
	display: block;
	padding: 0 0.2rem;
	height: 0.8rem;
	border-bottom: 1px solid #ddd;
}

.presonal-x a div {
	height: 0.5rem;
	float: left;
	margin: 0.15rem 0;
}

.presonal-x a div img {
	display: block;
	height: 100%;
	width: auto;
}

.presonal-x a span {
	display: block;
	float: left;
	height: 0.8rem;
	line-height: 0.8rem;
	margin-left: 0.5rem;
}

.presonal-x a i {
	display: block;
	height: 0.3rem;
	float: right;
	margin-top: 0.25rem;
	margin-right: 0.2rem;
}

.presonal-x a i img {
	display: block;
	height: 100%;
	width: auto;
}


/*presonal-dd*/

.presonal-dd {
	border-top: 0.1rem solid #ddd;
}

.presonal-dd li {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	border-bottom: 1px solid #ddd;
}

.presonal-dd li span {
	display: block;
	float: left;
	width: 1.4rem;
	text-align: right;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
}

.presonal-dd li em {
	float: left;
	margin-left: 0.5rem;
	font-size: 0.22rem;
}


/*presonal-zl*/

.presonal-zl {
	border-top: 0.1rem solid #ddd;
	padding-top: 1.0rem;
}

.presonal-zl i {
	float: left;
	display: block;
	width: 35%;
}

.presonal-zl i img {
	display: block;
	height: 0.9rem;
	width: 0.9rem;
	margin: 0.6rem auto 0;
}

.presonal-zl ul {
	float: left;
	width: 65%;
}

.presonal-zl ul li {
	font-size: 0.24rem;
	color: #333;
	margin-bottom: 0.3rem;
}

.presonal-zl ul li span {
	margin-left: 0.2rem;
	color: #666;
}

.presonal-zl ul li a {
	display: block;
	width: 1.6rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	font-size: 0.18rem;
	background-color: #277fd7;
	color: #fff;
	border-radius: 5px;
}


/*password-xg*/

.password-xg {
	border-top: 0.1rem solid #ddd;
	padding: 0.6rem 1rem 0;
}

.password-xg li {
	margin-bottom: 0.3rem;
}

.password-xg li label {
	display: inline-block;
	width: 30%;
	text-align: right;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.24rem;
	color: #333;
}

.password-xg li input {
	display: inline-block;
	width: 70%;
	box-sizing: border-box;
	height: 0.6rem;
	line-height: 0.6rem;
	border: 1px solid #e5e5e5;
	padding: 0 0.1rem;
}

.password-xg .btn-xg {
	display: block;
	width: 1.6rem;
	height: 0.5rem;
	border: none;
	font-size: 0.2rem;
	color: #fff;
	background: #277fd7;
	border-radius: 5px;
	margin: 0.6rem auto;
}


/*invoice-xx*/

.invoice-xx {
	padding: 0.6rem 1rem 0;
}

.invoice-xx .btn-xg {
	display: block;
	width: 1.6rem;
	height: 0.5rem;
	border: none;
	font-size: 0.2rem;
	color: #fff;
	background: #277fd7;
	border-radius: 5px;
	margin: 0.1rem auto 0.2rem;
}

.invoice-xx li span {
	display: inline-block;
	width: 32%;
	text-align: right;
	font-size: 0.22rem;
	color: #333;
	height: 0.6rem;
	line-height: 0.6rem;
}

.invoice-xx li em {
	display: inline-block;
	font-size: 0.2rem;
	color: #666;
	margin-left: 0.12rem;
	height: 0.6rem;
	line-height: 0.6rem;
}

.invoice-xx li:last-child span {
	float: left;
}

.invoice-box {
	float: left;
	width: 65%;
	margin-left: 0.2rem;
	margin-top: 0.3rem;
}

.invoice-box i {
	display: block;
	width: 2.2rem;
	height: 1.8rem;
	border: 1px solid #e5e5e5;
}

.invoice {
	position: relative;
	margin-top: 0.2rem;
}

.invoice a {
	display: block;
	width: 1.6rem;
	text-align: center;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.2rem;
	color: #fff;
	border-radius: 5px;
	background: url(../img/members/invoice.png) no-repeat 0.2rem center;
	background-color: #0068b7;
	padding-left: 0.1rem;
}

.invoice input {
	position: absolute;
	height: 0.5rem;
	width: 1.6rem;
	left: 0;
	top: 0;
	opacity: 0;
}


/*information*/

.money-box {
	border-top: 0.1rem solid #ddd;
}

.money {
	border-bottom: 0.1rem solid #ddd;
}

.money-top {
	padding: 0.15rem 0.2rem;
	border-bottom: 1px solid #ddd;
}

.money-top h2 {
	font-size: 0.24rem;
	margin-bottom: 0.1rem;
}

.money-top p {
	font-size: 0.2rem;
	color: #666;
}

.money-top p span {
	margin-right: 0.4rem;
}

.money-bottom div {
	float: left;
	margin-top: 0.08rem;
}

.money-bottom {
	padding: 0.1rem 0.2rem;
}

.money-bottom input {
	display: inline-block;
	height: 0.3rem;
	width: 0.3rem;
	background: url(../img/members/xz1.png) no-repeat;
	background-size: 100% 100%;
	-webkit-appearance: none;
}

.money-bottom label {
	display: inline-block;
	height: 0.3rem;
	lighting-color: 0.3rem;
	font-size: 0.2rem;
}

.money-bottom input.active {
	background-image: url(../img/members/xz2.png);
}

.money-bottom a {
	display: block;
	float: left;
	margin-left: 1.6rem;
	border: 1px solid #ddd;
	height: 0.4rem;
	line-height: 0.4rem;
	width: 1rem;
	text-align: center;
	border-radius: 5px;
}


/*bank-xx*/

.bank-xx {
	border-top: 0.1rem solid #ddd;
}

.bank-xx li {
	padding: 0 0.2rem;
	border-bottom: 1px solid #ddd;
}

.bank-xx li span {
	display: inline-block;
	height: 0.8rem;
	line-height: 0.8rem;
	width: 1.4rem;
	text-align: right;
	font-size: 0.24rem;
	color: #333;
}

.bank-xx li em {
	display: inline-block;
	height: 0.8rem;
	line-height: 0.8rem;
	margin-left: 0.2rem;
	font-size: 0.2rem;
	color: #666;
}

.bank-xx li:last-child span {
	float: left;
}

.bank-xx li:last-child {
	border-bottom: none;
}


/*register*/

.register {
	margin-bottom: 1.8rem;
}

.register ul {
	padding: 0 0.2rem;
	border-bottom: 0.1rem solid #efefef;
	border-top: 0.1rem solid #efefef;
}

.register ul li {
	padding: 0.1rem 0;
	border-bottom: 1px solid #ddd;
}

.register ul li:last-child {
	border: none;
}

.register ul li input {
	border: none;
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	padding-left: 0.6rem;
}

.register ul li:nth-child(1) input {
	background: url(../img/register/phone.png) no-repeat left center;
}

.register ul li:nth-child(2) input {
	background: url(../img/register/password.png) no-repeat left center;
}

.register p {
	margin-top: 0.2rem;
	padding: 0 0.2rem;
	font-size: 0.2rem;
	color: #666;
}

.register p a {
	color: #3a88bf;
}

.btn-regis {
	display: block;
	width: 90%;
	text-align: center;
	margin: 0.8rem auto 0;
	border: none;
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius: 5px;
	font-size: 0.24rem;
	color: #fff;
	background-color: #f3828b;
}


/*register-xx*/

.register-xx ul li:nth-child(1) input {
	background: url(../img/register/phone.png) no-repeat left center;
}

.register-xx ul li:nth-child(2) input {
	background: url(../img/register/password.png) no-repeat left center;
}

.register-xx ul li:nth-child(3) input {
	background: url(../img/register/phone.png) no-repeat left center;
}

.register-xx ul li:nth-child(4) input {
	background: url(../img/register/home.png) no-repeat left center;
}

.register-xx ul li:nth-child(5) input {
	background: url(../img/register/zhiz.png) no-repeat left center;
}

.register-xx ul li:nth-child(6) input {
	background: url(../img/register/sfz.png) no-repeat left center;
}

.fr-xz,
.sc-zj {
	padding: 0 0.2rem;
	margin-top: 0.3rem;
}

.fr-xz span {
	float: left;
	font-size: 0.22rem;
	color: #333;
}

.fr-xz div {
	float: left;
}

.fr-xz div label {
	font-size: 0.22rem;
	color: #666;
	margin-left: 0.1rem;
}

.fr-xz div input {
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.05rem;
}

.sc-zj span {
	display: block;
	font-size: 0.22rem;
	color: #333;
}

.zj-c {
	border: 1px solid #ddd;
}

.zj-c div {
	width: 30%;
	float: left;
	margin: 0.2rem 1.66%;
}

.zj-c div i {
	width: 100%;
	height: 1.6rem;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.zj-c div span {
	display: block;
	text-align: center;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.2rem;
	color: #666;
}

.zj-c .invoice {
	float: initial;
}

.register-xx .btn-regis {
	width: 70%;
}

.register-cg {
	padding-top: 1.2rem;
}

.register-cg h2 {
	text-align: center;
	color: #3fd821;
	height: 0.6rem;
	line-height: 0.6rem;
	margin-bottom: 0.4rem;
}

.register-cg h2 img {
	display: inline-block;
	height: 0.6rem;
	width: 0.6rem;
	margin-right: 0.2rem;
}

.register-cg p {
	font-size: 0.20rem;
	color: #666;
	text-align: center;
	margin-top: 0.1rem;
}

.register-cg p span {
	color: #1f4ca0;
}

.register-cg div {
	width: 80%;
	margin: 0.4rem auto;
}

.register-cg div a {
	display: block;
	float: left;
	width: 40%;
	margin: 0 5%;
	text-align: center;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.2rem;
}

.register-cg div a:first-child {
	background-color: #dbdbdb;
}

.register-cg div a:last-child {
	background-color: #82b5dc;
	color: #fff;
}


/*register-sb*/

.register-sb h2 {
	color: #ff2727;
}


/*record*/

.record {
	padding: 0 0.2rem;
}

.record {
	border-top: 0.1rem solid #ddd;
	padding-top: 0.2rem;
}

.record ul {
	padding-left: 0.6rem;
	border-left: 1px solid #ddd;
	margin-left: 0.4rem;
	padding-bottom: 0.4rem;
}

.record ul li {
	border-bottom: 1px solid #ddd;
	position: relative;
	margin-bottom: 0.4rem;
	padding-bottom: 0.1rem;
}

.record ul li i {
	display: block;
	width: 0.22rem;
	height: 0.22rem;
	background-color: #ddd;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: -0.71rem;
}

.record ul li span {
	font-size: 0.26rem;
	color: #666;
}

.record ul li p {
	font-size: 0.24rem;
	color: #888;
	margin-top: 0.1rem;
}

.record ul li.active i {
	background: url(../img/dian.png) no-repeat;
	background-size: 100% 100%;
	width: 0.28rem;
	height: 0.28rem;
	left: -0.74rem;
}

.record ul li.active span,
.record ul li.active p {
	color: #41cc04;
}


/*2017-02-27修改*/

.invoice-xx {
	margin-bottom: 2.0rem;
}

.invoice-xx ul {
	list-style: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.4rem;
}

.invoice-xx ul:last-child {
	border: 0;
}

.product-na>a {
	float: right;
	width: 1.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background-color: #fd0202;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}


/*2017-03-9*/

.puct li h2 {
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
    text-align:center;
}


/*品典增加修改*/

.guide {
	border-bottom: 0.1rem solid #ddd;
	padding-bottom: 0.3rem;
}

.guide-c {
	padding: 0 0.2rem;
}

.guide-c a {
	display: block;
	margin-top: 0.3rem;
}

.guide-c a i {
	display: block;
	float: left;
	width: 1.8rem;
}

.guide-c a i img {
	width: 100%;
	height: auto;
}

.guide-c a div {
	float: right;
	width: 4.0rem;
}

.guide-c a div h4 {
	font-size: 0.26rem;
	font-weight: normal;
	color: #666;
	margin-bottom: 0.08rem;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guide-c a div p {
	font-size: 0.20rem;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
}

.guide-c a div span {
	display: block;
	font-size: 0.18rem;
	margin-top: 0.08rem;
	color: #d17b42;
}

.news-xq {
	padding: 0 0.2rem 0.3rem;
	border-bottom: 0.1rem solid #ddd;
}

.news-tit h2 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 0.2rem;
    color:#333;
}

.m-t-35 a {
    color: #333;
    display:block;
    white-space:normal;
    height:25px;
    overflow:hidden;
}

.news-tit div {
    text-align: center;
}
.news-tit div span {
	/*float: left;*/
	font-size: 0.22rem;
	color: #999;
	line-height: 0.3rem;
}

.news-tit div span:last-child {
	/*float: right;*/
	margin-left: 0.2rem
}

.news-tit div span i {
	margin-right: 0.05rem;
}

.news-tit {
	margin-bottom: 0.4rem;
}

.xq p {
	font-size: 0.26rem;
	line-height: 0.32rem;
	 
   color:#333;
}

.xq p:first-child {
	text-indent: 2em;
}

.xq img {
	width: 100%;
	height: auto !important;
	margin-top: 0.2rem;
}

.contacts {
	padding: 0 0.2rem 0.3rem;
	border-bottom: 0.1rem solid #ddd;
}

.contacts img {
	width: 100%;
	height: auto;
}

.contacts h4 {
	font-size: 0.3rem;
	color: #333;
	margin-top: 0.4rem;
}

.contacts h4 em {
	font-weight: normal;
	font-size: 0.22rem;
}

.contacts span {
	display: block;
	font-size: 0.2rem;
	color: #787878;
	margin: 0.2rem 0 0.4rem;
}

.contacts span i {
	color: #097af7;
	font-size: 0.24rem;
}

.contacts p {
	font-size: 0.22rem;
	color: #333;
	line-height: 0.36rem;
}

.type-l {
	float: left;
	width: 2.8rem;
	background-color: #f4f4f4;
}

.type-r {
	float: right;
	width: 3.3rem;
}

.type-r a {
	line-height: 0.8rem;
	font-size: 0.24rem;
}

.type-l a span {
	display: block;
	float: left;
	width: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.24rem;
	margin-left: 0.4rem;
	color: #333;
}

.type-r a:first-child {
	color: #d62c2c;
}

.service {
	padding: 0 0.2rem;
	padding-bottom: 0.3rem;
	border-bottom: 0.1rem solid #ddd;
}

.service a {
	display: block;
	margin-bottom: 0.3rem;
	border-radius: 5px;
	overflow: hidden;
}

.service a img {
	width: 100%;
	height: auto;
}

.service1 h2 {
	text-align: center;
	font-size: 0.36rem;
	color: #333;
	margin-bottom: 0.4rem;
}

.service1 ul {
	padding: 0 0.2rem;
}

.service1 ul li {
	float: left;
	width: 33.333%;
}

.service1 ul li h4 {
	text-align: center;
	font-size: 0.24rem;
	margin-bottom: 0.1rem;
}

.service1 ul li p {
	text-align: center;
	font-size: 0.22rem;
}

.service-btn {
	background-color: #e4e4e3;
	padding: 0.4rem 0;
	margin-top: 1.2rem;
	margin-bottom: 0.4rem;
}

.service-btn a {
	display: block;
	width: 2.8rem;
	text-align: center;
	line-height: 0.6rem;
	height: 0.6rem;
	margin: 0 auto 0.2rem;
	background-color: #62a1f8;
	font-size: 0.24rem;
	color: #fff;
	border-radius: 5px;
}

.service-btn p {
	text-align: center;
	font-size: 0.26rem;
	color: #62a1f8;
}

.service2 h2 {
	text-align: center;
	font-size: 0.36rem;
	font-weight: normal;
	margin-bottom: 0.4rem;
}

.service2 {
	padding: 0 0.2rem;
}

.service2 li img {
	width: 100%;
	height: auto;
}

.service2 li {
	margin-bottom: 0.3rem;
	border-radius: 5px;
	overflow: hidden;
}

.service3 {
	margin-top: 0.8rem;
}

.service3 img {
	width: 100%;
	height: auto;
}

.service3 div {
	margin-top: 0.4rem;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #ddd;
}

.service3 div h4 {
	text-align: center;
	font-size: 0.3rem;
	font-weight: normal;
	margin-bottom: 0.2rem;
}

.puct li a {
	position: relative;
	overflow: hidden;
}

.puct li a i {
	display: block;
	width: 0.7rem;
	position: absolute;
	top: 0.1rem;
	left: 0.1rem;
}

.puct li a i img {
	width: 100%;
	height: auto;
}

.special-tab a {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 0.24rem;
	color: #333;
}

.sell-c {
	border-bottom: 0.1rem solid #ddd;
	padding-bottom: 0.3rem;
	margin-top: 0.3rem;
}

.sell-bt {
	padding: 0 0.2rem;
	border-bottom: 0.1rem solid #ddd;
	padding-bottom: 0.4rem;
}

.sell-bt input {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	border: 1px solid #ddd;
	padding: 0 0.1rem;
	box-sizing: border-box;
	font-size: 0.24rem;
}

.sell-bt a {
	display: block;
	width: 100%;
	text-align: center;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.26rem;
	color: #fff;
}

.sell-bt a:nth-child(2) {
	background-color: #d81e06;
	margin: 0.4rem 0 0.2rem 0;
}

.sell-bt a:nth-child(3) {
	background-color: #1478cc;
}

.lc-c {
	margin-top: 0.3rem;
}

.sell-cx {
	margin-top: 0.6rem;
	border-bottom: 0.1rem solid #ddd;
	padding-bottom: 0.3rem;
}

.sell-fw {
	border-bottom: 0.1rem solid #ddd;
	padding-bottom: 0.1rem;
}

.fw-c {
	margin-top: 0.3rem;
}

.fw-c li {
	float: left;
	width: 33.333%;
	margin-bottom: 0.2rem;
}

.fw-c li h4 {
	font-weight: normal;
	font-size: 0.26rem;
	text-align: center;
	color: #333;
	line-height: 0.5rem;
}

.fw-c li p {
	text-align: center;
	font-size: 0.22rem;
}

.wt-c {
	padding: 0 0.2rem;
}

.wt-c dl {
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #ddd;
	margin-top: 0.3rem;
}

.wt-c dl dt {
	font-size: 0.26rem;
	color: #333;
	margin-bottom: 0.2rem;
}

.wt-c dl dd {
	font-size: 0.24rem;
	color: #999;
	margin-bottom: 0.1rem;
}

.evaluate {
	margin-top: 0.8rem;
}

.evaluate-c form>input {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	line-height: 0.7rem;
	height: 0.7rem;
	background-color: #d81e06;
	border: none;
	margin-top: 0.4rem;
}

.evaluate-c li {
	height: 0.8rem;
	border-bottom: 1px solid #ddd;
	padding: 0 0.2rem;
}

.evaluate-c li label {
	float: left;
	line-height: 0.8rem;
	font-size: 0.24rem;
	color: #333;
}

.evaluate-c li input {
	width: 3.3rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border: none;
	margin-left: 0.1rem;
	font-size: 0.24rem;
	color: #333;
}

.lie {
	padding: 0 0.2rem;
	background-color: #f2f2f2;
}

.lie div {
	float: left;
	width: 1.8rem;
	background-color: #f2f2f2;
	box-sizing: border-box;
	padding: 0.1rem 0.1rem;
	text-align: center;
	line-height: 0.3rem;
}

.lie ul {
	float: right;
	width: 4.1rem;
	background-color: #f2f2f2;
	border-left: 0.1rem solid #fff;
}

.lie ul li {
	float: left;
	width: 33.3333%;
	text-align: center;
	padding: 0.1rem 0.1rem;
	box-sizing: border-box;
	font-size: 0.18rem;
	line-height: 0.3rem;
}

.tp {
	padding: 0 0.2rem;
	box-sizing: border-box;
	margin-top: 0.3rem;
}

.tp .swiper-container {
	width: 100%;
	height: auto;
}

.tp .swiper-slide img {
	width: 100%;
	height: auto;
}

.tit h2 i {
	font-size: 0.3rem;
	margin-right: 0.1rem;
	color: #e10d0d;
}

.product-pz {
	margin-top: 0.3rem;
}

.product-pz .tit {
	margin-bottom: 0.3rem;
}

.product-pz table {
	width: 100%;
}

.product-pz table td {
	border: 1px solid #ddd;
	text-align: center;
	line-height: 0.4rem;
}


/*企业特色*/

.x_ci {
	background: url(../img/lmz/index/02.png) no-repeat center;
	background-size: 100% 100%;
	font-size: 0px;
	padding: 0.5rem 0.2rem;
}

.x_ci>div {
	display: inline-block;
	vertical-align: top;
}

.x_ci .x_left {
	width: 60%;
	height: auto;
}

.x_ci .x_left>h1 {
	color: #D82F27;
	font-size: 0.4rem;
	/*padding-top: 0.2rem;*/
}

.x_ci .x_left>p {
	color: #333333;
	font-size: 0.3rem;
	margin-top: 0.1rem;
	padding-bottom: 0.1rem;
	position: relative;
}

.x_ci .x_left .x_left_con {
	margin-top: 0.2rem;
}

.x_ci .x_left .x_left_con p {
	color: #666666;
	font-size: 0.25rem;
	line-height: 20px;
}

.x_ci .x_right {
	width: 40%;
	height: auto;
	margin-top: 0.2rem;
}

.x_nav {
	max-width: 100%;
	height: auto;
	font-size: 0;
	padding: 0px 0.2rem;
}

.x_nav a {
	width: 24.8%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 0.25rem;
	background: url(../img/lmz/porduct/bj1.png) no-repeat center;
	background-size: 100% auto;
	padding: 0.2rem 0px;
}

.x_nav a.active {
	background: url(../img/lmz/porduct/bj2.png) no-repeat center;
	background-size: 100% auto;
	color: #FFFFFF;
}

.x_nav a:hover {
	background: url(../img/lmz/porduct/bj2.png) no-repeat center;
	background-size: 100% auto;
	color: #FFFFFF;
}

.x_nav_a {
	padding: 0px 0.2rem;
	margin-top: 0.2rem;
}

.x_nav_a a {
	padding: 0.1rem 0.2rem;
	font-size: 0.25rem;
	color: #333333;
}

.x_nav_a a.active {
	color: #e62129;
}

.bdsharebuttonbox a {
	display: inline-block;
	width: 35px;
	height: 35px !important;
	padding: 0px !important;
	margin: 0px;
	margin-right: 5%;
}

.bdsharebuttonbox .bds_more {
	background-image: url(../img/lmz/porduct/mor.png) !important;
	background-position: center !important;
}

.bdsharebuttonbox .bds_qzone {
	background-image: url(../img/lmz/porduct/qz.png);
	background-position: center !important;
}

.bdsharebuttonbox .bds_tsina {
	background-image: url(../img/lmz/porduct/x_wb.png);
	background-position: center !important;
}

.bdsharebuttonbox .bds_tqq {
	background-image: url(../img/lmz/porduct/t_wb.png);
	background-position: center !important;
}

.bdsharebuttonbox .bds_renren {
	background-image: url(../img/lmz/porduct/rr.png);
	background-position: center !important;
}

.bdsharebuttonbox .bds_weixin {
	background-image: url(../img/lmz/porduct/wx.png);
	background-position: center !important;
}

.con_tel {
    display: inline-block;
    padding: 0px 0.5rem;
    height: 50px;
    line-height: 50px;
    background: #ff0000;
    background-position-x: 35px;
    background-position-y: center;
    background-size: 11%;
    color: #FFFFFF;
    border: none;
    border-radius: 2px;
    margin-top: 0.5rem;
    font-size: 0.3rem;
}


/*企业文化*/

#ppgs {
	padding: 0px 0.2rem;
}

#ppgs>p {
	text-align: center;
	text-indent: 0px;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	color: #333333;
	font-size: 0.3rem;
}

#ppgs>span {
	display: block;
	font-size: 0.25rem;
	line-height: 0.4rem;
	color: #333333;
	text-indent: 2em;
}

.x_brand {
	width: 100%;
	border: none;
}

.x_brand>div {
	display: inline-block;
	font-size: 0px;
	width: 32.333%;
	text-align: center;
	text-indent: 0;
	vertical-align: top;
}

.x_brand>div img {
	width: 70%;
	display: inline-block;
}

.x_brand>div p {
	text-indent: 0;
	padding: 0.1rem 0px;
	font-size: 0.3rem;
	color: #333333;
}

.x_brand>div span {
	text-indent: 0;
	font-size: 0.23rem;
	color: #666666;
}

.x_oth {
	margin-top: 0.5rem;
}

.x_oth .am-tabs-nav li {
	line-height: 0 !important;
	margin-right: 0.25rem;
}

.x_oth .am-tabs-nav li:last-child {
	line-height: 0 !important;
	margin-right: 0px;
}

.x_oth .am-tabs-nav a {
	padding: 0.25rem 0.4rem;
	border: 1px solid #DDDDDD;
	border-radius: 30px;
	line-height: 0 !important;
	color: #333333;
}

.am-tabs-default .am-tabs-nav>.am-active a {
	background: #e62129;
	border: 1px solid #e62129;
	color: #FFFFFF;
}

.x_con_am {
	padding-top: 0.2rem;
}

.x_con_am p {
	text-indent: 2em;
}

.gswh_banner {
	width: 100%;
}

.gswn_text {
	margin-top: 0.2rem;
}

#xdkj>div {
	display: inline-block;
	width: 50%;
}

.ccpx_d1_t1 {
	padding: 0px 0.2rem;
}

.ccpx_d1_t1>p:first-child {
	font-size: 0.4rem;
	text-indent: 0;
	margin-bottom: 0.23rem;
}

.ccpx_d1_t1>p {
	font-size: 0.22rem;
}

.x1_l {
	padding: 0px 0.2rem;
}

.x1_l h1 {
	font-size: 0.4rem;
	color: #333333;
	font-weight: normal;
	padding-right: 0.1rem;
	padding-top: 0.2rem;
	padding-bottom: 0.23rem;
}

#fywh>.x_t {
	width: 40% !important;
	margin: 0 auto;
	margin-top: 0.5rem;
}

#fywh>p {
	text-align: center;
	font-size: 0.2rem;
	color: #983839;
}

.infor form>div {
	margin-bottom: 0.3rem;
	padding: 0px 0.2rem;
}

.infor form>div label {
	color: #333333;
	font-size: 0.25rem;
	width: 20%;
	margin-right: 2%;
	display: inline-block;
}

.infor form>div input {
	display: inline-block;
	width: 3rem;
	height: 0.6rem;
	border: none;
	outline: none;
	border: 1px solid #DDDDDD;
	text-indent: 1em;
	width: 76%;
}

.infor form>div textarea {
	display: inline-block;
	width: 3rem;
	height: 2rem;
	border: none;
	outline: none;
	border: 1px solid #DDDDDD;
	text-indent: 1em;
	width: 76%;
}

.infor form>div label font {
	color: red;
}

.infor form>div:last-child {
	text-align: center;
}

.infor form>div button {
	display: inline-block;
	padding: 0.2rem 0.5rem;
	border: none;
	color: #333333;
	font-size: 0.25rem;
}

.infor form>div button:first-child {
	margin-left: 0.7rem;
	background: #e62129;
	color: #FFFFFF;
}
.fhdiv {
    position: fixed;
    z-index: 10;
    bottom: 3rem;
    overflow: hidden;
    /*width: 1rem;*/
    text-align: center;
    right: 0;
}
.blup {
    width: 0.4rem;
    height: 0.4rem;
}