
* {
	color:rgb(81, 83, 85);
}
p {
	margin:0
}
input:focus, textarea:focus {
	outline: none;
}
#pageContainer {
	/*	display: grid;*/
	width: 1600px;
	height: 3000px;
	margin: 0 auto;
/*	grid-template-rows: 1fr;
	grid-template-columns: 400px minmax(200px, 1fr);*/
	/*	border:3px solid yellow;
*/
}
#leftNavContainer {
	position: fixed;
	width: 400px;
	height: 1000px;
	/*	border:1px solid red;*/
	float: left;
	margin-top: 10px;
	background: rgba(253, 253, 253, 1);
}
#rightContentConatainer {
	width: 1200px;
	float: right;
	margin-top: 10px;
}
#divTitle{
	width: 260px; 
	height: 173px; 
	margin-left: 70px; 
	background: url(../img/title.png); 
	background-size: contain;
}
#navRight{
	width:100%;
	margin:0px;
	padding:0px;
	text-align: center;
	margin-top:50px;
}
#navRight li {
	list-style:none;
	height:80px;
	line-height: 80px;
	font-size: 18px;
}
#navRight li a {
	list-style:none;
	height:100%;
	width:100%;
	display:inline-block;
	text-decoration: none;
}
#navRight li a:hover { 
	background-color: rgb(56, 100, 243);
	color:white;
}
.normalNavItem {
	list-style: none;
	height: 100%;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: rgb(81, 83, 85);
}
.activeNavItem {
	background-color: rgb(56, 100, 243);
	color:white;
}
#banner {
	width:1200px; 
	height:590px; 
	background:url(../img/banner.png)
}
.contentSection {
	width:1200px;
	margin-top:50px;
	/* border:1px solid red; */
}
#sectionFirstChoice h2 {
	margin-left:100px;
	margin-left: 100px;
	color: rgb(192,0,0)
}
#sectionFirstChoice .storyContent {
	margin-left:130px;
	margin-bottom:15px;
}
.sectionTitle {
	width: 600px;
	text-align: center;
	margin: 0 auto;
	font-size: 35px;
	margin-bottom: 20px;
}
.sectionBrief {
	width:1100px;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;	
	margin-bottom: 40px;
}
#pageFoot {
	width:100%;
	height:300px;
	/*background-color:lightblue;*/
}
.featurePoint {
	width:400px;
	height:200px;
	float:left;
}
.featureTitle {
	font-size: 22px;
	margin-top:10px;
	margin-left:100px;
}
.featureIcon {
	border:3px solid rgb(230, 239, 251);
	border-radius: 15px;
	width:60px;
	height:60px;
	line-height:60px;
	margin-left:10px; 
	margin-top:10px;
	text-align: center;
	padding-top: 0px;
	float:left;
}
.featureIcon i {
	font-size: 26px;
	color:rgb(56, 100, 243);
}
.featureBrief{
	margin-top:10px;
	margin-left:100px;
	margin-right:10px;
	font-size: 18px;
}
.featureBrief p {
	text-indent:2em;
}
.storyRow {
	margin-bottom: 10px;
}
.storyPicture{
	margin-left: 10px;
	width:400px;
	height:300px;
}
.storyPicture img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.storyTitle {
	font-size: 22px;
}
.storyContent {
	width:100%;
}
.storyContent p {
	text-indent:2em;
	font-size: 18px;
	width:775px;
	word-break:normal;
	white-space:pre-warp;
	word-wrap:break-word;
	overflow:hidden;
}
.downloadContent {
	width:100%;
}
.downloadContent div {
	font-size: 18px;
}
#btnDownload{
	/*margin-left:240px;*/
	width:180px;
	height:50px;
	font-size: 20px;
	line-height: 50px;
	background-color: rgb(56, 100, 243);
	border: 1px solid rgb(56, 100, 243);
	border-radius: 5px; 
	text-align: center;
	color: white;
	display: block;
	text-decoration: none;
	/* font-weight: bold; */
}
#btnDownload:hover { 
	cursor: pointer;
}
.downloadIcon {
	font-size: 26px;
	color:white;
	text-align: left;
}
.contactFormRow {
	margin-bottom: 20px;;
}
.contactItemCaption {
	font-size: 18px;
	margin-left:150px;
	width:90px;
	float:left;
	height: 45px;
	line-height: 45px;;
}
.contactItemEditor {
	width:800px;
	margin-left:240px;
}
.contactItemEditor input {
	border-radius: 5px; 
	border:1px solid rgb(231, 228, 228);
	/* border:1px solid #378888; */
	
	height:40px; 
	font-size: 18px; 
	padding-left:5px;
	padding-right:5px;
}
.contactItemEditor textarea {
	border-radius: 5px; 
	border:1px solid rgb(231, 228, 228);
	/* border:1px solid #378888; */
	resize: none;
	height:300px; 
	font-size: 18px; 
	font-family: Arial;
	color:rgb(81, 83, 85);
}
.contactItemEditor textarea:focus {
	font-family: Arial;
    outline: none !important;
	border:1px solid rgb(231, 228, 228);
	color:rgb(81, 83, 85);
}
.wkButton {
	line-height: 35px;
	background-color: rgb(56, 100, 243);
	border: 1px solid rgb(56, 100, 243);
	border-radius: 5px;
	text-align: center;
	color: white;
}
.wkButton:hover {
	cursor: pointer;
}
#btnSubtim{
	margin-left:240px;
	width:160px;
	height:50px;
	font-size: 20px;
	line-height: 50px;
	background-color: rgb(56, 100, 243);
	border: 1px solid rgb(56, 100, 243);
	border-radius: 5px; 
	text-align: center;
	color: white;
	//font-weight: bold;
}
#btnSubtim:hover { 
	cursor: pointer;
}
/* DocPage Start */
.docSectionTitle {
	width: 600px;
	text-align:left;
	font-size: 35px;
	margin-bottom: 20px;
/*	outline:1px solid red;*/
}
.docContent p {
/*	text-indent: 2em;*/
	font-size: 18px;
	word-break: normal;
	white-space: pre-warp;
	word-wrap: break-word;
	overflow: hidden;
	margin-left:10px;
}
/* DocPage End */
.sectionTitleDoc {
	width: 1190px;
	text-align: center;
	margin: 0 auto;
	font-size: 35px;
	font-weight: bold; 
	margin-bottom: 20px;
	color: rgb(192,0,0);
}
/* VideoPage Start */
.videoRow {
	margin-bottom: 10px;
}
/* VideoPage End */
/* SharePage Start */
.sectionTitleShare {
	width: 600px;
	text-align: left;
	margin-top: 50px;
	margin-left: 170px;
	margin-right: 170px;
	font-size: 24px;
	font-weight: bold;
	color: rgb(56, 100, 243);
}
.shareTitleLink {
	width: 600px;
	font-size: 24px;
	font-weight: bold;
	color: rgb(56, 100, 243);
}
.docBrief p {
	/*	text-indent: 2em;*/
	font-size: 18px;
	word-break: normal;
	white-space: pre-warp;
	word-wrap: break-word;
	overflow: hidden;
	margin-left: 170px;
	margin-right: 170px;
}
.docParagraph p {
	text-indent: 2em;
	font-size: 18px;
	word-break: normal;
	white-space: pre-warp;
	word-wrap: break-word;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 170px;
	margin-right: 120px;
}
.shareRow {
	margin-bottom: 10px;
}
.dailyContentSection {
	width: 1190px;
	margin-left: 10px;
	margin-top: 50px;
}
.dailyWordRow {
	margin-top: 15px;
	height: 90px;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	background-color: rgb(240, 240, 240);
}
.dailyWordSummary {
	width: 200px;
	height: 100%;
	background-color: lightblue;
	float: left;
	padding-left: 5px;
	font-size: 18px;
}
.dailyWordProvider {
	width: 260px;
	height: 100%;
	/*background-color: lightgrey;*/
	float: left;
	padding-left: 5px;
	padding-top: 4px;
	font-size: 18px;
}
.dailyWordMainWord {
	width: 790px;
	height: 100%;
	float: left;
	padding-left: 5px;
	padding-top: 7px;
}
.dailyWordAction {
	width: 140px;
	height: 100%;
	float: right;
	padding-left: 5px;
	font-size: 18px;
}
/* SharePage End */