.contactus-wrapper {
    width: 1200px;
    margin: 0 auto
}

.banner {
    background: url(../images/banner.png) /*tpa=http://www.xiwon588.com/images/banner.png*/ center no-repeat;
    background-size: cover;
    height: 313px
}

.detail {
    display: inline-block;
    vertical-align: top;
    width: 940px
}

.detail .html {
    margin-top: 40px;
    margin-bottom: 70px
}

.list {
    margin-top: 35px;
    margin-bottom: 50px
}

.list li {
    border-bottom: dashed 1px #dcdcdc;
    margin-top: 15px
}

.list .offer-name {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 200%
}

.list .description {
    color: #666;
    font-size: 14px;
    padding-left: 70 px；
}

.list .header {
    color: #f00;
    margin-left: -70 px；
}

.list .footer {
    color: #f00;
    text-align: right
}

.form {
    padding-top: 25px;
    padding-left: 50px;
    margin-bottom: 100px
}

.form .not-empty {
    color: #f00
}

.form .form-row {
    margin: 10px 0
}

.form label {
    min-width: 60px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 14px
}

.form .form-txt {
    padding: 5px 10px;
    font-size: 14px
}

.form .form-area {
    color: #333;
    font-size: 14px;
    min-width: 300px
}

.form .label-area {
    vertical-align: top
}

.form-btns {
    padding-left: 60px
}

.form-btn {
    padding: 10px 30px;
    color: #fff;
    background-color: #2363bc;
    font-size: 14px;
    border: none;
    outline: none
}