html,body{
    background-color: #fff !important;
}
#doyoo_panel{
    display: none !important;
}
.manager img{
    display: block;
    margin: 0 auto;
}
.manager_navs{
    width: 100%;
    background: #FFF;
    height:57px;
    border-top: 1px solid #e8e8e8;
}
.manager_navs_width{
    width: 1126px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.manager_navs_div1{
    display: flex;
    justify-content: space-between;
}
.manager_navs_div1 p{
    font-size: 16px;
}
.manager_navs_div1 p:nth-child(1){
    color: #2E69E4;
    padding-right: 30px;
    position: relative;
    font-weight: bold;
}
.manager_navs_div1 p:nth-child(1)::after{
    position: absolute;
    right: 0;
    top: 3px;
    width: 2px;
    height: 15px;
    background: #999;
    content: "";
}
.manager_navs_div1 p:nth-child(2){
    color: #333;
    margin-left: 30px;
    font-weight: bold;
}
.manager_navs_div1 p:nth-child(2) span{
    color: #999;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
    vertical-align: bottom;
}
.manager_navs_div1 p:nth-child(3){
    color: #07A950;
    margin-left: 30px;
}
.manager_navs_div2 {
    display: flex;
    justify-content: space-between;
}
.manager_navs_div2 a:hover{
    color: #fff;
}
.manager_navs_div2 a{
    width: 89px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.manager_navs_div2 a:nth-child(1){
    background: #2E69E4;
    margin-right: 10px;
    color: #fff;
}
.manager_navs_div2 a:nth-child(2){
    background: #F63E42;
    color: #fff;
}
.manager_title{
    min-width: 1126px;
    max-width: 1920px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;

}
.manager_title img{
    display: inline-block;
    width: 1920px;
    margin: 0 -100%;
    max-width: none;

}



.three_text{
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.four_text{
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.manager_item2{
    min-width: 1126px;
    max-width: 1920px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 0;
}

.manager_item2 img{
    display: inline-block;
    width: 1920px;
    margin: 0 -100%;
    max-width: none;
}
.manager_item3{
    width: 100%;
    background: #F9F9F9;
    padding-bottom: 80px;
}

.manager_item3 .manager_item3_width{
    width: 767px;
    margin: 0 auto;
}
.manager_item3 .manager_item3_width h2{
    font-size: 34px;
    color: #333;
    text-align: center;
    padding: 80px 0 60px;
}
.manager_item3 .manager_item3_content{
    display: flex;
    justify-content: space-between;
}
.manager_item3 .manager_item3_content .manager_item3_main{
    width: 356px;
    height: 442px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(194, 194, 194, 0.5);
    overflow: hidden;
    position: relative;
}
.manager_item3_main .center_title,.manager_item3_main .top_title{
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 108px;
}
.manager_item3_main .center_title{
    width: 100%;
    height: 108px;
    background: url(../images/foodSafetyEngineer/apply1.png)no-repeat;
    background-size: 101% 100%;
}
.manager_item3_main .top_title{
    width: 100%;
    height: 108px;
    background: url(../images/foodSafetyEngineer/apply2.png)no-repeat;
    background-size: 101% 100%;
}
.manager_item3_main h3{
    color: #212224;
    text-align: center;
    font-size: 20px;
    margin: 30px 0 20px;
}
.manager_item3_main ul li{
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
}
.manager_item3_main ul li p:nth-child(1){
    width: 6px;
    height: 6px;
    background: #c8c9ca;
    flex-shrink: 0;
    margin-top: 15px;

}
.manager_item3_main ul li p:nth-last-child(1){
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 32px;
    padding-left: 10px;
    box-sizing: border-box;
}

.manager_item3_main .btn{
    width: 197px;
    height: 40px;
    background: #F63236;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-30px);
}




/* 楼层 */
.floor{
    width: 145px;
    height: 666px;
    position: absolute;
    right: 185px;
    top: 550px;
    z-index: 999;
    background: url(../images/foodSafetyEngineer/floor.png)no-repeat;
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
}
.floor .download{
    font-size: 30px;
    color: #fff;
    display: block;
    margin-top: 27px;
}
.download_text{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.download_text a:hover{
    color: #fff;
}
.floor_box{
    margin-top: 15px;
    position: relative;
}
.floor_box div{
    width: 112px;
    height: 8px;
    background: #792edd;
    border-radius: 2px;
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 1;
}
.floor_box ul{
    position: absolute;
    top: 25px;
    left: 26px;
    z-index: 2;
    width: 99px;
    background: #fff;
}
.floor_box ul li{
    font-size: 15px;
    color: #999;
    padding: 15px 0;
    box-sizing: border-box;
    position: relative;
}
.floor_box ul li.active a{
    color: #07A950;
    font-weight: 700;
}
.floor_box ul li a:hover{
    color: #07A950;
    font-weight: 700;
}
.floor_box ul li::before{
    position: absolute;
    left: 20px;
    bottom: -1px;
    width: 63px;
    height: 1px;
    background: #E6E6E6;
    content: '';
}
.top_btn{
    position: absolute;
    bottom: 35px;
    left: 60px;
    z-index: 3;
}
.top_btn i{
    font-size: 30px !important;
    color: #07A950 !important;
    cursor: pointer;
}

.floor_bottom{
    position: absolute;
    bottom: 76px;
    left: 30px;
    z-index: 3;
}

.floor_bottom p{
    font-size: 13px;
    color:#F63236;
    font-weight: bold;
}

.floor_bottom img{
  margin-top: 8px;  
  cursor: pointer;
}

.apply_content {
    width: 1066px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 21px 0px rgba(127, 127, 127, 0.5);
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translate(-50%, 370px);
    z-index: 2;
}

 .apply_content div:nth-last-child(1) {
    margin-right: 0;
}

.apply_right {
    display: flex;
    justify-content: space-between;
}
.apply_right div:nth-child(1){
    margin-right: 65px;
}
 .apply_content div>h2 {
    font-size: 21px;
    color: #333;
    font-weight: bold;
}

.apply_content div>p {
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

.online_btn img {
    margin-top: 9px;
}

.at_once {
    width: 170px;
    height: 60px;
    background: #F63236;
    border-radius: 30px;
    font-size: 24px;
    color: #fff !important;
    font-weight: bold;
    display: block;
    line-height: 60px;
    margin-top: 3px;
}
.apply_content .line h2{
    font-size: 26px;
    color: #07A950;
    text-align: left;
}
.apply_content .line p{
    font-size: 14px;
    color: #333;
    letter-spacing: 2px;
    margin: 16px 0 0 10px;
    text-align: left;
    
}

/* 底部弹出 */
.curriculum_mask {
    width: 1066px;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0px -3px 21px 0px rgba(127, 127, 127, 0.33);
    border-radius: 10px 10px 0px 0px;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
    -webkit-overflow-scrolling:touch;
    z-index: 9999;
}

.curriculum_mask_left h2 {
    font-size: 20px;
    color: #212224;
    font-weight: bold;
    margin: 5px 0 15px;
}
.curriculum_mask_left p {
    font-size: 16px;
    color: #666;
}

.curriculum_mask_right {
    display: flex;
}

.fontIcon{
    font-size: 20px !important;
}
.curriculum_mask_apply {
    margin-right: 66px;
}

.curriculum_mask_apply h2 {
    font-size: 21px;
    color: #F63236;
    font-weight: bold;
    text-align: center;
}

.mask_btn a {
    display: block;
    width: 179px;
    height: 61px;
    line-height: 61px;
    font-size: 24px;
    color: #fff !important;
    text-align: center;
    background: #F63236;
    border-radius: 30px;
}





