/*common*/

* {
    margin: 0;
    padding: 0
}

* ul,
li {
    list-style-type: none;
    display: inline-block;
}

* .clear {
    clear: both;
}

/*foot*/

/*#foot #footContainer{margin:0 auto;width:1920px;height:245px;background:rgb(220, 220, 220);clear:both;}*/
#foot{
    background: rgb(220, 220, 220);
    margin-top: 20px;
}
#foot #footContainer {
    padding: 30px 0;
    display: flex;
    clear: both;
}

/*# add douyin qcode img*/
#foot #footContainer #footLeft {
    width: 39.5%;
    display: flex;
    align-items: center;
}

#foot #footContainer #footLeft #footLeftImg {
    width: 100%;
    height: 100%;
}
#foot #footContainer #footLeft #footLeftImg img{
    height: 100%;
    object-fit: contain;
}

#footHr {
    height: 210px;
    background: grey;
    width: 2px;
    margin: auto 0;
}

#foot #footContainer #footRight {
    width: 30.7%;
    /* height: 219px; */
    margin-left: 40px;
    display: flex;
    align-items: center;
}

#foot #footContainer #footRight .footItem {
    font-size: 16px;
    line-height: 1.9;
}
#foot #footContainer #footRight #footItem6{
    margin-top: 10px;
    display: flex;
    align-items: center;
}

#foot #footContainer #footRight #footItem6 input {
    height: 28px;
}

#foot #footContainer #footRight #footItem6 #footSearch {
    line-height: 28px;
    background: rgb(220, 220, 220);
    color: #FFFFFF;
    background: #5f5d5d;
    padding-right: 15px;
    padding-left: 15px
}

#footer {
    background: #646464;
    margin: 0 auto;
    width: 100%;
}

#erWeiMa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 31.25%;
}

#erWeiMa .erWeiMaItem {
    width: 130px;
}

#erWeiMa .erWeiMaPic {
    width: 130px;
    height: 130px;
}

#erWeiMa .proMansPic {
    width: 130px;
    height: 130px;
}

#erWeiMa .proDouyPic {
    width: 117px;
    height: 117px;
    margin-left: 5px;
}

/*# add douyin qcode end*/

/* #erWeiMa span {
    display: block;
    width: 100px;
    height: 22px;
    margin-top: 5px;
    margin-left: 25px;
    text-align: center;
    font-size: 13px
} */

#erWeiMa img {
    width: 100%;
    height: 100%
}

/*footer*/

#footer #footerContainer {
    height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 40px
}

#footerContainer #footerItem1,
#footerContainer #footerItem2 {
    display: flex;
    align-items: center;
}
#footerContainer #footerItem1 a{
    margin-left: 50px;
}

#footerContainer #footerItem3 {
    margin-left: 50px;
    display: flex;
    align-items: center;
}