/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
:root {
  filter: none;
}
:root {
  filter: none;
}
i {
  font-style: normal;
}
.false {
  background: url("/statics/images/login/false.png") no-repeat center;
  height: 40px;
  min-width: 1200px;
}
.falseFoot {
  background: url("/statics/images/login/foot.png") no-repeat center;
  height: 160px;
  min-width: 1200px;
}
/*公用的头文件*/
.signInHead {
  width: 1200px;
  margin: 31px auto ;
  font-size: 0;
  min-width: 1200px;
}
.signInHead .logoBox {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 50%;
}
.signInHead .logoBox img {
  width: 143px;
  height: 38px;
}
.signInHead ul {
  width: 50%;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 0;
  text-align: right;
}
.signInHead ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.signInHead ul li a span {
  font-size: 14px;
  color: #999999;
  padding: 0 9px 0 10px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.signInHead ul li a i {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 1px;
  height: 13px;
  background-color: #999999;
}
.signInHead ul li a:hover span {
  color: #ff9d00;
}
.signInHead ul li a:hover i {
  background-color: #ff9d00;
}
.background {
  background: url("/statics/images/login/signInBG01.png?11") no-repeat center;
  height: 550px;
  min-width: 1200px;
  position: relative;
}
.background .signInBox {
  position: absolute;
  width: 376px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  top: 50%;
  margin-top: -188px;
  left: 50%;
  margin-left: 184px;
  -webkit-box-shadow: 0 0 10px 2px rgba(168, 103, 0, 0.26);
  -moz-box-shadow: 0 0 10px 2px rgba(168, 103, 0, 0.26);
  box-shadow: 0 0 10px 2px rgba(168, 103, 0, 0.26);
  padding: 30px 30px 40px;
}
.signInBox input:-webkit-autofill,
.signInBox input:-webkit-autofill:hover,
.signInBox input:-webkit-autofill:focus {
box-shadow:0 0 0 60px #fff inset;}
.background .signInBox .loginRegistrationNav {
  text-align: center;
  font-size: 0;
}
.background .signInBox .loginRegistrationNav li {
  width: 50%;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.background .signInBox .loginRegistrationNav li span {
  font-size: 16px;
  color: #333333;
}
.background .signInBox .loginRegistrationNav li i {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px ;
  height: 16px;
  background-color: #dddddd;
}
.background .signInBox .loginRegistrationNav .active span {
  color: #ff9d00;
}
.background .signInBox .inputBox {
  padding-left: 10px;
  margin-bottom: 30px;
  font-size: 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100%;
  border: 1px solid #dddddd;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: relative;
}
.background .signInBox .inputBox img {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.background .signInBox .inputBox input {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding-left: 10px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  border: 0;
  line-height: 48px;
  font-size: 16px;
  color: #666666;
  width: 288px;
  height: 50px;
  background-color: #ffffff;
}
.background .signInBox .inputBox input ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 14px;
}
.background .signInBox .inputBox input ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}
.background .signInBox .inputBox input :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
}
.background .signInBox .inputBox.verification {
  width: 178px;
}
.background .signInBox .inputBox.verification input {
  width: 150px;
}
.background .signInBox .inputBox.password {
  margin-bottom: 0;
}
.background .signInBox .inputBox.password input:first-child {
  position: relative;
  z-index: 10;
}
.background .signInBox .mess {
  margin-left: 10px;
  background-color: #ff9d00;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 30px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 127px;
  line-height: 50px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
}
.background .signInBox .messActive {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  margin-left: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 30px;
  display: none;
  vertical-align: middle;
  width: 127px;
  line-height: 48px;
  font-size: 14px;
  color: #dddddd;
  text-align: center;
  letter-spacing: 1px;
}
.background .signInBox .messActive.active {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.background .signInBox .nc-container {
  position: relative;
  bottom: 15px;
  left: 0;
}
.background .signInBox .nc-container .nc_wrapper .nc_scale {
  height: 32px;
}

.background .signInBox .tips {
  bottom: 117px;
  display: none;
  margin-top: 10px;
  position: absolute;
}
.background .signInBox .tips img {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.background .signInBox .tips span {
  color: #ff5758;
  font-size: 12px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 6px;
}
.background .signInBox .signInBtn {
  width: 100%;
  line-height: 48px;
  background-color: #ff9d00;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #ffffff;
  margin-top: 54px;
}
.background .signInBox .registerCen {
  display: none;
  width: 315px;
  margin: 28px auto 0;
  font-size: 0;
}
.background .signInBox .signInCen {
  display: block;
  width: 315px;
  margin: 28px auto 0;
  font-size: 0;
}
.background .signInBox .signInCen .rememberPassword {
  visibility: hidden;
  margin-top: 50px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  /*lable标签的大小、位置、背景颜色更改，在css选择时，“+”代表相邻元素，即当前元素的下一元素*/
  /*当input框为选中状态时，lable标签的样式，其中在css选择时，“：”表示当前input框的值，即checked；
              该部分主要对显示的“对号”的大限居中方式，显示颜色进行了设置*/
}
.background .signInBox .signInCen .rememberPassword input {
  display: none;
}
.background .signInBox .signInCen .rememberPassword #remember + label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border: 1px solid #dddddd;
  position: relative;
  line-height: 15px;
}
.background .signInBox .signInCen .rememberPassword #remember:checked + label::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  content: "\2714";
  text-align: center;
  font-size: 12px;
  color: #ff9d00;
  width: 15px;
  height: 12px;
  border: 1px solid #ff9d00;
  padding-bottom: 3px;
}
.background .signInBox .signInCen .rememberPassword span {
  font-size: 12px;
  color: #999999;
  margin-left: 6px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.background .signInBox .signInCen .tips {
  bottom: 160px;
}
.background .signInBox .signInCen .forgetPassword {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 100px;
  margin-top: 50px;
  font-size: 12px;
  color: #ff9d00;
}
.background .signInBox .signInCen .codeLoginBtn {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  float: right;
  font-size: 12px;
  color: #999999;
  margin-top: 50px;
  cursor: pointer;
}
.background .signInBox .signInCen .signInBtn {
  margin-top: 30px;
}
.background .signInBox .codeLogin {
  display: none;
  width: 315px;
  margin: 28px auto 0;
  font-size: 0;
}
.background .signInBox .codeLogin .tips {
  bottom: 120px;
}
.background .signInBox .codeLogin .passwordBtn {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  float: right;
  font-size: 12px;
  color: #999999;
  cursor: pointer;
}
.background .signInBox .codeLogin .signInBtn {
  margin-top: 50px;
}
.background .signInBox .codeLogin .mess {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  /* margin-bottom: 10px; */
}
.background .signInBox .codeLogin .verification {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  /* margin-bottom: 10px; */
}
.footer{
    margin-top:0;
}
.modal_pop {
  display: none;
  padding:10px;
  color: #fff;
  font-size: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
  z-index: 99999;
  white-space: nowrap;
}
/* .indexNav {
  width: 100%;
  background-color: #ff9d00;
  min-width: 1200px;
  text-align: center;
}
.indexNav ul {
  font-size: 0;
  width: 1200px;
  margin: 0 auto;
}
.indexNav ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
}
.indexNav ul li > a {
  font-size: 16px;
  color: #ffffff;
  padding: 0 30px;
  line-height: 40px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.indexNav ul li > a img {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 6px;
}
.indexNav ul li .dripBox {
  padding-top: 10px;
  position: absolute;
  top: 40px;
  display: none;
  z-index: 99;
}
.indexNav ul li .dripBox dl {
  padding-top: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 40px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 15px 40px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 15px 40px 2px rgba(0, 0, 0, 0.14);
}
.indexNav ul li .dripBox dl dd {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
.indexNav ul li .dripBox dl dd .iNavTitle {
  border-bottom: 1px solid #e6e6e6;
  text-align: justify;
}
.indexNav ul li .dripBox dl dd .iNavTitle span {
  border-bottom: 2px solid #ff9d00;
  color: #ff9d00;
  line-height: 26px;
  font-size: 16px;
  padding-bottom: 4px;
}
.indexNav ul li .dripBox dl dd .iNavBox {
  font-size: 0;
  margin-top: 20px;
  text-align: left;
}
.indexNav ul li .dripBox dl dd .iNavBox a {
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
}
.indexNav ul li .dripBox dl dd .iNavBox a img {
  position: absolute;
  top: -5px;
  right: -25px;
}
.indexNav ul li:hover .dripBox {
  display: block;
}
.indexNav ul li:hover > a {
  background-color: #f08d00;
}
.indexNav ul li:hover > a img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.indexNav ul li:nth-of-type(2) .dripBox {
  background: url("/statics/images/login/drip02.png") no-repeat 54px 1px;
  width: 950px;
}
.indexNav ul li:nth-of-type(2) .dripBox dl dd {
  margin-right: 70px;
}
.indexNav ul li:nth-of-type(2) .dripBox dl dd:nth-of-type(1) {
  width: 300px;
}
.indexNav ul li:nth-of-type(2) .dripBox dl dd:nth-of-type(1) .iNavBox a {
  margin-right: 40px;
}
.indexNav ul li:nth-of-type(2) .dripBox dl dd:nth-of-type(1) .iNavBox a:nth-of-type(3n) {
  margin-right: 0;
}
.indexNav ul li:nth-of-type(2) .dripBox dl dd:nth-of-type(2) {
  width: 300px;
}
.indexNav ul li:nth-of-type(2) .dripBox dl dd:nth-of-type(2) .iNavBox a {
  margin-right: 40px;
}
.indexNav ul li:nth-of-type(2) .dripBox dl dd:nth-of-type(2) .iNavBox a:nth-of-type(3n) {
  margin-right: 0;
}
.indexNav ul li:nth-of-type(2) .dripBox dl dd:nth-of-type(3) {
  width: 170px;
  margin-right: 0;
}
.indexNav ul li:nth-of-type(2) .dripBox dl dd:nth-of-type(3) .iNavBox a {
  margin-right: 40px;
}
.indexNav ul li:nth-of-type(2) .dripBox dl dd:nth-of-type(3) .iNavBox a:nth-of-type(2n) {
  margin-right: 0;
}
.indexNav ul li:nth-of-type(4) .dripBox {
  background: url("/statics/images/login/drip02.png") no-repeat 275px 1px;
  width: 950px;
  left: -220px;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd {
  margin-right: 50px;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(1) {
  width: 153px;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(1) .iNavBox a {
  margin-right: 30px;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(1) .iNavBox a:nth-of-type(3n) {
  margin-right: 0;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(1) .iNavBox a:nth-last-of-type(1) {
  color: #ff9d00;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(2) {
  width: 186px;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(2) .iNavBox a {
  margin-right: 26px;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(2) .iNavBox a:nth-of-type(3n) {
  margin-right: 0;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(2) .iNavBox a:nth-last-of-type(1) {
  color: #ff9d00;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(3) {
  width: 255px;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(3) .iNavBox a {
  margin-right: 40px;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(3) .iNavBox a:nth-of-type(3n) {
  margin-right: 0;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(4) {
  width: 162px;
  margin-right: 0;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(4) .iNavBox a {
  margin-right: 40px;
}
.indexNav ul li:nth-of-type(4) .dripBox dl dd:nth-of-type(4) .iNavBox a:nth-of-type(2n) {
  margin-right: 0;
}
.indexNav ul li:nth-of-type(5) .dripBox {
  background: url("/statics/images/login/drip02.png") no-repeat 130px 1px;
  width: 278px;
  left: -74px;
}
.indexNav ul li:nth-of-type(5) .dripBox dl dd:nth-of-type(1) {
  width: 228px;
}
.indexNav ul li:nth-of-type(5) .dripBox dl dd:nth-of-type(1) .iNavBox a {
  margin-right: 40px;
}
.indexNav ul li:nth-of-type(5) .dripBox dl dd:nth-of-type(1) .iNavBox a:nth-of-type(3n) {
  margin-right: 0;
}
.indexNav ul li:nth-of-type(6) .dripBox {
  background: url("/statics/images/login/drip02.png") no-repeat 140px 1px;
  width: 278px;
  left: -80px;
}
.indexNav ul li:nth-of-type(6) .dripBox dl dd:nth-of-type(1) {
  width: 228px;
}
.indexNav ul li:nth-of-type(6) .dripBox dl dd:nth-of-type(1) .iNavBox a {
  margin-right: 40px;
}
.indexNav ul li:nth-of-type(6) .dripBox dl dd:nth-of-type(1) .iNavBox a:nth-of-type(3n) {
  margin-right: 0;
}
.indexNav ul li:nth-of-type(7) .dripBox {
  background: url("/statics/images/login/drip02.png") no-repeat 150px 1px;
  width: 320px;
  left: -74px;
}
.indexNav ul li:nth-of-type(7) .dripBox dl dd:nth-of-type(1) {
  width: 280px;
}
.indexNav ul li:nth-of-type(7) .dripBox dl dd:nth-of-type(1) .iNavBox a {
  margin-right: 40px;
}
.indexNav ul li:nth-of-type(7) .dripBox dl dd:nth-of-type(1) .iNavBox a:nth-of-type(3n) {
  margin-right: 0;
} */
