*{
    padding: 0;
    margin: 0;
}
.sw-foot{
    width: 100%;
    padding: 40px 0 30px;
    text-align: center;
}
.sw-foot img{
    border: 0;
}
.sw-foot a{
    text-decoration: none;
}

.sw-foot .a1{
    margin-right: 20px;
}
.sw-foot a:hover{
    color: #999999;
    cursor: pointer;
}
.foot-bottom{
    margin-top: 20px;
}
.arc-info-wrap{
    color: rgba(255,255,255,0.65);
    background-color: #191717;
    font-size: 14px;
}
.arc-info-wrap .arc-a{
    text-decoration: none;
    color: #fff;
}
/* .arc-info-wrap span , .arc-info-wrap a{
    margin-right: 20px;
} */
/*

.arc-info-wrap .arc-a:hover{
    text-decoration: none;
    color:#999999;
} */

.container{
    margin:auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    border-bottom: 1px solid #333;
}
.container .block.contact{
    width: 370px;
}
.download-link{
    display: block;
    width: 144px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    background: rgba(66, 245, 153, 0.2);
    border: 1px solid rgba(66, 245, 153, 1);
    color: rgba(66, 245, 153, 1);
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
}
.sw-foot .download-link.link-pao-pao{
    background: rgba(88,184,255,0.2);
    border: 1px solid rgba(88, 184, 255, 1);
    color: rgba(88, 184, 255, 1);
}
.sw-foot .download-link.link-pao-pao:hover{
    background: rgba(130, 202, 255,0.2);
    border: 1px solid rgba(130, 202, 255, 1);
    color: rgba(130, 202, 255, 1);
}
.sw-foot .download-link:hover{
    background: rgba(135, 255, 193, 0.2);
    border: 1px solid rgba(135, 255, 193, 1);
    color: rgba(135, 255, 193, 1);
}

.text-box .foot-link{
    display: block;
    height: 42px;
}

.foot-link{
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    line-height: 24px;
}
.foot-link.blue{
    color: #58B8FF;
}
.foot-link.blue:hover{
    color: RGBA(130, 202, 255, 1);
}
.foot-link:hover{
   color: #fff;
}

.text-box{
    margin-top: 18px;
    margin-bottom: 12px;
}
.text-box .foot-link{
    margin-right: 53px;
}
.contact{
    width: 266px;
}
.contact-box{
    margin-top: 18px;
}
.contact-box p + p{
    margin-top: 8px;
}

.contact-box .foot-link{
    margin-right: 14px;
}


.block-title{
    height: 24px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.container2{
    text-align: left;
    max-width: 1200px;
    margin: 30px auto;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container2 .new-line{
    margin-right: 48px;
}

@media screen and (max-width: 1120px) {
    .container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width: 600px) {
    .sw-foot{
        padding-top: 0;
    }
    .block.download{
        display: none;
        width: 0px;
    }
    .container{
        display: inline;
        width: 100%;
        height: 160px;
    }
    .block.contact{
        display: inline;
        width: 360px;
        margin: 0 auto;
        margin-bottom: 80px;
        margin-left: 30px;
    }
    .block.help{
        display: inline;
        width: 360px;
        margin: 0 auto;
        margin-left: 30px;
    }
    .text-box a{
        flex: 1;
    }
    .text-box .foot-link{
        margin-right: 20px;
    }
    .new-line{
        display: inline-block;
    }
}
