* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}

body {
	background: white;
}

.wapper {
	width: 100%;
	height: auto;
}

.header {
	width: 100%;
	height: 55px;
	/*position: fixed;
	top: 0;*/
	position: absolute;
	background: none;
	z-index: 999;
}

.header-left {
	width: 86%;
	height: 55px;
	float: left;
	font-size: 18px;
	color: #212121;
	line-height: 55px;
	padding-left: 36%;
	font-weight: bold;
}

.header-right {
	width: 14%;
	height: 55px;
	float: right;
	background: none;
}

.header-right img {
	width: 20px;
	float: right;
	margin-right: 18px;
	margin-top: 26px;
}

.content {
	width: 100%;
	height: auto;
	padding-bottom: 18px;
}

.banner img {
	width: 100%;
	height: auto;
}

.maxbox-main {
	width: 100%;
	height: auto;
	z-index: auto;
	position: relative;
	margin-top: -3%;
}

.maxbox-content-store {
	/*padding-bottom: 17px;*/
	height: auto;
	width: 100%;
	padding-top: 8px;
	/*border-bottom: 1px solid #F3F3F3;*/
	/*position: relative;*/
	/*top: -56px;*/
	background: #ffffff;
	border-radius: 12px 12px 0 0;
}

.banner {
	width: 100%;
	/*height: 276px;*/
	height: 300px;
	position: relative;
	top: 0;
	background: url(../images/maxbanner-img.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.content-store {
	height: auto;
	width: 94%;
	margin-left: 3%;
	border-bottom: 1px solid #F3F3F3;
}

.store-text {
	width: 100%!important;
	height: 88px!important;
	float: left!important;
	margin-top: 2px!important;
}

.store-logo {
	position: relative;
}

.store-logo {
	width: 88px;
	height: 88px;
	float: left;
	background: #FFFFFF;
	box-shadow: 1px 0.2px 19px -11px;
	border-radius: 50%;
	position: absolute;
	top: -0.9%;
}

.store-logo img {
	float: left;
	width: 82px !important;
	margin-top: 36px;
	margin-left: 3px;
}

.store-logo-p {
	text-indent: 0px!important;
	margin-bottom: 5px!important;
	font-size: 17px;
	margin-top: 25px;
	color: #212121;
	font-weight: bold;
}

.store-logo-p-biao {
	width: 37px;
	height: auto;
	background: #FFAF00;
	color: #ffffff;
	line-height: 14px;
	font-size: 12px;
	border-radius: 7px;
	display: -webkit-inline-box;
	padding: 1px;
	margin-left: 6px;
	text-align: -webkit-center;
	position: absolute;
}

.store-enter-btn,
.store-enter-btn2 {
	margin-top: 6px!important;
}

.store-enter-btn {
	width: 43%;
	/* padding: 2px 30px 27px 30px; */
	border-radius: 19px;
	border: 1px solid #D8D8D8;
	color: #005BFF;
	font-size: 15px;
	text-align: center;
	line-height: 28px;
	height: 28px;
	float: right;
	margin-left: 9px;
	font-weight: bold;
}

.store-enter-btn2 {
	width: 43%;
	/* padding: 2px 30px 27px 30px; */
	border-radius: 19px;
	border: 1px solid #005BFF;
	color: #ffffff;
	background: #005BFF;
	font-size: 15px;
	text-align: center;
	line-height: 28px;
	height: 28px;
	float: left;
	margin-left: 9px;
	font-weight: bold;
}

.enter-btn-message {
	width: 34%!important;
	float: none!important;
	margin-top: 7%!important;
}

.store-btn {
	width: 140px;
	height: auto;
	float: right;
}

.Focus_on {
	font-size: 14px;
	line-height: 20px;
	float: left;
	margin-left: 21px;
	color: #929292;
	font-family: PingFangSC-Medium, PingFang SC;
}

.store-btn img {
	width: 19%;
	float: right;
	margin-top: 16%;
	margin-right: 1%;
}

.content-block-ul {
	width: 94%;
	margin-left: 3%;
	height: auto;
	padding-top: 18px;
	padding-bottom: 18px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.content-block-li {
	width: 100px;
	height: 48px;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	text-align: center;
}

.content-block-li a {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: bold;
	color: #212121;
	line-height: 48px;
	text-align: center;
}

.tabbox {
	width: 94%;
	height: auto;
	padding-bottom: 10%;
	margin-left: 3%;
}

.tabbox ul {
	height: auto;
	display: table;
	padding-bottom: 10px;
	padding-top: 3%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #F3F3F3;
}

#tabbox-li {
	float: left;
	width: auto;
	line-height: 26px;
	/* padding-left: 8px; */
	/* margin-right: 0px; */
	/* margin-left: 2px; */
	cursor: pointer;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	color: #212121;
	/* padding: 0px 32px 0px 0px!important; */
}

.tabbox-line {
	width: 12px;
	height: 2px;
	background: #005BFF;
	border-radius: 1px;
	margin-left: 33%;
	display: none;
}

.tabbox ul li.active {
	font-weight: bold;
}

.tabbox .content>div {
	display: none;
}

.tabbox .content>div.active {
	display: block;
}

.tab {
	width: 100%;
	height: auto;
}

.tab-menu {
	height: auto;
	width: 100%;
}

.tab-menu ul {
	width: 100%;
	display: table;
	height: auto;
	border-bottom: none;
	padding-bottom: 6px;
}

.tab-menu li {
	display: block!important;
	width: 70px!important;
	margin-top: 6px!important;
	margin-bottom: 1%;
	float: left!important;
	font-size: 16px!important;
	font-family: PingFangSC-Semibold, PingFang SC;
	color: #4A4A4A;
}

.tab-box-list {
	width: 100%;
	height: auto;
	display: none;
	margin-top: 0%;
}

.tab-box-list:first-Child {
	display: block;
}

.tab-listbox {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #F3F3F3;
	padding-bottom: 18px;
	overflow: hidden;
	padding-top: 18px;
}

.tab-list-left {
	width: 58%;
	height: auto;
	float: left;
}

.tab-list-right {
	width: 35%;
	background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 92px !important;
	display: block;
	color: #333;
	float: right;
}

.tab-list-right img {
	width: 100%;
	height: auto;
	float: right;
	border-radius: 3px;
}

.tablist-left-text {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	color: #000000;
	line-height: 30px;
	display: -webkit-box;
	display: -moz-box;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	/*控制文本行数，多少行以后开始省略号 */
	line-clamp: 2;
	font-weight: bold;
	-webkit-box-orient: vertical;
	margin-top: -6px;
}

.tablist-left-name {
	width: 50%;
	height: auto;
	float: left;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: bold;
	color: #9B9B9B;
	line-height: 17px;
	margin-top: 12px;
}

.tablist-left-time {
	color: #333 !important;
	font-weight: normal !important;
	float: right !important;
	width: auto !important;
	font-size: 12px !important;
	margin-top: 5px !important;
}

.callicon img {
	width: 16%;
	background-size: 40px auto;
	margin-top: -13px;
	float: right;
}

.change {
	/*background: red;*/
}

.tab-box-mainlist {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #F3F3F3;
	padding-bottom: 15px;
	overflow: hidden;
	padding-top: 14px;
}

.mainlist-left {
	background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	height: 76px !important;
	display: block;
	color: #333;
}

.mainlist-left {
	width: 35%;
	height: 100px!important;
	float: left;
}

.mainlist-left img {
	width: 100%;
	height: 100px;
	float: left;
	border-radius: 3px;
}

.mainlist-right {
	width: 61%;
	height: auto;
	float: right;
}

.mainlist-left-title2 {
	font-size: 12px;
	height: 36px;
	float: left;
	width: 100%;
	height: 36px;
	overflow: hidden;
	text-align: left;
	color: #313131;
	font-size: 13px;
	line-height: 1.5;
}

.mainlist-left-name {
	width: 50%;
	height: auto;
	float: left;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: bold;
	color: #E9451D;
	line-height: 22px;
	margin-top: 18px;
}

.mainlist-left-time {
	width: 50%;
	height: auto;
	float: right;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: bold;
	color: #9B9B9B;
	line-height: 17px;
	margin-top: 8px;
	text-align: right;
}

.footer {
	width: 100%;
	height: auto;
	border-top: none!important;
	box-shadow: 0 0 101px #D8D8D8;
	position: fixed;
	bottom: 0;
	background: white;
	z-index: 111111;
}

.footer-main {
	width: 94%;
	height: auto;
	margin-left: 3%;
}

.footer-main-left {
	width: 33.3%;
	height: 56px;
	line-height: 56px;
	float: left;
	text-align: center;
}

.footer-main-left a {
	color: #4A4A4A;
	font-weight: bold;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
}

.footer-main-center {
	width: 33.3%;
	height: 56px;
	line-height: 56px;
	float: left;
	text-align: center;
}

.footer-main-center a {
	color: #4A4A4A;
	font-weight: bold;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
}

.footer-main-right {
	width: 33.3%;
	height: 56px;
	line-height: 56px;
	float: right;
	text-align: center;
	background: #E9451D;
	border-radius: 5px;
}

.footer-main-right a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
}

.icons {
	min-width: 102px;
	list-style: none;
	width: 25%;
	float: left;
	padding-left: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	background: url(../images/icons.png) no-repeat;
	background-size: 21px;
}

.icon1 {
	background-position: 2px 2px;
}

.icon2 {
	background-position: 2px -75px;
}

.icon3 {
	background-position: 2px -153px;
}

.footer-share {
	width: 100%;
	height: auto;
	background: #F8F8F8;
	bottom: 0;
	z-index: 999999;
	position: fixed;
	display: none;
}

.footer-share-main {
	width: 94%;
	height: auto;
	margin-left: 3%;
	z-index: 999999;
}

.share-main-text {
	font-size: 16px;
	color: #9B9B9B;
	margin-top: 10px;
	line-height: 42px;
}

.share-main-ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.share-main-li {
	width: 25%;
	height: auto;
}

.share-main-li img {
	width: 36px;
	height: 36px;
	margin-left: 30%;
}

.share-main-li p {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: bold;
	color: #4A4A4A;
	line-height: 30px;
	text-align: center;
}

.share-main-cancel {
	width: 100%;
	line-height: 48px!important;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4A4A4A;
	border-top: 1px solid #EAEAEA;
	text-align: center;
}

.tab-listbox:first-child {
	padding-top: 6px;
}

.Brand_Story-main {
	width: 100%;
	height: auto;
	margin-top: 8px;
}

.Brand_Story {
	width: 95%;
	height: auto;
	margin-left: 2.5%;
}

.Brand_Story-content {
	width: 100%;
	height: 46px;
	padding-bottom: 0%;
	margin-top: -10%;
}

.Brand_Story-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	float: left;
	color: #000000;
	margin-bottom: 0!important;
}

.Brand_Story-img {
	width: 3.2%;
	height: auto;
	float: right;
	margin-top: 2.5%;
	margin-right: 1%;
}

.loadmoreNews2 {
	display: none;
}

.loadmore2 {
	height: 30px;
	line-height: 30px;
	background: #eee;
	color: #333;
	text-align: center;
	display: none;
	font-size: 16px;
}

.loadmore {
	height: 30px;
	line-height: 30px;
	background: #eee;
	color: #333;
	text-align: center;
	display: block;
	font-size: 16px;
	margin-top: 20px;
}

.Brand_Story-img img {
	width: 100%;
}

.Brand_Story-content2 {
	width: 100%;
	height: auto;
}

.Brand_Story-content2 p {
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 4%;
	letter-spacing: 1px;
}

.Brand_Story-content3 {
	width: 100%;
	height: auto;
}

.Brand_Story-content3 p {
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 4%;
	letter-spacing: 1px;
	margin-top: 2px;
	/*border-bottom: 1px solid #F3F3F3;*/
}

.check-btn {
	width: 95%;
	margin-left: 2.5%;
	height: auto;
	border-top: 1px solid #E8E8E8;
	text-align: center;
}

.check-btn a {
	line-height: 56px;
	font-size: 15px;
	color: #8F8F94;
}

.line-box {
	width: 100%;
	height: 12px;
	background: #F8F8F8;
}

.footer-share-kuang {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	z-index: 999;
	display: none;
}

.Brand_Story-ul {
	width: 100%;
	height: 45px;
	padding-bottom: 0%;
	margin-top: 0%;
	overflow: auto;
}

.Brand_Story-li {
	width: 19%;
	height: 45px;
	margin-right: 16px;
	float: left;
	padding-top: 6px;
}

.number {
	font-size: 18px;
	color: #212121;
	/* font-weight: bold; */
	text-align: center;
	line-height: 34px;
	float: left;
	margin-bottom: 0px!important;
	font-weight: bold;
}

.goods {
	font-size: 15px;
	color: #4A4A4A;
	text-align: center;
	line-height: 34px;
	float: left;
	margin-left: 6px;
	margin-bottom: 0px!important;
}

.list-experts {
	width: 100%;
	height: auto;
}

.list-min-experts {
	width: 95%;
	height: auto;
	margin-left: 2.5%;
}

.list-experts-top {
	width: 100%;
	height: auto;
	padding-top: 3%;
}

.list-experts-top-name {
	width: 50%;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	float: left;
	color: #000000;
	text-align: left;
	margin-bottom: 0!important;
}

.list-experts-top-title {
	width: 50%;
	font-size: 14px;
	text-align: right;
	color: #E9451D;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	float: right;
	padding-top: 2.8%;
	padding-bottom: 0px!important;
}

.list-experts-top-title2 {
	width: 100%;
	font-size: 15px;
	color: #929292;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 500;
	display: inline-block;
	line-height: 21px;
	padding-bottom: 4%;
}

.list-experts-bottom {
	width: 100%;
	height: auto;
	overflow: auto;
	padding-bottom: 5%;
}

.experts-bottom-picture {
	width: 15%;
	height: auto;
	float: left;
}

.experts-bottom-picture img {
	width: 100%;
}

.experts-bottom-title {
	width: 57%;
	height: auto;
	float: left;
	margin-left: 4%;
}

.experts-bottom-name {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #212121;
	line-height: 38px;
	float: left;
}

.experts-bottom-title2 {
	padding: 1px 5px 1px 5px;
	border-radius: 3px;
	line-height: 19px!important;
	text-align: center;
	background: #994902;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	float: left;
	margin-left: 13px;
	margin-top: 3.5%;
}

.experts-bottom-title3 {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #212121;
	line-height: 6px;
	width: 100%;
	display: -webkit-inline-box;
}

.experts-bottom-introduce {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4A4A4A;
	line-height: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: -4px;
}

.experts-bottom-information {
	width: 24%;
	height: auto;
	float: right;
	margin-top: 6%;
}

.experts-bottom-information button {
	width: 85px;
	height: 33px;
	border: none;
	background: none;
	outline: none;
	border: 1px solid #005BFF;
	border-radius: 19px;
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 20px;
	color: #005BFF;
}

.mainlist-left-time-name {
	width: 28%;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 15px;
	background: #E9451D;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}

.mainlist-left-title a {
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4A4A4A;
	line-height: 22px;
}

.mainlist-left-title p {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4A4A4A;
	line-height: 19px;
	margin-bottom: 0px!important;
}

.mainlist-left-title-btn {
	width: 50px;
	display: inline-block;
	height: 20px;
	background: rgba(0, 91, 255, 0.11);
	border-radius: 21px;
	/* opacity: 0.11; */
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #9B9B9B;
	line-height: 20px;
	text-align: center;
}

.tab-box-list-p {
	width: auto!important;
	padding: 20px 2px 7px 0px!important;
	margin-top: 0px!important;
	float: left!important;
	font-size: 15px!important;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: bold;
	color: #4A4A4A;
}

.tablist-left-time-a {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: bold;
	color: #E9451D!important;
	line-height: 22px;
	margin-top: -13px;
}

.yuan-v {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ff4700;
	line-height: 20px;
	top: 36.5%;
	text-align: center;
	font-size: 14px;
	left: 18.5%;
	position: absolute;
	color: white;
	margin-left: 63%;
	margin-top: 35%;
}

.brand_qjd {
	line-height: 21px;
}

.brand_qjd {
	font-size: 15px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #636363;
	padding-top: 8%;
	line-height: 12px;
	margin-left: 25%;
}

.information-kuang {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	z-index: 111111;
	display: none;
}

.information-minkuang {
	width: 90%;
	height: 83%;
	background: white;
	border-radius: 7px;
	margin-left: 5%;
	margin-top: 10%;
	padding-bottom: 10%;
}
.kuang-minbox-content {
	width: 90%;
	height: 83%;
	background: white;
	border-radius: 7px;
	margin-left: 5%;
	margin-top: 10%;
	padding-bottom: 10%;
	position: absolute;
	top: 0;
	overflow: scroll;
	display: none;
}
.information-minkuang-title {
	width: 86%;
	margin-left: 7%;
	padding-top: 12%;
}

.information-minkuang-name {
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4A4A4A;
	line-height: 18px;
}
.information-minkuang-name2 {
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4A4A4A;
	line-height: 18px;
}
.information-kuang-introduce {
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4A4A4A;
	line-height: 23px;
	margin-top: 5%;
}

.information-minkuang-txt {
	width: 86%;
	margin-left: 7%;
}

.minkuang-txt-input {
	border: none!important;
	width: 100%!important;
	background: none!important;
	outline: none!important;
	border-bottom: 1px solid #F3F3F3!important;
	text-align: left;
	padding-left: 0px!important;
	color: #A4A4A4!important;
	font-size: 14px!important;
	font-family: PingFangSC-Regular, PingFang SC!important;
	font-weight: 400!important;
	line-height: 20px!important;
}

.information-minkuang-num {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #F3F3F3!important;
}

.minkuang-num-tel {
	border: none!important;
	width: 70%!important;
	background: none!important;
	outline: none!important;
	text-align: left;
	padding-left: 0px!important;
	color: #A4A4A4!important;
	font-size: 14px!important;
	font-family: PingFangSC-Regular, PingFang SC!important;
	font-weight: 400!important;
	line-height: 20px!important;
	float: left!important;
}

.minkuang-num-btn {
	width: 30%;
	border: none;
	outline: none;
	background: none;
	border-radius: 20px;
	background: #F3F3F3;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	margin-top: 1%;
	color: #005BFF;
	line-height: 18px;
}

.information-kuang-password {
	border: none!important;
	width: 100%!important;
	background: none!important;
	outline: none!important;
	border-bottom: 1px solid #F3F3F3!important;
	text-align: left;
	padding-left: 0px!important;
	color: #A4A4A4!important;
	font-size: 14px!important;
	font-family: PingFangSC-Regular, PingFang SC!important;
	font-weight: 400!important;
	line-height: 20px!important;
}

.information-kuang-maxtxt {
	width: 100%;
	height: 99px;
	/* border: none!important; */
	outline: none;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #a4a4a4!important;
	line-height: 20px;
	border: 1px solid #F3F3F3;
}

.information-btn {
	width: 100%;
	height: 42px;
	background: #005BFF;
	color: #FFFFFF;
	border-radius: 21px;
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	margin-top: 4px;
}

.information-kuang-yuan {
	width: 12px;
	margin-top: 14px;
}

.information-kuang-yd {
	font-size: 13px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4A4A4A;
	line-height: 51px;
	padding-left: 0%;
}

.information-kuang-prompt {
	font-size: 13px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #A4A4A4;
	line-height: 17px!important;
	margin-top: 15%!important;
}

.information-kuang-cha {
	width: 7%;
	float: right;
	margin-right: 2%;
	margin-top: 2%;
}
.information-kuang-cha2 {
	width: 7%;
	float: right;
	margin-right: 2%;
	margin-top: 2%;
}
.tab-video-box {
	width: 100%;
	height: auto;
	padding-bottom: 3%;
}

.tab-video-box-title {
	width: auto!important;
	padding: 20px 2px 13px 0px!important;
	margin-top: 0px!important;
	font-size: 15px!important;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: bold;
	color: #4A4A4A;
}

.tab-video-minbox {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #F3F3F3;
	padding-top: 5%;
}

.tab-video-minbox-title {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: bold;
	color: #4A4A4A;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tab-video-minbox img {
	width: 100%;
	border-radius: 5px;
}

.tab-video-minbox a {
	font-size: 12px;
	color: #333;
	line-height: 40px;
	letter-spacing: 1px;
}

.yuan-box {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	/*background: #E9451D;*/
	/* display: block; */
	position: relative;
	float: left;
	margin-top: 18.3px;
	border: 1px solid #e8e8e8;
}

.minbox-selected {
	display: block;
}

.minbox-selected:before,
.minbox-selected::after {
	content: "";
	height: 8px;
	width: 2px;
	border-radius: 10px;
	background: #000000;
	position: absolute;
	top: 2px;
	left: 7px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.minbox-selected::before {
	height: 7px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 4px;
	left: 2px;
}

.icon {
	width: 2.3em;
	height: 5em;
	margin-left: 11.5%;
	margin-bottom: 5%;
	0.15em: ;
	ical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

#food_c {
	display: none;
}

label {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #ccc;
	position: relative;
	margin-top: 5.3%;
}


/*#food_c:checked+label {
	border-color:#888;
}
#food_c:checked+label:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 5px;
    background: #000;
    transform: rotate(-30deg);
    position: absolute;
    top: 4px;
    left: 3px;
}
#food_c:checked+label:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 7px;
    background: #000;
    transform: rotate(30deg);
    position: absolute;
    top: 2px;
    left: 6px;
}*/

.tab-menu li.active {
	color: #005BFF!important;
}