<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
  min-width: 1200px;
  background: #f8f9fb;
}

.banner {
  height: 379px;
  background: url("../img/banner.jpg") no-repeat center #2a75f9;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.b_title {
  padding-top: 48px;
  margin-top: 18px;
  text-align: center;
}
.b_title h1 {
  position: absolute;
  left: -999px;
}

.b_title h2 {
  display: none;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
}

.b_title h2.show {
  display: block;
}

.b_title h2 span {
  display: block;
  margin-left: 22px;
  font-size: 14px;
}

.b_main {
  width: 800px;
  margin: 0 auto;
}

.b_main .tabs {
  margin-top: 18px;
}

.b_main .tabs li {
  margin-right: 16px;
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  cursor: pointer;
}

.b_main .tabs li.on {
  border-bottom: 1px solid #fff;
}

.b_main .content {
  margin-top: 14px;
}

.b_main .item {
  display: none;
}

.b_main .item.show {
  display: block;
}

.b_main .domain {
  float: left;
  display: block;
  padding: 0 16px;
  width: 670px;
  height: 40px;
  font-size: 14px;
  color: #333;
  background: #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
}

.b_main .yzm {
  margin-right: 10px;
  float: left;
  width: 190px;
  height: 40px;
  background: #f2f3f5;
  border-radius: 4px;
  overflow: hidden;
}

.b_main .yzm input {
  display: block;
  float: left;
  width: 92px;
  height: 40px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.b_main .yzm img {
  display: block;
  float: left;
  width: 98px;
  height: 40px;
  cursor: pointer;
}

.b_main .item button {
  float: right;
  display: block;
  width: 130px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background: #faad14;
  cursor: pointer;
  /* -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; */
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
}

.tp_yzm {
  margin-left: 10px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}

.tp_yzm input {
  display: block;
  float: left;
  padding: 0 10px;
  width: 100px;
  height: 40px;
  font-size: 14px;
  color: #333;
  text-align: left;
  background-color: #fff;
}

.tp_yzm img {
  margin-top: 4px;
  float: left;
  display: block;
  height: 32px;
  cursor: pointer;
}

.b_main .item button:hover {
  opacity: 0.9;
}

.banner .text {
  margin: 35px auto 0;
  width: 800px;
  height: 20px;
}

.banner .text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
}
.tx_left {
  padding: 0 20px 20px;
  width: 820px;
  background: #fff;
  border-radius: 8px;
}

.icp_tit {
  padding: 16px 0;
  line-height: 28px;
}

.icp_tit h2 {
  position: relative;
  padding-left: 13px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.icp_tit h2:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 3px;
  height: 18px;
  background: #307aff;
}

.icp_tit .more {
  font-size: 14px;
  color: #98a3b7;
}

.icp_tit .more:hover {
  color: #307aff;
}

.tx_left .item {
  width: 430px;
}

.tx_left ul {
  width: 330px;
}

.tx_left .photo {
  width: 100%;
  height: 260px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.tx_left .photo img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.tx_left .photo:hover img {
  transform: scale(1.1);
}

.tx_left .text h2 a {
  margin-top: 20px;
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 16px;
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tx_left .text h2 a:hover {
  color: #307aff;
}

.tx_left .text p {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
  line-height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tx_left ul {
  margin-top: -12px;
}

.tx_left li a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tx_left li a:hover {
  color: #307aff;
}

.tj_right {
  padding: 0 20px;
  width: 360px;
  height: 404px;
  background: #fff;
  border-radius: 8px;
}

.tj_right li {
  padding: 15px 0;
}

.tj_right .logo img {
  margin-right: 10px;
  width: 26px;
  height: 26px;
}

.tj_right .logo {
  float: left;
  width: 138px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.tj_right .txt {
  float: left;
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.tj_right .jt {
  margin-top: 3px;
  float: right;
  width: 20px;
  height: 20px;
  background: url("../img/jt.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
  transition: all 0.3s;
  cursor: pointer;
}

.tj_right li:hover .logo {
  color: #307aff;
}

.tj_right li:hover .jt {
  background-image: url("../img/jt_cur.png");
}

.icp_kg {
  padding: 30px 0;
}

.icp_kg a {
  margin-right: 20px;
  display: block;
}

.icp_kg a:last-child {
  margin-right: 0;
}

.icp_kg img {
  width: 590px;
  height: 60px;
  display: block;
}
.icp_kg .advertising {
  height: 60px;
}

.news_list {
  padding: 0 20px;
  width: 360px;
  height: 431px;
  background: #fff;
  border-radius: 8px;
}

.news_list ul {
  margin-top: -5px;
}

.news_list li a {
  display: block;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_list li a:hover {
  color: #307aff;
}

.news_c {
  margin-left: 20px;
  padding: 0 20px;
  width: 460px;
  height: 431px;
  background: #fff;
  border-radius: 8px;
}

.news_c .it {
  margin-right: 30px;
  padding: 23px 0 8px;
  float: left;
  font-size: 14px;
  color: #596178;
  line-height: 16px;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
}

.news_c .it.on {
  color: #307aff;
  border-color: #307aff;
}

.news_c .it:hover {
  color: #307aff;
}

.news_c .content {
  padding-top: 8px;
}

.news_c ul {
  display: none;
}

.news_c ul.show {
  display: block;
}

.news_c li a {
  float: left;
  width: 302px;
  display: block;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_c li:hover a {
  color: #307aff;
}

.news_c li span {
  line-height: 36px;
  font-size: 14px;
  color: #999;
}

.news_left {
  width: 340px;
}

.news_left .swiper-container {
  height: 200px;
}

.news_left a {
  display: block;
}

.news_left img {
  display: block;
  width: 100%;
  height: 100%;
}

.news_left .swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.news_left .swiper-pagination-bullet-active {
  background: #fff;
}

.news_left .swiper-pagination {
  right: 16px;
  bottom: 12px;
  left: auto;
  width: auto;
}

.news_zx {
  margin-top: 20px;
  padding: 0 20px;
  background-color: #fff;
  height: 211px;
  border-radius: 8px;
}

.news_zx ul {
  margin-top: -5px;
}

.news_zx li a {
  display: block;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_zx li a:hover {
  color: #307aff;
}

.icp_kg1 {
  margin: 30px auto;
}

.icp_kg1 a {
  display: block;
}

.icp_kg1 img {
  display: block;
  width: 100%;
  height: 80px;
}

.icp_tit ul {
  margin-left: 40px;
}

.icp_tit li {
  margin-right: 30px;
  float: left;
  cursor: pointer;
  font-size: 14px;
  color: #596178;
}

.icp_tit li:last-child {
  margin-right: 0;
}

.icp_tit li:hover {
  color: #017aff;
}

.icp_tit li.on {
  position: relative;
  color: #017aff;
}

.icp_tit li.on:before {
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -13px;
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background: #307aff;
}

.icp_hot {
  padding: 0 20px 10px;
  background-color: #fff;
}

.hot_list li {
  float: left;
  margin-left: 10px;
  padding: 20px;
  width: 380px;
  height: 305px;
  border-radius: 8px;
  transition: all 0.3s;
}

.hot_list li:hover {
  background: #f7f8fa;
}

.hot_list li:first-child {
  margin-left: 0;
}

.hot_list li .photo {
  display: block;
  height: 168px;
  overflow: hidden;
  border-radius: 8px;
}

.hot_list li .photo img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.hot_list li:hover .photo img {
  transform: scale(1.1);
}

.hot_list .tit {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hot_list li:hover .tit {
  color: #307aff;
}

.hot_list li p {
  margin-top: 11px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}

.icp_type {
  margin: 30px auto;
  padding: 0 20px 25px;
  background-color: #fff;
}

.type_list ul {
  display: none;
}

.type_list ul.show {
  display: block;
}

.type_list li {
  padding: 20px;
  margin-top: 16px;
  margin-right: 30px;
  float: left;
  width: 262px;
  height: 110px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  transition: all 0.3s;
}

.type_list li:hover {
  box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.type_list li:nth-child(4n) {
  margin-right: 0;
}

.type_list li .photo {
  margin-right: 16px;
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.type_list li .photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.type_list li .right {
  width: 170px;
}

.type_list li .tit {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 17px;
}

.type_list .tit span {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../img/jt_cur.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
  transition: all 0.3s;
}

.type_list li:hover .tit span {
  display: block;
}

.type_list li p {
  margin-top: 4px;
  font-size: 12px;
  color: #999;
  line-height: 17px;
}

.type_list li .bot {
  margin-top: 14px;
  font-size: 12px;
  color: #999;
  line-height: 17px;
}

.type_list li .bot i {
  margin-right: 5px;
  transition: all 0.3s;
}

.type_list li .bot span {
  margin-right: 12px;
}

.type_list li:hover .tit {
  color: #307aff;
}

.type_list li .bot i.on {
  color: #307aff;
}

.icp_tit li a.more {
  color: #596178;
}

/*å…³äºŽæˆ‘ä»¬*/
.about {
  margin: 20px auto 40px;
}

.about_left {
  float: left;
  margin-right: 20px;
  width: 240px;
  background: #fff;
}

.about_right {
  padding: 20px 30px;
  float: left;
  width: 940px;
  min-height: 400px;
  background: #fff;
}

.about_right p {
  line-height: 20px;
  letter-spacing: 1px;
}

.about_left li {
  padding-left: 36px;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #f5f5f5;
}

.about_left li:last-child {
  border-bottom: 0;
}

.about_left li a {
  display: block;
  font-size: 14px;
  color: #191a24;
  transition: all 0.3s;
}

.about_left li:hover a {
  color: #017aff;
}

.about_left li.on a {
  color: #017aff;
}

.about_left li.on {
  position: relative;
}

.about_left li.on:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 3px;
  height: 16px;
  background: #017aff;
}

.about_right h2 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #191a24;
}

.about_right .content p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #191a24;
  line-height: 30px;
}

.about_right .content span {
  color: #017aff;
}

.about_right .text {
  margin-bottom: 20px;
  font-size: 14px;
  color: #596178;
  line-height: 14px;
}

.about_right .tit {
  font-weight: 700;
  font-size: 14px;
  color: #191a24;
  line-height: 30px;
}

/*ICPå¤‡æ¡ˆæŸ¥è¯¢*/
.icp_mask {
  margin-top: 20px;
  padding: 23px 20px;
  height: 168px;
  /*background: url("../img/icp_mask.png") no-repeat top right #fff;*/
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  border-radius: 4px;
  text-align: center;
}
.icp_mask .mask_center {
  display: inline-block;
}
.icp_mask h1 {
  font-size: 20px;
  font-weight: 500;
  color: #191a24;
  line-height: 22px;
  float: left;
  height: 48px;
  line-height: 48px;
  margin-right: 10px;
  margin-top: 18px;
}
.icp_mask .mask_top {
  float: left;
  margin-top: 18px;
}
.icp_mask h1 i {
  margin-right: 7px;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: -3px;
  /*background: url("../img/icp_icon.png") no-repeat center;*/
  -webkit-background-size: 100%;
  background-size: 100%;
}

.icp_mask h1 i.whois_icon {
  /*background-image: url("../img/whois_icon.png");*/
}

.icp_mask .search {
  /* margin-top: 18px; */
  width: 760px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.icp_mask .search input {
  display: block;
  float: left;
  padding: 0 16px;
  width: 630px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #333;
  border: 1px solid #017aff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
}

.icp_mask .search button {
  float: left;
  display: block;
  width: 130px;
  height: 48px;
  font-size: 14px;
  color: #fff;
  background: #017aff;
  cursor: pointer;
  border-bottom-right-radius: 4px;
}

.icp_mask .search button:hover {
  opacity: 0.9;
}

.icp_mask p {
  margin-top: 16px;
  font-size: 14px;
  color: #98a3b7;
  text-align: left;
}
.icp_section {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
}

.icp_title {
  margin-bottom: 20px;
  position: relative;
  padding-left: 13px;
  font-size: 20px;
  font-weight: 500;
  color: #191a24;
  line-height: 30px;
}

.icp_title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 3px;
  height: 18px;
  background: #017aff;
}

.icp_title button {
  margin-left: 20px;
  display: inline-block;
  width: 86px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  background: #017aff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
}

.icp_title button:hover {
  opacity: 0.9;
}

.icp_biref {
  font-size: 14px;
  color: #191a24;
  line-height: 24px;
}

.icp_biref .more {
  margin-top: 9px;
  color: #017aff;
  cursor: pointer;
}

.icp_biref .more:hover {
  opacity: 0.9;
}

.icp_biref .more i {
  display: inline-block;
  transition: all 0.3s;
}

.icp_biref .more.up i {
  transform: rotate(180deg);
}

.icp_biref .content {
  height: 96px;
  overflow: hidden;
  transition: all 0.3s;
}

.icp_biref .content.hauto {
  height: auto;
}

.icp_tool li {
  margin-left: 36px;
  float: left;
  padding: 20px;
  width: 262px;
  height: 78px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  transition: all 0.3s;
}

.icp_tool li:hover {
  box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.05);
}

.icp_tool li:hover .more {
  margin-top: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/jt_cur.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.icp_tool li:first-child {
  margin-left: 0;
}

.icp_tool li .icon {
  margin-top: 3px;
  margin-right: 16px;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/tool_1.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.icp_tool li .icon2 {
  background-image: url("../img/tool_2.png");
}

.icp_tool li .icon3 {
  background-image: url("../img/tool_3.png");
}

.icp_tool li .icon4 {
  background-image: url("../img/tool_4.png");
}

.icp_tool li .top {
  display: block;
  font-size: 14px;
  color: #191a24;
  line-height: 14px;
}

.icp_tool li p {
  margin-top: 10px;
  font-size: 12px;
  color: #98a3b7;
}

.icp_tool li:hover .top {
  color: #017aff;
}

.icp_news li {
  margin-bottom: 16px;
  float: left;
  width: 346px;
  margin-right: 60px;
}

.icp_news li:nth-child(3n) {
  margin-right: 0;
}

.icp_news li a {
  display: block;
  font-size: 14px;
  color: #191a24;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s;
}

.icp_news li:hover a {
  color: #017aff;
}

.icp_domain li {
  margin-bottom: 12px;
  float: left;
  width: 110px;
  margin-right: 60px;
}

.icp_domain li:nth-child(7n) {
  margin-right: 0;
}

.icp_domain li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #191a24;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s;
}

.icp_domain li:hover a {
  color: #017aff;
}

.icp_domain {
  padding-bottom: 8px;
  margin-bottom: 40px;
}

.icp_news {
  padding-bottom: 8px;
}

.search_pop {
  display: none;
  padding: 28px 40px 0;
}

.search_pop input {
  display: block;
  float: left;
  width: 150px;
  height: 45px;
  border: 1px solid #eee;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}

.search_pop img {
  margin-left: -1px;
  display: block;
  float: left;
  height: 45px;
  border: 1px solid #eee;
  cursor: pointer;
}

.search_pop button {
  margin: 20px auto;
  display: block;
  width: 100px;
  height: 35px;
  background-color: #017aff;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.3s;
}

.search_pop button:hover {
  opacity: 0.9;
}

.icp_info {
  display: none;
}

.icp_info .content {
  border: 1px solid #efefef;
  border-bottom: 0;
}

.icp_info .item {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #efefef;
}

.icp_info .name {
  padding-right: 20px;
  width: 270px;
  height: 46px;
  text-align: right;
  font-size: 14px;
  color: #191a24;
  background-color: #fafcff;
  border-right: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.icp_info .right {
  padding-left: 20px;
  width: 740px;
  height: 46px;
  font-size: 14px;
  color: #191a24;
}
.icp_info .right.ok {
  color: #38cf44;
}
.icp_info .right.error {
  color: red;
}
.icp_info .https {
  color: #38cf44;
}

.icp_info .https i {
  margin-right: 5px;
  font-size: 16px;
}

.icp_info .rz {
  margin-left: 18px;
  color: #017aff;
}

.icp_info .right a {
  margin-right: 20px;
  color: #019aff;
}

.icp_info .right a:hover {
  text-decoration: underline;
}

.icp_info .more {
  margin-top: 17px;
  text-align: center;
  color: #017aff;
  font-size: 14px;
  cursor: pointer;
}

.icp_info .more i {
  display: inline-block;
  transition: all 0.3s;
}

.icp_info .more.up i {
  transform: rotate(180deg);
}

.more_msg {
  display: none;
  margin-top: 18px;
  padding: 20px;
  font-size: 14px;
  color: #191a24;
  line-height: 24px;
  border: 1px solid #efefef;
}

.r_layer.layui-layer {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.r_layer .layui-layer-close2 {
  display: none;
}

.weituo_pop {
  display: none;
  padding: 40px;
  position: relative;
}

.weituo_pop .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
}

.weituo_pop .close:hover {
  color: #017aff;
}

.weituo_pop .title h2 {
  font-size: 20px;
  font-weight: 500;
  color: #191a24;
  line-height: 20px;
}

.weituo_pop .title p {
  margin-top: 14px;
  font-size: 14px;
  color: #98a3b7;
  line-height: 14px;
}

.weituo_pop .title {
  margin-bottom: 30px;
}

.weituo_form input {
  margin-right: 18px;
  margin-bottom: 20px;
  display: block;
  float: left;
  padding: 0 20px;
  width: 300px;
  height: 42px;
  background: #fff;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #cdd3de;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.weituo_form input:nth-child(even) {
  margin-right: 0;
}

.weituo_form textarea {
  display: block;
  padding: 16px;
  width: 100%;
  height: 90px;
  background: #fff;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #cdd3de;
}

.weituo_form button {
  display: block;
  margin: 20px auto 0;
  width: 220px;
  height: 48px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background: #017aff;
  border-radius: 4px;
  transition: all 0.3s;
}

.weituo_form button:hover {
  opacity: 0.9;
}

.icp_mask.whois {
  /*background-image: url("../img/whois_mask.png");*/
}

/*ç½‘å®‰å¤‡æ¡ˆæŸ¥è¯¢*/
.icp_mask.record {
  /*background-image: url("../img/record_mask.png");*/
}

.icp_mask.wuran {
  background-image: url("../img/wuran_mask.png");
}

.icp_mask h2 i.record_icon {
  background-image: url("../img/record_icon.png");
}

.icp_mask h2 i.wuran_icon {
  background-image: url("../img/wuran_icon.png");
}

.icp_info .beian .item {
  float: left;
  width: 579px;
}

.icp_info .beian .name {
  width: 209px;
}

.icp_info .beian .right {
  width: 370px;
}

/*åŸŸåè¯ä¹¦æ‰¹é‡ç”Ÿæˆ*/
.icp_mask.cert {
  height: auto;
  background: url("../img/cert_mask.png") #fff no-repeat bottom right;
  -webkit-background-size: auto 208px;
  background-size: auto 208px;
}

.icp_mask h2 i.cert_icon {
  background-image: url("../img/cert_icon.png");
}

.icp_mask textarea {
  padding: 16px;
  display: block;
  float: left;
  width: 630px;
  height: 132px;
  border: 1px solid #017aff;
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  border-top-right-radius: 0;
  line-height: 24px;
}

.icp_mask .produce {
  margin-top: 20px;
}

.icp_mask .produce input {
  padding: 0 16px;
  margin-right: 20px;
  display: block;
  float: left;
  width: 305px;
  height: 48px;
  font-size: 14px;
  color: #333;
  border: 1px solid #017aff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cert_result {
  display: none;
  padding: 16px 20px;
  margin-top: 20px;
  background-color: #fff;
}

.cert_result .title {
  font-size: 14px;
  color: #191a24;
  line-height: 30px;
}

.cert_result .text span {
  color: #017aff;
}

.cert_result .right button {
  margin-left: 15px;
  width: 86px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  background: #017aff;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.cert_result .right button:hover {
  opacity: 0.9;
}

.cert_result label {
  cursor: pointer;
}

input[type="checkbox"] {
  display: inline-block;
  margin: 0 2px 0 0;
  width: 14px;
  height: 14px;
  font-weight: normal;
  border: 1px solid #ced4da;
  vertical-align: middle;
  vertical-align: -1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  outline: none;
}

input[type="checkbox"]:checked {
  background: url(../img/select.png) no-repeat center center;
  background-size: 100% 100%;
  border: 0;
}

.cert_result table {
  margin-top: 16px;
  width: 100%;
  color: #191a24;
  text-align: center;
  font-size: 14px;
}

.cert_result thead tr {
  height: 48px;
  font-weight: 500;
  background: #f9fafb;
}

.cert_result tbody tr {
  height: 55px;
  border-bottom: 1px solid #f5f5f5;
}

.cert_result tbody tr:hover {
  background-color: rgba(1, 122, 255, 0.04);
}

.cert_result .domain {
  text-align: left;
}

.cert_result .num {
  width: 210px;
  text-align: left;
}

.cert_result tr .red {
  color: #f53d30;
}

.cert_result tr .search {
  margin-left: 5px;
  color: #017aff;
}

.cert_result tr .look {
  color: #017aff;
}

.wx_left {
  width: 820px;
}

.news_right {
  width: 350px;
}

.news_tabs {
  padding-bottom: 26px;
}

.news_tabs li {
  position: relative;
  margin-right: 30px;
  float: left;
  cursor: pointer;
  font-size: 14px;
  color: #596178;
  line-height: 16px;
  transition: all 0.3s;
}

.news_tabs li.on,
.news_tabs li:hover {
  color: #017aff;
}

.news_tabs li.on:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -13px;
  width: 26px;
  height: 2px;
  background: #017aff;
}

.xw_list li {
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}

.xw_list li:hover {
  box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.05);
}

.xw_list li .photo {
  float: left;
  display: block;
  width: 88px;
  height: 88px;
  overflow: hidden;
}

.xw_list .photo img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}

.xw_list li:hover img {
  transform: scale(1.1);
}

.xw_list li .right {
  float: left;
  margin-left: 20px;
  width: 652px;
}

.xw_list .right h2 a {
  display: block;
  font-size: 16px;
  color: #191a24;
  line-height: 26px;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xw_list li:hover h2 a {
  color: #017aff;
}

.xw_list .right h2 span {
  margin-left: 18px;
}

.xw_list .right p {
  margin-top: 8px;
  height: 48px;
  font-size: 12px;
  color: #596178;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.xw_page {
  text-align: center;
}

.xw_page ul {
  display: inline-block;
}

.xw_page li {
  float: left;
  margin: 0 5px;
  line-height: 32px;
  font-size: 12px;
  color: #333;
}

.xw_page li.page a {
  width: 64px;
}

.xw_page li a {
  display: block;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border-radius: 2px;
  color: #333;
  border: 1px solid #efefef;
}

.xw_page li:hover a {
  color: #017aff;
}

.xw_page li.on a {
  color: #fff;
  background-color: #017aff;
}

.news_img,
.news_img img {
  display: block;
  width: 100%;
}

.news_content {
  padding-bottom: 40px;
}

.zx_url {
  margin-top: 20px;
  padding: 10px 20px 20px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
}

.zx_url li {
  padding: 15px 0;
}

.zx_url .logo img {
  margin-right: 10px;
  width: 26px;
  height: 26px;
}

.zx_url .logo {
  float: left;
  width: 180px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.zx_url .timer {
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.zx_url li:hover .logo {
  color: #307aff;
}

.url_record {
  margin-bottom: 40px;
}

.url_record li {
  margin-right: 83px;
  margin-bottom: 30px;
  float: left;
  width: 165px;
  height: 60px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
}

.url_record li:hover {
  box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.05);
}

.url_record li:nth-child(5n) {
  margin-right: 0;
}

.url_record li a {
  display: block;
}

.url_record li img {
  display: block;
  width: 100%;
}

.info_detail .photo {
  margin-right: 20px;
  display: block;
  width: 98px;
  height: 98px;
  overflow: hidden;
}

.info_detail .photo img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}

.info_detail .photo:hover img {
  transform: scale(1.1);
}

.info_detail .right {
  width: 1042px;
}

.info_detail .top {
  padding-top: 8px;
}

.info_detail .name {
  display: block;
  font-size: 20px;
  color: #191a24;
  line-height: 20px;
}

.info_detail .href {
  display: block;
  width: 72px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  color: #017aff;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #017aff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}

.info_detail .href:hover {
  color: #fff;
  background-color: #017aff;
}

.info_detail .text {
  margin-top: 16px;
  font-size: 14px;
  color: #191a24;
  line-height: 14px;
}

.info_detail .text span {
  display: inline-block;
  width: 344px;
}

.info_detail .text .give-like {
  color: #999999;
  cursor: pointer;
}

.info_detail .text span.fr {
  text-align: right;
}

.info_detail .text em {
  margin-left: 10px;
  color: #ed5565;
}

.info_detail .lj_sq {
  margin-left: 10px;
  color: #017aff;
}

.info_detail .lj_sq:hover {
  text-decoration: underline;
}

.info_list {
  float: left;
  padding: 0 0 0 30px;
  width: 386px;
  font-size: 14px;
  line-height: 32px;
}

.info_list:first-child {
  padding-left: 0;
}

.info_list .name {
  width: 100px;
  color: #596178;
}

.info_list .right {
  width: 240px;
  color: #191a24;
}

.info_list.wangan .name {
  width: 140px;
}

.info_list.wangan .right {
  width: 200px;
}

.news_top {
  height: 144px;
  background: #f1f2f5;
}

.news_top .search input {
  display: block;
  float: left;
  padding: 0 16px;
  width: 742px;
  height: 48px;
  background: #fff;
  font-size: 14px;
  color: #191a24;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news_top .w {
  padding: 32px 0;
  background: url("../img/search_mask.png") no-repeat right bottom;
  -webkit-background-size: auto 136px;
  background-size: auto 136px;
}

.news_top .search button {
  display: block;
  float: left;
  width: 130px;
  height: 48px;
  background: #017aff;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}

.news_top .search button:hover {
  opacity: 0.9;
}

.news_top p {
  margin-top: 16px;
  font-size: 12px;
  color: #a7aeba;
  line-height: 12px;
}

.news_top p span {
  color: #017aff;
}

.xzl_tab {
  width: 100%;
  padding-bottom: 26px;
}

.xzl_tab li {
  position: relative;
  margin-right: 30px;
  float: left;
  cursor: pointer;
  font-size: 14px;
  color: #596178;
  line-height: 16px;
  transition: all 0.3s;
}

.xzl_tab li.on,
.xzl_tab li:hover {
  color: #017aff;
}

.xzl_tab li.on:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -13px;
  width: 26px;
  height: 2px;
  background: #017aff;
}

.zxl_list {
  margin-bottom: 30px;
}

.zxl_list ul {
  display: none;
}

.zxl_list ul.cur {
  display: block;
}

.zxl_list li {
  padding: 20px;
  margin-bottom: 20px;
  height: 184px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}

.zxl_list li:hover {
  box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.05);
}

.zxl_main {
  padding-top: 20px;
  margin-bottom: 46px;
}

.zxl_list .photo {
  margin-right: 20px;
  display: block;
  width: 216px;
  height: 144px;
  line-height: 144px;
  text-align: center;
  overflow: hidden;
}

.zxl_list .photo img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}

.zxl_list li:hover .photo img {
  transform: scale(1.1);
}

.zxl_list .right {
  width: 924px;
}

.zxl_list .top {
  padding-top: 10px;
  margin-bottom: 14px;
  display: block;
  font-size: 16px;
  color: #191a24;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.zxl_list li:hover .top {
  color: #017aff;
}

.zxl_list .top span {
  color: #f53d30;
}

.zxl_list li h3 {
  height: 48px;
  font-size: 12px;
  color: #596178;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zxl_list li .content {
  height: 48px;
  font-size: 12px;
  color: #596178;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zxl_list li h3 span {
  color: #f53d30;
}

.zxl_list li .timer {
  margin-top: 25px;
  font-size: 12px;
  color: #98a3b7;
  line-height: 20px;
}

.zxl_list .timer span {
  margin-right: 16px;
}

.zxl_list .tag {
  margin: 0 4px;
  padding: 2px 10px;
  background: rgba(152, 163, 183, 0.1);
  border-radius: 2px;
}

.zxl_list .tag h4 {
  display: inline-block;
}

.zxl_list .timer .iconfont {
  font-size: 16px;
  margin-right: 2px;
  vertical-align: -1px;
}

.news_content .zxl_list .right {
  width: 534px;
}

.zx_hot img {
  display: block;
  width: 100%;
}

.zx_hot {
  padding: 0 20px;
  background-color: #fff;
}

.zx_hot li {
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #e9e9e9;
}

.zx_hot li:last-child {
  border-bottom: 0;
}

.zx_hot li a {
  display: block;
  font-size: 14px;
  color: #191a24;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.zx_hot li:hover a {
  color: #017aff;
}

.mt20 {
  margin-top: 20px;
}

.tag_hot {
  margin-top: 20px;
  padding: 0 20px 4px;
  background-color: #fff;
}

.tag_hot li {
  margin-right: 14px;
  margin-bottom: 14px;
  float: left;
  padding: 0 14px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #98a3b7;
  background: rgba(152, 163, 183, 0.1);
  border-radius: 2px;
  transition: all 0.3s;
}

.tag_hot li a {
  display: block;
  color: #98a3b7;
  transition: all 0.3s;
}

.tag_hot li:hover {
  background-color: #017aff;
}

.tag_hot li:hover a {
  color: #fff;
}

.news_info {
  padding: 30px;
  background-color: #fff;
}

.news_info .top h1 {
  font-size: 26px;
  font-weight: 500;
  color: #191a24;
  line-height: 26px;
}

.news_info .timer {
  margin-top: 20px;
}

.news_info .timer span {
  margin-right: 20px;
  font-size: 14px;
  color: #98a3b7;
  line-height: 14px;
}

.news_info .timer i {
  margin-right: 3px;
  font-size: 18px;
  color: #98a3b7;
  vertical-align: -2px;
}

.news_info .info {
  margin-top: 30px;
  padding: 20px;
  height: 88px;
  font-size: 14px;
  color: #596178;
  line-height: 24px;
  background: rgba(89, 97, 120, 0.04);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news_info .detail {
  margin-top: 30px;
  font-size: 16px;
  color: #191a24;
  line-height: 28px;
}

.news_info .detail p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #191a24;
  line-height: 28px;
}

.news_info .detail img {
  margin: 20px auto;
  display: block;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}
.news_info .detail a {
  color: #0000ff;
}

.news_info .shengming {
  margin-top: 30px;
  font-size: 14px;
  color: #98a3b7;
  line-height: 14px;
}

.news_info .tag {
  margin-top: 30px;
  font-size: 14px;
  color: #191a24;
  line-height: 20px;
}

.news_info .tag a {
  margin-left: 10px;
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  font-size: 12px;
  color: #98a3b7;
  line-height: 20px;
  background: rgba(152, 163, 183, 0.1);
  border-radius: 2px;
}

.news_info .page {
  margin-top: 35px;
  font-size: 14px;
  color: #98a3b7;
  line-height: 14px;
}
.news_info .page div {
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_info .page .fr {
  text-align: right;
}

.news_info .page a {
  color: #191a24;
  transition: all 0.3s;
}

.news_info .page a:hover {
  color: #017aff;
}

.news_about {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news_about &gt; div {
  width: 350px;
}

.news_about li {
  margin-bottom: 16px;
}

.news_about li a {
  position: relative;
  padding-left: 14px;
  display: block;
  font-size: 14px;
  color: #191a24;
  line-height: 20px;
  transition: all 0.3s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news_about li:hover a {
  color: #017aff;
}

.news_about li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: rgba(25, 26, 36, 0.34);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s;
}

.news_about li:hover a:before {
  background: #017aff;
}

.news_edit {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #fff;
}

.news_edit li {
  margin-left: 20px;
  float: left;
  width: 240px;
  height: 150px;
  overflow: hidden;
}

.news_edit li:first-child {
  margin-left: 0;
}

.news_edit li a {
  display: block;
}

.news_edit li img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}

.news_edit li:hover img {
  transform: scale(1.1);
}

.zt_main {
  padding-bottom: 40px;
}

.zt_con li {
  float: left;
  padding: 20px;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 380px;
  height: 305px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}

.zt_con li:hover {
  box-shadow: 0 10px 20px 1px rgb(0 0 0 / 5%);
}

.zt_con li:nth-child(3n) {
  margin-right: 0;
}

.zt_con li .photo {
  display: block;
  width: 100%;
  height: 168px;
  overflow: hidden;
}

.zt_con li .photo img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.zt_con li:hover .photo img {
  transform: scale(1.1);
}

.zt_con li:hover .top {
  color: #017aff;
}

.zt_con li .top {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  color: #191a24;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.zt_con li p {
  margin-top: 12px;
  height: 48px;
  font-size: 14px;
  color: #596178;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zt_top {
  position: relative;
  display: block;
  height: 220px;
}

.zt_top img {
  display: block;
  width: 100%;
  height: 100%;
}

.zt_top .info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0 30px 0 40px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, #000 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.zt_top .tit {
  width: 600px;
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zt_top .timer span {
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
}

.zt_biref {
  margin: 20px auto 0;
  padding: 20px;
  font-size: 14px;
  color: #596178;
  line-height: 24px;
  background: rgba(89, 97, 120, 0.04);
  border-radius: 4px;
}

.zt_hot {
  margin-top: 20px;
  padding: 0 20px;
  background-color: #fff;
}

.zt_hot img {
  margin-right: 16px;
  display: block;
  width: 90px;
  height: 60px;
}

.zt_hot .right {
  padding-top: 6px;
  width: 204px;
  height: 48px;
  font-size: 14px;
  color: #191a24;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s;
}

.zt_hot li a {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
}

.zt_hot li:first-child a {
  border-top: 0;
  padding-top: 0;
}

.zt_hot li:hover .right {
  color: #017aff;
}

/*åŸŸåäº¤æ˜“*/
.trade_banner {
  width: 100%;
  height: 400px;
  background: url("../img/ymjy_banner.png") no-repeat center #242936;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.trade_banner .tit {
  padding-top: 122px;
  font-size: 36px;
  color: #fff;
  line-height: 36px;
}

.trade_banner .tag {
  margin-top: 24px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
}

.trade_banner .tag span {
  margin-right: 30px;
}

.trade_banner .tag i {
  margin-right: 8px;
  color: #1ea574;
}

.trade_banner .btn {
  margin-top: 40px;
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  background: #017aff;
  border-radius: 2px;
  transition: all 0.3s;
}

.trade_banner .btn:hover {
  opacity: 0.9;
}

.zt_title {
  padding: 70px 0 56px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #191a24;
  line-height: 28px;
}

.recond_item {
  float: left;
  margin-left: 25px;
  width: 383px;
}

.recond_item:first-child {
  margin-left: 0;
}

.trade_recond {
  padding-bottom: 50px;
  background-color: #fff;
}

.recond_tit {
  margin-bottom: 26px;
  font-size: 20px;
  color: #191a24;
  line-height: 20px;
  text-align: center;
}

.recond_tit span {
  position: relative;
}

.recond_tit span:before {
  position: absolute;
  top: 50%;
  left: -90px;
  margin-top: -1px;
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: url("../img/recond_left.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.recond_tit span:after {
  position: absolute;
  top: 50%;
  right: -90px;
  margin-top: -1px;
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: url("../img/recond_right.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.recond_item table {
  width: 100%;
  text-align: center;
  font-size: 14px;

  color: #191a24;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.recond_item th:first-child,
.recond_item td:first-child {
  width: 174px;
  padding-left: 26px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.recond_item th {
  height: 56px;
  line-height: 56px;
  font-weight: 400;
  background: #f7fbff;
}

.recond_item tbody tr {
  height: 68px;
  background: #fff;
  border-top: 1px solid #eee;
  transition: all 0.3s;
}

.recond_item tbody tr:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0px 10px 20px 1px rgb(0 0 0 / 5%);
}

.recond_item tr:hover .domain {
  color: #017aff;
}

.recond_item tbody tr:first-child {
  border-top: 0;
}

.recond_item .domain {
  display: block;
  width: 145px;
  height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #191a24;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s;
}

.recond_item .price {
  color: #ff6b22;
}

.recond_item .btn {
  display: inline-block;
  width: 64px;
  height: 30px;
  font-size: 14px;
  color: #017aff;
  line-height: 28px;
  border-radius: 2px;
  border: 1px solid #017aff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}

.recond_item tr:hover .btn {
  color: #fff;
  background-color: #017aff;
}

.trade_hot {
  height: 558px;
  background: url("../img/hot_bg.png") no-repeat center #f9fafb;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.trade_hot li {
  float: left;
  padding: 30px;
  margin-right: 25px;
  margin-bottom: 25px;
  width: 281px;
  height: 164px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}

.trade_hot li:nth-child(4n) {
  margin-right: 0;
}

.trade_hot .domain {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #191a24;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s;
}

.trade_hot .text {
  margin-top: 18px;
  font-size: 14px;
  color: #999;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.trade_hot .price {
  margin-top: 30px;
  font-size: 20px;
  color: #ff6b22;
  line-height: 20px;
}

.trade_hot .btn {
  display: none;
  margin-top: 30px;
  width: 98px;
  height: 32px;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}

.trade_hot .btn:hover {
  background-color: #fff;
  color: #017aff;
}

.trade_hot li:hover {
  background-color: #017aff;
}

.trade_hot li:hover .domain {
  color: #fff;
}

.trade_hot li:hover .text {
  color: #fff;
}

.trade_hot li:hover .price {
  display: none;
}

.trade_hot li:hover .btn {
  display: block;
}

.trade_buy {
  padding-bottom: 40px;
  background-color: #fff;
}

.trade_form {
  margin-top: -20px;
  padding: 40px 254px;
  height: 845px;
  background: #fff;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.trade_form .item {
  margin-bottom: 20px;
  line-height: 42px;
}

.trade_form .name {
  width: 170px;
  height: 42px;
  margin-right: 20px;
  text-align: right;
  font-size: 14px;
  color: #596178;
}

.trade_form .right {
  position: relative;
  width: 500px;
  font-size: 14px;
  color: #191a24;
}

.trade_form input[type="text"] {
  padding: 0 16px;
  display: inline-block;
  width: 500px;
  height: 42px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #cdd3de;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.trade_form .dw {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 20px;
  text-align: right;
  background-color: #fff;
}

input[type="radio"] {
  display: inline-block;
  margin: 0 12px 0 0;
  width: 16px;
  height: 16px;
  font-weight: normal;
  border: 1px solid #ced4da;
  vertical-align: middle;
  vertical-align: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-appearance: none;
  outline: none;
}

input[type="radio"]:checked {
  background: url(../img/select.png) no-repeat center center;
  background-size: 100% 100%;
  border: 0;
}

.trade_form label {
  margin-right: 44px;
  cursor: pointer;
}

.trade_form textarea {
  padding: 14px 16px;
  display: block;
  width: 500px;
  height: 100px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #cdd3de;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.trade_form .price {
  color: #ff6b22;
  margin-bottom: 8px;
}

.trade_form .agree a {
  color: #017aff;
}

.trade_form .agree a:hover {
  text-decoration: underline;
}

.trade_form button {
  margin-top: 10px;
  display: block;
  width: 118px;
  height: 42px;
  font-size: 14px;
  color: #fff;
  background: #017aff;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.trade_form button:hover {
  opacity: 0.9;
}

.rush_banner {
  height: 400px;
  background: url("../img/rush_banner.jpg") no-repeat center #302784;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.rush_hot {
  height: 949px;
  background: url("../img/rush_tjbg.jpg") no-repeat center #f9fafb;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.rush_left {
  padding: 40px 30px;
  width: 302px;
  height: 358px;
  background: url("../img/rl_bg.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.rush_left .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}

.rush_left p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #90a2e4;
  line-height: 14px;
}

.rush_left .btn {
  display: block;
  margin-top: 30px;
  width: 116px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #ff6b22;
  border-radius: 18px;
  font-size: 14px;
  color: #fff;
}

.rush_left .btn:hover {
  opacity: 0.9;
}

.rush_right {
  width: 898px;
}

.rush_right li {
  position: relative;
  float: left;
  margin: 0 -1px -1px 0;
  padding: 32px 36px;
  width: 300px;
  height: 120px;
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}

.rush_right li .domain {
  display: block;
  width: 155px;
  font-size: 16px;
  font-weight: 500;
  color: #191a24;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s;
}

.rush_right li p {
  margin-top: 18px;
  font-size: 14px;
  color: #ff6b22;
  line-height: 14px;
}

.rush_right li .btn {
  display: none;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -16px;
  width: 64px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  background: #017aff;
  border-radius: 2px;
  transition: all 0.3s;
}

.rush_right li:hover .btn {
  display: block;
}

.rush_right li:hover {
  z-index: 1;
  border: 1px solid #017aff;
  background: rgba(1, 122, 255, 0.06);
}

.rush_right li:hover .domain {
  color: #017aff;
}

.rush_hot .main {
  margin-bottom: 30px;
}

.rush_right.bot li {
  height: 90px;
}

.rush_pro {
  padding-bottom: 40px;
  background-color: #fff;
}

.rush_pro img {
  display: block;
  width: 100%;
}

.register_banner {
  height: 400px;
  text-align: center;
  background: url("../img/register_banner.jpg") #080c39 no-repeat center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.register_banner .tit {
  padding-top: 80px;
  font-size: 38px;
  color: #fff;
  line-height: 38px;
  letter-spacing: 6px;
}

.register_banner p {
  margin-top: 20px;
  font-size: 18px;
  color: #848aac;
  line-height: 18px;
}

.register_banner .search {
  margin: 90px auto 16px;
  width: 1000px;
  height: 62px;
  background: #fff;
  text-align: left;
  border-radius: 4px;
  overflow: hidden;
}

.register_banner .search input {
  display: block;
  float: left;
  padding: 0 20px;
  width: 840px;
  height: 62px;
  font-size: 16px;
  color: #191a24;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.register_banner .search button {
  display: block;
  float: left;
  width: 160px;
  height: 62px;
  background: #017aff;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.register_banner .search button:hover {
  opacity: 0.9;
}

.register_banner .swiper-container {
  padding-left: 100px;
  height: 20px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.register_top {
  margin-top: 40px;
  background-color: #fff;
}

.register_top li {
  padding: 25px 20px;
  margin-left: 30px;
  float: left;
  width: 380px;
  height: 96px;
  border: 1px solid #eee;
  background: url("../img/reg_top1.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
  transition: all 0.3s;
}

.register_top li:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.register_top li.top2 {
  background-image: url("../img/reg_top2.png");
}

.register_top li.top3 {
  background-image: url("../img/reg_top3.png");
}

.register_top li:first-child {
  margin-left: 0;
}

.register_top li a {
  display: block;
}

.register_top li h2 {
  margin-bottom: 14px;
  font-size: 18px;
  color: #191a24;
  line-height: 18px;
}

.register_top li p {
  font-size: 14px;
  color: #b9c4d3;
  line-height: 14px;
}

.register_price {
  padding-bottom: 50px;
  background-color: #fff;
}

.register_price .item {
  margin-left: 25px;
  padding: 20px 30px;
  float: left;
  width: 281px;
  height: 337px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}

.register_price .item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.register_price .item:first-child {
  margin-left: 0;
}

.register_price .title {
  margin-bottom: 20px;
  font-size: 16px;
  color: #191a24;
  line-height: 16px;
}

.register_price .title b {
  font-size: 36px;
  font-weight: 400;
}

.register_price .content p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #999;
  line-height: 14px;
}

.register_price .bot {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #eee;
}

.register_price .price span {
  font-size: 14px;
  color: #ff6b22;
  line-height: 24px;
}

.register_price .price b {
  font-size: 24px;
  font-weight: 400;
}

.register_price .price s {
  color: #999;
  text-decoration: line-through;
}

.register_price .btn {
  margin-top: 22px;
  display: block;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  background: #399fff;
  border-radius: 2px;
  transition: all 0.3s;
}

.register_price .item:hover .btn {
  opacity: 0.9;
}

.register_act {
  height: 364px;
  background: url("../img/act_bg.png") no-repeat center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.register_act li {
  padding: 20px 30px;
  margin-left: 25px;
  float: left;
  width: 281px;
  height: 160px;
  background: url("../img/act_libg.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.register_act li:first-child {
  margin-left: 0;
}

.register_act .tit {
  font-size: 20px;
  color: #191a24;
  line-height: 20px;
}

.register_act li p {
  margin-top: 18px;
  font-size: 14px;
  color: #191a24;
  line-height: 14px;
}

.register_act li p span {
  color: #ff6b22;
}

.register_act .btn {
  display: block;
  margin-top: 36px;
  width: 86px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  color: #fff;
  background: #017aff;
  border-radius: 2px;
  transition: all 0.3s;
}

.register_act li:hover .btn {
  opacity: 0.9;
}

.register_act li:hover .tit {
  color: #017aff;
}

.register_problem {
  padding-bottom: 56px;
}

.register_problem .left {
  width: 290px;
  height: 254px;
}

.register_problem .left img {
  display: block;
  width: 100%;
}

.register_problem .right {
  margin-left: 30px;
  width: 880px;
}

.register_problem li {
  position: relative;
  margin-bottom: 16px;
  float: left;
  width: 432px;
  height: 74px;
  background: #f9fafb;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}

.register_problem li:nth-child(odd) {
  margin-right: 16px;
}

.register_problem li .iconfont {
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  transition: all 0.3s;
}

.register_problem li .top {
  padding: 0 48px 0 20px;
  height: 74px;
  position: relative;
  display: block;
  font-size: 16px;
  color: #191a24;
  line-height: 74px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.register_problem li p {
  position: absolute;
  top: 72px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  width: 100%;
  color: #191a24;
  background: #f9fafb;
  font-size: 14px;
  color: #191a24;
  line-height: 24px;
  height: 0;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  transition: all 0.3s;
}

.register_problem li:hover {
  background: #017aff;
}

.register_problem li:hover .top {
  color: #fff;
}

.register_problem li:hover p {
  height: 90px;
  color: #fff;
  background-color: #017aff;
}

.register_problem li:hover .iconfont {
  transform: rotate(180deg);
}

.cont-tag {
  color: #017aff;
}

.empty-box {
  padding: 50px 0 !important;
  width: 100%;
  height: auto !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.empty-box img {
  display: block;
  margin: 0 auto 20px;
  width: 276px;
}

.empty-box p {
  height: auto !important;
  color: #999 !important;
  font-size: 14px !important;
  line-height: 28px !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #017aff !important;
}

.layui-laypage a:hover {
  color: #017aff !important;
}

.layui-laypage button {
  transition: all 0.3s;
}

.layui-laypage button:hover {
  color: #fff;
  background-color: #017aff;
  border-color: #017aff;
}

.layui-laypage span,
.layui-laypage-refresh {
  background: transparent !important;
}

.layui-laypage .layui-laypage-spr {
  background: #fff !important;
}
.yzm_zz {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}
.nc {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 0px;
  background-color: #fff;
  margin-top: -50px;
  margin-left: -140px;
  border-radius: 10px;
  z-index: 10100;
  text-align: center;
}
.nc .nc-container .nc_scale span {
  height: 34px !important;
}

.text2rem {
  text-indent: 2em;
}

.ba_mask {
  margin-top: 20px;
  padding: 23px 20px;
  /*background: url("../img/icp_mask.png") no-repeat top right #fff;*/
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  border-radius: 4px;
  height: auto;
}

.ba_mask h1 {
  font-size: 20px;
  font-weight: 500;
  color: #191a24;
  line-height: 22px;
  height: 48px;
  line-height: 48px;
  margin-right: 10px;
  text-align: left;
  float: none;
  margin-top: 0;
}
.ba_mask p {
  font-size: 14px;
  color: #98a3b7;
  margin-top: 0;
}
.ba_mask .city {
  margin-top: 15px;
  text-align: left;
}
.ba_mask .city a {
  display: inline-block;
  width: 98px;
  height: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  background-color: #f5f5f5;
  transition: all linear 0.2s;
}
.ba_mask .city a:hover {
  background-color: #017aff;
  color: #fff;
}
.ba_mask .city a:nth-child(10n) {
  margin-right: 0;
}
.ba_mask .record {
  margin-top: 16px;
}
.ba_mask .record input {
  height: 38px;
  width: 180px;
  border: 1px solid #dbdbdb;
  margin-left: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}
.ba_mask .record input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
.ba_mask .record input:-internal-autofill-previewed,
.ba_mask .record input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.ba_mask .record .fl {
  margin-right: 30px;
}
.ba_mask .record select {
  width: 120px;
  height: 38px;
  border: solid 1px #dbdbdb;
  margin-left: 10px;
  padding-left: 10px;
  -webkit-appearance: auto;
}
.ba_mask .record button {
  width: 100px;
  height: 38px;
  background-color: #017aff;
  color: #fff;
}
.ba_mask .page {
  text-align: right;
}
.ba_mask .layui-table td {
  text-align: left;
}
.dns-table-info thead th {
  font-weight: 900;
}
.c_box {
  position: relative;
  width: 520px;
  height: 306px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  color: #222;
  font-size: 14px;
  overflow: hidden;
}
.c_top {
    padding-top: 65px;
    height: 226px;
    background: url(../img/c_bg1.png) no-repeat top;
    background-size: contain;
}
.c_top b {
    display: block;
    margin-top: 45px;
    color: #087AFF;
    font-size: 13px;
    font-weight: 400;
}
.c_close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  right: 12px;
  background: url(../img/icon_close.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.c_bottom {
    margin-top: 24px;
    padding: 0 35px;
    display: flex;
    justify-content: space-between;
}
.c_list {
    float: left;
    padding-left: 42px;
    height: 32px;
    line-height: 32px;
}
.c_list1 {
    background: url(../img/icon_clist1.png) no-repeat left;
    background-size: 32px;
}
.c_list2 {
    background: url(../img/icon_clist2.png) no-repeat left;
    background-size: 32px;
}
.c_list3 {
    background: url(../img/icon_clist3.png) no-repeat left;
    background-size: 32px;
}
.login_tc {
    border-radius: 10px!important;
    overflow: hidden;
}
.c_box a {
  display: block;
  width: 262px;
  height: 48px;
  margin: 0 auto;
  margin-top: 18px;
  background: #087AFF;
  border-radius: 4px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.c_box a:hover {
  color: #fff;
}
.icp_top {
  margin: 30px auto;
}

.icp_top li {
  margin-left: 29px;
  float: left;
  position: relative;
  width: 278px;
  height: 64px;
  background: #fff;
  border-radius: 4px;
  transition: all .3s;
  text-align: left;
  text-indent: 6px;
  line-height: 64px;
}
.icp_top li img {
  float: left;
  width: 24px;
  margin-left: 28px;
  margin-top: 20px;
}
.icp_top li:first-child {
  margin-left: 0;
}
.icp_top li span {
  color: #333;
  font-size: 14px;
}
.icp_top li a {
  display: block;
  background: url(../img/c_hot.png) no-repeat right top;
  background-size: 23px
}
.icp_top li a i {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 20px;
  top: 24px;
  background: url(../img/c_jr.png) no-repeat;
  background-size: contain;
}
.icp_top li:hover {
  transform: translateY(0px);
  box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.03);
}
.icp_top li:hover i{
  background: url(../img/c_jr_on.png) no-repeat;
  background-size: contain;
}
.icp_top li:hover  {
  background: #fff url(../img/c_bg.png) no-repeat;;
  background-size: contain;
}
.banner {
  height: 400px;
  background: url(../img/c_bggx.png) no-repeat center #ffc49a;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.jpdl_banner {
  position: relative;
  height: 146px;
  overflow: hidden;
}
.jpdl_banner img {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.b_title {
  margin-top: 18px;
}
.jpdl_banner i {
  position: absolute;
  right: 0;
  top: 20px;
  width: 24px;
  height: 24px;
  background: url(../img/c_close.png) no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  cursor: pointer;
}
.wanliu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 538px;
  height: 420px;
  padding: 320px 59px 46px 59px;
  box-sizing: border-box;
  background: url(../img/isclose.png) no-repeat;
  background-size: contain;
}
.wanliu button {
  text-align: center;
  border-radius: 27px;
  box-shadow: 0px 10px 20px 1px rgba(209,32,0,0.2);
  width: 200px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 19px;
}
.fanqi {
  border: 1px solid #4F4D63;
  color: #4F4D63;
}
.jxzc {
  background: linear-gradient(314deg, #FF1700 0%, #FF9900 100%);
  border: 1px solid transparent;
  color: #fff;
  font-weight: 700;
}
.wanliu_class {
  border-radius: 30px!important;
}

.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_close.png") no-repeat 0 0 / 100% !important;
}

.week_act_modal {
  position: relative;
  height: 406px;
  padding: 30px 30px 24px;
  background: url("../img/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_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_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_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_li_bak3.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.week_act_modal .js_week_act_click {
  cursor: pointer;
}
.week_act_banner {
  display: block;
}</pre></body></html>