/*********** 前後台編輯器區塊共用的CSS設定 ***********/
/* ------- about ------- */
/* content */
.alayout{
    max-width: 1300px;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 1px;
}

.alayout .row{
    display: flex;
}

.alayout .col{
    width: 50%;
}

.alayout .col.pic{
    width: 60%;
}
 
.alayout .col.pic img{
    border-radius: 50px;
}

.alayout .col.txt{
    padding-right: 68px;
}

.alayout .item{
    margin: 20px 0 20px;
}

.alayout .item h3{
    font-weight: normal;
    color: #EB8AB2;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0;

}

@media screen and (max-width: 1200px) {

    .alayout {
        max-width: 767px;
        margin: 0 auto;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .alayout .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .alayout .col.txt {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .alayout .col {
        width: 100%;
    }

    .alayout .col.pic {
        width: 100%;
    }

    .alayout .col.pic img {
        border-radius: 30px;
    }
}


.s_layout_top{
    display: flex;
    justify-content: space-between;
    color: #666666;
    font-size: 16px;
    letter-spacing: 1.5px;
    position: relative;
     
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: -70px;
}


.s_layout_top  .s_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 232px;
    position: relative;
    transition: all .5s ease;
    top: 0;
}

.s_layout_top  .s_box:hover{
    top: -10px;
}


.s_layout_top .s_item{
    position: relative;
}
 
.s_layout_top  .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    
}

.s_layout_top .s_item:first-child , .s_layout_top .s_item:last-child{
    margin-top: 80px;
}

 

.s_layout_top .s_text{
    
}
 
.s_layout_top .s_text span{
    color: #EC8AB2;
    font-size: 30px;
    display: block;
    text-align: center;
    letter-spacing: 4px;
    margin-top: 5px;

}

.s_layout_btm{    
    padding-top: 100px;
}

.s_layout_btm .ttile{
    color: #444444;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    display: block;
    
}

.s_layout_btm .ttile::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background: #FDEDF0;
    width: 244px;
    height: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.s_layout_btm .serv.row{
    display: flex;
    max-width: 920px;
    margin: 0 auto;
    justify-content: space-around;
    margin-top: 70px;
}

.s_layout_btm  .serv.row .col{
    text-align: center;
}

.s_layout_btm  .serv.row .serv_t{
    color: #333333;
    font-size: 25px;
    letter-spacing: 2px;

}

.s_layout_btm  .serv.row .serv_t span{
    color: #afafaf;
    font-size: 20px;
    display: block;
    margin-top: -10px;

}


@media screen and (max-width: 1380px) {
    .s_layout_btm {
        padding-top: 30px;
    }
}


@media screen and (max-width: 1200px) {
    .s_layout_top {
        max-width: 1000px;
        
    }

    .s_layout_btm .serv.row .serv_t {
        color: #333333;
        font-size: 22px;
        letter-spacing: 1px;
    }
    
}

@media screen and (max-width: 1024px) {
    .s_layout_top .s_item:first-child, .s_layout_top .s_item:last-child {
        margin-top: 0;
    }

    .s_layout_top {
        max-width: 484px;
        display: flex;
        flex-wrap: wrap;
    }

    .s_layout_top .s_box{
        margin: 0 10px 30px;
        max-width: 205px;
    }
}

@media screen and (max-width: 767px) {
    .s_layout_btm .serv.row {
        display: flex;
        max-width: 450px;
        margin: 0 auto;
        justify-content: center;
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .s_layout_btm .serv.row .col {
        text-align: center;
        margin: 0 15px 20px;
        width: calc(50% - 30px);
    }
}



/*服務成果*/

.h_layout{
    font-size: 20px;
    text-align: center;
    padding-bottom: 25px;
    z-index: 1;
    position: relative;
}

.h_layout .h_item{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.h_layout .h_item .h_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #38262C;
    font-size: 30px;
    letter-spacing: 2px;
    width: 200px;
}

.h_layout .h_item .h_box .h_numbox{
    display: flex;
    align-items: baseline;
    line-height: 1.2;
}

.h_layout .h_item .h_numbox .nut{
    color: #EC8AB2;
    font-weight: bold;
    font-size: 60px;
    font-family: "Cabin", sans-serif;
    box-sizing: border-box;
    display: block;

}

.h_layout .h_item .h_numbox p{
    margin: 0;
    color: #EC8AB2;
}

.join_layout{
    position: relative;
    background: #FFFFFF;
    max-width: 1440px;
    border-radius: 50px;
    padding: 50px;
    padding-bottom: 0;
    padding-top: 100px;
    position: relative;
    margin-top: 120px;
}

.join_layout::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 67px 82px 67px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -74px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.join_layout .row{
    display: flex;
    justify-content: flex-end;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.join_layout .row .col{
    
}


.join_layout .row .col.txt{
    color: #666666;
    font-size: 16px;
    letter-spacing: 1px;
    max-width: 400px;
    margin-left: 80px;
    margin-top: -40px;
}

.join_layout .row .col.txt .index-about-editor{
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 275px;
}

.join_layout .row .col.txt .index-about-editor h3{
    color: #EB8AB2;
    font-size: 35px;
    letter-spacing: 4px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 17px;
    line-height: 1.5;
}

.join_layout .row .col.txt .index-about-editor p{
    margin: 0;
    line-height: 2;
}

 

.join_layout .btn-list{
    display: flex;
}


.join_layout .btn-list  .index_more{
    transform: scale(1.0);
    transition: all .5s ease;
}

.join_layout .btn-list .index_more:hover{
    transform: scale(1.1);
}

.join_layout .btn-list .index_more b{
    font-size: 17px;
}

.join_layout .btn-list .index_more + .index_more{
    margin-left: 20px;
    
}


.join_layout .btn-list .index_more:last-child:before{
    background: #ED8AB2;
}

.join_layout .btn-list  .index_more a span{
    display: none;
}

@media screen and (max-width: 1200px) {
    .h_layout .h_item {
        
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .h_layout .h_item {
        max-width: 484px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .h_layout .h_item .h_box {
         
        margin-bottom: 20px;
    }

    .join_layout {
        margin: 0 -15px;
        margin-top: 60px;
        padding-top: 50px;
        border-radius: 30px 30px 0 0;
    }

    .join_layout::before {
        top: -38px;
        z-index: -1;
    }

    
    .join_layout .row {
        display: flex;
        
        margin: 0 auto;
        align-items: center;
        flex-direction: column-reverse;
    }

    .join_layout .row .col.txt {
        color: #666666;
        font-size: 16px;
        letter-spacing: 1px;
        max-width: 400px;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .join_layout .row .col.txt .index-about-editor h3{
        text-align: center;
    }

    .join_layout .row .col.pic{
        max-width: 484px;
    }

    .join_layout .btn-list {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 767px){


    
    .join_layout .row .col.txt .index-about-editor{
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        height: auto;
        padding: 0 0px;
    }

    .join_layout .row .col.txt .index-about-editor h3{
        letter-spacing: 2px;
        margin: 0;
        margin-bottom: 5px;
        font-size: 22px;
        text-align: center;
    }

}

@media screen and (max-width: 484px){

   

    .h_layout .h_item {
        
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .h_layout .h_item .h_box {
        margin-bottom: 7px;
        font-size: 25px;
    }

    .h_layout .h_item .h_numbox .nut {
       
        font-size: 40px;
       
    }

    .join_layout {
        padding: 25px;
        padding-top: 40px;
        padding-bottom: 0;
    }

    .join_layout .btn-list {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .join_layout .btn-list .index_more{
        margin-top: 0;
    }

    .join_layout .btn-list .index_more + .index_more {
        margin-left: 0;
        margin-top: 20px;
    }
}

/*服務成果*/

/*廣告區塊圖片*/
 
.pic_layout{
    display: flex;
    margin: 0 -10px;
    justify-content: center;
}


.pic_layout img{
    border-radius: 50px;
}

.pic_layout .col.pic {
    padding:0  10px;
}


@media screen and (max-width: 767px){
    .pic_layout {
        display: flex;
        margin: 0;
        justify-content: center;
        flex-direction: column;
    }
    .pic_layout .col.pic {
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .pic_layout .col.pic img{
        border-radius: 20px;
    }
}

/*廣告區塊圖片*/

/* -------志工參與------- */

.join-page{
    max-width: 1100px;
    margin: 0 auto;
}

.join-page h3{
    margin: 0;
    color: #EB8AB2;
    font-size: 30px;
}

.join-page .tit{
    font-size: 18px;
    color: #79b0c5;
    font-weight: bold;
}


.join-page a{
    text-decoration: underline;
    color: #EB8AB2;
}


.join-page .item{
    text-align: center;

    font-size: 16px;
}

.join-list{
    margin: 0 -10px 0;
    max-width: 1100px;
    margin: 0 auto;
}
.join-list .item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background: #FCEBEF;
}
.join-list .item:nth-of-type(2n){
    background: #fff;
    
}
.join-list .box {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}
.join-list .item .txt {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 0;
    color: #525252;
    border: 0;
}
.join-list .main_li {
    position: relative;
    display: block;
    background: #EE8AB3;
    border-radius: 0px 0px 0 0;
}

 
.join-list  .main_li.item  .col:nth-child(even){
    position: relative;
     
    z-index: 1;
}


.join-list .txt .col:first-child{
    text-align: center;
    width: 250px;
}

.join-list .txt .col:last-child{
    text-align: left;
    width: calc(100% - 250px);
}

.join-list .txt .col{
    width: calc(100% - 450px);
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    text-align: left;
}
.join-list .item.main_li .txt .col{
    color: #fff;
    font-size: 18px;
}
.join-list .download-link{
    position: relative;
    transition: all .3s ease;
}
.join-list .download-link:before{
    color: #ffffff;
    font-size: 18px;
    position: relative;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 27px;
    transition: all .3s ease;
    font-weight: bold;
    content: "\f107";
    margin: 0px 7px 0 0px;
    width: 27px;
    height: 27px;
    background: #CCCCCC;
    border-radius: 50%;
    display: inline-block;
    transition: all .3s ease;
    text-align: center;
}
.join-list .download-link:hover:before{
    background: #EE8AB3;
}

.join-page ol{
    margin: 0;
}


@media screen and (max-width:1000px) {
    .join-list{
        max-width: 767px;
        margin: 0 auto;
    }
    .join-list .txt {
        flex-wrap: wrap;
    }
    .join-list .item.main_li{
        padding: 0;
    }
    .join-list .main_li .txt{
        display: none;
    }
    
    .join-list .txt .col:first-child{
        text-align: left;
        width: 100%;
    }
    
    .join-list .txt .col:last-child{
        text-align: left;
        width: 100%;
    }
    .join-list .txt .col{
        width: 100%;
        line-height: inherit;
        text-align: left;
        line-height: 1.5;
    }
    .join-list .txt .col:before{
        content: attr(data-title);
        color: #fff;
        background: #EE8AB3;
        font-size: 15px;
        margin: 0;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 12px;
        width: 100px;
        text-align: center;
        box-sizing: border-box;
        line-height: 1.2;
    }
    
    
    .join-list .txt .col:nth-child(even):before {
        content: attr(data-title);
        color: #fff;
        background: #EE8AB3;
        font-size: 15px;
        margin: 0;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 12px;
        width: 100px;
        text-align: center;
        box-sizing: border-box;
        line-height: 1.2;
        background: #e47da7;
    }
    
    .join-list .txt .col{
        padding: 10px;
        padding-left: 110px;
        border: 1px solid #E4E4E5;
        border-width: 0 1px 1px;
        justify-content: flex-start;
        background: #fff;
        white-space: unset;
        min-height: 40px;
    }
    .join-list .txt .col:first-of-type{
        border-top: 1px solid #E4E4E5;
    }
    .join-list .item,
    .join-list .item:nth-of-type(2n){
        background: transparent;
    }
    .join-list .item {
        padding: 0 0 0px;
    }
    .join-list .txt .col:nth-of-type(2n){
        background: #FBFAF6;
    } 
    article.editor .download-editor{
        margin-bottom: 20px;
    }
    .join-list .txt .col {
        font-size: 15px;
    } 
}

@media screen and (max-width:767px) {
    .join-list .box {
        margin: 0 auto 30px;
    }
    .join-list .txt {
        padding: 15px 15px 20px;
        border-radius: 0 0 15px 15px;
    }
}

/* -------志工參與 ------- */
/* -------SDGs ------- */

.sdgs_layout{
    max-width: 1300px;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 1px;
}

.sdgs_layout .title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.sdgs_layout .title h2{
    margin: 0 auto;
    color: #EB8AB2;
    letter-spacing: 6px;

}

.sdgs_layout .sdgs1.row{
    display: flex;
    text-align: center;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
}

.sdgs_layout .sdgs1.row .col{
    position: relative;
}

.sdgs_layout .sdgs1.row .spic{

}

.sdgs_layout .sdgs1.row .stxt{
    font-size: 34px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    font-weight: 600;
}

.sdgs_layout .sdgs1.row .stxt i{
    font-style: unset;
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-top: -13px;
    letter-spacing: 1px;
    opacity: 0.7;
}

.sdgs_layout .sdgs1.row .col:nth-of-type(1) .stxt {
    color: #275791;  
}

.sdgs_layout .sdgs1.row .col:nth-of-type(2) .stxt {
    color: #C76719;  
}

.sdgs_layout .sdgs1.row .col:nth-of-type(3) .stxt {
    color: #88A255;  
}

.sdgs_layout .sdgs1.row .col:nth-of-type(4) .stxt {
    color: #942825;  
}

.sdgs_layout .txt.row{
    margin-top: 30px;
    text-align: center;
    max-width: 800px;
    margin: 40px auto;
}

.sdgs_layout .txt.row .col.txt{
    margin-bottom: 15px;
}

.sdgs_layout .txt.row img{
    border-radius: 15px;
}

.sdgs_layout .title h2{
    margin: 0 auto;
    color: #EB8AB2;
    letter-spacing: 6px;

}

.sdgs_layout  .sdgs2.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    
}

.sdgs_layout  .sdgs2.row .col{
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.sdgs_layout  .sdgs2.row .col .top-box{
    color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    z-index: 1;
    font-size: 18px;
}

.sdgs2.row > .col:nth-child(1) > .top-box {
    background-color: #4C9F38;  
}

.sdgs2.row > .col:nth-child(2) > .top-box {
    background-color: #C5192D;  
}

.sdgs2.row > .col:nth-child(3) > .top-box {
    background-color: #991B40;  
}

.sdgs2.row > .col:nth-child(4) > .top-box {
    background-color: #DF1382;  
}

.sdgs2.row > .col:nth-child(5) > .top-box {
    background-color: #BF8B2E;  
}

.sdgs2.row > .col:nth-child(6) > .top-box {
    background-color: #19486A;  
}


.sdgs_layout  .sdgs2.row .col  .stxt{
    background: #ffffff;
    width: 220px;
    margin-top: -30px;
    padding-top: 20px;
    border-radius: 15px;
    padding: 20px;
    padding-top: 40px;
    box-shadow: 0px 0px 8px 7px rgb(199 172 179 / 20%);
    min-height: 130px;
    
    line-height: 1.6;
    font-size: 15px;
}

.sdgs_layout  .sdgs2.row .col  .stxt h4{
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
}

.sdgs_layout  .sdgs2.row .col  .stxt h4 i{
    font-style: unset;
    font-weight: 400;
    font-size: 16px;
}

.sdgs2.row > .col:nth-child(1) > .stxt h4{
   color: #4C9F38;  
}

.sdgs2.row > .col:nth-child(2) > .stxt h4{
    color: #C5192D;  
}

.sdgs2.row > .col:nth-child(3) > .stxt h4{
    color: #991B40;  
}

.sdgs2.row > .col:nth-child(4) > .stxt h4{
    color: #DF1382;  
}

.sdgs2.row > .col:nth-child(5) > .stxt h4{
    color: #BF8B2E;  
}

.sdgs2.row > .col:nth-child(6) > .stxt h4{
    color: #19486A;  
}


@media screen and (max-width:1000px) {

    .sdgs_layout .title {
        
        margin-bottom: 10px;
    }

    .sdgs_layout .title h2 {
       
        letter-spacing: 3px;
    }

    .sdgs_layout .sdgs1.row {
        display: flex;
        text-align: center;
        justify-content: space-around;
        max-width: 440px;
        margin: 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sdgs_layout .sdgs1.row .col {
        position: relative;
        margin: 20px;
    }

    .sdgs_layout .txt.row {
      
        margin: 30px auto;
    }

   

    .sdgs_layout .sdgs2.row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 540px;
        margin: 0 auto;
    }

    .sdgs_layout .sdgs2.row .col {
        width: 50%;
        margin-bottom: 30px;
    }

    
}

@media screen and (max-width:767px) {
    .sdgs_layout .sdgs2.row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 540px;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }
}

/* -------SDGs ------- */

/* index */
  
.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: #333;
    font-size: 18px;
    margin: 10px 0 6px;   
}
.service-editor-list .description {
    color: #535353;
    font-size: 14px;
    letter-spacing: 0.8px;
    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 i,
.contact-info-list span {
    display: inline-block;
    vertical-align: middle;
}
.contact-info-list li {
    width: calc(100% / 4);
    padding: 0;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.contact-info-list li:first-child {
    /* font-size: 14px; */
}
.contact-info-list i {
    position: relative;
    box-sizing: border-box;
    width: 55px;
    height: 55px;
    background: rgb(51, 226, 246, 0.2);
    border-radius: 100%;
}
.contact-info-list i::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #52A9A4;
    z-index: -1;
    border-radius: 100%;
}
.contact-info-list i::before{
    display: inline-block;
    font-family: 'icon-font-5' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 18px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
.contact-info-list span,
.contact-info-list a {
     position: relative; 
     width: calc(100% - 70px); 
     display: inline-block; 
     vertical-align: middle; 
    margin-left: 10px;
    /* color: #969696; */
    /* line-height: 1.5; */
    font-size: 15px;
}
.terms-title {
    color: #EE8AB3;
    font-size: 17px;
    font-weight: normal;
    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: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 5px;
        padding: 0;
        width: auto;
        float: none;
    }
    .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;
    }
}