* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100px;
}


.supportAll {
    position: relative;
    margin-top: 80px;
}

#supportTop {
    width: 100%;
    font-size: 0;
}

#supportTop img {
    max-width: 100%;
}

#supportTopTitle {
    width: 50%;
    height: 100px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    opacity: 0.8;
    background-color: rgb(190 190 190 / 50%);
    text-align: center;
    line-height: 100px;

}

#titleCon {
    height: 42px;
    font-size: 38px;
    font-family: 思源黑体;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    position: unset !important;
}

input:focus {
    outline: none;
}

input {
    font-family: 思源黑体;
    font-size: 16px;
}

input:placeholder-shown {
    font-family: 思源黑体;
    font-size: 16px;
    text-indent: 20px;
}

.error {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 思源黑体;
    font-weight: 400;
    color: #c80025;
}

.breadcrumb {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0.53rem 0 0 31%;
    font-size: 0.18rem;
    font-weight: 400;
    color: #999999;
}

.breadcrumb img {
    width: 18px;
    height: 16px;
    margin-right: 8px;
}

.breadcrumb span, .breadcrumb a {
    line-height: 18px;
    color: #999999;
}

.home:hover {
    color: #c80025;
    cursor: pointer;
}


/*主体内容*/
.cont {
    width: 70%;
    padding: 12px 20% 105px 10%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.imgback {
    width: 23%;
}

.imgback img {
    max-width: 100%;
    max-height: 100%;
}

.content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    margin-left: 7%;
}

.inputlist {
    width: 100%;
}

.inp {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #c80025;
    border-radius: 6px;
}

.inputlist input {
    width: 90%;
    height: 0.6rem;
    text-indent: 0.2rem;
    border: none;
    border-radius: 0.06rem;
}

.inpimg {
    width: 10%;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #c80025;
}

.listsup {
    display: none;
    width: 100%;
    height: 3.52rem;
    overflow-y: scroll;
    margin-top: 20px;
    background: #fff;
    border: 1px solid #c80025;
    border-radius: 0.06rem;
}

.closelist {
    display: none;
}

.listsup ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.listsup ul li {
    width: 100%;
    line-height: 0.5rem;
    text-align: left;
    font-size: 0.2rem;
    padding-left: 0.2rem;
}

.listsup ul li:first-child {
    border-top-left-radius: 6px;
}

.listsup ul li:hover {
    background: #FAE5E8;
}

/*下载列表*/
.suplist {
    width: 100%;
}

.ex {
    width: 100%;
    margin: 0.3rem auto 0.4rem;
    font-size: 0.24rem;
    font-family: 思源黑体;
    text-align: left;
    color: #3d3d3d;
}

.tablelist {
    width: 100%;
}

.book {
    margin-top: 0.47rem;
}

.tablelist table {
    width: 100%;
    border: 1px solid #c80025;
    border-bottom: none;
}

.tablelist thead {
    text-align: center;
    background: #f9e5e9;
}

.tablelist thead tr {
    height: 0.55rem;
    font-size: 0.22rem;
}

.tablelist tbody {
    text-align: center;
}

.tablelist tbody tr {
    height: 0.7rem;
    font-size: 0.2rem;
}

.tablelist tbody tr .td {
    width: 100% !important;
    height: 0.7rem;
    display: flex;
    align-items: center;
}

.tablelist tbody tr .td span {
    margin-left: 0.1rem;
}

.tablelist tbody tr .DLImg {
    width: 0.27rem;
    cursor: pointer;
}

.tablelist tbody tr .modelSoft {
    width: 0.27rem;
}

.tablelist tbody tr .pdfMan {
    width: 0.26rem;
}

.tablelist thead th, .tablelist tbody td {
    border-left: 1px solid #c80025;
    padding: 0px 0.06rem;
}

.tablelist tbody td {
    border-bottom: 1px solid #c80025;
}

.tablelist thead th:first-child, .tablelist tbody td:first-child {
    width: 55%;
    text-align: left;
    padding-left: 0.2rem;
    border-left: none;
    overflow-wrap: break-word;
}

.tablelist thead th:nth-child(2), .tablelist tbody td:nth-child(2) {
    width: 13%;
    overflow-wrap: anywhere;
}

.tablelist thead th:nth-child(3), .tablelist tbody td:nth-child(3), .tablelist thead th:nth-child(4), .tablelist tbody td:nth-child(4) {
    width: 16%;
    overflow-wrap: anywhere;
}


/*平板*/
@media screen and (max-width: 1024px) {
    .supportAll {
        margin-top: 108px;
    }

    .breadcrumb {
        padding-left: 33%;
        font-size: 14px;
    }

    .breadcrumb img {
        width: 14px;
        height: 13px;
        margin-right: 4px;
    }

    .book {
        margin-top: 20px;
    }

    .cont {
        width: 81%;
        padding: 20px 12% 60px 7%;
    }

    .imgback {
        width: 27%;
    }

    .content {
        width: 67%;
        margin-left: 6%;
    }

    .inputlist input, .inpimg {
        height: 48px;
    }

    .listsup {
        height: 185px;
    }

    .listsup ul li {
        line-height: 37px;
        font-size: 14px;
    }

    .ex {
        font-size: 18px;
        margin: 20px 0;
    }

    .tablelist thead tr {
        height: 40px;
        font-size: 16px;
    }

    .tablelist thead th {
        font-weight: normal;
    }

    .tablelist tbody tr {
        height: 54px;
        font-size: 14px;
    }

    .tablelist tbody tr .td {
        height: 54px;
    }

    .tablelist tbody tr .DLImg {
        width: 18px;
    }

    .tablelist tbody tr .modelSoft {
        width: 18px;
    }

    .tablelist tbody tr .pdfMan {
        width: 17px;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 50px;
    }

    input:placeholder-shown {
        font-family: 思源黑体;
        font-size: 0.14rem;
        text-indent: 10px;
    }

    .book {
        margin-top: 15px;
    }

    .supportAll {
        margin: 60px auto 0;
    }

    .breadcrumb {
        padding-left: 31%;
        padding-top: 12px;
        font-size: 10px;
    }

    .breadcrumb img {
        width: 10px;
        height: 9px;
        margin-right: 4px;
    }

    .cont {
        width: 85%;
        padding: 0.2rem 10% 0.8rem 5%;
    }

    .imgback {
        width: 22%;
    }

    .content {
        width: 70%;
        margin-left: 8%;
    }

    .inputlist input, .inpimg {
        height: 36px;
        line-height: 36px;
    }

    .inp {
        border-radius: 4px;
    }

    .inpimg {
        width: 0.55rem;
    }

    .inpimg img {
        width: 14px;
    }

    .listsup {
        height: 150px;
        margin-top: 10px;
    }

    .listsup ul li {
        font-size: 14px;
        line-height: 30px;
        padding-left: 0.2rem;
    }

    .ex {
        font-size: 12px;
        margin: 10px auto;
    }

    /*表格*/
    .tablelist thead tr, .tablelist tbody tr {
        font-size: 0.12rem;
        height: 45px;
    }

    .tablelist tbody tr .td {
        height: 45px;
    }

    .tablelist tbody tr .td span {
        margin-left: 0.1rem;
    }


    .tablelist tbody tr .DLImg {
        width: 0.17rem;
    }

    .tablelist tbody tr .modelSoft {
        width: 0.16rem;
    }

    .tablelist tbody tr .pdfMan {
        width: 0.16rem;
    }
}
