﻿/*产品页*******************/

.products {
    background-color: #FFF;
    margin: 0 auto;
    width: 960px;
    padding: 20px 20px;
    border: solid #e8e8e8 1px;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 40px;
}

    .products h1 {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .products .exit {
        background-image: url(../images/button_bg.png);
        position: absolute;
        right: -75px;
        top: 71px;
        ;
        width: 75px;
        height: 50px;
        color: white;
        text-align: center;
        line-height: 50px;
    }

.select {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
    border: solid 1px #dddddd;
    margin-top: 30px;
}

option {
    font-size: 14px;
}

.select h1 {
    line-height: 30px;
    font-weight: bold;
    background-color: #edebec;
    text-align: left;
    padding-left: 20px;
    color: #7c7c7c;
    margin-top: -1px;
    border: solid 1px #dddddd;
    font-size: 16px;
}

.select p {
    line-height: 50px;
    padding-left: 20px;
    font-family: "宋体";
    color: #7c7c7c;
    font-size: 16px;
}

.protect {
    border: solid 1px #dddddd;
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 10px;
}

.warn input {
    width: 14px;
    height: 14px;
    line-height: 30px;
    vertical-align: middle;
    font-family: "宋体";
    font-size: 14px;
}


.protect h1 {
    font-size: 16px;
    line-height: 30px;
    background-color: #edebec;
    text-align: left;
    padding-left: 20px;
    color: #7c7c7c;
    margin-top: -1px;
    font-family: "宋体";
    border: solid 1px #dddddd;
}

.protect p {
    line-height: 50px;
    padding-left: 20px;
    color: #7c7c7c;
    font-family: "宋体";
    margin-bottom: 10px;
    font-size: 14px;
}

.anniuBox {
    margin-top: 20px;
    margin-left: 340px;
}

.tijiao {
    float: left;
    width: 120px;
    height: 40px;
    background-image: url(/Content/Order/images/anniu_5.png);
}

    .tijiao:hover {
        background-image: url(/Content/Order/images/anniu_5_1.png);
    }

.warn {
    padding-left: 30px;
}

    .warn p {
        font-size: 14px;
        line-height: 14px;
    }

.products span {
    color: red;
    font-size: 14px;
    line-height: 30px;
}

.indent {
    margin-left: 34px;
}

.indent_2 {
    margin-left: 72px;
}

select {
    font-size: 14px;
    color: #5f5f5f;
    font-family: "宋体";
    width: 180px;
}
