/*--
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*/
/*--start-body--*/
body{
    background: #fff;
    font-family: 'Raleway', sans-serif;

}
body a,form li,.submit input[type="submit"],.new p a,.new p.sign{
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
body h1{
      color: #e86850;
    text-align: center;
    padding: 0em 0 1em 0;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
}
.main {
       margin: 10% auto 1%;
       width: 30%;
   background-color: #587498;
    padding: 3em 3em 3em 3em;
}
.ac-container{
	width: 400px;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	    font-family: 'Raleway', sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	    background: #e86850;
    color: #A02E19;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 
 0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601001/html/images/arrow_down.png') no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo201601/201601001/html/images/arrow_up.png');
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	    line-height: 23px;
    font-size: 14px;
    padding: 15px 20px;
    font-family: 'Raleway', sans-serif;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    background-color: #fff;
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}
.login-form p {
    font-size: 0.9em;
    text-align: center;
    line-height: 1.9em;
    color: #fff;
    margin-top: 1em;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2{
  position: relative;
}
.effect2:before, .effect2:after{
	     z-index: -999;
    position: absolute;
    content: "";
    bottom: 11px;
    left: 15px;
    width: 57%;
    top: 84%;
    max-width: 348px;
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px rgba(179, 175, 175, 0.94);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.effect2:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 15px;
  left: auto;
}

/*--copy-right--*/
.copy-right {
       margin: 11em 0px 2em 0;
}
.copy-right p {
color: #444;
    font-size: 1em;
    font-weight: 400;
    margin: 0 auto;
    text-align: center
}
.copy-right p a {
	  color: #e86850;
}
.copy-right p a:hover {
	text-decoration: underline;
}
/*--//copy-right--*/
/*--start-responsive-design--*/
@media (max-width:1600px){


}
@media (max-width:1440px){

}
@media (max-width:1366px){

}
@media (max-width:1280px){
	.main {
		margin: 10% auto 1%;
		width: 33%;
		background-color: #587498;
		padding: 3em 3em 3em 3em;
	}
}
@media (max-width:1024px){
	.main {
		margin: 10% auto 1%;
		width: 41%;
		background-color: #587498;
		padding: 3em 3em 3em 3em;
	}
}
@media (max-width:991px){
	.main {
		margin: 10% auto 1%;
		width: 54%;
		background-color: #587498;
		padding: 3em 3em 3em 3em;
	}
}
@media (max-width:800px){
	.main {
		margin: 10% auto 1%;
		width: 54%;
		background-color: #587498;
		padding: 3em 3em 3em 3em;
	}
}
@media (max-width:768px){
	.main {
		margin: 10% auto 1%;
		width: 54%;
		background-color: #587498;
		padding: 3em 3em 3em 3em;
	}
}
@media (max-width:736px){
	.main {
		margin: 10% auto 1%;
		width: 65%;
		background-color: #587498;
		padding: 3em 3em 3em 3em;
	}
}
@media (max-width:667px){
	.main {
		margin: 10% auto 1%;
		width: 65%;
		background-color: #587498;
		padding: 3em 3em 3em 3em;
	}
}
@media (max-width:640px){
	.main {
		margin: 10% auto 1%;
		width: 65%;
		background-color: #587498;
		padding: 3em 3em 3em 3em;
	}
}
@media (max-width:568px){
	.ac-container {
		width: 310px;
		margin: 10px auto 30px auto;
		text-align: left;
	}
	body h1 {
		padding: 0em 0 1em 0;
		font-size: 1.5em;
	}
	.main {
		margin: 40% auto 1%;
		width: 65%;
		background-color: #587498;
		padding: 3em 3em 3em 3em;
	}
}
@media (max-width:480px){
	.ac-container {
		width: 310px;
		margin: 10px auto 30px auto;
		text-align: left;
	}
	body h1 {
		padding: 0em 0 1em 0;
		font-size: 1.5em;
	}
	.main {
		margin: 40% auto 1%;
		width: 65%;
		background-color: #587498;
		padding: 3em 3em 3em 3em;
	}
}
@media (max-width:414px){
	.main {
		margin: 40% auto 1%;
		width: 73%;
		background-color: #587498;
		padding: 2em;
	}
	.ac-container {
		width: 264px;
		margin: 10px auto 30px auto;
		text-align: left;
	}
	.ac-container article p {
    line-height: 21px;
    font-size: 13px;
    padding: 9px 20px;
	}
	.copy-right p {
		font-size: 0.9em;
		line-height: 1.9em;
	}
}
@media (max-width:384px){
	.main {
		margin: 40% auto 1%;
		width: 73%;
		background-color: #587498;
		padding: 2em;
	}
	.ac-container article p {
    line-height: 21px;
    font-size: 13px;
    padding: 9px 20px;
	}
	.main {
		margin: 31% auto 1%;
		width: 73%;
		background-color: #587498;
		padding: 2em;
	}
}
@media (max-width:375px){
	.main {
		margin: 40% auto 1%;
		width: 73%;
		background-color: #587498;
		padding: 2em;
	}
}
@media (max-width:320px){
  .ac-container article p {
    line-height: 21px;
    font-size: 12px;
    padding: 9px 20px;
	}
	.ac-container {
		width: 221px;
		margin: 10px auto 20px auto;
		text-align: left;
	}
	body h1 {
		padding: 0em 0 1em 0;
		font-size: 1.3em;
	}
	.main {
		margin: 21% auto 1%;
		width: 73%;
		background-color: #587498;
		padding: 2em;
	}
}