/*********** 前後台編輯器區塊共用的CSS設定 ***********/

.about-editor {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.about-sect .editor {
    padding: 15px 40px;
}

.terms-editor .title {
    color: #0699e9;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.9;
    margin: 10px 0 20px;
}

.contact-editor .col {
    width: 50%;
}


/*.protection-editor*/

.protection-editor .m-til {
    font-size: 33px;
    color: #00b490;
    line-height: 1.9;
    margin-bottom: 15px;
}

.protection-editor .red-til {
    display: block;
    font-size: 18px;
    line-height: 1.9;
    font-weight: bold;
    color: #7f0000;
    margin-bottom: 8px;
}

.protection-editor .tips {
    font-size: 16px;
    color: #00b390;
    font-weight: bold;
    line-height: 1.9;
    text-align: left;
    padding-bottom: 15px;
    ;
    border-bottom: solid #00b390 2px;
    width: 434px;
    margin-bottom: 10px;
}

.protection-editor .box {
    margin: 0 -10px;
}

.protection-editor .box .col {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}

.protection-editor .box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.protection-editor .box2 .col {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 570px;
    min-width: 300px;
    max-width: 570px;
    background: url(../../images/common/about/bg.jpg) repeat;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.protection-editor .box2 .col1 {
    left: -5px;
}

.protection-editor .box2 .col2 {
    right: -5px;
}

.protection-editor .box2 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.protection-editor .box2 .inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.protection-editor .box2 .g-til {
    background: url(../../images/common/about/about2_title.png) no-repeat center left;
    height: 29px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 10px;
}

.protection-editor .blue-box {
    font-size: 15px;
    line-height: 1.9;
    color: #1a3e6c;
    background: url(../../images/common/about/about3_deco.png) no-repeat 18px 50%, #e9f6f9;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 15px auto 20px;
    padding: 20px 20px 20px 45px;
}

.protection-editor .rows {
    margin: 0 -10px;
}

.protection-editor .rows .col {
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
}

.protection-editor .rows .col3 {
    width: 67%;
}

.protection-editor .rows .col4 {
    width: 33%;
}

.index-about-title {
    color: #79796A;
    font-family: 'Archivo Black';
    font-size: 24px;
    line-height: 1.4;
    padding: 10px 0px;
}

.news-detail .col {
    display: table-cell;
    vertical-align: middle;
}

.news-detail .col1 {
    vertical-align: top;
    padding-right: 4px;
}

.news-detail .col2 {
    width: 33.4%;
    padding: 0% 1%;
    text-align: center;
    line-height: 1.2;
}

.products-editor-pic {
    float: right;
    width: 400px;
    margin: 0 0 10px 30px;
}

.contact-editor .row {
    margin: 0 -2%;
}

.contact-editor .col {
    float: left;
    padding: 0 2%;
    line-height: 1.5;
}

.contact-map {}

.contact-info .ic3-location {
    text-align: center;
    display: block;
    font-size: 40px;
    color: #FFE100;
    position: relative;
    top: 40px;
}

.contact-map iframe {
    display: block;
    max-height: 100%;
}

.contact-info-list {
    color: #999;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 0px;
    margin: 8px 0;
    line-height: 25px;
    position: relative;
}

.contact-info-list li span {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    color: #454c59;
    width: 90px;
}

.contact-info-list li .icon {
    background: url(../../images/common/contact/icon.png) no-repeat;
    width: 20px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
}

.contact-info-list li .icon.ic1 {
    position: relative;
    left: 1px;
}

.contact-info-list li .icon.ic2 {
    background-position: 0 -28px;
    height: 23px;
}

.contact-info-list li .icon.ic3 {
    height: 21px;
    background-position: 0 100%;
    position: relative;
    left: 2px;
}

.contact-info-list a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1280px) {
    .news-detail .row,
    .news-detail .col {
        display: block;
        width: auto;
    }
    .news-detail .row {
        margin: 0 auto;
    }
    .news-detail .col1 {
        padding: 0;
        margin-bottom: 4px;
    }
    .news-detail .col2 {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 900px) {
    .protection-editor .box {
        margin: 0;
    }
    .protection-editor .box .col {
        padding: 10px 0;
        float: none;
        width: 100%;
    }
    .protection-editor .box2 .wrap {
        display: block;
    }
    .protection-editor .box2 .inner {
        padding: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .products-editor-pic {
        float: none;
        width: auto;
        text-align: center;
    }
    .contact-editor {
        padding: 0 0%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
    .protection-editor .box2 {
        display: block;
    }
    .protection-editor .box2 .col {
        padding: 15px;
        max-width: inherit;
        width: 100%;
        margin-bottom: 10px;
    }
    .protection-editor .box2 .col1 {
        left: inherit;
    }
    .protection-editor .box2 .col2 {
        right: inherit;
    }
    .protection-editor .rows {
        margin: 0;
    }
    .protection-editor .rows .col {
        float: none;
        width: 100%;
        padding: 10px 0;
    }
}

@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}