.classify dd {
    display: none;
}
.classify {
    bottom: auto;
}
.classify:hover dd {
    display: block;
}
nav {
    border-bottom: 1px solid #88b7b3;
}
.main{
    width: 1200px;
    margin: 15px auto;
    overflow: hidden;
}
.zt2_t, .zt2_t img {
    width: 100%;
    /* height: 235px; */
    float: left;
    margin-top: 2px;
}
.md20 {
    margin-bottom: 20px;
}
.zt2_lb {
    width: 1230px;
    margin-left: -15px;
    float: left;
    margin-bottom: 15px;
}
.zt2_lb li {
    width: 585px;
    float: left;
    height: 812px;
    margin: 0px 15px 30px 15px;
}
.zt2_lb .imgk1 {
    float: left;
    width: 309px;
    position: relative;
    height: 812px;
    overflow: hidden;
    display: inline-block;
}
.zt2_lb .imgk1 img {
    height: 100%;
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.zt2_lb .imgk1 .txtk {
    width: 235px;
    height: 430px;
    position: absolute;
    padding: 35px 25px 0 25px;
    left: 38px;
    top: 175px;
    background: rgba(255, 255, 255, .8);
}
.zt2_lb .imgk1 .txtk .txtk_p {
    display: table;
    position: absolute;
    left: 18px;
    bottom: 0;
    margin: auto;
    color: white;
    font-size: 17px;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
}
.zt2_lb .imgk1 .txtk h2 {
    height: 42px;
    margin-bottom: 10px;
    line-height: 42px;
    border-bottom: solid 1px #1d1d1d;
    color: #1d1d1d;
    font-size: 20px;
    font-weight: bold;
    width: 200px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.zt2_lb .imgk1 .txtk p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 200px;
    height: auto;
}
.zt2_lb .imgk {
    width: 265px;
    float: right;
    position: relative;
    margin-bottom: 9px;
}
.zt2_lb .imgk img {
    display: block;
    width: 100%;
    height: 265px;
}
.zt2_lb .imgk p {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(0, 0, 0, .6);
    height: 50px;
    line-height: 50px;
}
.type2-banner{
    width: 100%;
    object-fit: contain;
}
.type2-top-warp{
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #EEEEEE;
    padding: 64px 0 57px;
}
.type2-bottom-warp{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 64px 0 57px;
}
.type2-content{
    background: #F5F5F5;
    padding: 55px 50px;
    width: 1200px;
}
.type2-title{
    margin-bottom: 42px;
    font-size: 22px;
    color: #000000;
    display: flex;
    align-items: center;
}
.type2-title span{
    margin: 0 22px;
    color: #979797;
    font-size: 29px;
    font-family: fangsong;
}
.type2-bottom-warp .type2-title,.type2-bottom-warp .type2-title span{
    color: #ffffff;
}
.product-line{
    display: flex;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    flex-wrap: wrap;
}
.type2-content .product-line:last-child{
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
}
.product-shop{
    width: 254px;
    height: 333px;
    background: #FFFFFF;
    text-align: center;
    padding-top: 80px;
    cursor: pointer;
    flex-shrink: 0;
    margin-bottom: 36px;
}
.product-shop-pic{
    height: 58px;
    width: 100%;
    overflow: hidden;
}
.product-shop img{
    height: 58px;
    width: 100%;
    object-fit: contain;
    transition: all 2s;
}
.product-shop-pic:hover img{
    transform: scale(1.1);
}
.product-shop-name{
    margin-top: 38px;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #BB6A49;
    line-height: 24px;
    padding: 0 20px;
}
.product-shop-type{
    font-size: 14px;
    color: rgba(0,0,0,0.5);
    line-height: 24px;
    margin-top: 16px;
    padding: 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.product-item{
    margin-left: 28px;
    width: 254px;
    height: 333px;
    margin-bottom: 36px;
}
.product-item:nth-of-type(4n+1){
    margin-left: 0;
}
.product-item-pic{
    width: 254px;
    height: 254px;
    display: block;
    overflow: hidden;
}
.product-item img{
    width: 254px;
    height: 254px;
    background: #FFFFFF;
    object-fit: contain;
    transition: all 2s;
}
.product-item-pic:hover img {
    transform: scale(1.1);
}
.product-item-name{
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    margin-top: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item-bottom{
    margin-top: 19px;
    display: flex;
    justify-content: space-between;
}
.product-item-bottom div:nth-child(1){
    width: 106px;
    height: 25px;
    border: 1px solid #BB6A49;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #BB6A49;
}
.product-item-right{
    width: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    background: #E58754;
    font-size: 12px;
}
.product-item-right:hover{
    background: #BB6A49;
}
.line-reverse{
    flex-direction: row-reverse;
}
.line-reverse .product-item{
    margin-right: 28px;
    margin-left: 0;
}
.line-reverse .product-item:nth-of-type(4n+1){
    margin-right: 0;
}
#special-detail-pup .modal-dialog{
    margin: calc(50vh - 157px) auto 0;
    width: 350px;
    text-align: center;
}
#special-detail-pup .close{
    position: absolute;
    right: 22px;
    font-size: 34px;
}


/*添加最新速递*/
.page-1200{
    width: 1200px;
}
.page-title div:nth-child(1){
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 7px;
}
.page-title div:nth-child(2){
    font-size: 16px;
    color: #000000;
    line-height: 17px;
}
.d-col-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.latest{
    background: #F6F6F6;
    padding: 60px 0 57px;
}
.latest-cont{
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
}
.latest-cont-left{
    width: 580px;
}
.latest-cont-left-block{
    width: 580px;
    height: 211px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.2);
    border-radius: 10px;
    margin-bottom: 22px;
    position: relative;
    display: flex;
    overflow: hidden;
}
.latest-cont-left .latest-cont-left-block:last-child{
    margin-bottom: 0 !important;
}
.latest-live-status{
    display: flex;
    align-items: center;
    padding: 5px 13px;
    position: absolute;
    top: 17px;
    left: 13px;
    width: fit-content;
    background: #FFFFFF;
    border-radius: 21px;
    font-size: 14px;
    line-height: 14px;
    color: #00B108;
}
.latest-live-status .dot{
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #00B108;
}
.latest-live-play{
    position: absolute;
    top: 84px;
    left: 118px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.latest-cont-left-img{
    width: 284px;
    object-fit: cover;
    height: 211px;

}
.latest-cont-left-info{
    padding: 24px 13px 0 30px;
}
.latest-cont-title{
    height: 60px;
    font-weight: bold;
    font-size: 18px;
    /*color: #288DC6;*/
    line-height: 30px;
    margin-bottom: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.latest-cont-time{
    height: 14px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(0,0,0,0.4);
    line-height: 14px;
}
.latest-cont-time i{
    margin-right: 5px;
}
.latest-cont-btn{
    margin-top: 23px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #288DC6;
    width: 238px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    color: #288DC6;
}
.red-status{
    color: #FF0000 !important;
}
.red-status .dot{
    background-color: #FF0000 !important;
}
.latest-cont-right{
    width: 580px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 16px 22px;
}
.latest-cont-right-line{
    display: flex;
    padding: 6px 0 10px;
    border-bottom: 1px solid rgba(151,151,151,0.2);
    justify-content: space-between;
}
.latest-cont-right .latest-cont-right-line:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.latest-cont-right-line img{
    width: 228px;
    height: 124px;
    object-fit: cover;
    border-radius: 10px;
}
.latest-cont-right-info{
    width: 270px;
}
.latest-cont-right-tag{
    padding: 8px 12px 7px 13px;
    background: #F1F5FE;
    border-radius: 5px;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    line-height: 14px;
}
.d-flex-between{
    display: flex;
    justify-content: space-between;
}
.align-center{
    align-items: center;
}
.page-title-more{
    width: 142px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #288DC6;
    margin-top: 37px;
}
.page-title-more i{
    margin-left: 3px;
}
