@charset "utf-8";
/*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,#FF9D7E,#FF8B8B);
    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;
}

/* heading styles */
hgroup[role=heading]{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
hgroup[role=heading] > h2{
    background:url(../images/heading-left.png) no-repeat left center/30px 26px,
    url(../images/heading-right.png) no-repeat right center/30px 26px;
    font-size:36px;
    width:fit-content;
    padding:0 40px;
    color:#323232;
}
hgroup[role=heading] > p{
    padding-top:20px;
    font-size:26px;
    color:#4C4C4C;
}

/*banner style*/
body > section[data-module=banner]{
    background:linear-gradient(#6B61FD,#0000DB);
    justify-content: center;
    margin-top:80px;
    padding:0;
    height:400px;
    overflow:hidden;
}
section[data-module=banner] > img{
    height: 100%;
    object-position: center;
}
/*module experience styles*/
section[data-module=experience]{
    background:linear-gradient(#FFFFFF 410px,#F8F9FF 410px);
}
section[data-module=experience] > h3{
    background:linear-gradient(to right,#323BE3,#D169D2);
    background-clip:text;
    color:transparent;
    font-size:33px;
    margin:25px auto;
}
section[data-module=experience] > ul{
    background:url(../images/experience-bg.png) no-repeat top 25px center/380px 265px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    gap:15px;
    width:1000px;
    padding-bottom:150px;
}
section[data-module=experience] > ul > li{
    background:#FAEFFA;
    width:410px;
    font-size:22px;
    text-align:center;
    padding:7px;
    border:1px solid #E9A1EB;
    border-radius:30px;
}
section[data-module=experience] > img{
    width:1172px;
    margin-bottom:25px;
}

/* module tutorial */
section[data-module=tutorial] > dl{
    display: flex;
    justify-content: space-between;
    width: 1050px;
    padding-top:30px;
}
section[data-module=tutorial] > dl > dt{
    display: flex;
    flex-direction: column;
    width: 320px;
}
section[data-module=tutorial] > dl > dt > nav::before{
    background:#6868FA;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left:0;
    top:0;
    width:70px;
    height: 100%;
    color:#FFFFFF;
    content:attr(aria-label);
    writing-mode: tb;
    font-size:26px;
    border-radius: 10px 0 0 0;
}
section[data-module=tutorial] > dl > dt > nav:last-of-type::before{
    background:#CE68FA;
    border-radius:0 0 0 10px;
}
section[data-module=tutorial] > dl > dt > nav{
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left:70px;
}
section[data-module=tutorial] > dl > dt > nav > a{
    background: #FCFCFC;
    width: 100%;
    height:40px;
    line-height:40px;
    box-shadow: 0 0 6px 0 rgba(150,150,240,0.15);
    border: 1px solid #F4F2F2;
    text-align: center;
    cursor: pointer;
}
section[data-module=tutorial] > dl > dt > nav > a[aria-current]{
    color:#3E3FE2;
}
section[data-module=tutorial] > dl > dd{
    background:url(../images/video-bg.png) no-repeat center top 120px/678px 220px;
    width: 680px;
    padding:70px 55px 0 55px;
}
section[data-module=tutorial] > dl > dd > video{
    background:transparent;
    width: 100%;
    height: 320px;
    border-radius: 25px;
}
section[data-module=tutorial] > dl > dd > p{
    background: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    border-radius: 30px;
    width: 100%;
    padding:15px;
    margin-top:30px;
    font-size:22px;
    text-align: center;
}

/* module plan styles */
section[data-module=plan]{
    background: linear-gradient(#EFF4FF,#DAE6FF);
}
section[data-module=plan] > dl{
    background: linear-gradient( 270deg, #5F55FF 0%, #8575FF 100%);
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    width: 1200px;
    border-radius: 20px;
    padding:0 30px 30px 30px;
    margin-top:30px;
}
section[data-module=plan] > dl > dt{
    background:url(../images/plan-title.png) no-repeat center/178px 35px;
    width:100%;
    height:35px;
    margin-bottom:20px;
    line-height:35px;
    font-size:23px;
    text-align:center;
}
section[data-module=plan] > dl > dd{
    font-size:15px;
    color:#FFFFFF;
    line-height:30px;
}

/*module benefit styles*/
section[data-module=benefit]{
    background: white;
}
section[data-module=benefit] > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 1140px;
    height:540px;
    margin:30px 0;
}
section[data-module=benefit] > ul >li{
    background: #EFF1FE;
    border-radius: 15px;
    width:270px;
    height:260px;
    padding:25px;
    color:#1E30A9;
}
section[data-module=benefit] > ul > li:nth-child(2){
    background:#FFF2F2;
    color:#F33334;
}
section[data-module=benefit] > ul > li:nth-child(3){
    background:#E9F8FF;
    color:#006797;
}
section[data-module=benefit] > ul > li:nth-child(4){
    background:#FFFAE0;
    color:#905C0A;
}
section[data-module=benefit] > ul > li:nth-child(5){
    background:#EFFBEC;
    color:#1A8000;
}
section[data-module=benefit] > ul > li:nth-child(6){
    background:#FFFAE0;
    color:#905C0A;
}
section[data-module=benefit] > ul > li:nth-child(7){
    background:#EFF1FE;
    color:#1E30A9;
}
section[data-module=benefit] > ul > li:nth-child(8){
    background:#E9F8FF;
    color:#006797;
}
section[data-module=benefit] > ul >li > h3{
    font-size:22px;
    line-height: 32px;
    padding:20px 0;
    color:inherit;
}
section[data-module=benefit] > ul >li > p{
    font-size:16px;
    font-weight:400;
    line-height: 28px;
    text-align: left;
    color:#3A3A3A;
}

/* module apply styles */
section[data-module=apply]{
    background:linear-gradient(#C7C4EB,#D7D8E0);
}
section[data-module=apply] > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 1100px;
    height:260px;
    margin:30px 0;
}
section[data-module=apply] > div > a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.06);
    border-radius: 15px;
    font-size:28px;
    border: 1px solid #EAEAEA;
    cursor:pointer;
}
section[data-module=apply] > div > a > img{
    width:80px;
    height:80px;
    margin-right:20px;
}
section[data-module=apply] > p{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:800px;
}
section[data-module=apply] > p > time{
    background:linear-gradient(to right,#D169D2, #323BE3);
    background-clip:text;
    display:flex;
    flex-direction: column;
    align-items: center;
    font-size:30px;
    color:transparent;
}
section[data-module=apply] > p > time::after{
    display:flex;
    justify-content: center;
    align-items: center;
    content:attr(datetime);
    width: 330px;
    height: 60px;
    font-weight: 700;
    font-size:28px;
    color:#fff;
    margin-top:20px;
    background: linear-gradient( 270deg, #D169D2 0%, #323BE3 100%);
    border-radius: 35px;
}

/* module crowd styles */
section[data-module=crowd] > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width:1100px;
    height: 470px;
    padding-top:60px;
}
section[data-module=crowd] > ul > li{
    background: #EFF1FF;
    position: relative;
    width: 340px;
    height: 180px;
    border-radius: 15px;
}
section[data-module=crowd] > ul > li:nth-child(2){
    background:#FFEEEE;
}
section[data-module=crowd] > ul > li:nth-child(3){
    background:#EDF7EB;
}
section[data-module=crowd] > ul > li:nth-child(4){
    background:#FCF6EB;
}
section[data-module=crowd] > ul > li:nth-child(5){
    background:#EFF1FF;
}
section[data-module=crowd] > ul > li:nth-child(6){
    background:#FCF6EB;
}
section[data-module=crowd] > ul > li > h4{
    background:url(../images/crowd-title-1.png) no-repeat center/175px 40px;
    position: absolute;
    top:-20px;
    left:50%;
    transform:translateX(-50%);
    width: 175px;
    height: 40px;
    line-height:40px;
    text-align:center;
    font-size:24px;
    color:#fff;
}
section[data-module=crowd] > ul > li:nth-child(2) > h4{
    background-image:url(../images/crowd-title-2.png);
}
section[data-module=crowd] > ul > li:nth-child(3) > h4{
    background-image:url(../images/crowd-title-3.png);
}
section[data-module=crowd] > ul > li:nth-child(4) > h4{
    background-image:url(../images/crowd-title-4.png);
}
section[data-module=crowd] > ul > li:nth-child(5) > h4{
    background-image:url(../images/crowd-title-5.png);
}
section[data-module=crowd] > ul > li:nth-child(6) > h4{
    background-image:url(../images/crowd-title-6.png);
}
section[data-module=crowd] > ul > li > p{
    padding:50px 30px 0 30px;
    font-size:18px;
    line-height:30px;
    color:#5F5F5F;
}

/*module guide styles*/
section[data-module=guide]{
    background: #F8F9FF;
}
section[data-module=guide] > table{
    border-collapse: collapse;
    table-layout: fixed;
    width: 900px;
    margin:40px 0;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 0 0 4px #50cbe7;
}
section[data-module=guide] > table tr:nth-of-type(odd){
    background: linear-gradient(to right,#ECF7FF,#FFFFFF);
}
section[data-module=guide] > table tr:nth-of-type(even){
    background: linear-gradient(to right,#FFFFFF,#F4F4F5);
}
section[data-module=guide] > table tr > td:nth-of-type(2){
    border-right-color: transparent;;
}
section[data-module=guide] > table td{
    text-align:center;
    font-size:16px;
    line-height: 30px;
    height: 60px;
    padding:10px 20px;
    border:1px solid #E9E9E9;
}
section[data-module=guide] > table tr > td span{
    background: linear-gradient(to right,#D169D2, #323BE3);
    color: #fff;
    padding:0 15px;
    border-radius:50px;
}

/*module feature styles*/
section[data-module=feature]{
    background: url(../images/feature-bg.png) no-repeat center;
    background-size:cover;
    color:#FFFFFF;
}
section[data-module=feature] > hgroup[role=heading] > h2{
    background-image:url(../images/heading-left-light.png),url(../images/heading-right-light.png);
}
section[data-module=feature] > ul{
    display: flex;
    padding-top:20px;
}
section[data-module=feature] > ul > li{
    width: 300px;
    height:200px;
    line-height: 32px;
    padding:0 30px;
    border-right: 1px solid #7784B8;
}
section[data-module=feature] > ul > li:last-child{
    border:0;
}
section[data-module=feature] >ul > li > h3{
    font-size:22px;
    font-weight: 500;
    margin-top:-50px;
}
section[data-module=feature] >ul > li > p{
    font-size:18px;
    font-weight: 400;
    padding-top:20px;
}

/* module course styles */
section[data-module=course]{
    background: #F6F8FA;
}
section[data-module=course] > dl{
    display: flex;
    width: 1160px;
    height: 850px;
    margin-top:30px;
    background: #F9F9F9;
    box-shadow: 0 0 10px rgba(200,200,200,.35);
    border-radius: 30px;
    overflow:hidden;
}
section[data-module=course] > dl > dt{
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding:30px 0;
    min-width:400px;
    height:100%;
}
section[data-module=course] > dl > dt > a{
    background: linear-gradient(to right,#D169D2, #323BE3) no-repeat left center/0 100%;
    display: block;
    width:100%;
    height:60px;
    font-size:20px;
    font-weight:400;
    padding-left:30px;
    line-height: 60px;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    transition: all .25s ease-out;
}
section[data-module=course] > dl > dt > a[aria-current]{
    background-size:100% 100%;
    font-weight: 700;
    color:#FFFFFF;
}
section[data-module=course] > dl > dd{
    position: relative;
    flex-grow:1;
    height:780px;
    margin:auto 20px;
    font-size:16px;
    font-weight: 400;
    overflow-y: scroll;
}
section[data-module=course] > dl > dd > table{
    position: absolute;
    width:100%;
    border-collapse: collapse;
    transform-origin: top center;
    transform:scaleY(0);
    opacity: 0;
    z-index:-1;
    transition: all .25s ease-out;
}
section[data-module=course] > dl > dd > table[aria-current]{
    position: relative;
    transform: scaleY(1);
    opacity: 1;
    z-index:1;
}
section[data-module=course] > dl > dd > table td:first-child{
    text-align: center;
}
section[data-module=course] > dl > dd > table td{
    line-height: 25px;
    padding:10px 15px;
    text-align: center;
}
section[data-module=course] > dl > dd > table tr > td:nth-of-type(2){
    border-left:1px solid rgba(0,0,0,.2);
    width: 50%;
}
section[data-module=course] > dl > dd > table tr > td[rowspan]{
    border-right:1px solid rgba(0,0,0,.2);
    width: 50%;
}
section[data-module=course] > dl > dd > table tr > td[colspan="2"]{
    border-color:transparent;
}
section[data-module=course] > dl > dd > table td > b{
    display: inline-block;
    background:#FFFFFF;
    width: 100%;
    padding:5px;
    font-size:20px;
    border-radius: 30px;
    border:solid 1px rgba(0,0,0,0.2);
}

/* module carousel styles */
section[data-module=carousel]{
    background: url(../images/carousel-bg.jpg) no-repeat center;
    background-size:cover;
}
section[data-module=carousel] > [role=listbox]{
    position: relative;
    width:1200px;
    height:346px;
}
section[data-module=carousel] [data-control]{
    background:rgba(20, 120, 235, .75);
    display: block;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width:50px;
    height:50px;
    border:0;
    border-radius:30px;
    padding-left:5px;
    cursor: pointer;
    transition: all .2s ease-in;
}
section[data-module=carousel] [data-control="right"]{
    left:auto;
    right:0;
    padding-left:0;
    padding-right:5px;
}
section[data-module=carousel] [data-control]::before{
    display: inline-block;
    content:'';
    width:16px;
    height:16px;
    border-left:3px solid #FFFFFF;
    border-bottom:3px solid #FFFFFF;
    transform: rotate(45deg);
}
section[data-module=carousel] [data-control="right"]::before{
    transform: rotate(-135deg);
}
section[data-module=carousel] [data-control]:hover{
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 0 10px rgba(200,200,200,.5);
}
section[data-module=carousel] [role=list]{
    display: flex;
    margin:0 auto;
    width:1140px;
    overflow: hidden;
}
section[data-module=carousel] [role=list] > li{
    flex:none;
    background: #FFFFFF;
    width:500px;
    height:346px;
    padding:10px;
    border-radius: 10px;
    margin-right:10px;
}
section[data-module=carousel] [role=list] > li > img{
    width:100%;
    height:100%;
}

/*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;
}