@charset "UTF-8";
.footer-pic{
    line-height: 0;
}
.mt3{
    margin-top: 3px;
}
.footer-pic-link{
    display: inline-block;
    width: 100px;
    height: 30px;
}
.mod_copyright_auth_ico_1 {
    background: url(../img/footer.png) -205px -74px no-repeat;
}

.mod_copyright_auth_ico_2 {
    background: url(../img/footer1.png) 0px -66px no-repeat;
}

.mod_copyright_auth_ico_3 {
    background: url(../img/footer.png) 0px -155px no-repeat;
}

.mod_copyright_auth_ico_4 {
    background: url(../img/footer1.png) 0px -99px no-repeat;
}

.site-footer{
    font-size: 14px;
    border-top: #DB3B40 solid 1px;
}
.site-footer .a-link{
    color: #DB3B40;
}
.site-footer-content{
    display: flex;
    padding: 20px;
}
.site-footer-left{
    display: flex;
}
.site-footer-left dl{
    margin-right: 100px;
}
.site-footer-left dt{
    line-height: 28px;
    font-size: 18px;
    color: rgba(0,0,0,0.85);
}
.site-footer-left dd{
    margin-top: 8px;
    line-height: 22px;
}
.site-footer-left dd a{
    color: rgba(0,0,0,0.65);
}
.site-footer-left dd a:hover{
    color:#DB3B40;
}
.site-footer-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
    border-left: 1px solid #eee;
    margin:8.5px 0;
    line-height: 22px;
    color: rgba(0,0,0,0.65);
}
.site-footer-right > div ~ div{
    margin-top: 12px;
}

.site-info{
    background-color: #DB3B40;
    padding: 16px 0;
}
.site-info-content{
    display: flex;
    align-items: center;
}
.site-info-content .info-links{
    margin: 0 85px;
    color: #fff;
    line-height: 22px;
}
.footer-line{
    margin: 0 5px;
}
.flex-shrink-fixed{
    flex-shrink: 0;
}

/*在线客服 start*/
.new-modal .floor-box {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    box-shadow: -2px 0 9px 0 rgba(232, 232, 232, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.new-modal .floor-box .floor-gotoLink {
    display: inline-block;
    padding: 10px 0 0;
    background-color: #DB3B40;
}
.new-modal .floor-box .floor-gotoLink:after {
    /* content: '';
    display: table;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
    width: 100%;
    background-color: #DB3B40; */
}
.new-modal .floor-box .floor-gotoLink img {
    width: 20px;
    height: 20px;
}
.new-modal .floor-box p {
    padding: 0 10px;
}
/*在线客服 end*/
/* 价格监测 start */
.price-monitoring {
    width: 50px;
    color: #DB3B40;
    background:#fff;
    text-align: center;
    display: none;
    padding: 12px 10px;
    box-sizing: border-box;
}
.price-monitoring img {
    margin-bottom: 6px;
}
.price-monitoring a {
    color: #DB3B40;
}
/* 价格监测 end */