#home .header {
    margin-bottom: 0;
    background-color: #156BB5;
    height: 41px;
}

#home #main-menu ul.sub-menu:not(.ot-mega-menu) li>a,
#main-menu>ul>li>a.ms-statis {
    padding: 10px 14px;
}

#home .index-header-content {
    width: 1140px;
}

#home .app_wrap {
    float: right;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    height: 41px;
    position: relative;
}
#home .down_app {
    margin-left: 30px;
    padding: 11px 0;
}
#home .down_app_wrap {
    width: 245px;
    height: 228px;
    background: url('https://cdn1.bioon.com/images/down_app.jpg') no-repeat;
    position: absolute;
    top: 41px;
    display: none;
}

#home .down_app:hover+.down_app_wrap {
    display: block;
}

#home .down_app_wrap:hover {
    display: block !important;
}

#home .new_iphone {
    position: absolute;
    bottom: 72px;
    right: 18px;
    width: 115px;
    height: 36px;
}

#home .new_adrion {
    position: absolute;
    bottom: 30px;
    right: 18px;
    width: 115px;
    height: 36px;
}
#home .main-menu-placeholder {
    height: 40px;
}

#home .ms-menu .ms-lets-do .item {
    width: 80px !important;
}

#home .menu-more {
    position: relative;
}
#home .menu-more .more_btn_wrap {
    overflow: hidden;
    height: 41px;
    box-sizing: border-box;
}
#home .menu-more .more_btn{
    background: #156BB5 !important;
    color: #fff !important;
}

/* 移动端样式 */
.ot-responsive-menu-header-burger{
    background-color: #fff !important;
}
.ot-responsive-menu-header .active{
    color: #3779bc;
}
.ot-responsive-menu-background{
    width: 100%;
    z-index: 99;
    height: auto !important;
    top: 50px !important;
}
#main-menu-mobile{
    display: none;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
}
#main-menu-mobile ul{
    background-color: #fff;
}
#main-menu-mobile ul li a{
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 51px;
}
#main-menu-mobile.menu_hide{
    display: block;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.08); 
}
#main-menu-mobile .menu-more .com_select{
    padding-right: 30px;
    color: #232323;
    height: 50px;
    line-height: 51px;
}
#main-menu-mobile .menu-more .com_select:before {
    display: block;
    content: '\e616';
    position: absolute;
    left: 65px;
    font-size: 15px;
    top: 0;
}
#main-menu-mobile .menu-more .menu_m{
    display: none;
}
#main-menu-mobile .menu-more .menu_m.active{
    display: block;
}
#main-menu-mobile ul li{
    padding: 0 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
@media only screen and (max-width: 600px){
    #web-header{
        width: 26%;
        position: absolute;
        top: 0;
        left: 33%;
    }
    .app_top{
        display: none;
    }
    /*#home #web-header{*/
    /*    width: 26%;*/
    /*    height: 100%;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 33%;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*}*/
    /*2021-09-27更改*/
    #home #web-header{
        width: 26%;
        height: 100%;
        position: absolute;
        top: 25px;
        left: 50%;
        display: flex;
        align-items: center;
    }
}
p{
    line-height: inherit;
}
.header .ms-header > .wrapper {
    top: 0px
}
.head .topic p {
    margin-bottom: 0px
}
.head .countdown-inside > .wrapper {
    max-width: 100vw;
}

.medsci_toux .img-circle{
    height: 50px;
}

.ot-responsive-menu-header .ot-responsive-menu-header-burger .iconfont {
    display: block;
}

/*2021-08-16更改*/
.banner .banner-content h1 {
    color: #ffffff;
    font-family: "微软雅黑";
    margin: 0;
}
.banner .banner-content p {
    text-align: center;
    font-family: "微软雅黑";
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 24px;
}
@media only screen and (max-width: 900px) {
    .ot-responsive-menu-header .header-user {
        width: 110px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
#post_form p {
    margin: 0;
}
#post_form input[type="radio"], input[type="checkbox"] {
    margin: 0;
}