@charset "UTF-8";
#hd_menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; /* Ensure the header stays on top */
    /* Add any other styles you need for the fixed header */
  }
  #hd_menu button#menu_open{background: #077e48;}
  #hd_menu [class~=ul_2nd] > li{background:rgb(7 126 72);}
  #ol_submit{background: #077e48;}
  .qk_con_wr .side_tnb{display:flex;flex-wrap:wrap;}
  .mun{display:flex;padding:25px;}
.top{}
.top .top_head{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.top .top_head .cs_center{
    /* display: flex; */
    /* justify-content: flex-start; */
}
.top .top_head .cs_center h5{
    font-size: 18px;
    color: #977859;
    font-weight: bold;
}
.top .top_head .cs_center .phone:before{content:'';display:flex;width:25px;height: 25px;margin-right: 10px;margin-top: 4px;background:url(../image/ico-phone.png) no-repeat;}
.top .top_head .cs_center .phone {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #977859;
    font-weight: bold;
}
.top .top_head .search{position:static;margin-left:0;}
.top .top_head .search h3{}
.bn_banner_x{}
.bn_banner_x a{display:flex;margin-bottom:65px;}
.sct_op_btn > button.btn_share{display:none;}
.sct_op_btn > button.btn_share30{display:none;}
#comm_area [class~=comm_quick] ul{justify-content: center;}
#top_btn1{display:none;position:fixed;bottom:100px;right:20px;width:50px;height:50px;line-height:30px;border:2px solid #077e48;color:#077e48;background:#fff;}
#mobile_hd #mobile_logo{text-align:left;}
#mobile_btn_hdcate{right:0;}
#mobile_hd #mobile_hd_btn a{right:40px;}
#mobile_hd #mobile_hd_btn a[class~=search]{right:65px;}
[class~=sit_btn_buy]{background: #077e48;border:#077e48;}
[class~=sit_btn_buy]:hover{background:#fff;border:1px solid #077e48;color:#077e48;}
.sit_btn_cart{border:1px solid #077e48;}
.sit_btn_cart:hover{background:#977859;border:1px solid #977859;color:#fff;}
.sct .sct_li{margin-right:30px;}
.sct .sct_last{margin-right:0;}
@media all and (max-width: 1300px) {
    #ft [class~=ft_info] a{color:#888;font-size:0.95em;}
    .sct .sct_li{margin-right:15px;}    
}
@media all and (max-width: 992px) {
    .sct .sct_li{margin-right:15px;}    
}
@media all and (max-width: 768px) {
    .bn_banner_x a{display:flex;margin-bottom:10px;}
    [class~=rolling_box] [class~=sct_basic]{
        height:auto;
    }
    #community{margin:0;}
    #comm_area [class~=comm_cs], #comm_area [class~=comm_bank], #comm_area [class~=comm_notice] {
        width: 100%;
        height: auto;
        padding: 20px 40px;
    }
    #comm_area [class~=comm_quick]{height:auto;}
    .sct .sct_li{margin-right:10px;}
}