﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, i, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

body {
  max-width: 720px;
  margin: 0 auto;
  font-family: "\5FAE\8F6F\96C5\9ED1", "Droid Sans Fallback", Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a {
  text-decoration: none;
  color: #333;
}

input {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Droid Sans Fallback", Arial, sans-serif;
  outline: 0;
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: normal;
  /*-webkit-appearance: none;*/
  color: #333;
  background-color: transparent;
  opacity: 1;
  z-index:1000;
}

button {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Droid Sans Fallback", Arial, sans-serif;
  outline: 0;
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: normal;
  -webkit-appearance: none;
  color: #333;
  background-color: transparent;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

header {
  position: relative;
  height: 24px;
  line-height: 24px;
  margin: 40px auto 40px;
  color: #666;
  font-size: 24px;
  text-align: center;
  padding: 0 45px;
}

.u_form {
  margin: 0 60px;
}

.btn {
  width: 100%;
  height: 40px;
  margin-top: 28px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  /*background-color: #ff8a00;*/
  background-color: #ff5c5a;
  border-radius: 4px;
  cursor: pointer;
}

.btn:hover {
  /*background: #e57c00;*/
  background: #f87970;
}

.btn1 {
  position: absolute;
  width: 100px;
  height: 30px;
  margin-top: -5px;
  right: 5px;
  top: 30%;
  background-color: #ff5c5a;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.btn1:hover {
  /*background: #e57c00;*/
  background: #f87970;
}

#_umfp {
  display: block !important;
  height: 11px !important;
}

.line1 {
  position: relative;
  padding: 15px 10px 15px 40px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.line1 input {
  line-height: 20px;
  font-size: 12px;
}
.line1 .icon {
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -10px;
}

.line {
  position: relative;
  padding: 15px 10px 15px 40px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.line.active {
  border-bottom: 1px solid #ff8a00;
}

.line.error input {
  color: #f34d48;
}

.line input {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.line .icon {
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -10px;
}

.line .login_name_icon {
  background: url("http://resource.liujin.cn/web/images/offical/icon_user.png") no-repeat center center;
  width: 20px;
  height: 20px;
}

.line .password_icon {
  background: url("http://resource.liujin.cn/web/images/offical/icon_pw.png") no-repeat center center;
  width: 20px;
  height: 20px;
}

.line .captcha_icon {
  background: url("http://resource.liujin.cn/web/images/offical/icon_sms.png") no-repeat center center;
  width: 20px;
  height: 20px;
}

.line .sms_code_icon {
  background: url("http://resource.liujin.cn/web/images/offical/icon_sms.png") no-repeat center center;
  width: 20px;
  height: 20px;
}

.line1 .captcha_icon {
  background: url("http://resource.liujin.cn/web/images/offical/icon_sms.png") no-repeat center center;
  width: 20px;
  height: 20px;
}

.line .cwk_icon {
  background-position: 0 -30px;
  width: 25px;
  height: 25px;
}

.line .captcha_image_src {
  position: absolute;
  width: 90px;
  height: 30px;
  margin-top: -9px;
  right: 5px;
  top: 30%;
}

.send_sms {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  cursor: pointer;
}

.message {
  width: 330px;
  text-align: center;
  color: #fff;
  background: #fa5043;
  border-radius: 3px;
  line-height: 28px;
  font-size: 12px;
  position: absolute;
}

.third_party_list {
  position: absolute;
  /* bottom: 0; */
  left: 0;
  width: 100%;
  height: 150px;
  text-align: center;
  margin-top: 40px;
}

.third_party_list .third_party_title {
  position: relative;
  margin: 0 30px 10px;
  border-top: 1px solid #ddd;
}

.third_party_list .third_party_title span {
  display: block;
  width: 115px;
  margin: -8px auto 0;
  background-color: #fff;
}

.forget_pwd {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -4px;
}

.u_register {
  margin-top: 10px;
  height: 20px;
  line-height: 20px;
  text-align: right;
}

.green {
  color: #19ca5b;
}

.cwk_embed {
  height: 20px;
  line-height: 20px;
}

.text_color {
  color: #ff8a00;
  font-size: 12px;
  margin-right: 10px;
}

.count_down_color {
  color: #ff8a00;
}

.text {
  margin-left: -40px;
}

/******************************************ä»¥ä¸‹ä¸ºncçš„æ ·å¼**************************************/
.nc-container {
  width: 100%;
  height: 40px;
  background: #eee;
  border-radius: 40px;
}

.nc-container .nc_wrapper {
  width: 100% !important;
}

.nc-container .nc_wrapper .nc_scale {
  height: 40px;
  background: #eee;
  border-radius: 40px;
}
#nocaptcha.show-click-captcha .nc_scale.nc_err {
    bottom: 124px;
}
.nc-container .nc_wrapper .nc_scale .btn_ok, .nc-container .nc_wrapper .nc_scale .btn_slide {
  color: #fff;
  height: 38px;
  width: 68px;
  font-size: 26px;
  line-height: 38px;
  border-radius: 40px;
  border: 1px solid #bbb;
  overflow: hidden;
  font-family: none;
}

.nc-container .nc_wrapper .nc_scale .btn_slide {
  background: #fff url("http://resource.liujin.cn/web/images/offical/icon_scroll.png") no-repeat center center;
}

.nc-container .nc_wrapper .nc_scale .btn_ok {
  background: #fff url("http://resource.liujin.cn/web/images/offical/icon_scrollok.png") no-repeat center center;
  text-align: left;
}

.nc-container .nc_scale .nc_bg {
  background: #7fc442 !important;
  padding-right: 40px !important;
  border-radius: 20px;
}

.nc-container .nc_wrapper .nc-lang-cnt {
  font-size: 12px;
  line-height: 38px;
}

.nc-container .scale_text.scale_text.slidetounlock span[data-nc-lang="_startTEXT"] {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #999), color-stop(0.4, #999), color-stop(0.5, #fff), color-stop(0.6, #999), color-stop(1, #999)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-animation: slidetounlock 3s infinite !important;
}

.nc-container .nc_scale .clickCaptcha{
  width: 328px !important;
  height: 310px !important;
}

.nc-container .clickCaptcha .clickCaptcha_img img {
  width: 270px !important;
  height: 270px !important;
}
.nc-container .imgCaptcha {
  top: 44px !important;
}

.nc-container .imgCaptcha .imgCaptcha_text input {
  border: 1px solid #ddd;
  text-indent: 5px;
}

.u_other {
  margin-top: 16px;
}

.u_other a {
  color: #666;
  font-size: 12px;
  margin-right: 14px;
}

.u_other a:hover {
  color: #ff8a00;
  text-decoration: underline;
}

.third_party_list {
  width: 330px;
  height: 59px;
  border-top: 1px solid #ededed;
  bottom: 0;
  margin: 0 60px;
}

.third_party_list .third_party_title {
  position: absolute;
  border: none;
  margin: 0;
  left: 0;
  bottom: 23px;
  z-index: 3;
}

.third_party_list .third_party_title span {
  width: auto;
  background: none;
  font-size: 12px;
  color: #999;
}

.third_party_list .third_party_list {
  width: 240px;
  margin-left: 90px;
  height: 20px;
  border: none;
  padding-top: 20px;
  position: static;
  text-align: left;
}

.third_party_list .third_party_list .icon {
  background: url("http://resource.liujin.cn/web/images/offical/icon_other.png") no-repeat center center;
  display: inline-block;
  margin: 0 15px 0 0;
  height: 20px;
  color: #999;
  line-height: 20px;
  padding-left: 25px;
}

.third_party_list .third_party_list .icon:hover {
  color: #ff8a00;
  text-decoration: underline;
}

.third_party_list .third_party_list .weibo {
  background-position: 0 0;
}

.third_party_list .third_party_list .taobao {
  background-position: -155px 0;
}

.third_party_list .third_party_list .alipay {
  background-position: -72px 0;
}
