﻿body {
    min-width: 1366px;
}

ul,
li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

/* footer样式 */

.footer {
    display: flex;
    width: 100%;
    height: 168px;
    background: #1E1E1E;
    display: flex;
    justify-content: center;
}

.footer .footerContain {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 29px 0;
}

/* 左侧下拉-开始 */
.footer .footerContain .footerLeft {
    display: flex;
    align-items: center;
}

.footer .footerContain .footerLeft .leftSelect {
    width: 226px;
    color: #FFFFFF;
}

.footer .footerContain .footerLeft .leftSelect .selectClass {
    padding: 14px 16px;
    background: #343436;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    background: #343436;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}


.footer .footerContain .footerLeft .leftSelect .selectClass:first-child {
    margin-bottom: 14px;
}

/* 弹出层 */
.popClass {
    width: 1200px;
    margin: auto;
    display: none;
    position: absolute;
    z-index: 99999999 !important;
    bottom: 155px;
    z-index: 998;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 15px 20px;
    max-height: 180px;
    overflow-y: auto;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-sizing: border-box;
}


.popClass li{
    line-height: 40px;
    font-size: 14px;
    width: 14.2857142%;
    float: left;
}

.popClass li a{
    color: #333333;
}


/* 三角形 */

.triangle {
    display: none;
    position: absolute;
    bottom: 144px;
    left: 100px;
    width: 0;
    height: 0;
    border-top: 14px solid #ffffff;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
}

/* 左侧下拉-结束 */


/* 左侧浏览量-开始 */
.footer .footerContain .footerLeft .leftTow {
    width: 226px;
    height: 110px;
    background: #343436;
    margin-left: 16px;
    color: #FFFFFF;
    padding: 16px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    box-sizing: border-box;
}

.footer .footerContain .footerLeft .leftTow .icons {
    display: flex;
}

.footer .footerContain .footerLeft .leftTow img {
    width: 60px;
    height: 60px;
    margin-left: -10px;
    margin-top: 10px;
}

/* 左侧浏览量-结束 */


/* 右侧 */

.footerRight {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    color: #fff;
}

.footerRight .wenzi {
    display: flex;
    align-items: center;
}

.footerRight .wenzi .firstChild {
    width: 300px;
}