.wrapper-item-cnt {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}

.booth-cnt {
    border: 1px solid #6d40e0;
    padding: 24px;
    overflow: hidden;
}

.booth-download {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.booth-download a {
    display: block;
    font-size: 16px;
    color: #6d40e0;
    line-height: 360px;
}

.plan .booth-download a {
    line-height: 360px;
}

.booth-download .iconfont {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 4px;
}
.company-name,.company-website,.booth{
    line-height:54px;
}
/*exhibitor*/
.tab-list {
    /*margin-bottom: 20px;*/
    background: linear-gradient(-135deg, #935EFF, #625EFF);
    padding: 14px 10px;
    overflow: hidden;
}
.channel ul:nth-child(3) li{
    border-bottom: 1px solid #e5e5e5;
}
.tab-list li {
    color: #fff;
}

.exhibitor-list li {
    clear: both;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}

.exhibitor-list li:nth-child(even) {
    background: #f8f6fc;
}

.exhibitor-list li img {
    height: 50px;
    margin-left: 10px;
}

.exhibitor-list li .name {
    line-height: 50px;
}

/*activity*/
.activity-list li {
    padding: 10px;
}

.activity-list li > div {
    border: 1px solid #e5e5e5;
    padding: 10px;
    overflow: hidden;
}

.activity-list li > div img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.activity-list li:hover img {
    transform: scale(1.05);
    overflow: hidden;
}

@media (max-width: 1199px) {
    .distributor-brief .brief-cnt-text {
        width: 655px;
        height: 300px;
        border-width: 1px;
        border-color: #4c66fc;
        border-style: solid;
        position: absolute;
        cursor: auto;
        top: 0;
        left: 300px;
    }

    .distributor-brief .brief-cnt-text p {
        text-align: justify;
        width: 514px;
        position: absolute;
        cursor: auto;
        top: 70px;
        left: 100px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .distributor-subnav {
        height: 50px;
        margin-top: -25px;
    }

    .distributor-subnav li a {
        line-height: 50px;
    }

    .distributor-brief .brief-cnt {
        height: auto;
    }

    .distributor-brief .brief-cnt-leadImg {
        display: none;
    }

    .distributor-brief .brief-cnt-text {
        position: static;
        width: 100%;
        height: auto;
    }

    .distributor-brief .brief-cnt-text p {
        position: static;
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .banner {
        margin-top: 56px;
    }

    .company_brief_cnt {
        line-height: 24px;
    }

    .exhibitor-list li {
        padding: 20px 0;
    }

    .exhibitor-list li div {
        text-align: center;
    }

    .exhibitor-list li div span {
        display: inline-block !important;
    }

    .exhibitor-list li:nth-child(even) {
        background: transparent;
    }

    .exhibitor-list li .name {
        line-height: 24px;
    }

    .exhibitor-list li img {
        margin-bottom: 10px;
    }
}

.ppt-download {
    position: relative;
    background: url("../images/exhibiton03.png") no-repeat 0 0;
    height: 190px;
    width: 100%;
}

.ppt-download a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 190px;
    font-size: 16px;
}

.ppt-download a .iconfont {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 4px;
}

@media (max-width: 1199px) {
    .booth-download a {
        line-height: 140px;
    }

    .plan .booth-download a {
        line-height: 200px;
    }
}

@media (max-width: 991px) {
    .booth-download a {
        line-height: 110px;
    }

    .plan .booth-download a {
        line-height: 160px;
    }
}

@media (max-width: 767px) {
    .booth-download a {
        line-height: 60px;
    }

    .plan .booth-download a {
        line-height: 80px;
    }

    .booth-cnt {
        padding: 10px;
    }

    .M3-table tr td img {
        height: auto;
    }

    .wrapper-item {
        display: block;
    !important;
    }

    .main-wrapper {
        margin-top: 0;
    }

    .sub-title {
        margin-top: 24px;
    }
}