﻿.img-fill{width:100%;display:block}
.banner {margin-top:5.3rem}
.transition{text-align:center;position:relative}
.section-title {
    font-size: 3rem;
    display: inline-block;
    position: relative;
    font-family: 'SourceHanSerifCN-Heavy';
}
body{background:#f3f3f3}
.section-title::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left:50%;
    height: 4px;
    width:0%;
    background: #fbe49b;
    border-radius: 1px;
    transition: width .35s linear;
    transform: translateX(-50%);
    z-index:-1
}
.section-title.fade-in::after {
    width: 140%;
    transition-delay: .5s
}
.from-bottom-show{opacity:0;transform:translateY(50px)}
.section-desc{font-size:1.15rem;opacity:0;text-transform:uppercase;}
.tran_pos {
    position: absolute;
    top: 35%;
    width: 100%;
    color: #ffffff;
}
.history{padding:10rem 20%}
.history-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
}
.history .desc{margin-bottom:1rem;font-size:1rem}
.history .history_item_box{margin-top:5rem}
.item_title {
    padding-bottom: 1rem;
    border-bottom: 1px solid;
    margin-bottom: 0.5rem;
}
.item_title_d {
    color: #5c7440;
    font-size: 2rem;
    font-family: 'SourceHanSerifCN-Heavy';
    position:relative;
    display:inline-block
}
.item_title_t{font-size:2.25rem;font-family: 'SourceHanSerifCN-Heavy';}
.desc-eng {
    color: #5c7440;
    text-transform: uppercase;
    font-size: .75rem;
}
.item_content {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    flex-wrap: wrap;
}
.item_content_txt{flex:1}
.item_content_img{width:40%;margin-left:3rem}
.item_title_d::after {
    content: "";
    position: absolute;
    left: 86%;
    top: 47%;
    background: url(../../Images/brand/about/Year.png)no-repeat center;
    background-size: cover;
    width: 68px;
    height: 40px;
}
.item_content_col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 47%;
}
.item_pic{display:flex;margin-top:3rem;justify-content:space-between;flex-wrap:wrap}
.item_pic_i{width:32%;}
.picture{margin:10rem 10%}
.online {
    background: url('../../Images/server/join/bg.jpg')no-repeat center;
    background-size:cover;
    padding:8rem 17%;
    text-align:center;
    color:#ffffff
}
.info{margin-top:3rem;text-align:left}
.info h3{margin-top:2rem;font-weight:bold;font-size:1.5rem;text-indent:1rem}
.form{display:flex;justify-content:space-between;margin-top:4rem;flex-wrap:wrap}
.form>input{outline:none;border:none;background:#fff;padding:.5rem 1rem;width:32%;margin-bottom:1rem;font-size:1rem;line-height:2.5rem}
.form .submit{
        color: #6e8d4a;
    background: #fbe49b;
    font-size: 2rem;
    line-height: 4rem;
    width: 15rem;
    text-align: center;
    margin: 3rem auto;
}
#code {
    width: auto;
    margin-left: 2%;
    flex: 1;
}
#channel {
    width: 100%;
    height: 10rem;
    padding: 1rem;
    resize: none;
    font-family: 'PingFang Medium'
}
.OnlineJoin_Input1{width:100%;position:relative;color:#000;background:#fff;}
.OnlineJoin_Input1 .xinxi{margin-top:10px;padding-left:20px;}
.OnlineJoin_Input1 ul {display:flex;align-items:center;flex-wrap:wrap;padding-bottom:1rem}
.OnlineJoin_Input1 ul li{margin:23px 20px 0;display:flex;align-items:center}
.OnlineJoin_Input2{width:50%;height:50px;border:1px #906d4f solid;margin:10px;min-width:250px}
.OnlineJoin_Input2 input{outline: none;width:100%;height:24px;line-height:24px;font-size:14px;background:none;border:none;margin:14px 16px;color:#906d4f;}
.OnlineJoin_Input input{outline: none;width:330px;height:24px;line-height:24px;font-size:14px;background:none;border:none;margin:14px 16px;color:#906d4f;}

.OnlineJoin_Input.NowFocus{border:1px #e40303 solid;}


.policy > .transition .section-title::after{background:#6e8d4a}
.policy_box {
    background: url('../../Images/server/join/bg2.jpg')repeat center;
    background-size: cover;
    margin-top: 5rem;
    padding: 5rem 10%;
    color: #ffffff
}
.policy_box .img-fill{
    margin:3rem auto 5rem
}

@media screen and (max-width:700px) {
    .history{padding:10rem 10%}
    .item_content_img{width:100%;margin-left:0;}
    .item_content_col{width:100%}
    .item_pic_i:first-child{width:100%;margin-bottom:.5rem;}
    .item_pic_i:not(:first-child){width:calc(50% - .25rem)}
    .form > input{width:100%;}
    .online{padding:8rem 8%}
}