#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;
}
#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;
}
#main-menu-mobile .menu-more .com_select:before {
    display: block;
    content: '\e616';
    position: absolute;
    left: 65px;
    font-size: 15px;
    top: 16px;
}
#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: 15px 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%;
    }
    #home #web-header{
        width: 26%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 33%;
        display: flex;
        align-items: center;
    }
}
p{
    line-height: inherit;
}


