@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot?t=1566443822137");
  /* IE9 */
  src: url("iconfont.eot?t=1566443822137#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
      url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMAAAsAAAAABxwAAAKyAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqBeIFkATYCJAMMCwgABCAFhG0HQRs1BhEVlBtkPxJjW8T5EJx9E6rGTDzAj3v8c/He7igmkG0JjHSWQlxbWqT+d4ZfthNWbE3HULxREapL9nzrWf5HfnTlLw3rPE6jFEIiJP9zTb27beL5bTa3qqQ1RgJOcKCRSRbPSxA3jF3gEhYTUE8nA4QZs2YvVmRWq4Cwe8e2DUrOKcssUgTVmoFZOKuixGPxGc6Ezw+/GhYKUSWxOs7fOnOzKT+0/FE6UjtitY9gzacHG0bCAGTC2lrjcikODpDU0/hZT6cqC+JcnlqNkKnzq/YfHlEgVFmxDUAfFIr8kEsj8iP2XS+TQBUZ07EOSVuM/Z3YvHmDpntWXq5X7/jFlls2X7xUv/6J1quuHN1UvNyGlz8sffXjshffL3n+3cqll4/fOdJyyaXbrbdduX7vRosWF/6fObPMqYzpXhbaL9F9TGVOmfn/zO2t+pS6ZLXFT3Mp+SmUl+Jx04X/nHL58pW23druffzo3rcD8/cfazv06DXrWU3TnPiZ2r30Mi391e/R8f/Nf61rPOG3Uj+DN/cbFNpr97J+0RSR3qwfy+pZknWOpUpZZbpM05z0GhmIqKdb1FjWZj6Ol7a8+XBQtEwhqqMjJEUPNBMGQEV9I6CqmAz19Kfth9fXHNsLuS76eQMImvhA1MgTSJr4opnwg4pW/lDVJOyhnqWh+YT19QpJTWfUgg7MC5KlxTsaUVH8EcNt0pzlhMQr8po8UBdVMdLjgjxHl/UeGhEPnmmGDiyH00SQmQa0UkSR3Jalr7tTYWneKNMxpAnkAOMFJBZZeL+6UKXHH6HgZqJxS0aN/gqxVaod1ApVD7QXLr0y7uWY1V3QEMIDHiMz0AE9muwgAbm+3gBZohBH+LNWiSr5vsJiffH8ARksB2ujFGJIIau/mW5mQk4hymFTxCUEchWbDQAA")
      format("woff2"),
    url("iconfont.woff?t=1566443822137") format("woff"),
    url("iconfont.ttf?t=1566443822137") format("truetype"),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
      url("iconfont.svg?t=1566443822137#iconfont") format("svg");
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icondoubleright:before {
  content: "\e7ed";
}

.iconchenggong:before {
  content: "\e615";
}

.slide-hua-kuai-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00000088;
  overflow: hidden;
  display: none;
}

.box-wrap {
  width: 400px;
  height: 160px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin: 400px auto;
}

.box-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.icon-close {
  width: 30px;
  height: 30px;
}

#box {
  position: relative;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  background-color: #e8e8e8;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.bgColor {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: lightblue;
}

.txt {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  cursor: move;
}

.slider > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider.active > i {
  color: green;
}

.slot_top .Inquire {
  /* padding: 40px 0 !important; */
}
.login {
  width: 100%;
  background: #f7f7f7;
  font-size: 13px;
  background-image: url("https://img.ng8866.com/public/PC_login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 613px;
}
.el-button {
  height: 40px;
  line-height: 40px;
  min-height: 40px;
}
.login > div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.login > div > .left {
  box-sizing: border-box;
  width: calc(100% - 440px);
  height: 300px;
  text-align: center;
}
.login > div > .left > img {
  width: 100%;
}
.login-code {
  width: 280px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -280px;
  padding: 40px 30px;
  top: 0;
  box-shadow: 0px 0px 4px #ccc;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login-code .code-title {
  font-family: HYZhengYuan, HYZhengYuan;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  line-height: 17px;
  text-align: center;
}
.login-code .code-img {
  width: 162px;
  height: 162px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  padding: 6px;
  margin-top: 40px;
}
.login-code .code-bottom {
  margin-top: 30px;
}
.login-code .code-bottom div:nth-child(1) {
  font-family: HYZhengYuan, HYZhengYuan;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}
.login-code .code-bottom div:nth-child(2) {
  font-family: HYZhengYuan, HYZhengYuan;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  line-height: 17px;
  text-align: center;
  margin-top: 5px;
}
.none-box {
  width: 40px;
  background-color: #fff;
  position: absolute;
  height: 100%;
  top: 0;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
  box-sizing: border-box;
}
.none-box div {
  width: 1px;
  height: 211px;
  background-color: #e7e7e7;
}
.login > div > .right {
  background: #fff;
  padding: 40px 30px;
  width: 440px;
  text-align: left;
  box-shadow: 0 0 4px #ccc;
  position: relative;
  border-radius: 15px;
}
.login > div > .right > .tabs {
  margin-bottom: 20px;
}
.login > div > .right > .tabs span {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  color: #999;
  padding-bottom: 10px;
}
.login > div > .right > .tabs .active {
  color: #409eff;
  border-bottom: 2px solid #409eff;
  font-weight: 600;
  font-size: 16px;
}
.login > div > .right .form {
  position: relative;
}
.login > div > .right > .oper > span {
  display: inline-block;
  color: #999;
  margin: 10px 0;
  cursor: pointer;
}
.login > div > .right .form .el-input {
  margin-bottom: 10px;
}
.login > div > .right > button {
  width: 100%;
  background: #f7403d;
  color: #fff !important;
  border: none;
}
.login > div > .right .right__btn {
  text-align: center;
  color: #999;
  margin-top: 20px;
}
.login > div > .right .right__btn > span {
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
}
.el-input__icon,
.el-input__prefix {
  line-height: 40px;
}
.login > div > .right .form .el-input__inner {
  background: #fff;
  /* border: 1px solid; */
}
.login > div > .right > span:hover {
  color: #409eff;
}
.login > div > .right > .tabs span:hover {
  color: #f7403d;
}
.login > div > .right .right__btn > span:hover {
  color: #409eff;
}
.login > div > .right .form > button {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f7403d;
  color: #fff;
}
.login > div > .right .form > div {
  position: relative;
}
.login > div > .right .form > div > button {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f7403d;
  color: #fff;
}
.login > div > .right .form > div > i {
  cursor: pointer;
  position: absolute;
  right: 6px;
  padding: 10px;
  top: 0;
  font-size: 16px;
  font-weight: 600;
}
.el-checkbox__input {
  position: relative;
  top: 2px;
}
.login > div > .right .login_btn {
  text-align: center;
  color: #f7403d;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  cursor: pointer;
}
.login > div > .right .login_btn:hover {
  color: #f7403d;
}
.login > div > .right .login_btn > i {
  padding: 4px;
  background: #f7403d;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}
.article {
  padding: 25px;
  border-radius: 8px;
  position: relative;
  padding-bottom: 65px;
  padding-top: 35px;
}
.article .el-dialog__header {
  padding: 0px !important;
  background: #fff !important;
  border-bottom: 1px solid #eee;
}
.login > div.art {
  padding: 0;
}
.content {
  max-height: 320px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.content::-webkit-scrollbar {
  display: none;
}

.content-after {
  width: 100%;
  /* width: 100%; */
  height: 100px;
  position: absolute;
  bottom: 50px;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.contentat {
  max-height: 320px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.contentat::-webkit-scrollbar {
  display: none;
}

.contentat-after {
  width: 100%;
  /* width: 100%; */
  height: 100px;
  position: absolute;
  bottom: 50px;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.bottom-login-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20;
  z-index: 1;
}
.bottom-login-btn button:nth-child(1) {
  width: 209px;
  height: 37px;
  background: #f4f8f9;
  border-radius: 8px;
  border: 1px solid #dbdcdc;
  border-color: #dbdcdc;
}
.bottom-login-btn button:nth-child(1) span {
  color: #999;
}
.bottom-login-btn button:nth-child(2) {
  width: 209px;
  height: 37px;
  background: #fda823;
  border-radius: 8px;
  border-color: #fda823;
}

.article_header {
  padding-bottom: 15px;
  /* position: relative; */
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
/* .article_header > span {
    display: inline-block;
    border-left: 3px solid #FF7D99;
    padding: 0 16px;
} */
.article_header > i {
  position: absolute;
  right: 14px;
  top: 10px;
  color: #666;
  cursor: pointer;
  font-size: 12px;
  width: 28px;
  height: 28px;
  background-color: #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article .el-dialog__body {
  padding: 10px;
}
.el-dialog__footer {
  padding: 10px 20px 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-checkbox {
  margin-right: 0;
}
.el-button--primary:hover {
  color: #fff !important;
  background-color: #409eff;
  border-color: #409eff;
}

.thrid-login {
  margin-top: 30px;
}

.thrid-login > p {
  line-height: 14px;
  height: 14px;
  color: #999;
  font-size: 12px;
}

.thrid-login > p i.line-left {
  margin-right: 15px;
}

.thrid-login > p i.line-right {
  margin-left: 15px;
}

.thrid-login > p i {
  position: relative;
  top: 0;
  width: 125px;
  height: 1px;
  vertical-align: middle;
  display: inline-block;
  background-color: #d6d6d6;
}

.thrid-login > .use-third {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}

.thrid-login > .use-third > a {
  display: inline-block;
  width: 55px;
  height: 42px;
  margin-right: 16px;
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}

.login-zfb {
  background: url("../images/icon_alipay.png");
  background-size: 55px 42px;
}
.login .phone__prefix {
  position: absolute;
  left: 33px;
  top: 10px;
  display: inline-block;
  color: #666;
  cursor: pointer;
}
#login__area__content .new__area__code .article_header {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
#login__area__content .new__area__code__name {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#login__area__content .new__area__code__name > img {
  width: 14px;
}
#login__area__content .new__area__code__name > span {
  display: inline-block;
  margin: 0 10px;
}
#login__area__content .new__area__code .el-dialog__footer {
  text-align: center;
  padding: 10px;
}
#login__area__content .new__area__code .content {
  padding: 14px;
}
#login__area__content .new__area__code .content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#login__area__content .new__area__code .content::-webkit-scrollbar-thumb {
  border-radius: 6px;
  width: 6px;
  background-color: rgba(144, 147, 153, 0.3);
  transition: background-color 0.3s;
}
#login__area__content .new__area__code .content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}
#login__area__content
  .new__area__code
  .content::-webkit-scrollbar-thumb:active {
  background-color: rgba(144, 147, 153, 0.5);
}
#login__area__content .new__area__code .area_code_p {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
#login__area__content .new__area__code .area_confirm {
  background: #fda823;
  border-color: #fda823;
}
#login__area__content .new__area__code .area_code_p:hover {
  color: #fda823;
}
#login__area__content .new__area__code .active {
  background: rgba(253, 168, 35, 0.2);
}
#login__area__content .new__area__code .active:hover {
  color: #333;
}
#login__area__content #login__area__content__body .protocol > i {
  color: #e7ab4d !important;
}
.login__area__content {
  position: absolute;
  left: 0;
  top: 42px;
  background: #fff;
  width: 248px;
  padding: 10px;
  z-index: 1000;
  border-radius: 10px;
  border: 1px solid #eee;
}
.login__area__content .area__content__search {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  width: 100%;
  border-radius: 26px;
  position: relative;
  border: 1px solid #eee;
  background: #f4f8f9;
  padding: 6px 10px;
  height: 26px;
}
.login__area__content .area__content__search > i {
  color: #999;
  font-size: 18px;
}
.login__area__content .area__content__search > input {
  width: calc(100% - 30px);
  background: none;
  border: none;
  box-shadow: border;
}
.login__area__content .area__content__search > span {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 12px;
  color: #fff;
  position: absolute;
  right: 3px;
  top: 2px;
  background: #fda823;
  width: 42px;
  cursor: pointer;
}
.login__area__content .area__content__search > span:hover {
  background: #f1980e;
}
.login__area__content .login__area__content__list {
  margin-top: 10px;
  overflow-y: auto;
  height: 210px;
}
.login__area__content .login__area__content__list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.login__area__content .login__area__content__list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  width: 6px;
  background-color: rgba(144, 147, 153, 0.3);
  transition: background-color 0.3s;
}
.login__area__content
  .login__area__content__list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}
.login__area__content
  .login__area__content__list::-webkit-scrollbar-thumb:active {
  background-color: rgba(144, 147, 153, 0.5);
}
.login__area__content .login__area__content__list > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  padding: 5px 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
}
.login__area__content .login__area__content__list > p:hover {
  color: #999;
}
.login__area__content .login__area__content__list > .active {
  color: #fda823;
}
.login__area__content .login__area__content__list > .active:hover {
  color: #fda823;
}
