﻿@CHARSET "UTF-8";

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot');
    src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
         url('fonts/icomoon.woff') format('woff'),
         url('fonts/icomoon.ttf') format('truetype'),
         url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'Open Sans light';
    src: url('fonts/opensans-light.eot');
    src: url('fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light.woff') format('woff'),
         url('fonts/opensans-light.ttf') format('truetype'),
         url('fonts/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular.woff') format('woff'),
         url('fonts/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
	color:#000;
	font-size:62.5%;
	background-color:#eee;	
	font-family:'Open Sans';
} 
body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form, 
fieldset,input,textarea,p,blockquote,th,td { 
margin:0; 
padding:0; 
}
p .indent{
text-indent: 2rem;
}
p,body,li{
	font-size:1.3rem;
}

h2{
	font-size:2.0rem;
}
h3{
	font-size:1.6rem;
}
h4{
	font-size:1.4rem;
	font-weight:900;
	color:#555;
}

h1,h2,h3,h4,h5,h6 { 
 
font-weight:normal; 
}








textarea {
-webkit-appearance: textarea;
background-color: white;
border: 1px solid;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
flex-direction: column;
resize: auto;
cursor: auto;
padding: 2px;
white-space: pre-wrap;
word-wrap: break-word;
}

table { 
border-collapse:collapse; 
border-spacing: 0px;
border-color: gray;
} 

tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
fieldset,img { 
border:0; 
} 

ul { 
list-style:none; 
} 


.clear{clear:both;}

body{
	font-family:"Open sans",Helvetica,sans-serif;
    max-width: 1200px;
	min-width:1024px;
	margin:auto;
	background-color:#fff;
	}
div{
	display:block;
}


.main-table{
	width:100%;
}
.site-body:after{	
  content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}




#site-header {
	
	background-repeat: no-repeat;
	margin-top:0px;
	text-align:center;	color:#565656;
	background-size: cover;
	position: relative;	
	z-index: 4;
	width:100%;
	height:200px
}
#fly-header-text{

	width: 500px;
    padding-top: 2%;

    margin-left: 15%;
}
#fly-site-title {

	margin:0;
	text-transform: none;
	color:#565656;
	letter-spacing:0.5rem;
	
}
#fly-site-tagline p,
#fly-site-tagline li {
  
	
    color: #999;
    text-align: center;  
    padding: 0px 0.0rem;

	list-style-type:disc;

    border-radius: 0.3rem;
    margin: 0.2rem 0.3rem;
    letter-spacing:0.2rem;
	position:relative
}

#fly-site-tagline{
margin-top:0rem;

	
}

#fly-navbox {	
position: absolute;
z-index: 5;
background-color: #6ea2cf;
border-radius: 3.750rem 3.750rem 0 0;
color: #fff;
text-align: center;
height: 35px;
border-bottom: 3px solid #b5ced7;
top: 165px;
width:100%;
}
.linear{   
     
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#15A216,endColorStr=#5185b3); /*IE*/   
    background:-moz-linear-gradient(top,#6ea2cf,#5185b3);/*火狐*/   
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#6ea2cf), to(#5185b3));/*谷歌*/         
    background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, #6ea2cf),color-stop(1, #5185b3));/* Safari & Chrome*/  
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6ea2cf', endColorstr='#5185b3'); /*IE6 & IE7*/  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6ea2cf', endColorstr='#5185b3')"; /* IE8 */  
  
} 





.entry-content h4{
 
    color: #5D91BF;
    font-family: Arial Black;
    font-weight: 900;
}

a, a:visited {
	color: #3199e3;
	text-decoration:none;
}

a:hover,
a:focus,
.entry-title a:hover {
	color: #e4a92c;
}
a:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
.entry-title a {
	color: #666666;
}


.site-navigation li.current_page_item > a, 
.site-navigation li.current_page_ancestor > a,
.site-navigation li.current-menu-item > a, 
.site-navigation li.current-menu-ancestor > a,
.primary-navigation li a:hover,
.primary-navigation li.current-menu-item.home a:hover {
color: #ffdd80;
}
 
.primary-navigation li {
		border: 0;
		display: inline-block;
		line-height: 30px;	
		text-align: left;
	}
.primary-navigation li >a {
		display: inline-block;
		padding: 0 12px;
		white-space: nowrap;
		color: #fff;
	}
.primary-navigation  li:hover > ul,
	 .primary-navigation  li:focus > ul, 
	 .primary-navigation .focus > ul {
	border-left: 0;
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: 100px;
	display:block;
}
.primary-navigation li ul 
	{
	margin: 0;
	padding: 0;
	position: absolute;	
	z-index: 9999;	
	display:none;	
	overflow: hidden;
	
}
.primary-navigation li ul li a {
	background:#6498c5; 
	 border-bottom: 1px solid #fff;	
	 display: block;
	 width: 12rem;
	 white-space: normal;
	 text-transform:none;
	
}	
.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}
.primary-navigation li {
text-transform: uppercase;
font-size:1.4rem;
}	

	
	
	
#pref-outerbox {
	max-width: 1400px;
	position: relative;
	z-index:1;
	background-color: #fff;
	min-height: 20rem;
	margin:0 auto;	
	border-radius: 3.750rem 3.750rem 0 0;
	-webkit-border-radius: 3.750rem 3.750rem 0 0;
	-webkit-box-shadow:  0 0 1.250rem 0px rgba(0, 0, 0, .2);  
    box-shadow:  0 0 1.250rem 0 rgba(0, 0, 0, .2);		
}
.menu-toggle {	border: 0;
	 cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 2px;
	right: 45%;
	text-align: center;
	width: 80px;
	margin-top: 6px;	padding: 5px 16px;
	text-transform: uppercase;	background-color: #595a67;
	color: #FFF;
	
}


.site-navigation ul.nav-menu {	padding: 0 5px 0;}

#pref-banner-shadow img {
	margin:auto;
	position:relative;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.site-footer{
	position:relative;
	background-color:#466C8D;
	width:100%;
	
	}

#in-footer {
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6ea2cf;
}



footer a:hover,
#in-footer  a:hover,
footer a:focus,
.entry-title a:hover {
	color: #e4a92c;
}

footer a:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
footer h1{	
	color: #a9c3d8;

}

.foot-widget-title{	
	color: #a9c3d8;
	line-height:2;
	text-transform:uppercase;	
	font-size:1.4rem;
}

.widget {
	
	box-sizing: border-box;	
	text-align:left;
	margin-bottom:2rem;
	
}

.must_posts_widget{
line-height:2.5rem;
	
}
.widget_cont{
	
}
.widget_prim a,
.widget_prim a:visited {
	color: #FF9E00;
	text-decoration:none;	

}

.widget_prim li {
    padding: 0rem 1.5rem;
}

.widget_prim a:hover,
.widget_prim a:focus,
 {
	color: #e4a92c;
}
.widget_prim a:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}


#in-footer p,
#in-footer a, 
.row-right a,
.row-right a:visited,
#in-footer a:visited {
	color: #ABC5B6;
	text-decoration:none;
	line-height:2.0;
    text-shadow: 0 1px .5em #000;	
}
.col-right a,
.col-right a:visited{
	color: #fa9300;
}


.col-right h1,
#prim-content h1,
#primary-full h1{
	color:rgb(147, 189, 57);
	margin:0;
	padding:1rem;
	font-weight:900;
	
}
.row-right ul li{	
	padding: 0 1rem 0 1rem;
	}


.widget_footer{
	float: left;
	width:25%;
	
	box-sizing: border-box;
	padding: 0 40px;	
	text-align:left;
	
}

.widget h2,
.widget h3,  
.widget h4 {
	
	font-weight: 400;
	color:#fff;
	text-transform:uppercase;
	padding:0.3rem 0.5rem;
	margin:0;
	background-color: #6B2704;
    display: inline;
}

.widget_calendar caption {

	text-transform: uppercase;
	background-color: #384149;
	margin-bottom: 1px;
	padding: 5px 3px;
	border-radius: 3px 3px 0px 0px;
	color: #fff;
	text-align:center;
}
.widget_calendar th {
	background: padding-box padding-box #E2E3E4;
	border-left: 1px solid rgba(0, 0, 0, 0);
	color: #333;
	text-align: center;
	font-weight: bold;
}
.widget_calendar tbody, .widget_calendar thead {
	border: 0px solid #E2E3E4;
}
.widget_calendar tbody td {

	border-left: 1px solid rgba(0, 0, 0, 0);
	 border-top: 1px solid rgba(0, 0, 0, 0);
	text-align: center;
	padding:5px;
	
}
.widget_calendar tbody td:first-child {
	border-left: none;
}
.widget_calendar tbody a {
	color: #fff;
}
.widget_calendar tbody td#today {

	color: #F79400;
	font-weight: bold;
}
.widget_calendar tbody td#today a {
	color: #fff;
}

.widget-title {

   
	
}
.copyright {
	margin:  auto;
	color: #C57804;
	text-align: center;
	background-color:#042746;
	width:100%;
}



#primary{
	margin-top:2rem;
	vertical-align:top;
	border-right: 1px solid white;
}
#primary-full{

}
#prim-content{
	display:inline-block;
	float:none;
	width:100%;
}


.prim-content{

	float:none;
    
}




/*for button*/
.button {
	width: auto;
}
.button a {
	background: #7CA821;
	background-image:-moz-linear-gradient(0% 100% 90deg,#5F8E14,#7CA821);
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#7CA821),to(#5F8E14));
	border: 1px solid #5F8E14;
	border-radius:3px;
	color: #CFEA93;
	cursor: pointer;
	display: block;
	font-weight: normal;
	height: 100%;
	-moz-border-radius:3px;
	padding: 7px 0 8px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius:3px;
	width: 100%;
}
.button a:hover {
	text-decoration: none;
	background-image:-moz-linear-gradient(0% 100% 90deg,#6F9C1B,#659417);
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#659417),to(#6F9C1B));
}
.button .count {
	color: #FFF;
	display: block;
	line-height: 16px;
	padding: 0 13px;
	white-space: nowrap;
}





#comments,
.comment-list {
	margin: 2rem 0;
}
.comments-title {
	font-size: 1rem;
}
.comments-title span {
	font-style: italic;
}
.comment-list,
.comment-list .children {
	list-style: none;
	padding: 0;
}
.comment-list li {
	margin: 0;
}
.comment-list .children li {
	margin-left: 1.5rem;
}
.comment-author {
	padding-top: 4px;
	margin-top: 0.375rem;
}
.comment-meta {
	background-color: #EDEDED;
	height: 48px;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-avatar {
	display: inline-block;
	margin-right: 0.75rem;
	float: left;
}
.comment-avatar img {
	border: none;
}
.comment-meta div > div {
	display: inline-block;
	float:left;
}
.comment-author .fn,
.comment-author .fn a {

	color: #333;
	font-weight: 600;
}
.comment-metadata {
	font-style:italic;
	padding-right: 5px;
}
.comment-metadata .reply,
.comment-metadata .edit-link {
	display: inline-block;
	margin:0 5px;
	float: right;
}
.comment-metadata .icon-reply {
	color: #333;
	top: 2px;
}
.comment-metadata .reply a:hover,
.comment-metadata .edit-link a:hover {
	color: #000;
}

/*
Gallery
*/

img.gallery{
width:215px;
height:151px;
padding:7px;
}
.fullImg{
width:100%;
text-align:center;
}
.fullImg img{
	width:900px;
}
div#tbb {
   text-align:center;
   padding:0px;
}

div table#imx
{
	
    background-color: rgba(255, 255, 255, 1);
    margin:auto; 
	text-align:center;
}




.entry-meta .edit-link {
margin:0.5rem 2rem;
font-weight: bold;
}

footer.entry-meta span {
line-height: 1rem;
}
.entry-meta {

color: #68909f;
text-align: right;
}
footer.entry-meta {
margin: 1.5rem 0;
font-weight: bold;
}
footer .entry-meta-value {
font-weight: normal;
}
.post-navigation .meta-nav {
display: inline-block;
margin-right: 0.5rem;
font-weight: 900;
line-height: 2;
text-transform: uppercase;
}
.icon-arrow-left:before {
content: "\e62f";
}
.paging-navigation, .post-navigation {
margin: 2rem 0;
padding: 0.25rem 0;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;

}
[class^="icon-"], [class*=" icon-"] {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
position: relative;
top: 0;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.video-page{
	padding:2rem;
	
}
.videoBar{
	background-color:#344157;
	border-bottom: 1px solid #C7C7C7;
	border-top: 2px solid #C7C7C7;	
	height:35px;
	box-shadow: 5px 5px 1.250rem 0 rgba(0, 0, 0, .2) inset;
	
}
.videoBar li .lsTitle{

	text-align:center;
	float:left;
	width:12%;
	height:32px;

	background-color:#627255;

}

.videoBar h1{
color: #68909f;
padding-top:5px;
padding-bottom:5px;
cursor: pointer;

}

.lsTitle a{
cursor: pointer;
color:rgb(255, 163, 0);
text-shadow: 0 1px .5em #000;

top: 5px;
position: relative;
}

.lsTitle a:hover{
color:#fff;
text-shadow: 0 1px .5em #FFB004;
}

img.videoPic{
padding-top:10px;
width:250px;
height:160px;
clip:rect(0px,5px,0px,5px);
}
#videos{

	
	vertical-align: top;     
	background-color:black;
	min-height:300px;
	

	
}

#videos tr{
}
#videos td{
padding:0px;
}
.videoContainer{
width:285px;
height:300px;
text-align:center;
padding-top:10px;
padding-left: 10px;	
 }
.videoContainer h3,
.videoContainer p{
text-align:left;
padding-left: 30px;	
}
.videoContainer p{

color:gray;	

}
.videoContainer h3{

color:#fff;	
margin-top:10px;
margin-bottom:5px;			

}


.smallVideoScreen{
	padding-top:0px;
	width:100%;
	  
}    
#videoScreen{
	padding-top:0px;
	padding-bottom:10px;
	width:1160px;
	height:700px;
}

.msg,.bbp-topic-form input,.bbp-topic-form select,.bbp-the-content-wrapper,input[type="search"]{
background-color: #FFFFFF;
border: 1px solid #C7C7C7;
box-shadow: 2px 2px 0.5rem 0 rgba(85, 126, 88, 0.15) inset;
color: #000;
border-radius: 3px;
margin: 0.1%;
padding:3px;
}
.label{
width: 33%;
height: 30px;
float: left;
font-weight:normal;
}
#message{
width:99.4%;	
}
.CTButton,.login form p.submit input,div.bbp-submit-wrapper button,input[type="submit"]{
background: #D1E990;
color: #000;
background-image: -webkit-gradient( linear, left bottom, left top, from( #AAD75B ), to( #D1E990 ) );
background-image: -webkit-linear-gradient( bottom,#AAD75B, #D1E990 );
background-image: -moz-linear-gradient( bottom, #84B927, #AFDB36 );background-image: -o-linear-gradient( bottom, #84B927, #AFDB36 );background-image: linear-gradient( to top,#84B927, #AFDB36 );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1E990', endColorstr='#AAD75B');-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s;display: inline-block;position: relative;outline: 0;
zoom: 1;
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
text-align: center;
text-shadow: 0 1px 0 #fff;
border-radius: 3px;
border-width: 1px;
border-color: #6e9a1f;
padding-left: 20px;
padding-right: 20px;
line-height: 14px;
padding-top: 5px;
padding-bottom: 5px;
}
#fileButton{
	float:right;
}
#sendButton{
	width:20%;
	margin-left: 1%;
	text-transform: uppercase;
}
.tml-action-links li {
  float: left;
  margin-right: 10px;
}
.login label{
font-weight:normal;
}
.postFrame{
	
	height:100%;
	padding-top:1rem
}
.postList{
width:20%;
margin-top:10px;
padding-bottom:5px;
padding-left:20px;
padding-right:10px;
float:left;
min-height:400px;


}
.feature_postlist{

	margin-left:1rem;

}
.postItem{	

text-align: left;
line-height:2.2rem;
display: inline-block;
padding:0.0rem 1.1rem;

}

#psCont{
padding-top:1.5rem;
border-top: 1px dashed #8B8071;	
}
.gifs{
	margin:2rem 0rem;
	width:100%;
	text-align:center;
}

.ptxt,.text p{	
	text-indent:2em;
	line-height:2;
	
}

.login {
	padding: 5px;
}
.login p.error {
	padding: 5px;
	border: 1px solid #FFC93F;
	background-color: rgba(164, 166, 152, 0.75);
	color: #333;
}
.login p.message {
	padding: 5px;
	border: 1px solid #e6db55;
	background-color: #ffffe0;
	color: #333;
}
.login form label {
	display: block;
	font-weight:normal
}


.login form p .input,#user_captcha{
background-color: #FFFFFF;
border: 1px solid #C7C7C7;
box-shadow: 2px 2px 0.5rem 0 rgba(85, 126, 88, 0.15) inset;
color: #000;
border-radius: 3px;
padding:3px;
}
.login form p.forgetmenot label {
	display: inline;
}
.login form p.forgetmenot  {
	display: inline;
}
.login input {
	margin: 5px 0;
}


.profile .screen-reader-text,
.profile .screen-reader-text span {
	height: 1px;
	left: -1000em;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
.mu_register .hint {
	
	margin-bottom: 10px;
	display: block;
}
.mu_register label.checkbox {
	display: inline;
}
#pass-strength-result {
    border-style: solid;
    border-width: 1px;
    margin: 12px 5px 5px 1px;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
}
#pass-strength-result.strong,
#pass-strength-result.short {
    font-weight: bold;
}
#pass-strength-result {
    background-color: #eee;
    border-color: #ddd !important;
}

#pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c !important;
}

#pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0 !important;
}
#pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040 !important;
}
#pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c !important;
}




.TAButton{
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
text-align: center;
border-radius: 3px;
border-width: 1px;
border-color: #6e9a1f;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
transition: all .2s;
display: inline-block;
position: relative;
outline: 0;	
zoom: 1;
text-indent:0em;	
}

legend{
	font-size:0.813rem;
}
.bbp-topic-form{
	background-color:#eee
}

.TASay,.TASay1{
font-weight:900;
color:#fff;	
padding: 0.5rem 1rem 0.5rem 1rem;	
margin-top:0;
text-shadow: 0 0.5rem 1rem #888;	
display:inline-block;
 

}
.TASay{
color:#fff;	

background-color:rgb(158, 136, 111);// rgb(79, 155, 137)	
}
.TASay1{
color:#fff;	

background-color: rgb(213, 113, 35)	
}
.imgContainer{
width:100%;
text-align:center;
margin:1.5rem 0;	
}
.BigTitle{

color:#FFA300;		
position:relative;
top:0.5rem;
font-weight:900
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
	
	padding:1rem;
}

.page-content h2,
.page-content h3
 {

color:#555;	
line-height:3rem;
}
.featureHead,.widget_search{
	height: 6rem;
	border-bottom: 1px solid white;
	 
}
.featureHead{
background-size: cover;
background-position-y: -1.5rem;
text-align: center;
margin:0 0.5rem
}

.featurePic{
	width:40%;
	height:118px;
	float:left;
	display:inline;
	background-size:cover;
	background-repeat:no-repeat;	
	margin:0.5rem 1rem 1rem 0.5rem;
	border:1px solid #ccc;
	padding:0.3rem	
}
.featureCon,
.page-content,
.entry-content,
.entry-summary 
{
margin:0rem 1rem 1rem 0rem;
min-height:720px;
padding:1.5rem;
}
.featureCon{
margin:1rem 0.5rem 0.5rem 0.5rem;	
background-color:#fff;
box-shadow: 0 3px .5rem 0 rgba(0, 0, 0, .2);	
}


/*
.showPost is used for simple display the content of a post.
*/
.showPost{
    background-color: rgb(236, 236, 236);
	min-height:10rem;
	border-top:1px solid white
	
}


#psCont h1{

	color:#888;

	
}
#post_cont_of_list{
	padding:1rem 1rem 1rem 1rem;
	width:100%;
	
}
#post_cont_of_list p{
	indent:1rem;
}
.showPost_cont{
	padding:0.5rem 0.5rem
}
.side-widget-p{
	color:#cdcdcd;
	padding-left:0.5rem;
	padding-bottom:0.5rem;
	border-bottom:1px solid white
}

.note-that{
	margin-top:2rem;
    padding: 1rem 2rem;
	color:#a00;
	//background-color:#535654;
	border-radius:10px;

}
.note-that:before{
	content:'Note That:  ' ;
	font-weight:900;
}

.pic{
	display:inline-block;
	text-align:center;
	
	margin:1rem;
}
.backwall{
	margin: 2rem auto;
    text-align: center;
    padding: 2rem 0;
    border-top: 1px dashed #A5A5A5;
    border-bottom: 1px dashed #ADA9A9;
	
}
.video{
	width:400px;
	height:280px;
}
.counter{
text-transform: initial;

    color: #DEA52D;
	
	
}
.ta_image{
	margin:1.0rem 0.0rem;
	text-align:center;
}
.ta_image img{
box-shadow: 2px 2px 8px #ccc;
}
	
}
.ta_image p{
	text-align:center;
}
.ta_menu{
	background-color:#ccc;
	border-radius:0.3rem;	
    display: inline-block;
	padding: 0px 6px;

	border: 1px solid #000;
    margin: 2px;
}
.tip {
    
    color: black;    
    padding: 0rem 2rem;
	
}


.tip ol li{
	margin:5px 1.5rem;
}


.expert h3 {
	display:block;	
	color:rgb(147, 189, 57);
	font-weight:900;
	text-size-adjust:100%;
	padding-left:2rem
}
.tip h3 {
	padding-left:0rem;
	color:#565656;
}
.home h2
{
    color: #fff;
    
    background-color: #2f90dc;
    padding: 0.5rem 2rem;
    display: inline-block;

}
.mantra{
   
	width: 300px;
    margin-left: 73%;
    color: #fff; 
	text-align:left;
	line-height:2.2;
	position:absolute;
	top:50px;    
}

.mantra p{
	text-shadow: 0 1px 0.5em #000;
	font-size:1.2rem;
}


.word-list{
	list-style-type:none;
	margin: 1rem 0;
		
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.word-list li {

	padding: 0.1rem 0.5rem;
	margin: 0.1rem 0.3rem;
    line-height: 1.2;
    display: inline;   
    border-radius: 0.4rem;
    text-align: center;
    border: 1px #ccc solid;
    min-width: 5rem;
	

}


.word-list li p{
	line-height:2.0rem;
	
}




.sparate-line {
	border-top:1px gray dashed;
	border-bottom:none;
	border-left:none;
	margin:0;
}

.quote {

	border-width:0px;		
	position:relative;
	min-height: 30px;
	margin-bottom: 2rem;	
	margin-top: 3.5rem;	
	
}
.introduce .quote p {	
	line-height: 2rem;	
	color:#fff;
	

	
}
blockquote:after{
color: #00d0d0;
    content: "\201D";
    display: inline-block;
    position:absolute;   
    font-size: 6rem;   
    font-weight: normal;
    width: 6%;	
	right:10px;
	bottom:-1.5rem;
	line-height: 0.1rem;
	color:#bcc7c7;
		 
}

.lifu-row{
	width:100%;
	display:table-row;
}
.lifu-row:nth-child(odd){
	background-color:blue
}

.col-prim{
	width:75%;
	display:table-cell;
	background-color:#fff;

}
.col-right{
	width:25%;	
	vertical-align:top;
	background-color: #535654;
	display:table-cell;
	
	
}

.banner{
margin-bottom:1.0rem;
margin-top:2.0rem;
color:#000;
}
#banner-shadow{
	position: absolute;
}

.prod-content:after
{
clear:both;
}


article{
	margin-top:3rem;
	background-color:#fff;
	padding-right:6rem;
	padding-left:6rem;
	line-height:1.5;	
	color:black;
	
}
article h1{
	text-align:center;
	color:#666;
	font-size:2.3rem;
	font-family:'Open Sans';
	line-height:2;
	margin-top:2rem;
	margin-bottom:1.5rem;
	letter-spacing:0.1rem;
	
	
}

.paragragh,.para{
	margin:1rem 3rem;
	
	
	
}
.paragragh p,
.para p{
	font-size:1.2rem;
	line-height:2;
	
}
.pragraph h2,
.para h2
{
   font-size:1.7rem;
   letter-spacing:0.3rem;
   color:#666;
   margin-bottom:2rem;
   line-height:2;
}
.para h3{
	line-height:2;
	font-size:1.5rem;
	margin-bottom:1rem;
	font-weight:600;
}
.para li{
	font-size:1.2rem;
}
.subtitle {
	color:#ccc;
	margin-right:0.5rem;
}



.introduce:nth-child(2n){
	background-color:#fff;
	


}
.introduce:nth-child(2n+1){

	background-color: #f5f5f5;

}

.introduce{		
	padding:1.5rem 6rem;
	color:#28b0b5;	
	line-height:1.5;	
	color:black;
	box-sizing:border-box;
  
}

.basic-info span{
	color:#aaa;
}
.basic-info .priceb {
background-color: #FF9E00;
color:#fff;
padding:0.3rem 1rem;
	
}

.basic-info {
	color:#000;
}
.new-button{
    background: #555; 
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;    
	color: #FF9E00;
    padding: 0.5rem 1.5rem;
	font-weight:900;
 
}
.download-mark {
    font-style: italic;
    text-align: right;
    color: #555;
    padding-right: 6rem;
}
.download {

}
.prompt-sign {
    text-shadow: 2px 2px 4px #020600f7;
    background-color: #9ed0ca;
    display:inline-block;
    box-shadow: 2px 2px 0.5rem 0 rgba(39, 53, 41, 0.59);
    border-radius: 3px;
    padding: 0.5rem 1rem;
	min-height:40px;
}

.download-left{
border-right:1px #ccc solid;
width:45%;
vertical-align:middle;
padding-right:2rem;
}
.download-right{
padding-left:4rem;
width:55%;
}

.download-left,
.download-right{
display:table-cell;
padding-top:2rem;
padding-bottom:2rem;
}
.download{
display:table;
width:100%;
margin-top:2rem;
margin-bottom:2rem;
}
.page-title{
    padding: 2rem 3rem 0.5rem 1rem;
    margin-left: 2rem;
    color: rgb(154, 173, 164);
	display:inline-block
}
.small-p{
	color:#888;
	line-height:2;
}

ul{
	padding-inline-start: 0px;
}
#post-title{
    cursor: pointer;
    text-align: left;
    margin: 1rem 8rem 1rem 6rem;
	font-size:2rem;
	display:inline-block;
	padding: 1rem 2rem 0.5rem 2rem;
	color:#666;
	letter-spacing:0.5rem; 
	text-transform:uppercase;
	 
	
	
}
.cate-ol li{
	list-style-type: none;
}



hr{
	border-left:none;
	border-right:none;
	border-bottom:none;
}
.price_bk {
	display: inline-flex;
    margin: 0.5rem 0rem 2rem;
    background-color: #a7d433;
    padding: 0.3rem 1.3rem;
    font-weight: 900;
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    color: #fff;
}

.buy_button a 
{
	color:#fff;
	
}
.buy_button a:visited
{
	color:#fff;
	
}


legend{
	font-size:0.813rem;
}
.buy-taobao {
    background: #D1E990;
    color: #000;
    background-image: linear-gradient( to top,#e8870e, #ffa114 );
    font-size: 1.5rem;
    border-radius: 10px;
    text-transform: UPPERCASE;
    font-weight: 900;
    margin-left: 10px;
}
.price-taobao {
    display: inline-flex;
    margin: 0.5rem 0rem 2rem;
    background-color: #a7d433;
    padding: 0.3rem 1.3rem;
    font-weight: 900;
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    color: #fff;
}
.buy-taobao a 
{
	color:#fff;
	
}
.buy-taobao a:visited
{
	color:#fff;
	
}
