/*--
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--*/
body{
	font-family: 'Josefin Sans', sans-serif;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602103/html/images/banner.jpg')no-repeat 0px 0px;
	background-size:cover;
	background-attachment: fixed;
}
/*-- main --*/
.main {
    padding: 3em 0;
}
h1 {
    font-size: 3em;
    text-align: center;
    color: #fff;
}
.account {
    margin: 3em auto 0;
    width: 23%;
    background-color: #f0eef1;
    text-align: left;
}
.account-top {
    background-color: #3e171a;
    padding: 2em 2em 1.5em 2em;
}
.account h2 {
    font-size: 1.5em;
    color: #ff0060;
}
.account h5 {
    color: #777777;
    font-size: 1.2em;
	margin-top: 0.4em;
}
span {
    font-weight: 700;
}
.account-top form {
    margin-top: 1.5em;
}
.account input[type="text"] ,select#acunt-type{
    width: 91%;
    padding: 0.8em 1em;
    font-size: 0.9em;
    outline: none;
    color: #929292;
    background-color: #303030;
    border: none;
    margin-bottom: 1em;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
    box-shadow: 1px 2px 0px #060201;
	-webkit-box-shadow: 1px 2px 0px #060201;
	-ms-box-shadow: 1px 2px 0px #060201;
	-o-box-shadow: 1px 2px 0px #060201;
	-moz-box-shadow: 1px 2px 0px #060201;
}
.account select#acunt-type{
	width: 100%;
}
.account a {
    font-size: 0.9em;
    color: #737270;
    display: block;
    text-align: right;
    font-weight: 700;
}
.account a:hover{
    color: #D2CACA;
}
.account input[type="submit"] {
    outline: none;
    padding: 1.1em 5.5em;
    width: 100%;
    font-size: 1em;
    border: none;
    color: #fff;
    cursor: pointer;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602103/html/images/img1.png')#ff0060 no-repeat 243px center;
    text-align: left;
}
.account input[type="submit"]:hover {
    background-color: #B1355E;
}
/*--account-two--*/
.account-two .account-top {
    background-color: #ecc2cc;
}
.account.account-two h5{
    color: #4b2c7c;
}
.account.account-two h5 span {
    font-weight: 700;
    color: #4b2c7c;
}
.account.account-two input[type="text"]{
    width: 89%;
}
.account.account-two  input[type="text"], .account-two select#acunt-type {
    background-color: #fff;
	box-shadow: 1px 2px 0px #ADACAB;
	-webkit-box-shadow: 1px 2px 0px #060201;
	-moz-box-shadow: 1px 2px 0px #060201;
	-o-box-shadow: 1px 2px 0px #060201;
	-ms-box-shadow: 1px 2px 0px #060201;
	color:#616161;
	border:2px solid #fff;
}
.account.account-two input[type="text"]:hover,.account-two select#acunt-type:hover{
	border-color:#fe0060;
	box-shadow:none;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.account.account-two ::-webkit-input-placeholder{
	color:#616161 !important;
}
.account.account-two a {
    color: #4b2c7c;
}
.account.account-two a:hover {
    color: #FF0060;
}
.account.account-two input[type="submit"]{
    color: #616161;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602103/html/images/img2.png')#fff no-repeat 243px center;
}
.account.account-two input[type="submit"]:hover {
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602103/html/images/img1.png')#FF0060 no-repeat 243px center;
    color: #fff;
}
/*--//account-two--*/
/*--account-three--*/
.account.three .account-top {
    background-color: #FF0060;
}
.account.three h2 {
    color: #3E171A;
}
.account.three  h5 {
    color: #fff;
}
.account.three input[type="text"], .three select#acunt-type {
    border: 2px solid #fff;
    background-color: #fff;
    box-shadow: 1px 2px 0px #5F5F5F;
	-webkit-box-shadow: 1px 2px 0px #5F5F5F;
	-moz-box-shadow: 1px 2px 0px #5F5F5F;
	-o-box-shadow: 1px 2px 0px #5F5F5F;
	-ms-box-shadow: 1px 2px 0px #5F5F5F;
    color: #616161;
}
.account.three input[type="submit"]{
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201602/201602103/html/images/img1.png')#B30949 no-repeat 243px center;
}
.account.three input[type="submit"]:hover {
    background-color: #B1355E;
}
.account.three a {
    color: #fff;
}
.account.three a:hover{
    color: #3E171A;
}
.account.three ::-webkit-input-placeholder{
	color:#616161 !important;
}
.account.three input[type="text"]{
    width: 89%;
}
.account.three input[type="text"]:hover, .three select#acunt-type:hover {
    border-color: #303030;
    box-shadow: none;
    transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
/*--//account-three--*/
/*--copyright--*/
.copyright {
    margin: 2em 0;
    text-align: center;
}
.copyright p {
    font-size: 1em;
    color: #fff;
	line-height: 1.8em;
}
.copyright p a{
    color: #fff;
}
.copyright p a:hover{
    color: #FF0060;
}
/*--//copyright--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
.account {
    width: 26%;
}
}
@media(max-width:1366px){
.account {
    width: 28%;
}
}
@media(max-width:1280px){
.account {
    width: 29%;
}
}
@media(max-width:1080px){
.account {
    width: 35%;
}
.account-top form {
    margin-top: 1.2em;
}
}
@media(max-width:1024px){
.account {
    width: 37%;
}
}
@media(max-width:991px){
h1 {
    font-size: 2.8em;
}
}
@media(max-width:800px){
.account {
    width: 45%;
}
}
@media(max-width:768px){
.account {
    width: 50%;
}
}
@media(max-width:640px){
.main {
    padding: 2em 0;
}
h1 {
    font-size: 2.6em;
}
.account {
    width: 60%;
}
.account h5 {
    margin-top: 0.2em;
}
.account-top {
    padding: 1.6em 2em 1.5em 2em;
}
}
@media(max-width:480px){
.main {
    padding: 2em 0 1em;
}
h1 {
    font-size: 2.1em;
}
.account {
	width: 80%;
    margin: 1.6em auto 0;
}
}
@media(max-width:320px){
h1 {
    font-size: 1.8em;
}
.account h2 {
    font-size: 1.3em;
}
.account {
    margin: 1.3em auto 0;
}
.account-top {
    padding: 1.3em 1.2em;
}
.account {
    width: 90%;
}
.account input[type="text"], select#acunt-type {
    width: 92%;
    padding:0.8em;
    font-size: 0.75em;
	margin-bottom: 0.8em;
}
.account a {
    font-size: 0.8em;
}
.account input[type="submit"] {
    padding: 1em 5em;
    font-size: 0.75em;
    background-position: 173px center;
    background-size: 9%;
}
.account h5 {
    margin-top: 0.3em;
    font-size: 1em;
}
.account.account-two input[type="text"] {
    width: 90%;
}
.account.account-two input[type="text"], .account-two select#acunt-type,.account.three input[type="text"],.three select#acunt-type{
    padding: 0.7em 0.8em;
}
.account.account-two input[type="submit"],.account.three input[type="submit"] {
    background-position: 173px center;
    background-size: 9%;
}
.account.account-two input[type="submit"]:hover,.account.three input[type="submit"]:hover {
    background-position: 173px center;
	background-size: 9%;
}
.account.three input[type="text"] {
    width: 90%;
}
.copyright {
    margin: 1em;
}
.copyright p {
    font-size: 0.9em;
}
}
/*--//responsive-design---*/