.ts-top-background {
    background: linear-gradient(180deg, #B1E5FE 0%, rgba(237, 247, 255, 0) 100%);
    width: 100%;
}

.ts-top-buttons {
    margin: 10px 15px 8px;
    min-height: 10px;
    overflow: hidden;
    display: flex;
}

.ts-top-buttons a {
    display: block;
    text-align: center;
}

.ts-top-buttons a img {
    width: 100%;
}

.ts-top-process img {
    width: 100%;
}

/*投诉列表*/
.ts-list .ts-list-item li a {
    padding: 10px 0;
    margin: 0 15px;
    display: block;
    border-bottom: 1px solid var(--line-gray);
}


.ts-list .ts-list-item li a .item-info {
    display: flex;
    align-items: flex-start;
}

.ts-list .ts-list-item li a .item-info .left {
    -webkit-box-flex: 1;
    flex: auto;
}

.ts-list .ts-list-item li a .item-info .left .item-title {
    font-size: 1rem;
    min-height: 23px;
    line-height: 1.35em;
    height: 42px;
    overflow: hidden;
}

.ts-list .ts-list-item li a .item-info .left .item-title em {
    font-style: normal;
    color: var(--text-black);
    font-weight: bold;
    font-size: 0.875rem;
    position: relative;
    top: -1px;
}

.ts-list .ts-list-item li a .item-info .left .item-title span {
    font-style: normal;
    color: var(--text-black);
    margin-right: 5px;
    word-break: break-all;
}

.ts-list .ts-list-item li a .item-info .left .item-title i.bh {
    font-style: normal;
    width: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    line-height: 1.36rem;
    color: var(--text-black);
    vertical-align: top;
}

.ts-list .ts-list-item li a .item-info .rig {
    margin-left: 10px;
    background: #fff;
}

.ts-list .ts-list-item li a .item-info .rig img {
    width: 100px;
    padding: 10px 5px;
}

.ts-list .ts-list-item li a .item-info .left .item-title i.img {
    padding: 0 11px;
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    background: url(//img.12365auto.com/images/m/picter_icon.png) no-repeat;
    background-size: 16px;
    width: auto;
    float: inherit;
    float: initial;
}

.ts-list .ts-list-item li a .item-info .left .item-title i.video {
    padding: 0 11px;
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    background: url(https://img.12365auto.com/images/m/video_icon.png) no-repeat;
    background-size: 16px;
    width: auto;
    float: inherit;
    float: initial;
}

.ts-list .ts-list-item li a .item-info .left .item-models {
    font-size: 0.75rem;
    color: var(--text-666);
    line-height: 1rem;
    margin-top: 10px;
}

.ts-list .ts-list-item li a .gz {
    padding: 10px 10px 0 10px;
    background: var(--bg-gray);
}

.ts-list .ts-list-item li a .gztit {
    font-size: 0.75rem;
    color: var(--text-black);
    font-weight: bold;
}

.ts-list .ts-list-item li a .gzcen {
    position: relative;
    width: 100%;
    min-height: 32px;
    margin-top: 8px;
    display: inline-block;
}

.ts-list .ts-list-item li a .gzcen span {
    display: block;
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.ts-list .ts-list-item li a .gzcen span:nth-child(2n) {
    display: inline-flex;
    justify-content: flex-end;
}

.ts-list .ts-list-item li a .gzcen span i {
    font-size: 0.69rem;
    font-style: normal;
    width: 47%;
    border: 1px solid #ab5c9e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    float: left;
    line-height: 0.8rem;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.ts-list .ts-list-item li a .gzcen span i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 32px;
}

.ts-list .ts-list-item li a .gzcen span i.zlwt {
    background: #ab5c9e;
    color: #fff;
    border-radius: 4px 0 0 4px;
}

.ts-list .ts-list-item li a .gzcen span i.zl {
    color: #ab5c9e;
    border-radius: 0 4px 4px 0;
}

.ts-list .ts-list-item li a .gzcen span i.fwwt {
    background: #1dbc9e;
    color: #fff;
    border: 1px solid #1dbc9e;
    border-radius: 4px 0 0 4px;
}

.ts-list .ts-list-item li a .gzcen span i.fw {
    color: #1dbc9e;
    border: 1px solid #1dbc9e;
    border-radius: 0 4px 4px 0;
}

.ts-list .ts-list-item li a .gzcen span i.qtwt {
    background: #007cc2;
    color: #fff;
    border: 1px solid #007cc2;
    border-radius: 4px 0 0 4px;
}

.ts-list .ts-list-item li a .gzcen span i.qt {
    color: #007cc2;
    border: 1px solid #007cc2;
    border-radius: 0 4px 4px 0;
}

.ts-list .ts-list-item li a .item-bottom {
    display: flex;
    height: 18px;
    align-items: stretch;
    clear: both;
    line-height: 18px;
    margin-top: 10px;
}

.ts-list .ts-list-item li a .item-bottom .time {
    -webkit-box-flex: 1;
    flex: auto;
    font-size: 0.75rem;
    color: var(--date-gray);
    padding-top: 0;
    clear: both;
}

.ts-list .ts-list-item li a .item-bottom .zt {
    font-size: 0.75rem;
    color: #1bbb9f;
}

.ts-list .ts-list-item li a .item-bottom .zt img {
    width: 14px;
    vertical-align: top;
    margin: 2px 3px 0;
    display: inline-block;
    height: 14px;
}

.ts-button {
    display: flex;
    margin: 0 15px;
}


.ts-button div.tel span {
    font-size: 0.8rem;
    vertical-align: top;
    padding: 0 1px;
}

.ts-button div.tel {
    width: 44%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: var(--text-blue);
    display: block;
    border-radius: 5px;
    font-size: 1rem;
    margin-right: calc(100% - 88% - 30px);
}

.ts-button div.tel img {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    height: 20px;
    margin-bottom: 3px;
}


/*投诉视频*/
.ts-list .ts-list-videoItem li a {
    display: block;
    border-bottom: 1px solid var(--line-gray);
    margin: 0 15px;
    padding: 10px 0;
}


.ts-list .ts-list-videoItem li a .videoItem-models span {
    color: var(--text-666);
    font-size: 0.75rem;
    line-height: 1.35em;
    min-height: 23px;
}

.ts-list .ts-list-videoItem li a .videoItem-title {
    min-height: 23px;
    line-height: 1.35em;
    font-size: 1rem;
}

.ts-list .ts-list-videoItem li a .videoItem-title em {
    font-style: normal;
    color: var(--text-black);
    font-weight: bold;
    font-size: 0.875rem;
    position: relative;
    top: -1px;
}

.ts-list .ts-list-videoItem li a .videoItem-title i {
    font-style: normal;
    color: var(--text-black);
    font-size: 0.875rem;
    line-height: 1.36rem;
    vertical-align: top
}

.ts-list .ts-list-videoItem li a .videoItem-title span {
    font-size: 1rem;
    color: var(--text-black);
    width: auto;
}


.ts-list .ts-list-videoItem li a span i {
    font-style: normal;
    color: var(--text-black);
}


.ts-list .ts-list-videoItem li a .videoItem-bottom {
    font-size: 0.75rem;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

.ts-list .ts-list-videoItem li a .videoItem-bottom em {
    float: right;
    font-style: normal;
}

.ts-list .ts-list-videoItem li a .videoItem-bottom span {
    font-size: 0.75rem;
    color: var(--date-gray);
}

.ts-list .ts-list-videoItem li a .pic {
    width: 100%;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
}

.ts-list .ts-list-videoItem li a .pic .pic-bg {
    display: flex;
    background: #111;
    height: 200px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.ts-list .ts-list-videoItem li a .pic .pic-bg img {
    max-height: 100%;
    display: none;
    max-width: 100%;
}


/*平台投诉*/
.ts-list .ts-list-item .item-platform {
    font-size: 0.75rem;
    color: var(--text-666);
    line-height: 1rem;
    margin: 10px 0;
}

.ts-button a {
    width: 44%;
    margin: 0;
}

/*投诉三级页*/

.content_show .content_show_tit h1 {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #192633;
    margin: 5px 0 12px 0;
    overflow-wrap: break-word;
}

.content_show .content_show_tit .ts_basic_info {
    border-bottom: none;
    margin-bottom: 5px;
    font-size: 0.75rem;
    color: var(--text-666);
    background: var(--bg-gray);
    padding: 6px 10px;
    border-radius: 5px;
}

.content_show .content_show_tit .ts_basic_info span {
    margin: 0;
    line-height: 26px;
    width: 100%;
    font-size: 0.8rem;
    display: block;
}

.content_show_cen {
    clear: both;
    padding: 10px 15px 12px 15px;
    line-height: 34px;
    font-size: 1rem;
    color: #192633;
    min-height: 10px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.content_show .content_show_tit .ts_basic_info span em {
    font-style: normal;
    margin-left: -6px;
}

.content_show_cen .ts_show_hf {
    background: url(//img.12365auto.com/images/m/svg/ic_reply_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 13px;
    margin: 10px 0 2px 0;
}

.content_show_cen .ts_show_hf i {
    margin-bottom: 8px;
    display: block;
}

.content_show_cen .ts_show_hf i::after {
    content: '';
    width: 65px;
    background: url(//img.12365auto.com/images/m/complaint/ic_complaint_reply.png);
    display: block;
    height: 17px;
    background-size: cover;
}

.content_show_cen .ts_show_hf .ts_show_hf_text {
    min-height: 40px;
}

.related-complaint {
    margin-bottom: 8px;
}

.related-complaint .ts_list ul li {
    border-bottom: 1px solid var(--line-gray);
    padding: 10px 0;
    margin: 0 15px;
}

.related-complaint.ts_list ul li:last-child {
    border: none;
}

.related-complaint .ts_list ul li a {
    padding: 0;
}


.related-complaint .ts_list ul li .ts_list_time {
    padding-top: 0;
}

.related-complaint .ts_list ul li .ts_list_time span {
    display: block;
    width: 77%;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 17px;
    overflow: hidden;
}

.related-complaint .ts_list ul li a .ts_list_title {
    min-height: 25px;
    overflow: hidden;
    padding-bottom: 5px;
    font-size: 1rem;
    line-height: 1.35em;
}

.related-complaint .ts_list ul li a .ts_list_title img {
    float: right;
    height: 16px;
    margin-top: 2px;
}

.related-complaint .ts_list ul li a .ts_list_title span {
    font-size: 1rem;
    word-wrap: break-word;
    line-height: 1.35em;
    color: var(--text-black);
    font-weight: normal;
    width: 93%;
    vertical-align: top;
}

.related-complaint .ts_list ul li .ts_list_time i {
    float: right;
    font-style: normal;
    font-size: 0.75rem;
    color: var(--date-gray);
    margin-top: 0px;
}

.related-complaint .ts_list ul li .ts_list_time span {
    font-style: normal;
    font-size: 0.75rem;
    color: var(--text-black);
}

.related-complaint .ts_list ul li .ts_list_time span em {
    color: var(--text-666);
    font-style: normal;
}

.content_show_cen .s_video_con {
    padding-bottom: 10px;
    position: relative;
}

.content_show_cen .s_video_con .s_video_player {
    background: #000;
}

.content_show_cen .ts_show_nr p.s_tp {
    text-indent: 0em;
    text-align: center;
}

.content_show_cen .s_video_con .special_pop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}

.content_show_cen img {
    max-width: 100%;
    padding-bottom: 10px;
    cursor: pointer;
}

.ts_show_nr .s_video_con .video-js .vjs-big-play-button {
    background: url(//img.12365auto.com/images/m/video/ic_video_play.png) no-repeat;
    width: 58px;
    height: 58px;
    background-size: 58px;
    left: 54%;
}

.ts-hearsay .subheading a {
    font-size: 0.875rem;
    color: #00a0e9;
    background: url(//img.12365auto.com/images/m/sj.png) no-repeat right;
    background-size: 6px auto;
    padding-right: 12px;
    position: absolute;
    right: 15px;
    margin-bottom: 3px;
}

.content_show .ts-hearsay {
    margin: 10px 0 15px 0;
}

.content_show .ts-solution {
    margin: 10px 0 15px 0;
}

.content_show .ts-solution ul li,
.content_show .ts-hearsay ul li {
    margin: 0 15px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line-gray);
}

.content_show .ts-solution ul li h2,
.content_show .ts-hearsay ul li h2 {
    font-size: 1rem;
    word-wrap: break-word;
    line-height: 1.35em;
    color: #192633;
    font-weight: normal;
    min-height: 25px;
    padding-bottom: 3px;
}

.content_show .ts-solution ul li .time,
.content_show .ts-hearsay ul li .time {
    padding-top: 0;
    display: flex;
    line-height: 22px;
    justify-content: space-between;
    align-items: center;
}

.content_show .ts-solution ul li .time i,
.content_show .ts-hearsay ul li .time i {
    color: var(--date-gray);
    font-size: 0.75rem;
    font-style: normal;
}

.content_show .ts-solution ul li .time em.xd,
.content_show .ts-hearsay ul li .time em.xd {
    position: relative;
    font-style: normal;
    color: #F6812B;
    border-radius: 3px;
    display: inline-block;
    padding: 0 6px;
    height: 16px;
    line-height: 17px;
    font-size: 0.625rem;
}

.content_show .ts-solution ul li .time em.xd::after,
.content_show .ts-hearsay ul li .time em.xd::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: rgba(246, 129, 43, 0.1);
    border: 1px solid rgba(246, 129, 43, 0.4);
    border-radius: 6px;
    transform: scale(0.5);
    transform-origin: 0 0;
    box-sizing: border-box;
}

.content_show .ts-solution ul li .time em.gf,
.content_show .ts-hearsay ul li .time em.gf {
    position: relative;
    font-style: normal;
    color: var(--text-blue);
    border-radius: 3px;
    display: inline-block;
    padding: 0 6px;
    height: 16px;
    line-height: 17px;
    font-size: 0.625rem;
}

.content_show .ts-solution ul li .time em.gf::after,
.content_show .ts-hearsay ul li .time em.gf::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: rgba(10, 163, 233, 0.1);
    border: 1px solid rgba(10, 163, 233, 0.4);
    border-radius: 6px;
    transform: scale(0.5);
    transform-origin: 0 0;
    box-sizing: border-box;
}

/*我要投诉*/

.ts_comp {
    padding-top: 44px;
}

.ts_comp .n_car {
    height: 44px;
}

.ts_comp .n_car a {
    height: 44px;
    line-height: 44px;
}

.ts_comp .n_car a img {
    margin-top: 13px;
}

.ts_comp p.pat {
    background: #F4F4F4;
    padding: 5px 15px;
    margin-top: 0px;
    line-height: 20px;
    font-size: 0.75rem;
    color: var(--text-666)
}

.ts_comp p.pat img {
    float: left;
    width: 16px;
    margin: 3px 6px 0 0;
}

.ts_comp p.pat span {
    font-size: 1.125rem;
    float: left;
    margin: 4px 3px 0 0px;
    height: 15px;
    line-height: 22px;
    color: #f35151;
}

.ts_comp .comp {
    clear: both;
}

.ts_comp .comp .ts_tit {
    clear: both;
    border-bottom: 1px solid #f4f4f4;
    padding: 12px 0;
}

.ts_comp .comp h1 {
    margin: 0 15px 4px;
    display: flex;
    justify-content: left;
    align-items: center
}

.ts_comp .comp h1 img {
    height: 20px;
    display: block;
    margin-right: 3px;
}

.ts_comp .comp h1 em {
    font-style: normal;
    color: #192633;
    font-size: 1rem;
}

.ts_comp .comp span {
    clear: both;
    color: var(--text-666);
    font-size: 0.75rem;
    margin: 0 15px;
    display: block;
    line-height: 18px;
}

.ts_comp .comp ul li {
    position: relative;
    min-height: 40px;
    padding: 0px 0px 0px;
    line-height: 40px;
    border-bottom: 1px solid #F4F4F4;
}

.ts_comp .comp ul li p {
    min-height: 46px;
    margin: 0;
    line-height: 46px;
    padding: 0 15px;
}

.ts_comp .comp ul li p a.zdy1 {
    position: absolute;
    right: 0px;
    z-index: 2;
    height: 24px;
    line-height: 24px;
    font-size: 0.875rem;
    padding: 0 13px;
    color: #007cc2;
    top: 8px;
    display: none;
}

/*原自定义*/
.ts_comp .comp ul li p a.but {
    position: absolute;
    border-left: 1px solid #dce1e5;
    height: 40px;
    width: 40px;
    padding: 0 17px;
    right: 0;
    background: #fff url(//img.12365auto.com/images/m/ts_xsz.png) no-repeat 10px -5px;
    background-size: 50px 50px;
    top: 10px;
}

.ts_comp .comp ul li p a.but input {
    width: 50px;
    height: 40px;
    opacity: 0;
    position: absolute;
    left: 10px;
}

.ts_comp .comp ul li b {
    clear: both;
    height: 24px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #f35151;
    line-height: 18px;
    display: block;
    padding: 0 15px;
}

.ts_comp .comp ul li em {
    float: left;
    font-style: normal;
    font-size: 0.875rem;
    color: var(--text-black);
    position: absolute;
    z-index: 2;
    line-height: 46px;
    height: 46px;
    background: #fff;
    padding-right: 3px;
}

.ts_comp .comp ul li em i {
    float: right;
    display: block;
    font-style: normal;
    color: #f35151;
    margin: 2px 0 0 1px;
    width: 15px;
    font-size: 1.125rem;
    height: 40px;
}

.ts_comp .comp ul li span {
    position: absolute;
    height: 46px;
    right: 0;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    background: #fff;
    color: #666;
    text-align: right;
}

.ts_comp .comp ul li span input {
    width: 100%;
    max-width: 66%;
    border: none;
    color: #192633;
    font-size: 0.875rem;
    border: none;
    background: #fff;
    -webkit-appearance: none;
    height: 46px;
    line-height: 46px;
    text-align: right;
    padding-right: 15px;
}

.ts_comp .comp ul li span a {
    color: #192633;
    display: block;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 40px;
    cursor: pointer;
    line-height: 45px;
    font-size: 0.875rem;
}

.ts_comp .comp ul li span.sf {
    left: inherit;
    right: 140px;
    z-index: 3;
    background: none;
}

.ts_comp .comp ul li span.sf a {
    line-height: 45px;
    padding-right: 0;
}

.ts_comp .comp ul li span.sf a strong {
    font-weight: normal;
    float: left;
    color: #192633;
    font-size: 0.875rem;
    position: inherit;
    padding: 0 15px 0 0;
    position: relative;
}

.ts_comp .comp ul li span.sf a strong:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #8a9299 transparent transparent;
    position: absolute;
    top: 14px;
    right: 0;
    display: block;
    margin-top: 7px;
}

.ts_comp .comp ul li strong {
    position: absolute;
    right: 0px;
    padding: 0 15px;
    height: 31px;
    background: #fff;
    top: 0;
    padding-top: 15px;
}

.ts_comp .comp ul li strong img {
    height: 16px;
}

.ts_comp .comp ul li strong.none {
    left: 0;
    top: 0;
    padding-top: 0;
    height: 45px;
    line-height: 45px;
}

.ts_comp .comp_input_arrow {
    padding-right: 40px !important;
}

.ts_comp .comp ul li.add_pic {
    min-height: 50px;
    overflow: hidden;
    padding-bottom: 10px;
}

.ts_comp .comp ul li.add_pic em {
    height: 28px;
    line-height: 20px;
    width: 100%;
    position: inherit;
    padding: 10px 13px 4px;
}

.ts_comp .comp ul li.add_pic em strong {
    text-align: left;
    font-weight: normal;
    padding: 0;
    right: inherit;
    float: left;
    background: none;
    position: inherit;
}

.ts_comp .comp ul li.add_pic em i.note {
    font-size: 0.75rem;
    color: #f35151;
    width: auto;
    margin: 0px 30px 0 3px;
    height: 20px;
}

.border-bottom-none {
    border-bottom: none !important;
}

.ts_comp .comp_xx p em {
    font-weight: bold;
}

.tstype_text {
    font-size: 0.9375rem;
    padding-left: 15px;
    height: 40px;
}

.tstype_text i {
    display: inline-block;
    font-style: normal;
    color: #f35151;
    margin: 4px 0 0 1px;
    width: 15px;
    font-size: 1.125rem;
    height: 40px;
}

.tstype p i label {
    font-style: normal;
    margin-right: 1px;
    font-size: 0.9375rem;
}

.tstype p i input {
    margin-right: 2px;
}

.comp ul li.tstype p {
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}


.tstype p i {
    align-items: center;
    display: flex;
}

/*示例图*/
.ts_comp .comp ul li.vin-upload {
    border: none;
    display: flex;
    margin: 8px 15px;
    background: #f4f4f4;
    border-radius: 5px;
}


.ts_comp .comp ul li.vin-upload .vin-upload-item .vin-upload-example {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-right: 15%;
    z-index: 2;
    position: relative;
}

.ts_comp .comp ul li.vin-upload .vin-upload-item .vin-upload-example img {
    height: 18px;
    display: inline;
    margin-right: 4px;
}

.ts_comp .comp ul li.vin-upload .vin-upload-item .vin-upload-example em {
    background: none;
    position: unset;
    float: none;
    display: inline-block;
    color: var(--text-blue);
    font-size: 0.9375rem;
}

.ts_comp .comp ul li.vin-upload .vin-upload-item .vin-upload-region {
    padding-bottom: 20px;
}

.ts_comp .comp ul li.vin-upload .vin-upload-item .vin-upload-region img {
    margin: auto;
    max-width: 75%;
}

.ts_comp .comp ul li.vin-upload .vin-upload-item .vin-upload-region input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
}

.ts_comp .comp_raido {
    float: right;
    display: flex;
    height: 46px;
    align-items: center;
}

.ts_comp .comp_raido input {
    margin: 0px 4px 0 12px;
}

.ts_comp .comp_raido label {
    color: #192633;
    font-size: 0.875rem;
    line-height: 20px;
    font-style: normal;
}

/*图片展示*/
.ts_comp .comp ul li .span {
    clear: both;
    min-height: 96px;
    margin-left: 13px;
    display: block;
    margin-right: 10px;
}

.ts_comp .comp ul li .span strong {
    display: block;
    float: left;
    width: 96px;
    height: 96px;
    margin: 0 5px 15px 0;
    position: relative;
}

.ts_comp .comp ul li .span a {
    display: block;
    float: left;
    height: 96px;
    position: relative;
    margin: 0px 0 0;
    width: 96px;
    border-radius: 5px;
}

.ts_comp .comp ul li .span a input {
    position: absolute;
    height: 96px;
    width: 96px;
    background: #999;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    *left: -10px;
    *width: 85px;
    -webkit-appearance: none;
}

.ts_comp .comp ul li .span img {
    display: block;
    width: 96px;
    height: 96px;
    position: absolute;
    z-index: 1;
    border-radius: 5px;
}

.ts_comp .comp ul li .span strong {
    margin-right: 15px;
    top: 0px;
    padding: 0;
}

.ts_comp .comp ul li .span strong em {
    position: absolute;
    right: 9px;
    top: -9px;
    z-index: 3;
    width: 0px;
    padding: 0;
    background: none;
}

.ts_comp .comp ul li .span strong em img {
    width: 18px;
    height: 18px;
}

/*视频展示*/
.ts_comp .comp ul li.add_pic .span .vdo_up {
    position: relative;
    top: 0px;
    margin-left: -1px;
    width: 96px;
    height: 96px;
}

.ts_comp .comp ul li.add_pic .span .vdo_up i {
    display: block;
    background: #000;
    width: 96px;
    height: 96px;
    text-align: center;
    border: 1px solid #dce1e5;
}

.ts_comp .comp ul li.add_pic .span .vdo_up i img {
    max-height: 96px;
}

.ts_comp .comp ul li.add_pic .span .vdo_up span {
    position: absolute;
    right: 7px;
    top: -9px;
    z-index: 3;
    width: 0px;
    background: none;
    left: 93px;
}

.ts_comp .comp ul li.add_pic .span .vdo_up span img {
    width: 18px;
    height: 18px;
}

.ts_comp .comp ul li.add_pic .span .vdo_up a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: none;
}

.ts_comp .comp ul li.add_pic .span .vdo_up a img {
    width: 30px;
    height: 30px;
}

/*问题简述*/
.ts_comp .comp ul li.comp_jis {
    min-height: 42px;
    position: relative;
}

.ts_comp .comp ul li.comp_jis em {
    height: 24px;
    line-height: 20px;
    width: 100%;
    position: inherit;
    padding: 10px 13px 0;
}

.ts_comp .comp ul li.comp_jis p {
    clear: both;
    min-height: 40px;
}

.ts_comp .comp ul li.comp_jis p span {
    left: 0;
    line-height: 40px;
    height: 40px;
    text-align: left;
    padding-left: 15px;
}

.ts_comp .comp ul li.comp_jis p span input {
    height: 40px;
    line-height: 40px;
    text-align: left;
    max-width: 90%;
}

/*详细描述*/
.ts_comp .comp ul li.comp_xq {
    min-height: 42px;
    min-height: 110px;
}

.ts_comp .comp ul li.comp_xq em {
    height: 24px;
    line-height: 20px;
    width: 100%;
    position: inherit;
    padding: 10px 13px 0;
}

.ts_comp .comp ul li.comp_xq p {
    clear: both;
    height: 83px;
    padding-top: 5px;
}

.ts_comp .comp ul li.comp_xq p span {
    left: 0px;
    height: 83px;
    padding-left: 15px;
    background: #fff;
    text-align: left;
    right: 15px;
}

.ts_comp .comp ul li.comp_xq p textarea {
    height: 79px;
    width: 99.8%;
    color: #192633;
    font-size: 0.875rem;
    line-height: 26px;
    border: none;
    background: #fff;
    * + margin-left: 0px;
    margin-left: 0px\9;
}

.ts_comp .comp .yzm {
    min-height: 46px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 25px;
    padding: 3px 15px;
}

.ts_comp .comp .yzm input {
    width: 99%;
    border: none;
    text-align: left;
    font-size: 0.875rem;
    color: #192633;
    -webkit-appearance: none;
    height: 46px;
    line-height: 46px;
}

.ts_comp .comp .yzm span {
    display: block;
    margin: 0;
    clear: inherit;
    position: absolute;
    right: 15px;
    top: 8px;
}

.ts_comp .comp .yzm span img {
    height: 36px;
    width: 80px;
}

.ts_comp .comp .yzm em {
    float: left;
    font-style: normal;
    line-height: 36px;
    color: #f35151;
    font-size: 0.75rem;
    display: none;
}

.ts_comp .comp .yzm b {
    clear: both;
    height: 24px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #f35151;
    line-height: 18px;
    display: block;
}

/*车牌号*/
.plateKey {
    position: fixed;
    z-index: 9900;
    width: 100%;
    bottom: 0;
    background: #f0f2f5;
}

.plateKey .black_bg {
    background: #fff;
    opacity: 0;
}

.plateKey ul {
    padding: 10px 8px;
    min-height: 10px;
    overflow: hidden;
    background: #f0f2f5;
    position: relative;
    z-index: 9;
}

.plateKey ul li {
    float: left;
    width: 9%;
    margin: 1.05%;
    background: #fff;
    border-radius: 5px;
    height: 35px;
}

.plateKey ul li:last-child {
    width: 53.4%;
}

.plateKey ul li span {
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #192633;
    font-size: 1rem;
    display: block;
}

/*语音*/
.audiowave {
    background: #00a0e9;
    position: fixed;
    left: 25%;
    bottom: 65px;
    z-index: 999;
    height: 80px;
    width: 50%;
    border-radius: 10px;
    display: none;
}

.audiowave .audiowave-countdown {
    text-align: center;
    font-size: 0.875rem;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
}

.audiowave .audiowave-view {
    text-align: center;
}

.audiowave .audiowave-view img {
    width: 75%;
    height: 70px;
    margin-top: -15px;
    display: inline;
}

.audiowave::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #00a0e9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
}

.audioenter {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    height: 50px;
    width: 100%;
    background: #f0f2f5;
    display: none;
    text-align: center;
    display: none;
}

.audioenter-btn {
    background: #00a0e9;
    height: 34px;
    padding: 0 13px;
    margin: 0 auto;
    color: #fff;
    border-radius: 17px;
    display: inline-block;
    margin-top: 8px;
}

.audioenter-btn img {
    float: left;
    margin-top: 8px;
    margin-right: 5px;
    height: 16px;
}

.audioenter-btn span {
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 0.875rem;
}

.audioenter-btn_press {
    background: #007cc2;
}

.iwant-complaint .head-container {
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 0;
    background: #fff;
}

.alertbox-container .alertbox-content .custom {
    border: 1px solid #dce1e5;
    padding-left: 5px;
    margin: 15px;
    border-radius: 5px;
    height: 40px;
    text-align: center;
}

.alertbox-container .alertbox-content .custom input {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 0.875rem;
    color: #192633;
}

.series-complaint-banner img {
    width: 100%;
}

.top_car_name {
    margin: 15px 0;
}

.series-complaint-banner {
    margin-bottom: 5px;
}

/*车系头部顶部*/
.top_myd_text {
    font-size: 0.75rem;
    color: var(--text-666);
    font-weight: bold;
}

.top_myd_score {
    margin: 8px 0 6px 0;
    display: flex;
    align-items: flex-end;
}

.top_myd_score b {
    color: var(--text-orange);
    font-size: 1.5625rem;
    line-height: 90%;
}

.top_myd_score span {
    color: var(--date-gray);
    font-size: 0.75rem;
    margin-right: 4px;
    margin-left: 2px;
}

.top_myd_score .star-wrapper {
    margin-bottom: 2px;
}

.top_hfl {
    color: var(--text-666);
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.top_hfl span {
    color: var(--text-orange);
}

.foot {
    display: none;
}


/*查看大图*/
.bigpic {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    vertical-align: middle;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: none;
}

.bigpic img {
    max-width: 100%;
    max-height: 98%;
    display: inline;
}

/*倒计时*/