﻿/**!
 * 交流互动
 * author: buly;
 *date:2016-8-23;
 *version:1.1.0;
 */


/*主要部分*/

.main {
    font-size: 16px;
    min-height: 600px;
}


/*
 *投诉
 */

.complain {
    font-size: 14px;
   /* border: 1px solid #92c9f9; */
}

.complain>ul {
    padding-top: 31px;
}

.complain-item {
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 13px;
}

.complain-item>span,
.radio>dt {
    display: block;
    float: left;
    width: 120px;
    margin-right: 13px;
    text-align: right;
}

.complain-item .next {
    display: inline-block;
}

.complain-item>.inp-text {
    float: left;
    width: 505px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d7d7d7;
    outline: none;
}



.complain-item2 {
    line-height: 34px;
    overflow: hidden;
    margin-bottom: 16px;
}

.complain-item2>span,
.radio>dt {
    display: block;
    float: left;

    margin-right: 13px;
    text-align: right;
}

.complain-item2 .next {
    display: inline-block;
    padding-left: 10px;
}

.complain-item2>.inp-text {
    float: left;
    width: 653px;
    height: 32px;
    border: 1px solid #d7d7d7;
    outline: none;
}



.inp-text.area {
    overflow: hidden;
    height: 178px;
    resize: none;
}

.complain-item>.short {
    width: 254px;
}

.complain-item>.short2 {
    width: 154px;
}

.complain-item2>.short2 {
    width: 154px;
}

.radio>dt,
.radio>dd {
    float: left;
}

.radio>dd {
    line-height: 34px;
    margin-left: 20px;
    padding-left: 30px;
    cursor: pointer;
    background: url(../images/radio-icon.png) -10px 6px no-repeat;
}

.radio>dd.selected {
    background: url(../images/radio-icon.png) -80px 6px no-repeat;
}

.complain-item.file>button {
    font-size: 14px;
    line-height: 35px;
    width: 116px;
    height: 35px;
    text-align: center;
    color: #fff;
    border: 0;
    background: #eb7f00;
}

.complain-item.file>button:hover {
    background: #cd7a18;
}

.complain-item.file>i {
    font-size: 14px;
    font-style: normal;
    margin-left: 20px;
    color: #999;
}

.submit {
    margin-top: 28px;
    padding-bottom: 25px;
    text-align: center;
}




/*
 *投诉查询
 */

.search {
    border-top: 1px solid #1595a3;
}

.search>h2 {
    font-size: 20px;
    font-weight: bold;
    width: 114px;
    margin: 26px auto 0;
    color: #1595a3;
    background: url(../images/search.png) no-repeat right center;
}

.search-inp {
    width: 480px;
    margin: 30px auto 50px;
}

.search-inp-item {
    line-height: 32px;
    overflow: hidden;
    margin-bottom: 16px;
}

.search-inp-item>span {
    display: block;
    float: left;
    width: 108px;
    text-align: right;
}

.inp-text {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 234px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d7d7d7;
    outline: none;
    color: #999;
}

.inp-text.verify {
    width: 134px;
}

.code {
    float: left;
    width: 103px;
    height: 32px;
    margin-left: 15px;
    border: 1px solid #d7d7d7;
    background: url(../images/code.jpg) no-repeat center center;
}

.inp-submit,
.inp-reset {
    display: inline-block;
    font-size: 14px;
    width: 116px;
    height: 35px;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 4px;
}

.inp-submit,
.inp-reset {
    *display: inline;
}

.inp-submit {
    background: #ffa800;
}

.inp-submit:hover {
    background: #ff8200;
}

.inp-submit2 {
    font-size: 14px;
    width: 116px;
    height: 35px;
    color: #fff;
    border: 0;
}

.inp-submit2 {
    background: #1595a3;
}

.inp-submit2:hover {
    background: #107580;
}

.div-style2 {
    height: 35px;
    background: #e9eef2
}

.div-style {
    height: 35px;
}


.inp-reset {
    margin-left: 6px;
    background: #878787;
}

.inp-reset:hover {
    background: #7a7a7a;
}




/*查询结果*/

.result {
    line-height: 24px;
    margin-bottom: 95px;
    border-top: 1px solid #dcdcdc;
}

.result>h2 {
    width: 90px;
    margin: -12px auto 0;
    text-align: center;
    background: #fff;
}

.result-item {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 5px;
}

.result-item.first {
    margin-top: 15px;
}

.result-item>span {
    display: block;
    float: left;
    color: #999;
}

.result-item>h2 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 92px;
}

.result-item>p {
    padding-left: 90px;
}

#imgVerify {
    width: 50px;
    height: 25px;
    vertical-align: top;
}

.ewb-page-main{
    padding-bottom: 50px;
}

.ewb-porela{
    position: relative;
}

.ewb-suc{
    display: none;
    position: absolute;
    top:-430px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
   /* background: url(../images/suc_mask.png) repeat; */
}

.ewb-look-hd{
    padding-top: 4px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    color: #004e94;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}

.ewb-look{
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 633px;
    width: 400px;
    height: 260px;
    overflow: hidden;
    background-color: #98c1dd;
    font-size: 14px;
    line-height: 32px;
}

.ewb-look-msg{
    font-size: 16px;
}

.look-hot{
    color: #e70000;
}

.ewb-look-know{
    padding-top: 7px;
}

.ewb-look-bd{
    padding: 0 8px;
}

.look-save{
    margin-left: 90px;
    margin-right: 15px;
    cursor: pointer;
    color: #3c99ea;
}

.ewb-look-box{
    margin-top: 14px;
}

.look-state{
    position: relative;
    width: 116px;
    height: 35px;
}

.look-time{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 116px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-family: "Arial";
    font-size: 14px;
    background-color: #878787;
}

.look-okay{
    display: block;
    font-size: 14px;
    width: 116px;
    height: 35px;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
    background-color: #ffa800;
}

.look-okay:hover{
    background-color: #ff8200;
}

.ewb-see {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 150px;
    height: 21px;
    border: 1px solid #c5c5c5;
}

.ewb-see-inp {
    padding: 0 6px;
    width: 98px;
    height: 21px;
    line-height: 21px;
    color: #999;
    border: 0;
    outline: 0;
    font-size: 12px;
}

.ewb-see-btn {
    width: 39px;
    height: 21px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url(../images/see_btn.png) center no-repeat #1d9ac8;
}