body {
  background: #f8f8f8 !important;
}
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, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "微软雅黑";
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* { 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}

body {
  /* font-family: 'Montserrat', sans-serif; */
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
a{
  text-decoration:none; 
  color: black;
}
p,a{
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
a:hover{
  text-decoration:none;
}
a:active{
  text-decoration:none;
}
a:visited{
  text-decoration:none;
}
a:link{
  text-decoration:none; 
}
/* login */
.loginBj{
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/bj.jpg) no-repeat left center;
  background-size: 100% 100%;
  overflow: hidden;
}
.loginTitle{
  width: 35%;
  position: absolute;
  left: 8%;
  top: 18%;
}
.loginTitle img{
  width: 100%;
}
.loginBox{
  width: 41.66%;
  min-width: 570px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/bj_1.jpg) no-repeat center bottom;
  background-size: cover;
}
.loginBox_0{
  background: url(../img/bj_2.jpg) no-repeat left center;
  background-size: cover;
}
.loginLogo{
  width: 390px;
  margin: 0 auto;
  margin-top: 80px;
}
.login{
  width: 380px;
  margin: 0 auto;
  margin-top: 70px;
  overflow: hidden;
}
.loginLogoP{
  text-align: center;
  color: #222979;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.hello{
width: 100%;  
height: 94px;
}
.hello p:nth-child(1){
  font-size: 24px;
  color: #232a7a;
  font-weight: bold;
}
.hello p:nth-child(2){
  font-size: 14px;
  color: #919191;
  margin-top: 15px;
}
.loginTip{
  width: 100%;
  height: 43px;
}
.loginTip img{
  float: left;
  width: 17px;
  height: 17px;
  margin-right : 10px;
}
.loginTipP{
  float: left;
}
.loginUser{
  color: #7f7f7f;
  font-size: 14px;
  width: 100%;
  height: 22px;
}
.userInp{
  outline: none; 
  -webkit-appearance: none; 
  width: 305px;
  height: 40px;
  border: 1px solid #e5e5e5;
  text-indent: 2em;
  margin-bottom: 20px;
  color: #232a7a;
  font-size: 14px;
}
.passwordBox{
  height: 17px;
  width: 305px;
  margin-bottom: 30px;
}
.password_1{
  float: left;
  width: 50%;
  height: 17px;
}
.password_1 input{
  margin-right: 10px;
}
.password_1 label{
  font-size: 14px;
  -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
.password_2{
  width: 50%;
  float: left;
  text-align: right;
  font-size: 14px;
}
.password_2 a{
  color: black;
}
.btn{
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  width: 160px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: linear-gradient(to right, #349834 , #232b79); 
  /* background:red; */
  margin-bottom: 23px;
}
.registerBtn{
  font-size: 14px;
  width: 100%;
  color: #888888;
  height: 70px;
}
.registerSpan{
  color: #0c81e7;
  -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    cursor: pointer;
}
.tipWord{
  width: 305px;
}
.tipWordLi{
  float: left;
  margin-left: 20px;
  color: #0c81e7;
  font-size: 14px;
}
.tipWordLi:nth-child(1){
  margin-left: 0;
}
.tipWordLi a{
  color: #0c81e7;
}
.register{
  width: 1140px;
  margin: 0 auto;
  margin-top: 25px;
  /* overflow: hidden; */
  display: none;
}
.registerTitle{
  width: 100%;
  height: 45px;
}
.registerTitleP1{
  float: left;
  font-size: 24px;
  width: 50%;
  float: left;
  color: #232a7a;
  font-weight: bold;
}
.registerTitleP2{
  font-size: 14px;
  text-align: right;
  color: #888888;
}
.Sign{
  color: #0c81e7;
}
.step{
  width: 100%;
  height: 490px;
  background: white;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.stepBox{
  width: 100%;
  height: 76px;
  position: relative;
}
.stepBoxLi{
  height: 76px;
}
.stepBoxLi1{
  width:405px;
  position: absolute;
  top: 0;
  left: 0;
  /* background:#2c962a;
  background:linear-gradient(-50deg,transparent 26px, #2c962a 0) bottom right,
  linear-gradient(-130deg,transparent 26px,#2c962a 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat; */
  background: url(../img/step_1.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.stepBoxLi2{
  width: 431px;
  position: absolute;
  top: 0;
  left: 375px;
  /* background:#fdae19;
  background:linear-gradient(-45deg,transparent 27px, #fdae19 0) bottom right,
  linear-gradient(-135deg,transparent 27px,#fdae19 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat; */
  background: url(../img/step_2.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.stepBoxLi3{
  width: 372px;
  position: absolute;
  top: 0;
  left: 775px;
  /* background:#dedfdf;
  background:linear-gradient(-45deg,transparent 27px, #dedfdf 0) bottom right,
  linear-gradient(-135deg,transparent 27px,#dedfdf 0) top right;
  background-size: 100% 50%;
  background-repeat: no-repeat; */
  background: url(../img/step_3.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.stepBoxLi1_0{
  background: url(../img/step_01.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.stepBoxLi4{
  background: url(../img/step_4.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.stepBoxLi3_0{
  background: url(../img/step_03.png) no-repeat center;
  /* background-size: 100% 100%; */
}
.stepBoxP{
  text-align: center;
  height: 76px;
  line-height: 76px;
  color: #ffffff;
  font-size: 18px;
}
.stepNum{
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid white;
  border-radius: 17px;
  line-height:22px;
}
.stepOne{
  width: 390px;
  margin: 0 auto;
  margin-top: 50px;
}
.stepNameBox{
  width: 100%;
  height: 22px;
  color: #7f7f7f;
  font-size: 14px;
}
.red{
  color: red;
}
.green{
  color: green;
}
.greenBorder{
  border: 1px solid green !important;
}
.redBorder{
  border: 1px solid red !important;
}
.stepInpBox{
  height: 40px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.stepInp{
  outline: none; 
  -webkit-appearance: none; 
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  text-indent: 2em;
  margin-bottom: 20px;
  color: #232a7a;
  font-size: 14px;
}
.stepTip{
  height: 40px;
  width:300px;
  position: absolute;
  top: 0;
  left: 400px;
}
.stepTip img,.stepTip2 img{
  float: left;
  margin-top: 11px;
}
.stepTip p,.stepTip2 p{
  float: left;
  margin-left: 10px;
  line-height: 40px;
}
.stepBtn{
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: linear-gradient(to right, #349834 , #232b79); 
  /* background:red; */
  margin-top: 65px;
}
.stepTwo{
  width: 1045px;
  margin: 0 auto;
  margin-top: 20px;
  display: none;
}
.stepInpBox2{
  width: 600px;
}
.stepTip2{
  height: 40px;
  width: 290px;
  position: absolute;
  top: 0;
  left: 610px;
}
.stepCheckboxBox{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.stepCheckboxBox_1{
  float: left;
  margin-left: 15px;
}
.stepCheckboxBox_1:nth-child(1){
  margin-left: 0px;
}
.stepCheckboxBox_1 label{
  margin-right: 20px;
  margin-top: 10px;
}
.upData{
  width: 80px;
  height: 80px;
  margin-top: 10px;
}
.upData img{
  width: 100%;
}
.stepTwoBtn{
  width: 700px;
  margin: 0 auto;
  margin-top: 0px;
  overflow: hidden;
}
.backBtn{
  width: 250px;
  height: 40px;
  border: 0px solid transparent;
  outline: none;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 18px;
  /* background: linear-gradient(to right, #349834 , #F9AC33); */
  background: #F9AC33;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.3s;
 
}
.backBtn:hover{
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #F9AC33, #349834 );
}
.stepTwoBtn1{
  width: 390px;
  height: 40px;
  border: 0px solid transparent;
  outline: none;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: linear-gradient(to right, #349834 , #232b79);
  float: left;
}
.stepTwoBtn1:hover{
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #349834, #F9AC33 );
}
.stepThr{
  width: 800px;
  margin: 0 auto;
  margin-top: 138px;
  display: none;
}
.stepThrDiv:hover{
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}
.stepThrTxt{
  margin-top: 25px;
  margin-bottom: 25px;
}
.stepThrBox{
  width: 100%;
  overflow: hidden;
}
.stepThrBox:nth-child(6){
  margin-bottom: 40px;
}
.stepThrP{
  float: left;
  width: 100px;
  text-align: right;
  line-height: 40px;
  margin-right: 10px;
}
.stepThrInt{
  outline: none; 
  -webkit-appearance: none; 
  width: 305px;
  height: 40px;
  border: 1px solid #e5e5e5;
  text-indent: 2em;
  margin-bottom: 20px;
  color: #232a7a;
  font-size: 14px;
  float: left;
}
.stepThrTip{
  float: left;
  margin-left: 10px;
}
.stepThrTip img{
  float: left;
  width: 17px;
  height: 17px;
  margin-right : 10px;
  margin-top: 10px;
}
.stepThrTip p{
  float: left;
  line-height: 40px;
}
.messageBtn{
  float: left;
  margin-left: 10px;
  width: 140px;
  height: 40px;
  background: #0c81e7;
  color: white;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.stepTipSpan{
  color: red;
}
.stepTipImg{
  display: none;
}
@media screen and (max-width:1370px){
  .loginLogo{
    margin-top: 16px !important;
  }
    .loginLogoP {
        margin-top:2px !important;
    }
    .register {
        margin-top:2px;
    }
    .stepTwo {
    margin-top:12px;
    }
    .stepInpBox {
   margin-bottom:16px;
         }
    .stepCheckboxBox {
        margin-bottom:12px;
    }
    .stepOv {
        height:224px !important;
    }
    .stepTwoBtn {
        margin-top:-10px;
    }
    .step {
        height:560px !important;
    }
}
.stepOv{
    width:100%;
    height:270px;
    overflow-y:scroll;
}
.stepOv::-webkit-scrollbar { width:5px;}
.stepOv::-webkit-scrollbar-track { background:#f2f2f2; }
.stepOv::-webkit-scrollbar-thumb { background:rgba(0,0,0,0.2); }
.stepOv::-webkit-scrollbar-thumb:hover { background:#f2f2f2 }
.stepOv::-webkit-scrollbar-thumb:active { background:rgba(0,0,0,0.2); }
