html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
    color: #333;
    font-size: 14px;
    min-width: 1200px;
    background: #F5F6F7;
}

body a {
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

ol,
ul {
    list-style: none;
}

.clear {
    zoom: 1;
}

.clear:after {
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
    display: block;
    content: "";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}


/*课程中心*/

.courseCenter {
    width: 100%;
    padding-bottom: 80px;
}

.courseCnt {
    position: relative;
}

.courseConTop {
    display: inline-block;
    position: absolute;
    width: 405px;
    height: 260px;
    top: 0;
    left: 180px;
    background: url(/static/images/top.png)no-repeat center center;
}

.courseConRight {
    display: inline-block;
    position: absolute;
    height: 405px;
    width: 320px;
    top: 200px;
    right: 0px;
    background: url(/static/images/right.png)no-repeat center center;
}

.kailong {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid #A646CC;
    position: relative;
    bottom: -54px;
    left: -28px;
}

.courseConLeft {
    display: inline-block;
    position: absolute;
    height: 405px;
    width: 320px;
    bottom: 100px;
    left: 0px;
    background: url(/static/images/left.png)no-repeat center center;
}

.courseCenter .courseBan {
    width: 100%;
    height: 600px;
    background: url(/static/images/c_banner1.png)no-repeat center center;
}

.courseCenter .courseCon {
    width: 1200px;
    margin: 0 auto;
}

.courseCenter .courseConTitle {
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.courseConTabsBtn {
    margin-top: 58px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}

.courseConTabsBtn p {
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #A646CC;
    font-weight: bold;
    cursor: pointer;
}

.courseConTabsBtn .activeClass {
    background: #A646CC;
    color: #fff;
}

.courseConTabsBtn p:nth-child(1) {
    border-right: 0px solid #A646CC;
}

.courseConTabsBtn p:nth-child(2) {
    border-right: 2px solid #A646CC;
}

.courseConTabsBtn p:nth-child(3) {
    border-right: 0px solid #A646CC;
}

.courseCenter .courseCon .bx {
    display: flex;
}

.courseCenter .courseCon .courseType {
    display: flex;
    margin-top: 50px;
}

.courseCenter .bxName {
    width: 272px;
    height: 480px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    position: relative;
}

.seal {
    position: absolute;
    left: -1px;
    top: 0;
}

.courseCenter .courseCon .courseType .bx {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(157, 55, 220, 0.21);
    border-radius: 4px;
}

.course>div {
    height: 430px;
    overflow-y: scroll;
}

.courseCenter .bxName h3 {
    height: 40px;
    font-size: 28px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 100px;
}

.courseCenter .bxName h4 {
    margin-top: 10px;
    font-size: 16px;
    height: 24px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 24px;
    /* opacity: 0.7; */
}

.courseCenter .bxName div {
    width: 237px;
    height: 144px;
    background: #FFFFFF;
    border-radius: 2px;
    /* opacity: 0.21; */
    font-size: 14px;
    line-height: 19px;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.2)
}

.courseCenter .bxName h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20px;
}

.courseCenter .bxName a {
    display: block;
    width: 220px;
    height: 44px;
    background: #FFC76C;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2D55C9;
    font-weight: bold;
}

.courseCenter .bxName a b {
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
    margin-left: 15px;
}

.courseCenter .bxName p {
    color: #fff;
    padding: 10px;
    opacity: 0.9;
}

.courseCenter .bx .course {
    width: 227px;
    height: 480px;
    border-right: 1px solid #E0E0E0;
    transform: scale(1, 1);
}


/* .courseCenter .bx .course>div {
    margin-top: 50px;
} */


/* .courseCenter .bx .course h5 {
    position: fixed;
    width: 227px;
    top: 0;
} */

.courseCenter .bx .course p,
dl {
    padding: 0 20px;
    line-height: 30px;
}

.courseCenter .bx .course dt {
    font-size: 15px;
    font-weight: bold;
    color: #A646CC;
}

.courseCenter .bx .course dt {
    font-size: 15px;
    font-weight: bold;
    color: #A646CC;
}

.courseCenter .bx .course dt i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #A646CC;
    margin-right: 4px;
}

.serve p b,
.teacher p b {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #A646CC;
    margin-right: 6px;
}

.serve p span {}

.teacher p i {
    font-weight: bold;
    color: #A646CC;
}

.datum p b {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #A646CC;
    margin-right: 4px;
}

.datum p,
.serve p i {
    font-weight: bold;
}

.marginStyle div {
    margin: 8px 0;
    margin-top: 10px!important;
}


/* .courseCenter .bx .course dl {
    padding: 0 20px;
} */

.courseCenter .courseCon .courseType .bxName0 {
    background: url(/static/images/courseBanner5.png) no-repeat;
}

.courseCenter .courseCon .bxName1 {
    background: url(/static/images/courseBanner6.png) no-repeat;
}

.courseCenter .courseCon .bxName2 {
    background: url(/static/images/courseBanner7.png) no-repeat;
}

.courseCenter .courseCon .bxName3 {
    background: url(/static/images/courseBanner8.png) no-repeat;
}

.courseCenter .courseCon .bxName4 {
    background: url(/static/images/courseBanner9.png) no-repeat;
}

.courseCenter .courseCon .bx h5 {
    height: 49px;
    background: #FDF7FF;
    /* border-radius: 4px; */
    line-height: 49px;
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
    font-size: 15px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
}


/* 支付 */

.buyingProcess {
    background: #fff;
    height: 500px;
    width: 100%;
    margin-top: 80px;
}

.buyingProcess .courseFlow {
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    margin-top: 50px;
}

.buyingProcess .courseFlow>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 170px;
}

.buyingProcess .courseFlow i {
    display: inline-block;
    margin: 12px 0;
}
 
/* 考研 bxName */
.courseCenter .courseCon .kaoyanDiv .bxName0 {
    background: url(/static/images/kaoyan01.png) no-repeat;
}
.courseCenter .courseCon .kaoyanDiv .bxName1 {
    background: url(/static/images/kaoyan02.png) no-repeat;
}
.courseCenter .courseCon .kaoyanDiv .bxName2 {
    background: url(/static/images/kaoyan03.png) no-repeat;
}
.courseCenter .courseCon .kaoyanDiv .bxName3 {
    background: url(/static/images/kaoyan04.png) no-repeat;
}
.courseCenter .courseCon .kaoyanDiv .bxName4 {
    background: url(/static/images/kaoyan05.png) no-repeat;
}