* {
    padding: 0;
    margin: 0;
}

html,
body {
    font-size: 14px;
    width: 100%;
    height: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: white;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

.home {
    width: 100%;
}

.img_width {
    width: 100%;
}

.header {
    width: 80%;
    height: 5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;
    box-sizing: content-box;
}

.header_f {
    width: 12rem;
    /* height: 3rem; */
}

.header div:nth-of-type(2) {
    width: 50%;
    height: 5rem;
    font-size: 2rem;
    line-height: 5rem;
    color: #84b12f;
}

.header div:nth-of-type(3) text {
    font-size: 1.8rem;
    line-height: 4.6rem;
    vertical-align: top;
}

.header_f img {
    width: 100%;
    /* height: 3rem; */
}

.header_phone {
    height: 3rem;
}

.header_phone img {
    height: 4rem;
    /* width: 100%; */
}

.header-nav {
    width: 100%;
    height: 2.5rem;
    background: #333333;
    color: white;
}

.header-nav-name {
    width: 80%;
    margin: 0 auto;
    height: 2rem;
    color: white;
    display: flex;
    justify-content: space-around;
    line-height: 2.5rem;
    font-size: 1rem;
}

.header-img {
    width: 100%;
    height: auto;
}

.header-img .swiper-wrapper{ height: auto !important;}

.header-imgP {
    position: fixed;
    top: 25%;
    right: 0;
    width: 5rem;
    height: 20rem;
    z-index: 20;
    display: block;
}

.header-imgP img {
    width: 5rem;
    height: 4rem;
    margin-bottom: 1rem;
}

.header-imgC {
    width: 1rem;
    height: 1rem;
    background: lightgray;
    color: gray;
    text-align: center;
    line-height: 1rem;
    float: right;
}

.header-img img {
    width: 100%;
}

.storeDisplay {
    padding: 2% 0;
    margin: 0 auto;
    width: 69%;
    overflow: hidden;
}

.txt {
    padding: 0 1rem;
}

.store {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 2rem;
}


/* .store div {
    width: 25%;
    /* flex-wrap: wrap;
	margin-top: 2rem;


 } */

.store_list_box {
    width: 23%;
    float: left;
    padding: 0 .9rem;
}

.store_list_img1 {
    width: 100%;
    height: 100%;
}

.store_list_txt {
    height: 1.5rem;
    text-align: center;
    padding: .6rem 0 2rem 0;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.store_list_txt div {
    height: 1.5rem;
    text-align: center;
    /* padding: .6rem 0 2rem 0; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store_list_box:hover .store_list_txt {
    color: #73a318;
}

.store_list_box :hover .store_list_img1 {
    transform: scale(1.1);
}

.paging {
    width: 20%;
    text-align: center;
    /* width: 100%; */
    display: block;
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    margin: 0 auto;
}

.proPage {
    padding: .3rem 0;
}

.proPage img {
    width: 1.5rem;
    height: 1.5rem;
}

.paging_num {
    display: flex;
    justify-content: space-around;
    margin: 0 2rem;
}

.sumDiv {
    width: 2rem;
    height: 2rem;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 2rem;
}

.sumDiv:hover {
    background-color: #73a318;
    color: white;
}


/*.paging_num div:nth-child(2) {
	margin: 0 1.5rem;
}
*/

.bottom-nav {
    width: 100%;
    color: white;
    background: #242424;
    padding: 0 10%;
    box-sizing: border-box;
}

.bottom-navUL {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bottom-navUL_li {
    font-size: 1.5rem;
    line-height: 1.5rem;
    width: 114%;
}

.bottom-navUL>li div {
    border-left: .1rem solid gray;
    margin-left: .5rem;
}

.bottom-navUL_div {
    padding: 5rem 0;
}

.bottom-navUL_div_div {
    display: flex;
    justify-content: space-between;
}

.bottom-navUL_div_div1 {
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
}

.font-colorC {
    color: lightgrey;
    height: 5%;
    line-height: 4rem;
    background-color: #1b1b1b;
}

.bottom-navUL_div_div ul {
    width: 5rem;
}

.bottom-navUL_address {
    line-height: 2rem;
    /* padding: 1.5rem; */
}

.margin-topC {
    margin: 2rem;
}

.margin-liftC {
    margin-left: 1.5rem;
}

.tanchaung {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}

.tanchaung-content {
    width: 50%;
    margin: 11rem auto;
    background-color: white;
    padding: 1rem 1rem;
}

.tanchaung-content-header {
    font-size: 1.5rem;
    line-height: 2rem;
    display: flex;
    justify-content: space-between;
}

.tanchaung-content-Li {
    margin-top: .5rem;
    padding-left: 1rem;
}

.tanchaung-content-Li ul {
    padding: 0 1rem;
}

.tanchaung-content-Li>ul li {
    list-style: decimal;
    font-size: 1.1rem;
    line-height: 2rem;
    letter-spacing: .1rem;
}

@media (max-width: 1200px) {
    .store {
        width: 116%;
    }
    .bottom-navUL_div img {
        width: 80%;
    }
}