.content > .editor{
    overflow: scroll;
}
/*------------ edit_page ------------*/
.sect-title{
    font-size: 35px;
    color: #2D2D41;
    margin-bottom: 16px;
    padding: 0 0 16px;
    width: fit-content;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    text-align: center;
    display: flex;
    align-items: center;
}
.no_deco.sect-title{
    font-size: 30px;
}
.full-sect .sect-title_box{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.full-sect .sect-title_box .sect-title{
    margin: 0 auto 24px;
}
.sect-title.center:after{
    left: calc(50% - 98px);
}
.house1{
    margin-bottom: 24px;
}
.edit_page .sect-title:before {
    content: "";
    min-width: 7px;
    height: 7px;
    display: block;
    background: #CE1A1B;
    border-radius: 100%;
    margin-right: 16px;
}
.sect-title:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: rgba(255,255,255,0);
    background-image: linear-gradient(to right, rgba(85,85,85,1), rgba(85,85,85,1) 8px, rgba(85,85,85,0) 8px, rgba(85,85,85,0) );
    background-size: 12px 100%;
    max-width: 195px;
}
.no_deco.sect-title:before{
    display: none;
}
.sect-title span{
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    color: #CD191A;
    margin-bottom: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.slogan{
    color: #2C2C3F;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
}
.txt-sect{
    box-sizing: border-box;
    padding: 48px;
    border-radius: 48px;
    background: url('../../images/common/bg2.jpg');
    color: #5F5F73;
    font-size: 20px;
    line-height: 1.6;
}
.txt-sect.no_bg{
    background: transparent;
    padding: 0;
}
.edit_page .row{
    display: flex;
    align-items: center;
    position: relative;
}
.edit_page .row.r1{
    align-items: flex-start;
}
.edit_page .row.r1 .col.txt{
    padding: 0 48px;
    margin-right: -112px;
    z-index: 5;
}
.edit_page .row.r1 .col.txt .txt-sect{
    margin: 0 -48px;
    line-height: 2;
}
.edit_page .row .col.pic{
    position: relative;
}
.edit_page .row .col.pic img{
    border-radius: 80px;
}
.edit_page .row.r1 .col.pic .tree2{
    position: absolute;
    bottom: -72px;
    left: 50%;
}
.full-sect{
    margin-top: 40px;
}
.edit_page .row.r2{
    margin: 40px auto 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.edit_page .row.r2 .col.txt{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: url(../../images/common/bg2.jpg);
    box-sizing: border-box;
    padding: 200px 40px 96px;
    margin-top: -200px;
    width: 100%;
}
.edit_page .row.r2 .col.txt .sect-title{
    margin: 40px auto 24px;
}
.edit_page .row.r2 .col.txt .txt-sect.no_bg{
    max-width: 900px;
    margin: 0 auto;
}
.no_bg{
    background: transparent;
}
.tree1{
    transform: scaleX(-1);
    display: block;
    width: fit-content;
    position: absolute;
    right: 96px;
    bottom: -75px;
}
.tree1 img{
    max-height: 149px;
}
.edit_page .row.r3{
    margin: 64px auto 0;
    justify-content: center;
    align-items: center;
}
.edit_page .row.r3 .col.pic{
    flex-shrink: 0;
    margin-right: 40px;
}
.edit_page .row.r3 .col.txt{
    
}
.full-sect.has_bg{
    padding: 64px 80px 80px;
    border-radius: 48px;
    background: url('../../images/common/bg2.jpg');
    margin-top: 80px;
}
.full-sect.has_bg .txt-sect.no_bg{
    max-width: 777px;
    margin: 0 auto;
}
.house2{
    position: absolute;
    top: -80px;
    left: calc(0% - 108px);
}
@media screen and (max-width: 1024px){
    .edit_page .row{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .edit_page .row.r1{
        align-items: center;
    }
    .edit_page .row.r1 .col.txt{
        width: 100%;
        margin:0 auto 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .edit_page .row.r3 .col.pic{
        margin: 0 auto 40px;
    }
    .edit_page .row.r3 .col.txt{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .no_deco.sect-title,
    .sect-title{
        font-size: 22px;
    }
    .slogan{
        font-size: 18px;
    }
    .txt-sect{
        font-size: 15px;
    }
    .full-sect.has_bg{
        padding: 32px 40px 40px;
    }
    .house2{
        left: inherit;
        top: inherit;
        position: relative;
        margin: -80px auto 24px;
    }
    .full-sect .sect-title_box .sect-title{
        margin: 0 auto 16px;
    }
    .sect-title.no_deco:after{
        left: calc(50% - 96px);
    }
    .house1{
        margin: 0 auto 16px;
    }
}
/*----- donate-description f-18 -----*/
.donate-description{

}
.donate{
    box-sizing: border-box;
    padding:0 56px;
}
.donate-content{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.donate-title{
    font-weight: bold;
    font-size: 30px;
    color: #2C2C3F;
    margin-right: 8px;
}
.donate-box{
    box-sizing: border-box;
    padding: 0 48px;
}
.donate-border{
    border-radius: 24px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding: 24px 32px;
    margin-bottom: 32px;
}
.donate-border >*{
    font-size: 20px;
    color: #2C2C3F;
}
.f-18{
    font-size: 18px;
}
.f-24{
    font-size: 24px;
}
.fw-bold{
    font-weight: bold;
}
.fw-normal{
    font-weight: normal;
}
@media screen and (max-width: 1024px) {
    .donate {
        padding: 0 28px;
    }
    .donate-content{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 8px;
    }
    .donate-title{
        font-size: 22px;
    }
    .f-18,
    .donate-border >*{
        font-size: 15px;
    }
    .donate-box{
        padding: 0 16px;
    }
    .donate-border{
        margin-bottom: 16px;
    }
}
/*------------ case-txt ------------*/
.case-txt{
    box-sizing: border-box;
    padding:60px 108px ;
    border-radius: 48px;
    background: url('../../images/common/bg2.jpg');
    color: #2C2C3F;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 48px auto 0;
    position: relative;
    z-index: 1;
}
.case-sect .heart4 {
    display: block;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(0% - 58px);
    z-index: -1;
        animation: dodo 2.5s infinite normal;
    animation-delay: .3s;
    transform-origin: center center;
    transition-delay: 0.9s;
}
.case-sect .tree5 {
    display: block;
    position: absolute;
    top: calc(50% - 23px);
    right: calc(0% - 51.5px);
    z-index: -1;
        animation: dodo 2.5s infinite normal;
    animation-delay: .8s;
    transform-origin: center center;
}
.case-sect .more_btn{
    margin-top: 32px;
}
@media screen and (max-width: 1024px) {
    .case-txt{
        padding: 60px 48px;
    }
}
/*------------ index-about-editor ------------*/
.ed_ab_title{
    color: #2C2C3F;
    font-size: 30px;
    margin-bottom: 8px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.ed_ab_txt{
    color: #5F5F73;
    font-size: 20px;
    text-align: center;
    line-height: 1.8;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .ed_ab_title{
        font-size: 20px;
    }
    .ed_ab_txt{
        font-size: 15px;
    }
}
/*------------ about-editor ------------*/
.about-editor .txt p {
    float: left;
    width: 53%;
    margin: 0;
}
.about-editor .title {
    color: #D25846;
    font-size: 20px;
    font-style: italic;
    clear: both;
}
.about-editor .title2 {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 36px;
    font-weight: normal;
    font-style: italic;
    display: block;
    color: #E8D1BD;
}
.about-editor .title2:before {
    content: "";
    height: 1px;
    width: calc(100% - 230px);
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    background: #F7EEE6;
}
.about-editor .list {
    margin: 0 0 0 -23px;
}
.about-editor .pic_right {
    float: right;
    width: 44%;
}
/*------------ products-editor ------------*/
.products-editor .col {
    float: left;
    width: 58%;
}
.products-editor .list {
    margin: 0 0 0 -23px;
}
.products-editor .pic_right {
    float: right;
    width: 40%;
}
/*------------ news-editor ------------*/
.news-editor .col {
    float: left;
    width: 45%;
}
.news-editor .col h2 {
    color: #D25846;
    font-size: 20px;
    font-style: italic;
    line-height: 1.2;
}
.news-editor .pic {
    float: right;
    text-align: right;
    width: 52%;
}
.news-editor .pic .txt {
    background: #FAF5F0;
    text-align: center;
    color: #A4A4A4;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 0 35px 15px;
    width: 262px;
    box-sizing: border-box;
}
.news-editor .pic .txt h3 {
    color: #E0AC72;
    font-weight: normal;
    line-height: 1.8;
    margin: 0;
    letter-spacing: 2px;
    font-size: 30px;
    font-family: 'Ubuntu Condensed', sans-serif;
}
/*------------ service-editor ------------*/
.service-editor .list,
.service-editor .list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.service-editor .list {
    text-align: center;
    margin: 0 -40px;
}
.service-editor .list li {
    display: inline-block;
    margin-right: -4px;
    padding: 0 40px;
    width: calc((100% / 3) - 0.1px);
    text-align: left;
    box-sizing: border-box;
}
.service-editor .list li:nth-child(3n+1) {
    clear: left;
}
.service-editor .list .box {
    max-width: 300px;
    margin: 0 auto;
}
.service-editor .list .pic {
    border-radius: 50%;
    overflow: hidden;
}
.service-editor .list .text {
    padding: 0 10px;
}
.service-editor .list h2 {
    color: #A27264;
    border-left: 3px solid #A27264;
    padding: 0 0 0 10px;
    font-size: 20px;
    line-height: 1;
    margin: 25px 0 10px;
  
}
.service-editor .list p {
    margin: 0;
    letter-spacing: 0;
}
.service-editor .list li:hover h2 {
    color: #BD9C93;
    border-left: 3px solid #BD9C93;
}
.service-editor .title {
    color: #CE7383;
    font-size: 36px;
    margin: 0 0 25px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
}
.service-editor .title i {
    display: inline-block;
    vertical-align: middle;
    width: 101px;
    height: 63px;
    background: url('../../images/common/service/title.jpg');
}
/*------------ terms-editor ------------*/
.terms-title {
    font-size: 16px;
    font-weight: bold;
    color: #ce1a1b;
    margin: 0;
}
/*------------ index-about-editor ------------*/
.index-about-editor {
    font-size: 14px;
    color: #444444;
    line-height: 1.6;
}
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 20px;
}
.contact-editor{
    text-align: center;
    margin: 5px 0;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    position: relative;
}
.contact-editor .col + .col:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #dcdcdc;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #B20000;
    text-decoration: underline;
}
.info-icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #80594D;
    color: #fff;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
@media screen and (max-width: 1240px){
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
    }
    .contact-editor .col{
        padding: 15px 0;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
    .service-editor .list li {
        width: 50%;
        padding: 0 40px 25px;
    }
    .service-editor .list li:nth-child(3n+1) {
        clear: none;
    }
    .service-editor .list li:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1200px) {
    .news-editor .col,
    .news-editor .pic {
        float: none;
        width: 100%;
    }
    .news-editor .pic {
        margin: 25px auto 0;
        text-align: center;
        max-width: 533px;
    }
}
@media screen and (max-width: 767px) {
    .about-editor .txt p,
    .about-editor .pic_right,
    .products-editor .col,
    .products-editor .pic_right {
        float: none;
        width: 100%;
    }
    .about-editor .pic_right,
    .products-editor .pic_right {
        margin: 15px 0 0;
    }
}
@media screen and (max-width: 600px) {
    .service-editor .list {
        margin: 0;
    }
    .service-editor .list li {
        width: 100%;
        padding: 0 0 25px;
    }
}
@media screen and (max-width: 480px) {
    .news-editor .pic td {
        float: left;
        width: 100%;
        padding: 5px 0;
    }
    .news-editor .pic .txt {
        width: 100%;
    }
}
