* {
  margin: 0 ;
  padding: 0 ;
}
html {
  _background: url(about:blank);
  color: #383636 ;
  font-size: 14px ;
  font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
  -webkit-text-size-adjust: none ;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
网站背景颜色设置
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
li {
  list-style: none ;
}
a {
  color: #383636 ;
  outline: 0 ;
  text-decoration: none ;
  cursor: pointer;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
多行文本框
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
textarea {
  overflow: auto ;
  vertical-align: top ;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
让一下元素鼠标悬停的时候鼠标变手型
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer ;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
所有表单元素outline样式
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
input,
select,
textarea,
button {
  outline: none ;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
所有图片以及表单按钮都没有边框
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
img {
  border: none ;
}
i,
em {
  font-style: normal;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: block;
}
.pull-left {
  display: block;
  float: left;
}
.pull-right {
  display: block;
  float: right;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.icon-20 {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(/images/main/icon-20.png) no-repeat;
  background-size: 20px 40px;
}
.icon-iphone {
  background-position: 0 0;
}
.icon-android {
  background-position: 0 -20px;
}
.icon-32 {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background: url(/images/main/icon-32.png) no-repeat;
  background-size: 32px 64px;
}
.icon-32-phone {
  background-position: 0 0;
}
.icon-32-lock {
  background-position: 0 -32px;
}
footer {
  width: 100%;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 15px;
}
footer .footer-nav li {
  float: left;
}
footer .footer-nav li a {
  padding: 0 25px;
  font-size: 15px;
  line-height: 28px;
}
footer .footer-nav li a span:hover {
  border-bottom: 1px solid #383636;
}
footer .footer-nav li:first-child a {
  padding-left: 0;
}
footer .footer-nav li:first-child a span {
  margin-left: 10px;
}
footer .footer-nav li:last-child a {
  padding-right: 0;
}
footer .footer-text {
  padding: 10px 0 0 10px;
  line-height: 24px;
}
footer .footer-text:last-child {
  opacity: 0.7;
}
footer .upload {
  float: left;
  padding-right: 40px;
}
footer .upload h4 {
  line-height: 28px;
  padding-bottom: 5px;
}
footer .upload .rcode-img {
  float: left;
  padding-right: 10px;
}
footer .upload li {
  vertical-align: middle;
  line-height: 32px;
}
footer .upload li a {
  vertical-align: middle;
  padding-left: 5px;
}
footer .upload li a span {
  color: #f1505a;
  text-decoration: underline;
}
footer .upload:last-child {
  padding-right: 0;
}
.toper {
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  overflow: hidden;
  padding-right: 20px;
}
.toper img {
  height: 100px;
  float: left;
}
.toper span {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
}
.toper i {
  font-size: 24px;
  line-height: 28px;
  padding: 0 10px 0 8px;
}
.toper a {
  font-size: 14px;
  color: #f1505a;
}
.main {
  height: 600px;
  background: url(/images/main/banner.jpg) center no-repeat;
  background-size: cover;
}

 .main .banner-text {
 margin-top:240px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  /* width:650px;  */
  height:380px;
  background: url(/images/main/text.jpg) center no-repeat;
}
.main .banner-form {
 margin-top:240px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
 /* width: 350px; */
  height: 380px;
  background: rgba(255, 255, 255, 0.9);
}

.main .banner-form .form {
  width:100%;
  color: #727070;
  padding: 55px 15px 0 15px;
}
.main .banner-form .form.ptb-40 {
  padding: 40px 150px;
}
.main .banner-form .form-title {
  font-size: 24px;
  text-align: center;
}
.main .banner-form .form-txt {
  text-align: center;
  padding: 8px 0 20px 0;
}
.main .banner-form .form-ul{
  text-align: center;
  width: 100%;
}
.main .banner-form .form-ul li {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
.main .banner-form .form-ul li.mh-32 {
  margin-top: -10px;
  height: 32px;
}
.main .banner-form .form-ul li input[type=tel],
.main .banner-form .form-ul li input[type=text],
.main .banner-form .form-ul li input[type=password] {
  width: 100%;
  line-height: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 16px;
  font-size: 14px;
  color: #727070;
  border: 1px solid #bbb;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.main .banner-form .form-ul li input[type=tel].input-wp,
.main .banner-form .form-ul li input[type=text].input-wp,
.main .banner-form .form-ul li input[type=password].input-wp {
  width: 100%;
  padding-left: 48px;
}
.main .banner-form .form-ul li i {
  position: absolute;
  left: 16px;
  top: 4px;
}
.main .banner-form .form-ul li em.prompt {
  position: absolute;
  left: 50%;
  margin-left: 160px;
  width: 120px;
  top: 11px;
  font-size: 12px;
  color: #f1505a;
}
.main .banner-form .form-ul li span.span {
  position: absolute;
  right: 16px;
  top: 10px;
  color: #f1505a;
  cursor: pointer;
}
.main .banner-form .form-ul li span.gray-color {
  position: absolute;
  right: 16px;
  top: 10px;
  color: #9b9999;
  cursor: pointer;
}
.main .banner-form .form-ul .form-radio input[type=checkbox] {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 12px;
  background: transparent;
}
.main .banner-form .form-ul .form-radio span {
  float: left;
  font-size: 14px;
  display: inline-block;
  padding-left: 6px;
  padding-top: 10px;
}
.main .banner-form .form-join {
  position: relative;
}
.main .banner-form .form-join a {
  color: #f1505a;
}
.main .banner-form .form-join .form-or {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.login-btn {
  float: right;
  width: 100px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: #f1505a;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.login-btn.zc-btn {
  width: 100%;
}
.login-btn:active {
  background: #ef3d48;
}
/* 验证码 */
.auth-cont {
  margin: 0 auto;
  position: fixed;
  z-index: 998;
  top: 27%;
  left: 0;
  right: 0;
  width: 300px;
  height: 190px;
  background: #ffffff;
  overflow: hidden;
  opacity: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.auth-cont .auth-img {
  position: relative;
  width: 100%;
  height: 150px;
}
.auth-cont .auth-img img {
  width: 100%;
  height: 100%;
}
.auth-cont .refresh-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  opacity: 0.6;
}
.auth-cont .yzm-msg {
  padding-left: 16px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.auth-cont .yzm-msg span {
  font-weight: bold;
}
.auth-cont .cont-1,
.auth-cont .cont-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #ff4e59;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
.popup-backdrop {
    margin: 0 auto;
    position: fixed;
    z-index: 996;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(54,51,51,.6);
}