/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.slider-area, .background-area, .overlay-light-fullwidth, .overlay-light-2-fullwidth, .overlay-dark-fullwidth, .overlay-dark-2-fullwidth {
    position: relative;
    overflow: hidden
}
.slider-area::after, .overlay-light-fullwidth::after, .overlay-light-2-fullwidth::after, .overlay-dark-fullwidth::after, .overlay-dark-2-fullwidth::after {
    content: "";
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(21.5deg) scale(1.5);
    transform-origin: 0 bottom 0;
    width: 64%;
    z-index: 2;
    background: rgba(134, 188, 66, 0.6) none repeat scroll 0 0;
}
.nivo-directionNav {
    margin-top: -87px;
    position: absolute;
    top: 50%;
    left: 1%
}
.preview-2 .nivo-controlNav {
    bottom: 26px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: inherit;
    z-index: 99;
    display: none
}
.preview-2 .nivo-controlNav a {
    background-color: #ffffff;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 12px;
    line-height: 10px;
    margin: 0 17px;
    position: relative;
    text-indent: -9999px;
    width: 12px;
}
.preview-2 .nivo-controlNav a::before {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 30px;
    content: "";
    height: 25px;
    left: -17px;
    margin: auto;
    position: absolute;
    right: -17px;
    top: -7px;
    width: 46px;
}
.preview-2:hover .nivo-controlNav a{opacity: 1; z-index: 999999;}
.nivo-controlNav a.active:before, .nivo-controlNav a:hover:before {border-color: #fff}
.slider-two .preview-2 .nivo-controlNav, .slider-three .preview-2 .nivo-controlNav {display: inline-block}
.slider-area.no-overlay:after {background: rgba(0, 0, 0, 0) none repeat scroll 0 0}
.overlay-light-fullwidth::after, .overlay-light-2-fullwidth::after, .overlay-dark-fullwidth::after, .overlay-dark-2-fullwidth::after {
    transform: none
}
.overlay-light-fullwidth:after {
    width: 100%
}
.overlay-light-2-fullwidth:after {
    width: 100%;
    background: rgba(134, 188, 66, 0.4) none repeat scroll 0 0;
}
.overlay-dark-fullwidth:after {
    background: rgba(45, 62, 80, 0.4) none repeat scroll 0 0;
    width: 100%
}
.overlay-dark-2-fullwidth:after {
    background: rgba(45, 62, 80, 0.6) none repeat scroll 0 0;
    width: 100%
}
.nivo-caption {z-index: 9;}
.banner-content, .banner-content .container, .banner-content .row, .banner-content .col-md-12, .banner-content .text-content-wrapper, .banner-content .text-content {
    height: 100%;
    margin: auto;
}
.banner-content .text-content-wrapper {
    display: table;
    float: right;
    margin-right: -23px;
}
.banner-content .text-content-wrapper.full-width {float: none; margin: auto; z-index: 9; position: relative}
.slider-area .text-content, .background-area .text-content, .table-cell {display: table-cell; vertical-align: middle;}
.banner-content h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 64px;
    padding-bottom: 41px;
    position: relative;
}
.slider-area .banner-content h1 {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInUp;
        animation: 1500ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner-content h1:after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 66%;
}
.banner-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}
.button-default {
    background: #2d3e50 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: "montserratregular";
    font-size: 14px;
    margin: 0;
    padding: 15px 35px;
    text-transform: uppercase;
}
.button-default:hover {color: #fff}
.banner-readmore {
    clear: both;
    display: inline-block;
    line-height: 48px;
}
.button-green:hover {background: #2D3E50;}
.nivo-directionNav {-webkit-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s}
.preview-2 .nivo-controlNav, .slider-three .preview-2 .nivo-directionNav {display: none; }
.banner-content.static-text {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9;
}
.background-area .button-default {display: inline}
.no-animation.background-area:after, .no-animation.overlay-light-fullwidth:after, .no-animation.overlay-light-2-fullwidth:after, .no-animation.overlay-dark-2-fullwidth:after {
    animation: none
}
.banner-content h1.text-center::after {right: 0; margin: auto}
.banner-content h1.border-none::after, .background-area.overlay-none::after {display: none}
.text-content-wrapper.full-width {margin: auto; float: none}
.preview-2 {position: relative;}
.preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav, .preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
    font-size: 0;
}
.preview-2 .nivo-directionNav a.nivo-prevNav::before, .preview-2 .nivo-directionNav a.nivo-nextNav::before {
    background: #5A6271;
    border-radius: 50%;
    color: #ffffff;
    content: "";
    cursor: pointer;
    font-family: "Material-Design-Iconic-Font";
    font-size: 50px;
    height: 78px;
    left: 0;
    line-height: 80px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 300ms ease-in 0s;
    width: 80px;
    z-index: 9;
}
.preview-2 .nivo-directionNav a.nivo-prevNav:hover::before, .preview-2 .nivo-directionNav a.nivo-nextNav:hover::before {
    color: #ffffff;
}
.preview-2 .nivo-directionNav a.nivo-nextNav::before {
    content: "";
    left: auto;
    top: 94px;
}
.nivo-directionNav {
    margin-top: -87px;
    position: absolute;
    top: 50%;
    left: 1%
}
.preview-2 .nivo-controlNav {
    bottom: 26px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: inherit;
    z-index: 99;
    display: none
}
.preview-2 .nivo-controlNav a {
    background-color: #ffffff;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 12px;
    line-height: 10px;
    margin: 0 17px;
    position: relative;
    text-indent: -9999px;
    width: 12px;
}
.preview-2 .nivo-controlNav a::before {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 30px;
    content: "";
    height: 25px;
    left: -17px;
    margin: auto;
    position: absolute;
    right: -17px;
    top: -7px;
    width: 46px;
}
.preview-2:hover .nivo-controlNav a{opacity: 1; z-index: 999999;}
.nivo-controlNav a.active:before, .nivo-controlNav a:hover:before {border-color: #fff}
.slider-two .preview-2 .nivo-controlNav, .slider-three .preview-2 .nivo-controlNav {display: inline-block}
.slider-area.no-overlay:after {background: rgba(0, 0, 0, 0) none repeat scroll 0 0}

.why-study-area {
	width: 100%;
	padding: 60px 0;
	background: #f9f9f9;
	position: relative
}
.why-study-area .page-title{
	width:100%;
	text-align:center;
}
.why-study-area .page-title em{
	font-size:20px;
	line-height:40px;
}
.why-study-area .page-title h3{
	font-size:35px;
	line-height:60px;
}

.why-study-area .study-advan-content {
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	height: auto;
}

.why-study-area .advan-list {
	margin: -25px -55px
}

.why-study-area .advan-list li {
	float: left;
	width: 33.3333%;
	padding: 25px 55px
}

.why-study-area .advan-list li div {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.why-study-area .advan-list img {
	width:130px;
	height:130px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.why-study-area .advan-list img:hover {
	-webkit-box-shadow: -2px -2px 10px 1px rgba(0,0,0,0.05),2px 2px 10px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: -2px -2px 10px 1px rgba(0,0,0,0.05),2px 2px 10px 1px rgba(0,0,0,0.05);
	box-shadow: -2px -2px 10px 1px rgba(0,0,0,0.05),2px 2px 10px 1px rgba(0,0,0,0.05);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.why-study-area .advan-list .advan-brief-box {
	display: block;
	height: 6.14285714em;
	margin-top: 20px
}

.why-study-area .advan-list .advan-brief-box h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	position: relative
}

.why-study-area .advan-list .advan-brief-box h5:after {
	content: "";
	display: block;
	width: 30px;
	border-top: 4px solid #ffc501;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -15px
}

.why-study-area .advan-list .advan-brief-box p {
	font-size: 14px;
	line-height:30px;
	margin-top: 30px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

@media screen and (max-width:1200px) {
	.why-study-area {
		width: 100%;
		padding: 60px 20px
	}

	.why-study-area .study-advan-content {
		max-width: 992px
	}

	.why-study-area .advan-list {
		margin: -25px -35px
	}

	.why-study-area .advan-list li {
		float: left;
		width: 33.3333%;
		padding: 25px 35px
	}

	.why-study-area .advan-list li div {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear
	}

	.why-study-area .advan-list svg {
		font-size: 100px
	}
}

@media screen and (max-width:992px) {
	.why-study-area {
		width: 100%
	}

	.why-study-area .study-advan-content {
		max-width: 768px
	}

	.why-study-area .advan-list {
		margin: -25px -20px
	}

	.why-study-area .advan-list li {
		float: left;
		width: 33.3333%;
		padding: 25px 20px
	}

	.why-study-area .advan-list svg {
		font-size: 80px
	}
}

@media screen and (max-width:768px) {
	.why-study-area {
		width: 100%;
		padding: 30px 10px
	}

	.why-study-area .study-advan-content {
		max-width: 568px;
		margin-top: 20px
	}

	.why-study-area .advan-list {
		margin: -25px -35px
	}

	.why-study-area .advan-list li {
		float: left;
		width: 33.3333%;
		padding: 25px 35px
	}

	.why-study-area .advan-list li div {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear
	}

	.why-study-area .advan-list svg {
		font-size: 60px
	}

	.why-study-area .advan-list .advan-brief-box h5 {
		font-size: 14px
	}

	.why-study-area .advan-list .advan-brief-box p {
		font-size: 12px
	}
}

@media screen and (max-width:568px) {
	.why-study-area {
		width: 100%;
		padding: 30px 5px
	}

	.why-study-area .study-advan-content {
		width: 100%;
		margin-top: 20px
	}

	.why-study-area .advan-list {
		margin: -15px 0
	}

	.why-study-area .advan-list li {
		float: left;
		width: 50%;
		padding: 15px 5px
	}
}
.layui-container {width:1230px; position: relative; margin: 0 auto; padding: 0 15px; box-sizing: border-box;}
.feature{padding-top: 25px;padding-bottom: 30px; }
.feature h2,.main_h2{font-size: 30px;text-align: center;line-height: 2em;color: #FF5722;}
.feature .summary,.main_summary{text-align: center;line-height: 24px;color: #c2c2c2;}
.feature .item_con{ }
.feature ul li{    width: 30%;
    /* margin-top: 25px; */
    float: left;
    padding-top: 25px;
    border: 1px solid #33333324;
    margin: 20px 1.5%;
    padding-bottom: 30px;}
.feature ul li .icon{width: 100px;height: 100px;margin: 0 auto;
    /*border-radius: 50%;overflow: hidden;*/cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;}
.feature ul li .icon:hover{ transform: rotate(180deg); border-color: #009688;opacity: 1; }
.feature ul li .icon  img{ display : block ; width: 100px;}
.feature ul li h3{ height: 32px;line-height: 32px;text-align: center;margin: 15px 0;}
.feature ul li .desc{ font-size: 14px; line-height: 24px;height: 48px;overflow: hidden;color: #393D49;padding: 0 10%;text-align: center;}

.video-area {
    padding-bottom: 90px;
	padding-top: 98px;
    background-color: #fff0d1;
}
.video-index-title {
    font-size: 40px;
    text-align: center;
	margin-bottom: 76px;
}
.video-index-title-special {
    position: relative;
    margin-left: 5px;
    padding: 2px 7px;
    font-weight: bold;
}
.video-area-wrap {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    width: 1200px;
}

.video-area-wrap .video-arrow-left, .video-area-wrap .video-arrow-right {
    position: absolute;
    top: 0;
    z-index: 4;
    height: 100%;
    width: 140px;
}
.video-area-wrap .video-arrow-left {
    left: 0;
    background-image: linear-gradient(90deg, #FFF0D1 43%, rgba(255,240,209,0) 100%);
}
.video-area-wrap .video-arrow-right {
    right: 0;
    background-image: linear-gradient(-90deg, #FFF0D1 43%, rgba(255,240,209,0) 100%);
}
.video-area-wrap .video-arrow .icon-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    cursor: pointer;
}
.video-area-wrap .video-arrow-left .icon-arrow {
    left: 15px;
}
.video-area-wrap .video-arrow-right .icon-arrow {
    right: 15px;
}
.video-area-content {
    width: 1140px;
    height: 320px;
}
.swiper-container .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.video-area-item {
    position: relative;
    width: 255px;
    height: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}
.video-area-item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.video-area-item-play {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -31px;
    margin-top: -31px;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.video-area-item-title {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

 .kecheng_area {
    width: 100%;
    height: 900px;
    overflow: hidden;
    background: url(../images/tese.png) no-repeat center center;
    background-size: auto 100%;
    background-attachment: fixed;
    background-position: 50%;
}
.video-area-item-bg.big {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.video-area-wrap .video-arrow-left .icon-arrow:hover {
    background-image: url(https://data.dadaabc.com/skin/images/v3/icon/arrow_left_y_hover.png) !important;
}
.video-area-wrap .video-arrow-right .icon-arrow:hover {
    background-image: url(https://data.dadaabc.com/skin/images/v3/icon/arrow_right_y_hover.png) !important;
}
.video-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.video-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}
.video-modal-body {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.video-modal-body .video-js{width:100%; height:100%;}
.video-modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
    opacity: .8;
    filter: alpha(opacity=80);
}

 .kecheng_area .title_every_plate .english_title_text,  .kecheng_area .chinese_title_text {
    color: #fff !important;
	text-align:center;
	font-size:35px;
}

 .kecheng_area .feature_courses_content {
    width: 1200px;
    margin: 130px auto 0;
    display: flex;
    justify-content: space-between;
}

 .kecheng_area .feature_courses_content .programming_every_list {
    width: 289px;
    height: 432px;
    background-color: #fff;
    float: left;
}

 .kecheng_area .feature_courses_content .programming_every_list .programming_primary_top {
    width: 100%;
    height: 186px;
    background: url(../images/scratch1809.png) no-repeat center center;
    background-size: 100% auto;
}

 .kecheng_area .feature_courses_content .programming_every_list .programming_primary_top .primary_top_content {
    width: 160px;
    float: right;
    margin: 80px 10px 0 0;
}

 .kecheng_area .feature_courses_content .programming_every_list .programming_primary_top .primary_top_content .primary_top_title {
    margin: 0;
    font-size: 18px;
    font-family: "微软雅黑";
    color: #fff;
    font-weight: bold;
    text-align: center;
}

 .kecheng_area .feature_courses_content .programming_every_list .programming_primary_top .primary_top_content .primary_top_title:first-letter {
    font-weight: bold;
}

 .kecheng_area .feature_courses_content .programming_every_list .programming_primary_top .primary_top_content .primary_top_text {
    margin: 0;
    color: #1b9777;
    font-size: 16px;
    font-family: "微软雅黑";
    text-align: center;
    margin: 5px auto 9px;
}

 .kecheng_area .feature_courses_content .programming_every_list .programming_primary_bottom {
    width: 100%;
    overflow: hidden;
}

 .kecheng_area .feature_courses_content .programming_every_list .programming_primary_bottom .primary_bottom_title {
    color: #353535;
    font-size: 24px;
    font-family: "微软雅黑";
    text-align: center;
    margin: 0;
    margin-top: 20px;
}

 .kecheng_area .feature_courses_content .programming_every_list .programming_primary_bottom .primary_bottom_title2 {
    color: #353535;
    font-size: 16px;
    font-family: "微软雅黑";
    text-align: center;
    margin: 0;
    margin-top: 5px;
}

 .kecheng_area .feature_courses_content .programming_every_list .programming_primary_bottom .primary_bottom_text {
    width: 257px;
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #999999;
    margin: 16px auto 40px;
}

 .kecheng_area .feature_courses_content .programming_every_list .programming_primary_bottom .scratch_vedio_button {
    width: 148px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    display: block;
    background-color: #fff;
    text-decoration: none;
    border-radius: 21px;
    margin: 0 auto;
    font-weight: bold;
    border: 1px solid #F3BA14;
    color: #F3BA14;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .kecheng_area .feature_courses_content .programming_every_list .programming_primary_bottom .scratch_vedio_button i {
    font-size: 24px;
}

 .kecheng_area .feature_courses_content .programming_every_list .programming_primary_bottom .scratch_vedio_button:hover {
    background-color: #F3BA14;
    color: #fff;
    border: none;
}

 .kecheng_area .feature_courses_content .list_arduino .programming_primary_bottom .scratch_vedio_button:hover {
    background-color: #4EC4B1;
    border: none;
    color: #fff !important;
}

 .kecheng_area .feature_courses_content .list_arduino .programming_primary_top {
    background: url(../images/arduino1809.png) no-repeat center center;
}

 .kecheng_area .feature_courses_content .list_arduino .programming_primary_bottom .scratch_vedio_button {
    border: 1px solid #4EC4B1;
    color: #4EC4B1 !important;
}

 .kecheng_area .feature_courses_content .list_python .programming_primary_bottom .scratch_vedio_button:hover {
    background-color: #45B6E6;
    border: none;
    color: #fff !important;
}

 .kecheng_area .feature_courses_content .list_python .programming_primary_top {
    background: url(../images/python1809.png) no-repeat center center;
}

 .kecheng_area .feature_courses_content .list_python .programming_primary_bottom .scratch_vedio_button {
    border: 1px solid #45B6E6;
    color: #45B6E6 !important;
}

 .kecheng_area .feature_courses_content .list_noip .programming_primary_bottom .scratch_vedio_button:hover {
    background-color: #FF4F24;
    border: none;
    color: #fff !important;
}

 .kecheng_area .feature_courses_content .list_noip .programming_primary_top {
    background: url(../images/noip1809.png) no-repeat center center;
}

 .kecheng_area .feature_courses_content .list_noip .programming_primary_bottom .scratch_vedio_button {
    border: 1px solid #FF4F24;
    color: #FF4F24 !important;
}

.zixun_area{
    height:448px;
    background-color: #f6f6f6;
}
.min {
    width: 1200px;
    margin: 0 auto;
    padding-top: 0.1px;
    position: relative;
}
.zixun_area .fl {
    float: left;
}
.mediatitle{
    margin-top:57px;
    position:relative;
}
.mediatitle .mediacenter{
    text-align:center;
    font-size:40px;
    color:#333;
}
.mediaright{
    position:absolute;
    right:0;
    top:30px;

}
.mediaright:hover{color: #357dcf;}
.news{
    height:260px;
    margin-top:35px;
}
.news>div:nth-child(even){
    margin-left:50px;
    margin-bottom: 20px;
}
.mediact{
    margin-left:21px;
    margin-top:12px;
}
.mediaatitle{
    font-size:16px;
	line-height:25px;
    color:#333;
}
.line_1 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mediaatitle a:hover{color: #357dcf;}
.medianr{
    margin-left:12px;
}
.mediaanr{
    margin-top:12px;
    color:#666;
	line-height:18px;
}
.mediabnr{
    margin-top:9px;
    color:#666;
    font-size:12px;
}
.mediacnr{
    margin-top:9px;
    color:#666;
    font-size:12px;
}
.mediadnr{
    margin-top:9px;
    color:#666;
    font-size:12px;
}
.line_3 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .media1{
    width:574px;
    height:118px;
    background-color: #fff;
    font-size:12px;
}
.medianr{
    width:380px;
}
.news .media2{
    width:574px;
    height:118px;
    background-color: #fff;
}
.news .media3{
    width:574px;
    height:118px;
    background-color: #fff;
    margin-top:23px;
}
.news .media4{
    width:574px;
    height:118px;
    background-color: #fff;
    margin-top:23px;
}


.deanslide {
	width: 285px;
	height: 343px;
	position: relative;
}
.deanslide ul li {
	}
.deanslidepic {
	width: 285px;
	height: 200px;
}
.deanslidepic img {
	width: 285px;
	height: 200px;
}
.deanslidebox {
	padding: 8px 15px 15px 15px;
	background: #04B7F2;
}
.deanslidebox h5 {
	margin-bottom: 5px;
	width: 255px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.deanslidebox h5 a {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.deanslidebox h5 a: hover {
	text-decoration: underline;
}
.deanslidebox p {
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	height: 55px;
	overflow: hidden;
}
.deandetails a {
	display: block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	background: #fff;
	color: #04B7F2;
	text-align: center;
	border-radius: 3px;
	margin-top: 5px;
}
.deandetails a: hover {
	transform: translate(-3px,0);
	-webkit-transform: translate(-3px,0);
	-moz-transform: translate(-3px,0);
	-o-transform: translate(-3px,0);
	-ms-transform: translate(-3px,0);
}
.deanslide .hd {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	top: -45px;
	right: 0px;
	z-index: 3
}
.deanslide .hd li {
	float: left;
	width: 11px;
	height: 11px;
	border: 2px solid #d4d4d4;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	border-radius: 3px;
	margin-left: 4px;
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}
.deanslide .hd .on {
	border: 2px solid #04B7F2;
	filter: alpha(opacity=100);
	opacity: 1;
}
.deanzxr {
	width: 870px;
	float: right;
}
.deanlinks {
	float: right;
	margin-top: 4px;
}
.deanlinks a {
	font-size: 12px;
	color: #666;
}
.deanlinks a: hover {
	color: #04B7F2;
}
.deanlinks em {
	font-size: 12px;
	color: #999;
	padding: 0 5px;
}
.deanrttbd {
	}
.deanrttbdpic {
	width: 250px;
	height: 185px;
	float: left;
}
.deanrttbdpic a {
	position: relative;
	display: block;
	width: 250px;
	height: 185px;
	overflow: hidden;
}
.deanrttbdpic a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 185px;
	overflow: hidden;
}
.deanrttbdpic em {
	position: absolute;
	left: 0;
	top: 8px;
	padding: 0px 12px;
	height: 34px;
	line-height: 34px;
	background-color: #ffd119;
	color: #fff;
}
.deanrttbdpic em: before {
	position: absolute;
	right: -9px;
	bottom: 0px;
	content: '';
	border-top: 0 none;
	border-bottom: 18px solid #ffd119;
	border-left: 0px solid transparent;
	border-right: 10px solid transparent;
}
.deanrttbdpic em: after {
	position: absolute;
	right: -9px;
	top: 0px;
	content: '';
	border-top: 18px solid #ffd119;
	border-bottom: 18px none;
	border-left: 0 solid transparent;
	border-right: 10px solid transparent;
}
.deanrttbdinfos {
	float: right;
	width: 585px;
	padding: 0 15px 15px 0;
}
.deanrttbdinfos h5 {
	margin-bottom: 5px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.deanrttbdinfos h5 a {
	font-size: 16px;
	color: #04B7F2;
	font-weight: normal;
}
.deanertop: hover {
	background: #D4F3FE;
}
.deanclorful {
	margin-bottom: 5px;
}
.deanclorful span {
	display: inline-block;
	padding: 0 10px;
	margin-right: 10px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
}
.deanclorful span em {
	padding: 0 0 0 5px;
}
.deanclorful span.deancf1 {
	background: #28BAFF
}
.deanclorful span.deancf2 {
	background: #FF6884
}
.deanclorful span.deancf3 {
	background: #B663FA
}
.deanclorful span.deancf4 {
	background: #4CD66C
}
.deanrttbdinfos p {
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.deanrttbd ul {
	width: 877px;
	margin-top: 15px;
}
.deanrttbd ul li {
	float: left;
	width: 400px;
	padding-right: 20px;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #e3e3e3;
	padding-left: 15px;
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/dian.png) left center no-repeat;
}
.deanrttbd ul li a {
	display: inline-block;
	float: left;
	width: 230px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.deanrttbd ul li span {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #999;
}
.deanrttbd ul li a: hover {
	color: #04B7F2;
}
.deanpubtitles h5 {
    font-size: 30px;
	line-height:60px;
	text-align:center;
    color: #04B7F2;
    font-weight: normal;
    margin-bottom: 15px;
}
.deanpubtitles p {
    font-size: 14px;
	line-height:30px;
	text-align:center;
    color: #999;
}
.frame-1 {
    background-color: transparent !important;
    background-image: none !important;
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-width: 0px;
    height: auto;
}
.move-span {
    background-image: none !important;
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-width: 0px;
    height: auto;
}
.move-span {
    background: none;
}
.deanjiangshi {
	width: 100%;
	min-width: 1180px;
	padding: 40px 0;
	background: #F5F5F5;
}
.deanteacherbox {
	width: 1200px;
}
.deanteachers {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.deanteacherpic {
	width: 190px;
	height: 190px;
	float: left;
	position: relative;
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/teacher-bg.jpg) center no-repeat;
}
.deantpics {
	display: block;
	position: absolute;
	border-radius: 100%;
	top: 23px;
	left: 23px;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.deantpics img {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.deantpics: hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.img-triangle-right {
	position: absolute;
	top: 80px;
	width: 0;
	height: 0;
	display: block;
	background: transparent;
	border-top: 15px solid transparent;
	right: 0;
	border-right: 12px solid #F5F5F5;
	border-left: 0 solid transparent;
	border-bottom: 15px solid transparent;
}
.deanteacherinfos {
	float: left;
	position: relative;
	padding: 20px;
	width: 190px;
	height: 190px;
	margin-left: 8px;
	background-color: #fff;
}
.info-triangle-left {
	position: absolute;
	top: 82px;
	width: 0;
	height: 0;
	background: transparent;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	z-index: 3;
	left: -10px;
	border-right: 10px solid #fff;
	border-left: 0 solid transparent;
}
.deanteacherinfos h5 {
	}
.deanteacherinfos h5 a {
	color: #ccc;
	font-size: 20px;
}
.deanteacherinfos h5 a: hover {
	color: #04B7F2;
}
.deanlines {
	width: 50px;
	height: 1px;
	background-color: #ccc;
	margin-top: 5px;
}
.deantcdes {
	font-size: 20px;
	color: #666;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.deantcjj {
	font-size: 21px;
	color: #666;
	line-height: 23px;
	height: 70px;
	overflow: hidden;
}
.img-triangle-left {
	left: 0;
	border-right: 0 solid transparent;
	border-left: 12px solid #eee;
	position: absolute;
	top: 80px;
	width: 0;
	height: 0;
	display: block;
	background: transparent;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.info-triangle-right {
	position: absolute;
	top: 82px;
	width: 0;
	height: 0;
	background: transparent;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	z-index: 3;
	right: -10px;
	border-right: 0 solid transparent;
	border-left: 10px solid #fff;
}
.deanteacherinfosx {
	margin-left: 0;
}
.deanteacherpicx {
	margin-left: 8px;
}
.deanbiji {
	}
.deanbjl {
	width: 820px;
	float: left;
}
.deanbjl h2 {
	font-size: 22px;
	color: #666;
	font-weight: normal;
	height: 55px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}
.deanbjl ul li {
	height: 90px;
	border-bottom: 1px dotted #e6e6e6;
	margin-bottom: 13px;
}
.deanbjl ul li: last-child {
	border-bottom: 0;
}
.deanavators {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 100%;
	float: left;
}
.deanavators img {
	width: 60px;
	height: 60px;
}
.deanhdr {
	width: 750px;
	float: right;
}
.deanhdrtop {
	height: 20px;
	line-height: 20px;
}
.deanhdrtl {
	font-size: 14px;
	color: #999;
	float: left;
}
.deanhdrtl span {
	font-size: 14px;
	color: #666;
	padding-right: 10px;
}
.deanhdrtr {
	float: right;
	font-size: 14px;
	color: #999;
}
.deanhdr h5 {
	margin: 5px 0;
}
.deanhdr h5 a {
	font-size: 14px;
	color: #04B7F2;
	font-weight: normal;
}
.deanhdr p {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.deanhdr h5 a: hover {
	text-decoration: underline;
}
.deanbjr {
	width: 300px;
	float: right;
}
.deanbjr h2 {
	font-size: 22px;
	color: #666;
	font-weight: normal;
	height: 55px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}
.deanbjr ul li {
	height: 90px;
	border-bottom: 1px dotted #e6e6e6;
	margin-bottom: 13px;
}
.deanbjr ul li: last-child {
	border-bottom: 0;
}
.deanxytx {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 100%;
	float: left;
}
.deanxytx img {
	width: 60px;
	height: 60px;
}
.deanxyrht {
	width: 230px;
	float: right;
	margin-top: 10px;
}
.deanxyrhtt {
	}
.deanxyrhtt a {
	font-size: 14px;
	color: #999;
	float: left;
	display: inline-block;
	width: 120px;
	overflow: hidden;
}
.deanxyrhtt a: hover {
	color: #04B7F2;
}
.deanxyrhtt span {
	float: right;
	font-size: 12px;
	color: #999;
	font-family: Georgia,Times New Roman,Times,serif;
}

.deanxythreb {
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.deanxythreb span {
	font-size: 13px;
	color: #999;
	display: inline-block;
	float: left;
	width: 39px;
}
.deanxythreb a {
	font-size: 13px;
	color: #04B7F2;
	padding-left: 10px;
	display: inline-block;
	float: left;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.deanxythreb a: hover {
	text-decoration: underline;
}
.tempWrap {
	height: 400px!important;
	padding-top:13px;
}
.teacher{
    width: 100%;
    min-width: 1180px;
    padding: 40px 0;
    height: auto;
    background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/bgfff.png) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.teacherbox {
    position: relative;
}
.deanfdgbox {
    width: 1180px;
    overflow: hidden;
}
.teacherbox ul li {
    height: 350px;
    margin-right: 13px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
}
.teacherbox ul li h3 {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    transition: 0.3s;
}
.teacherbox ul li h3 strong {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
}
.teacherbox ul li h3 p {
    color: #fff;
    font-size: 14px;
    width: 220px;
    position: absolute;
    left: 15px;
    top: 16px;
    padding-right: 10px;
    line-height: 29px;
}
.teacherbox ul li h3 p em {
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    display: inline-block;
    margin-top: 10px;
}
.teacherbox ul li:hover h3 {
    height: 100%;
}
.teacherbox ul li:hover h3 p {
    padding-top: 35%;
}
.teacherbox .prev, .teacherbox .next {
    display: block;
    position: absolute;
    top: 150px;
    width: 50px;
    height: 50px;
}
.teacherbox .prev {
    left: -55px;
    background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/flash/arrowsleft.png) center center no-repeat;
}
.teacherbox .next {
    right: -55px;
    background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/flash/arrowsright.png) center center no-repeat;
}
.teacherbox ul li {
    width: 280px;
    float: left;
    margin: 0 20px 0 0;
}
.student_works {
    background: url(../images/bg_1.png) center top no-repeat;
    padding-top: 20px;
}
.tit-i {
    text-align: center;
    padding: 50px 0;
    line-height: 36px;
    overflow: hidden;
}
.tit-i h3 {
    font-size: 30px;
    color: #002;
    margin-bottom: 10px;
}
.tit-i h5 {
    font-size: 20px;
    color: #cacace;
    text-transform: uppercase;
    font-family: Arial;
}
.tit-i h5 span {
    color: #e4392a;
}
.case-i-r {
    float: right;
    padding-left: 15px;
}
.ul-case-i {
    margin: 0 -15px;
}
.ul-case-i li {
    float: left;
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
	display: list-item;
    text-align: -webkit-match-parent;
}
.ul-case-i li a {
    display: block;
    position: relative;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.ul-case-i li .pic img {
    width: 100%;
    display: block;
}
.ul-case-i li a .hover {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../images/alpha_red_80.png) repeat;
    color: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.ul-case-i li .hover b, .ul-case-i li .hover .txt, .case-img .hover b, .case-img .hover .txt {
    display: inline-block;
    vertical-align: middle;
}
.ul-case-i li .hover b, .case-img .hover b {
    width: 0;
    height: 100%;
}
.ul-case-i li a:hover .hover {
    top: 0;
}
.ul-case-i li .hover b, .ul-case-i li .hover .txt, .case-img .hover b, .case-img .hover .txt {
    display: inline-block;
    vertical-align: middle;
}
.deantese{margin-bottom:100px;}
.deanclients {
	}
.deanclients ul {
	width: 1200px;
}
.deanpubtitles {
    text-align: center;
    margin-bottom: 40px;
}
.deanclients ul li {
	float: left;
}
.deanclients ul li a {
	display: block;
	width: 180px;
	padding: 0 10px;
	height: 76px;
	margin: 0 20px 20px 0;
	text-align: center;
	border: 1px solid #E6E6E6;
}
.deanclients ul li a.deanc1 {
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/clients/1.png) center no-repeat;
	background-size: 140px;
}
.deanclients ul li a.deanc2 {
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/clients/2.png) center no-repeat;
	background-size: 140px;
}
.deanclients ul li a.deanc3 {
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/clients/3.png) center no-repeat;
	background-size: 140px;
}
.deanclients ul li a.deanc4 {
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/clients/4.png) center no-repeat;
	background-size: 140px;
}
.deanclients ul li a.deanc5 {
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/clients/5.png) center no-repeat;
	background-size: 140px;
}
.deanclients ul li a.deanc6 {
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/clients/6.png) center no-repeat;
	background-size: 140px;
}
.deanclients ul li a.deanc7 {
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/clients/7.png) center no-repeat;
	background-size: 140px;
}
.deanclients ul li a.deanc8 {
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/clients/8.png) center no-repeat;
	background-size: 140px;
}
.deanclients ul li a.deanc9 {
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/clients/9.png) center no-repeat;
	background-size: 140px;
}
.deanclients ul li a.deanc10 {
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/clients/10.png) center no-repeat;
	background-size: 140px;
}
.deanclients ul li a.deanc11 {
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/clients/11.png) center no-repeat;
	background-size: 140px;
}
.deanclients ul li a.deanc12 {
	background: url(http://001.980tv.top/template/wfdsoft_dmegc_160717/deancss/clients/12.png) center no-repeat;
	background-size: 140px;
}

.slider-area.slider-two:after {
    background: rgba(45, 62, 80, 0.4) none repeat scroll 0 0;
    width: 100%;
    transform: none;
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running slideInLeft;
            animation: 700ms ease-in-out 0s normal none 1 running slideInLeft;
}
.slider-two .nivo-directionNav {display: none;}
.slider-two .banner-content h1 {
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running bounceInDown;
        animation: 1000ms ease-in-out 0s normal none 1 running bounceInDown;
}
.slider-three .banner-content h1 {
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running flipInX;
        animation: 1000ms ease-in-out 0s normal none 1 running flipInX;
}
.slider-two .banner-content p {
    -webkit-animation: 2000ms ease-in-out 0s normal none 1 running bounceInLeft;
        animation: 2000ms ease-in-out 0s normal none 1 running bounceInLeft;
}
.slider-two .banner-content .banner-readmore {
    -webkit-animation: 2500ms ease-in-out 0s normal none 1 running bounceInUp;
        animation: 2500ms ease-in-out 0s normal none 1 running bounceInUp;
}
.slider-two .banner-content.slider-2 h1 {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
        animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
}
.slider-two .banner-content.slider-2 p {
    -webkit-animation: 2500ms ease-in-out 0s normal none 1 running fadeInLeftBig;
        animation: 2500ms ease-in-out 0s normal none 1 running fadeInLeftBig;
}
.slider-two .banner-content.slider-2 .banner-readmore {
    -webkit-animation: 3000ms ease-in-out 0s normal none 1 running zoomInUp;
        animation: 3000ms ease-in-out 0s normal none 1 running zoomInUp;
}
.slider-two .preview-2 .nivo-controlNav {
    display: block;
    z-index: 99;
    padding: 0;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.index-footer-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 64px;
    background-color: rgba(0,0,0,0.7);
}
.index-footer {
    position: relative;
    margin: 0 auto;
    width: 980px;
    height: 100%;
    font-size: 0;
}
.index-footer-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 241px;
    height: 164px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-image: url(../pic_student_teacher@1x.png);
}
.index-footer-text {
    display: inline-block;
    margin-right: 38px;
    padding-left: 237px;
    vertical-align: middle;
    height: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 64px;
}
.index-footer-text .color-red {
    color: #fb3449;
}
.index-footer-form {
    position: relative;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    font-size: 16px;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.index-footer-form span {
    position: relative;
    display: inline-block;
    width: 83px;
    text-align: center;
    cursor: pointer;
}
.index-footer-form input {
    padding-left: 10px;
    width: 200px;
    border: 0;
}
.btn-red-noshadow, .btn-red {
    text-align: center;
    background-color: #fb3449;
    border: 0;
    color: #fff;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.index-footer-form button {
    margin-right: -1px;
    width: 156px;
	height:40px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.msg-toast{position:fixed;top:50%;left:50%;z-index:9999;padding:10px 25px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:rgba(0,0,0,0.7);color:#fff;border-radius:50px;font-size:14px;text-align:center;width:auto;white-space:nowrap}

