.imgLogo{
    width: 100px;
    /*height: 50px;*/
    margin-top: -2%;
}
@media screen and (min-width: 768px) {
    .layui-col-sm2-4 {
        float: left
    }

    .layui-col-sm2-4 {
        width: 19.9999992%
    }

    .layui-col-sm-offset2-4 {
        margin-left: 19.9999992%
    }
}

@media screen and (min-width: 992px) {
    .layui-col-md2-4 {
        float: left
    }

    .layui-col-md2-4 {
        width: 19.9999992%
    }

    .layui-col-md-offset2-4 {
        margin-left: 19.9999992%
    }
}

@media screen and (min-width: 1200px) {
    .layui-col-lg2-4 {
        float: left
    }

    .layui-col-lg2-4 {
        width: 19.9999992%
    }

    .layui-col-lg-offset2-4 {
        margin-left: 19.9999992%
    }
}


/*当宽度大于800时*/
@media screen and (min-width: 800px) {
    .pcWidth{
        display: block;
    }
    .phoneWidth{
        display: none;
    }
    .foldWidth{
        display: none;
    }
    .layui-nav .layui-nav-item{
        line-height: 60px;
    }
    .layui-header{
        margin-top: 20px;
        height: 60px;
    }
    .layui-layout-admin .layui-logo{
        line-height: 60px;
    }
    #logo{
        display: block;
        pointer-events: auto;
    }
}
/*当宽度小于800时*/
@media screen and (max-width: 800px) {
    .pcWidth{
        display: none;
    }
    .phoneWidth{
        display: block;
    }
    .foldWidth{
        display: none;
    }
    .layui-nav .layui-nav-item{
        line-height: 40px;
    }
    .layui-header{
        height: 40px;
    }
    .layui-layout-admin .layui-logo{
        line-height: 40px;
    }

    #logo{
        /*pointer-events: none;*/
        display: none;
    }
}

/*当宽度大于364时 --考虑到部分折叠屏手机*/
@media screen and (min-width: 364px) and (max-width: 800px){
    .pcWidth{
        display: none;
    }
    .phoneWidth{
        display: block;
    }
    .foldWidth{
        display: none;
    }
    .layui-nav .layui-nav-item{
        line-height: 40px;
    }
    .layui-header{
        height: 40px;
    }
    .layui-layout-admin .layui-logo{
        line-height: 40px;
    }

}
/*当宽度小于364时 --考虑到部分折叠屏手机*/
@media screen and (max-width: 364px) {
    .pcWidth{
        display: none;
    }
    .phoneWidth{
        display: none;
    }
    .foldWidth{
        display: block;
    }
    .layui-nav .layui-nav-item{
        line-height: 40px;
    }
    .layui-header{
        height: 40px;
    }
    .layui-layout-admin .layui-logo{
        line-height: 40px;
    }

}
body{
    -webkit-text-size-adjust: 100% !important;
}
.brand-logo{
    position: fixed;
    width: 160px;
    height: 80px;
    left: 40px;
    top: 52px;
    z-index: 2005;
    text-indent: -999rem;
    background-image: url('https://shfw-sfda.oss-cn-shanghai.aliyuncs.com/sfda/SFDA-LOGO-WHITE.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: left 0.5s ease;
}
.hiddenLogo{
    left: -160px;
    opacity: 0;
}
@media screen and (max-width: 992px) {
    .brand-logo{
        width: 160px;
        left: 40px;
        top: 52px;
    }
    .hiddenLogo{
        left: -160px;
        opacity: 0;
    }
}
@media screen and (max-width: 768px) {
    .brand-logo{
        width: 120px;
        left: 24px;
        top: 20px;
    }
    .hiddenLogo{
        left: -160px;
        opacity: 0;
    }
}
.dropdownDiv{
    background-color: rgba(0, 0, 0, 0.3);
}
.dropdown-toggle-div:hover{
    color: white;
}
#login,#searchMember{
    cursor: pointer;
}
.btn{
    width: 100%;
    height: 50px;
    background-color: black;
    color: white;
    font-size: 18px;
    letter-spacing: 4px;
    margin: 10px 0;
    font-weight: 300;
}
.checkboxSty{
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.readSty{
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    height: 30px;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.titleSpan{
    background-color: black;
    color: white;
    font-weight: 300;
    letter-spacing: 2px;
}
.loginInput{
    width: 100%;
    height: 50px;
    border: 1px solid black;
    margin: 0;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0 16px;
}
.loginTip{
    width: 99px;
    height: 60px;
    text-align: center;
    color: white;
    background-color: black;
    font-size: 28px;
    letter-spacing: 4px;
    line-height: 86px;
}
.containerLogin{
    width: 400px;
    margin: 0 auto;
    z-index: 9999998;
    background-color: white;
    padding: 0 20px;
    position: absolute;
    top: 50%; /* 位于顶部 */
    left: 50%; /* 左边偏移50% */
    /*opacity: 0;*/
    transform: translate(-50%,-50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.findPwd{
    width: 100%;
    text-align: right;
    font-size: 14px;
    text-decoration: underline;
}
.shadow-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* 半透明黑色作为阴影遮罩 */
    /*opacity: 0;*/
    z-index: 9999997;
}
.readInfo{
    width: 600px;
    height: 460px;
    background-color: white;
    padding: 20px;
    position: absolute;
    top: 50%; /* 位于顶部 */
    left: 50%; /* 左边偏移50% */
    transform: translate(-50%,-50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 9999999;
}
.info-div{
    height: 380px;
    font-size: 14px;
    overflow-y: auto;
}
.info-btn{
    margin-top: 16px;
    background-color: black;
    width: 140px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    color: white;
    letter-spacing: 1px;
}
.containerLogin,
.shadow-mask {
    display: none;
    transition: opacity 0.3s ease; /* 添加过渡效果，持续时间0.3秒，动画类型为ease */
}
#searchDiv {
    transition: all 0.3s ease; /* 平滑过渡效果 */
    width: 100%;
    text-align: center;
}
#searchInput {
    width: 300px;
    height: 36px;
    background-color: white;
    color: black;
    border: 0;
}
.searchInLine{
    display: inline-block;
    vertical-align: middle;
}
.searchBg{
    background-color: white;
    border-radius: 20px;
    border: 1px solid white;
    width: 380px;
    margin: 20px 400px 20px auto;
}
.input-wrapper {
    position: relative; /* 设置容器为相对定位 */
}

#showPwd,#mobileShowPwd {
    position: absolute; /* 设置图标为绝对定位 */
    top: 50%; /* 设置垂直居中（这将基于图标自身的高度进行微调） */
    right: 10px; /* 图标距离input右侧的距离，可根据需要调整 */
    transform: translateY(-50%); /* 微调垂直居中 */
    cursor: pointer;
    color: black;
}
#navbar{
    z-index: 9999998;
}
.navbar.on{
    z-index: 3000;
}
.search-info-div{
    width: 760px;
    max-height: 600px;
    margin: 0 auto;
    overflow-y: auto;
}
#search-Icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: black;
}
.searchTitleSty{
    color: white;
    cursor: pointer;
}
.searchTitleSty:hover{
    text-decoration: underline;
}
#searchResult{
    margin-top: 1.5rem;
}
.searchNoInfo{
    width: 400px;
    height: 40px;
    line-height: 40px;
    color: white;
    border-radius: 20px;
    margin: 14rem auto 26rem auto;
    border: 1px solid white;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}
/* 未访问的链接 */
a:link {
    color: blue;
}

/* 已访问的链接 */
a:visited {
    color: purple;
}

/* 激活时的链接 */
a:active {
    color: red;
}

.layui-form-item{
    margin-bottom: 1px;
}
.require{
    color: red;
}
/*.jumbotron{*/
/*    background: #E2E1DF !important;*/
/*}*/
.layui-input{
    background: white;
    border: 1px solid #707070;
}
.progress{
    color: #C0C2C5;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 30px auto;
}
.icon-round{
    border-radius: 50%;
    background: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #C0C2C5;
    text-align: center;

}
.icon-check{
    background-color: black;
    color: white;
}
.progress-line{
    width: 15%;
}
.progress-line,.progress-line>div{
    display: inline-block;
    vertical-align: top;
}
.progress-line>div{
    height: 40px;
    /*line-height: 40px;*/
}
.icon-line{
    width: 100%;
    border-bottom: 1px solid #C0C2C5;
    height: 20px;
}
.upload-sty{
    width: 40px;
    height: 40px;
    /*background: #ccc;*/
    /*border: 4px solid #a8a8a8;*/
    /*text-align: center;*/
    /*line-height: 140px;*/
    /*font-size: 18px;*/
    cursor: pointer;
    background-image: url(https://shfw-sfda.oss-cn-shanghai.aliyuncs.com/sfda/picture/upload.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.signatureInfo{
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
}
#clearSign{
    background-color: black;
    color: white;
    font-size: 16px;
    text-align: center;
    width: 100px;
    height: 30px;
    border-radius: 4px;
    margin: 0 10px;
}
.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i{
    color: black;
}
.q-title{
    margin-top: 20px;
}
.otherSty{
    border: none;
    border-bottom: 1px solid black;
    width: 200px;
}
.layui-form-checkbox[lay-skin=primary]>span{
    margin-top: -1px;
    padding-left: 0;
    padding-right: 15px;
    line-height: 18px;
    background: 0 0;
    color: #5f5f5f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    border-radius: 2px 0 0 2px;
}
.div-10{
    margin-bottom: 20px;
}
.div-10>div>label{
    margin-bottom: 0px;
}
.apply-logo{
    width: 200px;
    height: 200px;
    margin: 20px auto;
}

.read-info{
    width: 600px;
    height: 460px;
    background-color: white;
    padding: 20px;
    position: absolute;
    top: 22%; /* 位于顶部 */
    left: 50%; /* 左边偏移50% */
    transform: translate(-50%,-50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 9999999;
}
.info-div{
    height: 380px;
    font-size: 14px;
    overflow-y: auto;
}
.agree-btn{
    background-color: black;
    width: 140px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    color: white;
    letter-spacing: 1px;
    margin: 0 auto;
}
.tip-info{
    color: red;
    margin: 10px 0;
}
.form-button .btn {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.span-indent{
    text-indent: -26px;
    margin-left: 13px;
}
.span-indent2{
    margin-left: 12px;
}
.div-margin-left10{
    margin-left: 10px;
}
input::placeholder {
    font-size: 14px; /* 设置placeholder的字体大小为18像素 */
}
#shadow-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* 半透明黑色作为阴影遮罩 */
    z-index: 9999997;
}
#apply-mask {
    width: 340px;
    height: 210px;
    margin: 0 auto;
    z-index: 9999998;
    background-color: white;
    padding: 0 20px;
    position: fixed;
    top: 50%; /* 位于顶部 */
    left: 50%; /* 左边偏移50% */
    transform: translate(-50%,-50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#apply-mask,
#shadow-mask {
    display: none;
    transition: opacity 0.3s ease; /* 添加过渡效果，持续时间0.3秒，动画类型为ease */
}
.apply-su-btn{
    background-color: black;
    color: white;
    border: 0;
    width: 130px;
    height: 40px;
    border-radius: 20px;
    margin: 30px;
}
.line-1{
    width: 22%;
}

/*W < 1000*/
@media screen and (Max-width: 1000px){
    .line-1{
        /*background-color: red;*/
        width: 23%;
    }
}
