footer .foot {
    font-size: 20px;
    max-width: 1680px;
    margin: 0 auto;
    background: #000;
    padding-bottom: 2vw;
}
footer .foot .contentbox {
    padding: 4em 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* flex-wrap: wrap; */
}
footer .foot .contentbox .linklist {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
footer .foot .contentbox .li {
    margin-right: 3.125vw;
    min-width: 7em;
}
footer .foot .contentbox .li .tit,
footer .foot .contentbox .linklist .li .tit {
    font-size: 0.9em;
    font-family: PingFangSC-Medium;
    font-weight: 600;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 0.4em;
    white-space: nowrap;
}
footer .foot .contentbox .linklist .li a {
    font-size: 0.7em;
    font-weight: 400;
    color: #fff;
    display: block;
    line-height: 2.3em;
    white-space: nowrap;
    position: relative;
}
footer .foot .contentbox .linklist .li a:hover {
    color: #FFDAF1;
}
footer .foot .contentbox .linklist .li a.hot {
    color: #EE5060;
}
footer .foot .contentbox .linklist .li a.hot:hover {
    color: #F1717E;
}
footer .foot .contentbox .linklist .li a.hot  .ico{
    width: 0.6rem;
    position: absolute;
    top:-0.2rem ;
    left: 3rem;
}
footer .foot .contentbox .contantbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
footer .foot .contentbox .contantbox .flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1.3rem 0 ;
}
footer .foot .contentbox .contantbox .flex>div{
    margin-right: 2.2rem;
}
footer .foot .contentbox .contantbox span .ico{
    width: 1.2rem;
    margin-right: 0.4rem;
    display: block;
}
footer .foot .contentbox .contantbox span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8em;
    font-family: Jost-Medium;
    color: #fff;
    line-height: 1em;
    white-space: nowrap;
    margin-top: 0.2rem;
}
footer .foot .contentbox .contantbox .qr {
    width: 5.5vw;
    display: block;
    margin: 0 auto 0.3rem;
}
footer .foot .contentbox .contantbox .qrtxt {
    font-size: 0.6em;
    font-weight: 400;
    color: #fff;
    line-height: 0.9em;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}
.logolist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5em 0 1.3em;
}
.logolist a {
    width: 10%;
    display: block;
}
.logolist a:hover {
    opacity: 0.9;
}
.bottom {
    font-size: 0.6em;
    color: #A4A9B1;
    line-height: 0.9em;
    text-align: center;
    padding: 1.4em 0 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #EAEDF3;
}
.bottom img {
width:0.7rem;
margin-right: 0.3rem;
display: block;
}
.bottom a {
display: inline-flex;
justify-content: center;
align-items: center;
margin-left: 1rem;
vertical-align: middle;
}
.bottom a:hover {
color: #6A6E73;
}
footer .fixedbox {
    position: fixed;
    bottom: 180px;
    right: 16px;
    z-index: 9;
}
footer .fixedbox>.relative {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 2.8rem;
    /*border-radius: 1.4rem;*/
    background: #FFFFFF;
    box-shadow: 0px 2px 0.6rem 0px rgba(0, 0, 0, 0.12);
    text-align: center;
    padding: 0.75rem 0;
    position: relative;
}
footer .fixedbox>.relative img.icon {
    width: 1.2rem;
    margin: 0 auto;
    display: block;
}
footer .fixedbox>.relative:first-child{
    margin-bottom: 8px;
    padding: 0.25rem 0;
    background: #000;
    cursor: pointer;
    border: 1px solid #000;
}
/*
footer .fixedbox>.relative:first-child:hover{
    background-color: #efefef;
    border: 1px solid #000;
}*/
footer .fixedbox>.relative:first-child>p{
    font-size: 0.8rem;
font-weight: bold;
letter-spacing: 0.25rem;
color: #FFFFFF;
writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
margin: 0.4rem 0 0.65rem;
}
footer .fixedbox>.relative>.head{
    width: 2.3rem;
    display: block;
    margin: 0 auto;
}
footer .fixedbox>.relative .box{
    font-size: 0.6rem;
    font-weight: normal;
    line-height: 0.9rem;
    text-align: center;
    color: #313336;
    cursor: pointer;
}
footer .fixedbox>.relative .box img:nth-child(2){
    display: none;
}
footer .fixedbox>.relative .box:hover{
    color: #e8374a;
}
footer .fixedbox>.relative .box:hover img:nth-child(1){
    display: none;
}
footer .fixedbox>.relative .box:hover img:nth-child(2){
    display: block;
}
footer .fixedbox>.relative>i{
    width: 1rem;
height: 1px;
margin: 0.5rem auto;
background: #EAEDF3;
}
footer .fixedbox .totop {
    height: 1.4rem;
    width: 1.4rem;
    cursor: pointer;
    padding: 0.7rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 2px 0.6rem 0px rgba(0, 0, 0, 0.12);
    margin-top: 28px;
    display: none;
}
footer .fixedbox .gwbox {
    position: absolute;
    bottom: 0;
    right: calc(100%);
    padding-right: 0.4rem;
    display: none;
}
footer .fixedbox .gwboxbg {
    background: url(../images/bg.png) top right no-repeat #fff;
    background-size: cover;
    border-radius: 0.6rem;
    padding: 1.6rem 1.5rem 2rem;
    box-shadow: 0px 2px 2.5rem 0px rgba(0, 0, 0, 0.1),inset 0px 0px 0.3rem 0px #FFFFFF;
    box-sizing: border-box;
    text-align: left;
}
footer .fixedbox .gwbox .heabox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #EFF2FC;
    margin-bottom: 1.2rem;
}
footer .fixedbox .gwbox .heabox .head{
    width: 2.8rem;
    height: 2.8rem;
    display: block;
    margin-right: 0.8rem;
}
footer .fixedbox .gwbox .heabox h4{
    font-size: 1.2rem;
    font-weight: 600;
    color: #313336;
    white-space: nowrap;
}
footer .fixedbox .gwbox .heabox p{
    white-space: nowrap;
    font-size: 0.8rem;
    margin-top: 0.4rem;
    color: #313336;
}
footer .fixedbox .gwbox .callbox{
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
}
footer .fixedbox .gwbox .callbox p{
    font-size: 0.7rem;
    line-height: 1.2rem;
    color: #313336;
    margin-bottom: 0.6rem;
}
footer .fixedbox .gwbox .callbox .qr{
    width: 5.7rem;
    display: block;
    margin-right: 3.5rem;
}
footer .fixedbox .gwbox .callbox>div>div{
    background: #fff;border-radius: 8px;
    padding: 0.45rem 2.5rem 1.25rem 0.8rem;
}
footer .fixedbox .gwbox .callbox .libx{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9rem;
font-weight: 500;
line-height: 1.2rem;
color: #313336;
padding-top: 0.8rem;
font-family: Jost-Medium;
}
footer .fixedbox .gwbox .callbox .ico{
    width: 1.2rem;
    display: block;
    margin: 0 0.6rem 0 0;
}
@media screen   and (min-width:1920px) {
    footer .foot .contentbox .li {
        margin-right: 60px
    }
    footer .foot .contentbox .contantbox .qr {
        width:110px;
    }
}
@media screen and (max-width:1500px)  and (min-width:1350px)  {
    footer .foot {
        font-size: 18px;
    }
}
@media screen and (max-width:1350px)  {
    footer .foot {
        padding: 0 30px;
    }
    footer .foot .contentbox .li {
        min-width:auto
    }
    footer .foot .contentbox {
        display: block;
    }
    footer .foot .contentbox .linklist {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    footer .foot .contentbox .contantbox {
        margin-top: 2.5em;
    }
    footer .foot .contentbox .contantbox .qr {
        width: 5.5em;
        display: block;
        margin: 2em auto 0.5em;
    }
    .logolist {
        flex-wrap: wrap;
        padding: 1.5em 0 1.4em;
    }
    .logolist a {
        width: 31.5%;
        display: block;
        margin-top: 3%;
    }
}
@media screen and (max-width:800px) {
    footer .foot {
        padding: 0 5.33vw;
    }
    footer .foot .contentbox {
        display: block;
        border: 0;
    }
    footer .foot .contentbox .contantbox {
        margin-top: 0;
        display: block;
        text-align: center;
    }
    footer .foot .contentbox .li {
        margin: 0;
    }
    footer .foot .contentbox .li .tit {
        line-height: 1.5em;
        font-size: 1em;
    }
    footer .foot .contentbox .contantbox .contactbox {
        margin: 1.2em 0 1.3em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer .foot .contentbox .contantbox .flex{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 1em 0 1.2em;
    }
    footer .foot .contentbox .contantbox .flex>div{
        margin:0 0.7em;
    }
    footer .foot .contentbox .contantbox a {
        font-size: 1.4rem;
        margin: 0 0.35em;
    }
    footer .foot .contentbox .contantbox .qr {
        width: 5.5em;
        display: block;
        margin: 0 auto 0.5em;
    }
    footer .foot .contentbox .linklist {
        display: none;
    }
    footer .bottom {
        line-height: 1.8em;
        font-size: 1rem;
        color: #A4A9B1;
        line-height: 1.8rem;
        text-align: center;
        padding: 2rem 0 6rem;
        display: block;
    }
    footer .bottom img {
        width:1.4rem;
    }
    .fixedboxwap {
        display: block;
        position: fixed;
        bottom: calc(7vh);
        right: 5.33vw;
        background: #e8374a;
        box-shadow: 0px 6px 1.6rem 0px rgba(16, 84, 238, 0.2);
        padding: 1rem;
        border-radius: 50%;
        width: 2.4rem;
        height: 2.4rem;
        z-index: 90;
    }
footer .fixedbox {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 9;
}
footer .fixedbox>.relative {
    width: 36px;
    padding: 10px 0;
    border-radius: 2.8rem;
}
footer .fixedbox>.relative:first-child{
    margin-bottom: 8px;
    padding: 5px 0;
    background: #e8374a;
    box-shadow: 0px 8px 16px 0px rgba(16, 84, 238, 0.2);
    cursor: pointer;
}
footer .fixedbox>.relative:first-child>p{
    font-size: 10px;
font-weight: bold;
letter-spacing: 0;
color: #FFFFFF;
writing-mode:horizontal-tb;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
margin: 4px 0 5px;
text-align: center;
}
footer .fixedbox>.relative img.icon{
    width: 2.4rem;
}
footer .fixedbox>.relative>.head{
    width:28px;
}
footer .fixedbox>.relative .box{
    font-size: 1rem;
    line-height: 1.3rem;
}
footer .fixedbox>.relative .box:hover{
    color: #313336;
}
footer .fixedbox>.relative .box:hover img:nth-child(1){
    display: block;
}
footer .fixedbox>.relative .box:hover img:nth-child(2){
    display: none;
}
footer .fixedbox .totop {
    height: 24px;
    width: 24px;
    padding: 6px;
}
/*
footer .fixedbox>.relative:first-child:hover .gwbox,footer .fixedbox>.relative:first-child .gwbox:hover {
    display: none;
} */
footer .fixedbox .gwbox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(20px);
/* display: block; */
z-index: 100;
}
footer .fixedbox .gwboxbg .close{
    width: 2.4rem;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0.8rem;
    top: 0.8rem;
}
footer .fixedbox .gwboxbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/footer/bg-wap.png) top right no-repeat;
    background-size: cover;
    border-radius: 1.2rem;
    padding: 2.8rem 3rem 4rem;
    box-shadow: 0px 2px 2.5rem 0px rgba(0, 0, 0, 0.1),inset 0px 0px 0.3rem 0px #FFFFFF;
    box-sizing: border-box;
    width: 90%;
}
footer .fixedbox .gwbox .heabox{
    text-align: center;
    display: block;
    padding-bottom:2.4rem;
    border-bottom: 1px solid #EFF2FC;
    margin-bottom:2.4rem;
}
footer .fixedbox .gwbox .heabox .head{
    width: 5.6rem;
    height: 5.6rem;
    display: block;
    margin:0 auto 1.6rem;
}
footer .fixedbox .gwbox .heabox h4{
    font-size: 2.2rem;
    font-weight: 600;color: #051624;
    white-space: nowrap;
}
footer .fixedbox .gwbox .heabox p{
    white-space: nowrap;
    font-size: 1.2rem;
    margin-top: 0.6rem;
    color: #313336;
}
footer .fixedbox .gwbox .callbox{
    display: flex;
    justify-content:space-around;
    align-items: flex-start;
}
footer .fixedbox .gwbox .callbox p{
    font-size: 1.2rem;
    color: #313336;
    text-align: center;
    margin-bottom: 1.2rem;
}
footer .fixedbox .gwbox .callbox .qr{
    width: 10rem;
    display: block;
    margin-right: 0;
}
footer .fixedbox .gwbox .callbox>div>div{
    padding: 0.8rem 1rem 2.2rem;
}
footer .fixedbox .gwbox .callbox .libx{
    font-size:1.4rem;
line-height: 1.2rem;
color: #313336;
padding-top: 1.2rem;
}
footer .fixedbox .gwbox .callbox .ico{
    width: 2rem;
    display: block;
    margin: 0 0.8rem 0 0;
}
}