@charset "utf-8";
.peixundetail {
    width: 100%;
    overflow: hidden;
}
.peixunbox {
    width: 1170px;
    overflow: hidden;
    margin: 15px auto;
    border: 1px solid #cccccc;
    padding: 20px;
}
.peixunpic {
    float: left;
}
.peixunpic img {
    width: 750px;
    height: 352px;
}
.peixundescrition {
    width: 360px;
    height: 310px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: right;
    padding: 20px;
}

.peixundescrition div {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
}
.peixundescrition div small{
    display: inline-block;
    width: 90px;
    font-size: 16px;
}
.peixundescrition div span {
    font-size: 20px;
    color: #F1592A;
}
.peixundescrition a {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    width: 120px;
    height: 40px;
    background-color: #F57A12;
    margin-left: 240px;
}
.peixunboxcontent {
    width: 1170px;
    overflow: hidden;
}
.peixunheader {
    border-bottom: 2px solid #F1592A;
    font-size: 20px;
    height: 40px;
    margin-top: 15px;
    color: #F1592A;
}
.peixunmains {
    padding: 15px;
    border: 1px solid #cccccc;
}

.peixuninputheader{
    border-bottom: 2px solid #038002;
    font-size: 20px;
    height: 40px;
    margin-top: 15px;
    color: #038002;
}
.peixuninputmain {
    border: 1px solid #cccccc;
}
.peixuninputmainleft {
    width: 545px;
    padding: 15px;
    float: left;
}
.peixuninputbox {
    margin-bottom: 15px;
    font-size: 16px;
    width: 400px;
    overflow: hidden;
}
.peixuninputbox input {
    border: 1px solid #cccccc;
    width: 280px;
    height: 30px;
    float: right;
}
.peixuninputbox label {
    float: left;
    margin-top: 5px;
    color: #535353;
}

.peixuninputbox 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;
}