/*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,#EF4392,#ED87BE);
    display: flex;
    align-items: center;
    justify-content: center;
    width:680px;
    height:60px;
    border-radius: 30px;
    font-size:30px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    color:#FFFFFF;
    transition: all .25s ease-in;
}
a[role=button]:hover{
    box-shadow: 0 5px 10px rgba(210, 12, 184, 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(50% - 600px);
    flex-direction: column;
    align-items: center;
}
h2[role=heading]{
    background:url(../images/heading-bg.png) no-repeat bottom center;
    width: 100%;
    height: 60px;
    font-size:35px;
    font-weight: 700;
    line-height: 60px;
    color:#141547;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 60px;
}
/*banner style*/
body > section[data-module=banner]{
    background:url(../images/banner.png) no-repeat center,
    linear-gradient(to right,#FFAB31,#FF9E27);
    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: #F5F9FA;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height:100px;
    font-size:24px;
}
section[data-module=note] > time::before{
    display: inline-block;
    content:"开课时间";
    background: #FF9E27;
    width: 148px;
    height: 45px;
    line-height:45px;
    border-radius: 5px;
    padding-left:32px;
    margin-right:20px;
    color:#FFFFFF;
}
section[data-module=note] > button{
    background: linear-gradient(to right, #EF4392, #F8ACC8);
    width: 258px;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    border:0;
    font-size:24px;
    color:#FFFFFF;
    outline:none;
    cursor: pointer;
}

/* module summary styles */
section[data-module=summary] > dl{
    background: #FCFAF9;
    width: 1020px;
    padding:50px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 20px;
    font-size:18px;
    line-height: 30px;
}
section[data-module=summary] > dl > dd{
    background:url(../images/dot.png) no-repeat top 10px left;
    padding-left:15px;
    margin-top:20px;
}

/* module level styles */
section[data-module=level]{
    background:#F5F5F5;
}
section[data-module=level] > h3{
    background:linear-gradient(#FF9E27,#FF9E27) no-repeat center left/6px 16px;
    width: 100%;
    padding-left:15px;
    font-size:18px;
}
section[data-module=level] > img{
    margin:30px auto;
}
section[data-module=level] > p{
    font-size:16px;
    margin-bottom:30px;
}

/* module worth styles */
section[data-module=worth]{
    flex-flow: row wrap;
}
section[data-module=worth] > dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1020px;
    margin:0 auto;
}
section[data-module=worth] > dl > dt{
    background:url(../images/star.png) no-repeat;
    width:100%;
    height: 40px;
    font-size:18px;
    font-weight: 700;
    padding:22px 0 0 50px;
    margin-bottom:20px;
}
section[data-module=worth] > dl > dd{
    background: #FCFAF9;
    width: 500px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin-bottom:20px;
}
section[data-module=worth] > dl:first-of-type > dd:first-of-type{
    margin-bottom:auto;
}
section[data-module=worth] > dl:first-of-type > dd:last-of-type{
    margin-top:-195px;
}
section[data-module=worth] > dl > dd > h3{
    background:url(../images/worth-title.png);
    width: 113px;
    height: 50px;
    line-height: 50px;
    padding-left:15px;
    font-size:18px;
    color:#FFFFFF;
}
section[data-module=worth] > dl > dd > p{
    padding:20px 40px;
    line-height: 25px;
}
section[data-module=worth] > dl > dd > figure{
    padding:0 40px 20px 40px;
    font-size:14px;
    line-height: 20px;
}

/* module choose styles */
section[data-module=choose]{
    background:#FFF4CE;
}
section[data-module=choose] > div{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding:0 80px;
}
section[data-module=choose] > div > figure{
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    height: 189px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    border-radius: 20px;
    text-align: center;
    padding:25px 0;
}
section[data-module=choose] > div > figure > figcaption{
    background:#FFEFDC;
    padding:5px 20px;
    min-width: 120px;
    border-radius: 20px;
    color:#000000;
    font-size:18px;
}

/* module features styles */
section[data-module=features] > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    height: 520px;
    padding:0 40px;
    counter-reset: number;
    margin-bottom:40px;
}
section[data-module=features] > ul > li::before{
    display: block;
    background:url(../images/flag.png);
    counter-increment: number;
    content:"0"counter(number);
    position: absolute;
    top:0;
    left:20px;
    text-align: center;
    padding-top:10px;
    font-weight:700;
    width: 64px;
    height: 76px;
    font-size:30px;
    color:#FFFFFF;
}
section[data-module=features] > ul > li{
    background: linear-gradient(210deg,#FFF4E8 15%,#FFFFFF 50%);
    position: relative;
    width: 360px;
    height: 160px;
    padding:20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    border-radius: 15px;
    color:#37474F;
}
section[data-module=features] > ul > li > h3{
    font-size:24px;
    padding-left:80px;
}
section[data-module=features] > ul > li > p{
    font-size:16px;
    line-height: 28px;
    padding-top:40px;
}

/* module advantage styles */
section[data-module=advantage]{
    background:#FCFAF9;
}
section[data-module=advantage] > div{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding:0 40px;
}
section[data-module=advantage] > div > figure{
    width: 200px;
    text-align: center;
    font-size:18px;
    color:#444444;
    line-height: 25px;
}
section[data-module=advantage] > div > figure:nth-of-type(even){
    margin-top:90px;
}

/* module step styles */
section[data-module=step]{
    background:#F3F3F3;
}

/* module question styles */
section[data-module=question] > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding:0 20px;
    counter-reset: number;
    margin-bottom:40px;
}
section[data-module=question] > ul > li::before{
    background:radial-gradient(circle at center,#FFFFFF 50%,transparent 50%) no-repeat center/43px 43px,
    linear-gradient(120deg,#FFF9F2,#FFAA42);
    display: block;
    counter-increment: number;
    content:counter(number);
    position: absolute;
    left:0;
    top:0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size:24px;
    font-weight: 700;
    border-radius: 30px;
    color:#FF9E27;
}
section[data-module=question] > ul > li{
    background:linear-gradient(#EDEDED,#EDEDED) no-repeat right center/1px calc(100% - 60px),
    linear-gradient(#EDEDED,#EDEDED) no-repeat right 30px bottom/auto 1px;
    position: relative;
    width: 580px;
    padding:6px 30px 30px 30px;
}
section[data-module=question] > ul > li:first-of-type{
    background:linear-gradient(#EDEDED,#EDEDED) no-repeat right top/1px calc(100% - 30px),
    linear-gradient(#EDEDED,#EDEDED) no-repeat right 30px bottom/auto 1px;
}
section[data-module=question] > ul > li:nth-of-type(even){
    background:linear-gradient(#EDEDED,#EDEDED) no-repeat left 30px bottom/auto 1px;
    padding-left:60px;
}
section[data-module=question] > ul > li:nth-of-type(even)::before{
    left:30px;
}
section[data-module=question] > ul > li:nth-of-type(n + 3){
    padding-top:30px;
}
section[data-module=question] > ul > li:nth-of-type(n + 3)::before{
    top:25px;
}
section[data-module=question] > ul > li > h3{
    background:linear-gradient(to right,#FFC277,transparent);
    height: 34px;
    width: 276px;
    font-size:18px;
    line-height: 34px;
    color:#444444;
    padding-left:25px;
    white-space: nowrap;
}
section[data-module=question] > ul > li > p{
    font-size:16px;
    line-height: 25px;
    margin-top:15px;
    padding-left:20px;
}

/* module company styles */
section[data-module=company]{
    background:#F5F5F5;
}
section[data-module=company] > figure{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    height: 655px;
    padding:0 30px;
}

/* module course styles */
section[data-module=course]{
    flex-flow:row wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap:20px;
    padding:50px calc(50% - 545px);
}
section[data-module=course] > dl{
    position: relative;
    width:520px;
    padding:22px 0 0 20px;
}
section[data-module=course] > dl:nth-of-type(3){
    transform:translateY(-210px);
}
section[data-module=course] > dl:nth-of-type(5){
    transform:translateY(-310px);
}
section[data-module=course] > dl:nth-of-type(7){
    transform:translateY(-310px);
}
section[data-module=course] > dl > dt{
    background:url(../images/course-title.png) no-repeat;
    position: absolute;
    left:0;
    top:0;
    width: 145px;
    height: 66px;
    font-size:20px;
    color:#FFFFFF;
    padding:12px 10px;
}
section[data-module=course] > dl > dd{
    background:#FCFAF9;
    padding:35px 10px 20px 10px;
}
section[data-module=course] > dl > dd > h3{
    background:linear-gradient(to right,#FFC277,transparent);
    height: 35px;
    font-size:18px;
    line-height: 35px;
    padding-left:20px;
}
section[data-module=course] > dl > dd > h4{
    padding:10px 20px;
    font-weight: 400;
    font-size:17px;
}
section[data-module=course] > dl > dd > p{
    background:#FFFFFF;
    padding:20px;
    color:#333333;
    font-size:14px;
    line-height: 25px;
}

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