
* {
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  font-family: 'Lato', sans-serif;
}

.cotn_principal {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/tyyh.png);
  background-size: 100% 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfd8dc+0,607d8b+100,b0bec5+100 */
  /*background: #aac4bc; !* Old browsers *!
  background: -moz-linear-gradient(-45deg,  #aac4bc 0%, #eca8a8 100%, #eed5a9 100%); !* FF3.6-15 *!
  background: -webkit-linear-gradient(-45deg,  #aac4bc 0%,#eca8a8 100%,#eed5a9 100%); !* Chrome10-25,Safari5.1-6 *!
  background: linear-gradient(135deg, #aac4bc 0%,#eca8a8 100%,#eed5a9 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd8dc', endColorstr='#b0bec5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.header{
  position: absolute;
  top: 0;
  height: 20%;
  width: 100%;
}
.header h1{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #2563ca;
  font-size: 24px;
  white-space: nowrap;
}
.header h1 img{
  width: 2em;
  height: 2em;
  vertical-align: middle;
  margin-right: 10px;
}

.cont_centrar {
  position: relative;
  float: left;
  width: 100%;
}

.cont_login {
  position: relative;
  width: 640px;
  left: 50%;
  margin-left: -160px;

}

.cont_back_info {
  position: relative;
  float: left;
  width: 320px;
  height: 280px;
  overflow: hidden;
  background-color: #fff;
  margin-top: 100px;
  box-shadow: 1px 10px 30px -10px rgba(0,0,0,0.5);
}

.cont_forms {
  position: absolute;
  overflow: hidden;
  top:100px;
  left: 0px;
  width: 320px;
  height: 280px;
  background-color: #eee;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cont_forms_active_login {
  box-shadow: 1px 10px 30px -10px rgba(0,0,0,0.5);
  height: 490px;
  top:20px;
  left: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}

.cont_forms_active_sign_up {
  box-shadow: 1px 10px 30px -10px rgba(0,0,0,0.5);
  height: 490px;
  top:20px;
  left:320px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cont_img_back_grey {
  position: absolute;
  width: 950px;
  top: -80px;
  left: -116px;
}

.cont_img_back_grey > img {
  width: 100%;
  -webkit-filter: grayscale(100%);     filter: grayscale(100%);
  opacity: 0.2;
  animation-name: animar_fondo;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;

}

.cont_img_back_ {
  position: absolute;
  width: 950px;
  top:-80px;
  left: -116px;
}

.cont_img_back_ > img {
  width: 100%;
  opacity: 0.3;
  animation-name: animar_fondo;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.cont_forms_active_login > .cont_img_back_ {
  top:0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cont_forms_active_sign_up > .cont_img_back_ {
  top:0px;
  left: -435px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.cont_info_log_sign_up {
  position: absolute;
  width: 320px;
  height: 280px;
  top: 100px;
  z-index: 1;
}

.col_md_login {
  position: relative;
  float: left;
  width: 100%;
}

.col_md_login > h2 {
  font-weight: 400;
  margin-top: 70px;
  color: #757575;
}

.col_md_login > p {
  font-weight: 400;
  margin-top: 15px;
  width: 80%;
  color: #37474F;
}

.btn_login {
  background-color: #3366cc;
  border: none;
  padding: 10px;
  width: 203px;
  border-radius:3px;
  box-shadow: 1px 5px 20px -5px rgba(0,0,0,0.4);
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

.col_md_sign_up {
  position: relative;
  float: left;
  width: 50%;
}

.cont_ba_opcitiy > h2 {
  font-weight: 400;
  color: #fff;
}

.cont_ba_opcitiy > p {
  font-weight: 400;
  margin-top: 15px;
  color: #fff;
}
/* ----------------------------------
background text
------------------------------------
 */
.cont_ba_opcitiy {
  position: relative;
  background-color: rgba(187, 168, 170, 0.79);
  width: 80%;
  border-radius:3px ;
  margin-top: 60px;
  padding: 15px 0px;
}

.btn_sign_up {
  background-color: #f44336;
  border: none;
  padding: 10px;
  width: 200px;
  border-radius:3px;
  box-shadow: 1px 5px 20px -5px rgba(0,0,0,0.4);
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.cont_forms_active_sign_up {
  z-index: 2;
}


@-webkit-keyframes animar_fondo {
  from { -webkit-transform: scale(1) translate(0px);
    -moz-transform: scale(1) translate(0px);
    -ms-transform: scale(1) translate(0px);
    -o-transform: scale(1) translate(0px);
    transform: scale(1) translate(0px); }
  to { -webkit-transform: scale(1.5) translate(50px);
    -moz-transform: scale(1.5) translate(50px);
    -ms-transform: scale(1.5) translate(50px);
    -o-transform: scale(1.5) translate(50px);
    transform: scale(1.5) translate(50px); }
}
@-o-keyframes identifier {
  from { -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to { -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }

}
@-moz-keyframes identifier {
  from { -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to { -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }

}
@keyframes identifier {
  from { -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to { -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
}
.cont_form_login {
  position: absolute;
  opacity: 0;
  display: none;
  width: 320px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cont_forms_active_login {
  z-index: 2;
}
.cont_forms_active_login  >.cont_form_login {
}

.cont_form_sign_up {
  position: absolute;
  width: 320px;
  float: left;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.cont_form_sign_up > input {
  text-align: left;
  padding: 15px 5px;
  margin-left: 10px;
  margin-top: 20px;
  width: 260px;
  border: none;
  color: #757575;
}

.cont_form_sign_up > h2 {
  margin-top: 50px;
  font-weight: 400;
  color: #757575;
}


.cont_form_login form input {
  padding: 15px 5px;
  margin-left: 10px;
  margin-top: 20px;
  width: 260px;
  border: none;
  text-align: left;
  color: #757575;
}

.cont_form_login form > h2 {
  margin-top: 110px;
  font-weight: 400;
  color: #757575;
}
.cont_form_login > a,.cont_form_sign_up > a  {
  color: #757575;
  position: relative;
  float: left;
  margin: 10px;
  margin-left: 30px;
}
.formDiv {
  width: 26.56%;
  height: 50.93%;
  background-color: #fff;
  position: absolute;
  top: 23.89%;
  left: 51.72%;
}
.login_img{
  position: absolute;
  width: 29.84%;
  height: 50.93%;
  left: 21.93%;
  top: 23.89%;
}
.qrcode-login .password-wrap, .password-login .qrcode-wrap{
  display: none;
}
#qrcode{
  width: 100%;
  height: calc(89% - 32px);
  text-align:left;
  padding-left: 20px;
}
.toggle_img{
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 5%;
  right: 30px;
  z-index: 999;
  cursor: pointer;
}
.qrcode-wrap{
  overflow: hidden;
  height: 100%;
}
.qrcode-wrap iframe{
  width: 100%;
  height: 100%;
}
.row{
  /* height: 36px; */
  margin-bottom:20px ;
}
.title {
  color: #444444;
  text-align: left;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 0;
  margin-right: 50px;
  position: relative;
}
/* 标签页切换选中效果 */
.titleActive:after{
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	left:0;
	bottom:0;
	background-color:#3366cc;

}
.required{
  height: 32px;
  text-align: left;
  border: none;
  outline: none;
  background-color:transparent;
}
.rowBox{
  text-align: left;
  margin-left: 50px;
  border: 1px solid #ddd;
  width: 212px;
  border-radius: 2px;
  background-color: #F8FCFF;
  padding-left: 10px;
}
.rowBox1{
  text-align: left;
  margin-left: 50px;
}
/* 移動端 */
@media screen and (max-width:1140px) {
  .login_img{
    width: 34.84%;
    left: 16.93%;
  }
  .formDiv{
    width: 31.56%;
  }
}
@media screen and (max-width:960px) {
  .login_img{
    width: 41.84%;
    left: 9.93%;
  }
  .formDiv{
    width: 38.56%;
    min-height: 330px;
  }
}

@media screen and (max-width:720px) {
  .login_img{
    display: none;
  }
  .formDiv{
    width: 50%;
    left: 25%;
  }
  .h-title{
    display: block;
  }
  .h-subtitle{
    display: block;
    font-size: .8em;
    opacity: .8;
  }
}
@media screen and (max-width:540px) {
  .formDiv{
    width: 80%;
    left: 10%;
    height: 50.93vh;
  }
  #footer p{
    width: 80%;
  }
}

.icon{
  margin: 0 5px 0 0;
}
.row.tools{
  margin-bottom: 0;
}
.row.tools .rowBox{
  border: 0;
  background: transparent;
  overflow: hidden; /*BFC*/
}
.row.tools .rowBox .left{
  float: left;
}
.row.tools .rowBox .left input,.row.tools .rowBox .left label{
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  vertical-align: middle;
  margin-right: .5em;
}
.row.tools .rowBox .right{
  float: right;
}
.row.tools a{
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
#errornews{
  color: #f44336;
  padding-top: 12px;
  padding-left: 50px;
  text-align: left;
}
#tip{
  font-size: 14px;
  margin-top: 1em;
  margin-left: 50px;
  width: 224px;
}
#tip p{
  margin-bottom: .5em;
  text-align: left;
  color: darkgray;
  /* text-indent: 2em; */
}
#tip1{
    font-size: 14px;
    margin-top: 1em;
    margin-left: 50px;
    width: 224px;
}
#tip1 p{
    margin-bottom: .5em;
    text-align: left;
    color: darkgray;
    /* text-indent: 2em; */
}
#footer{
  position:fixed;
  bottom: 1.5em;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.poats{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    padding-left: 50px;
    margin-bottom:10px;
}
.title_tu{
    position: relative;
    color: #444444;
    padding-bottom: 5px;
    margin:0;
}
.ewm_img{
    position: relative;
    height: 12.5rem;
    float: both;
}
.poats a{
    text-decoration:none;
    color: #444444;
}
.ewm_img > img{
    width: 12.5rem;
    height: 12.5rem;
    float: left;
}
.nonetu{
    display: none;
}

.login-loading{
	width: 100vw;
	height: 100vh;
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	color: white;
	line-height: 100vh;
	font-weight: bold;
	z-index: 99999;
}
