.lunbo-box {
    /* padding-top: 110px; */
}

.complaint-box {
    width: 1200px;
    margin: 0 auto;
}

.complaint-tit {
    font-size: 30px;
    color: #01488F;
    text-align: center;
    padding: 60px 0 40px 0
    /* padding: 100px 0 50px 0; */
}

.complaint-main {
    width: 1200px;
}

.complaint-l {
    width: 700px;
    font-size: 16px;
}

.complaint-r {
    width: 360px;
}

.complaint-ts-tit {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.display-box {
    font-size: 16px;
}

.type-box {
    /* padding: 0 0 40px 0; */
}

.type-box input {
    width: 20px;
    height: 20px;
}

.complaint-jy {
    display: none;
}

#ts-tit,
#ts-phone,
#ts-tits,
#ts-address {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: none;
    border-bottom: 1px solid gray;
}

#ts-content {
    width: 100%;
    height: 220px;
    box-sizing: border-box;
    padding: 20px;
    /* border: none; */
    outline: none;
    background: none;
    border-radius: 10px;
    resize: none;
    border: 1px solid gray;
}

.xingming-box {
    width: 330px;
    box-sizing: border-box;
    display: block;
}

.xingming-box:nth-child(2) {
    margin-left: 38px;
}

.complaint-btn {
    margin-top: 50px;
    text-align: center;
}

.reset-btn {
    width: 200px;
    height: 40px;
    color: #01488F;
    border: 1px solid #01488F;
    background: none;
    font-size: 20px;
    border-radius: 6px;
}

.submit-btn {
    border-radius: 6px;
    margin-left: 20px;
    width: 180px;
    height: 40px;
    color: white;
    border: none;
    font-size: 20px;
    background: #01488F;
}

.complaint-erweima {
    font-size: 18px;
    color: #194989;
    position: relative;
    box-sizing: border-box;
    padding: 40px 40px 40px 210px;
    background: white;
    height: 220px;
}

.complaint-erweima>img {
    width: 160px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -80px;
}

.complaint-erweima>div {
    position: absolute;
    bottom: 40px;
    left: 210px;
}

.ts-listtit {
    margin-top: 60px;
    padding-bottom: 8px;
    color: #19498A;
    border-bottom: 1px solid #19498A;
}

.ts-listtit .floatl {
    font-size: 18px;
}

.ts-listtit .floatr {
    font-size: 14px;
    color: #19498A;
    box-sizing: border-box;
    padding-top: 5px;
}

.ts-list {
    margin-top: 12px;
}

.ts-list>a {
    padding-top: 8px;
    color: #184886;
    font-size: 16px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 8px;
}

.ts-tap {
    background: #184886;
    color: white;
    font-size: 14px;
    padding: 2px 14px;
    border-radius: 4px;
    margin-right: 10px;
}

.ts-list .floatl p {
    vertical-align: bottom;
    display: inline-block;
    width: 220px;
}

.ts-list .floatr img {
    width: 16px;
}

.ts-list .floatr span {
    font-size: 12px;
    vertical-align: top;
}

.state {
    padding-top: 3px;
}

.state .state-g {
    color: gray;
}

.state .state-b {
    color: green;
}