.header_m {
    display: none;
}

/*咨询电话*/
.headertel {
    display: flex;
    align-items: center;
}

.telicon {
    background-color: #318ed6;
    border-radius: 50%;
}

.telnumber {
    font-size: 14px;
    padding-left: 10px;
}

/*手机版侧边导航*/
.reproduction {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    display: none;
    z-index: 1000;
}

.reproduction .reproduction-body {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.reproduction .reproduction-body .reproduction-box {
    width: 80%;
    height: 37.5rem;
    background: #f9f9f9;
    border-radius: 1.25rem;
    position: relative;
}

.reproduction .reproduction-body .close {
    background: url("../i/close.png") no-repeat center;
    background-size: auto;
    width: 2.75rem;
    height: 2.75rem;
    background-size: cover;
    margin-bottom: 3.125rem;
    cursor: pointer;
    position: absolute;
    top: -3.875rem;
    left: 0;
}

.reproduction .reproduction-body .reproduction-box .reproduction-white {
    width: 100%;
    height: 25rem;
    background: #ffffff;
    border-radius: 0.9375rem;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reproduction .reproduction-body .reproduction-box .reproduction-white .reproduction-white-title {
    width: 90%;
    height: 1.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #717171;
    line-height: 1.125rem;
    margin-top: 0.90667rem;
    text-align: center;
    margin: 0 auto;
}

.reproduction .reproduction-body .reproduction-box .reproduction-white .wecode-box {
    width: 15rem;
    height: 15rem;
    background: #f8f8f8;
    border-radius: 0.42667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.625rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #717171;
}

.reproduction .reproduction-body .reproduction-box .reproduction-white .clickCopy-box {
    width: 80%;
    height: 3.125rem;
    background: #318ed6;
    box-shadow: 0 0.5rem 1rem 0 rgba(32, 172, 185, 0.5);
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    line-height: 0.66667rem;
}

.reproduction .reproduction-body .reproduction-box .illustration {
    width: 100%;
    height: 5.73333rem;
    position: absolute;
    top: -1.06667rem;
}

.reproduction .reproduction-body .reproduction-box img {
    width: 100%;
}

.reproduction .reproduction-body .reproduction-box .toast {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.98667rem;
    height: 1.6rem;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0.42667rem;
    font-size: 0.42667rem;
    color: #ffffff;
    text-align: center;
    line-height: 1.6rem;
    margin-left: -1.49333rem;
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1009;
    width: 100vw;
    height: 100vh;
    background: url("../images/popupbg.png") center / cover no-repeat;
    transition: transform .3s;
    transform: translateX(100%);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform-origin: center center;
}

.overlay_popup {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay_top {
    height: 2.5rem;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.overlay_back {
    position: absolute;
    width: 2.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay_back .icon-you {
    background: url("../bg/fanhui.png") center / cover no-repeat;
    width: 1.875rem;
    height: 1.875rem;
}

.overlay_backicon {
    color: #333;
    transform: rotate(180deg);
}

.overlay_title {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    color: #333;
    padding: 0 3.125rem;
    text-align: center;
}

.overlay_center {
    width: 17.1875rem;
}

.overlay_content {
    width: 100%;
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.25rem 0.625rem;
}

.overlay_name {
    font-size: 1.375rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    line-height: 1.375rem;
}

.overlay_group {
    display: flex;
    justify-content: center;
    margin-top: 0.625rem;
    margin-bottom: 1.875rem;

}

.overlay_groupNo {
    font-size: 0.875rem;
    font-weight: 400;
    color: #999;
}

.groupNo_copy {
    margin-left: 0.625rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.75rem;
    color: #318ed6;
    background: transparent;
    border: none;
    outline: none;
}

.overlay_group_code {
    width: 13.8125rem;
    height: 13.8125rem;
    margin: 0 auto;
    background: url("../images/groupcode.jpg") center / cover no-repeat;
}

.overlay_addgroup {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #999;
    text-align: center;
}

.overlay_copywx {
    margin-top: 3.125rem;
    width: 100%;
    height: 2.8125rem;
    background: #318ed6;
    border-radius: 0.3125rem;
    font-size: 1.125rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
}


.groupad {
    margin-top: -4.2rem;
    position: fixed;
    right: 0;
    top: 50%;
    width: 1.75rem;
    z-index: 997;
    display: none;
}

.groupadcolse {
    background: url('../i/groupadcolse.0cddc61.png') 50%/cover no-repeat;
    height: 0.9375rem;
    margin-left: 0.375rem;
    width: 0.9375rem;
}

.groupabgview {
    background: linear-gradient(180deg, #fffbf2, #fff0cf);
    border-radius: 1.25rem;
    padding: 0.625rem 0;
}

.groupabg {
    background: url('../i/groupabg.c32094f.png') 50%/cover no-repeat;
    height: 1.25rem;
    margin-left: 0.3125rem;
    width: 1.25rem;
}

.groupatext {
    color: #318ed6;
    font-size: 1rem;
    line-height: 1rem;
    padding-top: 0.3125rem;
    text-align: center;
}

/*手机版底部*/
.tabbarview {
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none !important;
}

.tabbarview {
    width: -moz-available;

    width: -webkit-fill-available;
    height: 3.125rem;
    padding: 0 0.625rem;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.tabbarview button:nth-child(1) {
    background: #FF8401;
    color: #FFFFFF;
}

.tabbarview button {
    width: 6.5625rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    border: none;
    font-size: 0.875rem;
    font-weight: bold;
}

.tabbarview button:nth-child(2) {
    color: #FFFFFF;
    background: #318ed6;
}

.tabbarview button:nth-child(3) {
    color: #318ed6;
    background: #a2d1f9;
    border: 0.03rem solid #49AFC0;
}

/*message属性*/
.qmsg.qmsg-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .55);
    font-size: 13px;
    font-variant: tabular-nums;
    line-height: 1;
    list-style: none;
    font-feature-settings: "tnum";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    top: 50%;
    margin-top: -52px;
    z-index: 1010;
    width: 100%;
    pointer-events: none;
}

.qmsg .qmsg-item {
    padding: 8px;
    text-align: center;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    position: relative;
}

.qmsg .qmsg-item .qmsg-count {
    width: 0;
    height: 0;
    opacity: 0;
    text-align: center;
    position: absolute;
    left: -4px;
    top: -4px;
    background-color: red;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    border-radius: 2px;
    display: inline-block;
    min-width: 16px;
    height: 16px;
    /* -webkit-animation-duration: .3s;
    animation-duration: .3s; */
}

.qmsg .qmsg-item:first-child {
    margin-top: -8px;
}

.qmsg .qmsg-content {
    text-align: left;
    position: relative;
    display: inline-block;
    padding: 10px 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    pointer-events: all;
    /* min-width: 175px; */
    max-width: 80%;
    min-width: 80px;
}

.qmsg .qmsg-content [class^="qmsg-content-"] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qmsg .qmsg-content .qmsg-content-with-close {
    padding-right: 20px;
}

.qmsg .qmsg-icon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 1px;
    margin-right: 8px;
    font-size: 16px;
}

.qmsg .qmsg-icon svg {
    display: inline-block;
}

.qmsg .qmsg-content-info .qmsg-icon {
    color: #1890ff;
    user-select: none;
}

.qmsg .qmsg-icon-close {
    position: absolute;
    top: 11px;
    right: 5px;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: rgba(0, 0, 0, .45);
    transition: color .3s
}

.qmsg .qmsg-icon-close:hover > svg path {
    stroke: #555;
}

.qmsg .animate-turn {
    animation: MessageTurn 1s linear infinite;
    -webkit-animation: MessageTurn 1s linear infinite;
}

@keyframes MessageTurn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes MessageTurn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }

    to {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}

@keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }

    to {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}


@-webkit-keyframes MessageMoveIn {

    0% {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes MessageMoveIn {
    0% {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@-webkit-keyframes MessageShake {
    0%,
    100% {
        transform: translateX(0px);
        opacity: 1;
    }

    25%,
    75% {
        transform: translateX(-4px);
        opacity: 0.75;
    }

    50% {
        transform: translateX(4px);
        opacity: 0.25;
    }
}

@keyframes MessageShake {
    0%,
    100% {
        transform: translateX(0px);
        opacity: 1;
    }

    25%,
    75% {
        transform: translateX(-4px);
        opacity: 0.75;
    }

    50% {
        transform: translateX(4px);
        opacity: 0.25;
    }
}

@media screen and (max-width: 428px) {
    body {
        width: 100%;
        min-width: 348px;
    }

    .header_pc {
        display: none;
    }

    .header_m {
        display: block;
    }

    .headerp {
        height: 60px;
    }

    .headers {
        width: 100%;
        position: fixed;
        height: 60px;
        background: #FFFFFF;
        box-shadow: 0 0 8px 1px rgba(204, 204, 204, 0.8);
        z-index: 999;
        overflow: hidden;
    }

    .headerlogo {
        width: 20%;
        height: auto;
        margin: 4% 0 4% 1% !important;
    }

    .headersearch {
        margin: 0.625rem 0.3125rem !important;
        width: 53% !important;
        height: 2.5rem;
        padding: 6px 0 !important;
    }

    .yxr_side_gridbara {
        width: 25% !important;
    }

    .headersearch1 {
        margin-top: 0.4375rem !important;
    }

    .headersearch2 {
        width: 55% !important;
    }

    .headersearch3 {
        width: 23%;
        font-size: 0.75rem;
        height: 1.5625rem;
    }

    .headerfield {
        height: 1.5625rem;
    }

    .headerright {
        float: inherit !important;
    }

    .headerlogin {
        margin: 0.625rem 0 !important;
        width: auto;
        font-size: 0.75rem;
        height: 2.5rem;
    }

    .headerregister {
        margin: 0.625rem 0 !important;
        font-size: 0.75rem;
        width: auto;
        background: none;
        color: #318ed6;
        height: 2.5rem;
    }

    .headernav {
        float: right !important;
        margin-right: 0.3125rem;
    }

    .headernavs {
        width: 1.25rem;
        height: 1.25rem;
    }

    .headerside {
        width: 100%;
    }

    .headernav_m {
        margin-left: 2%;
        height: 100%;
        border-radius: 5px;
        display: flex;
        align-items: center;
    }

    .headernav1 {
        width: 1.25rem;
        height: 1.25rem;
        margin: 0 !important;
    }

    .headerarticle {
        margin: 1% 0 1% 1.1% !important;
    }

    .headerarticle1 {
        margin: 0 !important;
        height: 1.75rem;
        width: 1.25rem;
        background-size: 100% auto;
    }

    .headerissue1 {
        margin: 0 !important;
        height: 1.75rem;
        width: 1.75rem;
        background-size: 100% auto;
    }

    .headerhide {
        height: 50vh;
        padding-top: 0.625rem;
        padding-left: 0.625rem;
        position: fixed;
        top: 3.375rem;
    }

    .headerhideli {
        width: 23%;
        height: 5rem;
        margin-right: 0.0625rem;
        margin-bottom: 0.625rem;
        padding-top: 0.5rem;
    }

    .headerhideaddress {
        margin-top: 0.3125rem;
    }

    .headerhidenumber {
        margin-top: 0.25rem;
    }

    .headerhide_m {
        display: none;
    }

    /*登录注册板块*/
    .passport-pop-wrapper .logo {
        background-size: 100% 100% !important;
        background-position: center;
    }

    .modal .modal-close_icon {
        right: 2.625rem !important;
        width: 0.75rem;
        height: 0.75rem;
    }

    /*新内容*/
    .bannerviews {
        margin-top: 2% !important;
    }

    .bannerview {
        width: 100%;
        height: 100% !important;
        margin-top: 2% !important;
    }

    .homebanner {
        width: 100%;
        float: inherit !important;
    }

    .bannerbox {
        height: 16.6rem;
    }

    .bannerdetail {
        width: 38%;
        margin-left: 0.65rem;
    }

    .bannnertitle {
        margin-top: 2.3rem;
        font-size: 1rem;
    }

    .bannnerinfo {
        font-size: 0.8rem;
    }

    .seedetail {
        margin-top: 2.71875rem;
    }

    .coverbanner_img {
        height: 13.1rem;
        right: -1.4rem;
    }

    .bannerrecommend {
        float: inherit !important;
        width: 100%;
        height: 100%;
    }

    .recommendlist {
        padding: 0.6rem;
        height: 100%;
    }

    .recommenddetail {
        margin-top: .4rem;
    }

    .recommendlista {
        margin: 0.625rem;
    }

    .newpagecontent {
        width: 100%;
    }

    .homenav {
        flex-wrap: wrap;
        height: 100%;
        padding: 1.25rem 0;
        margin-bottom: 0;
    }

    .homenavbarinfo {
        margin-top: 0.4375rem;
    }

    .homeplatetitle {
        font-size: 1.375rem;
    }

    .homenavbara {
        width: 50% !important;
        padding: 0 0.625rem;
        flex: inherit;
        margin-bottom: 0.625rem;
    }

    .homeplate {
        padding: 0 0.625rem !important;
        padding-top: 0.625rem !important;
    }

    .yxr_cover {
        display: none;
    }

    .yxrecommend {
        height: 100% !important;
    }

    .yxr_info {
        width: 100% !important;
        display: flex !important;
        flex: inherit !important;
        flex-wrap: wrap;
        float: inherit !important;
        margin-left: 0;
    }

    .yxr_side {
        width: 100%;
        height: 100%;
        margin-right: 0 !important;
        padding: 0.78125rem 0;
    }

    .yxr_side_gridbar {
        padding: 0 0.125rem;
    }

    .yxrsgb_name {
        margin-top: 0.53125rem;
        font-size: 0.875rem;
    }

    .yxrsgb_detail {
        font-size: 0.75rem;
    }

    .allconsultview {
        padding-top: 0.625rem;
        min-height: 54.438rem !important;

        height: 100% !important;
    }

    .allconsult_left {
        width: 100% !important;

        margin-right: 0 !important;
    }

    .allconsult_tag {
        width: 67%;
        margin-left: 1.3125rem;
    }

    .acc_left {
        display: none;
    }

    .accview_img {
        width: 100%;
        height: auto;
    }

    .accview {
        height: auto;
    }

    .accview_container {
        height: 100%;
    }

    .accview_wrapper {
        height: 7.875rem;
    }

    .accview_slide {
        height: 98%;
    }

    .accstaticbg {
        width: 100%;
        height: auto;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .accstatic_name {
        font-size: 0.875rem;
        height: 1.25rem;
    }

    .accstatic_describe {
        font-size: 0.625rem;
        margin-top: 0.625rem;
    }

    .acc_right {
        width: 100% !important;
        margin-left: 0;

        margin-bottom: 10px;
    }

    .accrlist {
        height: 100% !important;
        padding: 0.3125rem 0;
    }

    .accr_left {
        width: 20% !important;
        height: auto;
        margin-right: 0.625rem;
    }

    .accr_info {
        font-size: 14px;
        width: 78% !important;
    }

    .accr_title {
        font-size: 0.875rem;
    }

    .accr_detail {
        width: 100%;
        margin-top: 0.3125rem;
        height: auto;
    }

    .accr_detail_describe {
        width: 100%;
    }

    .accr_detail_tag {
        width: 100% !important;
        text-align: left;
        line-height: 1rem;
        height: 1rem;
    }

    .allconsult_right {
        width: 100% !important;
        height: auto !important;
    }

    .acr_city {

        min-height: 17.875rem;

        height: 100% !important;
    }

    .acr_tagcity {

        min-height: 8.875rem;

        height: 100% !important;
    }

    .acr_citylist {
        width: 31.2% !important;
        height: auto !important;
    }

    .acr_city_img {
        width: 100% !important;
        height: 100% !important;
    }

    .acr_city_model {
        width: 100% !important;
        height: 100% !important;
    }

    .acr_tagcitylist {
        line-height: 1.5625rem !important;
        height: 1.6875rem;
        width: 3.5625rem !important;
    }

    .acr_tagcity a:nth-child(4n) .acr_tagcitylist {
        margin-right: 10px !important;
    }

    .videoplate .video {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .videoreleft {
        width: 100%;
    }

    .videorecommendinfo {
        width: 100% !important;
        display: flex;
    }

    .videoplate {
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
    }

    .videocover {
        width: 100%;
        height: auto;
    }

    .videoplatetitle {
        font-size: 1.375rem;
    }

    .videoplate_container {
        height: auto;
    }

    .videoplate_wrapper {
        height: 100%;
    }

    .videoplate_slide {
        height: auto !important;
    }

    .videorecommendlist {
        width: 47%;
    }

    .videorecommendlist:nth-child(2n) {
        margin-right: 0px;
    }

    .videorecommendlist:nth-child(3n) {
        margin-right: 10px;
    }

    .videorecommendimg {
        width: 100%;
        height: auto;
    }

    .videorecommendtitle {
        width: 100%;
        font-size: 0.875rem;
    }

    .ask {
        width: 100% !important;
        flex-wrap: wrap;
    }

    .askitem {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .fertilityEncyclopedia {
        background: none;
        width: 100% !important;
    }

    .feview {
        height: 100%;
        padding: 0.625rem 0 !important;
        width: 100% !important;
    }

    .feview_content {
        display: flex;
    }

    .feview_top {
        position: relative;
        width: 100%;
    }

    .feview_tag {
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        position: relative;
        top: 4px;
        left: 0;
        transform: translateY(0);
    }

    .feview_tag {
        margin-left: 1.125rem;
        width: 46%;
        flex-direction: row;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .feview_title {
        font-size: 20px;
        width: 38%;
        max-width: 43%;
    }

    .feview_titlelist {
        width: 37%;
        margin-right: 0.5rem;
        white-space: nowrap;
    }

    .fegirdlist {
        width: 100%;
        height: 100% !important;
    }

    .fegirds {
        height: 100%;
        min-height: 10.3625rem;
    }

    .fegird1 {
        width: 100%;
        height: 100%;
    }

    .fegird2 {
        width: 48%;
        height: auto;
    }

    /*生育需求*/
    .babyneeds {
        flex-wrap: wrap;
    }

    .babyneed1 {
        width: 50%;
    }

    .babyneed2 {
        width: 50%;
    }

    .bn1one {
        width: 100%;
        padding: 0.625rem;
    }

    .bn1oneimg {
        width: 30%;
        height: auto;
        right: 0.125rem;
        bottom: 3.625rem;
    }

    .bn2one {
        width: 50%;
        padding: 0.625rem;
    }

    .babyneed2 .bn2one {
        width: 100%;
    }

    .bn3one {
        width: 32%;
    }

    /*全部话题*/
    .hottopicview {
        flex-wrap: wrap;
    }

    .hottopiclist {
        width: 48.5%;
    }

    .ovumbg {
        display: none;
    }

    .ovumview {
        width: 100% !important;
    }

    .ovumlist {
        width: 48%;
        padding: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .ovumliststitle {
        max-width: 9.125rem;
    }

    .nationview {
        height: 100% !important;
        min-height: 6.875rem;
    }

    .nationa {
        width: 22%;
        height: auto;
        margin-right: 0.625rem;
    }

    .nationtext {
        margin-top: 1.0625rem;
    }

    .rankinglist {
        width: 100%;
        margin-bottom: 0.625rem;
        height: 7.5rem !important;

        margin-right: 0 !important;
    }

    .rankingview {
        display: flex;
        height: auto !important;
        margin-top: 10px !important;
    }

    .rankingview .rankinglist:nth-child(n+2) {
        margin-bottom: 0.625rem !important;
    }

    .rankinginfo {
        width: 67% !important;
    }

    .rankinguinfolist {
        margin-bottom: 0.625rem;
    }

    .rankingimg {
        margin-right: 0.5rem;
        width: 30%;
        height: auto;
    }

    .rankinguinfotitle {
        width: 66%;
        margin-right: 0.625rem;
    }

    /*频道推荐*/
    .recommend .item {
        width: 25%;
        margin-bottom: 0.625rem;
    }

    /*IVF ASIA热门医院*/
    .allconsult_top {
        display: flex !important;
        width: 100%;
    }

    /*底部*/
    .footer {
        padding-bottom: 3.75rem;
    }

    .footer-navi {
        padding: 1.25rem 0 !important;
    }

    .w1200 {
        width: 100%;
        padding: 0;
    }

    .footer-navi .about {
        width: 100% !important;
        padding: 0.625rem !important;
    }

    .footer-navi .navis {
        width: 100% !important;
        padding: 0.625rem !important;
        margin-left: 0 !important;
    }

    .footer-navi .title {
        margin-bottom: 0.4375rem;
    }

    .footer-navi .ewms {
        width: 100% !important;
        padding: 0.625rem !important;
    }

    .footer-navi .widget::before {
        border-left: none;
    }

    .footer .friendlinks {
        margin: 0.625rem !important;
    }

    .footer-navi .bands {
        width: 100% !important;
    }

    .footer-navi .bands ul {
        padding: 0 0.625rem !important;
    }

    .footer-navi .bands .band-taiguo {
        background-size: 2.1875rem 1.125rem !important;
    }

    .footer-navi .bands .band-meiguo {
        background-size: 2.1875rem 1.125rem !important;
    }

    .footer-navi .bands .band-eluosi {
        background-size: 2.3875rem 1.125rem !important;
    }

    .footer-navi .bands .band-malaixiya {
        background-size: 2.6875rem 1.125rem !important;
    }

    .footer-navi .bands .band-wukelan {
        background-size: 2.1875rem 1.125rem !important;
    }

    .footer-navi .bands .band-gelujiya {
        background-size: 2.6875rem 1.125rem !important;
    }

    .footer-navi .qqgroup {
        width: 100% !important;
        margin: 0 auto;
    }


    /*底部微博、微信*/
    .footer-navi .ewms .ewm-main {
        padding: 1.25rem !important;
    }

    .footer-navi .ewms .ewm-content {
        width: 9.375rem !important;
    }

    .footer-navi .ewms .ewm-main .thumb-div {
        width: 100%;
        height: auto;
    }

    .footer-navi .ewms .ewm-main .thumb-div {
        width: 100% !important;
        margin-right: 1.25rem;
    }

    .floor-anchors {
        display: none;
    }

    .fixed-right {
        display: none;
    }

    .groupad {
        display: block;
    }

    .tabbarview {
        display: flex !important;
    }

    .article-main .tags a {
        white-space: nowrap;
    }

    .article-main .tags {
        overflow: auto;
    }

}

@media screen and (max-width: 390px) {
    body {
        width: 100%;
        min-width: 348px;
    }

    .header_pc {
        display: none;
    }

    .header_m {
        display: block;
    }

    .headerp {
        height: 3.0625rem;
    }

    .headers {
        width: 100%;
        position: fixed;
        height: 3.0625rem;
        background: #FFFFFF;
        box-shadow: 0 0 8px 1px rgba(204, 204, 204, 0.8);
        z-index: 999;
        overflow: hidden;
    }

    .headerlogo {
        width: 20%;
        height: auto;
        margin: 3% 0 3% 1% !important;
    }

    .headersearch {
        margin: 0.1875rem 0.3125rem !important;
        width: 53%;
        height: 2.5rem;
    }

    .headersearch1 {
        margin-top: 0.4375rem !important;
    }

    .headersearch2 {
        width: 54% !important;
    }

    .headersearch3 {
        width: 23%;
        font-size: 0.75rem;
        height: 1.5625rem;
    }

    .headerfield {
        height: 1.5625rem;
    }

    .headerright {
        float: inherit !important;
    }

    .headerlogin {
        margin: 0.625rem 0 !important;
        width: auto;
        font-size: 0.75rem;
        height: 1.5625rem;
    }

    .headerregister {
        margin: 0.625rem 0 !important;
        font-size: 0.75rem;
        width: auto;
        background: none;
        color: #318ed6;
        height: 1.5625rem;
    }

    .headernav {
        float: right !important;
        margin-right: 0.3125rem;
    }

    .headernavs {
        width: 1.25rem;
        height: 1.25rem;
    }

    .headerside {
        width: 100%;
    }

    .headernav_m {
        margin-left: 2%;
        height: 100%;
        border-radius: 5px;
        display: flex;
        align-items: center;
    }

    .headernav1 {
        width: 1.25rem;
        height: 1.25rem;
        margin: 0 !important;
    }

    .headerarticle {
        margin: 1% 0 1% 1.1% !important;
    }

    .headerarticle1 {
        margin: 0 !important;
    }

    .headerissue1 {
        margin: 0 !important;
    }

    .headerhide {
        height: 50vh;
        padding-top: 0.625rem;
        padding-left: 0.625rem;
        position: fixed;
        top: 3.375rem;
    }

    .headerhideli {
        width: 23%;
        height: 5rem;
        margin-right: 0.0625rem;
        margin-bottom: 0.625rem;
        padding-top: 0.5rem;
    }

    .headerhideaddress {
        margin-top: 0.3125rem;
    }

    .headerhidenumber {
        margin-top: 0.25rem;
    }

    .headerhide_m {
        display: none;
    }

    /*登录注册板块*/
    .passport-pop-wrapper .logo {
        background-size: 100% 100% !important;
        background-position: center;
    }

    .modal .modal-close_icon {
        right: 2.625rem !important;
        width: 0.75rem;
        height: 0.75rem;
    }

    /*新内容*/
    .bannerviews {
        margin-top: 2% !important;
    }

    .bannerview {
        width: 100%;
        height: 100% !important;
        margin-top: 2% !important;
    }

    .homebanner {
        width: 100%;
        float: inherit !important;
    }

    .bannerbox {
        height: 16.6rem;
    }

    .bannerdetail {
        width: 38%;
        margin-left: 0.65rem;
    }

    .bannnertitle {
        margin-top: 2.3rem;
        font-size: 1rem;
    }

    .bannnerinfo {
        font-size: 0.8rem;
    }

    .seedetail {
        margin-top: 2.71875rem;
    }

    .coverbanner_img {
        height: 13.1rem;
        right: -1.4rem;
    }

    .bannerrecommend {
        float: inherit !important;
        width: 100%;
        height: 100%;
    }

    .recommendlist {
        padding: 0.6rem;
        height: 100%;
    }

    .recommenddetail {
        margin-top: .4rem;
    }

    .recommendlista {
        margin: 0.625rem;
    }

    .newpagecontent {
        width: 100%;
    }

    .homenav {
        flex-wrap: wrap;
        height: 100%;
        padding: 1.25rem 0;
        margin-bottom: 0;
    }

    .homenavbarinfo {
        margin-top: 0.4375rem;
    }

    .homeplatetitle {
        font-size: 1.375rem;
    }

    .homenavbara {
        width: 50% !important;
        padding: 0 0.625rem;
        flex: inherit;
        margin-bottom: 0.625rem;
    }

    .homeplate {
        padding: 0 0.625rem;
        padding-top: 0.625rem;
    }

    .yxr_cover {
        display: none;
    }

    .yxrecommend {
        height: 100% !important;
    }

    .yxr_info {
        width: 100% !important;
        display: flex !important;
        flex: inherit;
        flex-wrap: wrap;
        float: inherit !important;
        margin-left: 0;
    }

    .yxr_side {
        width: 100%;
        height: 100%;
        margin-right: 0 !important;
        padding: 0.78125rem 0;
    }

    .yxr_side_gridbar {
        padding: 0 0.125rem;
    }

    .yxrsgb_name {
        margin-top: 0.53125rem;
        font-size: 0.875rem;
    }

    .yxrsgb_detail {
        font-size: 0.75rem;
    }

    .allconsultview {
        padding-top: 0.625rem;
        min-height: 51.438rem !important;

        height: 100% !important;
    }

    .allconsult_left {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .allconsult_tag {
        width: 67%;
        margin-left: 1.3125rem;
    }

    .acc_left {
        display: none;
    }

    .accview_img {
        width: 100%;
        height: auto;
    }

    .accview {
        height: auto;
    }

    .accview_container {
        height: 100%;
    }

    .accview_wrapper {
        height: 7.875rem;
    }

    .accview_slide {
        height: 98%;
    }

    .accstaticbg {
        width: 100%;
        height: auto;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .accstatic_name {
        font-size: 0.875rem;
        height: 1.25rem;
    }

    .accstatic_describe {
        font-size: 0.625rem;
        margin-top: 0.625rem;
    }

    .acc_right {
        width: 100%;
        margin-left: 0;

        margin-bottom: 10px;
    }

    .accrlist {
        height: 100%;
        padding: 0.3125rem 0;
    }

    .accr_left {
        width: 20% !important;
        height: auto;
        margin-right: 0.625rem;
    }

    .accr_info {
        font-size: 14px;
        width: 78%;
    }

    .accr_title {
        font-size: 0.875rem;
    }

    .accr_detail {
        width: 100%;
        margin-top: 0.3125rem;
        height: auto;
    }

    .accr_detail_describe {
        width: 100%;
    }

    .accr_detail_tag {
        width: 100% !important;
        text-align: left;
        line-height: 1rem;
        height: 1rem;
    }

    .allconsult_right {
        width: 100% !important;
        height: auto !important;
    }

    .acr_tagcity {
        height: 100%;
    }

    .acr_city {

        max-height: 17.875rem;
        height: 100% !important;
    }

    .acr_tagcity {
        min-height: 6.875rem;
        height: 100% !important;
    }

    .acr_citylist {
        width: 31.2% !important;
        height: auto !important;
    }

    .acr_city_img {
        width: 100% !important;
        height: 100% !important;
    }

    .acr_city_model {
        width: 100% !important;
        height: 100% !important;
    }

    .acr_tagcitylist {
        line-height: 1.5625rem;
        height: 1.6875rem;
        width: 3.5625rem;
    }

    .video {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .videoreleft {
        width: 100%;
    }

    .videorecommendinfo {
        width: 100%;
        display: flex;
    }

    .videoplate {
        height: auto !important;
    }

    .videocover {
        width: 100%;
        height: auto;
    }

    .videoplatetitle {
        font-size: 22px;
    }

    .videoplate_container {
        height: auto;
    }

    .videoplate_wrapper {
        height: 100%;
    }

    .videoplate_slide {
        height: auto;
    }

    view_top
    .videorecommendlist {
        width: 31%;
    }

    .videorecommendimg {
        width: 100%;
        height: auto;
    }

    .videorecommendtitle {
        width: 100%;
        font-size: 0.875rem;
    }

    .ask {
        width: 100% !important;
    }

    .fertilityEncyclopedia {
        height: 100%;
        background: none;
    }

    .feview {
        height: 100%;
        padding: 0.625rem 0;
    }

    .feview_top {
        position: relative;
        width: 100%;
    }

    .feview_tag {
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        position: absolute;
        top: 63%;
        left: 35%;
        transform: translateY(-50%);
    }

    .feview_tag {
        margin-left: 1.125rem;
        width: 60%;
        flex-direction: row;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .feview_title {
        font-size: 22px;
        width: 38%;
        max-width: 43%;
    }

    .feview_titlelist {
        width: 37%;
        margin-right: 0.5rem;
        white-space: nowrap;
    }

    .fegirdview {
        display: flex;
    }

    .fegirdlist {
        width: 100%;
        height: 100% !important;
        margin-right: 0 !important;
    }

    .fegirds {
        height: 100%;
        min-height: 9.3625rem;
    }

    .fegird1 {
        width: 100%;
        height: 100%;
    }

    .fegird2 {
        width: 48%;
        height: auto;
    }

    /*生育需求*/
    .babyneeds {
        flex-wrap: wrap;
    }

    .babyneed1 {
        width: 46%;
    }

    .babyneed2 {
        width: 46%;
    }

    .bn1one {
        width: 100%;
        padding: 0.625rem;
    }

    .bn1oneimg {
        width: 30%;
        height: auto;
        right: 0.125rem;
        bottom: 3.625rem;
    }

    .bn2one {
        width: 50%;
        padding: 0.625rem;
    }

    .babyneed2 .bn2one {
        width: 100%;
    }

    .bn3one {
        width: 32%;
    }

    /*全部话题*/
    .hottopicview {
        flex-wrap: wrap;
    }

    .hottopiclist {
        width: 48.5%;
    }

    .ovumbg {
        display: none;
    }

    .ovumview {
        width: 100% !important;
        display: flex !important;
    }

    .ovumlist {
        width: 48%;
        padding: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .ovumliststitle {
        max-width: 8.4375rem !important;
    }

    .nationview {
        height: 100% !important;
        min-height: 6.875rem;
    }

    .nationa {
        width: 22%;
        height: auto;
        margin-right: 0.625rem;
    }

    .nationtext {
        margin-top: 1.0625rem;
    }

    .rankingview {

        display: flex !important;

    }

    .rankinglist {
        width: 100%;
        margin-bottom: 0.625rem;
    }

    .rankingview .rankinglist:nth-child(n+2) {
        margin-bottom: 0.625rem !important;
    }

    .rankinginfo {
        width: 67% !important;
    }

    .rankinguinfolist {
        margin-bottom: 0.625rem;
    }

    .rankingimg {
        margin-right: 0.5rem;
        width: 30%;
        height: auto;
    }

    .rankinguinfotitle {
        width: 66%;
        margin-right: 0.625rem;
    }

    /*频道推荐*/
    .recommend .item {
        width: 25%;
        margin-bottom: 0.625rem;
    }

    /*底部*/
    .footer-navi {
        padding: 1.25rem 0;
    }

    .w1200 {
        width: 100%;
        padding: 0;
    }

    .footer-navi .about {
        width: 100% !important;
        padding-right: 0;
        padding-bottom: 0.625rem;
    }

    .footer-navi .navis {
        width: 100% !important;
        margin-left: 0 !important;
        padding-bottom: 0.625rem;
    }

    .footer-navi .title {
        margin-bottom: 0.4375rem;
    }

    .footer-navi .ewms {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .footer-navi .widget::before {
        border-left: none;
    }

    .footer .friendlinks {
        margin: 0.625rem 0;
    }

    .footer-navi .bands {
        width: 100% !important;
    }

    .footer-navi .bands .band-taiguo {
        background-size: 2.1875rem 1.125rem !important;
    }

    .footer-navi .bands .band-meiguo {
        background-size: 2.1875rem 1.125rem !important;
    }

    .footer-navi .bands .band-eluosi {
        background-size: 2.3875rem 1.125rem !important;
    }

    .footer-navi .bands .band-malaixiya {
        background-size: 2.6875rem 1.125rem !important;
    }

    .footer-navi .bands .band-wukelan {
        background-size: 2.1875rem 1.125rem !important;
    }

    .footer-navi .bands .band-gelujiya {
        background-size: 2.6875rem 1.125rem !important;
    }

    .footer-navi .qqgroup {
        width: 100% !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 360px) {
    .headerp {
        height: 40px;
    }

    .headers {
        width: 100%;
        position: fixed;
        height: 6%;
        background: #FFFFFF;
        box-shadow: 0 0 8px 1px rgba(204, 204, 204, 0.8);
        z-index: 999;
        overflow: hidden;
    }

    .headerlogo {
        width: 20%;
        height: auto;
        margin: 2.5% 0 2.5% 1% !important;
    }

    .headersearch {
        margin: 0.1875rem 0.3125rem !important;
        width: 53%;
        height: 2.1875rem;
    }

    .headersearch1 {
        margin-top: 0.4375rem !important;
    }

    .headersearch2 {
        width: 49% !important;
    }

    .headersearch3 {
        width: 23%;
        font-size: 0.75rem;
        height: 1.5625rem;
    }

    .headerfield {
        height: 1.5625rem;
    }

    .headerright {
        float: inherit !important;
    }

    .headerlogin {
        margin: 0.625rem 0 !important;
        width: auto;
        font-size: 0.75rem;
        height: 1.5625rem;
    }

    .headerregister {
        margin: 0.625rem 0 !important;
        font-size: 0.75rem;
        width: auto;
        background: none;
        color: #318ed6;
        height: 1.5625rem;
    }

    .headernav {
        float: right !important;
        margin-right: 0.3125rem;
    }

    .headernavs {
        width: 1.25rem;
        height: 1.25rem;
    }

    .headerside {
        width: 100%;
    }

    .headernav_m {
        margin-left: 2%;
        height: 100%;
        border-radius: 5px;
        display: flex;
        align-items: center;
    }

    .headernav1 {
        width: 1.25rem;
        height: 1.25rem;
        margin: 0 !important;
    }

    .headerarticle {
        margin: 1% 0 1% 1.1% !important;
    }

    .headerarticle1 {
        margin: 0 !important;
    }

    .headerissue1 {
        margin: 0 !important;
    }

    .headerhide {
        height: 50vh;
        padding-top: 0.625rem;
        padding-left: 0.625rem;
        position: fixed;
        top: 3.375rem;
    }

    .headerhideli {
        width: 23%;
        height: 5rem;
        margin-right: 0.0625rem;
        margin-bottom: 0.625rem;
        padding-top: 0.5rem;
    }

    .headerhideaddress {
        margin-top: 0.3125rem;
    }

    .headerhidenumber {
        margin-top: 0.25rem;
    }

    .headerhide_m {
        display: none;
    }

    .ovumliststitle {
        width: 7.5rem !important;
    }

    .feview_titlelist {
        width: 39%;
    }
}