/*--
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:#71CFF0;
 font-family: 'Raleway', sans-serif;

}
body a,form li,.submit input[type="submit"],.new p a,.new p.sign a{
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
body h1 {
  color:#fff;
  text-align: center;
  padding: 1em 0;
  font-size: 2.9em;
}
.app-video h2{
  color: #fff;
  text-align: center;
  padding: 1em 0;
  font-size: 1.6em;
  font-weight: 300;
}
.app-video{
  width:28%;
  margin:0 auto;
  text-align: center;
  background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201504/201504041/html/images/bg.jpg')0px 0px no-repeat;
  padding:4em;
  background-size: 100% 100%;
}
li.or h3 {
  font-size: 1em;
  color: #000;
}
.but
form {
   padding: 0% 1%;
}
/*-----*/
.img-play {
  margin: 2em 0;
  outline: none;
  padding: 0;
}
.app-video input[type="text"],.app-video input[type="password"]{
  width: 81.2%;
  padding: 1.25em 1em 1.25em 4em;
  color: #283440;
  font-size: 16px;
  outline: none;
  font-weight: 500;
   border: 1px solid #838181;
  font-family: 'Raleway', sans-serif;
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201504/201504041/html/images/icons.png') no-repeat 14px 20px ;
   border-radius:0.3em;
   -o-border-radius:0.3em;
   -moz-border-radius:0.3em;
   -webkit-border-radius:0.3em;
   margin:0.3em 0;
  }
.app-video input[type="password"]{
   background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201504/201504041/html/images/icons.png') no-repeat 13px -53px ;

  }

  .submit {
  margin: 1em 0;
  }
.app-video input[type="submit"]{
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 17px 15px;
  width:100%;
  border:3px solid #f9671e;
  background: #f9671e;
  border-radius: 0.3em;
 font-family: 'Raleway', sans-serif;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
input[type="submit"]:hover{
  background:none;
  border: 3px solid #f9671e;
  color: #f9671e;

}
.buttons{
    margin: 3em 0 1em 0;
}
.buttons ul li {
  display: inline-block;
  width: 38%;
  margin-right: 8%;
  float: left;
}
.buttons ul li.or{
    width: 3%;
  margin-top: 1em;
}
.buttons ul li.lost{
  margin-right:0;
  }
/* Sweep To Right */
a.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201504/201504041/html/images/fb.png') no-repeat 27px 11px #3b5998;
  width: 91%;
  padding: 1em 1em;
  font-size: 1em;
  color: #fff;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
a.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#354d7d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
a.hvr-sweep-to-right:hover, a.hvr-sweep-to-right:focus, a.hvr-sweep-to-right:active {
  color: white;
}
a.hvr-sweep-to-right:hover:before, a.hvr-sweep-to-right:focus:before, a.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
a.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 91%;
  padding: 1em 1em;
  font-size: 1em;
  color: #fff;
  background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201504/201504041/html/images/tw.png') no-repeat 23px 16px  #1ab2e8;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;

}
a.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1499c8;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
a.hvr-sweep-to-left:hover, a.hvr-sweep-to-left:focus, a.hvr-sweep-to-left:active {
  color: white;
}
a.hvr-sweep-to-left:hover:before, a.hvr-sweep-to-left:focus:before, a.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.new {
    margin: 3em 0 1em 0;
}
.new p{
  float:left;
}
.new p a,.new p.sign a,.new p.sign{
  color:#AFAFB0;
  font-weight: 400;
  font-size: 1em;
}
.new p a:hover,.new p.sign a:hover{
  text-decoration: underline;
}
.new p.sign{
  float:right;
}
/*---------------*/
.copy-right {
  padding: 3em 1em;
}
.copy-right p {
	color: #fff;
	font-size: 1em;
	font-weight:400;
  margin: 0 auto;
  text-align: center;
}
.copy-right p a {
	  color: #323542;
}
.copy-right p a:hover {
	text-decoration: underline;
}
.popupContainer{
  position:absolute;
  width:330px;
  height: auto;
  left:43%;
  top:80px;
  background: #FFF;
}
/*-----start-responsive-design------*/
@media (max-width:1440px){
  .app-video{
    width:30%;
  }
  .app-video input[type="text"],.app-video input[type="password"]{
    width: 80.2%;
  	
  }
}
@media (max-width:1366px){
  .app-video{
    width: 30%;
  }
.app-video input[type="text"], .app-video input[type="password"] {
    width: 79.7%;
  }
body h1 {
  font-size: 2.6em;
}
  	
}
@media (max-width:1280px){
  .app-video {
  width: 35%;
  }
  .app-video input[type="text"], .app-video input[type="password"] {
  width: 80.7%;
  }
  
}
@media (max-width:1024px){
  .app-video {
  width: 47%;
  }
  .app-video input[type="text"], .app-video input[type="password"] {
  width: 82.7%;
  }
 
}
@media (max-width:768px){
  body h1 {
  font-size: 2.4em;
  }
  .cam img {
  margin: 2em 0;
}
.app-video h2 {
  padding: 0.8em 0;
  font-size: 1.6em;
}
.app-video {
  width: 54%;
  margin: 0 auto 0 15%;
}
.copy-right {
  padding: 1em 1em;
}
.app-video input[type="text"], .app-video input[type="password"] {
  width:79.7%;
  }
 
}
@media (max-width:640px){
  body h1 {
  font-size: 2.1em;
  }
  .app-video input[type="text"], .app-video input[type="password"] {
      width: 79.8%;
  }
  .app-video {
    width: 65%;
    margin: 0 auto 0 7%;
  }
}
@media (max-width:480px){
  .app-video {
  width: 90%;
  padding: 2em 1em 1em 1em;
  margin: 0 auto 0 1.5%;
  }
  .copy-right p {
    font-size: 0.9em;
  }
  .new p a, .new p.sign a {
    font-size: 0.95em;
  }
  form {
  width: 82%;
  margin: 0 auto;
  }
  .new {
  margin: 2em 0 1em 0;
  }
  a.hvr-sweep-to-right {
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201504/201504041/html/images/fb.png') no-repeat 13px 12px #3b5998;
  width: 91%;
  padding: 1em 1em;
  font-size: 1em;
  }
  .buttons {
  margin: 3em 0 1em 0;
  }
  a.hvr-sweep-to-left {
    width: 91%;
    padding: 1em 1em;
    font-size: 1em;
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201504/201504041/html/images/tw.png') no-repeat 12px 16px #1ab2e8;
  }
  .app-video input[type="text"], .app-video input[type="password"] {
    width: 76.8%;
  }

}
@media (max-width:320px){
  .app-video {
  width: 84%;
  padding: 0em 1em 1em 1em;
  margin: 0 auto 0 3%;
  }
  body h1 {
    font-size: 1.5em;
  }
    .img-play img {
    width: 28%;
    margin-top: 2em;
  }
  .copy-right p {
      font-size: 0.8em;
    line-height: 1.7em;
  }
  .app-video input[type="text"], .app-video input[type="password"] {
  width: 73%;
  padding: 1em 1em 1em 4em;
  font-size: 13px;
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201504/201504041/html/images/icons.png') no-repeat 14px 12px;
  background-size: 9%;
}
 .app-video input[type="password"] {
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201504/201504041/html/images/icons.png') no-repeat 14px -41px;
  background-size: 9%;
  font-size: 13px;
}
.new {
    margin: 1em 0 1em 0;
  }
  li.or h3 {
    font-size: 0.8em;
  }
  .submit {
    margin: 0.5em 0;
  }
  .app-video input[type="submit"] {
    font-size: 16px;
    padding: 10px 10px;
  }
  form {
  width: 97%;
  margin: 0 auto;
}
.new p.sign {
  font-size: 0.8em;
}
 a.hvr-sweep-to-left {
  width: 90%;
  padding: 0.9em 0.9em;
  font-size: 0.7em;
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201504/201504041/html/images/tw.png') no-repeat 9px 9px #1ab2e8;
  background-size: 15%;
}
  a.hvr-sweep-to-right {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201504/201504041/html/images/fb.png') no-repeat 8px 6px #3b5998;
    width:90%;
    padding:0.9em 0.9em;
    font-size: 0.7em;
    background-size:15%;
  }
  .buttons ul li.or {
    width: 3%;
    margin-top: 0.5em;
  }
  .buttons {
  margin: 1em 0 1em 0;
  }
  .buttons ul li {
    display: block;
    margin-bottom: 0.5em;
  }
  .new p.sign a {
  font-size: 0.96em;
}
}
