/* 覆盖 */
.header{
    margin: 0;
}
.header .logo{
    background-image: url(../../images/logo-black.png);
}
.header .nav a{
    color: rgba(0,0,0,.5);
}
.header .nav a:hover,
.header .nav a.active{
    color: rgb(0, 0, 0);
}

.a-btn{
    text-align: center;
    color: #999;
    border-color: #ccc;
}
.a-btn:hover {
    color: #fff;
    border-color: #A07DBD;
    background-color: #A07DBD;
    box-shadow: 0 4px 8px 0 rgba(92,48,125,0.4);
}
/* 各产品 */
.swiper-slide{
    float: left;
    width: 100%;
    height: 640px;
}

.swiper-slide:nth-of-type(2n){
    background-color: #fff;
}
.imgbox,
.text{
    width: 50%;
}
.text{
    position: relative;
    top: 320px;
    transform: translateY(-50%);
}
.text.fr{
    box-sizing: border-box;
    padding-left: 152px;
}

.text .title{
    width: 380px;
    color: #000;
    font-size: 24px;
    line-height: 41px;
}
.text .desc{
    width: 380px;
    margin-top: 40px; 
    color: #333;
    font-size: 12px;
    line-height: 21px;
}
.text .desc+.a-btn{
    margin-top: 40px;
}
/* 按钮和logo */
main .logo{
    width: 160px;
    margin-bottom: 57px;
}
#mooc .a-btn{
    border-color: rgb(160, 125, 189);
    color: rgb(160, 125, 189);
    box-shadow: 0 1px 2px rgba(160, 125, 189,.4);
}
#mooc .a-btn:hover{
    color: #fff;
    box-shadow: 0 4px 8px rgba(160, 125, 189,.4);
}

#qing_company .a-btn{
    border-color: rgb(89,149,241);
    color: rgb(89,149,241);
    box-shadow: 0 1px 2px rgba(89,149,241,.4);
}
#qing_company .a-btn:hover{
    background-color: rgb(89,149,241);
    color: #fff;
    box-shadow: 0 4px 8px rgba(89,149,241,.4);
}

#qing_academy .a-btn{
    border-color: rgb(31,209,159);
    color: rgb(31,209,159);
    box-shadow: 0 1px 2px rgba(31,209,159,.4);
}
#qing_academy .a-btn:hover{
    background-color: rgb(31,209,159);
    color: #fff;
    box-shadow: 0 4px 8px rgba(31,209,159,.4);
}

#job .a-btn{
    border-color: rgb(148,218,228);
    color: rgb(148,218,228);
    box-shadow: 0 1px 2px rgba(148,218,228,.4);
}
#job .a-btn:hover{
    background-color: rgb(148,218,228);
    color: #fff;
    box-shadow: 0 4px 8px rgba(148,218,228,.4);
}


#mooc .imgbox>img{
    margin-top: 120px;
    margin-left: -140px;
}
#qing_company .imgbox>img{
    margin-top: 173px;
}
#qing_academy .imgbox>img{
    margin-top: 155px;
}
#job .imgbox>img{
    margin-top: 173px;
}
#hub .imgbox>img{
    margin-top: 153px;
    margin-left: -104px;
}

#practice .imgbox>img,
#vrlab .imgbox>img{
    margin-top: 125px;
}

#practice .title>span,
#vrlab .title>span{
    color: #A07DBD;
}


/* 右侧页内跳转链接 */
/* #anchors {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 100px;
    font-size: 14px;
    color: #999;
    border: 1px solid #e3e3e3;
    border-radius: 6px; 
}
#anchors a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    color: #999;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
}
#anchors a:first-of-type{
    border-radius: 6px 6px 0 0;
}
#anchors a:last-of-type{
    border-radius: 0 0 6px 6px;
    border-bottom: 0;
    background-color: #f5f5f5;
}
#anchors .iconfont{
    font-size: 22px;
}
#anchors a:not(:last-of-type).active{
    z-index: 2;
}
#anchors a:not(:last-of-type).active,
#anchors a:hover{
    position: relative;
    color: #A07DBD;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
} */

#anchors {
    position: fixed;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    box-sizing: border-box;
    font-size: 14px;
}
#anchors a{
    display: block;
    position: relative;
    /* margin-bottom: 2px; */
    width: 150px;
    height: 44px;
}
#anchors a>span{
    position: absolute;
    display: none;
    /* display: inline-block; */
    right: 24px;
    padding: 14px 20px;
    color: #A07DBD;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
    border-radius: 6px;
    background-color: #F5F5F5;
    /* -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; 
    transform: translate3d(200px,0,0); */
}
#anchors a::before{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    content: '\e623';
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #ccc;
    font-size: 10px;
    font-family: iconfont;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#anchors a.active::before,
#anchors a:hover::before{
    color: #A07DBD;
    font-size: 16px;
}
#anchors a.active>span,
#anchors a:hover>span{
    display: inline-block;
    /* transform: translate3d(0,0,0); */
}