.home_header {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px 25%;
}
.home_banner {
    width: 100%;
    height: 30rem;
    /* margin: 0 4%; */
    padding-top: 70px;
    margin: 0px;
}
.home_nav {
    width: 100%;
    margin: 1.5rem 0%;
}
.home_recommended_list {
    width: 100%;
    margin: 1rem 1%;
    overflow: scroll;}
    
.home_recommended_list li .img {
    width: 100%;
    height: 11vw!important;
    position: relative;
}
.home_recommended_list li {
    width: 31%!important;
}
.home_title {
    width: 100%;
    margin: 0px;
}

.home_hot_list {
    width: 100%;
    margin: 1rem 0%;
   padding-bottom: 70px;
}
.home_title h4 span {
    font-size: 21px;
    color: #18191a;
    margin-left: 0.1rem;
}

.home_title h4 {

    font-size: 21px;
    
}


ul#fles {
    display: flex;
    flex-flow: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
}

.home_hot_list li .img {
    width: 13rem;
    height: 13rem;
    
}

.home_hot_list li {
    width: 48%;
    height: auto;
}


.home_header .left p {
    font-size: 15px;
    margin-left: 0.5rem;
    font-weight: 600;
    padding-top: 10px;
}

.home_nav li img {
    height: 5rem;
}
footer {
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 16px #e1e1e1;
    z-index: 999;
    padding: 0px 18%;
}
footer li img {
    height: 2.6rem;
}


.classification_left {
    /*margin: 70px 0px 20px 0px !important;*/
}

.classification_left {
    width: 100%;
    height: 60px;
    background: #fff;
     position: relative; 
    left: 0;
    z-index: 9;
    border-radius: 2px;
    padding: 0!important;
}

.classification_left li {
    width: 12%;
    height: 60px;
    line-height: 60px;
    position: relative;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.classification_right {
    padding: 0px;
}

.classification_right li {
    width: 48%;
    height: auto;
   
}

.classification_right li .text {
    width: 100%;
    height: auto;
    margin-right: 0.75rem;
    overflow: hidden;
}
.classification_right li .img {
    width: 15rem;
    height: 15rem;
}


.user_top_nowx {
    display: none;
    width: 100%;
    /* height: 100vh; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 24%;
}

.user_top_nowx img {
    width: 10rem;
    height: 10rem;
    margin: 5rem auto 0;
    display: block;
    border-radius: 6px;
    border: 4px solid #09bb07;
}
.vip_footer {
    padding: 0px 22%;
}

.details_img {
    width: 100%;
    height: auto;
    /*margin-top: 70px;*/
}

.details_title h4 {
    text-align: center;
    color: #333;
    height: 5rem;
    line-height: 5rem;
    font-size: 26px;
}

.details_img img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}
body {
    max-width: 800px;
    margin: auto;
}
body#dt {
     background: url(/static/yuan/img/datibg.png); 
    background-size: 4rem;
}
.exam_top {
    padding: 0px 26%!important;
}

.syt {
    width: 50%!important;
    border-radius: 4px!important;
    left: 26%!important;
}



.right1 {
    position: relative;
    height: 60px;
    width: 100%;
    background: #fff;
    z-index: 9999999;
}

.home_recommended_list li .img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 0.25rem;
}

.home_recommended_list ul {
    display: flex;
    flex-wrap: wrap;
    width: 102%;
}

