.footer-info {
    text-align: center;
    padding-bottom: 15px;
}

.footer-info * {
    display: inline-block;
    vertical-align: middle;
}

.footer-info img {
    margin: 5px;
}

.footer-info .fb-fans-page {
    width: 100px;
    height: 100px;
    background-image: url('../../images/common/fb_page.png');
}

.footer-info .share .btn {
    line-height: 25px;
}

.footer-info .share {
    display: inline-block;
}


/*------------ products-editor ------------*/

.products-editor .col {
    float: left;
    width: 48%;
}

.products-editor .list {
    margin: 0 0 0 -23px;
}

.products-editor .pic_right {
    float: right;
    width: 50%;
}


/*------------ notice-editor ------------*/

.notice-editor {
    font-size: 13px;
    color: #333333;
}

.notice-editor h2 {
    font-weight: bold;
    color: #006835;
    font-size: 20px;
    text-align: center;
    margin: 0;
}

.notice-editor h2 i {
    display: block;
    margin: 0 auto;
    transform: rotate(90deg);
    font-size: 30px;
}

.notice-editor h3 {
    margin: 0;
}

.notice-editor .color2 {
    color: #83A493;
}

.notice-editor .pic img {
    margin: 0 25px 10px;
}


/*------------ terms-editor ------------*/

.terms-editor .title {
    font-size: 14px;
    font-weight: bold;
    color: #8dc120;
    margin: 0;
}


/*------------ index-about-editor ------------*/

.index-about-editor {
    color: #545454;
    letter-spacing: 1px;
}


/*------------ about-editor ------------*/

.aboutTxt p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.aboutTitle {
    color: #545454;
    font-size: 32px;
    position: relative;
    width: 250px;
    line-height: 35px;
}

.aboutTitle::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #545454;
    display: inline-block;
    position: absolute;
    bottom: -10px;
}

.aboutContent {
    width: calc(100% - 260px);
}


/*------------ rwd ------------*/

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 767px) {
    .aboutTxt p.aboutTitle {
        display: none;
    }
    .aboutContent {
        width: 100%;
    }
    .products-editor .col,
    .products-editor .pic_right {
        float: none;
        width: 100%;
    }
    .products-editor .pic_right {
        margin: 15px 0 0;
    }
}

@media screen and (max-width: 480px) {}