/* 头部 底部 */
body,html{font-family:'Microsoft YaHei','Hiragino Sans GB',Helvetica,Arial,'Lucida Grande',sans-serif;}
body,html{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #FFFFFF;
}

.header_wrap{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 1.5rem;
}
.ctLogo{
    width: 2.46rem;
    height: 0.72rem;
    background: url('../../static/images/logo.png')no-repeat !important;
    background-size: contain !important;
}
.nav_search{
    background: url('/static/images/search_b.png')no-repeat !important;
    background-size: cover !important;
}
.nav_container{
    background: #ffffff !important;
    transition: all 0.3s ease-out 0s;
    border-bottom: 0.01rem solid #EEEEEE;
}
.layui-nav .layui-nav-item a{
    color: #3B3A3A !important;
}
.home_container{
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    bottom: 0;
}
.seeMore_l{
    display: block;
    width: 1.2rem;
    height: 0.47rem;
    cursor: pointer;
    background: url('../../static/images/newSee_w.png')no-repeat;
    background-size:contain;

}
.seeMore_l:hover{
    background: url('../../static/images/newSee_b.png')no-repeat;
    background-size:contain;
}
/* .seeMore_l >img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.seeMore_b{
    width: 1.26rem;
    height: 0.6rem;
    cursor: pointer;
    background: url('../../static/images/see_more.png')no-repeat;
    background-size:contain;
}

/*  */
.enterProNav{
    display: flex;
    /* align-items: flex-end; */
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 5.6rem;
    /* background: url('../static/images/compProfile.jpg')no-repeat; */
    background-size: cover;
    padding-bottom: 0.73rem;
    box-sizing: border-box;
}
.enterProNav_title{
    font-size: 0.4rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 15%;
    box-sizing: border-box;
}
.enterProNav_wrap{
    padding-left: 15%;
    box-sizing: border-box;
    margin-top: 0.5rem;
}
.enterProNav_list >span{
    position: relative;
    display: inline-block;
}
.enterProNav_list >span >a{
    margin-right: 0.7rem;
    cursor: pointer;
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.41;
}


.enterProNav_list >span >a:hover{
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
}
.enterProNav_list .enterProNav_selcted a{
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
}
.enterProNav_selcted a::before{
    /* content: "\e602";
    font-family: "iconfont";
    color: #ffffff;
    position: absolute;
    top: -0.01rem;
    left: -0.25rem; */
    content: "\e602";
    font-family: "iconfont";
    color: #ffffff;
    position: absolute;
    top: 0.03rem;
    left: -0.25rem;
   
    
}
.enterProNav_selcted a:hover:before{
    animation:arr 0.6s linear 0s infinite;
}
@keyframes arr{
    0%{transform:translateX(-0.07rem);}
    50%{transform:translateX(0.03rem);}
    100%{transform:translateX(-0.07rem);}
    }


/* 图片放大 */
.imgScal{
    overflow: hidden;
}
.imgScal >img{
    transition: all 0.4s ease-out 0s;
}
.imgScal >img:hover{
    transform: scale(1.05);
}


.header_box{
    background: #ffffff !important;
    border-bottom:1px solid #EEEEEE;
}
.head_logo{
    background: url('../../static/images/logo.png')no-repeat !important;
    background-size: contain !important;
}
.head_menu{
    background: url('../../static/images/m_menu.png') no-repeat !important;
    background-size: contain !important;
}
.head_search{
    background: url('../../static/images/search_b.png') no-repeat !important;
    background-size: contain !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #034182;
}

@media screen and (max-width: 750px) {
    .home_container{
        top: .86rem;
        overflow-x: hidden;
    }
    .page_main{
        margin-top: 1.3rem;
    }
    .enterProNav{
        height: 2.15rem;
        position: relative;
        padding-bottom: .3rem;
    }
    .enterProNav_title{
        padding-left: .5rem;
        font-size: 0.36rem;
    }
    .enterProNav_wrap{
        position: absolute;
        bottom: -1rem;
    }
    .profile_containner{
        margin-top: 1.3rem;
        background: none;
    }

    .enterProNav_wrap{
        padding: 0 .19rem;
        
    }
    .enterProNav_list{
        display: flex;
        align-items: center;
    }
    .enterProNav_list >span >a{
        color: #000;
        font-size: 0.28rem;
        margin-right: 0;
    }
    .enterProNav_list span{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.59rem;
        height: 0.51rem;
        border: 0.02rem solid #DCDCDC;
        border-radius: 0.02rem;
        padding: 0 .05rem;
        margin-right: .05rem;
    }
    .enterProNav_selcted{
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: #034182;
        color: #FFFFFF;
        font-size: 0.28rem;
    }
    .seeMore_l{
        display: block;
        width: 1.55rem;
        height: 0.44rem;
        cursor: pointer;
        background: url('../../static/images/newSee_w.png')no-repeat;
        background-size:contain;
    
    }
    .seeMore_l:hover{
        background: url('../../static/images/newSee_b.png')no-repeat;
        background-size:contain;
    }
    /* .seeMore_l >img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    } */
    .seeMore_b{
        width: 1.9rem;
        height: 0.6rem;
        cursor: pointer;
        background: url('../../static/images/see_more.png')no-repeat;
        background-size:contain;
    }
    
   
    
}