@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-08-29 14:33:44
 * @version 1
 */
/*
 * @Author: carl@xway.cn 
 * @Date: 2018-09-17 11:50:02 
 * @Last Modified by:   carl@xway.cn 
 * @Last Modified time: 2018-09-17 11:50:02 
 */
/*
 * @Author: carl@xway.cn 
 * @Date: 2018-09-17 15:23:53 
 * @Last Modified by:   carl@xway.cn 
 * @Last Modified time: 2018-09-17 15:23:53 
 */
a {
  color: #7c7c7c;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
a:hover {
  text-decoration: none;
  color: #3498db;
}
a:focus {
  text-decoration: none;
}
a.btnBlue {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
a.btnBlue:hover {
  background-color: #6abef4!important;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.border_box {
  box-sizing: border-box;
}
.content_box {
  box-sizing: content-box;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: 'num';
  src: '../fonts/num.ttf';
}
.boxshadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
input {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div {
  word-wrap: break-word;
}
/* 弹出框提示框 */
.tips {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  display: none;
  opacity: 1;
  transition: all 1.5s;
  z-index: 0;
  font-size: 18px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.z {
  z-index: 999;
}
.tips.info {
  background-color: rgba(52, 152, 219, 0.7);
  z-index: 999;
}
.tips.error {
  background-color: rgba(219, 69, 13, 0.7);
  z-index: 999;
}
.tips.success {
  background-color: rgba(0, 203, 145, 0.7);
  z-index: 999;
}
.tips.warning {
  background-color: rgba(254, 111, 37, 0.7);
  z-index: 999;
}
.tips.active {
  opacity: 1;
  z-index: 999;
}
.showBox {
  display: block;
}
.hideBox {
  display: none;
}
@keyframes mymove {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/loading.png);
  background-size: 100%;
  animation: mymove 2s infinite;
  transition-timing-function: linear;
}
input::-webkit-input-safebox-button {
  display: none!important;
}
::selection {
  color: #fff;
  background: #3498db;
}
::-moz-selection {
  color: #fff;
  background: #3498db;
}
::-webkit-selection {
  color: #fff;
  background: #3498db;
}
::-o-selection {
  color: #fff;
  background: #3498db;
}
.clearfix {
  clear: both;
}
.xy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.xy_box {
  width: 500px;
  height: 370px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -185px;
  margin-left: -250px;
  background: #fff;
}
.xy_box h2 {
  font-size: 18px;
  color: #000;
  padding: 12px 20px;
  margin: 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #d9d9d9;
}
.xy_text {
  border: 1px solid #B2B2B2;
  height: 240px;
  overflow-x: hidden;
  overflow-y: scroll;
  resize: both;
  width: 450px;
  padding: 24px 18px;
  box-sizing: border-box;
  margin: 15px auto;
}
.xy_text p {
  text-indent: 23px;
  color: #4d4d4d;
  font-size: 12px;
  margin-bottom: 20px;
}
.xy_bottom {
  text-align: center;
}
.xy_bottom a {
  width: 124px;
  height: 30px;
  display: inline-block;
  color: #fff;
  background: #3498db;
  line-height: 30px;
  font-weight: 700;
  margin: 0 10px;
}
.xy_bottom a.nos {
  cursor: default;
  background: #eee;
  color: #777;
}
a {
  text-decoration: none;
}
body {
  background-color: #eff3f5;
}
.logo {
  text-align: center;
}
.logo img {
  margin: 40px auto 40px;
  height: 90px;
}
.box {
  width: 678px;
  padding: 80px 139px 0;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
.box .nav {
  width: 100%;
  overflow: hidden;
}
.box .nav li {
  width: 50%;
  float: left;
  font-size: 26px;
  padding-bottom: 9px;
  text-align: center;
  border-bottom: 1px solid #e9ecee;
}
.box .nav li a {
  color: #373d41;
}
.box .nav li:hover {
  border-bottom-color: #3498db;
}
.box .nav li:hover a {
  color: #3498db;
}
.box .nav li.active {
  border-bottom-color: #3498db;
}
.box .nav li.active a {
  color: #3498db;
}
.box .regiter div {
  position: relative;
}
.box .regiter div em {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.box .regiter div em i {
  color: #fe6f25;
  font-size: 18px;
}
.box .regiter .loginicon {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.box .regiter i.user {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5d6d7e;
}
.box .regiter i.pwd {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5d6d7e;
}
.box .regiter i.email {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5d6d7e;
}
.box .regiter i.tel {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5d6d7e;
}
.box .regiter input {
  margin-top: 34px;
  height: 22px;
  line-height: 22px;
  padding: 7px 0 7px 40px;
  width: 360px;
  border: none;
  outline: none;
  border-bottom: 1px solid #e9ecee;
  color: #5d6d7e;
  font-size: 16px;
  font-family: '微软雅黑', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.box .regiter input:focus {
  border-bottom-color: #3498db;
}
.box .regiter input:focus + i.user {
  color: #3498db;
}
.box .regiter input:focus + i.pwd {
  color: #3498db;
}
.box .regiter input:focus + i.email {
  color: #3498db;
}
.box .regiter input:focus + i.tel {
  color: #3498db;
}
.box .regiter .yzm {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 50px;
}
.box .regiter .yzm input {
  height: 50px;
  width: 190px;
  margin: 0;
  text-align: center;
  padding: 0;
  border: 1px solid #e9ecee;
}
.box .regiter .yzm input:focus {
  border-color: #3498db;
}
.box .regiter .yzm a {
  float: right;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #3498db;
  text-align: center;
}
.box .regiter .readBox {
  display: block;
  font-size: 12px;
  color: #373d41;
  margin-bottom: 20px;
  position: relative;
}
.box .regiter .readBox a {
  color: #34495e;
}
.box .regiter .readBox input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.box .regiter .readBox em {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.box .regiter .readBox em i {
  color: #fe6f25;
  font-size: 18px;
}
.box .regiter .submit {
  display: block;
  overflow: hidden;
}
.box .regiter .submit a.s {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #3498db;
  font-size: 20px;
  text-align: center;
}
.box .regiter .submit span {
  float: right;
  color: #373d41;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 78px;
}
.box .regiter .submit span a {
  color: #ff9e13;
}
.box .regiter .submit .forgetPwd {
  float: left;
}
.box .regiter .submit .forgetPwd a {
  color: #373d41;
}
.box .regiter div[data='email'],
.box .regiter div[data='phone'] {
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
  display: none;
}
.box .regiter div[data='email'] div,
.box .regiter div[data='phone'] div {
  position: relative;
}
.box .regiter div[data='email'] div em,
.box .regiter div[data='phone'] div em {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.box .regiter div[data='email'] div em i,
.box .regiter div[data='phone'] div em i {
  color: #fe6f25;
  font-size: 18px;
}
.box .regiter div[data='email'] input,
.box .regiter div[data='phone'] input {
  margin-top: 34px;
  height: 22px;
  line-height: 22px;
  padding: 7px 0 7px 40px;
  width: 360px;
  border: none;
  outline: none;
  border-bottom: 1px solid #e9ecee;
  color: #5d6d7e;
  font-size: 16px;
  font-family: '微软雅黑', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.box .regiter div[data='email'] input:focus,
.box .regiter div[data='phone'] input:focus {
  border-bottom-color: #3498db;
}
.box .regiter div[data='email'] .yzm,
.box .regiter div[data='phone'] .yzm {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 50px;
}
.box .regiter div[data='email'] .yzm input,
.box .regiter div[data='phone'] .yzm input {
  height: 50px;
  width: 190px;
  margin: 0;
  text-align: center;
  padding: 0;
  border: 1px solid #e9ecee;
}
.box .regiter div[data='email'] .yzm input:focus,
.box .regiter div[data='phone'] .yzm input:focus {
  border-color: #3498db;
}
.box .regiter div[data='email'] .yzm a,
.box .regiter div[data='phone'] .yzm a {
  float: right;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #3498db;
  text-align: center;
}
.box .regiter div[data='email'] .readBox,
.box .regiter div[data='phone'] .readBox {
  display: block;
  font-size: 12px;
  color: #373d41;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}
.box .regiter div[data='email'] .readBox em,
.box .regiter div[data='phone'] .readBox em {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.box .regiter div[data='email'] .readBox em i,
.box .regiter div[data='phone'] .readBox em i {
  color: #fe6f25;
  font-size: 18px;
}
.box .regiter div[data='email'] .readBox a,
.box .regiter div[data='phone'] .readBox a {
  color: #34495e;
}
.box .regiter div[data='email'] .readBox input[type='checkbox'],
.box .regiter div[data='phone'] .readBox input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.box .regiter div[data='email'] .submit,
.box .regiter div[data='phone'] .submit {
  display: block;
  overflow: hidden;
}
.box .regiter div[data='email'] .submit a.s,
.box .regiter div[data='phone'] .submit a.s {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #3498db;
  font-size: 20px;
  text-align: center;
}
.box .regiter div[data='email'] .submit span,
.box .regiter div[data='phone'] .submit span {
  float: right;
  color: #373d41;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 78px;
}
.box .regiter div[data='email'] .submit span a,
.box .regiter div[data='phone'] .submit span a {
  color: #ff9e13;
}
.box .regiter div.active {
  display: block;
}
.bottom {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #b8c4ce;
  font-size: 14px;
  text-align: center;
}
.emailBox {
  overflow: hidden;
}
.emailBox p {
  margin-bottom: 10px;
  color: #34495e;
}
.emailBox p span {
  color: #ff9e13;
}
.emailBox a.btn {
  margin-top: 10px;
  display: inline-block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #3498db;
}
.emailBox .x {
  float: right;
}
.emailBox p.small {
  margin-top: 10px;
  margin-bottom: 100px;
  font-size: 12px;
  color: #b8c4ce;
}
.emailBox p.small a {
  color: #b8c4ce;
}
.emailBox p.small a:hover {
  color: #3498db;
}
.yzBox {
  text-align: center;
  color: #34495e;
}
.yzBox img {
  display: block;
  margin: 0 auto 20px;
  width: 90px;
  height: 90px;
}
.yzBox a {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #3498db;
  margin-top: 36px;
  margin-bottom: 80px;
}
.loginBox h3 {
  margin: 0;
  font-size: 26px;
  padding-bottom: 9px;
  text-align: center;
  border-bottom: 1px solid #e9ecee;
  color: #373d41;
  font-weight: normal;
}
.loginBox .login div {
  position: relative;
}
.loginBox .login div em {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.loginBox .login div em i {
  color: #fe6f25;
  font-size: 18px;
}
.loginBox .login .loginicon {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.loginBox .login i.user {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5d6d7e;
}
.loginBox .login i.pwd {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5d6d7e;
}
.loginBox .login i.email {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5d6d7e;
}
.loginBox .login i.tel {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5d6d7e;
}
.loginBox .login input {
  margin-top: 34px;
  height: 22px;
  line-height: 22px;
  padding: 7px 0 7px 40px;
  width: 360px;
  border: none;
  outline: none;
  border-bottom: 1px solid #e9ecee;
  color: #5d6d7e;
  font-size: 16px;
  font-family: '微软雅黑', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.loginBox .login input:focus {
  border-bottom-color: #3498db;
}
.loginBox .login input:focus + i.user {
  color: #3498db;
}
.loginBox .login input:focus + i.pwd {
  color: #3498db;
}
.loginBox .login input:focus + i.email {
  color: #3498db;
}
.loginBox .login input:focus + i.tel {
  color: #3498db;
}
.loginBox .login .yzm {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 50px;
}
.loginBox .login .yzm input {
  height: 50px;
  width: 190px;
  margin: 0;
  text-align: center;
  padding: 0;
  border: 1px solid #e9ecee;
}
.loginBox .login .yzm input:focus {
  border-color: #3498db;
}
.loginBox .login .yzm a {
  float: right;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #3498db;
  text-align: center;
}
.loginBox .login .readBox {
  display: block;
  font-size: 12px;
  color: #373d41;
  margin-bottom: 20px;
  position: relative;
}
.loginBox .login .readBox a {
  color: #34495e;
}
.loginBox .login .readBox input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.loginBox .login .readBox em {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.loginBox .login .readBox em i {
  color: #fe6f25;
  font-size: 18px;
}
.loginBox .login .submit {
  display: block;
  overflow: hidden;
}
.loginBox .login .submit a.s {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #3498db;
  font-size: 20px;
  text-align: center;
}
.loginBox .login .submit span {
  float: right;
  color: #373d41;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 78px;
}
.loginBox .login .submit span a {
  color: #ff9e13;
}
.loginBox .login .submit .forgetPwd {
  float: left;
}
.loginBox .login .submit .forgetPwd a {
  color: #373d41;
}
.findBox h3 {
  margin: 0;
  font-size: 26px;
  height: 26px;
  line-height: 26px;
  padding-bottom: 9px;
  text-align: left;
  border-bottom: 1px solid #e9ecee;
  color: #373d41;
  font-weight: normal;
}
.findBox .find div {
  position: relative;
}
.findBox .find div em {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.findBox .find div em i {
  color: #fe6f25;
  font-size: 18px;
}
.findBox .find .loginicon {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.findBox .find i.user {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5d6d7e;
}
.findBox .find i.pwd {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5d6d7e;
}
.findBox .find i.email {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5d6d7e;
}
.findBox .find i.tel {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5d6d7e;
}
.findBox .find input {
  margin-top: 34px;
  height: 22px;
  line-height: 22px;
  padding: 7px 0 7px 40px;
  width: 360px;
  border: none;
  outline: none;
  border-bottom: 1px solid #e9ecee;
  color: #5d6d7e;
  font-size: 16px;
  font-family: '微软雅黑', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.findBox .find input:focus {
  border-bottom-color: #3498db;
}
.findBox .find input:focus + i.user {
  color: #3498db;
}
.findBox .find input:focus + i.pwd {
  color: #3498db;
}
.findBox .find input:focus + i.email {
  color: #3498db;
}
.findBox .find input:focus + i.tel {
  color: #3498db;
}
.findBox .find .yzm {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 50px;
}
.findBox .find .yzm input {
  height: 50px;
  width: 190px;
  margin: 0;
  text-align: center;
  padding: 0;
  border: 1px solid #e9ecee;
}
.findBox .find .yzm input:focus {
  border-color: #3498db;
}
.findBox .find .yzm a {
  float: right;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #3498db;
  text-align: center;
}
.findBox .find .readBox {
  display: block;
  font-size: 12px;
  color: #373d41;
  margin-bottom: 20px;
  position: relative;
}
.findBox .find .readBox a {
  color: #34495e;
}
.findBox .find .readBox input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.findBox .find .readBox em {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.findBox .find .readBox em i {
  color: #fe6f25;
  font-size: 18px;
}
.findBox .find .submit {
  display: block;
  overflow: hidden;
}
.findBox .find .submit a.s {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #3498db;
  font-size: 20px;
  text-align: center;
}
.findBox .find .submit span {
  float: right;
  color: #373d41;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 78px;
}
.findBox .find .submit span a {
  color: #ff9e13;
}
.findBox .find .submit .forgetPwd {
  float: left;
}
.findBox .find .submit .forgetPwd a {
  color: #373d41;
}
.findBox .find .submit {
  padding-bottom: 70px;
  margin-top: 30px;
}
.findBox .find:last-child {
  padding-bottom: 30px;
}
.error {
  margin-top: 10px;
  font-size: 12px;
  color: #ff9e13;
  text-align: right;
  display: block;
  height: 16px;
  line-height: 16px;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  position: absolute!important;
  top: 117px;
  right: 139px;
}
.error.show {
  opacity: 1;
}
