.warm-tip-box {

    display: inline-flex;

    padding-left: 40px;

    height: 40px;

    line-height: 39px;

    border: 1px solid #ffc8a3;

    background: #ffede0 url(../../static/image/warm_tip_icon.png) no-repeat 24px center;

    font-size: 12px;

    color: #ff6600;

    width: 1200px;

    margin: 0 auto;

}

.warm-tip-boxx {

    display: inline-flex;

    padding-left: 25px;

    /*height: 40px;*/

    line-height: 39px;

    border: 1px solid #ffc8a3;

    background: #ffede0 no-repeat 24px center;

    font-size: 12px;

    color: #ff6600;

    width: 1200px;

    margin: 0 auto;

}

.product-info-btn {
       width: 1200px;
    margin: 30px auto;
}

.product-info-btn a {
    display: inline-block;
    width: 120px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.info-btn1 {
    background: #0080ff;
    margin-right: 20px;
}