@font-face {
    font-family: AlibabaPuHuiTi;
    src: url("../font/AlibabaPuHuiTi-2-55-Regular.otf")format("woff");
}

/* 全局样式 */
body {
    margin: 0;
    font-family: AlibabaPuHuiTi, Arial, sans-serif;
    background-color: #F5F5F5;
}

input {
    outline: none;
}

input:focus {
    outline: none;
    border: 0;
    padding: 0;
}

#category.green {
    border: 1px solid rgb(0, 143, 113);

}

#icon_del {
    display: none;
}

.hidden {
    display: none;
}

/* 头部banner样式 */
.banner {
    width: 100%;
    color: white;
    text-align: center;
}

.banner img {
    max-width: 100%;
}

.search-container {
    position: relative;
    height: 45px;
    margin-bottom: 30px;
    margin-top: 50px;
}

/*产品分类*/
.category_wrap {
    float: left;
    /*width: 170px;*/
    position: relative;
}

#category {
    /*width: 160px;*/
    /*box-sizing: border-box;*/
    padding-left: 20px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 28px;
    background-color: #F3F5F7;
    border-radius: 15px;
}

#cate_down {
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 10px;
    /*color: rgb(0, 143, 113);*/
    cursor: pointer;
}

#cate_del {
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 10px;
    /*color: rgb(0, 143, 113);*/
    cursor: pointer;
    display: none;
}

#dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 28px;
    /* 根据实际情况调整 */
    left: 0;
    width: 140px;
    background-color: white;
    border: 1px solid #ccc;
    display: none;
}

#dropdown-menu li {
    padding: 5px;
    font-size: 14px;
}

#dropdown-menu .lm_ul li:hover {
    background-color: #f0f0f0;
    /*color:rgb(0, 143, 113);*/
    cursor: pointer;
}

.lm_parent {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.lm_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 140px;
    min-width: 140px;
    background-color: white;
    border: 1px solid #ccc;
    display: none;
    z-index: 1;
}

.arrow {
    position: absolute;
    top: 0;
    right: 0;
}

/*展馆*/
.booth_wrap {
    float: left;
    /*min-width: 110px;*/
    position: relative;
    margin-left: 10px;
}

#booth {
    /*box-sizing: border-box;*/
    padding-left: 20px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 28px;
    background-color: #F3F5F7;
    border-radius: 15px;
}

#booth_down {
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 10px;
    /*color: rgb(0, 143, 113);*/
    cursor: pointer;
}

#booth_del {
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 10px;
    /*color: rgb(0, 143, 113);*/
    cursor: pointer;
    display: none;
}

#booth-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 28px;
    /* 根据实际情况调整 */
    left: 0;
    width: 210px;
    background-color: white;
    border: 1px solid #ccc;
    display: none;
    max-height: 300px;
    overflow: auto;
    z-index: 1;
}

#booth-menu li {
    padding: 5px;
    font-size: 14px;
}

#booth-menu li:hover {
    background-color: #f0f0f0;
    color: rgb(0, 143, 113);
    cursor: pointer;
}

/*国家*/
.country_wrap {
    float: left;
    /*width: 160px;*/
    position: relative;
    margin-left: 10px;
}

#country {
    /*box-sizing: border-box;*/
    padding-left: 20px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 28px;
    background-color: #F3F5F7;
    border-radius: 15px;
}

#country_down {
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 10px;
    /*color: rgb(0, 143, 113);*/
    cursor: pointer;
}

#country_del {
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 10px;
    /*color: rgb(0, 143, 113);*/
    cursor: pointer;
    display: none;
}

#country-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 28px;
    /* 根据实际情况调整 */
    left: 0;
    width: 210px;
    background-color: white;
    border: 1px solid #ccc;
    display: none;
    max-height: 300px;
    overflow: auto;
}

#country-menu li {
    padding: 5px;
    font-size: 14px;
}

#country-menu li:hover {
    background-color: #f0f0f0;
    color: rgb(0, 143, 113);
    cursor: pointer;
}

/*搜索*/
#search-wrap {
    float: right;
    position: relative;
}

#icon_del {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    /*color: rgb(0, 143, 113);*/
    cursor: pointer;
}

#icon_search {
    font-size: 28px;
    position: absolute;
    top: 5px;
    right: 10px;
    color: rgb(0, 143, 113);
    cursor: pointer;
}

.search-container #search_content {
    width: 360px;
    height: 30px;
    padding: 5px 35px 5px 15px;
    border-radius: 38px;
    appearance: none;
    border: 1px solid #ccc;
}

#search-button {
    color: rgb(255, 255, 255);
    background: rgb(0, 143, 113);
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    width: 68px;
    height: 40px;
    border-radius: 38px;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

.contain {
    max-width: 1200px;
    background-color: #fff;
    margin: 30px auto;
    border-radius: 8px;
    padding: 20px;
    position: relative;
}

.contain_title {
    margin: 0 auto 15px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
}

.contain_title2 {
    margin: 0 auto 15px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.contain_title3 {
    margin: 0 auto 15px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

/*我的收藏*/
.my_fav {
    position: absolute;
    top: 80px;
    right: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 38px;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 40px;
    text-align: center;
    color: rgb(0, 143, 113);
;
    font-size: 14px;
    box-shadow: 0 0 8px 1px rgba(65, 87, 124, 0.16);
    cursor: pointer;
}

.my_fav_t {
    position: relative;
}

.my_fav_tip {
    position: absolute;
    top: -13px;
    right: -30px;
    min-width: 16px;
    min-height: 16px;
    background-color: #F56C6C;
    border-radius: 16px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    display: none;
    padding: 2px;
}

.my_fav span {
    font-size: 14px;
    font-weight: 700;
}

.my_fav:hover {
    box-shadow: 0 0 15px 5px rgba(65, 87, 124, 0.16);
}

/**/
.language {
    position: absolute;
    top: 20px;
    right: 20px;
}

.btn_list {
    display: flex;
    align-items: center;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
}

.active {
    background: rgb(0, 143, 113);
    color: rgb(255, 255, 255);
}

.inactive {
    background: rgb(255, 255, 255);
}

.btn_cn {
    padding: 6px 15px;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn_en {
    padding: 6px 15px;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 列表数据样式 */
table {
    width: 100%;
    border-collapse: collapse;

}

th {
    font-size: 13px;
    color: #909399;
;
    font-weight: bold;
    padding: 8px;
    text-align: left;
}

td {
    /*border: 1px solid #ccc;*/
    font-size: 13px;
    color: #606266;
    padding: 8px;
    text-align: left;
}

.th1 {
    width: 22%;
}

.th2 {
    width: 16%;
}

.th3 {
    width: 15%;
}

.th4 {
    width: 15%;
}

.th5 {
    width: 15%;
    text-align: center;
}

.th6 {
    width: 15%;
    text-align: center;
}

tr:hover {
    background-color: #F5F7FA;
    cursor: pointer;
}
.shenzhen{
    display: none;
}
.btn-collect {
    background: none;
    color: rgb(0, 143, 113);
    border: none;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    padding: 0 20px;
    border-radius: 20px;
    font-family: AlibabaPuHuiTi, Arial, sans-serif;
    display: block;
    margin: 0 auto;
}
.btn-collect_cn{
    background: rgb(0, 143, 113);
    color: rgb(255, 255, 255);
    font-size: 14px;
}
.btn-collect_en{
    background: none;
    font-size: 26px;
    color: rgb(0, 143, 113);
}
.bs {
    box-shadow: 0 0 8px 1px rgba(65, 87, 124, 0.16);
    background-color: #fff;
}

.bs:hover {
    /*box-shadow: 0 0 10px 3px rgba(65, 87, 124, 0.16);*/
}

td .btn-collect-c {
    background-color: rgb(0, 143, 113);
    color: rgb(255, 255, 255);
}

td .icon-ico-collect-on {
    font-size: 26px;
}

/*分页*/
#page_content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.shopUrl img {
    width: 20px;
    margin-right: 5px;
    height: 20px;
}
.shopUrl {
    width: 60%;
    /*background-color: #fff;*/
    color: rgb(0, 143, 113);
    border: none;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 20px;
    font-family: AlibabaPuHuiTi, Arial, sans-serif;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.shopS {
    box-shadow: 0 0 8px 1px rgba(65, 87, 124, 0.16);
}

/* 响应式布局 */
@media (max-width: 768px) {
    .language {
        top: 0;
        right: 0;
    }

    .contain_title {
        font-size: 24px;
        padding-top: 20px;
    }

    .btn-collect {
        font-size: 12px;
        padding: 0 8px;
    }
}

@media (max-width: 390px) {
    .btn-collect {
        padding: 0 5px;
    }
}
