/*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,#FF5D92,#FD4C75);
    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 rgb(200, 10, 10,.45);
    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/heading-bg.png) no-repeat top center/47px 46px;
    align-items: center;
    font-size:36px;
    font-weight: 700;
    height:105px;
    color:#323232;
    padding-top:55px;
    white-space: nowrap;
}
h4[role=doc-subtitle]{
    font-size:28px;
    color:#555550;
    padding:5px 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: #F4F8FF;
    flex-direction: row;
    align-items: center;
    height:100px;
    color:#3C3C3C;
    font-size:24px;
}
section[data-module=note] > button{
    width: 136px;
    height: 40px;
    line-height: 40px;
    background: #0067FF;
    border-radius: 5px;
    font-size:24px;
    color:#FFFFFF;
    border:none;
    margin-left:40px;
}
section[data-module=note] > address{
    font-style:normal;
    padding:0 30px;
}
/*module summary styles*/
section[data-module=summary]{
    background:url(../images/summary-bg.png) no-repeat right calc(50vw - 960px) bottom/1026px 552px;
    align-items: flex-start;
    position: relative;
    margin-top:80px;
}
section[data-module=summary] > dl{
    background:linear-gradient(#0067FF,#0067FF) no-repeat left top 8px/10px 26px;
    width:715px;
    padding-left:20px;
}
section[data-module=summary] > dl:nth-of-type(2),
section[data-module=summary] > dl:nth-of-type(3){
    align-self: flex-end;
    margin-right: 50px;
}
section[data-module=summary] > dl > dt{
    background:linear-gradient(to right,#0067FF,#41AFFF);
    background-clip: text;
    -webkit-background-clip: text;
    color:transparent;
    font-size:36px;
    font-weight: 700;
    width:fit-content;
    min-height:40px;
    line-height: 40px;
    margin-bottom:30px;
}
section[data-module=summary] > dl > dd{
    font-size:20px;
    line-height: 34px;
    color:#323232;
}
section[data-module=summary] > dl > dd > p{
    margin-bottom:30px;
    text-align: justify;
}
section[data-module=summary] > figure{
    display: flex;
    flex-direction: column;
    position: absolute;
    top:490px;
    border-radius: 10px;
    overflow:hidden;
}
section[data-module=summary] > figure:nth-of-type(1){
    align-self: flex-end;
    top:10px;
    transform:translateX(-30px);
}
section[data-module=summary] > figure > figcaption{
    background:rgba(0,0,0,.4);
    width:100%;
    height:42px;
    margin-top:-42px;
    line-height: 42px;
    font-size:16px;
    color:#FFFFFF;
    text-align: center;
}
/* module worth styles*/
section[data-module=worth]{
    background:#F3F8FB;
}
section[data-module=worth] > dl::before{
    background:linear-gradient(#26BCFF,#3AEAFF);
    display: inline-block;
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:9px;
    height:100%;
    border-radius: 5px;
}
section[data-module=worth] > dl{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width:730px;
    align-self: flex-start;
    padding:50px 0 20px 9px;
}
section[data-module=worth] > dl:nth-of-type(2)::before{
    left:730px;
}
section[data-module=worth] > dl:nth-of-type(2){
    align-self: flex-end;
    margin-top:-180px;
}
section[data-module=worth] > dl > dt{
    background:url(../images/worth-title-left.png) no-repeat left center/22px 25px;
    position: absolute;
    top:15px;
    left:29px;
    font-size:26px;
    font-weight: 700;
    color:#333333;
    padding:0 0 0 30px;
}
section[data-module=worth] > dl:nth-of-type(2) > dt{
    background:url(../images/worth-title-right.png) no-repeat right center/22px 25px;
    padding:0 30px 0 0;
    left:auto;
    right:20px;
}
section[data-module=worth] > dl > dt > mark{
    background:transparent;
    color:#0067FF;
}
section[data-module=worth] > dl > dd{
    background:#FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width:340px;
    padding:20px;
    font-size:18px;
    color:#323232;
    margin:20px 0 0 20px;
    border-radius: 10px;
}
section[data-module=worth] > dl:nth-of-type(2) > dd{
    margin:20px 20px 0 0;
}
section[data-module=worth] > dl > dd > h5{
    position: relative;
    font-size:20px;
    font-weight: 700;
    width:100%;
    height:40px;
    border-bottom:1px solid #F0F0F0;
    margin-bottom:15px;
    text-align: center;
}
section[data-module=worth] > dl > dd > h5::after{
    background:linear-gradient(#3AEAFF,#26BCFF);
    display: block;
    content:"";
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:50px;
    height:6px;
    border-radius: 5px;

}
section[data-module=worth] > dl > dd > p{
    line-height: 34px;
}
/* module direction styles */
section[data-module=combat] > ul{
    display: flex;
    flex-wrap: wrap;
    width:1080px;
    margin-top:40px;
}
section[data-module=combat] > ul > li{
    width:50%;
    padding:40px;
}
section[data-module=combat] > ul > li:nth-child(1){
    border:solid #E5E5E5;
    border-width:0 1px 1px 0;
}
section[data-module=combat] > ul > li:nth-child(4){
    border:solid #E5E5E5;
    border-width:1px 0 0 1px;
    transform: translate(-1px,-1px);
}
section[data-module=combat] > ul > li > h5{
    display: flex;
    align-items: center;
    background:url(../images/combat-1.png) no-repeat left center/118px 80px;
    min-height: 80px;
    line-height: 34px;
    font-size:18px;
    font-weight: 700;
    color:#323232;
    padding-left:100px;
    margin-bottom:20px;
}
section[data-module=combat] > ul > li:nth-child(2) > h5{
    background-image:url(../images/combat-2.png);
}
section[data-module=combat] > ul > li:nth-child(3) > h5{
    background-image:url(../images/combat-3.png);
}
section[data-module=combat] > ul > li:nth-child(4) > h5{
    background-image:url(../images/combat-4.png);
}
section[data-module=combat] > ul > li:nth-child(1),
section[data-module=combat] > ul > li:nth-child(2){
    padding-top:0;
}
section[data-module=combat] > ul > li:nth-child(3),
section[data-module=combat] > ul > li:nth-child(4){
    padding-bottom:0;
}
section[data-module=combat] > ul > li > p{
    background:#F3F8FB url(../images/dot.png) no-repeat left 20px top 18px/10px 10px;
    padding:10px 20px 10px 40px;
    border-radius: 10px;
    margin-bottom:10px;
    font-size:18px;
    line-height: 26px;
}
/* module crowd styles */
section[data-module=crowd]{
    background:#F9F9F9 url(../images/crowd-bg.png) no-repeat center bottom/contain;
}
section[data-module=crowd] > ul{
    display: flex;
    justify-content: space-between;
    width:1050px;
    margin:40px 0;
}
section[data-module=crowd] > ul > li{
    background:url(../images/crowd-1.png) no-repeat center/contain;
    display: flex;
    align-items: center;
    text-align: center;
    width:240px;
    height:240px;
    padding:35px;
    font-size:18px;
    line-height: 28px;
    color:#FFFFFF;
}
section[data-module=crowd] > ul > li:nth-child(2){
    background-image:url(../images/crowd-2.png);
}
section[data-module=crowd] > ul > li:nth-child(3){
    background-image:url(../images/crowd-3.png);
}
section[data-module=crowd] > ul > li:nth-child(4){
    background-image:url(../images/crowd-4.png);
}
/* module exam styles*/
section[data-module=exam]{
    background:url(../images/exam-bg.png) no-repeat center/cover;
}
section[data-module=exam] > h2{
    color:#FFFFFF;
}
section[data-module=exam] > ul{
    list-style:none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width:730px;
}
section[data-module=exam] > ul > li{
    background:#1B58DB;
    position: relative;
    display: flex;
    align-items: center;
    width:525px;
    height:50px;
    font-size:20px;
    color:#FFFFFF;
    padding-left:60px;
    margin-top:15px;
}
section[data-module=exam] > ul > li::before{
    background:#00329E;
    content:attr(title);
    display: inline-block;
    position: absolute;
    left:-200px;
    height:50px;
    line-height: 52px;
    width:195px;
    text-align: center;
    font-weight: 700;
    color:#1CFFF8;
}

/* module advantage styles */
section[data-module=superiority] > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:1080px;
    margin:15px 0 40px 0;
}
section[data-module=superiority] > ul > li::before{
    background:linear-gradient(#428EFF,#0067FF);
    display: block;
    content:attr(data-number);
    width:80px;
    height:60px;
    font-size:28px;
    font-weight: 700;
    color:#1CFFF8;
    line-height: 60px;
    margin:0 auto 30px auto;
    border-radius: 0 0 20px 20px;
}
section[data-module=superiority] > ul > li{
    background:linear-gradient(#A0E5FF,#F3F8FB 35%);
    width:340px;
    height:200px;
    text-align: center;
    border-radius: 10px;
    margin-top:25px;
    line-height: 30px;
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
}


/* module course styles */
section[data-module=course]{
    padding-top:0;
}
section[data-module=course] > dl{
    display: flex;
    width:1065px;
    height:690px;
    margin-top:40px;
}
section[data-module=course] > dl > dt{
    background:#F3F5FA;
    display: flex;
    flex-direction: column;
    width:185px;
    padding-top:40px;
}
section[data-module=course] > dl > dt > a{
    display: block;
    width:100%;
    height:46px;
    line-height: 46px;
    font-size:20px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all .25s ease-out;
    margin-bottom:20px;
    border-radius: 10px;
}
section[data-module=course] > dl > dt > a[data-active],
section[data-module=course] > dl > dt > a:hover{
    background:#0067FF;
    color:#1CFFF8;
}
section[data-module=course] > dl > dd{
    background:#FAFAFA;
    position: relative;
    width:880px;
    height:100%;
    padding:40px;
    overflow:hidden;
}
section[data-module=course] > dl > dd > article{
    display: block;
    width:100%;
    height:0;
    transform-origin: left top;
    transform: scaleY(0);
    opacity: 0;
    overflow-y:auto;
    transition: all .25s ease-out;
}
section[data-module=course] > dl > dd > article[data-current]{
    height:100%;
    transform: scaleY(1);
    opacity: 1;
}
section[data-module=course] > dl > dd > article > h5{
    background:#1CFFF8;
    width:80px;
    height:25px;
    padding-right:10px;
    line-height: 25px;
    text-align: center;
    border-radius: 0 10px 10px 0;
    font-size:16px;
    font-weight: 700;
    color:#003FC5;
}
section[data-module=course] > dl > dd > article > *{
    margin-bottom:20px;
}
section[data-module=course] > dl > dd > article > p{
    color:#323232;
    font-size:18px;
    line-height: 34px;
}
section[data-module=course] > dl > dd > article > p[role=list]{
    position: relative;
    column-count: 2;
}
section[data-module=course] > dl > dd > article > p[role=list][title]{
    padding-top:40px;
}
section[data-module=course] > dl > dd > article > p[role=list]::before{
    display: block;
    content:attr(title);
    position: absolute;
    top:0;
    left:0;
    font-weight: 700;
    color:#000000;
}

/*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;
    }
    section[data-module=summary] > dl > dt{
        background:transparent;
        color:#0067FF;
    }
}