h4, h5, h6,
h1, h2, h3 {margin-top: 0; margin-bottom:0;}
ul, ol {margin: 0; padding: 0;}
p {margin: 0;}
html{
	font-size: 625%;
}

/* ====================公共样式==================== */

html,body{
	font-family:Roboto, Helvetica, Tahoma, Arial, "Microsoft YaHei";
	line-height:1.5;
	margin:0;
	padding:0;
	color:#333;
	webkit-transition: background-color .24s ease-in-out;
    transition: background-color .24s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-color: #F5F5F5;
}
body{
	font-size: 14px;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body a{
    /*transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;*/
}

a {
	color:#ff7700;
}
a:hover {
	color:#ff7700;
}
a:hover, a:focus {
    color: #ff7700;
    text-decoration: none;
	outline:0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
/*字的颜色*/
-webkit-text-fill-color: #21243d;}
li{list-style-type: none;}
h2 {font-size: 26px;}
h3 {font-size: 20px;}
h4 {font-size: 16px;}
h6 {font-size: 14px;}

pre.code {
margin:10px;
}
.fl{float:left;}
.fr{float:right;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.hide{display:none;}
.text-muted{color:#999;}
.text-weaker{color:#666;}
.text-primary{color:#fb692f;}
.text-red,.require{color:#f00;}
.text-orange{color:#f70;}
.font-small {font-size: 12px;}
.small {font-size: 12px; color: #999;}
/**清理浮动 **/
.clearfix:after{
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.clearfix {zoom:1; /* for IE6 IE7 */}
.main {
    padding-top: 130px;
}
.container {
    width: 1400px;
}
.main-box{
	position:relative;
	min-height:500px;
}
.flexslider .slides img,.container img,.main img,.modal-add-friend img,.service-banner img,.header-mitop-bg img,.swiper-profil img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.content{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.content img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.img-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 220px;
	background-color: rgba(0, 0, 0, 0.02);
	border-radius: 12px 12px 0 0;
}
.mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
}
/** 标题样式 **/
.floor {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #fff;
}
.floor h2 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}
.floor h2 i {
	display: inline-block;
	width: 6px;
	height: 16px;
	margin-right: 5px;
	background: linear-gradient(180deg, #FFBA00 0%, #FD6D01 100%);
	border-radius: 6px;
}
.title-more {
	color: #999;
	padding: 4px 10px;
	border-radius: 2px;
	border: 1px solid #2469F6;
	color: #2469F6
}

.title-more:hover {
	background-color: #2469F6;
	color: #fff;
}

.title-more a {
	color: #2469F6
}
.more-border {
	position: relative;
	min-width: 50px;
	padding: 0 6px;
	color: #666;
	border: 1px solid #ddd;
}
.more-border:hover {
	border: 1px solid #FD6D01;
}
.more-border:hover .arrow-triangle-b:after {
    border-color: #FD6D01 transparent transparent transparent;
}
.more-border:hover .arrow-triangle-t:after {
    border-color: transparent transparent #FD6D01 transparent;
}

.more-border i {
	margin-left: 2px;
}

.dis-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dis-flex-start {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.dis-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.text-line {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-word;
}
.text-line-two {
	-webkit-line-clamp: 2;
}
.text-line-three {
	-webkit-line-clamp: 3;
}
.text-line-twelve {
	-webkit-line-clamp: 12;
}
.text-line-thirteen {
	-webkit-line-clamp: 13;
}

/*直播属性标签*/
.tag-bg {
	position: absolute;
	bottom: -8px;
    left: 50%;
    transform: translate(-50%);
	width: 184px;
	height: 42px;
    line-height: 36px;
    color: #fff;
	background: url(../images/tag-bg.png) no-repeat;
}
.tag-number {
	position: absolute;
	bottom: -110px;
	z-index: 2;
	font-size: 110px;
	color: rgba(244, 244, 244,.5);
}
.tag-default {
	height: 20px;
	padding: 0 10px;
	border-radius: 20px;
	font-size: 12px;
	line-height: 20px;
}
.tag-orange {
	color: #ff7700;
	background-color: rgba(255, 119, 0,.2);
}
.tag-green {
	color: #3fac55;
	background-color: rgba(63, 172, 85,.2);
}
.tag-blue {
	color: #3a8fdf;
	background-color: rgba(58, 143, 223,.2);
}
.tag-purple {
	color: #9f67d3;
	background-color: rgba(159, 103, 211,.2);
}
.live-tags-bg {
	height: 44px;
    padding: 15px 10px;
	background-color: #f7f7f7;
}
.live-tags {
    display: inline-block;
    height: 20px;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.live-tags-factory,.live-tags-1 {
    color: #0062EB;
    /* border: 1px solid #99C1F7; */
}
.live-tags-launch,.live-tags-2 {
	color: #8400DF;
    border: 1px solid #CE99F3;
}
.live-tags-evaluation,.live-tags-3 {
    color: #FD6D01;
    border: 1px solid #FFC59A;
}
.live-tags-speak,.live-tags-4 {
	color: #EB002F;
    border: 1px solid #F799AC;
}

/*直播动画图标*/
.live-sign {
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 16px;
	padding: 1px;
	z-index: 10;
}
.live-sign-web {
	position: static;
    margin-top: 2px;
}
.live-sign-inner {
	border-radius: 4px;
	line-height: 1;
	align-items: center;
	padding: 2px 6px;
	z-index: 10;
	font-size: 12px;
	color: #fff;
}
.live-sign-3 i,.live-sign-2 i{
	display:inline-block;
	background-repeat:no-repeat;
	background-size:100%;
	vertical-align:middle;
}
.live-sign-inner i {
	display: inline-block;
    width: 18px;
    height: 20px;
	margin-right: 2px;
}
.live-sign-live,.live-sign-1 {
    width: 56px;
	border: 1px solid #e70e00;
}
.live-sign-live .live-sign-inner,.live-sign-1 .live-sign-inner {
	background-color: #e70e00;
	animation: mylive-btn 1s infinite;
	-webkit-animation: mylive-btn 1s infinite;
}
.ico-circle,.live-sign-1 i {
	background-color: #fff;
    height: 6px !important;
    width: 6px !important;
    vertical-align: 1px;
    border-radius: 6px;
}
.live-sign-live-replay,.live-sign-2 {
    width: 72px;
	border: 1px solid #04a0f1;
}
.live-sign-live-replay .live-sign-inner,.live-sign-2 .live-sign-inner {
	background-color: #04a0f1;
}
.live-sign-live-upcoming,.live-sign-3 {
    width: 94px;
	border: 1px solid #00ac55;
}
.live-sign-live-upcoming .live-sign-inner,.live-sign-3 .live-sign-inner {
	background-color: #00ac55;
}

.live-sign-live-upcoming-apple .live-sign-inner span{
	font-size: 14px;
	color: #fff;
}

@keyframes mylive-btn{
  0% {
    transform: scaleX(.8);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes rotate-round {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* 直播间*/
.live-room {
	background-color: #f1f1f1;
}
.live-head-panel {
	width: 100%;
	height: 70px;
	background-image: linear-gradient(90deg,#3590e1,#247fd9);
    background: #21243d;
}
.companysign-wrap {
	justify-content: flex-start;
	width: 73%;
	color: #fff;
}
.company-logo {
	width: 40px;
	height: 40px;
	margin-right: 12px;
	border-radius: 40px;
}
.company-logo img {
  border-radius: 40px;
}
.company-name {
	flex: 1;
	line-height: 1.4;
}
.company-follow-btn {
	border: 1px solid #fff;
    border-radius: 14px;
    height: 28px;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    padding: 0 20px;
    font-weight: 500;
    margin-left: 20px;
    cursor: pointer;
}
.live-head-panel .negotiation_btn {
    position: static;
}
.live-wrap,.meet-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
    align-items: flex-start;
}
.video-panel {
	position: relative;
    width: 1052px;
    height: 672px;
}

.live-wrap-apple .video-panel {
	width: 820px;
	height: 461px;
}

.video-content-panel {
    position: absolute;
    z-index: 1;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
}
.lib-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.live-play {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    margin: auto;
    z-index: 2;
	width: 100px;
    height: 100px;
	background: url(../images/live-play.png) no-repeat center / cover;
    background-color: transparent;
    cursor: pointer;
}
.live-ended {
    background: rgba(0,0,0,.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
	display: none;
}
.vcp-error-tips {
	display: none !important;
}
.vcp-loading {
	opacity: 0;
}
.tip-icon {
	width: 40px;
	height: auto;
}
.tip-desc {
    width: 70%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 4px rgba(0,0,0,.5);
    margin-top: 12px;
}
.video-left-panel {
    position: absolute;
    top: 0;
    bottom: 70px;
    left: 0;
    width: 240px;
    z-index: 2;
    display: flex;
    flex-direction: column-reverse;
    padding: 16px;
}
.comment-wrap {
    width: 100%;
    height: 240px;
    overflow-y: scroll;
}
.comment-list li {
    padding: 5px 8px;
    background: rgba(34,34,34,.9);
    border-radius: 4px;
    margin-bottom: 4px;
    list-style-type: none;
    color: rgba(255,255,255,.5);
    font-size: 12px;
}
.comment-list span {
    font-size: 12px;
	color: #fff;
}
.comment-list span:first-child {
    margin-right: 6px;
}

/*ico*/
.ico-base{display:inline-block; width:24px; height:24px; background-repeat:no-repeat; background-size:100%; vertical-align:middle;}
.ico-voice-black{background-image:url(../images/shop/ico-voice-black.png);}
.ico-voice-white,.interflow-item:hover .ico-voice-black{background-image:url(../images/shop/ico-voice-white.png);}
.ico-chat-black{background-image:url(../images/shop/ico-chat-black.png);}
.ico-chat-white,.interflow-item:hover .ico-chat-black{background-image:url(../images/shop/ico-chat-white.png);}
.ico-camera-black{background-image:url(../images/shop/ico-camera-black.png);}
.ico-camera-white,.interflow-item:hover .ico-camera-black{background-image:url(../images/shop/ico-camera-white.png);}
.ico-appointment-black{background-image:url(../images/shop/ico-appointment-black.png);}
.ico-appointment-white,.interflow-item:hover .ico-appointment-black{background-image:url(../images/shop/ico-appointment-white.png);}
.ico-search-orange{background-image:url(../images/shop/ico-search-orange.png);}
.ico-arrowd-down-gray{background-image:url(../images/ico-arrowd-down-gray.png);}
.ico-arrowd-up-gray{background-image:url(../images/ico-arrowd-up-gray.png);}
.ico-play-white{background-image:url(../images/shop/ico-play-white.png);}
.ico-guide-close{background-image:url(../images/shop/ico-guide-close.png);}
.ico-guide-close-white{background-image:url(../images/shop/ico-guide-close-white.png);}
.ico-guide-use{background-image:url(../images/shop/ico-guide-use.png);}
.ico-negotiation-white{background-image:url(../images/shop/ico-negotiation-white.png);}
.ico-user-gray{background-image:url(../images/shop/ico-user-gray.png);}
.ico-mi-play{background-image:url(../images/shop/ico-mi-play.png);}
.icon_facebook{background-image:url(../assets/images/icon_facebook.png);}
.ico-edit-gray{background-image:url(../images/shop/ico-edit-gray.png);}
.ico-edit-orange,.feeds-control li:hover .ico-edit-gray{background-image:url(../images/shop/ico-edit-orange.png);}
.ico-share-bor-gray{background-image:url(../images/shop/ico-share-bor-gray.png);}
.ico-share-bor-orange,.feeds-control li:hover .ico-share-bor-gray{background-image:url(../images/shop/ico-share-bor-orange.png);}
.ico-collect-gray{background-image:url(../images/ico-collect-gray.png);}
.ico-collect-orange,.feeds-control li:hover .ico-collect-gray{background-image:url(../images/ico-collect-orange.png);}
.ico-collect-orange-o{background-image:url(../images/ico-collect-orange-o.png);}
.ico-fabulous-gray{background-image:url(../images/ico-fabulous-gray.png);}
.ico-fabulous-orange{background-image:url(../images/ico-fabulous-orange.png);}

/* 头像列表 */
.friends-list-wrap {
	position: relative;
}
.friend-item {
	margin-right: 25px;
	cursor: pointer;
}
.friend-item-img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
    border-radius: 50px;
}
.friend-item-img img {
	transition: transform ease 0.3s;
    border-radius: 50px;
}
.friend-item:hover .friend-item-img img {
	transform: scale(1.2);
	overflow: hidden;
}
.friend-item h6 {
	color: #999;
	font-size: 12px;
	text-align: center;
	width: 50px;
	margin: 0 auto;
}
.friend-item:hover h6 {
	color: #999;
}

.friend-item-big {
    margin-left: 10px;
}
.friend-item-big .friend-item-img {
	width: 94px;
	height: 94px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #E2E2E2;
}
.friend-item-big h6,
.interflow-item a,
.card-item a {
	color: #333;
}
.friend-item-big:hover h6,
.interflow-item:hover,
.interflow-item a:hover,
.card-item a:hover {
	color: #FD6D01;
}

.interflow-item:hover .span {
	color: #FD6D01;
}

/* swiper */
.swiper-button-disabled {
    display: none !important;
}
#swiper-button-next-follow,#swiper-button-prev-follow{
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: 0;
    z-index: 10;
	transform: translate(0, -50%);
    outline: none;
    background-image: none;
	background-color: rgba(0,0,0,.5);
	border-radius: 22px;
}
#swiper-button-next-follow{
    right: 0;
}
#swiper-button-prev-follow{
    left: -15px;
}

/* 搜索 */
.search-s-wrap {
    height: 36px;
    padding: 0 15px;
    font-size: 12px;
    background-color: #FFFFFF;
    color: #999999;
    transition: 0.3s;
    cursor: pointer;
}

.inp-search-s {
	transition: 0.3s;
}
.inp-search-s::-webkit-input-placeholder {
	color: #999999;
}
.inp-search-s {
    width: 100%;
    background-color: transparent;
    border: none;
	height: 26px;
    padding: 0 10px 0 0;
}
.inp-search-s:focus {
    outline: none;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #807c7c;
    transition: background-color 5000s ease-out 0.5s;
}
.btn-search-bg-s {
	display: flex;
    align-items: center;
    height: 26px;
    padding: 0;
    border: none;
    background-color: transparent;
}
.btn-search-bg-s i {
	width: 18px;
	height: 18px;
}

/* 语言 */
.language-wrap li a {
	display: block;
    color: #FD6D01;
    cursor: pointer;
    -webkit-transition: color .24s ease-in-out, background-color .24s ease-in-out;
    transition: color .24s ease-in-out, background-color .24s ease-in-out;
    /*background-image: linear-gradient(to bottom, #feedcc, #ff8c00);*/
	background-color: #fff;
    width: 28px;
    height: 28px;
	margin-left: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
}

/* 箭头 */
.arrow{
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
}
.arrow:after{
	display:block;
	content:'';
	width:6px;
	height:6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
	transition:.3s;
}
.arrow-triangle {
	display: inline-block;
}
.arrow-triangle:after{
	display:block;
	content:'';
	width:0;
	height:0;
    border-width: 3px;
	border-style: solid;
	transition:.3s;
}
.arrow-triangle-b:after{
	border-color: #666 transparent transparent transparent;
}
.arrow-triangle-t:after{
	border-color: transparent transparent #666 transparent;
}
.down-arrow:after{
	transform:rotate(135deg);
}
.right-arrow:after{
	transform:rotate(45deg);
}
.left-arrow:after{
	transform:rotate(-135deg);
}

/* 卡片 */
.card-wrap{
    width: 100%;
    margin: 0;
}
.card-item {
    flex: 0 0 24.2%;
	border: 1px solid #F2F2F2;
    transition: all .2s linear;
}

.card-item-apple {
	width: 450px;
	height: 296px;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	padding: 10px;
	cursor: pointer;
}

.card-item-apple a {
    display: block;
	padding: 10px;
}	transition: transform ease 0.3s;


.card-item-apple h5 {
    margin-bottom: 10px;
}
.card-item-apple .ico-play-white {
	width: 40px;
	height: 40px;
}
.card-item-apple .mask-bg {
	display: none;
}

.card-item-apple:hover .mask-bg {
	display: flex;
}

.card-item-apple .card-item-img .lib-video {
	object-fit: scale-down;
	transition: transform ease 0.3s;
}

.card-item-apple:hover .card-item-img .lib-video {
	transform: scale(1.2);
	overflow: hidden;
}

.card-item-apple:hover h5 {
	color: #FD6D01;
}

.card-item a {
    display: block;
	padding: 10px;
}
.card-item-img {
	position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}
.card-item-img img {
    object-fit: scale-down;
	transition: transform ease 0.3s;
}
.card-item:hover .card-item-img img {
	/*transform: scale(1.2);*/
	overflow: hidden;
}

.card-item:hover {
	box-shadow: 0px 8px 12px 0px rgba(26, 44, 110, 0.12);
}

.card-item h5 {
    margin-bottom: 10px;
}
.card-item .ico-play-white {
	width: 40px;
	height: 40px;
}
.card-item .mask-bg {
	display: none;
}
.card-item:hover .mask-bg {
	display: flex;
}
/* 卡片--名片信息 */
.business-card-list {
    margin-bottom: 30px;
}
.business-card-list dl {
    display: flex;
	margin-bottom: 15px;
}
.business-card-list dt {
	width: 100px;
	margin-right: 15px;
	text-align: right;
    font-weight: normal;
    color: #999;
}
/* 卡片--视频谈判按钮组 */
.interflow-wrap {
	margin: 0 -25px;
	padding: 25px 45px;
	background-color: #F7F8FC;
}
.interflow-item {
    flex-direction: column;
	padding: 4px 0;
    cursor: pointer;
    transition: .3s;
}

.interflow-ico-bg {
	width: 46px;
	height: 46px;
	margin-bottom: 15px;
	border-radius: 40px;
	background-color: #fff;
}
.interflow-item:hover .interflow-ico-bg {
	background-color: #FD6D01;
}

/* 表单 */
.expo-search-blue-wrap ::-webkit-input-placeholder {
  color: #9299cb;
}

.expo-search-blue-wrap ::-moz-placeholder {
  color: #9299cb;
}

.expo-search-blue-wrap :-ms-input-placeholder {
  color: #9299cb;
}

input:focus,button:focus{
	outline: 0;
}

input.inp-search-directories:focus,button:focus{
	outline: 0;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #807c7c;
    transition: background-color 5000s ease-out 0.5s;
}
.inp-default {
	width: auto;
	padding:8px 12px;
	border:1px solid #ccc;
	background-color:#fff;
	box-sizing:content-box;
}
.inp-small {
    width: 50px;
    height: 22px;
    padding: 2px 10px;
}

.btn {
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    font-weight: normal;
    background: transparent;
    border: 1px solid #fff;
	height: 28px;
	border-radius: 30px;
    color: #fff;
    padding: 3px 15px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-square {
	border-radius: 2px;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
}
.btn:hover {
    border: 1px solid #fff;
    background-color: #fff;
	color:#333;
}
.btn-xs {
    height: 24px;
    padding: 0px 10px;
	font-size: 12px;
    line-height: 24px;
}
.btn-orange {
    border: 1px solid #FD6D01;
	background-color: #fff;
	color: #FD6D01;
}
.btn-orange:hover {
    border: 1px solid #FD6D01;
	background-color: #FD6D01;
	color: #fff;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}
.btn-orange-default,.btn-orange-default:hover,
.btn-orange-default:not(:disabled):not(.disabled) {
	cursor: default;
}
.btn-orange-default {
	color: #fff;
    background-color: #FD6D01;
}
.btn-square {
    border-radius: 0;
}

.form-item {
    display: block;
    margin-bottom: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}
.form-item input {
    height: 22px;
    width: 316px;
    line-height: 22px;
    padding: 13px 16px 13px 14px;
    display: block;
    box-sizing: content-box;
    border: none;
    box-shadow: none;
}
.form-group{
	display:flex;
    margin-bottom: 16px;
}
.form-box .form-group{
	margin-left:0;
	margin-right:0;
}
.form-box label{
	color:#333;
	font-size:14px;
	cursor: pointer;
}
.form-title{
	margin-top:15px;
	margin-bottom:25px;
	line-height:1.8;
	text-align: center;
}
.form-title h1,.payment h1{
	margin-bottom:15px;
	font-size:26px;
	color:#ff7700;
}
.form-box input.form-control,
.form-box select.form-control,
.form-box textarea.form-control{
	height: 40px;
	border-radius: 2px;
}
.form-box-step3 input.form-control,
.form-box-step3 select.form-control,
.form-box-step3 textarea.form-control{
	width:400px;
}
.form-box select.form-select-s{
	width:130px;
	margin-left:5px;
	margin-right:5px;
}
.form-box select.form-select-m{
	width:100px;
	margin-left:5px;
	margin-right:5px;
}
.form-group-text{
	padding-top:7px;
	font-size:16px;
}
.group-link{
	margin-left:20px;
	font-size:16px;
	line-height:34px;
}
.group-link:hover{
	color:#ff7700;
}
.reg-box{
	margin:0 auto;
}
.form-item-control{
	padding:0;
}
.help-block {
	margin-bottom: 0px;
}
.pinfo .form-box label {
	width: 180px;
	text-align: right;
}
.form-group .require {
	margin-right: 5px;
	vertical-align: middle;
}
.feedback .form-group {
	display: initial;
}

/* 动画 */
.animation {
    position: relative;
    -webkit-animation: fade-in ease-in-out .5s;
    animation-name: fade-in;
    animation-timing-function: ease-in-out;
    animation-duration: .5s;
}
@-webkit-keyframes fade-in {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

@-moz-keyframes fade-in {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

@-o-keyframes fade-in {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

@keyframes fade-in {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}
/**** 选取当前活动的目标元素 ****/
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
	-webkit-animation: scaleDown 1.2s ease-in-out;
	-moz-animation: scaleDown 1.2s ease-in-out;
	-o-animation: scaleDown 1.2s ease-in-out;
	-ms-animation: scaleDown 1.2s ease-in-out;
	animation: scaleDown 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes scaleDown {
  0% { -webkit-transform: scale(10,10); opacity: 0; }
  100% { -webkit-transform: scale(1,1); opacity: 1; }
}
@-moz-keyframes scaleDown {
  0% { -moz-transform: scale(10,10); opacity: 0; }
  100% { -moz-transform: scale(1,1); opacity: 1; }
}
@-o-keyframes scaleDown {
  0% { -o-transform: scale(10,10); opacity: 0; }
  100% { -o-transform: scale(1,1); opacity: 1; }
}
@-ms-keyframes scaleDown {
  0% { -ms-transform: scale(10,10); opacity: 0; }
  100% { -ms-transform: scale(1,1); opacity: 1; }
}
@keyframes scaleDown {
  0% { transform: scale(10,10); opacity: 0; }
  100% { transform: scale(1,1); opacity: 1; }
}
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}

/* 头部 */
.header-top-bg{
	width: 100%;
	height: 170px;
        /* background-image: linear-gradient(to right, #060606, #262a31); */
        background: #FFF;
}
.header-top{
	height: 170px;
        justify-content: space-between;

}

.container:after {
	content: '';
	display: none;
}

.container:before {
	content: '';
	display: none;
}

.header-shop-img {
	width: 140px;
	height: 140px;
	margin-right: 10px;
}
.header-shop-btn div {
	margin-right: 10px;
}

.header-shop-btn .btn {
	border: 1px solid #666;
        color: #666;
}
.shop-follow {
	margin-top: 10px;
	width: 200px;
	max-width: 400px;
}

.header-shop-wrap .friend-list {
	position: absolute;
        right: 0;
        top: 24px;
}
.shop-follow dl {
	display: flex;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #333;
}
.shop-follow dt {
	font-weight: normal;
}
.shop-nav-wrap {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background-color: #FD6D01;
}
.shop-nav-list li {
	font-size: 16px;
}
.shop-nav-list a {
	display: block;
	padding: 0 25px;
	color: #fff;
}
.shop-nav-list li:hover {
	background-color: #FF8C00;
}
.shop-nav-list li.on,.shop-nav-list li:hover.on {
	background-color: #E44300;
}
.shop-nav-list li.on a {
	color: #FFF;
}

/* 首页 */
.shop-box {
	padding: 20px 0;
}
.friends-wrap {
	padding: 15px 0 15px 15px;
}
.video-info-panel {
	width: calc(100% - 820px);
    padding-left: 15px;
}
.video-info-panel h4 {
	margin-bottom: 10px;
	font-weight: bold;
}
.video-info-panel p {
    margin-bottom: 20px;
    color: #666;
    line-height: 2;
}
.video-info-panel .live-tags {
    height: auto;
    padding: 5px 10px;
}

/* 文章列表页 */
.flex-control-nav{
	position: absolute;
	bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 0.6rem;
    text-align: right;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

/*foot*/
.footer-bottom p {
	margin-bottom:6px;
}
.foot-logo{
    display: block;
    width: 200px;
    margin: 0 auto 15px;
}
.foot-logo img {
    opacity: 0.6;
    -webkit-transition: opacity .24s ease-in-out;
    transition: opacity .24s ease-in-out;
	display: block;
    max-width: 100%;
    height: auto;
    border: none;
}
.foot-logo:hover img {
    opacity: 1;
}
.footer-menu{
	display:flex;
	justify-content:space-between;
}
.footer-menu dl{
	flex:0 0 20%;
}
.footer-menu dt{
    margin-bottom: 10px;
}
.footer-menu dd{
	line-height:2;
}
.footer-menu dd a{
	color:#787878;
}
.footer-menu a:hover{
	text-decoration:none;
	color:#323232;
}


/* 滚动条样式 */
.scroll-wrap {
	overflow: auto !important;
	scrollbar-face-color: transparent; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #007bc6;
	scrollbar-darkshadow-color: #007bc6;
	scrollbar-arrow-color: #007bc6; 
	scrollbar-track-color: #009ed2;
}

/* 设置滚动条的样式 */
.scroll-wrap::-webkit-scrollbar {
	width:6px;
	background-color:transparent;
}

/* 滚动槽 */
.scroll-wrap::-webkit-scrollbar-track {
	border-radius:10px;
}

/* 滚动条滑块 */
.scroll-wrap::-webkit-scrollbar-thumb {
	border-radius:10px;
	background-color: transparent;
}
.scroll-wrap-orange::-webkit-scrollbar {
	background-color:#ddd;
}
.scroll-wrap-orange::-webkit-scrollbar-thumb {
	background-color: #f70;
}
.scroll-wrap-black::-webkit-scrollbar-thumb {
	background-color: #000;
}
.phone-btn::-webkit-scrollbar
{
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
}

/*定义滚动条轨道 内阴影+圆角*/
.phone-btn::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 8px rgb(1, 64, 118);
  border-radius: 2px;
  background-color: rgba(245, 245, 245, 0.2);
}

/*定义滑块 内阴影+圆角*/
.phone-btn::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 8px #014076;
  background-color: #ff0;
}

/*弹窗*/
.contact-way-modal{
	position: absolute;
    z-index: 10;
	display: none;
	width: 460px;
	height: 390px;
	padding: 25px;
	background-color: #fff;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.13);
}
.contact-way-item-arrow {
    position: absolute;
    left: 0;
    top: -24px;
    width: 100%;
    height: 24px;
}
.contact-way-item-arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 0;
    height: 0;
    transform: translate(-50%);
    border: 12px solid transparent;
    border-bottom-color: #fff;
}

.model_video {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}

.model_video video {
	width: 800px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.model_video .video_box {
	width: 840px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.model_video .ico-close-white {
	display: inline-block;
	width: 46px;
    height: 46px;
	background-image: url(../images/ico-close-white.png);
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
    right: 40px;
	cursor: pointer;
}

.modal-add-friend {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 50;
	display: none;
	width: 460px;
    padding: 50px 70px 30px;
	color: #fff;
	background-color: #111328;
	box-shadow: 0 0 25px rgba(14, 17, 47,.5);
    border-radius: 4px;
}
.modal-add-friend-item {
	margin-bottom: 30px;
}
.modal-add-friend-item .help-block {
	color: #9299cb;
}
.add-friend-ipt {
	width: 100%;
	height: 40px;
    padding: 0 10px;
	color: #fff;
	border: 2px solid #606795;
	background-color: transparent;
	border-radius: 4px;
}
.modal-add-friend input:focus,.modal-add-friend select:focus {
	outline: 0;
}
.add-friend-ipt-code {
    border-radius: 0 4px 4px 0;
    border-left: none;
}
.add-friend-close {
    position: absolute;
    right: 15px;
    top: 10px;
	cursor: pointer;
}
.add-friend-close i {
    width: 12px;
    height: 12px;
}

/* 商品详情 */

.jqueryzoom {
	position: relative;
	padding: 0;
	border: solid 1px #eaeaea;
	width: 460px;
	height:460px;
	overflow: hidden;
	display: inline-block;
}
/*放大镜是基于图片大小自动生成的，每次都要把jqueryzoom中img的大小和jqueryzoom盒子大小设置为一样的，不然放大镜滑块有可能溢出*/
.jqueryzoom img {
	width: 460px;
}
.cloudzoom-gallery {
	border:1px solid transparent;
}
.cloudzoom-gallery-active {
	border-color: #ff7700;
	/*opacity: .5 */
}
.jqueryzoom-list {
	position: relative;
    height: 460px;
    overflow: hidden;
}
.jqueryzoom-btn {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 16px;
	cursor: pointer;
    background-color: rgba(0,0,0,.5);
}
.jqueryzoom-btn:after {
    display: block;
	content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid rgba(255, 255, 255,.7);
    border-right: 2px solid rgba(255, 255, 255,.7);
	transition:.3s;
}
.jqueryzoom-prev {
	top: 0;
}
.jqueryzoom-prev:after {
	transform:rotate(-45deg);
    margin-top: 5px;
}
.jqueryzoom-next {
	bottom: 0;
}
.jqueryzoom-next:after {
	transform:rotate(135deg);
    margin-bottom: 5px;
}
.product-info-list {
    position: relative;
	flex-direction: column;
    overflow: hidden;
    justify-content: flex-start;
}
.product-info-list li {
	width: 110px;
	height: 110px;
    margin-bottom: 7px;
    border: 1px solid #e6e6e6;
}
.zoomPad {
    width: 100%;
    height: 100%;
}

.livingRoom-wrap {
	display: flex;
}

.livingRoom-wrap  .card-item {
	width: 335px;
	height: 339px;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	margin: 0 12px 0 0;
}

.livingRoom-wrap  .card-item:nth-child(4n) {
	margin-right: 0;
}

.livingRoom-wrap-detail-page .card-item {
	width: 264px;
	height: 390px;
	border-radius: 5px 5px 0px 0px;
	flex: none;
}

.livingRoom-wrap-detail-page .card-item:nth-child(5n) {
	margin-right: 0;
}

.livingRoom-wrap-detail-page .card-item:nth-child(4n) {
	margin-right: 12px;
}

.livingRoom-wrap-detail-page .card-item-img {
	width: 264px;
	height: 320px;
}

.livingRoom-wrap-detail-page .card-item a {
	padding: 0;
}

.livingRoom-wrap-detail-page .card-info {
	padding: 0 10px;;
}

.livingRoom-wrap-detail-page .bofang {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.3s;
}

.livingRoom-wrap-detail-page .card-item:hover .bofang {
	opacity: 1;
}

/* 店铺商品 */
.commodity-wrap {
	display: flex;
	flex-wrap: wrap;
}

.commodity-wrap .commodity-item-apple {
	width: 265px;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	margin: 0 9px 12px 0;
	padding: 10px;
	cursor: pointer;
}

.commodity-wrap .commodity-item-apple:nth-child(2n) {
	margin-right: 0;
}

.commodity-wrap .commodity-item-apple:hover .img-over img {
	/*transform: scale(1.2);*/
}

.commodity-wrap .commodity-item-apple:hover {
	box-shadow: 0px 8px 12px 0px rgba(26, 44, 110, 0.12);
}

.commodity-wrap .commodity-item-apple:hover .name{
	color: #FD6D01;
}

.commodity-wrap .commodity-item-apple .img-over img {
	object-fit: scale-down;
	transition: transform ease 0.3s;
}

.commodity-wrap .img-over {
	width: 245px;
	height: 245px;
	margin: 0 0 16px 0;
	overflow: hidden;
}

.commodity-wrap .name {
	width: 245px;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #5e6699;
}

.commodity-wrap .piece {
	margin: 10px 0 0 0;
	height: 14px;
	color: #FD6D01;
}

/* 品质认证 */
.factoryInfo-wrap {
	display: flex;
}

.factoryInfo-wrap .factoryInfo-item-apple {
	width: 252px;
	height: 342px;
	margin: 0 34px 0 0;
	background: url(../assets/images/border_bg.png) no-repeat;
	position: relative;
}

.factoryInfo-wrap .factoryInfo-item-apple:nth-child(5n) {
	margin-right: 0
}

.factoryInfo-wrap .img-over {
	width: 234px;
	height: 320px;
	overflow: hidden;
        position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.factoryInfo-wrap .factoryInfo-item-apple .img-over img {
	/* object-fit: scale-down; */
	transition: transform ease 0.3s;
}

.factoryInfo-wrap .factoryInfo-item-apple:hover .img-over img{
	transform: scale(1.2);
}

/* 联系信息 */
.member-wrap .left-box{
	width: 510px;
	max-height: 308px;
	overflow: auto;
}

.member-wrap .left-box::-webkit-scrollbar {
	    width: 4px;
	    /*height: 4px;*/
}

.member-wrap .left-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #FD6D01;
}

.member-wrap .left-box::-webkit-scrollbar-track {
    border-radius: 0;
    background: #F2F2F2;

}

.member-wrap .header-item-apple {
	width: 490px;
	height: 60px;
	align-items: center;
	padding: 0 0 0 24px;
	display: flex;
	margin: 0 0 6px 0;
	cursor: pointer;
}

.member-wrap .header-item-apple name {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
}

.member-wrap .header-item-apple .img-over {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin: 0 24px 0 0;
}

.member-wrap .header-item-apple img {
	border-radius: 50%;
}

.member-wrap .header-item-apple.active {
	background: #FAFAFA;
}

.member-wrap .header-item-apple:hover .name {
	color: #FD6D01;
}

.member-wrap .header-item-apple:hover {
	background: #FAFAFA;
}

.member-wrap .header-item-apple.active .name {
	color: #FD6D01;
}

.member-wrap .right-box{
	width: 816px;
	height: 294px;
	background: #FAFAFA;
	padding: 26px;
	position: relative;
}

.member-wrap .right-box p {
	margin: 0 0 24px 0;
	color: #333333;
	width: 600px;
	height: 20px;
}

.member-wrap .right-box .interflow-wrap {
	padding: 0;
	background: #FAFAFA;
	width: 500px;
	margin: 0 0 0 50px;
}

.member-wrap .right-box .interflow-ico-bg {
	margin: 0 auto 6px;
}

.member-wrap .right-box .interflow-item span {
	width: auto;
	margin: 0 auto;
}

.member-wrap .right-box span{
	display: inline-block;
	width: 100px;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	margin: 0 32px 0 0;
}

.member-wrap .right-box .APPOINTMENT-btn {
	padding: 6px 8px;
	border-radius: 45px;
	border: 1px solid #FD6D01;
	width: auto;
	color: #FD6D01;
	position: absolute;
        right: 16px;
        top: 24px;
}

.member-wrap .right-box .APPOINTMENT-btn:hover {
	background: #FD6D01;
	color: #fff;
}

/* 企业信息 */
.companyDetail-wrap {
	display: flex;
	margin: 30px 0 0 0;
}
.companyDetail-wrap .left-box {
	width: 683px;
}

.companyDetail-wrap .left-box p {
	margin: 0 0 30px 0;
}

.companyDetail-wrap .left-box .title {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	display: inline-block;
	width: 100px;
	text-align: right;
	margin: 0 32px 0 0;
}

.companyDetail-wrap .left-box .content {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	position: relative;
}

.companyDetail-wrap .left-box .content:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 546px;
	height: 1px;
	background: #F2F2F2;
}

.companyDetail-wrap .right-box {
	width: 683px;
}

.companyDetail-wrap .right-box p {
	margin: 0 0 30px 0;
}

.companyDetail-wrap .right-box .title {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	display: inline-block;
	width: 100px;
	text-align: right;
	margin: 0 32px 0 0;
}

.companyDetail-wrap .right-box .content {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	position: relative;
}

.companyDetail-wrap .right-box .content:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 546px;
	height: 1px;
	background: #F2F2F2;
}

/* 企业动态 */
.companyFeeds-wrap {
	flex-wrap: wrap;
	display: flex;
	margin: 30px 0 0 0;
}

.companyFeeds-wrap .companyDetail-item {
	width: 676px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	padding: 16px 20px;
	margin: 0 16px 16px 0;
	position: relative;
}

.companyFeeds-wrap .companyDetail-item:nth-child(2n) {
	margin-right: 0;
}

.companyFeeds-wrap .top-box {
	display:flex;
}

.companyFeeds-wrap .header-img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin: 0 12px 0 0;
}

.companyFeeds-wrap .title {
	display: flex;
	margin: 0 0 9px 0;
}

.companyFeeds-wrap .title .title-text{
	max-width: 300px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}

.companyFeeds-wrap .title .time {
	color: #999999;
	margin: 0 0 0 16px;
}

.companyFeeds-wrap .content {
	max-width: 586px;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin: 0 0 16px 0;
}

.companyFeeds-wrap .center-box {
	width: 586px;
	height: 300px;
	margin: 0 0 0 54px;
	border-radius: 10px;
	overflow: hidden;
}

.companyFeeds-wrap .center-box img {
	cursor: pointer;
}

.companyFeeds-wrap .center-box img:hover {
	opacity: 0.8;
}
.companyFeeds-wrap .center-box img:nth-of-type(5),
.companyFeeds-wrap .center-box img:nth-of-type(6){
	display:none
}

.companyFeeds-wrap .center-box2 {
	display: flex;
}

.companyFeeds-wrap .center-box2 img {
	width: 293px;
	height: 100%;
}

.companyFeeds-wrap .center-box2 img:nth-child(1) {
	border-right: 1px solid #fff;
}

.companyFeeds-wrap .center-box3 {
	display: flex;
	position: relative;
}

.companyFeeds-wrap .center-box3 img:nth-child(3) {
	width: 293px;
	height: 150px;
	border-bottom: 1px solid #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}

.companyFeeds-wrap .center-box3 img:nth-child(2) {
	width: 293px;
	height: 150px;
	border-bottom: 1px solid #fff;
}

.companyFeeds-wrap .center-box3 img:nth-child(1) {
	border-right: 1px solid #fff;
	width: 293px;
	height: 100%;
}

.companyFeeds-wrap .center-box4 {
	display: flex;
	position: relative;
}

.companyFeeds-wrap .center-box4 img:nth-child(4) {
	width: 293px;
	height: 150px;
	border-bottom: 1px solid #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}

.companyFeeds-wrap .center-box4 img:nth-child(3) {
	width: 293px;
	height: 150px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.companyFeeds-wrap .center-box4 img:nth-child(2) {
	width: 293px;
	height: 150px;
	border-bottom: 1px solid #fff;
}

.companyFeeds-wrap .center-box4 img:nth-child(1) {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 293px;
	height: 150px;
}

.companyFeeds-wrap .control-box {
	display: flex;
	position: absolute;
	right: 0px;
	top: 16px;
	margin: 0;
}

.companyFeeds-wrap .control-box div {
	text-align: center;
	margin: 0 24px 0 0;
	cursor: pointer;
}

.companyFeeds-wrap .control-box .shuqian {
	position: absolute;
	right: 0px;
	margin: 0;
}

.companyFeeds-wrap .control-box span {
	margin: 6px 0 0 0;
	display: block;
}

.companyFeeds-wrap .control-box img {
	width: 20px;
	height: 20px;
	display: block;
	margin: 0 auto;
}

.companyFeeds-wrap .textarea {
	width: 586px;
	height: 58px;
	background: #F2F2F2;
	border-radius: 4px;
	margin: 12px 0 16px 54px;
	border: none;
	outline: none;
	padding: 12px;
	color: #999999;
}

.companyFeeds-wrap .sendVal {
	padding: 4px 6px;
	background: #666;
	border-radius: 6px;
	position: absolute;
	right: 0px;
	top: 28px;
	color: #fff;
	cursor: pointer;
}

.companyFeeds-wrap .bottom-box {
	margin: 0 0 0 54px;
	height: 60px;
	overflow: auto;
}

.companyFeeds-wrap .bottom-box::-webkit-scrollbar {
	    width: 4px;
	    /*height: 4px;*/
}

.companyFeeds-wrap .bottom-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}

.companyFeeds-wrap .bottom-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}

.companyFeeds-wrap .bottom-box span {
	font-size: 12px;
	font-weight: 500;
	color: #333333;
	line-height: 17px;
}

.companyFeeds-wrap .bottom-box p {
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 17px;
}

.no-img-box img {
    width: 200px;
    height: 150px;
    margin: 20px auto;
}

.enterprise-contact {
    align-items: center;
    margin-top: 15px;
    padding: 35px;
}

.enterprise-contact-user {
    width: 400px;
    flex-direction: column;
    color: #152154;
}

.enterprise-contact-user img {
    width: 148px;
    height: 148px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.enterprise-contact-info {
    width: calc(100% - 400px);
    padding-left: 60px;
    border-left: 1px solid #c9cde5;
}

.enterprise-contact-info dl {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.enterprise-contact-info dt {
    width: 110px;
    color: #5e6699;
    text-align: right;
    font-weight: normal;
}

.model-feed-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99;
	display: none;
}

.model-feed-box .feed-img {
	position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}

.model-feed-box .close-box {
	width: 36px;
	height: 36px;
	position: absolute;
        right: 60px;
        top: 40px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.model-feed-box .close-box img {
	width: 20px;
	height: 20px;
	position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}

/* 模板二 */
.shop-box-detal {
	background: #F7F8FC;
}

.shop-nav-wrap-detail {
	background: #F7F8FC;
	margin: 0 auto;
}

.shop-nav-wrap-detail .container {
	background: #FFF;
}

.shop-nav-wrap-detail .shop-nav-list a {
	color: #333333;
}

.shop-nav-wrap-detail li {
	width: 282px;
	text-align: center;
}

.shop-nav-wrap-detail li.on {
	background: #1E61EC;

}

.shop-nav-wrap-detail li:hover.on {
	background: #1E61EC;
}

.shop-nav-wrap-detail li.on a {
	color: #fff;
}

.shop-nav-wrap-detail li:hover {
	background: #1E61EC;
}

.shop-nav-wrap-detail li:hover a {
	color: #fff;
}

.friend-item-detail {
	padding: 18px 0 20px 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(224, 224, 224, 0.5);
}

.floor-detail {
	background: #F7F8FC;
	padding: 15px 0 15px 0;
}

.friends-list-wrap-detail .friend-item-big {
	margin-left: 0;
}

.friends-list-wrap-detail #swiper-button-prev-follow {
	left: 0;
}

.livingRoom-wrap {
	display: flex;
	flex-wrap: wrap;
}

.livingRoom-wrap .card-item {
	background: #FFFFFF;
	margin: 0 12px 12px 0;
}

.livingRoom-wrap .card-item a:hover {
	color: #1E61EC;
}

.commodity-wrap-detail .commodity-item-apple {
	width: 279px;
	margin: 0;
	padding: 8px;
}

.commodity-wrap-detail .img-over {
	width: 263px;
	height: 263px;
}

.companyDetail-wrap-detail {
	background: #FFFFFF;
	padding: 30px 0 30px 0;
}

.member-wrap-detail {
	display: flex;
	flex-wrap: wrap;
}

.member-wrap-detail .member-item {
	width: 338px;
	height: 386px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(224, 224, 224, 0.5);
	margin: 0 16px 0 0;
}

.member-wrap-detail .member-item:nth-child(4n) {
	margin-right: 0;
}

.member-wrap-detail .header-img {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 28px auto 16px;
}

.member-wrap-detail p {
	margin: 0 0 8px 0;
	display: flex;
}

.member-wrap-detail p .title {
	width: 140px;
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
	display: block
}

.member-wrap-detail p .content {
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	line-height: 17px;
	width: 180px;
	margin: 0;
}

.member-wrap-detail .icon-box {
	width: 86%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.member-wrap-detail .icon-box div {
	text-align: center;
}

.member-wrap-detail .icon-box img {
	width: 46px;
	height: 46px;
	display: block;
	margin: 18px auto 12px;
}

.member-wrap-detail .icon-box span {

}

/* 直播间开始 ------------------------------------------------------------------------------------------------------------------------------------------------------*/
.replay_video_box {
    width: 1052px;
    height: 590px;
    background: #000;
    position: relative;
}

.replay_video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.live-ended {
    background: rgba(0,0,0,.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

.tip-icon {
    width: 40px;
    height: auto;
}

.tip-desc {
    width: 70%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 4px rgba(0,0,0,.5);
    margin-top: 12px;
}

.video-left-panel {
    position: absolute;
    top: 0;
    bottom: 70px;
    left: 0;
    width: 240px;
    z-index: 2;
    display: flex;
    flex-direction: column-reverse;
    padding: 16px;
}

.comment-wrap {
    width: 100%;
    height: 240px;
    overflow-y: scroll;
}

/* 滚动条样式 */
.scroll-wrap {
	overflow: auto !important;
	scrollbar-face-color: transparent; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #007bc6;
	scrollbar-darkshadow-color: #007bc6;
	scrollbar-arrow-color: #007bc6; 
	scrollbar-track-color: #009ed2;
}

/* 设置滚动条的样式 */
.scroll-wrap::-webkit-scrollbar {
	width:6px;
	background-color:transparent;
}

.video-toolbar-panel {
    position: absolute;
    right: 10px;
    top: 40px;
    z-index: 11;
}

.video-toolbar-panel h4 {
    height: 20px;
    color: #fb692f;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    animation: mylive-size 1s linear infinite;
    -webkit-animation: mylive-size 1s linear infinite;
}

.service-box {
    position: relative;
}

.praise_bubble {
    width: 10px;
    height: 20px;
    position: absolute;
    right: 80px;
}

.live-right-panel {
    position: relative;
    width: calc(100% - 1060px);
    height: 672px;
    background-color: #fff;
}

.live-info {
    padding: 10px 0;
}

.live-info h4 {
    max-height: 48px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.live-tags-1 {
    color: #ff7700;
    background-color: #FFF1E6;
}

.translate {
    position: relative;
    top: 440px;
    z-index: 99;
}

.translate-subtitle {
    max-height: 280px;
    color: #666;
    font-size: 16px;
}

.translate-subtitle > div {
    display: none;
}

.translate-subtitle > div.active {
    display: block;
}

.post-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    padding: 64px 12px 8px;
    background: #fff;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.12);
}

.post-textinput {
    line-height: 50px;
    background-color: #fff;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 5px 0 0 5px;
    width: 318px;
    height: 50px;
    color: #9B9B9B;
}

.send-post-btn {
	width: 64px;
	height: 50px;
	background: #FD6D01;
	border-radius: 0px 4px 4px 0px;
	position: relative;
	left: -4px;
	top: 0;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 50px;
	border: 1px solid #ddd;
        border-left: none;
	text-align: center;
}

.send-post-btn:hover {
	color: #fff;
}

.post-input {
    flex: 1;
    background: transparent;
    color: #666;
    border: 0;
    outline: none;
    line-height: 1px;
}

.post-count {
    font-size: 12px;
    color: #666;
}

.post-current {
    color: #04a0f1;
}

.expo-item-wrap {
    width: 264px;
    height: 390px;
    margin: 0 20px 20px 0;
}

.expo-item-wrap:hover .bofang{
	opacity: 1;
}

.expo-item-wrap:nth-child(5n) {
	margin-right: 0;
}

.expo-item {
    padding-bottom: 2px;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);
}

.item-company-info {
    padding: 3px 10px;
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(to right, #4e7dff, #40b1ff);
}

.expo-item-img-wrap {
    position: relative;
    margin-bottom: 8px;
}

.expo-item-img .bofang {
	position: absolute;
        left: 0;
        top: 0;
	opacity: 0;
	transition: 0.3s;
}

.live-sign-live-replay, .live-sign-2 {
    width: auto;
    border: none;
}

.live-sign {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 16px;
    padding: 1px;
    z-index: 10;
}

.live-sign-live-replay .live-sign-inner, .live-sign-2 .live-sign-inner {
    background-color: #0099FF;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.live-sign-inner i {
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-right: 2px;
}

.ico-replay-white, .live-sign-2 i {
    background-image: url("../images/ico-replay-white.png");
}

.expo-item-img {
    width: 100%;
    height: 320px;
}

.expo-item-fabulous {
    position: absolute;
    bottom: 6px;
    right: 10px;
    z-index: 10;
    width: 30px;
    cursor: pointer;
}

.expo-info-wrap {
    padding: 0 10px;
}

.expo-info-wrap h5 {
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
    color: #666;
}

.live-tags-factory, .live-tags-1 {
    color: #ff7700;
    /* background-color: #FFF1E6; */
}

.share_box_big {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: transparent;
    display: none;
}

.share_box_big .share_box {
    display: block;
}

.share_box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: auto;
    padding: 50px 70px 30px;
    color: #fff;
    background-color: #111328;
    box-shadow: 0 0 25px rgba(14, 17, 47,.5);
    border-radius: 4px;
    display: none;
}

.close_share_box {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.ico-close-s-white {
    background-image: url(../images/ico-close-s-white.png);
}

.ico-base {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

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

.icon_box div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #f4ea29;
    line-height: 44px;
    text-align: center;
    margin: 0 10px 0 0;
}

.icon_twitter {
    background-image: url(../assets/images/icon_twitter.png);
}

.ico-base {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

.ico-wechat {
    background-image: url(../assets/images/wechat_icon.png);
}

.ico-qzone {
    background-image: url(../images/ico-qzone.png);
}

.ico-qq {
    background-image: url(../images/ico-qq.png);
}

.qrcode_box {
    width: 180px;
    height: 180px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 999;
    display: none;
}

.close_box {
    display: block;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

.close_box .close_share_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#qrcode {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
}

.item-company-info-txt, .expo-info-wrap h5, .product-info-txt dl, .product-info-collect, .translate-subtitle, .personal-number, .enterprise-nav li {
    font-size: 14px;
}

.translate-ico > li {
    display: flex;
    flex: 0 0 33%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.ico-barrage-on {
    background-image: url(../images/ico-barrage-on.png);
}

.ico-font-size-gray {
    background-image: url(../images/ico-font-size-gray.png);
}

.ico-font-size-minus-gray {
    background-image: url(../images/ico-font-size-minus-gray.png);
}

.loading_goods {
    display: none;
    width: 60px !important;
    height: 60px !important;
}

@media (min-width: 768px)
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}

.modal-content-proposal {
    padding: 15px;
    width: 70%;
    margin: 0 auto 0;
}

.title-proposal {
    text-align: center;
    margin: 0 0 10px 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer-proposal {
    border-top: none;
    background: #fff;
    border-radius: 6px;
}

.btn-primary, input[type="submit"] {
    background-color: #fff;
    color: #ff7700;
    border: 1px solid #ff7700;
    outline: none;
    border-radius: 4px;
    /* text-transform: uppercase; */
    -webkit-transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
    transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-content-proposal .btn-default {;
	border: 1px solid #2c2c2c;
	color: #2c2c2c;
	border-radius: 4px;
}

.modal-content-proposal .btn-primary {
	border: 1px solid #2c2c2c;
	color: #2c2c2c;
	border-radius: 4px;
}

.new_title_box {
	width: 1052px;
	height: 82px;
	background: #FFFFFF;
	border-top: 1px solid #EEEEEE;
	padding: 16px 0 0 10px;
	position: relative;
}

.new_title_box h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 19px;
	margin: 0 0 8px 0;
}

.new_title_box .btn_appointment {
	position: absolute;
        right: 20px;
        top: 50%;
	transform: translateY(-50%);
	background: #FD6D01;
	border-radius: 5px;
	padding: 6px 12px;
}

.new_title_box .btn_appointment a {
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}

.service-list {
	margin: 20px 0 0 0;
	display: flex;
	border-bottom: 1px solid #EEEEEE;
	height: 92px;
        padding: 0 33px;
}

.service-list li {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 18px;
    color: #fff;
    cursor: pointer;
    margin-right: 26px;
    height: 86px
}

.service-list li > i {
    width: 30px;
    height: 30px;
}

.service-list .service_box {
	position: absolute;
	left: 50%;
	top: 80px;
	width: 200px;
	background: #666;
	transform: translateX(-50%);
	z-index: 99;
	padding: 10px;
	border-radius: 4px;
	display: none;
}

.service-list .service_box:after {
	display:block;
	content:'';
	position: absolute;
	top: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom: 10px solid #666;
}

.ico-voice {
    background-image: url(../images/ico-voice.png);
}

.ico-appointment-white {
    background-image: url(../images/ico-appointment-white.png);
}

.ico-card-white {
    background-image: url(../images/shop/ico-appointment-white.png);
}

.service-list .service_box span {
	color: #fff;
}

.service-list .service_box div {
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
	padding: 4px 8px;
}

.service-list .service_box div:nth-child(4n) {
	margin-bottom: 0;
}

.service-list li:hover .service_box{
	display: block;
}

.service_box div:hover  {
	background: #999;
}

.service-img {
    position: relative;
    width: 45px;
    height: 45px;
    margin-bottom: 4px;
}

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

.service-img i {
    position: absolute;
    right: -2px;
    bottom: -1px;
}

.ico-state {
    position: absolute;
    right: -2px;
    bottom: -3px;
    width: 15px;
    height: 15px;
}

.ico-online {
    background-image: url(../images/ico-online.png);
}

.service-list span {
    font-size: 12px;
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

/* 直播间结束  ------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* 企业相册开始 */

.album-list {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.album-list li {
    width: 262px;
    height: auto;
    margin: 0 15px 15px 0;
    cursor: pointer;
}

.album-list li img {
	object-fit: cover;
	height: auto;
}

.album-list li:nth-child(5n) {
	margin-right: 0;
}

.album-list-warp {
	position: relative;
}

.album-list-warp li{
	position: absolute;
        width: 264px;
        margin: 5px;
        border: 1px solid #ddd;
        transition: all 1s;
}

.album-list-warp li .img {
	width: 100%;
        height: 100%;
}

.album-list-warp li div {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
}

.album-list-warp li:hover div {
	opacity: 1;
}

.album-list-warp li div img {
	width: 42px;
	height: 42px;
	position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}
/* 企业相册结束 */

/* 预约洽谈开始 */
.enterprise-nav-wrap {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.negotiation-nav li.active {
    opacity: 0.4;
}

.enterprise-nav li {
    margin: 0;
}

.enterprise-nav a {
    display: block;
    padding: 0 20px;
    color: #333333;
    font-weight: 600;
}

.enterprise-nav a:hover, .enterprise-nav li.on {

}

.enterprise-nav li:hover, .enterprise-nav li.on {
    /*background-color: #FD6D01;*/
    border-bottom: 1px solid transparent;
}

.enterprise-nav a:hover, .enterprise-nav li.on a {
	color: #FD6D01;
}

.alert-dismissible-content {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.alert-dismissible-content .cancel_btn {
    width: 80px;
    height: 40px;
    background: #dc3545;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tips_title {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    display: none;
}

.hour-content-wrap .container {
    padding: 50px 0 50px 0;
}

.negotiation-container .selected {
    opacity: 0.4;
}

.negotiation-container .item {
    padding: 8px 14px;
    background: #f70;
    border-radius: 30px;
    color: #fff;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.negotiation-box .item_box {
	width: 400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #E5E5E5;
	margin: 0 69px 30px 0;
	background: #f8f8f8;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 19px;

}

.negotiation-box .item_box:nth-child(3n) {
	margin: 0 0 20px 0;
}
.btn-default-apple {
	width: 80px;
	height: 40px;
	border: 1px solid #2c2c2c;
	color: #2c2c2c;
	border-radius: 4px;
}

.btn-primary-apple {
	width: 80px;
	height: 40px;
	border: 1px solid #2c2c2c;
	color: #2c2c2c;
	border-radius: 4px;
}

.btn-default-applet:hover {
    color: #333;
    background-color: #e6e6e6;
    border: 1px solid #2c2c2c !important;
}

.btn-primary-apple:hover {
    color: #333;
    background-color: #e6e6e6;
    border: 1px solid #2c2c2c;
}


/* 预约洽谈结束 */

/* 登录开始 */
.model_login {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99;
	display: none;
}

.login-page {
	width:410px;
	min-height: 360px;
	position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 20px 30px;
	background-color:#fff;
        border: 1px solid #ccc;
}
.login-page h2,.register-page h2{
	margin-bottom:0;
	color:#fb692f;
	font-size:26px;
	border-bottom:0;
}
.form-item {
    display: block;
    margin-bottom: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}
.form-item input {
    height: 22px;
    width: 316px;
    line-height: 22px;
    padding: 13px 16px 13px 14px;
    display: block;
    box-sizing: content-box;
    border: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #fb692f;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bts-box{
    padding-top: 10px;
}
.other-panel{
	display:flex;
	justify-content:space-between;
	margin-top:10px;
}
.extra-links a,.extra-links span{
	color:#999;
}
.sms-link,.sms-box-wrap,.verification-box,.sms-login .tel-link {
	display:none;
}
.sms-login .sms-link {
	display: block;
}
.sms-box {
    display: flex;
}
.turn-area {
    display: none;
    height: 11px;
    padding: 18px 0 18px 10px;
    float: left;
}
.country-list {
    height: 25px;
    line-height: 25px;
    padding: 13px 10px 13px 0;
    margin-left: 10px;
    color: #333;
    border-right: 1px solid #e0e0e0;
    display: block;
    overflow: hidden;
    position: relative;
    cursor: default;
    box-sizing: content-box;
}
.animation {
    position: relative;
    -webkit-animation: fade-in ease-in-out .5s;
    animation-name: fade-in;
    animation-timing-function: ease-in-out;
    animation-duration: .5s;
}
.country-code {
    padding-right: 12px;
    position: relative;
}
.verification-box input{
	width:210px;
}
.code-panel {
    padding: 14px 20px;
    color: #333;
    display: block;
    overflow: hidden;
    border-left: 1px solid #e0e0e0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.send-ticket {
    cursor: pointer;
    color: #003ab5;
}
.verification-box{
	position: relative;
}
.sms-login .turn-area,.sms-login .code-panel,.sms-login .sms-box-wrap,.sms-login .verification-box{
    display: block;
}
.sms-login .login-user,.sms-login .login-password{
	display:none;
}
.register-box{
	background-color: #fff;
}
.register-page {
    width: 850px;
	min-height:530px;
    margin: 0 auto;
    padding-bottom: 40px;
	background-color:#fff;
}

.mainbox h2 {
    position: relative;
    line-height: 2;
}

.mainbox form {
    padding: 1em 0;
}

.mainbox .form-item {
    display: block;
    margin-bottom: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

.mainbox .form-item input {
    height: 22px;
    width: 316px;
    line-height: 22px;
    padding: 13px 16px 13px 14px;
    display: block;
    box-sizing: content-box;
    border: none;
    box-shadow: none;
    background: #fff;
}

.bts-box {
    padding-top: 10px;
}

.btn-login {
    width: 100%;
    height: 50px;
    background-color: #ff7700;
    color: #fff;
    border: none
}

.btn-login:hover {
    background-color: #ff7700;
    color: #fff;
}

.other-panel {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.extra-links a, .extra-links span {
    color: #999;
}

.model_login .close-box {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 60px;
    top: 40px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.model_login .close-box img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.negotiation-banner-box {
		margin: 130px 0 0 0;
	}

	.hour-content-wrap {
		width: 100%;
	}

	.hour-content-wrap .container {
        margin-bottom: 30px;
		padding: 30px;
		background: #FFFFFF;
		border: 1px solid #ddd;
	}

	.negotiation-nav li.active {
		opacity: 0.4;
	}

	.negotiation-nav li.active a:hover {
		cursor:wait
	}

	.negotiation-container {
		display: flex;
		flex-wrap: wrap;
		display: none;
	}

	.negotiation-container .item {
		padding: 8px 14px;
		background: #f70;
		border-radius: 30px;
		color: #fff;
		margin: 0 10px 10px 0;
		cursor: pointer;
	}

	.negotiation-container .selected {
		opacity: 0.4;
	}

	.modal-sm-box .modal-content{
		padding: 20px;
		text-align: center;
	}

	.modal-sm-box .modal-content p {
		margin: 0 0 14px 0;
	}

	.modal-wrap-box {
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, .8);
		position: fixed;
		left: 0;
		top: 0;
		display: none;
	}

	.modal-container {
		width: 420px;
		background: #fff;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		color: #152154;
		/* padding: 20px 20px; */
		border-radius: 6px;
		font-size: 21px;
	}

	.modal-container span {
		color: #fff;
		display: block;
		padding: 6px 10px;
		background: #fa334f;
		max-width: 100px;
		cursor: pointer;
		font-size: 16px;
		margin: 14px 0 10px 328px;
		width: 80px;
	}

	.modal-container p {
		font-size: 18px;
		text-align: left;
		margin: 10px 0 0 12px;
	}

	.modal-container .p {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		text-align: justify;
		margin: 10px 0;
		font-size: 14px;
		color: #888;
		padding: 14px 12px 14px 12px;
	}

	.alert-dismissible {
		display: none;
	}

	.alert {
		margin: 0;
	}

	.modal-sm-box .btn-primary {
		text-transform: none;
	}

	.modal-sm-box {
		width: 400px;
	}

	.modal-sm-box .company_name {
		font-size: 18px;
	}

	.modal-sm-box p {
		font-size: 14px;
	}

	.modal-sm-box p storng {
		width: 150px;
		display: inline-block;
		text-align: right;
		margin: 0 10px 0 0;
	}

	.modal-sm-box p span {
		width: 150px;
		display: inline-block;
		text-align: left;
	}

	.enterprise-nav li {
		margin: 0 10px 0 0;
		background: #fff;
		border-radius: 5px 5px 0px 0px;
		border: 1px solid #ddd;
	}

	.close {
		width: 24px;
		height: 24px;
		background: #888;
		margin: 10px 12px 0 0;
		border-radius: 50%;
		overflow: hidden;
		position: relative;
	}

	.close i {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.tips_title {
		width: 1400px;
		margin: 0 auto;
		padding: 20px 0 0 0;
		display: none;
	}

	.negotiation-box {
		display: flex;
		flex-wrap: wrap;
	}


	.negotiation-box .budapest_time {
		border-bottom: 1px solid #ddd;
	}

	.negotiation-box .left_box {
		border-right: 1px solid #ddd;
	}

	.negotiation-box .left_box div {
		line-height: 50px;
		padding: 0 20px 0 20px;
	}

	.negotiation-box .right_box {
		margin: 0 20px 0 0;
	}

	/* .negotiation-box .right_box .booked {
		width: 80px;
		height: 40px;
		background: #ffd75e;
		color: #9b916c;
		text-align: center;
		line-height: 40px;
		border-radius: 4px;
		cursor: pointer;
	} */

	.negotiation-box .right_box .booked_active {
		opacity: 0.3;
	}

	.alert-dismissible-content .cancel_btn {
		width: 80px;
		height: 40px;
		background: #dc3545;
		color: #fff;
		text-align: center;
		line-height: 40px;
		border-radius: 4px;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.alert-dismissible-content {
		position: relative;
		width: 1330px;
		margin: 0 auto;
	}

	.booked {
		width: 80px;
		padding: 8px 10px;
		background-color: #FD6D01;
		border: none;
		height: auto;
		border-radius: 4px;
	}

	.booked:hover{
		color: #fff;
		background-color: #ff7700;
	}

	.enterprise-shop-info {
		cursor: pointer;
	}
/* 小米模板 */
.mi-header-box .container,.mi-shop-box .container {
	width: 1500px;
}
.header-mitop-bg {
	position: relative;
    width: 100%;
    height: 170px;
    background: #E05757;
}
.header-mitop-nav {
    width: 100%;
    height: 50px;
    background: #333;
}
.mitop-nav {
    line-height: 50px;
}
.mitop-nav-list li {
	position: relative;
	margin-right: 30px;
    color: #ccc;
    cursor: pointer;
}
.mitop-nav-list a {
    color: #ccc;
}
.mitop-nav-list li:hover,.mitop-nav-list a:hover {
    color: #fff;
}
.close-banner {
	position: absolute;
	right: 5%;
	top: 10%;
	cursor: pointer;
}
.mi-collect {
	margin-right: 30px;
	color: #ccc;
    cursor: pointer;
}
.mi-language {
	padding: 0 20px;
	color: rgba(255,255,255,.8);
	background-color: #4D4D4D;
}
.mi-negotiation {
	padding: 0 20px;
	color: rgba(255,255,255,.8);
	background-color: #FD6D01;
    cursor: pointer;
}
.mi-negotiation i {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.mi-language:hover,.mi-negotiation:hover {
	color: rgba(255,255,255,1);
}
.mi-nav-wrap {
	width: 100%;
	height: 120px;
	background-color: #fff;
}
.enterprise-logo {
	width: 76px;
	height: 76px;
	margin-right: 50px;
	border: 1px solid #ccc;
}
.mi-nav-list {
	margin-right: 70px;
}
.mi-nav-list li {
	margin: 0 20px;
	font-size: 16px;
}
.mi-nav-list li.on {
	font-weight: bold;
}
.mi-nav-list a {
	color: #333;
}
.mi-nav-list a:hover {
	color: #FD6D01;
}
.mi-search-wrap {
	width: 420px;
	height: 50px;
	padding-right: 0;
	border: 1px solid #ccc;
}
.search-s-wrap-l {
	width: 440px;
}
.mi-search-wrap .btn-search-bg-s {
    width: 58px;
    height: 50px;
    justify-content: center;
    border-left: 1px solid #ccc;
}
.mi-search-wrap .btn-search-bg-s i {
    width: 24px;
    height: 24px;
}
.mi-shop-box {
	padding-top: 0;
}
.first-floor-wrap {
    background-color: #fff;
}
.first-floor {
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
}
.banner-wrap {
	position: relative;
	height: 626px;
	margin-bottom: 20px;
}
.mymeeting-box {
	padding-top: 30px;
}
/* 分类列表 */
.category-wrap {
	position: relative;
	z-index: 30;
	padding-top: 19px;
	background: #fff;
}
.category-wrap h5 {
	margin: 0 15px 10px 10px;
	padding-top: 8px;
	padding-bottom: 15px;
        text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 22px;
	position: relative;
	padding-left: 10px;
}

.category-wrap h5:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 28px;
	background: #2469F6;
}

.category-market {
	height: 434px;
	overflow: auto;
	padding: 0 4px 0 0;
}

.category-market-nav {
	top: 48px !important;
        left: 0px !important;
}

/*滚动条样式*/
.category-market::-webkit-scrollbar {
	width: 4px;
}
.category-market::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.category-market::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);

}
.category-market li:hover > a {
        color: #2469F6;
}
.category-market li > a {
	position: relative;
}
.category-market a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.category-item {
	width: 315px;
	padding: 8px 10px;
}
.category-market li:hover .category-item {
	position: relative;
	box-shadow: 0px 0px 12px 0px rgba(36, 105, 246, 0.12);
}
.category-item-con {
	align-items: center;
}

.category-item-con span {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width: 230px;
}
.category-market li:hover .category-item:after {
	position: absolute;
	z-index: 10;
	width: 8px;
	height: 100%;
	background: #fff;
	content: '';
	right: -4px;
	top: 0;
}
.category-market li:hover .arrow-index:after {
	border-color: #2469F6;
}
.category-img {
	position: relative;
	width: 32px;
	height: 32px;
	margin-right: 15px;
}
.category-img:after {
	border-radius: 30px;
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.05);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.category-img img {
	border-radius: 50%;
	width: 32px;
	height: 32px;
}
.category-list {
	position: absolute;
	left: 318px;
	top: 0;
	display: none;
	flex-wrap: wrap;
	width: 862px;
	height: 510px;
	padding: 20px;
	background: rgba(255,255,255,.98);
	box-shadow: 0px 0px 12px 0px rgba(36, 105, 246, 0.12);
}
.category-market li:hover .category-list {
	display: flex;
}
.category-list dl {
	width: 33%;
	margin-bottom: 15px;
        padding-right: 15px;
}
.category-list dt {
	margin-bottom: 8px;
}
.category-list dd {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 8px;
}
.mi-category-wrap {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 360px;
	background-color: rgba(51,51,51,.7);
}
.mi-category-wrap .category-market {
    padding: 0;
    overflow: inherit;
}
.mi-category-wrap li > a,.mi-category-wrap li > a:hover {
	color: #fff;
}
.mi-category-wrap a {
    height: 42px;
}
.mi-category-wrap .category-item {
    width: 100%;
    padding: 8px 10px 8px 30px;
}
.mi-category-wrap .category-market li:hover .category-item {
    position: relative;
    box-shadow: none;
	background-color: #FD6D01;
}
.mi-category-wrap .category-market li:hover .category-item:after {
    background: transparent;
}
.mi-category-wrap .arrow {
    left: auto;
	right: 30px;
}
.mi-category-wrap .arrow:after {
    width: 8px;
    height: 8px;
}
.mi-category-wrap .category-market li:hover .arrow-index:after {
    border-color: #fff;
}
.mi-category-wrap .category-market li:hover > a {
    color: #fff;
}
.mi-category-wrap .category-list {
    left: 360px;
    bottom: 0;
    right: 0;
    width: 1140px;
    height: auto;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.12);
}
.mi-category-wrap dl a {
	color: #333;
}


.mi-slider {
	position: absolute;
	left: 0;
	top: 0;
}

.ad-wrap li {
	margin-right: 20px;
	margin-bottom: 25px;
}
.ad-wrap li:last-child {
	margin-right: 0;
}
.ad-wrap li:hover {
	box-shadow: 0px 8px 12px 0px rgba(26, 44, 110, 0.12);
}
.mi-floor {
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
}
.mi-floor h2 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
    line-height: 58px;
}
.mi-shop-box .first-floor {
    margin-bottom: 20px;
}
.mitit-more {
    font-size: 14px;
	color: #999;
}
a.mitit-more i {
    height: auto;
    background: none;
}
.mitit-more .arrow {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
}
.mitit-more .arrow:after {
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}
.mi-card-item {
    position: relative;
	flex: 0 0 288px;
	height: 400px;
	margin-right: 15px;
	margin-bottom: 20px;
	background-color: #fff;
}
.goods-ad-t .mi-card-item:nth-of-type(5n + 5),
.goods-ad-v .mi-card-item:nth-of-type(4n + 4),
.goods-ad-hor2 .card-item:nth-of-type(4),
.goods-ad-hor2 .card-item:last-child{
	margin-right: 0;
}
.card-ad-wrap .card-item a {
	position: relative;
    padding: 0;
}
.mi-card-item h4 {
	height: 46px;
    margin-bottom: 5px;
	line-height: 1.4;
}
.card-ad-wrap .card-item a:hover {
	color: #333;
}
.card-item-back {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
	padding: 30px 15px;
	background-color: #EFEDED;
}
.card-item-back h3 {
	margin-bottom: 15px;
	color: #FD6D01;
    font-size: 26px;
}
.card-item-back h4 {
	margin-bottom: 75px;
    font-size: 20px;
}
.countdown {
    margin-bottom: 95px;
}
.countdown em {
    display: inline-block;
    width: 45px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    background-color: #5F5751;
    font-style: normal;
}
.countdown i {
    display: inline-block;
    width: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    color: #5F5751;
    font-style: normal;
}
.mi-card-item .card-info {
	padding: 0 10px 10px;
}
.card-ad-wrap .card-item-img {
    height: 310px;
}
.card-ad-wrap .live-tags {
	border-radius: 2px;
    vertical-align: -3px;
}
.card-ad-wrap .live-tags-1 {
    color: #93B5FB;
    border: 1px solid #93B5FB;
	background-color: transparent;
}
.visitors {
	color: #999;
	font-size: 12px;
}
.visitors i {
	width: 16px;
	height: 18px;
	margin-right: 3px;
}
.mi-card-item .live-sign {
	padding: 0;
    width: auto;
}
.mi-card-item .live-sign-1, .mi-card-item .live-sign-3 {
    border: none;
}
.mi-card-item .live-sign-inner {
    padding: 4px 12px;
    border-radius: 14px;
}
.mi-card-item .live-sign-1 .live-sign-inner {
    background-color: #FD6D01;
    animation: none;
    -webkit-animation: none;
}
.mi-card-item .live-sign-2 .live-sign-inner {
    height: auto;
    line-height: 1;
}
.mi-card-item .ico-circle {
    height: 3px !important;
    width: 3px !important;
    margin-right: 5px;
}
.mi-card-item .ico-mi-play {
	width: 60px;
	height: 60px;
}
.mi-card-item .card-item-img img {
    object-fit: cover;
}
.goods-ad-v {
}
.floor-top-add {
	width: 100%;
	height: 310px;
	margin-bottom: 15px;
}
.floor-bottom-add {
	width: 100%;
	height: 170px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.floor-add-left {
    flex-direction: column;
    width: 303px;
}
.floor-add-left2 {
    flex-direction: column;
    width: 303px;
	height: 820px;
}
.floor-add-left2 .mi-card-item {
	height: 820px;
}
.floor-goods-list{
    flex-wrap: wrap;
    width: calc(100% - 303px);
}
.goods-ad-hor2 .floor-add-top2 {
	flex: 0 0 591px;
}
.goods-card-wrap {
    flex-wrap: wrap;
}
.goods-card-item .img-over {
	margin-bottom: 20px;
}
.goods-card-item h4 {
	height: auto;
}
.goods-card-item a {
    padding: 20px;
}
.goods-card-item a:hover {
    color: #333;
}
.goods-ad-hor4 {
    flex-wrap: nowrap;
}
.card-item-text {
    margin-bottom: 15px;
    color: #999;
    font-size: 16px;
}
.card-item-price {
	color: #FD6D01;
	font-size: 18px;
    font-weight: bold;
}
/* 名片 */
.business-list {
	flex-wrap: wrap;
}
.business-item {
	flex: 0 0 33%;
	margin-right: 30px;
	margin-bottom: 20px;
	padding: 30px 20px;
	background-color: #fff;
}
.business-item:hover {
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
}
.business-list .business-item {
	flex: 0 0 32%;
}
.business-list .business-item:nth-of-type(3n + 3) {
	margin-right: 0;
}
.business-head {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.business-img {
	position: relative;
	width: 60px;
	height: 60px;
	margin-right: 15px;
}
.business-img:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
}
.business-name h2 {
	margin-right: 4px;
}
.business-click {
	cursor: pointer;
}
.business-click p {
	color: #999;
}
.business-click i {
	width: 20px;
	height: 20px;
}
.business-content {
	display: none;
}
.business-info {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.business-info dl {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-item: center;
}
.business-info dt {
	font-weight: normal;
	color: #999;
}
.business-content .interflow-wrap {
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.business-content .interflow-ico-bg {
    margin-bottom: 10px;
    background-color: #f6f6f6;
}
.mi-foot {
	background-color: #323232;
}
.mi-foot .copyright p, .mi-foot .copyright a {
    color: #E2E2E2;
}
.mi-foot .copyright a:hover {
    color: #fff;
}




.no_login_box {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: rgba(0,0,0,.5);
	display: none;
}

.no_login_box .no_login {
	width: 496px;
	padding: 24px 42px 40px 42px;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
	border-radius: 2px;
	position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}

.no_login_box .no_login h3 {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	margin: 0 0 40px 0;
}

.no_login_box .no_login p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	margin: 0 0 56px 0;
}

.no_login_box .no_login .btn_box_login {
	display: flex;
	justify-content: center;
}

.no_login_box .no_login .cancel_login {
	padding: 8px 22px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 20px;
	background: #999999;
	border-radius: 2px;
	border: none;
	outline: none;
	margin: 0 32px 0 0;
}

.no_login_box .no_login .go_login {
	padding: 8px 22px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 20px;
	background: #2469F6;
	border-radius: 2px;
	border: none;
	outline: none;
}

.no_login_box .close_no_login_box {
	color: #DDDDDD;
	font-size: 18px;
	position: absolute;
        right: 10px;
        top: 10px;
	cursor: pointer;
}

/* 翻转样式start */
.rotate-wrap{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.back{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.rotate-wrap:hover .front,
.rotate-wrap:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
	padding: 30px 15px;
	background-color: #EFEDED;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.rotate-wrap .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.rotate-wrap .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.rotate-wrap:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.rotate-wrap:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  position: relative;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  color: rgba(255,255,255,0.7);
  font-family: 'Montserrat';
  font-weight: 300;
}
/* 翻转样式end */
/*----------------------------------------------------------------------------------------------私人馆预约洽谈样式开始----------------------------------------------------------------*/

    .meeting-group {
        position: relative;
    }
    .createMitteng {
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
    }

/* .btn-gradual-cancel {
	position: absolute;
	right: 100px;
} */

.bs-example-modal-sm-cancel .modal-content{
	text-align: right;
	padding: 20px
}

.bs-example-modal-sm-edit .modal-content{
	text-align: right;
	padding: 20px
}

.bs-example-modal-sm-edit .company_name {
	text-align: justify;
	margin: 0 0 20px 0;
}

.bs-example-modal-sm-cancel .company_name {
	text-align: left;
	margin: 0 0 20px 0;
}
.appointment-wrap {
	padding: 30px 0;
}
.meeting-group-text {
	cursor: pointer;
}

.metting_box_shop .meeting-group-text:after {
	content:'';
	width: 393px;
	/*border-bottom: 1px dashed #E5E5E5;*/
	height: 2px;
	position: absolute;
	left: 20px;
	top: 186px;
}

.meeting-group-text:hover h6 {
	color: #f70;
}

.meeting-group {
	margin-top: 15px;
	/*background-color: #fff;
	border-radius: 6px;
	box-shadow: 4px 3px 5px rgba(33, 36, 61, .05);*/
}
.meeting-group-tabs {
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	background-color: #fff;
    font-size: 16px;
	/*background: url(../images/mymeeting-tab-bg.png) no-repeat center / cover;
	border: none;
    border-radius: 6px 6px 0 0;*/
}
.meeting-group-tabs > li > a {
	position: relative;
	margin: 0 15px;
	padding: 10px 0;
	color: #666;
	line-height: 30px;
}
.meeting-group-tabs > li > a,
.meeting-group-tabs > li > a:hover,
.meeting-group-tabs > li > a:active,
.meeting-group-tabs > li > a:focus {
	border: none;
	background-color: transparent;
}
.meeting-group-tabs > li.active > a,
.meeting-group-tabs > li.active > a:hover,
.meeting-group-tabs > li.active > a:active,
.meeting-group-tabs > li.active > a:focus {
	color: #fd6900;
	border: none;
	background-color: transparent;
}
.meeting-group-tabs > li.active > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #fd6900;
	border-radius: 2px;
}
.meeting-group-content {
	padding-bottom: 30px;
	background-color: #fff;
}
.meeting-group-pane {
	padding-top: 15px;
}
.meeting-group-pane li {
	width: 100%;
	margin-bottom: 15px;
	padding: 20px 20px 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.meeting-group-pane h6 {
	font-weight: 500;
	font-size: 18px;
}
.meeting-group-date {
	margin-right: 20px;
	font-size: 12px;
	color: #666;
	line-height: 24px;
}

.meeting-group-date span {
	display: inline-block;
	width: 90px;
	text-align: right;
}

.meeting-nomore-bg {
	position: relative;
	width: 120px;
	height: 2px;
	margin: 50px auto 30px;
	background-color: #999;
}
.meeting-nomore {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	color: #999;
	text-align: center;
	background-color: #fff;
}
.meeting-details {
	margin-top: 15px;
	padding: 20px;
	background-color: #fff;
	border-radius: 6px;
}
.meeting-details-item {
	margin-bottom: 20px;
}
.meeting-details-title {
	padding: 20px 0 0;
}
.meeting-details-title small {
	margin-left: 15px;
	color: #2469F6;
}
.meeting-group .negotiation_btn {
	top: 13px;
}
/* 产品页 */
.expo-product-box h6 {
	margin-bottom: 20px;
}
.pro-cat-wrap{
	margin-bottom: 20px;
	padding: 15px 25px;
	background-color: #fff;
}
.pro-cat-group {
    justify-content: space-around;
}
.pro-cat-wrap span {
	color: #666;
}
.pro-cat-list {
    width: 90%;
}
.cat-list-cat {
    height: 22px;
    flex-wrap: wrap;
    overflow: hidden;
}
.pro-cat-list li {
	margin: 0 20px;
	cursor: pointer;
}
.cat-list-cat li {
	margin-bottom: 10px;
	cursor: pointer;
}
.pro-cat-list li:hover,.pro-cat-list .select {
	color: #FD6D01;
}
.expand-mode {
	height: auto;
	overflow: auto;
}
.income-cat {
	display: none;
}
.sort-wrap {
	justify-content: flex-start;
	align-items: center;
}
.cat-list-sor {
	align-items: center;
}
.pro-cat-list li p {
	margin: 0 10px;
	cursor: default;
    color: #999;
}
.cat-list-sor .btn {
	margin-left: 10px;
}
.pro-wrap {
	flex-wrap: wrap;
    margin-top: 40px;
}
.pro-wrap .mi-card-item {
    flex: 0 0 284px;
    height: 370px;
	margin-right: 20px;
    padding: 15px;
	color: #333;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
}
.pro-wrap .mi-card-item:nth-of-type(5n + 5) {
	margin-right: 0;
}
.pro-wrap .img-over {
    margin-bottom: 10px;
}
.pro-text {
	height: 40px;
	margin-bottom: 10px;
}
.pro-wrap .card-item-price {
    color: #101010;
}
/* 企业动态 */
.mi-feeds-wrap {
    margin-top: 30px;
	background-color: transparent;
}
.mi-feeds-list {
	width: 900px;
	margin: 0 50px 0 0;
}
.mi-feeds-list .mi-feeds-item {
	width: 100%;
	margin: 0 0 20px 0;
    padding: 16px 20px;
    border: 1px solid #ddd;
}
.mi-feeds-item .header-img {
    width: 50px;
    height: 50px;
	border: 1px solid #ddd;
}
.feeds-text {
	width: calc(100% - 62px);
}
.feeds-body {
    padding: 0 50px;
}

.bigShowImg {
	display: none;
}

.feeds-img {
	margin-top: 20px;
	margin-bottom: 20px;
}
.feeds-img img {
	width: 140px;
	height: 140px;
	margin-right: 20px;
	cursor: pointer;
}
.feeds-img img:nth-child(4) {
	margin-right: 0;
}

.publish-box-children {
	display: none;
}
.feeds-img img:nth-child(5),.feeds-img img:nth-child(6) {
	display: none;
}
.feeds-img1 {
	width: 200px;
	height: 200px;
}
.feeds-control {
	margin-bottom: 20px;
	padding: 8px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.feeds-control li {
    flex: 0 0 33%;
    line-height: 34px;
	text-align: center;
	border-right: 1px solid #eee;
	cursor: pointer;
}
.feeds-control li:last-child {
	border-right: 1px solid transparent;
}
.feeds-control .ico-base {
    width: 18px;
    height: 18px;
	margin-right: 5px;
}
.feeds-control span {
    color: #999;
}
.feeds-control li:hover span {
    color: #FD6D01;
}
.publish-box {
	margin-bottom: 20px;
}
.publish-box .textarea {
	width: 100%;
	margin: 0 0 10px 0;
	background-color: #f7f9fc;
	font-size: 12px;
}
.repeat-wrap h4 {
	margin-bottom: 10px;
	font-weight: 500;
}
.repeat-item {
	padding: 15px;
	border-bottom: 1px solid #eee;
}
.repeat-item-img {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	border: 1px solid #eee;
	border-radius: 50%;
}
.repeat-item-con {
	width: calc(100% - 60px);
}
.repeat-name {
	margin-right: 10px;
	font-weight: 500;
}
.repeat-text {
	margin-bottom: 10px;
	color: #666;
}
.repeat-handle {
	font-size: 12px;
	color: #999;
}
.repeat-handle li {
	padding: 0 10px;
	border-right: 1px solid #eee;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.repeat-handle li:hover {
	color: #333;
}
.repeat-handle li:last-child {
	border-right: 1px solid transparent;
}
.repeat-handle .ico-base {
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.repeat-item-con .textarea {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
}
.hot-sale {
	width: 250px;
	border: 1px solid #ddd;
}
.hot-sale h2 {
	padding: 15px 20px;
	margin-bottom: 0;
	font-size: 16px;
	background-color: #F2F2F2;
}
.hot-sale-list {
	padding: 20px;
	background-color: #F9F9F9;
}
.hot-sale-list li {
	margin-bottom: 20px;
}
.hot-sale-img {
	width: 210px;
	height: 210px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
.hot-sale-text {
	color: #666;
}

#feed_box .more {
	margin: 10px 0 0 0;
	text-align: center;
	cursor: pointer;
}

/* 企业简介 */
.swiper-profil {
    position: relative;
	margin-bottom: 40px;
}
.swiper-profil .gallery-thumbs .swiper-slide {
	width: 190px !important;
	height: 120px;
	border: 1px solid #fff;
}
.swiper-profil .gallery-thumbs {
	position: absolute;
	bottom: 20px;
}


.profile-wrap {
	margin-bottom: 40px;
}
.profile-tit {
	margin-bottom: 20px;
	font-size: 24px;
}
.profile-tit:before,
.profile-tit:after {
	content: " ";
	width: 40px;
	height: 1px;
	background-color: #979797;
}
.profile-tit:before {
	margin-right: 10px;
}
.profile-tit:after {
	margin-left: 10px;
}
.profile-wrap-con {
	padding: 20px 0;
}
.profile-wrap-con h3 {
	font-size: 16px;
}
.profile-wrap-con h3 i {
	width: 3px;
	height: 20px;
	margin-right: 6px;
	background-color: #FD6D01;
}
.profile-wrap-con .companyFeeds-wrap {
	margin-top: 10px;
}
.profile-item {
	padding: 0 20px;
	flex: 0 0 50%;
	border-left: 1px solid #eee;
}
.profile-wrap-con .profile-item:first-child {
	border-left: 1px solid transparent;
}
.profile-item p {
	line-height: 1.8;
}
.profile-item .enterprise-contact-info {
    width: auto;
	margin-top: 10px;
    padding-left: 10px;
	border: none;
}
.profile-item dl {
	margin-bottom: 10px;
}
.profile-item dt {
	text-align: left;
	color: #666;
}

.loading_goods1 {
	display: block;
	width: 60px !important;
	height: 60px !important;
	margin: 0 auto;
}
.sorry {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #fff;
	margin: 16px 0 0 0;
	padding: 0 0 0 24px;
	display: none;
}
.sorry_text {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.sorry_text span {
	color: #FD6900;
}
.no-img-box {
	margin-bottom: 20px;
}

/* 用户中心 */
.bigbox {
	padding: 20px 0 30px;
}
.user-img {width:180px;height:180px;margin-left:36px;}
.uimg-box {float:left;overflow:hidden;}
.uinfo-box {margin-left:270px;}
.uinfo-box ul {list-style:none;}
.uinfo-box li {border-bottom:1px dashed #ddd;line-height:3em;}
.uinfo-box li span.label {color:#999;width:120px;font-weight:normal;display:inline-block;text-align:right;font-size:14px;}
.uinfo-box li span.value {color:#333}
.upload-img {
	float: none;
	flex-direction: column;
	justify-content: center;
}
.upload-button .btn {
	height: auto;
	margin-bottom: 10px;
	cursor: pointer;
}
.upload-button .btn:hover {
	border-color: transparent;
	color: #fff;
}
.upload-button input {
	cursor: pointer;
}
a.list-group-item:hover {
	background-color: rgba(255, 119 ,0 ,.1);
}
.user-info .user-img {
	margin:0 0 15px;

}
.user-info .uimg-box {
	width: 200px;
}
.my-follow-item {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.my-follow-item:last-child {
	/* border-bottom: none; */
}
.my-follow-item a {
	display: block;
	border: none;
	width: 80px;
	height: 80px;
	margin: 0 20px 0 0;
}
/*--login--*/
.login-left {
	padding: 0;
}
.login-left h3, .login-right h3 {
	color:#ff7700;
	font-size: 1.2em;
}
.login-left p, .login-right p {
	color: #868583;
	display: block;
	font-size: 1em;
	margin: 0 0 2em 0;
	line-height: 1.8em;
}
.acount-btn {
	background: #ff7700;
	color: #FFF;
	font-size: 1em;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
}
.acount-btn:hover, .login-right input[type="submit"]:hover{
	background:#ff7700;
	text-decoration:none;
	color:#fff;
}
/*leftcol*/
.leftcol,.rightcol{
	/*lmargin-top:25px;*/
	padding-right:0;
}

.student-info .rightcol {
	margin-top:25px;
}

.teach-info .rightcol {
	margin-top:25px;
}

.maecenas-left{
	width:calc(100% - 260px);
}
.navbox h3,.bestnews h3{
	font-size:20px;
	line-height:2;
}
.nav-list{
	padding:0;
}
.nav-list li{
	border-bottom:1px solid #ddd;
}
.nav-list li:last-child{
	border-bottom:none;
}
.nav-list span{
	color:#333;
}
.selected span{
	color:#225ebc;
}
.login-right form {
	padding: 1em 0;
}
.login-right form div {
	/*padding: 0 0 2em 0;*/
}

.login-right form div.input-group {
	padding: 0;
}

.login-right form div.has-error label{
	color:#a94442;
}
.login-right form div.has-error input {
	border:1px solid #a94442;
}
/*.login-right span,*/
.login-right label {
	padding-bottom: 0.2em;
	display: block;
	/*text-transform: uppercase;*/
	font-weight:normal;
}

.login-right input[type="text"],
.login-right input[type="password"],
.login-right input[type="email"] {
	border: 1px solid #DDD;
	outline-color:#ff7700;
	width: 42%;
	font-size:1.2em;
	padding: 0.7em;
	color:#666;
}
.user-info .form-control {
	width: 462px;
	height: 50px;
	border-radius: 0;
}
.user-info label {
	margin-top: 15px;
	font-size: 14px;
}
.user-info input[type="text"],.user-info input[type="password"], .user-info input[type="email"] {
	padding: 10px;
	font-size: 14px;
}
.user-info input[type="submit"] {
	margin-top: 30px;
}

/* 服务中心开始 */
.account_grid {
	background: #F9F9F9;
	/*margin-top: 130px;*/
	padding: 40px 0 0 0;
}

.main-1 {
	background: #F9F9F9;
}

.fadeInLeft {
	width: 250px;
	min-height: 619px;
	background: #FFFFFF;
	border-radius: 2px;
	padding: 24px;
}

.account_grid .list-group-item {
	border: none;
}

.account_grid .list-group-title {
	background: #FFFFFF;
	height: 60px;
	border-bottom: 1px solid #DDDDDD !important;
	font-size: 20px;
	margin: 0 0 12px 0;
}

.account_grid .list-group-item.active {
	background: #FFFFFF;
	color: #2469F6;
}

.account_grid .list-group-item span.glyphicon {
	display: none;
}

.account_grid a.list-group-item:hover {
	background: #FFFFFF;
	color: #2469F6;
}

.account_grid .list-group-item {
	padding: 12px 0;
	font-size: 16px;
}

.account_grid .list-group a {
	position: relative;
}

.account_grid .list-group a:after {
	content: '';
	background: #2469F6;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	width: 2px;
	height: 20px;
	display: none;
}

.account_grid .list-group a:first-child:after {
	display: none;
}

.account_grid .list-group-item.active:after {
	display: block
}

.account_grid .panel-default {
	background: #FFFFFF;
	border: none;
}

.account_grid .mycard_box {
	background: #F9F9F9;
	padding: 24px 0;
	border: none;
	font-size: 20px;
}

.account_grid .mycard_box span {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
}

.account_grid .panel-body {
	padding: 40px;
}

.account_grid .bigbox {
	padding: 0;
}

.account_grid .user-img {
	width: 124px;
	height: 124px;
	border: none;
}

.account_grid .uinfo-box {
	margin-left: 230px;
}

.account_grid .uinfo-box li span.label {
	text-align: left;
	color: #666;
}

.account_grid .uinfo-box li {
	border: none;
}

.account_grid .edit_btn {
	width: 100px;
	border: 1px solid #2469F6 !important;
	text-align: center;
	color: #2469F6;
	margin: 48px 0 0 122px;
}

.account_grid .edit_btn:hover {
	color: #fff !important;
	background: #2469F6 !important;
}

.account_grid .login-right form {
	padding: 0 0 0 40px;
}

.pinfo .form-box label {
	text-align: left;
}

.account_grid .login-right form div {
	align-items: center;
}

.modify_password_box .form-box label {
	width: 100px;
        margin: 0;
        padding: 0;
}

.modify_password_box .form-box input.form-control {
	height: 40px;
}

.modify_password_box .form-box input.form-control::-webkit-input-placeholder { /* WebKit browsers */
	font-size: 12px;
}

#uploadifive-btn_upload {
	background: #fff;
	color: #2469F6;
	border: none;
}

.my_meeting_apple .meeting-group-tabs {
	background: #FFFFFF;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
}

.my_meeting_apple .negotiation_btn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 2px;
	border: 1px solid #2469F6;
	font-size: 14px;
	font-weight: 400;
	color: #2469F6;
	line-height: 20px;
	background: #fff;
	padding: 8px 16px;
	height: auto;
}

.my_meeting_apple .negotiation_btn:hover {
	background: #2469F6;
	color: #fff;
}

.my_meeting_apple  .meeting-group-tabs > li.active > a {
	color: #2469F6;
}

.my_meeting_apple .meeting-group-tabs > li.active > a:after {
	border-bottom: 2px solid #2469F6;
}

#initiated .btn-gradual {
	background: #2469F6;
	border-radius: 2px;
}

#infinite .btn-gradual {
	background: #2469F6;
	border-radius: 2px;
}

/* 消息中心开始 */

.news_warp_box {
	width: 347px;
	height: 447px;
	background: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(26, 44, 110, 0.16);
	position: absolute;
	left: 15px;
	top: 48px;
	z-index: 99;
    transform: translate(-50%);
	display: none;
}

.news_warp_box1 {
	position: absolute;
	right: -150px;
	top: 40px;
	display: none;
}

.news_warp_box:after {
	content: '';
	position: absolute;
	top: -10px;
	left: 174px;
	width: 0;
	height: 0;
	border-width: 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent #fff;
}

.news_warp_box .title_box {
	display: flex;
	justify-content: space-between;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #DDDDDD;
	padding: 0 15px;
}

.news_warp_box .title_box p {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}

.news_warp_box .title_box a {
	font-size: 14px;
	font-weight: 400;
	color: #2469F6;
}

.news_warp_box .news_content {
	padding: 0 15px;
	cursor: pointer;
    color: #333;
}

.news_warp_box .news_content .item {
	padding: 12px 0;
	border-bottom: 1px solid #DDDDDD;
}

.news_warp_box .news_content .item:hover .p {
	color: #2469F6;
}

.news_warp_box .news_content .item p {
	width: 100%;
	margin: 0 0 8px 0;
	color: #333;
    line-height: 1.5;
}

.message_box .title_box {
	height: 46px;
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	line-height: 46px;
	margin: 0 0 23px 0;
}
.news_warp_box .news_content .item p:last-child {
	margin-bottom: 0;
}

.news_warp_box .news_content .item p span {
	position: absolute;
	right: 15px;
}

.message_box .title_box {
	height: 46px;
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	line-height: 46px;
	margin: 0 0 23px 0;
}

.message_box .title_box div {
	margin: 0 50px 0 0;
	position: relative;
	cursor: pointer;
}

.message_box .title_box div.active {
	color: #2469F6;
	border-bottom: 1px solid #2469F6;
}

.message_box .title_box div:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -24px;
	transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background: #DDDDDD;
}

.message_box .title_box div:last-child:after {
	display: none;
}

.message_box .cool_box {
	height: 28px;
	background: #FFFFFF;
	display: flex;
	margin: 0 0 23px 0;
	border-radius: 2px;

}

.message_box .cool_box div {
	margin: 0 16px 0 0;
	position: relative;
	background: #EEEEEE;
	border-radius: 2px;
	border: 1px solid #DDDDDD;
	padding: 4px 24px;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	cursor: pointer;
}

.message_box .cool_box div.active {
	border: 1px solid #666666;
	padding: 4px 24px;
	background: #fff;
	color: #333333;
}


.message_box .news_table {

}

.message_box .news_table .table_title_box {
	display: flex;
	align-items: center;
	background: #F7F9FC;
	line-height: 44px;
	height: 44px;
	padding: 0 0 0 24px;
}

.message_box .news_table .table_content_box {

}

.message_box .news_table .table_content_box .menu {
	display: flex;
	align-items: center;
	line-height: 44px;
	height: 44px;
	padding: 0 0 0 24px;
	border-bottom: 1px solid #DDDDDD;
}

.message_box .news_table .table_content_box .menu.active {
	color: #999999;
}

.message_box .news_table .table_content_box .news_detail {
	padding: 0 0 0 32px;
	height: 0;
	overflow: hidden;
	background: #F7F9FC;
}

.message_box .news_table .table_content_box div {
	cursor: pointer;
}

.account_grid_news .panel-body {
	padding: 0 20px 20px 20px;
}

.message_box .expo-live-more {
	height: 80px;
}

.message_box .expo-live-more .goods_tips1 {
	display: none;
}

.header-box .header-revision-box .user_header_img {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 280px;
	top: -55px;
	border-radius: 50%;
}

.table_content_box img {
	width: 14px;
	height: 13px;
	margin: 0 8px 0 0;
}

/* 意向订单 */
.filter {
	justify-content: flex-start;
	padding: 0 0 10px;
}
.filter label {
	margin-top: 0;
}
.my-favorate input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin-top: 2px;
}
.filter-delete {
	margin-left: 40px;
    color: #999;
    cursor: pointer;
}
.exhibits-wrap {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.exhibits-item {
	position: relative;
	/* flex: 0 0 23.8%; */
	padding: 6px;
	border: 1px solid #e6e6e6;
	background: #fff;
	margin: 0 15px 20px 0;
	width: 270px;
}
.exhibits-item:nth-of-type(4n + 4) {
        margin-right: 0;
}
.exhibits-item:hover {
        border: 1px solid #ff7700;
}
.exhibits-operate {
	position: absolute;
	top: 5px;
	left: 8px;
	right: 8px;
	cursor: pointer;
	z-index: 1;
}
.exhibits-operate input {
	cursor: pointer;
}
.exhibits-item a {
        display: block;
}
.exhibits-item-img{
	position: relative;
	width: 258px;
	height: 258px;
}
.exhibits-item-img .img-mask{
	height: 100%;
	border-radius: 0;
}
.exhibits-item-label{
	position: absolute;
	top: 0;
	width: auto;
	min-width: 48px;
	height: 24px;
	padding: 0 5px;
	line-height: 24px;
	font-size: 12px;
}
.r-label{
	text-align: center;
	background: #d71e26;
	color: #fff;
	right: 0;
}
.exhibits-item-info {
	margin: 15px 0;
	font-weight: 600;
	color: #2c2c2c;
	height: 40px;
}
.exhibits-item-company {
	height: 34px;
	padding: 12px 0;
	font-size: 12px;
	color: #999;
	border-top: 1px solid #e6e6e6;
}
.exhibits-item-num {
	padding-top: 8px;
	border: none;
}
.exhibits-item .glyphicon-trash{
	display: none;
	color: #ccc;
	font-size: 16px;
	top: 4px;
}
.line_glyphicon {
	display: block;
	width: 4px;
	height: 42px;
	background: #ff7700;
	position: absolute;
	left: 0;
	top: 0;
}
.exhibits-item:hover .glyphicon-trash{
	display: block;
}
.exhibits-item:hover .glyphicon-trash:hover{
    color: #2c2c2c;
}
.release-order {
	margin-left: 25px;
	color: #ff7700;
	cursor: pointer;
}
.release-order span {
	margin-right: 5px;
	font-size: 12px;
}

/* 建议开始 */

.modal-content-proposal {
	padding: 24px 64px;
	width: 100%;
	margin: 0 auto 0;
}

.modal-footer-proposal {
	border-top: none;
	background: #fff;
	border-radius: 6px;
}

.title-proposal{
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
}

.title-proposal-input{
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #333333;
}

.phone-input{
	width: 386px;
	height: 52px;
	line-height: 52px;
	padding: 16px;
	margin: 0 0 10px 0;
	border: 1px solid #DDDDDD;
	outline: none;
}

.textarea-proposal{
	line-height: 26px;
	outline: none;
	width: 600px;
	height: 180px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #DDDDDD;
	padding: 16px;
}

/* 商品详情 */
.product-detail {
}
.ex-inner {
	padding-top: 30px;
	background-color: #f5f5f5;
}
.product-info {
	margin-bottom: 40px;
}
.product-info-photos {
	flex: 0 0 580px;
	margin-right: 40px;
	align-items: flex-start;
}
.product-info-cover {
	width: 460px;
	height: 460px;
}
.jqueryzoom {
	position: relative;
	padding: 0;
	border: solid 1px #eaeaea;
	width: 460px;
	height:460px;
	overflow: hidden;
	display: inline-block;
}
/*放大镜是基于图片大小自动生成的，每次都要把jqueryzoom中img的大小和jqueryzoom盒子大小设置为一样的，不然放大镜滑块有可能溢出*/
.jqueryzoom img {
	width: 460px;
}
.cloudzoom-gallery {
	border:1px solid transparent;
}
.cloudzoom-gallery-active {
	border-color: #ff7700;
	/*opacity: .5 */
}
.jqueryzoom-list {
	position: relative;
	height: 460px;
	overflow: hidden;
}
.jqueryzoom-btn {
	position: absolute;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 16px;
	cursor: pointer;
	background-color: rgba(0,0,0,.5);
}
.jqueryzoom-btn:after {
        display: block;
	content: "";
	width: 9px;
	height: 9px;
	border-top: 2px solid rgba(255, 255, 255,.7);
	border-right: 2px solid rgba(255, 255, 255,.7);
	transition:.3s;
}
.jqueryzoom-prev {
	top: 0;
}
.jqueryzoom-prev:after {
	transform:rotate(-45deg);
    margin-top: 5px;
}
.jqueryzoom-next {
	bottom: 0;
}
.jqueryzoom-next:after {
	transform:rotate(135deg);
    margin-bottom: 5px;
}
.product-info-list {
    position: relative;
	flex-direction: column;
    overflow: hidden;
    justify-content: flex-start;
}
.product-info-list li {
	width: 110px;
	height: 110px;
    margin-bottom: 7px;
    border: 1px solid #e6e6e6;
}
.zoomPad {
    width: 100%;
    height: 100%;
}
.product-info-content h2 {
    max-height: 68px;
    line-height: 34px;
}
.product-info-txt {
	margin-top: 25px;
	margin-bottom: 60px;
}
.product-info-txt dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
}
.product-info-txt dt {
	font-weight: normal;
	margin-right: 8px;
}
.product-info-collect {
	cursor: pointer;
    color: #666;
    font-size: 16px;
}
.product-info-collect i {
	margin-right: 5px;
}
.product-info-ctrl {
	width: 385px;
    margin-top: 20px;
}
.product-info-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 48px;
    line-height: 48px;
    border-color: #ff7700;
    color: #ff7700;
    background-color: transparent;
    border: 1px solid #ff7700;
	cursor: pointer;
}
.product-info-btn:hover {
	border: 1px solid #ee6600;
}
.product-info-btn i {
    margin-right: 8px;
}
.product-info-purpose {
    width: 100%;
	margin-bottom: 20px;
    color: #fff;
    background-color: #ff7700;
}
.product-info-purpose:hover,.product-info-purpose:focus {
	color: #fff;
    background-color: #ee6600;
}
.product-parameter-list {
    flex-wrap: wrap;
	margin-top: 25px;
    padding-bottom: 50px;
}
.product-parameter-list li {
	flex: 0 0 25%;
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.store-info {
	padding-bottom: 50px;
	justify-content: flex-start;
}
.store-info a {
	justify-content: flex-start;
	color: #2c2c2c;
}
.store-info-logo {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 24px;
    border: 1px solid #e5e5e5;
    position: relative;
}
.store-info-tit {
	margin-right: 10px;
    font-size: 20px;
}
.store-info-detail .product-info-collect {
	color: #2c2c2c;
}
.product-detail-info {
	padding: 50px 0;
}
.product-detail-info-con {
	margin-top: 25px;
}
.exhibits-related {
	padding: 50px 0;
	background-color: #eaedfd;
}
.modal-order .form-group {
    flex-direction: column;
}
.modal-order label {
    font-weight: normal;
}
.modal-order .modal-footer {
    border: none;
}


/*阿里巴巴*/
.do-entry-list:after, .do-entry dl:after, .do-performance:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both;
}
.product-detail-info-con .tt_block {
	display: none;
}
.product-detail-info-con .do-title {
    font-size: 20px;
    line-height: 22px;
    color: #2c2c2c;
    padding: 20px 0 10px !important;
    border-bottom: 1px dashed #ddd !important;
}
.do-content {
    overflow: hidden;
}
.do-overview {
    border-top: 1px dashed #e6e7eb;
}
.do-entry {
    border-bottom: 1px dashed #e6e7eb;
    padding: 10px 0 16px;
    font-size: 12px;
}
.do-entry-title {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    padding: 8px 0;
}
.do-entry-list {
    box-sizing: border-box;
}
.do-entry-item li {
    float: left;
}
.do-entry dl {
    padding: 0 20px;
    box-sizing: border-box;
}
.do-entry-separate dl,.do-entry-item {
    width: 480px;
    zoom: 1;
    float: left;
}
.do-entry dt {
    padding: 4px 0;
    color: #666;
    width: 102px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.do-entry-separate dt {
    width: 90px;
}
.do-entry dt {
    width: 110px;
}
.do-entry dd {
    padding: 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    margin: 0;
}
.ellipsis {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    width: 100%;
}
.do-entry-item li {
	line-height: 2;
}
.do-entry-item li:first-child {
	width: 110px;
}
.do-entry img {
    display: block;
    max-width: 750px;
    width: 640px;
    margin: 20px 0;
}
.product-certifications .do-entry-list>.do-entry-item,
.product-certifications .do-entry-item li:first-child {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    width: auto;
}
.product-certifications .do-entry-list>.do-entry-item>.do-entry-item {
    color: #000;
    width: auto;
    margin-right: 10px;
}
.icbu-certificate-icon {
    display: inline-block;
    width: 19px;
    height: 25px;
    vertical-align: top;
    margin-right: 9px;
}
.icbu-certificate-icon.icbu-certificate-icon-ce {
    background: url(../images/ico-ce.png) 0 0 no-repeat;
    background-size: 19px;
    background-position-y: center;
    vertical-align: middle;
}
.more-ico-bg{
	position: relative;
	width: 20px;
	height: 20px;
	background-color: #21243d;
	border-radius: 50%;
	transition: 0.5s all;
}
.more-ico-bg a{
	width: 20px;
	height: 20px;
	color: #fff;
	justify-content: flex-end;
}
.more-ico-bg span {
	opacity: 0;
	margin-right: 10px;
	font-size: 12px;
}
.purchaser-ico-bg .arrow {
	right: 7px;
	top: 6px;
}
.more-ico-bg .arrow:after,.purchaser-ico-bg .arrow:after {
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.more-ico-bg:hover {
	width: 58px;
	height: 20px;
	background-color: #ff7700;
	border-radius: 20px;
}
.more-ico-bg:hover a {
	width: 58px;
	padding: 0 10px;
	line-height: 20px;
}
.more-ico-bg:hover span {
	opacity: 1;
}
.more-ico-bg:hover .arrow {
	left: 44px;
}
.expo-product-list {
	padding: 22px 0 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	min-height: 338px;
}
.expo-product-list li {
	position: relative;
	flex: 0 0 19%;
	margin:0 10px 15px 0;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 4px 3px 5px rgba(33, 36, 61, .05);
}
.expo-product-list li:nth-of-type(5n + 5) {
	margin-right: 0;
}
.expo-product-list a {
	color: #5e6699;
}
.expo-product-list a:hover {
	color: #ff7700;
}
.product-item-img {
	position: relative;
	/*width: 228px;*/
	height: 232px;
}
.product-item-img img {
	border-radius: 6px 6px 0 0;
}
.expo-product-list .img-mask {
	height: 232px;
}
.product-item-con {
	padding: 12px;
	line-height: 1.6;
}
.product-item-txt {
	height: 38px;
	font-size: 12px;
}
.product-item-price {
	font-size:18px;
}
.open-type {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 22px;
	height: 16px;
	display: none;
	background-image: linear-gradient(to bottom, #ff3554, #ff7700);
}
.open-type:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-20%, -50%);
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #fff;
}
.expo-feeds-box {
	padding: 30px 0;
	background-color: #5e6699;
	color: #fff;
}
.expo-feeds-list {
	margin-top: 40px;
	flex-wrap: wrap;
}
.expo-feeds-list li {
	flex: 0 0 48%;
	align-items: center;
	margin-bottom: 20px;
	color: #b9bdd8;
}
.feeds-user-img {
	width: 70px;
	height: 70px;
	border-radius: 0;
}
.feeds-user-img img {
	border-radius: 0;
}
.expo-feeds-list h3 {
	margin-bottom: 5px;
	padding-top: 0;
	font-size: 20px;
	color: #fff;
}
.expo-feeds-list .pro-hor-con{
	font-size: 12px;
}
.feeds-date {
	position: absolute;
	left: 16px;
        bottom: 16px;
	justify-content: flex-start;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
}
.feeds-date i {
	width: 14px;
	height: 14px;
	margin-right: 5px;
	display: none;
}
.desc-tag {
	font-weight: 500;
	font-size: 10px;
	text-align: center;
	border-radius: 4px;
	margin-top: 3px;
	padding: 2px 5px;
}
.expo-info-wrap {
	padding: 0 10px;
}
.live-remind-box {
	font-size: 12px;
}
.expo-info-wrap h5 {
	height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1.3;
}
.live-tags-bg {
	height: 44px;
	padding: 15px 10px;
	background-color: #f7f7f7;
}
.live-tags {
	font-size: 12px;
	max-width: 160px;
	height: 20px;
	padding: 2px 10px;
	border-radius: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.live-tags-factory,.live-tags-1 {
	color: #ff7700;
	background-color: #FFF1E6;
}
.live-tags-launch,.live-tags-2 {
	color: #4E4FB0;
	background-color: #F1F2FE;
}
.live-tags-evaluation,.live-tags-3 {
	color: #00AC55;
	background-color: #E5F6ED;
}
.live-tags-speak,.live-tags-4 {
	color: #04A0F1;
	background-color: #EBF5FF;
}


/* 媒体查询 */
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-width: 1441px),
only screen and (max-width: 1441px) and (min-resolution: 1dppx),
only screen and (max-width: 1441px) and (min-resolution: 96dpi){
	.mi-header-box .container, .mi-shop-box .container {
		width: 1200px;
	}
	.mi-search-wrap {
		width: 280px;
	}
	.search-s-wrap-l {
		width: 300px;
	}
	.banner-wrap {
		height: 460px;
	}
	.mi-card-item {
		flex: 0 0 24%;
	}
	.goods-ad-hor2 .mi-card-item {
		flex: 0 0 23.9%;
	}
	.floor-goods-list .mi-card-item {
		flex: 0 0 32%;
	}	
	.goods-ad-hor2 .floor-add-top2 {
		flex: 0 0 541px;
	}
	.pro-wrap .mi-card-item {
		flex: 0 0 263px;
		margin-right: 15px;
	}
	.pro-wrap .mi-card-item:nth-of-type(5n + 5) {
		margin-right: 15px;
	}
	.pro-wrap .mi-card-item:nth-of-type(4n + 4) {
		margin-right: 0;
	}
	/*.goods-ad-hor2 .goods-card-item:nth-of-type(4),*/
	.goods-ad-hor2 .goods-card-item:nth-of-type(3),
	.goods-ad-hor2 .goods-card-item:nth-last-child(3),
	.goods-ad-hor4 .goods-card-item:nth-of-type(4n + 4),
	.floor-goods-list .mi-card-item:nth-of-type(3n + 3),
	.business-list .business-item:nth-of-type(2n + 2){
		margin-right: 0;
	}
	.goods-ad-hor2 .goods-card-item:nth-of-type(7),
	.goods-ad-hor2 .goods-card-item:nth-of-type(8),
	.goods-ad-hor4 .goods-card-item:nth-of-type(5),
	.floor-goods-list .mi-card-item:nth-of-type(7),
	.floor-goods-list .mi-card-item:nth-of-type(8){
		display: none;
	}
	.goods-ad-v .mi-card-item:nth-of-type(4n + 4),
	.goods-ad-hor2 .card-item:nth-of-type(4),
	.goods-ad-hor2 .goods-card-item:nth-last-child(4) {
		margin-right: 15px;
	}
	.countdown em {
		width: 35px;
		height: 40px;
		line-height: 40px;
		font-size: 28px;
	}
	.countdown i {
		width: 20px;
		height: 40px;
		line-height: 40px;
	}
	.business-item,
	.business-list .business-item:nth-of-type(3n + 3) {
		margin-right: 22px;
	}
	.business-list .business-item {
		flex: 0 0 49%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1441px),
only screen and (max-width: 1441px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1441px) and (min-resolution: 144dpi){
	 .container {
		max-width: 1100px;
	}

}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1441px),
only screen and (max-width: 1441px) and (min-resolution: 1.5dppx),
only screen and (max-width: 1441px) and (min-resolution: 144dpi),
only screen and (max-width: 1441px) and (device-aspect-ratio:16/9) {
    .expo-item-img {
		height: 238px;
	}
}

@media (max-width: 1200px) {
	.mi-header-box .container, .mi-shop-box .container {
		width: 980px;
	}
	.news_warp_box {
		left: -30px;
		transform: none;
	}
	.news_warp_box:after {
		left: 50px;
	}
	.mi-nav-list li {
		margin: 0 15px;
	}
	.banner-wrap {
		height: 410px;
	}
	.floor-add-left {
		width: 26%;
	}
	.floor-goods-list {
		width: 74%;
	}
	.mi-card-item,.pro-wrap .mi-card-item {
		height: 340px;
		margin-right: 14px;
	}
	.pro-wrap .mi-card-item {
		flex: 0 0 233px;
		height: 320px;
		margin-right: 15px;
	}
	.replay-wrap .mi-card-item {
		height: 400px;
	}
	.goods-ad-v .mi-card-item:nth-of-type(4n + 4),
	.goods-ad-hor2 .card-item:nth-of-type(4),
	.goods-ad-hor2 .goods-card-item:nth-last-child(4) {
		margin-right: 14px;
	}
	.goods-ad-hor2 .floor-add-top2 {
		flex: 0 0 483px;
	}
	.floor-add-left2 {
		width: 26%;
		height: 700px;
	}
	.floor-add-left2 .mi-card-item {
		height: 700px;
	}
	.business-item,
	.business-list .business-item:nth-of-type(3n + 3) {
		margin-right: 19px;
	}
	.negotiation-box .item_box:nth-child(3n) {
		margin-right: 69px;
	}
	.business-list .business-item:nth-of-type(2n + 2),
	.negotiation-box .item_box:nth-child(2n){
		margin-right: 0;
	}
	.business-head .btn {
		height: auto !important;
	}
	.business-head .btn-square {
		border-radius: 0 !important;
	}
	.booked {
		border-radius: 4px !important;
	}
	.hot-sale {
		display: none;
	}
	.mi-feeds-list {
		width: 100%;
		margin: 0;
	}
	.product-info-ctrl {
		width: 335px;
	}
	.product-info-btn {
		width: 160px;
	}
	.product-info-purpose {
		width: 100%;
	}
	.exhibits-related {
		background-color: transparent;
	}
}

@media (max-width: 768px) {
	.mi-header-box .container, .mi-shop-box .container {
		width: 740px;
	}
	.mi-shop-box .container {
		padding-left: 0 ;
		padding-right: 0 ;
	}
	.enterprise-logo {
		width: 56px;
		height: 56px;
		margin-right: 20px;
	}
	.mi-nav-list {
		margin-right: 20px;
	}
	.mi-nav-list li {
		margin: 0 12px;
		font-size: 14px;
	}
	.search-s-wrap-l {
		width: 220px;
	}
	.mi-search-wrap {
		width: 200px;
		height: 40px;
	}
	.mi-search-wrap .btn-search-bg-s {
		height: 40px;
	}
	.flexslider .slides > li {
		height: auto !important;
	}
	.banner-wrap,.category-market {
		height: 310px;
	}
	.category-wrap {
		padding-top: 9px;
	}
	.mi-category-wrap {
		width: 280px;
	}
	.mi-category-wrap a {
		height: 36px;
	}
	.mi-category-wrap .category-item {
		padding-left: 15px;
	}
	.mi-card-item {
		flex: 0 0 32%;
	}
	.floor-add-left {
		width: 34%;
	}
	.floor-goods-list {
		width: 66%;
	}
	.floor-goods-list .mi-card-item {
		flex: 0 0 48.5%;
	}
	.hour-content-wrap .container {
		padding: 30px 15px;
	}
	.negotiation-box .item_box {
		width: 346px;
		margin-right: 15px;
	}
	.pro-wrap .mi-card-item:nth-of-type(4n + 4),
	.negotiation-box .item_box:nth-child(3n) {
		margin-right: 15px;
	}
	.floor-goods-list .mi-card-item:nth-of-type(3n + 3),
	.goods-ad-hor2 .goods-card-item:nth-of-type(3){
		margin-right: 14px;
	}
	.floor-goods-list .mi-card-item:nth-of-type(2n + 2),
	.goods-ad-hor2 .goods-card-item:nth-of-type(2),
	.goods-ad-hor2 .card-item:nth-of-type(5),
	.goods-ad-hor4 .goods-card-item:nth-of-type(4),
	.pro-wrap .mi-card-item:nth-of-type(3n + 3),
	.negotiation-box .item_box:nth-child(2n) {
		margin-right: 0;
	}
	.floor-goods-list .mi-card-item:nth-of-type(5),
	.floor-goods-list .mi-card-item:nth-of-type(6),
	.goods-ad-hor2 .goods-card-item:nth-of-type(6),
	.goods-ad-hor2 .goods-card-item:nth-of-type(9),
	.goods-ad-hor4 .goods-card-item:nth-of-type(4) {
		display: none;
	}
	.goods-ad-hor2 .mi-card-item {
		flex: 0 0 32%;
	}
	.goods-ad-hor2 .floor-add-top2 {
		flex: 0 0 66%;
	}
	.floor-add-left2 {
		width: 34%;
	}
	.business-list .business-item {
		flex: 0 0 48.5%;
	}
	.business-name h2 {
		font-size: 18px;
	}
	.pro-wrap .mi-card-item {
		height: 320px;
		flex: 0 0 31.9%;
		margin-right: 15px;
	}
	.mi-feeds-list .mi-feeds-item {
		width: 95%;
		margin: 0 auto 20px;
	}
	.companyFeeds-wrap .companyDetail-item:nth-child(2n) {
		margin: 0 auto 20px;
	}
	.feeds-body {
		padding: 0px 15px;
	}
	.product-info-photos {
		flex: 0 0 430px;
		margin-right: 20px;
	}
	.jqueryzoom {
		width: 310px;
		height: 310px;
	}
	.jqueryzoom img {
		width: 100%;
	}
	.jqueryzoom-list {
		height: 310px;
	}
	.product-info-ctrl {
		width: 265px;
	}
	.product-info-btn {
		width: 125px;
	}
	.product-info-purpose {
		width: 100%;
	}
	.expo-product-list li {
		flex: 0 0 23.9%;
	}
	.expo-product-list li:nth-of-type(5) {
		display: none;
	}
	.expo-product-list li:nth-of-type(4n + 4) {
		margin-right: 0;
	}
	.bts-box .btn {
		border-radius: 4px;
	}
}

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



}
@media only screen and (min-width: 992px){

	.container{
		padding-left: 0;
		padding-right: 0;
	}

}
/*
@media only screen and (min-width: 1440px){

}
@media only screen and (min-width: 1680px){

}*/




















