@CHARSET "UTF-8";
.container_warp{
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 80vh;
}
#footer {
    width: 100%;
}
#footer .bottom {
    width: 100%;
    background: #fff;
}

.bottombg1{
    background-color: #E5E5E5;
}

.bottombg2{
    background-color: #E5E5E5;
}

#footer .bottom_con {
    width: 1180px;
    margin: 0 auto;
}

#footer .bottom_con_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    color: #323232;
    margin-bottom: 6px;
}

#footer .bottom_con_t .bottom_con_t_txt{
    font-size: 22px;
}

#footer .bottom_con_t .bottom_con_t_more{
    font-size: 14px;
    cursor: pointer;
}

#footer .bottom_con_b {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 190px);
    gap: 8px;
    padding-bottom: 60px;
}

#footer .bottom_con_b div {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #8B8B8B;
    margin: 10px 0 0 0;
}
.xue-tabs{
    height:45px;background: rgba(45, 10, 12,0.95);
}
.xue-tabs>li.active>a, .xue-tabs>li.active>a:hover, .xue-tabs>li.active>a:focus{
    color: #fff;
    background-color: unset;
    border: none;
    cursor: none;
}
.foot_hr{
    width: 1180px;
    margin: 0 auto;
}
.bottom_wechat, .bottom_logo{
    height: 150px;
}
.bottom_wechat .wechat_con, .bottom_logo .logo_con{
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom_wechat .wechat_con .wechat_con_left{

}
.bottom_wechat .wechat_con .wechat_con_left .wechat_con_left_txt{
    font-size: 22px;
    color: #323232;
}
.bottom_wechat .wechat_con .wechat_con_right{

}
.bottom_wechat .wechat_con .wechat_con_right .wechat_con_right_img{
    /*width: 110px;
    height: 110px;*/
}
.bottom_wechat .wechat_con .wechat_con_right .wechat_con_right_txt{
    font-size: 12px;
    color: #909090;
    margin-top: 4px;
    text-align: center;
}
.wechat_con_left_input {
    margin-top: 20px;
    position: relative;
    display: inline-block;
}
.wechat_con_left_input input {
    padding-left: 34px;
    height: 32px;
    box-sizing: border-box;
    width: 265px;
}
.wechat_con_left_input img {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.logo_con_right{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 400px;
    height: 71px;
}
