/*modelID=487 问答按钮 begin*/
.layout-nv-btn-8 .btn
{
    cursor: pointer;
}
.ask-box
{
    width: 880px;
    background: #FFFFFF;
    display: none;
    border-radius: 10px;
}
.ask-box .title
{
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0 10px 20px;
}
.ask-box .title span
{
    float: right;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 3px;
}
.ask-box .content-box
{
    height: 520px;
    overflow-y: auto;
}
.ask-box .form-box
{
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
}
.ask-box .form-box label
{
    float: left;
    width: 110px;
    height: 44px;
    text-align: right;
    padding-top: 2px;
    line-height: 44px;
}
.ask-box .form-box .form-tips
{
    line-height: 45px;
    margin-left: 10px;
    color: #999999;
    float: left;
}
.ask-box input::-webkit-input-placeholder
{
    color: #999999;
}
.ask-box input::-moz-placeholder
{
    color: #999999;
}
.ask-box input:-moz-placeholder
{
    color: #999999;
}
.ask-box input:-ms-input-placeholder
{
    color: #999999;
}
.ask-box .form-box input.labelinput
{
    width: 546px;
    height: 42px;
    border-radius: 4px;
    text-indent: 5px;
    padding: 0;
    float: left;
}
.ask-box .form-box textarea
{
    width: 546px;
    height: 100px;
    border-radius: 4px;
    resize: none;
    text-indent: 5px;
    line-height: 24px;
    font-size: 14px;
    padding: 0;
    padding-top: 2px;
    float: left;
}
.ask-box .check-box
{
    float: left;
    line-height: 44px;
}
.ask-box .check-box .check-item
{
    margin-right: 20px;
    float: left;
}
.ask-box .form-box .vertical-align
{
    width: 14px;
    line-height: 42px;
    vertical-align: middle;
    border: none;
    margin-right: 5px;
    margin-top: 1px;
}
.ask-box .fdiv
{
    width: 520px;
    height: 120px;
    float: left;
}
.ask-box .up-img-container li
{
    margin: 0 18px 0 0;
    width: 120px;
    height: 120px;
    float: left;
}
.ask-box .up-img-container li.add span
{
    margin-left: 45px;
    margin-top: 45px;
}
.ask-box p.tips
{
    padding-left: 150px;
    margin-top: 10px;
    color: #999999;
}
.ask-box .button
{
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #D41A1A;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
    cursor: pointer;
}
.info-box
{
    padding: 12px 20px 0 20px;
    min-height: 22px;
    line-height: 18px;
    color: #FF0000;
    margin-left: 130px;
}
/*modelID=487 问答按钮 end*/
