﻿@font-face {
    font-family: 'Open Sans';
    src: url('/font/opensans-webfont.eot'); /* IE9 Compat Modes */
    src: url('/font/opensans-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/font/opensans-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('/font/opensans-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('/font/opensans-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/font/opensans-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

input {
    background: #fff;
}

body .layui-layer-dialog .layui-layer-content {
    word-break: normal;
}

body .demo-skin-radius {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

body, p, h1, h2, h3, ul, ol, li, a, span {
    /*font-family: 'Open Sans';*/
    font-family: -apple-system,system-ui,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    color: #000;
    padding: 0px;
    margin: 0px;
}

.containterMain {
    max-width: 1640px;
    background: #fff;
    padding: 0px 30px;
    min-width: 1260px;
    margin: 0 auto;
}

.mainwidth {
    width: 1171px;
    margin: 0 auto;
    font-size: 16px;
}

.inviTitle {
    font-size: 38px;
    text-align: center;
}
/*作者行*/
.text-gray a {
    color: #999;
}

.authortext {
    /*color: #5ba3ed;*/
    color: #325AFF;
}
/*分页*/
.layui-laypage span, .layui-laypage a {
    height: 35px !important;
    line-height: 35px !important;
    margin-right: 10px !important;
}

.text-12 {
    font-size: 12px;
}

.text-18 {
    font-size: 18px;
}

a:focus {
    color: #333;
}

a:hover {
    /*color: #6dadee;*/
    color: #325AFF;
}

.top > a {
    height: 33px;
    display: inline-block;
    line-height: 33px;
}

.headtop {
    width: 100%;
}

    .headtop > a {
        font-size: 14px !important;
    }


#spanlogin .header_textblue {
    color: #2B7CFF !important;
}
    #spanlogin .header_textblue:hover {
        color: #0056b3 !important;
    }
    .headtop .top-img-logo:hover {
        border-bottom: none;
    }

.headtop .dropdown-hover {
    font-size: 14px !important;
}

#navhead, #navhead_mobile {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

#navhead {
    min-width: 100% !important;
    display:flex;
}

.headerhome {
    width: 100%;
    background: url(/images/Home-background.jpg) no-repeat center center !important;
    height: 500px !important;
    /*background-size: 100% 391px !important;*/
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://en-cdn.bio-protocol.org/images/Home-background.jpg', sizingMethod='scale');
}

.header {
    width: 100%;
    background: url(/images/Header-background2.png) no-repeat center center;
    height: 238px;
    /*background-size: 100% 151px;*/
    padding-top: 89px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://en-cdn.bio-protocol.org/images/Header-background2.png', sizingMethod='scale');
}

.headerlab {
    height: 151px;
    line-height: 151px;
}

.webLogo {
    height: 220px;
    margin-top: -35px;
}

.home-logo {
    padding-top: 0px;
    padding-left: 10px;
    text-align: left;
}

    .home-logo img {
        width: 220px;
    }

.home-word {
    padding-top: 150px;
    font-size: 44px;
    line-height: 40px;
    font-weight: bold;
}

    .home-word span {
        font-size: 22px;
        font-weight: bold;
        color: #525556;
        letter-spacing: 1px;
    }

.mainkuan {
    width: 1171px;
    margin: 0 auto;
    padding-top: 65px;
}

.titleline {
    border-bottom: solid 1px #dfe1e4;
    padding-bottom: 20px;
}

    .titleline h1 {
        font-size: 38px;
        color: #0d0f11;
    }

.drop-menu a {
    transition: none;
}

.HeadfixTop .drop-menu a:hover, .headtop .drop-menu a:hover {
    background: #325AFF;
    font-weight: normal;
    color: #fff !important;
    transition: none;
}

.SettingUser, .ul_dialog {
    width: 240px;
    z-index: 10000;
    position: absolute;
    display: none;
    top: 50px;
}
    .SettingUser ul {
        overflow: hidden;
    }
    .SettingUser ul, .ul_dialog {
        border-radius: 12px;
        padding: 12px 0px;
        background: #fff;
        border: 1px solid #E6E8EC;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05) !important;
    }

        .SettingUser li, .ul_dialog li {
            cursor: pointer;
            padding: 0px 24px !important;
            width: 100%;
        }

            .SettingUser li a, .ul_dialog li a {
                display: inline-block;
                width: 100%;
                height: 44px;
                line-height: 44px;
                padding: 0px;
                font-weight:normal !important;
            }

                .ul_dialog li a:hover {
                    background: #F2F3F5 !important;
                }

            .SettingUser li:hover, .ul_dialog li:hover {
                background: #F2F3F5;
            }

                .SettingUser li:hover a, .SettingUser li a:hover, .ul_dialog li:hover a, .headtop .ul_dialog li a:hover {
                    color: #2B7CFF !important;
                }

        .ul_dialog li {
            border-bottom-color: rgb(11, 31, 64);
            border-bottom-style: none;
            border-bottom-width: 0px;
            display: flex;
            align-items: center;
            height: 44px;
        }

            .ul_dialog li a {
                white-space: normal;
                word-wrap: break-word;
                display: inline-block;
                width: 100%;
                line-height: normal;
                height: auto;
            }

.gsc-search-button input[type="image"] {
    width: auto;
    height: auto;
}

.headerfix .gsc-search-button input[type="image"] {
    width: 85px;
    height: 34px;
    padding: 0px;
    margin: 0px;
    border: none;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    padding: 3px;
}

.gsc-input-box {
    border: 3px solid #2F87FF !important;
    height: auto !important;
}

.gsc-clear-button {
    display: none;
}

.headerfix .gsc-input-box {
    border-width: 1px !important;
    padding: 0px;
}

#googlediv * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

td.gsc-search-button {
    width: 174px !important;
    background: #2F87FF;
    vertical-align: bottom;
}

.headerfix td.gsc-search-button {
    width: 85px !important;
    height: 34px;
    vertical-align: top;
}

.gsib_a {
    padding: 4px 6px !important;
}

.headerfix .gsib_a {
    padding: 0px !important;
}


.sousuokumbndivbtn {
    background: url(https://en-cdn.bio-protocol.org/images/shurukuanganniubgmb.gif) no-repeat;
    width: 69px;
    height: 31px;
    float: right;
    border: none;
}

.bioSearch {
    width: 881px;
    margin: 0 auto;
    z-index: 100;
    /*padding-top:40px;*/
}

.text-search {
    height: 54px;
    float: left;
    border-radius: 0px;
    border: 3px solid #2F87FF;
    font-size: 18px;
    width: 100%;
    padding: 3px 8px;
}

.textSearch {
    height: 54px;
    float: left;
    border-radius: 0px;
    border: 3px solid #2F87FF;
    font-size: 18px;
    width: 100%;
    padding: 3px 8px;
}

    .textSearch:focus {
        border-color: #325AFF;
    }


.btn-search-word {
    width: 174px;
    /*background: #66d6db;*/
    background-image: linear-gradient(180deg, #2E98FF 0%, #325AFF 100%);
    cursor: pointer;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 1px;
}

.button-search {
    height: 40px;
    margin-left: -1px;
    float: left;
}

.HeadfixTop {
    border-bottom: 1px solid #efefef;
    font-size: 12px;
    z-index: 99;
    display: none;
    font-size: 14px;
}

.top {
    padding: 12px 10px 8px 10px;
    /*background: #fff;*/
    background: #fbfbfb;
    width: 100%;
}

    .top a {
        /*margin-right: 20px;*/
        margin-right: 30px; /*45px;*/
    }

.headtop {
    /*    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    padding: 0px 30px;*/
    max-width: 1440px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

    .headtop a {
        font-size: 14px;
    }

.nameTop {
    /*display: inline-block;*/
    border-left: 1px solid #6dadee;
    /*position: absolute;*/
    height: 30px;
    /*top: 0px;
    right: 70px;*/
}

.top-logo {
    width: 182px;
    /*height: 33px;*/
    margin: 0px 12px;
    vertical-align: middle;
}

.Imglogin {
    width: 26px;
    margin-left: 10px;
    height: 25px;
}

#spanlogin a, #spanlogin a span {
    color: #000;
}

.footer {
    background: #092235;
    min-width: 1271px;
}

.wfooter {
    width: 1210px;
    margin: 0 auto;
    /*height: 465px;*/
    height: auto;
}

.footer-main .xl3 .color-light, .footer-main .footerMedia .color-light {
    color: #c7eaec;
}

.footer-main {
    padding: 47px 0px 5px 0px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

    .footer-main .xl3 {
        /*height: 130px;*/
    }

        .footer-main .xl3 strong, .footer-main .footerMedia strong {
            display: inline-block;
            font-size: 22px;
            font-weight: normal;
        }

            .footer-main .xl3 strong a, .footer-main .footerMedia strong a {
                font-size: 16px;
            }

        .footer-main .xl3 a, .footer-main .xl3 span, .footer-main .footerMedia a, .footer-main .footerMedia span {
            display: inline-block;
            padding-bottom: 4px;
            color: #666;
        }

.footerMedia .media-body a {
    color: rgba(255, 255, 255, 0.5);
}

.footerMedia .float-right {
    padding-top: 85px;
}

    .footerMedia .float-right a, .footerMedia .float-right span {
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
    }

    .footerMedia .float-right strong {
        font-weight: bold;
        padding-bottom: 15px;
        border-bottom: 1px solid #666;
        margin-bottom: 13px;
    }

.shareIcon {
    /*margin-bottom: 48px;*/
    position: absolute;
    text-align: right;
    right: 0px;
}

    .shareIcon a {
        margin-left: 8px;
    }

    .shareIcon img {
        width: 36px;
        height: 36px;
    }

.shareIcon_cn {
    margin-top: 100px;
}

.mg-top {
    margin-top: -30px;
}

.footer-bottom {
    background: #092235;
}

.footer-bottom-main {
    font-size: 14px;
    margin: 0 auto;
    max-width: 1060px;
    width: 100%;
    font-family: Arial;
    color: #fff;
    height: 68px;
    line-height: 68px;
}

    .footer-bottom-main, .footer-bottom-main a, .footer-bottom-main span {
        color: #fff;
        font-size: 14px;
    }

        .footer-bottom-main a:hover {
            color: #999;
        }

.searchChina {
    transition: 0s !important;
}

.headerfix {
    left: 180px !important;
    width: 400px;
    position: fixed !important;
    top: 10px !important;
}

.fixtop {
    top: 45px !important;
}

.span-login {
    display: inline-block;
    /*overflow: hidden;*/
    font-size: 14px;
    position: relative;
}

/*  .span-login a {
        margin-right: 15px;
        color: #7d8892;
    }*/

.lg-green {
    /*background-color: #7DE3EA;*/
    background-image: linear-gradient(180deg, #2E98FF 0%, #325AFF 100%) !important;
}

.lg-blue {
    background-color: #5BA3ED;
}

.lgbig {
    padding: 0px 20px;
    height: 40px;
    line-height: 38px;
    margin-right: 0px !important;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 8px;
}


.color-blue {
    color: #2f63c2;
}

.text-16 {
    font-size: 16px;
}

.hl28 {
    line-height: 28px;
}
/*作者名字链接上添加的类*/
.author-style {
    /*color: #0074C0;*/
}

/*窄按钮*/
.button-short {
    padding: 2px 15px !important;
}

/*弹窗头部*/
.ifrtitle {
    height: 80px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fff,endColorStr=#F5F5FA); /*IE 6 7 8*/
    background: -ms-linear-gradient(top, #fff, #F5F5FA); /* IE 10 */
    background: -moz-linear-gradient(top,#fff,#f6f6f8); /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#F5F5FA)); /*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#F5F5FA)); /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #fff, #F5F5FA); /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #fff, #F5F5FA); /*Opera 11.10+*/
    padding: 10px;
}

    .ifrtitle i {
        color: #C2C2C2;
        cursor: pointer;
    }

.ifrbiaoti {
    margin-top: 20px;
}

    .ifrbiaoti h1 {
        font-size: 18px;
        color: #6dadee;
        text-align: center;
        font-weight: bolder;
    }

.layui-form-select dl dd.layui-this {
    background-color: #6dadee;
}

.letus {
    background: #6dadee !important;
    border-color: #6dadee !important;
    border-radius: 100px;
    font-weight: bold;
    width: 142px;
    padding: 5px;
    word-spacing: 3px;
}

.gsc-search-box {
    width: 100%;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px !important;
    height: 40px !important;
}

.headerfix .gsc-search-box-tools .gsc-search-box .gsc-input {
    height: 32px !important;
    padding-left: 5px !important;
}

input.gsc-search-button, .input.gsc-search-button {
    margin-left: 0px !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
    box-shadow: none !important;
}

.cse input.gsc-search-button, input.gsc-search-button {
    border-radius: 0px 2px 2px 0px !important;
}

.englishibtn {
    position: absolute;
    /*top: 100px;*/
    /*padding-left: 10px;*/
    line-height: 20px;
}

    .englishibtn a {
        font-size: 12px;
        color: #999;
    }

.lh28 {
    line-height: 28px;
}

.inviPage {
    padding: 30px 65px;
    font-size: 18px;
    line-height: 30px;
    width: 1100px;
}

.color-green {
    color: #5ba3ed;
}

.ShowXzCount {
    background-color: #EAF8F8 !important;
    border: none !important;
    font-size: 16px;
    color: #9B9B9B;
    padding: 8px;
    border-left: solid 4px #38D8DC !important;
}

.fixedcookieNoice {
    position: fixed;
    bottom: 0px;
    background: #000;
    width: 100%;
    /*line-height: 55px;*/
    color: #fff;
    /*text-align: center;*/
    font-size: 13px;
    z-index: 99999999;
    padding: 8px 10px;
}

.bggreen {
    background-color: #2E98FF !important;
    /*background-image: linear-gradient(180deg, #2E98FF 0%, #325AFF 100%) !important;*/
    border: none !important;
    border-radius: 18px !important;
}

    .bggreen:hover {
        background-color: #0056b3 !important;
    }

.fixedchangelang {
    position: fixed;
    top: 0px;
    background: #666;
    width: 100%;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    right: 0px;
    z-index: 10000000;
}

.a_clang {
    padding: 3px 15px;
    margin-right: 100px;
}

.mt45 {
    /*margin-top: 45px;*/
}

.rSearch {
    position: relative;
    line-height: 90px;
    margin-right: 30px;
}

.rinput {
    height: 40px;
    width: 135px; /*156px;*/
    border-radius: 8px;
    /* border: 2px solid #97E9EE; */
    border: 2px solid #325AFF;
    background: #fff !important;
    cursor: pointer !important;
    padding-left: 20px;
    font-size: 17px;
    color: #999;
    vertical-align: middle;
}

.riconsearch {
    position: absolute;
    right: 7px;
    top: 30px;
    color: #325AFF; /* #97E9EE;*/
    font-size: 27px;
    line-height: 30px;
}

.rdialogsearch {
    line-height: 60px;
    position: absolute;
    right: 0px;
    top: 80px;
    width: 420px;
    z-index: 9;
}

.txtTopSearch {
    width: 280px;
    border: 1px solid #325AFF;
    padding: 2px 5px;
    height: 35px;
    margin-left: 5px;
    vertical-align: middle;
}

.rbtnSearch {
    /*background: #6BD6DA !important;*/
    background: #325AFF !important;
    border: 1px solid #325AFF;
    border-radius: 0px;
    color: #fff;
    height: 35px;
    width: 80px;
    margin-left: -5px;
    vertical-align: middle;
}

.LB_a, .LB_b101 {
    width: 100%;
    /*max-width: 1920px;*/
    height: 500px;
    display: inline-block;
    line-height: 560px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

/*.LB_a {
    background: url(/images/bg-main-bioprotocol.png) no-repeat center center;
    color: #fff !important;
}

.LB_b101 {
    color: #fff !important;
    background: url(/images/bg-main-bio101.png) no-repeat center center;
}*/

.topdrop-menu {
    margin-top: -5px;
}

    .topdrop-menu li {
        line-height: 30px;
    }


.fixRightBanner {
    position: fixed;
    top: 27px;
    width: 220px;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #2F87FF !important;
    background-color: #2F87FF !important;
}

#indexvideoshow {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;
    background: #F2F3F5;
    z-index: 9;
    padding: 10px 0px;
}

#indexvideoclosed {
    position: fixed;
}

#indexvideoclosed {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    cursor: pointer;
}

#indexvideodiv {
    margin: auto;
    width: 728px;
    position: relative;
}

    #indexvideodiv .carousel img {
        width: 100%;
        height: 90px;
    }
/***********详情页版本按钮样式***************/
.div_version {
    border: none;
    margin-left: 3px;
}

    .div_version .button {
        border: 1px solid #24a3e4;
        background: #fff;
        border-radius: 0px;
    }

    .div_version .drop-menu li a {
        font-size: 14px;
        font-weight: normal;
        padding: 5px 15px;
    }

    .div_version .drop-menu li .active {
        background: #1D90FA;
        color: #fff !important;
    }

    .div_version .drop-menu li a:hover {
        color: #24a3e4;
    }

    .div_version .drop-menu {
        border-color: #eee;
    }

.w20rate {
    width: 20%;
}

.footerMedia .float-right .divOtherLink {
    line-height: 16px;
    padding-top: 10px;
}

    .footerMedia .float-right .divOtherLink a {
        color: #2F6AFE;
        text-decoration: underline;
    }

.searchiconFocus {
    display: none;
    width: 28px !important;
    top: 4px !important;
    right: 10px !important;
    height: 28px !important;
}

.topsearch {
    max-width: 400px;
    /*position: relative;*/
    display: inline-block;
    width: 400px;
}

    .topsearch:hover .sousuokumbndivinput, .topsearch .sousuokumbndivinput:focus {
        border: 1px solid #2B7CFF;
    }

    .topsearch:hover .searchiconFocus {
        display: inline-block;
    }
/* .topsearch:hover .searchicon{
        display:none;
    }*/
.iconShow {
    display: inline-block !important;
}

.iconHide {
    display: none !important;
}

.text-search {
    height: 36px;
    border-radius: 100px;
    border: 1px solid #fff;
    font-size: 14px;
    width: 100%;
    padding: 3px 50px 3px 20px;
    background: rgb(233, 241, 255);
}

.img_btn_search {
    position: absolute;
    right: 14px;
    top: 8px;
    width: 20px;
    cursor: pointer;
}

#headerlogin {
    min-width: 160px;
}

.w17rate {
    width: 17%;
}

.float_nva_phone {
    display: none;
}

.top_headtoptxt {
    background: #F2F3F5;
}

.headtoptxt {
    max-width: 1440px;
    height: 28px;
    line-height: 28px;
    padding: 0px 24px 0px 12px;
    margin: 0 auto;
}

    .headtoptxt .top_txt_left {
        color: #2B7CFF;
        font-size: 12px;
    }

    .headtoptxt .top_txt_right {
        float: right;
        font-size: 12px;
        color: #0B1F40;
    }

.ul_header_content {
    width: 100%;
    padding-right: 24px;
}

    .ul_header_content li, .ul_header_moblie li {
        float: left;
        line-height: 34px;
        padding: 0px 12px;
    }

    .ul_header_content .li_h36 {
        height: 36px;
        min-width: 50px;
        padding-right: 0px;
    }

.img_lang {
    width: 20px;
}

.li_a_English {
    position: relative;
    cursor: pointer;
}

.ul_header_content .li_a_English {
    width: 60px;
    border-radius: 42px;
    padding: 0px;
    background: #F2F3F5;
    text-align: center;
    margin-left: 2px;
}

    .ul_header_content .li_a_English a, .ul_header_content * {
        color: #0B1F40 !important;
    }

.ul_header_content .li_login, .ul_header_content .li_a_English {
    float: right;
}

.ul_header_content .li_login {
    width: 124px;
    padding-left: 0;
}

.a_English {
    font-weight: normal !important;
}

#ul_lang {
    right: 0px;
    top: 50px;
    position: absolute;
    width: 114px;
    padding: 12px 1px;
    background: #fff;
    border: 1px solid #E6E8EC;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
}

    #ul_lang li {
        padding: 0px;
        width: 100%;
    }

    #ul_lang a {
        height: 44px;
        line-height: 44px;
        width: 100%;
        display: inline-block;
        padding-left: 12px;
        font-weight: normal;
        text-align: left;
    }

        #ul_lang a:hover {
            color: #2B7CFF !important;
            background: #F2F3F5;
        }

.fixHeaderTop {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 10%), 0 1px 0 0 #edf1f4;
}

.Main_body {
    padding-top: 136px;
}

.footer_L1 {
    margin-top: 79px;
}

    .footer_L1 li {
        padding-bottom: 12px;
    }

.footer_title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 24px;
}

.ul_footer li {
    padding-bottom: 12px;
}

.footerMedia .footer_R1 {
    padding-top: 0px;
    width: 160px;
    margin-top: 88px;
}

.footerMedia {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.footer_border {
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
}

.ul_header_moblie {
    width: 100%;
}

    .ul_header_moblie li {
        width: 69%;
        display: inline-block;
    }

    .ul_header_moblie .paddingLRIcon {
        padding: 0px 12px;
        width: 15%;
    }

.moblieNavLeftBioPage {
    position: fixed;
    width: 308px;
    left: 0px;
    background: #fff;
    height: 100%;
    padding: 52px 16px 30px 16px;
    display: none;
}

.moblieNavLeftBioPage2 {
    padding: 52px 0px 0px 0px;
}

.img_user_head {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 100%;
}

#div_bio_user .login {
    color: #2B7CFF;
}

.ul_left_nav li {
    line-height: 36px;
}

.ul_dialog_moblie {
    margin-left: 10px;
}

    .ul_dialog_moblie li {
        padding: 0px 10px;
        border-bottom-color: rgb(11, 31, 64);
        border-bottom-style: none;
        border-bottom-width: 0px;
        display: flex;
        align-items: center;
        height: 44px;
    }

        .ul_dialog_moblie li a {
            font-size: 16px;
            line-height: normal;
        }

.imgClose {
    cursor: pointer;
    margin-right: 26px;
}

.div_left_nav {
    height: 100%;
    overflow-y: auto;
}


#navhead_mobile {
    min-width: unset !important;
    display: none;
}

#div_bio_user strong {
    font-size: 18px;
}

.ul_left_nav a {
    font-size: 16px;
    display: inline-block;
    padding-left: 26px;
}

.ul_left_nav .ul_dialog_moblie {
    margin-left: 0px;
    display: none;
}

   /* .ul_left_nav .ul_dialog_moblie li {
        background: #F2F3F5;
    }*/

.topNavMoblie {
    margin: 30px 16px 40px 16px;
}

.img_icon_user {
    margin-bottom: 16px;
    width: 25px;
}

.biouserdialog .layui-layer-btn {
    height: 60px;
    padding: 10px 0px 0px 0px;
    text-align: center;
}

    .biouserdialog .layui-layer-btn .layui-layer-btn0, .biouserdialog .layui-layer-btn .layui-layer-btn1 {
        color: #858F9F;
        border: none;
        background: transparent;
        font-size: 16px;
    }

.biouserdialog .layui-layer-content {
    padding-left: 0px;
    padding-right: 0px;
}

.closeSearch {
    cursor: pointer;
    font-size: 24px;
}

.bioSearchdialog {
    box-shadow: none !important;
}

.txtMobileSearch {
    border: 1px solid transparent;
    background: #E9F1FF;
    height: 36px;
    line-height: 36px;
    width: 100%;
    border-radius: 20px;
    padding-left: 16px;
    padding-right: 80px;
}

    .txtMobileSearch:focus {
        border: 1px solid #2B7CFF;
    }

.img_btn_icon {
    position: absolute;
    right: 10px;
    top: 7px;
}

.img_btn_fgx {
    position: absolute;
    top: 6px;
    right: 40px;
    display: none;
}

.img_btn_close {
    position: absolute;
    top: 7px;
    right: 50px;
    display: none;
}

.div_phone_lang {
    padding-left: 16px;
}

    .div_phone_lang a {
        display: inline-block;
        background: #F2F3F5;
        border-radius: 120px;
        width: 60px;
        height: 32px;
        text-align: center;
        line-height: 32px;
    }

.ul_left_nav a, #bioUserIcon a {
    color: #0B1F40 !important;
}

/*.ul_header_content li:hover {
    border-radius: 42px;
}*/

.ul_header_content li:hover > a, .ul_header_content li:hover .button-group > a {
    font-weight: bold;
    color: #0B1F40;
}

.li_logo:hover {
    background: #fff !important;
}

.li_bg_gray {
    /*background: #000;*/
    /*border-radius: 42px;*/
    border-bottom:2px solid #fff;
}

    .li_bg_gray .fieldGroup .dropdown-hover, .li_bg_gray .fieldGroup2 .dropdown-hover {
        font-weight: bold;
        color: #fff;
    }

.selectIcon {
    font-size: 12px;
}

.span_user_avatar_big {
    display: inline-block;
    width: 120px;
    height: 120px;
    font-size: 36px;
    background: #2B7CFF;
    color: #fff;
    text-align: center;
    line-height: 120px;
    border-radius: 100%;
}

.span_user_avatar {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    background: #2B7CFF;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    transform: scale(0.8);
}

.span_user_avatar_nav {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    background: #2B7CFF;
    color: #fff !important;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
}

.span_user_avatar_navLeft {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
}

.lh34 {
    line-height: 34px !important;
}

.lh35 {
    line-height: 35px !important;
}

.div_advanced {
    text-align: right;
    background: #fff;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 8px;
    border: 1px solid #E7E8EC;
    border-radius: 8px;
    max-width: 400px;
    display: none;
}

.li_h36 {
    position: relative;
}

.div_advanced::after {
    position: absolute;
    left: 50%;
    top: 40px;
    content: '';
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
    background-color: #fff;
    border-top: 1px solid #E6E8EC;
    border-right: 1px solid #E6E8EC;
}

.div_advanced .a_search, .a_search {
    cursor: pointer;
    color: #2B7CFF !important;
}

.submit_protocol {
    background: #2b7cff;
    border-radius: 18px;
    color: #fff;
    height: 36px;
    width: 146px;
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: center;
    padding: 10px;
    position: relative;
    color: #fff !important;
    cursor: pointer;
    font-weight: normal !important;
}

    .submit_protocol:hover {
        background: #0056b3;
    }

.header_nav_wrap {
    height: 48px;
    background: #0b1f40;
}

    .header_nav_wrap .header_nav {
        position: relative;
        max-width: 1440px;
        margin: 0 auto;
        height: 48px;
        display: flex;
        align-items: center;
    }

        .header_nav_wrap .header_nav > li {
            font-size: 14px;
            padding: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            height:26px;
            margin:0px 10px;
        }

.header_nav .a_nav {
    color: #fff;
}

.submit_Alerts {
    border-radius: 18px;
    color: #2b7cff !important;
    height: 36px;
    width: 146px;
    border: 1px solid #2b7cff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

    .submit_Alerts:hover {
        color: #0056b3 !important;
        border-color: #0056b3;
        font-weight: normal !important;
    }

@media(max-width:1180px) {
    #navhead {
        display: none;
    }

    #navhead_mobile {
        display: block !important;
    }

    .headtop .top-logo {
        width: 172px !important;
        margin: 0px;
    }

    .header_nav_wrap {
        display: none !important;
    }
}

@media(max-width:800px) {
    .div_submitProtocol {
        margin-top: 48px;
        text-align: center;
    }

    .header_nav_wrap {
        display: none;
    }

    .submit_protocol {
        background: #2b7cff;
        border-radius: 24px;
        color: #fff !important;
        display: inline-block;
        height: 48px;
        line-height: 48px;
        margin-bottom: 12px;
        width: 259px;
        text-align: center;
        padding: 0px;
    }

    .submit_Alerts {
        border-radius: 24px;
        display: inline-block;
        height: 48px;
        line-height: 48px;
        margin-bottom: 12px;
        width: 259px;
        text-align: center;
        padding: 0px;
    }

    .Main_body {
        padding-top: 88px;
    }
}

@media(max-width:600px) {
    .HeadfixTop {
        display: none !important;
    }

    #indexvideoshow {
        display: none;
    }


    .float_nva_phone {
        display: inline-block;
        float: right;
        margin-right: 15px;
    }

    .span-login .signout {
        margin-right: 0px;
        font-size: 16px;
    }

    .headertopChild {
        padding-left: 20px;
    }
}
