/*2018-1-8 ws-update luozhuzhu*/
body {
    background: #f1f2f3;
}

.center-nav {
    background: #fff !important;
}

.zgw-fl {
    width: 880px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.loan-from {
    background: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.case-box {
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px;
}

.agw-fr {
    width: 280px;
}

.input-box, .loan-from button {
    width: 230px;
}

.input-box > input {
    width: 100%;
    box-sizing: border-box;
    height: 45px;
}

.gw-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
}

.input-box > input {
    padding-left: 35px;
}

.input-box > input.money {
    padding-left: 10px;
}

.input-box {
    position: relative;
}

.input-box span {
    display: block;
    height: 18px;
    position: absolute;
}

.input-box span.name-icon {
    width: 18px;
    background: url("../images/faqs/icon2_03.jpg") no-repeat;
    left: 13px;
    top: 13px;
}

.input-box span.tel-icon {
    width: 12px;
    background: url("../images/faqs/icon2_07.jpg") no-repeat;
    left: 16px;
    top: 14px;
}

.item-issue-one {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.item-issue-one .item-issue-one-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.item-issue-one .item-issue-one-title span {
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url("../images/faqs/icon_03.png") no-repeat;
    position: relative;
    margin-right: 15px;
    top: 3px;
}

.issue-details {
    color: #999;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.issue-details span {
    margin-right: 20px;
}

textarea {
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
}

textarea:focus {
    border: 1px solid #489cff;
}

.issue-btn-div {
    overflow: hidden;
    margin-top: 10px;
}

.issue-btn-div a {
    display: inline-block;
    width: 62px;
    height: 27px;
    float: right;
    margin-left: 12px;
    text-align: center;
    line-height: 27px;
    border-radius: 3px;
}

.issue-btn-div button {
    -display: inline-block;
    width: 62px;
    height: 27px;
    float: right;
    margin: 0px 26px 0px 12px;
    text-align: center;
    line-height: 27px;
    border-radius: 3px;
}

.btn-close {
    background: #e1e1e1;
    color: #999;
}

.issue-btn-div a.btn-comment {
    background: #489cff;
    color: #fff;
    -margin-right: 0;
}

.issue-btn-div button.btn-comment {
    background: #489cff;
    color: #fff;
    -margin-right: 0;
}

.issue-btn-div input.btn-comment {
    background: #489cff;
    color: #fff;
    -margin-right: 0;
}

.shrink {
    position: absolute;
    right: 0px;
    top: 90px;
    color: #489cff;
}

.shrink span {
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url("../images/faqs/icon_07.png") no-repeat;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.item-issue {
    position: relative;
    padding-top: 30px;
    border-bottom: 1px solid #dcdcdc;
}

.item-issue-title {
    width: 700px;
    font-size: 16px;
    color: #666;
}

.text-div {
    width: 100%;
    height: 220px;
    background: #f1f2f3;
    padding: 25px 25px;
    box-sizing: border-box;
    margin-bottom: 35px;
    display: none;
}

.item-issue textarea {
    border: 1px solid #dcdcdc;
    background: #fff;
}

.item-answer {
    padding: 15px 0 15px 145px;
    color: #666;
    font-size: 14px;
    position: relative;
    display: none;
}

.item-answer span {
    position: absolute;
    color: #999;
    left: 30px;
}

.unfold .text-div {
    display: block;
}

.unfold .item-answer {
    display: block;
}

.item-issue .shrink {
    top: 31px;
    color: #333;
}

.item-issue .shrink span {
    background: url("../images/faqs/icon_10.jpg") no-repeat;
    width: 20px;
    height: 19px;
    top: 6px;
}