@media only screen {
    HTML,body{
        width: 100%;
        background: rgb(255,255,255);
    }
}

@media only screen and (max-width:768px) {
    HTML,body{
       width: 1260px;
        background: rgb(255,255,255);
    }
}


/*tab*/
#tab{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 82px 0 72px 0;
}
.tabs{
    width: 1112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.through-customs{
    width: 260px;
    border: 1px solid #17b6f0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 45px 35px;
}
.through-customs-title{
    margin-top: 47px;
    font-size: 20px;
    font-weight: 500;
}
.through-customs-content-top{
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.through-customs-content-center{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.through-customs-content-bottom{
    font-size: 14px;
}
.foreign-exchange{
    width: 260px;
    border: 1px solid #17b6f0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 45px 35px;
}
.foreign-exchange-title{
    margin-top: 47px;
    font-size: 20px;
    font-weight: 500;
}
.foreign-exchange-content-top{
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.foreign-exchange-content-center{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.foreign-exchange-content-bottom{
    font-size: 14px;
}
.drawback{
    width: 260px;
    border: 1px solid #17b6f0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 45px 35px;
}
.drawback-title{
    margin-top: 47px;
    font-size: 20px;
    font-weight: 500;
}
.drawback-content-top{
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.drawback-content-center{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.drawback-content-bottom{
    font-size: 14px;
}
/*content*/
#content{
    width: 100%;
}
.logistics{
    width: 100%;
    display: flex;
    background: #f8f9fe;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.logistics-title{
    margin: 68px 0 27px 0;
    font-size: 20px;
    font-weight: 600;
}
.logistics-introduce{
    font-size: 16px;
    margin-bottom: 26px;
}
.logistics-content-top{
    width: 1156px;
    height: 390px;
    position: relative;
}
.logistics-content-top-logo{
    position: absolute;
    top: 31px;
    right: 132px;
}
.logistics-descibe-top{
    display: flex;
    color: #0090d9;
    width: 388px;
    justify-content: space-between;
    align-items: center;
}
.logistics-descibe-top div{
    font-size: 48px;
}
.logistics-content-top-describe{
    margin-top: 94px;
    margin-left: 75px;
}
.logistics-descibe-bottom{
    width: 434px;
    display: flex;
    align-items: center;
    height: 80px;
    color: #0090d9;
}
.logistics-descibe-bottom div{
    font-size: 20px;
}
.logistics-content-bottom{
    width: 1156px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 57px;
    margin-bottom: 66px;
}
.logistics-content-bottom-item{
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logistics-item-title{
    margin-top: 8px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 600;
}
.logistics-item-content-top{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}
.logistics-item-content-center{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}
.logistics-item-content-bottom{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}

.finance{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.finance-title{
    margin: 68px 0 27px 0;
    font-size: 20px;
    font-weight: 600;
}
.finance-introduce{
    font-size: 16px;
    margin-bottom: 26px;
}


.finance-content-bottom{
    width: 1156px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 57px;
    margin-bottom: 66px;
}
.finance-content-bottom-item{
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.finance-item-title{
    margin-top: 8px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 600;
}
.finance-item-content-top{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}
.finance-item-content-center{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}
.finance-item-content-bottom{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}

