@charset uft-8;

.h90 {
	height: 90px;
}

/*===logo reg====================================*/
.shlogbg {
	background: #f3f7f9;
}

.sh-header {
	width: 100%;
	height: 75px;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}

.sh-header .helogo {
	line-height: 75px;
	float: left;
}

.sh-header .headback {
	display: inline-block;
	float: right;
	padding: 5px 18px 6px 12px;
	margin-top: 20px;
	border: 1px solid #C91E28;
	background: #C91E28;
	color: #fff;
}

.sh-header .headback:hover {}

.sh-header .topright {
	float: right;
	padding-top: 22px;
}

.sh-loginbox {
	width: 560px;
	border-radius: 5px;
	margin: 150px auto 0;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}

.sh-loginbox .sh-loginop a {
	display: inline-block;
	width: 50%;
}

#reg.sh-loginbox {
	margin-top: 70px;
}

.sh-loginbox .shlog-main {
	margin: 15% 20% 13%;
}

.sh-loginbox .shlog-main .sh-loginopt {
	line-height: 44px;
}

.sh-loginbox .shlog-main .sh-loginopt a {
	width: 100%;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 18px;
	border-bottom: 2px solid #f0f2f7;
}

.sh-loginbox .shlog-main .sh-loginopt a.active {
	border-color: #C91E28;
	color: #C91E28;
}

.logf {
	height: 45px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	margin-top: 30px;
	transition: all 0.4s;
	background-color: #f0f2f7;
	border-radius: 22px;
	border: solid 1px #e3e8f0;
	position: relative;
}

.logf i {
	margin: 0 15px 0 0;
	font-size: 18px;
}

.logf input {
	width: 100%;
	border: none;
	background: none;
}

.logf:hover {
	border-color: #C91E28;
	background: #fff;
}

.logsms {}

.logsms .fsms {
	display: inline-block;
	height: 43px;
	padding: 0 24px;
	transition: all 0.4s;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	background: #C91E28;
	color: #fff;
	border-radius: 22px;
}

.logsms .fsms:hover {
	background: #e62a35
}

.logsms .fimg {
	display: inline-block;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
}

.logfget {
	margin: 28px 20px;
}

.logfget a {
	float: right;
}

.logxy {
	margin: 28px 20px;
}

.logxy a {
	color: #C91E28;
}

.logbtn {
	line-height: 45px;
	padding: 0 20px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	letter-spacing: 12px;
	width: 100%;
	margin-top: 30px;
	transition: all 0.4s;
	background-color: #C91E28;
	border-radius: 22px;
	border: solid 1px #e3e8f0;
	position: relative;
	background-image: linear-gradient(-45deg, #e62a35, #f37437 50%, #C91E28);
	transition: all 0.4s;
	)
}

.logbtn:hover {
	background: #e62a35;
}

.logother {
	text-align: center;
	margin-top: 30px;
}

.logother h4 {
	font-size: 14px;
	margin-bottom: 15px;
}

.logother i {
	font-size: 32px;
	color: #00c250;
	transition: all 0.4s;
}

.logother i:hover {
	color: #C91E28;
}

.logbtn-wx {
	display: none;
}

/*===logo reg====================================*/




/*===会员中心====================================*/
.w {
	min-width: 1150px;
	max-width: 1400px;
	margin: 0 auto;
}

.w2 {
	padding: 0 50px;
}

.user-main {
	margin: 50px auto;
}

.user-main .uml {
	float: left;
	width: 20.4%;
}

.user-main .umr {
	float: right;
	width: 77.5%;
}

.umshadow {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 9px 1px rgba(44, 44, 44, 0.05);
}

.umbox {}

.umbox .umul {
	background: #fff;
	padding: 15px;
	margin: 0
}

.umbox .umTit {
	line-height: 42px;
	background: #303b50;
	background-image: linear-gradient(to top, #C91E28 0%, #ff0844 100%);
	color: #fff;
	padding-left: 15px;
	font-size: 18px;
}

.umbox .ulchindTit {
	padding: 6px 0;
	margin: 0;
}

.umbox .umul .um-item {}

.umbox .umul .um-item .um-link {
	display: block;
	padding: 6px 0;
}

.umrbox {
	padding: 20px;
}

/*===会员中心====================================*/




/*===首页====================================*/
.index-main {}

.imleft {
	width: 70.5%;
}

.imright {
	width: 27.5%;
}

.title {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

.title:after {
	position: absolute;
	width: 12px;
	height: 1px;
	background: #C91E28;
	bottom: 0;
	left: 0;
	content: '';
	transition: all .6s;
}

.title:hover:after {
	width: 25%;
}

.title h2 {
	display: inline-block;
	float: left;
	margin: 0;
	font-size: 26px;
	font-weight: bold;
}

.title span {
	display: inline-block;
	float: left;
	font-weight: bold;
	position: relative;
	transition: all .3s;
	color: #C91E28;
	font-size: 16px;
	margin-top: 3px;
	border-left: 1px solid #C91E28;
	padding-left: 10px;
	margin-left: 10px;
}

.title span:hover {
	margin-left: 14px;
}

.Tit1 em {
	display: inline-block;
	float: right;
	padding-top: 5px;
	color: #fff;
}

.Tit1 em a {
	color: #fff;
}

.title.af:hover:after {
	width: 100%;
}

.ipage1 {}

.ilnew {
	position: relative;
	padding-top: 35px;
}

.ilnew .lnew {
	padding-bottom: 60px;
}

.ilnew .morebtn {
	display: inline-block;
	width: 120px;
	z-index: 10;
	transition: all 0.5s;
	text-align: center;
	color: #333;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 40px;
	background: #f0eeef;
}

.ilnew .morebtn:hover {
	background: #C91E28;
	background-image: linear-gradient(to top, #C91E28 0%, #ff0844 100%);
	color: #fff;
	width: 130px;
}

.ilnew .morebtn i {
	font-size: 28px;
	float: left;
	padding: 0 5px 0 12px;
}

.ilnew .morebtn span {
	display: inline-block;
	float: left;
}

.ilnew .item {
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	padding-bottom: 26px;
	transition: all 0.5s;
}

.ilnew .item h4 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 22px;
}

.ilnew .item .des a {
	display: flex;
	font-family: Microsoft Yahei;
	/*align-items: center;*/
}

.ilnew .item .des img {
	height: 140px;
}

.ilnew .item .des span {
	display: inline-block;
	position: relative;
	padding: 15px 130px 15px 20px;
	line-height: 26px;
	font-size: 14px;
}

.ilnew .item ins {
	display: inline-block;
	font-family: Helvetica;
	font-size: 18px;
	letter-spacing: 1px;
	left: 20px;
	bottom: 10px;
	text-decoration: none;
	position: absolute;
}

.ilnew .item b {
	width: 60px;
	height: 27px;
	transition: all 0.5s;
	background: url(../img/ico1.png) no-repeat center center;
	position: absolute;
	right: 4%;
	top: 48%;
}

.ilnew .item img {
	transition: all 0.5s;
}

.ilnew .item:hover b {
	right: 2%;
}

.ilnew .item:hover img {
	transform: scale(1.05);
}

.ilnew .item:hover {
	background: #f6f6f6;
	padding-left: 25px;
}

.ilnew .zdact {
	background: #f6f6f6;
	box-shadow: 0 0 12px #eee;
	padding-left: 0;
	border: 1px solid #f00;
}

.ilnew .zdact .item {
	padding-left: 20px;
}


.lnew .irbtn {
	right: 150px;
	bottom: 7px;
	position: absolute;
	height: 20px;
	width: 85px;
}

.lnew .swiper-button-next,
.lnew .swiper-button-prev {
	width: 10px;
	height: 19px;
	opacity: 1;
	top: 21px;
	transition: all .5s
}

.lnew .irbtn .swiper-button-prev {
	background: url(../img/zjt.png) no-repeat center center;
}

.lnew .irbtn .swiper-button-next {
	background: url(../img/yjt.png) no-repeat center center;
}

.lnew .irbtn .hengx {
	width: 2px;
	height: 16px;
	background: #bec2c9;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.lnew .irbtn .swiper-button-prev:hover {
	left: 5px
}

.lnew .irbtn .swiper-button-next:hover {
	right: 5px
}


.imrbox {
	padding: 20px 24px 25px;
	background: #fff;
	box-shadow: 0 0 9px 1px rgba(44, 44, 44, 0.09);
}

.title2 {
	line-height: 60px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.title2 i {
	font-size: 20px;
	color: #C91E28;
}

.title2:after {
	position: absolute;
	width: 5px;
	height: 1px;
	display: block;
	opacity: 0;
	background: #C91E28;
	bottom: 0;
	left: 0;
	content: '';
	transition: all .6s;
}

.title2:hover:after {
	width: 25%;
	opacity: 1;
}

.imrbox .rmenu {}

.rmenu {
	padding: 30px 0 40px;
}

.rmenu .item {
	text-align: center;
	display: block;
}

.rmenu .item img {
	width: 38px;
	display: inline-block;
	margin-bottom: 6px;
}

.rmenu .item span {
	display: block;
}

.rmenudot .swiper-pagination-bullet-active {
	background: #C91E28;
}

.rmenudot .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.imrbox .irlist {
	padding: 10px 0;
}

.imrbox .irlist .item {
	clear: both;
	padding-top: 25px;
	margin-bottom: 0px;
}

.imrbox .irlist dt {
	display: inline-block;
	float: left;
	width: 70px;
	position: relative;
	text-align: center;
}

.imrbox .irlist dt h4 {
	background: #C91E28;
	background-image: linear-gradient(to top, #C91E28 0%, #ff0844 100%);
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	height: 34px;
	padding-top: 11px;
	margin: 0;
	transition: all .6s;
}

.imrbox .irlist dt span {
	margin: 0 5px;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	background: #ddd;
	color: #666;
	position: absolute;
	top: -10px;
	left: 0;
}

.imrbox .irlist dd {
	float: right;
	width: 76%;
	padding-top: 6px;
}

.imrbox .irlist .item:hover dt h4 {
	background: #ff434e;
}

.imrbox .irlist .item:hover span {
	background: #C91E28;
	color: #fff;
}

/*index-team*/
.index-team {
	background: #f6f6f6;
}

.jsfc_a {
	position: relative;
}

.jsfc_rt {
	padding: 50px 0 0;
}

.effct {
	position: absolute;
	right: 0;
	top: -18px;
	height: 20px;
	width: 85px;
}

.effct .swiper-button-prev {
	background: url(../img/zjt.png) no-repeat center center;
	width: 10px;
	height: 19px;
	opacity: 1;
	top: 21px;
	transition: all .5s
}

.effct .swiper-button-next {
	background: url(../img/yjt.png) no-repeat center center;
	width: 10px;
	height: 19px;
	opacity: 1;
	top: 21px;
	transition: all .5s
}

.effct .swiper-button-prev:hover {
	left: 5px
}

.effct .swiper-button-next:hover {
	right: 5px
}

.effct .hengx {
	width: 2px;
	height: 16px;
	background: #bec2c9;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.welo {
	position: relative;
	width: 100%;
	height: auto
}

.welobg {
	width: 90%;
	background: rgba(255, 255, 255, .9);
	bottom: 0;
	position: absolute;
	left: 5%;
	padding: 10px 20px
}

.welonr h1 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
}

.welonr .wzhi {
	font-size: 14px;
	color: #666;
	height: 46px;
	margin-bottom: 5px;
	overflow: hidden;
}

.welonr .wzhi p {
	margin-bottom: 3px;
}

.welonr .more {
	height: 0;
	line-height: 40px;
	overflow: hidden;
	transition: all .5s
}

.wbbtm {
	position: relative;
	height: 65px
}

.welo:hover .welonr .more {
	height: 40px
}

.welo:hover .ovh img {
	transform: scale(1.05)
}

.welo:hover h1 {
	color: #C91E28
}

.ovh {
	overflow: hidden;
}

.ovh img {
	transition: all .5s;
	width: 100%;
	max-width: 100%
}

.more span {
	font-size: 16px;
	color: #c91e28;
	display: inline-block;
	position: relative;
	padding-left: 50px;
	transition: all .5s
}

.more span::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #c91e28;
	content: " ";
	float: left;
	margin-top: 1px;
	transition: all .5s
}

.more span:hover {
	padding-left: 70px
}

.more span:hover::before {
	width: 60px
}

/*index-product*/
.index-pro hr {
	margin: 0 0 50px;
	height: 1px;
}

.probox {
	padding: 50px 0;
}

.probox .l {
	float: left;
}

.probox .r {
	width: 75%;
	float: right;
}

.hotul .item {
	display: block;
	position: relative;
}

.hotul li:last-child {
	margin-right: 0;
}

.hotul li {
	width: 31.2%;
	float: left;
	margin-right: 3%;
	overflow: hidden;
	padding: 15px;
}

.hotul li img {
	max-width: 100%;
	transition: all .3s;
}

.hotul li h4 {
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	font-family: 黑体;
}

.hotul li span {
	display: block;
	text-align: center;
	line-height: 38px;
	transition: all .4s;
	height: 35px;
	color: #fff;
	background: #dc2c2e;
	font-size: 18px;
}

.hotul li span label {
	display: inline-block;
	margin-left: 10px;
}

.hotul li:hover img {
	transform: scale(1.05)
}

.hotul li:hover {
	box-shadow: 0 5px 10px #f6f6f6;
	border-radius: 5px
}

.hotul li:hover span {
	font-size: 20px;
}


.prolistbox {
	padding: 50px 0 0;
}

.proul {}

.proul .item {
	display: block;
	position: relative;
	text-align: center;
}

.proul li:last-child {
	margin-right: 0;
}

.proul li {
	width: 22.7%;
	float: left;
	margin-right: 3%;
	overflow: hidden;
	padding: 15px;
	transition: all .3s;
}

.proul li img {
	max-width: 100%;
	transition: all .3s;
	display: inline-block;
}

.proul li h4 {
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	font-family: 黑体;
	text-align: left;
}

.proul li span {
	display: block;
	text-align: center;
	line-height: 38px;
	transition: all .4s;
	height: 35px;
	font-size: 18px;
	color: #fff;
	background: #dc2c2e;
}

.proul li span label {
	display: inline-block;
	margin-left: 10px;
	color: #fff;
}

.proul li:hover img {
	transform: scale(1.05)
}

.proul li:hover {
	box-shadow: 0 5px 10px #f6f6f6;
	border-radius: 5px
}

.proul li:hover span {
	font-size: 20px;
}

/*
.hotul li span {display: block; position: absolute; text-align: center; line-height: 38px; transition:all .5s; height: 35px; background: #ff434e; left: 30px; right: 30px; bottom: 0; opacity: 0; font-size: 18px; color: #fff;}
.hotul li span label {display: inline-block; margin-left: 10px;}
.hotul li:hover img {transform:scale(1.05)}
.hotul li:hover span {opacity: 1; bottom: 54px; transform: skew(8deg);}

.proul li span {display: block; position: absolute; text-align: center; line-height: 38px; transition:all .5s; height: 35px; background: #ff434e; left: 30px; right: 30px; bottom: 0; opacity: 0; font-size: 18px; color: #fff;}
.proul li span label {display: inline-block; margin-left: 10px;}
.proul li:hover img {transform:scale(1.05)}
.proul li:hover span {opacity: 1; bottom: 54px; transform: skew(-5deg);}
*/

/*===首页====================================*/


/*===关于====================================*/
.pbanner {
	text-align: center;
	position: relative;
	z-index: 1;
}

.pbanner>img {
	display: inline-block;
	max-width: 100%;
	width: 100%;
}

.pbanner .pbg {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 14px 0 10px;
}

.pbanner .title {
	color: #fff;
}

.pbanner .title h2 {
	font-size: 22px;
}

.pbanner .title:after {
	background: #fff;
}

.pbanner .title:hover:after {
	width: 7.5%;
}

.pbanner .title span {
	color: #fff;
	border-left: 1px solid #fff
}

.pbanner .wapbanner {
	display: none;
}


.main {}

.mainl {
	width: 20%;
	float: left;
}

.mainr {
	width: 76%;
	float: right;
}

.tit1 {
	background: url(../img/tit1bg.png) no-repeat center top / 100%;
	text-align: center;
	font-size: 22px;
	color: #f5eacc;
	line-height: 81px;
}

.tit1 i {
	font-size: 22px;
	margin-right: 5px;
	color: #f5eacc;
}

.sideul {
	box-shadow: 0 3px 6px 1px rgba(44, 44, 44, 0.09);
}

.sideul li {
	display: block;
	margin-bottom: 1px;
}

.sideul li a {
	display: block;
	padding-left: 30px;
	background-image: url(../img/iconh.png);
	background-repeat: no-repeat;
	background-position: 85% center;
	font-size: 18px;
	line-height: 50px;
	transition: all 0.4s;
}

.sideul li a i {
	font-size: 28px;
}

.sideul li:nth-child(odd) a {
	background-color: #f7f7f7;
}

.sideul li:nth-child(even) a {
	background-color: #fff;
}

.sideul li a:hover,
.sideul li a.active {
	background-color: #C91E28;
	color: #fff;
	padding-left: 38px;
	background-image: url(../img/iconb.png);
	background-position: 90% center;
}

.mainl .irmenu {
	box-shadow: 0 3px 6px 1px rgba(44, 44, 44, 0.09);
	margin: 30px 0 0;
	padding: 10px 15px;
}

.sideCon {}

.sideCon h1 {
	/*margin-bottom: 30px; */
	color: #000;
}

.sideCon p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
}

/*===关于====================================*/


/*===团队====================================*/
.teambox {}

.teambox .welo {
	width: 31%;
	float: left;
	margin-right: 2%;
}

.teambox .welo:nth-child(3n) {
	margin-right: 0;
}

.teamCon {}

.tcinfo {
	background: #f6f6f6;
	margin-bottom: 25px;
}

.tcinfo .l {
	float: left;
	padding: 30px;
}

.tcinfo .l p {}

.tcinfo .r {
	float: right;
	width: 30%;
}

.tcinfo .l h3 {
	font-weight: bold;
	margin-bottom: 15px;
}

.tcinfo .l i {
	color: #C91E28;
	font-size: 16px;
}

.tcdes {
	line-height: 26px;
}

/*===团队====================================*/


#rhlogform {width:45%; margin:0 auto;}
#rhlogform {}

.yun_app {}
.yapptit {text-align:center; padding:3rem 0; margin-bottom:3rem; background:url(../img/yuntitbg.png) no-repeat center top / cover;}
.yapptit h3 {color:#fff;}
.yappcon {display:flex; align-items:center; padding:6rem 15rem 8rem; box-shadow: 0 3px 6px 1px rgba(44, 44, 44, 0.09)}
.yappdes {padding:0 0 0 8rem;}
.yappdes p {font-size:20px; line-height:36px; margin-bottom:3rem;}
.yaabtn {text-align: center;}
.yaabtn a {display:inline-block; line-height:44px; padding:0 8rem; margin:0 auto; color:#fff; font-size:18px; border-radius:22px; text-align:center; background:#C91E28; transition: all 0.4s;}
.yaabtn a:hover {box-shadow: 0 0 12px #ddd; padding:0 8.5rem; background:#ff434e; color: #fff}


/* PC云名片 */
.clodecard-list{width: 100%; overflow: hidden; padding-bottom: 20px; padding-left: 0;}
.clodecard-list li{width: 480px; margin: 20px auto 0; overflow: hidden; background: url(../images/card-bg01.png) no-repeat center center; background-size: 100% 100%; box-sizing: border-box; padding: 20px; position: relative; border-radius: 10px; float: left;}
.clodecard-list li:nth-child(2n){margin-left: 20px;}
.clodecard-list li em{position: absolute; right: 20px; top: 20px; width: 40px; height: 40px; cursor: pointer;}
.clodecard-list li em img{width: 40px; height: 40px;}
.clodecard-list li em i{width: 40px; height: 40px;color:#C91E28;font-size: 40px;}
.card-avatar{float: left; width: 100px; height: 100px; overflow: hidden; border-radius: 10px; background-color: #fff; margin-right: 20px;}
.card-avatar img{width: 100px; height: 100px;}
.card-name{height: 25px; line-height: 25px; font-size: 16px; color: #3e3a39;}
.card-post{height: 40px; line-height: 20px; color: #3e3a39;}
.card-tel{height: 20px; line-height: 20px; color: #3e3a39; margin-top: 10px; margin-bottom: 20px;}
.card-tel img{width: 15px; vertical-align: top; margin-top: 3px;}
.card-line{margin-top: 5px; line-height: 20px; font-size: 14px; color: #3e3a39;}

    .ewmbox{width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 9; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; transition: all 0.5s;}
    .ewmbox.show{opacity: 1; visibility: visible;}
    .ewm{width: 150px; position: fixed; left: 0; right: 0; top: 50%; transform: translateY(-50%); margin: 0 auto; background-color: #fff; border-radius: 10px; box-sizing: border-box; padding: 20px;padding-bottom:0;}
    .ewm img{width: 110px; height: 110px; display: block;}
    .ewm font{display: block; height: 20px; line-height: 20px; text-align: center; margin-top: 10px; font-size: 16px; color: #3e3a39;}
	.m-close{width: 100%;text-align: center;height: 30px;line-height: 30px; display: block;border-top: 1px solid #ddd;font-size: 16px;margin-top: 10px;}
	


/*===新闻====================================*/
.newsbox {}

.newsbox .item {
	display: flex;
	margin-bottom: 25px;
	position: relative;
	align-items: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	padding: 0 25px;
	transition: all 0.5s;
}

.newsbox .item .img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	height: 250px;
	overflow: hidden;
}

.newsbox .item .img img {
	width: 100%;
	height: auto !important;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.newsbox .item .text {
	position: relative;
	width: 70%;
	padding-left: 155px;
	display: inline-block;
	vertical-align: top
}

.newsbox .item .text h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 22px;
	line-height: 22px;
	color: #444
}

.newsbox .item .text .content {
	margin-top: 14px;
	font-size: 13px;
	color: #888;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-line-clamp: 3;
	line-height: 28px;
	max-height: 84px;
	padding-right: 20px;
	box-sizing: border-box
}

.newsbox .item .text .time {
	text-align: center;
	position: absolute;
	padding-top: 50px;
	left: 50px;
	top: 50%;
	margin-top: -35px;
	font-size: 14px;
	color: #333;
	font-family: Arial;
	width: 60px
}

.newsbox .item .text .time:after {
	content: '';
	position: absolute;
	top: -20px;
	right: -25px;
	height: 116px;
	width: 1px;
	background: #ccc
}

.newsbox .item .text .time span {
	color: #da4949;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	font-size: 48px;
	line-height: 48px;
	font-family: "Vonnes Condensed"
}

.newsbox .item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.newsbox .item:hover img {
	transform: translate(-49%, -49%);
}

.newsbox .item .bmbtn {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 210px;
	height: 150px;
}

.newsbox .item .bmbtn a {
	display: inline-block;
	line-height: 40px;
	text-align: center;
	position: absolute;
	bottom: 26px;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	left: 62px;
	transform: rotate(-45deg);
	transition: all 0.4s;
	width: 100%;
	background-image: linear-gradient(to top, #ff0844 0%, #C91E28 100%);
}

.newsbox .item:hover .bmbtn a {
	background-color: #C91E28;
	box-shadow: 0 0 8px rgba(233, 65, 75, 0.5);
	transform: rotate(-43deg);
}

.newsCon {
	padding-top: 120px;
	padding-bottom: 50px;
	width: 100%;
	background-color: #eaeaea;
	background-image: url(../img/bg6.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.newsInfoCon {
	position: relative;
	margin-top: -20px;
	margin-bottom: 55px;
	background-color: #fff
}

.newsInfoCon .otherPage {
	border-top: 1px solid #e3e3e3;
	overflow: hidden;
	background-color: #f2f2f2
}

.newsInfoCon .pageList {
	float: left;
	margin-left: 27px;
	margin-bottom: 0;
	padding: 12px 0
}

.newsInfoCon .pageList li {
	line-height: 32px;
	font-size: 14px;
	color: #333
}

.newsInfoCon .pageList li a {
	color: #333
}

.newsInfoCon .pageList li a:hover {
	color: #C91E28
}

.newsInfoCon .otherTool {
	float: right;
	padding-top: 18px
}

.newsInfoCon .otherTool li {
	position: relative;
	float: left;
	opacity: 1;
	width: 58px;
	text-align: center;
	cursor: pointer
}

.newsInfoCon .otherTool li a {
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	text-align: center !important;
	padding-top: 32px;
	padding-left: 0;
	background: 0 0;
	margin: 0;
	float: none
}

.newsInfoCon .otherTool li.close {
	background: url(../img/icon36.png) center top no-repeat
}

.newsInfoCon .otherTool li.share {
	background: url(../img/icon37.png) center top no-repeat
}

.newsInfoCon .otherTool li.share:hover .shareBox {
	display: block
}

.newsInfoCon .otherTool li:hover a {
	color: #C91E28
}

.newsInfoCon .otherTool li .shareBox {
	position: absolute;
	display: none;
	width: 150px;
	bottom: 56px;
	left: 0;
	border: 1px solid #ccc;
	background-color: #fff
}

.newsInfoCon .otherTool li .shareBox dt {
	line-height: 24px;
	border-bottom: 1px solid #ccc;
	background-color: #f1f1f1;
	font-size: 14px;
	text-indent: 10px;
	color: #333;
	text-align: left
}

.newsInfoCon .otherTool li .shareBox dd {
	padding: 10px
}

.newsInfoBox {
	padding: 50px 145px
}

.newsInfoBox .closeBtn {
	position: absolute;
	top: -18px;
	right: 0;
	width: 59px;
	height: 70px;
	border-top: 2px solid #C91E28;
	text-align: center;
	background-color: #fff;
	z-index: 3
}

.newsInfoBox .closeBtn a {
	display: block;
	padding-top: 45px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #bcbcbc;
	transition: all .4s;
	background: url(../img/icon34.png) no-repeat
}

.newsInfoBox .closeBtn a:hover {
	background: url(../img/icon35.png) no-repeat;
	color: #c91e28
}

.newsInfoBox h1 {
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 7px
}

.newsInfoBox .time {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 40px
}

.newsInfoBox .article {
	font-size: 14px;
	line-height: 30px;
	min-height: 300px
}

.newsInfoBox .article p {
	margin-bottom: 15px
}

.newsInfoBox .article img {
	max-width: 100%;
	height: auto !important
}

/*===新闻====================================*/




/*===入会====================================*/
.rh-box {
	width: 1100px;
	border-radius: 5px;
	margin: 180px auto 0;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.08);
}

.rh-box .rh-left {
	width: 46%;
	float: left;
}

.rh-box .rh-main {
	padding: 6% 7%;
	float: right;
	width: 54%;
}

.rh-box .rh-main .rh-loginopt {
	line-height: 44px;
}

.rh-box .rh-main .rh-loginopt a {
	width: 50%;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 18px;
	border-bottom: 2px solid #f0f2f7;
}

.rh-box .rh-main .rh-loginopt a.active {
	border-color: #C91E28;
	color: #C91E28;
}

.topinfo .tit {
	font-size: 28px;
	color: #1D1D1D;
	font-weight: bold;
	text-align: center;
	width: 166px;
	margin: 0 auto 20px;
	background: #fff;
	position: relative;
	z-index: 10
}

.topinfo .lineBox {
	width: 100%;
	margin: 0 auto;
	height: 1px;
	border-top: 1px solid #DADADA;
	position: relative;
	top: 22px;
	z-index: 1;
}

.rhbtn {
	line-height: 45px;
	padding: 0 20px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	letter-spacing: 12px;
	width: 100%;
	margin-top: 30px;
	transition: all 0.4s;
	background-color: #C91E28;
	border-radius: 22px;
	border: solid 1px #e3e8f0;
	position: relative;
	background-image: linear-gradient(-45deg, #e62a35, #f37437 50%, #C91E28);
	transition: all 0.4s;
}

.rhbtn:hover {
	background: #e62a35;
}

.rhinput {
	margin: 28px 20px;
}

.rhcommon {
	height: 45px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	margin-top: 30px;
	transition: all 0.4s;
	background-color: #f0f2f7;
	border-radius: 22px;
	border: solid 1px #e3e8f0;
	position: relative;
}

.rhcommon i {
	margin: 0 15px 0 0;
	font-size: 18px;
}

.rhcommon input {
	width: 100%;
	border: none;
	background: none;
}

.rhcommon:hover {
	border-color: #C91E28;
	background: #fff;
}

.rharea {
	margin-top: 30px;
	background-color: #f0f2f7;
	border-radius: 2px;
	padding: 12px 15px;
}

.rharea textarea {
	border: none;
	width: 100%;
	background: none;
	height: 60px;
}

.rhfile {
	display: block;
	margin-top: 25px;
	font-size: 18px;
	font-weight: bold;
}

.rhfile i {
	font-size: 14px;
	display: inline-block;
	width: 26px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	background: #f00;
	color: #fff;
}

.lsearch {
	margin-top: 20px;
	display: flex;
	padding: 6px 15px;
	box-shadow: 0 3px 6px 1px rgba(44, 44, 44, 0.09);
	transition: all 0.4s;
	background-color: #fff;
	border-radius: 22px;
	border: solid 1px #e3e8f0;
	position: relative;
}

.lsearch input {
	border: none;
	background: none;
	width: 90%;
	line-height: 30px;
}

.lsearch form {
	width: 100%;
	margin: 0 3%;
}

.lsearch .input-submit {
	background: none;
	border: none;
	float: right;
}

.lsearch i {
	font-size: 22px;
}

.lsearch:hover {
	border-color: #C91E28;
	background: #f6f6f6;
}

#res.newsbox {
	margin-top: 35px;
}

/*===入会====================================*/




/*===商城====================================*/
.cation-middle {
	line-height: 42px;
	background: #fff;
	padding: 10px 0;
}

.cation-list {
	overflow: hidden;
	font-family: 'microsoft yahei';
}

.cation-list dt {
	float: left;
	width: 64px;
	font-weight: bold;
	line-height: 48px;
	position: relative;
}

.cation-list dt:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 22px;
	border: 1px solid #333;
	border-width: 0 1px 1px 0;
	width: 4px;
	height: 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.cation-list dd {
	border-bottom: 1px dotted #e0e0e0;
	margin-left: 64px;
	overflow: hidden
}

.cation-list dd a {
	color: #69696d;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	float: left;
	border-right: 1px solid #e0e0e0;
	padding: 0 18px;
	margin: 17px 0
}

.cation-list a:hover,
.cation-list dd a.on {
	color: #C91E28
}

.cation-list dd a:last-child {
	border-right: 0
}

.cation-list:last-of-type dd {
	border-bottom: 0
}

.mallbanner {}

.sxsearch {
	width: 35%;
	margin: 0 auto;
	display: flex;
	padding: 6px 15px;
	box-shadow: 0 3px 6px 1px rgba(44, 44, 44, 0.09);
	transition: all 0.4s;
	background-color: #fff;
	border-radius: 22px;
	border: solid 1px #e3e8f0;
	position: relative;
}

.sxsearch input {
	border: none;
	background: none;
	width: 90%;
	line-height: 30px;
	font-family: 'microsoft yahei';
}

.sxsearch form {
	width: 100%;
	margin: 0 3%;
}

.sxsearch .input-submit {
	background: none;
	border: none;
	float: right;
}

.sxsearch i {
	font-size: 22px;
}

.sxsearch:hover {
	border-color: #C91E28;
	background: #f6f6f6;
	width: 40%;
}

.mallorder {
	margin: 50px auto 0;
	background: #f6f6f6;
	font-family: 'microsoft yahei';
}

.mallorder li {
	float: left;
	float: left;
	text-align: center;
	margin-right: 1px;
}

.mallorder li a span {
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	line-height: 40px;
	color: #666;
}

.mallorder li a {
	display: block;
	line-height: 40px;
	position: relative;
	width: 120px;
	height: 40px;
}

.mallorder li a:after {
	position: absolute;
	height: 40px;
	left: 0;
	width: 0;
	/*background: #C91E28;*/
	background-image: linear-gradient(to top, #ff0844 0%, #C91E28 100%);
	content: '';
	transition: all 0.5s;
	z-index: 1;
}

.mallorder li a:hover:after,
.mallorder li.active a:after {
	width: 100%;
}

.mallorder li a:hover,
.mallorder li.active span,
.mallorder li a:hover span {
	color: #fff;
}

.mallorder .numtotal {
	float: right;
	line-height: 40px;
	padding-right: 10px;
	color: #c3c3c3;
}

.mallorder .numtotal em {
	display: inline-block;
	font-weight: bold;
	padding: 0 4px;
	font-size: 16px;
	color: #C91E28;
}

.mallbox {}

.mallbox .proul {}

.mallbox .proul li {
	margin-top: 30px;
}

.mallbox .proul li:nth-child(4n) {
	margin-right: 0;
}

.mallbox .proul li h4 {
	font-size: 16px;
}

/*===商城====================================*/



/*===会员查询====================================*/
.userCha {
	text-align: center;
	position: relative;
	z-index: 1;
}

.userCha .wapbanner {
	display: none;
}

.userCha>img {
	display: inline-block;
	max-width: 100%;
	width: 100%;
}

.userCha .pbg {
	position: absolute;
	bottom: 28%;
	width: 100%;
	padding: 14px 0 10px;
	z-index: 10;
}

.userCha span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .35);
	z-index: 1
}

.userCha .useChatit {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
}

.userChaform {
	width: 35%;
	margin: 0 auto;
	display: flex;
	padding: 6px 15px;
	box-shadow: 0 0 5px #fff;
	transition: all 0.4s;
	background-color: #fff;
	border-radius: 22px;
	border: solid 1px #e3e8f0;
	position: relative;
}

.userChaform input {
	border: none;
	background: none;
	width: 90%;
	line-height: 30px;
	font-family: 'microsoft yahei';
}

.userChaform form {
	width: 100%;
	margin: 0 3%;
}

.userChaform .input-submit {
	background: none;
	border: none;
	float: right;
}

.userChaform i {
	font-size: 22px;
}

.userChaform:hover {
	border-color: #fff;
	background: #fff;
	width: 40%;
	box-shadow: 0 0 10px #fff;
}

.userchades {
	width: 900px;
	margin: 0 auto;
	font-family: 'microsoft yahei';
}

.userchades .borsha {
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 9px 1px rgba(44, 44, 44, 0.1);
}

.userchades .chainfo {
	padding: 3rem 5rem;
	margin-bottom: 3rem;
	position: relative;
	transition: all 0.4s;
}

.userchades .chainfo2 {
	padding: 2rem 5rem;
}

.userchades .chainfo .ava {
	float: left;
	box-shadow: 0 0 15px #eee;
	position: relative;
	overflow: hidden;
	width: 155px;
	height: 155px;
	border-radius: 50%;
}

.userchades .chainfo .ava .avathumb {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.4s;
}

.userchades .chainfo .avainfo {
	float: right;
	width: 74%;
}

.userchades .chainfo .bmbtn {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 210px;
	height: 150px;
}

.userchades .chainfo .bmbtn a {
	display: inline-block;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 36px;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	left: 48px;
	transform: rotate(45deg);
	transition: all 0.4s;
	width: 100%;
	background-image: linear-gradient(to top, #ff0844 0%, #C91E28 100%);
}

.userchades .chainfo:hover {
	box-shadow: 0 0 10px #ff0844;
}

/*.userchades .chainfo:hover .bmbtn a {background-color: #C91E28; box-shadow: 0 0 8px rgba(233, 65, 75, 0.5); transform: rotate(43deg);}*/
.userchades .chainfo h3 {
	letter-spacing: 2px;
}

.userchades .chainfo h4 {
	padding: 4px 0;
	font-size: 16px;
}

.userchades .chainfo h5 {
	font-size: 16px;
}

.userchades .avainfo i {
	font-size: 24px;
	color: #C91E28;
}

.userchades .chadestext {
	line-height: 24px;
}

/*===会员查询====================================*/



/*===商城====================================*/
#mallCon {}

#mallCon .mallboxlist {
	padding: 25px 20px;
	overflow: hidden;
	margin-top: 35px;
	box-shadow: 0 0 10px #f3f3f3;
	background-color: #fff;
}

#mallCon .mallboxlist .title {
	height: 38px;
}

#mallCon .mallbox {
	padding: 0 15px;
}

#mallCon .mallboxlist .af a {
	display: inline-block;
	padding-top: 8px;
	float: right;
}

#mallCon .mallbox .proul li {
	margin-top: 20px;
}

#mallCon .mallbox .title:hover:after {
	width: 100%;
	opacity: 1;
}

.detail_box {}

.detail_box .detail_info {
	padding: 0.6rem 0;
	margin-bottom: .5rem;
}

.detail_box .detail_price {
	background: #f6f6f6;
	padding: 1.5rem;
	font-size: 2.3rem;
}

.detail_box .detail_price #dr_sku_price {
	color: #c00;
	font-size: 3rem;
}

.detail_box .i_buy {
	padding: 1rem 0;
}

.detail_box .i_buy .attributes {
	padding: 0.8rem 0 0;
	font-size: 1.5rem;
}

.detail_box .i_buy .attribute-label {
	margin-bottom: .4rem;
	font-size: 1.6rem;
	font-weight: 600;
}

.detail_box .i_buy .attribute-list {
	margin-bottom: 0.5rem;
}

.detail_box .i_buy .attribute-list span {
	display: inline-block;
	cursor: pointer;
	margin: 0 .2rem;
	padding: .15rem .5rem;
	border: 1px solid #e7e7e7;
}

.detail_box .i_buy .attribute-list span.curr {
	border-color: #c00;
}

.detail_box .i_buy .sel {
	padding: 1.2rem 0 1rem;
}

.detail_box .i_buy .sel span {
	display: inline-block;
	float: left;
}

.detail_box .i_buy .sel .b .num a {
	display: inline-block;
	border: 1px solid #999;
	padding: 0 .5rem;
	background-color: #f6f6f6;
}

.detail_box .i_buy .sel .b .num input {
	width: 3rem;
	border: 1px solid #e7e7e7;
	text-align: center;
}

.detail_box .i_buy .sel .b .num .knum {
	float: right;
	margin-left: 2rem;
	color: #888;
}

.detail_box .i_buy .btn3 {}

.detail_box .i_buy .btn3 a {
	display: block;
	text-transform: uppercase;
	font-size: 1.6rem;
	height: 40px;
	line-height: 38px;
	border: 1px solid #333;
	text-align: center;
	transition: all 0.4s;
	padding: 0 2rem;
	margin: 1rem 0;
	border-radius: 0.3rem;
}

.detail_box .i_buy .btn3 a i {
	font-size: 2.0rem;
}

.detail_box .i_buy .btn3 a:nth-child(1) {
	background: #222;
	color: #fff;
}

.detail_box .i_buy .btn3 a:nth-child(1):hover {
	background: #c00;
	color: #fff;
	border-color: #c00;
}

.detail_box .i_buy .btn3 a:nth-child(2) {}

.detail_box .i_buy .btn3 a:nth-child(2):hover {
	background: #c00;
	color: #fff;
	border-color: #c00;
}

.detail_box .i_buy .btn3 a:nth-child(3) {}

.detail_box .i_buy .btn3 a:nth-child(3):hover {
	background: #c00;
	color: #fff;
	border-color: #c00;
}

.details_con {}

.details_con .tit_con {
	font-size: 2.4rem;
	padding: 10px 0;
	border-bottom: 1px solid #999;
}

.details_con .details_box {
	padding-top: 2rem;
}

.details_con .details_box img {
	max-width: 100%;
}

.detailh3 {
	margin-bottom: 1.6rem;
	font-size: 2rem;
	padding: 0.35rem 0;
	text-align: center;
}

.widget {
	transition: all .5s;
}

.widget figure {
	position: relative;
}

.widget figure i {
	position: absolute;
	right: 1.2rem;
	top: 0.4rem;
	font-size: 3rem;
	cursor: pointer;
}

.widget figure a.figa {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 130%;
}

.widget figure a img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.widget figure a:hover img {
	transform: scale(1.1);
}

.probox .widget {
	margin-bottom: 2.4rem;
	transition: all .3s;
	overflow: hidden;
}

.probox .widget .figa {
	padding-bottom: 100%;
}

.probox .widget h4 {
	font-size: 1.6rem;
	margin: 10px 10px 15px;
}

.probox .widget h5 {
	font-weight: bold;
	color: #f00;
}

.probox .widget:hover {
	transform: translate3d(0, -3px, 0);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.probox .widget:hover h4,
.probox .widget:hover h5 {
	transition: all .3s;
}

.probox .widget:hover h4,
.probox .widget:hover h5 {
	text-indent: 0.8rem;
}

/*===商城====================================*/


@media screen and (max-width:767px) {

	.shlogbg {
		background: none;
	}

	.sh-header {
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}

	.sh-header .helogo {
		line-height: 60px;
	}

	.sh-header .helogo img {
		height: 36px;
	}

	.sh-header .container {
		width: auto;
	}

	.sh-header .headback {
		margin-top: 12px;
	}

	.sh-loginbox {
		width: 100%;
		margin: 60px auto;
	}

	.sh-loginbox .shlog-main {
		margin: 2rem 3rem;
	}

	.logother {
		display: none;
	}

	.logxy {
		margin-left: 5px;
		margin-right: 0;
	}

	.logbtn-wx {
		display: block;
	}

	.logbtn-wx {
		line-height: 45px;
		padding: 0 20px;
		text-align: center;
		display: block;
		color: #fff;
		font-size: 18px;
		cursor: pointer;
		letter-spacing: 6px;
		width: 100%;
		margin-top: 30px;
		transition: all 0.4s;
		background-color: #C91E28;
		border-radius: 22px;
		border: solid 1px #e3e8f0;
		position: relative;
		background: #00c250;
		transition: all 0.4s;
	}

	.detail_box h1 {
		font-size: 18px;
	}

}

.center {
	text-align: center;
}

.joinBtn {
	text-align: center;
	padding: 40px 0 10px;
}

.joinBtn .bmbtn {
	background: #dc2c2e;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}


/* 商家店铺 */

.showheader {position: relative; height: 300px;
    border-bottom-color: rgb(222, 222, 222);
    border-bottom-width: 1px;
    border-bottom-style: solid;
	background: url(https://qzh.faisys.com/image/model-banner-bg.jpg);
    background: linear-gradient(309deg,#fc592d,#f00,#bbb,#ff0844,#fcc12d,#f73);
    background-size: 1200% 1200%;
    -webkit-animation: AnimationName 27s ease infinite;
    -moz-animation: AnimationName 27s ease infinite;
    -o-animation: AnimationName 27s ease infinite;
    -ms-animation: AnimationName 27s ease infinite;
    animation: AnimationName 27s ease infinite
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-ms-keyframes AnimationName {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}


.uer_pic {display: block; margin: 0px auto; overflow: hidden; background-color: #fff;border-radius: 50%;border: 4px solid #ffffff; }
.uer_pic a img{float: none;border-radius: 50%;}

.uer_abox {position: absolute; bottom: 0; left: 0px; right: 0px; text-align: center; z-index: 1;}
.uer_pic {display: block;width: 128px;height: 128px;margin: 0px auto; overflow: hidden; background-color: #fff;border-radius: 50%;border: 4px solid #ffffff; }
.uer_pic {float: none;border-radius: 50%; box-shadow: 0 0 20px #ddd; }
.uer_abox b {display: block; padding: 15px 0;}
.uer_abox b img {width: 100px;}


.user-info{position:absolute; bottom:20px; width:100%;text-align: center; font-size:16px; color:#fff; z-index: 10;}
.user-info span{color:#eee; padding-right:10px;}
.user-info ul{text-align:center;}
.user-info ul li {display:inline-block; padding:0px 50px}
.user-info ul li span {}
.user-info ul li b {}
.user-info ul li a{font-size:15px; color:#fff;}
.user-info ul li a:hover{color:#ffde00;}
.user-info ul li.user-i1{}
.user-info ul li.user-i2{margin-right:58px;}
.user-info ul li.user-i3{margin-left:120px;}
.user-info ul li.user-i4{}


.shopfloor {margin-bottom: 15px;}
.shopulbox {padding: 0; margin-bottom: 0;}
.shopulbox li {margin:0 0 15px 15px; width: 23.5%; display: inline-block; float: left; background-color: #fff; transition: all 0.4s;}
.shopulbox li .a {padding: 30px 0 15px;}
.shopulbox li figure {text-align: center;}
.shopulbox li img {max-width: 100%; height: 215px;}
.shopulbox li .caption {padding: 10px 15px 10px; text-align: center;}
.shopulbox li .caption h4 {font-size: 14px; font-weight: 700; margin-bottom: 8px;}
.shopulbox li .caption p {margin-bottom: 6px; font-size: 12px; color: #b0b0b0;}
.shopulbox li label {font-size: 18px; color: #f00; }
.shopulbox li label del {color: #999; font-size: 14px; padding-left: 10px;}
.shopulbox li:hover {transform:translate3d(0,-2px,0); box-shadow: 0 15px 30px rgba(0,0,0,.1);}

.shophot {padding: 20px 0 50px; }
.shophot .shopitem {transition: all 0.4s; overflow: hidden; margin: 0 15px; position: relative; box-shadow: 0 2px 10px rgba(0,0,0,.1);}
.shophot .shopitem b {display: inline-block; padding: 5px 40px; background: #f00; color: #fff; box-shadow: 0 0 8px #ddd; transform: rotate(-45deg); position: absolute; top: 21px; left: -30px; }
.shophot .shopitem span {display: inline-block; position: absolute; padding: 5px 15px;}
.shophot .shopitem figure {text-align: center;}
.shophot .shopitem img {max-width: 100%; height: 215px;}
.shophot .shopitem .caption {padding: 10px 15px 10px; text-align: center;}
.shophot .shopitem .caption h4 {font-size: 14px; font-weight: 700; margin-bottom: 8px;}
.shophot .shopitem .caption p {margin-bottom: 6px; font-size: 12px; color: #b0b0b0;}
.shophot .shopitem label {font-size: 18px; color: #f00; }
.shophot .shopitem label del {color: #999; font-size: 14px; padding-left: 10px;}
.shophot .shopitem:hover {transform:translate3d(0,-2px,0); box-shadow: 0 5px 18px rgba(0,0,0,.1);}

.shophot .swiper-pagination-bullet {width: 20px; height: 20px; text-align: center; line-height: 20px; font-size: 12px; color:#000; opacity: 1; background: rgba(0,0,0,0.2); }
.shophot .swiper-pagination-bullet-active {color:#fff; background: #007aff; }



.shopabout {box-shadow: 0 3px 3px #efefef; overflow: hidden; position: relative;}
.shopabout .sabout {text-align: center; font-size: 2.6rem; margin-bottom: 2.5rem;}
.shopabout img {max-width: 100%;}
.shopabout .shopabtext {padding:2rem 0 0;}
.shopabout .shopabtext p {text-indent: 2em; font-size: 1.6rem;line-height: 30px; margin-bottom: 20px;}


/* 全部店铺 */
.shopsearch {margin:5rem auto;}
.shopsearch.haha {margin:2rem auto 1px;}
.shopsearch .input-group {width: 30%; margin: 0 auto;}
.shopindex .item {display: block; padding: 55px 0 90px; margin-bottom: 3rem; overflow: hidden; position: relative; border:1px solid #ddd; transition: all 0.4s; box-shadow: 0 0 2px #ddd;}
.shopindex .item:hover {border:1px solid #f00; box-shadow: 0 0 15px #999; padding-bottom: 90px;}
.shopindex .itemimg img {width: 150px; height: 150px; box-shadow: 0 0 15px #bbb; border-radius: 50%;}
.shopindex .itemimg {text-align: center;}
.shopindex .itemtext {position: absolute; padding:0 15px; color: #fff; left: 0; bottom: -26px; right: 0; background-image: linear-gradient(90deg,#ff0844,#9708FF); transition: all 0.4s;}
.shopindex .itemtext h4 {font-size: 16px; margin-bottom: 5px;}
.shopindex .itemtext i {float: right; font-size: 14px;}
.shopindex .item:hover .itemtext {bottom: -5px; background: #d61c1c;}

.ftitle {line-height:40px; padding-bottom: 10px;} 
.ftitle span {position: relative; font-size: 20px; color: #333; font-weight: 600; padding-left: 12px;}
.ftitle span:after {position: absolute; width: 3px; height: 20px; background-color: #f00; left: 0; top: 4px; content: '';}
.ftitle label {display: inline-block; float: right; font-weight: normal; margin-bottom:0;}
.ftitle label a {}
.ftitle label a.last i {font-size: 18px;}

.fshang {padding-top: 10px;}
.fshang .ftitle {line-height: normal;}
.fshang .ftitle label a {color: #999;}

/* 店铺 */
@media screen and (max-width:768px){
	.user-info ul li.user-i3,.user-info ul li.user-i2{
		  margin: 0;
		  padding: 0;
	}
  .user-info ul li{
	width:50%;
	margin: 0;
	padding: 0 0 10px 0;
	float: left;
  }
.ptb2{
	padding:0 15px;
}
  .uer_abox{
	  top:60px;
  }
}