﻿body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	line-height: 30px;
	text-align: center;
	background-color: #FBF8F4;
}
strong {
	font-weight: 500;
}

a,
a:hover,
a:focus {
	color: #666;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

h1,
h2 {
	margin-top: 10px;
	font-size: 38px;
	font-weight: 100;
	color: #555;
	line-height: 50px;
	font-family: "微软雅黑";
}

h3 {
	font-size: 22px;
	font-weight: 300;
	color: #555;
	line-height: 30px;
}

img {
	max-width: 100%;
}

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}

.colored-text {
	color: #19b9e7;
}

::-moz-selection {
	background: #19b9e7;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #19b9e7;
	color: #fff;
	text-shadow: none;
}


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
	display: none;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../images/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
	margin: 0 auto;
	padding-bottom: 30px;
}

.section-container-gray-bg {
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	background: #fff;
}

.section-description {
	margin-top: 60px;
	padding-bottom: 10px;
}

.section-description p {
	margin-top: 20px;
	padding: 0 120px;
}

.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	position: relative;
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #f03949;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
	outline: 0;
	opacity: 0.6;
	color: #fff;
}

.btn-link-1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.1);
}

.btn-link-2 {
	display: block;
	height: 58px;
	padding: 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 168px;
	background-image: url(../images/fdown.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	text-indent: -900000px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
	opacity: 0.6;
}
/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	height: 1px;
	background: #ddd;
}


/***** Modal *****/

.modal-content {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: left;
}

.modal-body {
	padding: 0 25px 15px 25px;
}

.modal-body img {
	margin-bottom: 15px;
}

.modal-header {
	padding: 25px 25px 15px 25px;
}

.modal-footer {
	padding: 15px 25px 25px 25px;
}

.modal-header,
.modal-footer {
	border: 0;
}

.modal-header .close {
	font-size: 36px;
	color: #888;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

.modal-footer button {
	height: 50px;
	margin: 0;
	padding: 0 20px;
	background: none;
	border: 1px solid #888;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.modal-footer button:hover {
	outline: 0;
	opacity: 0.6;
	background: none;
	border: 1px solid #888;
	color: #888;
}

.modal-footer button:focus,
.modal-footer button:active:focus,
.modal-footer button.active:focus {
	outline: 0;
	opacity: 0.6;
	background: none;
	border: 1px solid #888;
	color: #888;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-footer button:before {
	background: none;
}


/***** Top menu *****/

.navbar {
	padding-top: 0px;
	border: 0;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	margin-bottom: 0px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background-color: #333;
}

.navbar.navbar-no-bg {
	/*background: none;*/
}

ul.navbar-nav {
	font-size: 16px;
	color: #fff;
}

.navbar-inverse ul.navbar-nav li a {
	color: #CCC;
	text-decoration: none;
}
ul.dropdown-menu li
{

}
ul.dropdown-menu li a 
{
	color: #666!important;
	text-decoration: none;
		padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.navbar-inverse ul.navbar-nav li a:hover {
	color: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-color: #fff;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
}

.navbar-inverse ul.navbar-nav li a:focus {
	color: #fff;
	outline: 0;
	opacity: 1;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

.navbar-inverse ul.navbar-nav li a.btn-link-2 {
	height: auto;
	margin: 4px 0 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #fff;
}

.navbar-brand {
	width: 150px;
	height: 50px;
	text-indent: -99999px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/***** Top content *****/

.inner-bg {
	padding: 60px 0 0 0;
	background-color: #1ECF9E;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1ECF9E;
	border-right-color: #1ECF9E;
	border-bottom-color: #1ECF9E;
	border-left-color: #1ECF9E;
}
.top-content
{
	background-color: #15C288;
		overflow: hidden;
	display: block;
}
.top-content .text {
	padding-bottom: 60px;
	color: #fff;
}

.top-content .text h1 {
	color: #fff;
}

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p {
}
.top-content .description p b {
	background-color: #FFF;
	color: #090;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 1px;
	margin-left: 1px;
		border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}
.top-content .top-big-link {
	margin-top: 35px;
}

.images-slider img
{
	
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
}

/***** Features *****/

.features {
	padding-bottom: 30px;
}

.features-box {
	padding-top: 15px;
	padding-bottom: 15px;
}
.features-box:hover
{
	background-color: #FFF;
		border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.features-box-gray {
	background: #f8f8f8;
}

.features-box .features-box-icon {
	font-size: 60px;
	color: #17A47D;
	line-height: 60px;
}

.features-box h3 {
	margin-top: 15px;
}


/***** More features *****/

.more-features-container {
	padding-bottom: 60px;
}

.more-features-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.more-features-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}

.more-features-box-text:first-child {
	margin-top: 20px;
}

.more-features-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}

.more-features-box-text-icon {
	float: left;
	width: 60px;
	height: 60px;
	padding-top: 6px;
	background: #19b9e7;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.more-features-box-text h3 {
	float: right;
	width: 86%;
	margin-top: 0;
}

.more-features-box-text-description {
	float: right;
	width: 86%;
}


/***** Always beautiful *****/

.always-beautiful-container {
	padding-bottom: 60px;
}

.always-beautiful-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.always-beautiful-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}

.always-beautiful-box-text:first-child {
	margin-top: 20px;
}

.always-beautiful-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}

.always-beautiful-box-text h3 {
	margin-top: 0;
}

.always-beautiful-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}


/***** How it works *****/

.how-it-works {
	padding-bottom: 30px;
}

.how-it-works-box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.how-it-works-box .how-it-works-box-icon {
	position: relative;
	font-size: 80px;
	line-height: 80px;
}

.how-it-works-box-icon .how-it-works-step {
	position: absolute;
	top: 0;
	left: 95px;
	width: 32px;
	height: 32px;
	background: #19b9e7;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	line-height: 32px;
}

.how-it-works-box h3 {
	margin-top: 15px;
}

.how-it-works-box p {
	opacity: 0.8;
}


/***** Pricing *****/

.pricing {
	padding-bottom: 30px;
}

.pricing-box {
	padding-top: 30px;
	padding-bottom: 20px;
}

.pricing-box-inner {
	background: #f8f8f8;
}

.pricing-box-price {
	position: relative;
	padding: 20px 0 7px 0;
	background: #eee;
	font-size: 42px;
	color: #555;
	line-height: 54px;
}

.pricing-box-best .pricing-box-price {
	background: #19b9e7;
	color: #fff;
}

.pricing-box-price span {
	font-size: 18px;
	color: #888;
	line-height: 32px;
}

.pricing-box-best .pricing-box-price span {
	color: #fff;
}

.pricing-box-icon {
	position: absolute;
	top: -32px;
	right: 20px;
	width: 63px;
	height: 63px;
	padding-top: 5px;
	background: #19b9e7;
	border: 3px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.pricing-box-icon span {
	display: block;
	font-size: 40px;
	line-height: 40px;
}

.pricing-box h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 20px;
	background: #eee;
	color: #888;
}

.pricing-box.pricing-box-best h3 {
	background: #19b9e7;
	color: #fff;
}

.pricing-box h4 {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 10px 20px;
	background: #e8e8e8;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	text-transform: uppercase;
}

.pricing-box.pricing-box-best h4 {
	background: #17a7d0;
	color: #fff;
}

.pricing-box-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-box-features li {
	padding: 7px 20px;
	border-bottom: 1px solid #eee;
}

.pricing-box-sign-up {
	padding: 25px 0;
}


/***** Call to action *****/

.call-to-action-container .section-bottom-button {
	padding-top: 30px;
}


/***** About us *****/

.about-us-container {
	padding-bottom: 65px;
}

.about-us-box {
	padding-top: 30px;
	padding-bottom: 15px;
}

.about-us-box .about-us-photo {
	position: relative;
	width: 160px;
	margin: 0 auto;
}

.about-us-box .about-us-photo img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.about-us-box .about-us-photo .about-us-role {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 3px 5px;
	background: #19b9e7;
	font-size: 14px;
	color: #fff;
	line-height: 15px;
	text-transform: uppercase;
}

.about-us-box .about-us-social {
	margin-top: 5px;
	font-size: 36px;
	line-height: 36px;
}

.about-us-box .about-us-social a {
	color: #ddd;
}

.about-us-box .about-us-social a:hover,
.about-us-box .about-us-social a:focus {
	color: #19b9e7;
}


/***** Testimonials *****/

.testimonials-container {
	padding-bottom: 70px;
}

.testimonial-list {
	margin-top: 30px;
	text-align: left;
}

.testimonial-list .tab-pane {
	overflow: hidden;
}

.testimonial-list .testimonial-image {
	position: relative;
	float: left;
	width: 17%;
	margin: 10px 0 0 0;
}

.testimonial-list .testimonial-image img {
	max-width: 120px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.testimonial-list .testimonial-image .testimonial-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	padding-top: 3px;
	background: #19b9e7;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 32px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.testimonial-list .testimonial-image:hover .testimonial-icon {
	opacity: 0;
}

.testimonial-list .testimonial-text {
	float: left;
	width: 83%;
}

.testimonial-list .nav-tabs {
	border: 0;
	text-align: right;
}

.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.testimonial-list .nav-tabs li a {
	width: 14px;
	height: 14px;
	padding: 0;
	background: #ddd;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover {
	border: 0;
	background: #19b9e7;
}

.testimonial-list .nav-tabs li.active a {
	background: #19b9e7;
}

.testimonial-list .nav-tabs li.active a:focus {
	border: 0;
}


/***** Footer *****/

footer {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

.footer-social {
	font-size: 50px;
	line-height: 50px;
}

.footer-social a {
	color: #ddd;
}

.footer-social a:hover,
.footer-social a:focus {
	color: #19b9e7;
}

.footer-copyright {
	margin-top: 25px;
}

.nav>li>a.social-github {
	padding-bottom: 7px;
}

.nav>li>a.social-changelog {
	padding-bottom: 12px;
}

.typcn-social-github {
	font-size: 25px;
	line-height: 10px;
}

.typcn-document-text {
	font-size: 18px;
	line-height: 10px;
}

.badges-container {
	padding: 20px 0;
}

.badges-container .badges-line {
	display: flex;
	align-items: center;
	justify-content: center;
}

.badges-container .badges-line a,
.badges-container .badges-line iframe {
	margin: 0 5px;
}

.highlight-dark {
	color: #9feaf9;
	background-color: #2b2e3b;
	border-color: #111218;
	border-radius: 4px;
	padding: 12px;
}

.highlight-dark code {
	color: inherit;
}

.highlight span {
	display: block;
}

code {
	padding: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin: 0;
	font-size: 85%;
	background-color: rgba(0, 0, 0, 0.04);
	border-radius: 3px;
}

.highlight .c1 {
	color: #3498db;
	font-style: italic;
}

.highlight .c2 {
	color: #fff;
}

.getting-started-container h3 {
	text-align: center;
	padding-top: 10px;
}

.screenshot {
	border: 1px solid #dddddd;
}

.carousel-indicators li {
	border: 1px solid #737272;
}

.carousel-indicators .active {
	background: #737272;
}

.carousel-indicators {
	bottom: 0px;
}

.carousel-caption {
	padding-bottom: 15px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.carousel-caption h3 {
	color: #fff
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	border-color: #fff;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
}

.social-changelog .typcn {
	margin-right: 5px;
}

.mdl-layout__drawer {
	width: 315px;
	-webkit-transform: translateX(-315px);
	transform: translateX(-315px);
}

.mdl-layout__content {
	margin-left: 315px;
}
/*andto tree icon */
.attreeview-folder{
	background:url('../images/treeview-folder.png') no-repeat center center !important;
}
.attreeview-file{
	background:url('../images/treeview-file.png') no-repeat center center !important;
}
/*help*/
.help-box
{
	background-color: #FFF;
  display: -webkit-flex; /* Safari */
  display: flex;	padding: 0px;
	clear: right;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	overflow: hidden;
	border: 1px solid #EFEFEF;
	
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}
.help-menu
{
	width:250px;
	text-align: left;
	padding: 10px;
	flex-shrink:0;
}
.help-main
{
	overflow: hidden;
	background-image: url(../images/bg.png);
	height: auto;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	flex-shrink:1;
}
.help-item
{
	border: 0px solid #EFF0F1;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.help-item h1,.help-item h2,.help-item h3
{
	font-weight: 700;

}
.help-item h1
{
	font-size: 32px;
	word-wrap: break-word;
	clear: both;
	margin-bottom: 10px;
	display: block;
}
.help-item h2
{
	padding-bottom: 0;
	font-size: 20px;
	line-height: 20px;
	clear: both;
}
.help-item h3
{
	padding-bottom: 0;
	font-size: 16px;
	line-height: 16px;
	clear: both;
}
.help-item h4
{
	padding-bottom: 0;
	font-size: 16px;
	line-height: 30px;
	clear: both;
	font-weight: normal;
}
.help-item p
{
	font-size: 14px;
	margin-top: 10px;
	font-weight: 400;
	box-sizing: border-box !important;
	line-height: 24px;
	clear: both;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #6D6D6D;
}
.help-item label
{
	font-weight: bold;
}
.help-item .red
{
	color: #F60;
}
.help-item .blue
{
	color: #00F;
}
.help-item .img{
	overflow: hidden;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.help-item ul
{
	clear: both;
	padding: 0px;
	margin: 0px;
}
.help-item ul li
{
	list-style: disc;
	margin: 6px 0;
	display: block;
}
.help-main .pages
{
	clear: both;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	display: block;
	overflow: hidden;
}
.help-main .pages .fre
{
	clear: right;
	border: 1px solid #EFF0F1;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	text-decoration: none;
	color: #666;
	border-radius:50px 50px 50px 50px;
	-moz-border-radius:50px 50px 50px 50px;
	-webkit-border-radius:50px 50px 50px 50px;
	background-color: #F7F7F7;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: auto;
}
.help-main .pages .fre i
{
	color: #0C0;
	font-size: 16px;
	margin-right: 8px;
}
.help-main .pages .pre
{
	clear: left;
	border: 1px solid #EFF0F1;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	text-decoration: none;
	color: #666;
	border-radius:50px 50px 50px 50px;
	-moz-border-radius:50px 50px 50px 50px;
	-webkit-border-radius:50px 50px 50px 50px;
	background-color: #F7F7F7;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
}
.help-main .pages .pre i
{
	color: #0C0;
	font-size: 16px;
	margin-left: 8px;
}
.help-vlink
{
	color: #060;
	font-size: 12px;
	margin-left: 8px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 8px;
	text-align: center;
	font-family: "宋体";
		border-radius: 20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.tree-node-selected a
{
	color: #FFF;
}
/*donations*/
.donations
{
	text-align: left;
	display: block;
	color: #666;
}
.donations h1,.donations h3
{
	font-family: "微软雅黑";
	font-weight: 500;
	clear: both;
	padding-bottom: 10px;
	height: auto;
	display: block;
	line-height: 1.5em;
}
.donations .donations-item
{
	clear: both;
	padding-top: 10px;
}
.donations .donations-item p
{
	text-align: left;
	text-indent: 2em;
	display: block;
	line-height: 2em;
}
.donations .donations-item ol
{
	list-style-type:demical;
	clear: both;
	text-align: left;
	text-indent: 2em;
	line-height: 2em;
}
.donations .donations-item ol li {
	list-style-position:inside;
	list-style-type: disc;
}

.sub_tree label
{
	font-weight: normal;
}
.letter
{
	display: block;
	text-align: left;
	font-family: "仿宋", "宋体";
	font-size: 24px;
	line-height: 2.2em;
	color: #40301C;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	clear: both;
	overflow: hidden;
	margin: 0px;
}
.letter p
{
	text-align: left;
	text-indent: 2.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.9);
}
.letter p.rt
{
	text-align: right;
	display: block;
	padding-right: 100px;
}
.down-main
{
	overflow: hidden;
	background-image: url(../images/bg.png);
	padding: 30px;
	clear: both;
	height: auto;
	border: 1px solid #EEEEEE;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	max-width: 800px;
	text-align: left;

} 
.down-main .vn3
{
	clear: both;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.down-main .vn2
{
	clear: both;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
	border: 0px solid #F0F0F0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.down-main .sh2
{
	clear: both;
	font-size: 24px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: hidden;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.down-main .vnicon 
{
	clear: both;
	overflow: hidden;
	font-size: 16px;
	font-family: "宋体";
	background-color: #FFF;
	color: #666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border: 2px solid #096;
}
.down-main .vnicon:hover 
{
	background-color: #096;
	color: #FFF;
	border: 2px solid #096;
}
.down-main .vnicon2
{
	clear: both;
	overflow: hidden;
	font-size: 16px;
	font-family: "宋体";
	background-color: #FFF;
	color: #999;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border: 1px solid #E1E1E1;
}
.down-main .vnicon2:hover 
{
	background-color: #999;
	color: #FFF;
	border: 1px solid #999;
}
.down-main .vndown
{
	padding: 10px;
	clear: both;
}
.down-main .vndown a 
{
	overflow: hidden;
	font-size: 12px;
	font-family: "宋体";
	background-color: #1AB9D5;
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.down-main .vndown a:hover
{
	background-color: #F66;
	color: #FFF;
}
.down-main .vndown2
{
	padding: 10px;
	clear: both;
}
.down-main .vndown2 a 
{
	overflow: hidden;
	font-size: 12px;
	font-family: "宋体";
	background-color: #CCC;
	color: #666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.down-main .vndown2 a:hover
{
	background-color: #666;
	color: #FFF;
}
.down-main .vntib
{
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
}
.down-main .vntib ul
{
}
.down-main .vntib ul li
{
	color: #838383;
	line-height: 30px;
	font-size: 14px;
}
.down-main .dlink 
{
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: hidden;
	display: block;
	font-size: 12px;
	font-family: "宋体";
}
.down-main .dlink .dldown
{
	background-color: #F66;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	margin-right: 15px;
		border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}
.down-main .dlink .dltool
{
	background-color: #099;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
		border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}
.contact-main
{
	overflow: hidden;
	background-image: url(../images/bg.png);
	padding: 30px;
	clear: both;
	height: auto;
	border: 1px solid #EEEEEE;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	max-width: 800px;
}
.cbp-fwslider {
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0;
}
.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}
.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
.cbp-fwslider ul li > a, .cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}
.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 75%;
}
.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;

}
.cbp-fwslider nav span:hover {
}
.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}
.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}
.cbp-fwdots {
	position: absolute;
	bottom: 15px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}
.cbp-fwdots span {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}
.cbp-fwdots span:hover {
	background: #999;
}
.cbp-fwdots span.cbp-fwcurrent {
	background: #47a3da;
	box-shadow: 0 0 0 1px #47a3da;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.ulogin {
	float: right;
	width: auto;
	display: block;
	overflow: hidden;
	height: 36px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	clear: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
}

	.ulogin .ureg {
		margin-right: 15px;
		line-height: 36px;
		font-size: 14px;
		padding-top: 5px;
		padding-right: 8px;
		padding-bottom: 5px;
		padding-left: 8px;
		background-color: #F6F6F6;
		color: #666;
	}

		.ulogin .ureg:visited {
			color: #666;
		}

		.ulogin .ureg:hover {
			text-decoration: none;
			color: #FFF;
			background-color: #F36;
		}

	.ulogin a {
		line-height: 36px;
		font-size: 14px;
		padding-top: 5px;
		padding-right: 8px;
		padding-bottom: 5px;
		padding-left: 8px;
		background-color: #090;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		color: #FFF;
	}

		.ulogin a:link {
			text-decoration: none;
		}

		.ulogin a:visited {
			text-decoration: none;
			color: #FFF;
		}

		.ulogin a:hover {
			text-decoration: none;
			color: #FFF;
			background-color: #F36;
		}

		.ulogin a:active {
			text-decoration: none;
			color: #FFF;
		}
.free_aview, .free_aview:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 1px solid #F0F0F0;
}
.layui-timeline-title
{
	font-weight: 500!important;
	font-family: "微软雅黑"!important;
	color: #000!important;
}
.layui-text
{
	color: #8C8C8C!important;
}
.letter-main
{
	overflow: hidden;
	background-image: url(../images/lt-bg.png);
	padding: 30px;
	clear: both;
	height: auto;
	border: 0px solid #DBC6AD;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	max-width: 800px;
	background-repeat: repeat-x;
	background-color: #EFE7DE;
}
/*分享*/
.invite-body {
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	clear: both;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 30px;
	padding-left: 16px;
	font-family: -apple-system,PingFang SC,Helvetica Neue,Microsoft YaHei,Songti SC,SimSun,STKaiti,KaiTi SC,sans-serif;
}
.invite-box
{
	max-width:800px;
	width:100%;
	box-sizing:border-box;
	border-radius:5px;
	margin-bottom:30px;
	display:flex;
	flex-direction:column;
	align-items:center;
	clear: both;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 60px;
	box-shadow: 0 1px 1px 0 #ccc;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #093;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.invite-body h1 {
	text-align:center;
	font-weight:bold;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
.invite-body #back-btn {
	position:absolute;
	left:16px;
	top:10px;
	display:block;
	background-color: #FFF;
	background-position: 0;
	border: 1px solid #F0F0F0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.block-container {
	width:100%;
	box-sizing:border-box;
	border-radius:5px;
	margin-bottom:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	clear: both;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: 0px solid #F4F4F4;
}
.invite-box h2 {
	font-size:24px;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	text-align: center;
	display: block;
}
.invite-body  .invite-url
{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #F0F0F0;
	border-radius:6px;
	background-color: #F6FAFD;
}
.invite-body .keys-input
{
	border: 1px solid #E0E0E0;
	border-radius:6px;
	background-color: #F6FAFD;
	width: 92%;
	display: block;
	padding: 5px;
	margin: auto;
	clear: both;
}
.invite-body  .keys-input:hover
{
	border: 1px solid #093;
}
.invite-body  .keys-input input
{
	height: 36px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #F6FAFD;
}

.block-container .sharebtn {
	height: 40px;
	width: 150px;
	border: 0px solid #DDDDDD;
	padding: 0px;
	clear: both;
	overflow: hidden;
	background-color: #00B922;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	box-shadow: 0 1px 2px 0 #BBBBBB;
	text-align: center;
}
.block-container .sharebtn:hover {
	background-color: #00A61D;
}
.block-container .downbtn {
	height: 40px;
	width: 150px;
	border: 0px solid #DDDDDD;
	padding: 0px;
	clear: both;
	overflow: hidden;
	background-color: #008DCA;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	box-shadow: 0 1px 2px 0 #BBBBBB;
	text-align: center;
}
.block-container .downbtn:hover 
{
	background-color: #00AFFB;
}
.invite-box .invtib
{
	font-size: 20px;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 0px;
}
.invite-box .keytib
{
	margin-top:25px;
	margin-bottom:10px;
	clear: both;
	text-align: center;
	line-height: 3em;
	font-size: 110%;
}
.invite-box .invlink
{
	background-color: #EEE;
	color: #333;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size: 14px;
	width: 160px;
	text-align: center;
	display: block;
	clear: both;
	height: 36px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	line-height: 36px;
}
.invite-box .invlink:hover
{
	background-color: #666;
	color: #FFF;
}
.step-split {
	height:10px;
	width:90%;
	margin-bottom:30px;
	display: block;
	margin-top: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
}
.steps {
 display:flex;
 align-items:flex-start
}
.steps .step {
 flex-direction:column;
 width:100px
}
.steps .step,
.steps .step-icon {
 display:flex;
 align-items:center
}
.steps .step-icon {
 width:50px;
 height:50px;
 background:hsla(0,0%,100%,.4);
 border-radius:50%;
 justify-content:center;
 margin-bottom:10px
}
.steps .step-icon i {
	width:24px;
	height:24px;
	opacity:.8;
	font-size: 24px;
	color: #777;
}
.steps .step-text {
	font-size:14px;
	color: #999;
}
.steps .step-link {
 height:50px;
 width:14px;
 border-radius:2px
}
.steps .step-link i{
	border-radius:2px;
	margin-top: 20px;
	color: #AFAFAF;
}
.step-desc {
	margin-top:25px;
	margin-bottom:10px;
	clear: both;
	text-align: center;
	line-height: 3em;
}
.invite-logo
{
	height: auto;
	clear: both;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	display: block;
}
.invite-logo a
{
	display: block;
}
