/*全局通用样式*/
@charset "utf-8";

* {
  margin : 0;
  padding: 0;
}

html,
body {
  width    : 100%;
  height   : 100%;
  min-width: 1200px;
}

* html body {
  overflow: visible;
}

* html frame,
* html iframe {
  overflow: auto;
}

* html frameset {
  overflow: hidden;
}

body {
  color      : #333;
  background : #ffffff;
  font-size  : 12px;
  font-family: Microsoft Yahei, SimSun, Helvetica;
}

body,
div,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
p,
table,
td,
tr {
  margin : 0;
  padding: 0;
}

img,
object,
input,
textarea,
button,
select {
  vertical-align: middle;
}

/*让button 按钮 变成小手*/

button {
  cursor: pointer;
}

/*清除浮动*/

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

/*隐藏元素*/

.hide,
.none {
  display: none;
}

/*设定宽度*/
.w {
  width: 1200px;
}


.flex-row {
  display       : flex;
  flex-direction: row;
  align-items   : center;
}

.flex-column {
  display       : flex;
  flex-direction: column;
  align-items   : center;
}

.a_c {
  align-items: center;
}

.j_c {
  justify-content: center;
}

.j_b {
  justify-content: space-between;
}

.flex {
  display: flex;
}

.col {
  display       : flex;
  flex-direction: column;
}

a {
  color           : inherit;
  display         : block;
  border          : none;
  user-select     : none;
  -moz-user-focus : none;
  -moz-user-select: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline                    : none;
  background                 : none;
  text-decoration            : none;
}

input {
  background: none;
  outline   : none;
  border    : none;
}

ul,
li {
  margin    : 0;
  padding   : 0;
  list-style: none;
}

/* 去掉IE的input框自带的X */
::-ms-clear,
::-ms-reveal {
  display: none !important;
}



/* 登录 */
.lo_box_tips a {
  display   : inline-block;
  color     : #4a904c;
  background: transparent;
}

/* 未被访问的链接 */
.lo_box_tips a:link,
.common .nav a {
  color: #4a904c;
}

/* 已被访问的链接 */
.lo_box_tips a:visited,
.common .nav a {
  color: #4a904c;
}



.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt28 {
  margin-top: 28px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


/* -头部 */
.header .nav {
  width     : 100%;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.header .nav .con{
  display        : flex;
  justify-content: space-between;
  align-items    : center;
}

.header .nav .con a {
  display: inline-block;
}

.header .nav a {
  color: #4a904c;
}

.header .nav a {
  color: #4a904c;
}



.header .nav .con,
.lo_foot .con,
.lo_main .con {
  width : 1200px;
  margin: 0 auto;
}

.common .nav .con {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  height         : 88px;
}

.common .nav .con a {
  display: inline-block;
}

.common .nav img {
  width : 126px;
  height: 70px;
}

.common .lo_main .con {
  position: relative;
  height  : 100%;
}

/* 登录-中间 */
.lo_main {
  width     : 100%;
  background: #F6F6F6;
}

.register ,
.lo {
  background: #dfe9e0;
  padding   : 205px 0 191px 0;
}

/* 左边 */
.con_l {
  width : 579px;
  height: 481px;
}

.con_l_top {
  position  : relative;
  width     : 579px;
  height    : 126px;
  text-align: center;
  box-sizing: border-box;
  border    : 9px solid #4A904C;
}

.con_l_top .box {
  position   : absolute;
  top        : -9px;
  left       : 50%;
  margin-left: -251px;
  padding-top: 10px;
  box-sizing : border-box;
  width      : 503px;
  height     : 126px;
  font-size  : 21px;
  font-weight: 600;
  color      : #4A904C;
  background : #dfe9e0;
}

.con_l_top .box .title {
  font-size: 42px;
}

.con_l_bottom img {
  width : 45px;
  height: 44px;
}

.con_l_bottom p {
  display    : inline;
  margin-left: 14px;
  font-size  : 15px;
  font-weight: 500;
  color      : #4A904C;
}


.common .lo_box {
  width        : 422px;
  height       : 481px;
  padding      : 32px 45px;
  margin       : auto;
  box-sizing   : border-box;
  background   : #FFFFFF;
  border-radius: 4px;
}

.lo_box .title {
  font-size  : 16px;
  font-weight: 600;
  color      : #333333;
  text-align : center;
}

.lo_box .box_item {
  position: relative;
}

.lo_box form .icon {
  position  : absolute;
  top       : 50%;
  left      : 22px;
  width     : 30px;
  height    : 30px;
  margin-top: -15px;
}

.error_icon {
  width : 13px;
  height: 13px;
}

.lo_box form .toolTips {
  display    : flex;
  align-items: center;
  position   : absolute;
  bottom     : -18px;
  left       : 0;
  height     : 13px;
  line-height: 13px;
}

.toolTips_text {
  font-size        : 12px;
  transform        : scale(0.9);
  -webkit-transform: scale(0.9);
  font-weight      : 500;
  color            : #D60000;
}

.lo_pwd_div,
.lo_phone_div,
.lo_code_div {
  position     : relative;
  display      : flex;
  align-items  : center;
  width        : 332px;
  border-radius: 4px;
  border       : 1px solid #C3C3C3;
  box-sizing   : border-box;
  height       : 48px;
}

.lo_pwd_div input,
.lo_phone_div input,
.lo_code_div input {
  width        : 100%;
  padding-left : 58px;
  font-size    : 14px;
  font-weight  : 500;
  color        : #333333;
  border-radius: 4px;
  box-sizing   : border-box;
}

.lo_code {
  padding-right: 100px;
}


/* 去掉Chrome input 自动填充样式 */
input:-webkit-autofill {
  box-shadow        : 0 0 0 1000px white inset !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/*修改提示文字的颜色*/
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;

}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}

.lo_box .getCode,
.set_box .getCode {
  position     : absolute;
  top          : 0;
  right        : 0;
  width        : 95px;
  height       : 100%;
  padding-left : 0;
  font-size    : 12px;
  color        : #FFFFFF;
  background   : #4A904C;
  border-radius: 0px 4px 4px 0px;
}

/* 倒计时灰色样式 */
.lo_box .countDown,
.set_box .countDown {
  color     : #999999;
  background: #EFEFEF;
}


.lo_box .btn,
.set_box .btn {
  width        : 332px;
  height       : 48px;
  font-size    : 16px;
  font-weight  : 600;
  color        : #FFFFFF;
  background   : #4A904C;
  border-radius: 4px;
}

.lo_box .other {
  font-size  : 16px;
  font-weight: 500;
  color      : #999999;
}

/* 登录-尾部 */
.lo_foot {
  width     : 100%;
  min-width : 1200px;
  padding   : 49px 0 38px 0;
  background: #FFFFFF;
}

.lo_foot ul li {
  position   : relative;
  padding    : 0 27px;
  font-size  : 12px;
  font-weight: 500;
  color      : #999999;
}

.lo_foot .line {
  position  : absolute;
  top       : 50%;
  right     : 0;
  width     : 1px;
  height    : 12px;
  margin-top: -6px;
  background: #999;
}

.lo_foot .text {
  margin-top : 47px;
  font-size  : 15px;
  font-weight: 500;
  line-height: 21px;
  color      : #A2A2A2;
  text-align : center;
}

/* 注册-中间 */

.register .agreement {
  position: relative;
}

.lo_box_tips {
  transform        : scale(0.9);
  -webkit-transform: scale(0.9);
  font-size        : 12px;
  font-weight      : 500;
  color            : #a2a2a2;
}

.register .selectOne,
.register .selectTwo {
  position  : absolute;
  top       : 50%;
  left      : 0;
  margin-top: -6px;
  width     : 13px;
  height    : 13px;
}

/* 注册成功 */
.register .success {
  text-align: center;
}

.register .success .done {
  margin-top: 62px;
  width     : 53px;
  height    : 55px;
}

.register .success .title,
.set .step3 .title {
  font-size  : 18px;
  font-weight: 500;
  color      : #333333;
}

.register .success .tips,
.set .step3 .tips {
  font-size: 14px;
  color    : #666666;
}

.register .success .reduce,
.set .step3 .reduce {
  color: #d60000;
}

/* 设置新登录密码 */
.set  .con {
  padding: 86px 0 240px 0;
}

.set .title {
  font-size : 22px;
  color     : #333333;
  text-align: center;
}

/* 设置新登录密码-中间 */
.set .set_box {
  width        : 808px;
  height       : 462px;
  margin       : 50px auto 0;
  padding-top  : 60px;
  box-sizing   : border-box;
  font-size    : 16px;
  font-weight  : 500;
  color        : #333333;
  background   : #FFFFFF;
  border-radius: 4px;

}

.set .set_box .module {
  width : 419px;
  margin: auto;
}

.set .step1 {
  width       : 379px;
  padding-left: 40px;
  margin      : 80px auto 0;
}

.set .step1 .bindTel {
  font-size  : 16px;
  font-weight: 500;
  color      : #333333;
}

.set .step2,
.set .step3 {
  width     : 372px;
  text-align: center;
}

.set .step2 {
  margin: 60px auto 0;
}

.set .step3 {
  margin: 70px auto 0;
}

.set_code_div {
  position     : relative;
  width        : 278px;
  height       : 35px;
  padding-left : 13px;
  font-size    : 14px;
  font-weight  : 500;
  color        : #333333;
  box-sizing   : border-box;
  border       : 1px solid #C3C3C3;
  border-radius: 4px;
}

.set_code_div input {
  width        : 100%;
  font-size    : 14px;
  font-weight  : 500;
  color        : #333333;
  border-radius: 4px;
  box-sizing   : border-box;
}


.set_box .step2 p {
  width      : 80px;
  text-align : end;
  font-size  : 16px;
  font-weight: 500;
  color      : #333333;
}

.step2 .box {
  position: relative;
}

.step2_pwd_div,
.step2_rePwd_div {
  display      : inline-block;
  width        : 260px;
  height       : 33px;
  border       : 1px solid #C3C3C3;
  border-radius: 4px;
}

.step2_pwd_div input,
.step2_rePwd_div input {
  width        : 100%;
  height       : 100%;
  padding      : 0 13px;
  border-radius: 4px;
  box-sizing   : border-box;
}

/* 错误时候的提示文字 */
.set .step2 .toolTips {
  position   : absolute;
  bottom     : -18px;
  left       : 0;
  height     : 13px;
  line-height: 13px;
}

.set .step2 .toolTips1,
.set .step2 .toolTips2 {
  position   : absolute;
  bottom     : 14px;
  left       : 95%;
  min-width  : 155px;
  height     : 13px;
  text-align : start;
  line-height: 13px;
}


/* 进度条 */
.progressBar {
  width   : 372px;
  height  : 36px;
  position: relative;
  margin  : 0 auto;
}

.progressBar .line {
  width     : 100%;
  height    : 4px;
  position  : absolute;
  top       : 50%;
  left      : 0;
  margin-top: -18px;
  background: #D5D5D5;
}

.progressBar .line span {
  position  : absolute;
  display   : inline-block;
  background: #4a904c;
  height    : 4px;
  width     : 25%;
}

.progressBar>span {
  position     : absolute;
  top          : 0;
  width        : 36px;
  height       : 36px;
  margin-top   : -18px;
  margin-left  : -18px;
  color        : #fff;
  text-align   : center;
  line-height  : 36px;
  font-size    : 19px;
  font-weight  : 600;
  border-radius: 50%;
  background   : #4a904c;
}

.progressBar>span:nth-child(1) {
  left: 0;
}

.progressBar>span:nth-child(2) {
  left      : 50%;
  background: #D5D5D5;
}

.progressBar>span:nth-child(3) {
  left      : 100%;
  background: #D5D5D5;
}

.progressBar .title>span {
  position   : absolute;
  top        : 0;
  width      : 60px;
  height     : 18px;
  margin-top : 30px;
  margin-left: -30px;
  font-size  : 12px;
  font-weight: 600;
  color      : #4a904c;
  text-align : center;
  background : none !important;
}

.progressBar .title>span:nth-child(1) {
  left: 0%;
}

.progressBar .title>span:nth-child(2) {
  left          : 50%;
  color         : #333333;
  /* font-weight: 600; */
}

.progressBar .title>span:nth-child(3) {
  left          : 100%;
  color         : #333333;
  /* font-weight: 600; */
}


/* 第三步 */
.set .step3 {
  text-align: center;
}

.step3 img {
  width : 35.5px;
  height: 37px;
}

/* .set .step3 .reduce {
  margin-top: 4px;
} */



/* 设置新登录密码-底部 */
.set_foot {
  padding: 0 0 38px 0;

}

.set_foot .box {
  width     : 1200px;
  margin    : 0 auto;
  padding   : 33px 35px 33px 53px;
  box-sizing: border-box;
}

.set_foot .box_item img {
  width : 50px;
  height: 50px;
}

.set_foot .box_item p {
  margin-left: 16px;
  font-size  : 18px;
  font-weight: 500;
  color      : #999999;
}

.set_foot .con {
  padding-top: 21px;
  border-top : 1px solid #ebebeb;
}




/* input边框颜色-（要放在后面） */
.error {
  border: 1px solid #D60000;
}

.highlight {
  border: 1px solid #4A904C;
}

.err{
  margin-top: 10px;
  color: red;
}

.err3_text{
  color: red;
}

/* 新增弹框 */

.policy_dialog {
  width        : 789px;
  height       : 533px;
  background   : #FFFFFF;
  border-radius: 4px;
  box-sizing   : border-box;
  padding      : 22px 29px;
}

.a_btn {
  width        : 150px;
  height       : 44px;
  background   : #519551;
  border-radius: 4px;
  text-align   : center;
  line-height  : 44px;
  color        : #fff;
  font-size    : 17px;
  user-select  : none;
}

.a_btn:last-child {
  margin-left: 118px;
  background : #fff;
  border     : 2px solid #D4D4D4;
  color      : #666666;
}

.content_dialog {
  height: 350px;
  overflow-y: scroll;
  margin   : 15px 29px;
  box-sizing: border-box;
}

.content_dialog::-webkit-scrollbar {
  display: none;
}
