.page-about-cube{
    color: #242933;
    background: #f5f7fa;;
}
.page-about-cube .banner{
    position: relative;
    height: 900px;
    overflow: hidden;
}
.page-about-cube .banner .head-img-box {
    height: 100%;
}
.page-about-cube .banner .head-img-box img{
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page-about-cube .banner .head-content-box{
    width: 1440px;
    position: absolute;
    top: 208px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page-about-cube .banner .head-content-box .title{
    margin-bottom: 10px;
    line-height: 80px;
    font-size: 60px;
    font-weight: 400;
}
.page-about-cube .banner .head-content-box .logo img{
    width: 204px;
    height: auto;
}
.page-about-cube .banner .head-content-box .subtitle{
    width: 411px;
    font-size: 20px;
    margin-top: 127px;
    line-height: 40px;
}
.page-about-cube .banner .head-content-box .subtitle::before{
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #242933;
    margin-bottom: 20px;
}
.page-about-cube .content-wrap{
    position: relative;
    z-index: 5;
    margin-top: -192px;
}
@media(max-width: 1599px){
    .page-about-cube .banner .head-content-box{
        width: auto;
        left: 80px;
        right: 80px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@media(max-width: 1280px){
    .page-about-cube .banner{
        height: 700px;
    }
    .page-about-cube .banner .head-content-box{
        left: 60px;
        right: 60px;
    }
    .page-about-cube .banner .head-content-box{
        transform: translateY(-50%);
        top: 40%;
    }
    .page-about-cube .banner .head-content-box .title{
        font-size: 40px;
        line-height: 60px;
    }
    .page-about-cube .banner .head-content-box .logo img{
        width: 160px;
    }
    .page-about-cube .banner .head-content-box .subtitle{
        width: 40%;
        font-size: 16px;
        margin-top: 60px;
        line-height: 1.8;
    }
    .page-about-cube .banner .head-content-box .subtitle::before{
        width: 50px;
        margin-bottom: 10px;
    }
}
@media(max-width: 960px){
    .page-about-cube .banner .head-content-box{
        left: 40px;
        right: 40px;
    }
}
@media(max-width: 768px){
    .page-about-cube .banner{
        width: 100%;
        height: auto;
    }
    .page-about-cube .banner .head-img-box img{
        position: static;
        transform: none;
        width: 100%;
        height: auto;
    }
    .page-about-cube .banner .head-content-box{
        transform: translateX(-50%);
        left: 50%;
        width: 74%;
        top: 10vw;
    }
    .page-about-cube .banner .head-content-box .subtitle{
        width: 100%;
    }
    .page-about-cube .banner .head-content-box .title{
        font-size: 5vw;
        line-height: 1.3;
        margin-bottom: 1vw;
    }
    .page-about-cube .banner .head-content-box .logo img{
        width: 20vw;
    }
    .page-about-cube .banner .head-content-box .subtitle{
        margin-top: 4vw;
        font-size: 3.3vw;
        line-height: 1.7;
    }
    .page-about-cube .banner .head-content-box .subtitle::before{
        width: 10vw;
        margin-bottom: 1vw;
    }
}


.page-about-cube .content-wrap .slogan-box{
    width: 1440px;
    margin: 0 auto;
    position: relative;
    height: 424px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-about-cube .content-wrap .slogan-box .sb{
    width: 32.5%;
    position: absolute;
    left: 7.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top;
}
.page-about-cube .content-wrap .slogan-box .sb.sb-r{
    left: auto;
    right: 7.5%;
}
.page-about-cube .content-wrap .slogan-box:after{
    content: '';
    width: 2px;
    height: 170px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #f0f2f5;
}
.page-about-cube .content-wrap .slogan-box .sb h4{
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 8px;
}
.page-about-cube .content-wrap .slogan-box .sb p{
    font-size: 19px;
    line-height: 2;
    color: #575c66;
    margin: 0;
}
.page-about-cube .content-wrap .slogan-box .sb-r div:last-child{
    margin-top: 36px;
}
@media(max-width: 1599px){
    .page-about-cube .content-wrap .slogan-box{
        width: auto;
        margin: 0 80px;
        height: 26.5vw;
    }
    .page-about-cube .content-wrap .slogan-box .sb h4{
        font-size: 1.5vw;
        margin-bottom: 0.5vw;
    }
    .page-about-cube .content-wrap .slogan-box .sb p{
        font-size: 1.2vw;
    }
}
@media(max-width: 1199px){
    .page-about-cube .content-wrap .slogan-box{
        width: 100%;
        margin: 0;
        height: 30.729vw;
        -webkit-border-radius: 1.667vw;
        -moz-border-radius: 1.667vw;
        border-radius: 1.667vw;
    }
    .page-about-cube .content-wrap .slogan-box .sb h4{
        font-size: 1.8vw;
    }
    .page-about-cube .content-wrap .slogan-box .sb p{
        font-size: 1.5vw;
    }
}
@media(max-width: 768px){
    .page-about-cube .content-wrap.cw1{
        margin-top: -20vw;
    }
    .page-about-cube .content-wrap .slogan-box{
        height: 87.22222vw;
        -webkit-border-radius: 3.33333vw;
        -moz-border-radius: 3.33333vw;
        border-radius: 3.33333vw;
        padding: 11.11111vw 9.16667vw;
    }
    .page-about-cube .content-wrap .slogan-box .sb{
        display: block;
        width: 100%;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .page-about-cube .content-wrap .slogan-box .sb h4{
        font-size: 3.88889vw;
        margin-bottom: 1.66667vw;
    }
    .page-about-cube .content-wrap .slogan-box .sb p{
        font-size: 3.33333vw;
        line-height: 5.83333vw;
    }
    .page-about-cube .content-wrap .slogan-box:after{
        content: '';
        width: 81.66667vw;
        height: 0.55556vw;
        top: 47.22222vw;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: opacity 1s;
        -o-transition: opacity 1s;
        -moz-transition: opacity 1s;
        transition: opacity 1s;
        background-color: #f0f2f5;
    }
    .page-about-cube .content-wrap .slogan-box .sb.sb-r{
        margin-top: 13.33333vw;
        display: flex;
        justify-content: space-between;
    }
    .page-about-cube .content-wrap .slogan-box .sb.sb-r>div{
        width: 33.88889vw;
        display: inline-block;
    }
    .page-about-cube .content-wrap .slogan-box .sb.sb-r>div:last-of-type{
        margin-top: 0;
    }
}






.page-about-cube .content-wrap .content-box{
    width: 1440px;
    margin: 0 auto;
}
.page-about-cube .content-wrap .content-box .dateline-head{
    margin: 120px 0 80px;
    text-align: center;
}
.page-about-cube .content-wrap .content-box .dateline-head h3{
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 12px;
}
.page-about-cube .content-wrap .content-box .dateline-head p{
    font-size: 20px;
    line-height: 34px;
}
@media(max-width: 1599px){
    .page-about-cube .content-wrap .content-box{
        width: auto;
        margin: 0 80px;
    }
}
@media(max-width: 1199px){
    .page-about-cube .content-wrap .content-box{
        margin: 0 40px;
    }
    .page-about-cube .content-wrap .content-box .dateline-head{
        margin: 90px 0 60px;
    }
}
@media(max-width: 768px){
    .page-about-cube .content-wrap .content-box{
        width: auto;
        margin: 0 5.55556vw;
    }
    .page-about-cube .content-wrap .content-box .dateline-head{
        margin: 22.22222vw 0 11.94444vw;
    }
    .page-about-cube .content-wrap .content-box .dateline-head h3{
        font-size: 6.66667vw;
        margin-bottom: 0.83333vw;
    }
    .page-about-cube .content-wrap .content-box .dateline-head p{
        font-size: 3.88889vw;
        line-height: 6.38889vw;
    }
}




.page-about-cube .content-wrap .content-box .dateline-box > i{
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ebedf0;
    -webkit-transition: height 1s linear 800ms;
    -o-transition: height 1s linear 800ms;
    -moz-transition: height 1s linear 800ms;
    transition: height 1s linear 800ms;
}
.page-about-cube .content-wrap .content-box .dateline-box{
    position: relative;
    padding-bottom: 80px;
}
.page-about-cube .content-wrap .content-box .dateline-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-about-cube .content-wrap .content-box .dateline-item .dateline{
    width: 50%;
    position: relative;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-about-cube .content-wrap .content-box .dateline-item .dateline:nth-of-type(2) .dateline-text-box{
    padding-left: -webkit-calc(100% - 660px);
    padding-left: -moz-calc(100% - 660px);
    padding-left: calc(100% - 660px);
}
.page-about-cube .content-wrap .content-box .dateline-item .dateline .date{
    margin-bottom: 6px;
    font-size: 18px;
}
.page-about-cube .content-wrap .content-box .dateline-item .dateline .title{
    max-width: 460px;
    font-size: 25px;
    margin: 0;
}
.page-about-cube .content-wrap .content-box .dateline-item .dateline .dateline-img-box{
    margin-top: 26px;
    width: 660px;
    height: 373px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
}
.page-about-cube .content-wrap .content-box .dateline-item .dateline .dateline-img-box img{
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    width: 100%;
}
.page-about-cube .content-wrap .content-box .dateline-item .dateline .placeholder{
    margin-bottom: 26px;
    visibility: hidden;
    opacity: 0;
}
.page-about-cube .content-wrap .content-box .dateline-item .dateline .date:after {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 18px;
    background-color: #575c66;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: solid 4px #ebedf0;
    z-index: 2;
}
.page-about-cube .content-wrap .content-box .dateline-item .dateline:nth-of-type(2) .date:after{
    left: 0;
    right: auto;
    -webkit-transform: translate(-50%,25%);
    -moz-transform: translate(-50%,25%);
    -ms-transform: translate(-50%,25%);
    -o-transform: translate(-50%,25%);
    transform: translate(-50%,25%);
}
.page-about-cube .content-wrap .content-box .dateline-box:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 18px;
    background-color: #575c66;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: solid 4px #ebedf0;
    z-index: 2;
}
.page-about-cube .content-wrap .content-box .dateline-link{
    text-align: center;
    margin-top: 60px;
    font-size: 20px;
    color: #242933;
}
.page-about-cube .content-wrap .content-box .dateline-link a{
    color: #242933;
    font-weight: bold;
}
.page-about-cube .content-wrap .content-box .dateline-link a:after{
    /*font-family: "iconfont";*/
    content: "➡";
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 24px;
    line-height: 24px;
    box-sizing: content-box;
    text-align: center;
    margin-left: 7px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: solid 3px #242933;
}
.page-about-cube .content-wrap .content-box .dateline-link a:hover{
    color: #008cd6;
}
.page-about-cube .content-wrap .content-box .dateline-link a:hover::after{
    border-color: #008cd6;
}
.page-about-cube .content-wrap .content-box .start-dateline{
    text-align: center;
    margin-top: 60px;
    font-size: 20px;
}
.page-about-cube .content-wrap .content-box .start-dateline p:nth-child(1){
    font-size: 18px;
    margin: 0;
    margin-bottom: 6px;
}
.page-about-cube .content-wrap .content-box .start-dateline p:nth-child(2){
    width: 460px;
    display: inline-block;
    font-size: 25px;
}
@media(max-width: 1599px){
    .page-about-cube .content-wrap .content-box .dateline-item .dateline:nth-of-type(2) .dateline-text-box{
        padding-left: -webkit-calc(100% - 38.333vw);
        padding-left: -moz-calc(100% - 38.333vw);
        padding-left: calc(100% - 38.333vw);
    }
    .page-about-cube .content-wrap .content-box .dateline-item .dateline .date{
        font-size: 1.125vw;
        margin-bottom: 0.375vw;
    }
    .page-about-cube .content-wrap .content-box .dateline-item .dateline .title{
        max-width: 28.75vw;
        font-size: 1.625vw;
    }
    .page-about-cube .content-wrap .content-box .dateline-item .dateline .dateline-img-box{
        margin-top: 1.667vw;
        width: 38.333vw;
        height: 21.667vw;
    }
    .page-about-cube .content-wrap .content-box .start-dateline p:nth-child(1){
        font-size: 1.125vw;
    }
    .page-about-cube .content-wrap .content-box .start-dateline p:nth-child(2){
        width: 28.75vw;
        font-size: 1.625vw;
    }
}
@media(max-width: 1199px){
    .page-about-cube .content-wrap .content-box .dateline-box{
        padding-bottom: 48px;
    }
    .page-about-cube .content-wrap .content-box .dateline-link{
        margin-top: 40px;
        font-size: 20px;
    }
    .page-about-cube .content-wrap .content-box .start-dateline{
        margin-top: 40px;
        font-size: 20px;
    }
    
}
@media(max-width: 768px){
    .page-about-cube .content-wrap .content-box .dateline-item .dateline:nth-of-type(2) .dateline-text-box{
        padding-left: 0;
    }
    .page-about-cube .content-wrap .content-box .dateline-box{
        padding-bottom: 11.38889vw;
    }
    .page-about-cube .content-wrap .content-box .dateline-box > i{
        width: 0.55556vw;
        left: 1.38889vw;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .page-about-cube .content-wrap .content-box .dateline-item{
        display: block;
    }
    .page-about-cube .content-wrap .content-box .dateline-item+.dateline-item{
        margin-top: 10.83333vw;
    }
    .page-about-cube .content-wrap .content-box .dateline-item .dateline{
        width: 100%;
        font-size: 2.77778vw;
        padding-left: 8.33333vw;
    }
    .page-about-cube .content-wrap .content-box .dateline-item .dateline .date:after {
        left: -8.33333vw;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 3.33333vw;
        height: 2.77778vw;
        -webkit-border-radius: 2.5vw;
        -moz-border-radius: 2.5vw;
        border-radius: 2.5vw;
        border: solid 0.55556vw #ebedf0;
    }
    .page-about-cube .content-wrap .content-box .dateline-item .dateline:nth-of-type(2) .date:after{
        left: -8.33333vw;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .page-about-cube .content-wrap .content-box .dateline-box:after{
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 3.33333vw;
        height: 2.77778vw;
        -webkit-border-radius: 2.5vw;
        -moz-border-radius: 2.5vw;
        border-radius: 2.5vw;
        border: solid 0.55556vw #ebedf0;
    }
    .page-about-cube .content-wrap .content-box .dateline-item .dateline .placeholder{
        display: none;
    }
    .page-about-cube .content-wrap .content-box .dateline-item .dateline .dateline-img-box{
        margin-top: 2.77778vw;
        width: 78.05556vw;
        height: 44.44444vw;
        -webkit-border-radius: 3.33333vw;
        -moz-border-radius: 3.33333vw;
        border-radius: 3.33333vw;
    }
    .page-about-cube .content-wrap .content-box .dateline-item .dateline .dateline-img-box img{
        -webkit-border-radius: 3.33333vw;
        -moz-border-radius: 3.33333vw;
        border-radius: 3.33333vw;
    }
}
@media(max-width: 768px){
    .page-about-cube .content-wrap .content-box .dateline-item .dateline .date {
        font-size: 2.77778vw;
        margin-bottom: 0.83333vw;
        line-height: 1;
        position: relative;
    }
    .page-about-cube .content-wrap .content-box .dateline-item .dateline .title{
        max-width: 69.72222vw;
        font-size: 4.16667vw;
    }
    .page-about-cube .content-wrap .content-box .dateline-item>.dateline+.dateline{
        margin-top: 10.83333vw;
    }
    .page-about-cube .content-wrap .content-box .dateline-link{
        position: relative;
        z-index: 1;
        text-align: left;
        margin-top: -3.88889vw;
        font-size: 3.88889vw;
        padding-left: 8.33333vw;
    }
    .page-about-cube .content-wrap .content-box .dateline-link a:after{
        width: 7vw;
        height: 4vw;
        line-height: 4vw;
        border-radius: 3vw;
        margin-left: 0.83333vw;
        font-size: 3vw;
    }
    .page-about-cube .content-wrap .content-box .start-dateline{
        position: relative;
        z-index: 1;
        text-align: left;
        margin-top: -3.88889vw;
        font-size: 3.88889vw;
        padding-left: 8.33333vw;
    }
    .page-about-cube .content-wrap .content-box .start-dateline p:nth-child(1){
        line-height: 5vw;
        font-size: 2.77778vw;
        margin-bottom: 1.11111vw;
    }
    .page-about-cube .content-wrap .content-box .start-dateline p:nth-child(2){
        width: 76.38889vw;
        font-size: 4.44444vw;
    }
}




.page-about-cube .content-wrap .maps-box{
    position: relative;
    width: 100%;
    height: 1200px;
    min-height: 700px;
    margin-top: 160px;
    padding-top: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}
.page-about-cube .content-wrap .maps-box .map-bg{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    /*-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);*/
}
.page-about-cube .content-wrap .maps-box .map-bg img{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
}
.page-about-cube .content-wrap .maps-box .text-content{
    width: 780px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}
.page-about-cube .content-wrap .maps-box .text-content h3{
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}
.page-about-cube .content-wrap .maps-box .text-content p{
    color: #fff;
    font-size: 19px;
    line-height: 1.7;
    margin: 0;
}
.page-about-cube .content-wrap .maps-box .amount-content{
    display: flex;
    width: 780px;
    margin: 0 auto;
    margin-top: 80px;
    justify-content: space-between;
}
.page-about-cube .content-wrap .maps-box .amount-content .amount{
    margin-bottom: 14px;
}
.page-about-cube .content-wrap .maps-box .amount-content .amount .amount-first{
    display: inline-block;
    text-align: left;
    line-height: 130px;
    font-size: 130px;
    width: 150px;
    letter-spacing: -8px;
    color: #fff;
}
.page-about-cube .content-wrap .maps-box .amount-content .amount-box:nth-of-type(3) .amount .amount-first{
    width: auto;
    max-width: 165px;
}
.page-about-cube .content-wrap .maps-box .amount-content .amount .amount-last{
    position: relative;
    left: 8px;
    top: 11px;
    vertical-align: top;
    font-size: 40px;
    font-style: normal;
    color: #fff;
}
.page-about-cube .content-wrap .maps-box .amount-content .amount-des{
    font-size: 19px;
    color: #fff;
    margin: 0;
}
@media(max-width: 1599px){
    .page-about-cube .content-wrap .maps-box{
        height: 75vw;
        margin-top: 10vw;
        padding-top: 10vw;
    }
    .page-about-cube .content-wrap .maps-box .text-content{
        width: 48.75vw;
        font-size: 1.25vw;
    }
    .page-about-cube .content-wrap .maps-box .text-content h3{
        font-size: 1.75vw;
        margin-bottom: 1.25vw;
    }
    .page-about-cube .content-wrap .maps-box .text-content p{
        font-size: 1.25vw;
    }
    .page-about-cube .content-wrap .maps-box .amount-content{
        width: 60vw;
        margin-top: 5vw;
    }
    .page-about-cube .content-wrap .maps-box .amount-content  .amount{
        margin-bottom: 0.875vw;
    }
    .page-about-cube .content-wrap .maps-box .amount-content .amount-des{
        font-size: 1.25vw;
    }
    .page-about-cube .content-wrap .maps-box .amount-content  .amount .amount-first{
        line-height: 8.125vw;
        font-size: 8.125vw;
        width: 9.375vw;
        letter-spacing: -.5vw;
    }
    .page-about-cube .content-wrap .maps-box .amount-content .amount .amount-last{
        left: 0.5vw;
        top: 1vw;
        font-size: 2.5vw;
    }
}
@media(max-width: 1199px){
    
}
@media(max-width: 768px){
    .page-about-cube .content-wrap .maps-box{
        height: 150vw;
        min-height: auto;
        margin-top: 22.22222vw;
        padding-top: 16.11111vw;
    }
    .page-about-cube .content-wrap .maps-box .text-content {
        width: 77.77778vw;
        font-size: 3.33333vw;
    }
    .page-about-cube .content-wrap .maps-box .text-content h3{
        font-size: 6.66667vw;
        margin-bottom: 1.94444vw;
    }
    .page-about-cube .content-wrap .maps-box .text-content p{
        font-size: 3.33333vw;
        line-height: 5.83333vw;
    }
    .page-about-cube .content-wrap .maps-box .amount-content {
        width: 85vw;
        margin-top: 8vw;
    }
    .page-about-cube .content-wrap .maps-box .amount-content  .amount{
        margin-bottom: 1.94444vw;
    }
    .page-about-cube .content-wrap .maps-box .amount-content  .amount .amount-first{
        width: 14.16667vw;
        line-height: 11.94444vw;
        font-size: 11.94444vw;
    }
    .page-about-cube .content-wrap .maps-box .amount-content .amount .amount-last{
        left: 1px;
        top: 0.83333vw;
        font-size: 3.88889vw;
    }
    .page-about-cube .content-wrap .maps-box .amount-content .amount-des{
        font-size: 3.33333vw;
    }
}

.page-about-cube .content-wrap .content-box .chart-box {
    position: relative;
    width: 100%;
    height: 700px;
    z-index: 5;
    margin-top: -500px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
}
.page-about-cube .content-wrap .content-box .chart-box .chart-container {
    width: 100%;
    height: 100%;
}
.page-about-cube .content-wrap .content-box .chart-box .chart-container img{
    width: 100%;
    height: auto;
}
.page-about-cube .content-wrap .content-box .chart-box .chart-content{
    position: absolute;
    left: 110px;
    bottom: 110px;
    z-index: 1;
    font-size: 14px;
    width: 340px;
    min-width: 260px;
}
.page-about-cube .content-wrap .content-box .chart-box .chart-content h4{
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 10px;
}
.page-about-cube .content-wrap .content-box .chart-box .chart-content p{
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}
.page-about-cube .content-wrap .content-box:last-of-type{
    padding-bottom: 120px;
}
@media(max-width: 1599px){
    .page-about-cube .content-wrap .content-box .chart-box{
        margin-top: -31.25vw;
        height: 43.75vw;
    }
    .page-about-cube .content-wrap .content-box .chart-box .chart-content{
        left: 6.875vw;
        bottom: 6.875vw;
        font-size: .875vw;
        width: 21.25vw;
    }
    .page-about-cube .content-wrap .content-box .chart-box .chart-content h4{
        font-size: 28px;
        margin-bottom: 0.625vw;
    }
    .page-about-cube .content-wrap .content-box .chart-box .chart-content p{
        font-size: .875vw;
    }
}
@media(max-width: 1199px){
    
}
@media(max-width: 768px){
    .page-about-cube .content-wrap .content-box .chart-box{
        height: 125vw;
        margin-top: -40vw;
        -webkit-border-radius: 3.33333vw;
        -moz-border-radius: 3.33333vw;
        border-radius: 3.33333vw;
    }
    .page-about-cube .content-wrap .content-box .chart-box .chart-content{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 9.72222vw;
        bottom: auto;
        font-size: 3.05556vw;
        width: 66.11111vw;
        min-width: auto;
        text-align: center;
    }
    .page-about-cube .content-wrap .content-box .chart-box .chart-content h4{
        font-size: 5.55556vw;
        margin-bottom: 1.11111vw;
    }
    .page-about-cube .content-wrap .content-box .chart-box .chart-content p{
        font-size: 3.05556vw;
    }
    .page-about-cube .content-wrap .content-box .chart-box .chart-container{
        position: relative;
    }
    .page-about-cube .content-wrap .content-box .chart-box .chart-container img{
        width: 240vw;
        height: auto;
        position: absolute;
        transform: translateX(-50%);
        left: 0;
        bottom: -15vw;
    }
}

.page-about-cube .content-wrap .content-box .join-us{
    width: 100%;
    height: 360px;
    margin-top: 120px;
    position: relative;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
}
.page-about-cube .content-wrap .content-box .join-us img{
    width: 100%;
}
.page-about-cube .content-wrap .content-box .join-us .join-us-content{
    position: absolute;
    left: 110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
}
.page-about-cube .content-wrap .content-box .join-us .join-us-content p{
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 60px;
    color: #242933;
}
.page-about-cube .content-wrap .content-box .join-us .join-us-content a{
    color: #242933;
    font-size: 20px;
    font-weight: bold;
}
.page-about-cube .content-wrap .content-box .join-us .join-us-content a:after{
    content: "➡";
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 24px;
    line-height: 24px;
    box-sizing: content-box;
    text-align: center;
    margin-left: 7px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: solid 3px #242933;
}
.page-about-cube .content-wrap .content-box .join-us .join-us-content a:hover{
    color: #008cd6;
}
.page-about-cube .content-wrap .content-box .join-us .join-us-content a:hover::after{
    border-color: #008cd6;
}
@media(max-width: 1599px){
    .page-about-cube .content-wrap .content-box:last-of-type{
        padding-bottom: 7.5vw;
    }
    .page-about-cube .content-wrap .content-box .join-us{
        margin: 7.5vw 0 0;
        height: 21.667vw;
    }
    .page-about-cube .content-wrap .content-box .join-us img{
        width: 100%;
    }
    .page-about-cube .content-wrap .content-box .join-us .join-us-content{
        left: 6.583vw;
        font-size: 1.5vw;
    }
    .page-about-cube .content-wrap .content-box .join-us .join-us-content p{
        margin-bottom: 0.333vw;
        font-size: 2.408vw;
        line-height: 3.75vw;
    }
    .page-about-cube .content-wrap .content-box .join-us .join-us-content a{
        font-size: 1.5vw;
    }
    .page-about-cube .content-wrap .content-box .join-us .join-us-content a:after{
        width: 2.2514vw;
        height: 1.5009vw;
        font-size: 0.75vw;
        border-radius: 1.0006vw;
        line-height: 1.5009vw;
        margin-left: 0.4377vw;
    }
}
@media(max-width: 1199px){
    .page-about-cube .content-wrap .content-box .join-us .join-us-content a:after{
        border-width: 2px;
    }
}
@media(max-width: 768px){
    .page-about-cube .content-wrap .content-box:last-of-type{
        padding-bottom: 10.83333vw;
    }
    .page-about-cube .content-wrap .content-box .join-us{
        height: 74.44444vw;
        margin: 10.83333vw 0 0;
        -webkit-border-radius: 3.33333vw;
        -moz-border-radius: 3.33333vw;
        border-radius: 3.33333vw;
    }
    .page-about-cube .content-wrap .content-box .join-us .join-us-content{
        left: 50%;
        top: 10vw;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 3.88889vw;
        text-align: center;
    }
    .page-about-cube .content-wrap .content-box .join-us .join-us-content p{
        margin-bottom: 1.38889vw;
        font-size: 5.55556vw;
        line-height: 7.77778vw;
    }
    .page-about-cube .content-wrap .content-box .join-us .join-us-content a{
        font-size: 3.88889vw;
    }
    .page-about-cube .content-wrap .content-box .join-us .join-us-content a:after{
        width: 7vw;
        height: 4vw;
        line-height: 4vw;
        border-radius: 3vw;
        margin-left: 0.83333vw;
        font-size: 3vw;
        border-width: 3px;
    }
}
@media(max-width: 450px){
    .page-about-cube .content-wrap .content-box .dateline-link a:after,
    .page-about-cube .content-wrap .content-box .join-us .join-us-content a:after{
        border-width: 2px;
    }
}