* {
    padding: 0;
    margin: 0;
}

html,
body {
    font-size: 14px !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #e6e6e624;
}

li {
    list-style: none;
}

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

a:hover,
a:focus {
    color: white !important;
}

.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;
    overflow: hidden;
}

.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: 51%; */
    overflow: hidden;
}

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

.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;
}

.new_list {
    margin-top: 3rem;
    width: 100%;
    overflow: hidden;
}

.new_class {
    width: 99%;
    display: flex;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: .1rem solid lightgrey;
    border-radius: 1rem 1rem;
}

.new_class1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.new_class_text {
    width: 100%;
    padding: 2.5rem 1rem;
    overflow: hidden;
    box-sizing: content-box;
}

.new_class2 {
    font-size: 1.5rem;
}

.new_class3 {
    font-size: 1.2rem;
}

.new_list_info {
    margin-top: 2rem;
    font-size: 1.1rem;
    letter-spacing: .2rem;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
}

.new_class:hover {
    background-color: white;
    box-shadow: 10px 10px 5px #888888;
}

.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: 2rem;
    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: 23rem 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;
}

.news {
    width: 100%;
}

.news_title {
    text-align: center;
    font-size: 2rem;
}

.news_date {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
}

.news_content {
    color: #7d7979;
    letter-spacing: .02rem;
    line-height: 2rem;
    border-bottom: .1rem solid gray;
    border-top: .1rem solid gray;
}

.news_content p {
    margin-top: .5rem;
}

.news_content_img {
    margin: 2rem 0 1rem;
    width: 100%;
}

.new_center {
    text-align: center;
}

.news_date_img {
    width: 1.6rem;
    height: 1.6rem;
}

.new_add {
    margin-top: 2rem;
}

.new_list_box {
    border-radius: 0.5rem 0.9rem;
    /*width: 45.5rem;*/
    min-width: 24.5%;
}

.new_list_box>img {
    width: 100%;
    max-height: 169px;
}

@media (max-width: 1200px) {
    .bottom-navUL_div img {
        width: 80%;
    }
    .new_list_box {
        border-radius: 0.5rem 0.9rem;
        width: 45.5rem;
    }
}