.mobile-box {
	width: 100%;
	/* height: 99.5vh; */
	/* border: 1px solid #000; */
	/* overflow-y: scroll; */
}

.mingpian {
	display: block;
	/* width: 94%; */
	height: 200px;
	background: linear-gradient(-60deg, #e1d5d5, #fefefe, #edece5);
	position: relative;
	padding: 45px 15px;
	margin: 10px 2%;
	overflow: hidden;
	border: none;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 1px 1px 5px 2px #cdcdcd;
}

.mingpian .mptop {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 28%;
}

.mingpian .mpbg {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	/* background: #fff; */
}

.mingpian .head {
	/* background: #fff; */
	border: 1px solid #fce7ce;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	padding: 8px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}

.mingpian .head div {
	display: inline-block;
	border: 1px solid #fce7ce;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	text-align: center;
}

.mingpian .head img {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	vertical-align: top;
}

.mingpian .main .body {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 8px;
	width: 60%;
	height: auto;
	overflow: hidden;
}


.mingpian .main {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 5px;
	z-index: 10;
	/* width: 100%; */
	/* height: 90%; */
	padding: 30px 20px;
}

.mingpian .main .body .name {
	color: #45160e;
	margin: 0 0 8px 0;
	line-height: 30px;
}

.mingpian .main .body text {
	font-size: 20px;
	font-weight: bold;
	display: inline;
	vertical-align: baseline;
}

.mingpian .main .body .list:nth-of-type(3) text {
	font-size: 20px;
	font-weight: bold;
}

.mingpian .main .name text:nth-of-type(2) {
	font-size: 15px;
}

.mingpian .main .body .name text:nth-of-type(2) {
	font-size: 15px;
	font-style: normal;
	margin: 0 0 0 10px;
	font-weight: bold;
}

.mingpian .main .body .phone {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}

.mingpian .main .body .adress {
	font-size: 14px;
	line-height: 22px;
}



.mpbutton {
	margin: 20px 2%;
	text-align: center;
	display: flex;
}

.mpbutton .jhbutton {
	background: none;
	color: #555;
	font-size: 13px;
	box-shadow: none;
	width: 25%;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
}

.mpbutton .jhbutton text {
	display: block;
	font-size: 24px;
	line-height: 24px;
}

.mpbutton button {
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	border-radius: 50px;
	border: 0;
	margin: 0 2% 0 0;
	width: 36%;
	padding: 0;
	background: #1ab7f5;
	box-shadow: 1px 1px 3px 2px #b6e7eb;
}

.mpbutton button:last-child {
	margin: 0;
	background: #e4463b;
	box-shadow: 1px 1px 3px 2px #ffbcb7;
}


.menu {
	box-shadow: 1px 1px 5px 2px #cdcdcd;
	/* width: 94vw; */
	margin: 3% 2%;
	border-radius: 10px;
	display: block;
	font-size: 0;
	padding: 8px;
}

.menu .list {
	display: inline-block;
	text-align: center;
	width: 20%;
	padding: 7px 0;
}

.menu .list img {
	width: 40px;
	display: block;
	margin: 0 auto;
}

.menu .list text {
	display: block;
	margin: 5px 0 0 0;
	font-size: 13px;
}

.sw-box {
	margin: 3% 2%;
	box-shadow: 1px 1px 5px 2px #cdcdcd;
	border-radius: 10px;
	overflow: hidden;
}

.sw-box div {
	width: 100%;
}

.sw-box img {
	width: 100%;
}

.layui-carousel-ind li.layui-this {
	background-color: #000;
}

.layui-carousel-ind li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	font-size: 14px;
	background-color: #e2e2e2;
	background-color: rgb(127 127 127 / 50%);
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.layui-carousel-ind ul {
	display: inline-block;
	padding: 5px;
	background: none !important;
	border-radius: 10px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.formCtr {
	margin: 3% 2%;
	overflow: hidden;
	display: block;
	box-shadow: 1px 1px 5px 2px #cdcdcd;
	border-radius: 10px;
}


.box-sha {
	margin: 3% 2%;
	overflow: hidden;
	display: block;
	box-shadow: 1px 1px 5px 2px #cdcdcd;
	border-radius: 10px;
}

.ihead {
	text-align: center;
	padding: 35px 0 20px 0;
}

.ihead img {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.ihead text {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin: 0 10px;
	color: #e4463b;
	font-weight: bold;
	line-height: 25px;
}

.menu2 {
	margin: 0 10px 10px 10px;
}

.menu2 .list {
	position: relative;
	width: 48%;
	height: 100px;
	display: inline-block;
	margin: 2px 0.5%;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
	background: #303030;
}

.menu2 .list text {
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	width: 100%;
	top: 40%;
	left: 0;
}
.menu2 .lastChild {
	position: relative;
	width: 97%;
	height: 100px;
	display: inline-block;
	margin: 2px 0.5%;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
	background: #303030;
}

.menu2 .lastChild text {
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	width: 100%;
	top: 40%;
	left: 0;
}

.menu2 img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.cityHint {
	display: block;
	margin: 0 10px;
	line-height: 30px;
}

.selet-div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 32%;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0 0 0 5px;
	padding: 10px 15px 10px 5px;
	box-sizing: border-box;
	line-height: 25px;
	font-size: 15px;
}

.selet-div span {
    font-size: 14px;
}
 
.selet-div text {
	position: absolute;
	top: 10px;
	width: 20;
	right: 5px;
	font-size: 14px;
	text-align: center;
}

.tips {
	display: block;
	color: rgb(245, 28, 28);
	font-size: 14px;
	line-height: 30px;
	/* padding-left: 5px; */
}

.dizhi {
	margin: 3% 10px;
}

.dizhi text:nth-of-type(1) {
	font-weight: bold;
	color: #54ccd4;
	font-size: 17px;
}

.dizhi text {
	display: block;
	margin: 0;
	line-height: 23px;
	font-size: 14px;
}
.menu3 {
    display: block;
    margin: 10px 0;
    width: 100%;
    height: auto;
    font-size: 0;
    border: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    position: relative;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
}
.menu3 div {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    padding: 0;
    animation: kf-marque-animation 10s linear infinite;
    white-space: nowrap;
}
.menu3 img {
    width: auto;
    height: 100px;
    display: inline-block;
    margin: 0 5px;
}
.pinglunlist {
	padding: 2rpx 20rpx;
}

.pinglunlist .pinglun {
	border-bottom: 1px solid #f1f1f1;
	padding: 20rpx 0;
	margin: 0 0 20rpx 0;
}

.pinglunlist .pinglun .text {
	font-size: 26rpx;
	line-height: 44rpx;
	/* padding: 0 30rpx; */
}

.pinglunlist .pinglun .text2 {
	font-size: 26rpx;
	line-height: 44rpx;
	padding: 20rpx 30rpx;
	color: #000;
	margin: 10rpx 0;
	border-radius: 4px;
}

.pinglunlist .pinglun .text2 text {
	color: #000;
}

.pinglunlist .pinglun .hntx {
	padding: 0 0 20rpx 0;
	position: relative;
}

.pinglunlist .pinglun .hntx .hn {
	display: inline-block;
  vertical-align: top;
  font-size: 28rpx;
}

.pinglunlist .pinglun .hntx .head {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	vertical-align: middle;
}

.pinglunlist .pinglun .hntx .name {
	margin: 0 10rpx;
	font-size: 24rpx;
	font-weight: bold;
	vertical-align: middle;
}

.pinglunlist .pinglun .hntx .bq1 {
	background: linear-gradient(to right, #FF9800, #FFC107);
	color: #fff;
	font-size: 24rpx;
	padding: 2rpx 10rpx;
	border-radius: 0 5px 0 5px;
	vertical-align: middle;
}
.pinglunlist .pinglun .hntx .bq2 {
	background: linear-gradient(to right, #2b99ff, #58b7ff);
	color: #fff;
	font-size: 24rpx;
	padding: 2rpx 10rpx;
	border-radius: 0 5px 0 5px;
	vertical-align: middle;
}
.pinglunlist .pinglun .hntx .tx {
	vertical-align: top;
	display: inline-block;
	position: absolute;
	right: 40px;
	bottom: 0;
}

.pinglunlist .pinglun .hntx .time {
	font-size: 24rpx;
	color: #888;
}

.pinglunlist .pinglun .hntx .xing {
	padding: 0 30rpx 0 0;
	text-align: right;
	height: 24rpx;
}

.pinglunlist .pinglun .hntx .xing text {
	font-size: 24px;
	vertical-align: top;
	position: absolute;
	/* right: 0; */
}

.pinglunlist .pinglun .hntx .xing img {
	width: 26px;
	display: inline-block;
	vertical-align: top;
	margin: 0 4rpx 0 0;
}


.pinglunlist .pjhf {
	padding: 20rpx 30rpx;
	/* border-top: 1px solid #f5f5f5; */
	margin: 10rpx 0;
	font-size: 26rpx;
	color: #a59f9f;
	background: #f9f9f9;
	border-radius: 4px;
}

.pinglunlist .pjhf text {
	color: #000;
}

.pingjiacount .flex {
	display: flex;
	align-items: center;
	width: 100%;
}

.pingjiacount {
  margin: 0 20rpx;
	background: #f1f1f1;
	border-radius: 50px;
	padding: 15rpx 20rpx;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pingjiacount .headlist {
	display: inline-block;
	position: relative;
	padding: 0 20px;
	vertical-align: middle;
	overflow: hidden;
	height: 40px;
}

.pingjiacount .headlist img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	display: inline-block;
	margin: 0 0 0 -14px;
	vertical-align: top;
}

.pingjiacount .count {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	font-size: 26rpx;
	color: #666;
	text-align: right;

}

.pingjiacount .icon {
	/* position: absolute;
	right: 20rpx;
	bottom: 20rpx; */
}
@keyframes kf-marque-animation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(calc(-100% + 94vw));
  }

  100% {
    transform: translateX(0);
  }
}

