body, div, p, ul, li, form, table, nav{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Microsoft YaHei !important;
  color: #ffffff;
}
ul li {
  list-style: none;
}
button,input{
  border: none;
}
a{
  color: #5284E7;
}
::-moz-placeholder{
  color: #bdbcbc;
  font-size: 14px;
}
::-webkit-input-placeholder{
  color:#bdbcbc;
  font-size: 14px;
}
:-ms-input-placeholder{
  color:#bdbcbc;
  font-size: 14px;
}
::-ms-clear,
::-ms-reveal{
  display: none;
}
/*修改chrome浏览器渲染黄色背景的时间*/
input:-webkit-autofill{
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}
body{
  background-size: 100%;
}
.login{
  background-image: url("../images/loginBg.jpg");
}
.register{
  background-image: url("../images/registerBg.jpg");
}
/*登录注册*/
.loginBox{
  width: 452px;
  height:416px;
  position: absolute;
  top: 44%;
  left:50%;
  margin-left:-226px;
  margin-top: -208px;
}
.loginV1{
  border: solid 1px rgba(237, 128, 28,0.1);
  background-color: rgba(255,255,255,0.05);
  margin-bottom: 36px;
  height: 314px;
}
.loginV1 .account{
  width: 380px;
  margin: 0 auto;
}
.qrLr{
  text-align: center;
  display: none;
}
.loginV1 .qrCode img{
  display: inline-block;
  width: 180px;
  height: 180px;
  margin-left: 150px;
  margin-top: 14px;
}
/*登录 tab切换*/
.tab{
  height: 47px;
  margin-bottom: 30px;
}
.tab div{
  float: left;
  /*width: 239px;*/
  width: 100%;
  text-align: center;
  border-bottom:solid 1px rgba(237, 128, 28,0.3);
  line-height: 43px;
  cursor: pointer;
}
.tab .current{
  color: #ed801c;
  border-bottom: 3px solid #ed801c;
}
.loginV1 .prompt{
  margin-top: 5px;
}
.loginV1 .commonDiv{
  margin: 0 auto 24px auto;
}
.piccode{
  position: relative;
}
#spanP{
  position: absolute;
  color: #ED801C;
  font-size: 12px;
  top: 260px;
  left: 50px;
}

.loginRegister{
  width: 100%;
}
.loginRegisterTitle{
  height: 70px;
  text-align: center;
  line-height: 70px;
  margin-bottom: 60px;
  width: 100%;
}
.loginRegisterTitle img{
  width: 160px;
  display: inline-block;
}
.commonDiv{
  width:100%;
  margin:0 auto 30px auto ;
  height: 36px;
  border-bottom: 1px solid #7A92AC;
}
.lrName{
  font-size: 14px;
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
.name,
.pwd{
  display: inline-block;
  background-image: url("../images/ehrSpirit.png");
  background-position: -290px -195px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-left: 12px;
}
.pwd{
  background-position: -229px -140px;
}
.bigInput{
display: inline-block;
  width: 70%;
  height: 36px;
  text-indent: 20px;
  float: left;
  background-color: transparent;
  outline: none;
}
.smallInput{
  width: 40%;
  margin-right: 20px;
}
.codeImgPic,#obtainVcode{
  display: inline-block;
  width: 102px;
  height: 36px;
  border-top-left-radius: 3px;
  border-top-right-radius:3px;
  margin-top: -6px;
}
#obtainVcode{
  margin-top: 0;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.checkbox label{
  font-size: 12px;
  font-family: "宋体";
  padding-left: 0;
}
.checkbox label span{
  float: left;
}
.checkSpan,
.check{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/ehrSpirit.png");
  background-position: -413px -171px;
  margin-right: 4px;
  margin-left: 12px;
}
.check{
  background-position:-396px -171px;
}
.checkbox a{
  font-size: 14px;
  color: #A4AEBF;
}
.button{
  display: block;
  width: 100%;
  height: 36px;
  margin: 30px auto;
  border-radius: 3px;
  background-color: #ED801C;
  outline: none;
  font-size: 14px;
}
.goLr{
  text-align: center;
  font-size: 14px;
}
.prompt{
  font-weight:normal;
  font-size: 12px;
  color: #ED801C;
  margin-top: 10px;
  display: none;
}
#codeSpan{
  color: #ED801C;
  margin-left: 160px;
 /* margin-top:-26px;*/
  display: block;
}
/*注册信息*/
#infoForm{
  width: 1120px;
  height: 556px;
  margin:0 auto;
 /* background-color: #fff;*/
  padding: 0px 62px 0px 62px;
  border-radius: 3px;
 /* position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;*/
}
#infoForm .title{
  width: 100%;
  text-align: center;
}
#infoForm .title img{
  width: 16%;
  display: inline-block;
}
#infoForm .formLeft{
  width: 440px;
  margin-top: 30px;
}
#infoForm .formRight {
  width: 460px;
  height: 376px;
  margin-left: 92px;
  margin-top: 30px;
}
.mt18{
  margin-bottom: 12px;
}
/*下拉样式*/
.selectBox{
  width:150px ;
  position: relative;
  display: inline-block;
  margin-left: 20px;
  float: left;
}
.selectDiv{
  width:100%;
  height: 34px;
  line-height: 32px;
  cursor: pointer;
}
.selectDiv .selectTxt{
  width: 88%;
  display: inline-block;
  height: 34px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  /*padding-left: 10px;*/
  text-indent: 26px;
  color: #ffffff!important;
}
.selectDiv .data{
  display: none;
}
.selectPic{
  position: absolute;
  right:8px;
  top:9px;
  background-image: url("../images/ehrSpirit.png");
  background-position: -336px -58px;
  width: 14px;
  height: 14px;
}
.option{
  top: 34px;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(4,28,69,0.9);
  border-radius: 3px;
  padding: 10px 0;
  display:none;
  position: absolute;
  line-height: 30px;
  overflow-y: auto;
  max-height: 188px;
}
.option .list:hover, .option .selected {
  background-color: #fff;
  cursor: pointer;
}
.option .list:hover, .option .selected span{
  color:#041c45;
}
.option span{
  display: inline-block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 26px;
  height: 20px;
  line-height: 20px;
  color: #fff;
}
.option span:hover{
  color:#041c45;
}
.optionCheck{
  text-align: center;
}
 .optionCheck .list{
  text-align: left;
  width: 100%;
  height: 24px;
  padding-left:12px;
  line-height: 24px;
}
#infoForm .formLeft .optionCheck .list{
  height: 24px;
  line-height: 24px;
}
.optionCheck .list span{
  float: left;
  width: auto;
}
.optionCheck .list span:nth-of-type(1){
  margin-top: 8px;
  margin-right:3px;
  width: 18px;
  height: 18px;
}
.optionCheck .confirm,
.optionCheck .cancel{
  display: inline-block;
  width: 60px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
  border: none;
  background-color: #5185E6;
  color: #FFFFFF;
  margin:20px 0;
}
.optionCheck .cancel{
  background-color: #efefef;
  color: #333333;
  margin-left: 10px;
}
#infoForm input{
  display: inline-block;
  width: 320px;
  height: 34px;
  text-indent: 26px;
  margin-left: 20px;
  float: left;
  background-color: transparent;
  outline: none;
}
.colorGrey{
  color:#bdbcbc;
}
.textareaDiv{
  position: relative;
  width: 460px;
  height: 88px;
  overflow: hidden;
}
.textareaDiv textarea{
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
  position: absolute;
  right: -16px;
  outline: none;
  text-indent: 142px;
  padding: 8px 30px 0 10px;
  background-color: transparent;
}
 .infoName{
  display: inline-block;
  width: 100px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  float: left;
}
.formRight .infoNameR{
  width: 120px;

}
.red{
  display:inline-block;
  color: #ED801C;
  font-size: 24px;
  margin-left: 0px;
  margin-top: 4px;
  float: left;
}
.fff{
  display:inline-block;
  color: transparent;
  font-size: 24px;
  margin-left: 0px;
  margin-top: 4px;
  float: left;
}
.putBtn{
  text-align: center;
}
.putBtn button,
#backBtn{
  display: inline-block;
  width: 244px;
  height: 34px;
  border-radius: 3px;
  background-color: #ED801C;
  line-height: 34px;
  margin-top: 10px;
}
#backBtn{
  text-decoration: none;
  color: #ffffff;
}
.putBtn #backBtn{
  margin-right: 32px;
  background-color: #051F48;
}
.borderBottom{
  border-bottom: 1px solid #7A92AC;
}
.width100{
  width: 100%;
}
.leader{
  margin-left: 46px;
}
.leader span{
  display: inline-block;
  float: left;
  line-height: 34px;
}
.leader span:nth-of-type(2){
  margin-right: 30px;
}
.leader span:nth-of-type(1),
.leader span:nth-of-type(3){
  margin-right: 10px;
  margin-top: 11px;
}
.commonSelected,
.commonSelect{
 width: 16px;
  height: 16px;
  background-image: url("../images/login.png");
  background-position: -13px 0;
}
.commonSelect{
  background-position: 0px 0px;
}
.loginAndRegister .loginRegisterTitle{
  margin-bottom: 50px;
}
.loginAndRegister .firstL{
  color: #BDBCBC;
  text-align: center;
  padding-bottom: 60px;
  font-size: 16px;
}
.loginAndRegister .commonDiv{
  border-bottom: none;
  margin-bottom: 50px;
}
.iden .bigInput{
  width: 362px;
  border-bottom: 1px solid #7A92AC;
}
.loginAndRegister .button{
  margin: 20px auto;
}
.loginAndRegister .bottom span{
  font-size: 12px;
  cursor: pointer;
}
.choice{
  width: 670px;
  margin-left: -330px;
}
.slider{
  position: relative;
  height: 120px;
  overflow: hidden;
}
.slider .left,
.slider .right{
  width: 20px;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  height: 120px;
  background-repeat: no-repeat;
  background-position:center;
}
.slider .left{
  background-image: url("../images/left.png");
  left: 0;
  background-color: #062655;

}
.slider .right{
  right: 0;
  background-color: #063972;
  background-image: url("../images/right.png");
}
.slider .box{
  width: 10000px;
  position: absolute;
  left: 20px;
}
.slider .box div{
  float: left;
  border-radius: 3px;
  border: 1px solid #ffffff;
  width: 90px;
  height: 120px;
  text-align: center;
  margin-left: 30px;
  cursor: pointer;
}
.slider .box div span{
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
  height: 41px;
  overflow: hidden;
}
.slider .box div .chioceIcon{
  background-image: url("../images/login.png");
  width: 32px;
  height: 34px;
  background-position: 0 -18px;
  margin: 14px 0 20px 30px;
}
.slider .box .current{
  background-color: #ED801C;
  border: 1px solid #ED801C;
}
.pic{
  background-image: url("../images/ehrSpirit.png");
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: -76px -102px;
  margin-left: 12px;
  margin-right: 10px;
}