.recurring-course a:active,
.recurring-course a:hover {
    color: #fff;
}
.recurring-course-content-item-text-item-button a:active,
.recurring-course-content-item-text-item-button a:hover{
    color: #1E6EE6;
    cursor: pointer;
}

.recurring-course-header {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 0.8rem;
}

.recurring-course-header-title1-wrap {
    padding: 0 0.3rem;
    box-sizing: border-box;
    font-size: 0.23rem;
    line-height: 0.3rem;
    color: #1C1C1C;
    text-align: center;
    margin-bottom: 0.07rem;
    margin-top: 1.325rem;
}
.recurring-course-header-title1-wrap.fontSize19 {
    font-size: 0.19rem;
    padding: 0;
}

.recurring-course-header-img-left {
    width: 58%;
    position: absolute;
    top: 0;
    left: 0
}

.recurring-course-header-img-right {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0
}

.recurring-course-header-title2-wrap {
    padding: 0 0.3rem;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #1C1C1C;
}

.recurring-course-header-desc-wrap {
    padding: 0 0.16rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #1C1C1C;
    margin-bottom: 0.37rem;
    text-align: left;
}


.recurring-course-header-operation {
    text-align: center;
}

.recurring-course-header-operation-contact {
    display: inline-block;
    width: 3.43rem;
    padding: 0.12rem;
    background: #FFBD2B;
    border-radius: 0.04rem;
    font-weight: 500;
    font-size: 0.18rem;
    line-height: 0.27rem;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}

.recurring-course-content-item-text-wraper {
    margin-bottom: 0.45rem;
}

.recurring-course-content-item-text-wrap {
    margin-bottom: 0.28rem;
}

.recurring-course-content-item-img-wrap {
    text-align: center;
}

.recurring-course-content-item-text-title1 {
    font-weight: 600;
    font-size: 0.23rem;
    line-height: 0.3rem;
    color: #1C1C1C;
    margin-bottom: 0.28rem;

}

.recurring-course-content-item-text-item-wrap {
    margin-bottom: 0.32rem;
}

.recurring-course-content-item-text-item-title {
    font-weight: 500;
    font-size: 0.18rem;
    line-height: 0.27rem;
    color: #1C1C1C;
    margin-bottom: 0.04rem;
}

.recurring-course-content-item-text-item-desc {
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #1C1C1C;
}

.recurring-course-content-item-text-item-button{
    font-size: 0;
    margin-top: 0.04rem;
    
}

@media screen and (width <= 500px) {
    .recurring-course-content-item-text-item-button.flexCenter {
        width: 2.5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
    }
}



.recurring-course-content-item-text-item-button a {
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #1E6EE6;
    display: inline-block;
    vertical-align: middle;
}
.recurring-course-content-item-text-item-button .text-link-arrow {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 9px;
    width: 0.24rem;
    height: 0.24rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAARVBMVEUAAAAZc+kZdOkZdOkadOoZdekac+gZdOkZdOgcc+kbdusZdesddexJkv8ZdOgddusfePAac+kZdOgadOkag/8ZdOkZc+n0G/qjAAAAFnRSTlMA4fLpkHr4o2VSQTIjA9MaEMW1gAms1OfOYQAAAMZJREFUaN7t2McNw0AMRNFZ5ZzN/ku1rdVN4TaACc9rQIDCX4oQERER8alfQ1h78OT2UYIn2FcGmsR2OVheFlUg6VKLapC0ie2KBiRNYbukBUltUdqBpLIojCDJLRomkGQWzRtISouWHhz9YlEJkm0242ZpGoycpTEoS8qStyxlYDmylOLg7gKnW+TsIZ9fU18f2lUqPMXuOtd+Dpy7I9PLoX8/tjgZvG5GRwVIAfqJAD3+iPtYJTwsQ5ysc46FlIiIiMjfeQPdQiBVbD7qFQAAAABJRU5ErkJggg==) no-repeat center;
    background-size: contain;
}

.recurring-course-content-item-img-wrap img {
    width: 100%;
}

.recurring-course-content-item-vertical {
    padding: 0 0.16rem;
    box-sizing: border-box;
    margin-bottom: 0.8rem;
}

.recurring-course-content-item-vertical.gray {
    background-color: #F6F9FB;
}

.recurring-course-content-list {
    padding: 0 0.2rem;
    box-sizing: border-box;
    margin-bottom: 0.35rem;
}

.recurring-course-content-item-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 0.14rem;
    margin-bottom: 0.24rem;
}
.recurring-course-content-item-list-item:last-child{
    margin-bottom: 0;
}

.recurring-course-content-item-text-item-icon {
    width: 0.41rem;
    height: 0.41rem;
}

.recurring-course-content-item-text-item-icon img {
    width: 100%;
}

.recurring-course .section-footer{
    overflow: hidden;
}
.recurring-course .section-footer{
    position: relative;
}
.recurring-course .footer-left-img{
    width: 1.13rem;
    height: 1.13rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.recurring-course .footer-right-img {
    width: 1.13rem;
    height: 1.13rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.recurring-course .footer-content{
    text-align: center;
    margin-top: 0.45rem;
}
.recurring-course .footer-content h2{
    font-weight: 500;
        font-size: 0.28rem;
        line-height: 0.36rem;
        text-align: center;
        color: #1C1C1C;
        margin-bottom: 0.2rem;
}
.recurring-course .footer-content p {
    font-weight: 400;
        font-size: 0.17rem;
        line-height: 0.26rem;
        text-align: center;
        color: #1C1C1C;
        margin-bottom: 0.2rem;
}

.recurring-course-section-footer-content {
    text-align: center;
    padding: 0.3rem 0.16rem;
    box-sizing: border-box;
}

.recurring-course-section-footer-content h1 {
    font-weight: 500;
    font-size: 0.28rem;
    line-height: 0.36rem;
    text-align: center;
    color: #1C1C1C;
    margin-bottom: 0.2rem;
}

.recurring-course-section-footer-content p {
    font-weight: 400;
    font-size: 0.17rem;
    line-height: 0.26rem;
    text-align: center;
    color: #1C1C1C;
}

.recurring-course-footer-content-btn-container {
    margin-top: 0.2rem;
}

.recurring-course-footer-content-btn-container .btn-contact {
    display: inline-block;
    width: 3.43rem;
    margin: 0 auto;
    background: #FFBD2B;
    border-radius: 0.03rem;
    font-weight: 500;
    font-size: 0.18rem;
    line-height: 0.25rem;
    text-align: center;
    color: #FFFFFF;
    padding: 0.125rem 0;
    box-sizing: border-box;
}

.recurring-course-section-footer-img {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}

.recurring-course-section-footer-img img {
    width: 50%;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}
body {
    font-family: PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Heiti SC,
        WenQuanYi Micro Hei, sans-serif;
    color: #1c1c1c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 100px;
}

body {
    font-size: 0.16rem;
}

section {
    display: block;
}

.section-grey {
    background: #f8f9fa;
}

.text-link-wrap {
    position: relative;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.text-link {
    position: relative;
    color: #1973e8;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    cursor: pointer;
    box-sizing: border-box;
}
.text-link-arrow {
    position: absolute;
    right: 0;
    top: 50%;
}

.yellow-btn:hover {
    color: #ffffff;
}


.dialog {
    position: relative;
}
.dialog-mask {
    position: fixed;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.dialog .dialog-main {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 240px;
    border-radius: 6px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dialog .icon-close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    font-weight: 400;
    color: #666;
    border: 0 none;
    padding: 0;
    outline-style: none;
    cursor: pointer;
}
.dialog .add-form-dialog-body {
    padding: 16px;
    padding-top: 24px;
}
.dialog .add-form-dialog-body p {
    margin-bottom: 8px;
}
.dialog .title {
    padding: 0;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 23px;
    color: #222;
    text-align: left;
    font-weight: 600;
}
.dialog .btn-confirm {
    height: 36px;
    padding: 0 18px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: #FAB400;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}
.dialog .footer {
    text-align: right;
}
/*
  author canday
  desc umu iconfont
  library https://www.iconfont.cn/manage/index?spm=a313x.7781069.1998910419.11&manage_type=myprojects&projectId=1590198
  注意：
      1. 为了避免与老的 png icon 命名一样产生冲突或样式问题，建议在所有的字体前加上 .iconfont
      2. 字体库由 duanjun 上传到 cdn，为了避免缓存，请在 @font-face 中把 url 的时间戳改一下
      3. .woff 文件百度云的 resopnse 头少跨域设置，最好注掉（百度云的 bug）
*/

@font-face {
  font-family: "iconfont";
  src: url('https://statics-cdn-cn.umucdn.cn/statics/iconfont/iconfont.eot?t=1582027371642'); /* IE9 */
  src: url('https://statics-cdn-cn.umucdn.cn/statics/iconfont/iconfont.eot?t=1582027371642#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  /* url('https://statics-cdn-cn.umucdn.cn/statics/iconfont/iconfont.woff?t=1582027371642') format('woff'), */
  url('https://statics-cdn-cn.umucdn.cn/statics/iconfont/iconfont.ttf?t=1582027371642') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('https://statics-cdn-cn.umucdn.cn/statics/iconfont/iconfont.svg?t=1582027371642#iconfont') format('svg'); /* iOS 4.1- */

}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none!important;  /* 防止影响重名的 icon */
}

/* ============================================ 以上部分除了时间戳，一般不用动 ===================================== */

.icon-session_draft:before {
  content: "\E63F";
}
.icon-course-type-9:before {
  content: "\E640";
}
.icon-course-type-6:before {
  content: "\E628";
}
.icon-course-type-3:before {
  content: "\E61D";
}
.icon-course-type-8:before {
  content: "\E61E";
}
.icon-course-type-13:before {
  content: "\E61F";
}
.icon-course-type-15:before {
  content: "\E620";
}
.icon-course-type-17:before {
  content: "\E621";
}
.icon-course-type-16:before {
  content: "\E622";
}
.icon-course-type-14:before {
  content: "\E623";
}
.icon-course-type-10:before {
  content: "\E624";
}
.icon-course-type-4:before {
  content: "\E625";
}
.icon-course-type-5:before {
  content: "\E626";
}
.icon-course-type-18:before {
  content: "\E627";
}
.icon-course-type-7:before {
  content: "\E629";
}
.icon-course-type-11:before {
  content: "\E62A";
}
.icon-course-type-19:before {
  content: "\E676";
}
.icon-stencil:before {
  content: "\E62B";
}
.icon-course-type-1:before {
  content: "\E62C";
}
.icon-course-type-2:before {
  content: "\E62D";
}
.icon-refresh:before {
  content: "\E617";
}
.icon-arrow-right:before {
  content: "\E601";
}

.icon {
  display: inline-block;
  background-repeat: no-repeat;
}

i.icon.icon-course-type {width: 40px;height: 40px;font-size: 40px;line-height: 1;}
i.icon.icon-course-type-1{color: #28b770;}
i.icon.icon-course-type-2{color: #febd2b;}
i.icon.icon-course-type-3{color: #e75a2d;}
i.icon.icon-course-type-4{color: #2197F3;}
i.icon.icon-course-type-5{color: #ff7d79;}
i.icon.icon-course-type-6{color: #0cbcd4;}
i.icon.icon-course-type-7{color: #2197F3;}
i.icon.icon-course-type-8{color: #f596aa;}
i.icon.icon-course-type-9{color: #3e51b5;}
i.icon.icon-course-type-10{color: #6739b8;}
i.icon.icon-course-type-11{color: #dd4e40;}
i.icon.icon-course-type-12{color: #febd2b;}
i.icon.icon-course-type-13{color: #03bcd4;}
i.icon.icon-course-type-14{color: #febd2b;}
i.icon.icon-course-type-15{color: #28b770;}
i.icon.icon-course-type-16{color: #febd2b;}
i.icon.icon-course-type-17{color: #2197F3;}
i.icon.icon-course-type-18{color: #febd2b;}
i.icon.icon-course-type-19 {
  color: #2197f3;
}
body {
    height: auto !important;
    min-width: 320px;
    max-width: 1024px;
    min-height: 100%;
    margin: 0 auto !important;
    position: relative;
    background: #ffffff;
}

body div a:active{
    color: none;
}

@media screen and (min-width: 1024px) {
    body {
        box-sizing: border-box;
        max-width: 700px;
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
    }
}

.page .page-header {
    height: auto;
    min-height: 60px;
}

.head-img {
    width: 100%;
    display: block;
}

h1 {
    font-size: 0.32rem;
    line-height: 0.4rem;
}
h2 {
    font-size: 0.23rem;
    line-height: 0.3rem;
}
h3 {
    font-size: 0.18rem;
    line-height: 0.27rem;
}
p {
    font-size: 0.16rem;
    line-height: 0.24rem;
}

.yellow-btn {
    min-width: 0.8rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    height: 0.5rem;
    background: #ffbd2b;
    border-radius: 0.03rem;
    color: #ffffff;
    font-size: 0.18rem;
    line-height: 0.5rem;
    font-weight: 500;
    text-align: center;
    display: block;
    cursor: pointer;
}
.hollow-btn {
    min-width: 0.8rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    height: 0.5rem;
    border-radius: 0.03rem;
    border: 1px solid #d0d0d1;
    color: #1c1c1c;
    font-size: 0.18rem;
    line-height: 0.5rem;
    font-weight: 500;
    text-align: center;
    display: block;
    cursor: pointer;
}

.info-bottom {
    margin-top: 0.32rem;
    font-size: 0;
}
.info-bottom .btn-left-wrap {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.info-bottom .btn-right-wrap {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.info-bottom .btn-left {
    margin-right: 0.065rem;
    border-radius: 0.03rem;
    border: 1px solid #d0d0d1;
    color: #1c1c1c;
    font-size: 0.16rem;
    line-height: 0.48rem;
    font-weight: 500;
    text-align: center;
    display: block;
    cursor: pointer;
}
.info-bottom .btn-right {
    margin-left: 0.065rem;
    background: #ffbd2b;
    border-radius: 0.03rem;
    color: #ffffff;
    font-size: 0.16rem;
    line-height: 0.5rem;
    font-weight: 500;
    text-align: center;
    display: block;
    cursor: pointer;
}

.section-footer-img {
    width: 100%;
    display: block;
}
.section-footer-content {
    padding: 0.48rem 0.16rem;
    text-align: center;
}
.section-footer-content h1 {
    font-size: 0.28rem;
    line-height: 0.36rem;
}
.section-footer-content h1.title-without-hint {
    margin-bottom: 0.32rem;
}
.section-footer-content p {
    margin-top: 0.12rem;
    font-size: 0.17rem;
    line-height: 0.26rem;
}
.section-footer-content .btn {
    margin-top: 0.16rem;
}

.head-btn-top {
    margin-top: 0.32rem;
    margin-bottom: -0.16rem;
}
.head-btn-bottom {
    margin-top: 0.32rem;
}

.section-customer {
    text-align: center;
}
.section-customer .img-list-wrap {
    margin-top: 0.7rem;
    width: 100%;
    overflow: hidden;
    height: 0.72rem;
}
.section-customer .img-list {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 0.2rem;
}
.section-customer .img-list::-webkit-scrollbar {
    display: none;
}
.section-customer .img-item {
    width: 0.96rem;
    height: 0.72rem;
    vertical-align: top;
    margin-right: 0.15rem;
    object-fit: contain;
}
.section-customer .img-item-end {
    width: 0.96rem;
    vertical-align: top;
    margin-right: 0;
}

