a,
a:visited,
a:hover {
    text-decoration: none !important;
}

.notice_content {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 70px;
}

.notice_content .router {
    margin-top: 35px;
    margin-bottom: 25px;
}

.notice_content .router img {
    width: 19px;
    height: 19px;
    vertical-align: -2px;
    margin-right: 5px;
}

.notice_content .router,
.notice_content .router a {
    color: #999999;
}

.notice_content .router span {
    color: #F7C641;
}


/* 整块内容区域白色背景 */

.big_box {
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
    padding: 35px 90px;
    box-sizing: border-box;
}


/* 分为左右两块内容 */

.notice_content .content {
    display: flex;
    justify-content: space-between;
}

.notice_content .content .left_box {
    width: 260px;
}

.notice_content .content .left_box div {
    background: #fff;
    padding: 0 10px;
}

.notice_content .content .left_box p {
    padding: 30px 0;
    padding-left: 82px;
    color: #999999;
    /* background: #ffffff; */
    font-size: 18px;
    border-bottom: 1px dashed #c5c3c3;
    position: relative;
}

.notice_content .content .left_box p a {
    color: #999999;
    display: block;
}

.notice_content .content .left_box p a:hover {
    color: #F7C641;
}

.notice_content .content .left_box p .small {
    font-size: 16px;
    margin-top: 20px;
}

.notice_content .content .left_box p:last-child {
    border: none;
}

.notice_content .content .left_box p::before {
    width: 10px;
    height: 10px;
    background: #999999;
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    top: 36px;
    transform: rotate(45deg);
}

.notice_content .content .left_box .blue {
    background: #419FF7;
    color: #fff;
    font-size: 24px;
    border: none;
}

.notice_content .content .left_box .blue::before {
    width: 5px;
    height: 30px;
    background: #ffffff;
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    top: 32px;
    transform: rotate(0deg);
}

.notice_content .content .left_box .yellow {
    color: #F7C641;
}

.notice_content .content .left_box .active::before {
    background-color: #F7C641;
}

.notice_content .content .list_box,
.notice_content .content .details_box {
    width: 990px;
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
    padding: 5px 34px;
    box-sizing: border-box;
}

.notice_content .content .list_box p {
    color: #419FF7;
    border-bottom: 1px solid #CCC7C7;
    font-size: 22px;
    padding: 16px 5px;
}

/* 仅文章列表 ul（list_box 直接子级），勿匹配 ul.pagination 分页 */
.notice_content .content .list_box > ul > li {
    padding: 25px 0;
    border-bottom: 1px dashed #419FF7;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.notice_content .content .list_box > ul > li > a {
    padding-left: 25px;
    font-weight: 700;
    color: #666666;
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    float: left;
}

.notice_content .content .list_box > ul > li > a:hover {
    color: #F7C641;
}

.notice_content .content .list_box > ul > li > span {
    float: right;
    color: #999999;
}

.notice_content .content .list_box > ul > li::before {
    width: 5px;
    height: 5px;
    background: #419FF7;
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 32px;
}

.notice_content .content .details_box {
    padding: 55px 46px;
}

.notice_content .content .details_box h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #222222;
}

.notice_content .content .details_box p {
    color: #999999;
    text-align: center;
    margin: 18px 0;
}

.notice_content .content .details_box .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
    color: #666666;
}

.notice_content .content .details_box .text img {
    margin: 10px auto;
    display: block;
}

.notice_content .content .details_box .pages {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    padding-top: 20px;
    border-top: 1px solid #eef0f5;
}

.notice_content .content .details_box .pages .left a {
    display: inline-block;
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
}

.notice_content .content .details_box .pages .goBack {
    width: 140px;
    height: 44px;
    background: rgb(65, 159, 247, 0.1);
    border-radius: 22px;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
    margin-top: 10px;
}

.notice_content .content .details_box .pages .goBack a {
    color: #419ff7;
}

.notice_content .content .details_box .details_box_title {
    color: #419FF7;
    border-bottom: 1px solid #CCC7C7;
    font-size: 22px;
    margin-top: -20px;
    padding-bottom: 15px;
    text-align: left;
    margin-bottom: 70px;
}

.notice_content .content .details_box .docPdf span {
    font-size: 16px;
    font-weight: 700;
    color: #419ff7;
    margin: 30px 0;
    display: block;
}

.notice_content .content .details_box .docPdf .download img {
    margin-right: 6px;
}

.notice_content .content .details_box .docPdf .download a {
    margin-right: 30px;
    color: #959595;
    display: inline-block;
    margin-bottom: 15px;
}

.notice_content .content .details_box .docPdf .download a:hover {
    color: #f7c641;
}


/* 分页 */

.fenye {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 45px;
    font-size: 14px;
}

.fenye span {
    border: 1px solid #E8E8E8;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #888;
}

.fenye .fenye_p {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    /* border: 1px solid #E8E8E8; */
    color: #888;
    margin: 0 4px;
    background-color: #EEF0F5;
}

.fenye .fenye_p:hover {
    color: #fff;
    background: #419FF7;
}

.fenye_num {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    /* border: 1px solid #E8E8E8; */
    color: #888;
    margin: 0 4px;
    background-color: #EEF0F5;
}

.fenye_num:hover {
    color: #fff;
    background: #419FF7;
}

.fenye .active {
    background: #419FF7;
    color: #fff;
}

/* ThinkPHP 分页 ul.pagination：抵消 .fenye span；li 勿套用 .fenye .active 整块背景 */
.fenye.tp-pagination {
    clear: both;
}

.fenye.tp-pagination .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.fenye.tp-pagination .pagination > li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    overflow: visible;
    background: transparent;
    position: relative;
}

.fenye.tp-pagination .pagination > li::before {
    display: none;
    content: none;
}

.fenye.tp-pagination .pagination > li.active {
    background: transparent;
    color: inherit;
}

.fenye.tp-pagination .pagination > li > a,
.fenye.tp-pagination .pagination > li > span {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 30px;
    padding: 0 10px;
    margin-left: -1px;
    border: 1px solid #E8E8E8;
    line-height: 30px;
    color: #888;
    background-color: #EEF0F5;
    text-decoration: none;
    box-sizing: border-box;
    vertical-align: middle;
}

.fenye.tp-pagination .pagination > li:first-child > a,
.fenye.tp-pagination .pagination > li:first-child > span {
    margin-left: 0;
}

.fenye.tp-pagination .pagination > .active > span,
.fenye.tp-pagination .pagination > .active > a {
    background: #419FF7;
    color: #fff;
    border-color: #419FF7;
    position: relative;
    z-index: 1;
}

.fenye.tp-pagination .pagination > .disabled > span,
.fenye.tp-pagination .pagination > .disabled > a {
    color: #bbb;
    cursor: not-allowed;
    background: #f5f5f5;
}

.fenye.tp-pagination .pagination > li > a:hover {
    color: #fff;
    background: #419FF7;
    border-color: #419FF7;
}


/* 登录弹窗 */

.modalDialog .modal-content .login_info .tips {
    margin-left: 50px;
    margin-top: 30px;
}

.modalDialog .modal-content .login_info .tips .blue {
    font-size: 28px;
    font-weight: 700;
    line-height: 60px;
    color: #419ff7;
}

.modalDialog .modal-content .login_info .tips .yellow {
    font-size: 18px;
    font-weight: 700;
    color: #f7c641;
    line-height: 48px;
    margin-top: 25px;
}

.modalDialog .close_img {
    position: absolute;
    right: -50px;
    top: -20px;
    cursor: pointer;
}

.modalDialog .modal-dialog {
    width: 700px;
}

.modalDialog .modal-content .bg_dialog {
    position: absolute;
    bottom: 0;
    left: 0;
}

.modalDialog .modal-content .login_info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    margin-top: 40px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    background: linear-gradient(#fff, #fff, #fff, #fff, rgba(255, 255, 255, 0))
}

.modalDialog .modal-content .login_form {
    width: 440px;
}

.modalDialog .modal-content .login_form h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.modalDialog .modal-content .login_form button {
    height: 50px;
    background: #419ff7;
    border-radius: 5px;
    width: 74%;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer;
}


/* 联系我们 */

.big_box .h2_title {
    font-size: 24px;
    color: #222222;
}

.big_box .p_text {
    font-size: 16px;
    color: #666666;
    margin: 34px 0;
}

.big_box .icon_content {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.big_box .icon_content .lii {
    width: 330px;
    height: 326px;
    border: 1px solid #e7e8eb;
}

.big_box .icon_content .lii div {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    margin: 0px auto;
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.big_box .icon_content .lii:nth-child(1) div {
    background: #fc703e;
}

.big_box .icon_content .lii:nth-child(2) div {
    background: #419ff7;
}

.big_box .icon_content .lii:nth-child(3) div {
    background: #f7c641;
}

.big_box .icon_content .lii p {
    margin: 10px 0;
}

.big_box .icon_content .lii span {
    font-weight: bold;
}

.big_box .mapImg {
    margin-top: 43px;
    height: 649px;
    background-color: #cdcdcd;
}


/* 培训查询 */

.neirong .name_id {
    /* width: 1170px; */
    /* margin: auto; */
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    padding-left: 30px;
    color: #999999;
    margin: 40px 0;
}

.table {
    /* margin: 50px; */
    text-align: center;
}

.table>thead>tr>th {
    border: 1px solid #ece8e8;
    text-align: center;
    background-color: #419FF7;
    color: #fff !important;
    padding: 15px;
}

.table>tbody>tr>td {
    padding: 15px;
}

.table .width-1 {
    width: 110px;
    color: #666666;
}

.table .width-2 {
    width: 290px;
}

.table .width-3 {
    width: 190px;
}

.table .width-4 {
    width: 140px;
}

.table .width-5 {
    width: 140px;
}

.table .red {
    color: #E61414;
}


/* 会员中心 */

.vip_content {
    width: 1280px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 70px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.vip_content .left_box {
    width: 240px;
}

.vip_content .right_box {
    width: 1010px;
    min-height: 840px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 10px 35px;
}

.vip_content .avatar_info {
    height: 250px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    text-align: center;
    position: relative;
    color: #707070;
}

.vip_content .avatar_info .avatar {
    border-radius: 50%;
    margin-top: 30px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}

.vip_content .avatar_info .uploadImg {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #419ff7;
    border-radius: 50%;
    text-align: center;
    top: 100px;
    padding-top: 4px;
    right: 66px;
    box-sizing: border-box;
}

.vip_content .avatar_info .edit_name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.vip_content .avatar_info .edit_name img {
    vertical-align: -2px;
    margin-left: 5px;
}

.vip_content .title {
    border-bottom: 1px solid #CCC7C7;
    font-size: 22px;
    padding: 16px 0;
}

.vip_content .title span {
    border-bottom: 3px solid #419ff7;
    padding-bottom: 18px;
    padding: 0 15px 18px 8px;
}

.vip_content .user_info .span {
    border-left: 4px solid #419ff7;
    font-size: 18px;
    padding: 1px 26px;
    margin: 30px 0;
    color: #333333;
    display: inline-block;
}

.vip_content .user_info .user_info_content {
    padding-left: 30px;
    color: #333333;
}

.vip_content .user_info .user_info_content p {
    margin-bottom: 20px;
}

.vip_content .user_info .user_info_content p span {
    color: #707070;
}

.vip_content .left_box ul li {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    padding: 4px 18px;
    margin-top: 25px;
    color: #707070;
    height: 60px;
    overflow: hidden;
}

.vip_content .left_box ul .active {
    height: auto !important;
    transition: all 0.3s ease-out;
}

.vip_content .left_box ul li div {
    padding: 16px 0;
    border-bottom: 1px dashed #e1dcdc;
}

.vip_content .left_box ul li div a {
    color: #707070;
}

.vip_content .left_box ul li div:first-child {
    border-bottom: 1px solid #e1dcdc;
}

.vip_content .left_box ul li div:last-child {
    border-bottom: 0px;
}

.vip_content .left_box ul li div .icon {
    margin-right: 10px;
}

.vip_content .left_box ul li .more_img {
    float: right;
    margin-top: 4px;
}

.vip_content .left_box ul li .blue a {
    color: #419ff7;
}

.vip_content .left_box ul li .active_img {
    transform: rotate(90deg);
}


/* 更换手机号 */

.vip_content .right_box .change_phone_number {
    padding: 55px 220px;
}

.vip_content .right_box .change_phone_number div {
    margin-bottom: 20px;
}

.vip_content .right_box .change_phone_number input {
    width: 360px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #d1cdcd;
    border-radius: 5px;
    padding-left: 20px;
    outline: none;
}

.vip_content .right_box .change_phone_number input::-webkit-outer-spin-button,
.vip_content .right_box .change_phone_number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.vip_content .right_box .change_phone_number input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #999999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #999999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #999999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #999999;
}

.vip_content .right_box .change_phone_number span {
    display: inline-block;
    width: 116px;
    text-align: right;
    font-size: 16px;
    color: #333333;
}

.vip_content .right_box .change_phone_number .code {
    width: 150px;
    height: 50px;
    background: #419ff7;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
}

.vip_content .right_box .change_phone_number button {
    height: 50px;
    background: #419ff7;
    border-radius: 5px;
    width: 360px;
    margin-top: 40px;
    display: block;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer;
    float: right;
    margin-right: 15px;
}


/* 我的订单 */

.vip_content .right_box .order_box li {
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
    margin-top: 25px;
    padding: 20px;
    color: #999999;
}

.vip_content .right_box .order_box li .banner,
.vip_content .right_box .order_box .play_icon {
    width: 110px;
    height: 83px;
    margin-right: 15px;
}

.vip_content .right_box .order_box li .order_content {
    border-top: 1px solid #ece8e8;
    border-bottom: 1px solid #ece8e8;
    padding: 20px 15px;
    margin: 17px 0;
}

.vip_content .right_box .order_box li .order_status,
.vip_content .right_box .order_box li .order_content,
.vip_content .right_box .order_box li .order_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vip_content .right_box .order_box li .order_status {
    position: relative;
}

.vip_content .right_box .order_box li .order_status::before {
    width: 4px;
    height: 25px;
    background: #FE9B26;
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
}

.vip_content .right_box .order_box .play_icon {
    background: rgb(0 0 0 / 25%);
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vip_content .right_box .order_box .yellow {
    color: #FE9B26;
}

.vip_content .right_box .order_box li .order_content .yellow,
.vip_content .right_box .order_box li .order_price .yellow {
    font-size: 18px;
    font-weight: bold;
}

.vip_content .right_box .order_box li .order_content .goods_img {
    position: relative;
    color: #2E2E2E;
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.vip_content .right_box .order_box li .order_content p {
    width: 26%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.vip_content .right_box .order_box li .order_price button,
.vip_content .right_box .order_box li .order_price a.pay-order-btn {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: #ffffff;
    border-radius: 20px;
    /* width: 74%; */
    margin: 0 auto;
    border: 1px solid #D4D1D1;
    cursor: pointer;
    color: #999999;
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    font-size: inherit;
    vertical-align: middle;
}

.vip_content .right_box .order_box li .order_price button:last-child,
.vip_content .right_box .order_box li .order_price a.pay-order-btn:last-child {
    border: 1px solid #FE9B26;
    color: #FE9B26;
}


/* 试卷下载 */

.vip_content .right_box .border_none>thead>tr>th {
    border: none;
    background-color: #F3F3F3;
    color: #333333 !important;
}

.vip_content .right_box .border_none>thead>tr>th:first-child {
    border-radius: 10px 0 0 10px;
}

.vip_content .right_box .border_none>thead>tr>th:last-child {
    border-radius: 0 10px 10px 0;
}

.vip_content .right_box .border_none>tbody>tr>td {
    border-top: none;
    border-bottom: 1px dashed #dcd9d9;
    padding: 25px;
}

.vip_content .right_box .border_none .width-1 {
    position: relative;
}

.vip_content .right_box .border_none .width-1::before {
    width: 3px;
    height: 22px;
    background: #FE9B26;
    content: '';
    display: block;
    position: absolute;
    top: 14px;
}

.vip_content .right_box .border_none tbody>tr>td a {
    padding: 8px 30px;
    border: 1px solid #419FF7;
    border-radius: 20px;
    color: #419FF7;
}


/* 我的培训 */

.vip_content .right_box .video_box ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
}

.vip_content .right_box .video_box li .video_group {
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    margin-top: 20px;
    overflow: hidden;
}

.vip_content .right_box .video_box li .video {}

.vip_content .right_box .video_box li .video .cover {
    width: 100%;
    height: 180px;
}

.vip_content .right_box .video_box li .video .play_icon {
    width: 300px;
    height: 180px;
    background: rgb(0 0 0 / 25%);
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vip_content .right_box .video_box li .other_info {
    padding: 17px 15px 12px 15px;
}

.vip_content .right_box .video_box li .other_info .other_info_title {
    color: #2E2E2E;
    font-size: 18px;
}

.vip_content .right_box .video_box li .other_info .other_info_text {
    margin: 10px 0;
    color: #666666;
}

.vip_content .right_box .video_box li .other_info .time {
    overflow: hidden;
    color: #999999;
    margin-bottom: 14px;
}

.vip_content .right_box .video_box li .other_info .time span {
    display: inline-block;
    padding-top: 4px;
}

.vip_content .right_box .video_box li .other_info button {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: #B7B9BB;
    border-radius: 5px;
    /* width: 74%; */
    margin: 0 auto;
    cursor: pointer;
    color: #ffffff;
    margin-left: 10px;
    border: none;
    float: right;
}

.vip_content .right_box .video_box li .other_info .blue {
    background: #419FF7;
}

.vip_content .progress {
    margin-bottom: 20px;
    background: #F8E8BE;
    height: 14px;
    line-height: 14px;
}

.vip_content .progress .progress-bar {
    background: #F7C641;
    position: relative;
    line-height: 14px;
    height: 14px;
}

.page_bg {
    background-color: #ededed;
}

.page_box {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 70px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
}

.courseDetail_title {
    overflow: hidden;
}

.courseDetail_title .left {
    float: left;
    width: 80%;
}

.courseDetail_title .left p {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.courseDetail_title .left span {
    color: #999;
    font-size: 16px;
}

.courseDetail_title .right {
    float: right;
    width: 20%;
    padding-top: 10px;
}

.courseDetail_title .right .yi {
    border: 1px solid #d4d1d1;
    border-radius: 20px;
    width: 48%;
    color: #999999;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    height: 36px;
    line-height: 36px;
}

.courseDetail_title .right .btns {
    float: right;
    width: 48%;
    border: 1px solid #419FF7;
    border-radius: 20px;
    color: #419FF7;
    text-align: center;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}

.courseDetail_title .right .btns:hover {
    background: #419FF7;
    color: #fff;
    transition: 0.5s all;
}

.courseDetail_content {
    margin-top: 20px;
}

.page_motal {
    margin: 0 auto;
    margin-top: 10%;
}

.motal_input {
    overflow: hidden;
    margin-bottom: 20px;
}

.motal_input p {
    padding-left: 15px;
    position: relative;
    color: #666;
    font-size: 16px;
    width: 100px;
    float: left;
    height: 40px;
    line-height: 40px;
}

.motal_input p::after {
    content: '*';
    float: left;
    color: #E61414;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.motal_input input {
    float: right;
    width: calc(100% - 100px);
    border: 1px solid #d1cdcd;
    border-radius: 5px;
    outline: none;
    height: 40px;
    line-height: 40px;
}

.modal-dialog {
    width: 450px;
}

.motal_btn {
    background: #419ff7;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: calc(100% - 100px);
    float: right;
    font-size: 16px;
}

.modal-body {
    overflow: hidden;
    padding: 30px;
}

.motal_btn:hover {
    color: #fff;
}

.shijuan_input_group {
    margin-top: 40px;
    margin-left: 100px;
}

.shijuan_input {
    overflow: hidden;
    margin-bottom: 30px;
}

.shijuan_input p {
    padding-left: 15px;
    position: relative;
    color: #666;
    font-size: 16px;
    width: 100px;
    float: left;
    height: 40px;
    line-height: 40px;
}

.shijuan_input p::after {
    content: '*';
    float: left;
    color: #E61414;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.shijuan_input input {
    width: 300px;
    border: 1px solid #d1cdcd;
    border-radius: 5px;
    outline: none;
    height: 40px;
    padding-left: 15px;
    line-height: 40px;
}

.shijuan_input select {
    width: 300px;
    border: 1px solid #d1cdcd;
    border-radius: 5px;
    outline: none;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}

.shijuan_input .file {
    width: 300px;
    height: 40px;
    float: left;
    position: relative;
}

.shijuan_input .file input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.shijuan_input .file .file_box {
    width: 220px;
    border: 1px solid #d1cdcd;
    border-radius: 5px;
    outline: none;
    height: 40px;
    float: left;
}

.shijuan_input .file .file_icon {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 15px;
}

.shijuan_input .file .file_icon img {
    display: inline-block;
}

.shijuan_input .file .file_icon span {
    color: #419ff7;
}

.shijuan_input_btn {
    background: #419ff7;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    width: 300px;
    display: block;
    color: #fff;
    margin-left: 100px;
}

.shijuan_input_btn:hover {
    color: #fff;
}

.page_tab {
    margin-bottom: 30px;
}

.page_tab ul {
    background: #ecf5fc;
    border-radius: 25px;
    display: flex;
    height: 50px;
    line-height: 50px;
}

.page_tab ul li {
    color: #666;
    padding: 0 30px;
    font-size: 16px;
    cursor: pointer;
}

.page_tab ul .active {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #419FF7;
    border-radius: 25px;
}

.page_tab2 {
    margin-bottom: 30px;
}

.page_tab2 ul {
    display: flex;
}

.page_tab2 ul li {
    color: #666;
    margin-right: 30px;
    cursor: pointer;
}

.page_tab2 ul .active {
    color: #419ff7;
    position: relative;
}

.page_tab2 ul .active::before {
    content: '';
    width: 93%;
    height: 8px;
    opacity: 0.6;
    background: #419ff7;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.courseList_box {
    margin-bottom: 30px;
}

.courseList_box .imgs {
    overflow: hidden;
    display: block;
    position: relative;
}

.courseList_box .imgs .img_cp {
    width: 100%;
}

.courseList_box .imgs .play {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s all;
}

.courseList_box .imgs .play img {
    width: 34px;
    height: 34px;
    justify-content: center;
    align-self: center;
}

.courseList_box:hover .play {
    opacity: 1;
}

.courseList_box_text {
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.30);
    border-bottom: 3px solid #419FF7;
    padding: 15px;
}

.courseList_box_text a {
    font-size: 18px;
    margin-bottom: 8px;
    color: #2E2E2E;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.courseList_box_text a:hover {
    color: #419ff7;
}

.courseList_box_text .text {
    overflow: hidden;
}

.courseList_box_text .text p {
    float: left;
    color: #959595;
    margin-top: 4px;
}

.courseList_box_text .text span {
    color: #E61414;
}

.courseList_box_text .price {
    color: #E61414;
    float: right;
    font-size: 16px;
    font-weight: bold;
}

.courseList_box_text .price span {
    font-size: 20px;
}

.courseDetail_top {
    position: relative;
    margin-bottom: 40px;
}

.courseDetail_top .left {
    width: 460px;
}

.courseDetail_top .left img {
    width: 100%;
}

.courseDetail_top .right {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 460px);
    background: #fff;
    padding: 30px;
    height: 100%;
}

.courseDetail_top .right h4 {
    font-size: 24px;
    font-weight: bold;
    color: #2E2E2E;
    margin-bottom: 20px;
}

.courseDetail_top .right>span {
    font-size: 16px;
    color: #F7C641;
    display: block;
    margin-bottom: 10px;
}

.courseDetail_top .right .ms {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.courseDetail_top .right .ms span {
    color: #E61414;
}

.courseDetail_top .price {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}

.courseDetail_top .price .price_t {
    float: left;
    color: #E61414;
    font-size: 16px;
    font-weight: bold;
}

.courseDetail_top .price .price_t>span {
    font-size: 28px;
}

.courseDetail_top .price .price_t>p {
    display: inline-block;
    color: #999;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 10px;
}

.courseDetail_top .price .pay_btn {
    float: right;
}

.pay_btn .carBtn {
    width: 160px;
    height: 46px;
    background: #ffffff;
    border: 1px solid #419ff7;
    border-radius: 24px;
    text-align: center;
    line-height: 46px;
    color: #419FF7;
    display: inline-block;
    margin-right: 20px;
}

.pay_btn .payBtn {
    width: 160px;
    height: 46px;
    background: #419ff7;
    border-radius: 24px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    display: inline-block;
}

.courseDetail_group {
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 50px;
}

.courseDetail_group_left {
    width: 900px;
    float: left;
}

.courseDetail_group_left .title {
    position: relative;
    font-size: 20px;
    color: #419FF7;
    margin-bottom: 20px;
    font-weight: bold;
    display: inline-block;
}

.courseDetail_group_left .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    opacity: 0.4;
    background: #419ff7;
}

.courseDetail_group_content {
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
    padding: 30px;
}

.courseDetail_group_content p {
    color: #707070;
    font-size: 16px;
    line-height: 30px;
}

.courseDetail_group_content img {
    max-width: 100%;
}

.courseDetail_group_right {
    float: right;
    width: calc(100% - 930px);
}

.courseDetail_group_right .title {
    position: relative;
    font-size: 20px;
    color: #419FF7;
    margin-bottom: 20px;
    font-weight: bold;
    display: inline-block;
    border-left: 4px solid #419ff7;
    padding-left: 10px;
}

.payCar_list {
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
    padding: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.payCar_list .check input {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.payCar_list .check {
    float: left;
    margin-top: 60px;
    margin-right: 20px;
}

.payCar_list .payCar_list_cp {
    float: left;
    width: 85%;
    overflow: hidden;
}

.payCar_list .payCar_list_cp .img {
    display: inline-block;
    width: 220px;
}

.payCar_list .payCar_list_cp .img img {
    width: 100%;
}

.payCar_list .payCar_list_cp .content_t {
    float: right;
    width: calc(100% - 240px);
    position: relative;
}

.payCar_list_cp2 {
    width: 100%!important;
}

.payCar_list .payCar_list_cp .content_t h4 {
    color: #2E2E2E;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    display: block;
}

.payCar_list .payCar_list_cp .content_t>span {
    font-size: 16px;
    color: #F7C641;
    display: block;
    margin-bottom: 10px;
}

.payCar_list .payCar_list_cp .content_t .ms {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.payCar_list .payCar_list_cp .content_t .ms span {
    color: #E61414;
}

.payCar_list .payCar_list_cp .content_t .price {
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 16px;
    color: #E61414;
    font-weight: bold;
}

.payCar_list .payCar_list_cp .content_t .price span {
    font-size: 26px;
}

.payCar_list .del {
    position: absolute;
    right: 30px;
    top: 41%;
}

.payCar_all {
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
    padding: 30px;
}

.payCar_all .check {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    height: 46px;
    line-height: 46px;
}

.payCar_all .check input {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.payCar_all .payCar_all_price {
    float: right;
    height: 46px;
    line-height: 46px;
}

.payCar_all .payCar_all_price p {
    display: inline-block;
    color: #999999;
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.payCar_all .payCar_all_price div {
    display: inline-block;
    color: #E61414;
    font-size: 16px;
    color: #E61414;
    font-weight: bold;
    position: relative;
    top: 4px;
}

.payCar_all .payCar_all_price div span {
    font-size: 26px;
}

.payCar_all .payCar_all_price a {
    width: 106px;
    height: 46px;
    background: #419ff7;
    border-radius: 24px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.payCar_all .radio {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px;
}

.payCar_all .radio:last-child {
    margin-bottom: 0;
}

.payCar_all .radio label {
    display: inline-block;
}

.payCar_all .radio input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.payCar_all .radio img {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.payCar_all .radio span {
    margin-left: 10px;
    color: #666666;
    font-size: 18px;
}

.payCar_jiesuan {
    float: right;
    margin-top: 30px;
}

.payCar_jiesuan p {
    display: inline-block;
    color: #E61414;
    font-size: 16px;
    color: #E61414;
    font-weight: bold;
    position: relative;
    top: 4px;
}

.payCar_jiesuan p span {
    font-size: 26px;
}

.payCar_jiesuan a {
    width: 150px;
    height: 46px;
    background: #419ff7;
    border-radius: 24px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
}