.pinggu-bg {
    background: url(../img/icon-pinggu-bg.png) center center no-repeat;
    text-align: center;
    height: 683px;
}

.pinggu_tt h3 {
    color: #333333;
    font-size: 48px;
}

.pinggu_tt i {
    color: #ff0000;
    font-size: 18px;
    font-style: normal;
}

.pinggu_tt_img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.p-lind {
    margin-top: 55px;
    line-height: 40px;
}

.p-lind-b {
    margin-top: 30px;
}

.pinggu_tt_txt {
    text-align: left;
}

.pinggu_tt_txt p {
    border-bottom: 1px dashed #c5c5c5;
    text-indent: 50px;
    font-size: 15px;
}

.box-chooise {
    padding: 30px 45px 0 45px;
    background: #fff;
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
    margin-top: 35px;
    border-radius: 4px;
}

.box-chooise-tt {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left;
}

.chooise-list li {
    margin-right: 30px;
    margin-bottom: 25px;
    float: left;
}

.chooise-click {
    display: table;
    width: 220px;
    height: 60px;
    cursor: pointer;
    position: relative;
    border: solid 1px #959595;
    text-align: center;
    border-radius: 8px;
    line-height: 22px;
    display: table-cell;
    font-size: 16px;
    vertical-align: middle;
    padding: 0 5px;
}

.chooise-list li input {
    display: table-cell;
    font-size: 16px;
    vertical-align: middle;
    padding: 0 5px;
    background: #fff;
}

.chooise-click.active {
    background: #072a55;
    color: #fff;
    border: 0px;
}

.chooise-click.active:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: -3px;
    width: 38px;
    height: 36px;
    background: url(../img/icon-pinggu-gou.png) right center no-repeat;
}

.pf-bottom-box {
    margin-top: 60px;
    margin-left: 31px;
}

.pf-bottom-box dl {
    float: left;
    width: 30%;
    font-size: 18px;
}

.pf-bottom-box dl dt {
    width: 34%;
    float: left;
    padding-right: 5%;
    line-height: 50px;
    text-align: right;
    font-weight: normal
}

.pf-bottom-box dl dd {
    width: 19%;
    float: left;
}

.pf-bottom-box dl input {
    outline: none;
    border: 1px solid #ccc;
    height: 50px;
    width: 200px;
    border-radius: 0;
    text-indent: 10px;
}

.pf-bottom-z {
    color: #e70000;
    margin-top: 40px;
    padding-left: 44px;
    padding-bottom: 50px;
    text-align: left;
}

.pf-btn-b {
    width: 267px;
    height: 50px;
    background: #e70000;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-right: 43px;
}