/* 其他页面公用 */
/* 横幅 */
.banner {
	width: 100%;
	height: 376px;
	background: url(../img/other/banner.png) no-repeat center center;
}

.banner-img {
	display: inline-block;
	padding-top: 54px;
}

.banner-div {
	display: inline-block;
	float: right;
}

.banner-title {
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 2px;
	color: #f7fdff;
	margin-top: 60px;
}


.banner-title i {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: 55px;
	height: 46px;
	background: url(../img/global/symbol1.png) no-repeat center center;
}

.banner-introduce {
	margin-top: 20px;
	margin-left: 80px;
}

.banner-introduce div {
	display: inline-block;
}

.banner-introduce p {
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #f7fdff;
}


.banner-introduce i {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 20px;
	width: 56px;
	height: 46px;
	background: url(../img/global/symbol2.png) no-repeat center center;
}

/* 下载 */
.banner-download {
	margin-top: 40px;
	margin-left: 80px;
}


.banner-download p a {
	color: #ffffff;
}


.thunderbolt i {
	background: url(../img/global/reinstall_icon1.png) no-repeat;
}

.softwareTutorial i {
	background: url(../img/global/reinstall_icon2.png) no-repeat;
}




/* 内容 */
.main {
	background: #F7F7F7;
	padding-bottom: 60px;
}


/* 导航 */
.navigation {
	padding: 20px 0px;
}

.navigation {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 1px;
	color: #666666;
}

.navigation a {
	color: #666666;
}

.navigation .home i {
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url(../img/global/home.png) no-repeat;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 5px;
}

.navigation .home:hover i {
	background: url(../img/global/home2.png) no-repeat;
}

.navigation a:hover {
	color: #468DB8;
}

.navigation>span {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	margin-top: 2px;
	padding: 0px 5px;
}

.navigation p {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	letter-spacing: 1px;
	color: #333333;
}

.navigation h1 {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	letter-spacing: 1px;
	color: #333333;
}




/* 图标 */
.sldiv-icon {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	letter-spacing: 1px;
	color: #909090;
	margin-top: 25px;
}

.sldiv-icon i {
	margin-right: 5px;
	vertical-align: sub;
}

.sldiv-icon span {
	margin-right: 20px;
}

.time {
	display: inline-block;
	width: 19px;
	height: 17px;
	background: url(../img/other/other_time.png) no-repeat;
}

.see {
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../img/other/other_see.png) no-repeat;
}

.label {
	display: inline-block;
	width: 18px;
	height: 17px;
	background: url(../img/other/other_label.png) no-repeat;
}



/* 分页 */
.paging {
	padding-top: 42px;
	text-align: center;
	font-size: 0;
}

.paging li{
	display: inline-block;
}

.paging a ,.paging strong {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #909090;
	padding: 8px 12px;
	background-color: #ffffff;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	margin-left: 10px;
	vertical-align: top;
}

.paging  a:hover {
	color: #FFFFFF;
	background: #4fb3ce;
}

.paging  a.action,.paging strong{
	color: #FFFFFF;
	background: #4fb3ce;
}

.paging li:first-child a {
	margin-left: 0px;
}

.paging .leftArrow {
	background-image: url(../img/other/left1.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
	vertical-align: top;
}

.paging .leftArrow:hover {
	background: #4fb3ce;
	background-image: url(../img/other/left2.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.paging .rightArrow {
	background-image: url(../img/other/left1.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
	vertical-align: top;
	transform: rotate(180deg);
}

.paging .rightArrow:hover {
	background: #4fb3ce;
	background-image: url(../img/other/left2.png);
	background-position: center center;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}








/* 重装系统 */
.section {
	display: inline-block;
	vertical-align: top;
	width: 870px;
}

.section-introduce {
	width: 774px;
	background-color: #ffffff;
	box-shadow: -1px 0px 8px 0px rgba(2, 86, 126, 0.17);
	border-radius: 30px;
	padding: 0px 48px;
	/* padding-bottom: 50px; */
	height: 211px;
}

.section-introduce div {
	font-size: 18px;
	font-weight: normal;
	line-height: 19px;
	letter-spacing: 1px;
	color: #333333;
	padding-top: 38px;
}

.section-introduce img {
	vertical-align: top;
}

.section-introduce i {
	display: inline-block;
	vertical-align: top;
	width: 17px;
	height: 19px;
	background: url(../img/other/section_introduce.png) no-repeat;
}

.section-introduce p {
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	letter-spacing: 1px;
	color: #666666;
	margin-top: 20px;
	text-align: justify;
}



.section-navigation {
	font-size: 0;
	margin-top: 22px;
	width: 872px;
}

.section-navigation a {
	display: inline-block;
	width: 232px;
	height: 60px;
	background: url(../img/global/section-navigation1.png) no-repeat center center;
	margin-left: -19px;
	font-size: 18px;
	line-height: 60px;
	color: #6fb1c2;
	text-align: center;
}

.section-navigation a:first-child  {
	margin-left: 0px;
}



.section-navigation a i {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

.section-navigation .section-navigation1 i {
	width: 26px;
	height: 22px;
	background: url(../img/other/reinstall_nav2.png) no-repeat;
	margin-top: 18px;
}

.section-navigation .section-navigation2 i {
	width: 27px;
	height: 24px;
	background: url(../img/other/win7_nav2.png) no-repeat;
	margin-top: 18px;
}

.section-navigation .section-navigation3 i {
	width: 22px;
	height: 23px;
	background: url(../img/other/win10_nav2.png) no-repeat;
	margin-top: 17px;
}

.section-navigation .section-navigation4 i {
	width: 16px;
	height: 24px;
	background: url(../img/other/uDisk_nav2.png) no-repeat;
	margin-top: 17px;
}

.section-navigation a.action {
	background: url(../img/other/section-navigation2.png) no-repeat center center;
	color: #0e96bb;
}

.section-navigation .section-navigation1.action i {
	background: url(../img/other/reinstall_nav1.png) no-repeat;
}

.section-navigation .section-navigation2.action i {
	background: url(../img/other/win7_nav1.png) no-repeat;
}

.section-navigation .section-navigation3.action i {
	background: url(../img/other/win10_nav1.png) no-repeat;
}

.section-navigation .section-navigation4.action i {
	background: url(../img/other/uDisk_nav1.png) no-repeat;
}

.section-navigation a:hover {
	background: url(../img/other/section-navigation2.png) no-repeat center center;
	color: #0e96bb;
}

.section-navigation .section-navigation1:hover i {
	background: url(../img/other/reinstall_nav1.png) no-repeat;
}

.section-navigation .section-navigation2:hover i {
	background: url(../img/other/win7_nav1.png) no-repeat;
}

.section-navigation .section-navigation3:hover i {
	background: url(../img/other/win10_nav1.png) no-repeat;
}

.section-navigation .section-navigation4:hover i {
	background: url(../img/other/uDisk_nav1.png) no-repeat;
}




.section-main {
	margin-top: 10px;
}

.section-main .list a {
	display: block;
	border: solid 1px #FFFFFF;
	border-top: 1px solid #F7F7F7;
	background: #FFFFFF;
}

.section-img {
	display: inline-block;
	width: 285px;
	height: 157px;
	padding: 11px;
}

.section-img img {
	width: 100%;
	height: 100%;
}

.section-span {
	display: inline-block;
	width: 530px;
	vertical-align: top;
}

.reinstall-top {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	padding: 20px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

.reinstall_sldiv {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	color: #666666;
	height: 56px;
	overflow: hidden;
}




.section-main .list a:hover {
	border: solid 1px #6fb1c2;
}

.section-main>a:hover .reinstall-top {
	color: #0e96bb;
}




/* 侧边栏 */
.aside {
	display: inline-block;
	vertical-align: top;
	width: 312px;
	float: right;
}

.aside-download {
	background: url(../img/global/aside-download.png) no-repeat;
	width: 312px;
	height: 211px;
	text-align: center;
}

.aside-download p {
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 15px;
}

.aside-download span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 29px;
	color: #ffffff;
}

.aside-download a {
	display: block;
	width: 90px;
	height: 30px;
	background-color: #ffffff;
	box-shadow: -1px 2px 4px 0px rgba(50, 128, 149, 0.8);
	border-radius: 15px;
	line-height: 30px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #328095;
	margin: auto;
	margin-top: 15px;
}

.aside-download a:hover {
	background: #4fb3ce;
	color: #FFFFFF;
}

.aside-title {
	margin-bottom: 10px;
}

.aside-title span {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #333333;
}

.aside-line {
	width: 272px;
	height: 3px;
	background: url(../img/global/aside_line.png) no-repeat;
}

.aside-title a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	float: right;
}

.aside-title a i {
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url(../img/global/aside-icon.png) no-repeat;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 5px;
}

.aside-title a:hover {
	color: #468DB8;
}

.aside-title a:hover i {
	background: url(../img/global/aside-icon1.png) no-repeat;
}


/* 热门标签 */
.hotLabels {
	background: #FFFFFF;
	padding: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
}
.hotLabels div{
	font-size: 0;
	margin-top: 10px;
}
.hotLabels div a {
	padding: 7.5px 10px;
	padding: 8px 15px 8px 0px;
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333333;
}

.hotLabels div a:hover {
	color: #4fb3ce;
}


/* 常见问题 */
.commonProblems {
	background: #FFFFFF;
	padding: 20px;
	margin-top: 20px;
}

.commonProblems-div a {
	display: block;
	margin-top: 15px;
}

.commonProblems-div a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/global/commonProblems-i.png) no-repeat;
	vertical-align: top;
	margin-right: 10px;
}

.commonProblems-span1 {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	width: 241px;
}

.commonProblems-span2 {
	display: none;
	margin-top: 15px;
}

.commonProblems-div a.action .commonProblems-span1 {
	color: #6fb1c2;
}

.commonProblems-div a.action .commonProblems-span2 {
	display: block;
}


.commonProblems-span3 {
	display: inline-block;
	width: 80px;
	height: 70px;
	overflow: hidden;
}

.commonProblems-span3 img {
	width: 100%;
	height: 100%;
}

.commonProblemsl_sldiv {
	float: right;
	display: inline-block;
	vertical-align: top;
	width: 180px;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	text-align: justify;
	height: 63px;
	overflow: hidden;
}





/* 侧边栏教程 */
.tutorial {
	background: #FFFFFF;
	padding: 20px;
	margin-top: 20px;
}

.tutorial-div {}

.tutorial-div a {
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	margin-top: 20px;
	width: 272px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tutorial-div a:hover {
	color: #6fb1c2;
}

.win7_tutorial .tutorial-div i {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../img/global/win7_tutorial.png) no-repeat;
	margin-right: 10px;
	vertical-align: top;
}

.win10_tutorial .tutorial-div i {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(../img/global/win10_tutorial.png) no-repeat;
	margin-right: 10px;
	vertical-align: top;
}







/* 文章详情页 */
.article {
	display: inline-block;
	width: 870px;
}

.article-details {
	background: #FFFFFF;
	width: 816px;
	padding: 0px 27px;
}

.article-top {
	text-align: center;
	border-bottom: solid 1px #6eb0c2;
	padding-bottom: 20px;
}

.article-top h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333333;
	padding-top: 35px;
}

.article-top div {
	font-size: 0;
	line-height: 14px;
	letter-spacing: 1px;
	margin-top: 20px;
}

.article-top div span {
	font-size: 14px;
	color: #666666;
	margin-left: 35px;
}

.article-column {
	margin-left: 0px;
}

.article-top div a {
	font-size: 14px;
	color: #666666;
}

.article-top div a:hover {
	color: #36a1fc;
}

.article-main {
	padding: 0px 10px 30px 10px;
	border-bottom: solid 1px #6eb0c2;
	overflow: hidden;
}
.article-main h1,h2,h3,h4,h5,h6{
	margin-top: 20px;
}
.details p {
	/* text-indent: 2em; */
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #666666;
	margin-top: 20px;
	text-align: justify;
}

.details div {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #36a1fc;
	margin-top: 20px;
}

.details img {
	display: block;
	margin: auto;
	max-width: 661px!important;
	height: auto!important;
	padding: 1px;
	background: #6EB0C2;
}

.article-label {
	padding: 30px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 1px;
	color: #6eb0c2;
}

.article-label span {
	vertical-align: top;
}

.article-note {
	padding: 0px 0px;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
}

.article-download {
	height: 116px;
	background: url(../img/other/article_download_bg.png) no-repeat center center;
	margin-top: 30px;
}

.article-download div {
	display: inline-block;
	margin-left: 190px;
	width: 432px;
	text-align: center;
}

.article-download div p {
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #ffffff;
	padding-top: 30px;
}

.article-download div span {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 15px;
}

.article-download a {
	display: inline-block;
	width: 138px;
	height: 42px;
	border-radius: 20px;
	background-image: linear-gradient(180deg, #ffffff 0%, #c6e1ff 100%);
	box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 1px;
	color: #0e96bb;
	margin-top: 37px;
	float: right;
	margin-right: 20px;
}

.article-download a:hover {
	background: #c6e1ff;
}

.article-paging {
	font-size: 0;
	margin-top: 30px;
	padding-bottom: 40px;
}
.article-paging p{
	display: inline-block;
	max-width: 49%;
	font-size: 16px;
	color: #999999;
	vertical-align: top;
}

.article-paging p{
}
.article-paging a {
	display: inline-block;
	max-width: 330px;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

.article-paging a:hover {
	color: #6fb1c2;
}

.article-paging span {
	font-size: 16px;
	color: #999999;
}
.article-paging p:first-child+p{
	float: right;
	text-align: right;
}


/* 文章详情底部 相关文章推荐*/
.recommended {
	margin-top: 20px;
}

.recommended div {
	width: 385px;
	display: inline-block;
	vertical-align: top;
	background: #FFFFFF;
	padding: 20px;
	height: 284px;
	overflow: hidden;
}

.recommended-right {
	float: right;
}

.recommended p {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	color: #333333;
}

.recommended a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
	margin-top: 20px;
}

.recommended-paragraph {
	display: inline-block;
	color: #333333;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommended-time {
	color: #666666;
	float: right;
}

.recommended a:hover span {
	color: #3caac8;
}

.recommended a i {
	display: inline-block;
	width: 18px;
	height: 20px;
	vertical-align: top;
	background: url(../img/global/1.png) no-repeat;
}




/* 视频教程 */
.banner-introduce .video-banner-p {
	font-size: 28px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #f7fdff;
	margin-left: 10px;
}

.banner-introduce .video-banner-p span {
	display: inline-block;
	width: 50px;
	height: 1px;
	background-color: #ffffff;
	vertical-align: top;
	margin-top: 20px;
	margin: 20px 5px 0px 5px;
}

/* 内容 */
.video {
	font-size: 0;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.video-div {
	width: 261px;
	height: 276px;
	background-color: #ffffff;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	margin-left: 20px;
	padding: 12px;
}

.video-div:first-child {
	margin-left: 0px;
}

.video-div:first-child+div+div+div+div {
	margin-left: 0px;
}

.video-div:first-child+div+div+div+div+div+div+div+div {
	margin-left: 0px;
}

.video-img {
	display: block;
	width: 260px;
	height: 204px;
	background-color: #bfbfbf;
	border-radius: 6px;
	position: relative;
}

.video-img img {
	width: 100%;
	height: 100%;
}

.video-img span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/other/video_play.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.video-img:hover span{
	background: rgba(0, 72, 247, 0.2);
	background-image: url(../img/other/video_play.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.video-a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 16px;
	margin-top: 20px;
	color: #333333;
}

.video-a:hover {
	color: #4ca6c0;
}

.sldiv-icon {
	margin-top: 15px;
}

#video .paging {
	padding-top: 25px;
	padding-bottom: 20px;
}

/* 视频详情页 */
.video-details {}

.video-top {
	width: 800px;
	padding-top: 25px;
	margin-bottom: 15px;
	position: relative;
}

.video-top h1 {
	display: inline-block;
	font-size: 26px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 26px;
		letter-spacing: 1px;
		color: #333333;
		max-width: 600px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}

.video-top p {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	letter-spacing: 1px;
	color: #909090;
	vertical-align: top;
	margin-top: 5px;
	position: absolute;
	right: 0px;
}

.video-top span:first-child {
	margin-right: 20px;
}

.video-top i {
	vertical-align: sub;
	margin-right: 5px;
}

.video-left {
	display: inline-block;
	vertical-align: top;
	width: 800px;
	height: 438px;
	background: #000000;

}

.video-left div {
	width: 800px;
	height: 438px;
	background: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-left video {
	height: 438px;
}

.video-right {
	display: inline-block;
	vertical-align: top;
	height: 550px;
	overflow-y: auto;
	float: right;
}

.video-right .video-jump {
	display: block;
	width: 353px;
	height: 97px;
	background-color: #ffffff;
	border: solid 1px #ebebeb;
	margin-top: 10px;
	padding:15px 10px;
	cursor: pointer;
}


.video-right .video-jump:first-child {
	margin-top: 0px;
}

.videoImg {
	display: inline-block;
	width: 155px;
	height: 98px;
	position: relative;
	vertical-align: top;
}

.videoImg img {
	width: 100%;
	height: 100%;
}

.videoImg>span {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #ffffff;
	width: 145px;
	padding: 5px 4px;
}

.videoImg .videoTime2 {
	float: right;
}

.videoImg .videoTime2 i {
	display: inline-block;
	width: 13px;
	height: 8px;
	background: url(../img/other/videoImg_icon.png) no-repeat;
	vertical-align: top;
	margin: 2px 3px 0px 0px;
}

.videoDiv {
	display: inline-block;
	width: 185px;
	float: right;
}

.videoDiv .videoSpan1 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	color: #333333;
}
.video-right .video-jump.action .videoSpan1 {
	color: #6eb0c2;
}
	

.video-right .video-jump:hover .videoSpan1 {
	color: #6eb0c2;
}

.videoDiv .videoSpan2 {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #666666;
	height: 42px;
	overflow: hidden;

	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
}

/* 滚动条样式 */
.video-right::-webkit-scrollbar {
	width: 8px;
	background-color: #F0F0F0;
	border-radius: 4px;
	border: 1px solid #D9D9D9;
}

.video-right::-webkit-scrollbar-button {
	display: none;
}

.video-right::-webkit-scrollbar-thumb {
	background-color: #D9D9D9;
	border-radius: 4px;
}



.video-recommended {
	margin-top: 65px;
	font-size: 0;
}

.video-div1 {
	display: inline-block;
	width: 386px;
	vertical-align: top;
	margin-right: 20px;
}

.video-div2 {
	display: inline-block;
	width: 386px;
	vertical-align: top;
}

.videoTop {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}

.videoLine {
	font-size: 0;
	margin-top: 10px;
	margin-bottom: 17px;
}

.videoLine span:first-child {
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #2c2c2c;
	margin-right: 2px;
}

.videoLine span:first-child+span {
	display: inline-block;
	width: 344px;
	height: 2px;
	background-color: #6eb0c2;
}

.video-divImg {
	display: block;
	margin-bottom: 10px;
	background: #FFFFFF;
	width: 366px;
	height: 104px;
	padding: 10px;
}

.video-divImg:hover .span1 {
	color: #6eb0c2;
}

.recommendedImg {
	display: inline-block;
	width: 176px;
	height: 104px;
	background: #000000;
}

.recommendedImg img {
	width: 100%;
	height: 100%;
}

.recommendedSpan {
	display: inline-block;
	float: right;
	width: 180px;
}

.recommendedSpan .span1 {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.recommendedSpan .span2 {
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	color: #666666;
	height: 34px;
	margin: 10px 0px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.recommendedSpan .span3 {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #666666;
}

.recommendedSpan .span3 span:first-child+span {
	float: right;
}

.video-div3 {
	display: inline-block;
	width: 382px;
	height: 280px;
	background: url(../img/other/recommendedImg.png) no-repeat;
	float: right;
	margin-top: 26px;
}

.video-p1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	color: #ffffff;
	margin-top: 43px;
	margin-left: 24px;
}

.video-p2 {
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
	line-height: 29px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
	margin-left: 50px;
}

.video-p2 span {
	display: block;
}

.video-div3 a {
	display: block;
	width: 90px;
	height: 30px;
	background-color: #ffffff;
	box-shadow: -1px 2px 4px 0px rgba(50,128,149 , 0.8);
	border-radius: 15px;
	line-height: 30px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #328095;
	text-align: center;
	margin-top: 40px;
	margin-left: 120px;
}

.video-div3 a:hover {
	background: #4fb3ce;
	color: #FFFFFF;
}





/* 常见问题 */
.common-banner .banner-div {
	margin-right: 80px;
}

.common-banner .banner-img {
	padding-top: 15px;
}

.common-banner .banner-title {
	font-size: 66px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 66px;
	color: #f7fdff;
	padding: 15px 30px;
	text-align: center;
	margin-top: 40px;
	background: url(../img/other/common_problems_img.png) no-repeat center center;
}

.common-banner .banner-introduce {
	margin-left: 0px;
}

.common-banner .banner-introduce .video-banner-p {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #f7fdff;
}

.common-banner .banner-introduce .video-banner-p span {
	margin: 15px 10px 0px 10px;
}



.common-navigation a {
	width: 305px;
	background-size: 100% 100%;
	margin-left: -24px;
}


.common-navigation a.action {
	background-size: 100% 100%;
}

.common-navigation a:hover {
	background-size: 100% 100%;
}



/* 查询 */
.search-esults {
	color: #6eb0c2;
}

.search .section-main {
	margin-top: 0px;
}

.searchNo {
	height: 600px;
	text-align: center;
}

.otherImg {
	display: block;
	margin: auto;
	padding-top: 200px;
}

.searchNo p {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 1px;
	color: #666666;
	margin-top: 30px;
}



.error {
	padding: 0;
	text-align: center;
	height: 700px;
	font-size: 0;
}

.error p {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	letter-spacing: 1px;
	color: #333333;
	margin-top: 15px;
}

.error a {
	display: inline-block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 35px;
	background: #6eb0c2;
	color: #FFFFFF;
	border: 2px #F7F7F7 solid;
}

.error a:first-child {
	margin-right: 40px;
}

.error a:hover {
	border: solid 2px #6eb0c2;
	color: #6eb0c2;
	background: #F7F7F7;
}

/* 用户协议 */
.userAgreement{
	background: #FFFFFF;
}
.userAgreement .userAgreement-top {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 2px;
	color: #333333;
	text-align: center;
	padding: 37px 0px 40px 0px;
}

.userAgreement p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #333333;
	text-align: justify;
}

.userAgreement p strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
	margin-top: 30px;
}




.userAgreement-banner{
	height: 250px;    
	background: url(../img/other/banner.png) no-repeat ;
	background-size: 100% 100%;
}
.userAgreement-banner .banner-img{
	padding-top: 25px;
}
.userAgreement-banner .banner-title{
	font-size: 50px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 5px;
		color: #f7fdff;
		margin-top: 75px;
}

.userAgreement-banner .banner-title span{
	font-size: 30px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 36px;
		letter-spacing: 2px;
		color: #f7fdff;
}

.banner-title1{
	font-size: 20px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 36px;
		letter-spacing: 1px;
		color: #f7fdff;
		background: url(../img/other/userAgreement-banner2.png) no-repeat center center;
		padding: 20px 50px;
		margin-top: 20px;
		
}