html {
    width: 100%;
}

body {
    width: 100%;
    position: relative;
}

* {
    font-family: "Adobe 黑体 Std" !important;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

.container_jxy {
    width: 100%;
    min-height: 100vh;
}

.cont_top {
    width: 100%;
    padding: 18px 0;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
}

.top_box {
    width: 1200px;
    margin: 0 auto;
}

.top_cent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.top_cent .logo_img {
    width: 460px;
    display: block;
}

.top_cent .link_img {
    width: 145px;
    display: block;
}

.nav_ul {
    width: max-content;
    display: flex;
}

.nav_lis {
    margin-right: 20px;
    cursor: pointer;
}

.nav_lis a {
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.nav_lit{
    color: #0E7892;
}


.nav_lit a {
    color: #0E7892;
}

.nav_lit::after {
    content: '';
    width: 90%;
    display: block;
    margin: 0 auto;
    border-bottom: 3px solid #0E7892;
    padding-bottom: 5px;
}

.top_right {
    width: max-content;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.sea_box {
    width: 200px;
    height: 40px;
    padding: 10px 16px;
    box-sizing: border-box;
    border: 1px solid #ECF1F3;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.sea_box input {
    width: 85%;
    display: block;
}

.sea_box img {
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
}

.sea_hit{
    width: 240px;
    padding: 10px 0;
    background-color: white;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px 0px rgba(1,44,55,0.32);
    position: absolute;
    top: 50px;
    left: -40px;
    z-index: 999;
}

.hit_tit{
    width: calc(100% - 48px);
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    margin: 0 auto;
}

.sea_hit ul {
    width: 100%;
    padding: 0 5px;
    max-height: 300px;
    overflow-y: auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

/* 修改滚动条的宽度 */
.sea_hit ul::-webkit-scrollbar {
    width: 2px; /* 纵向滚动条的宽度 */
    height: 2px; /* 横向滚动条的高度 */
}

/* 滚动条轨道部分 */
.sea_hit ul::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 10px;
}

/* 滚动条滑块部分 */
.sea_hit ul::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

/* 鼠标悬停在滑块上时 */
.sea_hit ul::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.sea_hit li {
    max-width: 100%;
    padding: 8px 16px;
    background-color: #F7F9FA;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 15px auto 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.top_der {
    width: 122px;
    height: 40px;
    background: #ECF1F3 url("../images/der_icon.png") no-repeat 20px center;
    background-size: 20px 20px;
    padding-left: 25px;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 14px;
    color: #0E7892;
    margin-left: 40px;
    cursor: pointer;
}

.top_log {
    width: 68px;
    height: 40px;
    border-radius: 20px;
    background-color: #0E7892;
    font-size: 14px;
    color: white;
    margin-left: 40px;
    cursor: pointer;
}

.cent_box {
    width: 1200px;
    margin: 0 auto;
}

.cent_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    position: absolute;
    top: 0;
}

.sot_div{
    width: 282px;
    padding: 15px 20px;
    background-color: #ECF1F3;
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 999;
}


.sot_ul {
   width: 100%;
}

.sot_ul li:first-child {
    margin-top: 0;
}

/*.sot_ul li:last-child {
    border: none;
    padding-bottom: 0;
}*/

.sot_lis {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 16px;
    margin-top: 16px;
}

.sot_lis a {
    width: 100%;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    background: url("../images/more_icon.png") no-repeat right center;
    background-size: 20px 20px;
    display: block;
}

.nav_lis.active {
    background-color: #f0f0f0;
    color: #333;
}


.banner_box {
    width: 894px;
}

/* 效果CSS开始 */
.slider {
    border-radius: 10px;
    overflow: hidden;
    display: none
}

/*用于获取更加体验*/
.focus span {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background: #666;
    font-size: 0
}

.focus span.current {
    background: #fff
}

.live_main .live_btn3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.347rem;
    height: 0.8rem;
    border-radius: 100px;
    background: #f5f5f5;
    color: #999;
    text-align: center;
    line-height: 0.8rem;
    text-decoration: none;
    font-size: 0.374rem;
}

.slider img {
    border-radius: 10px;
}

.cent_case{
    width: 100%;
}

.tit_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.tit_box p{
    font-size: 24px;
    color: #333333;
}

.tit_box input{
    width: 116px;
    height: 30px;
    background: #ECF1F3 url("../images/tit_btn.png")no-repeat calc(100% - 8px) center;
    background-size: 18px 18px;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #188AAE;
}

/*.time_box {
    width: 1070px;
    display: flex;
    align-items: center;
    margin-top: 32px;
    margin-left: 60px;
}*/

/*.time_box p{
    width: max-content;
    height: 32px;
    background: #ECF1F3 url("../images/time_icon.png")no-repeat 16px center;
    background-size: 18px 18px;
    border-radius: 16px;
    line-height: 32px;
    padding: 0 20px 0 40px;
    box-sizing: border-box;
}*/

/*.time_box div{
    width: 156px;
    height: 2px;
    background-color: #188AAE;
    margin: 0 10px;
}*/

.nel_ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
}

.nel_lis{
    width: 280px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 6px 0px rgba(168,196,205,0.24);
    box-sizing: border-box;
    margin-left: 25px;
    margin-top: 25px;
}

.nel_ul .nel_lis:nth-child(4n + 1){
    margin-left: 0;
}

.nel_head{
    width: 100%;
    position: relative;
}

.nel_hidden{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.nel_hidden p{
    width: 50%;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 52px;
    margin-left: 70px;
}

.nel_img{
    width: 100%;
    height: 158px;
    display: block;
}

.nel_icon{
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 99;
}

.nel_sub{
    width: 100%;
    height: 100%;
    padding: 12px;
    background-color: white;
    box-sizing: border-box;
}

.nel_tit{
    width: 100%;
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nel_text{
    width: 100%;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.nel_foot{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 12px;
}

.nel_foot input{
    width: 98px;
    height: 32px;
    border-radius: 16px;
    font-size: 14px;
    cursor: pointer;
}

.nel_net{
    background-color: #188AAE;
    color: white;
}

.nel_foot p{
    font-size: 14px;
}

.nel_day{
    background: url("../images/day_icon.png")no-repeat left center;
    background-size: 18px 18px;
    color: #188AAE;
    padding-left: 20px;
}

.nel_can{
    background-color: #E9FAFF;
    color: #188AAE;
}

.can_btn{
    background-color: #CCCCCC;
    color: white;
}

.nel_pel{
    background: url("../images/pel_icon.png")no-repeat left center;
    background-size: 18px 18px;
    color: #999999;
    padding-left: 20px;
}

.lis_sel{
    width: 100%;
    height: 277px;
    padding: 15px 30px;
    box-sizing: border-box;
    background: url("../images/sel_bg.png")no-repeat;
    background-size: 100% 100%;
}

.lis_sel .sel_tit{
    width: 100%;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}


.lis_sel .sel_text{
    width: 100%;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.more_btn{
    width: 209px;
    height: 36px;
    font-size: 16px;
    color: white;
    background-color: #188AAE;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 40px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.log_pel{
    font-size: 14px;
    color: #333333;
    margin-left: 40px;
    background: url("../images/pel_icon02.png")no-repeat left center;
    background-size: 20px 20px;
    padding-left: 22px;
}

.mask_hidden{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.login_layer{
    width: 390px;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.layer_box{
    width: 100%;
    padding: 24px 30px;
    box-sizing: border-box;
}

.layer_box:after{
    content: '';
    display: block;
    clear: none;
}

.close_btn{
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
    float: right;
}

.log_ul{
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
}

.log_lis{
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    margin-right: 34px;
    cursor: pointer;
}

.log_lit{
    color: #188AAE;
}

.log_lit::after {
    content: '';
    width: 110%;
    display: block;
    margin: 0 auto;
    border-bottom: 3px solid #0E7892;
    padding-bottom: 20px;
}

.cont_tab{
    width: 100%;
    display: none;
}

.vx_log{
    width: 165px;
    height: 168px;
    display: block;
    margin-top: 46px;
    margin-bottom: 80px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.log_cent{
    width: 100%;
    min-height: 45px;
    padding: 0 13px;
    box-sizing: border-box;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.log_icon{
    width: 15px;
    height: 18px;
    display: block;
}

.log_inp{
    width: 56%;
    margin: 0 10px;
}

.test_img{
    width: 97px;
    height: 41px;
    display: block;
}

.send_btn{
    font-size: 16px;
    color: #188AAE;
    background-color: initial;
    cursor: pointer;
}

.log_btn{
    width: 100%;
    height: 46px;
    background-color: #188AAE;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    margin-top: 30px;
    cursor: pointer;
}

.cont_acted{
    display: block;
}

.news_layer{
    width: 670px;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.news_top{
    width: 100%;
    padding: 20px 40px;
    background-color: #F9F8F9;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_top p{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.news_cent{
    width: 100%;
}

.news_ul{
    width: 90%;
    max-height: 400px;
    overflow-y: auto;
    box-sizing: border-box;
    margin: 20px auto;
}

.news_lis{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}

.news_lis .news_tit{
    width: 30%;
    font-size: 16px;
    color: #666666;
    text-align: right;
}

.news_sub{
    width: 65%;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 8px;
}

.news_sub p{
    font-size: 16px;
    color: #333333;
}

.news_sub input{
    width: 100%;
    font-size: 16px;
    color: #333333;
}

.news_sub input::-webkit-input-placeholder{
    color: #333333;
}

.news_sub select{
    font-size: 16px;
    color: #333333;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.news_btn{
    width: 80%;
    height: 46px;
    background-color: #008EE8;
    border-radius: 5px;
    font-size: 18px;
    color: white;
    cursor: pointer;
    display: block;
    margin: 60px auto;
}

.news_case{
    width: 100%;
    display: flex;
}

.news_case select{
    background: url("../images/sel_icon.png")no-repeat right center;
    background-size: 12px 12px;
    margin-left: 30px;
    padding-right: 20px;
}

.news_case select:first-child{
    margin-left: 0;
}

.clo_box{
    width: max-content;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.clo_box p{
    font-size: 24px;
    color: #333333;
}

.clo_box .cho_dat{
    padding: 8px 16px;
    border: 1px solid #0E7892;
    border-radius: 8px;
    margin-left: 24px;
}

.clo_box .clo_btn{
    padding: 8px 24px;
    border-radius: 8px;
    background-color: #0E7892;
    font-size: 16px;
    color: white;
    cursor: pointer;
    margin-left: 24px;
}

.dage_box{
    width: max-content;
    margin-top: 40px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.dage_ul{
    display: flex;
}

.dage_ul li{
    padding: 6px 12px;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.dage_ul li:first-child{
    margin-left: 0;
}

.dage_lis{
    background-color: #ECF1F3;
}

.dage_lis a{
    color: #333333;
}

.dage_clit{
    background-color: #188AAE;
    color: white;
}

.ret_box{
    width: max-content;
    margin-top: 180px;
    margin-bottom: 180px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.ret_box img{
    width: 156px;
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
}

.ret_box p{
    width: 100%;
    font-size: 18px;
    color: #999999;
    margin-top: 40px;
    text-align: center;
}

.rice_box{
    width: 100%;
}

.rice_sub{
    width: 100%;
    margin-top: 32px;
    display: flex;
    align-items: flex-start;
}

.rice_sub .rice_tit{
    font-size: 18px;
    color: #333333;
}

.rice_ul{
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 32px;
}

.rice_ul li{
    padding: 1px 30px;
    border-radius: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}

.jet_lis{

}

.jet_lit{
    background-color: #E3F1F5;
    color: #188AAE;
}

.cia_lis{
    width: 585px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 6px 0px rgba(168, 196, 205, 0.24);
    box-sizing: border-box;
    margin-left: 25px;
    margin-top: 25px;
}

.nel_ul .cia_lis:nth-child(2n + 1){
    margin-left: 0;
}

.cia_lis a{
    width: 100%;
}

.cia_img{
    width: 100%;
    height: 270px;
    display: block;
}

.cia_tit{
    width: 100%;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nel_sub:after{
    content: '';
    display: block;
    clear: both;
}

.cia_lis .nel_pel{
    float: right;
    margin-top: 22px;
}

.hunt_box{
    width: 1200px;
    padding: 35px 24px;
    background-color: #ECF1F3;
    box-sizing: border-box;
    margin-top: 32px;
}

.hunt_tit{
    width: 100%;
    font-size: 24px;
    color: #333333;
    background: url("../images/hunt_icon.png")no-repeat left center;
    background-size: 4px 24px;
    padding-left: 15px;
}

.hunt_tit span{
    color: #0E7892;
}

.hunt_sub{
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

.hunt_ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hunt_lis{
    width: 324px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 6px 0px rgba(168, 196, 205, 0.24);
    box-sizing: border-box;
    margin-left: 25px;
    margin-top: 25px;
}

.hunt_lab{
    font-size: 12px;
    color: #188AAE;
    padding: 3px 6px;
    background-color: #ECF1F3;
    border-radius: 2px;
}




/*底部导航*/
.footer {
    background-color: white;
    margin-top: 110px;
}

.footer-drugs {
    width: 1200px;
    margin: 0 auto;
}

.footer-drugs:after {
    content: '';
    display: block;
    clear: both;
}

.footer_box {
    float: left;
    width: 100%;
    padding: 24px 0;

    position: relative;
}

.footer_box p {
    float: left;
    line-height: 28px;
    font-size: 14px;
    width: auto;
    min-width: 50%;
    color: #555;
    padding-left: 224px;
}

.footer_box p a {
    color: #555;
}

.footer_box p img {
    vertical-align: middle;
}

.ewm {
    float: right;
    margin-top: 6px;
}

.bottom_logo {
    position: absolute;
    border-right: 1px solid #ddd;
    width: 200px;
    height: 76px;
    left: 0;
    top: 58px;
}

.bottom_logo img {
    margin-left: 9px;
    margin-top: 12px;
}

.log_sub {
    width: max-content;
    position: relative;
    cursor: pointer;
}

.exit_btn {
    width: 100px;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px #E4E8EF;
    position: absolute;
    top: 25px;
    right: 0;
    cursor: pointer;
    display: none;
}

.time_box {
    width: 1070px;
    display: flex;
    align-items: center;
    margin-top: 32px;
    margin-left: 60px;
}

.time_box .time_lines {
    width: 110px;
    height: 2px;
    background-color: #188AAE;
    margin: 0 10px;
}

.time_box .time_sub {
    width: 170px;
    height: 36px;
    border-radius: 16px;
    background-color: #ECF1F3;
    line-height: 36px;
    box-sizing: border-box;
    display: flex;
}

.time_case{
    width: max-content;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.time_case img {
    width: 18px;
    height: 18px;
    display: block;
    margin-top: 9px;
}

.time_case p {
    width: max-content;
    font-size: 14px;
    margin-left: 10px;
}