/*产品列表*/
.web_prod {

}

.web_prod UL LI {
    float: left;
    width: 380px;
    margin-right: 18px;
    background-color: #fff;
    border: #eeeeee 1px solid;
    margin-bottom: 20px;
}

.web_prod UL LI h1 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    color: #333;
}

.web_prod UL LI .conf {
    margin-top: 20px;
    text-align: center;
}

.web_prod UL LI .conf span {
    display: inline-block;
    font-size: 13px;
    width: 30%;
}

.web_prod ul li .conf .conf_title {
    color: #999999;
}

.web_prod ul li .conf i {
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
}

.web_prod ul li .conf_view {
    margin-top: 10px;
    padding-left: 20px;
    color: #333333;
    margin-right: 20px;
}

.web_prod ul li .conf_view p {
    line-height: 25px;

}
.web_prod ul li .conf_view i{
    font-style: normal;
}

.web_prod ul li .conf_view p span {
    color: #666;
    font-size: 13px;
}

.web_prod ul li .conf_view a {
    color: #f8823d;
    text-decoration: underline;
}

.web_prod ul li .price {
    color: #f8823d;
    text-align: center;
    margin-top: 20px;
}

.web_prod ul li .price span {
    font-weight: bold;
    font-size: 35px;
}

.web_prod ul li .buy {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.web_prod ul li .nbuy{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.web_prod ul li .buy a {

    color: #333;
    font-size: 14px;
    background-color: #f9f9f9;
    display: inline-block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    border: #eeeeee 1px solid;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
}

.web_prod ul li .nbuy a {

    color: #666666;
    font-size: 14px;
    background-color: #f9f9f9;
    display: inline-block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    border: #eeeeee 1px solid;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
}

.web_prod ul li:hover {
    border-color: #F9AA79;
    box-shadow: 0 0 5px 5px rgba(249, 170, 121, 0.15);
}

.web_prod ul li:hover h1 {
    color: #f8823d;
}

.web_prod ul li:hover .conf i {
    color: #f8823d;
}

.web_prod ul li:hover .buy a {
    color: #fff;
    background-color: #f8823d;
    border: #f8823d 1px solid;
}
/*产品详细*/
.cloud_view {

}

.cloud_view .conent {
    margin-top: 20px;
    margin-right: 40px;
    margin-left: 40px;
}

.cloud_view .conent h1 {
    font-weight: bold;
    font-size: 34px;
    text-align: left;
    margin-top: 10px;
    color: #333;
}

.cloud_view .conent .param {
    margin-top: 20px;
    font-size: 13px;
    margin-left: 30px;
}

.cloud_view .conent .param span {
    display: inline-block;
    width: 170px;
    text-align: center;
}

.cloud_view .conent .param i {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
}

.cloud_view .conent .param .title {
    color: #666;
}

.cloud_view .conent .param p {
    line-height: 20px;
}

.cloud_view .conent .info {
    margin-top: 40px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    width: 80%;
}

.cloud_view .conent .price {
    color: #f8823d;
    text-align: center;
    position: relative;
    top: 90px;
    margin-right: 40px;
    z-index: 50;
    float: right;
}

.cloud_view .conent .price span {
    font-weight: bold;
    font-size: 50px;

}

.cloud_view .conent .buy {
    margin-top: 20px;
    margin-left: 20px;
}

.cloud_view .conent .buy a {
    color: #333;
    font-size: 14px;
    background-color: #f8823d;
    display: inline-block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    border: #f8823d 1px solid;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}
.cloud_view .conent .nbuy {
    margin-top: 20px;
    margin-left: 20px;
}

.cloud_view .conent .nbuy a {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    background-color: #f9f9f9;
    border: #eeeeee 1px solid;
}
.cloud_view .conent .remark{
    margin-top: 30px;
    margin-bottom: 20px;
}
.cloud_view .conent .remark  .line span{
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    float: left;
}
.cloud_view .conent .remark .line{
    border-bottom: #eeeeee 1px solid;
    height: 12px;
    margin-bottom: 30px;
}

.cloud_view .conent .remark .line span{
    background-color: #fff;
    padding-right: 30px;
}
.cloud_view .conent .remark .line span i{
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    width: 5px;
    background-color: #f8823d;
    height: 25px;
    float: left;
    margin-right: 8px;
}
