/*
    *{
        touch-action: pan-y;
    }
*/
body {
    background: #fff;
    color: #000;
    margin: 0;
    overflow-x: hidden;
	/* font-family: 微软雅黑; */
	font-family: SourceHanSansCN-Normal;
}

p {
    margin: 0;
}

ul, li {
    margin: 0;
    padding: 0;
}

.scrollY::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.headInfo:hover .userInfo {
    display: flex !important;
}

.email:hover .emailInfo {
    display: flex !important;
}

.subcategory {
    padding: 20px;
    margin: 0;
    list-style: none;
}

.subcategory  .subcategory-item {
    margin-bottom: 10px;
}

.subcategory-child-list {
    margin-left: 19px;
}

.subcategory-child-list li {
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
}

.subcategory-item-title {
    color: #333;
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
}

li {
    list-style: none;
}

a:hover {
    color: #188eee;
}

.menu:hover .info {
    display: block !important;
}

.info:hover {
    display: block !important;
}

input, button, select, textarea {
    outline: none;
}

.pointer {
    cursor: pointer;
}

.tags:hover .bg {
    display: block !important;
}

.record > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px 0 0;
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}

.tabs .active {
    color: #fff;
    background: url(../image/homepage/tabBg1.png) no-repeat;
    width: 170px;
    height: 40px;
}


.course-list .courseImg{
    display: block;
    width: 280px;
    height: 158px;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}
.course-list  .courseImg:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.course-list-ml3 li>a div:hover{
    color:#2b7bcd;
}


.tabs1 .active {
    border-bottom: solid 3px #2b7bcd;
}

.tabs1 .unactive {
    border-bottom: solid 3px transparent;
}

.headImg {
    width: 85px;
    height: 85px;
    overflow: hidden;
    border-radius: 50%;
    /* border: 2px solid #dcdcdc; */
    /* padding: 1px; */
}

.course-list .title {
    font-size: 14px;
    margin: 5px 0;
    padding: 2px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    height: 38px;
    line-height: 20px;
}

.course-list .tags {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    padding: 2px 0 2px 10px;
    font-size: 12px;
}

.course-list .tags .type {
    color: #27547A;
	background: #F0F2F5;
	padding: 4px 8px;
	border-radius: 3px;
}

.course-list .star {
    display: flex;
    align-items: center;
	justify-content: space-between;
    /* margin: 5px 0;
    padding: 2px 10px; */
}

.course-list .star > img {
    width: 20px;
    margin-right: 5px;
}

.qrcode:hover .downloadQr {
    display: block !important;
}

.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fff;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background-color: #fff;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #bbb;
}

input::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #888;
    /* placeholder字体大小 */
    font-size: 14px;
}