﻿.banner {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 15%;
}
.join-content {
    position: absolute;
    left: 8%;
    top: 50%;
    transform:translateY(-50%)
}
.join-title {
    color: #ffc675;
    font-size: 3.5rem;
}
.join-desc {
    color: #ffc675;
    font-size: 1.5rem;
    margin: 5rem 0 .5rem;
}
join-advantage{color:#fff}
.desc {
    margin-top: 1rem;
    font-size: var(--small-font-size);
    line-height: 1.75;
    text-align:justify
}
.section-title {
    font-size: 3rem;
    font-weight: bold;
}
.section-desc{margin-top:1rem}
img{width:100%;}
.join-type {
    position: absolute;
    top: 30%;
    width: 100%;
}
.type-box {
    color: #be9562;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 5rem;
}
.area{font-size:5rem}
.type{font-size:var(--main-font-size);font-weight:bold}
.eng-type{font-size:1rem}
.online {
    background: url('../../Images/service/join/pic (9).jpg')no-repeat center;
    background-size:cover;
    padding:8rem 17%;
    text-align:center;
    color:#be9562
}
.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:1rem;flex-wrap:wrap}
.form>input{outline:none;background:#fff;padding:.5rem 1rem;width:49%;margin-bottom:1rem;font-size:1rem}
.form .submit{
    color: #fff;
    background: #be9562;
    font-size: 1rem;
    padding: .5rem 5rem;
    margin-top: 1rem;
}
#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:363px;height:50px;border:1px #906d4f solid;margin:10px;}
.OnlineJoin_Input2 input{outline: none;width:330px;height:24px;line-height:24px;font-size:14px;background:none;border:none;margin:14px 16px;color:#906d4f;background:#fff;}
.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 .submit{width:282px;height:50px;background:#906d4f;text-align:center;line-height:50px;color:#fff;font-size:16px;margin:30px auto;letter-spacing:8px;cursor:pointer;transition:all 0.5s ease-out 0s;-webkit-transition:all 0.5s ease-out 0s;-moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s;}
.OnlineJoin .submit:hover{background:rgba(34,19,20,1);}
.OnlineJoin_Input.NowFocus{border:1px #e40303 solid;}


.course{text-align:center;padding:10rem;background: #fff;}
.timeline {
    display: flex;
    justify-content: space-around;
    position: relative;
    color: #8e8e8e;
    margin: 6rem 0 3rem;
}
.timeline::after{
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px dashed #8e8e8e;
    top: 9px;
    z-index: 0;
}
.circular {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    background: #fff;
    cursor:pointer
}
.circular::after{
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #8e8e8e;
    border-radius: 50%;
    left: 50%;
    margin-left: -.5rem;
    top: 50%;
    margin-top: -.5rem;
    z-index: 1;
}
.years.active .circular{background:#be9562;border-color:#be9562}
.years.active .circular::after{background:#be9562}
.years .year{font-weight:bold;font-size:1.5rem}
.years.active .year{color:#be9562}
.course .desc {
    text-align: center;
    color: #8e8e8e;
}
.history-desc .desc{display:none}
.history-desc .desc.active{display:block}
.years.active .history-desc{display:block}
.years{position:relative;z-index:1}
.history {
    position: relative;
    display:none
}
.history-show{margin-top:3rem}
.history.active{display:block}
.years.active .history{display:block}
.history img{width:35rem}
.history::after {
    content: "";
    position: absolute;
    height: 4rem;
    border-left: 1px dashed #8e8e8e;
    top: 105%;
    left: 50%;
    margin-left: -1px
}
.stateguest {
    padding: 8%;
    position: relative;
}
.stateguest .content{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 30%;
    color: #ffc675;
}
.stateguest .content .desc{text-align:center}
.section-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
.culture,.guide{text-align:center}
.culture-t {
    position: relative;
    padding: 15vh 28%;
    margin-top: 5rem;
    overflow:hidden;
}
.guide-c {
    background: #0f173c;
    margin-top: 5rem;
    padding: 5rem 10%;
}
.shop-type{display:flex;justify-content:space-between;color:#fff}
.shop-type  .shop-img {
    width: 20rem;
    margin-right: 3rem;
}
.shop-info {
    flex: 1;
    border-bottom: 1px solid #ffc675;
}
.shop-name {
    color: #ffc675;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: left;
    margin-bottom: 3rem;
}
.detail {
    padding: 3rem 0;
    width: calc(100% - 23rem);
    margin-left: 23rem;
    border-bottom: 1px solid #ffc675;
    display:none;
}
.shop-item {margin-top:5rem}
.know-More {
    color: #ffc675;
    position: relative;
    float: right;
    margin-right: 15px;
}
.know-More::after{
    content: "";
    display: block;
    width: 5px;
    border-top: 5px solid #ffc675;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: calc(100% + 5px);
    top: 40%;
}
.support{background:#0f173c;padding:5rem 0 1rem}
.support img{margin-bottom:10rem}