@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    /* position: relative; */
    width: 100%;
    height: 2900px;
    background: #FFFDF3;
    overflow-x: hidden;
    overflow-y: scroll;
}

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;
}

.right-arrow {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #bbb; */
}

.right-arrow > img {
    width: 50px;
    height: 50px;
    display: none;
}

.fixed-footer {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0; left: 0;
    z-index: 999;
}

.ff-bg {
    width: 100%;
    position: relative;
    /* background-color: #ddd; */
    /* z-index: -1; */
}

.ff-bg > img {
    /* margin-top: 10%; */
    width: 100%;
    height: 100%;
}
.ff-container {
    width: 80%;
    display: flex;
    justify-content: space-between;
    position: absolute;
}

.ff-item {
    margin-right: 10px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ff-item > a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: #FFF;
    font-size: 4px;
    font-weight: 100;
    display: flex;
    justify-content: center;
}

.ff-direct {
    margin-top: 15px;
    width: 60%;
    opacity: 0.7;
}

.ff-itemtext {
    margin-top: 5px;
    width: 100%;
    font-size: 8px;
}

.ff-ARimg {
    width: 120%;
}

.AR {
    margin: 0;
    width: 100%;
    background-color: #FFFDF3;
}

.AR > img {
    width: 100%;
}

footer {
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 80px;
    /* 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;
}