.container .main-top {}
.container .main-top h2 {}
.container .main-top .statistics {}
.container .main-top .statistics .statistics-left {
    width: auto;
    flex: 1 1 auto;
}
.container .main-top .statistics .statistics-left .top {}
.container .main-top .statistics .statistics-left .top p {}
.container .main-top .statistics .statistics-left .top div {}
.container .main-top .statistics .statistics-left .top div p {}
.container .main-top .statistics .statistics-left .top div img {}
.container .main-top .statistics .statistics-left .top div .span-color {}
.container .main-top .statistics .statistics-left .center {}
.container .main-top .statistics .statistics-left .center table {}
.container .main-top .statistics .statistics-left .center table tr {}
.container .main-top .statistics .statistics-left .center table th {}
.container .main-top .statistics .statistics-left .center table .td-span {}
.container .main-top .statistics .statistics-left .center table .td-span span {
    cursor: pointer;
}
.container .main-top .statistics .statistics-left .center table .td-span:nth-child(2) {}
.container .main-top .statistics .statistics-left .center table .td-red {}
.container .main-top .statistics .statistics-left .center table .td-blue {}
.container .main-top .statistics .statistics-rigth {
    /* display: none; */
    flex: 0 0 300px;
    max-width: 300px;
}
.container .main-top .statistics .statistics-rigth .gallery-thumbs .swiper-slide {
    border: 1px solid #E5E5E5;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container .main-top .statistics .statistics-rigth div img {}
.container .main-top .statistics .statistics-rigth div .img-boder {}
.container .main-center {
    /* width: 98%; */
}
.container .main-center .top {}
.container .main-center .top bottom {}
.container .main-center .top .bottom-color {}
.container .main-center .content {}
.container .main-center .content .left {
    flex: 0 0 860px;
    /* overflow: hidden; */
    max-width: 860px;
}
.container .main-center .content .left .overview h3 {}
.container .main-center .content .left .overview h6 {}
.container .main-center .content .left .overview div {}
.container .main-center .content .left .overview div span {}
.container .main-center .content .left .overview div p {}
.container .main-center .content .left .performance {}
.container .main-center .content .left .performance h3 {}
.container .main-center .content .left .performance h6 {}
.container .main-center .content .left .performance .component {}
.container .main-center .content .left .performance .component tr {}
.container .main-center .content .left .performance .component tr:nth-child(2) {}
.container .main-center .content .left .performance .component th {}
.container .main-center .content .left .performance p {}
.container .main-center .content .left .performance .file {}
.container .main-center .content .left .performance .file img {}
.container .main-center .content .left .performance .save {}
.container .main-center .content .left .performance .save tr, .container .main-center .content .left .performance .save td, .container .main-center .content .left .performance .save th {}
.container .main-center .content .left .performance .save .save-1 {}
.container .main-center .content .left .correlation {}
.container .main-center .content .left .correlation h3 {}
.container .main-center .content .left .correlation h6 {}
.container .main-center .content .left .correlation p {}
.container .main-center .content .left .correlation table {}
.container .main-center .content .left .correlation table tr, .container .main-center .content .left .correlation table td, .container .main-center .content .left .correlation table th {}
.container .main-center .content .left .correlation table th {}
.container .main-center .content .left .tool {}
.container .main-center .content .left .tool h3 {}
.container .main-center .content .left .tool h6 {}
.container .main-center .content .left .tool p {}
.container .main-center .content .left .reference {}
.container .main-center .content .left .reference h3 {}
.container .main-center .content .left .reference p {}
.container .main-center .content .left .reference .p-downshift {}
.container .main-center .content .left .reference .botton {}
.container .main-center .content .left .reference .botton .botton-1 {}
.container .main-center .content .rigth {
    height: auto;
    flex: 0 0 300px;
    margin-right: 0;
    margin-left: 10px;
}
.container .main-center .content .rigth h3 {}
.container .main-center .content .rigth .teacher {}
.container .main-center .content .rigth .teacher p {}
.container .main-center .content .rigth .teacher h6 {}
.container .main-center .content .rigth .teacher:nth-child(2) {}
.container .main-center .content .rigth .more {}
.container .main-botton {}
.container .main-botton .mainB0tton {}
.container .main-botton .mainB0tton h4 {}
.container .main-botton .mainB0tton ul {}
.container .main-botton .mainB0tton ul li {
    padding: 0;
    border: none;
    background: unset;
    padding: unset;
    border: unset;
    border-radius: unset;
    font-size: unset;
    font-weight: unset;
    color: unset;
}

.container .main-botton .mainB0tton ul li>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px 10px 18px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
    position: relative;
}

.container .main-botton .mainB0tton ul li>a .skuCode{
    font-size: 15px;
    font-weight: 400;
    color: #7B7B7B;
    margin-top: 20px;
}

.container .main-botton .mainB0tton ul li>a:hover {
    color: #fff;
    border-color: #0a61af;
    background: #0a61af;
}
.container .main-botton .mainB0tton ul li>a:hover .skuCode{
    color: #ffffff;
}
.container .main-center{
    /* width: 98%; */
}
@media screen and (max-width:1199px){
    .container .main-top {
        width: 98%;
    }
    .container .main-top h2 {}
    .container .main-top .statistics {}
    .container .main-top .statistics .statistics-left {}
    .container .main-top .statistics .statistics-left .top {}
    .container .main-top .statistics .statistics-left .top p {}
    .container .main-top .statistics .statistics-left .top div {}
    .container .main-top .statistics .statistics-left .top div p {}
    .container .main-top .statistics .statistics-left .top div img {}
    .container .main-top .statistics .statistics-left .top div .span-color {}
    .container .main-top .statistics .statistics-left .center {}
    .container .main-top .statistics .statistics-left .center table {}
    .container .main-top .statistics .statistics-left .center table tr {}
    .container .main-top .statistics .statistics-left .center table th {}
    .container .main-top .statistics .statistics-left .center table .td-span {}
    .container .main-top .statistics .statistics-left .center table .td-span span {}
    .container .main-top .statistics .statistics-left .center table .td-span:nth-child(2) {}
    .container .main-top .statistics .statistics-left .center table .td-red {}
    .container .main-top .statistics .statistics-left .center table .td-blue {}
    .container .main-top .statistics .statistics-rigth {
        display: none;
    }
    .container .main-top .statistics .statistics-rigth div {}
    .container .main-top .statistics .statistics-rigth div img {}
    .container .main-top .statistics .statistics-rigth div .img-boder {}
    .container .main-center {
        /* overflow: hidden; */
    }
    .container .main-center .top {}
    .container .main-center .top bottom {}
    .container .main-center .top .bottom-color {}
    .container .main-center .content {}
    .container .main-center .content .left {
        flex: auto;
    }
    
    .container .main-center .content .left div,.container .main-center .content .left table {
        /* max-width: 400%; */
        /* width: auto !important; */
    }
    .container .main-center .content .left .overview h3 {}
    .container .main-center .content .left .overview h6 {}
    .container .main-center .content .left .overview div {}
    .container .main-center .content .left .overview div span {}
    .container .main-center .content .left .overview div p {}
    .container .main-center .content .left .performance {}
    .container .main-center .content .left .performance h3 {}
    .container .main-center .content .left .performance h6 {}
    .container .main-center .content talbe {
        max-width: 100% !important;
        width: 100% !important;
    }
    .container .main-center .content .left .performance .component tr {}
    .container .main-center .content .left .performance .component tr:nth-child(2) {}
    .container .main-center .content .left .performance .component th {}
    .container .main-center .content .left .performance p {}
    .container .main-center .content .left .performance .file {}
    .container .main-center .content .left .performance .file img {}
    .container .main-center .content .left .performance .save {}
    .container .main-center .content .left .performance .save tr, .container .main-center .content .left .performance .save td, .container .main-center .content .left .performance .save th {}
    .container .main-center .content .left .performance .save .save-1 {}
    .container .main-center .content .left .correlation {}
    .container .main-center .content .left .correlation h3 {}
    .container .main-center .content .left .correlation h6 {}
    .container .main-center .content .left .correlation p {}
    .container .main-center .content .left .correlation table {}
    .container .main-center .content .left .correlation table tr, .container .main-center .content .left .correlation table td, .container .main-center .content .left .correlation table th {}
    .container .main-center .content .left .correlation table th {}
    .container .main-center .content .left .tool {}
    .container .main-center .content .left .tool h3 {}
    .container .main-center .content .left .tool h6 {}
    .container .main-center .content .left .tool p {}
    .container .main-center .content .left .reference {}
    .container .main-center .content .left .reference h3 {}
    .container .main-center .content .left .reference p {}
    .container .main-center .content .left .reference .p-downshift {}
    .container .main-center .content .left .reference .botton {}
    .container .main-center .content .left .reference .botton .botton-1 {}
    .container .main-center .content .rigth {}
    .container .main-center .content .rigth h3 {}
    .container .main-center .content .rigth .teacher {}
    .container .main-center .content .rigth .teacher p {}
    .container .main-center .content .rigth .teacher h6 {}
    .container .main-center .content .rigth .teacher:nth-child(2) {}
    .container .main-center .content .rigth .more {}
    .container .main-botton {}
    .container .main-botton .mainB0tton {}
    .container .main-botton .mainB0tton h4 {}
    .container .main-botton .mainB0tton ul {}
    .container .main-botton .mainB0tton ul li {}

}
@media screen and (max-width: 979px){
    .container .main-top {
        width: 98%;
    }
    .container .main-top h2 {}
    .container .main-top .statistics {}
    .container .main-top .statistics .statistics-left {}
    .container .main-top .statistics .statistics-left .top {}
    .container .main-top .statistics .statistics-left .top p {}
    .container .main-top .statistics .statistics-left .top div {}
    .container .main-top .statistics .statistics-left .top div p {}
    .container .main-top .statistics .statistics-left .top div img {}
    .container .main-top .statistics .statistics-left .top div .span-color {}
    .container .main-top .statistics .statistics-left .center {}
    .container .main-top .statistics .statistics-left .center table {}
    .container .main-top .statistics .statistics-left .center table tr {}
    .container .main-top .statistics .statistics-left .center table th {}
    .container .main-top .statistics .statistics-left .center table .td-span {}
    .container .main-top .statistics .statistics-left .center table .td-span span {}
    .container .main-top .statistics .statistics-left .center table .td-span:nth-child(2) {}
    .container .main-top .statistics .statistics-left .center table .td-red {}
    .container .main-top .statistics .statistics-left .center table .td-blue {}
    .container .main-top .statistics .statistics-rigth {}
    .container .main-top .statistics .statistics-rigth div {}
    .container .main-top .statistics .statistics-rigth div img {}
    .container .main-top .statistics .statistics-rigth div .img-boder {}
    .container .main-center {
        width: 98%;
    }
    .container .main-center .top {}
    .container .main-center .top bottom {}
    .container .main-center .top .bottom-color {}
    .container .main-center .content {
        display: block;
    }
    .container .main-center .content .left {}
    .container .main-center .content .left .overview h3 {}
    .container .main-center .content .left .overview h6 {}
    .container .main-center .content .left .overview div {}
    .container .main-center .content .left .overview div span {}
    .container .main-center .content .left .overview div p {}
    .container .main-center .content .left .performance {}
    .container .main-center .content .left .performance h3 {}
    .container .main-center .content .left .performance h6 {}
    .container .main-center .content .left .performance .component {}
    .container .main-center .content .left .performance .component tr {}
    .container .main-center .content .left .performance .component tr:nth-child(2) {}
    .container .main-center .content .left .performance .component th {}
    .container .main-center .content .left .performance p {}
    .container .main-center .content .left .performance .file {}
    .container .main-center .content .left .performance .file img {}
    .container .main-center .content .left .performance .save {}
    .container .main-center .content .left .performance .save tr, .container .main-center .content .left .performance .save td, .container .main-center .content .left .performance .save th {}
    .container .main-center .content .left .performance .save .save-1 {}
    .container .main-center .content .left .correlation {}
    .container .main-center .content .left .correlation h3 {}
    .container .main-center .content .left .correlation h6 {}
    .container .main-center .content .left .correlation p {}
    .container .main-center .content .left .correlation table {}
    .container .main-center .content .left .correlation table tr, .container .main-center .content .left .correlation table td, .container .main-center .content .left .correlation table th {}
    .container .main-center .content .left .correlation table th {}
    .container .main-center .content .left .tool {}
    .container .main-center .content .left .tool h3 {}
    .container .main-center .content .left .tool h6 {}
    .container .main-center .content .left .tool p {}
    .container .main-center .content .left .reference {}
    .container .main-center .content .left .reference h3 {}
    .container .main-center .content .left .reference p {}
    .container .main-center .content .left .reference .p-downshift {}
    .container .main-center .content .left .reference .botton {}
    .container .main-center .content .left .reference .botton .botton-1 {}
    .container .main-center .content .rigth {
        width: 100%;
        margin: auto;
    }
    .container .main-center .content .rigth h3 {}
    .container .main-center .content .rigth .teacher {}
    .container .main-center .content .rigth .teacher p {}
    .container .main-center .content .rigth .teacher h6 {}
    .container .main-center .content .rigth .teacher:nth-child(2) {}
    .container .main-center .content .rigth .more {}
    .container .main-botton {
        width: 98%;
    }
    .container .main-botton .mainB0tton {}
    .container .main-botton .mainB0tton h4 {}
    .container .main-botton .mainB0tton ul {}
    .container .main-botton .mainB0tton ul li {}

}
@media screen and (max-width:769px){
    .container .main-top {
        width: 100%;
        padding: 20px 15px;
    }
    .container .main-top h2 {
        font-size: 17px;
        margin: 0 auto 10px;
    }
    .container .main-top .statistics {}
    .container .main-top .statistics .statistics-left {
        width: 100%;
    }
    .container .main-top .statistics .statistics-left .top {
        flex-wrap: wrap;
    }
    
    .container .main-top .statistics .statistics-left .top * {
        font-size: 14px !important;
    }
    .container .main-top .statistics .statistics-left .top p {}
    .container .main-top .statistics .statistics-left .top div {
        justify-content: flex-start;
    }
    .container .main-top .statistics .statistics-left .top div p {
        margin-right: 10px;
        margin-left: 0;
        align-items: center;
        display: inline-flex;
        margin-top: 12px;
    }
    .container .main-top .statistics .statistics-left .top div img {
        height: 1em;
    }
    .container .main-top .statistics .statistics-left .top div .span-color {}
    .container .main-top .statistics .statistics-left .center {
        margin-bottom: 10px;
        overflow-x: scroll;
    }
    .container .main-top .statistics .statistics-left .center table {
        width: 100%;
        max-width: none;
    }
    .container .main-top .statistics .statistics-left .center table td {
        font-size: 12px;
        border-right: 1px solid #eee;
        padding: 0 12px;
    }
    .container .main-top .statistics .statistics-left .center table th {
        font-size: 13px;
        font-weight: bold;
        white-space: nowrap;
        text-align: left;
        border-right: 1px solid #ddd;
        padding-left: 6px;
        /* min-width: 300px; */
        padding: 0 12px;
    }
    .container .main-top .statistics .statistics-left .center table .td-span {}
    .container .main-top .statistics .statistics-left .center table .td-span span {}
    .container .main-top .statistics .statistics-left .center table .td-span:nth-child(2) {}
    .container .main-top .statistics .statistics-left .center table .td-red {}
    .container .main-top .statistics .statistics-left .center table .td-blue {}
    .container .main-top .statistics .statistics-rigth {}
    .container .main-top .statistics .statistics-rigth div {}
    .container .main-top .statistics .statistics-rigth div img {}
    .container .main-top .statistics .statistics-rigth div .img-boder {}
    .container .main-center {
        width: 100%;
        padding: 10px 15px;
    }
    .container .main-center .top {
        display: none;
    }
    .container .main-center .top bottom {
        font-size: 13px;
        width: auto;
        padding: 0 4px;
        margin-right: 0px;
    }
    
    #fea_hdl > bottom:hover {
        /* background-color: #f5f5f5; */
        /* color: #666; */
    }
    .container .main-center .top .bottom-color {}
    .container .main-center .content {}
    .container .main-center .content .left {}
    .container .main-center .content .left >div> h3 {
        font-size: 14px !important;
        line-height: 38px !important;
    }
    .container .main-center .content .left >div> h6 {
        font-size: 18px;
        margin: 14px 0 15px;
        line-height: 1.36;
    }
    .container .main-center .content .left .overview div, .container .main-center .content .left  div * {
        font-size: 12px !important;
    }
    .container .main-center .content .left .overview div span {}
    .container .main-center .content .left .overview div p {}
    .container .main-center .content .left .performance *,.container .main-center .content .left .performance {
        font-size: 12px !important;
    }
    .container .main-center .content .left .performance h3 {}
    .container .main-center .content .left .performance h6 {}
    .container .main-center .content .left .performance .component {}
    .container .main-center .content .left .performance .component tr {}
    .container .main-center .content .left .performance .component tr:nth-child(2) {}
    .container .main-center .content .left .performance .component th {}
    .container .main-center .content .left .performance p {}
    .container .main-center .content .left .performance .file {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .container .main-center .content .left .performance .file img {
        height: auto;
    }
    .container .main-center .content .left .performance .save {}
    
    .table-wrapper >table * {
        font-size: 12px !important;
    }
    
    .table-wrapper >table tr,.table-wrapper >table td {
        width: auto !important;
        line-height: 1.6 !important;
        padding: 5px 2px !important;
    }
    
    .table-wrapper >table th {
        padding: 8px 2px !important;
    }
    .container .main-center .content .left .performance .save tr, .container .main-center .content .left .performance .save td, .container .main-center .content .left .performance .save th {}
    .container .main-center .content .left .performance .save .save-1 {}
    .container .main-center .content .left .correlation {}
    .container .main-center .content .left .correlation h3 {}
    .container .main-center .content .left .correlation h6 {}
    .container .main-center .content .left .correlation p {}
    .container .main-center .content .left .correlation table {}
    .container .main-center .content .left .correlation table tr, .container .main-center .content .left .correlation table td, .container .main-center .content .left .correlation table th {
        line-height: 1.8 !important;
    }
    .container .main-center .content .left .correlation table th {}
    .container .main-center .content .left .tool {}
    .container .main-center .content .left .tool h3 {}
    .container .main-center .content .left .tool h6 {}
    .container .main-center .content .left .tool p {}
    .container .main-center .content .left .reference {}
    .container .main-center .content .left .reference h3 {}
    .container .main-center .content .left .reference p {}
    .container .main-center .content .left .reference .p-downshift {
        line-height: 1.9;
    }
    .container .main-center .content .left .reference .botton {}
    .container .main-center .content .left .reference .botton .botton-1 {}
    .container .main-center .content .rigth {}
    .container .main-center .content .rigth h3 {
        text-align: left;
        padding-left: 20px;
        font-size: 16px;
        font-weight: bold;
    }
    .container .main-center .content .rigth .teacher {}
    .container .main-center .content .rigth .teacher p {
        font-size: 12px;
        line-height: 1.6;
    }
    .container .main-center .content .rigth .teacher h6 {
        font-size: 14px;
    }
    .container .main-center .content .rigth .teacher:nth-child(2) {
        padding: 15px;
        line-height: 1.6;
    }
    .container .main-center .content .rigth .more {}
    .container .main-botton {
        width: 100%;
        padding: 30px 15px 0;
    }
    .container .main-botton .mainB0tton {}
    .container .main-botton .mainB0tton h4 {
        font-size: 16px;
        font-weight: bold;
    }
    .container .main-botton .mainB0tton ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }
    .container .main-botton .mainB0tton ul li {
        width: auto;
        height: auto;
        min-height: 120px;
        flex: 0 0 calc(50% - 10px);
        font-size: 14px;
    }
}