/*******************************************
*********************首页*******************
******************************************/

body{
    font-family: Microsoft Yahei;
}
.picchu .msr-com{
    max-width: 1600px;
    margin: 0 auto;
}


.com-left{
    float: left;
}

.hide{
    display: none!important;
}

@media (min-width: 768px){
    .picchu .msr-com{
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 767px){
    .picchu .msr-com{
        width: 95%;
        margin: 0 auto;
    }
    .com-left{
        width: 100%
    }
}

.cclearfix {
    /*
        * For IE 6/7 only
        * Include this rule to trigger hasLayout and contain floats.
        */
    *zoom: 1;
}
.cclearfix:before,
.cclearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.cclearfix:after {
    clear: both;
}



.picchu .com-right-1{
    margin-right: 1.33%;
}

div.com-padding-right-1{
    padding-right: 1%;
}
div.com-padding-left-1{
    padding-left: 1%;
}

.picchu .mb-com-half{
    width: 50%;
    float: left;
}

.picchu .com-half-6{
    width: 60%;
}
.picchu .com-half-4{
    width: 40%;
}
.picchu .com-half-55{
    width: 55%;
}
.picchu .com-half-45{
    width: 45%;
}
@media (max-width: 1024px){
    .picchu .com-half-4,.picchu .com-half-6{
        width: 100%;
    }
}

/* 单行溢出 */
.single-overflow{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.multiline-overflow-2{
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.multiline-overflow-3{
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.multiline-overflow-4{
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
/* banner */
.mb-show{
    display: none;

}
.msr-index .msr-banner {
    max-width: 1600px;
    margin: 0 auto;
    width:90%;
}

.msr-index .msr-banner .swiper-slide{
    /* height: 100%; */
    background-size: cover;
}

.msr-index .msr-banner .com-content{
    position: absolute;
    left:5vw;
    top:35vh;
}
.msr-index .msr-banner .swiper-button-next, .msr-index .msr-banner .swiper-button-prev{
    background-color: #e4e4e4;
    background-size: 8px auto;
    opacity: .8;
}

.msr-index .msr-banner .swiper-button-prev{
    left: 0;
}
.msr-index .msr-banner .swiper-button-next{
    right: 0;
}
.swiper-pagination-bullet{
    background: #2f2f2f;
    opacity: .3;
}
.swiper-pagination-bullet-active{
    background: #2f2f2f;
    opacity: 1;
}

.picchu .msr-banner .msr-banner-grid-opacity{
    background-color: rgba(0,0,0,0.6);
}

.picchu .msr-banner .msr-button{
    background: #0060AC;
    padding: 8px 20px;
}
.picchu .msr-banner .msr-button:hover{
    text-decoration: none;
}
@media (max-width: 539px){
    .msr-index .headline{
        font-size: 22px;
    }
    .msr-index .ms-grid{
        padding-left: 24px;
        padding-right: 24px;
    }
}


@media (min-width: 768px){
    /*.msr-index .padding-vertical-sp6 {
        padding-top: calc(180px + 1.8vw);
        padding-bottom: calc(180px + 1.8vw);
    }*/
}
@media (min-width: 1440px){
    /* .picchu.msr-news .padding-vertical-sp6 {
        padding-top: 70px;
        padding-bottom: 70px;
    } */
}
@media (max-width: 767px){
    .mb-show{
        display: block;
    }

    .msr-index .msr-banner .swiper-button-next, .msr-index .msr-banner .swiper-button-prev{
        top:25%;
        margin-top: -22px;
    }
    .picchu .msr-banner .msr-banner-grid-opacity{
        background-color: #181818;
    }
}
/* 最新观点 */
.picchu .big-title{
    text-align: center;
    border-bottom: 1px solid #CCD1D9;
    margin-bottom: 50px;
}

.picchu .big-title h2,.picchu .big-title h2 span{
    font-size: 30px;
    /* padding: 60px 0 30px ; */
    color:#231f20;
    font-weight: bold;
}

.picchu .big-title .short-line{
    width: 42px;
    border-bottom:4px solid #0060ac;
    margin: 0 auto;
}

.picchu .com-half{
    width: 50%;
    float: left;
}
.picchu .msr-viewpoint .com-half a{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.picchu .com-right-5{
    padding-right: 5px;
}
.picchu .com-marginright-5{
    margin-right: 5px;
}
.picchu .com-left-5{
    padding-left: 5px;
}
.picchu .viewpoint-title{
    height: 56px;
    font-size: 16px;
    line-height: 24px;
    background: #000;
    opacity: .8;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 3px 10px 0 10px;
}
.picchu .viewpoint-title-middle{
    line-height: 56px;
    padding: 0 0 0 10px;
}

.picchu .text-middle{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 16px;
    width: 95%;
	word-break:break-word;
}
.picchu .com-button{
    text-align: center;
    padding: 50px 0 80px;
}

.picchu .btn-more{
    width: 110px;
    height: 35px;
    margin: 0 auto;
    border: 1px solid #0060ac;
    color:#0060ac;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding-left: 3px;
}

.picchu .btn-more:hover{
    text-decoration: none;
    background-color: rgba(0,0,0,.05);
}

.picchu .msr-viewpoint img{
    width: 100%;
    height: 100%;
}
.picchu .viewpoint-content{
    display: -ms-flexbox;
    display: flex;
}

.picchu .viewpoint-com-style{
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.picchu .com-height-6{
    height: 59%;
}

.picchu .com-height-100{
    height: 100%;
}
.picchu .com-height-4{
    height: 39%;
}
.picchu .com-marginbootom-2{
    margin-bottom: 2%;
}
.msr-index .viewpoint-content.viewpoint-style2,
.msr-index .viewpoint-content.viewpoint-style3{
    display: none;
}

@media (max-width: 767px){
    .picchu .com-half{
        width: 100%;
    }
    .picchu .com-right-5{
        padding-right: 0;
    }

    .picchu .big-title h2,.picchu .big-title h2 span{
        padding: 30px 0 10px ;
        font-size: 22px;
    }
    .picchu .viewpoint-content{
        display: block;
    }
    .picchu .msr-viewpoint .com-half a{
        display: block;
        margin-bottom: 10px;
        width: 100%
    }
    .picchu .viewpoint-com-style{
        display: block;
    }
    .picchu .viewpoint-title{
        position: relative;
        background: #2C3134;
        opacity: 1;
        margin-top: -5px;
    }

    .picchu .com-button{
        text-align: center;
        padding: 20px 0 20px;
    }

    .picchu .mb-viewpoint-titile{
        line-height: 56px;
        padding: 0 0 0 10px;
        display: block;
        -webkit-line-clamp:2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

}
/* 最新文章 */
.picchu .bg-grey{
    background: #EEEEEE;
}

.picchu .com-half-half{
    width: 24%;
    float: left;
}

.bg-white{
    background: #fff;
}



.picchu .article-bg-padding{
    padding: 30px;
}
.picchu .articles-title{
    font-size: 16px;
    line-height: 24px;
    color:#151516;
    margin: 20px 0 15px 0;
    height: 47px;
    font-weight: bold;
}
.picchu .articles-desc{
    font-size: 14px;
    line-height: 20px;
    color:#737373;
    height:60px;
}

.picchu .articles-time{
    font-size: 12px;
    line-height: 20px;
    color:#737373;
    text-align: right;
    width: 100%;
    margin-top: 8px;
}

.msr-articles .articles-content a:hover {
    color:#151516;
}

@media (max-width: 767px){

    div.articles-content{
        width: 86%;
        margin: 0 auto;
    }

    .msr-articles img{
        width: 100%;
    }
    .picchu .com-half-half{
        width: 100%;
    }

    .picchu .article-bg-padding{
        margin-bottom: 10px;
    }

}

/* 学术合作项目 & 实习 全职 */
.picchu .msr-learn-itern-fte li{
    font-size: 18px;
}
.picchu .com-left-5{
    padding-left: 5px;
}
.picchu .msr-learn ul{
    padding: 0;
    margin-bottom: 20px;
}
.picchu .msr-learn >ul >li{
    list-style: none;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    min-height: 125px;
}

.msr-learn .com-left{
    /* width: 30%; */
    font-size: 18px;
}

.msr-learn .com-left.learn-content{
    margin-left: 30px;
    width: 65%;
    font-size: 18px;
}

.msr-learn .com-left img{
    width: 100%;
}

h2.learn-title{
    font-size: 16px;
    line-height: 25px;
    color: #151516;
    margin-bottom:0;
}
div.learn-desc{
    font-size: 14px;
    line-height: 25px;
    color: #737373;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
span.learn-tag{
    font-size: 14px;
    line-height: 25px;
    color: #737373;
    margin-right: 10px;
    display: inline-block;
}
.learn-content a:hover{
    color: #151516;
}

/* 实习 全职*/
.picchu .itern-padding-right{
    padding-right:2.565%;
}
.picchu .fte-padding-left{
    padding-left:2.565%;
}
.tab-title span{
    font-size: 32px;
    padding: 60px 0 0px;
    color: #231f20;
    display: inline-block;
    cursor: pointer;
}
.big-title .tab-title .short-line{
    margin-top: 39px;
}
.msr-itern ul,.msr-fte ul{
    list-style: none;
    padding:0;
    margin-bottom: 0;
}

div.itern-title{
    /* margin-bottom: 12px; */
    font-size: 18px;
}
.itern-title a{
    color:#0060ac;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
    display: inline-block;
}
.itern-title span{
    margin-left: 8px;
    font-size: 24px;
    background: url("../images/arrow.png") no-repeat;
    width: 7px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}
div.itern-info{
    font-size: 14px;
    line-height: 24px;
    color:#737373;
    min-height: 48px;
}
div.itern-info span{
    font-size: 14px;
}
.msr-itern ul li,.msr-fte ul li{
    margin-bottom: 6px;
}
span.vertical-line{
    margin: 0 25px;
}

.msr-fte{
    /* display: none; */
}

@media (min-width: 1600px){
    div.itern-title{
        /* margin-bottom: 12px; */
    }
    /* .msr-itern ul li, .msr-fte ul li{
        margin-bottom: 35px;
    } */
}
@media (max-width: 1486px){
    .msr-learn .com-left.learn-content{
        height: 125px;
        overflow: hidden;
    }
}
@media (max-width: 1290px){
    .msr-learn .com-left.learn-content{
        /* height: 150px; */
    }
    .msr-itern ul li, .msr-fte ul li {
        margin-bottom: 17.5px;
    }
    div.itern-title {
        margin-bottom: 0;
    }
    .msr-learn .com-left.learn-content{
        height: 144px;
    }
    div.itern-info{
        min-height: 48px;
    }
}
@media (max-width: 1204px){
    /* .msr-itern ul li, .msr-fte ul li {
        margin-bottom: 30px;
    } */
    div.itern-title {
        margin-bottom: 0;
    }
}
@media (max-width: 1496px){
    span.vertical-line {
        margin: 0 13px;
    }
}
@media (max-width: 1386px){
    span.vertical-line {
        margin: 0 8px;
    }
}
@media (max-width: 1340px){
    span.vertical-line {
        margin: 0 3px;
    }
}

@media (max-width: 1024px){
    .msr-learn-itern-fte .com-half{
        width: 100%;
    }
    .msr-learn-itern-fte .com-padding-left-1{
        padding-left: 0;
    }
    .msr-learn-itern-fte .com-padding-right-1{
        padding-right: 0;
    }
}

@media (max-width: 767px){
    .msr-learn img{
        width: 100%;
    }
    .msr-learn .com-left{
        width: 50%;
    }
    div.learn-content{
        /* width: 100%; */
        margin-left:0;
        padding-left: 5px;
    }
    .msr-itern-fte a{
        max-width: 90%;
        display: inline-block;
    }

    span.vertical-line{
        margin: 0 15px;
    }
    h2.learn-title {
        font-size: 16px;
        letter-spacing: 0;
    }
    div.learn-desc{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .tab-title span{
        padding: 30px 0 0px;
    }
    .big-title .tab-title .short-line {
        margin-top: 20px;
    }

}

/* 新闻中心 */
.msr-news .msr-banner{
    max-width: 100%
}

.msr-news .msr-banner img{
    width: 100%;
}

.msr-newsRelease-article a{
    position: relative;
    display: block;
    font-size: 14px;
    color:#474747;
}
.msr-newsRelease-article .msr-article ul a,.msr-newsRelease-article .msr-newsRelease ul a {
    display: inline-block;
    font-size: 14px;
    color:#474747;
    cursor: pointer;
	max-width: 80%;
}
.msr-newsRelease-article .big-title h2{
    padding-top:0;
}
.picchu  .msr-newsRelease-article .viewpoint-title{
    bottom: 5px;
}
.picchu.msr-news .periodicalList{
    border-top: 0;
}

.picchu.msr-news .ms-line{
    border-bottom: 1px solid #d4d4d4;
}
.picchu.msr-news .empty_row{
    border-top: 0;
}
span.news-time{
    float: right;
    font-size: 14px;
    color: #474747;
}
.msr-news .msr-newsRelease-article ul{
    margin-bottom:0;
    padding-top: 20px;
}
.msr-news .msr-newsRelease-article ul li{
    line-height: 19px;
}
.msr-news .msr-newsRelease-article .com-button{
    padding: 30px 0 80px;
}

/* 二级标题 */
.picchu p.com-title{
    font-size:30px;
    font-weight: bold;
    color: #000;
}
.picchu span.com-title{
    font-size: 30px;
    font-weight: bold;
    color: #2f2f2f;
}

.picchu span.com-title.active{
    color: #000;
}
.picchu.msr-news .articleContent article .videoTitle{
    height: auto;
    margin: 15px 0;
}

.picchu.msr-news .articleList .big-title h2,.picchu.msr-news .articleTitle .big-title h2{
    padding:0;
}
.picchu.msr-news .articleList .big-title,.picchu.msr-news .articleTitle .big-title{
    margin-bottom:0;
    width: 100%;
}

.picchu.msr-news .articleVideo .big-title{
    margin-bottom: 20px;
    width: 100%;
}
.picchu.msr-news .articleVideo .big-title h2{
    padding: 0;
}

.picchu.msr-news .articleTitle .com-button {
    text-align: center;
    padding: 30px 0 25px;
}
.picchu.msr-news .articleTitle .remove_style .big-title {
    margin-bottom: 10px;
}
@media (max-width: 1145px){
    .msr-newsRelease-article .msr-article ul a,.msr-newsRelease-article .msr-newsRelease ul a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80%;
    }
}
@media (max-width: 854px){
    .msr-newsRelease-article .msr-article ul a,.msr-newsRelease-article .msr-newsRelease ul a {
        width: 77%;
    }
}

@media (max-width: 767px){
    .picchu p.com-title{
        font-size: 22px;
    }
    .picchu span.com-title{
        font-size: 21px;
    }
    .msr-newsRelease-article .msr-article ul a,.msr-newsRelease-article .msr-newsRelease ul a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .msr-newsRelease-article .msr-article ul a{
        width: 80%;
    }
    .msr-newsRelease-article .msr-newsRelease ul a {
        width: 74%;
    }
}

@media screen and (max-width: 539px){
    .picchu.msr-news .periodicalItem {
        width: 50%;
    }

    .msr-news .mdr-mb-banner{
        background: none;
        position: absolute;
        top: 1%;
        left: 5%;
    }
}
/* 招聘 */

.picchu.msr-career .com-button{
    padding: 20px 0 10px;
}
.msr-career .msr-language .r-dropdown{
    text-align: right;
}
.msr-career .msr-language .r-dropdown a.msr-lang{
    background: url(../images/down.png) no-repeat right top 7px;
    display: inline-block;
    padding-right: 30px;
    height: 38px;
    color:#262626;
    font-size: 14px;
    cursor: pointer;
}

.msr-career .msr-language .r-dropdown a.msr-lang:hover .r-dropdown-content{
    display: block;
}

.msr-career .msr-language .r-dropdown-content{
    position: absolute;
    top: 35px;
    right: 2px;
    background: #fff;
    padding: 20px;
    text-align: left;
    display: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.msr-career .msr-language .r-dropdown-content p{
    margin-bottom: 0.5em;
}

.msr-career .msr-language .r-dropdown-content p.current a{
    color: #05A6F0;
}
.msr-career .msr-language .r-dropdown-content p a{
    color: #2f2f2f;
    font-size: 14px;
}

.msr-career .msr-language .r-dropdown-content .top{
    position: absolute;
    top: -20px;
    right: 30px;

}
.msr-career .msr-language .r-dropdown-content  .top:before,.top:after{
    position: absolute;
    content: '';
    border-top: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-bottom: 10px #fff solid;
}
.msr-career .msr-language .r-dropdown-content  .top:after{
    top: 1px; /*覆盖并错开1px*/
    border-bottom: 10px #fff solid;
}

.tab-title span.career-title{
    /* font-size: 24px; */
    line-height: 52px;

}

.picchu .big-title .long-line{
    width: 42px;
    border-bottom: 4px solid #0060ac;
    margin: 0 auto;
}
.picchu .big-title .long-line-grey{
    width: 42px;
    border-bottom: 4px solid #2f2f2f;
    margin: 0 auto;
}
.msr-career .btn-filter{
    background: #0060ac;
    color: #fff;
    border: 1px solid #0060ac;
    margin-bottom: 0px;
    font-size: 12px;
    padding: 7px 1.4vw;
}
.msr-career a.btn-filter{
    display: inline-block;
}
.msr-career .career-filter{
    margin-bottom: 20px;
}

.picchu.msr-career .recruit_ContentL .recruit_table .tdSecond a{
    font-size: 16px;
    font-weight: bold;
}

/* 筛选 */
.filter-title{
    line-height: 40px;
}
.picchu .com-paddingtop-40{
    padding-top: 40px;
}
/* .msr-career.recruit_ContentL .recruit_table .msr-table-schedule tr:first-child
.msr-career .msr-table-schedule .tdSecond{
    padding-top: 25px;
} */
.picchu .msr-table-schedule td.tdSecond{
    padding-top: 25px;
}
.msr-career .msr-table-schedule .tdSecond .tdTable tr{
    height: 55px;
}

.picchu.msr-career .title-middle{
    line-height: 79px;
    margin-left: 137px;
}
.picchu.msr-career .recruit_ContentR article li .title-middle a{
    height: auto;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.picchu.msr-career .recruit_ContentL .recruit_Langbtn{
    margin-bottom: 26px;
}
.picchu.msr-career .articleTitle .big-title{
    margin-bottom: 0;
    width: 100%;
    margin-left: 1vw;
    margin-right: 1vw;
}
.picchu.msr-career .articleTitle .big-title h2{
    padding:0;
}

.picchu.msr-career .recruit_ContentL .recruit_table .msr-table-schedule tbody tr:hover {
    background: #fff;
}
.picchu.msr-career .recruit_ContentL .recruit_table .msr-table-schedule tr:hover .tdThird .detail {
    background-color: rgba(0,0,0,.05);
    color: #0060ac;
}
.picchu.msr-career .tab-title span{
    padding:0;
}
.picchu.msr-career .recruit_ContentR{
    margin-top: 55px;
}
@media screen and (max-width: 1300px){
    .picchu.msr-career .career-buttons{
        padding-left: 5px;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px){
    .tab-title span.career-title{
        letter-spacing: 0;
    }
    .picchu .big-title .long-line{
        width: 120px;
    }
    .msr-career .msr-table-schedule .tdSecond .tdTable tr{
        height: 80px;
    }
    .picchu.msr-career .title-middle{
        margin-left:0;
    }
    .picchu.msr-career .recruit_ContentR article li .title-middle a{
        display:block;
        overflow: unset;
        white-space: unset;
        text-overflow: unset;
    }
}

@media screen and (max-width: 1083px){
    .msr-career .com-paddingtop-40{
        text-align: center;
    }
    .msr-career .btn-filter{
        width: 100px;
        height: 36px;
        padding: 9px 1.4vw;
    }
    .msr-career a.btn-filter{
        display: inline-block;
    }
}

/* time axis */
.picchu.msr-times .msr-com{
    position: relative;
}
.picchu .time-left{
    width: calc(100% - 75px);
    float: left;
}
/* left */
.picchu.msr-times .wrapper {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    color: #fff;
    padding: 50px 0;
    box-sizing: border-box;
    background: #fff;
}

.picchu.msr-times  .block {
    z-index: 1;
    position: relative;
}

.picchu.msr-times .each-year{
    margin: 0 15px;
}
.picchu.msr-times  .block:before {
    content: "";
    position: absolute;
    height: calc(100% + 10px);
    width: 1px;
    background-color: #C2C2C2;
    left: 50%;
    margin-top: 75px;
}

.picchu.msr-times  .title {
    text-align: center;
    /* padding: 20px; */
    margin-bottom: 0;
    /* transition: all 0.8s ease-in-out; */
}
.picchu.msr-times  .title span{
    background: #0060ac; /* #05A6F0*/
    border-radius: 50%;
    display: inline-block;
    width: 75px;
    height: 75px;
    vertical-align: middle;
    padding-top: 19px;
    font-size: 30px;
}
.picchu.msr-times  .each-event {
    border: 1px solid #C2C2C2;
    color: #777;
    padding: 30px 15px;
    margin: 10px 0;
    width: calc( 50% - 50px);
    position: relative;
    box-sizing: border-box;
    /* transition: all 0.3s ease-in-out; */
}
.picchu.msr-times  .each-event:before {
    content: "";
    position: absolute;
    top: 50px;
    left: -58px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #0060ac;
    box-shadow: 0 4px 20px -4px rgba(64, 64, 64, 0.8);
}
.picchu.msr-times  .each-event.event-right {
    margin-left: calc(50% + 50px);
}
.picchu.msr-times  .each-event.event-left {
    margin-left: 0;
}
.picchu.msr-times  .each-event.event-left:before {
    left: calc(100% + 43px);
}

.picchu.msr-times  .title.non-focus {
    font-size: 24px;
    line-height: 34px;
    /* transition: all 0.8s ease-in-out; */
}

.picchu.msr-times  .each-event.non-focus {
    color: #d2d2d2;
    background: #e6e6e6;
    margin-top: 90px;
    transform: rotateZ(45deg);
    /* transition: all 0.8s ease-in-out; */
}
.picchu.msr-times  .each-event.non-focus:before {
    opacity: 0;
    background-color: #aaa;
}

/* arrow */
.picchu .triangle {
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    border-width: 13px;
    border-style: solid;
    border-color: transparent;
}
.picchu .each-event.event-left .triangle.arrow {
    border-left-color: #C2C2C2;
    right: -26px;
    top: 50px;
    transform: translateY(calc(20% - 8px));
}
.picchu .each-event.event-left  .triangle.arrowin {
    border-left-color: #fff;
    right: -24px;
    top: 50px;
    transform: translateY(calc(20% - 8px));
}
.picchu .each-event.event-right .triangle.arrow {
    border-right-color: #C2C2C2;
    left: -26px;
    top: 50px;
    transform: translateY(calc(20% - 8px));
}
.picchu .each-event.event-right  .triangle.arrowin {
    border-right-color: #fff;
    left: -24px;
    top: 50px;
    transform: translateY(calc(20% - 8px));
}

/* right */
.picchu .time-right{
    padding-left: 20px;
    float: left;
    z-index: 20;
    overflow:hidden;
    width: 73px;
}
.picchu .time-right span{
    border-left: 4px solid #AEAEAE;
    color: #AEAEAE;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.picchu.msr-times .on{
    color:#0060ac;
    border-left: 4px solid #0060ac;
}

.picchu.picchu.msr-times .event-img{
    width: 120px;
    float: left;
}
.picchu.picchu.msr-times .event-img img{
    width: 100%;
}
.picchu.picchu.msr-times  .event-content{
    width:calc(100% - 120px);
    float: left;
    padding-left: 20px;
}
.picchu .event-month{
    font-size: 26px;
    color: #231f20;
}
.picchu .event-desc{
    font-size: 18px;
    line-height: 30px;
    color: #231f20;
}

.picchu .time-top .on{
    display: none
}
.right-fixed{
    position: fixed;
    top: 28px;
    height: calc(100% - 28px);
}

.right-absolute{
    position: absolute;
    right: 0;
    bottom: 17px;
}
.picchu.msr-times .block:last-child:before{
    height: 70px;
}
@media screen and (min-width: 1024px){
    .picchu.msr-times .each-year .each-event:nth-of-type(n+3){
        margin-top: -100px;
    }
}
@media screen and (max-width: 1023px){

    .picchu .time-right{
        display: none;
    }
    .picchu.msr-times .msr-com{
        width: 100%;
    }
    .picchu .time-left{
        width: 100%;
    }
    .picchu.msr-times .block:before{
        margin-top: 70px;
        left: 105px;
    }
    .picchu.msr-times .title{
        text-align: left;
        padding: 20px 20px 20px 80px;
    }
    .picchu.msr-times .title span {
        width: 50px;
        height: 50px;
        padding-top: 15px;
        text-align: center;
        font-size: 18px;
    }
    .picchu.msr-times .each-year{
        margin: 0 15px 0 0;
    }
    .picchu.msr-times .each-event{
        width: calc(100% - 130px);
        left: 130px;
    }
    .picchu.msr-times .each-event.event-left {
        margin-left: 0;
    }
    .picchu.msr-times .each-event:before{
        left: -34px
    }
    .picchu.msr-times .each-event.event-left:before{
        left: -34px;
    }
    .picchu.msr-times .each-event.event-right{
        margin-left: 0;
    }

    .picchu .each-event.event-left .triangle.arrow {
        border-left-color:transparent;
        border-right-color: #C2C2C2;
        left: -26px;
    }
    .picchu .each-event.event-left  .triangle.arrowin {
        border-left-color:transparent;
        border-right-color: #fff;
        left: -24px;

    }

    .picchu.msr-times .wrapper{
        padding: 10px 0;
    }
    .picchu .time-top{
        padding-left: 10px;
        height: 23px;
    }
    .picchu .time-top .on{
        display: block
    }

    .picchu .time-top span{
        background: url("../images/mb-down.png") center right no-repeat;
        width: 70px;
        display: block;
        padding-left: 5px;
    }
    .picchu.msr-times .time-right span{
        width: 100%;
        padding-left: 5px;
    }
    .picchu.msr-times .time-right .on{
        background: url("../images/mb-up.png") center left 47px no-repeat;
        width: 100%;
        display: block;
    }
    .picchu .time-right{
        width: 100%;
    }
    .time-right-content{
        width: 100%;
    }
}

.time-right::-webkit-scrollbar{
    display: none;
}
.time-right-content{
    display: inline-block;
    height: calc(100vh - 150px);
}
.time-right-content::-webkit-scrollbar{
    display: none;
}

@media screen and (max-width: 767px){

    .picchu.picchu.msr-times .event-img{
        /* width: 80px; */
        float: none;
    }
    .picchu.picchu.msr-times  .event-content{
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

.noscroll,
.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}

.scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}