@charset "utf-8";

.condition {
    width: 100%;
    /*height: 254px;*/
    background-color: #df2928;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
}

.condition-classify {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-top: 45px;*/
}

.condition-classify a {
    width: 210px;
    height: 61px;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #df2928;
    text-align: center;
    line-height: 61px;
}

.sous {
    width: 100%;
    height: 55px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: solid 2px #FFFFFF;
    display: flex;
    justify-content: space-between;
    /*margin-top: 16px;*/
}

.sous select {
    width: 118px;
    height: 51px;
    background-color: #FFFFFF;
    font-size: 17px;
    color: #333333;
    margin: 0 10px;
}

.sous input {
    flex: 1;
    width: 0;
    height: 51px;
    border-left: 2px solid #e6e7e8;
    padding: 0 22px;
    background-color: #FFFFFF;
    font-size: 17px;
}

.sous button {
    width: 128px;
    height: 51px;
    font-size: 17px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    background: #df2928;
}

.sous button img {
    width: 21px;
    height: 21px;
    margin-right: 15px;
}


.bannerbox {
    width: 100%;
    padding: 30px 0;
}

.bannerbox img {
    width: 100%;
}

.content-box {
    width: 1260px;
    min-height: 600px;
    border: 1px solid #eee;
    margin: 20px auto;
    padding: 30px;
    background-color: #fff;
}

.oneNav {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.oneNav span {
    padding: 0 35px;
    height: 40px;
    font-size: 16px;
    color: #df2928;
    text-align: center;
    line-height: 40px;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 15px;
    background-color: #f8f0f0;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.oneNav span:after {
    content: '▼';
    position: absolute;
    bottom: -24px;
    width: 10px;
    left: 50%;
    margin-left: -6px;
    display: none;
    color:  #df2928;
}

.oneNav span:hover {
    background-color: #df2928;
    color: #FFFFFF;
}

/*.oneNav span:nth-child(7n) {*/
/*    margin-right: 0;*/
/*}*/

.oneNav span.active {
    background-color: #df2928;
    color: #FFFFFF;
}

.oneNav span.active:after {
    display: block;
}


.twoNav {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 15px;
}

.twoNav span {
    width: max-content;
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
    border-right: 1px solid #eeeeee;
    cursor: pointer;
}

.twoNav span:last-child {
    border: 0;
}

.twoNav span.active {
    color: #df2928;
    font-weight: bold;
}

.list {
    width: 100%;
    padding: 30px 0;
}

a.informationList-item {
    width: 100%;
    height: 76px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #e5e5e5;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0 !important;
}

a.informationList-item p {
    flex: 1;
    width: 0;
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
}

a.informationList-item span {
    font-size: 18px;
    letter-spacing: 1px;
    color: #999999 !important;
    margin-left: 100px;
    font-weight: normal !important;
}

.informationList-item:hover {
    background-color: #f8f0f0;
}

.informationList-item:hover p {
    color: #df2928;
    text-decoration: underline;
    font-weight: bold;
}

.list-item .list-img {
    width: 200px;
    height: 150px;
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
    margin-right: 20px;
}

.list-item .list-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.list-item .list-cont {
    flex: 1;
    width: 0;
}

.list-item .list-cont .list-tit {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-top: 10px;
}

.list-item .list-cont .list-tex {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    padding-top: 10px;
}

.list-item .list-cont .list-btn {
    width: 100%;
    padding-top: 10px;
}

.list-item .list-cont .list-btn span {
    font-size: 16px;
    color: #df2928;
}

.crumbs {
    width: 100%;
    background: url("../images/dingwei.png") no-repeat left center;
    background-size: 11px 16px;
    font-size: 16px;
    color: #999999;
    padding: 27px 20px;
}

.crumbs a {
    float: right;
    display: block;
    width: 75px;
    height: 30px;
    background-color: #df2928;
    border-radius: 18px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.detail-box {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}

.detail-tit {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}

.detail-time {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #999999;
    padding-top: 20px;
}

.detail-collection {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #999999;
    position: absolute;
    right: 20px;
    bottom: 25px;
    cursor: pointer;
}

.detail-collection img {
    width: 19px;
    height: 19px;
    margin-right: 6px;
}

.detail-content {
    width: 100%;
    min-height: 600px;
    padding: 45px 0;
    font-size: 16px;
    color: #292929;
}


.list {
    width: 100%;
    min-height: 600px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.list a {
    display: block;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
}

.list a span {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.list a p {
    flex: 1;
    width: 0;
    font-size: 18px;
    color: #333333;
    padding-left: 5px;
    padding-right: 30px;
}


.complaint-title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #df2928;
}

.form-box {
    width: 700px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    margin: 50px auto;
    padding: 25px;
    background: #fff;
}

.form-inp {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 30px;
}

.form-inp span {
    width: 70px;
    text-align: right;
    margin-right: 15px;
    font-size: 16px;
}

.form-inp .inp-box {
    flex: 1;
    width: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-inp .inp-box label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
}

.form-inp .inp-box label input {
    margin-right: 5px;
}

.form-inp .inp-box textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
}

.form-inp .upPZ {
    width: 100px;
    height: 36px;
    border: 1px solid #df2928;
    border-radius: 4px;
    background-color: #ffffff;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    color: #df2928;
    position: relative;
}

.form-inp .upPZ input {
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 36px;
    z-index: 20;
    opacity: 0;
    border: none;
    background: none;
}


.form-inp a {
    font-size: 16px;
    color: #df2928;
    font-weight: bold;
    margin-left: 15px;
}

.form-btn {
    width: 100%;
    padding-top: 30px;
    display: flex;
    justify-content: center;
}


.form-btn button {
    width: 150px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #df2928;
    text-align: center;
    line-height: 40px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.gs-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.gs-top b {
    font-size: 30px;
    color: #df2928;
}

.gs-top div {
    width: 518px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #df2928;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gs-top div input {
    flex: 1;
    width: 0;
    height: 48px;
    background: none;
    outline: none;
    border: none;
    padding-left: 15px;
    font-size: 16px;
}

.gs-top div button {
    width: 100px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    outline: none;
    border: none;
    font-size: 18px;
    color: #df2928;
}

.gs-top div img {
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.gs-list {
    width: 100%;
    border-radius: 4px;
    border: solid 1px #e7e7e7;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gs-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: solid 1px #e7e7e7;
}

.gs-box .border {
    width: 1px;
    height: 60px;
    background-color: #e7e7e7;
    margin: 0 30px;
}

.gs-box:last-child {
    border: none;
}

.gs-item {
    width: 584px;
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding-right: 25px;
}

.gs-item:nth-child(2n) {
    border-left: 1px solid #e7e7e7;
    padding-left: 16px;
    background-position-x: 40px;
    padding-right: 0;
}

.gs-item p {
    flex: 1;
    width: 0;
    font-size: 16px;
    color: #333333;
    padding-left: 30px;
    background: url("../images/gongsi.png") no-repeat left center;
    background-size: 24px auto;
}

.gs-item span {
    margin-left: 50px;
    font-size: 16px;
    color: #333333;
    padding-left: 25px;
    background: url("../images/shijian.png") no-repeat left center;
    background-size: 18px auto;
}

.gs-item span b {
    color: #df2928;
    margin: 0 3px;
}

.gs-item span.act {
    color: #999999;
}


.add-yj {
    width: 100%;
    background-color: #f5f5f5;
    padding: 50px;
    min-height: 300px;
}

.add-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.add-t-img {
    margin-right: 200px;
    padding-top: 20px;
}

.add-t-sub {
    flex: 1;
    width: 0;
}

.add-t-sub div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
}

.add-t-sub div span {
    font-size: 16px;
    color: #666666;
    width: 80px;
    text-align: right;
    margin-right: 15px;
}

.add-t-sub div input {
    flex: 1;
    width: 0;
    height: 36px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #dadada;
    padding: 0 15px;
}

.add-t-sub div button {
    border: 1px solid #df2928;
    color: #df2928;
    height: 36px;
    width: 120px;
    line-height: 34px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    background: none;
}


.add-yj table {
    width: 100%;
    border-color: #dadada;
}

.add-yj thead td {
    color: #FFFFFF;
    font-size: 16px;
}

.add-yj td {
    padding: 10px 15px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    min-width: 70px;
}


.add-yj tbody tr td:last-child {
    color: #dc1a1a;
    cursor: pointer;
}

.yj-tan {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.yj-box {
    width: 800px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    margin: 50px auto;
}

.yj-box div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
}

.yj-box div span {
    width: 70px;
    text-align: right;
    font-size: 16px;
    margin-right: 15px;
}

.yj-box div input {
    flex: 1;
    width: 0;
    height: 38px;
    background-color: #F2F2F2;
    padding: 0 15px;
}

.yj-box b {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333333;
}

.yj-box p {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.yj-box p span {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.yj-box p span:first-child {
    background-color: #df2928;
}

.yj-box p span:last-child {
    border: 1px solid #df2928;
    color: #df2928;
    margin-left: 20px;
}

.yj-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 25px;
}
.yj-btn span {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.yj-btn span:first-child {
    background-color: #df2928;
}

/*.yj-btn span:last-child {*/
/*   */
/*}*/

.table-box {
    width: 100%;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
}

.table-box table {
    border: 1px solid rgba(255, 150, 0, 0.3);
}

.table-box table td {
    padding: 10px;
    min-width: 60px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.table-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #df2928;
    padding-top: 10px;
}

.table-tex {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #df2928;
    padding-top: 10px;
    padding-bottom: 10px;
}

















































































































































































































































