@font-face {
    font-family: 'PTSans';
    src: url('/fonts/pts55fwf.eot');
    src: url('/fonts/pts55fwf.eot?#iefix') format('embedded-opentype'),
         url('/fonts/pts55fwf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans';
    src: url('/fonts/pts75fwf.eot');
    src: url('/fonts/pts75fwf.eot?#iefix') format('embedded-opentype'),
         url('/fonts/pts75fwf.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansCaption';
    src: url('/fonts/ptc55fwf.eot');
    src: url('/fonts/ptc55fwf.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ptc55fwf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansNarrow';
    src: url('/fonts/ptn57fwf.eot');
    src: url('/fonts/ptn57fwf.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ptn57fwf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansNarrow';
    src: url('/fonts/ptn77fwf.eot');
    src: url('/fonts/ptn77fwf.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ptn77fwf.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body{
	font: 0.875em/1.5em "PTSans", "Arial", sans-serif;
	font-size: 1em;
}

.alldiv{
	width: 1024px;
	margin-left: 100px;
}

.dclear{
	clear: both;	
}

.TopMenu{
	width: 100%;
	margin-bottom: 20px;
	margin-top: 50px;
	border-top: 3px solid #0099CC;
	border-bottom: 2px solid #D9E6EE;
	border-left: 1px solid #D9E6EE;
	border-right: 1px solid #D9E6EE;
	background-color: #F4F5F6;
	padding: 10px 0px 10px 0px;
}

.TopMenu span{
	float: left;
	margin-left: 10px;
	border-right: 2px dashed #0099CC;
	padding-right: 10px;
	font-weight: bold;
	font-size: 20px;
}

.TopMenu a:link, .TopMenu a:visited{
	text-decoration: none;
	color: #6FA7C2;
}

.TopMenu a:hover{
	color: #666666;
	text-decoration: underline;
}

.SearchFileDiv{
	width: 100%;
}

.SearchFileListCag{
	width: 984px;
	border: 2px solid #1C8DB0;
	margin-left: 20px;
	padding: 10px 0px 10px 0px;
	margin-bottom: 30px;
}

.FileListTitle{
	width: 100%;
	margin-top: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

.SearchFileListCagPage{
	width: 100%;
	margin-bottom: 30px;	
}

.SearchFileListCagPageSpanNoSelPage, .SearchFileListCagPageSpanSelPage, .SearchFileListCagPageSpanhellipPage{
	float: left;
	margin-left: 10px;
	font-weight: bold;
	font-size: 20px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

.SearchFileListCagPageSpanNoSelPage{
	color: #ffffff;
	cursor: pointer;
	background-color: blue;
}

.SearchFileListCagPageSpanSelPage{
	color: blue;
	background-color: #ffffff;
}

.SearchFileListCag span {
	float: left;
	margin-left: 4px;
	font-weight: bold;	
	border: 1px solid #7D7D7D;	
	padding: 5px 5px 5px 5px;
	background-color: #37AAC9;
	margin-bottom: 6px;
}
 
.OtherFileNameListCag a:link, .OtherFileNameListCag a:visited{
	text-decoration: none;
}

.SearchFileListCag a:link, .SearchFileListCag a:visited{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.CenteDiv{
	width: 680px;
	float: left;
	margin-left: 20px;
}

.RightDiv{
	width: 280px;
	float: left;
	margin-left: 20px;
}

.FootDiv{
	width: 100%;
	border-top: 2px solid #0099CC;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}

.FootDivOtherPage {
	width: 100%;
	margin-top: 10px;
}

.FootDiv a {
	color: blue;
}

.FootDiv a:link {
	text-decoration: none;
}
.FootDiv a:active {
	text-decoration: none;
}
.FootDiv a:visited {
	text-decoration: none;
}
.FootDiv a:hover {
	text-decoration: underline;
}

.FootDivCopyright{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.FootDivCopyright span{
	text-transform: uppercase;
}

.SiteIntroduction{
	width: 100%;
	border: 1px solid #E8CA78;
}

.SiteIntroduction p{
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;	
}

.SiteIntroductionAbout{
	width: 98%;
	padding-left: 2%;
	background-color: #FFFFCC;
	font-size: 25px;
	font-weight: bold;
	color: #95443B;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 6px;
}

.inputSearchFileName{
	width: 450px;
	height: 35px;
	font-size: 25px;
	border: 2px solid #2F7AC1;
}

.inputSearchFileName:focus, .SelectSearchWinos:focus, .FileInfoSelectOSSelect:focus, .userLeveCommamSelectOS:focus{
	outline:none;
}

.submitSearchFile{
	width: 100px;
	height: 35px;
	font-size: 25px;
	cursor: pointer;
}

.SelectSearchWinos{
	width: 350px;
	height: 40px;
	font-size: 25px;
	border: 2px solid #2F7AC1;
	margin-left: 8px;
	margin-right: 8px;
}


.findFileDiv{
	width: 900;
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #7D7D7D;
	font-size: 15px;
}


.userHelp{
	width: 100%;
}

.userHelpq{
	width: 100%;
	border: 1px solid green;
	margin-top: 10px;
	word-wrap: break-word;
}

.userHelpq2{
	width: 98%;
	margin-left: 1%;	
}

.userHelpqPageNext{
	width: 100%;	
	font-weight: bold;
	background-color: #5FC421;
	margin-top: 20px;
	padding: 6px 0px 6px 0px;
	color: #ffffff;
	text-align: center;
}

.userHelpqPageNext a, .userHelpqPageNext span{
	color: #ffffff;
	margin-left: 9px;
}

.userHelpqPageNextSpanNoClick{
	cursor: pointer;
}


.userHelpqTitle{
	width: 98%;	
	font-weight: bold;
	background-color: #5FC421;
	padding: 6px 0px 6px 2%;
	color: #ffffff;
	font-size: 20px;
}

.userHelpquserimg{
	float: left;
	width: 60px;
	height: 60px;
	margin: 0px 10px 8px 8px;
}

.userHelpquserimg img, .usetHelpgansw img, .userHelpq2 img{
	max-width: 100%;
}

.userHelppgtitle{
	width: 100%;
	margin-bottom: 6px;
	padding: 6px 0px 6px 0px;
	background-color: green;
	font-weight: bold;
	color: #ffffff;
	text-overflow: clip;
	white-space: nowrap;
	overflow: hidden;
}

.userHelppgtitle img{
	border-style: none;
	margin-right: 3px;
}

.userHelppgtitle a:link, .userHelppgtitle a:visited{
	text-decoration: none;
	color: #ffffff;
}

.userHelppgtitle a:hover{
	text-decoration: underline;
	color: #ffffff;
}

.usetHelpgansw{
	margin-top: 10px;
	color: #7D7D7D;
	font-size: 15px;
	margin-bottom: 20px;
}

.lasttextadware, .lasttext, .topdownload{
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 10px;	
}

.lasttext, .topdownload{
	border: 1px solid #89D4F8;
}

.EchoSearchFileNameDiv{
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #89D4F8;	
}

.EchoSearchFileNameDiv a{
	float: left;
	margin-right; 10px;
	margin-bottom: 6px;
}
	
.lasttextdiv, .topdownloaddiv, .BottomOtherFileInfoTitle{
	font-weight: bold;
	background-color: #BEE7FF;
	color: #0075B5;
	padding: 5px 0px 5px 10px;
}

.lasttextTitle{
	width: 100%;
	font-weight: bold;	
	margin-bottom: 6px;
}

.lasttext a:link, .lasttext a:visited{
	color: #AA2E44;
	font-weight: bold;
	text-decoration: none;
}

.lasttextCont{
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	margin-top: 10px;
	margin-bottom: 20px;
	word-wrap: break-word;
}

.lasttextCont span{
	color: #7D7D7D;
}

.lasttextimg{
	float: left;
	width: 80px;
	height: 80px;
	margin: 0px 6px 6px 0px;
}

.topdownloadCont{
	width: 100%;
	margin-top: 10px;
}

.topdownloadDiv2{
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.topdownloados{
	color: #7D7D7D;
}

.topdownloaddowncount{
	color: green;
	margin-left: 6px;
}

.topdownloadDiv2 a:link, .topdownloadDiv2 a:visited{
	text-decoration: none;
}

.SearchFileListResult{
	width: 984px;
	margin-left: 20px;
	padding: 10px 0px 10px 0px;
	margin-bottom: 30px;
}

.SearchFileLisSystemDiv{
	width: 100%;
	margin-bottom: 30px;
}

.SearchFileLisSystemDiv2{
	width: 100%;
	margin-bottom: 30px;
	word-wrap: break-word;
}

.SearchFileLisSystemDiv2 a{
	margin-top: 10px;
	margin-left: 10px;
}
	
.SearchFileLisSystem{
	width: 100%;
	font-weight: bold;
	text-overflow: clip;
	white-space: nowrap;
	overflow: hidden;
	border-top: 2px solid #800000;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #800000;
	font-size: 26px;
	margin-top: 30px;
}

.SearchFileLisSystem1{
		width: 100%;
		border-top: 1px solid;
}

.SearchFileLisSystemList{
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #7D7D7D;
	padding: 10px 0px 0px 0px;
}

.SearchFileLisSystemListOsimgInf{
	width: 100%;
	margin-top: 6px;
}

.SearchFileLisSystemList span, .SearchFileLisSystemListOsimgInf span, .CarFileLisSystemList span{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	margin-left: 6px;
	font-size: 14px;
}

.SearchFileLisSystemInfoOS{
	width: 100%;
	margin-bottom: 6px;
}

.SearchFileLisSystemInfoOS b{
	color: red;
	font-size: 20px;
}

.SearchFileLisSystemInfoOS img{
	width: 40px;
	height: 40px;
}

.SearchFileLisSystemInfoOS a:link, .SearchFileLisSystemInfoOS a:visited{
	text-decoration: none;
}

.SearchFileLisSystemInfoOS a:hover, .SearchFileLisSystemInfoOS a:active{
	text-decoration: underline;
}

.SearchFileLisSystemInfoOSShowClick, .CaFileLisSystemInfoOSShowClick{
	width: 100%;
	margin-bottom: 20px;
	border-left: 2px solid #0000FF;
}

.CaFileLisSystemInfoOSShowClick{	
	padding: 10px 0px 10px 0px;
}

.SearchFileLisSystemInfoOSHiddenClick{
	display: none;
}

.SearchFileLisSystemInfoOSHiddenClick2{
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.SearchFileLisSystemInfoOSspan{
	cursor: pointer;
	font-weight: bold;
	color: #0000FF;
}

.SearchFileLisSystemInfoImg{
	max-width: 700px;
	max-height: 600px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.SearchFileLisSystemListspan1{
	width: 170px;
}

.SearchFileLisSystemListspan2{
	width: 240px;
}

.SearchFileLisSystemListspan3{
	width: 65px;
}

.SearchFileLisSystemListspan4{
	width: 65px;
}

.SearchFileLisSystemListspan5{
	width: 410px;
}

.SearchFileLisSystemListspan6{
	width: 360px;	
}

.SearchFileLisSystemListspan7{
	width: 360px;
}

.SearchFileLisSystemListspan8{
	width: 70px;
}

.SearchFileLisSystemListspan9{
	width: 200px;
}


.SearchFileLisSystemListspan5 a:link, .SearchFileLisSystemListspan5 a:visited{
	text-decoration: none;
	color: blue;
}

.SearchFileLisSystemListspan5 a:hover, .SearchFileLisSystemListspan5 a:active{
	text-decoration: underline;
	color: blue;
}


.SearchFileLisSystemListspan5Ul{
	margin-top: 1px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}

.SearchSelectFiletips{
	width: 100%;
	margin-bottom: 20px;
	color: #AA2E44;
	line-height: 200%;
}

.SearchFileListHelpTips{
	font-weight: bold;
	color: #0000FF;
	font-size: 20px;
}

.SearchFileListHelpTips a:link, .SearchFileListHelpTips a:visited{
	color: #0000FF;
}

.fileinfoName{
	width: 100%;
	word-wrap: break-word;
}

.fileinfoName a{
	color: blue;
	text-decoration: none;
}

.fileinfoName img{
	border-style: none;
	width: 200px;
	height: 40px;
	margin-left: 10px;
}

.fileinfoAttribute{
	width: 670px;
	border: 1px solid #C0C0C0;
	padding-left: 10px;
	margin-bottom: 30px;
	word-wrap: break-word;
}

.fileinfoOtherInfoCent, .fileinfoDownloadInfo, .fileinfoDownloadOSList, .fileinfoDownloadSaveInfo, .fileinfoDownloadUserCommend, .downloadotheretooldiv{
	width: 984px;
	margin-bottom: 30px;
	padding: 0px 20px 0px 20px;
}

.fileinfoOtherInfoCent img {max-width: 99%;}

.fileinfoDownloadInfo{
	border: 1px solid;
}

.fileinfoDownloadSaveInfo{
	word-wrap: break-word;
}

.fileinfoDownloadSaveInfo img{
	width: 600px;
	margin-left: 170px;
}

.fileinfoDownloadSaveInfodivP a{
	text-decoration: none;
}

.fileinfoDownloadSaveInfodiv1{
	width: 100%;
	color: #800000;
	font-weight: bold;
	margin-bottom: 15px;
}

.fileinfoAttribute1{
	width: 100%;
}

.fileinfoAttributeName{
	width: 100%;
	color: #800000;
	font-weight: bold;
}

.fileinfoAttributeNameImportant{
	color: red;
	font-weight: bold;
}

.fileinfoAttributeCent{
	width: 98%;
	padding: 5px 1% 5px 1%;
}

.userLeveCommamd{
	width: 100%;
	margin-top: 30px;
}

.userLeveCommamd span{
	font-weight: bold;
	font-size: 22px;
}

.helpcolor{
	padding: 3px 6px 3px 6px;
}


.comment_lvType{
	cursor: pointer;
}

.userLeveCommamdInput{
	width: 60%;
	height: 30px;
	font-size: 20px;
}

.userLeveCommamdTextarea{
	width: 70%;
	height: 200px;
	font-size: 20px;	
}

.userLeveCommamdSubmit{
	font-size: 20px;
	cursor: pointer;
}

.userLeveCommamSelectOS{
	height: 30px;
	font-size: 20px;
	padding: 3px 3px 3px 3px;
}


.CarFileLisSystemList{
	width: 100%;
	border-bottom: 1px solid #7D7D7D;
	padding: 10px 0px 10px 0px;
}

.FileInfoSelectOSDivDl{
	width: 100;
	text-align: center;
	margin-top: 20px;
}

.FileInfoSelectOSSelect{
	width: 600px;
	height: 40px;
	font-size: 25px;
	border: 2px solid #2F7AC1;
	margin-left: 8px;
	margin-right: 8px;
}

.FileInfoSelectOSAhref{
	font-size: 25px;
	cursor: pointer;
	padding: 5px 5px 5px 5px;
}

.winos3264color{
	color: blue;	
}

.userHelpqForOtherOption{
	width: 98%;
	padding: 3px 2% 3px 0px;
	text-align: right;	
}

.userHelpqForOtherOption span{
	color: blue;
	cursor: pointer;
}

.userReplyFormDiv textarea{
	width: 60%;
	margin-left: 20%;
	height: 200px;
}

.userReplyFormDiv{
	width: 100%;
	margin-bottom: 10px;
}

.userLeveReplySubmit{
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.userLeveReplySubmit input{
	width: 100px;
	font-size: 20px;
	margin-right: 15px;
	cursor: pointer;
}


.userHelpqPageNext2{
	width: 100%;	
	font-weight: bold;
	background-color: #5FC421;
	margin-top: 20px;
	padding: 6px 0px 6px 0px;
	color: #ffffff;
}

.userHelpqPageNext2 span{
	color: #ffffff;
	margin-left: 9px;	
}

.userHelpqPageNext2noclick{
	cursor: pointer;
	text-decoration: underline;
}

.DownloadFilePageWinOSTitle{
	width: 100%;
	font-weight: bold;
	text-overflow: clip;
	white-space: nowrap;
	overflow: hidden;
	border-top: 2px solid #800000;
	padding-top: 16px;
	padding-bottom: 10px;
	color: #800000;
	font-size: 26px;
	margin-top: 10px;
	text-align: center;
}

.DownloadFilePageWinOSTips{
	width: 100%;
	margin-top: 10px;
}

.DownloadFilePageWinOSTips span{
	color: #800000;
	font-weight: bold;
}

.DownloadFilePageWinOSTips img{
	border-style: none;
	max-width: 100%;
	max-height: 700px;
}

.DownloadFilePageWinOSTips2{
	width: 100%;
	margin-top: 10px;
}

.DownloadFilePageWinOSDownloadButton{
	cursor: pointer;
	margin-top: 20px;
	width: 96%;
	margin-left: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #5FC421;
	color: #ffffff;
	border: 2px outset #5FC421;
	text-overflow: clip;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}

.DownloadFilePageWinOSDownloadA{
	text-decoration: none;
}

.DownloadFilePageWinOSTips2Span1, .DownloadFilePageWinOSTips2Span2, .DownloadFilePageWinOSTips2Span3, .DownloadFilePageWinOSTips2Span4{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	margin-right: 8px;
	font-size: 13px;	
}

.DownloadFilePageWinOSTips2Span1{
	width: 270px;	
}

.DownloadFilePageWinOSTips2Span2{
	width: 240px;	
}

.DownloadFilePageWinOSTips2Span3{
	width: 65px;	
}

.DownloadFilePageWinOSTips2Span4{
	width: 65px;
}

.DownloadFilePageWinOSTips2Path{
	width: 98%;
	border: 1px dotted #000000;	
	background-color: #F5F5F5;
	list-style-type: none;
	padding: 10px 1% 10px 1%;
}

.DownloadFilePageWinOSTips2Path li{
	width: 100%;
	word-wrap: break-word;
	margin-top: 10px;
}

.DownloadFilePageSaveFileTips4{
	width: 98%;
	border: 1px dotted #000000;
	padding: 10px 1% 10px 1%;
	margin-top: 20px;
}

.DownloadFilePageSaveFileTips4 img{
	max-width: 100%;	
}

.DownloadFilePageWinOSTips2PathTips{
	color: #800000;
	font-weight: bold;		
}

.DownloadFilePageWinOSTips2Tips2{
	word-wrap: break-word;
}

.DownloadFilePageWinOSTips3{
	width: 100%;
	margin-top: 20px;	
}

.DownloadFilePageWinOSTips3Qtitle{
	padding: 3px 0px 3px 0px;
	color: #800000;
	margin-top: 10px;
	margin-bottom: 6px;
	word-wrap: break-word;
	font-weight: bold;
}

.FileInfoSelectOSSelectNameTitle{
	font-weight: bold;
	color: blue;
	text-align: center;
	width: 100%;
}

.BottomOtherFileInfo{
	width: 100%;
}

.BottomOtherFileInfoDiv{
	width: 24%;
	margin-right: 1%;
	float: left;
	text-overflow: clip;
	white-space: nowrap;
	overflow: hidden;	
}

.BottomOtherFileInfoDiv a{
	text-decoration: none;
}

.StyleFontBold {font-weight: bold;}


.DownloadViewAniSoft {font-weight: bold;}
.DownloadViewAniSoft:link	{color: #800000; text-decoration: none;}		
.DownloadViewAniSoft:active {color: #800000; text-decoration: none;}	
.DownloadViewAniSoft:visited	{color: #800000; text-decoration: none;}
.DownloadViewAniSoft:hover	{color: #800000; text-decoration: underline;} 

.downloadfilestrongcolor {color: #800000;}

.OtherFileLisSystemDiv {width: 100%; margin-bottom: 30px;}
.DownloadOtherFilePageWinOSTips2Path {width: 98%; border: 1px dotted #000000; background-color: #F5F5F5; list-style-type: none; padding: 10px 1% 10px 1%; margin-top: 3px;}
.DownloadOtherFilePageWinOSTips2Path li {width: 100%; word-wrap: break-word; margin-top: 10px;}
.DownloadOtherFilePageWinOSTips2PathTips { margin-top: 10px;}

.OtherViewFileInfoDivDownList {width: 100%;margin-top: 6px;}
.OtherViewFileInfoDivDownList li, .SearchFileLisSystemDiv3 li {width: 100%; list-style-type: none; padding-top: 2px; padding-bottom: 2px;}
.OtherViewFileInfoDivDownList span, .SearchFileLisSystemDiv3 span {text-overflow: ellipsis;white-space: nowrap; overflow: hidden; float: left; margin-right: 1%; font-size: 14px;}
.OtherViewFileInfoDivDownListspan1 {width: 30%;}
.OtherViewFileInfoDivDownListspan2 {width: 30%;}
.OtherViewFileInfoDivDownListspan3 {width: 8%;}
.OtherViewFileInfoDivDownListspan4 {width: 8%;}
.OtherViewFileInfoDivDownListspan5 {width: 19%;}
.OtherViewFileInfoDivDownListspanbackground {background-color: gainsboro;}

.OtherViewFileInfoDivDownListtips {width: 100%;	margin-top: 20px; color: #AA2E44; margin-bottom: 20px;}
.OtherViewFileInfoDivDownListtips li {width: 100%; list-style-type: none; padding-top: 5px;}

.fontweightcs {font-weight: bold;}

.inputSearchName {width: 50%; height: 35px; font-size: 25px; border: 2px solid #2F7AC1;}
.submitSearchName {width: 100px; height: 35px; font-size: 25px; cursor: pointer; margin-left: 6px;}

.inputSearchName:focus {outline:none;}

.formSearchOther {width: 100%;}
.formSearchOtherTipsDiv{width: 100%; margin-bottom: 3px;color: #7D7D7D;font-size: 15px;}
.admintextsytle {color: gold; font-weight: bold;}

.SearchFileLisSystemDiv3{width: 100%; margin-bottom: 30px; word-wrap: break-word;}

.SharePageButtonDiv {width: 100%; margin-bottom: 8px;}
.SharePageButton {float: left; margin-right: 6px;}


.OtherUserCommentShowDiv {width: 100%; margin: 30px 0px 30px 0px;}
.OtherUserCommentShowDivUserHelp {width: 100%; font-size: 20px; font-weight: bold; background-color: #5FC421; color: #ffffff; padding-top: 6px; padding-bottom: 6px;}
.OtherUserCommentShowDivUserHelp span {margin-left: 10px;}
.OtherUserCommentShowDivCommentInfo {width: 100%; border: 1px solid #7D7D7D; margin: 10px 0px 0px 0px;}
.OtherUserCommentShowDivUserImg {float: left; margin: 3px 3px 3px 3px;}
.OtherUserCommentShowDivCommentReply {color: #7D7D7D; }

.googleadcatchcontentad {width: 100%; margin-top: 9px; margin-bottom: 9px;}
.googleadcatchcontentad2 {width: 100%; margin-bottom: 9px;}


.OtherUserCommentShowDiv2 {width: 100%; margin: 30px 0px 30px 0px; border: 1px solid #C0C0C0;}
.OtherUserCommentShowDiv2Title {text-align: center; font-size: 18px; width: 100%; padding: 6px 0px 6px 0px; font-weight: bold; color: #ffffff; background-color: #5FC421;}
.OtherUserCommentShowDiv2Info {width: 32%; margin-top: 8px; margin-left: 1%; float: left; word-wrap: break-word; border-top: 1px solid #C0C0C0;}

.Contentphd{display: none;}

.BlogCenteDiv {width: 70%; float: left; margin-right: 1%;}
.BlogRightDiv {width: 28%; float: left;}
.BlogPostCente {width: 100%;}
.BlogPostTime {width: 100%; background-color: #f7f7f7; padding-top: 2px; padding-bottom: 2px; }
.BlogPostTime img {margin-left: 6px;}
.BlogPostCenteTitleh1 {line-height: 110%;}
.BlogPostCenteText {width: 100%; margin: 10px 0px 10px 0px;}
.BlogPostCenteText img {max-width: 99%;}
.BlogPostCenteShareDiv {width: 100%; margin: 10px 0px 0px 0px;}

.nexthidentdiv {width: 100%; margin-bottom: 30px; clear: both;}


.BlogPostListDiv {width: 100%; word-wrap: break-word; margin-bottom: 10px;}
.BlogPostListDivTitle {width: 100%; padding-top: 6px; padding-bottom: 6px; font-weight: bold;}
.BlogPostListDivImg {width: 100px; height: 90px; float: left; margin: 0px 3px 3px 3px;}

.BlogCenteNextPageDiv {width: 100%;}
.BlogCenteNextPageDiv a {margin-right: 8px;}

.TextAlignCenter {text-align: center;}

.OtherArticleDiv {width: 100%; margin-top: 30px;}
.OtherArticleDivInfo {width: 24%; margin-right: 1%; float: left; word-wrap: break-word;}
.OtherArticleDivInfo img {width: 100%;}
.OtherArticleTipsDiv {width: 100%; margin-bottom: 10px;font-weight: bold; font-size: 16px;}

.OtherSoftwareDownload {width: 100%; margin-top: 16px;}
.OtherSoftwareDownloadTitle {width: 100%; color: darkorange;}
.OtherSoftwareDownloadItem {width: 15%; margin-right: 1%; float: left; text-align: center;}
.OtherSoftwareDownloadItem img {width: 99%; height: 90px;}
.OtherSoftwareDownloadItemMore {width: 100%; text-align: right;}

.DlPageAffTextDiv {width: 100%; word-wrap: break-word;}
.DlPageAffTextDivSect {width: 100%; margin-top: 6px;}
.DlPageAffTextDivItem {width: 98%; margin-top: 6px; border: 1px solid #c0c0c0; padding: 1px 1% 1px 1%;}
.DlPageAffTextDivItemImg {width: 60; height: 60px; margin-right: 3px; float: left;}