.buy-content {
    width: 80%;
    margin: 0 auto;
    padding-top: 5rem;
}
.buy-top-title {
    font-size: 20px;
    color: #e7a100;
}
.buy-top-title small {
    font-size: 12px;
    color: #888888;
    padding-left: 1rem;
}
.buy-top-title hr {
    border-color: #e7a100;
    margin-top: 5px !important;
}
.buy-section {
    margin-right : 0 !important;
}
.buy-list {
    padding-right: 5rem;
}
.buy-list-item {
    padding-right: 3rem;
    height: auto;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}
.buy-list-item img {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.buy-product-car {
    font-size: 14px;
    color: #342c2a;
    padding-top: 1rem;
}
.buy-product-type {
    font-size: 12px;
    color: #888;
    padding-top: 1rem;
}
.buy-product-name {
    font-size: 12px;
    color: #888;
    padding-top: 1rem;
}
.buy-product-price {
    font-size: 18px;
    color: #e7a100;
    padding-top: 1rem;
}
.buy-product-price small {
    font-size: 12px;
}
.buy-del-btn {
    margin-top: 1rem;
    border: 1px solid #e5e5e5;
    background: white !important;
    font-size: 12px !important;
    color: #888 !important;
    border-radius: 5px !important;
    padding: 0.5rem 3.5rem;
}
.buy-form {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 0 0 5rem 0 !important;
}
.buy-form-title {
    font-size: 20px;
    color: #342c2a;
    width: 100%;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}
.buy-form-form {
    width: 100%;
    margin: 0 auto;
    padding-top: 3rem;
}
.buy-input-group {
    margin-bottom: 1.5rem;
    padding-left: 15%;
}
.buy-input-label {
    font-size: 12px;
    color: #888;
    padding-top: 0.8rem;
}
.city-select {
    height: 35px !important;
    line-height: 35px !important;
    padding-left: 8px;
    padding-right: 20px;
    font-size: 12px;
    color: #888;
}
.buy-input input {
    padding: 0.6rem;
    height: 35px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    font-size: 12px;
    color: #888;
}
.code-input {
    width: 56%;
}
.code-input input {
    font-size: 12px;
    color: #888;
    border: 1px solid #e5e5e5 !important;
    height: 35px !important;
    box-shadow: none !important;
}
.code-input button {
    border: 1px solid #e7a100 !important;
    height: 35px !important;
    background: #e7a100;
    font-size: 12px;
    color: white;
    text-shadow: none !important;
    box-shadow: none !important;
    width: 4rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.buy-order {
    width: 80%;
    margin: 0 auto;
}
.buy-order button {
    width: 100%;
    margin: 0 auto;
    height: 35px;
    border: 1px solid #e7a100 !important;
    background: #e7a100;
    font-size: 12px;
    color: white;
    border-radius: 5px;
}
.product-right-shopcar {
    font-size: 12px;
    color: #888;
}
.shopcar-count {
    color:#e7a100;
}
.shopcar-price {
    font-size: 18px;
    color:#e7a100;
}
.shopcar-price small {
    font-size: 12px;
}
.buy-success-title {
    font-size: 12px;
    color: #342c2a;
}
.buy-success-info {
    margin-top: 2rem;
    background: #f5f5f5;
    font-size: 12px;
    color: #888;
    padding: 2rem 2rem 1rem 2rem;
}
.buy-success-info div {
    padding-bottom: 1rem;
}