*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.page-header{
    width: 100%;
    height: 64px;
    background: #F6FAFD;
    padding: 0 7.6%;
    display: flex;
    justify-content: space-between;
}

.header-left img{
    width: 64px;
    height: 64px;
    margin-right: 4%;
    cursor: pointer;
}

.header-left{
    display: flex;
}

.header-Title{
    width: 532px;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-Title div{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 19px;
    cursor: pointer;
}

.header-Title div:hover{
    color: #000;
}

.header-right{
    width: 146px;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right a{
    width: 64px;
    height: 30px;
    border-radius: 4px 4px 4px 4px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

.log-color{
    border: 1px solid #2F65F5;
    color: #2F65F5;
}

.register-color{
    border: 1px solid rgba(0,0,0,0.6);
    color: rgba(0,0,0,0.6);
}

.experience-top{
    width: 100%;
    position: relative;
}

.abs-c{
    position: absolute;
    bottom:360px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abs-c1{
    width: 260px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.abs-button{
    background-color: #0480FF;
    color: #fff;
    border-radius: 4px 4px 4px 4px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    cursor: pointer;
}

.experience{
    width: 100%;
}

.experience1{
    width: 100%;
    padding: 0 13rem;
}

.logistics-title{
    width: 100%;
    display: flex;
    margin: 50px 0 30px 0;
    justify-content: center;
}

.logistics-title div{
    height: 56px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 3px;
}

.logistics-title div:nth-child(2n-1){
    color: rgba(0,0,0,0.8);
}

.logistics-title div:nth-child(2n){
    color: #2F65F5;
}

.logistics-video{
    width: 100%;
    display: flex;
    justify-content: center;
}

video{
    width: 76.39%;
    height: 619px;
    box-shadow: 0px 8px 22px 0px rgba(122,157,248,0.1);
    border-radius: 10px 10px 10px 10px;
}

.advantage-box{
    width: 76.39%;
    height: 610px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.advantage{
    width: 31.36%;
    height: 290px;
    background: #FFFFFF;
    box-shadow: 0px 4px 17px 0px rgba(26,105,222,0.15);
    border-radius: 6px 6px 6px 6px;
}

.advantage img{
    width: 40px;
    height: 40px;
    margin: 40px auto 66px auto;
    display: flex;
}

.advantage div:nth-child(2){
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 26px;
    color: rgba(0,0,0,0.9);
    line-height: 36px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 24px;
}

.advantage div:nth-child(n+3){
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    line-height: 19px;
    text-align: center;
}

.custom{
    width: 1100px;
    height: 316px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.custom img{
    width: 17.73%;
    height: 133px;
}


.footer {
    height: 345px;
    background: #1d2129;
    padding-bottom: 0px;
}
.footer .footer-content {
    width: 80%;
    margin: 0 auto;
    padding-top: 37px;
}
.footer .footer-foot {
    border-top: 1px solid #363656;
}
.footer .footer-content-top {
    display: flex;
    justify-content: space-between;
}
.top-left img{
    width: 140px;
}
.footer .footer-content-middle {
    margin-top: 47px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}
.footer .footer-foot .footer-foot-content {
    width: 80%;
    margin: 0 auto;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}
.footer .footer-content-top .top-right a {
    color: #fff;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 80px;
}
.footer .footer-content-top .top-right a:last-child {
    margin-right: 0;
}
.footer .footer-content-middle .middle-left {
    font-size: 12px;
    color: #f5f5ff;
}
.footer .footer-content-middle .middle-right {
    display: flex;
    width: 256px;
    justify-content: space-between;
}
.tel {
    margin-right: 26px;
    font-family: FontAwesome;
}
.middle-left-time {
    margin-top: 24px;
    font-family:FontAwesome;
}
.address{
    margin-top: 24px;
    font-family:FontAwesome;
}
.footer .footer-content-middle .middle-right .customerStyle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer .footer-content-middle .middle-right .customerStyle span {
    font-family: PingFang-SC-Regular;
    color: #f5f5ff;
    margin-top: 8px;
    font-size: 12px;
}
.footer .footer-content-middle .middle-right .customerStyle img {
    width: 110px;
}
.foot-left,  .foot-right {
    display: flex;
    align-items: center;
}
.foot-right span {
    font-size: 12px;
    color: #f5f5ff;
    font-family: FontAwesome;
}
.foot-left span{
    margin-left: 7px;
    color: #f5f5ff;
    font-size: 12px;
    font-family: FontAwesome;
}