/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

/*--main-content--*/
body{
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710034/html/images/3.jpg') no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	font-family: 'Cuprum', sans-serif;
}
h1 {
    color: #fff;
    text-align: center;
    font-size: 3.5em;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-top: .5em;
    text-shadow: #0d025d 0 8px 11px;
}
.main-agile {
    width: 58%;
    margin:2.5em auto 2em;
}
.w3l-mk {
    float: right;
    width: 27%;
}
.alert-close {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710034/html/images/into.png') no-repeat 0px 0px;
    background-size: 16px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 11px;
    top: 17px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    z-index: 999;
}
.content-wthree {
    text-align: center;
    padding: 2.2em 0;
    float: left;
    width: 72%;
    background: #fff;
}
.content-wthree {
    text-align: center;
    padding: 4.55em 0;
    float: left;
    width: 73%;
    background: #fff;
}
.content-wthree h2 {
    color: #fb2020;
    font-size: 2.3em;
    text-align: center;
    padding-bottom: 1em;
    letter-spacing: 1px;
}
.content-wthree input[type="text"], .content-wthree input[type="email"], .content-wthree input[type="password"] {
    width: 85%;
    background: #fff;
    border: none;
    outline: none;
    font-size: .9em;
    letter-spacing: 1px;
    padding: .9em .7em;
}
.content-wthree input[type="submit"] {
    background: #22ebff;
    border: none;
    outline: none;
    font-size: .9em;
    padding: 1em 2.5em;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 1.1em;
    text-transform: uppercase;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.content-wthree input[type="submit"]:hover{
	background:#fb2020;
	transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
	letter-spacing: 3px;
}
.w3l-forming {
    border-bottom: 2px solid #22ebff;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 2em;
    text-align: left;
}
.w3l-forming i {
    background: #fb2020;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 2.4;
    text-align: center;
}
/*--//main-content--*/

/*--footer--*/
.footer-w3l p {
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 1em;
}
.footer-w3l p a{
	color:#fff;
	transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.footer-w3l p a:hover{
	text-decoration:underline;
	color:#fb2020;
	transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
/*--//footer--*/
/*--responsive--*/
@media(max-width: 1680px){
	.content-wthree {
		padding: 2.23em 0;
	}
}
@media(max-width: 1600px){
	.content-wthree {
		width: 72.5%;
	}
	.w3l-mk {
		width: 27.5%;
	}
	.w3l-forming {
		margin-bottom: 1.74em;
	}
}
@media(max-width: 1440px){
	.main-agile {
		width: 65.3%;
	}
	.footer-w3l p {
		margin: 1em 0 1.5em;
	}
}
@media(max-width: 1366px){
	.content-wthree {
		width: 70%;
	}
	.w3l-mk {
		width: 29%;
	}
	.content-wthree {
		width: 71%;
	}
	.content-wthree input[type="text"], .content-wthree input[type="email"], .content-wthree input[type="password"] {
		width: 84%;
	}
}
@media(max-width: 1280px){
	h1 {
		font-size: 3.3em;
	}
	.main-agile {
		width: 69.8%;
		margin: 2em auto 2em;
	}
}
@media(max-width: 1080px){
	.content-wthree h2 {
		font-size: 2.1em;
	}
	.content-wthree {
		width: 66%;
	}
	.w3l-mk {
		width: 34%;
	}
	.w3l-forming {
		width: 77%;
	}
	.content-wthree input[type="text"], .content-wthree input[type="email"], .content-wthree input[type="password"] {
		width: 82%;
	}
}
@media(max-width: 1050px){
	.main-agile {
		width: 71.8%;
	}
}
@media(max-width: 1024px){
	.main-agile {
		width: 73.6%;
	}
}
@media(max-width: 991px){
	.main-agile {
		width: 76.1%;
	}
}
@media(max-width: 900px){
	h1 {
		font-size: 3em;
		letter-spacing: 8px;
	}
	.main-agile {
		width: 84%;
	}
}
@media(max-width: 800px){
	.content-wthree h2 {
		font-size: 2em;
	}
	.main-agile {
		width: 94%;
	}
}
@media(max-width: 768px){
	.main-agile {
		width: 96%;
		margin: 4em auto 4em;
	}
	h1 {
		margin-top: 1em;
	}
}
@media(max-width: 736px){
	h1 {
		margin-top: .5em;
	}
	.main-agile {
		margin: 2em auto 2em;
	}
	.w3l-mk {
		width: 36%;
	}
	.content-wthree {
		width: 64%;
	}
	.content-wthree input[type="submit"] {
		margin-top: .85em;
	}
	.content-wthree input[type="text"], .content-wthree input[type="email"], .content-wthree input[type="password"] {
		width: 81%;
	}
}
@media(max-width: 667px){
	h1 {
		font-size: 2.8em;
		letter-spacing: 6px;
	}
	.content-wthree h2 {
		font-size: 1.8em;
	}
	.content-wthree input[type="submit"] {
		padding: .9em 2.5em;
	}
	.w3l-mk {
		width: 38%;
	}
	.content-wthree {
		width: 62%;
		padding: 2em 0;
	}
	.w3l-forming {
		width: 81%;
		margin-bottom: 1.64em;
	}
	.content-wthree input[type="text"], .content-wthree input[type="email"], .content-wthree input[type="password"] {
		width: 79%;
	}
}
@media(max-width: 640px){
	.w3l-mk {
		width: 39%;
	}
	.content-wthree {
		width: 61%;
	}
	.content-wthree input[type="submit"] {
		margin-top: .5em;
	}
	.w3l-forming {
		width: 81%;
		margin-bottom: 1.58em;
	}
	.content-wthree input[type="text"], .content-wthree input[type="email"], .content-wthree input[type="password"] {
		width: 78%;
	}
}
@media(max-width: 600px){
	h1 {
		font-size: 2.6em;
	}
	.content-wthree h2 {
		font-size: 1.7em;
		padding-bottom: .78em;
	}
	.content-wthree input[type="text"], .content-wthree input[type="email"], .content-wthree input[type="password"] {
		font-size: .8em;
	}
	.w3l-forming i {
		width: 35px;
		height: 35px;
		font-size: .9em;
	}
	.content-wthree input[type="submit"] {
		font-size: .85em;
	}
	.footer-w3l p {
		font-size: 1em;
	}
}
@media(max-width: 568px){
	.content-wthree {
		padding: 1em 0 1.4em;
	}
	.footer-w3l p {
		line-height: 1.9;
	}
	.footer-w3l p {
		margin: 0 0 1em;
	}
	.content-wthree input[type="submit"] {
		font-size: .8em;
	}
}
@media(max-width: 480px){
	.main-agile {
		width: 82%;
		background: #fff;
	}
	.content-wthree {
		width: 100%;
		padding: 1.5em 0 1em;
	}
	.w3l-mk {
		width: 44%;
		margin-top: 1em;
		padding: 0 3em;
	}
	.content-wthree input[type="submit"] {
		margin-top: 1em;
	}
	h1 {
		font-size: 2.4em;
		letter-spacing: 5px;
	}
	.content-wthree h2 {
		font-size: 1.6em;
		padding-bottom: 1em;
	}
	.content-wthree input[type="text"], .content-wthree input[type="email"], .content-wthree input[type="password"] {
		width: 76%;
	}
}
@media(max-width: 440px){

}
@media(max-width: 414px){
	h1 {
		font-size: 2.1em;
		letter-spacing: 3px;
	}
}
@media(max-width: 384px){
	.footer-w3l p {
		letter-spacing: 1px;
	}
}
@media(max-width: 375px){
	.content-wthree input[type="text"], .content-wthree input[type="email"], .content-wthree input[type="password"] {
		width: 76%;
	}
	h1 {
		letter-spacing: 2px;
	}
}
@media(max-width: 320px){
	h1 {
		font-size: 1.8em;
	}
	.content-wthree h2 {
		font-size: 1.4em;
	}
	.main-agile {
		margin: 1.7em auto 1.5em;
	}
	.content-wthree input[type="text"], .content-wthree input[type="email"], .content-wthree input[type="password"] {
		width: 71%;
	}
	.footer-w3l p {
		font-size: .9em;
	}
}
/*--//responsive--*/
