@charset "utf-8";

/* @font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg#iconfont') format('svg');
} */

@font-face {
  font-family: "iconfont";
  /* project id 1627715 */
  src: url("//at.alicdn.com/t/font_1627715_apssduq8xti.eot");
  src: url("//at.alicdn.com/t/font_1627715_apssduq8xti.eot?#iefix")
      format("embedded-opentype"),
    url("//at.alicdn.com/t/font_1627715_apssduq8xti.woff2") format("woff2"),
    url("//at.alicdn.com/t/font_1627715_apssduq8xti.woff") format("woff"),
    url("//at.alicdn.com/t/font_1627715_apssduq8xti.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_1627715_apssduq8xti.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

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 !important;
  -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;
}

.block_a {
  display: flex !important;
  display: -moz-box; /* Firefox */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Safari */
  display: -webkit-flex; /* Chrome, WebKit */
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
  min-height: 50px !important;
  padding: 0 !important;
}

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: 0.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 0.3s !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none !important;
}

.f18 {
  font-weight: bold !important;
  font-size: 18px !important;
}

.hide {
  display: none !important;
}

.auto0 {
  margin: 0 auto;
}

.w100 {
  width: 100% !important;
}

/* .w1200{
  width: 1200px!important;
  margin: 0 auto;
} */

.visibilityH {
  visibility: hidden;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.bbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bggray {
  background-color: #f7f7f7;
}

.all-main {
  width: 98.5% !important;
}

.blue {
  color: #0f9fff;
}

.yellow {
  color: #ff5722;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt60 {
  margin-top: 60px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.clip-b {
  overflow: hidden;
}

.foot-link ul.hAuto {
  height: auto;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* footer */
/* footer */
.footer {
  background: #091830;
  font-size: 12px;
  text-align: center;
}

.footer .auto0 {
  width: 1200px;
}

.footer strong {
  display: block;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
}

.footer a {
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
  font-size: 14px;
}

.footer a:hover {
  color: #28d0e9 !important;
}

.foot-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 26px;
}

.foot-nav {
  /*float: left;*/
  padding-left: 26px;
  padding-right: 60px;
  /*border-left: 1px solid rgba(255, 255, 255, 0.1);*/
  /*min-height: 170px;*/
}

.foot-nav:first-child {
  border-left: 0;
}

.bl0 {
  border-left: 0 !important;
}

.foot-nav {
  display: block;
}

.foot-nav li {
  float: left;
  color: #919191;
  font-size: 14px;
  line-height: 26px;
  margin-right: 30px;
}

.foot-nav li:last-child {
  margin-right: 0;
}

.foot-nav li.title {
  color: #fff;
}

.foot-kf {
  padding-right: 0;
}

.foot-kf span {
  color: rgba(255, 255, 255, 0.5);
}

.foot-kf .hot-line {
  margin-bottom: 0;
  font-size: 18px;
  font-family: Arial;
  color: #0f9fff;
  display: initial;
}

.call {
  text-align: center;
  display: block;
  height: 36px;
  margin: 18px 0;
  margin-bottom: 18px;
  background: #0f9fff;
  border-radius: 2px;
  background-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #fff !important;
}

.call i.iconfont {
  padding-right: 12px;
  font-size: 14px;
}

.footer .call:hover {
  color: #fff !important;
  background: #33adfd;
}

.foot-contact {
  position: relative;
  float: left;
}

.foot-contact ul li {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  background: url("../img/foot_sprite.png") no-repeat;
}

.foot-contact ol {
  position: absolute;
  bottom: 35px;
}

.foot-contact ol img {
  display: none;
  width: 126px;
  box-shadow: 0 0px 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.foot-contact ul li.wx {
  background-position: -33px -33px;
}

.foot-contact ul li.wx:hover {
  background-position: -33px 0;
}

.foot-contact ol li.wb {
  margin-left: -46px;
}

.foot-contact ol li.dy {
  margin-left: 46px;
}

.foot-contact ul li.wb {
  background-position: 0 -33px;
}

.foot-contact ul li.wb:hover {
  background-position: 0 0;
}

.foot-contact ul li.dy {
  background-position: -66px -33px;
}

.foot-contact ul li.dy:hover {
  background-position: -66px 0;
}

.foot-link {
  /*border-top: 1px solid rgba(58, 70, 89, 0.5);*/
  padding-top: 24px;
  padding-bottom: 15px;
}

.foot-link ul li {
  float: left;
  /* min-width: 100px; */
  margin-right: 20px;
  margin-bottom: 10px;
}

.foot-link ul {
  width: 1227px;
  overflow: hidden;
}

.foot-bottom {
  padding: 10px 0 10px;
  color: rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(58, 70, 89, 0.5);
}

.foot-bottom a {
  font-size: 12px !important;
}

.foot-bottom p {
  margin-bottom: 8px;
}

.rz-box {
  margin-top: 20px;
  overflow: hidden;
}

.rz-box span {
  float: left;
  margin-right: 24px;
  height: 40px;
}

.rz-box img {
  height: 24px;
  margin-left: 20px;
  margin-top: 8px;
}

/* index common top */
.common-topbar-top {
  background: #0c111e url(../img/new-nav-bottom-1.jpg) no-repeat center center;
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.common-topbar-top .auto0 {
  position: relative;
  width: 98.5%;
  line-height: 40px;
  font-size: 12px;
}

.common-topbar-top img {
  vertical-align: middle;
}

.topbar-top-link {
  position: relative;
  float: left;
  margin-right: 24px;
  transition: all 0.3s;
  color: #bfbfbf;
  font-weight: 700;
}

/* .topbar-top-link:before{
  position: absolute;
  right: 60px;
  top:50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, .3);
} */

.topbar-top-link:first-child:before {
  content: "";
  display: none;
}

.topbar-top-link:hover {
  color: #fff !important;
}

.common-topbar-bottom {
  background: #0c111e url(../img/new-nav-bottom-2.jpg) no-repeat center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  height: 55px;
}

.common-topbar-bottom .auto0 {
  position: relative;
  width: 100%;
}

.common-top-layout {
  overflow: hidden;
}

.common-topbar-logo {
  padding: 26px 0 14px;
}

.common-topbar-search {
  margin-left: 236px;
  margin-top: 16px;
}

.common-search-list {
  overflow: hidden;
}

.common-topbar-search * {
  float: left;
}

.common-search-list .list-item {
  width: 64px;
  height: 24px;
  border: 1px solid #28354a;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  margin-right: 8px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #919191;
  cursor: pointer;
  transition: all 0.3s;
}

.common-search-list .list-item:hover {
  background: #28354a;
  color: #fff;
}

.common-search-list .search-active {
  background: #28354a;
  color: #fff;
}

.common-search-layout i {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.5);
  background: #28354a;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}

.common-search-input {
  width: 420px;
  height: 40px;
  background: #28354a;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0 2px 2px 2px;
  font-size: 12px;
  line-height: 40px;
}

.search-whois {
  display: none;
}

.common-search-input.on {
  color: #fff;
}

.common-search-button {
  width: 80px;
  height: 40px;
  background: #0f9fff;
  border-radius: 0 2px 2px 0;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}

.common-search-button:hover {
  background: #2a9cef;
}

.common-topbar-contact {
  margin-top: 26px;
}

.common-contact-tel {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-family: Arial;
  text-align: right;
}

.common-contact-qq {
  padding-left: 24px;
}

.common-contact-qq .qq {
  color: #9da3ac;
}

.qq .iconfont {
  padding-right: 7px;
}

/* nav */
.common-top-nav {
  width: 100%;
  background-color: #0c111e;
}

.common-topbar-nav-list li.nav-item {
  float: left;
  padding: 0 16px;
  line-height: 55px;
  position: relative;
}

.common-topbar-nav-list li.nav-item.on {
  background: url(../img/hot.png) no-repeat right center;
  padding-right: 37px;
}

.common-topbar-nav-list li.nav-item.new {
  background: url(../img/new.png) no-repeat right center;
  padding-right: 37px;
}

.common-topbar-nav-list a {
  display: block;
  color: #fff;
  transition: all 0.3s;
  font-weight: 600;
}

.nav-active a {
  color: #0f9fff;
}

.common-nav-r {
  position: relative;
  width: 80px;
  height: 55px;
  margin-right: 20px;
}

.common-nav-r .usercetner-head {
  float: right;
  position: relative;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #0f9fff;
  margin-top: 11px;
}

.common-nav-r .usercetner-head:hover {
  background-color: #2e8fd5;
}

.common-nav-r2 {
  height: 100%;
  line-height: 55px;
}

.common-nav-r2 .reg {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  /*background-color: #0f9fff;*/
  margin-top: 11px;
}

.common-nav-r2 .login {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #0f9fff;
  margin-top: 11px;
}

.common-nav-r > a,
.common-nav-r2 > a {
  color: #fff !important;
}

.triangle {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  z-index: 1000;
  top: -12px;
  left: 0;
}

.common-topbar-dropdown {
  /*display: none;*/
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1111;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  transition: opacity 0.13s ease-in-out, width 0.13s ease-in-out;
  /*opacity: 0;*/
  visibility: visible;
}

.common-topbar-dropdown-category-container {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 263px;
  padding: 20px 24px 8px 24px;
  width: 714px;
  opacity: 1;
  /*visibility: hidden;*/
  z-index: 1;
  transition: opacity 0.13s ease-in-out, width 0.13s ease-in-out;
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.3);
}

.common-topbar-dropdown-category-container a {
  position: relative;
  color: #333;
  font-size: 12px;
  transition: all 0.3s;
  padding-bottom: 3px;
}

/* .common-nav-r .common-topbar-dropdown-category-container a:hover {
  color: #0f9fff;
  border-bottom: 1px solid #0f9fff;
} */

.hot {
  color: #ff5722 !important;
}

.hot:hover {
  border-bottom: 1px solid #ff5722 !important;
}

.common-topbar-nav-list .common-topbar-dropdown-category-container a:hover {
  color: #0f9fff;
  border-color: #0f9fff;
}

.common-topbar-dropdown-category-container strong {
  display: block;
  margin-bottom: 28px;
  color: #0f9fff;
  font-weight: 400;
  line-height: initial;
  font-size: 12px;
}

.common-topbar-nav-list .common-topbar-dropdown-category-container strong {
  height: 19px;
  color: #0f9fff;
  font-size: 14px;
  line-height: 19px;
}

.common-user-nav .common-topbar-dropdown-category-container strong {
  height: 16px;
  line-height: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #f0f0f1;
  padding: 10px 0;
  background: #fafbfb;
  font-weight: 700;
  border-top: 1px solid #f0f0f1;
}

.common-topbar-dropdown-category-container li {
  position: relative;
  margin-bottom: 12px;
  line-height: 21px;
}

.common-topbar-nav-list .common-topbar-dropdown-category-container li {
  line-height: 1.5;
}

.common-user-nav .common-topbar-dropdown-category-container li {
  margin-bottom: 3px;
}

.common-topbar-dropdown-category-container li i {
  position: absolute;
  color: #ff5722;
  font-weight: 700;
  text-indent: 0;
  top: -1px;
  right: -29px;
}

.common-topbar-nav-list .common-topbar-dropdown-category-container li i {
  line-height: 23px;
  right: -35px;
}

.common-topbar-nav-list .common-topbar-dropdown-category-container li a {
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.common-user-nav {
  position: relative;
  width: 220px;
  left: auto;
  right: 154px !important;
}

.triangle-up {
  position: absolute;
  top: -6px;
  right: 19px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

/* 
.new-user-box .user-id{
  padding: 0 0 10px 30px;
  line-height: 23px;
  border-bottom: 1px solid #ecf0f1;
  color: #666;
}
.new-user-box .user-id .p1{
  font-weight: bold;
  font-size: 16px;
  color: #666;
}
.new-user-box .user-qian{
  border-bottom: 1px solid #ecf0f1;
  color: #666;
  line-height: 32px;
  padding: 8px 0 8px 30px;
}
.new-user-box .user-handle{
  padding: 18px 0 0 30px;
}
.new-user-box .user-handle a{
  display: inline-block;
  width: 52px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  color: #444;
	background-color: #fff;
  border: solid 1px #eee;
  margin-right: 18px;
}
.new-user-box .user-handle a:hover{
  border-color: #eee;
  background-color: #eee;
  color: #000;
}

.new-user-box .user-handle a:first-child{
  background-color: #0f9fff;
  color: #fff;
  border-color: #0f9fff;
}
.new-user-box .user-handle a:first-child:hover{
  background-color: #2a9cef;
  border-color: #2a9cef;
} */

.new-user-box {
  padding: 16px 0 0;
  color: #666;
}

.mm-first {
  padding: 0 15px;
}

.mm-first .mm-head-id {
  padding: 0 7px;
}

.mm-first .idInfo {
  display: inline-block;
  font-size: 14px;
  color: #333;
  height: 22px;
  line-height: 22px;
}

.mm-first .level {
  display: inline-block;
  height: 22px;
  padding: 0 8px;
  line-height: 22px;
  font-size: 12px;
  color: #ff7800;
  background-color: #fff1e5;
  border-radius: 4px;
  margin-left: 10px;
}

.mm-first .level.gao {
  padding-left: 26px;
  background: #fff1e5 url(../img/gao.png) no-repeat 8px center;
}

.mm-head-dot {
  padding: 18px 0 16px;
  border-bottom: 1px dashed #e5e5e5;
}

.mm-head-dot > div {
  width: 50%;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.mm-head-dot .p1 {
  font-family: DINProM;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 16px;
  color: #ff7800;
  margin-bottom: 4px;
}

.mm-head-list {
  padding: 14px 0;
}

.mm-head-list p {
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
}

.mm-head-list p span {
  float: left;
}

.mm-head-list .up {
  color: #0f9fff;
  font-size: 12px;
  float: right;
  padding-bottom: 0;
}

.mm-head-list .up:hover {
  text-decoration: underline;
}

.mm-second .mm-btn {
  width: 50%;
  height: 40px;
  line-height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
}

.mm-second .mm-btn:first-child + .mm-btn {
  background-color: #f7f7f7;
  color: #999;
}

.mm-second .mm-btn:first-child + .mm-btn:hover {
  background-color: #eee;
}

.mm-second .mm-btn:first-child {
  background-color: #0f9fff;
  color: #fff;
}

.mm-second .mm-btn:first-child:hover {
  background-color: #2e8fd5;
}

.common-user-nav .common-topbar-dropdown-category-container {
  width: 230px;
  padding: 0;
  cursor: auto;
}

.question {
  margin-right: 0 !important;
}

.question li a {
  display: block;
  max-width: 170px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.slide-list {
  display: none;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  z-index: 9;
  text-align: center;
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.3);
}

.slide-list li a {
  border-bottom: 1px dashed #f0f0f1;
  color: #333;
  line-height: 36px;
  font-size: 12px;
}

.slide-list li a:hover {
  color: #0f9fff;
}

.line {
  width: 714px;
  position: absolute;
  height: 1px;
  background-color: #f2f3f4;
  top: 52px;
  display: block;
  left: 24px;
}

.dropdown-content {
  float: left;
  margin-left: 50px;
}

.common-topbar-nav-list .dropdown-content ul {
  float: left;
  margin-right: 38px;
}

.common-user-nav .dropdown-content {
  margin-left: 0;
  border-left: 1px solid #f0f0f1;
  margin-bottom: 0;
  text-indent: 20px;
  width: 123px;
  height: 203px;
}

.common-user-nav .common-topbar-dropdown-category-container {
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.3);
  height: auto;
}

.common-user-nav li i {
  font-size: 12px;
}

.common-user-nav .iconfont {
  margin-right: 6px;
  font-size: 14px;
  color: #0f9fff;
  text-indent: 0;
}

.business-item {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  background: url("../img/sprite.png") no-repeat;
}

.business-list a {
  display: block;
  overflow: hidden;
}

.business-container {
  width: 976px;
  height: 291px;
  padding: 0;
}

.common-topbar-dropdown-category-list {
  overflow: hidden;
}

.business-list li {
  float: left;
  width: 25%;
  padding: 28px 24px;
  border-left: 1px dotted #e8e8e8;
  border-bottom: 1px dotted #e8e8e8;
  margin-bottom: 0;
  box-sizing: border-box;
}

.today-tj a {
  max-width: 400px !important;
}

.business-list li a {
  display: block !important;
  padding-bottom: 0 !important;
  border: 0 !important;
}

.business-list li a:hover {
  border: none;
}

.business-msg span {
  display: block;
}

.leimi {
  background-position: -370px 0;
}

.yupu {
  background-position: -120px 0;
}

.namepre {
  background-position: -80px 0;
}

.digua {
  background-position: -285px 0;
}

.qihui {
  background-position: -40px 0;
}

.ycj {
  background-position: -160px 0;
}

.jucha {
  background-position: -200px 0;
}

.mibiao {
  background-position: -325px 0;
}

.gathernames {
  background-position: -240px 0;
}

.active .leimi {
  background-position: -370px -41px;
}

.active .yupu {
  background-position: -120px -41px;
}

.active .namepre {
  background-position: -80px -41px;
}

.active .digua {
  background-position: -285px -41px;
}

.active .qihui {
  background-position: -40px -40px;
}

.active .ycj {
  background-position: -160px -41px;
}

.active .jucha {
  background-position: -200px -41px;
}

.active .wanmi {
  background-position: 0 -41px;
}

.active .mibiao {
  background-position: -325px -41px;
}

.active .gathernames {
  background-position: -240px -41px;
}

.business-list li:hover a {
  color: #0f9fff;
}

.business-list li:hover a {
  color: #919191;
}

.cancel-btn {
  position: absolute;
  right: 15px;
  *right: 0;
  cursor: pointer;
  top: -82px;
  color: #fff;
}

/* 客服弹窗 */
#kf {
  display: none !important;
  position: fixed;
  right: 20px;
  top: 290px;
  background: #fff;
  border-radius: 4px;
  width: 44px;
  height: 135px;
  box-shadow: 0px 0px 12px 0px rgba(7, 17, 27, 0.1);
  cursor: pointer;
  z-index: 999;
}

.kf-touch .iconfont {
  height: 52px;
  font-size: 24px;
  line-height: 52px;
}

.kf-touch {
  display: block;
  width: 23px;
  margin: 0 auto;
  color: #0f9fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: pointer;
}

.c-wrap {
  display: none;
  width: 296px;
  position: absolute;
  left: -296px;
  top: -1px;
}

.kf-contact {
  width: 236px;
  padding: 0px 24px;
  box-shadow: 0px 0px 12px 0px rgba(7, 17, 27, 0.1);
  background-color: #fff;
  border-radius: 4px;
  cursor: auto;
}

.kf-contact .iconfont {
  font-size: 20px;
  line-height: 39px;
  float: left;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.qqhm {
  padding: 20px 0;
}

.dhhm {
  padding: 10px 0;
}

.kf-wd {
  padding: 20px 0;
}

.kf-contact strong {
  font-weight: 400;
  display: block;
  margin-top: 4px;
  line-height: 1;
  color: #9da3ac;
  font-size: 12px;
}

.kf-contact span {
  display: block;
}

.kf-contact a {
  display: block;
  color: #091830;
  text-align: left;
  white-space: nowrap;
}

.kf-contact a:hover {
  color: #0f9fff;
}

.kf-contact a i {
  margin-right: 26px;
}

.kf-manager a {
  padding-left: 46px;
}

.isdaili {
  width: 256px;
  margin-top: 5px;
  padding: 13px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 12px 0px rgba(7, 17, 27, 0.1);
  background: rgb(255, 255, 255);
  text-align: left;
  display: block;
  border-radius: 4px;
}

.isdaili a {
  width: 100%;
  height: 36px;
  display: block;
  background-color: #0f9fff;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 36px;
  text-align: center;
}

.ttop {
  display: none;
  background: #fff;
  width: 56px;
  height: 56px;
  box-shadow: 0px 0px 12px 0px rgba(7, 17, 27, 0.1);
  position: fixed;
  right: 0px;
  left: 50%;
  margin-left: 620px;
  top: 352px;
  border-radius: 4px;
  cursor: pointer;
}

.ttop {
  text-align: center;
  height: 56px;
  color: #0f9fff;
  font-size: 16px;
  line-height: 56px;
}

.kf-manager,
.kf-manager a {
  color: #0f9fff;
}

.kf-manager {
  border-top: 1px solid #f2f3f4;
}

.kf-manager span {
  margin-bottom: 10px;
}

.kf-manager .iconfont {
  line-height: 24px;
}

.kf-manager strong {
  display: block;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-family: inherit;
}

.kf-contact .hot-line-kf a {
  width: 236px;
  height: 36px;
  padding: 0;
  border: 1px solid #0f9fff;
  line-height: 36px;
  text-align: center;
  color: #0f9fff;
  transition: all 0.3s;
}

.kf-contact .hot-line-kf a:hover {
  background-color: #0f9fff;
  color: #fff;
}

.kf-contact .hot-line-kf {
  padding-bottom: 24px;
}

/* .user-msg,
.user-msg a {
  color: #fff;
} */

a.msg1 {
  padding-left: 18px;
  background: url(../img/icon_email.png) no-repeat left;
}

.price {
  color: #ff5722;
}

/* 动画层 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes jmSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes jmSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes jmSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@keyframes jmSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@-webkit-keyframes jmSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@keyframes jmSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@-webkit-keyframes jmSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
  }
}

@keyframes jmSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
  }
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* 登陆弹窗 */
#pop-login {
  width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}

#pop-login input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 40px;
}

#pop-login #re_yx {
  background: url("../img/icon_accound.png") no-repeat 11px;
}

#pop-login #re_mm {
  background: url("../img/icon_password.png") no-repeat 11px;
}

#pop-login input.error {
  border-color: #ff5722;
}

#pop-login div {
  position: relative;
  margin-bottom: 14px;
}

#pop-login a {
  position: absolute;
  right: -80px;
  color: #0f9fff;
  line-height: 30px;
  top: 0;
}

#pop-login #re_yzm {
  width: 190px;
  text-indent: 10px;
}

#pop-login img {
  float: right;
  height: 40px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

#pop-login .reg-link {
  position: static;
}

#pop-login button {
  height: 44px;
  margin-right: 16px;
}

#pop-login .submit-box {
  padding-top: 15px;
  margin-bottom: 0;
}

#pop-login span {
  position: absolute;
  right: -16px;
  color: #ff5722;
  line-height: 30px;
  top: 0;
}

/* 重写layer */
.jm-class .layui-layer-title {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
}

.jm-class .layui-layer-setwin {
  top: 22px;
}

.jm-class.layui-layer {
  border-radius: 4px;
}

/* 表单组件 */
.jm-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  height: 36px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-indent: 10px;
}

.jm-input:hover {
  border-color: #40a9ff !important;
  border-right-width: 1px !important;
}

.jm-input:focus {
  border-color: #40a9ff !important;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.jm-button {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  color: #fff;
  line-height: 36px;
  background-color: #0f9fff;
  border-color: #0f9fff;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.jm-button:hover {
  background-color: #40a9ff;
  border-color: #40a9ff;
}

.jm-picker {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.jm-picker .jm-input {
  height: 28px;
  border: 1px solid #ebedef;
  line-height: 28px;
  font-size: 12px;
}

.picker-large {
  width: 186px;
  background-color: #f9f9f9;
}

.jm-picker i {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  margin-top: -2px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: #919191 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
}

.jm-picker input {
  /*background-color: transparent !important;*/
  background-color: #f9f9f9 !important;
}

.jm-picker .noread {
  cursor: pointer;
}

.jm-picker.picker-small {
  width: 80px;
  margin: 0 !important;
  background-color: #f9f9f9;
}

.jm-picker-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jm-checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}

.jm-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.jm-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: "";
}

.jm-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.jm-checkbox-wrapper:hover .jm-checkbox-inner,
.jm-checkbox:hover .jm-checkbox-inner,
.jm-checkbox-input:focus + .jm-checkbox-inner {
  border-color: #1890ff;
}

@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

.jm-checkbox-wrapper:hover .jm-checkbox-inner,
.jm-checkbox:hover .jm-checkbox-inner,
.jm-checkbox-input:focus + .jm-checkbox-inner {
  border-color: #1890ff;
}

.jm-checkbox:hover::after,
.jm-checkbox-wrapper:hover .jm-checkbox::after {
  visibility: visible;
}

.jm-checkbox-inner::after {
  position: absolute;
  top: 44%;
  left: 22%;
  display: table;
  width: 5px;
  height: 9px;
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
  -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),
    opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: " ";
}

.jm-checkbox-checked .jm-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}

.jm-checkbox-checked .jm-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.jm-checkbox-disabled {
  cursor: not-allowed;
}

.jm-checkbox-disabled.jm-checkbox-checked .jm-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
  animation-name: none;
}

.jm-checkbox-disabled .jm-checkbox-input {
  cursor: not-allowed;
}

.jm-checkbox-disabled .jm-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.jm-checkbox-disabled .jm-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
  animation-name: none;
}

.jm-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.jm-checkbox-disabled:hover::after,
.jm-checkbox-wrapper:hover .jm-checkbox-disabled::after {
  visibility: hidden;
}

.jm-checkbox-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}

.jm-checkbox-wrapper.jm-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.jm-checkbox-wrapper + .jm-checkbox-wrapper {
  margin-left: 8px;
}

.jm-checkbox + span {
  padding-right: 6px;
  padding-left: 6px;
}

.jm-checkbox-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  display: inline-block;
}

.jm-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}

.jm-checkbox-group-item:last-child {
  margin-right: 0;
}

.jm-checkbox-group-item + .jm-checkbox-group-item {
  margin-left: 0;
}

.jm-checkbox-indeterminate .jm-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}

.jm-checkbox-indeterminate .jm-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: " ";
}

.jm-checkbox-indeterminate.jm-checkbox-disabled .jm-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.jm-radio {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: sub;
  outline: none;
  cursor: pointer;
}

.jm-radio-wrapper:hover .jm-radio,
.jm-radio:hover .jm-radio-inner,
.jm-radio-input:focus + .jm-radio-inner {
  border-color: #1890ff;
}

.jm-radio-input:focus + .jm-radio-inner {
  -webkit-box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
}

.jm-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #1890ff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
  animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
}

.jm-radio:hover::after,
.jm-radio-wrapper:hover .jm-radio::after {
  visibility: visible;
}

.jm-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.jm-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: " ";
}

.jm-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.jm-radio-checked .jm-radio-inner {
  border-color: #1890ff;
}

.jm-radio-checked .jm-radio-inner::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.jm-radio-disabled .jm-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}

.jm-radio-disabled .jm-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.jm-radio-disabled .jm-radio-input {
  cursor: not-allowed;
}

.jm-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

span.jm-radio + * {
  padding-right: 20px;
  padding-left: 6px;
  line-height: 18px;
}

.jm-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}

.jm-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.65);
}

.jm-radio-button-wrapper > .jm-radio-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0;
}

.jm-radio-group-large .jm-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}

.jm-radio-group-small .jm-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}

.jm-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  content: "";
}

.jm-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 4px 0 0 4px;
}

.jm-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}

.jm-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}

.jm-radio-button-wrapper:hover {
  position: relative;
  color: #1890ff;
}

.jm-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}

.jm-radio-button-wrapper .jm-radio-inner,
.jm-radio-button-wrapper input[type="checkbox"],
.jm-radio-button-wrapper input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #1890ff;
  background: #fff;
  border-color: #1890ff;
  -webkit-box-shadow: -1px 0 0 0 #1890ff;
  box-shadow: -1px 0 0 0 #1890ff;
}

.jm-radio-button-wrapper-checked:not(
    .jm-radio-button-wrapper-disabled
  )::before {
  background-color: #1890ff !important;
  opacity: 0.1;
}

.jm-radio-button-wrapper-checked:not(
    .jm-radio-button-wrapper-disabled
  ):first-child {
  border-color: #1890ff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled):hover {
  color: #40a9ff;
  border-color: #40a9ff;
  -webkit-box-shadow: -1px 0 0 0 #40a9ff;
  box-shadow: -1px 0 0 0 #40a9ff;
}

.jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled):active {
  color: #096dd9;
  border-color: #096dd9;
  -webkit-box-shadow: -1px 0 0 0 #096dd9;
  box-shadow: -1px 0 0 0 #096dd9;
}

.jm-radio-button-wrapper-checked:not(
    .jm-radio-button-wrapper-disabled
  ):focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}

.jm-radio-group-solid
  .jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}

.jm-radio-group-solid
  .jm-radio-button-wrapper-checked:not(
    .jm-radio-button-wrapper-disabled
  ):hover {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff;
}

.jm-radio-group-solid
  .jm-radio-button-wrapper-checked:not(
    .jm-radio-button-wrapper-disabled
  ):active {
  color: #fff;
  background: #096dd9;
  border-color: #096dd9;
}

.jm-radio-group-solid
  .jm-radio-button-wrapper-checked:not(
    .jm-radio-button-wrapper-disabled
  ):focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}

.jm-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.jm-radio-button-wrapper-disabled:first-child,
.jm-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.jm-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}

.jm-radio-button-wrapper-disabled.jm-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@-webkit-keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

/* 下拉框 */
.ant-result {
  padding: 48px 32px;
}

.ant-result-success .ant-result-icon > .anticon {
  color: #52c41a;
}

.ant-result-error .ant-result-icon > .anticon {
  color: #f5222d;
}

.ant-result-info .ant-result-icon > .anticon {
  color: #1890ff;
}

.ant-result-warning .ant-result-icon > .anticon {
  color: #faad14;
}

.ant-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}

.ant-result-icon {
  margin-bottom: 24px;
  text-align: center;
}

.ant-result-icon > .anticon {
  font-size: 72px;
}

.ant-result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}

.ant-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.ant-result-extra {
  margin-top: 32px;
  text-align: center;
}

.ant-result-extra > * {
  margin-right: 8px;
}

.ant-result-extra > *:last-child {
  margin-right: 0;
}

.ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.jm-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  outline: 0;
}

.jm-select ul,
.jm-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jm-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}

.jm-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.jm-select-arrow > * {
  line-height: 1;
}

.jm-select-arrow svg {
  display: inline-block;
}

.jm-select-arrow::before {
  display: none;
}

.jm-select-arrow .jm-select-arrow-icon {
  display: block;
}

.jm-select-arrow .jm-select-arrow-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.jm-select-selection {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jm-select-selection:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.jm-select-focused .jm-select-selection,
.jm-select-selection:focus,
.jm-select-selection:active {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.jm-select-selection__clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: color 0.3s ease, opacity 0.15s ease;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}

.jm-select-selection__clear::before {
  display: block;
}

.jm-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.jm-select-selection:hover .jm-select-selection__clear {
  opacity: 1;
}

.jm-select-selection-selected-value {
  float: left;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jm-select-no-arrow .jm-select-selection-selected-value {
  padding-right: 0;
}

.jm-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}

.jm-select-disabled .jm-select-selection {
  background: #f5f5f5;
  cursor: not-allowed;
}

.jm-select-disabled .jm-select-selection:hover,
.jm-select-disabled .jm-select-selection:focus,
.jm-select-disabled .jm-select-selection:active {
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jm-select-disabled .jm-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

.jm-select-disabled
  .jm-select-selection--multiple
  .jm-select-selection__choice {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.33);
  background: #f5f5f5;
}

.jm-select-disabled
  .jm-select-selection--multiple
  .jm-select-selection__choice__remove {
  display: none;
}

.jm-select-selection--single {
  position: relative;
  height: 32px;
  cursor: pointer;
}

.jm-select-selection--single .jm-select-selection__rendered {
  margin-right: 24px;
}

.jm-select-no-arrow .jm-select-selection__rendered {
  margin-right: 11px;
}

.jm-select-selection__rendered {
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: 11px;
  line-height: 30px;
}

.jm-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: ".";
  pointer-events: none;
}

.jm-select-lg {
  font-size: 16px;
}

.jm-select-lg .jm-select-selection--single {
  height: 40px;
}

.jm-select-lg .jm-select-selection__rendered {
  line-height: 38px;
}

.jm-select-lg .jm-select-selection--multiple {
  min-height: 40px;
}

.jm-select-lg .jm-select-selection--multiple .jm-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}

.jm-select-lg .jm-select-selection--multiple .jm-select-selection__clear,
.jm-select-lg .jm-select-selection--multiple .jm-select-arrow {
  top: 20px;
}

.jm-select-sm .jm-select-selection--single {
  height: 24px;
}

.jm-select-sm .jm-select-selection__rendered {
  margin-left: 7px;
  line-height: 22px;
}

.jm-select-sm .jm-select-selection--multiple {
  min-height: 24px;
}

.jm-select-sm .jm-select-selection--multiple .jm-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}

.jm-select-sm .jm-select-selection--multiple .jm-select-selection__clear,
.jm-select-sm .jm-select-selection--multiple .jm-select-arrow {
  top: 12px;
}

.jm-select-sm .jm-select-selection__clear,
.jm-select-sm .jm-select-arrow {
  right: 8px;
}

.jm-select-disabled .jm-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}

.jm-select-disabled .jm-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}

.jm-select-search__field__wrap {
  position: relative;
  display: inline-block;
}

.jm-select-selection__placeholder,
.jm-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  right: 9px;
  left: 0;
  max-width: 100%;
  height: 20px;
  margin-top: -10px;
  overflow: hidden;
  color: #bfbfbf;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}

.jm-select-search__field__placeholder {
  left: 12px;
}

.jm-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  opacity: 0;
  pointer-events: none;
}

.jm-select-search--inline {
  position: absolute;
  width: 100%;
  height: 100%;
}

.jm-select-search--inline .jm-select-search__field__wrap {
  width: 100%;
  height: 100%;
}

.jm-select-search--inline .jm-select-search__field {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  background: transparent;
  border-width: 0;
  border-radius: 4px;
  outline: 0;
}

.jm-select-search--inline > i {
  float: right;
}

.jm-select-selection--multiple {
  min-height: 32px;
  padding-bottom: 3px;
  cursor: text;
  zoom: 1;
}

.jm-select-selection--multiple::before,
.jm-select-selection--multiple::after {
  display: table;
  content: "";
}

.jm-select-selection--multiple::after {
  clear: both;
}

.jm-select-selection--multiple .jm-select-search--inline {
  position: static;
  float: left;
  width: auto;
  max-width: 100%;
  padding: 0;
}

.jm-select-selection--multiple
  .jm-select-search--inline
  .jm-select-search__field {
  width: 0.75em;
  max-width: 100%;
}

.jm-select-selection--multiple .jm-select-selection__rendered {
  height: auto;
  margin-bottom: -3px;
  margin-left: 5px;
}

.jm-select-selection--multiple .jm-select-selection__placeholder {
  margin-left: 6px;
}

.jm-select-selection--multiple > ul > li,
.jm-select-selection--multiple .jm-select-selection__rendered > ul > li {
  height: 24px;
  margin-top: 3px;
  line-height: 22px;
}

.jm-select-selection--multiple .jm-select-selection__choice {
  position: relative;
  float: left;
  max-width: 99%;
  margin-right: 4px;
  padding: 0 20px 0 10px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: default;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.jm-select-selection--multiple .jm-select-selection__choice__disabled {
  padding: 0 10px;
}

.jm-select-selection--multiple .jm-select-selection__choice__content {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.jm-select-selection--multiple .jm-select-selection__choice__remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
  -ms-transform: scale(0.83333333) rotate(0deg);
  transform: scale(0.83333333) rotate(0deg);
}

.jm-select-selection--multiple .jm-select-selection__choice__remove > * {
  line-height: 1;
}

.jm-select-selection--multiple .jm-select-selection__choice__remove svg {
  display: inline-block;
}

.jm-select-selection--multiple .jm-select-selection__choice__remove::before {
  display: none;
}

.jm-select-selection--multiple
  .jm-select-selection__choice__remove
  .jm-select-selection--multiple
  .jm-select-selection__choice__remove-icon {
  display: block;
}

:root .jm-select-selection--multiple .jm-select-selection__choice__remove {
  font-size: 12px;
}

.jm-select-selection--multiple .jm-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.75);
}

.jm-select-selection--multiple .jm-select-selection__clear,
.jm-select-selection--multiple .jm-select-arrow {
  top: 16px;
}

.jm-select-allow-clear
  .jm-select-selection--multiple
  .jm-select-selection__rendered,
.jm-select-show-arrow
  .jm-select-selection--multiple
  .jm-select-selection__rendered {
  margin-right: 20px;
}

.jm-select-open .jm-select-arrow-icon svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.jm-select-open .jm-select-selection {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.jm-select-combobox .jm-select-arrow {
  display: none;
}

.jm-select-combobox .jm-select-search--inline {
  float: none;
  width: 100%;
  height: 100%;
}

.jm-select-combobox .jm-select-search__field__wrap {
  width: 100%;
  height: 100%;
}

.jm-select-combobox .jm-select-search__field {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
}

.jm-select-combobox.jm-select-allow-clear
  .jm-select-selection:hover
  .jm-select-selection__rendered,
.jm-select-combobox.jm-select-show-arrow
  .jm-select-selection:hover
  .jm-select-selection__rendered {
  margin-right: 20px;
}

.jm-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.jm-select-dropdown.slide-up-enter.slide-up-enter-active.jm-select-dropdown-placement-bottomLeft,
.jm-select-dropdown.slide-up-appear.slide-up-appear-active.jm-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: jmSlideUpIn;
  animation-name: jmSlideUpIn;
}

.jm-select-dropdown.slide-up-enter.slide-up-enter-active.jm-select-dropdown-placement-topLeft,
.jm-select-dropdown.slide-up-appear.slide-up-appear-active.jm-select-dropdown-placement-topLeft {
  -webkit-animation-name: jmSlideDownIn;
  animation-name: jmSlideDownIn;
}

.jm-select-dropdown.slide-up-leave.slide-up-leave-active.jm-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: jmSlideUpOut;
  animation-name: jmSlideUpOut;
}

.jm-select-dropdown.slide-up-leave.slide-up-leave-active.jm-select-dropdown-placement-topLeft {
  -webkit-animation-name: jmSlideDownOut;
  animation-name: jmSlideDownOut;
}

.jm-select-dropdown-hidden {
  display: none;
}

.jm-select-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding: 4px 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}

.jm-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}

.jm-select-dropdown-menu-item-group-list > .jm-select-dropdown-menu-item {
  padding-left: 20px;
}

.jm-select-dropdown-menu-item-group-title {
  height: 32px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 32px;
}

.jm-select-dropdown-menu-item-group-list
  .jm-select-dropdown-menu-item:first-child:not(:last-child),
.jm-select-dropdown-menu-item-group:not(:last-child)
  .jm-select-dropdown-menu-item-group-list
  .jm-select-dropdown-menu-item:last-child {
  border-radius: 0;
}

.jm-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: #404040 !important;
  font-weight: normal;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.jm-child {
  text-indent: 20px;
}

.jm-child1 {
  text-indent: 10px;
}

.jm-select-dropdown-menu-item:hover:not(
    .jm-select-dropdown-menu-item-disabled
  ) {
  background-color: #e6f7ff;
}

.jm-select-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fff;
}

.jm-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.jm-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.jm-select-dropdown-menu-item-active:not(
    .jm-select-dropdown-menu-item-disabled
  ) {
  background-color: #e6f7ff;
}

.jm-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}

.jm-select-dropdown.jm-select-dropdown--multiple .jm-select-dropdown-menu-item {
  padding-right: 32px;
}

.jm-select-dropdown.jm-select-dropdown--multiple
  .jm-select-dropdown-menu-item
  .jm-select-selected-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  color: transparent;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.jm-select-dropdown.jm-select-dropdown--multiple
  .jm-select-dropdown-menu-item:hover
  .jm-select-selected-icon {
  color: rgba(0, 0, 0, 0.87);
}

.jm-select-dropdown.jm-select-dropdown--multiple
  .jm-select-dropdown-menu-item-disabled
  .jm-select-selected-icon {
  display: none;
}

.jm-select-dropdown.jm-select-dropdown--multiple
  .jm-select-dropdown-menu-item-selected
  .jm-select-selected-icon,
.jm-select-dropdown.jm-select-dropdown--multiple
  .jm-select-dropdown-menu-item-selected:hover
  .jm-select-selected-icon {
  display: inline-block;
  color: #1890ff;
}

.jm-select-dropdown--empty.jm-select-dropdown--multiple
  .jm-select-dropdown-menu-item {
  padding-right: 12px;
}

.jm-select-dropdown-container-open .jm-select-dropdown,
.jm-select-dropdown-open .jm-select-dropdown {
  display: block;
}

.n-bottom {
  margin-top: 15px;
  width: 100%;
  background-color: #fff;
}

.normal-tit {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #eee;
  padding: 0 30px;
  color: #333;
}

.normal-tit .normal-s {
  float: left;
  position: relative;
  /* font-weight: bold; */
  color: #333;
}

.normal-tit .mm-normal-s a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
  color: #666;
}

.normal-tit .mm-normal-s .f:after {
  position: absolute;
  right: -13px;
  top: 17px;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ddd;
}

.normal-tit .mm-normal-s a:hover {
  color: #0f9fff;
  text-decoration: underline;
}

.normal-tit .new-normal-s {
  margin: 0 18px;
  position: relative;
}

.normal-tit .new-normal-s.on em {
  color: #0f9fff;
}

.normal-tit .new-normal-s.single em {
  color: #333;
}

.normal-tit .new-normal-s:before {
  position: absolute;
  top: 50%;
  right: -15px;
  content: "";
  width: 2px;
  height: 14px;
  transform: translateY(-50%);
  background-color: #ddd;
}

.normal-tit .new-normal-s:last-child:before {
  content: "";
  display: none;
}

.normal-tit .new-normal-s:first-child {
  margin-left: 0;
}

.normal-tit .normal-s:first-child:after {
  position: absolute;
  left: -12px;
  top: 16px;
  content: "";
  width: 4px;
  height: 14px;
  background-color: #0f9fff;
}

.normal-tit .normal-a {
  color: #666;
  padding-left: 22px;
  background: url(../img/icon-mark.png) no-repeat left center;
}

.normal-tit .normal-a:hover {
  color: #0f9fff;
}

.result-tip {
  position: relative;
  top: 10px;
  float: left;
  margin-left: 20px;
  padding-left: 10px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px 3px 3px 0px;
  background: url(../img/result-tip-bg.png) no-repeat right center #22ac38;
  background-size: contain;
  color: #fff;
  font-size: 12px;
}

.result-tip::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -6px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #22ac38;
  border-left: 6px solid transparent;
}

.result-tip a {
  display: inline-block;
  padding: 0 8px 0 18px;
  color: #fff;
}

.n-bottom .n-b-ul {
  padding: 20px 20px 8px;
}

.n-bottom .n-b-ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 26px;
  height: 34px;
  line-height: 34px;
  margin: 0 5px 10px;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid transparent;
  color: #0f9fff;
  transition: all 0.3s;
}

.n-bottom .n-b-ul li a:hover {
  border-color: #0f9fff;
}

.default-btn {
  background-color: #0f9fff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.default-btn:hover {
  background-color: #2a9cef;
}

.icon-tool {
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-right: 8px;
  background: url(../img/icon-whois.png) no-repeat center center;
  vertical-align: middle;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tool-ul li a:hover .icon-tool {
  margin-left: 10px;
}

.icon-ls {
  width: 22px;
  height: 21px;
  background: url(../img/icon-ls.png) no-repeat center center;
}

.icon-sg {
  width: 21px;
  height: 22px;
  background: url(../img/icon-sg.png) no-repeat center center;
}

.icon-sg-color {
  width: 21px;
  height: 22px;
  background: url(../img/icon-sg-color.png) no-repeat center center;
}

.icon-bd {
  width: 22px;
  height: 23px;
  background: url(../img/icon-bd.png) no-repeat center center;
}

.icon-bd-color {
  width: 22px;
  height: 23px;
  background: url(../img/icon-bd-color.png) no-repeat center center;
}

.icon-qq {
  width: 19px;
  height: 22px;
  background: url(../img/icon-qq.png) no-repeat center center;
}

.icon-wa {
  width: 21px;
  height: 23px;
  background: url(../img/icon-wa.png) no-repeat center center;
}

.icon-icp {
  width: 21px;
  height: 24px;
  background: url(../img/icon-icp.png) no-repeat center center;
}

.icon-bq {
  width: 22px;
  height: 22px;
  background: url(../img/icon-bq.png) no-repeat center center;
}

.icon-wx {
  width: 25px;
  height: 22px;
  background: url(../img/icon-wx.png) no-repeat center center;
}

.icon-wx-color {
  width: 25px;
  height: 22px;
  background: url(../img/icon-wx-color.png) no-repeat center center;
}

.icon-jr {
  width: 21px;
  height: 22px;
  background: url(../img/icon-jr.png) no-repeat center center;
}

.tool-ul li a:hover .icon-whois {
  background: url(../img/icon-whois0.png) no-repeat center center;
}

.tool-ul li a:hover .icon-ls {
  background: url(../img/icon-ls0.png) no-repeat center center;
}

.tool-ul li a:hover .icon-sg {
  width: 21px;
  height: 22px;
  background: url(../img/icon-sg0.png) no-repeat center center;
}

.tool-ul li a:hover .icon-bd {
  width: 22px;
  height: 23px;
  background: url(../img/icon-bd0.png) no-repeat center center;
}

.tool-ul li a:hover .icon-qq {
  width: 19px;
  height: 22px;
  background: url(../img/icon-qq0.png) no-repeat center center;
}

.tool-ul li a:hover .icon-wa {
  width: 21px;
  height: 23px;
  background: url(../img/icon-wa0.png) no-repeat center center;
}

.tool-ul li a:hover .icon-icp {
  width: 21px;
  height: 24px;
  background: url(../img/icon-icp0.png) no-repeat center center;
}

.tool-ul li a:hover .icon-bq {
  width: 22px;
  height: 22px;
  background: url(../img/icon-bq0.png) no-repeat center center;
}

.tool-ul li a:hover .icon-wx {
  width: 25px;
  height: 22px;
  background: url(../img/icon-wx0.png) no-repeat center center;
}

.tool-ul li a:hover .icon-jr {
  width: 21px;
  height: 22px;
  background: url(../img/icon-jr0.png) no-repeat center center;
}

.common-tit i {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 10px;
}

.common-tit .common-icon {
  background: url(../img/common-zh.png) no-repeat center center;
}

.common-tit .common-whois {
  background: url(../img/common-whois.png) no-repeat center center;
}

.common-tit .common-sg {
  background: url(../img/common-sg.png) no-repeat center center;
}

.common-tit .common-outline {
  width: 41px;
  height: 42px;
  background: url(../img/common-outline.png) no-repeat center center;
}

.pageList {
  margin: 30px auto 0;
  text-align: center;
}

.pageList a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #eee;
  margin: 0 5px;
}

.pageList a:hover,
.pageList a.on {
  color: #fff;
  background-color: #0f9fff;
  border-color: #0f9fff;
}

.pageList .dot {
  margin: 0 10px;
}

.pageList .all {
  margin-left: 15px;
}

.pageList .dot,
.pageList .all {
  width: auto;
  border: none;
}

.pageList .dot:hover,
.pageList .all:hover {
  color: #666;
  background-color: #fff;
}

.green {
  color: #07c160;
}

.red {
  color: #ff5722;
}

.gray {
  color: gray;
}

#login-box,
#reg-box {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -200px;
  z-index: 10000002;
}

#bg-filter,
#reg-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/k_list_bg.png);
  z-index: 10000001;
}

.common-search-area:hover {
  box-shadow: 0px 0px 15px 5px rgba(235, 235, 235, 0.9);
  transition: box-shadow 0.5s;
}

.youshi {
  height: 220px;
}

.youshi ul {
  padding-top: 40px !important;
  border-top: 1px solid #eeee !important;
}

.youshi li:after {
  content: none !important;
}

.youshi li {
  line-height: 20px !important;
  font-size: 12px;
  float: left;
  padding-left: 15px !important;
}

.youshi li i {
  width: 48px;
  height: 48px;
}

.youshi .icon-1 {
  background: url(/p/img/icon-ys-1.png) no-repeat center;
  background-size: contain;
}

.youshi .icon-2 {
  background: url(/p/img/icon-ys-2.png) no-repeat center;
  background-size: contain;
}

.youshi .icon-3 {
  background: url(/p/img/icon-ys-3.png) no-repeat center;
  background-size: contain;
}

.youshi .icon-4 {
  background: url(/p/img/icon-ys-4.png) no-repeat center;
  background-size: contain;
}

.notice-close {
  margin-top: 12px;
  float: right;
  height: 20px;
  width: 20px;
  background: url(../img/icon.png) no-repeat 4px -37px;
  cursor: pointer;
}

.banner-title-icon {
  position: relative;
  height: 53px;
  width: 80px;
  top: 15px;
  background: url(../img/logo2.png) no-repeat;
  background-size: cover;
  margin-right: 22px;
}

.new-nav-box {
  float: right;
  height: 100%;
  line-height: 40px;
  background-color: #202d43;
  margin-right: 30px;
}

.new-nav-box .new-nav-first {
  width: 86px;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-indent: 12px;
  color: rgb(255, 255, 255, 0.6);
  cursor: pointer;
  background: url(../img/new-nav-down.png) no-repeat right 11px center;
}

.new-nav-box .new-nav-first .new-nav-span {
  display: inline-block;
  width: 98%;
  height: 100%;
  margin-left: -10px;
}

.new-nav-ul {
  display: none;
  position: absolute;
  top: 40px;
  width: 86px;
  color: rgb(255, 255, 255, 0.6);
  background: #202d43;
  z-index: 10;
}

.new-nav-ul li {
  height: 40px;
  line-height: 40px;
}

.new-nav-ul li:hover {
  color: #fff;
}

.new-nav-box .new-nav-first:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: rgb(255, 255, 255, 0.2);
}

.new-nav-box .new-nav-second {
  width: 160px;
  height: 40px;
  line-height: 40px;
}

.new-nav-box .new-nav-second input {
  float: left;
  width: 100%;
  text-indent: 18px;
  font-size: 12px !important;
  line-height: 40px;
  height: 100%;
  background-color: rgba(32, 45, 67, 0.5);
}

.new-nav-box .new-nav-second input::-moz-placeholder,
.new-nav-box .new-nav-second input::-ms-input-placeholder,
.new-nav-box .new-nav-second input::-webkit-input-placeholder {
  color: #ffff;
  opacity: 0.6;
}

.new-nav-box .new-nav-second input[type="tel"],
.new-nav-box .new-nav-second input[type="text"] {
  color: #fff;
}

.new-nav-box .new-nav-btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 12px;
  background-color: rgba(32, 45, 67, 0.5);
}

#login-box,
#reg-box {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -200px;
  z-index: 10000002;
}

.icp-close {
  position: absolute;
  top: -13px;
  right: -14px;
  width: 36px;
  height: 33px;
  background: url(../img/bg-loginclose.png) no-repeat;
  z-index: 10000001;
  cursor: pointer;
}

#bg-filter,
#reg-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/k_list_bg.png);
  z-index: 10000001;
}

/*置顶/置底*/
#jump {
  position: fixed;
  top: 450px;
  width: 44px;
  z-index: 400;
  /* left: 50%; */
  right: 20px;
  /* margin-left: 630px; */
  height: 98px;
}

#jump li {
  width: 44px;
  height: 44px;
  overflow: hidden;
  box-shadow: 0px 0px 12px 0px rgba(7, 17, 27, 0.1);
  margin-bottom: 5px;
  position: absolute;
}

#jump li:first-child {
  top: 0;
}

#jump li:first-child + li {
  bottom: 0;
}

#top,
#bottom {
  display: block;
  width: 44px;
  height: 42px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}

#top {
  background: #fff url(../img/top.png) no-repeat;
}

#bottom {
  background: #fff url(../img/bottom.png) no-repeat;
}

.mm-qq {
  line-height: 55px;
  font-size: 12px;
  color: #fff;
  margin-left: 30px;
  padding-left: 26px;
  background: url(../img/qq_team.png) no-repeat left center;
}

.mm-qq:hover {
  color: #fff;
}

.mm-qq span {
  color: #ff7800;
}

.mm-head-qq {
  line-height: 40px !important;
}

@media screen and (max-width: 1501px) and (min-width: 700px) {
  .common-topbar-nav-list li.nav-item {
    padding: 0 12px;
  }

  .mm-qq {
    margin-left: 20px;
  }
}

.jucha-code {
  position: fixed;
  top: 50%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.02),
    -2px 0px 4px 0px rgba(0, 0, 0, 0.02), 2px 0px 4px 0px rgba(0, 0, 0, 0.02);
}

.jucha-code .jucha-code-con {
  display: none;
  width: 110px;
  padding: 15px 12px 10px;
}

.jucha-code .jucha-code-con img {
  width: 110px;
  height: auto;
}

.jucha-code .code-txt {
  margin-top: 6px;
  line-height: 22px;
  font-size: 12px;
  color: #666;
}

.jucha-code .code-txt b {
  color: #ff7800;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
}

.jucha-code .jucha-code-btn {
  padding: 15px 6px 0 6px;
  width: 30px;
  height: 80px;
  position: absolute;
  font-size: 12px;
  color: #bbb;
  background: #fff url(../img/code-right.png) no-repeat center 60px;
  right: -30px;
  top: 0;
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.02),
    -2px 0px 4px 0px rgba(0, 0, 0, 0.02), 2px 0px 4px 0px rgba(0, 0, 0, 0.02);
  text-align: center;
  cursor: pointer;
}

.jucha-code .jucha-code-btn.on {
  background: #fff url(../img/code-left.png) no-repeat center 60px;
}

.mm-default-btn {
  display: inline-block;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid rgba(15, 159, 255, 1);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(15, 159, 255, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
  margin-left: 30px;
}

.mm-default-btn:hover {
  background-color: rgba(15, 159, 255, 1);
  color: #fff;
}

#activity-web {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 999;
  width: 150px;
  height: 200px;
}

#activity-web .close-btn {
  position: absolute;
  top: -6px;
  right: -6px;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  transition: 1s;
}

/* 离线查询弹窗 */
.mm-zz {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.mm-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  margin-top: -100px;
  background-color: #fff;
  z-index: 1001;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mm-pop .head-tit {
  height: 50px;
  width: 100%;
  background-color: #f7f7f7;
  padding: 0 8px 0 20px;
  font-size: 14px;
  color: #666;
}

.mm-pop .tit {
  line-height: 50px;
  padding-left: 30px;
  background: url(../img/outline-tongzhi.png) no-repeat left center;
}

.mm-pop .close {
  width: 12px;
  height: 12px;
  padding: 12px;
  margin-top: 7px;
  background: url(../img/outline-close.png) no-repeat center;
  cursor: pointer;
}

.mm-pop .mm-pop-con {
  text-align: center;
  padding: 35px 0;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}

.mm-pop .mm-pop-btn {
  padding: 0 50px 40px;
}

.mm-pop .mm-pop-btn span {
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #0f9fff;
  cursor: pointer;
}

.mm-pop .mm-pop-btn span:first-child {
  background-color: #f2f2f2;
  color: #999;
}

.mm-pop .mm-pop-btn span:hover {
  background-color: #2e8fd5;
}

.mm-pop .mm-pop-btn span:first-child:hover {
  background-color: #ddd;
}

.mm-pop,
.mm-pop2,
.mm-zz {
  display: none;
}

.mm-pop2 .pop-inp-list {
  padding: 30px 50px 44px;
}

.mm-pop2 .pop-phone,
.mm-pop3 .pop-phone {
  width: 300px;
  height: 44px;
  line-height: 44px;
  text-indent: 14px;
  border: solid 1px #f2f2f2;
  margin-bottom: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mm-pop2 .yzm-inp {
  width: 208px;
  height: 44px;
  line-height: 44px;
  text-indent: 14px;
  border: solid 1px #f2f2f2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mm-pop2 .yzm-btn {
  width: 90px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #f2f2f2;
  border-left: none;
  background: none;
  font-size: 12px !important;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #0f9fff;
}

.mm-pop2 .yzm-btn.on {
  color: #666;
}

.mm-pop2 .pop-inp-btn {
  margin-top: 30px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #f2f2f2;
  color: #999;
}

.mm-pop2 .pop-inp-btn.on {
  background-color: #0f9fff;
  color: #fff;
}

.mm-pop2 .pop-inp-btn.on:hover {
  background-color: #2e8fd5;
}

.bindPhone {
  cursor: pointer;
}

.mm-pop input:focus {
  border-color: #0f9fff;
}

.mm-pop3 .new-mm-tip {
  line-height: 24px;
  text-align: left;
  width: 300px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
}

.mm-pop3 .mm-pop-con {
  padding: 20px 14px;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/*searchToolBox-*/
.common-box {
  position: relative;
}

#ToolBox {
  border: #eee 1px solid;
  width: 220px;
  position: absolute;
  top: 80px;
  background-color: #fff;
  display: none;
  z-index: 50;
  border-top: none;
}

#ToolBox .add {
  display: block;
  line-height: 35px;
  background-color: #fafafa;
}

#ToolBox .add:hover {
  background-color: #e8f0fb;
  color: #3333ff;
}

#ToolBox ul {
  text-align: left;
  padding: 0;
  margin: 2px;
  background-color: #fff;
}

#ToolBox ul li {
  list-style-type: none;
  line-height: 35px;
  box-sizing: border-box;
}

#ToolBox ul .nojl {
  text-indent: 10px;
}

#ToolBox ul li a {
  display: block;
  cursor: pointer;
  width: 100%;
  padding-left: 2px;
}

#ToolBox ul li a:hover {
  background-color: #e8f0fb;
  color: #3333ff;
  text-decoration: none;
}

#ToolBox ul li a .del {
  margin-right: 5px;
  float: left;
  color: #fff;
  background-color: #55a7e3;
  border: 1px solid #eee;
  line-height: 24px;
  height: 24px;
  padding: 0 5px;
  line-height: 35px;
  margin-top: 6px;
}

.tPop span:first-child {
  color: #333;
  font-size: 16px;
}

.tPop span:first-child + span {
  font-size: 12px;
  color: #333;
}

/* .jc_no .layui-layer-setwin .layui-layer-close1 {
  background-position: -187px -38px!important;
} */

.jc_no {
  border-radius: 10px !important;
}

.jc_no .layui-layer-title {
  height: 42px;
  line-height: 42px;
  border-radius: 10px 10px 0 0;
}

#DWTL {
  width: 580px;
  height: 100% !important;
  box-sizing: border-box;
  padding: 8px 8px 0 8px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

#tPop {
  display: none;
  background-color: #fff;
  box-sizing: border-box;
}

#tPop .plist {
  position: relative;
  width: 236px;
  height: 190px;
  /* border-radius: 4px;
  border: 1px solid rgba(219, 219, 219, 0.4); */
  background: rgba(255, 255, 255, 1);
}

#jf_dh .plist {
  height: 228px;
}
#tPop .iconleft {
  position: absolute;
  left: -9px;
  top: 0;
  width: 48px;
  height: 30px;
  background: rgba(255, 255, 255, 1) url(../img/fs-1.png) no-repeat center
    center;
}

#tPop .iconright {
  position: absolute;
  left: -9px;
  top: 0;
  width: 48px;
  height: 30px;
  background: rgba(255, 255, 255, 1) url(../img/fs-2.png) no-repeat center
    center;
}

#tPop .img1 {
  padding: 20px 0 4px;
  width: 106px;
  height: 106px;
}

#tPop .finfo {
  text-align: center;
}
#jf_dh .plist {
  width: 100%;
}
#jf_dh .finfo {
  padding: 0 8px;
  text-align: left;
}
#jf_dh .p2 {
  margin-top: 9px;
  margin-bottom: 28px;
  color: #333 !important;
  font-size: 15px !important;
}
#jf_dh .p3 {
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
#jf_dh .p1 {
  color: #666 !important;
  font-size: 14px !important;
  text-align: center;
  /* margin: 8px 0 32px; */
  margin: 8px 0 20px;
}
#jf_dh .p_a {
  display: block;
  margin: 0 auto;
  /* width: 120px; */
  width: 190px;
  /* height: 36px; */
  height: 40px;
  background: #0f9fff;
  /* line-height: 36px; */
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 4px;
}
#jf_dh input {
  display: block;
  width: 320px;
  height: 36px;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  line-height: 36px;
  text-align: center;
}
#jf_dh .pbottom a {
  color: #0f9fff !important;
}
#jf_dh .p2 span {
  color: #ff6600;
  font-size: 16px;
}
#tPop .p1,
#tPop .p2 {
  font-size: 14px;
  line-height: 22px;
  color: #333333ff;
}

#tPop .p_a {
  color: #0089feff;
}

#tPop .p_a:hover {
  text-decoration: underline;
}

#tPop .red {
  color: #fd6e2eff;
}

#tPop .pbottom {
  /* padding: 16px 0 0; */
  padding: 8px 0 0;
  text-align: center;
  color: #666666ff;
  font-weight: 700;
}

.onPop {
  background: url(../img/onPop.png) no-repeat center center !important;
}

#tPop .pbottom a {
  color: #666666ff;
}

#tPop .pbottom a:hover {
  color: #0089feff;
  text-decoration: underline;
}

/* 聚点不足新弹窗 */
.jc_no_new {
  border-radius: 8px;
}

.jc_no_new .layui-layer-title {
  height: 68px;
  line-height: 68px;
  background-color: #fff;
  font-size: 18px;
  color: #333;
  border-radius: 8px 8px 0 0;
}

.jc_no_new_cancel .layui-layer-btn0 {
  background: #aaa !important;
  border-color: #aaa !important;
}

.jc_no_new_cancel .layui-layer-btn1 {
  border-color: #1e9fff !important;
  background-color: #1e9fff !important;
  color: #fff !important;
}

.jc_no_new_cancel .layui-layer-btn .layui-layer-btn1:hover {
  background-color: #1e9fff !important;
  opacity: 0.8 !important;
}

#tPop_new {
  display: none;
  padding: 0 24px;
}

.jc_no_new .jc_no_new_sub {
  font-size: 15px;
  color: #333;
  margin: 24px 0 16px;
}

.jc_no_new .jc_no_new_item_a {
  float: left;
  width: 220px;
  height: 156px;
  font-weight: 700;
  margin-right: 12px;
  padding: 0 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.jc_no_new .jc_no_new_item_a:nth-child(2) {
  margin-right: 0;
}

/* .jc_no_new .jc_no_new_item_a .jc_no_new_item_sub,
.jc_no_new .jc_no_new_item_a .jc_no_new_item_p1,
.jc_no_new .jc_no_new_item_a .jc_no_new_item_p2 {
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
} */

/* .jc_no_new .jc_no_new_item_h {
  background-image: url("../img/common/pic_jifen_bg.png");
}
.jc_no_new .jc_no_new_item_j {
  background-image: url("../img/common/pic_jianjie_bg.png");
} */
.jc_no_new .jc_no_new_item_h {
  background-image: url("../img/common/pic_jifen_hover.png");
}
.jc_no_new .jc_no_new_item_j {
  background-image: url("../img/common/pic_jianjie_hover.png");
}

.jc_no_new .jc_no_new_item_sub {
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  margin: 24px 0 12px;
}

.jc_no_new .jc_no_new_item_p1 {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  max-width: 170px;
}

.jc_no_new .jc_no_new_item_p2 {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.jc_no_new .jc_no_new_item_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px -4px 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* .jc_no_new .jc_no_new_item_icon.icon_q {
  background-image: url("../img/common/icon_jifen.png");
}

.jc_no_new .jc_no_new_item_icon.icon_g {
  background-image: url("../img/common/icon_jianjie.png");
} */

.jc_no_new .jc_no_new_item_h .jc_no_new_item_icon.icon_q {
  background-image: url("../img/common/icon_jifen_hover.png");
}

.jc_no_new .jc_no_new_item_j .jc_no_new_item_icon.icon_g {
  background-image: url("../img/common/icon_jianjie_hover.png");
}

.ymzc-jh {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 999999;
}

.ymzc-jh a {
  display: block;
  position: relative;
  width: 100%;
}

.ymzc-jh img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  height: 80px;
}

.jh-close {
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(http://img.juming.com/user/491/202072017245798452.png)
    no-repeat;
  right: 10px;
  top: 10px;
}

.app_tc {
  display: block;
  position: fixed;
  width: 141px;
  height: 275px;
  top: 50%;
  right: 0;
  background: url("../img/app_bg.png") no-repeat;
  background-size: cover;
  z-index: 999;
}
.app_close {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 20px;
  height: 20px;
}
.app_btn {
  width: 90px;
  height: 21.3px;
  background: url("../img/app_btn.png") no-repeat;
  background-size: cover;
  margin-top: 244px;
  margin-left: 18px;
  animation: myfirst 1s infinite;
}
@keyframes myfirst {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* 2020.7.30  修改登录弹窗 strat */
.login_award {
  width: 353px;
  margin: 0 auto;
  margin-top: 30px;
}

.login_cont {
  position: absolute;
  right: 129px;
  bottom: 20px;
  width: 168px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: #0f9fff;
  border-radius: 20px;
  color: #fff;
  animation: mymove 1s infinite reverse;
  -webkit-animation: mymove 1s infinite reverse; /* Safari 和 Chrome */
}

.login_award a {
  text-align: center;
  font-size: 12px;
  color: #108ee9;
  display: block;
  line-height: 40px;
}

/* 2020.8.25  添加消息icon */
.infor_wrap {
  position: relative;
  width: 55px;
  height: 55px;
  background: url("../img/infor.png?r=fds") no-repeat center;
  background-size: 22px;
  /* margin-right: 30px;
  margin-top: 16px; */
  cursor: pointer;
}

.infor_dian {
  position: absolute;
  right: 11px;
  top: 13px;
  width: 15px;
  height: 15px;
  background: #f30000;
  border-radius: 50%;
  opacity: 1;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #fff;
}
.infor_content {
  position: absolute;
  width: 260px;
  /* height:244px; */
  background: #fff;
  box-shadow: 0px 3px 6px rgba(138, 138, 138, 0.16);
  z-index: 1000;
  top: 45px;
  right: 5px;
  border-radius: 5px;
  transition: all 0.3s;
}
.infor_content .tit {
  line-height: 47px;
  padding-left: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.infor_content .tit p {
  line-height: 47px;
  font-size: 12px;
  color: #333;
}
.infor_content .tit span {
  width: 47px;
  height: 47px;
  background: url("../img/infor_close.png") no-repeat center;
  background-size: 12px;
}
.infor_content ul li a {
  display: block;
  padding: 10px 20px;
  transition: all 0.3s;
}
.infor_content ul li:hover {
  background-color: #f8f8f8;
}
.infor_content ul {
  /* height: 160px; */
  border-bottom: 1px solid #e4e4e4;
}

.infor_content ul p {
  width: 192px;
  font-size: 12px;
  color: #999;
  margin-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.infor_content .ck {
  display: block;
  font-size: 12px;
  color: #0f9fff;
  line-height: 35px;
  padding: 0 20px;
  text-align: center;
}
.infor_icon {
  width: 12px;
  height: 12px;
  background: url("../img/dindin.png") no-repeat center;
  background-size: cover;
  margin-top: 4px;
}

/* 新增新闻模块 8.27*/
.news_tit {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-left: 42px;
  background: url(../img/new-news-bg.png) no-repeat left bottom;
  text-align: left;
  line-height: 38px;
}
.common_newsBox {
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  min-height: 180px;
}
.common_newsUl {
  padding: 20px 30px 20px;
}
.common_newsUl li {
  float: left;
  width: 380px;
  height: 388px;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-right: 45px;
}
.common_newsUl li:hover {
  box-shadow: 0 4px 8px rgba(3, 27, 78, 0.12);
  transition: all 0.2s linear;
}
.common_newsUl li:last-of-type {
  margin-right: 0 !important;
}

.common_newsUl li img {
  display: block;
  width: 100%;
  height: 240px;
}
.common_newsUl .news_info {
  position: relative;
  z-index: 2;
  padding: 20px;
}
.news_info h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news_info .p1 {
  color: #333;
  line-height: 28px;
}
.news_info .time {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 26px;
}
.news_info .p2 {
  width: 250px;
  color: #999;
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}
.news_info a {
  display: block;
  margin-bottom: 12px;
  clear: both;
}
.news_info a:hover .p2 {
  color: #0f9fff;
}
.g_a {
  display: block;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 44px;
  overflow: hidden;
}
.g_a img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 44px;
  transform: translateX(-50%);
}
.fail-btn {
  position: relative;
}
.sb_btn {
  display: none;
  position: absolute;
  width: 120px;
  left: -19px;
  bottom: -42px;
  height: 44px;
}
.sb_btn span {
  display: block;
  padding: 0 10px;
  height: 32px;
  margin-top: 10px;
  line-height: 32px;
  background-color: #ffff;
  border: solid 1px #ff9600;
  color: #ff9600;
  width: 93px;
}
.hd_tc1_box {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -429px;
  width: 877px;
  height: 114px;
  background: url("../img/t7.png") no-repeat;
  background-size: 100%;
}
.hd_tc1_box img {
  position: absolute;
  top: 36px;
  right: 40px;
  width: 192px;
  cursor: pointer;
  animation: mymove 1s infinite reverse;
  -webkit-animation: mymove 1s infinite reverse; /* Safari 和 Chrome */
}
@keyframes mymove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes mymove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.login_award {
  position: relative;
  width: 426px;
  height: 302px;
  margin-top: 0;
  background: url("../img/t3.png") no-repeat;
  background-size: 426px 302px;
}
.login_award .regpop {
  position: absolute;
  right: 103px;
  bottom: 16px;
  font-size: 12px;
  color: #b5b5b5 !important;
  text-decoration: underline;
  line-height: 100%;
}
.close22 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.log-class.layui-layer {
  box-shadow: none;
  background: transparent;
}
.log-class .layui-layer-content {
  overflow: visible !important;
}

/*新功能提示弹窗*/

.zz_mask1 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

.mask_main {
  display: none;
  position: absolute;
  left: 0;
  top: 116px;
  z-index: 1;
  padding: 7px 0 0;
  width: 308px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mask_main.show {
  display: block;
}

.mask_main .jt {
  display: block;
  position: absolute;
  top: -30px;
  left: 27px;
  width: 30px;
  height: 30px;
  background: url("../img/mask_jt.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.mask_main .new {
  display: block;
  position: absolute;
  top: -6px;
  right: 16px;
  width: 28px;
  height: 32px;
  background: url("../img/mask_new.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.mask_main .tit {
  padding-left: 16px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #333;
  line-height: 22px;
}

.mask_main .main {
  margin-top: 12px;
  padding: 0 16px;
}

.mask_main .icon {
  float: left;
  width: 60px;
  height: 70px;
  background: url("") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.mask_main .right {
  float: left;
  width: 200px;
  margin-left: 8px;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mask_main .bott {
  padding: 0 16px;
  margin-top: 26px;
  line-height: 36px;
  background-color: rgba(216, 216, 216, 0.27);
}

.mask_main .buzou {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}

.mask_main .xia_yg,
.bot_right,
.bot_right a {
  font-size: 14px;
  color: #0f9fff;
  line-height: 36px;
  cursor: pointer;
}

.ml10 {
  margin-left: 10px;
}

/* 普通查询提示弹窗 */
.pop-layer {
  border-radius: 10px !important;
}
.pop__search {
  padding: 18px 24px;
}

.pop__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  height: 14px;
  width: 14px;
  background: url(../img/icon-close.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.pop__search p.text {
  line-height: 32px;
  font-size: 14px;
  color: #333;
}

.pop__search p.text span.text--orange {
  padding-left: 10px;
  color: #ec702d;
}

.pop__content {
  padding: 10px 0;
  margin: 12px 0;
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 6px;
}

.pop__content .pic {
  width: 100px;
  margin-right: 12px;
}

.pop__content .pic img {
  width: 100%;
}

.pop__content .content {
  line-height: 26px;
  border-left: 1px dashed #dfdfdf;
  padding: 12px 0 12px 20px;
}

.pop__content .content p.title {
  line-height: 28px;
  font-size: 18px;
  color: #1b1b1b;
}

.pop__content .content p.desc {
  color: #666;
  font-size: 14px;
}

.pop__search .btns {
  line-height: 34px;
  text-align: right;
  position: relative;
  top: 5px;
}

.pop__search .btns a {
  padding: 0 10px;
  font-size: 14px;
}

.pop__search .btns a:first-child {
  /*color: #0F9FFF;*/
}

.pop__search .btns a.switch__button {
  color: #ccc;
}

.single-login:hover {
  color: white;
}

.single-login {
  background-color: #0f9fff;
  color: white;
  display: inline-block;
  height: 35px;
  border-radius: 2px;
}

.side-nav {
  position: fixed;
  z-index: 10;
  right: 50px;
  bottom: 10px;
}

.side-nav--hide {
  -webkit-animation: navHide 0.6s ease 0s 1 both;
  animation: navHide 0.6s ease 0s 1 both;
}

@keyframes navHide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@-webkit-keyframes navHide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

.side-nav i.close {
  position: absolute;
  top: -10px;
  right: 26px;
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/side-nav-close.png?r=20220519) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.side-nav img {
  width: 233px;
  height: 231px;
}

.npop__search {
  position: relative;
  width: 650px;
  height: 263px;
  background: url(../img/npop__search_bg.png?r=20220519) no-repeat;
  overflow: hidden;
}

.npop__search a {
  position: absolute;
  display: block;
  width: 105px;
  height: 36px;
  top: 207px;
}

.npop__search .nsingle-login {
  left: 318px;
}

.npop__search .nswitch__button {
  left: 212px;
}

.popup__search {
  position: relative;
  width: 650px;
  height: 308px;
  background: url(../img/popup__search_bg.png?r=20220519) no-repeat;
}

.popup__search .links {
  position: absolute;
  left: 37px;
  top: 77px;
  height: 20px;
  overflow: hidden;
}

.popup__search .links a {
  float: left;
  display: block;
  height: 20px;
  width: 89px;
}

.popup__search .links a.link2 {
  width: 99px;
}

.popup__search .links a.link3 {
  width: 100px;
}

.popup__search .bnts {
  position: absolute;
  left: 213px;
  bottom: 15px;
  height: 36px;
  overflow: hidden;
}

.popup__search .bnts a {
  float: left;
  display: block;
  height: 36px;
  width: 89px;
}

.popup__search .bnts a.popup__login {
  width: 120px;
}

.popup-layer {
  border-radius: 10px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* 20230829新增 */
.npop__search_new {
  width: 918px;
  height: 373px;
  background: url("../img/npop__search_new_bak.png") no-repeat 0 0 / 100%;
}

.npop__search_new_tit {
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  padding: 25px 0 0 50px;
}

.npop__search_new_tit > span {
  color: #ffe123;
}

.npop__search_new_subtit {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin: 4px 0 0 50px;
}

.npop__search_new_list {
  position: relative;
  height: 100px;
  margin: 73px 51px 0 50px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 132, 255, 0.09);
}

.npop__search_new_list::after {
  content: "聚查优势";
  position: absolute;
  left: 0;
  top: -17px;
  font-size: 14px;
  color: #fff;
  width: 86px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: linear-gradient(270deg, #3e99ff 0%, #0184ff 100%);
  border-radius: 0px 100px 100px 0px;
}

.npop__search_new_list .list_item {
  width: 25%;
  text-align: center;
}

.npop__search_new_list .list_item_tit {
  font-size: 24px;
  color: #222;
  line-height: 33px;
  margin: 21px 0 6px;
}

.npop__search_new_list .list_item_desc {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.npop__search_new_btn {
  width: 272px;
  margin: 40px auto 0;
}

.npop__search_new_btn .btn_close {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

.npop__search_new_btn .btn_login {
  position: relative;
  display: inline-block;
  width: 138px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #0084ff;
  border-radius: 4px;
  margin-left: 40px;
}

.npop__search_new_btn .btn_login::after {
  content: "批量随心查，每日聚点福利";
  position: absolute;
  top: -17px;
  right: -161px;
  width: 195px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: url("../img/npop__search_new_icon_btn.png") no-repeat 0 0 / 100%;
}

/* 20230829新增弹窗样式 */
.popup__search_new {
  width: 927px;
  height: 440px;
  background: url("../img/popup__search_new_bak.png") no-repeat 0 0 / 100%;
}

.popup__search_new_tit {
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  padding: 42px 0 0 50px;
}

.popup__search_new_tit > span {
  color: #ffe123;
}

.popup__search_new_links {
  margin: 25px 0 0 50px;
}

.popup__search_new_links > div {
  margin-right: 19px;
}

.popup__search_new_links a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 0 0;
}

.popup__search_new_links .links1 a {
  background-image: url("../img/popup__search_new_icon1.png");
}

.popup__search_new_links .links2 a {
  background-image: url("../img/popup__search_new_icon2.png");
}

.popup__search_new_links .links3 a {
  background-image: url("../img/popup__search_new_icon3.png");
}

.popup__search_new_links .links4 a {
  background-image: url("../img/popup__search_new_icon4.png");
}

.popup__search_new_list {
  position: relative;
  height: 100px;
  margin: 92px 51px 0 50px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 132, 255, 0.09);
}

.popup__search_new_list::after {
  content: "聚查优势";
  position: absolute;
  left: 0;
  top: -17px;
  font-size: 14px;
  color: #fff;
  width: 86px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: linear-gradient(270deg, #3e99ff 0%, #0184ff 100%);
  border-radius: 0px 100px 100px 0px;
}

.popup__search_new_list .list_item {
  width: 25%;
  text-align: center;
}

.popup__search_new_list .list_item_tit {
  font-size: 24px;
  color: #222;
  line-height: 33px;
  margin: 21px 0 6px;
}

.popup__search_new_list .list_item_desc {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.popup__search_new_btn {
  width: 240px;
  margin: 40px auto 0;
}

.popup__search_new_btn .btn_close {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

.popup__search_new_btn .btn_login {
  position: relative;
  display: inline-block;
  width: 138px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #0084ff;
  border-radius: 4px;
  margin-left: 40px;
}

.popup__search_new_btn .btn_login::after {
  content: "批量随心查，每日聚点福利";
  position: absolute;
  top: -17px;
  right: -161px;
  width: 195px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background: url("../img/popup__search_new_icon_btn.png") no-repeat 0 0 / 100%;
}

.reminder_popup {
  position: relative;
  width: 562px;
  height: 340px;
  background: url(../img/reminder_bg.png?r=20220519) no-repeat;
}

.reminder_popup a.reminder_btn {
  position: absolute;
  left: 120px;
  bottom: 35px;
  display: block;
  width: 320px;
  height: 45px;
}

.reminder__close {
  position: absolute;
  top: -12px;
  right: -16px;
  display: block;
  height: 32px;
  width: 33px;
  background: url(../img/close_icon.png?r=20220519) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.popup-layer .layui-layer-content {
  overflow: visible !important;
}

.over_hd {
  overflow: hidden;
}

.tips-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  z-index: 9999;
}

.tips-layer {
  position: absolute;
  top: 100px;
  right: 20px;
  width: 398px;
  height: 160px;
  background: url(../img/tips_bg.png) no-repeat center center;
  background-size: cover;
}

.tips-layer p.desc {
  padding: 32px 24px 14px;
  line-height: 20px;
  font-size: 14px;
  color: #222;
}

.tips-layer .content {
  padding: 0 24px 24px;
  overflow: hidden;
}

.tips-layer .content .fl {
  color: #f88906;
  font-size: 16px;
}

.tips-layer .content .fl strong {
  margin-right: 10px;
  font-size: 40px;
  line-height: 1;
}

.tips-layer .content .fl span.jd {
  position: relative;
  bottom: -14px;
}

.tips-layer .content a.fr {
  display: block;
  width: 130px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #0f9fff;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
}
.tips-layer .content a.fr:hover {
  background-color: #2da6f6;
}

.tips-layer .bottom {
  overflow: hidden;
  padding: 0 24px;
  color: #999;
  font-size: 13px;
}

.tips-layer .bottom a {
  text-decoration: underline;
  color: #999;
}
.tips-layer .bottom a:hover {
  color: #0f9fff;
}

.tips-wrap.tips-wrap-new {
  z-index: 3;
}

.tips-wrap.tips-wrap-new .tips-layer {
  height: 186px;
  background-image: url(../img/tips_bg_new.png);
  z-index: 4;
}

.tips-wrap.tips-wrap-new .tips-layer p.desc {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 8px;
}

.tips-wrap.tips-wrap-new .tips-layer p.desc > i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px -2px 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.tips-wrap.tips-wrap-new .tips-layer p.desc > i.tips-error {
  background-image: url(../img/tips-error.png);
}

.tips-wrap.tips-wrap-new .tips-layer p.desc > i.tips-success {
  background-image: url(../img/tips-success.png);
}

.tips-wrap.tips-wrap-new .tips-con {
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding: 0 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 设置行数 */
  -webkit-line-clamp: 2;
  /* 设置超出的部分如何显示 */
  text-overflow: ellipsis;
}

.tips-wrap.tips-wrap-new .tips-new-btn {
  display: block;
  width: 350px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  margin: 10px auto 0;
  background-color: #0f9fff;
  border-radius: 6px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.tips-wrap.tips-wrap-new .tips-new-btn:hover {
  opacity: 0.7;
}

.tips-wrap.tips-wrap-new .mm-tab-judot {
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  background-color: #f75636;
  color: #fff;
  font-size: 12px;
  text-indent: 0px;
  margin-left: 10px;
}

.tips-wrap.tips-wrap-new .tips-new-close {
  display: block;
  font-size: 12px;
  color: #999;
  text-align: center;
  text-decoration: underline;
  line-height: 22px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.tips-wrap.tips-wrap-new .tips-new-close:hover {
  color: #0f9fff;
}

.login-layer {
  position: absolute;
  top: 92px;
  right: 50px;
  width: 382px;
  height: 201px;
  padding: 25px 16px 14px;
  box-sizing: border-box;
  background: url(../img/login_layer_bg.png) no-repeat center center;
  background-size: cover;
  z-index: 9;
}

.login-layer h3.title {
  height: 22px;
  line-height: 22px;
  padding-left: 26px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: normal;
  background: url(../img/login_layer_title_icon.png) no-repeat left center;
  background-size: 18px 18px;
}

.login-layer ul.content {
  overflow: hidden;
}

.login-layer ul.content li {
  float: left;
  width: 50%;
  height: 22px;
  box-sizing: border-box;
  line-height: 22px;
  padding-left: 26px;
  margin-top: 16px;
  font-size: 14px;
  background: url(../img/login_layer_item.png) no-repeat left center;
  background-size: 16px 12px;
}

.login-layer ul.content li span {
  color: #fe5721;
}

.login-layer a.btn {
  display: block;
  margin-top: 22px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #0f9fff;
}

.login-layer a.btn:hover {
  background-color: #2eabfe;
}

/* 子页面公用登录悬浮框 */
.common_fixed_login_bak {
  background-image: url(../img/common_fixed_login.png);
  background-size: 387px 296px;
  background-repeat: no-repeat;
}

.common-fixed-login {
  position: fixed;
  right: 20px;
  top: 450px;
  width: 377px;
  height: 250.5px;
  border-radius: 8px;
  background-color: #fff;
  z-index: 401;
  box-shadow: 0px 0px 12px 0px rgba(7, 17, 27, 0.1);
  background-image: url(../img/common_fixed_login_bak.png) !important;
  background-size: 100% !important;
}

.common-fixed-login .fixed-login_tit {
  font-size: 16px;
  line-height: 22px;
  color: #222;
  margin: 14px 0 22px 25px;
}

.common-fixed-login .orange {
  color: #ff7702;
}

.common-fixed-login ul {
  margin: 0 21px 30px 21px;
}

.common-fixed-login li {
  float: left;
  width: 62px;
  height: 80px;
  text-align: center;
  margin-right: 29px;
}

.common-fixed-login li p {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  padding-top: 62px;
}

.common-fixed-login li:nth-child(1) p {
  background-position: -5px -229px;
}

.common-fixed-login li:nth-child(2) p {
  background-position: -77px -229px;
}

.common-fixed-login li:nth-child(3) p {
  background-position: -149px -229px;
}

.common-fixed-login li:nth-child(4) p {
  background-position: -221px -229px;
}

.common-fixed-login li:nth-child(4) {
  margin-right: 0;
}

.common-fixed-login > a.login {
  display: block;
  width: 327px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #0866ff;
  margin: 0 auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  animation: pulse 1s ease infinite both;
  -webkit-animation: pulse 1s ease infinite both;
  letter-spacing: 4px;
}

.common-fixed-login > a.reg {
  display: block;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  color: #0f9fff;
  letter-spacing: 1px;
}

.common-fixed-login > a.login:hover {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0.9;
  color: #fff;
}

.common-fixed-login-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 14px;
  height: 14px;
  background-position: -293px -229px;
  cursor: pointer;
}

/* 历史页面特殊登录弹窗20230625 */
.special-login-layer {
  border-radius: 10px !important;
}

.special_login {
  position: relative;
  padding: 20px;
}

.special_login .special_login_tit {
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

.special_login ul {
  margin: 24px 0 28px;
}

.special_login li {
  width: 94px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  text-align: center;
  margin-right: 24px;
  padding-top: 104px;
  background-size: 94px;
  background-repeat: no-repeat;
}

.special_login li:nth-child(1) {
  background-image: url("../img/common/qy_icon1.png");
}

.special_login li:nth-child(2) {
  background-image: url("../img/common/qy_icon2.png");
}

.special_login li:nth-child(3) {
  background-image: url("../img/common/qy_icon3.png");
}

.special_login li:nth-child(4) {
  margin-right: 0;
  background-image: url("../img/common/qy_icon4.png");
}

.special_login .special_login_btn > a {
  display: block;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #0966ff;
  margin: 0 auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.special_login .special_login_btn > a:hover {
  opacity: 0.8;
}

.special_login .special_login_close {
  font-size: 16px;
  line-height: 22px;
  color: #999;
  text-align: center;
  margin-top: 14px;
}

.special_login .special_login_close > span {
  cursor: pointer;
}

.special_login .close_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  background: url("../img/common/close.png") no-repeat 0 0 / 100%;
  cursor: pointer;
}

/* 用户保存方案样式补丁 */
.jm-checkbox-wrapper {
  margin-right: 30px;
}

.checkbox-wrapper .save-scheme {
  display: inline-block;
  margin-top: 18px;
}

.checkbox-wrapper .save-scheme-item {
  position: relative;
  float: left;
  font-size: 12px;
  color: #222;
  text-align: center;
  padding: 4px 8px;
  margin-right: 14px;
  background-color: #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.checkbox-wrapper .save-scheme-item.active {
  background-color: #02a7f0;
  color: #fff;
}

.checkbox-wrapper .save-scheme-item:hover {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #02a7f0;
  color: #fff;
}

.checkbox-wrapper .save-scheme-item em {
  display: none;
  position: absolute;
  right: -7px;
  top: -7px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  border: 1px solid red;
  border-radius: 50%;
  background-color: red;
  cursor: pointer;
}

.checkbox-wrapper .save-scheme-delete,
.checkbox-wrapper .save-scheme-ok {
  font-size: 12px;
  color: #02a7f0;
  padding: 4px 0;
  cursor: pointer;
}

.checkbox-wrapper .save-scheme-btn {
  margin-top: 10px;
}

.checkbox-wrapper .save-scheme-btn button {
  width: 160px;
  height: 36px;
  line-height: 36px !important;
  font-size: 12px;
  color: #fff;
  background-color: #d7d7d7;
  border-radius: 18px;
}

.checkbox-wrapper .save-scheme-btn button.active {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: #02a7f0;
}

.checkbox-wrapper .save-scheme-btn.active button.active:hover {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0.8;
}

.layui-layer-btn .layui-layer-btn1:hover {
  color: #4b7cf3;
  background-color: #d9eaff !important;
  border-color: #4b7cf3;
  opacity: 1;
}

/* 20220920新版底部悬浮 */
.index-fixed-box {
  position: fixed;
  left: 50%;
  bottom: 6px;
  margin-left: -573.5px;
  width: 1147px;
  height: 200px;
  background-image: url("../img/index_new/fixed_box_bak.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 3;
}

.index-fixed-box > p {
  font-size: 26px;
  line-height: 37px;
  color: #fff;
  padding: 60px 0 0 230px;
}

.index-fixed-box .index-fixed-fun {
  margin: 13px 0 0 230px;
}

.index-fixed-box li {
  float: left;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-right: 28px;
}

.index-fixed-box li .fixed-fun-nums {
  font-size: 30px;
  color: #fff88f;
}

.index-fixed-box .index-fixed-btn {
  position: absolute;
  top: 62px;
  right: 40px;
  width: 184px;
  height: 82px;
  background-image: url("../img/index_new/fixed_login_btn.png");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.index-fixed-box .index-fixed-btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-fixed-btn .index-fixed-pointer {
  position: absolute;
  left: 65px;
  top: 32px;
  width: 96px;
  height: 93px;
  background-image: url("../img/index_new/fixed_pointer.png");
  background-size: 100%;
  background-repeat: no-repeat;
  animation: fingerHandle 1s ease infinite both;
  -webkit-animation: fingerHandle 1s ease infinite both;
}

/* 2023.09.28  修改登录弹窗 strat */
.special-login-layer {
  background-color: #f2f4f8 !important;
  border-radius: 10px !important;
}

.special_login_pl {
  position: relative;

  /* padding: 20px; */
}

.special_login_pl .special_login_tit {
  font-size: 14px;
  color: #222;
  line-height: 38px;
  font-weight: 700;
  padding-left: 24px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

.special_login_pl .special_login_tit span {
  color: #666;
  font-weight: normal;
  margin-left: 12px;
}

.special_login_pl ul {
  margin: 26px 0 26px 26px;
}


 body {
   --aliyun-zoom-ratio: 1;
   --aliyun-slide-width: 330px;
   --aliyun-slide-height: 40px;
   --aliyun-text-width: 280px;
 }
.aliyun_box {
  position: absolute;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #D4D9E2;
  color: #666;
  border-radius: 4px;
  font-size: 12px;
  line-height: 40px;
}
.aliyun_box img {
  height: 16px;
  vertical-align: middle;
  margin-right: 7px;
}
.tlyz-class .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);
}
.tlyz-class .notice strong{color: #f00;}

.tlyz-class .notice a {
  color: #06c
}
.tlyz-class .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;
}

.tlyz-class .notice a.close:hover {
  color: #928684;
  background: rgba(0,0,0,0.05);
}


.tlyz-class #yanzheng1 { margin: 15px auto;}

.tlyz-class #yanzheng1 img.yzm {display: inline-block;width: 100px;height: 38px;border: 1px solid #ddd;border-radius: 3px;cursor: pointer;}

.tlyz-class #yanzheng1 #re_yzmx {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
}
.tlyz-class #yanzheng1 .jm-button {
  display: inline-block;
  width: 100px;
  height: 38px;
  border-radius: 3px;
}
.tlyz-class .w1200 #yanzheng1 {
  padding: 140px 0;
  width: 350px;
}

.tlyz-class .w1200 .notice {
  font-size: 14px;
}
.tlyz-class #cha_cha_cha {
  padding: 0;
}



.special_login_pl li {
  width: 130px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: center;
  margin-right: 20px;
  padding-top: 120px;
  background-size: 110px;
  background-repeat: no-repeat;
  background-position: top center;
}

.special_login_pl li:nth-child(1) {
  background-image: url("../img/pl_qy_icon1.png");
}

.special_login_pl li:nth-child(2) {
  background-image: url("../img/pl_qy_icon2.png");
}

.special_login_pl li:nth-child(3) {
  background-image: url("../img/pl_qy_icon3.png");
  margin-right: 0;
}

.special_login_pl li span {
  font-size: 20px;
  font-weight: 600;
  color: #ff7800;
}

.special_login_pl .special_login_btn > a {
  display: block;
  width: 284px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #109fff;
  margin: 0 auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  letter-spacing: 3px;
  animation: mymove 1s infinite reverse;
  -webkit-animation: mymove 1s infinite reverse;
}

.special_login_pl .special_login_btn > a:hover {
  opacity: 0.8;
}

.special_login_pl .special_login_close {
  font-size: 16px;
  line-height: 16px;
  color: #109fff;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 2px;
}

.special_login_pl .special_login_close > span {
  cursor: pointer;
}

.special_login_pl .close_icon {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 20px;
  height: 20px;
  background: url("../img/icon-close.png") no-repeat 0 0 / 100%;
  cursor: pointer;
}
/* 2023.09.28  修改登录弹窗 end */

/* 2023.11.13 新增周动弹窗 start */
.week-act-layer {
  border-radius: 10px !important;
}

.week-act-layer .layui-layer-setwin {
  display: block !important;
}

.week-act-layer .layui-layer-close {
  right: -42px !important;
  top: -46px !important;
  background: url("../img/week-act/week_act_close.png") no-repeat 0 0 / 100% !important;
}

.week_act_modal {
  position: relative;
  height: 406px;
  padding: 30px 30px 24px;
  background: url("../img/week-act/week_act_bak.png") no-repeat center bottom /
    700px 169px;
}

.week_act_modal .week_act_list {
  margin: 30px 0 34px;
}

.week_act_modal .week_act_li {
  width: 150px;
  height: 176px;
  border: 1px solid #eaeef3;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.week_act_modal .week_act_li:hover {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
}

.week_act_modal .week_act_li:last-child {
  margin-right: 0;
}

.week_act_modal .week_act_li_con {
  margin: 0 12px;
}

.week_act_li .week_act_li_img {
  width: 150px;
  height: 54px;
  font-size: 16px;
  line-height: 54px;
  color: #fff;
  font-weight: 700;
  text-indent: 1em;
  background-image: url("../img/week-act/week_act_li_bak.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.week_act_modal .week_act_li.week_act_li_oth .week_act_li_img {
  background-image: url("../img/week-act/week_act_li_bak2.png");
}

.week_act_li .week_act_li_tips {
  width: 70px;
  font-size: 12px;
  color: #ff0000;
  text-align: center;
  padding: 2px;
  border-radius: 2px;
  border: 1px solid #ff0000;
  margin: 15px 0;
}

.week_act_li .week_act_li_sheng {
  font-size: 16px;
  color: #ff0000;
}

.week_act_li .week_act_li_sheng strong {
  font-size: 24px;
}

.week_act_li .week_act_li_hui {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.week_act_modal .week_act_btn {
  width: 282px;
  margin: 0 auto;
}

.week_act_modal .week_act_btn a {
  display: block;
  width: 282px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  border-radius: 4px;
  letter-spacing: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  animation:fangdasuoxiao 0.7s infinite alternate linear
}

@keyframes fangdasuoxiao{
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.week_act_modal .week_act_btn a:hover {
  opacity: 0.8;
}

.week_act_modal .week_act_btn label {
  display: block;
  text-align: center;
  margin-top: 14px;
}

.week_act_modal .week_act_btn label span {
  margin-left: 4px;
  font-size: 12px;
  color: #666;
}

.week_act_modal .week_act_close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 30px;
  height: 30px;
  background: url("../img/week-act/week_act_close.png") no-repeat 0 0 / 100%;
}

.week_act_modal.week_act_modal_thir .week_act_li {
  width: 204px;
}

.week_act_modal.week_act_modal_thir .week_act_li_img {
  width: 204px;
  height: 54px;
  background-image: url("../img/week-act/week_act_li_bak3.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.week_act_modal .js_week_act_click {
  cursor: pointer;
}

/* 2023.11.13 新增周动弹窗 end */

/* 2023.12.05 新增年底弹窗 start */
.corRed {
  color: #ff2b3f;
}

.corBlue {
  color: #119BF9;
}

.jc_nd_xs_layer {
  background-color: transparent !important;
  box-shadow: none !important;
}

.jc_nd_xs_layer .layui-layer-close {
  width: 32px;
  height: 32px;
  right: 60px !important;
  top: 50px !important;
  background: url('../img/jc-nd-xs/jc_nd_xs_close.png') no-repeat 0 0 / 100% !important;
}

.jc_nd_xs_modal {
  position: relative;
  width: 781px;
  height: 559px;
  background: url('../img/jc-nd-xs/jc_xs_nd_modal_bak.png') no-repeat 0 0 / 100%;
  transform: scale(.8);
  -webkit-transform: scale(.8);
}

.jc_nd_xs_modal .jc_nd_xs_tit {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 115px 0 0 249px;
}

.jc_nd_xs_modal .jc_nd_xs_con h3 {
  font-size: 26px;
  color: #222;
  font-weight: 500;
  line-height: 37px;
  padding: 90px 0 0 65px;
}

.jc_nd_xs_modal .jc_nd_xs_con p {
  font-size: 20px;
  color: #222;
  line-height: 40px;
  padding: 9px 44px 0 65px;
}

.jc_nd_xs_modal .jc_nd_xs_btn {
  width: 268px;
  height: 68px;
  font-size: 20px;
  line-height: 68px;
  color: #fff;
  text-align: center;
  padding: 38px 0 0 268px;
  cursor: pointer;
}
/* 2023.12.05 新增年底弹窗 end */

@keyframes fingerHandle {
  0% {
    transform: none;
  }
  70% {
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    transform: none;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
