*{
    margin: 0;
    padding: 0;
}
#content{
    width: 95%;
    margin: 0 auto;
}
.carimg{
    width: 750px;
    height: 422px;
}

.carlbt {
    background-image: url("../images/lbt1.jpg");
    animation: move 5s linear infinite;
}

.pricebg{
    width: 592px;
    height: 64px;
    background-image: url("../images/priceBg2.png");
    line-height: 64px;
    padding-left: 24px;
}

.buybtn{
    width: 100%;
    margin-left: 2.5%;
    background-color: #ff6700;
    height: 55px;
    font-size: 18px;
    text-align: center;
    line-height: 55px;
    border-radius: 6px;
}

a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

#tips div{
    padding: 0 66px 0; 
}

#footer {
    position: unset;
}