body {
    background-color: #F8F8F8;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
}

.banner .swiper-slide a img {
    width: 100%;
    height: auto;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border: 2.5px solid #fff;
    background-color: #ffffff00;
}

/* 近期上新 */
.new .new_top {
    width: 100%;
    padding: 0 25px;
    height: 60px;
    background-color: #eee;
    border-top: 2px solid #D9D9D9;
}

.new .new_top img {
    width: auto;
    height: auto;
    margin-right: 8px;
}

.new .new_top span {
    font-size: 24px;
    color: #333;
}

.new .new_ul {
    width: 100%;
    padding: 25px 0;
    align-items: flex-start;
    background-color: #fff;
}

.new .new_ul li {
    width: 20%;
    height: 300px;
    border-right: 1px solid #EBEBEB;
}

.new .new_ul li:last-child {
    border-right: 0px solid #fff0;
}

.new .new_ul li .new_li_a {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.new .new_ul li .new_li_a .new_img {
    width: 100%;
    padding: 0 30px;
}

.new .new_ul li .new_li_a .new_img img {
    width: 100%;
    transition: all .4s;
}

.new .new_ul li .new_li_a .new_p {
    font-size: 14px;
    color: #666;
    margin-top: 60px;
    transition: all .4s;
}

.new .new_ul li .new_li_a:hover .new_img>img {
    transform: scale(1.1);
}

.new .new_ul li .new_li_a:hover .new_p {
    color: #2041A4;
}

/* 新药特药 */
.f_top {
    width: 100%;
    justify-content: space-between;
}

.f_top .taps {
    width: 190px;
    height: 50px;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.f_top .taps span {
    margin: 0 6px;
}

.f_top .taps_a {
    font-size: 14px;
    color: #666;
}

.f_com {
    width: 100%;
    height: 520px;
    background-color: #fff;
}

.f_com .f_img {
    width: 25.8%;
    height: 100%;
}

.f_com .f_ul {
    width: 74.2%;
    height: 100%;
}

.f_com .f_ul li {
    width: 25%;
    height: 50%;
    border-right: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
}

.f_com .f_ul li:nth-child(4n) {
    border-right: 0px solid #E8E8E8;
}

.f_com .f_ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.f_com .f_ul li a .a_img {
    width: auto;
    height: 132px;
    padding: 0 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f_com .f_ul li a .a_img img {
    width: auto;
    height: auto;
    transition: all .4s;
}
.f_com .f_ul li a:hover .a_img>img{
    transform: scale(1.1);
}

.f_com .f_ul li a p {
    font-size: 14px;
    color: #666;
}
.f_com .f_ul li a:hover p{
    color: #2041A4;
}

.f_com .f_ul li a span {
    font-size: 14px;
    color: #999;
}

.f1 .f_top {
    border-bottom: 2px solid #5CC2A0;
}

.f1 .f_top .taps {
    background-color: #5CC2A0;
}

.f2 .f_top {
    border-bottom: 2px solid #FE355D;
}

.f2 .f_top .taps {
    background-color: #FE355D;
}

.f3 .f_top {
    border-bottom: 3px solid #4B2AF5;
}

.f3 .f_top .taps {
    background-color: #4B2AF5;
}

.f4 .f_top {
    border-bottom: 2px solid #FC9445;
}

.f4 .f_top .taps {
    background-color: #FC9445;
}

.f5 .f_top {
    border-bottom: 2px solid #7300AB;
}

.f5 .f_top .taps {
    background-color: #7300AB;
}

/* 合作公司 */
.cooperation{
    margin-bottom: 50px;
}
.cooperation .new_top {
    width: 100%;
    padding: 0 25px;
    height: 60px;
    background-color: #eee;
    border-top: 2px solid #D9D9D9;
}

.cooperation .new_top span {
    font-size: 24px;
    color: #333;
}

.cooperation .new_ul {
    padding: 15px;
    height: 230px;
    overflow-y: auto;
    background-color: #fff;
}

.cooperation .new_ul li {
    width: 18%;
    height: 90px;
    border: 1px solid #EDEDED;
    margin-right: 2.5%;
    margin-bottom: 20px;
}

.cooperation .new_ul li:nth-child(5n) {
    margin-right: 0;
}

.cooperation .new_ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cooperation .new_ul li a img {
    width: auto;
    height: auto;
    transition: all .4s;
}
.cooperation .new_ul li a:hover img{
    transform: scale(1.1);
}
.cooperation .new_ul::-webkit-scrollbar {
    width: 6px;
}
.cooperation .new_ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}
.cooperation .new_ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);

}



@media (max-width:767px) {
    .new .new_top img{width: 30px;}
    .new .new_top span{font-size: 18px;}
    .new .new_ul li{width: 50%;border-bottom: 1px solid #EBEBEB;}
    .new .new_ul li:last-child{display: none;}
    .f_top .taps{font-size: 18px;width: 140px;height: 40px;}
    .f_com{height: auto;}
    .f_com .f_img{display: none;}
    .f_com .f_ul{width: 100%;}
    .f_com .f_ul li{width: 50%;padding: 20px 0;}
    .cooperation .new_top span{font-size: 18px;}
    .cooperation .new_ul li{width: 48%;margin-right: 4%;}
    .cooperation .new_ul li:nth-child(5n) {margin-right: 4%;}
    .cooperation .new_ul li:nth-child(2n) {margin-right: 0;}
    .cooperation{margin-bottom: 0;}
    
}

@media (max-width:991px) and (min-width:768px) {}

@media (min-width:992px) and (max-width:1024px) {}

@media (min-width:1200px) and (max-width:1440px) {}