body {
    background: #f7f7f7 !important;
}

* {
    box-sizing: border-box;
}


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

.bannerviews {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerviews:hover .bannerprve {
    display: flex;
}

.bannerviews:hover .bannernext {
    display: flex;
}

.bannerprve {
    position: absolute;
    left: 0;
    z-index: 200;
    margin-right: 620px;
    width: 50px;
    height: 50px;
    background: rgba(10, 185, 157, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    border: none;
    outline: none;
}

.bannerprve:hover {
    background: rgba(10, 185, 157, 1);
}

.bannernext {
    position: absolute;
    right: 0;
    z-index: 200;
    margin-left: 620px;
    width: 50px;
    height: 50px;
    background: rgba(10, 185, 157, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    border: none;
    outline: none;
}

.bannernext:hover {
    background: rgba(10, 185, 157, 1);
}

.bannerarrows {
    width: 30px;
    height: 30px;
    background: url("../images/arrows.png") center / cover no-repeat;
}

.bannerprve .bannerarrows {
    transform: rotate(180deg);
}

.bannerview {
    width: 1200px;
    display: flex;
    margin-top: 40px;
}

.homebanner {
    width: 890px;
}

.coverbanner_container {
    width: 100%;
}

.coverbanner_slide {
    width: 100%;
}

.bannerbox {
    height: 410px;
    position: relative;
}

.bannerdetail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bannnertitle {
    margin-top: 77px;
    font-size: 34px;
    font-weight: bold;
    color: #181818;
}

.bannnerinfo {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
}

.seedetail {
    margin-top: 87px;
    width: 140px;
    height: 40px;
    background: #0ab99d;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.coverbanner_img {
    position: absolute;
    top: 0;
    right: -46px;
    height: 410px;
    margin-left: 40px;
}

.coverbanner_pagination {
    text-align: left;
}

.coverbanner_pagination .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    background: #0ab99d;
    opacity: 0.2;
    border-radius: 0 !important;
}

.coverbanner_pagination .swiper-pagination-bullet-active {
    width: 40px;
    height: 3px;
    background: #0ab99d;
    opacity: 0.8;
    border-radius: 0 !important;
}

.bannerrecommend {
    margin-left: auto;
    width: 280px;
    height: 410px;
}

.recommendlista {
    display: block;
    margin-bottom: 18px;
}

.recommendlista:last-child {
    margin-bottom: 0;
}

.recommendlist {
    width: 100%;
    height: 120px;
    background: rgba(10, 185, 157, 0.1);
    border-radius: 4px;
    padding: 20px;
}

.recommendlist:hover {
    background: rgba(10, 185, 157, 0.5);
}

.recommendlist:hover .recommendtag {
    border: 1px solid #0ab99d;
    background: #0ab99d;
    color: #ffffff;
}

.recommendtag {
    width: 42px;
    height: 20px;
    border: 1px solid #181818;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommenddetail {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 24px;
}

.homenav {
    height: 120px;
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px #f5f6fa;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 16px;
    padding: 24px 0;
    display: flex;
}

.homenavbara {
    display: block;
    flex: 1;
    padding: 0 24px;
    border-right: 1px solid #e6e6e6;
}

.homenavbara:last-child {
    border: none;
}

.homenavbar {
    width: 100%;
}

.homenavbartitle {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
}

.homenavbar:hover .homenavbartitle {
    color: #0ab99d;
}

.homenavbarinfo {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
}

.homeplate {
    background: #ffffff;
    border-radius: 6px;
    padding: 24px 40px;
    margin-bottom: 16px;
}

.homeplatetitle {
    font-size: 24px;
    font-weight: 400;
    color: #181818;
}

.yxrecommend {
    margin-top: 24px;
    display: flex;
}

.yxr_cover {
    width: 280px;
    height: 308px;
    border-radius: 8px;
    padding: 40px 30px;
    background: url("../images/yxr_cover.jpg") center / cover no-repeat;
}

.yxr_cover_title {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
}

.yxr_cover_describe {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.yxr_info {
    flex: 1;
    margin-left: 25px;
    display: flex;
    justify-content: space-between;
}

.yxr_side {
    width: 255px;
    height: 308px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 25px 20px;
}

.yxr_sidetitle {
    height: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    position: relative;
    padding: 0 15px;
    line-height: 18px;
}

.yxr_sidetitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 18px;
    background: #0ab99d;
}

.yxr_side_grid {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
}

.yxr_side_gridbara {
    width: 50%;
    height: 106px;
    display: block;
}

.yxr_side_gridbar {}

.yxr_side_gridbar:hover {
    background: #f5fdfc;
}

.yxr_side_gridbar:hover .yxrsgb_name {
    color: #0ab99d;
}

.yxr_side_gridbar:hover .yxrsgb_detail {
    color: #0ab99d;
}

.yxrsgb_imgview {
    padding-top: 11px;
    display: flex;
    justify-content: center;
}

.yxrsgb_img {
    width: 32px;
    height: 32px;
}

.yxrsgb_name {
    margin-top: 17px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    text-align: center;
}

.yxrsgb_detail {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #b5b5b5;
    text-align: center;

}

.allconsultview {
    display: flex;
}

.allconsult_left {
    flex: 1;
    margin-right: 45px;
}

.allconsult_top {
    display: flex;
    align-items: center;
}

.homeplatetitle {
    font-size: 24px;
    font-weight: 400;
    color: #181818;
    line-height: 24px;
}

.allconsult_tag {
    flex: 1;
    margin-left: 35px;
}

.allconsult_slide {
    width: auto;
}

.consult_tag {
    display: block;
    height: 24px;
    background: #F5F5F5;
    border-radius: 12px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    margin-right: 12px;
}

.consult_tag_active {
    display: block;
    height: 24px;
    background: #C3E5E0;
    border-radius: 12px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #0AB99D;
    margin-right: 12px;
}

.allconsult_right {
    width: 300px;
}

.allconsult_content {
    display: flex;
    margin-top: 25px;
}

.acc_left {
    width: 280px;
}

.accview {
    height: 200px;
}

.accview_container {
    height: 200px;

}

.accview_wrapper {
    height: 200px;
}

.accview_slide {
    height: 193px;
}

.accview_img {
    width: 280px;
    height: 175px;
    border-radius: 8px;
}

.accstaticbg {
    margin-top: 18px;
    width: 280px;
    height: 175px;
    background: url("../images/accstaticbg.jpg") center / cover no-repeat;
    border-radius: 8px;
    padding: 40px 30px;
}

.accstatic_name {
    height: 24px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

.accstatic_describe {
    margin-top: 23px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.acc_right {
    flex: 1;
    margin-left: 25px;
}


.accrlist {
    padding: 16px 0;
    border-bottom: 1px solid #F5F5F5;
    display: flex;
}

.accrlist:first-child {
    padding-top: 0;
}

.accrlist:last-child {
    border: none;
}

.accr_left {
    width: 70px;
    height: 70px;
    background: #F5F5F5;
    border-radius: 6px;
    margin-right: 16px;
}

.accr_day {
    font-size: 34px;
    font-weight: 400;
    color: #B5B5B5;
    text-align: center;
}

.accr_year {
    font-size: 12px;
    font-weight: 400;
    color: #B5B5B5;
    text-align: center;
}

.accr_info {
    margin-right: 16px;
    flex: 1;
    height: 70px;
    position: relative;
}

.accr_title {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.accr_title:hover {
    color: #0AB99D;
}

.accr_detail {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.accr_detail_describe {
    font-size: 12px;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 12px;
}

.accr_detail_tag {
    max-width: 261px;
    height: 13px;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    color: #808080;
    margin-left: auto;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.accview_pagination {
    bottom: 0px !important;
}

.accview_pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #E5E5E5;
    border-radius: 50% !important;
}

.accview_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 29px;
    height: 8px;
    background: #0AB99D;
    border-radius: 4px !important;
}

.acr_top {
    display: flex;
    align-items: center;
}

.acrt_title {

    font-size: 18px;
    font-weight: 400;
    color: #181818;
}

.acrt_more {
    margin-left: auto;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0;

}

.acr_city {
    margin-top: 27px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.acr_citylist {
    width: 93px;
    height: 93px;
    position: relative;
    margin-bottom: 10px;
}

.acr_city_img {
    width: 93px;
    height: 93px;
    border-radius: 3px;
    object-fit: cover;
}

.acr_city_model {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 93px;
    height: 93px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.acr_tagcity {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.acr_tagcitylist {
    width: 65px;
    height: 30px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 3px;
}

.acr_tagcitylist:hover {
    border: 1px solid #0AB99D;
    background: #0AB99D;
    color: #FFFFFF;
}

.homeplatetop {
    display: flex;
    align-items: center;

}

.videoplatetitle {
    font-size: 24px;
    font-weight: 400;
    color: #181818;
}

.videomore {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    margin-left: auto;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
}

.videoplate {
    margin-top: 24px;
    height: 340px;
}

.videoplate_container {
    height: 340px;
}

.videoplate_wrapper {
    height: 340px;

}

.videoplate_slide {
    height: 340px;

}

.videoplate_pagination {
    bottom: 0px !important;
}

.videoplate_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #E5E5E5;
    opacity: 1;
    border-radius: 50% !important;
}

.videoplate_pagination .swiper-pagination-bullet-active {
    width: 29px;
    height: 8px;
    background: #0AB99D;
    opacity: 1;
    border-radius: 4px !important;
}

.videorecommendview {
    display: flex;
}

.videoreleft {
    width: 485px;
}

.videocover {
    width: 485px;
    height: 278px;
    object-fit: cover;

}

.videocovertitle {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    text-align: center;
}

.videorecommendinfo {
    flex: 1;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.videorecommendlist {
    margin-bottom: 15px;
}

.videorecommendimg {
    width: 201px;
    height: 118px;
    object-fit: cover;
    border-radius: 6px;
}

.videorecommendtitle {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    width: 191px;
    text-align: center;
}

.fertilityEncyclopedia {
    border-radius: 6px;
    height: 397px;
    background: url("../images/shengyu.jpg") center / cover no-repeat;
    margin-bottom: 10px;
    padding: 16px;
    display: flex;
}


.feview {
    margin-left: auto;
    width: 888px;
    height: 366px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 24px;
}

.feview_top {
    display: flex;
    align-items: center;
}

.feview_title {
    font-size: 24px;
    font-weight: 400;
    color: #181818;
}

.feview_tag {
    margin-left: 36px;
    display: flex;
    align-items: center;
}

.feview_titlelist {
    height: 24px;
    background: #F5F5F5;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    border-radius: 12px;
    padding: 0 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

.feview_titlelist_active {
    height: 24px;
    background: #C3E5E0;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #0AB99D;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    border-radius: 12px;
    padding: 0 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

.fegirdview {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fegirdlist {
    width: 264px;
}

.fegird1 {
    width: 264px;
    height: 70px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
}

.fegird1:hover .fegird_name {
    color: #0AB99D;
}

.fegird1:hover .fegird_describe {
    color: #0AB99D !important;
}

.fegird_detail {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 15px 10px;
}

.fegird_name {
    font-size: 14px;
    font-weight: 700;
    color: #181818;
}

.fegird_describe {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
}

.fegird_img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.fegirds {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.fegird2 {
    width: 127px;
    height: 110px;
    position: relative;
    cursor: pointer;
    display: block;

}

.fegird2:hover .fegird_name {
    color: #0AB99D;
}

.fegird2:hover .fegird_describe {
    color: #0AB99D !important;
}

.babyneeds {
    margin-top: 24px;
    display: flex;
}

.babyneed1 {
    border: 1px solid #E6E6E6;
}

.babyneed2 {
    border: 1px solid #E6E6E6;
    border-left: none;
}

.babyneed3 {
    flex: 1;
    border: 1px solid #E6E6E6;
    border-left: none;
}

.bn1one {
    width: 211px;
    padding: 26px 17px;
    height: 134px;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
    display: block;
    transition: all 0.2s;
}

.bn1one:hover {
    box-shadow: 0 16px 40px 0 rgba(38, 38, 38, .05);
}

.bn1one:hover .bn1onetitle {
    color: #0AB99D;
}

.bn1one:hover .bn1onedescribe {
    color: #0AB99D;
}

.bn1onetitle {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
}

.bn1onedescribe {
    margin-top: 6px;
    width: 106px;
    font-size: 12px;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 20px;
}

.bn1oneimg {
    position: absolute;
    right: 17px;
    bottom: 21px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.bn2one {
    padding: 14px 18px;
    width: 211px;
    height: 66px;
    background: #FFFFFF;
    cursor: pointer;
    display: block;
    transition: all 0.2s;

}

.bn2onetitle {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
}

.bn2onedescribe {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 20px;
}

.bn2one:hover {
    box-shadow: 0 16px 40px 0 rgba(38, 38, 38, .05);
}

.bn2one:hover .bn2onetitle {
    color: #0AB99D;
}

.bn2one:hover .bn2onedescribe {
    color: #0AB99D;
}

.bn3top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
}

.bn3one {
    width: 141px;
    height: 199px;
    background: #FFFFFF;
    padding: 25px 16px;
    position: relative;
    cursor: pointer;
    display: block;
    transition: all 0.2s;
}

.bn3one:hover {
    box-shadow: 0 16px 40px 0 rgba(38, 38, 38, .05);
}

.bn3one:hover .bn3onetitle {
    color: #0AB99D;
}

.bn3one:hover .bn3onedescribe {
    color: #0AB99D;
}

.bn3onetitle {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
}

.bn3onedescribe {
    width: 97px;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 20px;
}

.bn3oneimg {
    position: absolute;
    right: 18px;
    bottom: 21px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.bn3bottom {
    display: flex;
    justify-content: space-between;
}

.bn3bottom>.bn2one {
    height: 69px;
}

.hottopicview {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.hottopiclist {
    width: 192px;
    height: 219px;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    display: block;
}

.hottopiclist:hover .hottopictitle {
    color: #0AB99D;
}


.hottopicimg {
    width: 100%;
    height: 111px;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

.hottopictitle {
    margin-top: 12px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.hottopicclass {
    margin-top: 15px;
    padding: 0 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B5B5B5;
}

.hottopicnumber {
    margin-top: 10px;
    padding: 0 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B5B5B5;
}

.seealltopicview {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

.seealltopic {
    width: 187px;
    height: 35px;
    background: #F5F5F5;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.ovumplate {
    display: flex;
    margin-top: 24px;
}

.ovumbg {
    width: 280px;
    height: 365px;
    border-radius: 8px;
    padding: 40px 30px;
    background: url("../images/luanzi.jpg") center / cover no-repeat;
    margin-right: 12px;
}

.ovumname {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

.ovum_describe {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.ovumview {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ovumlist {
    width: 408px;
    height: 177px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 24px 20px;
    margin-bottom: 12px;
    cursor: pointer;
}

.ovumlist:hover {
    box-shadow: 0px 2px 4px 0px #E6E6E6;
}

.ovumlist:hover .ovumlistnmae {
    color: #0AB99D;
}

.ovumlistnmae {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.ovumlist_describe {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.ovumlistsview {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #E6E6E6;
}

.ovumlists {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.ovumlistsdot {
    width: 4px;
    height: 4px;
    background: #B5B5B5;
    border-radius: 50%;
    margin-right: 8px;
}

.ovumliststitle {
    flex: 1;
    font-size: 12px;
    font-weight: 400;
    color: #B5B5B5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.nationview {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.nationa {
    display: block;
    width: 128px;
    height: 126px;
    background: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    padding-top: 17px;
}

.nationa:hover {
    box-shadow: 0px 2px 4px 0px #E6E6E6;
}

.nationimg {
    width: 48px;
    height: 48px;
}

.nationtext {
    margin-top: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    text-align: center;
}

.rankingview {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rankinglist {
    width: 540px;
    display: flex;
    margin-bottom: 40px;
}


.rankinglist:nth-child(n+2) {
    margin-bottom: 0;
}

.rankingimg {
    width: 104px;
    height: 104px;
    border-radius: 3px;
    margin-right: 16px;
    object-fit: cover;
}

.rankinginfo {
    flex: 1;
}

.rankinguinfolist {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.rankinguinfolist:last-child {
    margin: 0;
}

.rankinguinfotitle {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    margin-right: 33px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    cursor: pointer;
}

.rankinguinfotitle:hover {
    color: #0AB99D;
}

.rankinguinfotitle:hover .rankinguinfotitleartcile {
    color: #0AB99D;
}

.rankinguinfotitleartcile {
    color: #808080;
}

.rankinguinfotime {
    margin-left: auto;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
}

.section-content {
    margin-top: 24px !important;
}

.fixed-right {
    top: 32.5% !important;
}

.floor-anchors {
    width: 80px;
    position: fixed;
    right: 50%;
    top: 32.5% !important;
    z-index: 200;
    margin-right: 620px;
    background: #fff;
    padding: 5px;
}

.floornavlist {
    display: block;
    height: 44px;
    background: #f7f7f7;
    border-bottom: 1px solid #fff;
    color: #181818;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
}

.floornavlist:hover {
    background: #0ab99d;
    color: #fff;
}

.floornavlist_active {
    display: block;
    height: 44px;
    background: #0ab99d;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}


.userlogined {
    width: 106px;
    height: 132px !important;
    background: #FFFFFF !important;
    border-radius: 0px 0px 8px 8px;
    padding: 10px 0;
}

.userloginedlist {
    width: 106px;
    height: 32px;
    background: #ffffff;
    margin-bottom: 8px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.userloginedlist:hover {
    background: #fafafa;
}

.userloginedlist:last-child {
    margin: 0;
}