html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
th,
td,
button,
input,
select,
textarea {
  font: 14px/1.5 "Microsoft YaHei", Tahoma, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  resize: none;
}

html,
body {
  *position: static;
  height: 100%;
  width: 100%;

}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ul,
ol,
li,
dl {
  list-style-type: none;
}

label {
  cursor: pointer;
}

fieldset,
img {
  border: 0;
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-size: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #222;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

img {
  border: 0;
}

i {
  display: inline-block;
  font-style: normal;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

i,
s,
b,
em {
  font-weight: normal;
  font-style: normal;
}

textarea.resize {
  resize: both !important;
}

input {
  border-radius: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
  border: 0;
}

button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

textarea,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=tel],
input[type=text] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* 去掉number输入框右边点击上下的小三角 */
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/*placeholder 文字颜色设置*/
input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  opacity: .6;
}

/* Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* 去掉select的默认样式 */
select {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  min-width: 1200px;
}

.transtion03 {
  transition: all .3s !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 图片缩放模糊 */
img {image-rendering: -moz-crisp-edges;image-rendering: -o-crisp-edges;image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;-ms-interpolation-mode: nearest-neighbor;}

/*placeholder 文字颜色设置*/
input::-moz-placeholder,textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #ccc;
}
@font-face {
  font-family: "iconfont"; /* Project id 1627715 */
  src: url('/pub/font/jmfont/iconfont.woff2?t=20220408') format('woff2'),
  url('/pub/font/jmfont/iconfont.woff?t=20220408') format('woff'),
  url('/pub/font/jmfont/iconfont.ttf?t=20220408') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;*/
  -moz-osx-font-smoothing: grayscale;
}
.blue{
  color: #037cff;
}

.login-wrapper{
  width: 100%;
  background: url(/template/moban/images/login_bg.jpg) no-repeat center center;
  background-size: cover;
}

.login-container{
  box-sizing: border-box;
  width: 1200px;
  height: 100vh;
  min-height: 740px;
  margin: 0 auto;
  padding: 0 90px 0 30px;
}

.login-logo{
  float: left;
  width: 100%;
  padding: 80px 0 0px;
}

.login-text{
  float: left;
  width: 409px;
  padding-top: 90px;
  line-height: 1;
  color: #222;
}

.login-text p.domain{
  font-size: 26px;
}

.login-text h1.title{
  margin: 25px 0 55px;
  font-size: 44px;
  letter-spacing: 2px;
}

.login-text p.tip{
  margin-bottom: 16px;
  font-size: 14px;
}

.login-text img.welfare{
  width: 100%;
}

.login-form{
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 390px;
  padding: 30px 35px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 14px 2px rgba(3,124 ,255, 0.1)
}

.form-right-top{
  position: absolute;
  right: 0;
  top: 0;
  width: 53px;
  height: 53px;
}

.form-right-top img{
  width: 100%;
  cursor: pointer;
}

.form-right-top .tip{
  position: absolute;
  top: 20px;
  right: 40px;
  padding: 5px 0;
  width: 116px;
  line-height: 1;
  border: 1px solid #037cff;
  border-radius: 2px;
  background-color: #e5f2ff;
  color: #037cff;
  font-size: 12px;
  text-align: center;
}

.form-right-top .tip::after{
  position: absolute;
  top: 7px;
  right: -5px;
  content: '';
  display: block;
  width: 5px;
  height: 8px;
  background: url(../img/tip_arr.png) no-repeat;
}

.form-title{
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.form-title h2.title{
  line-height: 1;
  color: #222;
  font-weight: bold;
  font-size: 16px;
}

.form-logo{
  line-height: 1;
  margin-bottom: 30px;
}

.login-form .layui-form-item{
  margin-bottom: 20px;
}

.login-form .layui-input{
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
}

.login-form .layui-input{
  padding-left: 15px;
}

.login-form .layui-btn{
  height: 42px;
  background-color: #037cff;
  color: #fff;
  border-radius: 4px;
}

.form-tip{
  line-height: 1.6;
  font-size: 12px;
  color: #999;
}

.form-tip a{
  color: #037cff;
}

.login-form .nc_scale{
  height: 42px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.login-form .nc-container .nc_wrapper{
  width: 100% !important;
}

.login-form .nc-container .nc_scale span{
  left: -1px;
  top: -1px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-color: #e6e6e6;
  background-color: #f6f7f9;
  border-radius: 4px 0 0 4px;
}

.login-form .nc-container .nc_scale .nc_ok, .login-form .nc-container .nc_scale .nc_bg{
  background: #037cff;
}
.login-form .nc-container .nc_scale .btn_ok{
  color: #037cff;
}

.yz_tc_box,.yz_tc_box1{
  position: relative;
}

.yz_tc_box,.yz_tc_box1 input{
width:65%;
}

.yz_tc_box button,.yz_tc_box1 button{
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 42px;
  margin: 0;
  line-height: 42px;
  padding: 0 15px;
  color: #037cff;
  cursor: pointer;
  /*border: none;*/
  background: transparent;
  border: 1px #409eff solid;
    border-radius: 6px;
}

.yz_tc_box .disabled_btn,.yz_tc_box1 .disabled_btn{
  background-color: #eee;
  color: #666;
  cursor: not-allowed;
}

.login-form .layui-form-item p.tip{
  font-size: 12px;
  color: #999;
}

.form-tabs .title{
  margin-bottom: 20px;
}

.form-tabs .title span{
  display: inline-block;
  margin-right: 30px;
  line-height: 1;
  color: #999;
  cursor: pointer;
}

.form-tabs .title span.cur{
  color: #222;
  font-weight: bold;
}

.form-tabs .layui-form-checkbox{
  margin-top: 2px !important;
  float: left;
}

.form-tabs .layui-form-checkbox[lay-skin=primary] i{
  width: 14px;
  height: 14px;
  line-height: 14px;
}

.form-tabs .layui-form-checkbox[lay-skin=primary]:hover i{
  border-color: #037cff;
}

.form-tabs .layui-form-checked[lay-skin=primary] i{
  border-color: #037cff;
  background-color: #037cff;
}

.form-tabs span.xy{
  display: inline-block;
  width: 290px;
  line-height: 1.8;
  color: #999;
  font-size: 12px;
}

.form-tabs span.xy a{
  color: #037cff;
}

.bottom-tip{
  text-align: center;
  color: #999;
}

.bottom-tip a{
  color: #037cff;
}

.login_count h6{
  margin-bottom: 18px;
  color: #333;
  font-weight: bold;
}

.login_count ul {
  height: 310px;
  overflow-y: auto;
}

.login_count li {
  box-sizing: border-box;
  margin-bottom: 15px;
  width: 100%;
  height: 50px;
  padding: 14px;
  background: rgba(71, 50, 155, 0);
  border: 1px solid #EEEEEE;
  cursor: pointer;
  transition: all 0.3s;
}
.login_count li.active,.login_count li:hover {
  border-color: transparent;
  border: 1px solid #037cff;
}

.login_count li span {
  color: #037CFF;
}

.jmx-class a {
  color: #037cff;
}

#reg-btn {
  position: relative;
  font-weight: 700;
}

#reg-btn i {
  position: absolute;
  color: #fff;
  background: #FF6600;
  border-radius: 100px 100px 100px 0px;
  width: 74px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 1px 1px 3px #f6485d;
  right: -38px;
  top: -16px;
}

.youxiang {
  position: relative;
}

.youxiang ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 40px;
  max-height: 310px;
  left: 0;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #eee;
  z-index: 11;
  box-sizing: border-box;
  border-top: 0;
  box-shadow: 0px 0px 12px 0px rgb(7 17 27 / 10%);
}

.youxiang ul li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-indent: 10px;
  cursor: pointer;
  transition: all .3s;
}

.youxiang ul li:hover,
.youxiang ul li.active {
  background-color: #f5f5f5;
}

/* 登录验证模板 */

.login_yz {
  background-color: #fff;
}

.yz_head {
  padding: 20px;
  font-size: 14px;
  color: #333;
}

.yz_head span {
  margin-right: 10px;
  font-weight: 700;
  cursor: pointer;
}

.yz_head strong {
  width: 230px;
  display: inline-block;
  margin-left: 10px;
  color: #666;
  font-weight: 400;
  font-size: 12px;
  vertical-align: top;
}

.yz_left {
  margin-bottom: 20px;
  border-bottom: 1px solid #D4D9E2;
  color: #333;
  font-size: 14px;
}

.yz_left ul li {
  height: 42px;
  line-height: 42px;
  width: 50%;
  text-align: center;
}

.yz_left ul li.active {
  position: relative;
  color: #037CFF;
  font-weight: 500;
  cursor: pointer;
}

.yz_left ul li.active::after {
  content: '';
  position: absolute;
  width: 46px;
  height: 2px;
  background: #037CFF;
  bottom: 0;
  left: 50%;
  margin-left: -23px;
}

.wfyz {
  display: block;
  padding-top: 20px;
  color: #666;
  font-size: 14px;
  margin-left: 69px;
}
.jm-class1 .layui-layer-btn .layui-layer-btn1 {
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff
}
.jm-class1 .layui-layer-btn .layui-layer-btn0 {
    border-color: #dedede;
    background-color: #fff;
    color: #333
}

.wfyz a {
  color: #037CFF;
}

.yz_right {
  padding: 0 20px;
  font-size: 16px;
}

.yz_right label {
  display: inline-block;
  width: 68px;
  color: #666;
  font-size: 16px;
}

.yz_right span {
  color: #333;
}

.yz_right p {
  position: relative;
  margin-bottom: 10px;
  height: 42px;
  line-height: 42px;
}

.yz_right .sjyzm {
  width: 280px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D4D9E2;
  box-sizing: border-box;
  text-indent: 14px;
}

.yz_right p .fsyzm {
  position: absolute;
  color: #037CFF;
  height: 40px;
  top: 2px;
  width: 100px;
  left: 245px;
  padding: 0 10px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

#sjhm {
  width: 140px;
  height: 44px;
  margin-left: 69px;
  margin-top: 12px;
  background: #037CFF;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
  color: #fff;
}

.yz_right .yz_tips {
  padding-bottom: 30px;
  border-top: 1px solid #f0f0f0;
  display: block;
  color: #999;
  line-height: 16px;
  margin: 0;
  height: auto;
  margin-top: 20px;
  font-size: 12px;
}

.yz_tips strong {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
}

.yzclass {
  padding: 0;
}

.yz_right .yz_tips p {
  line-height: 18px;
  margin-bottom: 10px;
  height: auto;
}
.login-form .layui-btn {
  font-weight: 700!important;
}
.xsfl {
  display: none;
  width: 390px;
  float: left;
  cursor: pointer;
  margin-top: 40px;
}

.clear-input-btn{
  position: absolute;
  right: -1px;
  top: -1px;
  display: block;
  height: 100%;
  line-height: 44px;
  width: 44px;
  font-size: 18px;
  color: #dedcdc;
  text-align: center;
  cursor: pointer;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 44px;
}

.clear-input-btn:hover{
  color: #007BFC;
}

.clear-input-btn-show{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#login-form .mmyz_zc {
  top: 52px;
  left: 0px;
  z-index: 111;
}
#login-form .mmyz_zc img {
  top: -7px;
}
.error_msg {
  position: absolute;
    color: red;
    top: 41px;
    font-size: 12px;
}
.layui-form-danger1,.layui-form-danger1:hover,.layui-form-danger1:focus,.layui-form-danger1:active,.layui-form-danger1:visited {
  border-color: red!important;
}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}
@media screen and (max-width: 1370px) {
  .login-container{
    min-height: 630px;
  }
  .login-logo{
    padding: 50px 0 20px;
  }
}

@media screen and (max-width: 640px) {
  html, body {
    min-width: 100%;
  }
  .login-container{
    width: 100%;
    min-height: 100%;
    padding: 0 20px;
  }
  .login-logo, .login-text,.xsfl{
    display: none!important;
  }
  .login-form{
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .flex-box{
    display: flex;
  }
}
body .nc_wrapper .nc_scale {
  background-color: #fff!important;
  border: 1px solid #e6e6e6!important;
  height: 40px!important
}
body .nc_wrapper .btn_slide {
  color: #737383!important
}
body .nc_wrapper .btn_ok {
  color: #037cff!important;
}
body .nc_wrapper .nc_bg {
  background: #037cff!important;
}


.notice {
    border-radius: 3px;
    background: #fcf8e3;
    border: #ecdcbb solid 1px;
    font-size: 12px;
    padding: 8px 14px;
    margin: 12px auto 0;
    color: #8a6d3b;
    position: relative;
    line-height: 28px;
    box-shadow: 0 2px 4px rgb(236, 220, 187,0.5);
}
.notice strong{color: #f00;}

.notice a {
    color: #06c
}
.notice a.close {
    font-size: 20px;
    color: #868583;
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    text-align: center;
    background: rgba(0,0,0,0.03);
    height: 23px;
    line-height: 21px;
    border-radius: 0 0 0 3px;
    padding-left: 2px;
}

.notice a.close:hover {
    color: #928684;
    background: rgba(0,0,0,0.05);
}
#cha_cha_cha {
  padding: 0;
}
#yanzheng1 {
  margin: 15px auto;
}
#yz_tc_hao .nc_wrapper {
  width: auto!important;
}
#cha_cha_cha .btn_slide {
    padding: 0px;
    margin: 0px;
    top: -1px;
    font-size: 18px;
    border-radius: 4px;
    right: 0px;
    line-height: 40px;
    color: rgb(115, 115, 131) !important;
    background: rgb(246, 247, 249) !important;
    border: 1px solid rgb(221, 221, 221) !important;
}