/*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);
}



/* 企业动态 */
.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;
    display: flex;
    align-items: center;
}

.companyFeeds-wrap .title .time img {
    width: 16px;
    height: 16px;
    margin: 0 0 0 34px;
    cursor: pointer;
}

.companyFeeds-wrap .content {
    max-width: 6.86rem;
    font-size: 0.12rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.2rem;
    margin: 0 0 0.16rem 0;
}

.companyFeeds-wrap .center-box {
    width: 6.86rem;;
    height: 3rem;
    margin: 0 0 0 0.54rem;
    border-radius: 0.1rem;
    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: 2.93rem;
    height: 100%;
}

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

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

.companyFeeds-wrap .center-box3 img:nth-child(3) {
    width: 2.93rem;
    height: 1.5rem;
    border-bottom: 0.01rem solid #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.companyFeeds-wrap .center-box3 img:nth-child(2) {
    width: 2.93rem;
    height: 1.5rem;
    border-bottom: 0.01rem solid #fff;
}

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

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

.companyFeeds-wrap .center-box4 img:nth-child(4) {
    width: 2.93rem;
    height: 1.5rem;
    border-bottom: 0.01rem solid #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.companyFeeds-wrap .center-box4 img:nth-child(3) {
    width: 2.93rem;
    height: 1.5rem;
    border-bottom: 0.01rem solid #fff;
    border-right: 0.01rem solid #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.companyFeeds-wrap .center-box4 img:nth-child(2) {
    width: 2.93rem;
    height: 1.5rem;
    border-bottom: 0.01rem solid #fff;
}

.companyFeeds-wrap .center-box4 img:nth-child(1) {
    border-right: 0.01rem solid #fff;
    border-bottom: 0.01rem solid #fff;
    width: 2.93rem;
    height: 1.5rem;
}

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

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

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

.companyFeeds-wrap .control-box span {
    margin: 0.06rem 0 0 0;
    display: block;
}

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

.companyFeeds-wrap .textarea {
    width: 6.86rem;
    height: 0.58rem;
    background: #F2F2F2;
    border-radius: 0.04rem;
    margin: 0.12rem 0 0.16rem 0.54rem;
    border: none;
    outline: none;
    padding: 0.12rem;
    color: #999999;
}

.companyFeeds-wrap .sendVal {
    padding: 0.04rem 0.06rem;
    background: #666;
    border-radius: 0.06rem;
    position: absolute;
    right: 0px;
    top: 0.28rem;
    color: #fff;
    cursor: pointer;
}

.companyFeeds-wrap .bottom-box {
    margin: 0 0 0 0.54rem;
    height: 0.6rem;
    overflow: auto;
}

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

.companyFeeds-wrap .bottom-box::-webkit-scrollbar-thumb {
    border-radius: 0.1rem;
    -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: 0.12rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.17rem;
}

.companyFeeds-wrap .bottom-box p {
    font-size: 0.12rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.17rem;
}

.no-img-box img {
    width: 2rem;
    height: 1.5rem;
    margin: 0.2rem auto;
}

.enterprise-contact {
    align-items: center;
    margin-top: 0.15rem;
    padding: 0.35rem;
}

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

.enterprise-contact-user img {
    width: 1.48rem;
    height: 1.48rem;
    margin-bottom: 0.2rem;
    border-radius: 50%;
}

.enterprise-contact-info {
    width: calc(100% - 4rem);
    padding-left: 0.6rem;
    border-left: 0.01rem solid #c9cde5;
}

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

.enterprise-contact-info dt {
    width: 1.1rem;
    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%);
}


/* 小米模板 */
.mi-header-box .container,
.mi-shop-box .container {
    width: 15rem;
}

.header-mitop-bg {
    position: relative;
    width: 100%;
    height: 170px;
    background: #E05757;
    display: none;
}

.header-mitop-nav {
    width: 100%;
    height: 50px;
    background: #333;
    display: none;
}

.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;
    display: none;
}

.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: 1.45rem;
}

.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: 0.3rem;
    background-color: transparent;
}

.mi-feeds-list {
    width: 9rem;
    margin: 0 0.5rem 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: 0.5rem;
    height:0.5rem;
    border: 1px solid #ddd;
}

.feeds-text {
    width: calc(100% - 62px);
    position: relative;
}

.feeds-body {
    padding: 0 0.5rem;
}

.bigShowImg {
    display: none;
}

.feeds-img {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.feeds-img img {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.2rem;
    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: 2rem;
    height: 2rem;
}

.feeds-control {
    margin-bottom: 0.2rem;
    padding: 0.08rem 0;
    border-top: 0.01rem solid #eee;
    border-bottom: 0.01rem solid #eee;
}

.feeds-control li {
    flex: 0 0 33%;
    line-height: 0.34rem;
    text-align: center;
    border-right: 0.01rem solid #eee;
    cursor: pointer;
}

.feeds-control li:last-child {
    border-right: 0.01rem solid transparent;
}

.feeds-control .ico-base {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.05rem;
}

.feeds-control span {
    color: #999;
}

.feeds-control li:hover span {
    color: #FD6D01;
}

.publish-box {
    margin-bottom: 0.2rem;
}

.publish-box .textarea {
    width: 100%;
    margin: 0 0 0.1rem 0;
    background-color: #f7f9fc;
    font-size: 0.12rem;
    position: relative;
    resize: none;
}

.repeat-wrap h4 {
    margin-bottom: 0.1rem;
    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: 2.5rem;
    border: 0.01rem solid #ddd;
}

.hot-sale h2 {
    padding: 0.15rem 0.2rem;
    margin-bottom: 0;
    font-size: 0.16rem;
    background-color: #F2F2F2;
}

.hot-sale-list {
    padding: 0.2rem;
    background-color: #F9F9F9;
}

.hot-sale-list li {
    margin-bottom: 0.2rem;
}

.hot-sale-img {
    width: 2.1rem;
    height: 2.1rem;
    margin-bottom: 0.1rem;
    border: 0.01rem solid #ddd;
}

.hot-sale-text {
    color: #666;
}

#feed_box .more {
    margin: 0.1rem 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;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
    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;
}

.release_box {
    width: 9rem;
    height: 3.46rem;
    background: #FFFFFF;
    border: 0.01rem solid #E2E2E2;
    margin: 0 0 0.2rem 0;
    padding: 0.16rem 0.24rem 0.24rem 0.24rem;
    position: relative;
}

.release_box h4 {
    font-size: 0.26rem;
    font-weight: 500;
    color: #0067B3;
    margin: 0 0 0.16rem 0;
}

.release_box .tips {
    font-size: 0.14rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.2rem;
    margin-bottom: 0.2rem;
}

.release_box textarea {
    width: 8.52rem;
    height: 1.8rem;
    border: 0.01rem solid #DDDDDD;
    padding: 0.12rem;;
}

.release_box .release_btn {
    font-size: 0.12rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.17rem;
    background: #0067B3;
    border-radius: 0.04rem;
    padding: 0.06rem 0.38rem;
    position: absolute;
    right: 0.24rem;
    cursor: pointer;
}

.menu_cool {
    padding: 0.1rem 0.26rem 0.1rem 0.16rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.08rem 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    right: 0.02rem;
    top: 0.3rem;
    display: none;
}

.menu_cool div {
    width: 0.5rem;
    font-size: 0.14rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.14rem;
    cursor: pointer;
}

.menu_cool .close_menu_cool img {
    width: 0.14rem;
    height: 0.14rem;
}

.menu_cool .close_menu_cool img {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    cursor: pointer;
}