/*root styles*/
:root{
    font:normal normal normal 16px/1 '微软雅黑','Microsoft YaHei',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]{
    display: block;
    background: linear-gradient(to right,#7F46FF,#BC54FF);
    width:680px;
    height:60px;
    border-radius: 30px;
    font-size:28px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    color:#FFFFFF;
    transition: all .25s ease-in;
}
a[role=button]:hover{
    box-shadow: 0 5px 10px rgba(140, 20, 240, 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:60px calc((100% - 1200px)/2);
    flex-direction: column;
    align-items: center;
}
h2[role=heading]{
    background:url(../images/title.png) no-repeat top center/92px 44px;
    font-size:36px;
    font-weight: 700;
    line-height: 52px;
    color:#323232;
    white-space: nowrap;
    padding-top:54px;
}
h4[role=doc-subtitle]{
    font-size:28px;
    color:#333333;
    padding:15px 0;
}
/*banner style*/
body > section[data-module=banner]{
    background:url(../images/banner.jpg) no-repeat center;
    justify-content: center;
    margin-top:80px;
    padding:0;
    height:560px;
    overflow:hidden;
}
section[data-module=banner] > img{
    height: 100%;
    object-position: center;
}
/* module note style*/
section[data-module=note]{
    background: #F1F9FF;
    flex-direction: row;
    align-items: center;
    height:100px;
}
section[data-module=note] > button{
    width: 136px;
    height: 40px;
    background: #1243D6;
    border-radius: 5px;
    font-size:24px;
    color:#FFFFFF;
    border:none;
}
section[data-module=note] > address{
    font-style:normal;
    font-size:24px;
    padding:0 30px;
}
section[data-module=note] > time{
    font-size:24px;
    color:#3C3C3C;
}
/*module summary styles*/
section[data-module=summary] > h2{
    background:url(../images/summary-left.png) no-repeat top left/86px 96px;
    color:#1243D6;
    font-size:36px;
    height:96px;
    padding:50px 0 0 40px;
    align-self: flex-start;
}
section[data-module=summary] > h2[data-float=right]{
    background:url(../images/summary-right.png) no-repeat top right/86px 96px;
    text-align: right;
    padding:50px 40px 0 0;
    align-self: flex-end;
    margin-top:-80px;
}
section[data-module=summary] > p{
    background:#F1F9FF;
    width:480px;
    height:176px;
    font-size:20px;
    padding:20px;
    line-height: 34px;
    border-radius: 8px;
    align-self: flex-start;
    margin:26px 0 0 40px;
}
section[data-module=summary] > p[data-float=right]{
    width:802px;
    height:210px;
    align-self: flex-end;
    margin:26px 40px 0 0;
}
/* module scenes styles*/
section[data-module=scenes]{
    background:url(../images/scenes-bg.png) no-repeat top center;
    padding-top:250px;
    height: 1266px;
    margin-top:-220px;
}
section[data-module=scenes] > dl{
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-top:40px;
}
section[data-module=scenes] > dl:last-child{
    align-self: flex-end;
    justify-content: flex-end;
}
section[data-module=scenes] > dl > dt{
    background:url(../images/scenes-left.png) no-repeat;
    width:100%;
    height:70px;
    font-size:26px;
    color:#FFFFFF;
    padding:10px 30px;
}
section[data-module=scenes] > dl:last-child > dt{
    background:url(../images/scenes-right.png) no-repeat right top;
    text-align: right;
    align-self: flex-end;
}
section[data-module=scenes] > dl > dd{
    background:url(../images/scenes-blue.png) no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    width:300px;
    height:325px;
    padding:40px 30px;
    color:#333333;
    margin: 20px 0 0 40px;
}
section[data-module=scenes] > dl > dd[data-skin=red]{
    background:url(../images/scenes-red.png) no-repeat;
}
section[data-module=scenes] > dl:last-child > dd {
    margin:20px 40px 0 0;
}
section[data-module=scenes] > dl > dd > h5{
    background:url(../images/scenes-title.png) no-repeat bottom center;
    width:100%;
    text-align: center;
    font-size:24px;
    padding-bottom:20px;
}
section[data-module=scenes] > dl > dd > p{
    font-size:20px;
    line-height: 34px;
    padding-top:20px;
}

/* module compare styles */
section[data-module=compare] > ul{
    display: flex;
    margin-top:40px;
}
section[data-module=compare] > ul > li{
    display: flex;
    flex-direction: column;
    width: 330px;
    height:1150px;
    margin-left:30px;
}
section[data-module=compare] > ul > li.compare-tit{
    width:140px;
    margin-left:0;
    padding-left:0;
}
section[data-module=compare] > ul > li[title=CDMP]{
    background:url(../images/compare-blue.png) no-repeat top right;
}
section[data-module=compare] > ul > li[title=CDGA]{
    background:url(../images/compare-purple.png) no-repeat top right;
}
section[data-module=compare] > ul > li[title=CDGP]{
    background:url(../images/compare-yellow.png) no-repeat top right;
}
section[data-module=compare] > ul > li::before{
    display: block;
    content:attr(title);
    font-size:26px;
    font-weight: 700;
    color:#333333;
    height:70px;
    width:100%;
    padding:10px 0 0 30px;
    margin-top:20px;
}
section[data-module=compare] > ul > li[title=CDMP]::before{
    background:url(../images/compare-cdmp.png) no-repeat top left;
}
section[data-module=compare] > ul > li[title=CDGA]::before{
    background:url(../images/compare-cdga.png) no-repeat top left;
}
section[data-module=compare] > ul > li[title=CDGP]::before{
    background:url(../images/compare-cdgp.png) no-repeat top left;
}
section[data-module=compare] > ul > li:nth-child(n+1) > p{
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(255,255,255,.9);
    width:290px;
    min-height: 50px;
    border-radius: 10px;
    margin:0 0 15px 20px;
    font-size:18px;
    line-height: 24px;
    text-align: center;
}
section[data-module=compare] > ul > li.compare-tit p{
    width:140px;
    font-weight:bold;
    font-size:20px;
    border-radius:0;
}

/* module level styles */
section[data-module=level]{
    background:url(../images/level-bg.png) no-repeat bottom center;
    height:1480px;
    padding-top:640px;
    margin-top:-640px;
}
section[data-module=level] > div{
    display: flex;
    justify-content: space-between;
    width:100%;
    padding:40px 10px;
}
section[data-module=level] > div > dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    background:linear-gradient(to bottom, rgba(248, 186, 85, 0.3),#FFFFFF 30%);
    width:280px;
    height:330px;
    padding:0 20px;
    box-shadow: 0 2px 10px 0 rgba(167,168,169,0.23);
    border-radius: 10px;
}
section[data-module=level] > div > dl:nth-child(odd){
    margin-top:160px;
}
section[data-module=level] > div > dl > dt{
    display: flex;
    flex-direction: column;
    align-items: center;
    background:url(../images/level-1.png) no-repeat;
    width:160px;
    min-height:86px;
    padding-top:15px;
    font-size:20px;
    font-weight: 700;
    color:#FFFFFF;
}
section[data-module=level] > div > dl > dt[title=practitioner]{
    background-image:url(../images/level-2.png);
}
section[data-module=level] > div > dl > dt[title=master]{
    background-image:url(../images/level-3.png);
}
section[data-module=level] > div > dl > dt[title=fellow]{
    background-image:url(../images/level-4.png);
}
section[data-module=level] > div > dl > dt > small{
    font-size:18px;
    font-weight: normal;
    padding-top:5px;
}
section[data-module=level] > div > dl > dd[title]::before{
    content:attr(title);
    font-size:16px;
    font-weight: 700;
    color:#1C2D79;
    position: absolute;
    left:15px;

}
section[data-module=level] > div > dl > dd[title]{
    position: relative;
    text-align: right;
}
section[data-module=level] > div > dl > dd{
    background:url(../images/dot.png) no-repeat top 30px left;
    width:100%;
    min-height: 45px;
    font-size:14px;
    line-height: 45px;
    border-bottom:1px solid #F1F1F1;
    padding:10px 0 10px 15px;
}
section[data-module=level] > div > dl > dd:last-child{
    border-bottom:0;
}
section[data-module=level] > p[title]::before{
    background:#DCE5FB;
    display: inline-block;
    content:attr(title);
    width:103px;
    height:35px;
    line-height:35px;
    text-align: center;
    border-radius: 18px;
    margin-right:18px;
}
section[data-module=level] > p[title]{
    background:#EAF0FD;
    width:710px;
    height:35px;
    border-radius: 18px;
    line-height: 35px;
    font-size:16px;
    color:#000000;
    font-weight: 500;
}
/* module crowd styles */
section[data-module=crowd]{
    background:url(../images/crowd-bg.jpg) no-repeat;
    height:570px;
}
section[data-module=crowd] > h2{
    color:#FFFFFF;
}
section[data-module=crowd] > ul{
    display: flex;
    flex-wrap: wrap;
    padding-left:180px;
}
section[data-module=crowd] > ul > li{
    background:url(../images/flag.png) no-repeat center left;
    color:#FFFFFF;
    font-size:18px;
    height: 48px;
    min-width: 480px;
    line-height: 48px;
    padding-left:70px;
    margin-top:30px;
}
section[data-module=crowd] > ul > li:nth-child(3),
section[data-module=crowd] > ul > li:nth-child(7){
    margin-left:80px;
    min-width: 460px;
}
section[data-module=crowd] > img{
    align-self: flex-end;
    transform:translateY(-130px);
}
/* module question styles */
section[data-module=question]{
    background:#F3F4F7;
    height: 600px;
}
section[data-module=question] > ul{
    background:url(../images/question-bg.png) no-repeat center;
    display: flex;
    flex-wrap: wrap;
    width:1180px;
    height:300px;
    margin-top:40px;
}
section[data-module=question] > ul > li{
    background:#DEEEFF;
    position: relative;
    width: 400px;
    height:40px;
    line-height: 40px;
    padding:0 10px;
    font-size:20px;
    color:#323232;
    white-space: nowrap;
}
section[data-module=question] > ul > li:nth-child(odd)::after{
    background:url(../images/question-left.png) no-repeat;
    content:"";
    display: inline-block;
    position: absolute;
    top:-3px;
    right:-20px;
    width:47px;
    height:47px;

}
section[data-module=question] > ul > li:nth-child(even)::before{
    background:url(../images/question-right.png) no-repeat;
    content:"";
    display: inline-block;
    position: absolute;
    top:-3px;
    left:-20px;
    width:47px;
    height:47px;

}
section[data-module=question] > ul > li:nth-child(even){
    margin-left:300px;
    padding-left:35px;
}
section[data-module=question] > ul > li:nth-child(2),
section[data-module=question] > ul > li:nth-child(3),
section[data-module=question] > ul > li:nth-child(6),
section[data-module=question] > ul > li:nth-child(7){
    background:#FFEFDF;
}
section[data-module=question] > ul > li:nth-child(1){
    transform:translate(50px,-10px);
}
section[data-module=question] > ul > li:nth-child(2){
    transform:translate(30px,-10px);
    width:430px;
}
section[data-module=question] > ul > li:nth-child(3){
    transform:translate(5px,5px);
    width:380px;
}
section[data-module=question] > ul > li:nth-child(4){
    transform:translate(115px,5px);
    width:390px;
}
section[data-module=question] > ul > li:nth-child(5){
    transform:translate(25px,20px);
    width: 360px;
}
section[data-module=question] > ul > li:nth-child(6){
    transform:translate(135px,20px);
    width: 330px;
}
section[data-module=question] > ul > li:nth-child(7){
    transform:translate(30px,40px);
    width: 420px;
}
section[data-module=question] > ul > li:nth-child(8){
    transform:translate(10px,40px);
    width: 440px;
}

/* module steps styles */
section[data-module=steps] h2{padding-bottom:30px;}
section[data-module=steps] > dl{
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 1180px;
}
section[data-module=steps] > dl > dt{
    display: flex;
    flex-direction: column;
    width: 385px;
    counter-reset: number;
}
section[data-module=steps] > dl > dt > a::before{
    background:#2C74F9;
    display: flex;
    align-items: center;
    justify-content: center;
    counter-increment: number;
    content:counter(number);
    position: absolute;
    left:30px;
    top:28px;
    width: 55px;
    height: 55px;
    font-size:28px;
    color:#F1F5F9;
    border-radius: 55px;
    transition: inherit;
}
section[data-module=steps] > dl > dt > a{
    background: #F1F5F9;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 110px;
    font-size:20px;
    padding-left:95px;
    margin-bottom:60px;
    cursor: pointer;
    box-shadow: 0 6px 6px 1px rgba(0,0,0,0.1);
    border-radius: 55px;
    transition: all .25s ease-out;
}
section[data-module=steps] > dl > dt > a[aria-current=true]::before{
    background:#F1F5F9;
    color:#2C74F9;
}
section[data-module=steps] > dl > dt > a[aria-current=true]{
    background:#2C74F9;
    color:#F1F5F9;
}
section[data-module=steps] > dl > dt > a > b{
    font-size:24px;
    margin-bottom:10px;
}
section[data-module=steps] > dl > dd{
    display: flex;
    flex-direction: column;
    position: absolute;
    right:0;
    opacity: 0;
    transform-origin: left top;
    transform:scaleX(0);
    width:0;
    z-index: -1;
    transition: all .25s ease-out;
}
section[data-module=steps] > dl > dd[aria-current=true]{
    position: relative;
    opacity: 1;
    z-index: 1;
    width: 755px;
    transform:scaleX(1);
}
section[data-module=steps] > dl > dd > h4{
    font-size:20px;
    text-align:center;
    line-height: 30px;
    width: 600px;
    margin:0 auto;
}
section[data-module=steps] > dl > dd > figure[title]::before,
section[data-module=steps] > dl > dd > p[title]::before{
    background:#C6E2FF;
    display: flex;
    align-items: center;
    justify-content: center;
    content:attr(title);
    font-size:22px;
    min-width: 165px;
    height: 50px;
    margin-right:20px;
    border-radius: 50px;
}
section[data-module=steps] > dl > dd > figure[title]::before{
    position: absolute;
    left:0;
    top:0;
    border-radius: 25px 0 25px 0;
}
section[data-module=steps] > dl > dd > figure[title],
section[data-module=steps] > dl > dd > p[title]{
    display: flex;
    align-items: center;
    background:#FFFFFF;
    position: relative;
    margin-top:20px;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.1);
    border-radius: 25px;
    border: 1px solid #EBEBEB;
    font-size:18px;
    min-height: 52px;
}
section[data-module=steps] > dl > dd > figure[title]{
    padding:20px 55px;
}
section[data-module=steps] > dl > dd > ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    height: 530px;
    margin-top:50px;
}
section[data-module=steps] > dl > dd > ul > li::before{
    display: flex;
    align-items: center;
    justify-content: center;
    background:#FFEC7B;
    position: absolute;
    top:-25px;
    left:50%;
    content:attr(title);
    width: 160px;
    height: 50px;
    color:#000000;
    font-size:22px;
    transform:translateX(-50%);
    border-radius: 25px 0 25px 0;
}
section[data-module=steps] > dl > dd > ul > li:nth-of-type(2)::before{
    background:#FEBEFF;
}
section[data-module=steps] > dl > dd > ul > li:nth-of-type(3)::before{
    background:#9BF2C2;
}
section[data-module=steps] > dl > dd > ul > li:nth-of-type(4)::before{
    background:#A8D3FF;
}
section[data-module=steps] > dl > dd > ul > li:nth-of-type(5)::before{
    background:#FFD2B5;
}
section[data-module=steps] > dl > dd > ul > li:nth-of-type(6)::before{
    background:#FDC8CE;
}
section[data-module=steps] > dl > dd > ul > li{
    background: #FFFFFF;
    position: relative;
    width: 240px;
    height: 240px;
    padding:40px 20px 20px 20px;
    font-size:17px;
    color:#666666;
    line-height: 25px;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.06);
    border-radius: 25px;
    border: 1px solid #EBEBEB;
}
section[data-module=steps] > dl > dd > dl{
    background:url(../images/steps-3.png) no-repeat center/348px 348px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-content: space-between;
    position: relative;
    padding:10px 20px;
    margin-top:30px;
    width: 100%;
    height: 550px;
}
section[data-module=steps] > dl > dd > dl > dt{
    background: linear-gradient(#2C74F9,#A8CCFF);
    position: absolute;
    left:40px;
    top:165px;
    height: 80px;
    padding:20px 40px;
    font-size:28px;
    color:#FFFFFF;
    border-radius: 40px;
    border: 4px solid #FFFFFF;
}
section[data-module=steps] > dl > dd > dl > dt:nth-of-type(2){
    left:435px;
}
section[data-module=steps] > dl > dd > dl > dt:nth-of-type(3){
    top:305px;
}
section[data-module=steps] > dl > dd > dl > dt:nth-of-type(4){
    top:305px;
    left:435px;
}
section[data-module=steps] > dl > dd > dl > dd{
    background: #FFFFFF;
    width: 300px;
    height: 135px;
    padding:30px;
    line-height: 25px;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.1);
    border-radius: 20px;
    border: 1px solid #EBEBEB;
}

/* module course styles */
section[data-module=course] > dl{
    display: flex;
    justify-content: space-between;
    width: 1180px;
    height: 1200px;
    margin-top:40px;
}
section[data-module=course] > dl > dt::before,
section[data-module=course] > dl > dd::before
{
    display: inline-block;
    content:attr(title);
    width: 370px;
    height: 70px;
    margin:0 0 20px 20px;
    text-align: center;
    line-height: 70px;
    border-bottom:1px solid #E0E0E0;
    font-size:20px;
    color:#666666;
}
section[data-module=course] > dl > dd::before{
    width: 100%;
    margin:0;
}
section[data-module=course] > dl > dt{
    background:#F9F9F9;
    display: flex;
    flex-direction: column;
    width:410px;
    border-radius: 10px;
}
section[data-module=course] > dl > dt > a{
    width:100%;
    height:55px;
    border-radius: 10px;
    padding-left:40px;
    line-height: 55px;
    cursor: pointer;
    margin-bottom:10px;
    color:#666666;
    font-size:20px;
    transition: all .25s ease-out;
}
section[data-module=course] > dl > dt > a:hover,
section[data-module=course] > dl > dt > a[data-active]
{
    background:#1243D6;
    color:#FFFFFF;
}
section[data-module=course] > dl > dd{
    background:#F0F7FF;
    width:750px;
    padding:0 40px;
    border-radius: 10px;
    overflow:hidden;
}
section[data-module=course] > dl > dd > article{
    display: flex;
    flex-direction: column;;
    width:100%;
    height:0;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    overflow: hidden;
    transition: all .25s ease-out;
}
section[data-module=course] > dl > dd > article[data-current]{
    height:calc(100% - 70px);
    transform: scaleY(1);
    opacity: 1;
}
section[data-module=course] > dl > dd > article > h5{
    height:70px;
    line-height: 70px;
    border-bottom:1px solid #E0E0E0;
    font-size:20px;
    font-weight: 700;
    color:#1243D6;
}
section[data-module=course] > dl > dd > article > p{
    display: flex;
    align-items: center;
    font-size:18px;
    line-height: 34px;
    border-bottom:1px solid #E0E0E0;
    padding:20px 0;
}
section[data-module=course] > dl > dd > article > ol{
    flex:1;
    display: flex;
    flex-direction: column;
    padding:20px 0;
}
section[data-module=course] > dl > dd > article > ol::before{
    background:#FA7D00;
    content:attr(title);
    display: block;
    width:95px;
    height:30px;
    color:#FFFFFF;
    font-size:18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    border-radius: 2px 100px 100px 2px;
}
section[data-module=course] > dl > dd > article > ol > li{
    font-size:20px;
    color:#323232;
    padding:20px 0 0 20px;
    height:50px;
}
section[data-module=course] > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
section[data-module=course] > ul > li::before{
    content:attr(title);
    border-right:1px solid #E0E0E0;
    padding-right:20px;
    margin-right:20px;
    font-weight:700;
}
section[data-module=course] > ul > li{
    background:#FFFFFF;
    display: flex;
    align-items: center;
    width:calc(50% - 10px);
    margin-top:20px;
    padding:20px;
    border-radius:5px;
    box-shadow: 0 0 10px rgba(50,50,100,.15);
    font-size:20px;
}

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

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