@media (min-width: 1280px) {
    .container {
        width: 1280px;
        padding: 0;
    }
}

* {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

/* 右侧悬浮 */
.float-right {
    width: 80px;
    height: 400px;
    position: fixed;
    z-index: 999;
    background-color: #ffffff;
    right: 10px;
    top: 50%;
    box-shadow: 0px 0px 10px #cccccc;
    z-index: 9999;
}

.float-right a {
    display: block;
    text-align: center;
    width: 80px;
    height: 80px;
    border-bottom: 1px solid #D8D8D8;
    padding-top: 15px;
    text-decoration: none;
    color: #000000;
    position: relative;
}

.float-right a:hover {
    text-decoration: none;
    background-color: #74203D;
}

.float-right a:hover p {
    color: #ffffff;
}

.float-right a img {
    margin-bottom: 11px;
}

#weixinerweima:hover #weixin {
    display: block;
}

#weixin {
    position: absolute;
    right: 85px;
    top: 0;
    background-color: #ffffff;
    width: 95px;
    height: 95px;
    box-shadow: 0px 0px 10px #cccccc;
    display: none;
}

/* 公众版头部 */
.header {
    position: relative;
}

.header-top {
    background-color: #74203D;
    overflow: hidden;
}

.header-top ul {
    list-style: none;
    float: right;
    /* overflow: hidden; */
    margin: 12px 0;
}

.header-top ul li {
    display: inline-block;
    margin-left: 8px;
}

.header-top ul li a {
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
    padding: 0;
}

.header-top ul li:last-child a {
    padding-right: 0;
}

.header-top ul li .active {
    color: #ECB5C8;
}

.header-top ul li a:hover {
    color: #ECB5C8;
}

.header-top ul li span {
    color: #FFFFFF;
    font-size: 22px;
}

.header-top ul li i {
    font-size: 22px;
    margin-right: 4px;
}

.header-logo {
    position: absolute;
    top: 13px;
    text-align: center;
}

.header-logo img {
    width: 122px;
    height: 122px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.header-logo p {
    font-size: 22px;
    font-family: FZZZHONGJW;
    font-weight: bold;
    color: #78053E;
    margin: 0;
}

.header-bottom {
    height: 117px;
    position: relative;
    margin-top: 25px;
}

.header-bottom .row .col-lg-7 {
    position: absolute;
    right: 0;
}

.header-bottom i {
    display: inline-block;
    height: 2px;
    width: 100%;
    background-color: #9f5971;
    position: absolute;
    top: 20px;
}

.header-bottom .header-nav>li>img {
    position: absolute;
    top: 3px;
    left: 20px;
    background-color: #FFFFFF;
    display: none;
}

.header-bottom .header-doctor>li>img {
    position: absolute;
    top: 3px;
    left: 35px;
    background-color: #FFFFFF;
    display: none;
}

.header-bottom .header-peer>li>img {
    position: absolute;
    top: 3px;
    left: 35px;
    background-color: #FFFFFF;
    display: none;
}

.header-bottom .header-nav>li:nth-child(1)>img {
    left: 15px;
}

.header-nav {
    list-style: none;
    /* overflow: hidden; */
}

.header-nav>li {
    float: left;
    /* overflow: hidden; */
    padding: 50px 15px;
    position: relative;
}

.header-nav>li>ul {
    position: absolute;
    z-index: 999;
    top: 130px;
    left: -25px;
    text-align: center;
    width: 160px;
    background: #FFFFFF;
    box-shadow: 0px -5px 15px 0px #e0e0e0;
    padding: 15px 0;
    display: none;
}

.header-nav>li>ul::before {
    content: " ";
    position: absolute;
    top: -10px;
    left: 70px;
    border-bottom: 10px solid #FFFFFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /* box-shadow: 0px -5px 15px 0px #e9e9e9; */
}

.header-nav>li>ul>li {
    /* font-size: 20px; */
    font-size: 16px;
    font-family: Microsoft YaHei;
    /* font-weight: bold; */
    color: #333333;
    line-height: 40px;
}

.header-nav>li>ul>li>a {
    color: #333333;
}

.header-nav>li>a {
    text-decoration: none;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.header-nav>li:first-child {
    padding-left: 15px;
}

.header-nav>li:last-child {
    padding-right: 0px;
}

.header-nav>.active>img {
    display: block !important;
}

.header-nav>.active>a {
    color: #9A2951;
}

.header-nav li:hover>ul {
    display: block !important;
}

.header-nav>li:hover>a {
    color: #9A2951;
}

.header-nav>li>ul>li:hover>a {
    color: #9A2951;
}

.header_yyd {
    display: none;
}

/* footer */
.footer {
    background: #74203D;
}

.footer_top {
    padding: 24px 0;
}

.footer_top_left {
    float: left;
    overflow: hidden;
}

.footer_top_left ul {
    margin: 40px 0 0 0;
    width: 336px;
}

.footer_top_left ul li {
    float: left;
    margin: 0px 40px 5px 0;
}

.footer_top_left ul li a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DCCED2;
}

.footer_top_right {
    float: right;
    overflow: hidden;
}

.footer_top_right_top {
    width: 90px;
    margin: 0 auto;
    background: #FFFFFF;
    padding-top: 1px;
    text-align: center;
}

.footer_top_right_top p {
    color: #74203D;
}

/* .footer_top_right_bottom {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	padding: 10px 13px;
	overflow: hidden; 
	display: block;
}*/

.footer_top_right_bottom {
    /* border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	padding: 10px 13px;
	overflow: hidden; */
    display: inline-block;
    margin-top: 24px;
}

.footer_top_right_bottom span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DCCED2;
    display: block;
}

.footer_top_right_bottom .footer_bottom_bottom a {
    color: #DCCED2;
}

.footEnglishLogo {
    float: left;
    margin-right: 26px;
    margin-top: 18px;
}

/* .footer_top_right_bottom img {
	float: left;
	overflow: hidden;
	padding-right: 10px;
	opacity: 0.7;
}

.footer_top_right_bottom p {
	float: left;
	overflow: hidden;
	padding-left: 10px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #DCCED2;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	opacity: 0.7;
} */

.footer_bottom {
    padding-bottom: 37px;
}

.footer_bottom_top {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DCCED2;
    margin: 20px 0;
}

.footer_bottom_top a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DCCED2;
    margin-right: 40px;
}

.footer_bottom_bottom,
.footer_bottom a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DCCED2;
}

.footer_bottom_bottom span a {
    color: #fff;
}

.footer_yyd_yqlj,
.footer_yyd_jc {
    display: none;
}

.header-peer>li {
    padding: 50px 24px;
}

/* 就医版首页头部 */
.header-doctor>li {
    padding: 50px 30px;
}

/* 标题通用样式 */
.title_tab {
    width: 100%;
    height: 52px;
    position: relative;
    overflow: hidden;
    overflow-x: scroll;
}

.title_tab::-webkit-scrollbar {
    display: none;
}

.title_tab::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FF8200;
    bottom: 0;
    left: 0;
    content: "";
}

.title_tab_box {
    display: inline-block;
    background-color: #FF8200;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    margin-left: 27px;
}

.title_tab_box:first-child {
    padding-left: 0;
    margin-left: 0px;
}

.title_tab_box::before {
    border-width: 0px 52px 52px 52px;
    border-style: none none solid solid;
    border-color: transparent transparent #FF8200 transparent;
    bottom: 0;
    left: -51px;
    content: "";
    position: absolute;
}

.title_tab_box::after {
    border-width: 0px 52px 52px 0;
    border-style: none solid solid;
    border-color: transparent transparent #FF8200;
    bottom: 0;
    right: -51px;
    content: "";
    position: absolute;
}

.title_tab_con {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 52px;
    padding: 0 15px;
    background-color: #00205B;
    position: relative;
    z-index: 3;
}

.title_tab_box:first-child .title_tab_con {
    padding-left: 30px;
}

.title_tab_con::before {
    border-width: 0px 52px 52px 52px;
    border-style: none none solid solid;
    border-color: transparent transparent #00205B transparent;
    bottom: 0;
    left: -51px;
    content: "";
    position: absolute;
}

.title_tab_con::after {
    border-width: 0px 52px 52px 0;
    border-style: none solid solid;
    border-color: transparent transparent #00205B;
    bottom: 0;
    right: -51px;
    content: "";
    position: absolute;
}

.title_tab_box::before,
.title_tab_box::after,
.title_tab_con::before,
.title_tab_con::after {
    display: none;
}

.title_tab_box,
.title_tab_con {
    background-color: transparent;
}

.title_tab_con>a {
    color: #000000;

}

a:link,
a:active,
a:visited,
a:hover {
    text-decoration: none;
}

.title_tab>a {
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
}

.title_tab>a i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #CED2DF;
    font-size: 20px;
    margin-left: 8px;
}

.title_tab a:hover {
    color: #74203D;
    font-weight: bold;
}

.title_tab a:hover i {
    color: #FF8200;
}

.title_active {
    background-color: #FF8200;
}

.title_active .title_tab_con {
    background-color: #00205B;
    color: #FFFFFF;
}

.title_active::before {
    display: block;
}

.title_active::after {
    display: block;
}

.title_active .title_tab_con::before {
    display: block;
}

.title_active .title_tab_con::after {
    display: block;
}

.searchPCBox {
    position: relative;
    width: 220px;
    display: none;
}

.searchPCBox input {
    width: 220px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: auto;
    transform: translateY(-8px);
    padding-left: 10px;
    padding-right: 50px;
    outline: none;
    border: none;
}

.searchPCBox #submitbuttomPC {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #9A2951;
    margin-top: 7px;
    right: 8px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
    transform: translateY(-8px);
}

.searchPCBox img {
    width: 20px;
}

@media (min-width: 1280px) and (max-width: 1300px) {
    ::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 1279px) {
    .header-bottom .header-nav>li>img {
        left: 15px;
    }

    .header-bottom .header-nav>li:nth-child(1)>img {
        left: 5px;
    }

    .header-nav>li>ul {
        left: -40px;
    }

    .header-logo img {
        width: 100px;
        height: 100px;
    }

    .header-logo p {
        font-size: 16px;
    }

    .header-nav>li>a {
        font-size: 18px;
    }

    .header-nav>li:first-child {
        padding-left: 10px;
    }

    .header-nav>li {
        padding: 50px 5.9px;
    }

    .header-logo {
        margin-left: -15px;
    }

    /* 尾部样式 */
    .footer_bottom_top a {
        display: inline-block;
    }

    /* 就医版首页头部 */
    .header-doctor>li {
        padding: 50px 17px;
    }

    .header-peer>li {
        padding: 50px 13px;
    }

    /* 尾部 */
    .footer_top_right_bottom {}

    .footer_top_right {
        display: none;
    }

    /* 标题通用样式 */
    .title_tab {
        height: 40px;
    }

    .title_tab_box {
        padding: 0 20px;
        margin-left: 27px;
    }

    .title_tab_con {
        font-size: 24px;
        line-height: 40px;
        padding: 0 15px;
    }

    .title_tab_box:first-child .title_tab_con {
        padding-left: 20px;
    }

    .title_tab_box::before,
    .title_tab_con::before {
        border-width: 0px 40px 40px 40px;
        left: -40px;
    }

    .title_tab_box::after,
    .title_tab_con::after {
        border-width: 0px 40px 40px 0;
        right: -40px;
    }

    .title_tab>a {
        margin-top: 5px;
    }
}

@media (max-width: 991px) {

    /* 右侧悬浮 */
    .float-right,
    .navigation {
        display: none;
    }


    .header {
        display: none;
    }

    .header_yyd {
        display: block;
    }

    .header-top>.container {
        text-align: right;
    }

    .header-top ul {
        float: none;
    }

    .header_yyd_bottom {
        height: 132px;
        padding-top: 15px;
    }

    .header_yyd_bottom .container .row>img {
        width: 99px;
        height: 100px;
        margin-right: 10px;
        float: left;
    }

    .header_yyd_bottom p {
        font-size: 26px;
        font-family: FZZZHONGJW;
        font-weight: bold;
        color: #78053E;
        line-height: 31px;
    }

    .header-bottom-logo {
        padding-top: 20px;
        float: left;
        text-align: center;
    }

    .header_yyd_bottom_icon {
        float: right;
        margin-top: 10px;
    }

    .header_yyd_bottom_icon .iconfont {
        font-size: 60px;
        font-weight: bold;
        color: #78053E;
    }

    .header_yyd_bottom {
        position: relative;
    }

    .header_yyd_bottom>ul {
        display: none;
        position: absolute;
        z-index: 99999;
        background-color: #FFFFFF;
        width: 100%;
        padding: 0 50px 30px 50px;
    }

    .header_yyd_bottom>ul>div {
        height: 77px;
        line-height: 77px;
        margin-bottom: 34px;
        margin-top: 10px;
        border: 1px solid #74203D;
        border-radius: 50px;
    }

    .header_yyd_bottom>ul>div .inp_ss {
        padding-left: 47px;
    }

    .header_yyd_bottom>ul>li {
        line-height: 65px;
    }

    .header_yyd_bottom>ul>li.active i img {
        display: block;
    }

    .header_yyd_bottom>ul>li.active>i {
        background-color: #74203D;
    }

    .header_yyd_bottom>ul>li>span {
        float: right;
        font-size: 28px;
        color: #999999;
    }

    .header_yyd_bottom>ul>li>.headerBottom {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform 0.5s linear;
        transition: transform 0.5s linear;
        color: #74203D;
    }

    .header_yyd_bottom>ul>li>.headerTop {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: -webkit-transform 0.5s linear;
        transition: transform 0.5s linear;
        color: #999999;
    }

    .header_yyd_bottom>ul>li>i {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #CCCCCC;
        position: relative;
        top: -8px;
    }

    .header_yyd_bottom>ul>li>i>img {
        position: absolute;
        top: -14px;
        right: 0;
        background-color: #FFFFFF;
        display: none;
        z-index: 9;
    }

    .header_yyd_bottom>ul>li>img {
        margin-top: -10px;
        margin-right: 13px;
    }

    .header_yyd_bottom>ul>li>a {
        text-decoration: none;
        font-size: 26px;
        color: #000000;
    }

    .header_yyd_bottom>ul>li>a:hover {
        color: #000000;
    }

    .header_yyd_bottom>ul>li>ul {
        display: none;
    }

    .header_yyd_bottom>ul>li>ul>li {
        height: 65px;
        line-height: 65px;
    }

    .header_yyd_bottom>ul>li>ul>li>img {
        margin-left: 88px;
        margin-right: 15px;
        margin-top: -10px;
    }

    .header_yyd_bottom>ul>li>ul>li>a {
        text-decoration: none;
        font-size: 26px;
        color: #000000;
    }

    .header_yyd_bottom>ul>li>ul>li>i {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #CCCCCC;
        position: relative;
        top: -8px;
    }

    .inp_ss {
        background: none;
        outline: none;
        border: none;
        font-size: 20px;
        height: 80px;
    }

    .iconfssss {
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    .iconfssssicc {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        background-color: #9A2951;
        position: absolute;
        margin-top: 7px;
        right: 8px;
        cursor: pointer;
    }

    /* 尾部样式 */
    .footer_bottom_top a {
        font-size: 16px;
        margin-right: 20px;
    }

    .footer_top_right_bottom {
        width: 82%;
    }

    /* 标题通用样式 */
    .title_tab {
        height: 52px;
    }

    .title_tab_con {
        font-size: 30px;
        line-height: 52px;
        padding: 0 15px;
    }

    .title_tab_box::before {
        border-width: 0px 52px 52px 52px;
        left: -52px;
    }

    .title_tab_box:first-child .title_tab_con {
        padding-left: 20px;
    }

    .title_tab_con::before {
        border-width: 0px 52px 52px 52px;
        left: -52px;
    }

    .title_tab_con::after {
        border-width: 0px 52px 52px 0;
        right: -52px;
    }

    .title_tab_box::after {
        border-width: 0px 52px 52px 0;
        right: -52px;
    }

    .title_tab>a {
        margin-top: 10px;
    }

}

@media (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }

    .header_yyd_bottom .container .row {
        padding: 0 15px;
    }

    .inp_ss {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }

    .header_yyd_bottom>ul>div .inp_ss {
        padding-left: 30px;
    }

    .header_yyd_bottom>ul>div {
        height: 65px;
        line-height: 65px;
    }

    .iconfssssicc {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .header_yyd_bottom>ul>li {
        line-height: 50px;
    }

    .header_yyd_bottom>ul>li>a {
        font-size: 20px;
    }

    .header_yyd_bottom>ul>li>ul>li {
        height: 50px;
        line-height: 50px;
    }

    .header_yyd_bottom>ul>li>ul>li>a {
        font-size: 20px;
    }

    .header_yyd_bottom .container .row>img {
        margin-right: -1px;
    }

    .header_yyd_bottom>ul>li>ul>li>img {
        margin-left: 35px;
    }

    .header_yyd_bottom_icon .iconfont {
        font-size: 50px;
    }

    .header_yyd_bottom>ul>li>i>img {
        top: -11px;
        width: 40px;
    }

    .header_yyd_bottom>ul>li>span {
        font-size: 22px;
    }

    /* 尾部样式 */
    .footer_top {
        border: none;
    }

    .footer_top .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer_top_left,
    .footer_top_right_bottom,
    .footer_bottom {}

    .footer_top_right {
        float: none;
    }

    .footer_yyd_yqlj,
    .footer_yyd_jc {
        display: block;
    }

    .footer_yyd_yqlj {
        margin-top: 25px;
    }

    .select {
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 6px;
    }

    .select-option {
        padding: 20px 25px;
    }

    .select-option span {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #DCCED2;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        padding-right: 20px;
    }

    .select-option a {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #DCCED2;
        margin-left: 20px;
    }

    .select-option i {
        font-size: 20px;
        color: rgba(255, 255, 255, 0.6);
        float: right;
        overflow: hidden;
    }

    .option {
        display: none;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 0 0 6px 6px;
        background: #74203D;
    }

    .option a {
        display: block;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #DCCED2;
        padding: 20px 0;
        padding-left: 143px;
    }

    .option a:hover {
        color: #000000;
        background-color: #FFFFFF;
    }

    .footer_yyd_jc,
    .footer_yyd_jc a {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #DCCED2;
        text-align: center;
        margin-top: 20px;
    }

    .footer_yyd_jc_copy,
    .footer_yyd_jc_name {
        line-height: 30px;
    }

    .footer_yyd_jc_copy span {
        margin-right: 15px;
        display: inline-block;
    }

    .footer_yyd_jc_copy a {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #DCCED2;
        margin-left: 15px;
    }

    /* 标题通用样式 */
    .title_tab {
        height: 40px;
    }

    .title_tab_box {
        padding: 0 20px;
        margin-left: 27px;
    }

    .title_tab_con {
        font-size: 24px;
        line-height: 40px;
        padding: 0 15px;
    }

    .title_tab_box:first-child .title_tab_con {
        padding-left: 20px;
    }

    .title_tab_box::before,
    .title_tab_con::before {
        border-width: 0px 40px 40px 40px;
        left: -40px;
    }

    .title_tab_box::after,
    .title_tab_con::after {
        border-width: 0px 40px 40px 0;
        right: -40px;
    }

    .title_tab>a {
        margin-top: 5px;
    }
}



@media (max-width: 618px) {
    .footer_top_right_bottom {
        width: 72%;
    }

    .header-top ul li a {
        font-size: 18px;
    }

    .header-top ul li i {
        font-size: 20px;
    }

    .header-top ul {
        margin: 5px 0;
    }

    .header_yyd_bottom .container .row>img {
        width: 63px;
        height: 63px;
    }

    .header-bottom-logo {
        padding-top: 15px;
    }

    .header_yyd_bottom p {
        font-size: 16px;
        line-height: 20px;
    }

    .header_yyd_bottom_icon .iconfont {
        font-size: 42px;
    }

    .header_yyd_bottom_icon {
        margin-top: 0;
    }

    .header_yyd_bottom {
        height: 100px;
    }

    /* 尾部样式 */
    .footer_top_right_top {
        margin-top: 20px;
    }

    .footer_yyd_yqlj {
        margin-top: 20px;
    }

    .select-option {
        padding: 15px 18px;
    }

    .select-option span {
        font-size: 14px;
    }

    .select-option a {
        font-size: 14px;
    }

    .select-option i {
        font-size: 14px;
    }

    .option a {
        font-size: 14px;
        padding: 15px 0;
        padding-left: 118px;
    }

    .footer_yyd_jc,
    .footer_yyd_jc a {
        font-size: 14px;
    }

    .footer_yyd_jc_copy a {
        font-size: 14px;
    }

    .footer_yyd_jc_copy,
    .footer_yyd_jc_name {
        line-height: 24px;
    }

    .footer_yyd_jc_name span:last-child {
        display: block;
    }

    .footer_yyd_jc {
        margin-top: 15px;
    }

    .footer_top_right {
        margin-bottom: 26px;
    }
}

@media (max-width: 422px) {

    .header_yyd_bottom .container .row>img {
        margin-right: 0px;
        width: 50px;
        height: 50px;
    }

    .header_yyd_bottom p {
        font-size: 14px;
    }

    .header-bottom-logo {
        padding-top: 5px;
    }

    .header_yyd_bottom .container .row {
        padding: 0;
    }

    .header_yyd_bottom_icon .iconfont {
        font-size: 28px;
    }

    .header_yyd_bottom {
        height: 70px;
    }

    .header_yyd_bottom>ul>div {
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .header_yyd_bottom>ul>div .inp_ss {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 15px;
    }

    .header_yyd_bottom>ul {
        padding: 0 25px 20px 25px;
    }

    .iconfssssicc {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: 4px;
    }

    .iconfssssicc img {
        width: 20px;
        height: 20px;
    }

    .header_yyd_bottom>ul>li {
        line-height: 40px;
    }

    .header_yyd_bottom>ul>li>a {
        font-size: 16px;
    }

    .header_yyd_bottom>ul>li>ul>li {
        height: 40px;
        line-height: 40px;
    }

    .header_yyd_bottom>ul>li>ul>li>a {
        font-size: 16px;
    }

    .header_yyd_bottom>ul>li>img {
        width: 10px;
        height: 10px;
        margin-top: -5px;
    }

    .header_yyd_bottom>ul>li>ul>li>img {
        margin-left: 30px;
    }

    .header_yyd_bottom>ul>li>i>img {
        top: -8px;
        width: 30px;
    }

    .header_yyd_bottom>ul>li>span {
        font-size: 18px;
    }

    /* 尾部样式 */
    .select-option a {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 65%;
        margin-bottom: -5px;
    }

    .select-option span {
        padding-right: 10px;
    }

    .select-option a {
        margin-left: 5px;
    }
}


@media (max-width: 360px) {

    /* 尾部样式 */
    .select-option {
        padding: 10px;
    }

    .option a {
        padding-left: 85px;
    }
}

@media (max-width: 335px) {
    .header_yyd_bottom .container .row>img {
        width: 40px;
        height: 40px;
    }

    .header-bottom-logo {
        padding-top: 0;
    }

    .header_yyd_bottom_icon .iconfont {
        font-size: 22px;
    }

    .select-option a {
        width: 60%;
    }
}