.main {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    padding-top: 20px;
    background: #fff url(../images/ly_b.png) bottom no-repeat;
    background-size: 100%;
}
.crumb {
    height: 38px;
    line-height: 38px;
    padding-left: 36px;
    background: #e9eff4 url(../images/wz.png) no-repeat 12px center;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 30px;
}
.detail-ly {
    padding: 0 20px;
    padding-bottom: 100px;
}
.index_title {
    height: 40px;
}
.index_title h3 {
    float: left;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 3px solid #004d95;
    padding-left: 30px;
    background: url(../images/liuyan_full.png) 2% center no-repeat;
    color: #333;
    font-weight: bold;
}
/* 问题所在地样式 */
.location {
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #eff4fc;
}
.location label {
    font-size: 16px;
}
.location label span,
.question-type label span,
.dec label span {
    color: #ab1d11;
    margin-left: 5px;
    font-size: 20px;
    vertical-align: middle;
}
.location ul {
    margin-top: 5px;
}
.location li {
    float: left;
    width: 32.4%;
    margin-left: 15px;
}
.location li:first-child {
    margin-left: 0;
}
.location li select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 6px;
    border: none;
    outline: none;
}
/* w问题类别 */
.question-type,.dec {
    margin-bottom: 20px;
}
.question-type label {
    display: inline-block;
    width: 97.45%;
    height: 50px;
    line-height: 50px;
    background-color: #eff4fc;
    padding: 0 15px;
}
.question-type ul {
    border: 1px solid #dcdcdc;
}
.question-type li {
    margin-bottom: 5px;
}
.question-type li:last-child {
    margin-bottom: 0;
}
.question-type li .til{
    height: 50px;
    line-height: 50px;
    color: #000;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f8f8f8;
}
.til img {
    float: right;
    margin-top: 15px;
}
.til input {
    width: 15px;
    height: 15px;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
}
.question-type li .sub-detail {
    display: none;
    padding: 20px 45px 20px 35px; 
    color: #666;
    font-size: 16px;
} 
/* 问题描述 */
.dec label {
    display: inline-block;
    width: 97.45%;
    height: 50px;
    line-height: 50px;
    background-color: #eff4fc;
    padding: 0 15px;
}
.area-box {
    position:relative;
}
.area-box textarea {
    padding: 5px;
    width: 99%;
    min-height: 160px;
    border: 1px solid #cdcdcd;
    border-top: none;
    resize: none;
}
.area-box span {
    position: absolute;
    right: 5px;
    bottom: 10px;
    color: #999;
    font-size: 16px;
}
/* 验证码 */
.yzm-box {
    padding-left: 20px;
}
.yzm-box input {
    width: 210px;
    height: 40px;
    padding-left: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    outline: none;
}
.yzm-box img {
    height: 25px;
}
.promise{
    margin-top: 50px;
    text-align: center;
}
.promise button {
    display: block;
    width: 240px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    margin-top: 20px;
    border: none;
    background-color: #3066a2;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
}
/* 提交弹窗 */
.success-pop {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -87px;
    width: 400px;
    height: 175px;
    background: #fff url(../images/tc_b.png) center no-repeat;
    background-size: 100%;
    text-align: center;
    border-radius: 6px;
}
.success-pop img {
    margin-top: 30px;
    margin-bottom: 20px;
}
.success-pop  span {
    display: block;
    font-size: 22px;
    color: #3986d8;
}
.success-pop button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #dcdcdc;
    border: none;
    background-color: transparent;
    cursor: pointer;
}