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

.editor-grid .row {
    margin: 0 -28px;
    position: relative;
}
.editor-grid .row:before {
    content: '';
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.editor-grid .col {
    padding: 0 28px;
    float: left;
    width: 50%;
}
.editor-grid-x3 .row {
    margin: 0 -15px;
}
.editor-grid-x3 .col {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}
.editor-title {
    margin: 0 0 15px;
}
.editor-title * {
    display: inline-block;
    vertical-align: middle;
}
.editor-title .img-ic {
    margin: 0 8px 2px 0;
}
.editor-title .txt {
    color: #B20000;
    font-size: 17px;
    font-weight: bold;
}
.editor-title .txt:after {
    content: '';
    display: block;
    width: 50px;
    border-top: 2px solid #B20000;
}
.editor-title2 {
    color: #C39959;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px;
}
.editor-txt {
    border: 1px solid #ccc;
    padding: 20px 15px;
    margin: 0;
    text-align: center;
}
.contact-map {
    position: relative;
    height: 420px;
    margin-bottom: 30px;
}
.contact-map:before {
    content: '';
    border: 6px solid #fff;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-map:hover:before {
    background-color: transparent;
}
.contact-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
   /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.contact-map:hover iframe {
    -webkit-filter: grayscale(0);
       -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
         -o-filter: grayscale(0);
            filter: grayscale(0);
}
.contact-map:after {
    content: '';
    display: block;
    background: url('https://web.archive.org/web/20240330235151im_/https://www.yifeng-conn.com/images/common/contact/map_shadow.png') 50% 0 / 100% 100% no-repeat;
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
.contact-map iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
}
.contact-editor {
    text-align: center;
}
.contact-editor .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 1px;
    border-color: #EBEDEF;
    border-style: solid;
}
.contact-editor .col1 {
    border-width: 0 1px 0 0;
}
.contact-editor .col3 {
    border-width: 0 0 0 1px;
}
.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: #74a1fe;
    text-decoration: underline;
}
.terms-title {
    font-size: 17px;
    color: #000;
        margin: 0 0 5px;
}
.about-box > div{
    display: inline-block;
    vertical-align: top;
    width: 58%;
}
.about-mtitle {
    line-height: 37px;
    margin-bottom: 20px;
}
.about-en{
    font-size: 45px;
    font-family: "dosis";
    font-weight: bold;
    color: #242526;
}
.about-cn{
    font-size: 18px;
    color: #000;
}
.about-right{
    max-width: 41%;
}
.about-unit{
    margin-bottom: 10px;
}
.about-year{
    width: 117px;
    height: 117px;
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 30px;
    font-family: "dosis";
    border: 1px solid #AAB3B0;
    box-sizing: border-box;
    position: relative;
    border-radius: 50%;
    margin-right: 100px;
    text-align: center;
    line-height: 117px;
    z-index: 9;
}
.about-year::before{
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    background: #242528;
    position: relative;
    top: 59px;
    left: 116px;
    z-index: 8;
}
.about-year::after{
    content: "";
    border: 6px solid #242528;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    position: relative;
    left: 149%;
    top: -68.5px;
}
.about-year1, .about-year1::after{background: #28FBC7;}
.about-year2, .about-year2::after{background: #0DEACE;}
.about-year3, .about-year3::after{background: #0CE0C6;}
.about-year4, .about-year4::after{background: #0BC8B0;}
.about-year5, .about-year5::after{background: #0AA995;}
.about-year6, .about-year6::after{background: #004995;}
.about-txt{
    display: inline-block;
    vertical-align: middle;
    width: 55%;
}
.about-place{
    color: #242526;
    font-size: 15px;
}
.about-name{
    color: #333333;
    font-size: 19px;
    font-weight: bold;
}
@media screen and (max-width: 1250px) {
    .about-year {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin-right: 85px;
    }
    .about-year::before {
        top: 46px;
        left: 97px;
    }
    .about-year::after{
        top:-66.5px;
    }
    .about-box > div {
        /* width: calc(100% - 412px); */
    }
    .about-right {
        /* max-width: 406px; */
    }
}

@media screen and (max-width: 1000px) {
    .contact-map {
        height: 300px;
    }
}
@media screen and (max-width: 900px) {
    .editor-grid-x3 .col {
        width: 100%;
    }
    .editor-grid-x3 .col + .col {
        margin-top: 1.6em;
    }
}

@media screen and (max-width: 767px) {
    .editor-grid .row:before {
        display: none;
    }
    .editor-grid .col {
        width: 100%;
    }
    .editor-grid .col + .col {
        margin-top: 1.6em;
    }
    .contact-info-txt .img-ic {
        max-width: 100px;
    }
    .about-box > div {
         width: 100%; 
    }
    .about-right {
         max-width: inherit; 
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
        margin-bottom: 15px;
    }
    .contact-editor .row,
    .contact-editor .col {
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-editor .col {
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col1 {
        border-width: 0 0 1px;
    }
    .contact-editor .col3 {
        border-width: 1px 0 0;
    }
    .about-year{
        margin-right: 15px;
    }
    .about-year::before, .about-year::after{
        display: none;
    }
}
/*
     FILE ARCHIVED ON 23:51:51 Mar 30, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:25:28 Dec 19, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.633
  exclusion.robots: 0.081
  exclusion.robots.policy: 0.071
  esindex: 0.008
  cdx.remote: 5.821
  LoadShardBlock: 173.788 (3)
  PetaboxLoader3.datanode: 213.809 (5)
  PetaboxLoader3.resolve: 98.217 (2)
  load_resource: 195.961
  loaddict: 85.231
*/