@charset "UTF-8";
/* CSS base doc */
html, body, div, span, applet, object, iframe, h1, h2, 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, menu, nav, output, ruby, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

textarea {
  resize: none;
  font-family: "Microsoft YaHei"; }

a:focus {
  outline: none;
  -webkit-outline: none; }

a:link, a:visited {
  text-decoration: none; }

a:hover, a:active {
  text-decoration: underline; }

a.underline {
  text-decoration: underline; }

body {
  min-width: 1200px;
  line-height: 1.5;
  font-size: 14px;
  color: #404040;
  font-family: "Microsoft YaHei","Hiragino Sans GB","WenQuanYi Micro Hei", sans-serif; }

ol, ul {
  list-style: none; }

input, textarea {
  outline: none; }

input[type=button], input[type=submit], input[type=search], button {
  *overflow: visible;
  outline: none;
  cursor: pointer;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none; }

input::-ms-clear {
  display: none; }

input::-ms-reveal {
  display: none; }

input[type=text],
input[type=password] {
  border: 1px solid #cccccc;
  height: 32px;
  padding-left: 10px;
  font-size: 12px;
  font-family: sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -webkit-appearance: none; }

input[placeholder] {
  color: #333; }

button, select {
  text-transform: none; }

a img, img {
  -ms-interpolation-mode: bicubic; }

a {
  color: #404040; }

.tc {
  text-align: center; }

/* 变量 */
.top_bar li.message span:after {
  content: "";
  display: block;
  position: absolute; }

/* 主色 */
.color_main {
  color: #ff4040; }

.color_fu {
  color: #b17c00; }

.color_cc {
  color: #cc0011; }

.color_ff {
  color: #fff; }

.color_4c {
  color: #4c4c4c; }

.color_40 {
  color: #404040; }

.color_33 {
  color: #333; }

.color_66 {
  color: #666; }

.color_99 {
  color: #999; }

.color_f40 {
  color: #ff4040; }

.color_4d {
  color: #4d4d4d; }

/* 背景色 */
.bg_ff {
  background-color: #fff; }

.bg_cc {
  background-color: #ccc; }

.bg_e6 {
  background-color: #e6e6e6; }

.bg_333 {
  background-color: #333333; }

.bg_f5 {
  background-color: #f5f5f5; }

.bg_main {
  background-color: #ff4040; }

.bg_c0 {
  background-color: #cc0011; }

.bg_fa {
  background-color: #fafafa; }

.bg_f40 {
  background-color: #ff4040; }

.bg_fd {
  background-color: #fdfdfd; }

.bg_fe {
  background-color: #fefefe; }

/* 字体 */
.fb {
  font-weight: bold !important; }

.fn {
  font-weight: normal !important; }

.fs {
  font-style: normal !important; }

.f_family {
  font-family: "Microsoft YaHei"; }

.f12 {
  font-size: 12px;
  font-family: "Microsoft YaHei"; }

.f14 {
  font-size: 14px; }

.f16 {
  font-size: 16px; }

.f18 {
  font-size: 18px; }

/* 按钮颜色 */
.btn {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  cursor: pointer; }

.btn:hover {
  text-decoration: none; }

select {
  height: 34px; }

/* 链接hover */
.hover_txt {
  color: #ff4040; }

.hover_txt:hover {
  text-decoration: none; }

/* 边距 */
.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt42 {
  padding-top: 42px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt55 {
  margin-top: 55px; }

.mt47 {
  margin-top: 47px; }

.mt18 {
  margin-top: 18px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

/* 自定义 */
.textSpill {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.fl {
  float: left;
  display: inline; }

.fr {
  float: right;
  display: inline; }

.cb {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

.tl {
  text-align: left !important; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.pr {
  position: relative; }

.pa {
  position: absolute; }

.w1200 {
  width: 1200px;
  margin: 0 auto; }

/* 分页 */
.page_btn {
  margin-top: 12px;
  text-align: center;
  padding: 18px 0; }

.page_btn a {
  border: 1px solid #d1d1d1;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  display: inline-block;
  color: #333;
  float: left;
  border-right: none; }

.page_btn a.prev,
.page_btn a.next {
  padding: 0 15px; }

.page_btn span {
  padding: 0 10px;
  float: left;
  line-height: 30px; }

.page_btn a.active {
  color: #fff;
  background-color: #ff4040;
  display: inline-block;
  border-color: #ff4040; }

.page_btn a:hover {
  text-decoration: none;
  color: #ff4040; }

.page_btn a.active:hover {
  color: #fff; }

.page_btn input {
  border: 1px solid #d1d1d1;
  height: 30px;
  line-height: 30px;
  width: 50px;
  text-align: center;
  float: left;
  font-size: 14px;
  text-indent: 0; }

.page_btn input[placeholder] {
  color: #404040; }

.page_btn .inner_page {
  display: inline-block; }

.page_btn i {
  font-style: normal;
  float: left;
  height: 30px;
  line-height: 23px;
  padding: 0 6px; }

.page_btn .r_border {
  border-right: 1px solid #d1d1d1; }

/* 单选 */
.ui_radio span {
  display: inline-block;
  padding-right: 30px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.ui_radio span i {
  display: inline-block;
  margin-right: -18px;
  width: 14px;
  height: 14px;
  background: url("../images/new_icons/icon.png") no-repeat 0 0;
  vertical-align: middle; }

.ui_radio span i.on {
  background-position: 0 -36px; }

.ui_radio span input {
  margin-right: 10px;
  visibility: hidden; }

/* 多选 */
.ui_checkbox span {
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.ui_checkbox span i {
  display: inline-block;
  margin-right: -18px;
  width: 14px;
  height: 14px;
  background: url("../images/new_icons/icon.png") no-repeat 0 -73px;
  vertical-align: -2px; }

.ui_checkbox span i.on {
  background: url("../images/new_icons/icon_choose.png") no-repeat center; }

.ui_checkbox span input {
  margin-right: 10px;
  visibility: hidden; }

/* top_bar */
.top_bar {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e0e0e0; }

.top_bar ul.fr {
  position: relative;
  margin-right: -10px; }

.top_bar ul.fr > li {
  float: left;
  padding: 0 12px; }

.top_bar li.message {
  position: absolute;
  left: -90px;
  top: 0;
  border: 1px solid transparent;
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
  z-index: 2; }

.top_bar li a {
  color: #666; }

.top_bar li .color_orange {
  color: #ff5400; }

.top_bar li.message span {
  display: inline-block;
  position: relative;
  text-indent: 22px;
  background: url("../images/new_icons/icon1.png") no-repeat 0 10px; }

.top_bar li.message:hover span {
  color: #ff4040; }

.top_bar li.message span:after {
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 5px;
  border-style: solid;
  border-top-color: #666;
  position: absolute;
  top: 13px;
  right: -5px;
  transition: all ease-in 300ms;
  transform: rotate(0deg);
  transform-origin: center center; }

.top_bar .ul_down {
  height: 0; }

.top_bar .ul_down li {
  line-height: 24px; }

.top_bar .ul_down li b {
  padding-left: 6px; }

.top_bar li.message:hover {
  background-color: #fff;
  border-color: #cc0011;
  border-bottom: 1px solid #cc0011;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21); }

.top_bar li.message:hover span:after {
  top: 8px;
  transform: rotate(540deg); }

.top_bar li.message:hover .ul_down {
  padding: 5px 0 18px;
  height: auto; }

.top_bar li.message:hover a {
  color: #666; }

.top_bar .user a:hover,
.top_bar li.message:hover .ul_down a:hover,
.top_bar li:hover a {
  color: #ff4040; }

.top_bar li.sell span {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  color: #fff;
  border-radius: 3px;
  text-align: center; }

.top_bar .user span,
.top_bar .user > a {
  display: inline;
  float: left; }

.top_bar .user a.login {
  padding: 0 5px 0 25px; }

.top_bar .city_change:hover > .citys {
  display: block; }

.top_bar .city_change:hover > a {
  color: #ff4040; }

.top_bar .city_change {
  position: relative;
  cursor: pointer; }

.top_bar .city_change .citys {
  display: none;
  position: absolute;
  width: 280px;
  background-color: #fff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0 20px 20px;
  z-index: 201; }

.top_bar .city_change .citys .city_title:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url("../images/new_icons/addr_icon.png") no-repeat left top;
  vertical-align: -2px;
  margin-right: 5px; }

.top_bar .city_change .citys .city_title {
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 20px; }

.top_bar .city_change .citys .city_title > a {
  display: inline-block;
  line-height: 16px;
  padding: 5px 8px;
  border: 2px solid #ff4040;
  color: #ff4040; }

.top_bar .city_change .citys .city_item .item_title {
  border-bottom: 1px dashed #e8e8e8;
  font-weight: bold;
  font-size: 14px; }

.top_bar .city_change .citys .city_title > a:hover {
  text-decoration: none; }

.top_bar .city_change .citys .city_item .item_main > a {
  font-size: 14px;
  color: #666;
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  line-height: 25px; }
  .top_bar .city_change .citys .city_item .item_main > a:hover {
    color: #ff4040; }

/* footer */
.footer {
  padding-top: 16px;
  clear: both; }

.footer ul {
  line-height: 24px; }

.footer li {
  display: inline-block;
  color: #666; }

.footer ul.links {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px;
  padding-bottom: 30px; }

.footer ul.links li {
  width: 120px;
  text-align: left;
  float: left;
  margin-bottom: 5px; }

.footer ul.links li:nth-child(10n+1) {
  text-align: right; }

.footer ul.links li.title {
  display: block;
  color: #666;
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
  float: none; }

.footer li a {
  display: inline-block;
  padding: 0 9px;
  color: #666; }

.footer li a:hover {
  color: #ff4040; }

.footer p {
  padding-bottom: 15px;
  line-height: 20px;
  color: #999; }

.footer .link {
  text-align: left;
  padding: 0 0 5px 0;
  line-height: 24px;
  border-bottom: 1px solid #d1d1d1; }

.footer .link span {
  display: inline-block;
  float: left; }

.footer .link > div {
  width: 94%; }

.footer .link > div a {
  display: inline-block;
  padding: 0 10px;
  color: #666; }

.footer .link > div a:hover {
  color: #404040; }

.bottom {
  width: 100%;
  position: fixed;
  bottom: 0; }

.bomb_dialog .layui-layer-title {
  height: 100px;
  padding: 0;
  border-radius: 0; }

.login_title {
  position: relative;
  width: 420px;
  height: 100px;
  background: url(../images/new_banner/login_box.png) no-repeat center;
  background-size: cover; }
  .login_title .delete {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/new_icons/refuse.png) no-repeat center;
    background-size: cover;
    top: 14px;
    right: 14px;
    cursor: pointer; }

.top_bar a.toindex:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("../images/new_icons/follow_icon.png") no-repeat left top;
  vertical-align: -2px;
  margin-right: 5px; }

.top_bar a.follow:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url("../images/new_icons/follow_icon.png") no-repeat left bottom;
  vertical-align: -2px;
  margin-right: 5px; }

.header.haed2 {
  box-shadow: 0px 0px 15px 0px rgba(5, 5, 5, 0.14); }
.header .logo {
  float: left;
  width: 195px;
  height: 39px;
  padding: 17px 10px; }
.header .header_main > div {
  float: right;
  line-height: 77px; }
  .header .header_main > div a {
    font-size: 18px;
    color: #999;
    font-weight: normal; }
    .header .header_main > div a.login {
      color: #333; }
    .header .header_main > div a.backlogin {
      color: #0181fe; }
  .header .header_main > div span {
    font-size: 18px;
    color: #999;
    font-weight: normal;
    font-style: normal; }
.header .register_header {
  line-height: 100px; }
.header .register_header > div {
  line-height: 100px; }
.header span {
  display: inline-block;
  font-style: italic;
  line-height: 77px;
  font-size: 24px;
  color: #404040; }
  .header span.head_login {
    font-style: normal;
    margin-left: 20px; }
    .header span.head_login h1 {
      font-size: 24px;
      font-weight: normal; }
  .header span.shop_icon:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 21px;
    background: url("../images/new_icons/icon1.png") no-repeat 0px -67px;
    margin-left: 20px;
    margin-right: 10px; }
  .header span.pay_icon:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 24px;
    background: url("../images/new_icons/list_icon.png") no-repeat 0px -47px;
    margin-left: 20px;
    margin-right: 10px;
    vertical-align: -2px; }

.warn {
  line-height: 32px;
  height: 32px;
  border: 0; }

.warn-txt {
  display: block;
  margin-left: 21px;
  font-style: normal;
  line-height: 32px;
  height: 32px;
  text-indent: 20px;
  background: url("../images/text_alert.png") left center no-repeat;
  color: #ff4040;
  font-size: 12px; }

.login_bg {
  height: 714px;
  background: url("../images/new_banner/bg.png") no-repeat center; }

.register_bg {
  background: url("../images/new_banner/bg1.png") no-repeat center; }

.main_items {
  width: 100%;
  background-size: cover;
  overflow: hidden; }
  .main_items .login_banner {
    margin-top: 50px;
    float: left; }
    .main_items .login_banner img {
      width: 478px; }
  .main_items .login_box {
    width: 350px;
    box-shadow: 0px 0px 15px 0px rgba(5, 5, 5, 0.14);
    float: left;
    background-color: #fff;
    margin-top: 145px;
    margin-left: 130px; }
    .main_items .login_box .box_head {
      width: 195px;
      height: 39px;
      margin: 0 auto;
      background: url(../images/new_banner/logo4.png) no-repeat center;
      background-size: cover;
      margin-top: 20px;
      /*height: 55px;
      text-align: center;
      border-bottom: 1px solid $color_e0;
      label{
      	float: left;
      	display: inline-block;
      	width: 50%;
      	height: 18px;
      	line-height: 18px;
      	margin-top: 18.5px;
      	box-sizing: border-box;
      	border-right: 1px solid $color_e0;
      	font-size: 18px;
      	color: $color_66;
      	cursor: pointer;
      	input{
      		display: none;
      	}
      	&.active{
      		font-weight: bold;
      		color: $color_f40;
      	}
      	&:last-child{
      		border: 0;
      	}
      }*/ }
    .main_items .login_box .box_main .uname {
      overflow: hidden;
      margin-left: 23px;
      margin-top: 38px; }
      .main_items .login_box .box_main .uname span {
        display: inline-block;
        width: 38px;
        height: 36px;
        background-color: #eee;
        border: 1px solid #ccc;
        float: left; }
        .main_items .login_box .box_main .uname span.active {
          background-color: #ffc2c2; }
        .main_items .login_box .box_main .uname span:before {
          content: '';
          display: inline-block;
          width: 14px;
          height: 15px;
          background: url("../images/new_icons/login_icon.png") no-repeat left top;
          margin-top: 11.5px;
          margin-left: 12px; }
      .main_items .login_box .box_main .uname input {
        float: left;
        width: 265px;
        height: 38px;
        border-left: 0;
        color: #666;
        padding-left: 20px; }
    .main_items .login_box .box_main .upwd {
      overflow: hidden;
      margin-left: 23px; }
      .main_items .login_box .box_main .upwd span {
        display: inline-block;
        width: 38px;
        height: 36px;
        background-color: #eee;
        border: 1px solid #ccc;
        float: left; }
        .main_items .login_box .box_main .upwd span.active {
          background-color: #ffc2c2; }
        .main_items .login_box .box_main .upwd span:before {
          content: '';
          display: inline-block;
          width: 17px;
          height: 10px;
          background: url("../images/new_icons/login_icon.png") no-repeat left bottom;
          margin-top: 14px;
          margin-left: 10.5px; }
      .main_items .login_box .box_main .upwd input {
        float: left;
        width: 265px;
        height: 38px;
        border-left: 0;
        color: #666;
        padding-left: 20px; }
    .main_items .login_box .box_main .imgcode {
      overflow: hidden;
      margin-left: 23px; }
      .main_items .login_box .box_main .imgcode input {
        float: left;
        width: 198px;
        height: 38px;
        padding-left: 20px; }
      .main_items .login_box .box_main .imgcode img {
        float: left;
        width: 96px;
        height: 38px;
        margin-left: 11px;
        cursor: pointer; }
    .main_items .login_box .box_main > a {
      display: block;
      width: 305px;
      height: 34px;
      line-height: 34px;
      margin: 0 auto;
      text-align: center;
      background-color: #ff4040;
      color: #fff;
      font-size: 20px;
      margin-top: 10px; }
      .main_items .login_box .box_main > a:hover {
        text-decoration: none; }
    .main_items .login_box .box_foot {
      margin-top: 36px;
      height: 50px;
      line-height: 50px;
      background-color: #fffbfb; }
      .main_items .login_box .box_foot div {
        float: right; }
        .main_items .login_box .box_foot div a {
          margin-right: 20px; }
          .main_items .login_box .box_foot div a.register {
            color: #0181fe; }
  .main_items .admin > .box_head {
    border: 0; }
    .main_items .admin > .box_head img {
      width: 123px;
      margin-top: 30px; }
  .main_items .register_box {
    width: 664px;
    box-shadow: 0px 0px 15px 0px rgba(5, 5, 5, 0.14);
    background-color: #fff;
    margin: 20px auto 80px; }
    .main_items .register_box .box_head {
      height: 55px;
      text-align: center;
      border-bottom: 1px solid #e0e0e0; }
      .main_items .register_box .box_head label {
        float: left;
        display: inline-block;
        width: 25%;
        height: 56px;
        line-height: 56px;
        box-sizing: border-box;
        border-right: 1px solid #e0e0e0;
        font-size: 18px;
        color: #666;
        cursor: pointer; }
        .main_items .register_box .box_head label input {
          display: none; }
        .main_items .register_box .box_head label.active {
          font-weight: bold;
          background-color: #ff4040;
          color: #fff; }
        .main_items .register_box .box_head label:last-child {
          border: 0; }
    .main_items .register_box .box_main > img {
      margin-top: 10px; }
    .main_items .register_box .box_main div {
      width: 468px;
      height: 52px;
      line-height: 52px;
      border: 1px solid #e0e0e0;
      margin: 0 auto; }
      .main_items .register_box .box_main div span {
        display: inline-block;
        letter-spacing: 4px;
        color: #666;
        margin-left: 20px; }
      .main_items .register_box .box_main div input {
        width: 350px;
        border: 0;
        font-size: 14px;
        color: #333; }
      .main_items .register_box .box_main div.imgcode input, .main_items .register_box .box_main div.phonecode input {
        width: 250px; }
    .main_items .register_box .box_main .warn {
      line-height: 32px;
      height: 32px;
      border: 0; }
      .main_items .register_box .box_main .warn .warn-txt {
        margin-left: 0; }
    .main_items .register_box .box_main .uname {
      margin-top: -5px; }
      .main_items .register_box .box_main .uname span {
        letter-spacing: 10px; }
    .main_items .register_box .box_main .imgcode span,
    .main_items .register_box .box_main .phonecode span {
      letter-spacing: 0; }
    .main_items .register_box .box_main .imgcode > img {
      cursor: pointer;
      width: 96px;
      height: 43px;
      float: right;
      margin: 5px;
      margin-left: 0; }
    .main_items .register_box .box_main .phonecode > a {
      display: inline-block;
      width: 96px;
      height: 43px;
      line-height: 43px;
      float: right;
      margin: 5px;
      margin-left: 0;
      text-align: center;
      background-color: #eee;
      color: #333; }
      .main_items .register_box .box_main .phonecode > a:hover {
        text-decoration: none; }
    .main_items .register_box .box_main p.protocol {
      margin: 0 auto;
      margin-top: 10px;
      text-align: center; }
      .main_items .register_box .box_main p.protocol span.ui_checkbox > span {
        margin-right: 10px;
        display: inline-block;
        width: 15px;
        padding-right: 5px;
        height: 15px;
        position: relative; }
        .main_items .register_box .box_main p.protocol span.ui_checkbox > span input {
          position: absolute; }
      .main_items .register_box .box_main p.protocol a {
        color: #0181fe; }
        .main_items .register_box .box_main p.protocol a:hover {
          text-decoration: none; }
    .main_items .register_box .box_main p {
      margin-left: 95.5px; }
      .main_items .register_box .box_main p.capitals, .main_items .register_box .box_main p.sales, .main_items .register_box .box_main p.labors {
        display: none; }
      .main_items .register_box .box_main p.labors {
        height: 0; }
      .main_items .register_box .box_main p.personal > label {
        display: inline-block;
        width: 130px;
        height: 34px;
        line-height: 34px;
        box-sizing: border-box;
        border: 1px solid #e0e0e0;
        text-align: center;
        margin-right: 20px;
        border-radius: 3px;
        position: relative;
        cursor: pointer; }
        .main_items .register_box .box_main p.personal > label input {
          display: none; }
        .main_items .register_box .box_main p.personal > label.active {
          border-color: #ff4040;
          color: #ff4040; }
          .main_items .register_box .box_main p.personal > label.active:after {
            content: '';
            display: inline-block;
            width: 17px;
            height: 18px;
            vertical-align: middle;
            background: url(../images/new_icons/list_icon.png) no-repeat 0px -22px;
            position: absolute;
            bottom: 0;
            right: 0; }
        .main_items .register_box .box_main p.personal > label:hover {
          text-decoration: none; }
    .main_items .register_box .box_main > a.submit {
      display: block;
      width: 372px;
      height: 34px;
      line-height: 34px;
      margin: 0 auto;
      text-align: center;
      background-color: #ff4040;
      color: #fff;
      font-size: 20px;
      margin-top: 20px; }
      .main_items .register_box .box_main > a.submit:hover {
        text-decoration: none; }
    .main_items .register_box .box_foot {
      margin-top: 20px;
      height: 50px;
      line-height: 50px;
      background-color: #fffbfb; }
      .main_items .register_box .box_foot div {
        float: right; }
        .main_items .register_box .box_foot div a {
          margin-right: 20px; }
          .main_items .register_box .box_foot div a.login {
            color: #0181fe; }
  .main_items .reback_box {
    width: 982px;
    border: 1px solid #e0e0e0;
    border-top-color: #ff4040;
    margin: 0 auto;
    margin-top: 90px; }
    .main_items .reback_box .reback_top {
      width: 490px;
      margin: 0 auto;
      overflow: hidden; }
      .main_items .reback_box .reback_top ul {
        text-align: center;
        margin-top: 50px;
        margin-right: -70px; }
        .main_items .reback_box .reback_top ul li {
          float: left;
          text-align: center;
          width: 70px;
          margin-right: 70px;
          position: relative; }
          .main_items .reback_box .reback_top ul li .num {
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin: 0 auto;
            background-color: #f2f2f2;
            color: #999;
            font-size: 14px;
            border-radius: 50%; }
          .main_items .reback_box .reback_top ul li .txt {
            font-size: 14px;
            color: #999;
            margin-top: 20px; }
          .main_items .reback_box .reback_top ul li.active .num {
            color: #fff;
            background-color: #ff8c60; }
          .main_items .reback_box .reback_top ul li.active .txt {
            color: #ff8c60; }
          .main_items .reback_box .reback_top ul li.passed .num {
            color: #fff;
            background-color: #ff8c60; }
          .main_items .reback_box .reback_top ul li.passed .txt {
            color: #ff8c60; }
          .main_items .reback_box .reback_top ul li.passed .num,
          .main_items .reback_box .reback_top ul li.passed .txt {
            opacity: .6; }
          .main_items .reback_box .reback_top ul li .line {
            display: inline-block;
            width: 102px;
            border-top: 1px dashed #e0e0e0;
            position: absolute;
            top: 12.5px;
            left: 54px; }
    .main_items .reback_box .reback_main {
      margin-top: 50px; }
      .main_items .reback_box .reback_main ul > li {
        text-align: center;
        position: relative;
        font-size: 14px;
        color: #333; }
        .main_items .reback_box .reback_main ul > li input {
          width: 330px;
          height: 54px;
          color: #666;
          padding-left: 20px; }
          .main_items .reback_box .reback_main ul > li input.error {
            border-color: #ff4040; }
          .main_items .reback_box .reback_main ul > li input.code {
            width: 194px; }
        .main_items .reback_box .reback_main ul > li input ~ .error_msg {
          padding: 14px;
          background-color: #fff4d7;
          border-radius: 3px;
          position: absolute;
          margin-left: 20px; }
          .main_items .reback_box .reback_main ul > li input ~ .error_msg:before {
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-width: 7px;
            border-style: solid;
            border-right-color: #fff4d7;
            position: absolute;
            left: -14px;
            top: 16.5px; }
        .main_items .reback_box .reback_main ul > li .tonext {
          display: inline-block;
          margin-top: 20px;
          width: 330px;
          height: 34px;
          line-height: 34px;
          text-align: center;
          background-color: #ff4040;
          font-size: 18px;
          color: #fefefe;
          margin-bottom: 108px; }
          .main_items .reback_box .reback_main ul > li .tonext:hover {
            text-decoration: none; }
        .main_items .reback_box .reback_main ul > li .code_txt {
          width: 330px;
          line-height: 24px;
          margin: 0 auto;
          text-align: left;
          margin-bottom: 20px; }
        .main_items .reback_box .reback_main ul > li .getcode {
          display: inline-block;
          width: 126px;
          height: 52px;
          line-height: 52px;
          text-align: center;
          background-color: #eee;
          border: 1px solid #e0e0e0; }
          .main_items .reback_box .reback_main ul > li .getcode:hover {
            text-decoration: none;
            background-color: #ccc; }
        .main_items .reback_box .reback_main ul > li .repwd {
          margin-bottom: 20px; }
        .main_items .reback_box .reback_main ul > li.successed p {
          width: 138px;
          margin: 0 auto;
          line-height: 24px;
          margin-top: 10px;
          text-indent: 10px; }
          .main_items .reback_box .reback_main ul > li.successed p.title {
            text-indent: 3px; }
            .main_items .reback_box .reback_main ul > li.successed p.title:before {
              content: '';
              display: inline-block;
              width: 22px;
              height: 22px;
              background: url("../images/new_icons/success_icon.png") no-repeat center;
              background-size: cover;
              float: left; }
          .main_items .reback_box .reback_main ul > li.successed p a {
            display: inline-block;
            width: 138px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            background-color: #ff4040;
            color: #fff;
            margin-bottom: 108px;
            margin-top: 20px;
            text-indent: 0; }
            .main_items .reback_box .reback_main ul > li.successed p a:hover {
              text-decoration: none; }

.service-agreement .layui-layer-title:before {
  content: '';
  display: inline-block;
  width: 82px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
  background: url("../images/new_icons/wwwo.png") no-repeat center; }

.service-agreement > .title {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 20px;
  font-weight: bold; }

.service-agreement > p {
  color: #666;
  padding: 0 10px;
  margin-top: 20px; }

.service-agreement div p {
  line-height: 30px;
  margin-bottom: 10px; }
.service-agreement .bold {
  font-weight: bold; }
.service-agreement .bold_line {
  font-weight: bold;
  text-decoration: underline; }

/************fix layer type=1*************/
.layui-layer-page .layui-layer-content {
  position: relative;
  padding: 20px;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto; }

.layui-layer {
  border-radius: 10px !important; }

.layui-layer-iframe {
  left: 50% !important;
  margin-left: -210px !important; }

/* footer */
.footer {
  border-top: 1px solid #e0e0e0; }

.login_frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  box-shadow: 0px 0px 15px 0px rgba(5, 5, 5, 0.14);
  background-color: #fff; }
  .login_frame .box_main {
    width: 420px;
    height: 400px;
    background-color: #fff;
    margin: 0 auto; }
    .login_frame .box_main .login_main .uname {
      overflow: hidden;
      margin-left: 57.5px;
      margin-top: 38px; }
      .login_frame .box_main .login_main .uname span {
        display: inline-block;
        width: 38px;
        height: 36px;
        background-color: #eee;
        border: 1px solid #ccc;
        float: left; }
        .login_frame .box_main .login_main .uname span.active {
          background-color: #ffc2c2; }
        .login_frame .box_main .login_main .uname span:before {
          content: '';
          display: inline-block;
          width: 14px;
          height: 15px;
          background: url("../images/new_icons/login_icon.png") no-repeat left top;
          margin-top: 11.5px;
          margin-left: 12px; }
      .login_frame .box_main .login_main .uname input {
        float: left;
        width: 265px;
        height: 38px;
        border-left: 0;
        color: #666;
        padding-left: 20px; }
    .login_frame .box_main .login_main .upwd {
      overflow: hidden;
      margin-left: 57.5px; }
      .login_frame .box_main .login_main .upwd span {
        display: inline-block;
        width: 38px;
        height: 36px;
        background-color: #eee;
        border: 1px solid #ccc;
        float: left; }
        .login_frame .box_main .login_main .upwd span.active {
          background-color: #ffc2c2; }
        .login_frame .box_main .login_main .upwd span:before {
          content: '';
          display: inline-block;
          width: 17px;
          height: 10px;
          background: url("../images/new_icons/login_icon.png") no-repeat left bottom;
          margin-top: 14px;
          margin-left: 10.5px; }
      .login_frame .box_main .login_main .upwd input {
        float: left;
        width: 265px;
        height: 38px;
        border-left: 0;
        color: #666;
        padding-left: 20px; }
    .login_frame .box_main .login_main .imgcode {
      overflow: hidden;
      margin-left: 23px; }
      .login_frame .box_main .login_main .imgcode input {
        float: left;
        width: 198px;
        height: 38px;
        padding-left: 20px; }
      .login_frame .box_main .login_main .imgcode img {
        float: left;
        width: 96px;
        height: 38px;
        margin-left: 11px;
        cursor: pointer; }
    .login_frame .box_main .login_main > a {
      display: block;
      width: 305px;
      height: 34px;
      line-height: 34px;
      margin: 0 auto;
      text-align: center;
      background-color: #ff4040;
      color: #fff;
      font-size: 20px;
      margin-top: 10px; }
      .login_frame .box_main .login_main > a:hover {
        text-decoration: none; }
    .login_frame .box_main .login_foot {
      margin-top: 36px;
      height: 50px;
      line-height: 50px;
      background-color: #fffbfb; }
      .login_frame .box_main .login_foot div {
        float: right; }
        .login_frame .box_main .login_foot div a {
          margin-right: 20px; }
          .login_frame .box_main .login_foot div a.register {
            color: #0181fe; }
  .login_frame .warn {
    line-height: 32px;
    height: 32px;
    border: 0; }
  .login_frame .warn-txt {
    display: block;
    margin-left: 57.5px;
    font-style: normal;
    line-height: 32px;
    height: 32px;
    text-indent: 20px;
    background: url("../images/text_alert.png") left center no-repeat;
    color: #ff4040;
    font-size: 12px; }

.bomb_dialog .layui-layer-title {
  height: 100px;
  padding: 0;
  border-radius: 0; }

.login_title {
  position: relative;
  width: 420px;
  height: 100px;
  background: url(../images/new_banner/login_box.png) no-repeat center;
  background-size: cover; }
  .login_title .delete {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/new_icons/refuse.png) no-repeat center;
    background-size: cover;
    top: 14px;
    right: 14px;
    cursor: pointer; }

/*# sourceMappingURL=login.css.map */
