/*
	[DESTOON B2B System] Copyright (c) 2008-2018 www.destoon.com
	This is NOT a freeware, use is subject to license.txt
*/
* {
	word-break: break-all;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana, "Microsoft YaHei";
}

body {
	margin: 0;
	font-size: 14px;
	color: #333333;
	background: #EFEFF4;
}

/*-webkit-user-select:none;*/
ul li {
	list-style-type: none;
}

ol li {
	list-style-type: decimal;
}

ul,
form {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

td {
	font-size: 14px;
}

img {
	border: none;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #333333;
	text-decoration: none;
}

a.b:link,
a.b:visited,
a.b:active,
a.b:hover {
	text-decoration: none;
	color: #007AFF;
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

input,
textarea,
select {
	outline: none;
}

.f_red {
	color: red;
}

.f_blue {
	color: blue;
}

.f_green {
	color: green;
}

.f_orange {
	color: #FF6600;
}

.f_gray {
	color: #666666;
}

.f_price {
	color: #FF0000;
}

.f_r {
	float: right;
}

.t_c {
	text-align: center;
}

.t_r {
	text-align: right;
}

.c_b {
	clear: both;
}

.f_b {
	font-weight: bold;
}

.lh20 {
	line-height: 200%;
}

.px14 {
	font-size: 14px;
}

.px12 {
	font-size: 12px;
}

.dsn {
	display: none;
}

.img-circle {
	border-radius: 50%;
}

.blank-10 {
	height: 10px;
	clear: both;
}

.blank-16 {
	height: 16px;
	clear: both;
}

.blank-20 {
	height: 20px;
	clear: both;
}

.blank-32 {
	height: 32px;
	clear: both;
}

.blank-35 {
	height: 36px;
	clear: both;
}

.main {
	background: #efeff4;
	clear: both;
	margin: 0 10px;
}

.bd-t {
	border-top: #D9D9D9 1px solid;
}

.bd-r {
	border-right: #D9D9D9 1px solid;
}

.bd-b {
	border-bottom: #D9D9D9 1px solid;
}

.bd-l {
	border-left: #D9D9D9 1px solid;
}

.btn,
.btn-red,
.btn-green,
.btn-blue,
.btn-orange {
	color: #FFFFFF;
	font-size: 18px;
	width: 100%;
	line-height: 44px;
	border: none;
	border-radius: 4px;
	text-align: center;
	-webkit-appearance: none;
}

.btn {
	background: #FFFFFF;
	border: #E4E4E4 1px solid;
	color: #000000;
}

.btn:hover {
	background: #DEDEDE;
	border: #CDCDCD 1px solid;
}

.btn-green {
	background: #1AAD19;
}

.btn-green:hover {
	background: #179B16;
}

.btn-blue {
	background: #007AFF;
}

.btn-blue:hover {
	background: #0569D5;
}

.btn-orange {
	background: #FF8800;
}

.btn-orange:hover {
	background: #FF6600;
}

.btn-red {
	background: #E64340;
}

.btn-red:hover {
	background: #CE3C39;
}

.input-checkbox {
	width: 24px;
	height: 24px;
	background: url('img/icon-check.png') no-repeat;
	background-size: 24px 24px;
}

.input-checkbox-checked {
	width: 24px;
	height: 24px;
	background: url('img/icon-checked.png') no-repeat;
	background-size: 24px 24px;
}

.head-bar-fix {
	/* height: 48px; */
	clear: both;
}

.head-bar {
	width: 100%;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	background: #F8F8F8;
	border-bottom: #B2B2B2 1px solid;
	/* position: fixed; */
	z-index: 9;
	left: 0;
	top: 0;
	-webkit-user-select: none;
}

.head-bar img {
	width: 24px;
	height: 24px;
	vertical-align: top;
	padding-top: 12px;
}

.head-bar span {
	color: #00a000;
	font-size: 18px;
}

.head-bar-title {
	position: absolute;
	z-index: 9;
	left: 80px;
	right: 80px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.head-bar-left {
	float: left;
	padding: 0 0 0 10px;
}

.head-bar-back {
	float: left;
	padding: 0 0 0 5px;
}

.head-bar-right {
	float: right;
	padding: 0 10px 0 0;
}

.foot-bar-fix {
	height: 48px;
	clear: both;
}

.foot-bar {
	width: 100%;
	height: 48px;
	overflow: hidden;
	background: #F8F8F8;
	border-top: #B2B2B2 1px solid;
	position: fixed;
	z-index: 9;
	left: 0;
	bottom: 0;
	-webkit-user-select: none;
}

.foot-bar li {
	width: 25%;
	height: 48px;
	float: left;
	text-align: center;
	font-size: 11px;
}

.foot-bar span {
	display: block;
	padding-top: 32px;
}

.foot-bar em {
	font-style: normal;
	font-size: 10px;
	position: relative;
	z-index: 10;
	display: block;
	width: 5px;
	height: 5px;
	left: 50%;
	margin: -38px 0 0 8px;
	background: #FF0000;
	border: 1px solid #F43531;
	border-radius: 5px;
}

.foot-bar .icon-home {
	background: url('img/icon-home.png') no-repeat center 5px;
	background-size: 24px 24px;
}

.foot-bar .icon-home-on {
	background: url('img/icon-home-on.png') no-repeat center 5px;
	background-size: 24px 24px;
}

.foot-bar .icon-channel {
	background: url('img/icon-channel.png') no-repeat center 5px;
	background-size: 24px 24px;
}

.foot-bar .icon-channel-on {
	background: url('img/icon-channel-on.png') no-repeat center 5px;
	background-size: 24px 24px;
}

.foot-bar .icon-my {
	background: url('img/icon-my.png') no-repeat center 5px;
	background-size: 24px 24px;
}

.foot-bar .icon-my-on {
	background: url('img/icon-my-on.png') no-repeat center 5px;
	background-size: 24px 24px;
}

.foot-bar .icon-more {
	background: url('img/icon-more.png') no-repeat center 5px;
	background-size: 24px 24px;
}

.foot-bar .icon-more-on {
	background: url('img/icon-more-on.png') no-repeat center 5px;
	background-size: 24px 24px;
}

.foot-bar .icon-home span,
.foot-bar .icon-channel span,
.foot-bar .icon-my span,
.foot-bar .icon-more span {
	color: #7A7E83;
}

.foot-bar .icon-home-on span,
.foot-bar .icon-channel-on span,
.foot-bar .icon-my-on span,
.foot-bar .icon-more-on span {
	color: #00a000;
}

.foot-comment {
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	margin: 10px 10px 0 0;
	line-height: 28px;
	font-size: 16px;
}

.foot-comment div {
	text-align: center;
	background: #FFFFFF;
	color: #999999;
	font-size: 14px;
	border-radius: 20px;
}

.foot-comment .foot-comment-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-color: transparent;
}

.foot-comment .foot-comment-icon img {
	background-color: transparent;
}

.my-cart {
	width: 46px;
	height: 46px;
	background: url('img/home-cart.png') no-repeat center center;
	background-size: 46px 46px;
	opacity: 0.9;
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 60px;
}

.my-cart em {
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 0 6px;
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	background: #FF0000;
	border-radius: 50%;
}

.user-info {
	height: 84px;
	border-bottom: #D9D9D9 1px solid;
	border-top: #D9D9D9 1px solid;
	background: #FFFFFF url('img/list-set.png') no-repeat right center;
	background-size: 23px 13px;
}

.user-info img {
	float: left;
	border-radius: 50%;
	margin: 10px 16px 0 16px;
}

.user-info div {
	float: left;
	line-height: 26px;
	margin: 16px 0 0 0;
}

.user-info strong {
	font-size: 18px;
	font-weight: normal;
}

.list-set {
	background: #FFFFFF;
	border-bottom: #D9D9D9 1px solid;
	font-size: 18px;
	border-top: 0 !important;
}

.list-set li {
	background: #FFFFFF;
}

.list-set div {
	margin-left: 15px;
	/* height: 44px; */
	line-height: 44px;
	/* padding: 0 36px 0 0; */
	padding: 5px 5px;
	overflow: hidden;
	border-top: #D9D9D9 1px solid;
	/* background: url('img/list-set.png') no-repeat right center; */
	background-size: 23px 13px;
}

.list-set a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 18px;
}

.list-set em {
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 0 6px;
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	background: #FF0000;
	border-radius: 10px;
	margin-top: 14px;
}

.list-set span {
	float: right;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
}

.list-set input,
.list-set select {
	border: #EEEEEE 1px solid;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 4px;
	font-size: 14px;
}

.list-set-img div {
	margin-left: 50px !important;
}

.list-set-img img {
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 8;
	margin: 10px 0 0 -36px;
}

.list-txt {
	border-top: #D9D9D9 1px solid;
	font-size: 16px;
}

.list-txt li {
	height: 44px;
	line-height: 44px;
	padding: 0 30px 0 15px;
	overflow: hidden;
	border-bottom: #D9D9D9 1px solid;
	background: #FFFFFF url('img/list-set.png') no-repeat right center;
	background-size: 23px 13px;
}

.list-txt a {
	display: block;
	width: 100%;
	height: 44px;
}

.list-txt span {
	float: right;
	font-size: 11px;
	color: #6D6D72;
	padding-left: 10px;
}

.list-img {
	height: 115px;
	background: #FFFFFF;
	overflow: hidden;
	clear: both;
	border-bottom: #D9D9D9 1px solid;
	padding: 0 12px;
}


.total-list-img-exhibibt .list-img {
	height: 100%;
	background: #FFFFFF;
	overflow: hidden;
	clear: both;
	border-bottom: #D9D9D9 1px solid;
	padding: 0 12px;
}

.list-img img {
	float: left;
	margin: 9px 12px 0 0;
	width: 97px;
	height: 97px;
	border-radius: 8px;
}

.total-list-img-exhibibt .list-img img {
	width: 100%;
	/* min-width: 256px; */
	min-width: 308px;
	height: 100%;
	float: none;
}

.list-img ul {
	margin: 10px 0 0 0;
	width: 100%;
	position: relative;
}

.total-list-img-exhibibt .list-img ul {
	margin: 0px;
}

.list-img li {
	height: 30px;
	display: -webkit-box;
	/* line-height: 25px;
	overflow: hidden; */
}

.list-img li:nth-child(1) {
	height: 29px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* padding-top: 10px; */
	padding-top: 0px;
	/* padding-bottom: 28px; */
	padding-bottom: 30px;
}

.total-list-img-brand .list-img li:nth-child(1) {
	height: 0px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding-top: 0px;
	padding-bottom: 28px;
}

.list-img strong {
	font-size: 16px;
	display: block;
	width: 100%;
	font-weight: normal;
}

.list-img strong span {
	font-size: 16px;
}

.list-img em {
	font-size: 12px;
	color: #666666;
	font-style: normal;
	width: 82%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-img i {
	font-size: 12px;
	color: #F23030;
	font-style: normal;
	float: right;
}

.list-img span {
	font-size: 12px;
	color: #666666;
}

.list-img .price {
	font-size: 12px;
	color: #FF0000;
}

.list-img .vip {
	background: url('img/icon-vip.png') no-repeat 0 5px;
	background-size: 14px 14px;
	padding-left: 15px;
	height: 25px;
	padding-top: 4px;
}

.list-img .check {
	float: right;
	width: 32px;
	height: 30px;
	background: url('img/icon-check.png') no-repeat center center;
	background-size: 20px 20px;
}

.list-img .checked {
	float: right;
	width: 32px;
	height: 30px;
	background: url('img/icon-checked.png') no-repeat center center;
	background-size: 20px 20px;
}

.list-img .sheet {
	float: right;
	width: 32px;
	height: 30px;
	background: url('img/icon-sheet.png') no-repeat center center;
	background-size: 20px 20px;
}

.list-user {
	height: 32px;
	overflow: hidden;
	padding: 0 16px;
	margin-top: 10px;
}

.list-user img {
	float: left;
}

.list-user ul {
	position: absolute;
	left: 65px;
	right: 16px;
}

.list-user li {
	line-height: 16px;
	color: #999999;
}

.list-user span {
	float: right;
	font-size: 12px;
}

.list-user em {
	font-size: 11px;
	font-style: normal;
}

.list-inp {
	background: #FFFFFF;
	padding: 0 16px;
	margin-bottom: 10px;
	border-radius: 20px;
}

.list-inp:nth-child(2) {
	margin-bottom: 0;
}

.list-inp div {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
}

.list-inp input[type="text"],
.list-inp input[type="password"],
.list-inp input[type="number"],
.list-inp input[type="tel"],
.list-inp input[type="email"] {
	width: 98%;
	height: 24px;
	line-height: 24px;
	border: none;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 16px;
}

.list-btn {
	padding: 0 16px;
}

.list-pay {
	background: #FFFFFF;
	border-top: #D9D9D9 1px solid;
	border-bottom: #D9D9D9 1px solid;
	font-size: 18px;
}

.list-pay li {
	background: #FFFFFF;
}

.list-pay div {
	margin-left: 50px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	border-top: #D9D9D9 1px solid;
}

.list-pay em {
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 0 6px;
	float: right;
	font-size: 12px;
	margin-top: 7px;
}

.list-pay span {
	float: right;
	font-size: 12px;
	color: #666666;
}

.list-pay li:first-child div {
	border: none;
}

.list-pay img {
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 9;
	margin: 10px 0 0 -36px;
	border-radius: 4px;
}

.list-pay .check {
	width: 32px;
	height: 30px;
	background: url('img/icon-check.png') no-repeat center center;
	background-size: 24px 24px;
}

.list-pay .checked {
	width: 32px;
	height: 30px;
	background: url('img/icon-checked.png') no-repeat center center;
	background-size: 24px 24px;
}

.list-tab {
	padding: 16px;
	background: #FFFFFF;
}

.list-tab ul {
	border: #444444 1px solid;
	border-radius: 4px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}

.list-tab li {
	border-right: #444444 1px solid;
	color: #444444;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.list-tab li:last-child {
	border-right: none;
}

.list-tab span {
	color: #444444;
	display: block;
	width: 100%;
	height: 100%;
}

.list-tab .on {
	background: #444444;
	color: #FFFFFF;
}

.list-tab .on span {
	color: #FFFFFF;
}

.list-menu {
	width: 100%;
	font-size: 16px;
}

.list-menu ul {
	width: 100%;
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
}

.list-menu li {
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	float: left;
}

.mess-list-menu li {
	height: 25px;
	line-height: 25px;
	margin: 2px 2%;
	border-radius: 15px;
	box-sizing: border-box;
	width: 21%;
	text-align: center;
	background: #fff;
}

.list-menu .on {
	color: #79e475;
	border-color: #a2ea9f;
}

.list-empty {
	padding: 40px 20px;
	line-height: 200%;
	background: #FFFFFF;
	text-align: center;
}

.order-t {
	height: 44px;
	line-height: 44px;
	padding: 0 32px 0 16px;
	overflow: hidden;
	background: #FFFFFF url('img/list-set.png') no-repeat right center;
	background-size: 23px 13px;
}

.order-t em {
	font-size: 12px;
	font-style: normal;
	float: right;
}

.order-p {
	height: 44px;
	line-height: 44px;
	padding: 0 16px;
	overflow: hidden;
	background: #FFFFFF;
}

.order-p input[type="text"] {
	width: 50%;
	border: #B2B2B2 1px solid;
	padding: 4px 6px;
	border-radius: 0;
	font-size: 14px;
	-webkit-appearance: none;
}

.order-b {
	height: 50px;
	padding: 0 16px;
	overflow: hidden;
	text-align: right;
}

.order-b a {
	display: inline-block;
	width: 72px;
	height: 24px;
	line-height: 24px;
	background: #FFFFFF;
	border: #D9D9D9 1px solid;
	border-radius: 10px;
	margin: 12px 0 0 16px;
	font-size: 12px;
	text-align: center;
}

.title {
	font-size: 20px;
	line-height: 22px;
	padding: 16px;
	background: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 5px;
}

.info {
	font-size: 14px;
	padding: 0 16px 16px 16px;
	color: #666666;
	background: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom: 0 !important;
	padding-top: 1px;
}

.content {
	font-size: 16px;
	line-height: 180%;
	padding: 10px 16px;
	background: #fff;
	border-radius: 15px;
	margin-top: 10px;
	border-bottom: 0 !important;
}

.content p {
	margin: 0;
}

.content img {
	max-width: 98% !important;
	height: auto;
	/* float: left; */
}

/* .accscb p img {max-width: 98% !important;} */
.content table {
	max-width: 98% !important;
	height: auto;
}

.content a {
	color: #007AFF;
}

.award {
	padding: 32px;
	text-align: center;
}

.award div {
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-sizing: border-box;
	padding: 0 8px;
	width: 80px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	letter-spacing: 2px;
	margin: auto;
	background: #14A5EB;
	color: #FFF;
}

/* .award div:hover {background:#E94657;color:#FFFFFF;} */
.award div img {
	width: 20px;
}

.content-msg {
	font-size: 16px;
	line-height: 30px;
	padding: 44px 15px 44px 10px;
	text-align: center;
}

.head {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	padding: 0 16px;
}

.contact {
	padding: 10px 16px;
	font-size: 16px;
	line-height: 200%;
}

.pages {
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #F7F7F7;
	clear: both;
	font-size: 16px;
}

.pages a {
	padding-left: 10px;
}

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

.album_o {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #FFFFFF;
	border: 1px solid #007AFF;
	border-radius: 10px;
}

.album_c {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #007AFF;
	border: 1px solid #007AFF;
	border-radius: 10px;
}

.share_icon {
	display: none;
}

.ui-ok {
	background: #FFFFFF url('img/icon-ok.png') no-repeat center 44px;
	background-size: 100px 100px;
	padding: 188px 16px 44px 16px;
	text-align: center;
}

.ui-ko {
	background: #FFFFFF url('img/icon-ko.png') no-repeat center 44px;
	background-size: 100px 100px;
	padding: 188px 16px 44px 16px;
	text-align: center;
}

.ui-ok p,
.ui-ko p {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 44px;
}

.ui-ok div,
.ui-ko div {
	font-size: 16px;
	color: #999999;
	padding-bottom: 44px;
}

.ui-ok input,
.ui-ko input {
	margin-bottom: 16px;
}

.ui-form {
	background: #FFFFFF;
	padding: 0 16px;
}

.ui-form p {
	padding: 16px 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}

.ui-form div {
	line-height: 32px;
}

.ui-form em {
	padding-left: 6px;
	font-size: 12px;
	color: #FF0000;
}

.ui-form b {
	float: right;
	font-size: 12px;
	color: #FF0000;
	font-weight: normal;
}

.ui-form label {
	display: inline;
	margin: 0 0 0 6px;
	font-size: 16px;
}

.ui-form input[type="text"],
.ui-form input[type="password"],
.ui-form input[type="search"],
.ui-form input[type="tel"],
.ui-form input[type="number"],
.ui-form input[type="email"],
.ui-form input[type="url"] {
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	line-height: 44px;
	border: #B2B2B2 1px solid;
	padding: 0 6px;
	border-radius: 0;
	font-size: 14px;
	-webkit-appearance: none;
}

.ui-form input[type="search"] {
	background: url('img/ico-search.png') no-repeat 6px center;
	background-size: 16px 16px;
	padding: 0 28px;
}

.ui-form input[type="date"] {
	width: 150px;
	height: 44px;
	line-height: 44px;
	border: #B2B2B2 1px solid;
	border-radius: 0;
	padding: 0 10px;
	font-size: 14px;
	-webkit-appearance: none;
}

.ui-form input[type="datetime-local"] {
	width: 180px;
	height: 44px;
	line-height: 44px;
	border: #B2B2B2 1px solid;
	border-radius: 0;
	padding: 0 10px;
	font-size: 14px;
	-webkit-appearance: none;
}

.ui-form input[type="radio"] {
	border: #B2B2B2 1px solid;
}

.ui-form input[type="checkbox"] {
	border: #B2B2B2 1px solid;
}

.ui-form select {
	padding: 0 3px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	border: #B2B2B2 1px solid;
	margin: 0 10px 10px 0;
	background: #FFFFFF;
}

.ui-form textarea {
	box-sizing: border-box;
	width: 100%;
	height: 72px;
	line-height: 24px;
	padding: 3px;
	font-size: 14px;
	border: #B2B2B2 1px solid;
	-webkit-appearance: none;
}

.ui-form #captcha {
	width: 100px;
}

.ui-form #answer {
	width: 80%;
}

.webuploader-container {
	position: relative;
}

.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 80px;
	height: 80px;
}

.webuploader-pick-hover {}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events: none;
}

.ui-form-thumb-show {
	width: 80px;
	height: 60px;
	border: #EDEEF1 1px solid;
	margin-right: 16px;
	float: left;
	display: none;
}

.ui-form-thumb-show img {
	width: 80px;
	height: 60px;
	border: none;
}

.ui-form-thumb-upload {
	width: 80px;
	height: 60px;
	overflow: hidden;
	border: #EDEEF1 1px solid;
	float: left;
	background: url('img/upload-image.png') no-repeat center center;
	background-size: 40px 40px;
}

.ui-form-album-show {
	width: 80px;
	height: 80px;
	border: #EDEEF1 1px solid;
	margin-right: 16px;
	float: left;
	display: none;
}

.ui-form-album-show img {
	width: 80px;
	height: 80px;
	border: none;
}

.ui-form-album-upload {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: #EDEEF1 1px solid;
	float: left;
	background: url('img/upload-image.png') no-repeat center center;
	background-size: 40px 40px;
}

.ui-form-file-upload {
	position: relative;
	width: 32px;
	height: 30px;
	overflow: hidden;
	float: right;
	background: #FFFFFF url('img/upload-file.png') no-repeat center center;
	background-size: 16px 16px;
	margin: -36px 6px 0 0;
}

.ui-editor-toolbar {
	background: #F8F8F8;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	border-top: #B2B2B2 1px solid;
}

.ui-editor-toolbar li {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	float: left;
	color: #7F8393;
	font-size: 20px;
	cursor: pointer;
	font-family: Verdana;
}

.ui-editor-img {
	background: url('img/editor-img.png') no-repeat center center;
	background-size: 20px 20px;
	overflow: hidden;
}

.ui-editor-bold {}

.ui-editor-italic {
	font-style: italic;
}

.ui-editor-underline {
	text-decoration: underline;
}

.ui-editor-content {
	border-bottom: #B2B2B2 1px solid;
	background: #FFFFFF;
	height: 240px;
	padding: 10px;
	font-size: 16px;
}

.ui-editor-content img {
	max-width: 100%;
	height: auto;
}

.ui-editor-content a {
	color: #007AFF;
}

.ui-toast {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	display: inline-block;
	padding: 0 16px;
	background: #000000;
	opacity: 0.8;
	color: #FFFFFF;
	border-radius: 6px;
	position: fixed;
	z-index: 99;
	top: 76px;
	font-size: 14px;
	display: none;
}

.ui-sheet {
	opacity: 0.9;
	position: fixed;
	z-index: 99;
	left: 8px;
	right: 8px;
	bottom: 0;
	display: none;
}

.ui-sheet div {
	background: #FFFFFF;
	border-radius: 4px;
}

.ui-sheet li {
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color: #007AFF;
	border-top: #D9D9D9 1px solid;
}

.ui-sheet p {
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 20px;
	color: #00a000;
	font-weight: bold;
	margin: 8px 0;
	background: #FFFFFF;
	border-radius: 4px;
}

.ui-sheet em {
	padding: 10px;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
	font-style: normal;
	text-align: center;
	display: block;
}

.ui-sheet span {
	color: #00a000;
	display: block;
	width: 100%;
}

.ui-mask {
	position: fixed;
	z-index: 98;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000000;
	opacity: 0.5;
	display: none;
}

.ui-icon-loading {
	background: url('lib/jquery/images/ajax-loader.gif');
	background-size: 2.875em 2.875em;
}

/* change */
.list-img strong {
	font-size: 18px;
	color: #222;
	height: 47px;

	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.list-img em {
	color: rgba(130, 140, 155, 1);
}

.list-img span {
	color: rgba(130, 140, 155, 1);
}

.list-img a span {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.list-img a span.brand-name {
	width: 100%;
}

.list-img ul li:nth-child(2) .main-sell {
	width: 100%;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block; */

	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	/* height: 30px; */
}

.news-list-img {
	height: auto !important;
	display: flex;
	justify-content: flex-start;
	border-color: #eee !important;
}

.news-list-img a img {
	width: 110px;
	/*height: 72px;*/
	margin: 10px 0 10px 1px;
	border-radius: 5px;
	/*width: 100%;*/
	height: 80px;
}

.pic_news,
.hot_news {
	padding: 0 5px 5px;
	border-radius: 15px;
	background: #fff;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.hot_news a {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(240, 240, 240, 1);
	padding: 5px 0;
}

.hot_news a:last-child {
	border-bottom: none;
}

.hot_news .hot_news_title {
	font-size: 20px;
	color: #222;
}

.hot_news .hot_news_intro {
	font-size: 12px;
	color: #828c9b;
	margin-top: 10px;
}

.hot_news .hot_news_intro .hot_news_time {
	margin-left: 25px;
}

.z_divide {
	padding: 2px 0;
	background: #f3efef;
}

.com-list-set {
	height: auto;
	border-bottom: 0;
}

.com-list-set .com-list-ul {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
}

.com-list-set .com-list-ul li {
	height: 30px;
	width: 23%;
	font-size: 16px;
	/* background-color: #A3FEA8; */
	margin-left: 5px;
	border-radius: 20px;
}

.com-list-set .com-list-ul li div {
	border-top: 0 !important;
}

.com-news {
	margin: 8px;
	background: #fff;
	padding: 0 5px;
	border-radius: 15px;
}

.com-news .com-news-title {
	font-size: 18px;
	color: #111;
	padding: 5px 0;
	font-weight: 700;
}

.com-news .com-news-title:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 20px;
	background: brown;
	margin-right: 8px;
	vertical-align: -3px;
}

.com-news .com-news-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.com-news .com-news-items .com-news-item {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	margin: 10px 0;
}

.com-news .com-news-items .com-news-time {
	display: inline-block;
	width: 20%;
	text-align: center;
	color: #9c9a9a;
}

.list-set .com-list-ul li div {
	/* margin-left: 15px; */
	height: 30px;
	line-height: 30px;
	width: 100%;
	/* padding: 0 16px 0 0; */
	/* overflow: hidden; */
}

/* icaseLeftIntro */
.icaseLeftIntro {
	position: relative;
	margin: 0 13px;
	margin-bottom: 5px;
	padding-top: 20px;
}

.icasebPrev,
.icasebNext {
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-15px);
	width: 30px;
	height: 30px;
	background: url(http://www.chinafastgear.com/templets/lanse/images/case_control.png) no-repeat;
}

.icasebPrev {
	left: 0;
	background-position: 0px 0;
}

.icasebNext {
	right: 0;
	background-position: -31px 0;
}

.icaseBanner {
	position: relative;
	z-index: 0;
	height: 210px;
}

.icasebli {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
}

.icasebli:nth-child(1) {
	display: block;
}

.icasebli:nth-child(n+2) {
	display: none;
}

.icasePic {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.icasePic img {
	width: 100%;
	height: 60%;
	border-radius: 5px;
}

.icaseInfo p {
	font-size: 20px;
	color: #333;
	margin: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.icaseTitle {
	display: none !important;
	line-height: 16px;
	font-size: 12px;
	color: #353535;
	text-align: center;
	font-weight: normal;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-indent: 2em;
}

/* 图片新闻的小圆点 */
.banner-circle {
	position: absolute;
	bottom: 40px;
	width: 114px;
	left: 50%;
	transform: translateX(-57px);
	text-align: center;
	z-index: 1;
	display: flex;
}

.banner-circle-item {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 100%;
	margin: 0 5px;
	cursor: pointer;
}

.banner-circle-item.active {
	width: 20px;
	border-radius: 5px;
	background: #fff;
}

/* navtitle */
.navtitle {
	position: relative;
	background: #f5f3f3;
	margin: 0 10px;
	margin-top: 5px;
	opacity: .6;
	border-radius: 5px;
}

.navtitle .xhq {
	width: 20px;
	height: 15px;
	background: url(../static/img/xiaohongqi.png) no-repeat;
}

.navtitle h3 {
	margin-top: 0;
	margin-bottom: -17px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navtitle h3 a {
	display: block;
	height: 23px;
	line-height: 25px;
	font-weight: normal;
	font-size: 14px;
	color: #111;
	padding-left: 10px;
}

/* zx */
.zx2 {
	width: auto;
	padding: 0 5px;
	margin: 8px 10px;
	background: #fff;
	border-radius: 5px;
}

.zx2 h3 {
	font: 16px/30px "microsoft yahei";
	font-weight: bold;
	color: #FF5500;
	margin-bottom: -10px;
	margin-top: 0;
}

.zx2 .hrr {
	display: inline-block;
	width: 17%;
	height: 2px;
	margin-right: 2px;
	background-color: #07c68a;
}

.zx2 .hrg {
	display: inline-block;
	width: 80%;
	height: 2px;
	margin-right: 2px;
	background-color: #D2D2D2;
}

.infors h4 {
	height: 80px;
	margin-top: 10px;
}

.infors .infor-title {
	width: 55%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #111;
}

.infors .infor-img {
	float: left;
	height: 100%;
	margin-right: 10px;
	width: 30%;
}

.infors img {
	height: 100%;
	width: 100%;
	border-radius: 5px;
}

.infors .infor-p {
	margin: 0;
	font-size: 13px;
	width: 65%;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-indent: 1em;
}

.derslive {
	padding: 1px 0;
	width: 100%;
	background: #fff;
}

.infors li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main .list-img:nth-child(1) {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 15px;
}

#main .list-img:last-child {
	margin-bottom: 10px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.list-menu-fix {
	position: static !important;
	border-top: 0 !important;
}

#main {
	background: #efeff4 !important;
	margin: 0 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.small-tag {
	width: 100%;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 700;
}

/* 站内邮件 */
.list-menu .mess li {
	width: auto;
	padding: 0 10px;
	margin: 0 5px 10px;
}

.head-bar-titles {
	width: 125px;
	left: 50%;
	transform: translateX(-50%);
}

.head-bar-index {
	padding-left: 15px;
}

.head-bar-backs span {
	font-size: 15px;
}

.head-bar-backs img {
	width: 20px;
	height: 18px;
	vertical-align: sub;
}

.total-list-img {
	margin: 5px 10px;
}

.total-list-items div:nth-child(2) {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.total-list-img .list-img:first-child {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.total-list-img .list-img:last-child {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom: 0;
}

.total-list-img {
	margin: 5px 10px;
}



.total-list-img-brand .list-img:first-child {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.total-list-img-brand .list-img:last-child {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom: 0;
}

.total-list-img-brand .list-empty {
	border-radius: 15px;
}

.edui-upload-video {
	width: 100%;
}

.main .contact {
	margin: 5px;
	background: #fff;
	border-radius: 15px;
}

.list-channel-set ul li div {
	border-top: 0;
}

.list-channel-set ul li:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.list-channel-set ul li:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.small-tag .small-tag-news:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 20px;
	background: brown;
	margin-right: 8px;
	vertical-align: -3px;
}

.small-tag .small-tag-open {
	font-size: 14px;
	color: rgb(197, 195, 201);
	line-height: 25px;
}

.list-img-item>div:first-child {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.list-img-item>div:last-child {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom: 0;
}

.list-img-item {
	margin-bottom: 10px;
}

.news-list-img .news-list-t {
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 0px;
}

.news-list-img .news-list-t span {
	font-size: 14px;
}

.news-list-img li:nth-child(1) {
	height: 50px;
	line-height: 24px;
	padding-top: 0px;
}

.total-list-img .news-list-img-notice li:nth-child(1) {
	height: 48px;
	line-height: 24px;
	padding-top: 0px;
}

.news-list-img strong {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 18px;
}

.news-list-img strong span {
	font-size: 18px !important;
	width: 100%;
	white-space: normal;
	font-weight: 600;
}

.bd-b,
.head-bar,
.list-set,
.list-img,
.list-txt li,
.list-msg li,
.content,
.info,
.user-info {
	border-bottom: #d9d9d9 0.5px solid !important;
	/* height: 90px!important; */
}

.bd-t,
.list-txt,
.user-info {
	border-top: 0 !important;
	height: 90px !important;
}

.list-set {
	height: 60px
}

.list-set div {
	border-top: 0 !important;
	height: 44px;
}

.foot-bar {
	border-top: 0 !important;
	height: 50px;
}

.bd-r {
	border-right: #ededed 0.5px solid !important;
}

.bd-l {
	border-left: #ededed 0.5px solid !important;
}

.list-set div {
	/* border-bottom: 0.5px solid #ededed !important; */
	padding-left: 15px;
	margin-left: 0;
}

.login-list-set {
	background: #efeff4;
}

.login-list-set>ul {
	display: flex;
	justify-content: center;
}

.login-list-set .sep {
	background: #efeff4;
	padding-right: 10px;
}

.login-list-set li {
	background: #efeff4;
}

.login-list-set li div {
	background: #efeff4;
	padding-right: 10px;
	border: 0 !important;
}

.login-list-set li div a {
	font-size: 16px;
}

.login-main,
.register-main {
	margin-top: 20px;
}

.login-main .list-btn input,
.register-main .list-btn input {
	border-radius: 25px;
	background: #267518;
}

.z_divide+.sell-list-img,
.z_divide+.brand-list-img,
.z_divide+.company-list-img,
.z_divide+.exhibit-list-img,
.z_divide+.know-list-img,
.z_divide+.photo-list-img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.news-bg {
	height: 120px;
}

.news-bg img {
	height: 100%;
}

.news-list-img ul li:nth-child(2) {
	height: 30px;
	line-height: 30px;
}

.swiper-pagination-bullet {
	margin: 0 5px;
}

/* 2021-12-24 */
.main-bg .home-search {
	padding: 5px 15px;
	opacity: .8;
}

.home-search div {
	height: 28px;
	line-height: 28px;
	background-color: #fff;
	border-radius: 4px;
}

.home-search div a {
	display: table;
	margin: 0 auto;
}

.home-search img {
	width: 16px;
	height: 16px;
	vertical-align: top;
	padding-top: 6px;
	padding-right: 8px;
}

#fed_up {
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 40px;
	background-color: #fff;
	padding-top: 10px;
}