.cate {
	margin: 32px 0 18px;
	line-height: 30px;
}

.cate a.cur {
	background: #ff6800;
	color: #fff;
}

.cate a {
	display: inline-block;
	margin: 0 12px 14px 0;
	padding: 0 15px;
	background: #ededed;
	border-radius: 15px;
}

.case_list {
	background: #f5f5f5;
}

.case_list ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.case_list li {
	position: relative;
	width: 224px;
	margin-top: 20px;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.case_list li a {
	display: block;
	width: 100%;
}

.case_list li .case_img {
	width: 175px;
	height: 175px;
	margin: 10px auto 20px;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	overflow: hidden;
}

.case_list li .case_img img {
	display: block;
	width: 100%;
	height: 100%;
}

.case_list li .case_txt {
	text-align: center;
}

.case_list li .title {
	padding: 12px 20px;
	background-size: 100% 100%;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case_list li .type {
	margin: 5px 0;
	font-size: 12px;
	color: #ff6800;
}

.case_list li .line {
	width: 66px;
	height: 1px;
	margin: 10px auto;
	background: #e6e6e6;
}

.case_list li .con {
	max-height: 40px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.case_list li .case_mask {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity .2s;
}

.case_list li .case_mask .case_qrcode {
	width: 148px;
	height: 148px;
	margin: 80px auto 17px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.case_list li .case_mask img {
	display: block;
	width: 100%;
	height: 100%;
}

.case_list li .case_mask .tip {
	width: 126px;
	padding: 7px 0 8px;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	background: #ff6800;
	color: #fff;
}

.case_list li:hover .case_mask {
	opacity: 1;
}

.pagination {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	text-align: center;
	padding: 0 0 82px;
	
    position: inherit;
    width: 100%;
}
.pagination a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 4px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background-color: #fff;
	color: #999;
	cursor: pointer;
}

.pagination a:first-child {
	background: #fff url(../images/previous.png) center no-repeat;
}

.pagination a.page_disabled {
	cursor: not-allowed;
}

.pagination a.cur {
	background-color: #ff6800;
	color: #fff;
}

.pagination a:last-child {
	background: #fff url(../images/next.png) center no-repeat;
}

.nei_banner {
	text-align: center;
}


/*more*/

.strength {
	padding: 30px 10%;
	overflow: hidden;
	background: #fff;
}

.strength li {
	width: 25%;
	float: left;
	position: relative;
	color: #999;
	text-align: center;
}

.strength li:after {
	content: "";
	display: block;
	position: absolute;
	top: 20%;
	bottom: 20%;
	right: 0;
	border-right: 1px solid #e5e5e5;
}

.strength li.last:after {
	border-right: none;
}

.strength .itemsConut {
	font-size: 48px;
	color: #fdd000;
	line-height: 100%;
	font-weight: 100;
	text-shadow: 0 0 10px rgba(253, 208, 0, .3);
}

.strength span.name {
	font-size: 16px;
	color: #999;
	vertical-align: top;
	line-height: 140%;
	margin-left: 5px;
}

.strength p.desc {
	font-size: 16px;
	margin-top: 5px;
	animation: name 0.6s 1.2s ease forwards;
	opacity: 0;
	transform: translateX(20px);
}

@keyframes name {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

.strength span {
	display: inline-block;
	animation: strength 1s 0.5s ease forwards;
	opacity: 0;
	transform: translateY(200%);
}

.strength span:nth-child(1) {
	animation-delay: 0.5s;
}

.strength span:nth-child(2) {
	animation-delay: 0.6s;
}

.strength span:nth-child(3) {
	animation-delay: 0.7s;
}

.strength span:nth-child(4) {
	animation-delay: 0.8s;
}

.strength span:nth-child(5) {
	animation-delay: 0.9s;
}

.strength span:nth-child(6) {
	animation-delay: 1s;
}

.strength span:nth-child(7) {
	animation-delay: 1.1s;
}

@keyframes strength {
	0% {
		opacity: 0;
		transform: translateY(200%);
	}
	33% {
		opacity: 1;
		transform: translateY(-10%);
	}
	66% {
		opacity: 1;
		transform: translateY(5%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
*{
	box-sizing: border-box;
}
.header .Module.active .List a{
	height: 65px;
}
#news {
    background: #f9f9f9;
    padding: 25px 0 20px;
}
#news .news_main {
	width: 935px;
    padding-right: 50px;
    border-right: 1px solid #e9e9e9;
}#news .news_main .category {
    margin: 20px 0 10px;
}#news .news_main .category a.cur {
    background: #ff6800;
    color: #fff;
}#news .news_main .category a {
    float: left;
    height: 34px;
    margin-right: 15px;
    padding: 0 12px;
    border-radius: 3px;
    line-height: 34px;
    background: #eaeaea;
    color: #444;
}#news .news_list {
    padding-bottom: 50px;
}#news .news_list li {
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}#news .news_list .news_img {
    width: 214px;
    height: 122px;
}#news .news_list .news_img img {
    display: block;
    width: 100%;
    height: 100%;
}#news .news_list .news_txt {
    width: 600px;
}#news .news_list .news_title {
    font-size: 24px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}#news .news_list .news_con {
    height: 44px;
    overflow: hidden;
    line-height: 22px;
    color: #999;
}#news .news_list .sub {
    margin-top: 19px;
    color: #a5b8dd;
}
#news .news_side {
    width: 280px;
}#news .news_side .headline {
    line-height: 16px;
    margin-bottom: 10px;
}#news .news_side .headline h4 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    border-left: 3px solid #ff6800;
}#news .news_nav .category {
    padding-bottom: 20px;
}#news .news_nav .category a {
    float: left;
    height: 34px;
    line-height: 34px;
    margin: 10px 10px 0 0;
    padding: 0 11px;
    background: #eaeaea;
    border-radius: 3px;
    font-size: 14px;
    color: #444;
}#news .news_nav .category a:hover {
    background: #ff6800;
    color: #fff;
}#news .news_side .media {
    padding-bottom: 15px;
}#news .news_side .headline {
    line-height: 16px;
    margin-bottom: 10px;
}#news .news_side .headline h4 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    border-left: 3px solid #ff6800;
}#news .news_side img {
    display: block;
    width: 100%;
}#news .news_side ul {
    padding-top: 4px;
}#news .news_side li {
    margin: 12px 0;
    line-height: 18px;
    font-size: 14px;
    color: #616161;
}#news .news_side .media li a {
    font-size: 12px;
    color: #616161;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}#news .news_side .media li a span {
    padding: 0 5px;
    margin-right: 6px;
    font-size: 14px;
    font-style: italic;
    background: #f5f5f5;
    border-radius: 2px;
}#news .news_side .video {
    padding-bottom: 30px;
}#news .news_side .headline {
    line-height: 16px;
    margin-bottom: 10px;
}#news .news_side .headline h4 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    border-left: 3px solid #ff6800;
}#news .news_side .headline .more {
    float: right;
    font-size: 12px;
    color: #888;
}
#news .news_side .video a {
    display: block;
    padding-top: 6px;
    background: #f4f4f4;
    
    border: 0;
    padding: 0;
    border-radius: 0;
    background: none;
}#news .news_side .video a .video_bg {
    position: relative;
}#news .news_side .video a img {
    width: 268px;
    height: 170px;
    margin: 0 auto;
}#news .news_side .video a .play_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/video_play.png);
}
#news .news_side .video a .title {
    padding: 12px 10px 12px 15px;
    line-height: 18px;
    color: #616161;
    background: url(../images/dot_small.png) 6px center no-repeat;
}
#news .news_side .hot_news li a {
    font-size: 12px;
    color: #616161;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#news .news_side .hot_news li:nth-child(1) a span {
    background: #ff6800;
    color: #fff;
}
#news .news_side .hot_news li a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 50%;
    background: #f5f5f5;
    text-align: center;
}
#news .news_list li:after {
    display: block;
    height: 0;
    content: "";
    clear: both;
}
#news .news_side .hot_news li:nth-child(2) a span {
    background: #ff7f4f;
    color: #fff;
}
#news .news_side .hot_news li:nth-child(3) a span {
    background: #ffbe57;
    color: #fff;
}
#college_list .list_con {
    background: #f7f7f7;
}
#college_list .list_con ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
#college_list .list_con li {
    width: 280px;
    height: 180px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: .3s;
    overflow: hidden;
}
#college_list .list_con li:hover{
	margin-top: -10px;
	box-shadow: rgb(222,222,222) 0 10px 20px;
}
#college_list .list_con li .course_box {
    position: relative;
    height: 100%;
    display: block;
}
#college_list .list_con li .img {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
#college_list .list_con li .img img {
    width: 100%;
    height: 100%;
}
#college_list .list_con li .type {
    position: absolute;
    top: 73px;
    left: 107px;
    color: #fff;
}
#college_list .list_con li .con {
    padding: 10px 14px 0;
}
#college_list .list_con li .title {
    padding-bottom: 10px;
}
#college_list .list_con li .count {
    padding-left: 20px;
    font-size: 12px;
    line-height: 14px;
    background: url(../images/icon4.png) no-repeat;
    color: #666;
}
#college_list .list_con li .btn {
    position: absolute;
    bottom: 11px;
    right: 13px;
    width: 75px;
    padding-left: 20px;
    line-height: 16px;
    font-size: 12px;
    color: #ff6800;
    background: url(../images/start.png) no-repeat;
}
#college_list .list_con li .time {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 10px;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.4);
}
#news .breadcrumbs {
    font-size: 14px;
    color: #666;
}
#news .breadcrumbs span.now {
    padding-left: 8px;
    border-left: 3px solid #ff6800;
}

#news .news_content .news_header {
    padding: 37px 0 15px;
    border-bottom: 1px solid #e9e9e9;
}
#news .news_content .news_title {
    margin-bottom: 28px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
#news .news_content .sub_title {
    text-align: center;
    line-height: 20px;
}
#news .news_content .sub {
    margin-top: 19px;
    color: #809fda;
}
#news .news_content .share_box {
    margin-left: 20px;
}
#news .news_content .share_box a {
    float: none;
    padding: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px -4px 0;
    background: url(../images/sina.png) center no-repeat;
}
#news .news_content .share_box a.share2 {
    background-image: url(../images/wechat.png);
}

#news .news_content .news_con {
    padding: 17px 0 80px;
}
#news .news_content .prev_next {
    padding: 25px 0 35px;
    border-top: 1px solid #e9e9e9;
    font-size: 16px;
}
#news .news_content .prev_next div.prev_txt {
    float: left;
}
#news .news_content .prev_next div span {
    color: #666;
}
#news .news_content .prev_next div a {
    color: #039be5;
}

#news .news_content .news_related {
    padding: 20px 0;
    border-top: 1px solid #e9e9e9;
}
#news .news_content .news_related .title {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 3px solid #ff6800;
}
#news .news_content .news_related ul {
    padding: 28px 15px 10px;
}
#news .news_content .news_related li {
    float: left;
    width: 50%;
    margin-bottom: 18px;
    box-sizing: border-box;
    color: #616161;
}
#news .news_content .news_related li a {
    width: 290px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#news .news_content .news_related li .date {
    float: right;
    width: 90px;
    color: #999;
    font-size: 12px;
}
#news .news_content .news_related li:after {
    display: block;
    height: 0;
    content: "";
    clear: both;
}
#news .news_content .prev_next div.next_txt {
    float: right;
}
#news .news_content .prev_next div {
    width: 400px;
    color: #039be5;
}
#news .news_content .share_box a.share3 {
    background-image: url(../images/qq.png);
}
.bdshare-button-style0-16 {
    zoom: 1;
}
#news .breadcrumbs span {
    float: left;
}
#college_detail {
    background: #efefef;
}
#college_detail .menu {
    padding: 25px 0 35px;
}
#college_detail .intro {
    padding-bottom: 45px;
}
#college_detail .intro_img {
    position: relative;
    width: 340px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
#college_detail .intro_con {
    width: 860px;
    box-sizing: border-box;
    padding: 0 15px 0 20px;
}
#college_detail .intro_con .title {
    font-size: 24px;
}
#college_detail .intro_con p {
    line-height: 24px;
    color: #666;
    margin: 10px 0;
}
#college_detail .intro_con .info span {
    display: inline-block;
    width: 230px;
    color: #666;
    line-height: 24px;
}
em {
    font-style: normal;
}
#college_detail .intro_con .learn {
    display: block;
    width: 120px;
    height: 40px;
    margin-top: 20px;
    padding-left: 25px;
    box-sizing: border-box;
    border-radius: 2px;
    line-height: 40px;
    text-align: center;
    background: #ff6800 url(../images/play1.png) 18px 12px no-repeat;
    color: #fff;
}
#college_detail .de_center {
    padding: 26px 0 28px;
    background: #f7f7f7;
}
#college_detail .de_content {
    position: relative;
    width: 890px;
    margin-top: 37px;
    padding: 3px 24px 24px 24px;
    border-top: 1px solid #ff6800;
    box-sizing: border-box;
    background: #fff;
}
#college_detail .de_content h4 {
    position: absolute;
    top: -40px;
    left: 20px;
    height: 40px;
    padding: 0 30px;
    border: 1px solid #ff6800;
    border-bottom-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #fff;
    font-size: 14px;
    line-height: 40px;
    color: #ff6800;
}
#college_detail .de_content .de_con {
    text-align: center;
}
#college_detail .related {
    width: 280px;
}
#college_detail .related h4 {
    margin: 11px 0;
    padding-left: 12px;
    background: url(../images/icon.png) no-repeat;
    color: #ff6800;
}
#college_detail .related li:last-child {
    margin-bottom: 0;
}
#college_detail .related li .course_box {
    position: relative;
    display: block;
    width: 280px;
    height: 180px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
#college_detail .related li .img {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
#college_detail .related li .img img {
    width: 100%;
    height: 100%;
}
#college_detail .related li .type {
    position: absolute;
    top: 73px;
    left: 107px;
    color: #fff;
}
#college_detail .related li .con {
    padding: 10px 14px 0;
}
#college_detail .related li .title {
    padding-bottom: 10px;
}
#college_detail .related li .count {
    padding-left: 20px;
    font-size: 12px;
    line-height: 14px;
    background: url(../images/icon4.png) no-repeat;
    color: #666;
}
#college_detail .related li .btn {
    position: absolute;
    bottom: 11px;
    right: 13px;
    width: 50px;
    padding-left: 20px;
    line-height: 16px;
    font-size: 12px;
    color: #ff6800;
    background: url(../images/start.png) no-repeat;
}
#college_detail .related li .time {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 10px;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.4);
}
#college_detail .menu{
	font-size: 15px;
}
#college_detail .intro_img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#college_detail .menu a{
	display: inline-block;
	padding: 0;
	line-height: 1.46;
}
.w_1200 {
    width: 1200px;
    margin: 0 auto;
}
#help .banner {
    height: 300px;
    background: url(../images/bg.png) center;
}
#help .banner ul {
    padding: 10px 0 22px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.2);
}
#help .banner li {
    position: relative;
    float: left;
    width: 239px;
    height: 150px;
    color: #fff;
}
#help .banner li .menus {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 110px;
    overflow: hidden;
    padding: 17px 0 5px 17px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
}
#help .banner li .title {
    margin-bottom: 13px;
    font-weight: bold;
}
#help .banner li a {
    float: left;
    margin-right: 20px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
}
#help .banner li:hover .menus {
    height: auto;
    border-color: #ff6800;
    background: #fff;
    box-sizing: border-box;
}
#help .banner li:hover a:hover {
    color: #ff6800;
}
#help .banner .bann_footer {
    height: 45px;
    margin-top: 27px;
}
#help .banner .help_txt {
    width: 275px;
    line-height: 45px;
    padding-left: 80px;
    box-sizing: border-box;
    background: url(../images/icon.png) 40px 9px no-repeat;
    font-size: 28px;
    color: #fff;
}
#help .banner input {
    width: 575px;
    height: 41px;
    padding: 10px;
    line-height: 41px;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
}
#help .banner .search {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 100px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    color: #fff;
    cursor: pointer;
}
#help .banner .human_service {
    width: 100px;
    height: 45px;
    margin-left: 20px;
    box-sizing: border-box;
    line-height: 43px;
    border: 1px solid #ff6800;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#help .banner .human_service:hover {
    background: #ff6800;
}
#help .banner li.line {
    width: 1px;
    height: 150px;
    margin-top: 17px;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.2);
}
#help .banner li.line:last-of-type{
	display: none;
}
#help .banner li:hover .title {
    color: #333;
}
#help .banner li:hover a {
    color: #333;
}
#help .banner form {
    position: relative;
    width: 680px;
    height: 45px;
    padding: 2px 0 2px 2px;
    box-sizing: border-box;
    background: #ff6800;
}
#help .help_main .help_nav {
    width: 257px;
    height: 100%;
    background: #ecf0f4;
}
#help .help_main .help_nav a {
    position: relative;
    display: block;
    width: 100%;
    height: 47px;
    padding: 0 28px;
    line-height: 46px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    background: #ecf0f4;
}
#help .help_main .help_nav a .nav_more {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 10px;
    height: 5px;
    background: url(../images/down.png) center no-repeat;
}
#help .help_main .help_nav .nav_item ul {
    display: none;
}
#help .help_main .help_nav .nav_item ul li.cur a {
    background: #fff;
    color: #ff6800;
    border-left: 2px solid #ff6800;
}
#help .help_main .help_nav .nav_item.nav_show .nav_more {
    background: url(../images/up.png) center no-repeat;
}
#help .help_main .help_nav .nav_item.nav_show ul {
    display: block;
}
#help .help_main .help_nav .nav_item ul a {
    padding-left: 38px;
    font-size: 13px;
    background: #f6fafe;
    border-left: 2px solid transparent;
}
.help_main {
	margin: 20px 0;
}
#help .help_main .content {
    width: 902px;
    margin: 0 5px;
}
#help .help_main .content .breadcrumbs {
    height: 48px;
    padding-top: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e9e9;
}
#help .help_main .content .title1 {
    padding: 28px 0 15px;
    font-size: 34px;
}
#help .help_main .content .sub {
    margin-bottom: 30px;
}
#help .help_main .content .time {
    line-height: 22px;
    color: #999;
}
#help .help_main .content .share_box .share1 {
    background: url(../images/sina.png) center;
}

#help .help_main .content .share_box .share2 {
    background: url(../images/wechat.png) center;
}
#help .help_main .content .share_box .share3 {
    background: url(../images/qq.png) center;
}
#help .help_main .content .share_box a {
    float: none;
    padding: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    line-height: 1;
}
.college_video {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    min-width: 1200px;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
}.college_video .video_box {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
}.college_video .video_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}.college_video .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png);
}
.college_video .video_main {
    position: relative;
}
.college_video .video {
    background: #fff;
}
.college_video .play_btn {
    position: absolute;
    top: 200px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: url(../images/play.png);
    border-radius: 50%;
    cursor: pointer;
}
.page{
	width:100%;
	background:#f5f5f5;
	text-align:center;
	padding-bottom:20px;
}
.page ul li{
	display:inline-block;
	padding:5px;
}

        html,page,body,div {
            scrollbar-width: none !important; /* Firefox */
            -ms-overflow-style: none !important; /* IE 10+ */
        }
        html::-webkit-scrollbar,page::-webkit-scrollbar,body::-webkit-scrollbar,div::-webkit-scrollbar {
            display: none !important; /* Chrome Safari */
        }
        body::-webkit-scrollbar{display: none !important;}