﻿@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  font: 14px 微软雅黑;
  color: #444;
}

a {
  color: #444;
  cursor: pointer;
}

i,
em {
  font-style: normal;
}

.b {
  font-weight: bold;
}

.bg-witle {
  background: #fff;
}

.bg-def {
  background: #f7f8fa;
}

a:hover {
  color: #c00;
}

.main {
  width: 1200px;
  margin: auto;
}

.clear {
  clear: both;
}

.active,
.red {
  color: #c00;
}

.gray {
  color: #999;
}

.blue {
  color: #06c;
}

.ft20 {
  font-size: 20px;
}

.ft18 {
  font-size: 18px;
}

.ft16 {
  font-size: 16px;
}

.ft14 {
  font-size: 14px;
}

.ft12 {
  font-size: 12px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

#no-data {
  display: none;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

.navigate .arrow {
  font-size: 12px;
}

.top {
  height: 100px;
  background: #fff;
  box-shadow: 0px 1px 5px #aaa;
  display: none;
}

.top .logo {
  float: left;
}

.top .logo .txt {
  display: inline-block;
  background: #eee;
  min-width: 138px;
  padding: 0 20px;
  margin-top: 20px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #aaa;
  text-shadow: -1px -1px white, 1px 1px #333;
}

.top .nav {
  float: left;
  height: 30px;
  margin-top: 35px;
  line-height: 30px;
}

.top .nav a {
  font-size: 16px;
  text-decoration: none;
  padding: 0 25px;
}

.top .nav a:hover, .top .nav a.active {
  color: #c00;
}

.top .info {
  float: right;
  height: 50px;
  margin-top: 25px;
}

.top .info .fl a {
  line-height: 50px;
  float: left;
  margin-left: 30px;
}

.top .info .fr a {
  line-height: 50px;
}

.top .info .notic {
  position: relative;
}

.top .info .notic i {
  position: absolute;
  line-height: 18px;
  background: #c00;
  left: 3px;
  top: 3px;
  color: #fff;
  border-radius: 10px;
  padding: 0 3px;
  display: none;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  min-width: 12px;
}

.header-com {
  width: 100%;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.header-com.shadow {
  box-shadow: 0px 3px 5px 0px rgba(94, 94, 94, 0.09);
}

.header-com .main {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-com .main .logo {
  height: 30px;
}

.header-com .main .logo img {
  height: 100%;
}

.header-com .main .search-container {
  position: relative;
}

.header-com .main .search-container .search-box {
  width: 288px;
  height: 40px;
  display: flex;
  align-items: center;
}

.header-com .main .search-container .search-box .search-classify {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

.header-com .main .search-container .search-box .search-classify .arrow {
  font-size: 10px;
  color: #858585;
  padding-left: 4px;
}

.header-com .main .search-container .search-box .search-classify:hover .options {
  display: block;
}

.header-com .main .search-container .search-box .search-input {
  padding-left: 10px;
}

.header-com .main .search-container .search-box .btn-container button {
  width: 57px;
  height: 40px;
  line-height: 40px;
}

.header-com .main .search-container .options {
  position: absolute;
  display: none;
  left: 0;
  z-index: 1;
  width: 74px;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-top: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 0;
}

.header-com .main .search-container .options .options-li {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #333333;
  line-height: 42px;
}

.header-com .main .search-container .options .options-li:hover, .header-com .main .search-container .options .options-li.active {
  color: #F02A2E;
  background-color: #F8F8F8;
}

.header-com .main .nav {
  display: inline-flex;
  align-items: center;
}

.header-com .main .nav > a:first-child {
  width: 80px;
}

.header-com .main .nav a {
  display: block;
  width: 110px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  font-size: 16px;
  transition: color 0.3s;
}

.header-com .main .nav a:hover, .header-com .main .nav a.active {
  color: #db282b;
}

.header-com .main .nav a:hover .arrow, .header-com .main .nav a.active .arrow {
  color: #db282b;
}

.header-com .main .header-line {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.header-com .main .header-line a {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  font-size: 16px;
  transition: color 0.3s;
}

.header-com .main .header-line a:hover, .header-com .main .header-line a.active {
  color: #db282b !important;
}

.header-com .main .header-line a:hover i, .header-com .main .header-line a.active i {
  color: #db282b !important;
}

.header-com .main .header-line a.task, .header-com .main .header-line a.message {
  margin-left: 30px;
  position: relative;
}

.header-com .main .header-line a.task i, .header-com .main .header-line a.message i {
  font-size: 20px;
  color: #333;
}

.header-com .main .header-line a.task .number, .header-com .main .header-line a.message .number {
  width: 18px;
  height: 18px;
  background-color: #db282b;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -12px;
}

.header-com .main .header-line.active .course-nav {
  display: block;
}

.header-com .main .header-line.active .nologin {
  display: none;
}

.header-com .main .header-line .course-nav {
  width: 96px;
  display: none;
  margin-left: 20px;
}

.header-com .main .header-line .course-nav .person {
  display: flex;
  align-items: center;
}

.header-com .main .header-line .course-nav .person .pic {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin: auto;
}

.header-com .main .header-line .course-nav .person .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-com .main .header-line .course-nav .person span {
  display: inline-block;
  margin-left: 7px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.header-com .main .header-line .nologin {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.header-com .main .header-line .user-head-portrait {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 12px;
  border-radius: 15px;
  line-height: 0;
  overflow: hidden;
}

.header-com .main .header-line .user-head-portrait img {
  width: 100%;
  height: 100%;
}

.header-com .main .header-line .company {
  display: block;
  font-size: 16px;
  color: #666;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 85px;
  text-align: center;
  flex-shrink: 0;
}

.header-com .main .header-line .sign {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.header-com .main .header-line .sign a {
  font-size: 16px;
  color: #909090;
}

.header-com .main .course-nav {
  position: relative;
}

.header-com .main .course-nav.active {
  color: #db282b;
}

.header-com .main .course-nav:hover, .header-com .main .course-nav.actives {
  background-color: #FFFFFF;
  border-radius: 5px 5px  0 0;
  box-shadow: 0 -6px 16px 0 rgba(0, 0, 0, 0.1);
}

.header-com .main .course-nav:hover .options, .header-com .main .course-nav.actives .options {
  display: block;
  background-color: #FFFFFF;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
}

.header-com .main .course-nav .arrow {
  font-size: 12px;
  margin-left: 6px;
  color: #858585;
  position: absolute;
}

.header-com .main .course-nav .options {
  position: absolute;
  display: none;
  width: 100%;
}

.header-com .main .course-nav .options .options-li {
  margin: 0;
}

.header-com.shadow {
  box-shadow: 0px 3px 5px 0px rgba(94, 94, 94, 0.09);
}

.cate {
  width: 100%;
}

.cate .line {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 15px;
}

.cate .line .label {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  color: #666;
}

.cate .line .items {
  width: 100%;
  overflow: hidden;
  padding-left: 20px;
}

.cate .line .items a {
  display: inline-block;
  float: left;
  height: 32px;
  line-height: 32px;
  padding: 0 24px;
  border-radius: 16px;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.cate .line .items a:hover, .cate .line .items a.active {
  background-color: #db282b;
  color: #fff;
}

.search-box {
  width: 320px;
  display: flex;
  align-items: center;
  border-radius: 19px;
  height: 38px;
  border: 1px solid #EEEEEE;
  background-color: #F8F8F8;
  padding-left: 20px;
}

.search-box .search-input {
  flex: 1;
  overflow: hidden;
}

.search-box .search-input input {
  background-color: #F8F8F8;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
}

.search-box .btn-container button {
  width: 77px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 19px;
  background-color: #F02A2E;
  color: #FFFFFF;
  border: 0;
}

/*底部*/
.footer {
  padding-top: 30px;
  margin-top: 50px;
  background: #333;
  color: #aaa;
}

.footer .footer-tite {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .footer-tite .title {
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
}

.footer .footer-tite .english-title {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  text-transform: uppercase;
}

.footer .footer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.footer .footer-box .footer-logo {
  height: 42px;
}

.footer .footer-box .footer-logo img {
  height: 100%;
}

.footer .footer-box .versions {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 42px;
  opacity: 0.3;
}

.footer .footer-box .qr-code-img {
  width: 90px;
  height: 90px;
}

.footer .footer-box .qr-code-name {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}

.pages {
  text-align: center;
}

.pages a,
.pages span {
  margin: 0 3px;
}

.main {
  width: 1200px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hamb {
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  overflow: hidden;
}

.hamb span, .hamb a, .hamb p {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  line-height: 18px;
}

.hamb i {
  margin: 0 8px;
  font-size: 14px;
  line-height: 18px;
  float: left;
}

.hamb span {
  color: #666;
}

.hamb a {
  color: #333;
}

.course-list .item {
  width: 286px;
  height: 370px;
  background-color: #fff;
  float: left;
  margin-left: 18px;
  position: relative;
  border: 1px solid #f8f8f8;
  top: 0;
  transition: all 0.3s;
}

.course-list .item .img {
  width: 100%;
  height: 215px;
  position: relative;
}

.course-list .item .img img {
  width: 100%;
  height: 100%;
}

.course-list .item .img .label {
  display: block;
  min-width: 80px;
  height: 27px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  line-height: 27px;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  text-align: center;
}

.course-list .item .img .label i {
  font-size: 12px;
}

.course-list .item .img .label span {
  font-size: 12px;
  margin-left: 4px;
}

.course-list .item .img .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-position: center;
  background-size: 47px 47px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s;
}

.course-list .item .img .mask.vid {
  background-image: url(../img/03.png);
}

.course-list .item .img .mask.pic {
  background-image: url(../img/04.png);
}

.course-list .item .img .mark {
  width: 71px;
  height: 74px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.course-list .item .img .mark img {
  width: 100%;
  height: 100%;
}

.course-list .item .bots {
  width: 100%;
  padding: 15px 15px 20px;
}

.course-list .item .bots .title {
  width: 100%;
  height: 52px;
  font-size: 16px;
  line-height: 26px;
  transition: color 0.3s;
}

.course-list .item .bots .star-box {
  margin-top: 6px;
}

.course-list .item .bots .star-box > .layui-inline {
  margin-left: 92px;
  display: inline-block;
  color: #FFB800;
  font-size: 16px;
}

.course-list .item .bots .price {
  font-size: 16px;
  color: #f02b2e;
  font-weight: bold;
}

.course-list .item .bots .info {
  font-size: 14px;
  color: #909090;
  margin-top: 10px;
}

.course-list .item .bots .desc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.course-list .item .bots .desc .label {
  display: inline-block;
  height: 24px;
  padding: 0 10px;
  line-height: 24px;
  background-color: #fafafa;
  color: #bebebe;
}

.course-list .item .bots .desc .label.red {
  background-color: #ffebec;
  color: #db282b;
}

.course-list .item .bots .desc .num {
  display: inline-flex;
  align-items: center;
  color: #bebebe;
  line-height: 24px;
}

.course-list .item .bots .desc .num i {
  font-size: 12px;
}

.course-list .item .bots .desc .num span {
  font-size: 16px;
  margin-left: 8px;
}

.course-list .item:nth-child(4n+1) {
  margin-left: 0;
}

.course-list .item:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
  top: -2px;
}

.course-list .item:hover .img .mask {
  opacity: 1;
}

.course-list .item:hover .bots .title {
  color: #db282b;
}
.course-list .list.law .item {
    height: 340px;
}

.course-list .list.law .item .bots .desc {
        margin-top: 16px;
    }

.course-list .list.law .item .bots .desc .label {
            color: #DB282B;
            background-color: #FFEBEC;
}
.course-list.index-course .item {
  margin-bottom: 20px;
}

.course-list.index-course .star-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-list.index-course .star-box > .layui-inline {
  margin-left: 0 !important;
}

input[type='radio'] + label {
  cursor: pointer;
}

input[type='radio'] + label::before {
  content: '';
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background-image: url("../img/01.png");
  background-size: 100% 100%;
}

input[type='radio'] + label span, input[type='radio'] + label a {
  display: block;
  float: left;
  height: 16px;
  margin-left: 4px;
  line-height: 16px;
  font-size: 14px;
  user-select: none;
}

input[type='radio']:checked + label::before {
  background-image: url("../img/02.png");
}

.pages {
  width: 100%;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.pages a.disabled {
  opacity: 0.5;
}

.pages a.disabled:hover {
  border: 1px solid #e6e6e6;
  background-color: transparent;
  color: #333;
}

.pages .num {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  margin: 0 8px;
  transition: all 0.3s;
}

.pages .num:hover, .pages .num.active {
  border-color: #db282b;
  background-color: #db282b;
  color: #fff;
}

.pages .prev, .pages .next {
  width: auto;
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  line-height: 38px;
  height: 40px;
  transition: color 0.3s;
  margin: 0 8px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.pages .prev:hover, .pages .next:hover {
  border-color: #db282b;
  background-color: #db282b;
  color: #fff;
}

.collect {
  width: 100px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  border: 1px solid #f02b2e;
  color: #f02b2e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collect img {
  width: 16px;
  margin-right: 5px;
}

.collect span {
  display: inline-block;
  vertical-align: middle;
}

.collect .no-collect {
  display: block;
}

.collect .had-collect {
  display: none;
}

.collect.active .no-collect {
  display: none;
}

.collect.active .had-collect {
  display: block;
}
.apply-cooperation {
    width: 100%;
    background-position: center;
    padding: 30px 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/231.png");
    margin-top: 60px;
}

    .apply-cooperation .main {
        display: flex;
        justify-content: space-between;
    }

        .apply-cooperation .main .left-info {
            width: 650px;
            margin-top: 50px;
        }

            .apply-cooperation .main .left-info .img {
                width: 180px;
            }

                .apply-cooperation .main .left-info .img img {
                    width: 100%;
                }

            .apply-cooperation .main .left-info .title {
                font-size: 40px;
                line-height: 40px;
                margin: 15px 0;
                font-weight: bold;
                color: #fff;
            }

            .apply-cooperation .main .left-info .desc {
                font-size: 14px;
                line-height: 24px;
                color: #fff;
            }

            .apply-cooperation .main .left-info .apply-btn {
                width: 200px;
                height: 48px;
                line-height: 48px;
                text-align: center;
                color: #fff;
                font-size: 18px;
                background: linear-gradient(90deg, #F3494E 0%, #EC3639 100%);
                border-radius: 24px;
                margin-top: 40px;
            }

        .apply-cooperation .main .right {
            width: 340px;
        }

            .apply-cooperation .main .right img {
                width: 100%;
            }

.footer_update {
    background-color: #333333;
}

    .footer_update .main .footer-title {
        color: #ccc;
        text-align: center;
        padding: 50px 0 20px;
        font-weight: bold;
        border-bottom: 1px solid #464646;
    }

        .footer_update .main .footer-title .title {
            font-size: 36px;
            line-height: 36px;
        }

        .footer_update .main .footer-title .en {
            font-size: 16px;
            margin-top: 20px;
            text-transform: uppercase;
        }

    .footer_update .main .foot-bottom {
        display: flex;
        justify-content: space-between;
        padding: 30px 0;
    }

        .footer_update .main .foot-bottom .left .nav .item {
            font-size: 18px;
            color: #fff;
            margin-right: 40px;
        }

        .footer_update .main .foot-bottom .left .link {
            display: flex;
            align-items: center;
            font-size: 14px;
            margin-top: 60px;
        }

            .footer_update .main .foot-bottom .left .link .label {
                color: #fff;
            }

            .footer_update .main .foot-bottom .left .link a {
                color: #ccc;
                display: inline-block;
                margin-left: 20px;
            }

        .footer_update .main .foot-bottom .code-box {
            display: flex;
        }

            .footer_update .main .foot-bottom .code-box .code {
                width: 80px;
            }

                .footer_update .main .foot-bottom .code-box .code img {
                    width: 100%;
                }

                .footer_update .main .foot-bottom .code-box .code p {
                    font-size: 14px;
                    color: #fff;
                    padding: 10px 0;
                    text-align: center;
                }

        .footer_update .main .foot-bottom .right .online .t1 {
            font-size: 14px;
            color: #fff;
        }

        .footer_update .main .foot-bottom .right .online .t2 {
            font-size: 30px;
            color: #ccc;
        }

        .footer_update .main .foot-bottom .right .desc {
            margin-top: 10px;
            font-size: 12px;
            line-height: 16px;
            color: #fff;
        }
/* update */
.news-tops {
    border: 1px solid #ddd;
    border-bottom: 0;
    margin: 0 !important;
    padding: 10px 20px;
    height: auto !important;
    font-weight: bold;
}

.news-tabs .item {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 0 0 10px;
    color: #333;
    margin-right: 60px;
}

    .news-tabs .item.active {
        color: #F02A2E;
    }

        .news-tabs .item.active:before {
            content: '';
            position: absolute;
            width: 50px;
            height: 4px;
            background-color: #F02A2E;
            border-radius: 2px;
            bottom: 0;
            left: calc(50% - 25px);
        }
