/*------------ footer-editor ------------*/

.footer-editor {
    text-align: center;
}

.footer-editor .qr-inner {
    display: inline-block;
}

.footer-editor .qr-inner img {
    padding: 7px;
    display: inline-block;
    border: 12px solid #DDDDDD;
    margin: 8px;
    background: #fff;
}

.footer-editor .fb {
    width: 170px;
    height: 77px;
    display: inline-block;
    box-sizing: border-box;
    transition: all .2s;
    background: url('../../../images/common/fb.png');
    margin: 8px;
}

.footer-editor .fb:hover {
    opacity: .7;
}


/*------------ about-editor ------------*/

.about-list {
    border: dashed #999999;
    border-width: 0 1px;
}

.about-list li {
    padding: 0 25px;
    width: calc((100% / 3) - 0.1px);
}

.about-list li + li {
    border-left: 1px dashed #999999;
}


/*------------ news-editor ------------*/

.news-tit {
    font-size: 17px;
    color: #674B59;
}


/*------------ service-editor ------------*/

.service-ul {
    margin: 0 -13px;
}

.service-ul li {
    width: 25%;
    padding: 0 13px;
    box-sizing: border-box;
}

.service-ul li .service-tit {
    font-size: 17px;
    display: block;
    color: #664B59;
    margin: 10px 0 0 0;
}

.service-p {
    border-top: 1px dashed #999999;
}


/*------------ products-editor ------------*/

.products-title {
    font-size: 17px;
    color: #674B59;
}


/*------------ article-editor ------------*/

.article-editor-title {
    font-size: 17px;
    color: #674B59;
}


/*------------ video-editor ------------*/

.video-editor-tit {
    font-size: 17px;
    color: #674B59;
}


/*------------ terms-editor ------------*/

.terms-editor .title {
    font-size: 16px;
    color: #664B59;
    margin: 0;
}


/*------------ index-editor ------------*/

.index-about-title {
    font-size: 17px;
    color: #674B59;
    margin: 0;
}

.index-about-editor {
    color: #fff;
    text-align: center;
}

/*------------ rwd ------------*/

@media screen and (max-width: 767px) {
    .about-list {
        border: 0;
    }
    .about-list li {
        text-align: center;
        width: auto;
        padding: 15px 0;
    }
    .about-list li + li {
        border-top: 1px dashed #999999;
        border-left: 0;
    }
    .service-ul li {
        width: 50%;
        padding: 0 13px 40px;
        text-align: center;
    }
    .service-ul .box {
        max-width: 260px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .service-ul {
        margin: 0;
    }
    .service-ul li {
        width: 100%;
        padding: 0 0 40px;
    }
}
