@media screen and (max-width: 750px){
    html{
        font-size: 60px;
    }
    .top, .bottom{
        padding: 10px 15px;
    }
    .bottom{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .bottom-right{
        margin-top: 5px;
    }
    .point{
        right: 15px
    }
    .close_btn{
        right: 15px;
    }
    .icon_link{
        margin-right: 10px;
    }
    .sremark{
        min-width: 375px !important;
        padding: 20px !important;
    }
    .text_right{
        width: 100% !important;
    }
    /* .stitle h2{
        font-size: 30px !important;
    } */
}
@media only screen and (min-width: 751px){
    html {
        font-size: 75px;
    }
    .top, .bottom{
        padding: .1875rem .733333rem;
    }
    .bottom{
        /* padding: 10px .4rem; */
        justify-content: space-between !important;
        align-items: center !important;
    }
   
    .point{
        right: 55px
    }
    .close_btn{
        right: 55px;
    }
    
}
li{
    list-style: none;
    margin-bottom: .6rem;
    color: #fff;
    font-size: .24rem;
    font-weight: bold;
}
ul{
    display: flex;
   flex-direction: column;
   align-items: center;
}
html,
body {
    width: 100%;
    height: 100%;
}
body{
    line-height: normal;
    font-size: medium;
}
a{
    display: block;
    text-decoration: none;
    color: #281E1C;
}
a:hover{
    color: #281E1C !important;
}
img{
    vertical-align: middle;
    object-fit: cover;
    object-position: center;
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #aeaeae;
    }
    body::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #BE241E;
    }
/* 首页样式 */
.top{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    /*Safari*/
    display: -moz-box;
    /*Firefox*/
    display: -ms-flexbox;
    /*IE*/
    display: -webkit-flex;
    /*Chrome*/
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.logo img{
    height: .75rem;
}
.top-left{
    cursor: pointer;
     /*Safari*/
     display: -moz-box;
    /*Firefox*/
    display: -ms-flexbox;
    /*IE*/
    display: -webkit-flex;
    /*Chrome*/
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content:center;
}
.left-text{
    font-size: .266667rem;
    margin-right: .2rem;
    min-width: .533333rem;
    color: #281E1C;
}
.directory_icon{
    width: .44rem;
}
.directory{
    width: 0px;
    height: 0px;
    overflow: hidden;
    /* background-color: #DE3F23; */
    background-color: #BE241E;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    /*Safari*/
    display: -moz-box;
    /*Firefox*/
    display: -ms-flexbox;
    /*IE*/
    display: -webkit-flex;
    /*Chrome*/
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content:center;
}
.directory_active{
    color: #281E1C !important;
}
.close_btn{
    width: .4rem;
    height: .4rem;
    position: absolute;
    top: .4rem;
    cursor: pointer;
}
.directory_link{
    color: #fff;
}
/* 关于我们页面样式 -- 这一部分同首页样式相同 */
.page {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    /*Safari*/
    display: -moz-box;
    /*Firefox*/
    display: -ms-flexbox;
    /*IE*/
    display: -webkit-flex;
    /*Chrome*/
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.link_a{
    height: 100%;
    width: 100%;
}
.index_img{
    width: 100%;
    height: 100%;
}
/* 关于我们页面样式 -- 这一部分同首页样式相同 */
/* 首页样式 */

/* 详情页样式 */
.li_active{
    color: #281E1C !important;
}
/* 详情页样式 */



/* 作品页样式 */
.works_item_box{
    display: flex;
    flex-wrap: wrap;
}
.works_item_box .works_item{
    width: 50%;
}
.works_item_box .works_item a{
    width: 100%;
    height: 100%;
}
.works_item_box .works_item a img{
    width: 100%;
    height: 100%;
}
/* 作品页样式 */


/* 联系我们页面样式 */
.img_box{
    width: 100%;
    height: 100%;
}
.img_box img {
    width: 100%;
    height: 100%;
}
/* 联系我们页面样式 */