@charset "utf-8";
@import '/css/font-awesome.css';
@import '/static/web/css/animate.min.css';
@import '/static/web/css/swiper.min.css';

body {
    overflow-x: hidden;
    position: relative;
    font-family: 'open sans', 'Lucida Grande', 'Microsoft Yahei';
    -webkit-font-smoothing: antialiased;
    width: 100%
}

html {
    font-size: 16px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

button, input {
    outline: none
}

* {
    padding: 0;
    margin: 0
}

form {
    margin: 0
}

img {
    max-width: 100%
}

ul, ol {
    list-style-type: none;
    list-style-image: none
}

a {
    color: #333;
    text-decoration: none;
    outline: none
}

a:hover {
    color: #4fc2b8
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

div {
    zoom: 1
}

.rt {
    float: right
}

.lf {
    float: left
}

@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.color-icon {
    width: 2em;
    height: 2em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden
}

.round {
    display: inline-block;
    border-radius: 50%
}

.link-color:hover {
    color: #4fc2b8
}

.sep-transition {
    transition: All .8s ease;
    -webkit-transition: All .8s ease;
    -moz-transition: All .8s ease;
    -o-transition: All .8s ease
}

.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-bold {
    font-weight: bold
}

.text-uppercase {
    text-transform: uppercase
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}

.flex-mb {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}

.flex-item {
    flex: 1
}

.flex-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center
}

.flex-v-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.text-hover:hover {
    color: #4fc2b8 !important
}

.overflow {
    overflow: hidden
}

.block {
    display: block
}

.width100 {
    width: 100%
}

.height100 {
    height: 100%
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.sep-scale {
    transition: All .8s ease;
    -webkit-transition: All .8s ease;
    -moz-transition: All .8s ease;
    -o-transition: All .8s ease
}

.sep-scale:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.sep-scale-wrap:hover .sep-scale-mask {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.sep-scale-wrap:hover .mask {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.sep-scale-wrap:hover .scale-hover-hide {
    opacity: 0
}

.sep-scale-mask {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.scale-hide {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.color-white {
    color: #fff !important
}

.color-website {
    color: #4fc2b8 !important
}

.opacity:hover {
    opacity: .8
}

.vertical-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.horizontal-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.translate-center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute !important
}

.full-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6)
}

.margin-auto {
    display: table;
    margin: 0 auto;
}

#onlineService {
    position: fixed;
    right: 0;
    bottom: 32%;
    z-index: 100998
}

.offside {
    width: 50px
}

.offside li {
    width: 50px;
    height: 50px;
    position: relative;
    background: #b1b1b1;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    text-align: center;
    transition: all .7s;
    -webkit-transition: all .7s
}

.offside .code {
    position: absolute;
    top: 0;
    right: 50px;
    display: none;
    margin: 0
}

.offside a, .offside div {
    color: #333;
    position: absolute;
    z-index: 11;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.offside p {
    float: left;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 0 10px;
    color: #fff;
    opacity: 0;
    overflow: hidden
}

.offside .icon {
    font-size: 28px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff
}

.offside li:not(.li_3) a, .offside li:not(.li_3) div {
    left: 0
}

.offside .li_3 a, .offside .li_3 div {
    width: 50px
}

.offside li.email {
    overflow: visible
}

.offside li:hover .email-box {
    display: block !important
}

.offside li:hover a {
    color: #333
}

.offside li .email-box {
    position: absolute;
    background: #d5d5d5;
    right: 100%;
    top: 0;
    left: auto !important;
    padding: 10px 5px;
    border-right: 2px solid #fff;
    height: 99px;
    display: none
}

.offside li .email-box a {
    display: block;
    font-size: 14px;
    color: #fff !important;
    position: static;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 10px
}

.offside li .email-box a:hover {
    color: #4fc2b8 !important
}

.offside li:nth-child(odd) {
    background: #d5d5d5
}

.offside li:nth-child(odd) .icon {
    color: #4fc2b8
}

.offside li:nth-child(even) {
    background: #4fc2b8
}

.offside li:nth-child(even) .icon {
    color: #fff
}

.offside li:nth-child(4) {
    overflow: visible
}

.offside li:nth-child(4):hover img {
    display: block
}

.offside li:nth-child(7) {
    display: none
}

.offside li:nth-child(10) {
    height: 20px
}

.offside li:nth-child(10) .icon {
    line-height: 20px;
    display: none
}

.offside li:hover a, .offside li:hover div, .offside li:hover .icon {
    color: #fff
}

.offside li.tel:hover .icon {
    color: #4fc2b8
}

.offside li:hover a {
    color: #4fc2b8
}

.offside .tel.email:hover a {
    color: #fff
}

.offside .tel.email:hover a .icon {
    color: #fff
}

.offside .tel.email:hover a p {
    color: #fff
}

.offside li.tel:hover p {
    color: #4fc2b8
}

.offside .tel.email:hover p {
    color: #fff
}

.offside li:hover p {
    opacity: 1
}

.offside li:not(.li_3):hover {
    background: #4fc2b8
}

.offside .tel {
    /*width: 200px;*/
    /*transform: translateX(-150px);*/
    /*-webkit-transform: translateX(-150px)*/
}

.offside .tel.email {
    width: 279px;
    transform: translateX(-229px);
    -webkit-transform: translateX(-229px)
}

.offside .back_none {
    height: 0;
    border: 0 !important
}

.offside .li {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.offside .unfold {
    width: 30px;
    transform: translateX(20px);
    -webkit-transform: translateX(20px)
}

.multi-language .website-link {
    margin-right: 20px;
    position: relative;
    padding: 5px 0;
    top: 1px;
    font-size: 14px
}

.multi-language .box {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    font-size: 16px
}

.multi-language .box i {
    font-size: 14px;
    position: relative;
    top: 1px
}

.multi-language .box a {
    font-size: 14px;
    display: inline-block;
    margin: 0 5px
}

.multi-language .box ul {
    position: absolute;
    display: none;
    top: 24px;
    right: 0;
    width: 120px;
    background: #f3f3f3;
    z-index: 10200;
    box-shadow: 0 0 3px #666
}

.multi-language .box ul li {
    padding: 13px 17px;
    background: url(../images/multi-language.png) no-repeat bottom left 10px
}

.multi-language .box ul li a {
    display: block;
    text-transform: uppercase
}

.multi-language .box ul li a img {
    margin-right: 16px
}

.multi-language .box ul li:hover {
    background: #e8e8e8
}

.multi-language .box ul li:hover a {
    color: #4fc2b8
}

.multi-language .box .fa {
    top: 1px;
    transition: All .2s ease-in-out;
    -webkit-transition: All .2s ease-in-out;
    -moz-transition: All .2s ease-in-out;
    -o-transition: All .2s ease-in-out
}

.multi-language .box:hover > i, .multi-language .box:hover > a {
    color: #4fc2b8
}

.multi-language .box:hover .fa-angle-down {
    top: 1px;
    left: 4px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.multi-language .box:hover ul {
    display: block
}

.sep-share li {
    float: left
}

.sep-share li:last-child {
    padding-right: 0
}

.sep-share li a {
    font-size: 16px;
    position: relative
}

.sep-share li a .qr {
    position: absolute;
    left: 100%;
    bottom: 100%;
    display: none
}

.sep-share li a:hover .qr {
    display: block
}

.sep-share li a:hover i {
    color: #fff
}

.sep-share li a i {
    color: #c7c7c7;
    font-size: 12px
}

.sep-container {
    width: 1440px;
    margin: auto;
    max-width: 100%
}

.sep-container-1920 {
    width: 1920px;
    margin: auto;
    max-width: 100%
}

.sep-container-1160 {
    width: 1160px;
    margin: auto;
    max-width: 100%
}

.sep-container-1280 {
    width: 1280px;
    margin: auto;
    max-width: 100%
}

.pharmacy_header {
    width: 100%;
    height: 200px;
    background: #fff
}

@media only screen and (min-width: 1480px) {
    .pharmacy_w, .pharmacy_w1, .pharmacy_w2, .top_adv img {
        width: 1440px
    }

    .pharmacy_nav {
        height: 688px
    }

    .top_adv {
        height: 100px;
        width: 1440px
    }

    .pharmacy_header_logo {
        top: 42px;
        width: 189px;
        height: 83px
    }

    .pharmacy_header_search {
        width: 680px;
        left: 320px
    }
}

.pharmacy_header_search ul {
    margin-bottom: 2px;
    height: 38px;
    line-height: 30px;
    padding: 0
}

.pharmacy_header_search ul li {
    display: inline-block;
    margin-right: 26px;
    color: #333;
    height: 38px;
    text-align: center;
    padding: 0 12px;
    cursor: pointer
}

.pharmacy_header_select_all li:hover {
    color: #4fc2b8
}

.pharmacy_header_select {
    background-image: url(../images/search_tipe.png);
    background-repeat: no-repeat;
    height: 40%;
    background-size: 100% 100%;
    color: #fff !important
}

.pharmacy_header_search div {
    width: 100%;
    height: 40px
}

.pharmacy_header_search input {
    width: 100%;
    height: 40px;
    display: block;
    background: #eee;
    border: 0;
    padding-left: 20px;
    font-size: 14px
}

.pharmacy_header_search input::placeholder {
    color: #999
}

.pharmacy_header_search i {
    position: absolute;
    top: 50px;
    right: 28px;
    cursor: pointer
}

.pharmacy_header_ad {
    height: 172px
}

.pharmacy_header_ad .pharmacy_top {
    height: 100%
}

.pharmacy_header_ad .pharmacy_header_logo {
    top: 54px
}

.pharmacy_header_menu_ad {
    width: 782px;
    left: 200px;
    height: 20px;
    position: absolute;
    top: 108px
}

.pharmacy_header_menu ul {
    padding: 0
}

.pharmacy_header_menu_ad ul li {
    margin-right: 46px;
    float: left
}

.pharmacy_header_menu_ad ul li a {
    color: #333
}

.swiper-pagination-bullet-active {
    background: #4fc2b8 !important
}

A {
    TEXT-DECORATION: none
}

A:link {
    outline: 0
}

A:active, A:link, A:visited {
    color: #3e3e3e
}

A:hover {
    COLOR: #4fc2b8
}

b, label {
    font-weight: 400
}

*, textarea {
    outline: 0
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: open sans, "Microsoft Yahei", sans-serif
}

:after, :before, a, i, img, li, p {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.img_d {
    overflow: hidden
}

.img_d:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

:after, :before, a, i, li, p {
    outline: 0
}

body, html {
    width: 100%;
    height: 100%
}

img, input {
    margin: 0;
    padding: 0;
    outline-style: none;
    font-family: "open sans"
}

a, a:active, a:visited {
    text-decoration: none
}

textarea {
    border: 0;
    resize: none
}

i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix::after, .clearfix::before {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both
}

.clearfix {
    *zoom: 1
}

.w {
    width: 1200px;
    margin: 0 auto
}

.w ul {
    padding: 0
}

.w li {
    list-style: none
}

@media only screen and (min-width: 1480px) {
    .w {
        width: 1440px
    }
}

.left {
    float: left
}

.right {
    float: right
}

.pharmacy_footer {
    background: #fff
}

.pharmacy_footer_list {
    margin-top: 50px;
    margin-bottom: 50px
}

.pharmacy_footer_list dl {
    float: left;
    width: 18.6666%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 4%;
    color: #999
}

.dl_link a:hover, .pharmacy_header_select_all li:hover {
    color: #4fc2b8
}

.pharmacy_footer_list dl:last-child {
    padding-right: 0;
    width: 6.6666%
}

.pharmacy_footer_list dl dt {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    width: 100%
}

.pharmacy_footer_list dl dd {
    margin-bottom: 10px
}

.pharmacy_footer_list dl dd a {
    font-size: 14px;
    color: #999;
    display: block
}

.pharmacy_bottom {
    padding: 35px 0;
    background: #f0f1f2;
    width: 100%
}

.pharmacy_bottom dl {
    float: left;
    margin-right: 3%
}

.pharmacy_bottom dl.dl2 {
    float: right;
    margin-right: 0
}

.pharmacy_bottom dl.dl1 {
    width: 60%
}

.pharmacy_bottom dl:last-child {
    margin-right: 0;
    float: right;
    width: auto
}

.pharmacy_bottom dl dd {
    margin-bottom: 10px
}

.pharmacy_bottom dl dd, .pharmacy_bottom dl dd a {
    font-size: 14px;
    color: #999
}

.dl_link, .dl_link dd, .dl_link dt {
    width: 100%;
    float: left
}

.dl_link dt a {
    color: #666
}

.dl_link dd {
    line-height: 26px
}

.dl_link dd a {
    color: #999
}

.dl_link dd span {
    margin: 0 10px;
    color: #ccc
}

.pharmacy_bottom dl.pharmacy_link {
    position: relative;
    width: 20%
}

.pharmacy_link dd {
    position: absolute
}

.pharmacy_link1 {
    top: 8px;
    left: -20px
}

.pharmacy_link2 {
    top: 8px;
    left: 20px
}

.pharmacy_link3 {
    top: 8px;
    left: 68px
}

.pharmacy_link4 {
    top: 8px;
    left: 114px
}

.dis_none, .ta_dx .s_fx input, .ta_fx .s_fx input {
    display: none
}

.dis_block, .pharmacy_header_buyer:hover .pharmacy_header_buy, .pros_sel:hover .pros_sel_lb {
    display: block
}

.pharmacy_header {
    width: 100%;
    height: 200px;
    background: #fff
}

.pharmacy_w, .pharmacy_w1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%
}

.pharmacy_w2 {
    width: 1200px;
    margin: 0 auto;
    padding: 0
}

.pharmacy_nav {
    background: #f0f1f2;
    height: 575px
}

@media only screen and (min-width: 1480px) {
    .pharmacy_w, .pharmacy_w1, .pharmacy_w2 {
        width: 1440px
    }

    .pharmacy_nav {
        height: 688px
    }
}

.pharmacy_top {
    height: 200px;
    position: relative;
    width: 100%
}

.pharmacy_header_logo {
    position: absolute;
    top: 42px;
    width: 155px;
    height: 68px
}

@media only screen and (min-width: 1480px) {
    .pharmacy_header_logo {
        top: 42px;
        width: 189px;
        height: 83px
    }
}

.pharmacy_header_search {
    width: 530px;
    height: 78px;
    position: absolute;
    top: 42px;
    left: 270px
}

@media only screen and (min-width: 1480px) {
    .pharmacy_header_search {
        width: 680px;
        left: 320px
    }
}

.pharmacy_header_search ul {
    margin-bottom: 2px;
    height: 38px;
    line-height: 30px
}

.pharmacy_header_search ul li {
    display: inline-block;
    margin-right: 26px;
    color: #333;
    height: 38px;
    text-align: center;
    padding: 0 12px;
    cursor: pointer
}

.pharmacy_header_select {
    background-image: url(../images/search_tipe.png);
    background-repeat: no-repeat;
    height: 40%;
    background-size: 100% 100%;
    color: #fff !important
}

.pharmacy_header_search div {
    width: 100%;
    height: 40px
}

.pharmacy_header_search input {
    width: 100%;
    height: 40px;
    display: block;
    background: #eee;
    border: 0;
    padding-left: 20px;
    font-size: 14px
}

.pharmacy_header_search input::placeholder {
    color: #999
}

.pharmacy_header_search i {
    position: absolute;
    top: 50px;
    right: 28px;
    cursor: pointer
}

.pharmacy_header_user {
    height: 78px;
    font-size: 14px;
    position: absolute;
    top: 42px;
    right: 0
}

.pharmacy_header_user ul {
    height: 24px;
    line-height: 24px;
    margin-left: 6px
}

.pharmacy_header_user ul li {
    display: inline-block;
    color: #666;
    text-align: center;
    cursor: pointer;
    height: 24px
}

.pharmacy_header_menu ul li:last-child, .pharmacy_header_user ul li:last-child {
    margin-right: 0
}

.pharmacy_header_user ul li img {
    display: inline-block;
    vertical-align: middle
}

.pharmacy_header_user ul li a {
    color: #666;
    text-align: left
}

.pharmacy_header_sign a {
    margin-left: 4px
}

.pharmacy_header_buyer {
    position: relative
}

.pharmacy_header_buyer:hover span::before {
    transform: rotate(180deg)
}

.Categories div:hover, .Company .news span:hover, ._text:hover, .medicine_store_serach_all span:hover, .pharmacy_footer_list dl dd a:hover, .pharmacy_header_buy a:hover, .pharmacy_header_buyer:hover span, .pharmacy_header_menu ul li a.on, .pharmacy_header_menu ul li a:hover, .pharmacy_header_user ul li a:hover, .swiper_container div span:hover {
    color: #4fc2b8
}

.pharmacy_header_buy {
    width: 222px;
    background: #fff;
    font-size: 14px;
    position: absolute;
    top: 24px;
    right: -51px;
    border: 1px solid #f0f1f2;
    padding: 14px 16px 6px;
    z-index: 9;
    display: none
}

.pharmacy_header_buy a {
    display: block;
    color: #666
}

.pharmacy_header_buy::after {
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #f0f1f2;
    border-right: 5px solid #f0f1f2;
    border-left: 5px solid #fff;
    content: '';
    display: block;
    z-index: 2;
    top: -5px;
    right: 33px;
    background: #fff;
    transform: rotate(-45deg);
    background-color: #fff
}

.pharmacy_header_Sourcing {
    height: 40px;
    margin-top: 16px
}

.pharmacy_header_Sourcing a {
    font-size: 14px;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff
}

.pharmacy_header_Sourcing a:first-child {
    width: 200px;
    background: #4fc2b8;
    margin-right: 20px
}

.pharmacy_header_Sourcing a:first-child:hover {
    background: #01b4a9
}

.pharmacy_header_Sourcing a:last-child {
    width: 135px;
    background: #f79131;
    float: right
}

.pharmacy_header_Sourcing a:last-child:hover {
    background: #ea8001
}

@media only screen and (min-width: 1480px) {
    .pharmacy_header_Sourcing a:first-child {
        width: 220px
    }
}

.pharmacy_header_menu {
    position: absolute;
    width: 100%;
    bottom: 20px;
    margin-left: 28px
}

.pharmacy_header_menu ul li {
    display: inline-block
}

.pharmacy_header_menu ul li a {
    color: #333;
    margin-right: 73px
}

.body_b, .ta_fx .s_fx {
    background-color: #f0f1f2
}

a.cd_lv {
    color: #4fc2b8
}

a.cd_lan:hover, a.cd_lv:hover, a.cd_r:hover {
    text-decoration: underline
}

.an_lv {
    background-color: #4fc2b8;
    color: #fff
}

.an_h, .an_lv2 {
    background-color: #28858d;
    color: #fff
}

.an_h {
    background-color: #f29124
}

.md50 {
    margin-bottom: 50px
}

.zt_r {
    color: #f90808
}

.md10 {
    margin-bottom: 10px
}

.md15 {
    margin-bottom: 15px
}

.md20 {
    margin-bottom: 20px
}

.ta_fx {
    width: 100%;
    display: block;
    line-height: 24px;
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

.ta_fx .s_fx {
    position: absolute;
    width: 12px;
    height: 12px;
    border: solid 1px #ddd;
    left: 0;
    top: 6px
}

.ta_fx.on .s_fx:before {
    content: '';
    position: absolute;
    background: url(../image/pro/k_dui.png);
    width: 13px;
    height: 11px;
    top: -3px;
    left: 2px
}

.ta_fx img, a.cd_fav2:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.input_d {
    background-color: #f7f9f9
}

.pros_sel_lb li, .ta_dx label {
    width: 100%;
    float: left;
    cursor: pointer
}

.ta_dx label {
    line-height: 24px;
    padding-left: 25px;
    position: relative
}

.ta_dx .s_fx, .ta_dx .s_fx.on:before {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #f0f1f2;
    border: solid 1px #ddd;
    left: 0;
    top: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.ta_dx .s_fx.on:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #4fc2b8;
    border: solid 1px #fff;
    top: 0
}

a.cd_lan {
    color: #314eac
}

a.cd_r {
    color: red
}

.zt_lv {
    color: #4fc2b8
}

.tx_sj {
    background: url(../image/login/t_sj.png) no-repeat 96% 15px
}

.fy1, a.cd_a_lv2 {
    width: 100%;
    text-align: center
}

a.cd_a_lv2 {
    background-color: #4fc2b8;
    color: #fff
}

a.cd_a_lv2:hover {
    background-color: #138791
}

.fy1 {
    float: left;
    font-size: 0
}

.fy1 a, a.cd_a_h, a.cd_a_lv, a.cd_a_lv2 {
    display: inline-block;
    line-height: 40px;
    font-size: 16px
}

.fy1 a {
    padding: 0 15px;
    border: solid 1px #4fc2b8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 4px 0
}

.fy1 a.on, .fy1 a:hover {
    background-color: #4fc2b8;
    color: #fff
}

.fy1 .cd_sx {
    width: 135px;
    text-align: center
}

a.cd_a_h, a.cd_a_lv {
    text-align: center;
    padding: 0 35px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: #28858d;
    color: #fff
}

a.cd_a_lv:hover {
    background-color: #17a0ac
}

a.cd_a_h {
    background-color: #f79131
}

a.cd_a_h:hover {
    background-color: #ff7800
}

.em4 {
    padding: 0 2em
}

.em2 {
    padding: 0 1em
}

.header_pros .pharmacy_header_menu {
    width: auto;
    top: 95px;
    bottom: 0;
    margin: 0;
    left: 200px
}

.header_pros, .header_pros .pharmacy_top {
    height: 150px
}

.header_pros .pharmacy_header_menu ul li a {
    margin-right: 38px
}

@media only screen and (min-width: 1480px) {
    .header_pros .pharmacy_header_menu {
        left: 240px;
        top: 108px
    }

    .header_pros .pharmacy_header_menu ul li a {
        margin-right: 60px
    }
}

.navk_pros {
    width: 100%;
    background-color: #f8f7f7;
    padding: 30px
}

.navk_pros .w {
    height: 75px;
    position: relative
}

.navk_pros .d1, .pro_logo {
    width: 45%;
    float: left
}

.pro_logo {
    width: 100%;
    height: 44px;
    position: relative;
    padding-left: 235px;
    margin-bottom: 15px
}

.pro_logo .s1, .pro_logo p {
    height: 44px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.pro_logo .s1 {
    width: 220px;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    text-align: center
}

.pro_logo p {
    width: 100%;
    line-height: 22px;
    font-size: 18px;
    color: #333
}

.pro_logo .s1 img {
    max-width: 100%;
    max-height: 44px
}

.pro_logo_d {
    width: 100%;
    float: left;
    color: #acacac
}

.pro_logo_d span {
    float: left;
    margin-right: 15px;
    padding-left: 25px
}

.pro_logo_d .s1 {
    background: url(../image/pro/c1.png) left no-repeat
}

.pro_logo_d .s2 {
    background: url(../image/pro/c2.png) left no-repeat
}

.pro_logo_d .s3 {
    background: url(../image/pro/c3.png) left no-repeat
}

.navk_pros .d2, .pros_ss, a.cd_fav2 {
    height: 45px;
    position: relative
}

.navk_pros .d2 {
    width: 50%;
    float: right;
    margin-top: 15px;
    padding-right: 145px
}

a.cd_fav2 {
    line-height: 44px;
    text-align: center;
    color: #4fc2b8;
    font-size: 16px;
    width: 130px;
    border: solid 1px #4fc2b8;
    position: absolute;
    top: 0;
    right: 0
}

a.cd_fav2:before {
    background: url(../image/pro/p_tb3.png) no-repeat;
    width: 22px;
    height: 17px;
    content: ''
}

a.cd_fav2.on, a.cd_fav2:hover {
    background-color: #4fc2b8;
    color: #fff
}

a.cd_fav2.on:before, a.cd_fav2:hover:before {
    background: url(../image/pro/p_tb3_on.png) no-repeat
}

.pros_ss {
    width: 100%;
    float: left;
    background-color: #efeeee;
    padding: 2px 80px 2px 130px
}

.pros_sel_tx1, .pros_sel_tx2 {
    width: 100%;
    border: 0;
    height: 41px
}

.pros_sel_tx2 {
    padding-left: 20px
}

.pros_sel_tx1 {
    background-color: #efeeee;
    line-height: 41px;
    cursor: pointer;
    padding: 0 20px 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../image/pro/p_jt.png) no-repeat 90% 16px;
    color: #333
}

.pros_sel, .pros_sel_lb {
    position: absolute;
    left: 0
}

.pros_sel {
    top: 2px;
    height: 41px;
    width: 130px
}

.pros_sel_lb {
    width: 220px;
    top: 41px;
    border: solid 1px #efeeee;
    background-color: #fff;
    display: none
}

.pros_sel_lb li {
    padding: 8px 10px
}

.pros_sel_lb li:hover {
    background-color: #ddd
}

.pros_sel_an {
    width: 80px;
    border: 0;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../image/pro/p_ss.png) #4fc2b8 center no-repeat;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.pros_sel_an:hover {
    background: url(../image/pro/p_ss.png) #01b4a9 center no-repeat
}

@media only screen and (min-width: 1480px) {
    .pros_sel_an {
        width: 90px
    }

    .pros_ss {
        padding-right: 90px
    }

    .pro_logo {
        padding-left: 245px
    }

    .pro_logo .s1 {
        width: 230px
    }

    .pro_logo p {
        font-size: 20px
    }
}

.pros_nav {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background-color: #4fc2b8
}

.pros_nav li a, .pros_nav ul {
    width: 100%;
    height: 60px
}

.pros_nav li {
    float: left
}

.pros_nav li a {
    display: block;
    text-align: center;
    padding: 0 50px;
    color: #fff
}

.pros_nav li a.on, .pros_nav li a:hover {
    background-color: #28858d
}

.gys_h, .pros_nav {
    width: 100%
}

.gys_h .pros_nav li a.on, .gys_h .pros_nav li a:hover {
    background-color: #f79131
}

@media only screen and (min-width: 1480px) {
    .pros_nav li a {
        padding: 0 65px
    }
}

.zt_d3 {
    color: #333
}

.md30 {
    margin-bottom: 30px
}

.zt_h, a.cd_h {
    color: #f79131
}

a.cd_h:hover {
    text-decoration: underline
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px
}

.center_img {
    position: relative
}

::-o-clear {
    display: none
}

::-ms-clear {
    display: none
}

::-ms-reveal {
    display: none
}

.top_adv {
    margin: 0 auto;
    height: 90px
}

.top_adv, .top_adv img {
    width: 1200px
}

.center_img img {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pharmacy_header {
    width: 100%;
    height: 200px;
    background: #fff
}

.pharmacy_w2 {
    width: 1200px;
    margin: 0 auto;
    padding: 0
}

.pharmacy_nav {
    background: #f0f1f2;
    height: 575px
}

@media only screen and (min-width: 1480px) {
    .pharmacy_w, .pharmacy_w1, .pharmacy_w2, .top_adv img {
        width: 1440px
    }

    .pharmacy_nav {
        height: 688px
    }

    .top_adv {
        height: 100px;
        width: 1440px
    }

    .pharmacy_header_logo {
        top: 42px;
        width: 189px;
        height: 83px
    }

    .pharmacy_header_search {
        width: 680px;
        left: 320px
    }
}

.pharmacy_header_search ul {
    margin-bottom: 2px;
    height: 38px;
    line-height: 30px;
    padding: 0
}

.pharmacy_header_search ul li {
    display: inline-block;
    margin-right: 26px;
    color: #333;
    height: 38px;
    text-align: center;
    padding: 0 12px;
    cursor: pointer
}

.pharmacy_header_select_all li:hover {
    color: #4fc2b8
}

.pharmacy_header_select {
    background-image: url(../images/search_tipe.png);
    background-repeat: no-repeat;
    height: 40%;
    background-size: 100% 100%;
    color: #fff !important
}

.pharmacy_header_search div {
    width: 100%;
    height: 40px
}

.pharmacy_header_search input {
    width: 100%;
    height: 40px;
    display: block;
    background: #eee;
    border: 0;
    padding-left: 20px;
    font-size: 14px
}

.pharmacy_header_search input::placeholder {
    color: #999
}

.pharmacy_header_search i {
    position: absolute;
    top: 40px;
    right: 0;
    cursor: pointer
}

.pharmacy_header_ad {
    height: 172px
}

.pharmacy_header_ad .pharmacy_top {
    height: 100%
}

.pharmacy_header_ad .pharmacy_header_logo {
    top: 54px
}

.pharmacy_header_menu_ad {
    width: 782px;
    left: 200px;
    height: 20px;
    position: absolute;
    top: 108px
}

.pharmacy_header_menu ul {
    padding: 0
}

.pharmacy_header_menu_ad ul li {
    margin-right: 46px;
    float: left
}

.pharmacy_header_menu_ad ul li a {
    color: #333
}

@media only screen and (min-width: 1480px) {
    .pharmacy_header_menu_ad {
        width: 782px;
        left: 269px;
        height: 20px;
        position: absolute;
        top: 123px
    }

    .pharmacy_header_menu_ad ul li {
        margin-right: 66px;
        float: left
    }

    .pharmacy_header_menu_ad ul li a {
        color: #333
    }
}

.pharmacy_header_ad .pharmacy_header_user {
    top: 40px
}

.pharmacy_header_ad .pharmacy_header_Sourcing {
    margin-top: 18px
}

@media only screen and (min-width: 1480px) {
    .pharmacy_header_ad .pharmacy_header_user {
        top: 50px
    }

    .pharmacy_header_ad .pharmacy_header_Sourcing {
        margin-top: 23px
    }
}

.header_ad_search {
    width: 100%;
    height: 140px;
    padding-top: 34px;
    background-color: #f8f7f7
}

.header_ad_navigate .hea_ad_nav_content, .header_ad_search .hea_ad_sea_content {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

@media only screen and (min-width: 1480px) {
    .header_ad_navigate .hea_ad_nav_content, .header_ad_search .hea_ad_sea_content {
        width: 1440px
    }
}

.hea_ad_sea_content .hea_ad_sea_con_title {
    width: 570px;
    height: 45px;
    position: relative;
    overflow: hidden
}

.hea_ad_sea_con_title img {
    max-width: 200px;
    max-height: 100%;
    display: inline-block;
    float: left
}

@media only screen and (min-width: 1480px) {
    .hea_ad_sea_con_title img {
        max-width: 250px
    }
}

.hea_ad_sea_con_title span {
    margin: 12.5px 0 12.5px 14px;
    color: #333;
    font-size: 18px;
    vertical-align: middle;
    float: left
}

@media only screen and (min-width: 1480px) {
    .hea_ad_sea_con_title span {
        font-size: 20px
    }
}

.hea_ad_sea_content .hea_ad_sea_con_img {
    width: 100%;
    height: 20px;
    margin-top: 8px
}

.hea_ad_sea_con_img img {
    margin-right: 3px;
    display: inline-block
}

.hea_ad_sea_con_img span {
    margin-right: 29px;
    font-size: 14px
}

.hea_ad_sea_content .hea_ad_sea_con_search {
    width: 610px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 0
}

@media only screen and (min-width: 1480px) {
    .hea_ad_sea_con_img span {
        font-size: 16px
    }

    .hea_ad_sea_content .hea_ad_sea_con_search {
        width: 740px
    }
}

.hea_sea_contert {
    width: 468px;
    height: 50px;
    line-height: 50px;
    padding: 3px 0;
    background-color: #efeeee;
    float: left
}

@media only screen and (min-width: 1480px) {
    .hea_sea_contert {
        width: 588px
    }
}

.hea_sea_contert #content, .hea_sea_contert .hea_sea_con_select {
    width: 127px;
    height: 44px;
    line-height: 44px;
    float: left
}

.hea_sea_con_select p {
    width: 112px;
    height: 44px;
    line-height: 44px;
    background: url(../image/images/search_triangle.png) right center no-repeat;
    color: #4c4c4c;
    overflow: hidden;
    text-indent: 12px
}

.hea_sea_con_select img {
    display: inline
}

.hea_sea_con_select ul {
    margin-top: 1px;
    display: none
}

.hea_sea_con_select li {
    width: 223px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    text-indent: 12px
}

.hea_sea_con_select li.on {
    background-color: #ddd
}

.hea_sea_contert #content {
    width: 271px;
    background-color: #fff;
    border: 0;
    text-indent: 23px
}

@media only screen and (min-width: 1480px) {
    .hea_sea_contert #content {
        width: 351px
    }
}

.hea_sea_contert #submit {
    width: 67px;
    height: 44px;
    background: url(../image/images/search_white.png) center center no-repeat;
    background-color: #4fc2b8;
    border: 0;
    float: left
}

@media only screen and (min-width: 1480px) {
    .hea_sea_contert #submit {
        width: 107px
    }
}

.hea_ad_sea_con_search .favorites {
    width: 123px;
    height: 43px;
    line-height: 43px;
    margin-top: 2px;
    background: url(../image/images/heart.png) 7px center no-repeat;
    background-color: transparent;
    border: 1px solid #6dcbc3;
    color: #6dcbc3;
    font-family: 'å¾®è½¯é›…é»‘';
    font-size: 16px;
    float: right;
    text-indent: 38px;
    cursor: pointer
}

@media only screen and (min-width: 1480px) {
    .hea_ad_sea_con_search .favorites {
        width: 133px
    }
}

.hea_ad_sea_con_search .favorites_on {
    background: url(../image/pro/p_tb2_on.png) 7px center no-repeat;
    background-size: 20px 17px
}

.header_ad_navigate {
    width: 100%;
    height: 60px;
    background-color: #4fc2b8
}

.header_ad_navigate .hea_ad_nav_content {
    height: 100%
}

.header_ad_navigate ul {
    width: 1200px;
    height: 100%;
    margin: 0 auto
}

@media only screen and (min-width: 1480px) {
    .header_ad_navigate ul {
        width: 1400px
    }
}

.header_ad_navigate ul li {
    width: 170px;
    height: 57px;
    line-height: 60px;
    float: left;
    text-align: center
}

@media only screen and (min-width: 1480px) {
    .header_ad_navigate ul li {
        width: 200px
    }
}

.header_ad_navigate ul li a {
    color: #fff;
    font-size: 18px
}

.header_ad_navigate ul li.on {
    background-color: #28858d
}

.pharmacy_header_user ul {
    height: 24px;
    line-height: 24px;
    margin-left: 6px
}

.pharmacy_header_user ul li {
    display: block;
    color: #666;
    text-align: center;
    cursor: pointer;
    height: 24px;
    float: right
}

.pharmacy_header_menu ul li:last-child, .pharmacy_header_user ul li:last-child {
    margin-right: 0
}

.pharmacy_header_user ul li img {
    display: inline-block;
    vertical-align: middle
}

.pharmacy_header_user ul li a {
    color: #666;
    text-align: left
}

.pharmacy_header_sign a {
    margin-left: 4px
}

.pharmacy_header_buyer {
    position: relative
}

.pharmacy_header_buyer span::before {
    content: '';
    background: url(../images/img_4_03.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -18px;
    top: 15px;
    width: 8px;
    height: 7px
}

#nav_li_a_on {
    color: #4fc2b8
}

.pharmacy_header_buyer:hover span::before {
    transform: rotate(180deg)
}

.Categories div:hover, .Company .news span:hover, ._text:hover, .medicine_store_serach_all span:hover, .pharmacy_footer_list dl dd a:hover, .pharmacy_header_buy a:hover, .pharmacy_header_buyer:hover span, .pharmacy_header_menu ul li a.on, .pharmacy_header_menu ul li a:hover, .pharmacy_header_user ul li a:hover, .pharmacy_like_list li a span:hover, .pharmacy_show ul li a p:hover, .pharmacy_tabs_list .pharmacy_tabs_select li:hover, .pharmacy_tabs_more li a:hover span, .swiper_container div span:hover {
    color: #4fc2b8
}

.pharmacy_header_buyer:hover .pharmacy_header_buy {
    display: block
}

.pharmacy_header_buy {
    width: 222px;
    background: #fff;
    font-size: 14px;
    position: absolute;
    top: 24px;
    right: -51px;
    border: 1px solid #f0f1f2;
    padding: 14px 16px 6px;
    z-index: 9;
    display: none;
    line-height: 24px
}

.pharmacy_header_buy a {
    display: block;
    margin-bottom: 5px;
    color: #666
}

.pharmacy_header_buy::after {
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #f0f1f2;
    border-right: 5px solid #f0f1f2;
    border-left: 5px solid #fff;
    content: '';
    display: block;
    z-index: 2;
    top: -5px;
    right: 33px;
    transform: rotate(-45deg);
    background-color: #fff
}

.pharmacy_header_Sourcing {
    height: 40px;
    margin-top: 16px
}

.pharmacy_header_Sourcing a {
    font-size: 14px;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff
}

.pharmacy_header_Sourcing a:first-child {
    width: 200px;
    background: #4fc2b8;
    margin-right: 20px
}

.pharmacy_header_Sourcing a:first-child:hover {
    background: #01b4a9
}

.pharmacy_header_Sourcing a:last-child {
    width: 135px;
    background-color: #108391;
    float: right
}

.pharmacy_header_Sourcing a:last-child:hover {
    background: #ea8001
}

@media only screen and (min-width: 1480px) {
    .pharmacy_header_Sourcing a:first-child {
        width: 220px
    }
}

.pharmacy_header_menu {
    position: absolute;
    width: 100%;
    bottom: 10px;
    margin-top: 10px
}

.pharmacy_header_menu ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px
}

.pharmacy_header_menu ul li a {
    color: #333;
    margin-right: 30px
}

.pharmacy_header_menu ul li a.vec_url {
    margin-right: 0
}

.pharmacy_banner_all li .txtk, .pharmacy_nav_tab {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2
}

.pharmacy_nav_tab {
    width: 320px;
    background: #5f6166;
    color: #fff;
    opacity: .8
}

.pharmacy_nav_tab a {
    color: #fff
}

.pharmacy_nav_tab a:hover, .pharmacy_nav_tab_classify li:hover a {
    color: #ef8f36
}

.pharmacy_nav_tab_all {
    padding-top: 50px;
    height: 20px;
    padding-left: 28px;
    line-height: 20px;
    margin-bottom: 56px
}

.pharmacy_nav_tab_all img {
    float: left;
    margin-top: 4px
}

.pharmacy_nav_tab_all span {
    font-size: 18px;
    float: left;
    margin-left: 20px
}

.pharmacy_nav_tab_classify li {
    padding-left: 28px;
    padding-bottom: 14px;
    max-height: 60px;
    width: 100%
}

.pharmacy_nav_tab_classify li.last-child {
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0
}

@media only screen and (min-width: 1480px) {
    .pharmacy_nav_tab_classify li {
        padding-bottom: 20px;
        max-height: 46px
    }

    .pharmacy_header_menu ul li a {
        color: #333;
        margin-right: 65px
    }

    .pharmacy_nav_tab_classify li.last-child {
        margin-top: 30px
    }
}

.pharmacy_nav_tab_classify li a {
    position: relative
}

.pharmacy_nav_tab_classify li:hover .pharmacy_nav_tab_classify2 {
    display: block !important
}

.pharmacy_nav_tab_classifys::after {
    background-image: url(../image/images/img_8_03.png);
    content: '';
    width: 7px;
    height: 11px;
    background-size: 7px 11px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: -30px;
    top: 6px
}

.pharmacy_nav_tab_classify2 {
    position: absolute;
    left: 320px;
    z-index: 9;
    background: #5f6166;
    top: 0;
    width: 328px;
    padding-top: 50px;
    padding-bottom: 20px;
    opacity: .8;
    display: none;
    height: 575px
}

@media only screen and (min-width: 1480px) {
    .pharmacy_nav_tab_classify2 {
        height: 688px
    }
}

.pharmacy_nav_tab_classify2 .pharmacy_nav_tab_classify2_1 li {
    padding-left: 28px;
    position: relative;
    max-height: 46px
}

.pharmacy_nav_tab_classify li a, .pharmacy_nav_tab_classify2 .pharmacy_nav_tab_classify2_1 li a {
    color: #fff;
    font-size: 14px;
    margin-right: 22px;
    width: 242px;
    display: inline-block
}

.pharmacy_nav_tab_classify2 li:hover a {
    color: #ef8f36
}

.pharmacy_w1 .swiper-container {
    height: 575px;
    width: 880px;
    position: absolute;
    right: 0;
    top: 0
}

.pharmacy_banners ul, .pharmacy_w1 ul {
    padding: 0
}

.pharmacy_w1 ul li {
    list-style: none
}

@media only screen and (min-width: 1480px) {
    .pharmacy_w1 .swiper-container {
        height: 688px;
        width: 1120px
    }
}

.pharmacy_w1 .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
    font-size: 0;
    bottom: 26px;
    right: 36px;
    left: auto
}

.pharmacy_w1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    background: 0 0;
    opacity: 1
}

.pharmacy_w1 .swiper-pagination-bullet-active {
    background: #fff
}

.pharmacy_w1 .swiper-button-prev, .pharmacy_w1.swiper-container-rtl .swiper-button-next {
    background-image: url(../image/images/left3_03.png) !important;
    color: #fff;
    left: 50px;
    right: auto;
    padding: 30px
}

.pharmacy_w1 .swiper-button-next, .pharmacy_w1 .swiper-container-rtl .swiper-button-prev {
    background-image: url(../image/images/img_7_05.png) !important;
    color: #fff;
    right: 50px;
    left: auto;
    padding: 30px
}

.pharmacy_w1 .swiper-slide .pharmacy_nav_title {
    position: absolute;
    top: 165px;
    left: 450px;
    width: 630px
}

.pharmacy_w1 .swiper-slide .pharmacy_nav_title p {
    font-size: 33px;
    color: #fff;
    line-height: 58px;
    font-style: italic
}

.pharmacy_w1 .swiper-slide .pharmacy_nav_more {
    background: #28858d;
    width: 180px;
    height: 38px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 375px;
    left: 450px;
    line-height: 38px
}

@media only screen and (min-width: 1480px) {
    .pharmacy_w1 .swiper-slide .pharmacy_nav_title {
        top: 200px;
        left: 495px;
        width: 770px
    }

    .pharmacy_w1 .swiper-slide .pharmacy_nav_title p {
        font-size: 36px;
        line-height: 60px
    }

    .pharmacy_w1 .swiper-slide .pharmacy_nav_more {
        left: 495px;
        top: 435px;
        width: 210px
    }
}

.pharmacy_banners {
    background: #f0f1f2;
    padding-bottom: 32px
}

.pharmacy_banner_all {
    margin: 50px auto 40px;
    float: left;
    width: 100%
}

.pharmacy_banner_all li {
    width: 32%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 2%;
    float: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: #fff
}

.pharmacy_banner_all li img, .pharmacy_like_list li a img, .pharmacy_show ul, .pharmacy_tabs_content_img img {
    width: 100%
}

.pharmacy_banner_all li a:hover p {
    color: #28858d
}

.pharmacy_banner_all li .txtk {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.pharmacy_banner_all li:last-child {
    margin-right: 0
}

.pharmacy_banner_all li a {
    width: 100%;
    position: relative;
    display: block
}

.pharmacy_banner_all li p {
    padding-bottom: 20px;
    font-size: 22px;
    color: #666;
    cursor: pointer;
    display: block;
    position: relative;
    margin-left: 30px
}

.pharmacy_banner_all li p:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #28858d;
    width: 45px;
    height: 2px
}

.pharmacy_like {
    background-image: url(../image/images/img_20_03.jpg);
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.pharmacy_like_more {
    height: 90px;
    line-height: 90px
}

.pharmacy_like_more li:first-child {
    font-size: 24px;
    color: #333;
    display: inline-block;
    margin-left: 28px
}

.pharmacy_like_more li:last-child a:hover {
    color: #4fc2b8
}

.pharmacy_like_more li:last-child {
    float: right;
    margin-right: 44px
}

.pharmacy_like_more li:last-child a {
    color: #737373;
    font-size: 18px
}

.pharmacy_like_list {
    width: 102%;
    margin-left: -1%;
    padding: 0 30px;
    margin-top: -15px;
    float: left
}

.pharmacy_like_list li {
    width: 16.6%;
    float: left;
    padding: 1%;
    box-sizing: border-box
}

.pharmacy_banners li {
    list-style: none
}

.pharmacy_like_list li a, .pharmacy_show ul li a, .pro_ban img {
    width: 100%;
    display: block
}

.pharmacy_like_list li a span {
    font-size: 15px;
    color: #737373;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.pharmacy_tabs {
    width: 100%;
    background: #fff
}

.pharmacy_tabs_title {
    padding-top: 44px;
    padding-left: 28px;
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
    float: left;
    width: 100%
}

.pharmacy_tabs_list {
    position: relative;
    float: left;
    width: 100%
}

.pharmacy_tabs_list .pharmacy_tabs_select {
    height: 52px;
    line-height: 52px;
    float: left;
    width: 100%
}

.pharmacy_tabs_list .pharmacy_tabs_select li {
    font-size: 16px;
    color: #6e6e6e;
    text-align: center;
    float: left;
    height: 52px;
    padding: 0 30px;
    cursor: pointer
}

.pharmacy_tabs_more {
    position: absolute;
    top: 14px;
    right: 40px
}

.pharmacy_tabs_more li a span {
    color: #999;
    font-size: 14px
}

.pharmacy_tabs .pharmacy_tabs_list .pharmacy_tabs_select .pharmacy_tabs_selects {
    background: #4fc2b8;
    color: #fff;
    z-index: 2;
    position: relative
}

.pharmacy_tabs_selects::before {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #4fc2b8;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: '';
    display: block;
    bottom: -19px;
    z-index: 2;
    left: 50%;
    margin-left: -5px
}

.pharmacy_tabs_contents, .ta_dx .s_fx input, .ta_fx .s_fx input {
    display: none
}

.pharmacy_tabs_content, .pharmacy_tabs_contents {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden
}

.pharmacy_tabs_content.on .pharmacy_tabs_content_img {
    animation: fadeInLeft .8s .2s ease both;
    -webkit-animation: fadeInLeft .8s .2s ease both;
    -moz-animation: fadeInLeft .8s .2s ease both
}

.pharmacy_tabs_content.on .pharmacy_tabs_content_introduce {
    animation: fadeInRight .8s .2s ease both;
    -webkit-animation: fadeInRight .8s .2s ease both;
    -moz-animation: fadeInRight .8s .2s ease both
}

.pharmacy_tabs_content.on .pharmacy_show {
    animation: fadeInUp .8s .2s ease both;
    -webkit-animation: fadeInUp .8s .2s ease both;
    -moz-animation: fadeInUp .8s .2s ease both
}

.pharmacy_tabs_content_img, .pharmacy_tabs_content_introduce {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.pharmacy_tabs_content_img {
    width: 40%;
    float: left;
    position: relative
}

.pharmacy_tabs_content_introduce {
    width: 60%;
    box-shadow: inset 0 20px 10px -15px #f0f1f2;
    float: right;
    box-sizing: border-box
}

.ml_sy_nr {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    color: #666;
    margin-top: 10px;
    margin-left: 10px
}

.ml_sy_nr h3 {
    display: block;
    margin-bottom: 15px;
    color: #333
}

.ml {
    margin-left: 74px
}

.pharmacy_tabs_content_list {
    width: 103%;
    float: left;
    margin-left: -1.5%;
    padding-right: 20px
}

.pharmacy_tabs_content_list li {
    width: 25%;
    padding: 0 1.5%;
    float: left
}

.fl_fo1 h4, .pharmacy_tabs_content_list li a {
    width: 100%;
    float: left
}

.pharmacy_tabs_content_list li a div {
    width: 100%;
    height: 108px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    text-align: center;
    float: left
}

.pharmacy_tabs_content_list li a div img {
    max-width: 90%;
    max-height: 90%;
    display: inline-block
}

.pharmacy_tabs_content_list li a:hover img {
    margin-top: -5px
}

@media only screen and (min-width: 1480px) {
    .pharmacy_tabs_content_list li a div {
        height: 150px
    }

    .pharmacy_tabs_content_introduce {
        padding: 30px 0 0 30px
    }

    .pharmacy_tabs_content_list li a div img {
        max-width: 75%
    }
}

.pharmacy_tabs_content_list_name {
    width: 100%;
    float: left;
    line-height: 22px;
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px
}

.pharmacy_tabs_content_list li a:hover .pharmacy_tabs_content_list_name {
    COLOR: #4fc2b8
}

.pharmacy_tabs_content_text, .pharmacy_tabs_content_text1 {
    position: absolute;
    top: 58px;
    right: 0;
    width: 50%;
    font-size: 28px;
    color: #fff
}

.pharmacy_tabs_content_text1 {
    font-size: 14px;
    top: 100px;
    width: 45%;
    left: 50%;
    line-height: 22px
}

.pharmacy_tabs_content_text1 p {
    font-size: 14px;
    color: #fff
}

a.pharmacy_tabs_content_now {
    position: absolute;
    top: 214px;
    left: 50%;
    background: #4fc2b8;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    line-height: 40px
}

a.pharmacy_tabs_content_now:hover {
    background: #138791
}

.pharmacy_show, .pharmacy_show ul li {
    height: 175px;
    position: relative
}

.jg30 {
    background-color: #f0f1f2;
    float: left
}

.pharmacy_show ul li {
    background: #fff;
    width: 20%;
    float: left;
    border-right: solid 1px #ededed
}

.pharmacy_show ul li a div {
    width: 130px;
    height: 130px;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0
}

.pharmacy_show ul li a div:hover {
    background-size: 102% 102% !important
}

.pharmacy_show ul li a {
    height: 100%
}

@media only screen and (min-width: 1480px) {
    .pharmacy_show, .pharmacy_show ul li {
        height: 190px
    }

    .pharmacy_show ul li a div {
        width: 150px;
        height: 150px
    }
}

.pharmacy_show ul li:last-child {
    border-right: 0
}

.pharmacy_show ul li a p {
    font-size: 16px;
    display: block;
    position: absolute;
    left: 10px;
    z-index: 9
}

.pharmacy_purchase {
    height: 464px;
    margin-top: 82px;
    background-image: url(../image/images/10.jpg);
    background-repeat: no-repeat;
    padding-left: 55px;
    position: relative
}

.pharmacy_client1 text, .pharmacy_purchase p {
    display: block;
    color: #fff
}

.pharmacy_purchase1 {
    font-size: 38px;
    padding-top: 80px
}

.pharmacy_purchase2 {
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 40px
}

.pharmacy_purchase3 p {
    line-height: 20px;
    font-size: 18px
}

.pharmacy_purchase3 {
    margin-bottom: 54px
}

.pharmacy_purchase4 li a span {
    color: #fff;
    font-size: 14px
}

.pharmacy_purchase4 li a span:last-child {
    margin-left: 10px
}

.pharmacy_purchase5 {
    background: #fff;
    width: 40%;
    height: 384px;
    position: absolute;
    top: 40px;
    right: 40px;
    padding: 0 35px
}

.pharmacy_purchase5 span {
    margin-top: 26px;
    color: #000;
    font-size: 30px;
    margin-bottom: 22px;
    display: block
}

.pharmacy_input1 {
    width: 100%;
    height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 8px
}

.pharmacy_purchase5 input, .pharmacy_purchase5 select {
    padding-left: 16px
}

.pharmacy_purchase5 input::placeholder {
    color: #a9a9a9
}

.pharmacy_input2, .sel_dx {
    width: 45%;
    height: 38px;
    margin: 20px 4% 0 0
}

.pharmacy_input2 {
    border-radius: 8px;
    border: 1px solid #dcdcdc
}

.sel_dx {
    position: relative
}

.sel_dx .pharmacy_input2 {
    width: 100%;
    margin: 0
}

.pharmacy_input3, .pharmacy_input4 {
    position: absolute;
    top: 0;
    border: 1px solid #dcdcdc;
    height: 38px;
    border-radius: 8px
}

.pharmacy_input3 {
    width: 40%;
    left: 44%;
    border-top-right-radius: initial;
    border-right-color: transparent;
    border-bottom-right-radius: initial;
    font-size: 14px;
    padding-left: 16px;
    line-height: 38px
}

.pharmacy_purchase5 .s1 {
    position: relative;
    margin-bottom: 20px
}

.pharmacy_input4 {
    right: 9%;
    width: 30px;
    border-left: none;
    border-top-left-radius: initial;
    border-left-color: transparent;
    border-bottom-left-radius: initial
}

@media only screen and (min-width: 1480px) {
    .pharmacy_input4 {
        right: 11%
    }
}

.pharmacy_input4 .pharmacy_select_top {
    width: 4px;
    height: 4px;
    margin-top: 14px;
    margin-left: 10px
}

.pharmacy_input4 .pharmacy_select_bottom {
    margin-top: 2px;
    margin-left: 10px;
    width: 4px;
    height: 4px
}

.pharmacy_select_1 {
    position: absolute;
    top: 38px;
    right: 0;
    width: 100%
}

.pharmacy_select_1 ul {
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 0;
    border-top: transparent;
    height: 176px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 6px
}

.pharmacy_select_1 ul::-webkit-scrollbar {
    width: 8px;
    height: 1px
}

.pharmacy_select_1 ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px #fff;
    background: #c6c6c6
}

.pharmacy_select_1 ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #fff;
    border-radius: 10px;
    background: #fff
}

.pharmacy_select_1 ul li {
    width: 100%;
    padding: 5px 10px 5px 15px;
    line-height: 20px;
    color: #9e9e9e;
    cursor: pointer
}

.pharmacy_select_1 ul li:hover {
    background-color: #4fc2b8;
    color: #fff
}

.pharmacy_input3 {
    color: #9e9e9e
}

.pharmacy_textarea {
    height: 90px;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 14px;
    text-align: left
}

.pharmacy_textarea::placeholder {
    color: #a9a9a9;
    width: 100%;
    text-align: left
}

.pharmacy_purchase_post, a.pharmacy_purchase_post {
    font-size: 14px;
    background: #4fc2b8;
    width: 40%;
    height: 38px;
    border-radius: 8px;
    display: block;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin-top: 20px
}

.pharmacy_purchase_post:hover, a.pharmacy_purchase_post:hover {
    background: #138791
}

.pharmacy_total {
    margin-top: 48px;
    margin-bottom: 34px;
    font-size: 24px;
    color: #333
}

.pharmacy_Solutionsl {
    height: 436px;
    background: #fff
}

.pharmacy_Solutionsl1 {
    width: 100%
}

.pharmacy_Solutionsl1 li {
    height: 436px;
    position: relative;
    float: left;
    width: 25%;
    padding: 0 3%
}

.pharmacy_Solutionsl1 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 66px;
    width: 1px;
    height: 292px;
    background: #f5f5f5
}

.pharmacy_Solutionsl1 li img {
    margin: auto
}

.pharmacy_Solutionsl2 {
    color: #666;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -56px
}

.pharmacy_Solutionsl3 {
    width: 100%;
    height: 72px;
    font-size: 16px;
    color: #999;
    line-height: 26px;
    margin-bottom: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center
}

.pharmacy_Solutionsl4, a.pharmacy_Solutionsl4 {
    background: #28858d;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 165px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    display: block
}

.pharmacy_Solutionsl4:hover, a.pharmacy_Solutionsl4:hover {
    background: #1f9ca7
}

.pharmacy_client {
    margin-top: 60px;
    background: #4fc2b8;
    width: 100%;
    height: 210px
}

.jg30 {
    width: 100%;
    height: 30px
}

.pharmacy_client ul {
    padding: 50px 46px 58px 28px
}

.pharmacy_client ul li {
    float: left
}

.pharmacy_client1 {
    width: 22%
}

.pharmacy_client1_1 {
    font-size: 22px;
    margin-bottom: 20px
}

.pharmacy_client1_2 {
    font-size: 16px;
    opacity: .9;
    line-height: 35px
}

.pharmacy_client_tel {
    width: 14%;
    color: #fff;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 20px
}

.pharmacy_client_tel p {
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff
}

.pharmacy_client_subs p, .pharmacy_client_tel span {
    opacity: .9;
    font-size: 18px
}

.pharmacy_client_subs {
    width: 60%;
    padding-top: 15px
}

.pharmacy_client_subs p {
    color: #fff;
    display: block;
    margin-bottom: 12px
}

.pharmacy_client_sub1 {
    position: relative
}

.pharmacy_client_sub1 input {
    background: #fff;
    width: 50%;
    height: 62px;
    line-height: 62px;
    border: 0;
    padding: 0 24px;
    float: left;
    font-size: 18px
}

.pharmacy_client_sub1 input::placeholder {
    color: #999
}

.pharmacy_client_sub2, a.pharmacy_client_sub2 {
    font-size: 20px;
    color: #fff;
    width: 22%;
    height: 63px;
    background: #138791;
    text-align: center;
    line-height: 62px;
    float: left
}

.pharmacy_client_sub2:hover, a.pharmacy_client_sub2:hover {
    background: #037077
}

.pharmacy_client_join, a.pharmacy_client_join {
    font-size: 20px;
    color: #fff;
    width: 22%;
    height: 63px;
    background: #f79131;
    text-align: center;
    line-height: 62px;
    float: right
}

.pharmacy_client_join:hover, a.pharmacy_client_join:hover {
    background: #dd7900
}

.pro_ban {
    width: 100%;
    position: relative;
    float: left
}

.pro_ban .txtk {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 8%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    color: #fff;
    line-height: 45px;
    font-size: 32px
}

.pro_ban .txtk a.cd_a_lv {
    width: 180px;
    margin-top: 20px
}

a.cd_a_lv {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    padding: 0 35px;
    font-size: 16px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: #28858d;
    color: #fff
}

a.cd_a_lv:hover {
    background-color: #17a0ac
}

.ny_pro, .pro_fl {
    width: 100%;
    background-color: #f0f1f2
}

@media only screen and (min-width: 1480px) {
    .pro_ban .txtk {
        line-height: 48px
    }
}

.pro_fl {
    float: left;
    background-color: #fff
}

.pro_fl .imgk, .swiper-fl {
    position: relative;
    float: left;
    height: 337px
}

.pro_fl .imgk {
    width: 230px;
    overflow: hidden;
    cursor: pointer
}

.pro_fl .imgk img {
    width: 100%;
    min-height: 337px
}

.pro_fl .imgk a {
    width: 100%;
    height: 100%;
    background-color: #f8aaba;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin: auto
}

.pro_fl .imgk p {
    line-height: 32px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    padding: 0 10% 0 15%;
    cursor: pointer;
    margin: auto
}

.pro_fl .txtk {
    float: right;
    width: -webkit-calc(-130%);
    width: -moz-calc(-130%);
    width: calc(-130%)
}

.swiper-fl {
    width: 100%;
    padding: 32px 60px 20px
}

.swiper-fl .swiper-fl-container, .swiper-fl .swiper-slide {
    width: 100%;
    height: 264px;
    overflow: hidden
}

.swiper-fl .swiper-slide {
    position: relative;
    height: 44px;
    line-height: 20px;
    padding-right: 15px
}

.swiper-fl a {
    width: 100%;
    display: block;
    line-height: 22px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (min-width: 1480px) {
    .swiper-fl .swiper-slide {
        height: 48px
    }

    .swiper-fl .swiper-fl-container {
        height: 288px
    }
}

.swiper-fl a.f2 {
    font-size: 16px;
    font-weight: 700
}

.swiper-fl-next, .swiper-fl-prev {
    width: 22px;
    height: 54px;
    background: url(../image/pro/jt_lv.png) no-repeat;
    background-size: 100% 100%;
    outline: 0;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -27px;
    z-index: 11
}

.swiper-fl-next {
    right: 20px
}

.swiper-fl-prev {
    left: 20px;
    transform: rotate(180deg)
}

.swiper-fl-next.swiper-button-disabled, .swiper-fl-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-fl a.cd_lv {
    position: absolute;
    left: 60px;
    bottom: 30px
}

@media only screen and (min-width: 1480px) {
    .pro_fl .imgk, .swiper-fl {
        height: 390px
    }

    .pro_fl .imgk img {
        min-height: 390px
    }

    .swiper-fl a {
        font-size: 16px;
        height: 24px;
        line-height: 24px
    }

    .swiper-fl a.cd_lv {
        bottom: 40px
    }

    .pro_fl .imgk p {
        line-height: 36px;
        font-size: 24px
    }
}

.ny_jj {
    padding: 50px 0
}

.ny_pro_fl .d1 {
    width: 23%;
    float: left
}

.ny_pro_fl .d2 {
    width: 75%;
    float: right
}

.fl_bt1, .fl_bt2 {
    width: 100%;
    float: left
}

.fl_bt1 {
    background-color: #4fc2b8;
    line-height: 30px;
    font-size: 20px;
    padding: 15px 20px
}

.cg_fl .imgk p, .fl_bt1, .fl_bt1 a {
    color: #fff
}

.fl_bt1 a:hover {
    color: #ffc600
}

.fl_bt2 {
    background-color: #edfdfc;
    display: flex;
    line-height: 20px;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    height: 55PX;
    font-size: 16px;
    padding: 0 20px
}

.fl_bt2, .fl_bt2 a, .nav_fl a:hover {
    color: #4fc2b8
}

.fl_bt1 b, .fl_tt_lb b {
    font-size: 18px
}

.md30 {
    margin-bottom: 30px
}

.fl_fo1_k1 h6, .kk_b, .nav_fl li {
    width: 100%;
    background-color: #fff;
    float: left
}

.nav_fl {
    width: 100%;
    max-height: 560px;
    float: left;
    overflow-y: auto
}

.fl_fo1_k1 h6, .nav_fl li {
    border-bottom: solid 1px #ddd
}

.nav_fl a {
    width: 100%;
    line-height: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    height: 55PX;
    padding: 0 15px 0 20px;
    color: #909090
}

.fl_anq1, .fl_fo1 {
    width: 100%;
    float: left;
    padding: 20px
}

.fl_fo1_k1 .fl_fo2 {
    padding: 20px
}

.fl_fo1_k1 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border: solid 1px #ddd
}

.fl_fo1_k1 h6 {
    line-height: 40px;
    padding-left: 10px;
    background-color: #f7f9f9
}

.bt_r_bj1, .ta_dx label {
    position: relative
}

.bt_r_bj1:before {
    content: '';
    width: 5px;
    height: 100%;
    background: url(../image/pro/lm_r.png) center no-repeat;
    right: 10px;
    top: 0;
    position: absolute
}

.fl_fo2k {
    height: 165px
}

.fl_fo2, .fl_fo2 dl, .fl_fo2k, .fl_fo2k .mCSB_container {
    width: 100%;
    float: left
}

.fl_fo2 dd, .fl_fo2 li {
    width: 100%;
    float: left;
    line-height: 24px;
    margin-bottom: 5px
}

.fl_fo2 dl {
    padding-left: 25px
}

.md10 {
    margin-bottom: 10px
}

.md15 {
    margin-bottom: 15px
}

.md20 {
    margin-bottom: 20px
}

.ta_fx {
    width: 100%;
    display: block;
    line-height: 24px;
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

.ta_fx .s_fx {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #f0f1f2;
    border: solid 1px #ddd;
    left: 0;
    top: 6px
}

.ta_fx.on .s_fx:before {
    content: '';
    position: absolute;
    background: url(../image/pro/k_dui.png);
    width: 13px;
    height: 11px;
    top: -3px;
    left: 2px
}

.ta_fx img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.input_d {
    background-color: #f7f9f9
}

.ta_dx label {
    line-height: 24px;
    padding-left: 25px;
    cursor: pointer
}

.ta_dx .s_fx, .ta_dx .s_fx.on:before {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #f0f1f2;
    border: solid 1px #ddd;
    left: 0;
    top: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.ta_dx .s_fx.on:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #4fc2b8;
    border: solid 1px #fff;
    top: 0
}

.fl_fo1_an, .ta_dx label {
    width: 100%;
    float: left
}

.fl_fo1_an .btn {
    width: 47.5%;
    font-size: 16px
}

.fl_fo1_an .btn-block, .fl_tt {
    width: 100%
}

.fl_tt {
    background-color: #fff;
    padding: 15px 20px;
    line-height: 24px
}

.fl_tt_lb b {
    float: left
}

.fl_fo3, .fl_fo4, .fl_tt {
    float: left
}

.fl_fo3 li, .fl_fo4 a {
    float: left;
    margin-left: 10px
}

.fl_fo4 a {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    margin-top: 3px
}

.fl_fo4 a.a1 {
    background: url(../image/pro/mt_b1.png)
}

.fl_fo4 a.a1.on, .fl_fo4 a.a1:hover {
    background: url(../image/pro/mt_b1_on.png)
}

.fl_fo4 a.a2 {
    background: url(../image/pro/mt_b2.png)
}

.fl_fo4 a.a2.on, .fl_fo4 a.a2:hover {
    background: url(../image/pro/mt_b2_on.png)
}

.fl_tt_nr, .pro_lb1, .pro_lb1 .txtk1 dd, .pro_lb1 .txtk1 dl {
    width: 100%;
    float: left
}

.pro_lb1 li, .pro_lb2 li {
    background-color: #fff;
    float: left
}

.pro_lb1 li {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px
}

.pro_lb1 .txtk1 {
    width: 68%;
    float: left;
    min-height: 200px;
    position: relative;
    padding-left: 220px
}

.pro_lb1 .txtk1 a.cd_lv {
    position: absolute;
    right: 0;
    bottom: 0
}

.pro_lb1 .txtk1 .imgk {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.pro_lb1 .txtk1 .imgk img, .pro_lb2 .imgk img {
    max-width: 100%;
    max-height: 100%
}

.pro_lb1 .txtk1 a.dbt {
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #595959;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pro_lb1 .txtk1 dd {
    margin-top: 10px;
    line-height: 20px;
    position: relative;
    padding-left: 110px
}

.pro_lb1 .txtk1 dd b {
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0
}

.gys_lb1 .txtk1 dd p, .pro_lb1 .txtk1 dd p {
    display: block;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.gys_lb1 .txtk1 dd p.p_1, .pro_lb1 .txtk1 dd p.p_1 {
    height: 40px;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.pro_lb1 .txtk2 {
    width: 27%;
    float: right
}

.pro_lb1 .txtk2 h4 {
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px
}

.gys_lb2 h6, .pro_lb1 .txtk2 dl {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.pro_lb1 .txtk1 a.dbt, .pro_lb1 .txtk2 dd, .pro_lb1 .txtk2 h4, .pro_lb2 .imgk {
    width: 100%;
    float: left;
    overflow: hidden
}

.pro_lb1 .txtk2 dd, .pro_lb1 .txtk2 h4 {
    line-height: 24px;
    text-overflow: ellipsis
}

.pro_lb1 .txtk2 dd {
    color: #909090;
    margin: 3px 0;
    padding-left: 30px;
    white-space: nowrap
}

.pro_lb1 .txtk2 dd.dd1 {
    background: url(../image/pro/c1.png) left no-repeat
}

.pro_lb1 .txtk2 dd.dd2 {
    background: url(../image/pro/c2.png) left no-repeat
}

.pro_lb1 .txtk2 dd.dd3 {
    background: url(../image/pro/c3.png) left no-repeat
}

.pro_lb1 .txtk2 a.cd_a_lv2, .pro_lb2 {
    width: 80%;
    float: left
}

.pro_lb1 .txtk1 a:hover {
    color: #4fc2b8;
    cursor: pointer
}

.pro_lb2 {
    width: 101.4%;
    margin-left: -0.7%;
    margin-bottom: 30px
}

.pro_lb2 li {
    padding: 15px;
    width: 23.6%;
    margin: 0 .7% 20px
}

.pro_lb2 .imgk {
    margin-bottom: 10px;
    height: 185px
}

.pro_lb2 a.dbt, .pro_lb2.gys_lb2 a.dbt {
    line-height: 24px;
    text-overflow: ellipsis
}

.pro_lb2 a.dbt {
    width: 100%;
    float: left;
    height: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #4fc2b8;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px
}

.pro_lb2.gys_lb2 a.dbt {
    color: #333;
    height: 48px;
    white-space: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.pro_lb2 a.dbt:hover {
    text-decoration: underline
}

.pro_lb2.gys_lb2 a.dbt:hover {
    color: #4fc2b8;
    text-decoration: none
}

.pro_lb2.gys_lb2 h4 {
    font-size: 15px
}

.gys_lb2 h6 span:first-child {
    margin-right: 20px
}

.pro_lb2.gys_lb2 .txtk {
    margin: 5px 0 0
}

.pro_lb2 h4 {
    width: 100%;
    float: left;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    font-size: 16px
}

.pro_lb2 .txtk {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    height: 24px
}

.pro_lb2 .txtk img {
    display: inline-block;
    margin-right: 20px
}

@media only screen and (min-width: 1480px) {
    .pro_lb2 li {
        padding: 18px
    }

    .pro_lb2 .imgk {
        height: 222px
    }

    .pro_lb2 .imgk img {
        max-width: 100%;
        max-height: 100%
    }

    .pro_lb2 h4 {
        font-size: 18px
    }
}

.pharmacy_purchase4 a:hover span {
    color: #f8c744
}

.sel_dx1 {
    background: url(../image/images/sel_bj.png) no-repeat 94% 13px
}

.gys_lb1, .gys_lb1 .txtk1 dd, .gys_lb1 .txtk1 dl, .gys_lb1 li {
    width: 100%;
    float: left
}

.gys_lb1 li {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px
}

.gys_lb1 .txtk1 {
    width: 58%;
    float: left;
    min-height: 200px;
    position: relative;
    padding-left: 180px
}

.gys_lb1 .txtk1 a.cd_lv {
    position: absolute;
    right: 0;
    bottom: 0
}

.gys_lb1 .txtk1 .imgk {
    width: 140px;
    height: 200px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.gys_lb1 .txtk1 .imgk img {
    max-width: 100%
}

.gys_lb1 .txtk1 a.dbt {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    white-space: normal
}

.gys_lb1 .txtk1 dd {
    margin-top: 15px;
    line-height: 20px;
    position: relative;
    padding-left: 130px
}

.gys_lb1 .txtk1 dd b {
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
    width: 120px
}

.gys_lb1 .txtk1 a.dbt:hover {
    color: #4fc2b8
}

.gys_lb1 .txtk2 {
    width: 35%;
    float: right
}

.gys_lb1 .txtk1 a.dbt, .gys_lb1 .txtk2 h4 {
    line-height: 24px;
    height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.gys_lb1 .txtk1 a.dbt, .gys_lb1 .txtk2 dl, .gys_lb1 .txtk2 h4 {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.gys_lb1 .txtk2 dd {
    width: 100%;
    float: left;
    color: #909090;
    line-height: 24px;
    margin: 3px 0;
    padding-left: 30px
}

.gys_lb1 .txtk2 dd.dd1 {
    background: url(../image/pro/c1.png) left no-repeat
}

.gys_lb1 .txtk2 dd.dd2 {
    background: url(../image/pro/c2.png) left no-repeat
}

.gys_lb1 .txtk2 dd.dd3 {
    background: url(../image/pro/c3.png) left no-repeat
}

.gys_lb1 .txtk2 a.cd_a_lv2 {
    width: 80%;
    float: left
}

.gys_lb1 .txtk2 dl.dl1 {
    width: 102%;
    margin-left: -1%;
    margin-bottom: 15px
}

.gys_lb1 .txtk2 dl.dl1 dd {
    width: 31.3333%;
    float: left;
    padding: 0;
    margin: 1%
}

.gys_lb1 .txtk2 dl.dl1 a, .gys_lb1 .txtk2 dl.dl1 p {
    width: 100%;
    display: block;
    cursor: pointer
}

.gys_lb1 .txtk2 dl.dl1 .imgk {
    display: block;
    cursor: pointer;
    width: 94px;
    height: 94px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box
}

.gys_lb1 .txtk2 dl.dl1 img {
    width: 100%;
    cursor: pointer;
    max-width: 94px;
    max-height: 94px;
    line-height: 94px;
    display: inline
}

.txtk2 dl.dl1 p:hover {
    color: #4fc2b8
}

.txtk2 dl.dl1 .imgk {
    border: solid 1px #ddd;
    margin-bottom: 8px
}

.gys_lb1 .txtk2 dd, .txtk2 dl.dl1 p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

@media only screen and (min-width: 1480px) {
    .w {
        width: 1440px
    }
}

body .index_img {
    width: 170px;
    height: 170px
}

@media only screen and (min-width: 1480px) {
    body .index_img {
        width: 209px;
        height: 209px
    }
}

.sel_dx11 {
    background: url(../image/images/timg2.png) no-repeat 96% 16px;
    background-size: 12px auto;
    padding: 5px 10px;
    border: 1px solid #dcd8d8;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.sel_dx11::-ms-expand {
    display: none
}

body .pharmacy_w1 .div_last_child {
    padding-bottom: 14px;
    max-height: 60px;
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0
}

@media only screen and (min-width: 1480px) {
    body .pharmacy_w1 .div_last_child {
        padding-bottom: 20px;
        max-height: 46px;
        margin-top: 30px
    }
}

body .pharmacy_w1 .div_last_child a {
    color: #fff;
    font-size: 14px;
    margin-right: 22px;
    width: 242px;
    display: inline-block;
    position: relative;
    text-align: center
}

body .pharmacy_w1 .div_last_child:hover a {
    color: #ef8f36
}

.header_ad_navigate ul, .pharmacy_w ul {
    padding: 0
}

.header_ad_navigate ul li, .pharmacy_w ul li {
    list-style: none
}

#index_header {
    width: 100%;
    height: 132px;
    background: #f0f1f2
}

#index_header ul {
    padding: 0
}

#index_header ul li {
    list-style: none;
    color: #999;
    float: left
}

#index_header .index_header {
    width: 1200px;
    height: 100%;
    margin: 0 auto
}

.footer-logo-box {
    width: 1200px
}

@media only screen and (min-width: 1480px) {
    #index_header .index_header, .footer-logo-box {
        width: 1440px
    }
}

#index_header ul li.li0 {
    width: 190px;
    padding-right: 20px
}

#index_header ul li.li1 {
    width: 360px
}

#index_header ul li.li2 {
    width: 320px
}

#index_header ul li.li2 > div {
    height: 72px;
    margin-right: 26px;
    overflow: hidden
}

#index_header ul li.li2 > div > a {
    margin-right: 10px;
    float: left;
    display: inline
}

#index_header ul li.li4 {
    width: 180px;
    text-align: center;
    margin: 0 auto 0 20px
}

#index_header ul li.li4 img {
    display: block;
    margin: 0 auto;
    width: 100px
}

@media only screen and (min-width: 1480px) {
    #index_header ul li.li0 {
        width: 250px;
        padding-right: 20px
    }

    #index_header ul li.li0 img {
        width: 250px
    }

    #index_header ul li.li1 {
        width: 400px
    }

    #index_header ul li.li2 {
        width: 426px
    }
}

#index_header ul li a {
    height: 24px;
    line-height: 24px;
    color: #999;
    display: block;
    font-size: 14px
}

#index_header ul li.li3 p {
    margin-bottom: 10px
}

#index_header ul li.li3 a {
    margin-right: 13px;
    display: inline;
    float: left
}

#index_header_ad {
    width: 100%;
    height: 320px;
    padding-bottom: 20px;
    background-color: #f0f1f2
}

#index_header_ad .index_header_ad {
    width: 100%;
    height: 100%;
    padding-top: 58px;
    background-color: #fff;
    border-top: 1px solid #e6e6e6
}

#index_header_ad .ind_hea_ad_content {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    overflow: hidden
}

@media only screen and (min-width: 1480px) {
    #index_header_ad .ind_hea_ad_content {
        width: 1440px
    }
}

.ind_hea_ad_con_left {
    width: 210px;
    float: left
}

.ind_hea_ad_con_left img {
    max-width: 146px;
    margin-bottom: 13px
}

.ind_hea_ad_con_left p {
    color: #9f9f9f
}

.ind_hea_ad_con_right {
    width: 990px;
    float: right;
    position: relative;
    left: 70px
}

@media only screen and (min-width: 1480px) {
    .ind_hea_ad_con_right {
        width: 1230px;
        left: 105px
    }
}

.ind_hea_ad_con_right dl {
    float: left;
    width: 208px
}

.ind_hea_ad_con_right dl.d1 {
    width: 100px
}

@media only screen and (min-width: 1480px) {
    .ind_hea_ad_con_right dl {
        width: 260px
    }

    .ind_hea_ad_con_right dl.d1 {
        width: 190px
    }
}

.ind_hea_ad_con_right dt {
    height: 40px;
    line-height: 16px
}

.ind_hea_ad_con_right dt a {
    color: #666;
    font-weight: 700
}

.ind_hea_ad_con_right dd {
    height: 36px;
    line-height: 36px;
    color: #9f9f9f
}

.ind_hea_ad_con_right dd a {
    color: #9f9f9f
}

.ind_hea_ad_con_right dd a:hover {
    color: #4fc2b8
}

#index_header ul li.li2 > div > a:hover {
    color: #4fc2b8
}

.clearfix:before {
    display: table;
    clear: both;
    content: ""
}

.clearfix:after {
    display: table;
    clear: both;
    content: ""
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.row:before {
    display: table;
    clear: both;
    content: ""
}

.row:after {
    display: table;
    clear: both;
    content: ""
}

ul:before {
    content: '';
    display: table;
    clear: both
}

ul:after {
    content: '';
    display: table;
    clear: both
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.sep-md-5 {
    width: 20%;
    padding: 0 10px
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

@media screen and (max-width: 640) {
    .sep-md-5 {
        width: 100%
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control {
    vertical-align: middle;
    padding: 6px 8px;
    height: 32;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    background: #fbfbfb;
    outline: none
}

.form-group {
    margin-bottom: 15px;
    position: relative
}

.btn-primary {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover {
    opacity: .7
}

.hide {
    display: none !important
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    right: 20px;
    top: 15px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li:nth-child(1) > a, .pagination > li:nth-child(1) > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.8;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.form-group.has-success:after {
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    bottom: 8px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
    width: 18px;
    color: green
}

.sep-banner {
    overflow: hidden;
    max-width: 100%;
    position: relative;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1)
}

.sep-banner .sep-container .hd {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px
}

.sep-banner .sep-container ul li {
    margin-bottom: 5px
}

.sep-banner .sep-container ul li:last-child {
    margin-bottom: 0
}

.sep-banner .sep-container ul li a {
    color: #fff;
    font-size: 24px
}

.sep-banner .sep-container ul li a i {
    color: #fff;
    margin-right: 5px;
    font-size: 28px
}

.sep-banner .sep-container ul li a:hover {
    color: #f79131
}

.sep-banner .sep-container ul li a:hover i {
    color: #f79131
}

.sep-banner img {
    max-width: 100%;
    margin: 0 auto;
    width: 100%
}

.sep-index-nav {
    background: #f79131
}

.sep-index-nav .sep-container {
    height: 60px
}

.sep-index-nav .text {
    font-size: 20px
}

.sep-index-nav ul {
    margin-left: auto
}

.sep-index-nav ul li {
    padding-left: 50px
}

.sep-index-nav ul li a {
    color: #fff;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    position: relative
}

.sep-index-nav ul li a:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease
}

.sep-index-nav ul li a.active:before {
    width: 100%
}

.sep-body .sep-title {
    font-size: 34px;
    margin-bottom: 30px;
    color: #108391
}

.sep-body .sep-title:hover {
    color: #f79131
}

.sep-body .sep-section1 {
    padding-top: 90px;
    padding-bottom: 90px
}

.sep-body .sep-section1 .sep-title {
    color: #f79131;
    font-size: 40px
}

.sep-body .sep-section1 .sep-title:hover {
    color: #4fc2b8
}

.sep-body .sep-section1 .text {
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 50px
}

.sep-body .sep-section1 .text * {
    font-size: 16px;
    line-height: 1.8em
}

.sep-body .sep-section1 .items {
    margin: 0 -15px
}

.sep-body .sep-section1 .items .item {
    padding: 0 15px
}

.sep-body .sep-section2 {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f7f7f7
}

.sep-body .sep-section2 .items {
    margin: 0 -15px
}

.sep-body .sep-section2 .items .item {
    padding: 0 15px
}

.sep-body .sep-section2 .items .item:nth-child(2) .box:after {
    content: '\e621'
}

.sep-body .sep-section2 .items .item:nth-child(3) .box:after {
    content: '\e624'
}

.sep-body .sep-section2 .items .item .box {
    height: 300px;
    background: #4fc2b8;
    position: relative;
    overflow: hidden
}

.sep-body .sep-section2 .items .item .box:hover {
    background: #108391
}

.sep-body .sep-section2 .items .item .box:before {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    right: -100px;
    bottom: -100px;
    background: rgba(255, 255, 255, 0.1)
}

.sep-body .sep-section2 .items .item .box:after {
    content: '\e626';
    color: #fff;
    font-size: 50px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-family: "iconfont"
}

.sep-body .sep-section2 .items .item .box .info {
    width: 100%;
    padding-left: 38px
}

.sep-body .sep-section2 .items .item .box .info .title {
    position: relative;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px
}

.sep-body .sep-section2 .items .item .box .info .title:before {
    content: '';
    display: block;
    height: 3px;
    width: 40px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -20px
}

.sep-body .sep-section2 .items .item .box .info .num {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px
}

.sep-body .sep-section2 .items .item .box .info .summary {
    color: #fff;
    font-size: 16px
}

.sep-body .sep-section2 .more {
    background: #f79131;
    line-height: 52px;
    padding: 0 58px;
    color: #fff;
    font-size: 18px;
    margin-top: 60px
}

.sep-body .sep-section2 .more:hover {
    background: #108391
}

.sep-body .sep-section2 .alias {
    color: #808080;
    font-size: 16px;
    margin-top: 13px
}

.sep-body .sep-section3 {
    padding-top: 70px;
    padding-bottom: 80px
}

.sep-body .sep-section3 .sep-title {
    margin-bottom: 20px
}

.sep-body .sep-section3 .alias {
    color: #808080;
    font-size: 16px;
    margin-bottom: 50px
}

.sep-body .sep-section3 .box-wrap .items {
    margin: 0 -10px;
    margin-bottom: 20px
}

.sep-body .sep-section3 .box-wrap .items .item {
    width: 20%;
    padding: 0 10px
}

.sep-body .sep-section3 .box-wrap .items .item.active.box, .sep-body .sep-section3 .box-wrap .items .item .box {
    height: 180px;
    border: 1px solid #e6e6e6
}

.sep-body .sep-section3 .box-wrap .items .item.active.box:hover, .sep-body .sep-section3 .box-wrap .items .item .box:hover {
    background: #f79131
}

.sep-body .sep-section3 .box-wrap .items .item.active.box:hover .info i, .sep-body .sep-section3 .box-wrap .items .item .box:hover .info i {
    background: #fff
}

.sep-body .sep-section3 .box-wrap .items .item.active.box:hover .info .title, .sep-body .sep-section3 .box-wrap .items .item .box:hover .info .title {
    color: #fff
}

.sep-body .sep-section3 .box-wrap .items .item.active.box .info i, .sep-body .sep-section3 .box-wrap .items .item .box .info i {
    display: inline-block;
    width: 74px;
    height: 74px;
    border: 2px solid #f79131;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 36px;
    color: #f79131
}

.sep-body .sep-section3 .box-wrap .items .item.active.box .info .title, .sep-body .sep-section3 .box-wrap .items .item .box .info .title {
    color: #4c4c4c;
    font-size: 16px;
    margin-top: 20px
}

.sep-body .sep-section3 .box-wrap .box-toggles {
    margin-bottom: 20px
}

.sep-body .sep-section3 .box-wrap .box-toggles .box-toggle .box-info {
    background: #f2f2f2;
    padding: 32px 30px
}

.sep-body .sep-section3 .box-wrap .box-toggles .box-toggle .box-info .col-md-4:nth-child(n+2) ul {
    padding-left: 50px;
    border-left: 1px solid #dbdbdb
}

.sep-body .sep-section3 .box-wrap .box-toggles .box-toggle .box-info ul {
    padding-left: 20px
}

.sep-body .sep-section3 .box-wrap .box-toggles .box-toggle .box-info ul li {
    list-style: disc;
    margin-bottom: 20px;
    color: #f79131
}

.sep-body .sep-section3 .box-wrap .box-toggles .box-toggle .box-info ul li a {
    color: #4c4c4c;
    font-size: 16px
}

.sep-body .sep-section3 .box-wrap .box-toggles .box-toggle .box-info ul li a:hover {
    color: #f79131
}

.sep-body .sep-section3 .box-wrap .box-toggles .box-toggle .more {
    color: #4c4c4c;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block
}

.sep-body .sep-section3 .more2 {
    background: #f79131;
    line-height: 52px;
    padding: 0 58px;
    color: #fff;
    font-size: 18px;
    margin-top: 60px
}

.sep-body .sep-section3 .more2:hover {
    background: #108391
}

.sep-body .sep-section4 {
    padding: 70px 0;
    background: #f7f7f7
}

.sep-body .sep-section4 .sep-title {
    margin-bottom: 20px
}

.sep-body .sep-section4 .alias {
    color: #808080;
    font-size: 16px;
    margin-bottom: 50px
}

.sep-body .sep-section4 .date-items {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px
}

.sep-body .sep-section4 .date-items .box {
    border: 1px solid #f79131;
    border-radius: 18px;
    color: #4c4c4c;
    font-size: 16px;
    margin: 0 5px;
    flex: 1;
    text-align: center;
    justify-content: center;
    height: 34px;
    align-items: center
}

.sep-body .sep-section4 .date-items .box i {
    color: #f79131;
    margin-right: 8px;
    font-size: 16px
}

.sep-body .sep-section4 .map {
    margin: 0 auto;
    margin-bottom: 115px;
    max-width: 1100px
}

.sep-body .sep-section4 .map .text {
    position: absolute;
    right: 0;
    bottom: -60px
}

.sep-body .sep-section4 .map .text .hd {
    color: #f79131;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px
}

.sep-body .sep-section4 .map .text .bd {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em
}

.sep-body .sep-section4 .map .items .item {
    position: absolute;
    cursor: pointer
}

.sep-body .sep-section4 .map .items .item .active {
    display: none
}

.sep-body .sep-section4 .map .items .item.cur .normal {
    display: none
}

.sep-body .sep-section4 .map .items .item.cur .active {
    display: inline-block
}

.sep-body .sep-section4 .map .items .item.cur .list {
    display: block
}

.sep-body .sep-section4 .map .items .item:hover .normal {
    display: none
}

.sep-body .sep-section4 .map .items .item:hover .active {
    display: inline-block
}

.sep-body .sep-section4 .map .items .item .list {
    position: absolute;
    width: 320px;
    background: #fff;
    left: -420px;
    top: 11px;
    display: none
}

.sep-body .sep-section4 .map .items .item .list .hd {
    background: #108391;
    height: 48px;
    line-height: 48px;
    position: relative;
    color: #fff;
    padding-left: 30px;
    font-size: 18px
}

.sep-body .sep-section4 .map .items .item .list .hd:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    border: 8px solid transparent;
    border-left: 8px solid #108391;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sep-body .sep-section4 .map .items .item .list .hd b {
    font-weight: bold;
    font-size: 24px
}

.sep-body .sep-section4 .map .items .item .list .txt {
    padding: 27px 24px;
    line-height: 1.8em;
    font-size: 16px
}

.sep-body .sep-section4 .map .items .item .list .txt strong {
    color: #108391;
    font-size: 16px
}

.sep-body .sep-section4 .map .items .item:nth-child(1) {
    left: 260px;
    bottom: 37px
}

.sep-body .sep-section4 .map .items .item:nth-child(2) {
    left: 242px;
    top: 115px
}

.sep-body .sep-section4 .map .items .item:nth-child(3) {
    right: 257px;
    top: 56px
}

.sep-body .sep-section4 .map .items .item:nth-child(3) .list {
    left: 133px
}

.sep-body .sep-section4 .map .items .item:nth-child(3) .list .hd:before {
    right: 100%;
    left: auto;
    border: 8px solid transparent;
    border-right: 8px solid #108391
}

.sep-body .sep-section4 .note-wrap {
    padding: 30px 0;
    padding-bottom: 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}

.sep-body .sep-section4 .note-wrap .hd {
    color: #333;
    font-size: 18px;
    margin-right: 50px
}

.sep-body .sep-section4 .note-wrap ul {
    padding-left: 20px
}

.sep-body .sep-section4 .note-wrap ul li {
    color: #f79131;
    list-style: disc;
    padding-left: 0;
    margin-bottom: 10px
}

.sep-body .sep-section4 .note-wrap ul li a {
    color: #4c4c4c;
    font-size: 16px
}

.sep-body .sep-section4 .note-wrap ul li a:hover {
    color: #f79131
}

.sep-body .sep-section4 .more {
    background: #f79131;
    line-height: 52px;
    padding: 0 58px;
    color: #fff;
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 15px
}

.sep-body .sep-section4 .more:hover {
    background: #108391
}

.sep-body .sep-section5 {
    padding-top: 90px;
    padding-bottom: 65px
}

.sep-body .sep-section5 .sep-title {
    margin-bottom: 20px
}

.sep-body .sep-section5 .alias {
    color: #808080;
    font-size: 16px;
    margin-bottom: 50px
}

.sep-body .sep-section5 .text {
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 1267px
}

.sep-body .sep-section5 .text * {
    font-size: 16px;
    line-height: 1.8em
}

.sep-body .sep-section5 .line-title {
    text-align: center;
    margin-bottom: 40px
}

.sep-body .sep-section5 .line-title span {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding: 0 20px;
    position: relative
}

.sep-body .sep-section5 .line-title span:before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #f79131;
    position: absolute;
    left: -80px;
    top: 13px
}

.sep-body .sep-section5 .line-title span:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #f79131;
    position: absolute;
    right: -80px;
    top: 13px
}

.sep-body .sep-section5 .items {
    padding: 0 50px
}

.sep-body .sep-section5 .items .item .thumb {
    padding-left: 15px
}

.sep-body .sep-section5 .items .item .title {
    color: #333;
    font-size: 16px
}

.sep-body .sep-section5 .more {
    line-height: 52px;
    padding: 0 98px;
    color: #f79131;
    font-size: 18px;
    margin-top: 60px;
    border: 2px solid #f79131
}

.sep-body .sep-section5 .more:hover {
    background: #f79131;
    color: #fff
}

.sep-body .sep-section6 {
    padding-top: 85px;
    padding-bottom: 60px;
    background: url(../images/index6-bg.jpg) no-repeat
}

.sep-body .sep-section6 .sep-title:hover {
    color: #f79131 !important
}

.sep-body .sep-section6 .more {
    border:1px solid #f79131;
    color:#f79131;
    line-height: 52px;
    padding: 0 58px;

    font-size: 18px;
    margin-top: 60px
}

.sep-body .sep-section6 .more:hover {
    background: #f79131;
    color: #fff;
}

.sep-body .sep-section6 .text {
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 auto;
    margin-bottom: 30px
}

.sep-body .sep-section6 .text strong {
    font-size: 24px
}

.sep-body .sep-section6 .text * {
    font-size: 16px;
    line-height: 1.8em
}

.sep-body .sep-section6 .alias {
    color: #fff;
    font-size: 16px;
    margin-top: 13px;
    opacity: .7
}

.sep-body .sep-section7 {
    padding-top: 90px;
    padding-bottom: 46px
}

.sep-body .sep-section7 .sep-title {
    margin-bottom: 20px
}

.sep-body .sep-section7 .alias {
    color: #808080;
    font-size: 16px;
    margin-bottom: 50px
}

.sep-body .sep-section7 .items {
    margin: 0 -22px;
    margin-bottom: 50px
}

.sep-body .sep-section7 .items .item {
    padding: 0 22px
}

.sep-body .sep-section7 .items .item .box .info {
    padding-left: 10px;
    padding-top: 30px
}

.sep-body .sep-section7 .items .item .box .info .title {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px
}

.sep-body .sep-section7 .items .item .box .info .title:hover {
    color: #4fc2b8
}

.sep-body .sep-section7 .items .item .box .info .date {
    color: #808080;
    font-size: 14px
}

.sep-body .sep-section7 .items2 {
    background: #f7f7f7;
    padding: 0 30px;
    margin: 0;
    margin-bottom: 60px
}

.sep-body .sep-section7 .items2 .item {
    padding: 30px 0
}

.sep-body .sep-section7 .items2 .item:nth-child(1), .sep-body .sep-section7 .items2 .item:nth-child(2) {
    border-bottom: 1px solid #e6e6e6
}

.sep-body .sep-section7 .items2 .item .box .thumb {
    width: 200px;
    flex-shrink: 0;
    margin-right: 30px
}

.sep-body .sep-section7 .items2 .item .box .info {
    flex: auto;
    padding-right: 30px
}

.sep-body .sep-section7 .items2 .item .box .info .title {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px
}

.sep-body .sep-section7 .items2 .item .box .info .title:hover {
    color: #108391
}

.sep-body .sep-section7 .items2 .item .box .info .date {
    color: #808080;
    font-size: 14px
}

.sep-lx-header-mb {
    display: none
}

.sep-lx-header-mb .box-wrap {
    padding: 0 20px;
    position: relative;
    z-index: 1000;
    height: 70px;
    border-bottom: 1px solid #ddd
}

.sep-lx-header-mb .box-wrap .logo {
    float: none;
    display: inline-block
}

.sep-lx-header-mb .box-wrap .logo img {
    width: 50px
}

.sep-lx-header-mb .box-wrap > ul {
    position: relative;
    margin-left: auto
}

.sep-lx-header-mb .box-wrap > ul > li {
    float: left;
    margin-left: 10px;
    width: 39px;
    line-height: 24px;
    text-align: center;
    position: relative
}

.sep-lx-header-mb .box-wrap > ul > li#global {
    float: left
}

.sep-lx-header-mb .box-wrap > ul > li#menu {
    float: left
}

.sep-lx-header-mb .box-wrap > ul > li#logo {
    border: none;
    float: none;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sep-lx-header-mb .box-wrap > ul > li .multi-language {
    position: absolute;
    background: #4fc2b8;
    width: 157px;
    text-align: center;
    padding: 10px 20px;
    z-index: 100000;
    top: 40px;
    left: -67px;
    display: none;
    border: 1px solid #fff
}

.sep-lx-header-mb .box-wrap > ul > li .multi-language li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff
}

.sep-lx-header-mb .box-wrap > ul > li .multi-language li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.sep-lx-header-mb .box-wrap > ul > li .multi-language li a {
    color: #fff;
    font-size: 14px
}

.sep-lx-header-mb .box-wrap > ul > li.active {
    border: 1px solid #1f2256;
    background: #1f2256
}

.sep-lx-header-mb .box-wrap > ul > li.active i {
    color: #fff
}

.sep-lx-header-mb .box-wrap > ul > li i {
    color: #4fc2b8;
    font-size: 20px;
    line-height: normal
}

.sep-lx-header-mb .stock {
    color: #3a3a3a;
    font-size: 14px;
    background: #f4f4f4;
    text-align: center;
    padding: 8px 0
}

.sep-lx-header-mb .stock .red {
    color: #da2337;
    position: relative;
    padding: 0 7px
}

.sep-lx-header-mb .stock .red:before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #da2337;
    position: absolute;
    left: 0;
    top: 3px
}

.sep-lx-header-mb .stock .red:after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #da2337;
    position: absolute;
    right: 0;
    top: 3px
}

.sep-lx-header-mb .stock .green {
    color: #13ba07
}

.sep-lx-header-mb .stock span {
    padding: 0 5px;
    margin: 0 3px
}

.sep-shadow {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000000;
    display: none
}

.sep-search-box {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 66px;
    z-index: 10000000;
    padding: 44px 31px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    display: none
}

.sep-search-box .fa-times {
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 31px;
    top: 24px;
    cursor: pointer
}

.sep-search-box .hd {
    color: #282828;
    font-size: 18px;
    font-family: 'LATO-BOLD'
}

.sep-search-box form {
    margin-top: 10px;
    margin-bottom: 25px
}

.sep-search-box form .form-control {
    height: 47px;
    border-radius: 0
}

.sep-search-box form .btn {
    background: #4fc2b8;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    padding: 10px 40px;
    font-size: 16px;
    width: 100%
}

.sep-search-box form .btn i {
    padding-right: 5px
}

.sep-search-box .more {
    background: #4fc2b8;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    padding: 10px 40px;
    font-size: 16px;
    width: 100%;
    border: none
}

.sep-search-box .more i {
    padding-right: 5px
}

.sep-search-box ul li {
    margin-top: 8px
}

.sep-search-box ul li a {
    color: #8c8c8c;
    font-size: 14px;
    display: block
}

.sep-menu-box {
    width: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 10000000;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -o-transform: translateX(-105%);
    transform: translateX(-105%)
}

.sep-menu-box.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.sep-menu-box.active .bottom-toggle {
    visibility: visible
}

.sep-menu-box .top {
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0 0 12px rgba(145, 145, 145, 0.7);
    position: relative;
    z-index: 10000
}

.sep-menu-box .top i {
    color: #000;
    font-size: 22px;
    position: relative;
    top: 3px;
    cursor: pointer
}

.sep-menu-box .bottom {
    visibility: visible
}

.sep-menu-box .bottom.no {
    visibility: hidden
}

.sep-menu-box .bottom .menu-item > li {
    border-bottom: 1px solid #ddd
}

.sep-menu-box .bottom .menu-item > li:last-child {
    border-bottom: none
}

.sep-menu-box .bottom .menu-item > li.active {
    background: #4fc2b8
}

.sep-menu-box .bottom .menu-item > li.active .box {
    border-bottom: 1px solid #fff
}

.sep-menu-box .bottom .menu-item > li.active .box a {
    color: #fff
}

.sep-menu-box .bottom .menu-item > li.active .box i {
    color: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.sep-menu-box .bottom .menu-item > li .box {
    position: relative;
    padding: 22px 30px;
    border-bottom: 1px solid transparent
}

.sep-menu-box .bottom .menu-item > li .box a {
    color: #282828;
    font-size: 18px
}

.sep-menu-box .bottom .menu-item > li .box i {
    font-size: 20px;
    color: #282828;
    position: absolute;
    right: 30px;
    top: 26px;
    cursor: pointer;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.sep-menu-box .bottom .menu-item > li > ul {
    padding: 5px 0;
    display: none
}

.sep-menu-box .bottom .menu-item > li > ul > li {
    padding: 4px 20px
}

.sep-menu-box .bottom .menu-item > li > ul > li a {
    color: #fff;
    font-size: 14px
}

.sep-menu-box .bottom-toggle {
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 70px;
    background: #fff;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden
}

.sep-menu-box .bottom-toggle.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.sep-menu-box .bottom-toggle .toggle {
    display: none
}

.sep-menu-box .bottom-toggle .toggle > ul {
    background: #fff
}

.sep-menu-box .bottom-toggle .toggle > ul > li {
    padding: 0 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    line-height: 60px
}

.sep-menu-box .bottom-toggle .toggle > ul > li:nth-child(1) span {
    width: 60;
    min-width: 60px;
    height: 59px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #ccc
}

.sep-menu-box .bottom-toggle .toggle > ul > li:nth-child(1) a {
    font-family: 'LATO-BOLD'
}

.sep-menu-box .bottom-toggle .toggle > ul > li > ul {
    display: none
}

.sep-menu-box .bottom-toggle .toggle > ul > li > ul > li {
    line-height: 40px
}

.sep-menu-box .bottom-toggle .toggle > ul > li > ul > li a {
    font-size: 14px
}

.sep-menu-box .bottom-toggle .toggle > ul > li a {
    color: #282828;
    font-size: 16px;
    padding-left: 30px
}

.sep-menu-box .bottom-toggle .toggle > ul > li a i {
    font-size: 20px;
    color: #282828;
    position: absolute;
    right: 30px;
    top: 21px;
    cursor: pointer
}

.sep-menu-box .contact {
    background: #4fc2b8;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 0;
    padding: 20px 40px;
    font-size: 22px;
    width: 100%;
    border: none;
    border-radius: 0
}

.sep-menu-box .contact i {
    padding-right: 5px
}

.sep-menu-box .logo img {
    width: 26px
}

.gdw-mb-c {
    display: none
}

.sep-banner-mb {
    display: none
}

.sep-banner-mb img {
    width: 100%;
}

.mb-bottom-wrap {
    padding-bottom: 24px;
    background: #30323a;
    padding-top: 10px
}

.mb-bottom-wrap ul.info {
    margin-top: 30px
}

.mb-bottom-wrap ul.info li {
    margin-bottom: 4px;
    position: relative;
    color: #9f9f9f;
    font-size: 14px;
    padding: 0 20px
}

.mb-bottom-wrap ul.info li:last-child {
    margin-bottom: 0
}

.mb-bottom-wrap ul.info li i {
    color: #9f9f9f
}

.mb-bottom-wrap ul.info li a {
    color: #9f9f9f
}

.mb-bottom-wrap ul.info li img {
    position: absolute;
    left: 0;
    top: 10px
}

.mb-bottom-wrap .bottom-menu > li:last-child {
    border-bottom: 1px solid #343e46
}

.mb-bottom-wrap .bottom-menu > li > ul {
    padding: 5px 0;
    padding-left: 60px;
    display: none
}

.mb-bottom-wrap .bottom-menu > li > ul li {
    padding: 5px 0;
    list-style: disc;
    color: #fff;
    margin-bottom: 8px
}

.mb-bottom-wrap .bottom-menu > li > ul li a {
    font-size: 14px;
    color: #fff
}

.mb-bottom-wrap .bottom-menu > li:nth-child(1) .box {
    border-top: none
}

.mb-bottom-wrap .bottom-menu > li .box {
    padding: 13px 20px;
    border-top: 1px solid #343e46;
    position: relative
}

.mb-bottom-wrap .bottom-menu > li .box a {
    color: #fff;
    font-size: 14px
}

.mb-bottom-wrap .bottom-menu > li .box i {
    position: absolute;
    right: 20px;
    top: 17px;
    color: #fff;
    cursor: pointer;
    font-size: 14px
}

.mb-bottom-wrap .logo {
    margin-bottom: 10px
}

.mb-bottom-wrap .logo img {
    width: 150px
}

.mb-bottom-wrap .multi-language {
    margin: 0 auto;
    display: table;
    margin-top: 10px
}

.mb-bottom-wrap .multi-language .icon {
    color: #9f9f9f;
    font-size: 18px;
    position: relative;
    top: 3px
}

.mb-bottom-wrap .multi-language a {
    font-size: 15px;
    padding-right: 10px;
    color: #9f9f9f
}

.mb-bottom-wrap .multi-language a:hover {
    color: #4fc2b8
}

.mb-bottom-wrap .multi-language .fa {
    font-size: 21px;
    color: #9f9f9f;
    position: relative;
    top: 2px
}

.mb-bottom-wrap .sep-share {
    margin-left: auto;
    margin-bottom: 27px;
    margin-top: 38px;
    justify-content: space-between
}

.mb-bottom-wrap .sep-share li:not(.qrcode) {
    padding: 0 8px;
    float: none
}

.mb-bottom-wrap .sep-share li:not(.qrcode):first-child {
    padding-right: 10px
}

.mb-bottom-wrap .sep-share li:not(.qrcode):last-child {
    padding-right: 0
}

.mb-bottom-wrap .sep-share li:not(.qrcode):hover a i {
    color: #fff
}

.mb-bottom-wrap .sep-share li:not(.qrcode) a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.mb-bottom-wrap .sep-share li:not(.qrcode) a i {
    color: #c1c1c1;
    font-size: 20px
}

.mb-bottom-wrap .sep-share .qrcode {
    padding: 0 5px
}

.mb-bottom-wrap .sep-share .qrcode a {
    display: flex;
    align-items: center;
    justify-content: center
}

.mb-bottom-wrap .sep-share .qrcode a:hover i {
    color: #f79131
}

.mb-bottom-wrap .sep-share .qrcode i {
    color: #202122;
    font-size: 30px
}

.mb-bottom-wrap .hd {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: relative;
    font-family: 'maderamedium';
    white-space: nowrap
}

.mb-bottom-wrap .hd:hover {
    color: #4fc2b8
}

.mb-bottom-wrap .alias {
    color: #c1c1c1;
    font-size: 12px;
    margin-left: auto;
    white-space: nowrap
}

.mb-bottom-wrap .form-box .sep-form {
    background: #eee;
    border-radius: 24px;
    overflow: hidden
}

.mb-bottom-wrap .form-box .sep-form .btn {
    border-radius: 24px;
    overflow: hidden;
    border: none;
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    padding-bottom: 10px;
    background: -webkit-linear-gradient(to bottom, #00c0fa, #0160ea);
    background: -moz-linear-gradient(to bottom, #00c0fa, #0160ea);
    background: -ms-linear-gradient(to bottom, #00c0fa, #0160ea);
    background: -o-linear-gradient(to bottom, #00c0fa, #0160ea);
    background: linear-gradient(to bottom, #00c0fa, #0160ea)
}

.mb-bottom-wrap .form-box .sep-form .form-control {
    background: #eee;
    padding-left: 15px;
    height: 30px;
    border-right: none;
    outline: none;
    box-shadow: none;
    border: none
}

@media screen and (min-width: 769px) {
    .sep-banner-mb {
        display: none
    }

    .sep-search-box, .sep-shadow, .sep-lx-header-mb, .sep-menu-box {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .sep-banner-pc {
        display: none
    }
    .sep-banner-mb img {
        height: 120px;
    }
    .sep-banner-mb {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .sep-mainnav {
        display: none
    }

    .sep-header {
        display: none
    }

    .inside-inner {
        display: none
    }

    .gdw-mb-c {
        display: block
    }

    .sep-lx-header-mb {
        display: block
    }

    .mb-bottom-wrap {
        padding-bottom: 84px
    }

    #onlineService {
        position: fixed;
        bottom: 0;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .offside {
        display: flex;
        width: 100%
    }

    .offside li {
        flex-grow: 1;
        flex: 1;
        text-align: center;
        width: auto;
        height: 60px;
        background: #15161a !important;
        border-bottom: none !important
    }

    .offside li i {
        color: #fff !important;
        font-size: 20px !important;
        line-height: 60px !important;
        padding: 0;
        font-size: 22px !important
    }

    .offside li.tel {
        width: 47px;
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    .offside li:last-child {
        display: none
    }

    .offside li p {
        display: none !important
    }

    .offside li a {
        position: static;
        display: inline-block
    }
}

@media screen and (max-width: 768px) {
    .sep-container {
        padding: 0 10px
    }

    .pharmacy_header {
        display: none
    }

    .sep-index-nav {
        display: none
    }
}

@media screen and (max-width: 1690px) {
    html {
        font-size: 13px
    }
}

@media screen and (max-width: 1618px) {
    .sep-container {
        width: 1200px
    }
}

@media screen and (max-width: 1290px) {
    .sep-container-1280 {
        padding: 0 20px
    }
}

@media screen and (max-width: 1260px) {
    .sep-sidebar {
        display: none
    }

    .sep-mainbody .sep-primary {
        float: none;
        width: 100%
    }

    .sep-container {
        padding: 0 20px
    }
}

@media screen and (max-width: 768px) {
    .mb-mg0 {
        margin: 0
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 0;
        padding-left: 0
    }

    html {
        font-size: 6px
    }

    .mb-bottom-wrap ul.info li {
        margin-bottom: 14px
    }

    .gallery a {
        width: 100%;
        margin-bottom: 10px
    }

    .flex {
        display: block
    }

    .richtext img {
        height: auto !important
    }

    .swiper-pagination {
        width: 100%;
        bottom: 0
    }

    .sep-container {
        padding: 0 20px
    }

    .sep-breadcrumb {
        padding: 0
    }

    body {
        padding-top: 0
    }

    .sep-footer {
        display: none
    }
    .sep-body .sep-section5 .items{
        padding:0 0;
    }
}

@media screen and (max-width: 768px) {
    .richtext .table-wrap {
        overflow-x: scroll
    }

    #onlineService {
        overflow: visible
    }
}

@media screen and (max-width: 768px) {
    .sep-banner .sep-container ul li a i {
        color: #fff;
        margin-right: 5px;
        font-size: 14px
    }

    .sep-body .sep-section5 .items .item .title {
        color: #333;
        font-size: 15px;
    }
    .sep-banner .sep-container ul li a {
        color: #fff;
        font-size: 14px
    }

    .sep-banner .sep-container .hd {
        color: #fff;
        font-size: 14px;
        margin-bottom: 0;
        line-height: 20px;
    }

    .sep-banner .sep-container ul li {
        margin-bottom: 0;
        height: 25px;
    }

    .sep-body .sep-section1 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .sep-body .sep-section1 .sep-title {
        color: #f79131;
        font-size: 24px;
        margin-bottom: 20px
    }

    .sep-body .sep-section1 .text {
        color: #666;
        font-size: 16px;
        line-height: 1.8em;
        margin-bottom: 30px
    }

    .sep-body .sep-section1 .items .item {
        padding: 0;
        margin-bottom: 20px
    }

    .sep-body .sep-section1 .items .item:last-child {
        margin-bottom: 0
    }

    .sep-body .sep-section2 {
        padding-top: 30px;
        padding-bottom: 30px;
        background: #f7f7f7
    }

    .sep-body .sep-title {
        font-size: 24px;
        margin-bottom: 20px;
        color: #108391
    }

    .sep-body .sep-section2 .items .item {
        padding: 0;
        margin-bottom: 20px
    }

    .sep-body .sep-section2 .items .item:last-child {
        margin-bottom: 0
    }

    .sep-body .sep-section2 .more {
        background: #f79131;
        line-height: 52px;
        padding: 0 58px;
        color: #fff;
        font-size: 18px;
        margin-top: 30px
    }

    .sep-body .sep-section3 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .sep-body .sep-section3 .alias {
        color: #808080;
        font-size: 16px;
        margin-bottom: 30px
    }

    .sep-body .sep-section3 .box-wrap .items .item {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }

    .sep-body .sep-section3 .box-wrap .box-toggles .box-toggle .box-info .col-md-4:nth-child(n+2) ul {
        padding-left: 20px;
        border-left: none
    }

    .sep-body .sep-section3 .more2 {
        background: #f79131;
        line-height: 52px;
        padding: 0 58px;
        color: #fff;
        font-size: 18px;
        margin-top: 20px
    }

    .sep-body .sep-section4 {
        padding: 30px 0;
        background: #f7f7f7
    }

    .sep-body .sep-section4 .alias {
        color: #808080;
        font-size: 16px;
        margin-bottom: 30px
    }

    .sep-body .sep-section4 .date-items .box {
        border: 1px solid #f79131;
        border-radius: 18px;
        color: #4c4c4c;
        font-size: 16px;
        margin: 0 5px;
        flex: 1;
        text-align: center;
        justify-content: center;
        height: 34px;
        align-items: center;
        margin-bottom: 10px
    }

    .sep-body .sep-section4 .map .items .item .list {
        display: none !important
    }

    .sep-body .sep-section4 .map .items .item:nth-child(3) {
        right: 51px;
        top: 27px;
        width: 40px;
    }

    .sep-body .sep-section4 .map .items .item:nth-child(2) {
        left: 45px;
        top: 57px;
        width: 64px;

    }

    .sep-body .sep-section4 .map .text {
        position: static;
        right: 0;
        bottom: -60px
    }

    .sep-body .sep-section4 .map .text * {
        text-align: left !important
    }

    .sep-body .sep-section4 .map .items .item:nth-child(1) {
        left: 54px;
        bottom: 160px;
        width: 72px;
    }

    .sep-body .sep-section4 .map {
        margin: 0 auto;
        margin-bottom: 30px
    }

    .sep-body .sep-section4 .more {
        background: #f79131;
        line-height: 52px;
        padding: 0 58px;
        color: #fff;
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 15px
    }

    .sep-body .sep-section5 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .sep-body .sep-section5 .alias {
        color: #808080;
        font-size: 16px;
        margin-bottom: 20px
    }

    .sep-body .sep-section6 {
        padding-top: 30px;
        padding-bottom: 30px;
        background-size: cover
    }

    .sep-body .sep-section7 {
        padding-top: 30px;
        padding-bottom: 46px
    }

    .sep-body .sep-section7 .items .item {
        padding: 0;
        margin-bottom: 35px
    }

    .sep-body .sep-section7 .items {
        margin-bottom: 0
    }

    .pharmacy_client {
        margin-top: 60px;
        background: #4fc2b8;
        width: 100%;
        height: auto
    }

    .pharmacy_client1 {
        width: 100%
    }

    .pharmacy_client_tel {
        width: 100%;
        color: #fff;
        margin-left: 2%;
        margin-right: 2%;
        padding-top: 20px
    }

    .pharmacy_client_tel p {
        font-size: 24px;
        margin-bottom: 10px;
        color: #fff
    }

    .pharmacy_client_subs {
        width: 100%;
        padding-top: 15px
    }

    .pharmacy_client_join, a.pharmacy_client_join {
        font-size: 20px;
        color: #fff;
        width: 100%;
        height: 63px;
        background: #f79131;
        text-align: center;
        line-height: 62px;
        float: right;
        margin-top: 20px
    }

    .pharmacy_client_sub2, a.pharmacy_client_sub2 {
        font-size: 14px;
        color: #fff;
        width: auto;
        height: 63px;
        background: #138791;
        text-align: center;
        line-height: 62px;
        float: left;
        padding: 0 10px
    }

    .pharmacy_client_sub1 input {
        background: #fff;
        width: 72%;
        height: 62px;
        line-height: 62px;
        border: 0;
        padding: 0 24px;
        float: left;
        font-size: 12px
    }

    .pharmacy_client_sub1 {
        position: relative;
        margin-top: 20px
    }

    #index_header_ad {
        display: none
    }

    #index_header {
        display: none
    }

    .bottom-menu {
        display: none
    }

    .pharmacy_client ul {
        padding: 39px
    }

    .sep-body .sep-section7 .items2 .item .box .thumb {
        width: 100%;
        flex-shrink: 0;
        margin-right: 0;
        margin-bottom: 20px
    }

    .sep-body .sep-section7 .items2 .item .box .thumb img {
        width: 100%
    }


}
.youtube-box{
    width: 49rem;
    height: 36rem;
}