* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    /*height: 100%;*/
    color: #333;
    font: 14px/150% sans-serif;
    background: #FAFAFA;
    position: relative;
}

ul,
h1,
h3,
h4,
p,
dl,
dd {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

i,
em {
    font-style: normal;
}

b, strong {
    font-weight: normal;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="checkbox"] {
    padding: 0;
    outline: none;
    border: none;
}

input[type="text"]::placeholder {
    color: #ccc;
}

input[type="search"]::placeholder {
    color: #ccc;
}

input[type="password"]::placeholder {
    color: #ccc;
}

input[type="checkbox"]::placeholder {
    color: #ccc;
}

input::-ms-clear {
    /* IE自带input样式 */
    width: 0;
    height: 0;
}

[v-cloak] {
    /* vue数据加载优化 */
    display: none;
}

/*img {*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    vertical-align: middle;*/
/*}*/

ul {
    list-style: none;
}

.container_fluid {
    margin: 0 auto;
    position: relative;
}

/*.container_new {*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*    position: relative;*/
/*}*/

.containers {
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1680px) {
    .containers {
        margin: 0 70px 0 30px;
    }
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doubleoveflow::after {
    content: "...";
    position: absolute;
    bottom: 0px;
    right: 2px;
    padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

.noselect {
    /*不允许选中文本*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}

.display_flex {
    display: flex;
}

.flex_center_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 全局色 */
.red_color {
    color: #FF383A;
    cursor: pointer !important;
}

.gray_color {
    color: #999999;
    cursor: not-allowed !important;
}

.primary__gray {
    /* 灰色-1级 */
    color: #666;
}

.primary__color {
    /* 主色 */
    color: #FF383A;
}

.white_bg {
    background-color: #FFF;
}

.font__bold {
    font-weight: bold;
}

/* 公用-头 */
.search_header--module {
    position: relative;
    /*top: 70px;*/
    z-index: 59;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 59;
}

/* 导航选中用*/
.d_yin {
    display: none;
}

/* 面包屑 */
.crumbs {
    height: 41px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.crumbs .left,
.crumbs .left a {
    color: #666666;
}

.crumbs .left a,
.crumbs .left span {
    height: 21px;
    display: inline-block;
}

.crumbs .left span {
    max-width: 1020px;
}

.crumbs .right img {
    width: 205px;
    height: 25px;
    display: none;
}

.crumbs a:hover {
    text-decoration: underline;
}

/* /面包屑 */


/* 侧边悬浮固定 */
.d_cexin hr {
    /* 分割线 */
    width: 20px;
    margin: 0 auto;
    background: #FFF;
    height: 1px;
    border-color: #FFF;/* 火狐浏览器 hr颜色 兼容性问题 */
    border-width: 0;
}

.d_cexin {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    width: 40px;
    height: 100vh;
    background: #1BAD55;
    font-size: 14px;
}
.communicate_link{
    text-align: center;
    color: #FFFFFF;
    display: block;
    line-height: 1.4;
    padding: 4px 0;
    margin-bottom: 8px;
}
@media only screen and (max-width: 1600px){
    .communicate_link{
        margin-bottom: 0px;
    }
}
.communicate_link i{
    font-size: 20px;
}
.communicate_link:hover{
    background: #C71522;
    color: #fff;
}
.d_tou {
    text-align: center;
}
.d_tou>a{
    padding-top: 38px;
    padding-bottom: 12px;
    display: block;
}
.d_tou img {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50% !important;
    vertical-align: middle;
}

.d_tou span {
    position: absolute;
    left: -76px;
    top: 36px;
    display: none;
    padding: 5px 10px;
    background: #000000;
    color: #ffffff;
    border-radius: 4px !important;
}

/* 个人中心 - 文字 */
.d_tou:hover {
    background: #dc0011 url(../images/honghei.png) no-repeat;
    background-position: 0 88%;
}

.d_tou:hover span {
    display: block;
}

.d_buy:hover,
.d_trade:hover,
.d_iptop:hover {
    background: #C71522;
    color: #fff;
}

/* --预订清单 */
.d_buy {
    display: block;
    height: 144px;
    padding: 22px 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 130%;
}

.d_buy i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 18px;
    background: url(../images/che.png) no-repeat;
    background-size: 100%;
}

/* --购物车 */
.d_buy font {
    position: fixed;
    top: 176px;
    right: 2px;
    display: inline-block;
    width: 24px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    background: #C71522;
    border-radius: 8px;
}

.d_buy:hover font {
    background: #FFFFFF;
    color: #C71522;
}

/* --交易订单 */
.d_trade {
    display: block;
    height: 144px;
    padding: 15px 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 130%;
}

.d_trade i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    background: url(../images/order.png) no-repeat;
    background-size: 100%;
}

/* --IPTOP服务订单 */
.d_iptop {
    display: block;
    height: 145px;
    padding: 15px 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 130%;
}

#iptopOrder {
    /* 英文字体排列 */
    margin: 0 auto;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.d_iptop i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    background: url(../images/ip_order.png) no-repeat;
    background-size: 100%;
}

/* --qq + 微信 * 2*/
.d_cexinx hr {
    background: #FFFFFF;
    width: 20px;
    margin: 0 auto;
}

.d_cexinx {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 40px;
}

.d_goqq:hover,
.d_gowe:hover {
    background: #C71522;
}

.d_goqq {
    position: relative;
    display: block;
    padding: 8px 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 130%;
}

.d_goqq i {
    /* QQ */
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../images/newqq.png) no-repeat center;
    background-size: 19px 22px;
}

.d_gowe {
    position: relative;
    display: block;
    padding: 8px 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 130%;
}

.d_gowe i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/wechat.png) no-repeat center;
    background-size: 22px 22px;
}

.d_gowe span {
    position: absolute;
    left: -130px;
    top: -113px;
    display: none;
    background: #C71522;
    border: 0px;
    line-height: 0px;
}

.d_gowe img {
    display: inline-block;
    width: 130px;
}

.d_gowe:hover span {
    display: block;
}

.d_erwei {
    position: relative;
    display: block;
    height: 30px;
    margin-bottom: 6px;
    background: url(../images/newma.png) no-repeat center;
    background-size: 22px 22px;
}

.d_erwei font {
    position: absolute;
    left: -124px;
    bottom: -3px;
    display: none;
}

.d_erwei:hover {
    background: #C71522 url(../images/newma.png) no-repeat center;
    background-size: 22px 22px;
}

.d_erwei:hover font {
    display: block;
}

/* 回到顶部 + 底部 */
.guide {
    position: fixed;
    right: 40px;
    bottom: 200px;
    z-index: 99;
    width: 60px;
}

.guide a {
    display: block;
    width: 50px;
    height: 40px;
    background: url(../images/sprite_v2.png) no-repeat;
    margin-top: 10px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}

.guide .top {
    background-position: -150px -190px;
}

.guide .go_down {
    background-position: -151px -241px;
}

.guide a span {
    display: none;
    line-height: 40px;
    text-align: center;
}

.guide a:hover span {
    display: block;
    width: 50px;
    height: 40px;
    background: #39F;
}

/* 头部悬浮固定后的布局 */
.ishas__fixedhead--container--pbslayout {
    padding-top: 90px;
}

/* 全局布局 */
.container1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
/*新的右侧固定工具条*/
.d_tou img.viplevel{
    position: absolute;
    width: 30px;
    height: auto;
    top: 24px;
    left: 6px;
    display: none;
}
.new_buy,.new_buy_tips{
    padding: 16px 6px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
    text-decoration: none;
}
.new_buy_tips{
    padding: 16px 6px 8px;
    cursor: auto;
}
.yellow_text{
    color: #FFF700;
}
.new_buy:hover{
    background: #C71522;
    color: #fff;
    text-decoration: none;
}
.alink_box{
    color: #fff;
    padding: 10px 6px;
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
}
.alink_box:hover{
    background: #C71522;
    color: #fff;
    text-decoration: none;
}
.alink_box i{
    margin-bottom: 6px;
}
@media screen and (max-width: 1600px) {
    .d_tou>a{
        padding-top: 14px;
        padding-bottom: 8px;
        display: block;
    }
    .d_tou span{
        top: 11px !important;
    }
    .new_buy{
        padding:6px;
    }
    .new_buy_tips{
        padding: 6px;
    }
    .alink_box{
        padding: 6px;
    }
    .d_tou img.viplevel{
        top: 0px;
        left: 6px;
    }
}
/* 可复用搜索 - 布局 */
/* --左侧 */
.common__search--container--pbslayout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search__int--outercontainer {
    /* 搜索交互外容器 */
    position: relative;
}

.common__search--container--pbslayout .left .other--pbslayout {
    position: absolute;
}

.common__search--container--pbslayout .items--pbslayout {

}

.common__search--container--pbslayout .item--pbslayout {

}

/* --右侧 */
.common__search--container--pbslayout .right {
    width: 200px;
    position: relative;
}

.common__search--container--pbslayout .right > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    height: 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1000);
    border-radius: 4px !important;
    padding: 0 2px;
    background: #ffffff;
}

.common__search--container--pbslayout .right > ul li {
    width: 98px;
    height: 56px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF383A;
    border-radius: 4px !important;
    cursor: default;
}

.common__search--container--pbslayout .right li:hover {
    color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: linear-gradient(90deg, #FF383A 0%, #FF7A38 100%);
}

/* /可复用搜索 - 布局 */

/* 搜索-下拉选 */
#selectSel {
    position: absolute;
    z-index: 1;
    border-radius: 4px !important;
}

#selectSel .sel_items {
    display: flex;
    justify-content: center;
    align-items: center;
}

#content {
    height: 60px;
    line-height: 60px;
    padding-left: 18px;
    border-radius: 4px !important;
    font-size: 16px;
    color: #333;
    cursor: default;
}

#selectImg {
    margin-left: 4px;
    font-size: 14px;
    cursor: default;
}

#selectItem {
    display: none;
    position: absolute;
    z-index: 9;
    border: 1px solid #eee;
    width: 120px;
    background: #fff;
    border-radius: 4px !important;
    overflow: hidden;
    box-shadow: 0 20px 10px 0px rgba(0, 0, 0, .1);
}

#selectItem ul {
    list-style: none;
}

#selectItem ul li {
    height: 40px;
    border-radius: 4px !important;
    line-height: 40px;
    font-size: 16px;
    padding-left: 18px;
    cursor: pointer;
}

#selectItem ul li:hover {
    background-color: #F1F1F1;
}

.top_images {
    display: none;
}

.image_top {
    width: 150px;
    height: 190px;
    margin: 0 auto;
    margin-top: 30px;
}

.d_searchs_b {
    position: relative;
}

.search__global--clears {
    position: absolute;
    top: 16px;
    right: 162px;
    font-size: 17px;
    cursor: pointer;
    /*display: inline-block;*/
    display: none;
    color: #1BAD55;
    line-height: 28px;
    /*background: #FFFFFF;*/
    border: none;
    /*不允许选中文本*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* 清空（待合并）*/
.d_searchs_b {
    position: relative;
}

.search__global--clears {
    position: absolute;
    top: 20px;
    right: 162px;
    font-size: 16px;
    cursor: pointer;
    /*display: inline-block;*/
    display: none;
    color: #1BAD55;
    line-height: 20px;
    /*background: #FFFFFF;*/
    border: none;
    /*不允许选中文本*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* 旧页面搜索 */
.common__search--pannel__container--secondary {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.common__search--pannel--secondary {
    width: calc(100% - 200px);
}

.common__search--pannel--secondary .search__container-pannel {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    border: none;
}

.common__search--pannel--secondary .search__container-pannel form {
    width: 100%;
}

.common__search--pannel--secondary .search__container-pannel input {
    width: calc(100% - 144px);
    float: left;
    height: 60px;
    padding-left: 16px;
    border: 1px solid #FF383A;
    border-right-color: #FFF;
    font-size: 16px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    outline: none;
}

.common__search--btn--secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    line-height: 60px;
    width: 144px;
    background: linear-gradient(90deg, #FFB811 0%, #FE6600 100%);
    font-size: 18px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border: none;
}

.common__search--btn--secondary:hover,.common__search--btn--secondary:focus {
    color: #FFF;
}

/* 搜索-跳转 */
/* 搜索-下拉选 */
#selectSel {
    position: absolute;
    z-index: 1;
    border-radius: 4px !important;
}

#selectSel .sel_items {
    display: flex;
    justify-content: center;
    align-items: center;
}

#content {
    height: 60px;
    line-height: 60px;
    padding-left: 18px;
    border-radius: 4px !important;
    font-size: 16px;
    color: #333;
    cursor: default;
}

#selectImg {
    margin-left: 4px;
    font-size: 14px;
    cursor: default;
}

#selectItem {
    display: none;
    position: absolute;
    z-index: 9;
    border: 1px solid #eee;
    width: 120px;
    background: #fff;
    border-radius: 4px !important;
    overflow: hidden;
    box-shadow: 0 20px 10px 0px rgba(0, 0, 0, .1);
}

#selectItem ul {
    list-style: none;
}

#selectItem ul li {
    height: 40px;
    border-radius: 4px !important;
    line-height: 40px;
    font-size: 16px;
    padding-left: 18px;
    cursor: pointer;
}

#selectItem ul li:hover {
    background-color: #F1F1F1;
}

/* 分页按钮样式 */
.d_fenye a:hover {
    color: #FFFFFF;
    border-color: #FF383A;
    background: #FF383A;
}

.d_fenye a,
.page-no {
    display: inline-block;
    /*width: 30px;*/
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.0300);
    /*color: rgba(0, 0, 0, 0.6000);*/
    border-radius: 2px !important;
}

.page-no {
    background: #FF383A;
}

.d-pagesize {
    margin-left: 10px;
}

.common__pagination--plugin .page-no {
    /*考虑页码动态变动 */
    padding: 4px 10px;
    background: #FF383A;
    color: #FFF;
    line-height: 24px;
    border-radius: 2px;
}

.d_fenye .d-next {
    /* 下一页 */
    display: inline-block;
    transform: rotate(180deg);
}

/* 选中&鼠标经过 */
.d-prev:hover,
.d-next:hover,
.d_fenye a.hover {
    color: #FFFFFF;
    background: #FF383A;
}

/*.common__pagination--plugin.d_fenye .d-first,*/
/*.common__pagination--plugin.d_fenye .d-last {*/
/*    background: none;*/
/*}*/

/* 分页箭头 */
/*.pagination {*/
/*    width: 580px;*/
/*}*/

.pagination .d-pages {
    margin-right: 20px;
}

.pagination .d-next span {
    /* 向右箭头 */
    display: inline-block;
    transform: rotate(180deg);
}

.pageSizeSelect {
    /* 每页页数 */
    width: 52px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
}


/* 公用-搜索（旧，暂时保留） */
/*.container_search {*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

.search_pannel {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.shopindex_searchs {*/
/*    margin: 0 auto;*/
/*}*/

.shopindex_searchs,
.shopindex_hotsearch {
    width: 944px;
}

.shopindex_searchs .d_searchs_t a {
    width: 64px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 3px !important;
    font-size: 16px;
    letter-spacing: normal;
    padding: 0px;
    margin-bottom: 12px;
    position: relative;
    margin-right: 30px;
}

.shopindex_searchs .d_searchs_t a.hover {
    color: #FF383A;
    background: #FFFFFF;
}

.shopindex_searchs .d_searchs_t a.hover:after {
    content: "";
    display: block;
    border: 6px solid transparent;
    border-top: 6px solid white;
    position: absolute;
    left: 26px;
    bottom: -12px;
}

.shopindex_searchs .d_searchs_b {
    border: none;
    border-radius: 4px !important;
    display: flex;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.shopindex_searchs .d_searchs_b input {
    width: 800px;
    height: 60px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 60px 0 18px;
    border: 1px solid #FF383A;
    border-right: none;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.shopindex_searchs .d_searchs_b a {
    color: #FFFFFF;
    line-height: 60px;
    width: 144px;
    background: linear-gradient(90deg, #FFB811 0%, #FE6600 100%);
    font-size: 18px;
}

/* 公用-我要求购+我要出售 */
.communication {
    position: relative;
    z-index: 79;
}

.communication > ul {
    display: flex;
    align-items: center;
    width: 200px;
    height: 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1000);
    border-radius: 4px !important;
    padding: 2px;
    background: #ffffff;
}

.communication li {
    width: 98px;
    height: 56px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF383A;
    border-radius: 4px !important;
}

.communication li:hover {
    color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: linear-gradient(90deg, #FF383A 0%, #FF7A38 100%);
}

.com_img a {
    position: absolute;
    display: block;
    left: 0;
    top: 60px;
}

.com_img a div {
    background: #ffffff;
    display: none;
    border: 1px solid #FF383A;
    border-radius: 4px !important;
    overflow: hidden;
}

.com_img a div p {
    text-align: center;
    color: #FF383A;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 14px;
}

/* 搜索-新 */

/*!* 公用-头 *!*/
.common__search--body--pbslayout {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: 40px;*/
}

.common__search--body--pbslayout .left {
    position: relative;
    width: calc(100% - 200px - 50px);
}

.common__search--body--pbslayout .right {
    width: 200px;
}

/* 搜索区-左 */
/* 无下拉选时 */
.common__saerch--input--pbslayout input {
    width: 800px;
    height: 60px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 60px;
    padding: 0 60px 0 18px;
    border: 1px solid #FF383A;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.common__saerch--input--pbslayout input:focus {
    border: 1px solid #FF383A;
    border-right: none;
}

.common__saerch--input--pbslayout .tit {
    position: absolute;
    line-height: 60px;
    left: 16px;
    font-size: 16px;
    color: #333;
}

.common__saerch--input--pbslayout .clear {
    position: absolute;
    top: 20px;
    right: 162px;
    font-size: 16px;
    color: #1BAD55;
    line-height: 20px;
    border: none;
    cursor: pointer;
}

.common__saerch--input--pbslayout .submit__button {
    /* 搜索按钮 */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    background: linear-gradient(90deg, #FFB811 0%, #FE6600 100%);
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
    cursor: pointer;
}

/* /搜索区-左 */

/* 搜索区-右 */
.common__communication--show--pbslayout .com__show--head--pbslayout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1000);
}

.com__show--head--pbslayout li {
    width: 100px;
    height: 56px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF383A;
    border-radius: 4px;
    cursor: default;
}

.com__show--head--pbslayout li:hover {
    background: linear-gradient(90deg, #FF383A 0%, #FF7A38 100%);
    color: #FFF;
}

.com__show--body--pbslayout {
    position: absolute;
    z-index: 9;
}

.com__show--body--pbslayout li {
    display: none;
    background: #FFF;
    border: 1px solid #FF383A;
    border-radius: 4px;
    overflow: hidden;
}

.com__show--body--pbslayout li .img {
    width: 200px;
}

.com__show--body--pbslayout li .img img {
    max-width: 98%;
}

.com__show--body--pbslayout li p {
    text-align: center;
    color: #FF383A;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 14px;
}

/* /搜索区-右 */

/* 插件 */
/* plugin-wangeditor */
.attachment {
    cursor: pointer;
    /*display: inline-block;*/
    margin-left: 3px;
    margin-right: 3px;
    border: 2px solid var(--w-e-textarea-selected-border-color);
    border-radius: 3px;
    padding: 0px 3px;
    background-color: rgb(241, 241, 241);
    --w-e-textarea-selected-border-color: #B4D5FF;
}

.sec-wetc {
    z-index: 9;
}
/* /插件 */

/*科技人才列表头部样式*/
.people_ach_tab{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.people_ach_tab>a{
    display: block;
    margin: 0px 10px;
    width: 144px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF383A;
    color: #FF383A;
    font-size: 16px;
    cursor: pointer;
}
.people_ach_tab>a.active{
    position: relative;
    background: #FF383A;
    color: #fff;
}
.people_ach_tab>a.active:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid #FF383A;
    list-style: none;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    margin-left: -4px;
    bottom: -16px;
}
