.fwzc {
    background-color: #222222;
    border-bottom: 1px solid #585858;
}

.fwzcbox {
    display: flex;
    height: 72px;
}

.fwzcboxl {
    font-family: 'BEBAS';
    text-transform: uppercase;
    width: 12%;
    display: flex;
    position: relative;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    color: rgba(255, 255, 255, .15);
}

.fwzcboxldw {
    position: absolute;
    left: 0;
    font-size: 20px;
    font-weight: 700;
    color: #f4f4f4e8;
    bottom: 24px;
}
.fwzcboxldw img{
    display: inline !important;
}

.fwzcboxr {
    display: flex;
    align-items: center;
}

.fwzcboxr_box {
    display: flex;
}
.fwzcboxr_box .yqlinkr a{
    font-size: 16px;
    color: #999999;
    padding: 0 10px;
}
.fwzcboxr_box .yqlinkr a:hover{
    color: #fff;
}

.fwzcboxr_boxai {
    margin: 0 22px;
}

.fwzcboxr_boxai i {
    padding-top: 6px;
    font-size: 56px;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fwzcboxr_boxatxt {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fwzcboxr_boxatxt span {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
}

.fwzcboxr_boxatxt p {
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
}

.fwzcboxr_box .fwzcboxr_boxa:hover i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.fwzcboxr_box .fwzcboxr_boxa:hover .fwzcboxr_boxatxt {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}
