
.footer{
    position: absolute;
    width: 100%;
    height: 120px;
    opacity: 1;
    background-color: rgba(53, 67, 85, 1);
    color: white;
    text-align: center;
}
.flex{
    display: flex;
}

.fotConTop{
    font-size: 16px;
    font-family: D-Din;
    margin-top: 15px;
}

.fotConTop>span:nth-child(2){
    margin-left: 20px;
}

.fotConBot{
    font-size: 14px;
    margin-top: 10px;
}

.loginBox{
    height: 68px;
    padding-top: 22px;
    position: relative;
}


.header .right_btn {
    border: 1px solid rgba(255, 255, 255, 1);
    /* border-radius: 45px; */
    background: rgba(255, 255, 255, 0.2);
    width: 143px;
    margin: 0 auto;
    cursor: pointer;
    height: 35px;
}

.header .right_btn .button_t {
    display: inline-block;
    line-height: 35px;
    padding: 0 7px;
    color: #fff;
    width: 70px;
    text-align: center;
}
.header .layui-badge {
    position: absolute;
    left: 75%;
    top: 12px;
    z-index: 100;
    border-radius: 15px;
    cursor: pointer;
}
.selectMag{
    position: absolute;
    top: 58px;
    left: 100px;
    width: 100px;
    height: 50px;
    font-size: 16px;
    background: #fff;
    color: #000;
}
.selectMag ul li{
    padding: 0 5px
    
}
.selectMag ul li:hover{
    background: #ccc;
    color: #000;
}

.header .right_btn .button_t:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    height: 45px;
}

.header .right_btn span {
    display: inline-block;
    width: 1px;
    height: 40px;
    margin-top: 2px;
    margin-bottom: 2px;
    background: rgba(255, 255, 255, 0.4);
}
.header .linkBox a{
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-right: 3em;
    height: 68px;
    line-height: 80px;
    display: inline-block;
    padding: 0 0.5em;
}
.header .linkBox a.active, 
.header .linkBox a:hover{
    /* background: url(../static/images/title.png) no-repeat bottom; */
    border-bottom: 2px solid #fff;
    /* border-bottom: none; */
}
.input-main{
    position: relative;
    left: 0;
    margin-right: 20px;
    top: 0;
}
.input{
    width: 193px;
    /* border-radius: 65px; */
    line-height: 27px;
    border: 0;
    font-size: 12px;
    padding: 4px 0px 4px 15px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,1);
    outline: none;
}
.input::placeholder{
    color: rgba(255, 255, 255, 1);
}
.input-fg{
    position: absolute;
    width: 1px;
    top: 9px;
    right: 41px;
    height: 20px;
    background: rgba(255, 255, 255, 0.4);
}
.img{
    position: absolute;
    top: 11px;
    right: 17px;
    width: 15px;
    height: 15px;
}
.img:hover{
    cursor: pointer;
}
.ccyc{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.display-n{
    display: none;
}
.zxDiv-img{
    display: block;
    margin: 38px auto 0 auto;
    width: 122px;
    height: 122px;
}

.top_jbs{
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 140px;
    opacity: 1;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(226, 246, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.headerTitle{
    margin-top: 17px;
    height: 41px;
    letter-spacing: 3px;
    color: white;
}