* {
  padding: 0;
  margin: 0;
}

@charset "utf-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #072b56;
  font-family: Arial, Tahoma, "Helvetica Neue", "Hiragino Sans GB", sans-self;
}
html,
body {
    height: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
.hide {
  display: none;
}

#wrapper {
  padding: 30px 0;
  color: #fff;
  height: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: url(../images/bg.jpg) no-repeat 50% 0;
  background-size: cover;
  box-sizing: border-box;
  overflow: auto;
}

#login {
  margin: 7.1875rem 1.375rem 0;
  background: rgba(255,255,255, 0.6);
  border-radius: .5625rem;
  -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.15), 0 25px 90px rgba(255,255,255,0.39) inset;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.15), 0 25px 90px rgba(255,255,255,0.39) inset;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15), 0 25px 90px rgba(255,255,255,0.39) inset;
}
.login-title {
  text-align: center;
  font-size: 1.5rem;
  color: #666666;
  font-weight: normal;
}
.login-title .text-en {
  font-size: .6875rem;
  margin-top: .125rem;
}
.login-img {
  width: 7.75rem;
  font-size: 0;
  margin: 0 auto;
}
.login-img img {
  margin-top: -50%;
}
.form-container {
  padding: 1.5rem .9375rem 0;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.form-label {
  display: block;
  margin-bottom: 1.125rem;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.form-input {
  border: 1px solid #c6c6c6;
  height: 3.125rem;
  background: #fff;
  position: relative;
  border-radius: .625rem;
  overflow: hidden;
}
.form-input input{
  color: #666666;
  font-size: 1.0625rem;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: .625rem 1.5rem .625rem 2.9375rem;
  box-sizing: border-box;
}
.form-input input::-webkit-input-placeholder {
  color: #999;
}
.form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: .8125rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.clear-input {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: .6875rem;
  width: .875rem;
  height: .875rem;
  background: url(../images/close.png) no-repeat center;
  background-size: cover;
}
.form-verify {
  padding-right: 150px;
  position: relative;
}
.verify-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 8.75rem;
  height: 3.125rem;
  border-radius: .625rem;
  overflow: hidden;
}
.verify-img img{
  width: 100%;
  height: 100%;
  display: block;
}
.form-button {
  height: 3.75rem;
  text-align: center;
  margin-top: 1.9375rem;
}
.form-button button {
  height: 100%;
  width: 100%;
  border-radius: .625rem;
  background: -webkit-linear-gradient(left, #4cb8c4 , #3cd3ad);
  background: -o-linear-gradient(right, #4cb8c4, #3cd3ad);
  background: -moz-linear-gradient(right, #4cb8c4, #3cd3ad);
  background: linear-gradient(to right, #4cb8c4 , #3cd3ad);
  -moz-box-shadow: 0px -7px 16px rgba(255,255,255,.34) inset;
  -webkit-box-shadow: 0px -7px 16px rgba(255,255,255,.34) inset;
  box-shadow: 0px -7px 16px rgba(255,255,255,.34) inset;
  font-size: 1.25rem;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  letter-spacing: 10px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.form-button button::after {
  content: '';
  width: 90%;
  height: 2.5rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.35rem;
  margin: auto;
  z-index: -1;
  opacity: 0.5;
  filter: alpha(opacity=5);
  background: inherit;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
  border-radius: 30%;
}
.form-button button:active {
  background: #42b8ab;
}
.form-button .reclink {
  height: 44px;
  width: 100%;
  border-radius: 22px;
  background: #ff0000;
  font-size: 20px;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  line-height:44px;
  display:inline-block;
}
.form-button .reclink:active {
  background: #AE0000;
}
.get-pass {
  font-size: .8125rem;
  text-align: center;
  margin: 1.875rem 0 1.6875rem;
  color: #666;
  line-height: 1;
}
.get-pass a {
  margin: 0 .9375rem;
  color: #666;
}

.form-opentime {
  text-align: center;
  padding: 0 1.375rem;
  margin-top: 1.5rem;
  font-size: .625rem;
}
