body {
    background-color: #fff;
}
.con-wrap {
    padding-bottom: 40px;
}
.cmain {
    color: #ff5400;
}
.custom-banner {
    height: 190px;
    background-image: url("https://hximage.bj.bcebos.com/assets/images/pindao/custom-banner.png");
    background-repeat: no-repeat;
    background-position: center;
}
.custom-wrap {
    width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.custom-tit {
    line-height: 1;
    text-align: center;
    font-size: 25px;
    color: #000;
    margin-top: 20px;
}
.row-01 {
    margin-top: 26px;
}
.row-02 {
    margin-top: 12px;
}
.row-03 {
    margin-top: 9px;
}
.custom-inp,
.custom-txt {
    box-sizing: border-box;
    border: 1px solid;
    border-color: #a0a0a0;
    font-size: 14px;
    font-family: "microsoft yahei", Arial;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #333;
}
.custom-inp {
    height: 31px;
    padding-left: 8px;
    padding-right: 8px;
}
.custom-txt {
    width: 100%;
    height: 100px;
    padding: 8px;
}
.inp-num-01 {
    width: 234px;
}
.inp-num-02 {
    width: 234px;
}
.inp-num-03 {
    width: 153px;
}
.cell-center {
    margin-left: 106px;
}
.custom-sub {
    width: 140px;
    height: 45px;
    color: #fff;
    font-size: 14px;
    background-color: #ff5400;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.custom-sub:hover {
    background-color: #f22d00;
}
