@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;list-style:none;}
body{ font-family:"Microsoft YaHei";font-size: 12px;
    background-image: url(../files/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100vh;
}
img{border:none;}
ul,li,dl,dt,dd{list-style:none; }
em{font-style: normal;}
a{ text-decoration: none; color:#000;cursor: pointer;}
a:hover {text-decoration: none; color:#0078ff;}
.c{
    margin: 0 auto;
    width: 1200px;
}
.down{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}

.banner{
    width: 80%;
    height: 100%;
    max-width: 1000px;
    min-height: 362px;
    background-image: url(../files/img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-top: 50px;
}
.foot{
    padding: 30px 0;
}
.foot .list{
    display: flex;
    justify-content: center;
}
.foot .list .item{
    text-align: center;
    margin: 0 50px;
    cursor: pointer;
}
.foot .list .item .icon{
    height: 90px;
    width: 90px;
    background-size: 30px 30px;
    background: #fff;
    border-radius: 100%;
    box-shadow: rgba(3, 11, 26, 0.05) 0px 1.62363px 12.9891px; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot .list .item .icon img{
    width: 36px;
}
.foot .list .item p{
    padding-top: 10px;
    font-size: 16px;
}
.foot .btn {
    text-align: center;
    margin-top: 30px;
}
.foot .btn a {
    line-height:56px;
    width: 240px;
    text-align: center;
    background: #0078ff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    background-image: linear-gradient(315deg, #6772FF 0, #00F9E5 100%);
}
.foot .btn a:hover{
    background-image: linear-gradient(315deg, #ff476c 0, #f9959d 100%);
}