* {
    padding: 0;
    margin: 0;
}

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

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

.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%; */
}

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

.txt {
    padding: 0 1rem;
}

.touch {
    width: 100%;
    margin: 2rem auto 0;
    display: flex;
    justify-content: center;
}

.touch-L {
    width: 50%;
}

.touch-R {
    width: 50%;
}

.touch-L-eng {
    font-size: 1rem;
    line-height: 2rem;
    color: #808080;
    /* 	text-align: center; */
}

.touch-L-chin {
    font-size: 2.8rem;
    line-height: 4rem;
    /* text-align: center; */
}

.touch-L img {
    width: 65%;
}

input {
    border: 0px;
    outline: none;
}

.colorChang-red {
    color: red;
}

.border_div {
    border-bottom: .15rem solid lightgray;
    margin: 2rem 0;
}

.display_div div {
    display: inline-block;
}

.font_sizeChan {
    font-size: 1.5rem;
}

.join_div1 {
    margin: 2rem 0;
}

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

.liuyan {
    display: block;
    width: 100%;
    height: 10rem;
}

.submit {
    width: 8rem;
    height: 3rem;
    border-radius: 3rem 3rem;
    text-align: center;
    line-height: 3rem;
    border: .05rem solid black;
}


/* 底部 */

.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;
    /* flex-wrap: wrap; */
}

.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%;
    margin-top: -1rem;
}

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

.li1 {
    margin-top: 1rem;
}

@media (max-width: 1600px) {
    .touch-L-chin {
        font-size: 2.5rem;
    }
}

@media (max-width: 1370px) {
    .touch-L-chin {
        font-size: 2.2rem;
    }
}

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