@charset "utf-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  color: #333333;
  font-size: 13px;
  font-family: '微软雅黑';
  background-color: #6ca1ff;
  background-image: linear-gradient(#7cb3ff, #578afe);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

img {
  border: 0;
}

i {
  font-style: normal;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:focus,
input {
  outline: none;
}

select {
  outline: none;
}

input {
  box-sizing: border-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ddd;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ddd;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ddd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ddd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ddd;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  position: relative;
  margin-top: 5px;
}

input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e7;
}

input[type="checkbox"]:checked::before {
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #0358b7;
  color: #0358b7;
  font-size: 14px;
  font-weight: bold;
}

.login-logo {
  text-align: center;
  margin-top: 7%;
}

.login-body {
  width: 390px;
  background: #fff;
  border-radius: 6px;
  height: 450px;
  margin: 10px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -195px;
  margin-top: -225px;
}

.login-lo {
  height: 360px;
  margin-top: -180px;
}

.login-l1 {
  height: 320px;
  margin-top: -160px;
}

.login-lm {
  height: 400px;
  margin-top: -200px;
}

.login-body .login-hd {
  width: 306px;
  margin: 0 auto;
  padding-top: 16px;
}

#tabs0 {
  height: 200px;
  width: 306px;
}

.menu0 {
  width: 306px;
  border-bottom: 3px solid #51C2ED;
}

.menu0 li {
  display: block;
  float: left;
  padding: 0 15px;
  width: 100%;
  cursor: pointer;
}

.menu0 li span {
  display: block;
  float: left;
  width: 130px;
  color: #F00;
  padding: 5px 0px;
  font: 17px/34px 'Microsoft YaHei';
  color: #1f1f1f;
}

.menu0 li a {
  display: block;
  float: right;
  width: 80px;
  color: #F00;
  padding: 5px 15px;
  margin-top: 15px;
  text-align: right;
  font-size: 14px;
}

.account {
  position: relative;
  width: 306px;
  height: 44px;
  margin: 12px auto 0 auto;
}

.user-name-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 44px;
  background: url(../images/si_phone.png) 14px 15px no-repeat;
}

.account input {
  width: 268px;
  padding-left: 38px;
  height: 42px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  font: 14px/42px 'Microsoft YaHei';
  color: #a9a9a9;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.password {
  position: relative;
  width: 306px;
  height: 44px;
  margin: 20px auto 0 auto;
}

.password span {
  position: absolute;
  top: 11px;
  left: 42px;
  color: #a9a9a9;
  font-size: 14px;
  line-height: 22px;
}

.password .user-pass-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 44px;
  background: url(../images/si_lock.png) 14px 15px no-repeat;
}

.password input {
  width: 268px;
  padding-left: 38px;
  height: 42px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  font: 14px/42px 'Microsoft YaHei';
  color: #a9a9a9;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#main0 ul {
  display: none;
}

#main0 ul.block {
  display: block;
  margin-top: 30px;
}

#main0 ul.bot {
  margin-top: 40px;
}

.login-verification {
  width: 308px;
  margin: 20px 0;
  overflow: hidden;
}

.verification-code a.change-code {
  display: block;
  float: right;
  color: #06c;
  font-size: 12px;
  line-height: 42px;
  text-decoration: underline;
}

.login-verification .verification-wrap {
  display: block;
  float: left;
  width: 170px;
  height: 44px;
  margin-right: 10px;
}

.verification-code .verification-wrap {
  background: url(../images/verification_icon.png) no-repeat 10px center;
}

.verification-code .verification-code-img {
  display: block;
  float: left;
  width: 75px;
  height: 40px;
  cursor: pointer;
}

.login-verification input {
  width: 110px;
}

.verification-code input {
  height: 40px;
  padding: 0 20px 0 40px;
  color: #333;
  font-size: 14px;
  line-height: 40px;
  background-color: transparent;
  border: 1px solid #ddd;
  color: #a9a9a9;
}

.block li {
  width: 100%;
  clear: both;
}

.wjmm {
  display: block;
  text-align: right;
  margin-top: 15px;
}

.wjmm a {
  color: #333;
}

.submit input {
  width: 45%;
  height: 44px;
  background: #51A5ED;
  border-radius: 2px;
  font: 16px/44px 'Microsoft YaHei';
  color: #fff;
  letter-spacing: 5px;
  cursor: pointer;
  border: 1px solid #51A5ED;
  float: left;
  text-align: center;
  margin-top: 20px;
}

.submit input.login {
  margin-right: 30px;
  background: #ed7651;
  border: 1px solid #ed7651;
}

/*个人注册*/
.login-zhuc {
  width: 420px;
  background: #fff;
  border-radius: 6px;
  height: 700px;
  margin: 10px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -210px;
  margin-top: -350px;
}

.login-zhuc .login-zc {
  width: 370px;
  margin: 0 auto;
  padding-top: 16px;
}

.log-fh {
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #51C2ED;
  position: relative;
  text-align: left;
  padding: 0 15px;
}

.log-fh a {
  font-size: 14px;
  color: #FF5B5B;
  font-weight: bold;
  display: inline-block;
  float: right;
}

.log-fh h2 {
  display: inline-block;
  font-size: 18px;
  color: #4A4A4A;
  width: 150px;
  float: left;
}

.login-zc ul {
  display: block;
  margin-top: 20px;
}

.login-zc ul li {
  display: block;
  margin-top: 15px;
}

.login-zc ul li span {
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #717171;
  width: 100px;
  text-align: right;
  height: 35px;
  line-height: 35px;
  clear: both;
}

.login-zc ul li i {
  font-style: normal;
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  background-image: url(../images/dui.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px;
  margin-left: 3px;
}

.login-zc ul li p {
  display: block;
  margin-left: 100px;
  margin-top: 4px;
  color: #F00;
}

.login-zc ul li .login-input {
  width: 200px;
  padding-left: 10px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #a9a9a9;
  font-family: "微软雅黑";
  float: left;
}

.login-zc ul li .onfoucs {
  width: 200px;
  padding-left: 10px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #a9a9a9;
  font-family: "微软雅黑";
  float: left;
}

.login-zc ul li .yzm {
  display: inline-block;
  width: 80px;
  border-radius: 2px;
  height: 35px;
  line-height: 35px;
  background: #00993D;
  border: 1px solid #00993D;
  text-align: center;
  color: #FFF;
  float: left;
  margin-left: 10px;
  margin-top: 1px;
  padding-left: 0;
}

.sub-mit {
  margin-top: 30px;
  overflow: hidden;
}

.sub-mit .sub-tj {
  width: 100%;
  height: 44px;
  background: #FF7B7B;
  border-radius: 2px;
  font: 16px/44px 'Microsoft YaHei';
  color: #fff;
  letter-spacing: 5px;
  cursor: pointer;
  border: 1px solid #FF7B7B;
  float: left;
  text-align: center;
}

.zhmm ul {
  display: block;
  margin-top: 30px;
}

.zhmm ul li {
  display: block;
  margin-top: 20px;
}

.zhmm ul li span {
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #717171;
  width: 75px;
  text-align: right;
  height: 35px;
  line-height: 35px;
  clear: both;
}

.zhmm ul li input {
  width: 200px;
  padding-left: 10px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #a9a9a9;
  font-family: "微软雅黑";
  float: left;
}

.zhmm ul li em {
  font-style: normal;
  color: #F00;
}

/*企业*/
.login-qyzhuc {
  width: 800px;
  background: #fff;
  border-radius: 6px;
  height: 600px;
  margin: 10px auto;
}

.login-qyzhuc .login-qyzc {
  width: 756px;
  margin: 0 auto;
  padding-top: 16px;
}

.login-qyzc .content-login {
  overflow: hidden;
  margin-top: 30px;
}

.login-qyzc .content-login .login-gsmc {
  width: 360px;
  float: left;
  margin-top: 20px;
}

.login-qyzc .content-login .login-gsmc span {
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #717171;
  width: 120px;
  text-align: right;
  height: 35px;
  line-height: 35px;
  clear: both;
}

.login-qyzc .content-login .login-gsmc span i {
  color: red;
  margin-right: 3px;
}

.login-qyzc .content-login .login-gsmc .login-input {
  width: 200px;
  padding-left: 10px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #a9a9a9;
  font-family: "微软雅黑";
}

select {
  display: none;
}

.select_box {
  font-family: "宋体";
  font-size: 12px;
  color: #999999;
  width: 210px;
  line-height: 35px;
  margin: 0px auto;
  float: left;
  border-radius: 2px;
}

.select_showbox {
  border: 1px solid #ddd;
  height: 35px;
  padding-left: 10px;
  background: url(../images/icon.png) no-repeat 190px center;
  border-radius: 2px;
}

.select_option {
  border: 1px solid #ddd;
  border-top: none;
  display: none;
  position: absolute;
  background-color: #FFF;
  width: 208px;
}

.select_option li {
  padding-left: 10px;
}

.select_option li.selected {
  background-color: #F3F3F3;
  color: #999;
}

.select_option li.hover {
  background: #78cbff;
  color: #fff;
}

.login-qyzc .content-login .login-gsmc .yzm {
  display: inline-block;
  width: 80px;
  background: #00993D;
  padding: 8px 0;
  text-align: center;
  color: #FFF;
}

.fileWrapper {
  position: relative;
  overflow: hidden;
  padding: 0
}

input[type=text].fileInputText {
  float: left;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0 5px
}

input[type=button].fileInputButton {
  float: right;
  border: none;
  background: #FF7B7B;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
}

#ui-upload-holder {
  position: relative;
  width: 60px;
  height: 35px;
  overflow: hidden;
}

#ui-upload-input {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity:0);
  z-index: 999;
}

#ui-upload-txt {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  line-height: 35px;
  text-align: center;
  background-color: #739AF3;
  color: #FFF;
  font-size: 14px;
}

#ui-upload-filepath {
  position: relative;
  border: 1px solid #ddd;
  width: 140px;
  height: 35px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

#ui-upload-filepathtxt {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 35px;
  border: 0px;
  line-height: 35px;
  padding-left: 10px;
  color: #a9a9a9;
}

.login_content {
  height: 100%;
  width: 100%;
  position: relative;
}

.login_login_m {
  width: 1250px;
  position: absolute;
  height: 560px;
  top: 50%;
  bottom: 50%;
  margin-top: -280px;
  left: 50%;
  right: 50%;
  margin-left: -625px;
  background-color: #ffffff;
  border-radius: 0 20px 20px 0;
}

.login_left_c {
  width: 625px;
  position: relative;
  background-color: #f0f5ff;
  float: left;
  height: 560px;
}

.login_left_top {
  width: 100%;
  height: 35%;
  background: url('/api-uaa/images/login_img2.png') no-repeat right top;
  position: absolute;
  top: 0;
}

.login_left_bot {
  width: 100%;
  height: 50%;
  background: url('/api-uaa/images/login_img3.png') no-repeat left bottom;
  position: absolute;
  bottom: 0;
}

.login_left_cet {
  width: 100%;
  position: absolute;
  top: 10%;
  text-align: center;
}

.login_left_cet img {
  width: 50%;
  vertical-align: middle;
}

.login_right_c {
  float: right;
  width: 625px;
  background-color: #ffffff;
  border-radius: 0 20px 20px 0;
  position: relative;
  height: 560px;
}

.login_ewm {
  position: relative;
  /* top: 20px; */
  /* right: 20px; */
  z-index: 5;
  cursor: pointer;
  width: 100px;
  float: right;
  margin-top: 15px;
  text-align: center;
}

.login_deng {
  position: absolute;
  top: 0px;
  right: 95px;
}

.login_login_content {
  overflow: hidden;
  position: relative;
  margin-left: 100px;
}

.login_logo {
  width: 260px;
  margin: 35px auto 0;
  text-align: center;
}

/*.login_logo img{ width: 260px;}*/
.login_body {
  width: 90%;
  margin: 30px auto 0;
  overflow: hidden;
}

.login_body_bottom {
  overflow: hidden;
  margin-top: 30px;
}

.bot_dsf {
  height: 40px;
  line-height: 40px;
  width: 330px;
  margin: 0 auto;
  position: relative;
}

.bot_dsf em {
  display: block;
  width: 330px;
  height: 1px;
  background-color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 0;
}

.bot_dsf .dsf {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  color: #999999;
}

.bot_img {
  overflow: hidden;
  height: 60px;
  width: 270px;
  margin: 10px auto;
}

.bot_img a {
  display: block;
  float: left;
  margin: 0 15px;
  height: 60px;
  width: 60px;
  background-color: #00c800;
  border-radius: 80px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 17px;
}

.bot_img a.weixin {
  background-color: #00c800;
}

.bot_img a.weibo {
  background-color: #e71f19;
}

.bot_img a.qq {
  background-color: #23a0f0;
}

.login_body_but {
  width: 100%;
  overflow: hidden;
}

.login_but {
  height: 46px;
  line-height: 46px;
  border: 0;
  color: #ffffff;
  background-color: #5794ff;
  border-radius: 20px;
  font-size: 18px;
  cursor: pointer;
  letter-spacing: 5px;
  width: 100%;
}

.login_body_wjmm {
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
}

.wjmm_left {
  float: left;
  width: 200px;
}

.left_check {
  display: block;
  width: 100px;
  float: left;
}

.left_check input[type="checkbox"] {
  display: block;
  float: left;
  margin-right: 7px;
  margin-top: 6px;
}

.left_check label {
  font-size: 14px;
  color: #666666;
}

.wjmm_right {
  float: right;
  width: 100px;
  text-align: right;
}

.wjmm_right a {
  font-size: 14px;
  color: #5794ff;
}

.login_body_content {
  overflow: hidden;
}

.login_list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.login_list input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #b1b3cc;
  padding-left: 20px;
  font-size: 14px;
  color: #999999;
}

.login_list input.onfoucs {
  color: #333333;
}

.login_body_top {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}

.login_body_top .body_left {
  display: block;
  float: left;
  width: 200px;
}

.login_body_top .body_left a {
  font-size: 16px;
  display: inline-block;
  float: left;
  color: #666666;
}

.login_body_top .body_left a.actived {
  color: #5794ff;
}

.ececk_warning{
  font-size: 13px;
  color: red;
  width: 300px;
  margin: 0 auto;
  display: none;
}

.hsu {
  display: inline-block;
  float: left;
  margin: 8px 7px 0;
  width: 1px;
  height: 15px;
  background-color: #5794ff;
}

.wjmm_right input {
  background: none;
  border: 0;
  color: #5794ff;
  font-size: 16px;
  cursor: pointer;
}

.login_ewm_content {
  width: 170px;
  height: auto;
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 60px;
  right: 20px;
  border: 1px solid #e7e7e7;
  z-index: 300;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

.login_ewm_title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
  color: #5794ff;
}

.login_ewm_text {
  margin-top: 15px;
  overflow: hidden;
}

.login_ewm_text dl {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.login_ewm_text dl dt {
  display: block;
  width: 110px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #eaeaea;
}

.login_ewm_text dl dt img {
  width: 110px;
}

.login_ewm_text dl dd {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #666666;
  margin: 15px 0 10px;
}

.login_iphone {
  width: 65%;
  float: left;
}

.login_yzm {
  width: 35%;
  float: left;
}

.login_list .login_yzm .yzm_but {
  color: #ffffff;
  background-color: #5794ff;
  border: 1px solid #5794ff;
  padding-left: 0;
  text-align: center;
  cursor: pointer;
}

.register_top {
  height: 40px;
  line-height: 40px;
  width: 100%;
}

.register_left {
  width: 120px;
  font-size: 20px;
  color: #5794ff;
  float: left;
}

.register_right {
  width: 78px;
  font-size: 16px;
  float: right;
  height: 30px;
  line-height: 30px;
  margin-top: 7px;
}

.register_right a {
  display: inline-block;
  float: left;
  color: #5794ff;
  font-size: 16px;
}

.register_right .lof {
  display: inline-block;
  float: left;
  width: 1px;
  height: 15px;
  background-color: #5794ff;
  margin: 7px 5px 0;
}

.register_false {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.register_false img {
  width: 35px;
}

.reset_pas {
  color: #fa2f26;
}

.login_reset {
  border: 1px solid #b1b3cc;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}

.reset_left {
  width: 100px;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border-right: 1px solid #d8d9e5;
  color: #999999;
}

.reset_right {
  width: 255px;
  float: left;
}

.reset_right .reset_input {
  width: 100%;
  border: 0;
  height: 32px;
  line-height: 32px;
}

.bidding_top {
  overflow: hidden;
  width: 900px;
  margin: 50px auto 0;
}

.bidding_logo {
  width: 200px;
  float: left;
  height: 50px;
  line-height: 50px;
}

.bidding_logo img {
  width: 180px;
}

.bodding_right {
  width: 90px;
  float: right;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
}

.bodding_right a {
  display: inline-block;
  font-size: 18px;
  color: #5794ff;
  float: left;
}

.bodding_right .m {
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #5794ff;
  float: left;
  margin: 7px 5px 0;
}

.bidding_content {
  width: 900px;
  margin: 10px auto 0;
  overflow: hidden;
}

.bidding_title {
  height: 80px;
  line-height: 80px;
  background-color: #5794ff;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
}

.bidding_main {
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  padding: 20px 0 40px;
}

.bidding_bd {
  overflow: hidden;
  width: 480px;
  margin: 40px auto 0;
}

.bidding_img {
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: left;
  background-color: #e7e7e7;
  border-radius: 50px;
  text-align: center;
}

.bidding_weixin {
  background-color: #00c800;
}

.bidding_weibo {
  background-color: #e71f19;
}

.bidding_qq {
  background-color: #23a0f0;
}

.bidding_img img {
  width: 28px;
}

.bidding_bt {
  width: 70px;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 15px;
  color: #999999;
  font-size: 16px;
}

.bidding_nc {
  width: 200px;
  float: left;
  height: 50px;
  line-height: 50px;
  color: #999999;
  font-size: 16px;
  padding-left: 20px;
}

.bidding_jb {
  width: 100px;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
}

.bidding_jb a {
  box-sizing: border-box;
  display: inline-block;
  color: #999999;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin-top: 9px;
  border: 1px solid #999999;
  width: 80px;
  text-align: center;
}

.bidding_jb a.bd {
  background-color: #5794ff;
  color: #ffffff;
  border: 1px solid #5794ff;
}

.bd_m {
  float: right;
  width: 135px;
  text-align: right;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  margin-right: 20px;
}

.bd_m a {
  display: inline-block;
  font-size: 18px;
  color: #5794ff;
}

.iphone_content {
  width: 40%;
  margin: 50px auto 50px;
}

.iphone_title {
  width: 500px;
  margin: 0px auto;
  color: #999999;
  text-align: center;
}

.iphone_bot {
  width: 100%;
  text-align: center;
  color: #999999;
  margin-top: 15px;
}

.reset_success {
  margin-top: 20px;
}

.reset_img {
  text-align: center;
  width: 100%;
}

.reset_img img {
  width: 100px;
}

.reset_text {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  color: #333333;
}

.reset_time {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}

.reset_time em {
  color: red;
}

.reset_time a {
  color: #5794ff
}

.purchase_text a {
  color: #0358b7;
}

.login_body_xieyi {
  height: 30px;
  line-height: 30px;
  width: 245px;
  margin: 20px auto 0;
}

.login_body_xieyi input {
  display: block;
  float: left;
  margin-top: 6px;
  margin-right: 7px;
}