.store_agency_head{
    position: relative;
}
/* .store_agency_head:after{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    pointer-events:none;
    z-index: 2;
} */
.bg_imgs{
    position: relative;
    z-index: 1;
}
.top_logo{
    position: absolute;
    top: 10px;
    left: 15px;
    width: 97px;
    z-index: 3;
}
.top_logo img{
    width: 100%;
}
.sw_p{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -20px;
    box-sizing: border-box;
    z-index: 3;
}
.store_info_row{
    font-size: 0;
    text-align: center;
}
.left_head{
    width: 70px;
    height: 70px;
    border-radius:4px;
    overflow: hidden;
    margin-right: 24px;
}
.right_info{
    width: -webkit-calc(100% - 94px);
    width: calc(100% - 94px);
}
.left_head img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.store_name{
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:22px;
    color:rgba(255,255,255,1);
}
.store_type{
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:17px;
    color:rgba(243,209,135,1);
    margin-top: 6px;
}
.store_id{
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:17px;
    color:rgba(255,255,255,1);
    margin-top: 7px;
}
.store_banner{
    padding: 15px 15px 0;
    font-size: 0;
    background: #fff;
}
.store_banner_item{
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 10px;
}
.store_banner_item:nth-child(even){
    margin-right: 0;
}
.store_footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    background:rgba(255,255,255,1);
    border-top:1px solid rgba(236,236,236,1);
    z-index: 1001;
}
.store_footer>a{
    margin: 15px 0;
}
.store_title{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    /* background:rgba(240,247,255,0.4); */
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:25px;
    color:#fff;
    padding: 8px 15px;
    margin:auto 0;
    font-size: 24px;
}
.store_infos{
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size:14px;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:20px;
    color:#fff;
    z-index: 9;
}
.left_dm{
    width: 19px;
}
.left_dm img{
    width: 100%;
}


.store_btn_wrapper{
    padding-left: 20px;
}
.home_page_bt_box .header_rows,
.home_page_bt_box .home_page_bts{
    line-height: 28px;
}
.home_page_bt_box .home_btn_scroll{
    padding-bottom: 0;
}
.home_page_content_box .home_page_img_item{
    padding-top: 0;
    padding-bottom: 0;
}
.course_new_row_sys_item{
    margin-top: 0!important;
    padding: 16px 0;
    border-bottom: 1px solid rgba(232,232,232,1);
}
div>.course_new_row_sys_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.index_course_two {
    box-sizing: border-box;
    margin-right: 10px;
    width: calc(50% - 5px);
    background: rgba(255,255,255,1);
    margin-bottom: 20px;
}
.course_new_row_sys .index_course_two:nth-child(2n) {
    margin-right: 0;
}
.index_course_two .index_course_img{
    width: 100%;
}
.index_course_two .index_course_dp{
    border:none;
    padding: 0;
    margin-top: 10px;
    font-size: 0.14rem;
    color: rgba(38,38,38,1);
}
.index_course_two .index_course_dp1{
    font-size: 0.12rem;
    margin-top: 5px;
    color: rgba(38,38,38,0.60);
}
.index_course_two .index_course_dp,
.index_course_two .index_course_dp1 {
    box-sizing: border-box;
    width: 100%;
    height: 20px;
    text-align: left;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 20px;
}
.course_new_row_sys {
    margin-top: 16px;
}
@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
    .store_footer {
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }
}