/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.editor-title {
    color: #1253df;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}
.editor-title-img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.about-editor-circle {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}
.about-editor-circle .col {
    float: left;
    width: 33.33%;
    padding: 0 5px;
}
.about-editor-circle-pic {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    border-radius: 100%;
    padding: 8px;
}
.about-editor-circle-pic.bg2 {
    background: rgba(255,255,255,0.8);
}
.about-editor-circle-pic img {
    border-radius: 100%;
}
.about-editor-pics {
    max-width: 1110px;
    margin: 0 auto;
}
.about-editor-pics .col {
    float: left;
    width: 33.33%;
    padding: 0 1.5%;
}
.products-editor-pics {
    margin: 0 -6px;
}
.products-editor-pics .col {
    float: left;
    width: 25%;
    padding: 0 6px;
    margin-bottom: 10px;
    text-align: center;
}
.service-editor-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.service-editor-list .item {
    width: 33.33%;
    padding: 0 2%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service-editor-list .item:nth-child(3n+1) {
    clear: left;
}
.service-editor-list .box {
    max-width: 411px;
    margin: 0 auto 50px;
}
.service-editor-list .name {
    color: #006CD8;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin: 10px 0 6px;
}
.service-editor-list .description {
    color: #666659;
    font-size: 15px;
    line-height: 1.5;
}

.index-service-editor-list {
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
}
.index-service-editor-list .item {
    width: 33.33%;
    padding: 0 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-service-editor-list .box {
    overflow: hidden;
}
.index-service-editor-list .pic {
    float: left;
    width: 183px;
}
.index-service-editor-list .txt {
    margin-left: 200px;
}
.index-service-editor-list .name {
    color: #006CD8;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.2;
}
.index-service-editor-list .description {
    color: #000;
    font-size: 15px;
    line-height: 1.5;
}

.contact-info-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li,
.contact-info-list .ic-wrap,
.contact-info-list .txt {
    display: inline-block;
    vertical-align: middle;
}
.contact-info-list li {
    width: 33%;
    padding: 0 5px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-info-list li:first-child {
    font-size: 14px;
}
.contact-info-list .txt {
    width: calc(100% - 110px);
    margin-left: 10px;
    color: #969696;
    font-weight: bold;
    line-height: 1.5;
}
.terms-title {
    color: #f39800;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0.3em;
}

@media screen and (max-width: 1280px) {
    .index-service-editor-list .box {
        max-width: 411px;
        margin: 0 auto;
    }
    .index-service-editor-list .pic {
        float: none;
        width: auto;
    }
    .index-service-editor-list .txt {
        margin: 10px 0 0;
    }
}
@media screen and (max-width: 1000px) {
    .products-editor-pics .col {
        width: 50%;
    }
    .contact-info-list li {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        width: auto;
    }
    .contact-info-list li:nth-child(n) {
        font-size: 16px;
    }
    .contact-info-list .ic-wrap {
        width: 60px;
    }
    .contact-info-list .txt {
        width: calc(100% - 75px);
    }
}
@media screen and (max-width: 960px) {
    .service-editor-list .item {
        width: 50%;
    }
    .service-editor-list .item:nth-child(3n+1) {
        clear: none;
    }
    .service-editor-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .about-editor-pics .col {
        width: 100%;
        padding: 0 0 10px;
        text-align: center;
    }
    .contact-info-list li:nth-child(n) {
        text-align: center;
    }
    .contact-info-list .txt {
        display: block;
        width: auto;
        margin: 5px 0 0;
    }
    .index-service-editor-list .item {
        width: 100%;
    }
    .index-service-editor-list .box {
        max-width: none;
        margin-bottom: 15px;
    }
    .index-service-editor-list .pic {
        float: left;
        width: 200px;
    }
    .index-service-editor-list .txt {
        margin: 0 0 0 220px;
    }
}
@media screen and (max-width: 600px) {
    .service-editor-list .item {
        width: 100%;
        padding: 0;
    }
    .service-editor-list .item:nth-child(n) {
        clear: none;
    }
    .service-editor-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
    .products-editor-pics .col {
        width: 100%;
    }
    .index-service-editor-list .box {
        max-width: 360px;
        margin-bottom: 30px;
    }
    .index-service-editor-list .pic {
        float: none;
        width: auto;
    }
    .index-service-editor-list .txt {
        margin: 10px 0 0;
    }
}
@media screen and (max-width: 420px) {
    .about-editor-circle .col {
        padding: 0 3px;
    }
    .about-editor-circle-pic {
        padding: 5px;
    }
}