﻿/*
 * @Descripttion: 底部-css
 * @Author:
 * @Date: 2022-09-14 11:18:34
 * @LastEditTime: 2022-10-19 13:16:02
 * @FilePath: \cms-xyzg-YingKou\cms\css\footer.css
 */

 footer {
    width: 100%;
    height: 203px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

footer .top {
    padding: 20px 0 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
}

footer .top  img{
    position: absolute;
    width: 12px;
    height: 7px;
    top: 15px;
    right: 16px;
    z-index: 99999999999;
}

footer .top  select {
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 16px;
    padding-left: 30px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    outline:none;
    border: none;
}

footer .top .snWeb,
footer .top .sjWeb {
    position: relative;
    width: 200px;
    height: 35px;
    margin-right: 16px;
}

footer .top .shWeb {
    position: relative;
    width: 319px;
    height: 35px;
}

footer .bottom {
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
}

footer .bottom .left .text {
    margin-bottom: 12px;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

footer .bottom .left .text a {
    color: #FFFFFF;
}

footer .bottom .left .text a:hover {
    opacity: 0.7;
}

footer .bottom .right {
    display: flex;
    align-items: center;
}

footer .bottom .right img {
    width: 110px;
    height: 55px;
}