.footer-wrap {
    padding-top: 60px;
    width: 100%;
    height: 549px;
    background: #252b3a;
}

.footer-wrap .container {
    margin: 0 auto;
    width: 1200px;
}

.footer-wrap .container .list-wrap {
    display: flex;
    text-align: left;
}

.footer-wrap .container .list-wrap .list-link {
    margin-right: 130px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    color: #a8aab0;
    cursor: pointer;
}

.footer-wrap .container .list-wrap .list-link .list-link-subitem {
    white-space: nowrap;
    display: flex;
    margin-bottom: 31px;
}

.footer-wrap .container .list-wrap .list-link .active {
    font-weight: bold;
    color: #ffffff;
}

.footer-wrap .container .list-wrap .line-footer {
    display: block;
    width: 1px;
    height: 240px;
    background: #3b414e;
}

.footer-wrap .container .list-wrap .contact-wrap {
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-wrap .container .list-wrap .contact-wrap .phone {
    white-space: nowrap;
    height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}


.footer-wrap .container .list-wrap .contact-wrap .address {
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.footer-wrap .container .list-wrap .contact-wrap .phone2 {
    line-height: 22px;
    font-size: 14px;
    color: #a8aab0;
}

.footer-wrap .container .list-wrap .contact-wrap .understand {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 108px;
    height: 35px;
    font-size: 12px;
    color: #a8aab0;
}

.footer-wrap .container .list-wrap .contact-wrap .understand .understand-box2 {
    margin-top: 5px;
}

.footer-wrap .container .line2 {
    width: 1200px;
    height: 1px;
    background: #3b414e;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.footer-wrap .container .cotent-footer {
    margin: 25px auto 0;
    text-align: center;
    width: 816px;
    height: 37px;
    font-size: 12px;
    color: #a8aab0;
    line-height: 20px;
}

.footer-wrap .container .cotent-footer-tip {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #a8aab0;
}

.footer-wrap .container .cotent-footer-tip .tip {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.footer-wrap .container .cotent-footer-tip .tip img {
    margin-right: 10px;
}

.footer-wrap a {
    color: #a8aab0;
}

.cotent-footer-tip .tip a img {
    vertical-align: middle;
}

/*联系我们-浮动样式*/
.contact-us-float {
    position: fixed;
    right: 0;
    left: 96.5%;
    top: 58%;
    z-index: 99;
}

.footer-wrap-right {
    cursor: pointer;
}

.contact-us {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 41px;
    height: 116px;
    background: linear-gradient(180deg, #FD5F53 0%, #FA3B3F 100%);
    border-radius: 4px;
    opacity: 1;
    cursor: pointer;
    margin-top: 10px;
}

.contact-us img {
    width: 28px;
    margin: 8px 0 4px 0;
}

.contact-us-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    width: 100%;
    background: #fff;
    padding: 8px 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 6px rgba(138, 142, 153, .26);
}

.contact-us-text span {
    color: #666666;
    line-height: 16px;
}

.contact-us-dom {
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 232px;
    height: 373px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    position: absolute;
    bottom: -1px;
    left: -251px;
}

.contact-us-qrcode {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contact-us-qrcode img {
    width: 127px;
    height: 127px;
}

.contact-us-qrcode-kf {
    margin-top: 15px;
}

.qrcode-font-text {
    margin: 8px 0;
    color: #A7A7A7;
    font-size: 13px;
}

.qrcode-font-text2 {
    color: #409EFF;
}


/* 底部-折叠  xiajinlin  2023-12-19 */
.fold-box {
    width: 41px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 30px;
    box-shadow: 0 3px 6px rgba(138, 142, 153, .26);
    border-radius: 2px;
    user-select: none;
    opacity: .5;
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
}

.fold-box:hover {
    opacity: 1;
}

.fold-box:hover .fold-inner {
    left: -48px;
}

.fold-box.fold .fold-inner img {
  transform: rotate(0)
}

.fold-inner {
    position: absolute;
    left: 0;
    top: 0;
    transition: left .3s linear;
    width: 96px;
    font-size: 0;
    height: 30px;
}

.fold-inner > div {
    width: 41px;
    display: inline-block;
    text-align: center;
    height: 30px;
}

.fold-inner img {
    display: inline-block;
    width: 24px;
    vertical-align: -6px;
    transform: rotate(180deg);
    margin-top: 2px;
    margin-right: 14px;
    image-rendering: auto;
}

.fold-inner span {
    display: inline-block;
    width: 41px;
    background-color: #8a8e99;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}

.aside-app {
    height: 135px;
    background: linear-gradient(180deg, #FD5F53 0%, #FA3B3F 100%);
    padding: 10px 0;
    overflow: hidden;
    opacity: 1;
    display: block;
    width: 41px;
    border-radius: 4px;
}

.aside-app span {
    display: block;
    width: 100%;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.qrcode-box{
    display: flex;
}
.app-qrcode{
    margin-right: 20px;
}
/* 底部-折叠  xiajinlin  2023-12-19 */