----------------header------------------
body{
	padding:0;
	margin:0;
}

#header,#header *{
	padding:0;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#header{
	width: 100%;
	margin-bottom: 0px;
	position: absolute;
    z-index: 500;
	top:0px;
	left:0px;
}
#header li{
	list-style:none;
}

#header .header-wrap{
	max-width:1400px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	height:70px;
}
#header .navbar-brand{
	text-decoration:none;
}
#header .header-start{
	float:left;
	margin-top: 18px;
}

#header .navbar-brand svg{
	fill:#fff;
}


#header .navbar-brand span{
	font-size: 25px;
	color:#fff;
}

#header .navbar-brand img{
	padding:0 5px;
	width: 150px;
	border-style:none;
}
#header .header-center{
	margin-left:200px;
	margin-right:200px;
	margin-top: 18px;
}
#header .header-end{
	position: absolute;
	top: 18px;
	right: 20px;
}
#header .header-end-li{
	display: inline;
	padding: 0 10px;
}
#header .header-end-li-a{
	color:#fff; 
	cursor: pointer;
	display: inline;
	font-size: 16px;
}
#header .header-end-li-a:hover{
	color:#1dbf73;
}  
#header .header-end .fmenu-narrow {
    display: none;
    padding: 0;
    margin: 0;
}

#header .text-wrap{
	margin-top: 17px;
	position: relative;
	overflow: hidden;
}
#header .header-text-wrap{
	position: relative;
	overflow: hidden;
}
#header .search-bar-icon {
	position: absolute;
	z-index: 5;
	top: 8px;
	left: 8px;
}



#header .header-form-text{
	height: 34px;
	padding: 0 28px;
	border: 1px solid #e0e0e0;
	border-right: none;
	outline: none;
	border-radius: 3px 0 0 3px;	
	line-height:34px;
	float: left;
	width:400px;
}
#header .header-form-text:focus { 
	border-color: #999;
	border-right: none;
	outline:none;
	
}
input::-webkit-input-placeholder {			
	 color:#999;
	 font-weight:700;
	 font-size:15px;
 }

#header .center-btn{
	height: 34px;
	border: none;
	border-left: none;
	cursor: pointer;
	padding: 8px 16px;
	position: absolute;
	background: #1dbf73;
	color: #fff;
	font-weight: 600;	
	outline: none;
	border-radius: 0 3px 3px 0;
}
#header .center-btn:hover{
	background:#00a040;
}
#header .reg-btn{
	border:none;
	background:none;
	color: #fff;
	outline:none;
	font-size: 16px;
	cursor: pointer;
}
#header .reg-btn:hover{
	color:#1dbf73;
}
#header .login-btn{
	height: auto;
	padding: 7px 20px;
	border:1px solid #fff;
	cursor: pointer;
	outline: none;
	color:#fff;
	font-size: 16px;
	background:none;
	border-radius: 3px;
}
#header .login-btn:hover{
	color:#fff;
	background:#1dbf73;
	border: 1px solid #1dbf73;
}		
#header .right-btn:hover{
	background:#008329;
}

#header .x-nav-link {
	display: block;
	border: none;
	background: 0 0;
	color: #003c56;
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	padding: 9px 18px 0;
	text-decoration: none;
	cursor: pointer;
	transition: opacity .15s ease-out;
	outline:none;
}
#header .x-icon {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	fill: currentcolor;
	overflow: hidden;
	width: 26px;
	padding-top: 10px;
	line-height: 14px;
}
#header .x-icon span {
	display: block;
	height: 2px;
	background: currentcolor;
}	
#header .x-icon span+span {
	margin-top: 4px;
}
#header .navbar-nav-xmenu {		
	position: fixed;
	z-index: 803;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
#header .x-menu-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(20,21,23,.35),rgba(20,21,23,0));
	opacity: 1;
}
#header .x-menu-content {
	position: absolute;
	top: 12px;
	right: 12px;
	left: 12px;
	border-radius: 9px;
	background: #fff;
	font-size: 13px;
	line-height: 19px;
	box-shadow: 0 9px 48px rgba(20,21,23,.15);
	overflow:hidden;
}

#header .x-menu-button {
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: -12px;
	right: -12px;
	width: 48px;
	height: 48px;
	padding-top: 12px;
	color: #8db9df;
	margin: 0;
	padding: 0;
	border: none;
	background: 0 0;
	text-decoration: none;
	cursor: pointer;
}
#header .x-menu-button .x-icon-close {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	fill: currentcolor;
	overflow: hidden;
}
#header .x-menu-button .x-icon-close span{
	display: block;
	height: 2px;
	background: currentcolor;
	position: absolute;
	top: 17px;
	left: 11px;
	height: 2px;
	width: 14px;
	transform: rotate(45deg);
}
#header .x-menu-button .x-icon-close span+span{
	transform: rotate(-45deg);
}
#header .x-menu-content li {
	list-style: none;
	padding: 12px 18px 15px;
	border-top: 1px solid #f5f6f6;
	
}	
#header .x-menu-link {
	color: #0e74dc;
	font-size: 15px;
	font-weight: 700;
	line-height: 19px;
	display: block;
	padding: 6px 6px 3px;
	text-decoration: none;
	cursor: pointer;
}
#header .x-menu-list{
	border-bottom: 2px solid #f5f6f6;
}
#header .x-menu-list-title{
	padding: 26px 6px 0;
	color: #8db9df;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
}
.x-menu-link {
	color: #0e74dc;
	font-size: 15px;
	font-weight: 700;
	line-height: 19px;
	display: block;
	padding: 6px 6px 3px;
	text-decoration: none;
	cursor: pointer;
}
#header .header-nav{
	min-height: 40px;
	background: #f9f9f9;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#header .header-nav-list{
	max-width: 1140px;
	overflow: hidden;
	margin: 0 auto;
}
#header .header-nav-item{
	list-style: none;
	line-height: 40px;
	float: left;
	padding: 0 20px;
	height: 40px;
}
#header .header-nav-item:hover{
	border-bottom:2px solid #1dbf73;
}
#header .item-a{
	color: #656565;
	display: block;
	height: 100%;
	text-decoration: none;
}
#header .item-a:hover{
	color:#1dbf73;
}
@media (max-width:1040px){
	#header .header-wrap{
		height:auto;
	}
	#header .header-end{
		position: absolute;
		top: -8px;
		right: 0;
	}
	#header .navbar-brand svg{
		fill:#000;
	}
	#header .logo-text{
		font-size: 25px;
		color:#000;
	}
	#header .header-end-li-a{
		font-weight: 600;
		color: #62646a;
		cursor: pointer;
		display: block;
	}
	#header .header-end .fmenu {
		display: none;
	}
	#header .header-end .fmenu-narrow {
		display: block;
		padding: 0;
		margin: 0;
	}
	#header .header-end-li-a{
		color: #0e74dc;
		font-size: 15px;
		font-weight: 700;
		line-height: 19px;
		display: block;
		padding: 5px;
		text-decoration: none;
		cursor: pointer;
	}
	#header .header-end .fmenu-narrow {
		display: block;
	}
	#header .header-form-text {
		width: 80%;
	}
	#header .center-btn {
		height: 34px;
		border: none;
		border-left: none;
		cursor: pointer;
		float: right;
		padding: 0 10px;
		width: 20%;
	}
	#header .header-center {
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	#header .header-start{
		float:none;
		text-align: center;
	}
	#header {
		width: 100%;
		height: auto;
		margin-bottom: 0px;
		border-bottom: none;
		position: relative;
	}	
	#header .header-nav{
		display:none;
		
	}
	
	#header .x-menu-list-title{
	padding: 16px 5px 16px 5px;;
	color:#8db9df;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
	}
		
	#header .x-menu-content li {
	list-style: none;
	border:none;
	padding:5px;
	}
	
	#header .header-end-li {
    display: inline;
	}
}

----------------banner------------------
#banner,#banner *{
	padding:0;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body{
	font-size: 62.5%;
}
a{
	color: inherit;
	text-decoration:none;
}
a:hover {
    opacity: 0.85;
}
a:hover, a:active {
    outline: 0;
}

body{
	position: relative!important;
}



#banner {
	height: auto;
	position: relative;
	margin-bottom: 0px;
	overflow: hidden;
	padding: 150px 0;
	background-size: cover;
	background-size: 100% 100%\9;
}
@media (max-width: 1150px){	
#banner {
		position: relative;
		margin-bottom: 0px;
		overflow: hidden;
		padding: 180px 0;
		background-size: cover;
		background-repeat: no-repeat;
	}	
}
@media (max-width: 780px){	
#banner {
		position: relative;
		margin-bottom: 0px;
		overflow: hidden;
		padding:20px 0;
		background-image:none;
		height: auto;
	}	
}
#banner .banner-wrap {
    margin: 0 auto;
    max-width: 1400px;
}
#banner .banner-left{
	max-width:650px;
}
#banner .banner-title {
    font: 400 16px/24px "Macan","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    letter-spacing: 0;
    font-size: 48px;
    z-index: 5;
    position: relative;
	line-height: 65px;	
}
#banner .banner-title span{
	font-weight:700;
}

#banner .banner-subtitle {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
    z-index: 5;
    position: relative;
	width:90%;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width: 480px){
	#banner .banner-subtitle {
		width: 90%;
	}
}
#banner .form-search {
    z-index: 5;
	padding-top:20px;
}
#banner .form-wrap{
    max-width: 900px;	  
}
#banner .many-form-wrap{
	max-width: 1000px;
}
#banner .single-form-wrap{
	overflow: hidden;
    position: relative;
}

#banner .text-wrap{
}
#banner .single-text-wrap{
	height: 48px;
    float: left;
    border: none;
    width: 84%;
}
#banner .ant-input-prefix{
	position: absolute;
    top: 16px;
    left: 10px;
}

#banner .many-text-wrap{
	width:100%;
	position:relative;
}
#banner .many-input-prefix{
	position: absolute;
    top: 15px;
    left: 10px;
}
#banner .common-img{
	width: 20px;
    height: 20px;
}
#banner .form-text{
	width: 100%;
	height: 48px;
    border: none;
    outline: none;
    padding: 7px 7px 7px 40px;
	
}
#banner .single-form-text{
	font-size: 16px;
    font: 600 16px/24px "Macan","Helvetica Neue",Helvetica,Arial,sans-serif;
	border-radius:4px 0 0 4px;
}
#banner .text-wrap input::-webkit-input-placeholder {
    color: #95979d;
}

#banner .text-wrap input::-moz-placeholder {
    color: #95979d;
}

#banner .text-wrap input:-ms-input-placeholder {
    color: #95979d;
}

#banner .text-wrap input::-ms-input-placeholder {
    color: #95979d;
}

#banner .text-wrap input::placeholder {
    color: #95979d;
}
#banner .single-form-text:focus{
	border:1px solid #95979d;
}
#banner .many-form-text{
	font-size:25px;
	border-radius: 4px;
}
#banner .form-submit{
	
}
#banner .single-form-submit{
	width: 16%;
    float: right;
}
#banner .many-form-submit{
	 padding-top: 15px;	
}
#banner .btn{
	outline: none;
	font-size:16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
}
#banner .single-btn{
	
}
#banner .many-btn{
	border-radius: 2px;
	margin-right:10px;
}
#banner .single-btn{
	color: #fff;
    background-color: #4395ff;
    height: 48px;
	width: 220px;
	font-size: 16px;
	border-radius: 0;
}
#banner #btn-1{
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
#banner #btn-1:hover{
	background-color:#168a53;
}
#banner #btn-2{
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

#banner #btn-2:hover{
    background-color: #286090;
}

#banner #btn-3{
	color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
#banner #btn-3:hover{
    background-color: #31b0d5;
}

@media (max-width: 782px){

}
#banner .popular{
	font-size: 14px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    padding-top: 24px;
	position: relative;	
}
#banner .popular ul{
	overflow: hidden;
    position: absolute;
    right: 0;
    left: 65px;
    top: 24px;
    bottom: 0;
}

#banner .popular ul li{
	float:left;
	list-style:none;
	margin-right: 12px;
}
#banner .popular ul li a{
	background-color: transparent;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    padding: 2px 12px;
    border: 1px solid #fff;
    border-radius: 40px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#banner .popular ul a:hover {
    background-color: #fff;
    color: #404145;
    text-decoration: none;
	opacity: 1;
}
@media (max-width: 780px){
	#banner .banner-wrap {
		padding: 0 24px;
	}
	#banner .banner-left {
		padding: 48px 0;
	}
	#banner .banner-title {
		font-size: 32px;
		line-height: 40px;
	}
	#banner .popular{
		display:none;
	}
	
	#banner .single-text-wrap {
		height: 48px;
		float: none; 
		border: none;
		width: 100%;
	}
	#banner .form-text {
		width:100%;
		padding: 0px 0px 0px 40px;
		border-radius: 4px;
	}
	#banner .single-form-submit {
		width: 100%;
		float: none;
		margin: 12px 0 0;
	}
	#banner .single-form-submit {
		width: 100%;
		float: none;
		margin: 12px 0 0;
	}
	#banner #btn-1 {
		width: 100%;
		font-size: 16px;
		border-radius: 4px;
	}
	
}
----------------txt---------------------
		body{
			padding: 0;
			margin: 0;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		#how-work,#how-work * {
			padding: 0;
			margin: 0;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		#how-work {
			padding:40px 0;
		}
		#how-work .how-work-wrap{
			position: relative;
			max-width: 1400px;
			margin: 0 auto;
			overflow: hidden;
		}
		#how-work .how-work-wrap .how-work-card{
			float:left;
			width: 33.33%;
			padding: 16px;
		}
		#how-work .how-work-wrap .how-work-card .how-work-card-wrap{
			
		}
		#how-work .how-work-titlebox{
			display: block;
			margin:10px 16px;
			text-align:center;
		}
		#how-work .how-work-titlebox .how-work-title{
			display: block;
			font-size: 34px;
			color: #333;
			line-height: 40px;
			font-weight: 600;
			
		}
		
		#how-work .how-work-titlebox .how-work-subtitle{
			display: block;
			font-size: 20px;
			color: #6f6f6f;
			line-height: 28px;
			font-weight: 1300;
			padding-top:25px;
			
		}
		#how-work a{
			text-decoration:none;
			color: rgb(14, 14, 15);
		}
		#how-work a:hover{
			text-decoration:none;
			color: rgb(29, 191, 115);
		}
		
		
		
		
		#how-work .how-work-card .card-media h3{
			width:100%;
			font-weight: normal;
			text-align:center;
			padding:22px 0;
			color:#000;
			font-size:18px;
		}
		#how-work .card-title{
			padding: 0px 12px 5px;
			
		}
		#how-work .card-title p{
			color: #9b9b9f;
			font-size: 13px;
			font-weight: 500;
			letter-spacing: .5px;
			width: 100%;
			line-height: 180%;
			text-align: center;
		}

		@media (max-width: 920px){
			#how-work .how-work-wrap .how-work-card{
				width: 33.33%;
			}
		}

		@media (max-width: 700px){
			#how-work .how-work-wrap .how-work-card{
				width: 100%;
			}
		}
		
			body{
		padding:0;
		margin:0;
	}
	#lrtuwen,#lrtuwen *{
		padding:0;
		margin:0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#lrtuwen{
		background-color: #f1fdf7;
		
	}
	#lrtuwen .lrtuwen-wrap{
		margin: 0 auto;
		max-width: 1400px;
		padding-top:96px;
		padding-bottom:96px;
	}
	#lrtuwen .lrtuwen-left{
		width:46%;
		padding: 10px 10% 10px 10px;
		display: table-cell;
		vertical-align: middle;
	}
	#lrtuwen .lrtuwen-left-title{
		font-size: 32px;
		line-height: 120%;
		font-family: macan,helvetica neue,Helvetica,Arial,sans-serif;
		font-weight: 700;
		color: #404145;
		padding-bottom: 24px;
	}
	#lrtuwen .lrtuwen-left ul{
		list-style:none;
		ist-style-image: none;
	}
	#lrtuwen .lrtuwen-left li{
		padding-bottom: 24px;
	}
	#lrtuwen .lrtuwen-left ul li h6{
		font-family: macan,helvetica neue,Helvetica,Arial,sans-serif;
		font-weight: 700;
		color: #404145;
		font-size: 18px;
		line-height:140%;
		padding-bottom: 8px;
	}
	#lrtuwen .lrtuwen-left-tbody1{
		word-break: break-all;
		font-size: 18px;
		line-height: 26px;
	}
	#lrtuwen .fit-button{
		padding: 12px 24px;
		background-color: #1dbf73;
		color: #fff;
		border-radius: 5px;
		border: none;
		outline: none;
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
		margin-top:20px;
	}
	#lrtuwen .fit-button:hover{
		background: #19a463;
	}
	#lrtuwen .lrtuwen-right{
		display: table-cell;
		vertical-align: middle;
		width: 53.3333%;
	}
	#lrtuwen .lrtuwen-right img{
		width:100%;
	}
	@media (max-width:900px){
		#lrtuwen .lrtuwen-wrap{
			padding: 24px 24px 48px;
		}
		#lrtuwen .lrtuwen-left {
			display: block;
			width: 100%;
			padding-right: 0;
		}
		#lrtuwen .lrtuwen-right{
			width: 100%;
			text-align: center;
			line-height:0px;
			margin-top: 20px;
			display: block;
		}
		#lrtuwen .fit-button{
			margin-top:0px;
		}
		
	}
	
	.mainback {
		background:url(http://new-product.oss-cn-hangzhou.aliyuncs.com/write-email/img/bg02.jpg);
	}
	.course {
		text-align: center;
		margin-top:1em;
	}
	
	#course .course-title{
			display: block;
			font-size: 34px;
			color: #333;
			line-height: 60px;
			font-weight: 600;
			
		}
	
	.step span {
		color: #b66ca9;
		font-size: 4em;
		display: block;
		font-weight: 600;
	}
	
	.step h4 {
		font-family: 'Lato', sans-serif;
		color: #000;
		font-size: 15px;
		font-weight: bold;
	}
	
	.step p{
		font-family: 'Lato', sans-serif;
		color: #7E8996;
		font-weight: 400;
		font-size: 15px;
		text-align: center;
		margin-bottom: 1em;
		padding: 5px;
	}
----------------footer------------------
body{
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #303030;
    color: #ccc;
    text-align: center;
    width: 100%;
}
.footer a {
    color: #fff;
    text-decoration: none;

}
.footer a:hover {
    color: #666;
    text-decoration: underline;
}
.footer .footer-wrap{
	padding: 20px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
}
.footer .copyright-section {
    padding: 15px 0;
    letter-spacing: 0.5px;
    background-color: #303030;
    overflow: hidden;
}