.jz-footer-1 {
    width: 160px;
    height: 170px;
    margin-right: 30px;
    display: inline-block;
    background: rgb(245,245,245);
}
.jz-footer-1 img {height: 60px}
.jz-footer-1-p {
    height: 30px;
    line-height: 30px;
    background: rgb(18,150,219);
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
    margin-bottom: 30px;
}
.jz-third {
    text-align: center;
}
.jz-third-p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing:1px;
}
.zx-a {
    width: 255px;
    display: block;
    text-align: center;
    border-radius: 40px;
    background: rgb(253,180,95);
    color: white;
    line-height: 50px;
    margin: 0 auto;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: bold
}
.orders {
    position: absolute;
    width: 360px;
    height: 260px;
    background: white;
    top: 80px;right: 100px;
    border-radius: 20px;
    padding: 20px;
}
.orders li {
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px
}
.spanType {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    width:150px;
    margin-right: 20px;
    text-align: center;
}
.spanType a {
    color: black;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px
}
.spanType img {
    float: left;
}
.spanType em {
    float: left;
    color: rgb(18,150,219);
    letter-spacing: 2px;
}
