/* CMF展会 */
.con_top {
    background: url(../img/exhibition_bg.png) center no-repeat;
    background-size: 100% 100%;
    padding: 0.67rem;
}

.con_top .con_number .item {
    display: inline-block;
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 0.8rem;
    width: 48%;
}

.con_top .con_number .num_border {
    display: inline-block;
    height: 1.35rem;
    border-right: 2px solid rgba(200, 220, 201, 1);
    border-image: linear-gradient(transparent, rgba(200, 220, 201, 1), transparent) 5 5;
}

.con_top .con_number .item .number {
    font-size: 0.75rem;
    font-weight: 800;
    color: #EDDECA;
}

.con_top .con_number .item .word {
    font-size: 0.4rem;
    color: #FFFFFF;
}

.con_top .con_main {
    padding: 0.5rem 0.4rem 0.6rem 0.4rem;
    background: url(../img/bg.png) center no-repeat;
    background-size: 100% 100%;
}

.con_top .con_main .con_title {
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.8rem;
    color: #E1E1F5;
    text-shadow: 0px 0.04rem 0.08rem #1A2136;
    text-align: center;
}

.con_top .con_main .con_desc {
    margin-top: 1rem;
}

.con_top .con_main .con_desc .title {
    font-size: 0.3rem;
    padding-bottom: 0.25rem;
    color: #C0C1DB;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.con_top .con_main .con_desc .title:last-child {
    padding-bottom: 0;
}

.con_top .con_plti {
    padding: 0.26rem 0.4rem;
    margin-top: 0.54rem;
    background: url(../img/bg2.png) center no-repeat;
    background-size: 100% 100%;
    font-size: 0.37rem;
    color: #E8DCD1;
}

.con_top .con_plti .time {
    padding-left: 0.5rem;
    margin-bottom: 0.27rem;
    background: url(../img/icon_time.png?t=0913) left no-repeat;
    background-size: .40rem auto;
}

.con_top .con_plti .place {
    padding-left: 0.5rem;
    background: url(../img/icon_place.png?t=0913) left no-repeat;
    background-size: .40rem auto;
}

.con_top .con_search {
    margin-top: 1.07rem;
}

.con_top .con_search .btn_search {
    background: #FFFFFF;
    border-radius: 0.45rem;
    padding-left: 0.3rem;
}

.con_top .con_search .btn_search .search {
    display: block;
    width: 100%;
    padding-left: 0.6rem;
    height: 1rem;
    line-height: 1rem;
    background: url(../img/icon_search.png?t=0916) left no-repeat;
    background-size: .50rem auto;
    font-size: .35rem;
}

.con_top .con_search .btn_list {
    margin-top: 0.2rem;
    padding-left: 0.3rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    letter-spacing: 0.04rem;
}

.con_top .con_search .btn_list span {
    margin-right: 0.2rem;
}

.con_top .con_search .btn_list span a {
    color: #FFFFFF;
}

.con_bottom {
    padding: 0.67rem;
    background: white;
}

.con_bottom .con_title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #222222;
    /* letter-spacing: 0.13rem; */
    text-align: center;
    margin-bottom: 0.2rem;
    position: relative;
}

.con_bottom .con_title span {
    display: block;
    position: relative;
    width: 100%;
    z-index: 3;
}

.con_bottom .con_title::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 2rem;
    height: 4px;
    background-color: rgba(0, 118, 255, .2);
    top: 50%;
    left: 50%;
    margin-left: -1rem;
    margin-top: -2px;
    z-index: 1;
    border-radius: 20px;
}

.con_bottom .con_list .item {
    border: 2px solid #FFFFFF;
    box-shadow: 0px 2px 0.13rem rgba(0, 118, 255, 0.4);
    opacity: 1;
    border-radius: 0.1rem;
    padding: 0.53rem 0.4rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.con_bottom .con_list .item a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.con_bottom .con_list .item:last-child {
    margin-bottom: 0;
}

.con_bottom .con_list .item .area {
    font-size: 0.4rem;
    font-weight: 800;
    color: #0076FF;
    padding-right: 0.4rem;
    min-width: 0.8rem;
}

.con_bottom .con_list .item .desc {
    font-size: 0.37rem;
    color: #222222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* CMF展会 A区 */
.header {
    padding:.30rem .40rem .20rem.40rem;
    background: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
}

.header.active {
    position: fixed;
    width: 100%;
    left: 0;
    top: 40px;
    z-index: 9;
    border-bottom: 1px solid #fcfcfc
}

.header .header_search {
    width:0;
    flex:1 1 auto;
    overflow: hidden;
}

/*.header .header_search input {
    width: 100%;
    padding-left: 0.6rem;
    height: 30px;
    background: url(../img/icon_search.png) left no-repeat;
    background-size: .50rem auto;
    box-sizing: border-box;
}*/

.header .header_select {
    text-align: center;
    font-size: 0.37rem;
    color: #666666;
    letter-spacing: 0.13rem;
}

.header .header_select .item {
    display: inline-block;
    width: 48%;
    padding-top: 0.37rem;
}

.header .header_select .item img {
    display: inline;
    width: 0.27rem;
    padding-left: 0.1rem;
}

.con_list {
    padding: 0.4rem;
}

.con_list .list_item {
    padding: 0.4rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    margin-bottom: 10px;
}

.con_list .list_item:last-child {
    margin-bottom: 0;
}

.con_list .list_item .left_img {
    box-shadow: 0px 0.04rem 0.08rem #D1D7E4;
    border-radius: 0.1rem;
    float: left;
    width: 2.96rem;
    height: 1.7rem;
    margin-right: 10px
}

.con_list .list_item .left_img span {
    display: table-cell;
    width: 2.96rem;
    height: 1.7rem;
    text-align: center;
    vertical-align: middle;
}

.con_list .list_item .left_img span img {
    width: auto;
    max-width: 2.6rem;
    max-height: 1.4rem;
    vertical-align: middle;
    display: inline-block;
}

.con_list .list_item .right_desc {
    margin-left: 2.96rem;
    padding-left: 0.27rem;
    padding-right: 0.27rem;
    height: 1.6rem;
}

.con_list .list_item .right_desc .title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 0.10rem;
}

.con_list .list_item .right_desc .label {
    font-size: 0.32rem;
}

.con_list .list_item .right_desc .label span {
    display: inline-block;
    color: #4FAD70;
    padding: 0.04rem 0.08rem;
    background: #E5F4ED;
    margin-right: 0.25rem;
    margin-bottom: 0.16rem;
}

.con_list .list_item .right_desc .area {
    font-size: 0.32rem;
    color: #333333;
    padding-bottom: 0.20rem;
}
.cloud_expoBg {
    background: #F3F5F7;
}
.cloud_expoBg .cloud_expo_wrap .banner_box {
    padding: .4rem;
    background: #fff
}
.cloud_expoBg .cloud_expo_wrap .banner_box .banner {
    width:100%;
    /* height:3.68rem; */
}
.cloud_expoBg .cloud_expo_wrap .banner_box .item_box {
    display:flex;
    justify-content:space-around;
}
.cloud_expoBg .cloud_expo_wrap .banner_box .item_box .item {
    padding-top:.53rem;
    padding-bottom:.13rem;
}
.cloud_expoBg .cloud_expo_wrap .banner_box .item_box .item .icon {
    display:block;
    margin: 0 auto .16rem auto;
    width: .8rem;
    height: .8rem;
}
.cloud_expoBg .cloud_expo_wrap .banner_box .item_box .item .text {
    font-size: 0.35rem;
    color: #333333;
    line-height: .5rem;
}


.con_list .list_item .right_desc .area {
    font-size: 0.32rem;
    color: #333333;
    padding-bottom: 0.20rem;
}
/* 企业详情 */
.con_tab {
    display: flex;
    display: -webkit-flex;
    background: #FFFFFF;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    font-size: 0.36rem;
    color: #666666;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.con_tab .com_info {
    width: 50%;
    flex: 0 1 auto;
    padding: 0.4rem 0;
}

.con_tab .com_contact {
    width: 50%;
    flex: 0 1 auto;
    padding: 0.4rem 0;
}

.com_info .bm,
.com_contact .bm {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    padding-bottom: 0.4rem;
}

.com_info,
.com_contact {
    position: relative;
}

.com_info span.bm::after,
.com_contact span.bm::after {
    content: '';
    position: absolute;
    width: .50rem;
    height: 3px;
    background-color: #0076FF;
    border-radius: 4px;
    bottom: 0;
    left: 50%;
    margin-left: -.25rem;
}

.con_desc.has_footer {
    padding-bottom: 1.87rem;
}

.con_desc .main_qy {
    margin-bottom: 0;
}

.con_desc .qiye_name {
    background: #fff;
    padding: 0 .4rem .4rem .4rem;
    margin-bottom: .27rem;
    display: flex;
}

.con_desc .qiye_name .title {
    font-size: 0.51rem;
    font-weight: bold;
    color: #222222;
    line-height: 0.67rem;
    flex: 1 1 auto;
}

.con_desc .qiye_name .icon {
    width: .53rem;
    height: .53rem;
    position: relative;
    top: .07rem;
    margin-left: .4rem;
}

.con_desc .con_info {
    margin-bottom: 0.27rem;
    padding: 0.4rem;
    background: #FFFFFF;
}

.con_desc .con_vr {
    padding: .4rem;
    margin-bottom: .27rem;
    background: #fff;
}

.con_desc .con_vr img {
    cursor: pointer;
    width: 9.2rem;
    height: 2.67rem;
}

.con_desc .companyshop {
    background: #fff;
    padding: .4rem;
    margin-bottom: .27rem;
}

.con_desc .companyshop .shopInfo {
    background: #DB3B2F;
    padding: .4rem;
    display: flex;
}

.con_desc .companyshop .shopInfo .img {
    flex: 0 0 auto;
    width: 2.13rem;
    height: 2.13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#fff;
}

.con_desc .companyshop .shopInfo .img img {
    max-width: 100%;
    max-height: 100%;
}

.con_desc .companyshop .shopInfo .info {
    flex: 1 1 auto;
    padding-left:.27rem;
}

.con_desc .companyshop .shopInfo .info .title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.53rem;
    height: 1.09rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .24rem;
    word-break: break-all;
}

.con_desc .companyshop .shopInfo .info .shopLabel {
    display: flex;
    align-items: center;
}

.con_desc .companyshop .shopInfo .info .shopLabel .is_gf {
    width: 1.33rem;
    height: .4rem;
    margin-right: .4rem;
    flex: 0 0 auto;
}

.con_desc .companyshop .shopInfo .info .shopLabel .address {
    flex: 1 1 auto;
    font-size: 0.29rem;
    color: #FFFFFF;
    line-height: .4rem;
}

.con_desc .companyshop .shopInfo .info .shopLabel .address img {
    width: .29rem;
    height: .29rem;
    position: relative;
    top: .04rem;
    display: inline-block;
    margin-right: 2px;
}

.con_desc .companyshop .shopInfo .info .shopLabel .jump_btn {
    width: 1.71rem;
    height: .67rem;
    text-align: center;
    cursor: pointer;
    font-size: 0.32rem;
    color: #DB3B2F;
    line-height: 0.67rem;
    background: #fff;
    border-radius: .33rem;
    flex: 0 0 auto;
}

.con_desc .con_yc {
    background: #fff;
    padding: .4rem;
    margin-bottom: .27rem;
}

.con_desc .con_yc .info_area {
    display: flex;
    border-bottom: 0.01rem solid #EEEEEE;
}

.con_desc .con_yc .info_area .l_img {
    flex: 0 0 auto;
    width: 2.53rem;
    height: 1.6rem;
}

.con_desc .con_yc .info_area .r_text {
    padding-left: .27rem;
    flex: 1 1 auto;
}

.con_desc .con_yc .info_area .r_text .title {
    font-size: 0.37rem;
    color: #333333;
    line-height: 0.5rem;
    margin-bottom: .27rem;
}

.con_desc .con_yc .info_area .r_text .tips {
    margin-bottom: .27rem;
}

.con_desc .con_yc .info_area .r_text .tips .address {
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.45rem;
}

.con_desc .con_yc .info_area .r_text .tips .time {
    float: right;
    font-size: 0.32rem;
    color: #999999;
    line-height: 0.45rem;
}

.con_desc .con_yc .info_area .r_text .place img {
    width: .32rem;
    height: .32rem;
    position: relative;
    top: .04rem;
    display: inline;
}

.con_desc .con_yc .info_area .r_text .place span {
    font-size: 0.32rem;
    color: #333333;
    line-height: .4rem;
}

.con_desc .con_yc .btn_area {
    padding-top: .27rem;
}

.con_desc .con_yc .btn_area .label {
    font-size: 0.32rem;
    color: #999999;
    line-height: .67rem;
}

.con_desc .con_yc .btn_area .btn {
    margin-left: .27rem;
    width: 2.13rem;
    height: 0.67rem;
    background: #FFFFFF;
    border: 0.01rem solid #1AA138;
    border-radius: .1rem;
    font-size: 0.32rem;
    color: #1AA138;
    line-height: 0.67rem;
    text-align: center;
    float: right;
}

.container.qiye .news_footer {
    height:1.6rem;
    padding-top: .2rem;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0rem -0.01rem 0rem 0.01rem #F0F0F0;
    display: flex;
    justify-content: space-around;
}

.container.qiye .news_footer .item {
    cursor: pointer;
    padding: 0 .2rem;
}

.container.qiye .news_footer .item .icon {
    width: .59rem;
    height: .59rem;
    margin-bottom: .05rem;
    margin: 0 auto .05rem auto;
}

.container.qiye .news_footer .item span {
    font-size: 0.27rem;
    color: #666666;
    line-height: .37rem;
}

.container.qiye .news_footer .item .shop {
    width: 1.87rem;
    height: 1.87rem;
    position: relative;
    top: -.5rem;
}

.con_desc .companyTabs {
    background: #fff;
    font-size: 0.37rem;
    color: #666666;
    line-height: 1.12rem;
    border-bottom: .01rem solid #F3F5F7;
}

.con_desc .companyTabs .nav-content a.item {
    padding: 0 .2rem;
    margin: 0 .2rem;
}

.con_desc .companyTabs .nav-content {
    white-space: nowrap;
    overflow: auto;
}

.con_desc .companyTabs .nav-content a.item:first-child {
    margin-left: 0;
}

.con_desc .companyTabs .nav-content a.item:last-child {
    margin-right: 0;
}

.con_desc .companyTabs a.am-active{
    color: #1AA138;
}
 
.con_desc .companyTabs .nav.am-sticky{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 0.01rem solid #F3F5F7;
}

.con_desc .con_info .big_title,
.con_desc .main_new .big_title,
.con_desc .main_pdf .big_title,
.con_desc .companyshop .big_title,
.con_desc .con_yc .big_title,
.con_desc .main_recommend .big_title,
.con_desc .main_pdf .big_title {
    font-size: 0.43rem;
    font-weight: bold;
    color: #333333;
    line-height: .6rem;
    padding-bottom: 0.27rem;
}

.con_desc .con_info p {
    font-size: 0.38rem;
    line-height: 0.67rem;
    color: #666666;
}

.con_desc .con_info .company_info {
    overflow: hidden;
    max-height: 3.4rem;
    font-size: .36rem;
    line-height: .56rem;
}

.con_desc .con_info .conItem {
    font-size: .36rem;
    line-height: .56rem;
}

.con_desc .con_info .show_button {
    text-align: center;
    margin-top: .10rem;
}

.con_desc .con_info .show_button span {
    color: #1AA138;
    font-size: .35rem;
    display: inline-block;
    padding: 0 .40rem;
}

.con_desc .con_info .show_button span.unfold {
    background: url(../img/icon_more.png) right .10rem no-repeat;
    background-size: .30rem auto;
}

.con_desc .con_info .show_button span.up {
    background: url(../img/icon_more_a.png) right .10rem no-repeat;
    background-size: .30rem auto;
}

.con_desc .con_info .show_more {
    font-size: 0.32rem;
    line-height: 0.67rem;
    color: #3B7EEE;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.32rem;
    height: auto;
}

.con_desc .con_info .show_more img {
    padding-left: 0.1rem;
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
}

.con_desc .main_sales {
    margin-top: 0.27rem;
    padding: 0.4rem;
    background: #FFFFFF;
    position: relative;
}

.con_desc .main_sales .pro_label {
    position: absolute;
    right: 0.48rem;
    top: 0.4rem;
}

.con_desc .main_sales .pro_label .label {
    display: inline-block;
    font-size: 0.35rem;
    padding: 4px 0.35rem;
    color: #333333;
    background: #F5F6FA;
    border-radius: 0.35rem;
    margin-left: 10px;
    border: 1px solid #F5F6FA;
}

.con_desc .main_sales .pro_label .label.selected {
    color: #1AA138;
    background: none;
    border: 1px solid #1AA138;
}

.con_desc .main_sales .big_title {
    padding-left: 0.27rem;
    border-radius: 0.02rem;
    font-size: 0.40rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.4rem;
    position: relative;
}

.con_desc .main_sales .big_title::before {
    content: '';
    position: absolute;
    width: 2px;
    height: .34rem;
    background-color: #333;
    top: 50%;
    left: 0;
    margin-top: -0.17rem;
}

.con_desc .main_sales .pro_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.con_desc .main_sales .pro_list .item {
    width: 48%;
    box-shadow: 0px 0px 0.18rem rgba(181, 181, 181, .3);
    border-radius: 0.1rem;
    margin-bottom: 0.24rem;
}

.con_desc .main_sales .pro_list .item div {
    padding: 4px;
}

.con_desc .main_sales .pro_list .item:nth-child(2n) {
    margin-left: 2%;
}

.con_desc .main_sales .pro_list .item img {
    width: 100%;
    height: 2.88rem;
    object-fit: cover
}

.con_desc .main_sales .pro_list .item .title {
    font-size: 0.37rem;
    font-weight: bold;
    line-height: 0.37rem;
    padding-left: 0.25rem;
    padding-top: 0.29rem;
    padding-bottom: 0.29rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con_desc .main_pdf {
    margin-top: 0.27rem;
    padding: 0.48rem;
    background: #FFFFFF;
}

.show_tab {
    display: block;
}

.none_tab {
    display: none;
}

.con_contact .con_content {
    background: #FFFFFF;
    padding: 0.32rem;
    margin-top: .27rem;
}

.con_content .big_title,
.lx_company .big_title {
    font-size: 0.40rem;
    font-weight: bold;
    color: #333333;
    padding-bottom: 0.4rem;
}

.con_content .desc_item {
    font-size: 0.37rem;
    line-height: 0.5rem;
    color: #999999;
    padding-bottom: 0.27rem;
}

.con_content .desc_item .text {
    float: left;
    width: 2rem;
}

.con_content .desc_item .content {
    margin-left: 2rem;
}

.lx_company {
    background: #FFFFFF;
    padding: 0.32rem;
    margin-bottom: 0.27rem;
}

.lx_company .img_item {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: .30rem;
}

.lx_company .img_item:nth-child(3n) {
    margin-right: 0;
}

.con_desc .main_recommend {
    margin-top: 0.27rem;
    padding: 0.4rem;
    background: #FFFFFF;
    margin-bottom: 0.27rem;
}

.con_desc .main_recommend .rec_list {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 2rem;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.con_desc .main_recommend .rec_list:first-child {
    padding-top: 0;
}

.con_desc .main_recommend .rec_list:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.con_desc .main_recommend .rec_img {
    float: left;
    width: 2rem;
}

.con_desc .main_recommend .rec_img span {
    display: table-cell;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid #EEEEEE;
    text-align: center;
    vertical-align: middle;
}

.con_desc .main_recommend .rec_img img {
    max-width: 1.6rem;
    max-height: 1.6rem;
    vertical-align: middle;
}

.con_desc .main_recommend .rec_title {
    line-height: 26px;
    color: #666;
    font-size: .36rem;
}

.con_desc .main_recommend .rec_title .company_name {
    color: #333333;
    font-size: 0.4rem;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.con_desc .main_recommend .rec_title .company_type {
    font-size: 0.35rem;
    color: #999999;
}

.con_desc .main_new {
    margin-top: 0.27rem;
    padding: 0.4rem;
    background: #FFFFFF;
    position: relative;
}

.main_new .new_img {
    float: right;
    width: 2.4rem;
    height: 1.86rem;
    margin-left: 10px;
}

.main_new .new_img span {
    display: table-cell;
    width: 2.4rem;
    height: 1.86rem;
    border: 1px solid #f2f2f2;
    text-align: center;
    vertical-align: middle;
}

.main_new .new_img span img {
    max-width: 2.4rem;
    max-height: 1.86rem;
    vertical-align: middle;
}

.main_new .new_list .new_info {
    line-height: 26px;
    color: #666;
    font-size: .36rem;
    overflow: hidden;
    height: 2rem;
    position: relative;
}

.con_desc .main_new .show_more_info {
    position: absolute;
    right: 0.4rem;
    top: 0.52rem;
}

.con_desc .main_new .show_more_info a {
    font-size: 0.32rem;
    color: #999999;
}

.con_desc .main_new .show_more_info img {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    position: relative;
    top: 1px;
}

.main_new .new_list .new_info .title {
    color: #333333;
    font-size: .37rem;
    padding-top: 3px;
    height: auto;
    line-height: .53rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main_new .new_list .new_info .label {
    position: absolute;
    bottom: 0;
    color: #999999;
}

.main_new .new_list .new_info .label span {
    padding-right: 0.4rem;
}

.main_new .new_list {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.main_new .new_list_container .new_list:first-child {
    padding-top: 0;
}

.main_new .new_list:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.main_pdf {
    margin-top: 0.27rem;
    padding: 0.48rem;
    background: #FFFFFF;
}

.main_pdf .pdf_list {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0.1rem;
    height: 1rem;
    width: 100%;
    box-shadow: 0px 0px 0.18rem #b5b5b5;
}

.main_pdf .pdf_list .img {
    float: left;
    width: 0.88rem;
    margin-right: 10px;
    margin-left: 10px;
}

.main_pdf .pdf_list .img span {
    display: table-cell;
    width: 0.88rem;
    height: 0.88rem;
    border: 1px solid #f2f2f2;
    text-align: center;
    vertical-align: middle;
}

.main_pdf .pdf_list .img span img {
    max-width: 0.88rem;
    max-height: 0.88rem;
    vertical-align: middle;
}

.main_pdf .pdf_list .info {
    color: #333333;
    font-size: .36rem;
    overflow: hidden;
}

.rec_list .rec_title .con_name_img {
    display: inline-block;
    width: 60px;
    margin-right: 10px;
}

.van-dropdown-menu__title div {
    color: #666666;
    font-size: 0.37rem;
    letter-spacing: 0.13rem;
}

.van-cell__title {
    font-size: 0.32rem;
}

/*.van-cell {
    padding-top: 0.26rem;
    padding-bottom: 0.26rem;
    color: #666666;
}*/


/*2022.1.10 改版*/
.cmf_home {
    box-sizing: border-box;
}

.cmf_home .top_banner {
    width: 100%;
    height: auto;
    position: relative;
    padding:.40rem .35rem 0 .35rem;
    box-sizing: border-box;
    background-color: #fff;
}

.cmf_home .cloud_nav{
    padding:0 .35rem .45rem .35rem;
    background-color: #fff;
    margin-bottom:.20rem;
}

.cmf_home .cloud_nav ul li{
    width: 25%;
    float: left;
    text-align: center;
    padding-top: .40rem;
}
.cmf_home .cloud_nav ul li img{
    height: .80rem;
    width: auto;
    display: inline-block;
}

.cmf_home .cloud_nav ul li p{
    color: #333;
    font-size: .34rem;
    padding-top: .10rem;
}

.cmf_home .top_banner img {
    width: 100%;
    height: auto;
    display: block;
}

.cmf_home .top_banner .back_last {
    width: 110px;
    height: 30px;
    position: absolute;
    top: 9rem;
    left: 50%;
    margin-left: -55px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    opacity: 0.8;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
}

.cmf_home .cmf_vrShow{
    background-color: #fff;
    padding: 0.4rem 0.35rem;
    margin-bottom: 10px;
}

.cmf_home .switchTab {
    height: 40px;
    text-align: center;
    font-size: 0;
    background: #fff;
}

.cmf_home .switchTab.active {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.cmf_home .switchTab .item {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
}

.cmf_home .switchTab .item span {
    font-size: 0.38rem;
    line-height: 40px;
    cursor: pointer;
    display: block;
    position: relative;
    color: #666;
}

.cmf_home .is_recCompany .con_list{
    background-color: #fff;
}

.cmf_home .switchTab .item span.curr {
    color: #333;
    font-weight: bold;
}

.cmf_home .switchTab .item span.curr::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    background-color: #1AA138;
    border-radius: 3px;
}

.cmf_home .search_filt{
    height:30px;
    display:flex;
    align-items:center;
}
.cmf_home .search_filt .sort_con {
    width: 2rem;
    flex: 0 0 auto;
}

.cmf_home .search_filt .filt_con {
    margin-left: .30rem;
    width: 1.4rem;
    flex: 0 0 auto;
}

.cmf_home .search_filt .filt_con .van-dropdown-menu{
     background: url(../../images/filt_cloud.png) left .22rem no-repeat;
     background-size:.40rem auto;
     padding-left: .55rem;
}
.cmf_home .search_filt .filt_con .van-dropdown-menu__title{
    padding: 0;
}
.cmf_home .search_filt  .van-dropdown-menu__title div{
    color: #333;
}
.cmf_home .search_filt .filt_con  .van-dropdown-menu__title::after{
    display: none;
}

.cmf_home .zk_filter_box {
    width: 100%;
    font-size: 0;
    text-align: center;
    height: 400px;
}

.cmf_home .zk_filter_box .filter_con {
    height: 340px;
    overflow: hidden;
}

.cmf_home .search_filt .filt_con .van-popup{
    background-color: #f6f6f6;
}

.cmf_home .zk_filter_box .left_title {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    background: #f6f6f6
}

.cmf_home .zk_filter_box .left_title .left_item {
    color: #333333;
    font-size: 14px;
    /* line-height: 1.3rem; */
    line-height: 40px;
}

.cmf_home .zk_filter_box .left_title .left_item.curr {
    background: #fff;
    color: #1AA138;
}

.cmf_home .zk_filter_box .right_item {
    display: inline-block;
    width: 67%;
    background: #fff;
    padding-bottom: 20px;
    height: 340px;
    overflow: hidden;
    overflow-y: auto;
}

.cmf_home .zk_filter_box .right_item .right_title {
    padding-left: 2%;
    font-size: 0.36rem;
    line-height: 1.3rem;
    color: #333333;
    font-weight: bold;
    text-align: left;
}

.cmf_home .zk_filter_box .right_item .right_title span:last-child {
    font-size: 0.32rem;
    color: #999999;
    font-weight: 400;
}

.cmf_home .zk_filter_box .right_item ul li {
    position: relative;
    color: #666666;
    float: left;
    width: 47%;
    height: 1rem;
    line-height: 1rem;
    margin-left: 2%;
    margin-bottom: 0.2rem;
    background: #fcfcfc;
    padding: 0 .10rem;
    font-size: .32rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.cmf_home .zk_filter_box .right_item ul li.curr {
    background: #E7F1FE;
    color: #1AA138;
}

.cmf_home .zk_filter_box .right_item ul li.curr .li_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 14px;
}

.cmf_home .zk_filter_box .right_item .companyfiltList{
    padding: .40rem;
    box-sizing: border-box;
    overflow: hidden;
}

.cmf_home .zk_filter_box .right_item .companyfiltList ul li{
    float: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 0 .20rem 0;
    height: auto;
    text-align: left;
    line-height: 1;
}

.cmf_home .zk_filter_box .right_item .companyfiltList ul li a{
    border: 1px solid #DEDEDE;
    border-radius: 2px;
    display: block;
    padding:.15rem .30rem;
}

.cmf_home .zk_filter_box .right_item .companyfiltList ul li a.curr{
    background-color: #E4FFEA;
    border: 1px solid #E4FFEA;
}

.cmf_home .zk_filter_box .right_item .companyfiltList ul li a.curr .name{
    color: #1AA138;
}

.cmf_home .zk_filter_box .right_item .companyfiltList ul li a.curr .desc{
    color:#1AA138;
}

.cmf_home .zk_filter_box .right_item .companyfiltList ul li .name{
    color: #333;
    font-size: .35rem;
    margin-bottom: .10rem;
    font-weight: bold;
}
.cmf_home .zk_filter_box .right_item .companyfiltList ul li .desc{
    padding-top: .05rem;
    line-height: .45rem;
    font-size: .30rem;
    color: #666;
}

.cmf_home .zk_filter_box .right_item .companyfiltList.hangye ul li{
    width:31.3333%;
    float: left;
    height:.80rem;
    margin-right:3%;
    margin-bottom: .30rem;
    padding: 0;
    border: 0;
    border: 1px solid #DEDEDE;
}

.cmf_home .zk_filter_box .right_item .companyfiltList.hangye ul li a{
    display: block;
    /* font-size: .32rem; */
    font-size: 13px;
    text-align: center;
    line-height: .76rem;
    padding: 0 .10rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
}

.cmf_home .zk_filter_box .right_item .companyfiltList.hangye ul li a.curr{
    background-color: #E4FFEA;
    border: 1px solid #E4FFEA;
    color: #1AA138;
}

.cmf_home .zk_filter_box .right_item .companyfiltList.hangye ul li:nth-child(3n){
    margin-right: 0;
}
.cmf_home .foot_btn {
    height: 60px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px -6px 6px rgba(142, 156, 170, 0.1);
    font-size: 0;
    z-index: 102;
}

.cmf_home .foot_btn .reset {
    width: 30%;
    background: #F2F2F2;
    border-radius: 8px;
    margin-top: 10px;
    margin-left: 2%;
    margin-right: 2%;
    vertical-align: top;
    font-size: 0.36rem;
    line-height: 40px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
}

.cmf_home .foot_btn .confirm {
    width: 64%;
    background: #1AA138;
    border-radius: 8px;
    margin-top: 10px;
    margin-right: 2%;
    vertical-align: top;
    font-size: 0.36rem;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
}

.cmf_home .pro_box {
    position: relative;
    font-size: 0;
    padding: 0.4rem;
}

.cmf_home .pro_box ul li.item {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.3);
    width: 49%;
    height: 4.30rem;
    border-radius: 4px;
    box-shadow: 0px 0px 3px #B5B5B5;
    margin-bottom: 0.25rem;
    vertical-align: top;
    overflow: hidden;
}

.cmf_home .pro_box ul li.item:nth-child(2n+1) {
    margin-right: 2%;
}

.cmf_home .pro_box ul li.item .image {
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
}

.cmf_home .pro_box ul li.item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmf_home .pro_box ul li.item .pro_name {
    font-size: 0.37rem;
    color: #333333;
    line-height: 0.37rem;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cmf_home .pro_box ul li.item .comp_name {
    font-size: 0.30rem;
    color: #999999;
    line-height: 0.37rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px 10px 10px;
}

.no_data {
    width: 100%;
    height: 8rem;
    text-align: center;
    padding-top: .40rem;
}

.no_data img {
    width: auto;
    display: inline-block;
    height: 2rem;
}

/*  */
.hot_supplier {
    background-color: #fff;
    padding: 0 .30rem;
}

.hot_supplier .tibar {
    border-bottom: 1px solid #eee;
    height: 1rem;
    color: #333;
    font-size: .35rem;
    font-weight: bold;
    line-height: 1rem;
    background: url(../../images/icon_hot.png) left center no-repeat;
    background-size: .40rem auto;
    padding-left: .60rem;
}

.hot_supplier .hotList {
    padding-top: .30rem;
}

.hot_supplier .hotList .ti {
    line-height: .60rem;
    color: #333;
    font-size: .35rem;
    font-weight: bold;
    position: relative;
    padding-left: .25rem;
    margin-bottom: .20rem;
}

.hot_supplier .hotList .item {
    margin-bottom: .30rem;
}

.hot_supplier .hotList .ti::after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: .30rem;
    background-color: #333333;
    left: 0;
    top: 50%;
    margin-top: -.15rem;
}

.hot_supplier .hotList ul li {
    width: 31.3333%;
    float: left;
    margin-right: 3%;
    margin-bottom: .30rem;
}

.hot_supplier .hotList ul li:nth-child(3n) {
    margin-right: 0;
}

.hot_supplier .hotList ul li .img {
    width: 100%;
    height: 1.6rem;
    border: 1px solid #eee;
    border-radius: 2px;
}

.hot_supplier .hotList ul li .img span {
    height: 1.6rem;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.hot_supplier .hotList ul li .img span img {
    display: inline-block;
    max-width: 100%;
    max-height: 1.5rem;
    width: auto;
    vertical-align: middle;
}

.hot_supplier .hotList ul li .name {
    color: #444;
    font-weight: bold;
    font-size: .35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .10rem;
}

.cmf_home .rec_pro {
    background-color: #fff;
    margin-bottom: 10px;
}

.cmf_home .rec_pro .tibar {
    color: #333;
    font-size: .35rem;
    font-weight: bold;
    line-height: .60rem;
    background: url(../../images/icon_top.png) left .05rem no-repeat;
    background-size: .40rem auto;
    padding-left: .60rem;
    margin-bottom: .20rem;
}

.cmf_home .rec_pro .tibar.rec {
    background: url(../../images/icon_rec.png) left .05rem no-repeat;
    background-size: .40rem auto;
}

.con_list .list_item .title {
    color: #333;
    font-size: .38rem;
    font-weight: bold;
    line-height: .60rem;
    margin-bottom: .20rem;
}
.con_list .list_item .title.is_hot{
    padding-left: .45rem;
     background: url(../../images/ico_hot.png) left .10rem no-repeat;
     background-size:.35rem auto;
}
.con_list .list_item .main_qy {
    padding: 0;
    margin-bottom: 0;
}

.con_list .list_item .main_qy .qiye_title {
    font-size: .40rem;
}

.cmf_home .con_list {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cmf_home .con_list .picShow {
    position: relative;
    margin-bottom: .20rem;
}

.cmf_home .con_list .picShow .is_rec {
    position: absolute;
    top: .10rem;
    display: block;
}

.cmf_home .con_list .picShow .is_rec img {
    height: .60rem;
    width: auto;
}

.cmf_home .con_list .list_item .desc {
    color: #333;
    font-size: 0.35rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: .20rem;
}

.cmf_home .con_list .list_item .labelShow {
    margin-top: .10rem;
    height: .60rem;
    padding-bottom: .20rem;
    border-bottom: 1px solid #eee;
}

.cmf_home .con_list .list_item .more {
    display: block;
    float: right;
    color: #999;
    font-size: .30rem;
    line-height: .60rem;
    padding-right: .40rem;
    margin-left: .30rem;
    background: url(../../images/icon_row.png) right .19rem no-repeat;
    background-size: .30rem auto;
    position: relative;
    top: -.04rem;
}

.cmf_home .con_list .list_item .label{
    overflow: hidden;
}
.cmf_home .con_list .list_item .label span{
    display: inline-block;
    line-height: .60rem;
    margin-right: .20rem;
    padding: 0 .15rem;
    border-radius: 2px;
}
.cmf_home .con_list .list_item .label span:nth-child(1){
    background: #E9EFFD;
    color: #7A9DF8;
}
.cmf_home .con_list .list_item .label span:nth-child(2){
    background: #E5F4ED;
    color: #4FAD70;
}
.cmf_home .con_list .list_item .label span:nth-child(3){
    background: #FCEEEA;
    color: #EE8383;
}
.cmf_home .con_list .list_item .bottom_desc {
    height: 1rem;
    line-height: .70rem;
    margin-top: .20rem;
    margin-bottom: .20rem;
    border-bottom: 1px solid #eee;
}

.cmf_home .con_list .list_item .bottom_desc .area {
    color: #333;
    font-size: .30rem;
    padding-left: .40rem;
    margin-right: .30rem;
    float: left;
    background: url(../../images/ico_loc.png) left center no-repeat;
    background-size: .30rem auto;
}

.cmf_home .con_list .list_item .bottom_desc .right_con {
    overflow: hidden;
    text-align: right;
}

.cmf_home .con_list .list_item .bottom_desc .right_con .tips {
    color: #999;
    font-size: .30rem;
    display: inline-block;
    padding-right: .60rem;
}

.cmf_home .con_list .list_item .bottom_desc .right_con .btn {
    width: 2rem;
    height: .70rem;
    display: inline-block;
    text-align: center;
    border: 1px solid #1AA138;
    color: #1AA138;
    border-radius: 2px;
}

.cmf_home .con_list .list_item .contact_company {
    text-align: center;
    height: .80rem;
}

.cmf_home .con_list .list_item .contact_company a {
    display:block;
    overflow: hidden;
    height: .80rem;
    background-color: #1AA138;
    color: #fff;
    line-height: .80rem;
    border-radius: 4px;
}
.cmf_home .con_list .list_item .contact_company .likeCollection{
    float: right;
    margin-left: .50rem;
    line-height: .80rem;
}
.cmf_home .con_list .list_item .contact_company .likeCollection .item{
    float: left;
}
.cmf_home .con_list .list_item .contact_company .likeCollection .item img{
    display: inline-block;
    width: auto;
    height: .50rem;
    position: relative;
    top: .15rem;
}
.cmf_home .con_list .list_item .contact_company .likeCollection .item span{
    display: inline-block;
    color: #666;
    position: relative;
    top: .05rem;
    width: .70rem;
    margin-right: .05rem;
    text-align: left;
}
.cmf_home .pro_box.proShow {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cmf_home .pro_box.proShow ul li.item {
    width: 100%;
    margin-right: 0;
    display: block;
    background-color: #fff;
    height: auto;
    border: 0;
    box-shadow: none;
    padding: 0 .40rem;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.cmf_home .pro_box.proShow ul li.item:nth-child(2n+1) {
    margin-right: 0;
}

.cmf_home .pro_box.proShow ul li.item .pro_name {
    padding: .30rem 0;
    color: #333;
    font-weight: bold;
}
.cmf_home .pro_box.proShow ul li.item .pro_name.is_hot{
    padding-left: 0.45rem;
    background: url(../../images/ico_hot.png) left 0.3rem no-repeat;
    background-size: 0.35rem auto;
}
.cmf_home .pro_box.proShow ul li.item .image {
    height: 4.5rem;
}

.cmf_home .pro_box.proShow ul li.item .image img {
    width: 100%;
    height: 4.5rem;
    border-radius: 4px;
}

.cmf_home .pro_box.proShow ul li.item .desc {
    color: #333;
    font-size: 0.35rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: .10rem;
}

.cmf_home .pro_box.proShow ul li.item .companyinfo {
    height: .60rem;
    margin-top: .20rem;
    border-bottom: 1px solid #eee;
    padding-bottom: .10rem;
}

.cmf_home .pro_box.proShow ul li.item span {
    display: block;
    float: right;
    width: 2rem;
    color: #999;
    line-height: .60rem;
    text-align: right;
    padding-right: .30rem;
    background: url(../../images/icon_row.png) right .18rem no-repeat;
    background-size: .30rem auto;
    font-size: .30rem;
}

.cmf_home .pro_box.proShow ul li.item .comp_name {
    overflow: hidden;
    padding: 0;
    color: #333;
    line-height: .60rem;
}

.cmf_home .pro_box.proShow ul li.item .inquiry_btn {
    text-align: center;
    padding: .20rem 0 .30rem 0;
}

.cmf_home .pro_box.proShow ul li.item .inquiry_btn a {
    display: inline-block;
    width: 2.2rem;
    height: .80rem;
    background: #FF8929;
    border-radius: 2px;
    text-align: center;
    line-height: .80rem;
    color: #fff;
    font-size: .35rem;
}

/*云展会动态*/
.cloud_expoTrends {
    background:url(../../images/bg_cloud_trends.png) no-repeat;
    background-size:100% 100%;
    height:19rem;
    padding:.4rem;
}
.cloud_expoTrends .top_number {
    display:flex;
    justify-content:space-around;
    padding:.85rem 0;
}
.cloud_expoTrends .top_number .item {
    position:relative;
    text-align:center;
    flex:0 0 auto;

}
.cloud_expoTrends .top_number .item .num {
    font-size: 0.64rem;
    font-weight: 800;
    color: #00EEFF;
    line-height: .89rem;
    margin-bottom:.13rem;
}
.cloud_expoTrends .top_number .item .text {
    font-size: 0.37rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .53rem;
}
.cloud_expoTrends .top_number .item .border {
    width: .01rem;
    height: .89rem;
    background: #FFFFFF;
    position:absolute;
    right:0;
    top:.35rem;
}
.cloud_expoTrends .cmf_carouse_x {
    width: 100%;
    height: 0.8rem;
    background: rgba(0,238,255,0.1000);
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height:.8rem;
    margin-bottom:.53rem;
}
.cloud_expoTrends .cmf_carouse_x #container_small_tip {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
}

.cloud_expoTrends .cmf_carouse_x #content_small_tip {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.cloud_expoTrends .cmf_carouse_y {
    width:100%;
    /* height:240px; */
    height: 160px;
    margin-bottom:.67rem;
    overflow:hidden;
}
.cloud_expoTrends .cmf_carouse_y.one {
    background:url(../../images/bg_cloud_trends_1.png) no-repeat;
    background-size:100% 100%;
}
.cloud_expoTrends .cmf_carouse_y.two {
    background: url(../../images/bg_cloud_trends_2.png) no-repeat;
    background-size: 100% 100%;
}
.cloud_expoTrends .cmf_carouse_y.three{
    background: url(../../images/bg_cloud_trends_3.png) no-repeat;
    background-size: 100% 100%;
}
.cloud_expoTrends .cmf_carouse_y .top_title {
    text-align: center;
    font-size: 0.36rem;
    font-weight: 800;
    line-height:32px;
    color: #FFFFFF;
    height: 40px;
    background: #FFFFFF;
}
.cloud_expoTrends .cmf_carouse_y.one .top_title {
    background: url(../../images/bg_cloud_trends_1_title.png) no-repeat center top;
    background-size: 3.33rem .85rem;
}
.cloud_expoTrends .cmf_carouse_y.two .top_title {
    background: url(../../images/bg_cloud_trends_2_title.png) no-repeat center top;
    background-size: 3.33rem .85rem;
}
.cloud_expoTrends .cmf_carouse_y.three .top_title {
    background: url(../../images/bg_cloud_trends_3_title.png) no-repeat center top;
    background-size: 3.33rem .85rem;
}

.cloud_expoTrends .cmf_carouse_y .marqueebox {
    height: 120px;
    overflow: hidden;
    position: relative;
}
.cloud_expoTrends .cmf_carouse_y .marqueebox .item {
    width:auto;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color:#fff;
}

.cloud_expoTrends .cmf_carouse_y .marqueebox .item.curr {
    background-color: rgba(255, 255, 255, .2)
}

.cloud_expoTrends .cmf_carouse_y.add_cmf .marqueebox ul li.item a {
    display:block;
    background: url(../../images/zhankai.png) no-repeat right center;
    background-size: 20px 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-right:20px;
}

.cloud_expoTrends .cmf_carouse_y .marqueebox .item a {
    color: #FFFFFF;
}
.cloud_expoTrends .cmf_carouse_y .marqueebox .item a span{
    display: inline-block;
    padding-right: .10rem;
}
.cloud_expoTrends .cmf_carouse_y .marqueebox .item a span:nth-child(1){
    max-width: 5rem;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cloud_expoTrends .cmf_carouse_y .swiper-wrapper {
    height: 200px;
}


/*已入驻的云账户*/
.w_my_exhibit{
  padding-bottom: 2rem;
  position: relative;
}

.w_my_exhibit .list {
  padding: 0 .4rem;
}
.w_my_exhibit .list .title {
  font-size: 0.43rem;
  font-weight: bold;
  color: #333333;
  line-height: .6rem;
  margin:.4rem 0;
}
.w_my_exhibit .list .item {
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
  display: block;
}
.w_my_exhibit .list .item img {
  display: block;
  width: 100%;
  height: auto;
}
.w_my_exhibit .footer{
  position: fixed;
  width: 100%;
  height: 2rem;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0rem -0.04rem 0.08rem 0.01rem rgba(0, 0, 0, 0.1);
}
.w_my_exhibit .footer .btn {
  width: 9.2rem;
  height: 1.17rem;
  background: linear-gradient(180deg, #05D157 0%, #1AA138 100%);
  border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 1.17rem;
  text-align: center;
}