@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    /* position: relative; */
    width: 100%;
    height: 0px;
    background: #FFFDF3;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'Gothic A1', sans-serif;
}

a {
    text-decoration: none;
    list-style: none;
    color: #000;
}

ul, li {
    list-style: none;
}

.cameraTop {
    width: 100%;
    height: 88px;
    display: flex;
    box-shadow: 0 1px 5px #ddd;
    background: #fff;
    z-index: 10;
}

.toggle {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #bbb; */
}

.toggle > a > img {
    width: 50px;
    height: 50px;
}

.logo {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #ccc; */
}

.logo > a > img {
    width: 110px;
    height: 30px;
}

.home {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #bbb; */
}

.home > a > img {
    width: 50px;
    height: 50px;
}

.product {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.title {
    margin-top: 10%;
    width: 90%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    background-color: #C2DA5E;
    font-size: 12px;
    font-family: 'Gothic A1', sans-serif;
    font-weight: 500;
    color: #fff;
}

.keywords {
    margin-top: 2%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.keyword {
    padding-top: 5px;
    width: 25%;
    height: 20px;
    text-align: center;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 1px 7px 0px #ddd;
    font-size: 12px;
    font-weight: 500;
    background-color: #fff;
    color: #707070;
}

.product-01 {
    margin-bottom: 5%;
    width: 90%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: #aaa; */
}

.p-container01 {
    /* margin-top: 200px; */
    /* padding-left: 7%; */
    width: 100%;
    height: 440px;
    display: block;
    /* background-color: #fff; */
    position: absolute;
}

.p-item01 {
    margin: 2.5% 2.5%;
    /* margin-bottom: 5%; */
    width: 40%;
    height: 50%;
    float: left;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0px #ddd;
    background-color: #fff;
    overflow: hidden;
}

.p-item01 > a > img {
    width: 100%;
}

.p-item01text0 {
    width: 100%;
    height: 5px;
}

.p-item01text1 {
    margin-top: 5px;
    width: 100%;
    font-size: 6px;
    text-align: center;
    font-weight: 300;
    color: #707070;
}

.p-item01text2 {
    margin-top: 3px;
    width: 100%;
    font-size: 10px;
    text-align: center;
    font-weight: 500;
}

.p-item01text3 {
    margin-top: 8px;
    /* margin-left: 20%; */
    padding-top: 3px;
    width: 50%;
    font-size: 10px;
    float: left;
    text-decoration: line-through;
    text-align: center;
}

.p-item01text4 {
    margin-top: 8px;
    /* padding-top: 7px; */
    width: 50%;
    float: left;
    text-align: center;
    font-size: 14px;
}

.product-02 {
    margin-top: 4%;
    width: 90%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #aaa; */
}

.p-container02 {
    width: 90%;
    height: 230px;
    display: block;
    /* background-color: #fff; */
    position: absolute;
}

.p-item02 {
    margin: 0% 2.5%;
    height: 100%;
    float: left;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0px #ddd;
    background-color: #fff;
    overflow: hidden;
}

.p-item02 > a > img {
    width: 100%;
}

.p-item02text1 {
    margin-top: 5px;
    margin-left: 5%;
    width: 60%;
    float: left;
    font-size: 6px;
    text-align: start;
    color: #707070;
}

.p-item02text2 {
    margin-top: 5px;
    width: 30%;
    font-size: 16px;
    float: left;
    text-align: end;
}

.product-03 {
    /* margin-top: 5%; */
    width: 90%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: #aaa; */
}

.p-container03 {
    /* margin-top: 200px; */
    /* padding-left: 7%; */
    width: 100%;
    height: 450px;
    display: block;
    /* background-color: #fff; */
    position: absolute;
}

.p-item03 {
    margin: 2.5% 2.5%;
    width: 40%;
    height: 50%;
    float: left;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0px #ddd;
    background-color: #fff;
    overflow: hidden;
}

.p-item03 > a > img {
    width: 100%;
}

.product-04 {
    width: 90%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #aaa; */
}

.p-container04 {
    width: 90%;
    height: 350px;
    display: block;
    /* background-color: #fff; */
    position: absolute;
}

.p-item04 {
    margin: 0% 2.5%;
    height: 100%;
    float: left;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0px #ddd;
    background-color: #fff;
    overflow: hidden;
}

.p-item04 > a > img {
    width: 100%;
}

.p-item04text1 {
    margin-top: 3%;
    margin-left: 5%;
    width: 60%;
    float: left;
    font-size: 6px;
    text-align: start;
    color: #707070;
}

.p-item04text2 {
    margin-top: 3%;
    width: 30%;
    float: left;
    font-size: 12px;
    text-align: end;
    text-decoration: line-through;
    color: #707070;
}

.p-item04text3 {
    margin-left: 5%;
    width: 60%;
    font-size: 14px;
    float: left;
    text-align: start;
}

.p-item04text4 {
    /* padding-top: 7px; */
    width: 30%;
    float: left;
    text-align: end;
    font-size: 14px;
}

.product-05 {
    width: 90%;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #aaa; */
}

.p-container05 {
    width: 90%;
    height: 300px;
    display: block;
    /* background-color: #fff; */
    position: absolute;
}

.p-item05 {
    margin: 0% 2.5%;
    height: 100%;
    float: left;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0px #ddd;
    background-color: #fff;
    overflow: hidden;
}

.p-item05 > a > img {
    width: 100%;
}

.p-item05text1 {
    margin-top: 5%;
    margin-left: 5%;
    width: 60%;
    float: left;
    font-size: 6px;
    text-align: start;
    color: #707070;
}

.p-item05text2 {
    margin-top: 5%;
    width: 30%;
    float: left;
    font-size: 12px;
    text-align: end;
    text-decoration: line-through;
    color: #707070;
}

.p-item05text3 {
    margin-left: 5%;
    width: 60%;
    font-size: 14px;
    float: left;
    text-align: start;
}

.p-item05text4 {
    /* padding-top: 7px; */
    width: 30%;
    float: left;
    text-align: end;
    font-size: 14px;
}

.recommend {
    margin-top: 100px;
     width: 90%;
     height: 30px;
     background-color: #FFFDF3;
     font-size: 14px;
     font-weight: 600;
     color: #707070;
     border-bottom: 1px solid #70707034;
}

footer {
    margin-top: 100px;
    padding-top: 30px;
    /* padding-bottom: 80px; */
    display: flex;
    justify-content: center;
    width: 100%;
    height: 400px;
    border-top: 1px solid #CECECE;
    background-color: #fff;
}

.infomation {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    float: left;
    /* background: #aaa; */
}

.info1 {
    margin: 0;
    float: left;
    width: 60%;
    height: 100%;
    /* background: #bbb; */
}

.cs {
    /* padding-top: ; */
    padding-left: 10px;
    width: 100%;
    height: 20px;
    font-size: 18px;
    font-weight: 800;
    border-left: 2px solid #707070;
    float: left;
}

.phone {
    padding: 20px 0px;
    width: 100%;
    height: 30px;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* background: #CECECE; */
}

.phone > img {
    width: 30px;
    height: 30px;
}

.ph-text {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.copyright {
    width: 100%;
    height: 150px;
    float: left;
    /* font-size: 14px; */
    text-align: center;
}

.e-mail {
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
    height: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.e-mail > img {
    margin-right: 3px;
    width: 20px;
    height: 13px;
}

.e-text {
    margin-left: 3px;
    font-weight: 600;
}

.c-text {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
}

.shopguide {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.s-text1 {
    margin-right: 3px;
    font-size: 14px;
    font-weight: 500;
}

.s-text2 {
    font-size: 14px;
    padding: 0px 2px;
    border-right: 1px solid #707070;
    font-weight: 700;
}

.s-text3 {
    font-size: 14px;
    padding: 0px 2px;
    border-left: 1px solid #707070;
    font-weight: 700;
}

.greenbooks {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
}

.g-title {
    padding-left: 10px;
    width: 100%;
    height: 20px;
    font-size: 18px;
    font-weight: 800;
    border-left: 2px solid #707070;
    float: left;
}

.g-text {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
}

.info2 {
    width: 35%;
    height: 100%;
    /* background: red; */
}

.socoal-network {
    width: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    /* background: #bbb; */
}

.sn-img {
    display: flex;
    justify-content: end;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    float: left;
}

.sn-img > a > img {
    margin-right: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    box-shadow: 0 1px 5px #ddd;
}