#foot{
    width: 100%;
    padding: 10px 0;
    background-color: #6F1685;
}
.foot-box{
    width: 1200px;
    margin: 0 auto;
}
.friend-box{
    padding: 30px 0;
    padding-left: 118px;
    display: flex;
    align-items: center;
    position: relative;
}
.friend-title{
    position: absolute;
    left: 0px;
    font-size: 22px;
    color: #FAFAF2;
    padding-right: 30px;
}
.friend-nav li{
    display: inline-block;
    padding-right: 10px;
}
.friend-nav li a{
    font-size: 14px;
    color: #FAFAF2;
}
.friend-nav li:after{
    content: '/';
    display: inline-block;
    padding-left: 10px;
    color: #FAFAF2;
}
.friend-nav li:last-child:after{
    content: '';
    padding-left: 0px;
    display: none;
}
.shadow-box{
    height: 1px;
    background: rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.shadow-box2{
    height: 1px;
    background: rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    display: none;
}
.foot-bottom-box{
    padding: 38px 0;
    display: flex;
    justify-content: space-between;
}
.foot-logo{
    display: block;
    width: 493px;
    height: 81px;
}
.foot-logo img{
    width: 100%;
    height: 100%;
}
.foot-font-box{
    padding-top: 30px;
}
.foot-nav-box li{
    display: inline-block;
    padding-right: 5px;
}
.foot-nav-box li a{
    font-size: 16px;
    color: #FAFAF2;
}
.foot-nav-box li:after{
    content: '|';
    display: inline-block;
    padding-left: 5px;
    color: #FAFAF2;
}
.foot-nav-box li:last-child{
    padding-right: 0px;
}
.foot-nav-box li:last-child:after{
    content: '';
    padding-left: 0px;
    display: none;
}
.foot-copyright{
    color: white;
    padding-top: 10px;
    font-size: 14px;
    text-align: right;
}
.content{
    overflow: hidden;
    position: relative;
    height: 45px;
    width: 1082px;
    line-height: 45px;
}
.scrollTxt{
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}
.qr-code-container{
    text-align: center;
}
.qr-code-item{
    padding: 5px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.qr-code-icon{
    width: 17px;
    height: 17px;
    background-color: #6F1685;
    border-radius: 100px;
    box-shadow: 0px 3px 6px #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    position: relative;
}
.qr-code-icon>img{
    width: 12px;
    height: 12px;
}
.qr-code-text{
    color: white;
    font-size: 14px;
}
.qr-code-item:hover>.qr-code-icon>.qr-code-outer {
    display: block;
}
.qr-code-outer{
    z-index: 10;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    display: none;
    width: 130px;
    padding-top: 10px;
    height: 148px;
    background-color: white;
    border-radius: 12px;
    margin-bottom: 7px;
    text-align: center;
}
.qr-code-outer>img{
    width: 115px;
    height: 115px;
}
.qr-code-outer>p{
    padding-top: 5px;
    color: black;
    font-size: 14px;
    text-align: center;
}
.qr-code-tri{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 7px solid white;
}
@media screen and (max-width: 1200px){
    .foot-box{
        width: 800px;
        margin: 0 auto;
    }
    .foot-logo{
        width: 300px;
        height: 56px;
    }
    .foot-bottom-box{
        padding: 20px 0;
    }
    .foot-font-box{
        padding-top: 10px;
    }
    .content{

        width: 680px;

    }
}
@media screen and (max-width: 800px){
    .foot-box{
        width: auto;
        padding: 20px;
        padding-top: 0px;
    }
    .foot-box>*{
        max-width: 362px;
        margin: 0 auto;
    }
    .friend-box{
        display: block;
        padding-left: 0px;
    }
    .friend-title{
        position: static;
        display: block;
        padding-bottom: 10px;
    }
    .foot-bottom-box{
        display: block;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .foot-logo{
        width: 100%;
        max-width: 362px;
        margin: 0 auto;
        height: auto;
        padding-bottom: 30px;
    }
    .foot-logo img{
        width: 100%;
        height: auto;
    }
    .shadow-box{
        display: none;
    }
    .shadow-box2{
        display: block;
    }
    .foot-font-box{
        padding-top: 30px;
    }
    .foot-font-box>*{
        text-align: center;
    }
    .content{
        overflow: auto;
        position: static;
        height: auto;
        width: auto;
        line-height: normal;
    }
    .scrollTxt{
        position: static;
        left: 0;
        top: 0;
        white-space: normal;
    }
    .qr-code-box{
        display: inline-block;
        padding-top: 20px;
    }
}
