.pic{
    background: #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.pic .m-tit{
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    color: #999999;
}
.pic .m-tit img{
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: 17px;
    float: left;
}
.m-con .left{
    width: 380px;
    height: 300px;
    display: table-cell;
    text-align: center;
    border: 1px solid #E8E8E8;
    margin-right: 47px;
}
.m-con .left img{
    max-width: 370px;
    width: auto;
    max-height: 290px;
    height: auto;
}

.m-con .right h3{
    width: 596px;
    height: 40px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px dashed #DEDEDE;
    margin-bottom: 14px;
}
.m-con .right i{
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 12px;
    margin-left: 40px;
    font-style: normal;
}
.m-con .right i img{
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 6px;
}
.m-con .right span,.m-con .right .cp{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
}
.m-con .right .cp
{
        margin-bottom: 20px;
    }
.m-con .right .cp span
{
    display:inline-block;
    
    }
    
    .m-con .right i span
    {
        display:inline-block;
font-size: 12px;
color: #999999;
line-height: 12px;
font-style: normal;
margin-bottom:0px;
        }
.m-con .right span .t{
    font-style: normal;
    margin-left: 0;
    font-size: 14px;
    color: #666666;
}
.m-con .right span em{
    font-style: normal;
    font-size: 28px;
    color: #FD6A53;
}
.m-con .right .orderBuy{
    display: block;
    width: 127px;
    height: 46px;
    background: #FD6A53;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    margin-top: 54px;
    cursor: pointer;
}
.m-con .right .orderBuy:hover{
    background: #FF8370;
}
.m-details{
    background: #ffffff;
    padding-bottom: 60px;
    border-top: 1px solid #DEDEDE;
}
.m-details .tit{
    border-bottom: 1px solid #DEDEDE;
    height: 54px;
}
.m-details .tit span{
    display: inline-block;
    line-height: 54px;
    padding: 0px 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.m-details .tit span.now{
    color: #28BF9D;
    border-bottom: 2px solid #28BF9D;
}
.con1{
    display: block;
}
.m-details p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 20px 10px;
}
.m-details .sm{
    border-top: 1px solid #DEDEDE;
}
.m-details .sm .s-tit{
    height: 54px;
    line-height: 54px;
    padding-left: 10px;
}
.m-details .sm span{
    display: block;
    font-size: 16px;
    color: #28BF9D;
    line-height: 28px;
    margin-bottom: 6px;
    padding-left: 20px;
}
.m-details .sm .con{
    /*padding-left: 40px;*/
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.con2{
    display: none;
}
.buy{
    margin-top: 40px;
    margin-bottom: 40px;
}
.b_left{
    width: 287px;
    margin-right: 61px;
}
.b_right{
    width: 316px;
}
.b_bottom {
    width: 660px;
}
.b_left .label,.b_right .label,.b_bottom .label{
    text-align: right;
    margin-right: 16px;
    font-size: 14px;
    color: #000000;

}
.b_left .label label,.b_right .label label,.b_bottom .label label{
    display: block;
    height: 32px;
    line-height: 32px;
    margin-bottom: 18px;
}
.b_left .label label em,.b_right .label label em,.b_bottom .label label em{
    font-size: 14px;
    color: #FF5136;
    margin-right: 3px;
}
.b_left .input,.b_right .input,.b_bottom .input{
    position: relative;
}

.b_left .input input,.b_right .input input,.b_bottom .input textarea{
    width: 190px;
    height: 32px;
    outline: none;
    margin-bottom: 16px;
    border: 1px solid #D4D4D4;
    padding-left: 10px;
    font: 13.33px "Microsoft YaHei";
    color:#666;

}
.b_left .input .error{
    color: #ff0000;
    display: inline-block;
    display: none;
    margin: 5px 0px 10px;
    position: absolute;
    width: 100px;
}
.b_left .input .valid{
    color: #00ff00;
    display: inline-block;
    display: none;
    margin: 5px 0px 10px;
    position: absolute;
    width: 100px;
}
.buy .button{
    width: 108px;
    height: 36px;
    background: #00B38A;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    margin-left: 83px;
    margin-top: 14px;
        font: 14px "Microsoft YaHei";
}
.buy .button:hover{
    background: #52BAA2;
}



