﻿@charset "UTF-8";
/*
	Template Name: Aduca
	Version: 1.0
	最新最全最好的Bootstrap模板：http://www.bootstrapmb.com

*/
/*------------------------------------------------------------------
[Table of contents]
	+ General
		- Global Styles
		- general Styles
		- Preloader
		- Back To Top
		- theme-btn
		- section-heading
		- Move bg
		- Move bg 2
		- section divider
	+ Header
		- Logo
		- Category
		- Seach form
		- Main Navigation
		- Dropdown
		- Offcanvas menu
		- Admission
	+ Content
		+ Main Files
			- index.html
			- home-2.html
		+ Banner Area
			- Breadcrumb
	    + About
	        - About us
	    + Courses
	        - Course Grid
	        - Course Detail
		+ Pages
			- Teacher
			- Teacher Detail
			- FAQs
			- Admission
			- Gallery
			- Pricing Table
			- Sing up
			- Log in
			- Error 404 page
		+ Blog
		    - Blog Grid
		    - Blog Single
		+ Contact
		    - Contact
	+ Footer
		+ Top Footer
			- Logo
			- Company
			- Courses
			- Mobile app
		+ Bottom Footer
		    - Copyright
		    - Language Select
	+ Responsive Design Styles
            - $laptop_ls: 'only screen and (min-width: 320px) and (max-width: 1919px)';
            - $laptop_l: '(max-width: 1440px)';
            - $laptop_m: '(max-width: 1366px)';
            - $laptop_m_two: '(max-width: 1280px)';
            - $laptop_m_three: '(max-width: 1200px)';
            - $laptop_m_four: '(max-width: 1199px)';
            - $laptop_m_five: '(max-width: 1024px)';
            - $laptop_m_six: '(min-width: 1200px)';
            - $medium_device: 'only screen and (min-width: 992px) and (max-width: 1200px)';
            - $tab_device: 'only screen and (min-width: 768px) and (max-width: 991px)';
            - $tab_device-and-mobile: 'only screen and (min-width: 320px) and (max-width: 990px)';
            - $tab_device_two: '(max-width: 768px)';
            - $tab_device_three: '(max-width: 991px)';
            - $tab_device_four: '(min-width: 991px)';
            - $large_mobile: 'only screen and (min-width: 480px) and (max-width: 767px)';
            - $large_mobile_two: ' (max-width: 600px)';
            - $large_mobile_three: ' (max-width: 575px)';
            - $large_mobile_four: ' (max-width: 480px)';
            - $small_mobile: 'only screen and (min-width: 320px) and (max-width: 479px)';
            - $small_mobile_one: ' (max-width: 425px)';
            - $small_mobile_two: '(max-width: 400px)';
            - $small_mobile_three: '(max-width: 320px)';
            - $small_mobile_four: '(max-width: 375px)';
            - $device-1600: '(max-width: 1600px)';
            - $device-767: '(max-width: 767px)';
            - $device-992: '(max-width: 992px)';
            - $device-767: '(max-width: 767px)';
            - $device-481: '(max-width: 481px)';
            - $device-384: '(max-width: 384px)';
-------------------------------------------------------------------*/
@font-face {
  font-family: 'PingFang-SC-Bold';
  src: url('../font/PingFang_Medium.otf?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'PingFang-SC-Medium';
  src: url('../font/PingFang_Medium.otf?#iefix') format('embedded-opentype');
}
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:100,200,300,400,500,600,700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

input:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #233d63;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

body {
  font-size: 16px;
  line-height: 22px;
  font-family: "Libre Franklin", sans-serif;
  color: #7f8897;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: PingFang-SC-Bold;
  background: url(../images/bg.png) repeat-x  top;
  overflow-x: hidden;
}

#stats{
	display: none;
}
.logo img{
	width: 238px;
    height: 80px;
	margin-top: 35px;
	margin-bottom: 30px;
}
.main-menu li{
	display: inline-block;
	width: 199px;
	height: 56px;
	background: #3D7FC9;
	/* border: 1px solid #FFFFFF; */
	text-align: center;
	font-size: 20px;
	font-family: PingFang-SC-Bold;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 56px;
	opacity: 0.88;
}
.main-menu li a{
	text-align: center;
	color: #FFFFFF;
}
.col-lg-12{
	padding-right:0px;
	padding-left: 0px;

}
.line_s{
	width: 1px;
height: 17px;
background: #EFEFEF;
opacity: 0.21;
display: inline-block;
}
.selected{
	color: #4182CAFF !important;
	background: linear-gradient(184deg, #C3D2F2, #F8F8F8);
}
.carouselc{
	margin-top: 22px;
}

.main-menu .selected .sy {
    content: url('/static/images/icon_shouye.png');
}
.main-menu .selected .ks {
    content: url('/static/images/icon_kszx2.png');
}
.main-menu .selected .xx{
    content: url('/static/images/icon_kecxi2.png');
}
.main-menu .selected .ksjl {
    content: url('/static/images/icon_kaosjl2.png');
}
.main-menu .selected .ctb {
    content: url('/static/images/icon_ctibn2.png');
}
.main-menu .selected .zb {
    content: url('/static/images/icon_zhibozhongxin2.png');
}
.feature__title{
	font-size: 20px;
	font-family:  PingFang-SC-Bold;
	font-weight: bold;
	color: #313F57;
	line-height: 44px;
    padding-top: 20px;
	padding-left: 118px;
}
.feature__text{
	font-size: 14px;
font-family: PingFang-SC-Bold;
font-weight: 500;
color: #8B9298;
padding-left: 118px;
/* line-height: 155px; */
}
.feature-item{
	width: 373px;
	height: 114px;
	opacity: 0.9;
	border-radius: 5px;
	background-image: url('/static/images/bg_weixuanzhong.png');
	text-align: left;
	/* margin:39px; */
}
.feature-item:hover{
	background: #4182CA;
	opacity: 0.9;
}
.feature-item:hover .feature__title{
	color: #FFFFFF;
}
.feature-item:hover .feature__text{
	color: #FFFFFF;
}
.feature-item:hover .mings{
	content: url('/static/images/icon_1.png');
}
.feature-item:hover .kec{
	content: url('/static/images/icon_2.2.png');
}
.feature-item:hover .shij{
	content: url('/static/images/icon_3.2.png');
}
.container{
	max-width: 1200px !important;
	padding-right: 0px;
    padding-left: 0px;
}
.feature-content-wrap{
	margin-top:59px;
}
.feature-item img{
	position: absolute;
    left: 34px;
    top: 27px;
}
.section__divider{
	width: 8px;
height: 38px;
background: #4182CA;
display: inline-block;
    float: left;
}
.section__title{
	font-size: 32px;
	font-family: PingFang-SC-Bold;
	font-weight: 500;
	color: #313F57;
	margin-left: 23px;
	line-height: 33px;
}

.theme-btn{
	font-weight: bold;
	color: #4282CA;
	font-size: 16px;
}
.category-wrapper{
	margin-top:42px;
}
.category-item{
	width: 375px;
	height: 485px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 16px;
}
.category-item img{
	width: 343px;
	height: 198px;
	border-radius: 8px;
}
.category-content{
	margin-top: 25px;
}
.category-content .cat__title{
	font-family:PingFang-SC-Medium;
	text-align: center;
	font-weight: bold;
	color: #313F57;
	margin-bottom: 11px;
}
.cat__meta_left{
	font-size: 14px;
	font-weight: 500;
	color: #737D85;
	margin-left: 3px;
	float: left;
	line-height: 38px;
	width:52%
}
.cat__meta_right{
	font-size: 14px;
	font-weight: 500;
	color: #737D85;
	margin-left: 3px;
	float: left;
	line-height: 38px;
	width: 44%
}
.xiaozfx {
	width: 6px;
	height: 6px;
	background: #4282CA;
	display: inline-block;
	margin-right: 3px;
}
.cat__link {
	width: 180px;
	height: 50px;
	background: #4282CA;
	border-radius: 5px;
	display:inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #FEFEFE;
	text-align: center;
    line-height: 50px;
	left: 24%;
    position: relative;
	margin-top:20px;
}
.section-heading{
	margin-top:55px;
}
.fenl{
	margin-top:44px;
}
.course-area{
	/* height: 796px; */
	
	margin-top: 31px;
	line-height: 44px;
}
.fenl_text{
	width: 41px;
	height: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #313F57;
}
.course-tab-wrap li{
	width: 16%;
	font-size: 16px;
	font-weight: 600;
	color: #737D85;
	line-height: 44px;
	text-align:left;
	cursor:pointer;
}

.course-tab-wrap li:hover{
	color: #4282CAFF;
}

.course-line{
	/* width: 1204px; */
	height: 2px;
	background: #4282CA;
}
.course-block{
	margin-top: 48px;
}
.course-item{
	width:592px;
	height:229px;
	display: inline-flex;
	margin-bottom: 36px;
}
.course-img img{
	width: 353px;
	height: 229px;
	display: inline-block;
}
.course-content{
	width: 239px;
	height: 229px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
}
.course-tooltip{
	height: 25px;
}
.course-block .course-item .course-img .course-tooltip {
    position: absolute;
	top: -4px;
    left: 15px;
    width: 100%;
    z-index: 1;
	
}
.course-block .course-item .course-img .course-tooltip .tooltip-label {
    background-color: #52A3FFFF;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 4px 10px 4px 12px;
    -webkit-border-radius: 4px 4px 4px 0;
    -moz-border-radius: 4px 4px 4px 0;
    border-radius: 4px 4px 4px 0;
    font-size: 12px;
    position: relative;
	line-height: 25px;
}
.course-block .course-item .course-img .course-tooltip .tooltip-label:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 6px;
    z-index: -1;
    background-color: #52A3FFFF;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(12deg, 0deg);
    -moz-transform: skew(12deg, 0deg);
    -ms-transform: skew(12deg, 0deg);
    -o-transform: skew(12deg, 0deg);
    transform: skew(341deg, 0deg);
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
	line-height: 2px;
}
.course__title{
	margin-top: 14px;
}
.course__title a{
	font-size: 20px;
	font-weight: bold;
	color: #313F57;
	margin-left: 21px;
	
	line-height:20px;
}

.course-block .course-item .course-content .rating-wrap .review-stars li span {
    color: #F68A03;
}
.la {
    display: inline-block;
    font: normal normal normal 16px/1 "LineAwesome";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.review-stars{
	left: 27px;
    position: relative;
}
.star-rating-wrap{
	left: 40px;
    position: relative;
	font-size: 12px;
	font-weight: 500;
	color: #313F57;
	line-height: 44px;
}
.course-meta li{
	margin-left: 29px;
	font-size: 14px;
font-weight: 500;
color: #313F57;
}
.course-xstip{
	width: 67px;
	height: 25px;
	background: #FF0000;
	line-height: 24px;
	text-align: center;
	margin-left: 27px;
	display: inline-block;
}
.xstip-label{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
}

.course-block .course-item .course-content .course-price-wrap .course__price {
    color: #ff0000;
    font-weight:600;
    font-size: 18px;
	display: inline-block;
	margin-left: 10px;
}
.course-block .course-item .course-content .course-price-wrap .course__price .course__before-price {
    font-size: 13px;
    margin-right: 3px;
    color: #7f8897;
    text-decoration: line-through;
}
.course__author{
	margin-left: 27px;
	font-size: 14px;
	color: #313F57;
}

.courses-showing-text{
	/* width: 114px; */
	height: 23px;
	font-size: 24px;
	font-weight: bold;
	color: #313F57;
	line-height: 23px;
	margin-left: 9px;
}
.courses-showing-icon{
	margin-left: 12px;
}
.courses-search{
	margin-top: 36px;
}
.widget__title{
	width: 64px;
	/* height: 15px; */
	font-size: 16px;
	/* font-weight: 500; */
	color: #555D64;
	line-height: 23px;
	opacity: 0.73;
}
.course-tab-wrap{
	margin-top: 25px;
}
.instructor__list{
	width: 369px;
    height: 61px;
    background: #FFFFFF;
    border: 1px solid #DFE0E0;
    border-radius: 5px;
	margin-top: 15px;
	padding-top: 10px;
}
.col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
}
.personcenter{
	float: right;
    margin-top: 53px !important;
    width: 158px;
    height: 51px;
    background: rgba(64, 128, 201, 0.4) !important;
    border: 1px solid #efefef !important;
    /* opacity: 0.74; */
    border-radius: 26px !important;
    font-size: 20px !important;
    font-family: PingFang SC;
    font-weight: 500 !important;
    color: #FFFFFF !important;
}
.cat__link_end{
	width: 180px;
    height: 50px;
    background: #7b7b7b;
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #FEFEFE;
    text-align: center;
    line-height: 50px;
    left: 24%;
    position: relative;
    margin-top: 20px;
}


.single-p-banner {
    padding-top: 158px;
    background-position: top center;
}

.post-cate {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #fff;
    line-height: .8;
    text-transform: uppercase;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.post-cate:hover {
    color: #fff;
}

.single-p-banner .banner-title {
    line-height: 60px;
    margin-bottom: 16px;
}

.single-p-banner .bp-meta {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.single-p-banner .bp-meta a i,
.single-p-banner .bp-meta a {
    color: #fff;
}

.single-post-area {
    position: relative;
}

.single-post-area p {
    line-height: 30px;
    margin: 0 0 30px;
}

.post-thumb {
    position: relative;
    margin: 42px 0 35px;
}

.post-thumb img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.article-title {
    font-size: 30px;
    line-height: 34px;
    color: #2c234d;
    margin: 0 0 15px;
}

blockquote {
    position: relative;
    margin: 41px 0;
    padding: 67px 50px 40px;
    background: #f8f8f8;
    border-radius: 10px;
    -webkit-box-shadow: -4px 0px 0px 0px rgba(88, 56, 252, 1);
    -moz-box-shadow: -4px 0px 0px 0px rgba(88, 56, 252, 1);
    box-shadow: -4px 0px 0px 0px rgba(88, 56, 252, 1);
}

blockquote:before {
    position: absolute;
    left: 50px;
    top: 68px;
    content: ",,";
    font-family: 'Open Sans', sans-serif;
    font-size: 100px;
    line-height: 25px;
    color: #6510AD;
    letter-spacing: -5px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

blockquote:after {
    position: absolute;
    right: 44px;
    bottom: 122px;
    content: ",,";
    font-family: 'Open Sans', sans-serif;
    font-size: 200px;
    line-height: 25px;
    color: #f0f0f0;
    letter-spacing: -10px;
}

blockquote p {
    font-size: 20px;
    line-height: 32px;
    color: #2c234d;
    font-weight: 600;
    margin: 0 0 18px;
}

blockquote cite {
    display: block;
    font-size: 14px;
    line-height: .8;
    color: #797781;
    font-style: normal;
}

.single-post-area blockquote p {
    line-height: 32px;
    margin: 0 0 18px;
}

.post-tags {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.post-tags h5 {
    font-size: 14px;
    color: #2c234d;
    font-weight: 600;
    margin: 7px 20px 0 0;
}

.post-tags a {
    display: inline-block;
    height: 30px;
    background: #f8f8f8;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    color: #797781;
    line-height: 30px;
    padding: 0 18px;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.post-tags a:hover {
    background: #6510AD;
    color: #fff;
}

.post-share {
    position: relative;
    border-top: 1px solid #ebecf2;
    padding: 30px 0 0;
    margin: 20px 0 0;
    display: flex;
    justify-content: flex-start;
}

.post-share h5 {
    font-size: 14px;
    color: #2c234d;
    font-weight: 600;
    margin: 13px 20px 0 0;
}

.post-share a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #446bb9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    margin-right: 6px;
}

.post-share a.fac {
    background: #446bb9;
}

.post-share a.twi {
    background: #00aced;
}

.post-share a.goo {
    background: #ea4335;
}

.post-share a:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(9, 111, 150, 0.30);
    -moz-box-shadow: 0px 10px 20px 0px rgba(9, 111, 150, 0.30);
    box-shadow: 0px 10px 20px 0px rgba(9, 111, 150, 0.30);
}

.post-admin {
    position: relative;
    margin: 84px 0;
    padding: 44px 40px 55px 150px;
    background: transparent;
    border-radius: 10px;
    -webkit-box-shadow: -4px 0px 0px 0px rgba(88, 56, 252, 1);
    -moz-box-shadow: -4px 0px 0px 0px rgba(88, 56, 252, 1);
    box-shadow: -4px 0px 0px 0px rgba(88, 56, 252, 1);
}

.post-admin img {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.post-admin a {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #2c234d;
    font-weight: 700;
    margin: 0 0 7px;
}

.post-admin span {
    display: block;
    font-size: 14px;
    color: #797781;
    font-weight: 400;
    line-height: .8;
    margin-bottom: 27px;
}

.post-admin p {
    font-size: 16px;
    line-height: 26px;
    color: #5d5a67;
    margin: 0;
}

.comment-area {
    position: relative;
    margin: 80px 0 66px;
}

.comment-area h3 {
    font-size: 20px;
    line-height: .8;
    color: #2c234d;
    margin: 0 0 30px;
}

.comment-list {
    margin: 0;
    padding: 0;
}

.comment-list li {
    list-style: none;
    display: block;
    margin: 0 0 0;
}

.comment-list .children {
    margin: 0 0 0;
    padding-left: 100px;
}

.single-comment {
    position: relative;
    padding-left: 100px;
    padding-top: 7px;
    padding-bottom: 30px;
}

.c-border {
    border-bottom: 1px solid #ebecf2;
    margin-top: 24px;
}

.single-comment img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.children .single-comment img {
    width: 50px;
    height: 50px;
}

.children .single-comment {
    padding-left: 80px;
}

.single-comment h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 7px;
}

.single-comment h5 a {
    color: inherit !important;
}

.single-comment h5 a:hover {
    color: #6510AD !important;
}

.single-comment span {
    display: block;
    font-size: 13px;
    line-height: .8;
    font-weight: 600;
    color: #797781;
    margin: 0 0 24px;
}

.comment {
    position: relative;
    margin: 0 0 14px;
}

.comment p {
    font-size: 14px;
    line-height: 24px;
    color: #686875;
    margin: 0;
}

.single-comment .comment-reply-link {
    display: inline-block;
    font-size: 12px;
    line-height: .8;
    color: #6510AD;
    font-weight: 600;
}

.single-comment .comment-reply-link i {
    font-size: 16px;
    margin-right: 11px;
    font-weight: 600;
    position: relative;
    top: 2px;
}

.single-comment .comment-reply-link:hover {
    color: #2c234d;
}

.comment-form-area {
    position: relative;
}

.comment-form-area h3 {
    color: #2c234d;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 9px;
}

.comment-form-area p {
    font-size: 14px;
    line-height: 24px;
    color: #686875;
    margin: 0 0 43px;
}

.comment-form {
    position: relative;
}

.comment-form input[type="text"],
.comment-form input[type="number"],
.comment-form input[type="url"],
.comment-form textarea,
.comment-form input[type="email"] {
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: 56px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    background: #f5f5f7;
    color: #7e7c87;
    outline: none;
    border: 1px solid transparent;
    padding: 0 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comment-form textarea {
    height: 180px;
    resize: none;
    line-height: 30px;
    padding-top: 14px;
}

.comment-form textarea::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form input[type="number"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder {
    color: #7e7c87;
    opacity: 1;
}

.comment-form textarea::-ms-input-placeholder,
.comment-form input[type="text"]::-ms-input-placeholder,
.comment-form input[type="url"]::-ms-input-placeholder,
.comment-form input[type="number"]::-ms-input-placeholder,
.comment-form input[type="email"]::-ms-input-placeholder {
    color: #7e7c87;
    opacity: 1;
}

.comment-form textarea::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form input[type="number"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder {
    color: #7e7c87;
    opacity: 1;
}

.comment-form textarea:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="number"]:focus,
.comment-form input[type="email"]:focus {
    background: transparent;
    border-color: #ece9f9;
    -webkit-box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
    box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
}

.comment-form button,
.comment-form input[type="submit"] {
    height: 50px;
    border-radius: 3px;
    background: #6510AD;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    padding: 0 36px;
    font-size: 13px;
    line-height: 50px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comment-form button:hover,
.contact-form input[type="submit"]:hover {
    -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    -moz-box-shadow: 0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    box-shadow: 0px 20px 30px 0px rgba(26, 8, 119, 0.24);
}

.save-comment {
    position: relative;
    margin: 5px 0 25px;
}

.save-comment input[type="checkbox"] {
    display: none;
}

.save-comment label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    padding-left: 31px;
    position: relative;
    cursor: pointer;
    color: #686875;
    margin: 0 0 0;
}

.save-comment label:before {
    background: transparent;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    border-radius: 3px;
    top: 3px;
    width: 16px;
    border: 2px solid #ababb1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.save-comment input:checked+label::after {
    background: transparent;
    bottom: 0;
    font-family: 'ElegantIcons';
    content: "\4e";
    color: #6510AD;
    font-size: 10px;
    left: 2px;
    position: absolute;
    top: -1px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.latest-course {
    position: relative;
    min-height: 60px;
    padding-left: 84px;
    margin: 9px 0 28px;
}

.latest-course:last-child {
    margin-bottom: 0;
}

.latest-course img {
    position: absolute;
    left: 0;
    width: 74px;
    height: 67px;
}

.latest-course h5 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}

.latest-course h5 a {
    color: inherit;
}

.latest-course h5 a:hover {
    color: #6510AD;
}

.latest-course .course-price {
    display: block;
    line-height: .8;
    color: #6510AD;
    font-weight: 600;
    margin: 0;
    padding: 0;
	font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
}

.latest-course .course-price span {
    display: inline-block;
    color: #7e7c87;
}