@charset "utf-8";
.ncpdetailbox {
    width: 1190px;
    overflow: hidden;
    margin: 15px auto;
    border: 1px solid #cccccc;
    padding: 20px;
}
.ncpdetailpic {
    float: left;

}
.ncpdetailpic img {
    width: 750px;
    height: 352px;
}
.ncpdescrition {
    width: 380px;
    height: 310px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: right;
}
.ncpdescrition {
    padding: 20px;
}
.ncpdescrition div {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 4px;
    border-bottom: 1px dashed #cccccc;
}
.ncpdescrition div small{
    display: inline-block;
    width: 110px;
    font-size: 16px;
}
.ncpdescrition div span {
    font-size: 20px;
    color: #F1592A;
}
.ncpdescrition a {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    width: 120px;
    height: 40px;
    background-color: #F57A12;
    margin-left: 260px;
}
.ncpdetailcontent {
    width: 1188px;
    overflow: hidden;
}
.ncpdetailheader {
    border-bottom: 2px solid #F1592A;
    font-size: 20px;
    height: 40px;
    margin-top: 15px;
    color: #F1592A;
}
.ncpdetailmains {
    padding: 15px;
    border: 1px solid #cccccc;
}
.huodongjicaiboxinput {

}
.ncpdetailinputheader{
    border-bottom: 2px solid #038002;
    font-size: 20px;
    height: 40px;
    margin-top: 15px;
    color: #038002;
}
.ncpdetailinputmain {
    border: 1px solid #cccccc;
}
.ncpdetailinputmainleft {
    width: 545px;
    padding: 15px;
    float: left;
}
.ncpdetailinputbox {
    margin-bottom: 15px;
    font-size: 16px;
    width: 400px;
    overflow: hidden;
}
.ncpdetailinputbox input {
    border: 1px solid #cccccc;
    width: 280px;
    height: 30px;
    float: right;
}
.ncpdetailinputbox label {
    float: left;
    margin-top: 5px;
}
.ncpdetailinputmainright {
    width: 580px;
    padding: 15px;
    float: left;
}
.ncpdetailonepricename {
    font-size: 16px;
    padding-right: 30px;
}
.ncpdetailoneprice {
    color: #F41A10;
}
.ncpdetailinputbox button{
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    width: 120px;
    height: 40px;
    background-color: #F57A12;
    margin-left: 280px;
    margin-top: 14px;
}