.module-wrapper .module-main {
    position: relative;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.module-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 60px;
    position: relative;
    margin-bottom: 52px;
}

.module-title h2 {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: var(--theme-color);
    z-index: 10;
}

.module-title:before {
    position: absolute;
    left: -16px;
    top: 8px;
    z-index: 9;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffeab3;
}

.module-title small {
    display: none;
    content: '';
    width: 82px;
    height: 4px;
    background-color: #00ccaa;
    border-radius: 2px;
    margin: 0 auto;
}

/*首页样式*/
.main {
    overflow: hidden;
}

.banner-bg {
    width: 1920px;
    height: 580px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    z-index: 99;
    background: url("../images/home_banner.jpg") no-repeat;
    overflow: hidden;
}

.tip-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 580px;
    color: #ffffff;
}

.tip-wrap h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 36px;
}

.tip-wrap p {
    font-size: 18px;
    line-height: 42px;
    color: #ffffff;
}

.tip-wrap .study-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 232px;
    height: 60px;
    background-color: var(--theme-color);
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    margin-top: 36px;
}

.tip-wrap .study-btn:hover {
    background-color: var(--theme-color-deep);
}

.question {
    display: flex;
    justify-items: center;
    align-items: center;
    width: 1200px;
    height: 86px;
    border-radius: 10px;
    background-color: #ffffff;
    position: absolute;
    top: 550px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.question ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    padding: 0 24px;
}

.question ul li {
    text-align: center;
    padding: 0 30px;
    position: relative;
}

.question ul li:first-child {
    padding: 0 50px 0 16px;
    background: #ffffff url("../images/title-bg.png") no-repeat 0 center;
}

.question ul li:last-child {
    padding-right: 0;
}

.question ul li:after {
    display: block;
    content: '/';
    color: #e5e6e6;
    position: absolute;
    top: 0;
    right: -6px;
    font-size: 18px;
}

.question ul li a {
    color: #666666;
    font-size: 15px;
    float: right;
}

.question ul li a:hover {
    color: var(--theme-color);
}

.question ul li strong {
    color: var(--theme-color);
    font-size: 18px;
}

.question ul li:last-child:after {
    display: none;
}

.module-wrapper .course-main {
    height: 805px;
    background: url("../images/home_bg_3.jpg") no-repeat;
    background-size: 100% 100%;
}

.course-list {
    width: 1200px;
    overflow: hidden;
    margin-bottom: 60px;
}

.course-list ul {
    width: 1260px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.course-list ul li {
    position: relative;
    width: 376px;
    height: 445px;
    background-color: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(30, 172, 52, 0.08);
    border-radius: 10px;
    margin-right: 44px;
    padding: 26px;
}

.course-list li .img-wrap {
    width: 100%;
    height: 205px;
    border-radius: 4px;
    margin-bottom: 27px;
}

.course-list li .text-wrap {
    background-color: #ffffff;
}

.course-list .text-wrap h4 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    color: var(--theme-color);
}

.course-list .text-wrap p {
    height: 78px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    color: #333333;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 20px;
}

.course-list .text-wrap .tag-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #999999;
}

.course-list .text-wrap .tag-wrap .price {
    color: #ffa800;
}

.course-main .course-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 60px;
    border-radius: 10px;
    border: solid 1px var(--theme-color);
    font-size: 16px;
    color: #1eac34;
    margin: 0 auto;
}

.course-main .course-more:hover {
    background-color: var(--theme-color);
    color: #ffffff;
}

.course-list .more-btn,
.why-main .text-wrap .more-btn,
.special-main .more-btn,
.cert-card .more-btn {
    display: block;
    width: 180px;
    height: 52px;
    background-color: var(--theme-color);
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 52px;
    color: #ffffff;
    margin: 0 auto;
    box-shadow: 2px 4px 10px rgba(0, 204, 170, .5);
    text-align: center;
}

.course-list .more-btn:hover,
.why-main .text-wrap .more-btn:hover,
.special-main .more-btn:hover,
.cert-card .more-btn:hover {
    background-color: var(--theme-color-deep);
}

.why-main {
    width: 1920px;
    height: 800px;
    background: #ffffff url("../images/home_bg_2.png") no-repeat;
    background-size: 100% 100%;
}

.what-card {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1200px;
    height: 520px;
    position: relative;
}

.what-card .text-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
    width: 674px;
    height: 420px;
    background-color: #ffffff;
    box-shadow: 0px 10px 36px 0px rgba(30, 172, 52, 0.08);
    border-radius: 10px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    padding: 70px 52px 44px 52px;
}

.what-card .text-wrap .logo-wrap {
    position: absolute;
    left: 52px;
    top: -64px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    background-color: #1eac34;
    box-shadow: 0px 8px 26px 0px rgba(30, 172, 52, 0.24);
    border-radius: 28px;
}

.what-card .text-wrap .logo-wrap .img-wrap {
    width: 147px;
    height: 50px;
}

.what-card .text-wrap .logo-wrap .img-wrap img {
    object-fit: contain;
}

.what-card .text-wrap p {
    text-indent: 2em;
    margin-bottom: 24px;
}

.what-card .img-main {
    width: 620px;
    height: 520px;
}

.what-card .img-main .img-wrap {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.special-main {
    height: 996px;
    background: url("../images/home_bg_4.jpg") no-repeat;
    background-size: 100% 100%;
}

.special-main .list-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 50px;
}

.special-main .list-card li {
    position: relative;
    width: 1200px;
    height: 200px;
    background-color: #ffffff;
    box-shadow: 0px 8px 24px 0px
    rgba(30, 172, 52, 0.08);
    border-radius: 10px;
    margin-bottom: 32px;
    padding: 52px 0 52px 60px;
    overflow: hidden;
}

.special-main .list-card li:last-child {
    margin-bottom: 0;
}

.special-main .list-card li h4 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    color: var(--theme-color);
    margin-bottom: 16px;
}

.special-main .list-card li p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    color: #333333;
    width: 752px;
}

.special-main .list-card li:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 300px;
    height: 200px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.special-main .list-card li:first-child:after {
    background-image: url("../images/home_img_2.jpg");
}

.special-main .list-card li:nth-child(2):after {
    background-image: url("../images/home_img_3.jpg");
}

.special-main .list-card li:nth-child(3):after {
    background-image: url("../images/home_img_4.jpg");
}

.special-main .list-card li:last-child:after {
    background-image: url("../images/home_img_5.jpg");
}

.special-main .more-btn {
    width: 240px;
    height: 54px;
    line-height: 54px;
    background-color: #ffffff;
    border: solid 1px #00ccaa;
    color: var(--theme-color);
}

.special-main .more-btn:hover {
    color: #FFFFFF;
}

.cert-main {
    height: 866px;
    background: var(--theme-color-tint-s) url("../images/home_bg_1.jpg") no-repeat;
    background-size: 100% 100%;
    padding-top: 120px;
}

.cert-main .cert-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 406px;
    background: var(--theme-color) url("../images/home_1_bg.png") no-repeat;
    padding: 0 74px 0 40px;
    margin-top: 52px;
}

.cert-main .img-main {
    width: 620px;
    height: 446px;
    background-color: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(30, 172, 52, 0.08);
    border-radius: 10px;
    /*opacity: 0.9;*/
    padding: 13px;
    margin-top: -100px;
}

.cert-main .img-main .img-wrap {
    width: 100%;
    height: 100%;
}

.cert-main .cert-card .text-wrap {
    width: 405px;
    height: 232px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.cert-main .cert-card .text-wrap h4 {
    width: 405px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffe65c;
    /*border-bottom: 2px solid var(--theme-color-tint-s);*/
}

.cert-main .cert-card p {
    width: 405px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    color: #ffffff;
    text-align: justify;
}

.cert-card .more-btn {
    width: 240px;
    height: 54px;
    line-height: 54px;
    background-color: #ffe13c;
    font-size: 15px;
    color: #333333;
    margin: unset;
}

.cert-card .more-btn:hover {
    background-color: #ffe13c;
}

.module-wrapper .trade-main {
    height: 750px;
    background: url("../images/bg.png") no-repeat;
    background-size: 100% 100%;
}

.trade-list li .iconfont {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: solid 1px #ffffff;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 12px;
    position: relative;
    z-index: 11;
}

.trade-list li .icon-text {
    font-size: 20px;
    color: #ffffff;
    position: relative;
    z-index: 11;
}
