/*********** å‰å¾Œå°ç·¨è¼¯å™¨å€å¡Šå…±ç”¨çš„CSSè¨­å®š ***********/

img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.col {
    box-sizing: border-box;
}


/*----------------------------------------*/

.about-editor .col{
    float: left;
    letter-spacing: 1px;
}

.about-editor .row1{
    margin: 0 -25px;
}

.about-editor .row1 .col{
    width: 50%;
    padding: 0 25px;
}

.about-editor .row2 .pic{
    width: 50%;
    position: relative;
}

.about-editor .row2 .row2-pic{
    position: absolute;
    bottom: 0;
    left: 100%;
    margin: 0 0 -30px -245px;
}

.about-editor .row2 .txt{
    width: 46.5%;
    padding: 0 0 0 2.5%;
}

.about-editor-h2{
    font-size: 26px;
    color: #000000;
    line-height: 1.45;
    letter-spacing: 5px;
    font-weight: bold;
}

.about-editor .row3 .txt{
    width: 64.5%;
    padding: 0 3% 0 0;
}

.about-editor .row3 .pic{
    width: 35.5%;
}

/*----------------------------------------*/

.proxy-editor{
    letter-spacing: 3px;
}

.proxy-editor .row1{
    margin: 0 -15px;
    letter-spacing: 1px;
}

.proxy-editor .row1 .col{
    width: 50%;
    float: left;
    padding: 0 15px 10px;
}

.proxy-editor .row1 .col.txt{
    float: none;
    width: 100%;
    clear: both;
}

.proxy-editor .col.txt span{
    background: #D7AD5A;
    color: #fff;
    padding: 35px 30px 36px;
    display: block;
}

.proxy-editor .video iframe{
    width: 100%;
    height: 260px;
}

.proxy-editor .row-box{
    margin: 0 -5px;
}

.proxy-editor .row2{
    display: table;
    table-layout: fixed;
    border-spacing: 5px 0;
}

.proxy-editor .row2 .col{
    display: table-cell;
    width: 50%;
    padding: 40px 40px 60px;
}

.proxy-editor .row2 .title{
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    max-width: 375px;
    margin: 0 auto 20px;
    position: relative;
}

.proxy-editor .row2 .title:before,
.proxy-editor .row2 .title:after{
    content: "";
    width: calc(50% - 105px);
    height: 2px;
    display: block;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 0;
}

.proxy-editor .row2 .title:after{
    left: auto;
    right: 0;
}

.proxy-editor .row2 .title span{
    display: block;
}

.proxy-editor .row2 .bg1{
    background: url('../../images/common/proxy/bg1.jpg');
}

.proxy-editor .row2 .ul01{
    margin: 0 0 70px;
}

.proxy-editor .row2 .ul01 li{
    background: url('../../images/common/proxy/line.png') repeat-x bottom;
    padding: 20px 0 5px 10px;
    position: relative;
    margin: 0 0 0 40px;
}

.proxy-editor .row2 .ul01 li:before{
    content: "";
    width: 27px;
    height: 24px;
    display: block;
    left: -40px;
    bottom: 0;
    position: absolute;
    background: url('../../images/common/proxy/ic.png');
}

.proxy-editor .row2 .title2:before,
.proxy-editor .row2 .title2:after{
    width: calc(50% - 165px);
}

.proxy-editor .row2 .title-s{
    background: #D7AD5A;
    max-width: 205px;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    color: #000000;
    margin: 0 0 25px;
}

.proxy-editor .row2 .ul02{
    margin: 0 0 0 50px;
}

.proxy-editor .row2 .proxy-p{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 2px;
}

.proxy-editor .row2 .proxy-a{
    border: 1px solid #D7AD5A;
    line-height: 34px;
    display: inline-block;
    padding: 0 25px;
}

.proxy-editor .bg2{
    background: url(../../images/common/proxy/bg2.jpg) no-repeat;
    background-size: cover;
}

.proxy-editor .bg2 .title{
    margin: 0 auto 50px;
}

.proxy-editor .bg2 .title:before,
.proxy-editor .bg2 .title:after{
    width: calc(50% - 110px);
}

.proxy-editor .bg2 ul{
    max-width: 565px;
    margin: 0 auto;
}

.proxy-editor .bg2 li{
    background: #55565A;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    position: relative;
}

.proxy-editor .bg2 li + li{
    margin: 25px 0 0;
}

.proxy-editor .bg2 li:before{
    content: "";
    display: block;
    width: 57px;
    height: 31px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin: 0 0 -6px -29px;
    background: url(../../images/common/proxy/ic2.png);
}

/*----------------------------------------*/

.terms-title {
    color: #e7bf62;
    font-size: 15px;
    margin: 0 0 5px;
}

/*----------------------------------------*/

@media screen and (max-width: 1400px) {
    .about-editor .row2 .row2-pic{
        position: static;
        margin: 0;
    }
}

@media screen and (max-width: 1100px) {
    .about-editor .row1{
        margin: 0;
    }
    .about-editor .col,
    .about-editor .row2 .pic{
        float: none;
        width: auto;
    }
    .about-editor .row1 .col,
    .about-editor .row2 .txt,
    .about-editor .row3 .txt,
    .about-editor .row3 .pic{
        width: auto;
        padding: 0;
    }
    .about-editor .row1 .pic,
    .about-editor .row2 .txt,
    .about-editor .row3 .pic{
        padding: 20px 0 0 0;
    }
    .proxy-editor .row1 .col{
        width: 50%;
    }
    .proxy-editor .row1 .col.txt{
        width: 100%;
        float: none;
        clear: both;
        margin: 0 0 20px;
    }
    .proxy-editor .col.txt span{
        padding: 20px 15px;
    }
    .proxy-editor .row-box{
        margin: 0;
    }
    .proxy-editor .row2,
    .proxy-editor .row2 .col{
        display: block;
        width: auto;
    }
    .proxy-editor .row2 .col{
        padding: 20px;
    }
    .proxy-editor .bg2{
        margin: 15px 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .proxy-editor .row1{
        margin: 0;
    }
    .proxy-editor .row1 .col{
        width: auto;
        float: none;
        padding: 0;
    }
}


@media screen and (max-width: 480px) {
    .proxy-editor{
        letter-spacing: 0.035em;
    }
    .proxy-editor .row2 .title{
        font-size: 24px;
        margin: 0;
    }
    .proxy-editor .row2 .ul02{
        margin: 0;
    }
    .proxy-editor .row2 .proxy-a{
        display: block;
        line-height: 1.2;
        padding: 5px 15px;
    }
    .proxy-editor .row2 .title:before,
    .proxy-editor .row2 .title:after{
        display: none;
    }
    .proxy-editor .bg2 .title{
        margin: 0 auto 30px;
    }
}