/*root styles*/
:root{
    font:normal normal normal 16px/1 '微软雅黑','Microsoft YaHei Bold',sans-serif;
}
html,body{
    width:100%;
    height:100%;
    color:#323232;
}
*,*::before,*::after{box-sizing: border-box;margin:0;padding:0;}
a{text-decoration: none;color:#323232;}
a[role=button]{
    background: linear-gradient(to right,#FFA900,#FFA700);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width:700px;
    height:60px;
    border-radius: 30px;
    font-size:30px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    padding:0 140px;
    color:#FFFFFF;
    transition: all .25s ease-in;
}
a[role=button]:hover{
    box-shadow: 0 5px 10px rgba(215, 140, 10, 0.35);
    transform:translateY(-5px);
    cursor: pointer;
}
dl,ul,ol{list-style:none;margin:0;padding:0;}
/*header style*/
body > header {
    background:#FFFFFF;
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    top:0;
    left:0;
    width:100%;
    height: 80px;
    z-index:999999;
    padding:0 calc((100% - 1200px)/2);
    box-shadow: 0 5px 10px rgba(200,200,200,.35);
}
body > header img{
    height:40px;
    cursor: pointer;
}
body > header > nav{
    display: flex;
    justify-content: space-between;
    width: 500px;
    padding:0 50px;
}
nav[role=navigation] > a{
    position:relative;
    font-size:20px;
    letter-spacing: 1px;
}
nav[role=navigation] > a:hover{
    color:#0780FE;
}
nav[role=navigation] > a::after{
    content: "";
    background-color: #0780FE;
    position: absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-10px;
    width:0;
    height:3px;
    border-radius:2px;
    transition: all .2s ease-in;
}
nav[role=navigation] > a:hover::after,nav[role=navigation] > a:active::after{
    width:100%;
}
body > header > code{
    display: flex;
    align-items: center;
    height:30px;
    color:#0780FE;
    font: normal bold 26px/35px Alibaba-PuHuiTi-B, Alibaba-PuHuiTi,Arial, serif;
}
body > header > code > img{
    height:36px;
}
/* data-module styles*/
section[data-module]{
    display: flex;
    width:100%;
    min-width: 1200px;
    padding:50px calc(50% - 600px);
    flex-direction: column;
    align-items: center;
}
h2[role=heading]{
    background:url(../images/heading-left.png) no-repeat left center/82px 54px,
    url(../images/heading-right.png) no-repeat right center/82px 54px;
    display:inline-flex;
    align-items: center;
    font-size:42px;
    color:#383838;
    height: 85px;
    padding:0 100px;
    margin-bottom:40px;
    text-align: center;
}
/*banner style*/
body > section[data-module=banner]{
    background:url(../images/banner.png) no-repeat center,
    linear-gradient(45deg,#002ff8,#0834c5);
    justify-content: center;
    margin-top:80px;
    padding:0;
    height:520px;
    overflow:hidden;
}
section[data-module=banner] > img{
    height: 100%;
    object-position: center;
}
/* module note style*/
section[data-module=note]{
    background: rgba(255,255,255,.25);
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding:0 calc(50% - 510px);
    font-size:24px;
    margin-top:-80px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
section[data-module=note] > time::before{
    background: linear-gradient(to right,#38FDB6,#CCFF8D);
    display: inline-block;
    content:"开课时间";
    width: 148px;
    height: 45px;
    line-height:45px;
    border-radius: 5px;
    padding-left:32px;
    margin-right:20px;
    color:#333333;
}
section[data-module=note] > button{
    background: #FF980B;
    width: 200px;
    height: 50px;
    line-height: 45px;
    border-radius: 5px;
    border:0;
    font-size:24px;
    color:#FFFFFF;
    outline:none;
    cursor: pointer;
}

/* module summary styles */
section[data-module=summary] > p{
    width: 1120px;
    font-size:20px;
    line-height: 35px;
}
section[data-module=summary] > p:last-of-type{
    padding-top:30px;
}

/* module area styles */
section[data-module=area]{
    background:#F5FCFB;
}
section[data-module=area] > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 1100px;
    height: 540px;
}
section[data-module=area] > ul > li{
    background: #FFFFFF;
    width: 340px;
    height: 160px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-radius: 15px;
}
section[data-module=area] > ul > li > h4{
    background:linear-gradient(to right,#00AFE7,#02C5A7);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 45px;
    font-size:24px;
    color:#FFFFFF;
    border-radius: 15px 0 30px 0;
}
section[data-module=area] > ul > li > p{
    font-size:18px;
    line-height: 30px;
    padding:10px 30px 20px 30px;
}

/* module trend styles */
section[data-module=trend]{
    background:#F9F9F9;
}
section[data-module=trend] > ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 1100px;
    height: 640px;
    counter-reset: number;
    margin-bottom:40px;
}
section[data-module=trend] > ul > li::before{
    background:url(../images/trend-item.png) no-repeat center/170px 72px;
    counter-increment: number;
    content:counter(number);
    display: block;
    width:170px;
    height:72px;
    margin-top:-36px;
    line-height: 68px;
    text-align: center;
    font-size:22px;
    color:#FFFFFF;
}
section[data-module=trend] > ul > li{
    background: #F5FCFB;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 530px;
    height: 185px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    border-radius: 20px;
    border: 1px solid #0CD189;
}
section[data-module=trend] > ul > li > h4{
    font-size:24px;
}
section[data-module=trend] > ul > li > p{
    padding:40px 40px 20px 40px;
    line-height: 25px;
}

/* module superiority styles */
section[data-module=superiority]{
    background:#F5FCFB;
}
section[data-module=superiority] > ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
section[data-module=superiority] > ul > li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 380px;
}
section[data-module=superiority] > ul > li > h4{
    background:linear-gradient(135deg,#0599C9,#00E4C1);
    width: 240px;
    height: 240px;
    line-height:240px;
    text-align: center;
    font-size:28px;
    color:#FFFFFF;
    border-radius: 240px;
}
section[data-module=superiority] > ul > li:nth-of-type(2) > h4{
    background:linear-gradient(135deg,#007DFF,#64ACFF);
}
section[data-module=superiority] > ul > li:nth-of-type(3) > h4{
    background:linear-gradient(135deg,#8176FD,#B6AFFD);
}
section[data-module=superiority] > ul > li > p{
    font-size:18px;
    line-height: 28px;
    padding:30px 5px;
}

/* module features styles */
section[data-module=features] > ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 1140px;
    height: 440px;
    margin-bottom:40px;
    counter-reset: number;
}
section[data-module=features] > ul > li::before{
    background:linear-gradient(135deg,#00E4C1,#0599C9);
    display: flex;
    align-items: center;
    justify-content: center;
    counter-increment: number;
    content:"0"counter(number);
    width: 40px;
    height: 40px;
    font-size:22px;
    border-radius:0 0 15px 15px;
    color:#FFFFFF;
}
section[data-module=features] > ul > li{
    background: linear-gradient(transparent, #E3F2FF);
    width: 360px;
    height: 200px;
    padding:0 30px 20px 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 15px;
}
section[data-module=features] > ul > li > h4{
    font-size:20px;
    padding:10px 0;
}
section[data-module=features] > ul > li > p{
    font-size:16px;
    line-height: 26px;
    white-space: nowrap;
}
section[data-module=features] > ul > li:nth-of-type(n + 5) > p{
    column-count: 2;
    column-gap:50px;
}

/* module step styles */
section[data-module=step]{
    background:#F5FCFB;
}
section[data-module=step] > ul{
    background:url(../images/step-bg.png) no-repeat center/468px 468px;
    position: relative;
    width: 845px;
    height: 468px;
}
section[data-module=step] > ul > li{
    background: #FFFFFF;
    position: absolute;
    padding:10px 30px;
    font-size:20px;
    border-radius: 25px;
    border: 1px solid #04C363;
}
section[data-module=step] > ul > li:nth-of-type(1){
    top:40px;
    left:165px;
}
section[data-module=step] > ul > li:nth-of-type(2){
    top:90px;
    right:165px;
}
section[data-module=step] > ul > li:nth-of-type(3){
    top:130px;
    left:40px;
}
section[data-module=step] > ul > li:nth-of-type(4){
    top:170px;
    right:65px;
}
section[data-module=step] > ul > li:nth-of-type(5){
    top:210px;
    left:115px;
}
section[data-module=step] > ul > li:nth-of-type(6){
    right:0;
    bottom:185px;
}
section[data-module=step] > ul > li:nth-of-type(7){
    bottom:135px;
}
section[data-module=step] > ul > li:nth-of-type(8){
    bottom:105px;
    right:150px;
}
section[data-module=step] > ul > li:nth-of-type(9){
    bottom:25px;
    left:135px;
}

/* module crowd styles */
section[data-module=crowd]{
    background:url(../images/crowd-bg.png) no-repeat center/100% 100%;
}
section[data-module=crowd] > ul{
    display: flex;
    justify-content: space-between;
    width: 1180px;
    margin-bottom:40px;
}
section[data-module=crowd] > ul > li{
    background:url(../images/crowd-item-1.png) no-repeat center/100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 385px;
    height: 385px;
    text-align: center;
    font-size:25px;
    line-height: 35px;
    color:#FFFFFF;
}
section[data-module=crowd] > ul > li:nth-of-type(2){
    background-image:url(../images/crowd-item-2.png);
}
section[data-module=crowd] > ul > li:nth-of-type(3){
    background-image:url(../images/crowd-item-3.png);
}

/* module course styles */
section[data-module=course] > dl{
    display: flex;
    justify-content: space-between;
    width:1080px;
}
section[data-module=course] > dl > [aria-label]::before{
    background:linear-gradient(to right,#02C5A7,#00AFE7);
    content:attr(aria-label);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    font-size:24px;
    color:#FFFFFF;
}
section[data-module=course] > dl > dd[aria-label]::before{
    margin-bottom:20px;
}
section[data-module=course] > dl > [aria-label]{
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    height: 850px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}
section[data-module=course] > dl > dt{
    width: 380px;
}
section[data-module=course] > dl > dt > a{
    background:url(../images/course-item.png) no-repeat left -50px center/26px 18px,
    linear-gradient(#F4F5F7,#F4F5F7) no-repeat left center/0 60px;
    width: 100%;
    padding:0 60px;
    height: 60px;
    line-height: 60px;
    font-size:22px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .25s ease-out;
}
section[data-module=course] > dl > dt > a[aria-current]{
    background:url(../images/course-item.png) no-repeat left 25px center/26px 18px,
    linear-gradient(#F4F5F7,#F4F5F7) no-repeat left center/100% 60px;
    font-weight: 700;
}
section[data-module=course] > dl > dd{
    position: relative;
    width: 650px;
}
section[data-module=course] > dl > dd > p{
    position: relative;
    padding:0 40px;
    font-size:22px;
    line-height: 45px;
    height: 0;
    z-index:-1;
    opacity: 0;
    transition: all .25s ease-out;
}
section[data-module=course] > dl > dd > p[aria-current]{
    opacity: 1;
    z-index: 1;
}


/*footer styles*/
body > footer{
    background: #323232;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    color:#FFFFFF;
    font-size:14px;
    height:60px;
}
body > footer > a{
    color:#FFFFFF;
    margin:0 10px;
}

/*IE10~11 hack*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    section[data-module=banner] > img{
        display: none;
        opacity: 0;
    }
}