/*------------ footer-editor ------------*/

.footer-editor {
    text-align: center;
}

.footer-editor .qr-inner {
    display: inline-block;
}

.footer-editor .qr-inner img {
    padding: 7px;
    display: inline-block;
    margin: 8px 10px;
}


/*------------ about-editor ------------*/

.about-editor .pic {
    margin: 0 -14px;
}

.about-editor .pic img {
    float: left;
    width: 33.3%;
    padding: 0 14px;
    box-sizing: border-box;
}

.about-editor .pic:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}



/*------------ contact-editor ------------*/

.contact-editor .col {
    float: left;
    margin-bottom: 35px;
    margin-right: 25px;
}


.contact-editor .col.add {
    float: none;
    display: block;
    clear: both;
    margin: 0;
}

.contact-editor i {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
}

.contact-editor i:before {
    transform: rotate(45deg);
    display: inline-block;
    font-family: 'icon-font' !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;
}

.contact-editor .tel i:before {
    content: "\e1005";
}

.contact-editor .mail i:before {
    content: "\e1003";
}

.contact-editor .add i:before {
    content: "\e1001";
}

.contact-editor .col a,
.contact-editor .col span {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}


/*------------ video-editor ------------*/

.video-editor .pic {
    float: left;
    margin-right: 25px;
}


/*------------ terms-editor ------------*/

.terms-editor {
    font-size: 15px;
    line-height: 2;
}

.terms-editor .title {
    font-size: 16px;
    margin: 0;
}

.terms-editor p {
    text-indent: 0em;
    margin: 0 0 50px;
}

.terms-editor .row {
    margin: 0 -27px;
}

.terms-editor .col {
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}


/*------------ index-editor ------------*/

.index-about-editor {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 74px;
}
