body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
dl,
dt {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
  margin: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol,
li {
  list-style: none;
}
.clear_both {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body {
  -webkit-text-size-adjust: none;
}
a,
a:active,
a:link,
a:visited,
a:hover {
  text-decoration: none;
}
img,
canvas {
  display: block;
}
input {
  outline: medium none;
  border-style: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
option {
  border: 0;
}
input,
select {
  border: none;
  padding: 0;
}
.parent {
  text-align: center;
}
.parent:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.parent .child {
  display: inline-block;
  vertical-align: middle;
}
.justify-container {
  text-align: justify;
  font-size: 0;
}
.justify-container:after {
  width: 100%;
  display: inline-block;
  content: "";
}
.justify-container .justify-item {
  display: inline-block;
  vertical-align: bottom;
}
a {
  color: #999999;
}
:focus {
  outline: none;
}
.w1200 {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
body {
  font-family: 'arial', '微软雅黑', '苹方', '宋体';
  -webkit-font-smoothing: antialiased;
  min-width: 1200px;
}
input[type="button"],
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 450px) {
  body {
    min-width: 300px;
  }
}
.custom-select {
  padding: 0;
  margin: 10px 0;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  background: #efedee url(/images/arrow_down.png) no-repeat 90% 50%;
}
.custom-select select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  border-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  height: auto;
  color: #9d9ba0;
  font-size: 14px;
}
.custom-select select:focus {
  outline: none;
}
.img-container {
  text-align: center;
  font-size: 0;
}
.img-container:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.img-container img {
  display: inline-block;
  vertical-align: middle;
}
.parent {
  text-align: center;
  font-size: 0;
}
.parent:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.parent .child {
  display: inline-block;
  vertical-align: middle;
}
.btn {
  cursor: pointer;
}
[v-cloak] {
  display: none!important;
}
*,
:after,
:before {
  box-sizing: border-box;
}
#app img {
  margin: 0;
  display: inline;
}
.el-dialog__wrapper img {
  margin: 0;
  display: inline;
}
body {
  background: #fafafa;
}
body .width1200,
body .mp_content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
body .big_bg_white {
  width: 100%;
  display: inline-block;
  position: relative;
}
body .big_bg_none {
  width: 100%;
  display: inline-block;
  position: relative;
}
body .big_bg_none .comm_head_bread {
  position: relative;
  top: 0;
  margin: 25px 0;
}
body .comm_head_bread {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  color: #fff;
  font-size: 14px;
  z-index: 1;
  font-weight: 400;
}
body .comm_head_bread.black_head {
  color: #333;
}
body .comm_head_bread.black_head a {
  color: #333;
}
body .comm_head_bread.black_head .right_part {
  color: #333;
}
body .comm_head_bread.no_absolute {
  position: relative;
}
body .comm_head_bread a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
body .comm_head_bread .right_part {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  float: right;
}
.clear {
  clear: both;
}
body .tooltipster-light-header {
  background-color: #fff;
}
#cs_btn {
  background: #529df5;
  margin: auto;
  width: 100px;
  height: 35px;
  border-radius: 5px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
}
.topic-container {
  padding-top: 20px;
  border-top: 1px solid #529df5;
}
.topic-container .topic-nav {
  text-align: center;
  margin-bottom: 20px;
}
.topic-container .topic-nav li {
  display: inline-block;
  padding: 0 50px;
  border-left: 1px solid #a6a6a6;
}
.topic-container .topic-nav li:first-child {
  border-left: 0;
}
.topic-container .topic-nav a {
  color: #a6a6a6;
  font-size: 14px;
}
.topic-container .topic-nav a.active,
.topic-container .topic-nav a:hover {
  color: #529df5;
}
.topic-container .title {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 55px;
}
.topic-container .title .h1 {
  font-size: 30px;
  color: #434343;
}
.topic-container .title span {
  font-size: 18px;
  color: #707070;
  margin: 0 15px;
}
.topic-container .title img,
.topic-container .title span {
  display: inline-block;
  vertical-align: middle;
}
.topic-container .left {
  float: left;
}
.topic-container .right {
  float: right;
}
.ys2cj_qd {
  width: 100%;
  height: 130px;
  position: relative;
  display: none;
  background: url('../images/2021/index/qd.jpg') center no-repeat;
}
.ys2cj_qd .qd_full_img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ys2cj_qd .qd_full_close {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 50%;
  margin-right: -600px;
  z-index: 2;
  cursor: pointer;
}
.ys2cj_qd .p {
  display: inline-block;
  position: absolute;
  top: 75px;
  right: 50%;
  margin-right: -414px;
}
.ys2cj_qd .p.p2 {
  opacity: 0;
}
body .fr-nav .hover-wechat {
  width: 172px;
  top: -38px;
  right: 69px;
  height: 393px;
  background-color: transparent;
}
body .fr-nav .hover-wechat .db_left {
  float: left;
  width: 162px;
  background: #fed100;
  height: 393px;
  border-radius: 4px;
  overflow: hidden;
}
body .fr-nav .hover-wechat .db_right {
  float: right;
  margin-top: 60px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fed100;
  border-bottom: 10px solid transparent;
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
body .fr-nav .hover-wechat .t1 {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
}
body .fr-nav .hover-wechat .t2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-top: 10px;
}
body .fr-nav .hover-wechat .hw_1 {
  margin-top: 14px;
  padding-bottom: 12px;
}
body .fr-nav .hover-wechat .hw_2 {
  background-color: #19c7b3;
  padding-top: 15px;
  padding-bottom: 12px;
}
body .fr-nav .hover-wechat .hwp {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  font-weight: bold;
}
.znq2_video_box {
  width: 100%;
  height: 540px;
  display: none;
  overflow: hidden;
  position: relative;
  background: url('../images/second_year/banner_bg.jpg') center top no-repeat;
}
.znq2_video_box .video_pull_close {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: 384px;
}
.znq2_video_box .video_pull {
  width: 1138px;
  height: 475px;
  margin: 36px auto;
  position: relative;
}
.znq2_video_box .video_pull .video_play {
  width: 830px;
  height: 470.3px;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -420px;
  background: #1c1c1c;
  -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 2;
}
.znq2_video_box .video_pull .video_play video {
  width: 100%;
  height: 100%;
}
#znq_layer {
  padding-top: 110px;
}
#znq_layer .zl_list {
  margin-top: 70px;
  text-align: center;
}
#znq_layer .zl_list a {
  display: inline-block;
  margin: 0 20px;
}
#znq2 {
  position: fixed;
  cursor: pointer;
  z-index: 999;
  width: 260px;
}
#znq2.znq2_fix_1 {
  top: 20px;
  right: 48px;
}
#znq2.znq2_fix_2 {
  top: 20px;
  left: 20px;
}
#znq2.znq2_fix_3 {
  top: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#znq2.znq2_fix_4 {
  top: 35%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#znq2 img {
  width: 260px;
}
#znq2 .znq_egg_close {
  position: absolute;
  top: 0;
  right: -28px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url('../images/second_year/close.png') center no-repeat;
}
#znq_cont #smash_egg {
  background: url('../images/wx_active/znq2/smash_egg.png') no-repeat;
  width: 535px;
  height: 401px;
  background-size: 210px 365px;
  background-position-x: center;
  background-position-y: 33px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
#znq_cont #smash_egg img {
  position: absolute;
  right: 17px;
  top: 37px;
  width: 155px;
}
#znq_cont #smash_egg img.transform_egg {
  transform: rotate(-45deg);
}
#znq_cont #smash_egg.egg_open {
  background-image: url('../images/wx_active/znq2/open_egg.png');
  background-position-y: bottom;
  background-size: 535px 401px;
}
#znq_cont #smash_egg.egg_open img {
  display: none;
}
.vex.vex-theme-default .vex-close.znq_close:before {
  background-color: white;
}
.about-container > .h1 {
  height: 90px;
  background: #a0a0a0;
  text-align: center;
  line-height: 88px;
  font-size: 30px;
  color: #fff;
}
.about-container .banner-container {
  height: 352px;
  background: url('../images/banner_about2.jpg') center center no-repeat;
}
.about-container .banner-container-new {
  height: 352px;
  background: url('../images/v4/banner_about.jpg') center center no-repeat;
}
.about-container .info {
  width: 1200px;
  margin: auto;
  background: #f2f2f2;
  padding-bottom: 15px;
}
.about-container .info img {
  display: inline-block;
  vertical-align: top;
  margin: -30px 30px 0 20px;
}
.about-container .story img {
  margin-top: 0;
}
.about-container .story .left {
  display: inline-block;
  text-align: center;
}
.about-container .story .h5 {
  font-size: 24px;
  color: #434343;
  margin-top: 20px;
}
.about-container .detail {
  display: inline-block;
  vertical-align: top;
  margin-top: -30px;
  width: 820px;
}
.about-container .detail .h1 {
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 15px;
}
.about-container .detail p {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 200%;
}
.about-container .trait-container {
  margin: 80px auto;
  text-align: center;
}
.about-container .trait-container span {
  color: #fff;
  display: block;
  margin-top: 8px;
}
.about-container .trait-container .trait-item {
  width: 180px;
  height: 180px;
  display: inline-block;
  margin: 0 33px;
  position: relative;
  border-radius: 100%;
  cursor: pointer;
  background: #529df5;
  transition: all 0.3s ease;
}
.about-container .trait-container .trait-item .back {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.about-container .trait-container .trait-item .back span {
  font-size: 18px;
}
.about-container .trait-container .trait-item .front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.about-container .trait-container .trait-item .front span {
  font-size: 20px;
}
.about-container .trait-container .trait-item:hover {
  background: #a0a0a0;
}
.about-container .trait-container .trait-item:hover .back {
  opacity: 1;
}
.about-container .trait-container .trait-item:hover .front {
  opacity: 0;
}
.about-container .feature-container {
  background: #f2f2f2;
  padding: 50px 0 20px;
}
.about-container .feature-container .h3 {
  font-size: 20px;
  color: #434343;
  margin-bottom: 5px;
}
.about-container .feature-container p {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 170%;
}
.about-container .feature-container .top {
  margin-bottom: 40px;
}
.about-container .feature-container .feature-item {
  padding-left: 25px;
  display: inline-block;
  vertical-align: top;
}
.about-container .feature-container .feature-item img,
.about-container .feature-container .feature-item .right {
  display: inline-block;
  vertical-align: top;
}
.about-container .feature-container .feature-item img {
  margin-right: 20px;
}
.about-container .feature-container .feature-item .right {
  width: 222px;
  float: none;
}
.about-container .feature-container .recommend {
  display: inline-block;
  vertical-align: middle;
}
.about-container .feature-container .crowdsource {
  width: 1000px;
  height: 150px;
  margin-right: 60px;
  vertical-align: middle;
  box-sizing: border-box;
  padding-top: 20px;
  padding-right: 50px;
  background: #ffab00;
}
.about-container .feature-container .crowdsource .h3,
.about-container .feature-container .crowdsource p {
  color: #fff;
}
.about-container .feature-container .crowdsource .right {
  width: 775px;
  vertical-align: middle;
}
.about-container .feature-container .crowdsource img {
  vertical-align: middle;
}
.event-container .event-tab {
  margin-bottom: 25px;
}
.event-container .tab {
  padding: 8px;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.3s ease;
  display: inline-block;
}
.event-container .tab a {
  font-size: 14px;
  color: #373535;
  display: block;
}
.event-container .tab:first-child {
  margin-right: 10px;
}
.event-container .tab.active,
.event-container .tab:hover {
  background: #529df5;
}
.event-container .tab.active a,
.event-container .tab:hover a {
  color: #fff;
}
.event-container .article {
  padding: 35px 90px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  overflow: hidden;
  margin-bottom: 50px;
  display: block;
}
.event-container .article .article-title {
  font-size: 16px;
  color: #373535;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.event-container .article .date {
  font-size: 12px;
  color: #707070;
  float: right;
  margin-top: 20px;
}
.event-container .article p {
  color: #707070;
  font-size: 14px;
  line-height: 175%;
  text-indent: 2em;
}
.event-container .article .left {
  width: 570px;
}
.event-container .article .img-container {
  width: 400px;
  height: 259px;
}
.event-container .article .img-container img {
  max-height: 259px;
}
.event-container .pagination {
  margin-bottom: 70px;
}
.event-container .pagination li {
  margin: 2px;
}
.page_nav_container {
  text-align: center;
  margin-bottom: 60px;
}
.page_nav_container .page_nav {
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px;
}
.page_nav_container .page_nav:hover {
  color: red;
}
.relative_container {
  margin-bottom: 50px !important;
}
.relative_container .h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 16px;
}
.relative_container li {
  display: inline-block;
  width: 33%;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 80px;
}
.relative_container a {
  font-size: 14px;
  color: #333;
}
.relative_container a:hover {
  color: #666;
}
.relative_container .left {
  width: 800px;
  float: left;
}
.relative_container .right {
  text-align: center;
}
.relative_container .right p {
  color: #01C2AC;
  font-size: 18px;
  margin-bottom: 18px;
}
.relative_container .right .phone_input {
  width: 200px;
  padding-left: 20px;
  height: 35px;
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto 18px;
}
.relative_container .right .submit-btn {
  width: 220px;
  height: 35px;
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto;
  color: white;
  background: #FF9000;
}
.detail-container .topic-content {
  border: 1px solid #dddddd;
  background: #fff;
  margin-bottom: 40px;
}
.detail-container .article-title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding: 16px 20px;
  text-align: center;
}
.detail-container .article-info {
  background-color: #f9f9f9;
  padding: 10px 20px;
  color: #999;
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 30px;
  text-align: center;
}
.detail-container .article-info span {
  display: inline-block;
}
.detail-container .article-info .time {
  margin-right: 20px;
}
.detail-container .article-body {
  padding-bottom: 50px;
  width: 80%;
  margin: auto !important;
}
.detail-container .article-body img {
  margin-bottom: 30px;
  margin-top: 30px;
}
.detail-container .article-body p {
  font-size: 14px;
  line-height: 200%;
  margin: auto !important;
  margin-bottom: 15px;
}
.clock {
  display: block;
  margin: auto;
}
.history-container {
  background: #fff;
}
.history-container .title .h1 {
  color: #529df5;
}
.history-container .title .h1 span {
  font-size: 30px;
  color: #fda544;
  margin: 0;
  vertical-align: top;
}
.history-container .timeline-container {
  margin: 60px auto 0;
  padding-bottom: 60px;
  text-align: center;
}
.history-container .timeline-container .timeline-item {
  font-size: 14px;
  cursor: pointer;
}
.history-container .timeline-container .timeline-item > div {
  display: inline-block;
  vertical-align: middle;
}
.history-container .timeline-container .timeline-item .time {
  color: #529df5;
  margin-right: 10px;
  width: 165px;
  text-align: right;
}
.history-container .timeline-container .timeline-item .shape {
  width: 189px;
  height: 110px;
  background: url('../images/time_line.png') 0 -110px no-repeat;
  margin-right: 50px;
}
.history-container .timeline-container .timeline-item:hover .shape {
  background: url('../images/time_line.png') 0 0 no-repeat;
}
.history-container .timeline-container .timeline-item:hover .event {
  background: #fda544;
  color: #fff;
}
.history-container .timeline-container .timeline-item:hover .event:after {
  border-right: 10px solid #fda544;
}
.history-container .timeline-container .timeline-item .event {
  width: 455px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  color: #666666;
  background: #ececec;
  position: relative;
  transition: all 0.3s ease;
}
.history-container .timeline-container .timeline-item .event:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 10px solid #ececec;
  border-bottom: 8px solid transparent;
  left: -9px;
  top: 50%;
  margin-top: -8px;
  transition: all 0.3s ease;
}
/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
/* --------------------------------

Main components 

-------------------------------- */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 90px;
  width: 3px;
  margin-left: -1.5px;
  background: #529df5;
}
.cd-timeline-circle {
  position: absolute;
  top: 15px;
  color: #529df5;
  right: -29px;
  z-index: 9;
  background-color: #fff;
  height: 16px;
}
.cd-timeline-circle i {
  font-size: 18px;
}
.cd-timeline-block {
  position: relative;
  width: 580px;
  text-align: right;
  padding: 15px 0;
  min-height: 80px;
  margin-bottom: 20px;
}
.cd-timeline-block.img-right {
  min-height: 275px;
}
.cd-timeline-block.img-right .float-right {
  left: 112%;
}
.cd-timeline-block.img-left .cd-timeline-content {
  padding-right: 30px;
}
.cd-timeline-block .date > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.cd-timeline-block .line {
  width: 90px;
  height: 3px;
  background-color: #529df5;
}
.cd-timeline-block .event {
  margin-left: 105px;
  margin-top: 5px;
}
.cd-timeline-block.cd-timeline-end {
  min-height: 10px;
  padding: 0;
  margin-bottom: 80px;
}
.cd-timeline-block.cd-timeline-end .cd-timeline-circle {
  right: -33px;
}
.cd-timeline-block.cd-timeline-end .cd-timeline-circle i {
  font-size: 26px;
}
.cd-timeline-block.cd-timeline-end .cd-timeline-content {
  position: absolute;
  top: 43px;
  right: -47px;
}
.cd-timeline-block.cd-timeline-end .cd-timeline-content p {
  float: none;
  width: auto;
  margin: 5px auto 0;
  color: #529df5;
  font-size: 14px;
}
.cd-timeline-block.cd-timeline-end .cd-timeline-content p.f {
  font-size: 12px;
}
.cd-timeline-block.cd-timeline-end .cd-timeline-content p.e {
  font-weight: bold;
}
.cd-timeline-content {
  position: relative;
}
.cd-timeline-content .cd-date-container {
  font-size: 16px;
  color: #333333;
}
.cd-timeline-content .float-right {
  position: absolute;
  left: 107%;
  top: 0;
  width: 410px;
  text-align: left;
}
.cd-timeline-content .float-right p {
  float: none;
}
.cd-timeline-content .float-left .event {
  margin-right: 105px;
  margin-left: 0;
}
.cd-timeline-content .img-container {
  padding: 17px 22px;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
}
.cd-timeline-content p {
  font-size: 12px;
  margin-top: 8px;
  text-align: center;
  width: 312px;
  float: right;
}
.contact-container .title {
  background: url('../images/title_bg.png') center center no-repeat;
}
.contact-container .view-container {
  margin-top: 120px;
  height: 371px;
  background: url('../images/view.jpg') center center no-repeat;
}
.contact-container span {
  font-size: 14px;
  color: #373535;
}
.contact-container span,
.contact-container img {
  display: inline-block;
  vertical-align: middle;
}
.contact-container .position {
  width: 1050px;
  margin: auto;
  overflow: hidden;
}
.contact-container li {
  margin-bottom: 15px;
}
.contact-container li:first-child span {
  font-size: 16px;
  font-weight: bold;
  margin-left: 43px;
}
.contact-container li img {
  margin-right: 10px;
}
.contact-container .left {
  width: 450px;
}
.recruit-container {
  text-align: center;
}
.recruit-container .content {
  margin-top: 80px;
}
.recruit-container img {
  margin-top: 90px;
}
.recruit-container .title {
  width: 250px;
  height: 50px;
  margin: 0 auto 40px;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  background: #666666;
  border-radius: 5px;
}
.recruit-container .h3 {
  font-size: 18px;
  color: #529df5;
  font-weight: bold;
  margin-bottom: 15px;
}
.recruit-container ul {
  margin-bottom: 15px;
}
.recruit-container li {
  font-size: 14px;
  color: #424242;
  line-height: 195%;
}
.recruit-container .career {
  width: 465px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 90px;
  text-align: left;
}
.recruit-container .career.narrow {
  width: 465px;
  margin-right: 140px;
}
.recruit-container .contact-info {
  padding-top: 50px;
  text-align: left;
  border-top: 1px solid #dddddd;
  padding-bottom: 35px;
}
.recruit-container .contact-info .h1 {
  font-size: 18px;
  color: #474949;
  margin-bottom: 15px;
}
.recruit-container .contact-info span {
  font-size: 13px;
  color: #808586;
  display: block;
  margin-bottom: 10px;
}
.recruit-container .contact-info a {
  font-size: 13px;
  color: #808586;
}
.recruit-container .contact-info a:hover {
  text-decoration: underline;
}
.team-container {
  background: #fff;
  padding-bottom: 50px;
}
.team-container .pic-container img {
  margin-top: 50px;
}
.bargain .left {
  width: 35%;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 20px;
  margin-left: 15%;
  color: #00C0AA;
  font-size: 18px;
  line-height: 26px;
}
.bargain .right {
  width: 50%;
  text-align: left;
  box-sizing: border-box;
  padding: 40px 20px;
}
.bargain .right .phone_input {
  border: 1px solid #ccc;
  width: 260px;
  height: 43px;
  line-height: 43px;
  padding-left: 20px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.bargain .right .submit-btn {
  width: 120px;
  height: 45px;
  border: 1px solid #ccc;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-left: 0;
  color: white;
  background: #FF9000;
  font-size: 12px;
}
.left_phone_dialog {
  display: none;
}
#view_new_dailog_register_window,
#view_new_dailog_contact_window,
#view_dialog_free_ask_window,
#national_reg_way_qry_window,
.left_phone_dialog {
  width: 450px;
}
#view_new_dailog_register_window .register-content,
#view_new_dailog_contact_window .register-content,
#view_dialog_free_ask_window .register-content,
#national_reg_way_qry_window .register-content,
.left_phone_dialog .register-content {
  width: 360px;
  margin: 0 auto;
  padding-bottom: 17px;
}
#view_new_dailog_register_window .left_phone_dialog_content,
#view_new_dailog_contact_window .left_phone_dialog_content,
#view_dialog_free_ask_window .left_phone_dialog_content,
#national_reg_way_qry_window .left_phone_dialog_content,
.left_phone_dialog .left_phone_dialog_content {
  width: 360px;
  margin: 0 auto;
  padding-bottom: 17px;
}
#view_new_dailog_register_window .bold_tit,
#view_new_dailog_contact_window .bold_tit,
#view_dialog_free_ask_window .bold_tit,
#national_reg_way_qry_window .bold_tit,
.left_phone_dialog .bold_tit {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 16px;
  margin-top: 15px;
  margin-bottom: 7px;
}
#view_new_dailog_register_window .dtit,
#view_new_dailog_contact_window .dtit,
#view_dialog_free_ask_window .dtit,
#national_reg_way_qry_window .dtit,
.left_phone_dialog .dtit {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 18px;
  margin-top: 12px;
}
#view_new_dailog_register_window .dtit2,
#view_new_dailog_contact_window .dtit2,
#view_dialog_free_ask_window .dtit2,
#national_reg_way_qry_window .dtit2,
.left_phone_dialog .dtit2 {
  text-align: center;
  font-size: 13px;
  color: #bbb;
  margin-top: 12px;
}
#view_new_dailog_register_window dl,
#view_new_dailog_contact_window dl,
#view_dialog_free_ask_window dl,
#national_reg_way_qry_window dl,
.left_phone_dialog dl {
  margin-top: 13px;
  display: inline-block;
}
#view_new_dailog_register_window dl dt,
#view_new_dailog_contact_window dl dt,
#view_dialog_free_ask_window dl dt,
#national_reg_way_qry_window dl dt,
.left_phone_dialog dl dt {
  float: left;
  font-size: 14px;
  color: #333;
  width: 70px;
  line-height: 52px;
  text-align: left;
  position: relative;
}
#view_new_dailog_register_window dl dt .require,
#view_new_dailog_contact_window dl dt .require,
#view_dialog_free_ask_window dl dt .require,
#national_reg_way_qry_window dl dt .require,
.left_phone_dialog dl dt .require {
  position: absolute;
  height: 37px;
  width: 5px;
  color: #ff9934;
  font-size: 16px;
  font-weight: bold;
  left: -11px;
}
#view_new_dailog_register_window dl dd,
#view_new_dailog_contact_window dl dd,
#view_dialog_free_ask_window dl dd,
#national_reg_way_qry_window dl dd,
.left_phone_dialog dl dd {
  float: left;
  font-size: 14px;
  color: #666;
  margin-left: 17px;
}
#view_new_dailog_register_window dl dd input,
#view_new_dailog_contact_window dl dd input,
#view_dialog_free_ask_window dl dd input,
#national_reg_way_qry_window dl dd input,
.left_phone_dialog dl dd input {
  width: 270px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  text-indent: 13px;
}
#view_new_dailog_register_window dl dd input::placeholder,
#view_new_dailog_contact_window dl dd input::placeholder,
#view_dialog_free_ask_window dl dd input::placeholder,
#national_reg_way_qry_window dl dd input::placeholder,
.left_phone_dialog dl dd input::placeholder {
  color: #999;
}
#view_new_dailog_register_window dl dd p,
#view_new_dailog_contact_window dl dd p,
#view_dialog_free_ask_window dl dd p,
#national_reg_way_qry_window dl dd p,
.left_phone_dialog dl dd p {
  font-size: 14px;
  color: #fd9a32;
  line-height: 14px;
  margin-top: 5px;
  text-align: left;
}
#view_new_dailog_register_window .submit-btn,
#view_new_dailog_contact_window .submit-btn,
#view_dialog_free_ask_window .submit-btn,
#national_reg_way_qry_window .submit-btn,
.left_phone_dialog .submit-btn {
  height: 46px;
  margin-top: 20px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  color: #fff !important;
  background-color: #01c2ad;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
#view_new_dailog_register_window .submit-btn:hover,
#view_new_dailog_contact_window .submit-btn:hover,
#view_dialog_free_ask_window .submit-btn:hover,
#national_reg_way_qry_window .submit-btn:hover,
.left_phone_dialog .submit-btn:hover {
  background-color: rgba(1, 194, 173, 0.81);
}
#view_new_dailog_register_window .separate,
#view_new_dailog_contact_window .separate,
#view_dialog_free_ask_window .separate,
#national_reg_way_qry_window .separate,
.left_phone_dialog .separate {
  height: 12px;
  width: 360px;
  margin: 10px auto 0;
}
#view_new_dailog_register_window .separate .line,
#view_new_dailog_contact_window .separate .line,
#view_dialog_free_ask_window .separate .line,
#national_reg_way_qry_window .separate .line,
.left_phone_dialog .separate .line {
  width: 157px;
  height: 1px;
  background-color: #eee;
  float: left;
  margin-top: 6px;
}
#view_new_dailog_register_window .separate .text,
#view_new_dailog_contact_window .separate .text,
#view_dialog_free_ask_window .separate .text,
#national_reg_way_qry_window .separate .text,
.left_phone_dialog .separate .text {
  float: left;
  width: 46px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#view_new_dailog_register_window .us,
#view_new_dailog_contact_window .us,
#view_dialog_free_ask_window .us,
#national_reg_way_qry_window .us,
.left_phone_dialog .us {
  margin-top: 20px;
}
#view_new_dailog_register_window .us p,
#view_new_dailog_contact_window .us p,
#view_dialog_free_ask_window .us p,
#national_reg_way_qry_window .us p,
.left_phone_dialog .us p {
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #000;
}
#view_new_dailog_register_window .us p span,
#view_new_dailog_contact_window .us p span,
#view_dialog_free_ask_window .us p span,
#national_reg_way_qry_window .us p span,
.left_phone_dialog .us p span {
  color: #000;
  margin-left: 10px;
}
#view_new_dailog_register_window .us p.p1,
#view_new_dailog_contact_window .us p.p1,
#view_dialog_free_ask_window .us p.p1,
#national_reg_way_qry_window .us p.p1,
.left_phone_dialog .us p.p1 {
  font-weight: bold;
  margin-bottom: 8px;
}
#view_new_dailog_register_window .us p.p1 button,
#view_new_dailog_contact_window .us p.p1 button,
#view_dialog_free_ask_window .us p.p1 button,
#national_reg_way_qry_window .us p.p1 button,
.left_phone_dialog .us p.p1 button {
  color: white;
  border: none;
  background-color: #ff9100;
  border-radius: 10px;
  font-size: 10px;
  margin-left: 5px;
  cursor: pointer;
}
#view_new_dailog_register_window .us p.p2 .orange,
#view_new_dailog_contact_window .us p.p2 .orange,
#view_dialog_free_ask_window .us p.p2 .orange,
#national_reg_way_qry_window .us p.p2 .orange,
.left_phone_dialog .us p.p2 .orange {
  margin: 0 1px;
  color: #fd9a32;
}
.filter-container {
  margin-top: 55px;
  height: auto;
}
.filter-container.collapse {
  height: 160px;
}
.filter-container.collapse.show-all {
  height: 345px;
}
.filter-container.top {
  margin-top: 20px;
}
.filter-container.collapse + .tm-wrapper .ss-wrap i:before {
  content: "\f107";
}
.filter-container.collapse .wrap-btn i:before {
  content: "\f107";
}
.filter-container.show-all .tm_ctg_ul li.hide {
  display: inline-block;
}
.filter-container.show-all .add_more_cls {
  line-height: 30px;
  margin: 0;
  position: absolute;
  left: 59px;
  top: 197px;
}
.filter-container.show-all .add_more_cls {
  right: 144px;
}
.filter-container .custom-select {
  width: 130px;
  border-radius: 0;
  display: inline-block;
  margin: 0 8px 10px 0;
  vertical-align: middle;
  background: #fff url(../images/arrow_down.png) no-repeat 90% 50%;
}
.filter-container .custom-select select {
  font-size: 12px;
  color: #333;
  cursor: pointer;
  height: 30px;
}
.filter-container .add-filter-container {
  background: #eeeeee;
  border-radius: 5px;
  padding: 8px;
  box-sizing: border-box;
}
.filter-container .filter {
  font-size: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.filter-container .filter > span {
  color: #000;
  font-weight: bold;
}
.filter-container .filter.hot-keyword > span {
  color: #01c2ac;
}
.filter-container .filter.hot-keyword .filter-right li.selected {
  background: #fff;
  color: #01c2ac;
}
.filter-container .filter.hot-keyword .filter-right li.selected a {
  color: #01c2ac;
}
.filter-container .filter.similar {
  border-bottom: none;
}
.filter-container .filter.cls {
  position: relative;
}
.filter-container .filter.cls .filter-right li.similar_li {
  min-width: 0;
}
.filter-container .filter.cls .tm_ctg_ul li {
  min-width: 12.5%;
  margin-right: 0;
}
.filter-container .filter.cls .tm_ctg_ul .wrap-btn {
  min-width: 12.5%;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  transition: all 0.3s;
  margin-bottom: 10px;
  text-align: center;
  color: #44D492;
  cursor: pointer;
}
.filter-container .filter.cls .tm_ctg_ul .wrap-btn span {
  font-size: 14px;
  font-weight: bold;
  width: auto;
  padding: 0;
  color: #44D492;
}
.filter-container .filter.cls .tm_ctg_ul .wrap-btn i {
  padding: 0 5px;
}
.filter-container .filter.cls .multiple_query {
  position: absolute;
  left: 0;
  top: 43px;
  width: 80px;
  height: 24px;
  line-height: 24px;
  background: #44D492;
  border-radius: 4px;
  color: white;
}
.filter-container span {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 105px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 20px;
  color: #999;
}
.filter-container span.tm_ctg {
  vertical-align: top;
}
.filter-container .filter-right {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1060px;
}
.filter-container .filter-right.sm-ctg {
  width: auto;
}
.filter-container .filter-right .tm_ctg_ul {
  display: inline-block;
}
.filter-container .filter-right .tm_ctg_ul .category a {
  color: #ffa842;
}
.filter-container .filter-right.tm_ctg {
  vertical-align: top;
}
.filter-container .filter-right.tm_ctg li {
  width: 125px;
}
.filter-container .filter-right li {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  transition: all 0.3s;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.filter-container .filter-right li.selected {
  background: #01c2ac;
}
.filter-container .filter-right li.selected a {
  color: #fff;
}
.filter-container .filter-right li.hide {
  display: none;
}
.filter-container .filter-right li a {
  padding: 0 5px;
  color: #5e5e5e;
}
.filter-container .range-container {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-left: 45px;
  margin-top: -10px;
  color: #E5E5E5;
}
.filter-container .range-container input {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  padding: 0 5px;
  box-sizing: border-box;
}
.filter-container .range-container .line {
  display: inline-block;
  vertical-align: middle;
  background: #E5E5E5;
  width: 10px;
  height: 1px;
  margin: 0 8px;
}
.filter-container .range-container .range {
  width: 56px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  color: #888888;
}
.filter-container .range-container .submit {
  width: 56px;
  line-height: 26px;
  height: 26px;
  color: white;
  background: #FFC334;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  margin-left: 20px;
  border-radius: 2px;
}
.sort-subject {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 2px solid #01c2ac;
}
.sort-subject .sort_header {
  color: #a1a1a1;
}
.sort-subject .search-type {
  display: inline-block;
}
.sort-subject .ss_list {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  padding: 0 8px;
  background: #fff;
  margin-right: 5px;
  color: #ff9000;
  cursor: pointer;
  border: 1px solid #ff9000;
}
.sort-subject .ss_list span {
  color: #ff9000;
  font-size: 12px;
  width: auto;
  padding: 0 6px;
}
.sort-subject .ss_list.del-all {
  background: #01c2ac;
  border: 1px solid #01c2ac;
  color: #fff;
  line-height: 26px;
}
.sort-subject .ss_list.del-all span {
  color: #fff;
}
.tm-wrapper {
  margin-top: 30px;
  padding-bottom: 50px;
  background: #f8f8f8;
  position: relative;
  transition: all 0.5s ease;
}
.tm-wrapper .ss-wrap {
  text-align: center;
  border-top: 1px solid #01c2ac;
  margin-bottom: 50px;
  transition: all 0.15s ease;
}
.tm-wrapper .ss-wrap .wrap-btn {
  margin-top: -1px;
  display: inline-block;
  width: 320px;
  height: 30px;
  line-height: 26px;
  border: 1px solid #01c2ac;
  border-top: none;
  background: #f8f8f8;
  font-size: 12px;
  color: #666;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease;
}
.tm-wrapper .ss-wrap i {
  padding-left: 12px;
  color: #666;
  float: none;
}
.tm-wrapper .sort-bar {
  background: #01c2ac;
  height: 45px;
  color: #fff;
  font-size: 14px;
  padding: 0 10px 0 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.tm-wrapper .sort-bar.fixed {
  position: fixed;
  left: 50%;
  margin-left: -600px;
  top: 0;
  z-index: 10;
}
.tm-wrapper .sort-bar .left > div,
.tm-wrapper .sort-bar .right > div {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #01c2ac;
  padding: 4px 6px;
  width: auto;
  height: auto;
  transition: all 0.3s ease;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.tm-wrapper .sort-bar .auth-tm {
  margin-top: 14px;
  font-size: 14px;
  margin-left: 30px;
  float: left;
}
.tm-wrapper .sort-bar .auth-tm input,
.tm-wrapper .sort-bar .auth-tm label {
  display: inline-block;
  vertical-align: middle;
}
.tm-wrapper .sort-bar .left {
  float: left;
  margin-top: 7px;
}
.tm-wrapper .sort-bar .left span,
.tm-wrapper .sort-bar .left i {
  display: inline-block;
  vertical-align: middle;
}
.tm-wrapper .sort-bar .left > div.selected {
  background: #01a491;
}
.tm-wrapper .sort-bar .left i {
  color: #fff;
  float: none;
  margin-top: 1px;
  margin-left: 5px;
}
.tm-wrapper .sort-bar .left .desc .uk-icon-long-arrow-up,
.tm-wrapper .sort-bar .left .desc .fa-long-arrow-up {
  margin-top: 3px;
}
.tm-wrapper .sort-bar .left .desc .uk-icon-long-arrow-up:before,
.tm-wrapper .sort-bar .left .desc .fa-long-arrow-up:before {
  content: "\f175";
}
.tm-wrapper .sort-bar .right {
  float: right;
  margin-top: 7px;
}
.tm-wrapper .sort-bar .right > div {
  border-radius: 3px;
  position: relative;
  font-size: 14px;
  background-image: -moz-linear-gradient(90deg, #e1efff 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(90deg, #e1efff 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #e1efff 0%, #ffffff 100%);
  color: #666;
  padding: 6px 0;
  width: 127px;
  margin: 0 4px;
  cursor: pointer;
  text-align: center;
}
.tm-wrapper .sort-bar .right > div i {
  font-style: normal;
  color: #fff;
  font-size: 14px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  margin-left: 5px;
  line-height: 18px;
}
.tm-wrapper .sort-bar .right > div.push-list i {
  background: #ff9000;
}
.tm-wrapper .sort-bar .right > div.fav-list i {
  background: #01c2ac;
}
.btn {
  width: 70px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 20px;
}
.add-btn.btn {
  border: 1px solid #a9a9a9;
  color: #a9a9a9;
  margin-bottom: 10px;
}
.search-btn {
  color: #fff;
  background: #01c2ac;
  margin-bottom: 10px;
}
.add_more_cls {
  border: 1px solid #01c2ac;
  color: #01c2ac;
  margin-bottom: 10px;
}
.multiple_reset_btn {
  background: #a9a9a9;
  color: #fff;
  margin-bottom: 10px;
}
.add-item,
.more-item {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin-bottom: 10px;
}
.add-item {
  height: auto;
  display: block;
}
.more-item-holder {
  display: inline-block;
  vertical-align: middle;
}
.add-filter-container span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding-left: 0;
  height: 38px;
  width: auto;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-suggestion strong {
  font-weight: normal;
  color: #3399FF;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
ul.page,
.pagination {
  text-align: center;
  margin: 30px 0 0px 0;
}
ul.page ul,
.pagination ul {
  list-style: none;
}
ul.page li,
.pagination li {
  list-style: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #dedede;
  cursor: pointer;
  font-size: 12px;
  color: #666;
  line-height: 28px;
  text-align: center;
  margin: 0 2px 0 3px;
}
ul.page li.selected,
.pagination li.selected,
ul.page li.active,
.pagination li.active {
  border: 1px solid #01c2ac;
  background: #01c2ac;
  color: #fff !important;
}
ul.page li:hover,
.pagination li:hover {
  border: 1px solid #01c2ac;
}
ul.page li.prev-page,
.pagination li.prev-page,
ul.page li.next-page,
.pagination li.next-page {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
body .wrapper {
  background-size: 1920px ;
}
body .wrapper .bread {
  padding: 20px 0;
  box-sizing: border-box;
  color: white;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
}
body .wrapper .bread a {
  font-size: 14px;
  color: white;
}
body .wrapper .bread span {
  font-size: 16px;
  display: inline-block;
  transform: scaleY(0.5);
  margin-left: 3px;
  position: relative;
  top: 1px;
}
body .wrapper .bread .right_part {
  display: inline-block;
  float: right;
}
body .wrapper .top-search-container {
  box-sizing: border-box;
  background-color: white;
  padding: 30px;
  border-radius: 4px;
  height: auto;
  overflow: visible;
  margin-top: 20px;
}
body .wrapper .top-search-container .hot-keywords {
  color: #333333;
  font-size: 12px;
  margin-top: 17px;
  line-height: 16px;
}
body .wrapper .top-search-container .hot-keywords img {
  float: left;
  vertical-align: middle;
  margin-right: 7px;
}
body .wrapper .top-search-container .hot-keywords a {
  color: #333333;
  font-size: 12px;
  margin-right: 3px;
  line-height: 16px;
}
body .wrapper .top-search-container .input-box {
  font-size: 0;
  position: relative;
}
body .wrapper .top-search-container .input-box .top-search-select-type {
  position: absolute;
  top: 0;
  height: 45px;
  left: 22px;
  color: #303133;
}
body .wrapper .top-search-container .input-box .top-search-select-type select {
  padding: 5px 8px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  height: auto;
  color: black;
  font-size: 14px;
  height: 45px;
}
body .wrapper .top-search-container .input-box .top-search-select-type img {
  position: absolute;
  top: 18px;
  right: -20px;
}
body .wrapper .top-search-container .input-box .top-search-select-type option {
  color: #303133;
  padding: 5px 10px;
}
body .wrapper .top-search-container .input-box .top-search-select-type:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  background: #bdbdbd;
  right: -38px;
}
body .wrapper .top-search-container .input-box input,
body .wrapper .top-search-container .input-box button,
body .wrapper .top-search-container .input-box a {
  display: inline-block;
  box-sizing: border-box;
  height: 45px;
  font-size: 16px;
  color: white;
  vertical-align: top;
  width: 120px;
}
body .wrapper .top-search-container .input-box input {
  width: 559px;
  background: #FFFFFF;
  border: 1px solid #44D492;
  border-radius: 4px 0 0 4px;
  font-size: 12px;
  color: black;
  padding: 0 17px;
  text-indent: 134px;
}
body .wrapper .top-search-container .input-box button {
  border: none;
  background: linear-gradient(0deg, #00C188 0%, #00ECA8 100%);
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
body .wrapper .top-search-container .input-box a {
  cursor: pointer;
  margin-left: 10px;
  border-radius: 4px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(0deg, #FFB400 0%, #FF9000 100%);
}
body .wrapper .top-search-container .input-box a:nth-last-child(1) {
  background: linear-gradient(0deg, #FF9966 0%, #FF5E62 100%);
}
body .wrapper .filter-container {
  box-sizing: border-box;
  background-color: white;
  padding: 30px;
  border-radius: 4px;
  height: auto;
  overflow: visible;
}
body .wrapper .filter-container .filter {
  font-size: 0;
  background: no-repeat top 7px left;
  background-size: 16px 16px;
  border: none;
  min-height: 30px;
  margin-bottom: 0;
}
body .wrapper .filter-container .filter.cls {
  background-image: url(../images/2022/search/filter1.png);
}
body .wrapper .filter-container .filter.year {
  background-image: url(../images/2022/search/filter2.png);
}
body .wrapper .filter-container .filter.type {
  background-image: url(../images/2022/search/filter3.png);
}
body .wrapper .filter-container .filter.price {
  background-image: url(../images/2022/search/filter4.png);
}
body .wrapper .filter-container .filter.hot-keyword {
  background-image: url(../images/2022/search/filter5.png);
}
body .wrapper .filter-container .filter.similar {
  background-image: url(../images/2022/search/filter6.png);
}
body .wrapper .filter-container .filter span {
  width: 10%;
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
body .wrapper .filter-container .filter .filter-right {
  max-width: 90%;
  display: inline-block;
  vertical-align: middle;
  position: static;
}
body .wrapper .filter-container .filter .filter-right .multiple_similar li.custom-select {
  background: #F9F9F9;
  border: 1px solid #999999;
  border-radius: 4px;
}
body .wrapper .filter-container .filter .filter-right li a {
  color: #333333;
}
body .wrapper .filter-container .filter .filter-right li.selected,
body .wrapper .filter-container .filter .filter-right li:hover {
  background: none;
}
body .wrapper .filter-container .filter .filter-right li.selected a,
body .wrapper .filter-container .filter .filter-right li:hover a {
  font-weight: 600;
  color: #17CDA0;
}
body .wrapper .filter-container .filter .filter-right .add-filter-container .add-btn {
  width: 120px;
  height: 28px;
  background: #FFC334;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  border-color: #FFC334;
}
body .wrapper .filter-container .filter .filter-right .add-filter-container .multiple_reset_btn {
  background: #D5F2E4;
  border-radius: 4px;
  font-weight: 400;
  color: #44D492;
}
body .wrapper .filter-container .filter .filter-right .add-filter-container .multiple_query_btn {
  background: #44D492;
  border-radius: 4px;
}
body .wrapper .filter-container .sort-subject {
  height: 30px;
  margin: 0;
  padding: 0;
  border: none;
}
body .wrapper .filter-container .sort-subject .sort_header {
  color: #333333;
  padding-left: 0;
  font-weight: bold;
}
body .wrapper .filter-container .sort-subject .search-type {
  display: inline-block;
}
body .wrapper .filter-container .sort-subject .search-type .ss_list {
  height: 30px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 15px;
  color: #666666;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  position: relative;
}
body .wrapper .filter-container .sort-subject .search-type .ss_list span {
  height: 28px;
  line-height: 28px;
  color: #666666;
  font-size: 12px;
  width: auto;
}
body .wrapper .filter-container .sort-subject .search-type .ss_list a {
  color: inherit;
}
body .wrapper .filter-container .sort-subject .search-type .ss_list img {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 12px;
  height: 12px;
}
body .wrapper .filter-container .sort-subject .search-type .ss_list.del-all {
  background: rgba(255, 195, 52, 0.1);
  border: 1px solid rgba(255, 195, 52, 0.1);
  color: #FFC334;
}
body .wrapper .filter-container .sort-subject .search-type .ss_list.del-all span {
  color: #FFC334;
}
body .wrapper .tm-wrapper {
  background-color: transparent;
}
body .wrapper .tm-wrapper .main {
  margin-top: 40px;
}
body .wrapper .tm-wrapper .main .search-page-more-goods-btn {
  width: 100%;
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
body .wrapper .tm-wrapper .main .search-page-more-goods-btn .spmg-txt {
  font-size: 24px;
  font-weight: 800;
  color: #FFFFFF;
}
body .wrapper .tm-wrapper .main .search-page-more-goods-btn .spmg-txt span {
  color: #FD9F1C;
}
body .wrapper .tm-wrapper .main .search-page-more-goods-btn .spmg-btn {
  width: 184px;
  height: 48px;
  margin-left: 89px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  background-size: 100%;
  text-align: center;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
body .wrapper .tm-wrapper .main .sort-bar {
  background: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0px 5px 9.5px 0.5px rgba(204, 204, 204, 0.3);
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by {
  background-color: transparent;
  color: #333333;
  font-weight: bold;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by span,
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by i {
  color: #333333;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by img {
  display: none;
  float: right;
  margin-top: 4px;
  margin-left: 2px;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by img.img_def {
  display: block;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected {
  color: #44D492;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected.desc .img_desc {
  display: block;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected.desc .img_asc {
  display: none;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected .img_asc {
  display: block;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected img.img_def {
  display: none;
}
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected span,
body .wrapper .tm-wrapper .main .sort-bar .search-left-holder .order_by.selected i {
  color: #44D492;
}
body .wrapper .tm-wrapper .main .sort-bar .auth-tm {
  padding-right: 20px;
  float: right;
  font-weight: bold;
  color: #333333;
}
body .wrapper .tm-wrapper .main .sort-bar .auth-tm input[type=checkbox]:checked::after {
  background-color: red;
}
body .wrapper .tm-wrapper .main .tm-lists {
  width: 100%;
  font-size: 0;
}
body .wrapper .tm-wrapper .main .tm-lists li {
  margin-left: 0;
  width: 24.25%;
  margin-top: 1%;
  margin-right: 1%;
  height: 310px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 12px;
  border-radius: 2px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0px 5px 9.5px 0.5px rgba(204, 204, 204, 0.3);
  transition: all 0.3s ease;
}
body .wrapper .tm-wrapper .main .tm-lists li:hover {
  box-shadow: 0px 5px 9.5px 0.5px #cccccc;
  transition: all 0.3s ease;
  border: none;
}
body .wrapper .tm-wrapper .main .tm-lists li:hover .bottom {
  display: table;
}
body .wrapper .tm-wrapper .main .tm-lists li:nth-child(4),
body .wrapper .tm-wrapper .main .tm-lists li:nth-child(8),
body .wrapper .tm-wrapper .main .tm-lists li:nth-child(12),
body .wrapper .tm-wrapper .main .tm-lists li:nth-child(16),
body .wrapper .tm-wrapper .main .tm-lists li:nth-child(20) {
  margin-right: 0;
}
body .wrapper .tm-wrapper .main .tm-lists li .cate_defect {
  position: absolute;
  right: 0;
  top: 0;
}
body .wrapper .tm-wrapper .main .tm-lists li .img-container {
  height: 200px;
  display: block;
  box-sizing: border-box;
}
body .wrapper .tm-wrapper .main .tm-lists li .img-container img {
  max-height: 100%;
}
body .wrapper .tm-wrapper .main .tm-lists li .tm-info {
  margin-top: 10px;
}
body .wrapper .tm-wrapper .main .tm-lists li .tm-info span {
  display: block;
  text-align: center;
}
body .wrapper .tm-wrapper .main .tm-lists li .tm-info .tm-name {
  margin-top: 0;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
body .wrapper .tm-wrapper .main .tm-lists li .tm-info .tm-cate {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
body .wrapper .tm-wrapper .main .tm-lists li .tm-info .tm-auth {
  width: 37px;
  height: 15px;
  background: #FF4400;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 15px;
  margin-top: 15px;
}
body .wrapper .tm-wrapper .main .tm-lists li .tm-info .tm-price {
  position: absolute;
  right: 20px;
  bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 65px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  padding: 21px 10px 11px;
  box-sizing: border-box;
  _display: table;
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom .btn-container {
  display: table-row;
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom .btn-container a {
  padding: 0;
  display: table-cell;
  width: auto;
  max-width: 100%;
  min-width: 50%;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-weight: bold;
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom .btn-container a:first-child {
  background-color: #FFC334;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom .btn-container a:first-child:hover {
  background-color: rgba(255, 195, 52, 0.8);
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom .btn-container a:last-child {
  background-color: #44D492;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
body .wrapper .tm-wrapper .main .tm-lists li .bottom .btn-container a:last-child:hover {
  background-color: rgba(68, 212, 146, 0.8);
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 {
  background: url(../images/2022/search/li17.png) no-repeat center;
  background-size: 100% 100%;
  padding: 79px 21px 0;
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 .p1 .t1 {
  box-sizing: border-box;
  padding-left: 10px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #FFFFFF;
  border-radius: 2px;
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 .p2 {
  margin-top: 8px;
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 .p2 .t2 {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 78px;
  background: #FFFFFF;
  border-radius: 2px;
  border: none;
  resize: none;
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 .t3 {
  margin-top: 14px;
  width: 100%;
  height: 34px;
  background: #EC6165;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  padding: 0;
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 .p4 {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 18px;
}
body .wrapper .tm-wrapper .main .tm-lists li.li17 .p4 a {
  cursor: pointer;
  color: white;
}
body .wrapper .tm-wrapper .main .page {
  margin: 30px 0;
}
body .wrapper .tm-wrapper .main .page li {
  background: #fff;
}
body .wrapper .tm-wrapper .main .page li.selected {
  border-color: #01c2ac;
  background: #01c2ac;
}
body .wrapper .tm-wrapper .main .page li:hover {
  border-color: #01c2ac;
}
body .wrapper .tm-wrapper .main .page li a {
  color: inherit;
  display: block;
  height: 100%;
}
body .wrapper .tm-wrapper .main .center {
  text-align: center;
  padding: 30px 0 60px;
}
body .wrapper .tm-wrapper .main .center h3 {
  color: #555555;
  font-size: 16px;
}
body .wrapper .tm-wrapper .main .center p {
  color: #ff9000;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 25px;
}
body .wrapper .tm-wrapper .main .center a {
  width: 150px;
  height: 42px;
  background-color: #ff9000;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: auto;
  border-radius: 5px;
}
.quick-register .header {
  padding: 5px 0;
}
.quick-register .register-content {
  padding: 18px 20px 20px;
}
.quick_login_btn {
  color: #ff9000;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
}
.site-nav {
  height: 35px;
  background: #fafafa;
  border-bottom: 1px solid #dbdbdb;
}
.search-container {
  background: #efefef;
  font-size: 12px;
  height: 155px;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
  background: url(//main-cdn.mzwip.com/images/banner_index.jpg) center 0 no-repeat;
}
.search-container .search-content {
  margin: 40px auto 30px;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  height: 55px;
  line-height: 51px;
  width: auto;
  border: none;
  background: transparent;
}
.search-container .search-content .head-input {
  padding-left: 20px;
}
.search-container .custom-select {
  margin: 0;
}
.search-container .head-input {
  line-height: 40px;
  width: 300px;
  height: 40px;
  padding: 0 10px;
  border: none 0;
  font-size: 14px;
}
.search-container .search-btn {
  background: #01c2ac;
  color: #fff;
  text-align: center;
  position: absolute;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 55px;
  width: 130px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-bottom-right-radius: 9px;
  border-top-right-radius: 9px;
}
.search-container .search-remark {
  margin: 0 130px 0 0;
  border-radius: 0;
  width: 90px;
  position: relative;
  cursor: pointer;
  padding-left: 10px;
}
.search-container .search-remark:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  height: auto;
  background: #bdbdbd;
  left: 0;
}
.search-container .search-remark a {
  display: inline-block;
  padding: 0 15px;
  height: 12px;
  line-height: 12px;
  border-left: 1px solid #ccc;
}
.search-container .search-remark .selected {
  padding-left: 0;
  color: #ff0;
  border-left: 0;
}
.search-container .search-bar,
.search-container .advanced-search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.search-container .advanced-search {
  height: 52px;
  padding: 0 18px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  font-size: 15px;
  margin-left: 13px;
}
.search-container .advanced-search span {
  display: block;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}
.search-container .advanced-search span:first-child {
  margin-top: 6px;
}
.search-container .search-bar {
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.search-container .search_type {
  width: 80px;
  margin: 0;
  position: relative;
  overflow: visible;
}
.search-container .search_type:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  height: auto;
  background: #bdbdbd;
  right: -10px;
}
.search-container .left-custom-select {
  background: url(//main-cdn.mzwip.com/images/arrow_down.png) no-repeat 100% 50% !important;
}
.search-container .right-custom-select {
  background: url(//main-cdn.mzwip.com/images/arrow_down.png) no-repeat 90% 50% !important;
}
.search-container .custom-select,
.search-container .head-input {
  float: none;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}
.search-container .custom-select select,
.search-container .head-input select {
  color: #464646;
}
.menu {
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid #383434;
  position: relative;
  z-index: 13;
}
.menu .menu-top {
  overflow: hidden;
}
.menu li {
  float: left;
  text-align: center;
  width: 100px;
}
.menu li.all {
  background: #b1191a;
  width: 190px;
  margin-right: 12px;
  text-align: left;
}
.menu li.all .menu-title {
  padding-left: 15px;
  color: #fff;
}
.menu .menu-title {
  font-size: 16px;
  display: block;
  color: #111;
}
.menu .menu-list {
  position: relative;
  float: left;
  background: #ff0;
  width: 190px;
  height: 420px;
  z-index: 10;
  font-size: 14px;
}
.menu .menu-list li {
  display: block;
  height: 38px;
  width: 100%;
}
.menu .menu-list li.li-more {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #b1191a;
}
.menu .menu-list li.li-more .cta-name {
  text-align: center;
}
.menu .cta-name {
  overflow: hidden;
  color: #fff;
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: left;
}
.menu i {
  color: #fff;
  margin-top: 12px;
}
.menu .phone i {
  margin-top: 0;
  font-size: 20px;
}
.menu .phone i,
.menu .phone span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
.menu .icon-left {
  width: 16px;
  float: left;
  margin-left: 15px;
  margin-right: 8px;
}
.menu .icon-right {
  float: right;
  margin-right: 10px;
}
.menu .menu-right {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 0;
  background: #fff;
  width: 232px;
  border: 10px solid #80d6e0;
  padding: 15px;
}
.menu .menu-right h3 {
  text-align: center;
}
.menu .menu-right .line {
  width: 46px;
  height: 1px;
  opacity: 0.37;
  background: #e5e5e5;
  margin-top: 20px;
}
.menu .menu-right .line.left {
  float: left;
}
.menu .menu-right .line.right {
  float: right;
}
.menu .menu-right span {
  font-size: 16px;
  color: #333;
}
.menu .menu-right .submit {
  background: #ff0;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  display: block;
  width: 100%;
  font-size: 16px;
}
.banner-wrapper {
  overflow: hidden;
}
.banner {
  position: relative;
  overflow: hidden;
  height: 425px;
  background: #00adc1;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  bottom: 19px;
}
.index-sort {
  margin-top: 35px;
  margin-bottom: 35px;
}
.index-sort .sort-title {
  font-size: 20px;
  color: #ff9c00;
  margin-bottom: 15px;
}
.index-sort .sort-list {
  font-size: 0;
}
.index-sort .sort-list li {
  width: 130px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #ededed;
  margin-right: 3px;
  margin-bottom: 3px;
  box-sizing: border-box;
  padding-left: 11px;
}
.index-sort .sort-list a {
  color: #5e5e5e;
}
.promote-container {
  box-sizing: border-box;
}
.promote-container .tm-container {
  position: relative;
}
.promote-container .promote-title-container {
  margin-bottom: 25px;
}
.promote-container .promote-title {
  font-size: 20px;
  color: #3d3d3d;
}
.promote-container .promote-title.active {
  color: #ff0;
  border-bottom: 2px solid #ff0;
  padding-bottom: 3px;
}
.promote-container .emit-tm,
.promote-container .sale-tm {
  font-size: 0;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  width: 100%;
  box-sizing: border-box;
}
.promote-container .sale-tm {
  position: absolute;
  top: 0;
  display: none;
}
.promote-container .img-container {
  width: 199.5px;
  width: calc(100% / 6);
  height: 130px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
}
.promote-container .img-container img {
  max-width: 100%;
  max-height: 130px;
}
.ad-container {
  margin: 25px auto;
}
.index-floor {
  height: 450px;
}
.index-floor.ctg-red {
  border-top: 2px solid #de4547;
}
.index-floor.ctg-red .ifc-ad {
  background: #de4547;
}
.index-floor.ctg-red .ifc-keyword {
  background: #f94e50;
}
.index-floor.ctg-yellow {
  border-top: 2px solid #efb201;
}
.index-floor.ctg-yellow .ifc-ad {
  background: #efb201;
}
.index-floor.ctg-yellow .ifc-keyword {
  background: #f8bf01;
}
.index-floor.ctg-purple {
  border-top: 2px solid #5c71da;
}
.index-floor.ctg-purple .ifc-ad {
  background: #5c71da;
}
.index-floor.ctg-purple .ifc-keyword {
  background: #677ff5;
}
.index-floor .ifc-left {
  width: 240px;
  float: left;
  color: #fff;
}
.index-floor .ifc-ad {
  height: 350px;
  padding: 20px 15px;
  box-sizing: border-box;
}
.index-floor .ifc-ad img {
  margin-top: 15px;
}
.index-floor .ad-guide .ctg-title {
  font-size: 28px;
}
.index-floor .ad-guide .ctg-title span {
  font-size: 35px;
}
.index-floor .ad-guide > span {
  margin: 6px 0;
  font-size: 16px;
  display: block;
}
.index-floor .more {
  color: #fff;
  padding: 3px 7px;
  background: #bc3638;
  font-size: 12px;
}
.index-floor .ifc-keyword {
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
}
.index-floor .ifc-keyword li {
  display: inline-block;
  width: 63px;
  height: 26px;
  line-height: 26px;
}
.index-floor .ifc-keyword a {
  color: #fff;
  font-size: 14px;
}
.index-floor .ifc-keyword a:hover {
  text-decoration: underline;
}
.index-floor .ifc-right {
  width: 960px;
  float: right;
}
.index-floor .ifc-right ul {
  font-size: 0;
}
.index-floor .ifc-right li {
  width: 240px;
  height: 150px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
}
.index-floor .ifc-right li img {
  max-width: 100%;
  max-height: 130px;
}
.news-container {
  background: #f1f1f1;
  font-size: 12px;
  padding: 20px;
  box-sizing: border-box;
}
.news-container .news-item {
  width: 588px;
  height: 435px;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
}
.news-container .news-item.hot-news {
  margin-right: 10px;
}
.news-container .item-title {
  color: #333;
  display: inline-block;
  font-size: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid #ff0;
}
.news-container .inc-hot {
  height: 140px;
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.news-container .inch-img {
  float: left;
  padding: 2px;
  border: 1px solid #E4E4E4;
  margin-right: 20px;
}
.news-container .inch-img img {
  width: 214px;
  height: 134px;
}
.news-container .about-us > img {
  margin: 20px 0;
}
.news-container .about-us h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 8px;
}
.news-container .about-us p {
  font-size: 12px;
  color: #666;
  line-height: 210%;
}
.news-container .about-us a {
  font-size: 12px;
}
.news-container .inchc-title {
  display: block;
  width: 100%;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  padding-top: 5px;
  font-size: 15px;
}
.news-container .inchc-content {
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.news-container .s-red {
  color: #ff0;
}
.news-container .inch-content {
  float: left;
  width: 305px;
  height: 100%;
}
.news-container .inc-ul {
  padding-top: 10px;
}
.news-container .inc-ul a {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  vertical-align: middle;
}
.news-container .inc-ul .s-date {
  float: right;
  font-size: 12px;
  color: #ccc;
}
.news-container .inc-ul em {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ccc;
  margin-right: 10px;
  vertical-align: middle;
}
.footer {
  padding-bottom: 40px;
}
.footer .help-content {
  font-size: 0;
}
.footer .footer-top {
  padding: 25px 0;
  border-bottom: solid 1px #eee;
  margin-bottom: 35px;
}
.footer .footer-top li {
  width: 275px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  border-left: 1px solid #e7e7e7;
}
.footer .footer-top li:first-child {
  border-left: none;
}
.footer .footer-top li i {
  width: 65px;
  height: 65px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 15px;
}
.footer .footer-top li .feature-text {
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-top li p {
  padding-top: 5px;
  font-size: 20px;
  color: #5b5150;
}
.footer .footer-top li span {
  font-size: 14px;
  color: #5b5150;
}
.footer dl {
  display: inline-block;
  vertical-align: top;
  width: 145px;
  padding-left: 35px;
  box-sizing: border-box;
}
.footer dl a {
  color: #666666;
  font-size: 12px;
}
.footer dl a:hover {
  text-decoration: underline;
}
.footer dl.company-info {
  width: 765px;
  padding-left: 70px;
  border-left: 1px solid #ddd;
}
.footer dd,
.footer dt {
  height: 25px;
  line-height: 25px;
}
.footer dt {
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
.footer dd {
  font-size: 12px;
  color: #666;
}
.tutorial-container .tutorial-slider {
  width: 927px;
  height: 613px;
  margin: auto;
}
.tutorial-container h3 {
  font-size: 18px;
  color: #fff;
  background: #333;
  height: 40px;
  line-height: 38px;
}
.tutorial-container:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.tutorial-container .dialog-content {
  max-width: 927px;
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  max-height: 600px;
  position: relative;
}
.tutorial-container .close-btn {
  position: absolute;
  top: 0;
  right: -35px;
  cursor: pointer;
}
.tutorial-container .slick-dots {
  bottom: -30px;
}
.tutorial-container .slick-prev,
.tutorial-container .slick-next {
  width: 46px;
  height: 90px;
  z-index: 9;
}
.tutorial-container .slick-prev:before,
.tutorial-container .slick-next:before {
  content: none;
}
.tutorial-container .slick-prev {
  left: -65px;
  background: url(//main-cdn.mzwip.com/images/arrow_left_slider.png) center center no-repeat;
}
.tutorial-container .slick-prev:hover,
.tutorial-container .slick-prev:focus {
  background: url(//main-cdn.mzwip.com/images/arrow_left_slider.png) center center no-repeat;
}
.tutorial-container .slick-next {
  right: -65px;
  background: url(//main-cdn.mzwip.com/images/arrow_right_slider.png) center center no-repeat;
}
.tutorial-container .slick-next:hover,
.tutorial-container .slick-next:focus {
  background: url(//main-cdn.mzwip.com/images/arrow_right_slider.png) center center no-repeat;
}
.tutorial-container .slick-dots li button:before {
  font-size: 16px;
}
.delegation-container {
  margin-bottom: 20px;
}
.delegation-container .info-container {
  margin-bottom: 6px;
}
.delegation-container img {
  width: 70px;
}
.delegation-container img,
.delegation-container .info-detail {
  display: inline-block;
  vertical-align: middle;
}
.delegation-container .agent-name {
  font-size: 12px;
  color: #070707;
}
.delegation-container li {
  padding-top: 20px;
  padding-bottom: 10px;
}
.delegation-container a {
  height: 22px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  background: url('/images/qq.png') 3px 2px no-repeat #529df5;
  margin: 10px auto 0;
  font-size: 12px;
  text-indent: 18px;
  display: block;
  padding: 1px 5px;
}
.delegation-container p {
  font-size: 12px;
  color: #818181;
  line-height: 1.5em;
}
.quick-register {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 12px;
  width: 200px;
  padding: 0;
}
.quick-register .register-content {
  padding: 25px 20px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-top: 0;
}
.quick-register .header {
  background-color: #01c2ac;
  padding: 15px 0;
}
.quick-register .header .h1 {
  color: #fff;
  font-size: 16px;
  line-height: 200%;
}
.quick-register .h2.bold {
  font-size: 18px;
  color: #01c2ac;
  font-weight: bold;
  line-height: 150%;
  background: none;
}
.quick-register .h2 {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
  line-height: 1;
  background: url(/images/n4/line_bg.png) center center no-repeat;
}
.quick-register .form-control {
  margin-top: 15px;
}
.quick-register p {
  font-size: 12px;
  color: #999;
  margin-bottom: 0px;
  margin-top: 5px;
}
.quick-register p.dark-gray {
  color: #666666;
}
.quick-register p span {
  color: #ff9000;
}
.quick-register input {
  height: 38px;
  line-height: 38px;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 0px;
}
.quick-register .submit-btn {
  font-size: 15px;
  border-radius: 3px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #01c2ac;
  cursor: pointer;
  color: #fff;
  margin: auto;
  margin-top: 20px;
}
.quick-register .submit-btn.green-text {
  color: #01c2ac;
  border: 1px solid #01c2ac;
  background-color: #ecfffd;
}
#find_float_div {
  position: fixed;
  bottom: 0;
  height: 94px;
  z-index: 11;
}
#find_float_div.ffd_bg {
  width: 100%;
}
#find_float_div img {
  margin: 0;
  display: inline;
}
#find_float_div #ffd1 {
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
  bottom: 0;
}
#find_float_div #ffd1 .w1200 {
  overflow: visible;
  height: 94px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
#find_float_div #ffd1 .w1200 #ffd1_img {
  width: 70px;
  margin-left: 53px;
}
#find_float_div #ffd1 .w1200 #ffd1_content1 {
  height: 100%;
  box-sizing: border-box;
  display: flex;
}
#find_float_div #ffd1 .w1200 #ffd1_content1 .find-title {
  margin-left: 32px;
  height: 100%;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}
#find_float_div #ffd1 .w1200 #ffd1_content1 .find-title span {
  color: #44D492;
}
#find_float_div #ffd1 .w1200 #ffd1_content1 .phone_box {
  height: 100%;
  width: 480px;
  margin-left: 45px;
  display: inline-block;
  font-size: 0;
}
#find_float_div #ffd1 .w1200 #ffd1_content1 .phone_box input {
  margin-top: 17px;
  vertical-align: bottom;
  width: 360px;
  line-height: 38px;
  height: 38px;
  padding-left: 15px;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
}
#find_float_div #ffd1 .w1200 #ffd1_content1 .phone_box #recomend {
  width: 120px;
  line-height: 38px;
  height: 38px;
  color: white;
  border: none;
  background: #44D492;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  padding: 0;
}
#find_float_div #ffd1 .w1200 #ffd1_content1 .phone_box #recomend:hover {
  background: linear-gradient(30deg, #44D492 0%, #21d413 100%);
}
#find_float_div #ffd1 .w1200 #ffd1_content1 .phone_box .tips {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
}
#find_float_div #ffd1 .w1200 #ffd1_content1 .phone_box .tips a {
  color: #44D492;
}
#find_float_div #ffd1 .w1200 #ffd2_img {
  position: absolute;
  width: 20px;
  right: 0;
  top: 10px;
  cursor: pointer;
}
#find_float_div #ffd2 {
  display: none;
  position: relative;
  width: 105px;
  padding-right: 15px;
  height: 70px;
  background: linear-gradient(0deg, #00E2CA 0%, #00C0AA 100%);
  border-radius: 0 20px 20px 0;
}
#find_float_div #ffd2 .p1 {
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 100px;
}
#find_float_div #ffd2 #show_float {
  border-bottom: 30px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.tm-item-find {
  padding: 8px;
}
.tm-item-find .find_p {
  padding-bottom: 42px !important;
  color: #01c2ac;
  font-weight: bold;
  font-size: 17px;
}
.tm-item-find input {
  height: 30px;
  line-height: 30px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 13px;
  padding-left: 10px;
  margin-bottom: 15px;
}
.tm-item-find .submit-btn {
  margin: 0 auto;
  color: #01c2ac;
  border: 1px solid #01c2ac;
  background-color: #ecfffd;
  text-align: center;
  padding: 5px 0;
}
.tm-item-find:hover {
  border-color: black;
}
.pay_container input {
  width: 100%;
  height: 37px;
  border-radius: 3px;
  text-indent: 10px;
  border: 1px solid #ddd;
}
.pay_container .title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #17d2b7;
  margin-bottom: 10px;
}
.pay_container #go_pay {
  width: 100%;
  height: 37px;
  line-height: 37px;
  background-color: #17d2b7;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
.pay_container p {
  font-size: 12px;
  line-height: 1.5;
  margin: 10px auto 0;
  width: 80%;
}
.pay_container p span {
  font-weight: bold;
  color: #fda544;
}
.ui-dialog-header {
  background: #01BAA2 !important;
  text-align: center !important;
  font-size: 17px;
}
.ui-dialog-close {
  color: white !important;
  top: -1px !important;
  right: 12px !important;
  font-size: 45px !important;
  position: absolute !important;
  font-weight: 300 !important;
}
#dialoy_notice_normal {
  display: none;
  width: 400px;
}
#dialoy_notice_normal .content {
  text-align: center;
}
#dialoy_notice_normal .content img {
  margin-top: 4px;
}
#dialoy_notice_normal .content p {
  text-align: center;
}
#dialoy_notice_normal .content p.msg {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 10px;
  color: #00D6B6;
}
#dialoy_notice_normal .content p.note {
  font-size: 13px;
  color: #666;
  line-height: 13px;
  margin-top: 18px;
}
#dialoy_notice_normal .content p.note.sub {
  margin-top: 12px;
}
#dialoy_notice_normal .content p.note span {
  color: #fda544;
}
#dialoy_notice_normal .content p.time_close {
  font-size: 12px;
  color: #bcbcbc;
  line-height: 12px;
  margin-top: 19px;
}
#dialoy_notice_normal .content #dnn_jump_btn .show_my_tms {
  line-height: 28px;
  padding: 0 10px;
  color: #fff;
  background-color: #00c0a9;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}
#dialoy_notice,
#tm_dialoy_notice {
  display: none;
  width: 400px;
}
#dialoy_notice .content,
#tm_dialoy_notice .content {
  text-align: center;
}
#dialoy_notice .content img,
#tm_dialoy_notice .content img {
  margin-top: 4px;
}
#dialoy_notice .content p,
#tm_dialoy_notice .content p {
  text-align: center;
}
#dialoy_notice .content p.msg,
#tm_dialoy_notice .content p.msg {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 10px;
  color: #00D6B6;
}
#dialoy_notice .content p.note,
#tm_dialoy_notice .content p.note {
  font-size: 13px;
  color: #666;
  line-height: 13px;
  margin-top: 15px;
}
#dialoy_notice .content p.note.sub,
#tm_dialoy_notice .content p.note.sub {
  margin-top: 13px;
}
#dialoy_notice .content p.note span,
#tm_dialoy_notice .content p.note span {
  color: #fda544;
}
#dialoy_notice .content p.time_close,
#tm_dialoy_notice .content p.time_close {
  font-size: 12px;
  color: #bcbcbc;
  line-height: 12px;
  margin-top: 19px;
}
.ui-dialog .ui-dialog-body {
  padding: 0;
}
.pd_shadow {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  left: 0;
  top: 0;
}
.patent_dialog {
  position: absolute;
  min-width: 200px;
  top: 200px;
  left: 200px;
  background: white;
  z-index: 1000;
  border-radius: 5px;
}
.patent_dialog .pd_title {
  background: #01BAA2;
  text-align: center;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  position: relative;
}
.patent_dialog .pd_title .pd_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.patent_dialog .pd_content {
  padding: 15px 25px;
}
.ui-dialog .ui-dialog-close {
  text-shadow: none;
  opacity: 1;
  font-weight: normal !important;
  top: 2px !important;
}
.ui-dialog .ui-dialog-title {
  padding: 0;
}
#tm_pay_window,
#tm_pay_vip_window {
  width: 450px;
  display: none;
}
#tm_pay_window .tm_pay-container,
#tm_pay_vip_window .tm_pay-container {
  width: 350px;
  margin: 0 auto;
}
#tm_pay_window .tm_pay-container .nums,
#tm_pay_vip_window .tm_pay-container .nums {
  margin-top: 13px;
  display: inline-block;
}
#tm_pay_window .tm_pay-container .nums dt,
#tm_pay_vip_window .tm_pay-container .nums dt {
  float: left;
  font-size: 14px;
  color: #666;
  width: 110px;
  line-height: 37px;
  text-align: right;
}
#tm_pay_window .tm_pay-container .nums dd,
#tm_pay_vip_window .tm_pay-container .nums dd {
  float: left;
  font-size: 14px;
  color: #666;
}
#tm_pay_window .tm_pay-container .nums dd input,
#tm_pay_vip_window .tm_pay-container .nums dd input {
  width: 150px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  text-indent: 7px;
  margin-right: 10px;
  height: 37px;
  margin-top: 0;
  font-size: 12px;
}
#tm_pay_window .tm_pay-container .nums dd input::placeholder,
#tm_pay_vip_window .tm_pay-container .nums dd input::placeholder {
  color: #bcbcbc;
}
#tm_pay_window .tm_pay-container .nums dd p,
#tm_pay_vip_window .tm_pay-container .nums dd p {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}
#tm_pay_window .tm_pay-container .price,
#tm_pay_vip_window .tm_pay-container .price {
  display: inline-block;
}
#tm_pay_window .tm_pay-container .price dt,
#tm_pay_vip_window .tm_pay-container .price dt {
  float: left;
  font-size: 14px;
  color: #fda544;
  width: 110px;
  line-height: 37px;
  text-align: right;
  font-weight: bold;
  margin-top: 5px;
}
#tm_pay_window .tm_pay-container .price dd,
#tm_pay_vip_window .tm_pay-container .price dd {
  float: left;
  font-size: 14px;
  color: #fda544;
  line-height: 37px;
  margin-top: 5px;
}
#tm_pay_window .tm_pay-container .price dd .p,
#tm_pay_vip_window .tm_pay-container .price dd .p {
  font-size: 20px;
  font-weight: bold;
}
#tm_pay_window .tm_pay-container .price dd .g,
#tm_pay_vip_window .tm_pay-container .price dd .g {
  font-size: 12px;
  color: #949494;
}
#tm_pay_window .tm_pay-container .vip_cont,
#tm_pay_vip_window .tm_pay-container .vip_cont {
  display: none;
}
#tm_pay_window .tm_pay-container .vip_cont dt,
#tm_pay_vip_window .tm_pay-container .vip_cont dt {
  float: left;
  font-size: 14px;
  width: 110px;
  text-align: right;
  margin-top: 3px;
}
#tm_pay_window .tm_pay-container .vip_cont dd,
#tm_pay_vip_window .tm_pay-container .vip_cont dd {
  float: left;
  font-size: 12px;
  color: #00c0a9;
  line-height: 12px;
  margin-top: -15px;
  font-weight: bold;
}
#tm_pay_window .tm_pay-container .tm_pay_btn,
#tm_pay_vip_window .tm_pay-container .tm_pay_btn {
  margin-bottom: 12px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 19px;
  display: inline-block;
  background-color: #fda544;
}
#tm_pay_window .note,
#tm_pay_vip_window .note {
  color: #999;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
#tm_pay_window .note:last-child,
#tm_pay_vip_window .note:last-child {
  margin-bottom: 10px;
}
#tm_pay_vip_window .tm_pay-container .nums dt {
  font-weight: normal;
}
#tm_pay_vip_window .tm_pay-container .nums dd {
  font-size: 16px;
  font-weight: bold;
  color: #fda544;
  line-height: 37px;
}
#tm_pay_vip_window .tm_pay-container .price dd {
  line-height: 33px;
}
#tm_pay_vip_window .tm_pay-container .vip_cont {
  display: block;
}
#tm_pay_vip_window .tm_pay-container .vip_cont dd {
  margin-top: -5px;
}
#tm_pay_vip_window .tm_pay-container .tm_pay_btn {
  margin-top: 10px;
}
#view_phone_recharge_window {
  width: 450px;
  display: none;
}
#view_phone_recharge_window .vp-container {
  width: 420px;
  margin: 0 auto;
}
#view_phone_recharge_window .vp-container .vp_tit {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
}
#view_phone_recharge_window .vp-container .radio_cont {
  width: 100%;
}
#view_phone_recharge_window .vp-container .radio_cont label {
  width: 100%;
  border-bottom: 1px dashed #dcdcdc;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
#view_phone_recharge_window .vp-container .radio_cont label .price {
  float: right;
  font-size: 16px;
  color: #ff7900;
  width: 45px;
  display: inline-block;
  text-align: left;
  margin-right: 5px;
}
#view_phone_recharge_window .vp-container .radio_cont label .price span {
  font-weight: bold;
  font-size: 17px;
}
#view_phone_recharge_window .vp-container .notes {
  margin-top: 3px;
}
#view_phone_recharge_window .vp-container .notes p {
  font-size: 12px;
  color: #666;
  line-height: 24px;
}
#view_phone_recharge_window .vp-container .notes p.indent {
  text-indent: 19px;
}
#view_phone_recharge_window .vp-container .need_pay {
  font-size: 13px;
  color: #fda544;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
#view_phone_recharge_window .vp-container .need_pay span {
  font-size: 20px;
  color: #ff7900;
}
#view_phone_recharge_window .vp-container .recharege_pay_btn {
  line-height: 38px;
  width: 350px;
  border-radius: 38px;
  background-color: #fda544;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  display: block;
  margin: 15px auto 20px;
}
.float_view_phone {
  position: fixed;
  z-index: 10;
  width: 65px;
  cursor: pointer;
  border-radius: 5px;
}
.float_view_phone img {
  width: 100%;
}
#float_view_phone_container {
  display: none;
}
#float_view_container {
  position: relative;
  display: inline-block;
}
#float_view_container #hammer {
  float: left;
}
#float_view_container #ab_md {
  position: absolute;
  top: 0;
  right: -100px;
}
#float_view_container #last_btn {
  position: absolute;
  left: 380px;
  bottom: 10px;
  width: 200px;
  height: 50px;
  cursor: pointer;
}
body .vex.vex-theme-default .float_view_phone_close {
  top: 24px;
  right: 75px;
}
body .vex.vex-theme-default .float_view_phone_close:before {
  font-size: 30px;
  color: #999;
}
.detail-left-quick-register {
  background-color: #f5f5f5;
  width: 100%;
  border: 1px solid #eee;
}
.detail-left-quick-register .top_titles {
  width: 100%;
  height: 137px;
  background: #ff9300;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #ffb400, #ff9300);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #ffb400, #ff9300);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-top: 18px;
  text-align: center;
}
.detail-left-quick-register .top_titles .tit1 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
}
.detail-left-quick-register .top_titles .tit2 {
  font-size: 12px;
  color: #feef00;
  line-height: 12px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.detail-left-quick-register .top_titles .p_note {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  margin-top: 0;
  margin-bottom: 8px;
}
.detail-left-quick-register .register-content {
  background-color: transparent;
  border: none;
  padding: 27px 0 18px;
  width: 175px;
  margin: 0 auto;
}
.detail-left-quick-register .register-content .input_label {
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  line-height: 12px;
  margin-bottom: 6px;
}
.detail-left-quick-register .register-content .form-control {
  margin: 0 0 14px;
  border: none;
}
.detail-left-quick-register .register-content .form-control input {
  font-size: 12px;
  padding: 0;
  text-indent: 15px;
  background-color: #fff;
  border: none;
}
.detail-left-quick-register .register-content .form-control input::placeholder {
  color: #000;
}
.detail-left-quick-register .register-content .submit-btn {
  margin-top: 14px;
  height: 37px;
  line-height: 37px;
  border-radius: 4px;
  border: none;
  background-color: #ff7e00;
  color: #fff;
}
.search-right-quick-register {
  background: #00b990;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #00d6ba, #00b990);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #00d6ba, #00b990);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-top: 32px;
}
.search-right-quick-register .tit,
.search-right-quick-register .tit2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 18px;
}
.search-right-quick-register .tit2 {
  margin-top: 6px;
}
.search-right-quick-register .register-content {
  background-color: transparent;
  border: none;
  padding: 27px 0 20px;
  width: 175px;
  margin: 0 auto;
}
.search-right-quick-register .register-content .form-control {
  margin: 0 0 15px;
  border: none;
}
.search-right-quick-register .register-content .form-control input {
  font-size: 13px;
  padding: 0;
  text-indent: 15px;
  background-color: #57d9c1;
  border: none;
}
.search-right-quick-register .register-content .form-control input::placeholder {
  color: #fff;
}
.search-right-quick-register .register-content .submit-btn {
  margin-top: 22px;
  height: 37px;
  line-height: 37px;
  border-radius: 37px;
  background-color: #ffde00;
  color: #020202;
}
.search-right-quick-register .register-content .dark {
  margin-top: 13px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.search-right-quick-register .register-content .dark span {
  color: #ffde00;
  margin: 0 3px;
}
#seo_footer_html {
  text-align: center;
}
.why_choose_us {
  padding: 40px 0;
}
.why_choose_us .mp_content {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
  z-index: 10;
}
.why_choose_us .mp_content .p1 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 70px;
}
.why_choose_us .mp_content .us {
  width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
}
.footer_left_phone_box {
  height: 0;
}
.footer_left_phone_box .mp_content {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
  z-index: 10;
  background: url('../images/2022/base/footer_left_phone_box/sleeve-electricity.png') center no-repeat;
  background-size: cover;
  height: 448px;
  box-shadow: 0 0 21px 3px rgba(162, 159, 159, 0.1);
  padding-left: 600px;
  box-sizing: border-box;
  padding-top: 65px;
}
.footer_left_phone_box .mp_content .p1 {
  font-size: 26px;
  font-weight: 800;
  color: #333333;
  line-height: 36px;
  background: url('../images/2022/base/mz_doll.png') top left 180px no-repeat;
  background-size: 33px auto;
}
.footer_left_phone_box .mp_content .p2 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.footer_left_phone_box .mp_content .phone_cont input {
  width: 449px;
  height: 48px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 48px;
}
.footer_left_phone_box .mp_content .phone_cont input.phone_input {
  margin-top: 30px;
  border: 1px solid #ABAEAD;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.7);
}
.footer_left_phone_box .mp_content .phone_cont input.submit-btn {
  margin-top: 8px;
  background: #FFA200;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
.footer_left_phone_box .mp_content .p3 {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  line-height: 20px;
}
.footer_left_phone_box .mp_content .p3 a {
  color: #44D492;
}
.bottom_help .mp_content {
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  border-radius: 10px;
  background-color: #fff;
}
.bottom_help .mp_content.patent_zlsj_bottom_help {
  background-image: url('../../images/patent_service/zlsj/fpq_bg.png');
}
.bottom_help .mp_content.copyright_bottom_help {
  background-image: url('../../images/pc_service/copyright/fpq_bg.png');
}
.bottom_help .mp_content.design_bottom_help_0 {
  background-image: url('../../images/pc_service/design/bt_01.png');
}
.bottom_help .mp_content.design_bottom_help_1 {
  background-image: url('../../images/pc_service/design/bt_02.png');
}
.bottom_help .mp_content.design_bottom_help_2 {
  background-image: url('../../images/pc_service/design/bt_03.png');
}
.bottom_help .mp_content.design_bottom_help_3 {
  background-image: url('../../images/pc_service/design/bt_06.png');
}
.bottom_help .mp_content.design_bottom_help_4 {
  background-image: url('../../images/pc_service/design/bt_04.png');
}
.bottom_help .mp_content.design_bottom_help_5 {
  background-image: url('../../images/pc_service/design/bt_05.png');
}
.bottom_help .mp_content.zcfw_service_bottom {
  background-image: url('../../images/pc_service/zcfw/Sleeveelectricity-06.png');
}
.bottom_help .mp_content.gjsb_zc_service_bottom {
  background-image: url('../../images/pc_service/gjsb_zc/Sleeveelectricity-06.png');
}
.bottom_help .mp_content.gjzl_bottom_help {
  background-image: url('../../images/pc_service/gjzl/Sleeveelectricity-06.png');
}
.bottom_help .mp_content.top_event_bottom {
  background-image: url('../../images/pc_service/news/Sleeveelectricity-06.png');
}
.bottom_help .mp_content.tag_service_bottom_help {
  background-image: url('../../images/pc_service/tags/Sleeveelectricity-06.png');
}
.footer_line_ {
  width: 100%;
  height: 1px;
  display: inline-block;
  border-bottom: 1px solid #E5E5E5;
}
.pc_footer.pc_footer_class_2 {
  height: 1073px;
  padding-bottom: 0;
  z-index: -1;
  margin-top: -220px;
}
.pc_footer.pc_footer_class_2 .pc_footer_content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100px;
}
body .show-visit-check-content {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1999;
  height: 100%;
  width: 100%;
}
body .show-visit-check-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
}
body .show-visit-check-container {
  text-align: center;
  width: 340px;
  margin: 200px auto 0;
  position: relative;
  background-color: #fff;
  padding: 20px 0 0;
  border-radius: 9px;
  z-index: 200;
}
body .show-visit-check-container .captcha-slider {
  width: 278px;
  height: 285px;
  z-index: 999;
  box-sizing: border-box;
  padding: 9px;
  margin: 0 auto;
}
body .show-visit-check-container .captcha-slider .slider-content {
  width: 100%;
  height: 159px;
  position: relative;
}
body .show-visit-check-container .bg-img-div {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(0px, 0px);
}
body .show-visit-check-container .slider-img-div {
  height: 100%;
  position: absolute;
  transform: translate(0px, 0px);
}
body .show-visit-check-container .bg-img-div img {
  width: 100%;
}
body .show-visit-check-container .slider-img-div img {
  height: 100%;
}
body .show-visit-check-container .captcha-slider .slider-move {
  height: 60px;
  width: 100%;
  margin: 20px 0 0;
  position: relative;
}
body .show-visit-check-container .captcha-slider .bottom {
  height: 19px;
  width: 100%;
}
body .show-visit-check-container .refresh-btn,
body .show-visit-check-container .close-btn,
body .show-visit-check-container .slider-move-track,
body .show-visit-check-container .slider-move-btn {
  background: url(https://static.geetest.com/static/ant/sprite.1.2.4.png) no-repeat;
}
body .show-visit-check-container .refresh-btn,
body .show-visit-check-container .close-btn {
  display: inline-block;
}
body .show-visit-check-container .slider-move .slider-move-track {
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  color: #88949d;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
body .show-visit-check-container .captcha-slider {
  user-select: none;
}
body .show-visit-check-container .slider-move .slider-move-btn {
  transform: translate(0px, 0px);
  background-position: -5px 11.79625%;
  position: absolute;
  top: -12px;
  left: 0;
  width: 66px;
  height: 66px;
}
body .show-visit-check-container .slider-move-btn:hover,
body .show-visit-check-container .close-btn:hover,
body .show-visit-check-container .refresh-btn:hover {
  cursor: pointer;
}
body .show-visit-check-container .bottom .close-btn {
  width: 20px;
  height: 20px;
  background-position: 0 44.86874%;
}
body .show-visit-check-container .bottom .refresh-btn {
  width: 20px;
  height: 20px;
  background-position: 0 81.38425%;
}
body .show-visit-check-container .svc-notice {
  font-size: 20px;
}
body .show-visit-check-container .svc-notice2 {
  margin-top: 9px;
  font-size: 14px;
  letter-spacing: 0.1px;
  display: block;
  color: #999;
  white-space: pre-line;
  font-weight: 400;
  margin-bottom: 10px;
}
body .show-visit-check-container .svc-title {
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto;
}
body .show-visit-check-container .svc-title input {
  height: 46px;
  width: 227px;
  border: 1px solid #44D492;
  border-radius: 4px;
  text-indent: 20px;
}
body .show-visit-check-container .svc-submit {
  background: #44D492;
  border-color: #44D492;
  width: 120px;
  color: #fff;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 5px;
}
#keywords_popupmenu {
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 43px;
  left: 0px;
  z-index: 10;
  border-bottom: 1px solid #2ADBB0;
  border-left: 1px solid #2ADBB0;
  border-right: 1px solid #2ADBB0;
  border-radius: 0px 0px 4px 4px;
  box-sizing: content-box;
}
#keywords_popupmenu #keywords_popupmenu_content {
  width: 100%;
  display: inline-block;
  text-align: left;
}
#keywords_popupmenu.s-menu-hidden {
  visibility: hidden;
}
#keywords_popupmenu .popupmenu_ul {
  width: 96%;
  margin: 0 auto;
  border-top: 1px solid #E5E5E5;
}
#keywords_popupmenu .popupmenu_ul li {
  height: 32px;
  line-height: 32px;
}
#keywords_popupmenu .popupmenu_ul li.s-menuitem-hover {
  background-color: rgba(239, 239, 239, 0.35);
}
#keywords_popupmenu .popupmenu_ul li a {
  color: #333333;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
#keywords_popupmenu .popupmenu_ul li a i {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  margin-top: 10px;
  background-image: url('../images/member/s_icon.png');
}
#keywords_popupmenu .popupmenu_ul li a span {
  color: #09DFA1;
}
#keywords_popupmenu .big-login-container {
  width: 100%;
  height: 235px;
  text-align: center;
  padding-top: 37px;
}
#keywords_popupmenu .big-login-container .limg {
  margin-top: 37px;
}
#keywords_popupmenu .keyword-bottom-login {
  width: 96%;
  margin: 0 auto;
  border-top: 1px solid #E5E5E5;
  height: 52px;
  line-height: 60px;
  text-indent: 8px;
}
#keywords_popupmenu .keyword-bottom-login span {
  float: left;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
}
#keywords_popupmenu .keyword-bottom-login img {
  margin-left: 13px;
  margin-top: 7px;
  width: auto;
  height: auto;
}
.trademark-need-login-container {
  width: 100%;
  padding: 177px 0 151px;
  background-color: #fff;
  background-image: url('../../images/brandSearch/list_bg.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 15px;
  border-radius: 4px;
}
.trademark-need-login-container .trademark-login-body {
  width: 830px;
  height: 460px;
  background: #FFFFFF;
  border-radius: 6px;
  margin: 0 auto;
}
.trademark-need-login-container .trademark-login-body .trademark-login-left {
  width: 400px;
  height: 460px;
  float: left;
}
.trademark-need-login-container .trademark-login-body .trademark-login-right {
  width: 430px;
  height: 460px;
  float: right;
  position: relative;
}
.trademark-need-login-container .trademark-login-body .trademark-login-right .panel-wechat-body {
  margin-top: 48px;
}
.trademark-need-login-container .trademark-login-body .trademark-login-right .panel-wechat-body .wechat_iframe_title {
  margin-left: 37px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.trademark-need-login-container .trademark-login-body .trademark-login-right .panel-wechat-body .wechat_iframe {
  position: absolute;
  right: 120px;
  top: 140px;
  width: 178px;
  height: 178px;
}
.trademark-need-login-container .trademark-login-body .trademark-login-right .panel-wechat-body .wx_code_note {
  width: 147px;
  height: 34px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  position: absolute;
  top: 411px;
  left: 218px;
  text-align: center;
}
.trademark-need-login-container .trademark-login-body .trademark-login-right .panel-wechat-body .wechat_login_foot_notice {
  text-align: center;
  color: #333;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 78px;
}
.trademark-need-login-container .trademark-login-body .trademark-login-right .panel-wechat-body .wechat_login_foot_notice a {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin: 0 13px;
  text-decoration: none;
}
.trademark-need-login-container .trademark-login-body .trademark-login-right .panel-wechat-body .wechat_login_foot_notice a:hover {
  color: #00D396;
}
.trademark-need-login-container .trademark-login-body .trademark-login-right .panel-wechat-body .wechat_login_foot_notice .svc-submit {
  background: #44D492;
  border-color: #44D492;
  width: 120px;
  color: #fff;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 5px;
}
body {
  padding-top: 70px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fr-nav li .fr-register .h2.bold {
  color: #fff;
}
.autocomplete-suggestions {
  border: 1px solid #DCDCDC;
  background: #FFF;
  overflow: auto;
}
.autocomplete-suggestion {
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  color: #000000;
  font-size: 13px;
}
.autocomplete-suggestion strong {
  font-size: 13px;
  font-weight: normal;
  color: #000000;
}
.autocomplete-suggestion.autocomplete-selected {
  background: #FF9000;
  color: #fff;
}
.autocomplete-suggestion.autocomplete-selected strong {
  color: #fff;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
.h1 {
  font-size: 30px;
  color: #434343;
  font-weight: normal;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
body.vex-open {
  overflow: auto !important;
}
i.icon-jifenshangcheng:before {
  color: #e7c212;
  margin-top: -2px;
}
.vex-theme-default {
  overflow: hidden !important;
}
.ui-entrance-container.ui-entrance {
  display: none !important;
}
.tooltipster-light {
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #ededed;
  color: #666666;
}
.switch_container .tab_ul .tab {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  line-height: 31px;
}
.switch_container .tab_content {
  display: none;
}
.switch_container .tab_content:first-child {
  display: block;
}
.switch_container table.tab_content:first-child {
  display: table;
}
.tooltipster-light .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}
#newBridge .nb-invite-wrap-base {
  display: none !important;
}
#newBridge .nb-nodeboard-base {
  opacity: 0;
}
#YSF-BTN-HOLDER {
  right: -300px !important;
}
#YSF-PANEL-INFO {
  right: 100px !important;
  z-index: 9999999999999;
}
.vex {
  z-index: 9999;
}
a.singup_btn {
  font-weight: normal;
}
input[type="file"] {
  color: transparent;
  line-height: 14px;
  font-size: 13px;
  border: none;
  width: 100px;
  height: 25px;
  display: block;
  margin: auto !important;
}
input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
input[type="file"]:before {
  content: "上传效果图";
  color: #fff;
  display: inline-block;
  background: #fda544;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  box-sizing: border-box;
}
input[type="file"]:focus {
  outline: 0;
}
input[type="file"].upload-btn {
  width: 150px;
  height: 35px;
  margin-top: 8px !important;
  border-radius: 4px;
  overflow: hidden;
  padding-left: 0;
}
input[type="file"].upload-btn:before {
  content: "";
  width: 150px;
  height: 35px;
  padding: 0;
  line-height: 34px;
  background: url(../images/upload.png) 0 0 no-repeat;
  background-size: 100%;
  border: none;
}
input[type="file"].upload-btn:hover:before {
  background: url(../images/upload.png) 0 100% no-repeat;
  background-size: 100%;
}
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.loading-container .loading-bar {
  height: 1px;
  background: #ff9c00;
}
.loading-container img {
  margin: 4px;
  width: 20px;
}
.vex.vex-theme-default .vex-content {
  padding: 0;
  background: #fff;
  width: 570px;
  overflow: hidden;
}
.dialog {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: none;
}
.dialog:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.dialog .dialog-content {
  max-width: 927px;
  width: 90%;
  display: inline-block;
  vertical-align: middle;
  max-height: 600px;
  position: relative;
}
.dialog .close-btn {
  position: absolute;
  top: 0;
  right: -35px;
  cursor: pointer;
}
.dialog-container {
  width: 570px;
}
.dialog-container * {
  box-sizing: border-box;
}
.dialog-container.login-container {
  padding-top: 0;
}
.dialog-container .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: #fff none;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dialog-container .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dialog-container .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
}
.dialog-container .panel-heading {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #efefef;
  height: 50px;
  line-height: 50px;
}
.dialog-container .panel-body {
  text-align: center;
  width: 370px;
  margin: auto;
  padding: 30px 0 10px;
  border: 0;
}
.dialog-container .panel-body .form-control {
  padding: 6px 37px;
  border-radius: 20px;
  margin-bottom: 5px;
  background: url(../images/login-phone.png) no-repeat 10px center;
  background-size: 17px 17px;
}
.dialog-container .panel-body .form-control#input_verify_code {
  background: url(../images/login-key.png) no-repeat 10px center;
  background-size: 16px 18px;
}
.dialog-container .panel-body #sendVerifySmsButton {
  color: white;
  background-color: #ff9600;
  border: none;
  border-radius: 0 20px 20px 0;
  width: 160px;
}
.dialog-container .panel-body #mobile-error {
  font-size: 12px;
  line-height: 12px;
  margin-left: 20px;
}
.dialog-container .panel-body #mobile-error.error {
  border: none !important;
}
.dialog-container .align-right {
  text-align: right !important;
}
.dialog-container.register-container .register-from {
  text-align: right;
}
.dialog-container.register-container .register-from label.error {
  display: block;
  text-align: left;
  width: 360px;
  float: right;
}
.dialog-container.register-container .panel-body {
  width: 440px;
  padding-bottom: 20px;
}
.dialog-container.register-container .form-control,
.dialog-container.register-container .input-group {
  width: 360px;
  display: inline-block;
  vertical-align: middle;
}
.dialog-container.register-container .signup {
  width: 100%;
  height: 40px;
  background: #fda544;
  color: #fff;
  border: none;
}
.dialog-container.register-container .bottom {
  margin-left: 75px;
  text-align: left;
  color: #6b6b6b;
  font-size: 14px;
  margin-top: 20px;
}
.dialog-container.register-container .bottom a {
  color: #6b6b6b;
  font-size: 14px;
}
.dialog-container.register-container .bottom a.weixin_signup {
  color: #fda544;
}
.dialog-container.register-container .bottom a img {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
}
.dialog-container .nav-tabs {
  border-bottom: 3px solid #eaeaea;
  height: 46px;
  text-align: center;
  font-size: 0;
}
.dialog-container .nav-tabs li {
  display: inline-block;
  width: 33.3%;
}
.dialog-container .nav-tabs a {
  line-height: 1.42857143;
  border-bottom: 3px solid transparent;
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #464646;
}
.dialog-container .nav-tabs .mobile_login {
  position: relative;
}
.dialog-container .nav-tabs .mobile_login:before,
.dialog-container .nav-tabs .mobile_login:after {
  content: "";
  width: 1px;
  background: #dedede;
  top: 12px;
  bottom: 12px;
  position: absolute;
}
.dialog-container .nav-tabs .mobile_login:after {
  right: 0;
}
.dialog-container .nav-tabs .mobile_login:before {
  left: 0;
}
.dialog-container .nav-tabs .active a {
  color: #529df5;
  cursor: default;
  background-color: #fff;
  border-bottom-color: #529df5;
}
.dialog-container .tab-content {
  margin-top: 30px;
  text-align: left;
}
.dialog-container .tab-content .tab-pane {
  display: none;
}
.dialog-container .tab-content .active {
  display: block;
}
.dialog-container .form-group {
  margin-bottom: 15px;
  overflow: hidden;
}
.dialog-container .form-group.has-error {
  margin-bottom: 3px;
}
.dialog-container .rule-group {
  text-align: left;
  padding-left: 75px;
}
.dialog-container .rule-group .rule {
  color: #6b6b6b;
  font-size: 14px;
}
.dialog-container .rule-group .rule a {
  color: #529df5;
}
.dialog-container .rule-group2 {
  position: absolute;
  bottom: 90px;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  margin-bottom: 3px;
}
.dialog-container .rule-group2 label {
  display: inline-block !important;
  font-size: 12px;
  line-height: 12px;
}
.dialog-container .rule-group2 .rule {
  color: #6b6b6b;
}
.dialog-container .rule-group2 .rule a {
  color: #529df5;
}
.dialog-container .signup-group {
  margin: 0 75px;
}
.dialog-container .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
  font-size: 16px;
  color: #393939;
  display: inline-block;
  width: 55px;
  margin-right: 10px;
}
.dialog-container .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
}
.dialog-container .checkbox input[type='checkbox'] {
  margin: 4px 0 0 -20px;
}
.dialog-container .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  width: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
}
.dialog-container .btn:focus {
  outline: none;
}
.dialog-container .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.dialog-container .btn-link {
  font-weight: 400;
  color: #999999;
  border-radius: 0;
  font-size: 12px;
  padding: 0 20px;
  height: 20px;
}
.dialog-container .btn-link + .btn-link,
.dialog-container .btn-link.forget_btn {
  border-left: 1px solid #dedede;
  margin-left: -5px;
}
.dialog-container .mobile_singup_btn {
  padding: 0;
}
.dialog-container .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.dialog-container .input-group {
  position: relative;
  width: 100%;
  display: inline-block;
}
.dialog-container .input-group .form-control:first-child {
  position: relative;
  z-index: 3;
}
.dialog-container .input-group .input-group-btn {
  z-index: 3;
  position: absolute;
  right: 0;
  top: 0;
}
.dialog-container .input-group .input-group-btn > .btn {
  margin-left: -3px;
  height: 40px;
  background: #fbfbfb;
  color: #fda544;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dialog-container .error {
  color: #a94442;
  font-size: 14px;
  display: block !important;
  text-align: left;
}
.dialog-container .has-error .control-label {
  color: #a94442;
}
.dialog-container .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.dialog-container .submit-btn {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background-color: #00D6B6;
  border-radius: 20px;
  border: none;
  font-weight: bold;
}
.dialog-container .mobile-login .bottom {
  text-align: left;
}
.dialog-container .bottom {
  text-align: center;
}
.login-container {
  padding: 0;
}
.tip-dialog .dialog-content {
  padding: 40px 10px 10px 10px;
  overflow: hidden;
}
.tip-dialog .dialog-content .left {
  float: left;
  margin-right: 115px;
  margin-left: 35px;
}
.tip-dialog .dialog-content .left dd {
  margin-left: 0;
}
.tip-dialog .dialog-content .right {
  float: left;
  background: url(../images/li_style.png) 0 0 no-repeat;
}
.tip-dialog .dialog-content .right dd {
  margin-left: 20px;
}
.tip-dialog .pros-container {
  overflow: hidden;
}
.tip-dialog h1 {
  font-size: 18px;
  font-weight: bold;
  background: #f5f5f5;
  color: #529df5 !important;
  height: 45px;
  line-height: 45px;
  border-bottom: solid 1px #ddd;
  text-align: center;
}
.tip-dialog dt {
  font-size: 18px;
  color: #529df5;
  margin-bottom: 20px;
}
.tip-dialog dd {
  font-size: 14px;
  color: #666;
  margin: 10px;
}
.tip-dialog .no-tip {
  float: right;
}
.tip-dialog .no-tip label,
.tip-dialog .no-tip input {
  display: inline-block;
  vertical-align: middle;
}
.tip-dialog .no-tip label {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.tip-dialog .auth-now {
  font-size: 14px;
  color: #fff;
  background: #529df5;
  width: 200px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin: 35px auto 15px;
  border-radius: 3px;
  display: block;
}
.tip-container {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 999999;
}
.tip-container .tip {
  margin-top: 10px;
  text-align: right;
}
.tip-container .tip span {
  background: #529DF5;
  border-radius: 4px;
  padding: 2px 10px;
  color: white;
}
.tip-container .tip span#new-message-tip a {
  color: white;
}
#newBridge .icon-right-center {
  top: auto !important;
  margin-top: auto !important;
  right: 8px !important;
  bottom: 16px !important;
  width: 30px !important;
  height: 120px !important;
}
#newBridge .nb-icon-skin-0 .nb-icon-icon {
  width: 30px !important;
  height: 120px !important;
  background: url(../images/skin_im.png) !important;
}
#newBridge .nb-icon-skin-0 .nb-icon-icon .nb-icon-bridge-base {
  background: none !important;
  height: 120px;
  width: 30px;
  margin-left: auto !important;
  margin-top: auto !important;
}
#BDBridgeFixedWrap,
#newBridge {
  position: fixed !important;
  right: 8px;
  bottom: 16px;
}
#qiao-icon-wrap .qiao-icon-head {
  background: url(../images/skin_im.png) !important;
}
#qiao-icon-wrap .qiao-icon-head {
  width: 30px !important;
  height: 120px !important;
}
#kx_verify {
  vertical-align: middle;
}
.vex-dialog-form {
  padding: 30px;
}
.ajax-img {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  border: #DDDDDD 2px solid;
  margin: 5px;
  min-width: 73px;
  min-height: 50px;
}
.ajax-img .delete-btn {
  position: absolute;
  bottom: 3px;
  cursor: pointer;
  right: 3px;
}
.ajax-img .kv-upload-progress.hide {
  display: none;
}
.ajax-img .btn-file {
  background: #ffbe35;
  color: white;
  border: none;
  margin: 0;
  border-radius: 3px;
  width: auto;
  padding: 0 10px;
}
.ajax-img .file-preview {
  display: none;
}
.ajax-img .errorMessage {
  display: none !important;
}
.ajax-img.new-image {
  border: none;
}
.ajax-img.new-image .file-input {
  right: 0px;
}
.ajax-img .btn-file {
  float: right;
}
.ajax-img:hover .delete-btn {
  display: block;
}
.ajax-img.removable .delete-btn {
  visibility: visible;
}
.ajax-img.removable .file-input {
  right: 40px;
}
.ajax-img .delete-btn {
  display: none;
  visibility: hidden;
  color: red;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ajax-img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  text-align: center;
  display: block;
}
.ajax-img .desc {
  font-size: 30px;
  line-height: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: #9C9C9C;
  margin-top: -15px;
}
.ajax-img .bg {
  text-align: center;
}
.ajax-img .file-input {
  bottom: 3px;
  right: 5px;
  display: none;
  position: absolute;
}
.ajax-img.new-image .file-input,
.ajax-img:hover .file-input {
  display: block;
}
.middle-btn {
  border: none;
  font-size: 14px;
  padding: 6px 15px;
  border-radius: 4px;
}
.small-round-btn {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
}
.gt_mask {
  z-index: 999999;
}
.wx_item {
  display: none !important;
}
.weixin .wx_item {
  display: inline-block !important;
}
#newBridge .nb-icon-base {
  position: fixed;
  _position: absolute;
  cursor: pointer;
  border-radius: 5px;
  left: -99999px !important;
}
#newBridge .nb-icon-base .nb-icon-icon {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  left: -10000px;
}
.delay_show {
  display: none !important;
}
a.fuc_fuc {
  /* text-overflow: ellipsis; */
  width: 100px;
  /* overflow: hidden; */
  /* display: inline-flex; */
  /* text-overflow: ellipsis; */
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  min-width: 1200px;
}
.w1200 {
  width: 1200px;
  margin: auto;
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.custom-select {
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  background: #fff url(../images/arrow_down.png) no-repeat 90% 50%;
}
.custom-select select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  border-image: none;
  appearance: none;
  background: transparent;
  height: auto;
  color: black;
  font-size: 14px;
}
.custom-select select:focus {
  outline: none;
}
.parent {
  text-align: center;
  font-size: 0;
}
.parent:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.parent .child {
  display: inline-block;
  vertical-align: middle;
}
#body-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 800px;
  width: 100%;
  max-width: 1940px;
  margin: 0 auto;
  min-width: 1200px;
}
.top-nav {
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  height: 50px;
  line-height: 50px;
  box-shadow: 3px 4px 9px 1px rgba(8, 13, 60, 0.1);
}
.top-nav .w1200 {
  background: url("../images/2022/index/08new/logo.png") center left no-repeat;
  background-size: 94px;
  box-sizing: border-box;
  height: 100%;
  overflow: visible;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
.top-nav .w1200 .top-nav-left {
  display: flex;
}
.top-nav .w1200 .top-nav-right {
  display: flex;
}
.top-nav .w1200 .logo-link {
  display: inline-block;
  vertical-align: top;
  width: 94px;
  height: 50px;
  margin-right: 70px;
}
.top-nav .w1200 .nav-ul {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  display: flex;
}
.top-nav .w1200 .nav-ul > li {
  display: flex;
  align-items: center;
}
.top-nav .w1200 .nav-ul li {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  color: #FFFFFF;
}
.top-nav .w1200 .nav-ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 10px;
  margin: 0 5px;
  display: inline-block;
  box-sizing: border-box;
  height: 24px;
  transition: all 0.3s ease;
}
.top-nav .w1200 .nav-ul li a .frame {
  margin-right: 6px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}
.top-nav .w1200 .nav-ul li a.selected {
  font-size: 16px;
  font-weight: 500;
  color: #09DFA1 !important;
  border-bottom: 3px solid #09DFA1;
}
.top-nav .w1200 .nav-ul li a:hover {
  color: #67DAA5 !important;
}
.top-nav .w1200 .nav-ul.nav-one .navigation {
  position: relative;
  display: flex;
}
.top-nav .w1200 .nav-ul.nav-one .navigation a {
  height: auto;
}
.top-nav .w1200 .nav-ul.nav-one .navigation a i {
  color: #FF8A00;
}
.top-nav .w1200 .nav-ul.nav-one .navigation:hover .nav-drop-down {
  display: block;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down {
  display: none;
  position: absolute;
  left: -94px;
  top: 50px;
  border-top: 1px solid transparent;
  box-sizing: border-box;
  width: 1200px;
  height: 580px;
  background: #FBFBFB url("../images/2022/base/navigation-bg.png") no-repeat left bottom;
  border-radius: 0 0 6px 6px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-left {
  display: inline-block;
  vertical-align: top;
  width: 237px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-left li {
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-left li a {
  color: #333333;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-left li.active,
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-left li:hover {
  transition: all 0.2s ease;
  cursor: default;
  background: url("../images/2022/base/navigation-active.png") no-repeat center left 47px, url("../images/2022/base/navigation-arrow.png") no-repeat center right 47px, #FBFBFB;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-left li.active a,
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-left li:hover a {
  color: #44D492;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right {
  display: none;
  vertical-align: top;
  box-sizing: border-box;
  width: 963px;
  height: 100%;
  padding: 12px;
  border-collapse: separate;
  border-spacing: 20px 20px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right tr td {
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  padding: 28px 0 0 28px;
  background: #FFFFFF url("../images/2022/base/navigation-default.png") no-repeat bottom 15px right 10px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right tr td .dd-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right tr td .dd-ul {
  line-height: 24px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right tr td .dd-ul li a {
  min-width: 115px;
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right tr td .dd-one .dd-title2 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 14px;
  margin-bottom: 12px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right tr td .dd-one .dd-con {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right tr td .dd-one .dd-btn {
  opacity: 0;
  transition: all 0.2s ease;
  display: inline-block;
  height: 20px;
  background: linear-gradient(0deg, #FFB400 0%, #FF9000 100%);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right tr td .dd-one .dd-btn:hover {
  cursor: pointer;
  color: white !important;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right tr td .dd-one:hover {
  transition: all 0.2s ease;
  box-shadow: 5px 6px 6px 0 rgba(16, 207, 200, 0.1);
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right tr td .dd-one:hover .dd-title2 {
  transition: all 0.2s ease;
  color: #44D492;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right tr td .dd-one:hover .dd-btn {
  opacity: 1;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right tr td:hover {
  transition: all 0.2s ease;
  box-shadow: 5px 6px 6px 0 rgba(16, 207, 200, 0.1);
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right tr td:hover .dd-title {
  transition: all 0.2s ease;
  padding-left: 40px;
  background: url("../images/2022/base/navigation-title.png") no-repeat center left;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right.active {
  display: inline-block;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(2) tr td {
  height: 160px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(2) tr:nth-child(1) td {
  padding-right: 200px;
  background: #FFFFFF url("../images/2022/base/navigation2.png") no-repeat bottom right 63px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(3) tr td {
  height: 240px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(3) tr:nth-child(1) td {
  padding-right: 350px;
  background: #FFFFFF url("../images/2022/base/navigation3.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(4) tr td {
  height: 240px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(4) tr:nth-child(1) td {
  padding-right: 200px;
  background: #FFFFFF url("../images/2022/base/navigation4.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(4) tr:nth-child(2) td {
  background: #FFFFFF;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(4) tr:nth-child(2) td .dd-box .dd-one {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 181px;
  height: 148px;
  padding: 22px 18px;
  background: #FFFFFF url("../images/2022/base/navigation4-2.png") no-repeat bottom right;
  margin-right: 30px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr td,
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(6) tr td {
  width: 440px;
  height: 160px;
  padding: 0;
  line-height: 0;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr td .dd-one,
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(6) tr td .dd-one {
  box-sizing: border-box;
  padding: 25px 40px;
  height: 100%;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr td .dd-one .dd-title2,
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(6) tr td .dd-one .dd-title2 {
  font-size: 18px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr td .dd-one .dd-btn,
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(6) tr td .dd-one .dd-btn {
  margin-top: 16px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 14px;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr:nth-child(1) td:nth-child(1) {
  background: #FFFFFF url("../images/2022/base/navigation5-1.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr:nth-child(1) td:nth-child(1):hover {
  background: #FFFFFF url("../images/2022/base/navigation5-1a.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr:nth-child(1) td:nth-child(2) {
  background: #FFFFFF url("../images/2022/base/navigation5-2.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr:nth-child(1) td:nth-child(2):hover {
  background: #FFFFFF url("../images/2022/base/navigation5-2a.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr:nth-child(2) td:nth-child(1) {
  background: #FFFFFF url("../images/2022/base/navigation5-3.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr:nth-child(2) td:nth-child(1):hover {
  background: #FFFFFF url("../images/2022/base/navigation5-3a.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr:nth-child(2) td:nth-child(2) {
  background: #FFFFFF url("../images/2022/base/navigation5-4.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr:nth-child(2) td:nth-child(2):hover {
  background: #FFFFFF url("../images/2022/base/navigation5-4a.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr:nth-child(3) td:nth-child(1) {
  background: #FFFFFF url("../images/2022/base/navigation5-5.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr:nth-child(3) td:nth-child(1):hover {
  background: #FFFFFF url("../images/2022/base/navigation5-5a.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr:nth-child(3) td:nth-child(2) {
  background: #FFFFFF url("../images/2022/base/navigation5-6.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(5) tr:nth-child(3) td:nth-child(2):hover {
  background: #FFFFFF url("../images/2022/base/navigation5-6a.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(6) tr td {
  background: #FFFFFF url("../images/2022/base/navigation6.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-one .navigation .nav-drop-down .dd-right:nth-child(6) tr td:hover {
  background: #FFFFFF url("../images/2022/base/navigation6a.png") no-repeat bottom right;
}
.top-nav .w1200 .nav-ul.nav-two {
  margin-left: 30px;
}
.top-nav .w1200 .nav-ul.nav-two li {
  display: flex;
}
.top-nav .w1200 .nav-ul.nav-two li a {
  display: inline-block;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  margin: 0 5px;
  position: relative;
}
.top-nav .w1200 .nav-ul.nav-two li a.selected {
  font-size: 16px;
  font-weight: 500;
  color: #09DFA1 !important;
  border-bottom: none;
}
.top-nav .w1200 .nav-ul.nav-two li a.selected i {
  display: block;
}
.top-nav .w1200 .nav-ul.nav-two li a i {
  display: none;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #09DFA1;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.top-nav .w1200 .nav-ul.nav-three {
  float: right;
}
.top-nav .w1200 .nav-ul.nav-three .user {
  width: auto;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}
.top-nav .w1200 .nav-ul.nav-three .user .login_btn {
  color: #00D6B6 !important;
}
.top-nav .w1200 .nav-ul.nav-three .user a {
  height: auto;
}
.top-nav .w1200 .nav-ul.nav-three .user a:hover {
  color: #fda544;
}
.top-nav .w1200 .nav-ul.nav-three .user a:after {
  content: none;
}
.top-nav .w1200 .nav-ul.nav-three .user.more_content {
  position: relative;
}
.top-nav .w1200 .nav-ul.nav-three .user.more_content .fuc_fuc {
  width: auto;
}
.top-nav .w1200 .nav-ul.nav-three .user.more_content ul {
  display: none;
  z-index: 11;
  position: absolute;
  right: 0;
  top: 50px;
  width: 130px;
  height: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  padding: 8px 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-top: 1px solid transparent;
}
.top-nav .w1200 .nav-ul.nav-three .user.more_content ul li {
  display: block;
  line-height: 28px;
}
.top-nav .w1200 .nav-ul.nav-three .user.more_content ul li a {
  color: black;
}
.top-nav .w1200 .nav-ul.nav-three .user.more_content:hover ul {
  display: block;
}
.top-nav .w1200 .nav-ul.nav-three .wx_login {
  display: none;
  width: 50px;
  white-space: nowrap;
  margin-left: 15px;
}
.top-nav .w1200 .nav-ul.nav-three .wx_login a {
  color: rgba(255, 255, 255, 0.9) !important;
}
.top-nav .w1200 .nav-ul.nav-three .wx_login a i {
  color: #67b852;
  font-size: 18px;
}
.top-nav .w1200 .nav-ul.nav-three .wx_login a span {
  color: rgba(255, 255, 255, 0.9);
}
.top-nav .w1200 .nav-ul.nav-three .wx_login a.login_btn {
  color: #00D6B6;
}
.top-nav .w1200 .nav-ul.nav-three .wx_login img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.top_container {
  height: 160px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  border-bottom: 1px solid rgba(68, 212, 146, 0.8);
}
.top_container .header_search_part {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
}
.top_container .header_search_part .w1200 {
  position: relative;
  overflow: visible;
}
.top_container .header_search_part .w1200 .logo_container {
  top: 30px;
  left: 0;
  position: absolute;
}
.top_container .header_search_part .w1200 .logo_container .logo_img {
  width: 150px;
}
.top_container .header_search_part .w1200 .search_wrapper {
  position: absolute;
  top: 30px;
  left: 480px;
  width: 550px;
  height: 36px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: transparent;
  font-size: 0;
}
.top_container .header_search_part .w1200 .search_wrapper .tab_text {
  margin: 6px 0;
  border-right: 1px solid #E5E5E5;
  width: 100px;
  height: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  user-select: none;
}
.top_container .header_search_part .w1200 .search_wrapper .tab_text .text {
  display: inline-block;
  font-size: 14px;
}
.top_container .header_search_part .w1200 .search_wrapper .index-label {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  font-size: 0;
  text-align: center;
  width: 102px;
  height: 68px;
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  user-select: none;
}
.top_container .header_search_part .w1200 .search_wrapper .index-label li {
  font-size: 14px;
  height: 50%;
  line-height: 34px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #333333;
}
.top_container .header_search_part .w1200 .search_wrapper .index-label li .tick {
  position: absolute;
  right: 18px;
  display: none;
}
.top_container .header_search_part .w1200 .search_wrapper .index-label li.active {
  color: #44D391;
}
.top_container .header_search_part .w1200 .search_wrapper .index-label li.active .tick {
  display: inline-block;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form {
  font-size: 0;
  position: relative;
  width: 448px;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form input[type="text"] {
  margin-top: 0;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .custom-select,
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .head-input {
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  width: 380px;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .custom-select select,
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .head-input select {
  color: #666;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .cate {
  font-weight: bold;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .custom-select {
  position: relative;
  width: 100px;
  margin: 0;
  border: 0;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .custom-select select {
  height: auto;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .custom-select:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  background: #bdbdbd;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .search_type {
  overflow: visible;
  background: url(../images/arrow_down.png) no-repeat 100% 50%;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .search_type:after {
  right: -10px;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .search-remark {
  cursor: pointer;
  margin-left: 20px;
  padding-left: 0;
  background: url(../images/arrow_down.png) no-repeat 80% 50%;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .search-remark:after {
  left: 0;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .head-input {
  line-height: 36px;
  width: 380px;
  height: 36px;
  padding: 0 10px;
  border: none;
  font-size: 14px;
  box-sizing: border-box;
  text-align: left;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .search-btn {
  cursor: pointer;
  width: 68px;
  height: 36px;
  background: linear-gradient(0deg, #44D492 0%, #2FD1AA 99%);
  border-radius: 0 4px 4px 0 !important;
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 18px;
  line-height: 36px;
  top: 0;
  right: 0;
  border: none;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .search_type_container {
  position: absolute;
  left: 0;
  color: #666;
  top: 0;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .search_type_container:after {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  width: 1px;
  height: auto;
  background: #999;
  right: 0;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .search_type_container > input {
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 15px;
  width: 105px;
  height: 36px;
  line-height: 36px;
  border: 0;
  cursor: pointer;
  text-align: center;
  padding: 0;
  position: relative;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .type_list {
  border: 1px solid #00D6B6;
  background: #fff;
  position: absolute;
  width: 544px;
  z-index: 9999999999;
  left: -1px;
  top: 40px;
  padding: 10px 0;
  border-top: 0;
  display: none;
  font-size: 0;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .type_list li {
  width: 14.28%;
  height: 24px;
  line-height: 24px;
  float: left;
  text-align: center;
  color: #666;
  transition: all 0.3s;
  font-size: 13px;
  cursor: pointer;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .type_list li:hover {
  background: #00D6B6;
  color: #fff;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .type_list li.light {
  color: #00D6B6;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .type_list li.light:hover {
  background: #fff;
  color: #00D6B6;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .type_list li.none {
  width: 21%;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .type_list li.none a {
  font-weight: bold;
  color: #00D6B6;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container .search_form .type_list li.none:hover {
  background: #fff;
  color: #00D6B6;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container.patent_search_container .keywords-input {
  width: 380px;
  padding: 0 10px;
  height: 36px;
  font-size: 14px;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container.patent_search_container .check-list {
  text-align: left;
  margin-top: 8px;
}
.top_container .header_search_part .w1200 .search_wrapper .content_container .search_container.patent_search_container .check-list li {
  display: inline-block;
  margin-right: 12px;
  color: #8d8d8d;
  font-size: 12px;
}
.top_container .header_search_part .w1200 .online-container {
  font-size: 0;
  margin-top: 20px;
}
.top_container .header_search_part .w1200 .online-container .cta-container a {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-left: 11px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
}
.top_container .header_search_part .w1200 .online-container .cta-container a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-top: 8px;
}
.top_container .header_search_part .w1200 .online-container .cta-container a span {
  display: inline-block;
  margin-top: 6px;
  color: #fff;
  font-size: 12px;
}
.top_container .header_search_part .w1200 .online-container .cta-container a.inquiry_cta {
  background: linear-gradient(0deg, #FFB400 0%, #FFC334 100%);
}
.top_container .header_search_part .w1200 .online-container .cta-container a.publish_cta {
  background: #17CFA1;
}
.top_container .header_search_part.fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  z-index: 100;
}
.top_container .header_nav_part {
  overflow: visible !important;
  position: relative;
  height: 100%;
}
.top_container .header_nav_part .board {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 34px;
}
.top_container .header_nav_part .board ul {
  font-size: 0;
  width: 100%;
  float: left;
}
.top_container .header_nav_part .board ul li {
  height: 100%;
  line-height: 34px;
  width: 8.3%;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  vertical-align: bottom;
  cursor: default;
}
.top_container .header_nav_part .board ul li.active {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(68, 212, 146, 0.8);
  width: 17%;
  background-color: #FFC334;
  color: white;
  font-weight: bold;
  font-size: 14px;
  border-radius: 10px 10px 0 0;
}
.top_container .header_nav_part .board ul li.active a {
  color: white;
}
.top_container .header_nav_part .board ul li.active a:hover {
  color: white;
}
.top_container .header_nav_part .board ul li a {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  color: #666666;
}
.top_container .header_nav_part .board ul li a .img {
  width: 16px;
  height: 15px;
  background: url('../images/2021/index/home-gray.png');
  display: inline-block;
  position: relative;
  right: 5px;
  top: 1px;
}
.top_container .header_nav_part .board ul li a:hover,
.top_container .header_nav_part .board ul li a.selected {
  color: #01c2ac;
  line-height: 26px;
}
.top_container .header_nav_part .board ul li a:hover .img,
.top_container .header_nav_part .board ul li a.selected .img {
  background: url('../images/2021/index/home-green.png');
}
.top_container .header_nav_part .board ul li a:hover.selected,
.top_container .header_nav_part .board ul li a.selected.selected {
  border-bottom: 4px solid #44D492;
}
.nav_index {
  height: 40px;
  overflow: visible !important;
  border-bottom: 2px solid #00D6B6;
  background: #fff;
}
.nav_index .w1200 {
  overflow: visible !important;
  height: 40px;
}
.nav_index .menu_panel {
  width: 215px;
  position: relative;
  box-sizing: border-box;
}
.nav_index .menu_panel .h2 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 0 12px;
  background: #00c0aa;
  height: 40px;
  line-height: 40px;
}
.nav_index .menu_panel:hover .menu_list {
  display: block;
}
.nav_index .menu_list {
  background: rgba(255, 255, 255, 0.2);
  height: 450px;
  padding-top: 10px;
  box-sizing: border-box;
  _position: relative;
  display: none;
  position: absolute;
  width: 215px;
  z-index: 9;
}
.nav_index .menu_list > li {
  height: 40px;
  padding-left: 25px;
  line-height: 40px;
  transition: background 0.3s;
}
.nav_index .menu_list > li:hover {
  background: #fff;
}
.nav_index .menu_list > li:hover .more_items {
  display: block;
}
.nav_index .menu_list > li:hover > a {
  color: #4f3b58;
}
.nav_index .menu_list a {
  font-size: 14px;
  color: #fff;
}
.nav_index .menu_list ul .b a {
  display: block;
  color: #302c34;
  font-size: 13px;
  transition: color 0.3s;
  font-weight: bold;
}
.nav_index .patent_menu_list .more_items {
  height: 452px;
}
.nav_index .patent_menu_list .more_items ul p {
  padding-bottom: 10px;
}
.nav_index .patent_menu_list .more_items a,
.nav_index .patent_menu_list .more_items ul b a {
  font-size: 14px;
}
.nav_index .patent_menu_list > li {
  padding-left: 35px;
}
.nav_index .patent_menu_list > li.last {
  color: #fafafa;
  font-size: 14px;
  height: auto;
  text-align: center;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 22px;
  line-height: 100%;
}
.nav_index .patent_menu_list > li.last p a {
  background: #00B8A0;
  height: 40px;
  line-height: 40px;
  width: 150px;
  border-radius: 20px;
  margin: 20px auto 0 auto;
  cursor: pointer;
}
.nav_index .patent_menu_list > li.last:hover {
  background: none;
}
.nav_index .patent_menu_list > li.last h3 {
  font-weight: bold;
  margin: 12px;
}
.nav_index .patent_menu_list > li.last a {
  color: inherit;
  width: 110px;
  height: 28px;
  display: block;
  background-color: #fda544;
  border-radius: 3px;
  margin: auto;
  line-height: 28px;
}
.nav_index .nav {
  line-height: 40px;
}
.nav_index .nav li {
  display: inline-block;
  margin: 0 20px;
}
.nav_index .nav li i.icon-new {
  position: absolute;
  margin-top: -14px;
  margin-left: -6px;
}
.nav_index .nav li i.icon-new:before {
  font-size: 24px;
  color: red;
}
.nav_index .nav a {
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
  position: relative;
}
.nav_index .nav a:hover,
.nav_index .nav a.selected {
  color: #00D6B6 !important;
}
.nav_index .nav a img {
  position: absolute;
  top: -8px;
  right: -35px;
}
.nav_index .nav .inquiry-btn {
  position: relative;
  cursor: pointer;
}
.nav_index .nav .inquiry-btn img {
  position: absolute;
  top: -8px;
  right: -35px;
}
.nav_index .nav.fr a {
  color: #858585;
}
.nav_index .nav_right {
  float: right;
}
.nav_index .nav_right .hotline-container {
  width: 200px;
  font-size: 16px;
  color: #01c2ac;
  line-height: 40px;
  float: right;
}
.nav_index .nav_right .hotline-container img {
  width: 19px;
  display: inline;
  vertical-align: middle;
  margin: 0 5px;
}
.nav_index .nav_right .hotline-container span {
  font-size: 16px;
  font-weight: bold;
  color: #01c2ac;
}
.nav_index .nav_right .tools {
  font-size: 16px;
  color: #01c2ac;
  line-height: 40px;
  float: right;
  position: relative;
  margin-right: 17px;
  padding-left: 17px;
}
.nav_index .nav_right .tools #nav_tool_btn {
  float: right;
  cursor: pointer;
}
.nav_index .nav_right .tools .iconfont {
  color: #01c2ac;
  font-size: 18px;
}
.nav_index .nav_right .tools .line {
  height: 22px;
  width: 2px;
  background-color: #eee;
  margin-top: 8px;
  margin-left: 10px;
  float: right;
}
.nav_index .nav_right .tools .tools_list {
  width: 97px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 36px;
  z-index: 10;
  display: none;
  left: 5px;
  box-shadow: 3px 4px 10px 1px #c9c6c6;
}
.nav_index .nav_right .tools .tools_list li {
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
  cursor: pointer;
}
.nav_index .nav_right .tools .tools_list li a {
  color: #2f2f2f;
  font-size: 13px;
}
.nav_index .nav_right .tools .tools_list li:hover {
  background-color: #ff9000;
}
.nav_index .nav_right .tools .tools_list li:hover a {
  color: #fff;
  font-weight: bold;
}
.nav_index .more_items {
  position: absolute;
  display: none;
  left: 215px;
  height: 450px;
  background: #fff;
  top: 0;
  border: 1px solid #00D6B6;
  border-left: 0;
  box-sizing: border-box;
}
.nav_index .more_items a {
  font-size: 12px;
  transition: color 0.3;
}
.nav_index .more_items a:hover,
.nav_index .more_items a.hot {
  color: #c40000;
}
.nav_index .more_items ul {
  width: 755px;
  float: left;
  margin-top: 15px;
}
.nav_index .more_items ul li {
  padding-left: 20px;
  color: #666666;
  overflow: hidden;
  padding-top: 5px;
  float: left;
  height: auto;
  line-height: 24px;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3;
}
.nav_index .more_items ul li:hover {
  background-color: #fafafa;
}
.nav_index .more_items ul b {
  display: block;
}
.nav_index .more_items ul b a {
  display: block;
  color: #302c34;
  font-size: 13px;
  transition: color 0.3;
}
.nav_index .more_items ul b i {
  color: #888;
  transition: color 0.3;
}
.nav_index .more_items ul b:hover a,
.nav_index .more_items ul b:hover i {
  color: #c40000;
}
.nav_index .more_items ul p {
  padding-bottom: 5px;
  border-bottom: dashed 1px #ededed;
  text-align: left;
  line-height: 22px;
}
.nav_index .more_items ul p a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
  text-align: left;
  line-height: 1;
  border-left: 1px solid #666;
}
.nav_index .more_items ul p a:first-child {
  padding-left: 0;
  border-left: 0;
}
.nav_index .apply_agent {
  width: 215px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}
.nav_index .apply_agent img,
.nav_index .apply_agent span {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.nav_index .apply_agent span {
  font-size: 14px;
  color: #fda544;
  border-radius: 20px;
  border: 1px dashed #fda544;
  padding: 3px 10px;
}
.pc_footer {
  width: 100%;
  padding-bottom: 120px;
  background: transparent url(../images/2022/base/footer-blue.png) no-repeat top center;
  background-size: cover;
  position: relative;
}
.pc_footer .footer {
  padding: 250px 0 25px;
}
.pc_footer .footer .w1200 .link_box {
  width: 100%;
  padding-bottom: 20px;
}
.pc_footer .footer .w1200 .link_box table {
  width: 100%;
}
.pc_footer .footer .w1200 .link_box table tr th {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 10px;
}
.pc_footer .footer .w1200 .link_box table tr th.right {
  vertical-align: top;
  text-align: right;
}
.pc_footer .footer .w1200 .link_box table tr th.right div {
  display: inline-block;
}
.pc_footer .footer .w1200 .link_box table tr th.right div img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.pc_footer .footer .w1200 .link_box table tr th.right div p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 15px;
}
.pc_footer .footer .w1200 .link_box table tr td {
  padding-top: 5px;
  vertical-align: top;
  padding-right: 30px;
}
.pc_footer .footer .w1200 .link_box table tr td a {
  line-height: 24px;
  font-size: 12px;
  color: #FFFFFF;
}
.pc_footer .footer .w1200 .link_box table tr td a:hover {
  opacity: 0.9;
}
.pc_footer .footer .w1200 .webRouteBottomLinks {
  font-size: 0;
}
.pc_footer .footer .w1200 .webRouteBottomLinks table tr td {
  vertical-align: top;
}
.pc_footer .footer .w1200 .webRouteBottomLinks table tr td span {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 34px;
  white-space: nowrap;
}
.pc_footer .footer .w1200 .webRouteBottomLinks table tr td ul {
  overflow: hidden;
}
.pc_footer .footer .w1200 .webRouteBottomLinks table tr td ul li {
  display: inline-block;
  vertical-align: top;
}
.pc_footer .footer .w1200 .webRouteBottomLinks table tr td ul li span,
.pc_footer .footer .w1200 .webRouteBottomLinks table tr td ul li a {
  margin-right: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 34px;
}
.pc_footer .footer .w1200 .webRouteBottomLinks table tr td ul li span:hover,
.pc_footer .footer .w1200 .webRouteBottomLinks table tr td ul li a:hover {
  opacity: 0.9;
}
.pc_footer .footer .w1200 .webRouteBottomLinks table tr td .unfold {
  cursor: pointer;
  display: none;
}
.pc_footer .commerce {
  text-align: left;
  margin: 0 auto;
  font-size: 12px;
  color: #7d8a93;
  padding-bottom: 20px;
}
.pc_footer .commerce ul li {
  display: inline-block;
  vertical-align: top;
  margin: 3px 40px 3px 3px;
}
.pc_footer .commerce ul li a {
  vertical-align: top;
}
.pc_footer .commerce ul li a img {
  vertical-align: top;
  width: 144px;
  height: 50px;
  border-radius: 6px;
}
.pc_footer .legal {
  padding-bottom: 30px;
  text-align: center;
}
.pc_footer .legal span {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 34px;
  margin: 0 10px;
}
.pc_footer .legal span a {
  color: #FFFFFF;
}
.pc_footer #seo_footer_html {
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.logo-sprite {
  background: url(../images/logo-sprite-new.png) no-repeat;
  display: block;
  position: absolute;
  left: 174px;
  top: 32px;
  width: 120px;
  height: 60px;
  background-size: 240px 60px;
}
.logo-sprite.sprite-1 {
  background-position: 0 0;
  opacity: 0;
}
.logo-sprite.sprite-2 {
  background-position: -120px 0;
}
.patent-event-btn {
  position: absolute;
  right: -160px;
  top: -120px;
  cursor: pointer;
}
.patent-event {
  margin: 50px;
}
.patent-event .title {
  color: #ff2e4d;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}
.patent-event ul li {
  line-height: 30px;
}
.patent-event .goto-publish {
  margin: 30px auto 0 auto;
  width: 140px;
  background-color: #ff2e4d;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  display: block;
}
@media screen and (max-width: 1550px) {
  .patent-event-btn {
    right: 190px;
    width: 90px;
  }
}
#s_black {
  z-index: 1000000;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
}
#to_talk {
  width: 500px;
  height: 281px;
  z-index: 1000000;
  position: fixed;
  _position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/to_talk.png) 0 0 no-repeat;
  display: none;
}
#to_talk .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#to_talk p {
  position: absolute;
  margin-left: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#to_talk .p1 {
  top: 25px;
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  color: #4a4a4a;
}
#to_talk .p1 span {
  color: #ff9000;
}
#to_talk .p2 {
  top: 80px;
  font-size: 28px;
  line-height: 32px;
  color: #00cb95;
  letter-spacing: 1px;
}
#to_talk .p3 {
  top: 160px;
}
#to_talk .p3 .to_talk {
  border: 0;
  background-color: #ff9000;
  border-radius: 23px;
  width: 135px;
  height: 45px;
  color: white;
  font-size: 17px;
  letter-spacing: 1px;
}
#to_talk .p3 .to_talk:hover {
  cursor: pointer;
  opacity: 0.9;
}
#to_talk .p4 {
  margin-left: 55px;
  bottom: 20px;
  font-size: 12px;
  color: white;
}
.pagination2 {
  display: inline-block;
  width: 100%;
  padding: 25px 0;
  text-align: center;
}
.pagination2 a {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 12px;
  color: #363636;
  height: 22px;
  line-height: 22px;
  padding: 0 7px;
  border: none;
  background-color: #fff;
  display: inline-block;
}
.pagination2 a.total {
  margin: 5px;
  background-color: transparent;
  cursor: auto;
}
.pagination2 a.number {
  box-sizing: border-box;
  height: 22px;
  line-height: 22px;
  width: auto;
  border: none;
  min-width: 15px;
  padding: 0 5px;
  margin: 0 3px;
}
.pagination2 a.current {
  color: #c9c9c9 !important;
  background-color: #fff;
}
.pagination2 a.refresh_page_cont {
  box-shadow: none;
  background-color: transparent;
  vertical-align: sub;
}
.pagination2 a.refresh_page_cont img {
  display: inline-block;
  height: 17px;
}
.pagination2 a.next_page_btn {
  margin-left: 8px;
}
.pagination2 .jump_to_cont {
  display: inline-block;
  margin-left: 0;
}
.pagination2 .jump_to_cont #page_jump {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  margin: 0 7px;
  height: 22px;
  width: 44px;
  border: none;
  text-align: center;
}
.pagination2 .jump_to_cont .jump_to_btn {
  width: 52px;
  height: 22px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  border-radius: 2px;
  margin-left: 7px;
  cursor: pointer;
  padding: 0;
  vertical-align: top;
}
.pagination li {
  margin-right: 5px;
}
.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
}
#showAlertLayerTips {
  position: fixed;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  padding: 10px 30px;
  background: rgba(255, 245, 225, 0.95);
  border-radius: 4px;
  border: 1px solid rgba(255, 148, 91, 0.1);
  color: rgba(255, 148, 91, 0.95);
}
