@font-face {
    font-family: tktype;
    src: url('../fonts/woff2/tktyperegular-woff2.woff2') format('woff2'),url('../fonts/tktyperegular-woff.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.about .a-tab-content{
    padding-top: 135px;
}

.profile-cover{
    position: relative;
    padding-bottom: 40px;
}
.profile-cover-img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1200 / 675;
}
.profile-cover-info{
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 40px 0 40px;
}
.profile-context{
    padding: 40px 40px;
    font-size: 16px;
    color: #313131;
    line-height: 30px;
    box-sizing: border-box;
    padding-bottom: 200px;
}
.profile-idea-container{
    background-color: #edf1f4;
    padding-top: 200px;
    padding-bottom: 60px;
}
.p-idea-cover{
    position: relative;
    margin-bottom: -200px;
}
.p-distribute-cover{
    margin-bottom: 0;
}
.p-idea-cover-img{
    width: 100%;
    min-height: 300px;
}
.p-idea-content{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px;
}
.p-idea-title{
    font-size: 30px;
    line-height: 40px;
    color: var(--white);
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    letter-spacing: 15px;
}
.p-idea-content .page-title-view{
    width: 100%;
}
.profile-idea-context{
    padding: 40px 40px;
    font-size: 16px;
    color: #313131;
    line-height: 30px;
    box-sizing: border-box;
}
.p-idea-item{
    width: calc(100%/3);
    border-right: solid 1px var(--graybf);
    box-sizing: border-box;
    padding: 0 40px;
}
.p-idea-item:last-child{
    border-right: none;
}
.p-idea-item .name{
    font-size: 20px;
    color: var(--black1b);
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 30px;
}
.p-idea-item .desc{
    font-size: 16px;
    color: var(--black1b);
    line-height: 30px;
    text-align: center;
}

.course-container{
    position: relative;
    background-color: #d0eeff;
}
.course-bg{
    max-width: 100%;
    min-height: 500px;
}
.course-content{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 50px 0;
}
.course-content .page-title-view .desc{
    color: var(--black1b);
}
.course-swiper{
    overflow: hidden;
    padding: 7.5% 2px 7.5% 0;
    position: relative;
}
.course-swiper-btn{
    position: absolute;
    z-index: 5;
    background: url('../images/icon/arrow-bg.png') no-repeat center center;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
}
.course-swiper-btn.right{
    right:0;
}
.course-swiper-btn.left{
    transform: rotate(180deg);
    left:0;
}
.course-swiper-content{
    margin-right: 20px;
    overflow: hidden;
}
.course-swiper-wraper {
    transition: all 0.6s ease-in-out;
}
.coures-item{
    position: relative;
    width: calc(100%*2/7);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.coures-item:first-child{
    width: calc(100%*2/14);
    align-items: flex-start;
}
.coures-item:first-child::before,
.coures-item:first-child .circle{
    margin-left: 15px;
}
.coures-item::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 117.5px;
    background-color: #3c8cce;
}
.coures-item .year{
    font-size: 36px;
    color: var(--black1b);
    line-height: 40px;
    width: 86px;
}
.coures-item .date{
    font-size: 18px;
    color: var(--black1b);
    line-height: 30px;
    /*width: 86px;*/
}
.coures-item .desc{
    font-size: 16px;
    color: var(--black1b);
    opacity: 0.9;
    max-width: 170px;
    line-height: 30px;
    height: 90px;
    padding: 0;
}
.coures-item .circle{
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #99c4f2;
    border-radius: 40px;
    margin: 30px 0;
}
.coures-item .circle::after,
.coures-item .circle::before{
    content: "";
    position: absolute;
}
.coures-item .circle::before{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #0265cc;
}
.coures-item .circle::after{
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
}

.process-content{
    padding-bottom: 120px;
}
.process-info{
    padding: 90px 35px 80px 35px;
}
.process-item{
    width: 120px;
}
.process-name{
    color: var(--black1b);
    font-size: 20px;
    line-height: 30px;
    padding: 15px 0;
}
.process-bd{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 100%;
}
.process-bd::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #b3b3b3;
}
.process-bd .circle{
    position: absolute;
    display: inline-flex;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 1px #b3b3b3;
    background: linear-gradient(to bottom right, #69addf, #95d6f8);
}
.process-arrow .process-bd .circle{
    display: none;
}
.process-arrow .arrow-center{
    padding-top:74px;
}

.distribute-container{
    padding: 120px 0 180px 0;
}
.distribute-info{
    flex:1;
    width: 0;
    box-sizing: border-box;
    padding: 10px 0;
    padding-left: 90px;
}
.distribute-cover{
    width: 40%;
    max-width: 480px;
    min-width: 320px;
}
.distribute-cover img{
    max-width: 100%;
}
.distribute-img{
    width: 100%;
}
.distribute-item{
    padding: 20px 0;
}
.distribute-info .bd{
    flex:1;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.distribute-info .bd::before{
    content: "";
    width: 100%;
    border-bottom: solid 1px #b2b2b2;
}
.distribute-item .title{
    font-size: 20px;
    color: var(--black1b);
    line-height: 36px;
    padding-bottom: 5px;
}
.distribute-item .desc{
    font-size: 16px;
    color: var(--black1b);
    line-height: 30px;
}

.mail:before {
    font-family: 'icomoon';
    content: '\e600';
}

.more:after {
    font-family: 'icomoon';
    content: '\e638';
}