#new-m-tag {
	background-color: #ffa202;
	line-height: 1;
}
#new-m-tag .z-cons-wrap {
	padding-bottom: 8px;
	width: 96%;
}
#new-m-tag .one-wrap {
	padding: 16px 12px 10px;
}
#new-m-tag .mbx, #new-m-tag .mbx a{
    color: #8d8d8d !important;
}
#new-m-tag .show-top-banner{
    border-radius: 8px;
    margin-bottom: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 19px 0 13px;
    height: 130px;
    background-image: url(../images/tags/banner-bg.png);
}
#new-m-tag .show-top-banner p:nth-child(1){
    font-size: 13px;
    color: #3A2912;
    text-align: center;
}
#new-m-tag .show-top-banner h1:nth-child(2){
    margin: 6px 0 12px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 17px;
    color: #3A2912;
    background: linear-gradient(90deg, #ffffff00 0%, #ffde9f 52%, #ffffff00 100%);
}
#new-m-tag .show-top-banner a:nth-child(3){
    display: block;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    color: #3A2912;
    line-height: 29px;
    width: 126.5px;
    height: 29px;
    border-radius: 14.5px;
    background: #ffd409;
    box-shadow: 0 7px 8.5px 0 #ffcb6d63;
}
#new-m-tag .pd-cons {
	padding: 7px 12px 10px;
}
#new-m-tag .db-cons{
    margin-bottom: 10px;
}
#new-m-tag .one-wrap{
    background-color: #fff;
    margin-bottom: 8px;
    border-radius: 8px;
}
#new-m-tag .one-wrap .tag-list li {
	position: relative;
	margin-bottom: 9px;
	padding: 7px 7px 7px 12px;
	border: 1px solid #f4aa29;
	border-radius: 6px;
	width: 48%;
	background: #fff;
	box-shadow: 0 2px 7px 0 rgba(215,215,215,.5);
	font-size: 12px;
}
#new-m-tag .one-wrap .tag-list li a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	color: #000;
	white-space: nowrap;
}
#new-m-tag .one-wrap .tag-list li::before {
	position: absolute;
	left: 7px;
	top: 6px;
	border-radius: 7px;
	width: 2px;
	height: 15px;
	background: #f4aa29;
	content: "";
}

/* tag详情页面 */
#new-m-tag .business li>div::before,
#new-m-tag .business li>div::after,
#new-m-tag .business li>p:first-child::before,
#new-m-tag .business li::before,
#m-teacher .wrap p:nth-child(1)::after,
#m-teacher .wrap p:nth-child(1)::before,
#new-m-tag .case .box-wrap>li div ul li::before,
#m-teacher::before{
    content: "";
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#new-m-tag .mbx,
#new-m-tag .mbx a {
	font-size: 12px;
	color: #b7b7b7;
}
#new-m-tag .one-tit {
    width: 84%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-top: 13px;
	margin-bottom: 16px;
	padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
#new-m-tag .one-tit::before {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	width: 3px;
	height: 15px;
	background: #f4aa29;
	content: "";
}
#new-m-tag .one-wrap .expand,
#new-m-tag .one-wrap .expand-btn{
    color:#2080F7;
    cursor: pointer;
}
#new-m-tag .one-wrap .expand-open{
    display: none;
}
#new-m-tag .db-cons img {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	width: 35%;
    border-radius: 6px;
}
#new-m-tag .db-cons p {
	line-height: 17px;
	font-size: 13px;
    color: #18153C;
}
#new-m-tag .business{
    padding: 3px 12px 10px;
    margin-bottom: 8px;
    border-radius: 8px;
    background-color: #fff;
}
#new-m-tag .business a{
    text-align: center;
    display: block;
    width: 157.92px;
    height: 35.5px;
    line-height: 35.5px;
    border-radius: 28.5px;
    background: #ffd409;
    font-size: 13px;
    color: #262626;
    margin: 0 auto;
}
#new-m-tag .business ul{
    margin-left: 10px;
    padding-left: 13px;
    border-left: 1px solid #FFE5C4;
}
#new-m-tag .business li {
    display: flex;
    align-items: center;
    margin-bottom: 13.5px;
    position: relative;
}
#new-m-tag .business li::before{
    margin: auto;
    top: 0;
    bottom: 0;
    background-image: url(../images/tags/icons.png);
    width: 19px;
    height: 19px;
    left: -23px;
}
#new-m-tag .business li>p:first-child {
	font-size: 14px;
    color: #262626;
    font-weight: bold;
    position: relative;
    margin-right: 11px;
    z-index: 0;
} 
#new-m-tag .business li>p:first-child::before{
    height: 19.5px;
    margin: auto;
    top: -17px;
    bottom: 0;
    left: 0;
    right: 3px;
    z-index: -1;
}
#new-m-tag .business li>div{
    width: 78%;
    font-size: 13px;
    color: #262626;
    line-height: 18.48px;
    padding: 10px 8px 8.5px 16px;
    background-color: #FFF7E8;
    border:1px solid #F4AA29;
    border-top: 2px solid #FF851C;
    position: relative;
}
#new-m-tag .business li>div::after{
    width: 2.5px;
    height: 9.5px;
    left: 8px;
    top: 14px;
    background-image: url(../images/tags/after1-1.png);
}
#new-m-tag .business li>div::before{
    background-image: url(../images/tags/after1-2.png);
    width: 181.5px;
    height: 25px;
    bottom: 0;
    right: 2px;
}
#new-m-tag .business li:nth-child(1)>p:first-child::before{
    width: 33px;
    background-image: url(../images/tags/text1-1.png);

}
#new-m-tag .business li:nth-child(2)>p:first-child::before{
    width: 33px;
    background-image: url(../images/tags/text1-2.png);
}
#new-m-tag .business li:nth-child(3)>p:first-child::before{
    width: 33px;
    background-image: url(../images/tags/text1-3.png);
}
#new-m-tag .business li:nth-child(4)>p:first-child::before{
    width: 33px;
    background-image: url(../images/tags/text1-4.png);
}
#new-m-tag .business li:nth-child(5)>p:first-child::before{
    width: 33px;
    background-image: url(../images/tags/text1-5.png);
}
#new-m-tag .we{
    padding: 3px 12px 10px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
}
#ware{
    padding-bottom: 20px;
}
#ware .swiper-pagination-bullets{
    bottom: 5px;
}
#ware .swiper-pagination-bullet-active{
    width: 12px !important;
    height: 4.64px;
    border-radius: 4px;
    background: #ffb202;
}
#ware .swiper-pagination-bullet{
    opacity: 1;
    width: 4.5px;
    height: 4.64px;
    border-radius: 4px;
    background: #ffd409;
}
#new-m-tag .we .top{
    height: 82px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 21px 0 20px 25px;
    background-image: url(../images/tags/pic1.png);
    margin-bottom: 23.5px;
}
#new-m-tag .we .top p:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    color: #FFA400;
    margin-bottom: 11px;
}
#new-m-tag .we .top p:nth-child(1) span{
    color: #262626;
}
#new-m-tag .we .top p:nth-child(2){
    font-size: 13px;
    color: #3A2912;
    display: flex;
    align-items: center;
}
#new-m-tag .we .top p:nth-child(2) span{
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #ffb202;
    margin-right: 6px;
    display: inline-block;
}
#new-m-tag .we ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#new-m-tag .we ul li{
    padding: 0 0px 0 7px;
    display: flex;
    align-items: center;
    padding-right: 7px;
    width: 48%;
    height: 71px;
    border-radius: 9.1px;
    background: #ffffff;
    box-shadow: 0 -0.5px 8px 0 #8787872e;
    margin-bottom: 9.5px;
}
#new-m-tag .we ul li a{
    display: flex;
    align-items: center;
}
#new-m-tag .we ul li img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
#new-m-tag .we ul li div{
    width: 80%;
}
#new-m-tag .we ul li div p:nth-child(1){
    font-size: 14px;
    color: #262626;
    margin-bottom: 7px;
    font-weight: bold;
}
#new-m-tag .we ul li div p:nth-child(2){
    font-size: 12px;
    color: #4B4B4B;
    white-space: nowrap;
}
#new-m-tag .more-business ul {
	margin-top: 20px;
}
#new-m-tag .more-business li {
	margin-bottom: 10px;
	border-radius: 6px;
	width: 32%;
	box-shadow: 0 2px 3px 0 rgba(215,215,215,.5);
}
#new-m-tag .more-business li a {
	display: block;
	overflow: hidden;
	padding: 10px 7px;
	text-overflow: ellipsis;
	text-align: center;
	white-space: nowrap;
}
#new-m-tag .more-business li:nth-child(3n+1) {
	background: #fff4e2;
}
#new-m-tag .more-business li:nth-child(3n+2) {
	background: #edecff;
}
#new-m-tag .more-business li:nth-child(3n+3) {
	background: #ffefee;
}
#new-m-tag .more-business li:nth-child(3n+1) a {
	color: #6a4a12;
}
#new-m-tag .more-business li:nth-child(3n+2) a {
	color: #2d2b54;
}
#new-m-tag .more-business li:nth-child(3n+3) a {
	color: #69232e;
}
#new-m-tag .more-business .more-bus {
	display: block;
	margin-top: 20px;
	border-radius: 15px;
	width: 125px;
	background: linear-gradient(180deg, #ffc868 0%, #f4aa29 100%);
	line-height: 30px;
	margin-bottom: 10px;
}
#new-m-tag .relevant-new li {
	margin-bottom: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
#new-m-tag .relevant-new li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#new-m-tag .relevant-new li p {
	line-height: 17px;
}
#new-m-tag .relevant-new li .img-wrap {
	width: 32%;
}
#new-m-tag .relevant-new li .text-cons {
	width: 64%;
}
#new-m-tag .relevant-new li img {
	width: 100%;
	height: 81px;
	object-fit: cover;
}
#new-m-tag .relevant-new li .tt {
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	white-space: nowrap;
    font-size: 14px;
}
#new-m-tag .relevant-new li .cons {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #818181;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#new-m-tag .relevant-new li .text-cons span {
	margin-right: 10px;
	padding: 1px 4px;
	border-radius: 20px;
	background: #fff6e5;
	font-size: 12px;
	color: #ff5600;
}
#new-m-tag .now-news li {
	border-bottom: none;
}
#new-m-tag .now-news li .text-cons span {
    background: #fff6e5;
	color: #ff5600;
}
#new-m-tag .now-news .more-wrap {
    padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
#new-m-tag .now-news .more {
	font-size: 12px;
	color: #a4a4a4;
}
#new-m-tag .m-scrolla-wrap{
    width: 100%;
    overflow: auto;
}
#new-m-tag .m-scrolla{
    width: 1550px;
    overflow: auto;
}
#new-m-tag .m-scrolla .relevant-new{
    width: 24%;
}
#new-m-tag .teacher{
    padding: 7px 12px 10px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
}
#m-teacher{
    padding-top: 5px;
    padding-bottom: 20px;
}
#m-teacher::before{
    width: 127px;
    height: 146px;
    bottom: 12px;
    right: 10px;
    background-image: url(../images/tags/teacher-bg.png);
}
#m-teacher .wrap{
    position: relative;
}
#m-teacher .wrap div{
    display: flex;
    justify-content: space-around;
    align-items: end;
    position: absolute;
    bottom: 0;
    right: 0px;
    background-size: 100% 100%;
    background-position: center;
    width: 142px;
    height: 100%;
    background-position: center;
    background-size: 100% 100% ;
    /* background-image: url(../images/tags/teacher-bg.png); */
}
#m-teacher .wrap p:nth-child(1){
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 14.5px;
    z-index: 0;
}
#m-teacher .wrap p:nth-child(1)::after{
    width: 100%;
    height: 9px;
    bottom: -4px;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, #ffc489 0%, #fff8f100 100%);
}
#m-teacher .wrap p:nth-child(1)::before{
    width: 17px;
    height: 17px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -30px;
    background-image: url(../images/tags/after4-1.png);
}
#m-teacher .wrap p:nth-child(2){
    margin-bottom: 10;
}
#m-teacher .wrap p:nth-child(2) span{
    font-size: 11px;
    border-radius: 4px;
    background: #f8f8f8;
    padding: 4px 7.5px;
    margin-right: 9px;
}
#m-teacher .wrap p:nth-child(2) span:last-child{
    margin-right: 0;
}
#m-teacher .wrap p:nth-child(3){
    width: 60%;
    font-size: 11px;
    color: #262626;
    margin-top: 10px;
    line-height: 18.95px;
}
#m-teacher .wrap div img{
    height: 100%;
}
#new-m-tag .case .box-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#new-m-tag .case .box-wrap>li{
    width: 48%;
    border-radius: 4px;
    border:1px solid #DADADA;
    border-top: none;
    margin-bottom: 14px;
}
#new-m-tag .case .box-wrap>li img{
    height: 95px;
    width: 100%;
    /* object-fit: contain; */
    margin-bottom: 12px;
}
#new-m-tag .case .box-wrap>li div{
    padding: 0 10px 10px 10px;
}
#new-m-tag .case .box-wrap>li div p:nth-child(1){
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 14px;
    color: #262626;
    margin-bottom: 6.5px;
}
#new-m-tag .case .box-wrap>li div ul li{
    position: relative;
    padding-left: 19px;
    margin-bottom: 6.5px;
    font-size: 13px;
    color: #262626;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
#new-m-tag .case .box-wrap>li div ul li::before{
    width: 12px;
    height: 12px;
    left: 0;
    margin: auto;
    top: 2px;
    bottom: 0;
}
#new-m-tag .case .box-wrap>li div ul li:nth-child(1):before{
    background-image: url(../images/tags/icon1-1.png);
}
#new-m-tag .case .box-wrap>li div ul li:nth-child(2):before{
    background-image: url(../images/tags/icon1-2.png);
}
#new-m-tag .case .box-wrap>li div ul li:nth-child(3):before{
    background-image: url(../images/tags/icon1-3.png);
}
#new-m-tag .case .box-wrap>li div a{
    text-align: center;
    font-size: 13px;
    color: #FF9406;
    display: block;
    width: 100%;
    line-height: 32px;
    height: 32px;
    border-radius: 4px;
    border: 0.5px solid #ff9406;
    margin-top: 10.5px;
}
#new-m-tag .case{
    padding: 7px 12px 1px;
}
#new-m-tag .speciality{
    padding: 7px 12px 10px;
}
#new-m-tag .case,
#new-m-tag .speciality{
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
}
#new-m-tag .speciality ul li{
    width: 25%;
    margin-right: 4px;
}
#new-m-tag .speciality ul li:last-child{
    margin-right: 0;
}
#new-m-tag .speciality a img{
    width: 38px;
    height: 38px;
}
#new-m-tag .speciality a p{
    font-size: 12px;
    color: #262626;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
#m-find{
    padding-bottom: 20px;
}
#m-find .swiper-pagination-bullets,
#m-teacher .swiper-pagination-bullets{
    bottom: 1px;
}
#m-find .swiper-pagination-bullet-active,
#m-teacher .swiper-pagination-bullet-active{
    width: 12px !important;
    height: 4.64px;
    border-radius: 4px;
    background: #ffb202;
}
#m-find .swiper-pagination-bullet,
#m-teacher .swiper-pagination-bullet{
    opacity: 1;
    width: 4.5px;
    height: 4.64px;
    border-radius: 4px;
    background: #ffd409;
}
#new-m-tag .recommended-reading{
    padding: 7px 12px 10px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
}
#new-m-tag .recommended-reading .tag-name{
    font-size: 14px;
    color: #262626;
    font-weight: bold;
}
#tag-d-lunbio{
    margin-bottom: 8px;
}
#new-m-tag .vidoe{
    padding: 7px 12px 16px;
    background-color: #fff;
    border-radius: 8px;
}
#new-m-tag .vidoe ul{
    display: flex;
    justify-content: space-between;
}
#new-m-tag .vidoe ul li{
    padding-bottom: 12px;
    width: 48%;
    background-color: #fff;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 6px 6.5px 0 #9595952e;
}
#new-m-tag .vidoe ul li time{
    font-size: 12px;
    color: #8D8D8D;
    padding: 0 9.5px 12px 9.5px;
}
#new-m-tag .vidoe ul li a img{
    height: 92.5px;
    width: 100%;
    border-radius: 4px 4px 0 0;
    object-fit: contain;
    margin-bottom: 8px;
}
#new-m-tag .vidoe ul li a p{
    padding: 0 9.5px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size: 14px;
    color: #262626;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 6.5px;
}