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);
  font-family: "Microsoft Yahei", "微软雅黑";
}
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的默认选择框样式清除，隐藏下拉箭头*/
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
/* -------------------------------- 

Main components 

-------------------------------- */
body {
  min-width: 1200px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #999;
}
select {
  border: none;
  padding: 0;
  font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
option {
  border: 0;
}
.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;
}
.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;
}
:focus {
  outline: none;
}
.w1200 {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select {
  padding: 0;
  margin: 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  background: #efedee url(/assets/home/images/arrow_down.png) no-repeat 90% 50%;
  cursor: pointer;
}
.custom-select select {
  padding: 5px 8px;
  width: 100%;
  height: auto;
  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;
  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;
}
.btn {
  display: inline-block;
  width: 70px;
  margin: 0 20px 0 8px;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
[v-cloak] {
  display: none !important;
}
#cs_btn {
  display: block;
  width: 100px;
  height: 35px;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #529df5;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.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(/assets/home/images/banner_about.jpg) center center no-repeat;
}
.about-container .banner-container-new {
  height: 352px;
  background: url(/assets/home/images/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;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  cursor: pointer;
  background: #529df5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-container .trait-container .trait-item .back {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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 {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.about-container .feature-container .feature-item .right {
  display: inline-block;
  vertical-align: top;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 50px 0 0;
  background: #ffab00;
}
.about-container .feature-container .crowdsource .h3 {
  color: #fff;
}
.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;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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:hover {
  background: #529df5;
}
.event-container .tab:hover a {
  color: #fff;
}
.event-container .tab.active {
  background: #529df5;
}
.event-container .tab.active a {
  color: #fff;
}
.event-container .article {
  display: block;
  margin-bottom: 50px;
  padding: 35px 90px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  overflow: hidden;
}
.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;
  width: 550px;
  height: 30px;
  line-height: 30px;
  margin: 0 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_nav_container .page_nav:hover {
  color: #fe8431;
}
.relative_container {
  margin-bottom: 50px !important;
}
.relative_container .h3 {
  height: 40px;
  line-height: 38px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.relative_container li {
  display: inline-block;
  width: 48%;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.relative_container a {
  font-size: 14px;
  color: #333;
}
.relative_container a:hover {
  color: #666;
}
.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(/assets/home/images/time_line.png) 0 -110px no-repeat;
  margin-right: 50px;
}
.history-container .timeline-container .timeline-item:hover .shape {
  background: url(/assets/home/images/time_line.png) 0 0 no-repeat;
}
.history-container .timeline-container .timeline-item:hover .event {
  background: #ff9000;
  color: #fff;
}
.history-container .timeline-container .timeline-item:hover .event:after {
  border-right: 10px solid #ff9000;
}
.history-container .timeline-container .timeline-item .event {
  width: 455px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  color: #666;
  background: #ececec;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cd-container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-bottom: 2em;
}
#cd-timeline::before {
  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 .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: 5px 0 0 105px;
}
.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-content {
  position: relative;
}
.cd-timeline-content .cd-date-container {
  font-size: 16px;
  color: #333;
}
.cd-timeline-content .float-right {
  position: absolute;
  left: 107%;
  top: 0px;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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(/assets/home/images/title_bg.png) center center no-repeat;
}
.contact-container .view-container {
  margin-top: 120px;
  height: 371px;
  background: url(/assets/home/images/view.jpg) center center no-repeat;
}
.contact-container span {
  font-size: 14px;
  color: #373535;
  display: inline-block;
  vertical-align: middle;
}
.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: auto;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  margin-bottom: 40px;
  background: #666666;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  text-align: center;
}
.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;
}
.filter-container {
  margin-top: 55px;
  height: auto;
}
.filter-container .custom-select {
  width: 130px;
  border-radius: 0;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: middle;
  background: #ffffff url(/assets/home/images/arrow_down.png) no-repeat 90% 50%;
  margin-bottom: 10px;
}
.filter-container .custom-select select {
  font-size: 12px;
  color: #333;
  cursor: pointer;
  height: 30px;
}
.filter-container .add-filter-container {
  background: #eeeeee;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filter-container .filter {
  font-size: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.filter-container .filter > span {
  color: black;
  font-weight: bold;
}
.filter-container .filter.hot-keyword > span {
  color: #fe8431;
}
.filter-container .filter.hot-keyword .filter-right li.selected {
  background: #fff;
  color: #fe8431;
}
.filter-container .filter.hot-keyword .filter-right li.selected a {
  color: #fe8431;
}
.filter-container .filter.similar {
  border-bottom: none;
}
.filter-container .filter.cls .filter-right li {
  min-width: 110px;
}
.filter-container .filter.cls .filter-right li.similar_li {
  min-width: 0;
}
.filter-container span {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 105px;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 .tm_ctg_ul {
  display: inline-block;
  overflow: hidden;
}
.filter-container .filter-right .tm_ctg_ul .category a {
  color: #ffa842;
}
.filter-container .filter-right li {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 15px;
  margin-bottom: 10px;
}
.filter-container .filter-right li a {
  padding: 0 5px;
  color: #5e5e5e;
}
.filter-container .filter-right li.selected {
  background: #fe8431;
}
.filter-container .filter-right li.selected a {
  color: #fff;
}
.filter-container .filter-right li.hide {
  display: none;
}
.filter-container .filter-right.sm-ctg {
  width: auto;
}
.filter-container .filter-right.tm_ctg {
  vertical-align: top;
}
.filter-container .filter-right.tm_ctg li {
  width: 125px;
}
.filter-container .range-container {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin: -10px 0 0 45px;
  color: #5e5e5e;
}
.filter-container .range-container input {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 6px;
}
.filter-container .range-container .line {
  display: inline-block;
  vertical-align: middle;
  background: #5e5e5e;
  width: 10px;
  height: 1px;
  margin: 0 8px;
}
.filter-container .range-container .range {
  width: 50px;
  border: 1px solid #e0e0e0;
}
.filter-container .range-container .submit {
  width: 46px;
  line-height: 26px;
  height: 26px;
  color: #888;
  background: #ebebeb;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  margin-left: 20px;
}
.filter-container.collapse {
  height: 160px;
}
.filter-container.collapse + .tm-wrapper .ss-wrap i:before, .filter-container.show-all .zhan i:before {
  content: "\f107";
}
.filter-container.collapse.show-all {
  height: 345px;
}
.filter-container.top {
  margin-top: 20px;
}
.filter-container.show-all .tm_ctg_ul li.hide {
  display: inline-block;
}
.filter-container.show-all .multiple_query, .filter-container.show-all .show_more{
  line-height: 30px;
  margin: 0;
  position: absolute;
  right: -30px;
}
.filter-container.show-all .multiple_query { top: 0; }
.filter-container.show-all .show_more{
  top: 40px;
}
.filter-container.show-all .add_more_cls {
  line-height: 30px;
  margin: 0;
  position: absolute;
  right: 59px;
  top: 197px;
  right: 144px;
}
.sort-subject {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 2px solid #fe8431;
}
.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: #fe8431;
  border: 1px solid #fe8431;
  color: #fff;
  line-height: 26px;
}
.sort-subject .ss_list.del-all span {
  color: #fff;
}
.tm-wrapper {
  margin-top: 30px;
  padding-bottom: 50px;
  background: #F1F1F1;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tm-wrapper .ss-wrap {
  text-align: center;
  border-top: 1px solid #fe8431;
  margin-bottom: 50px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  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 #fe8431;
  border-top: none;
  background: #f8f8f8;
  font-size: 12px;
  color: #666;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tm-wrapper .ss-wrap i {
  padding-left: 12px;
  color: #666;
  float: none;
}
.tm-wrapper .sort-bar {
  background: #fe8431;
  height: 45px;
  color: #fff;
  font-size: 14px;
  padding: 0 10px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tm-wrapper .sort-bar .left {
  float: left;
  margin-top: 7px;
}
.tm-wrapper .sort-bar .left > div {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #fe8431;
  padding: 4px 6px;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
.tm-wrapper .sort-bar .left span {
  display: inline-block;
  vertical-align: middle;
}
.tm-wrapper .sort-bar .left i {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  float: none;
  margin-top: 1px 0 0 5px;
}
.tm-wrapper .sort-bar .left > div.selected {
  background: #ffa42e;
}
.tm-wrapper .sort-bar .left .desc .uk-icon-long-arrow-up {
  margin-top: 3px;
}
.tm-wrapper .sort-bar .left .desc .uk-icon-long-arrow-up:before {
  content: "\f175";
}
.tm-wrapper .sort-bar .left .desc .fa-long-arrow-up {
  margin-top: 3px;
}
.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 {
  display: inline-block;
  vertical-align: middle;
  background: #fe8431;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 20px;
  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;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  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: #fe8431;
}
.tm-wrapper .sort-bar .auth-tm {
  /* float: left; */
  margin: 14px 0 0 30px;
  font-size: 14px;
}
.tm-wrapper .sort-bar .auth-tm input {
  display: inline-block;
  vertical-align: middle;
}
.tm-wrapper .sort-bar .auth-tm label {
  display: inline-block;
  vertical-align: middle;
}
.tm-wrapper .sort-bar .order_by {
  margin-right: 8px !important;
}
.tm-wrapper .sort-bar .updated-time {
  position: relative;
}
.tm-wrapper .sort-bar .updated-time:hover .pop {
  display: block;
}
.tm-wrapper .sort-bar .updated-time .pop {
  display: none;
  position: absolute;
  top: 28px;
  left: 0px;
  background: #fe8431;
  z-index: 8999;
}
.tm-wrapper .sort-bar .updated-time .pop li {
  height: 36px;
  line-height: 36px;
  border: 0px;
  color: #fff;
  width: 100px;
  background: rgba(0, 0, 0, 0);
  margin: 0;
  text-align: center;
}
.tm-wrapper .sort-bar .updated-time .pop li:hover {
  background: #ffa42e;
}
.tm-wrapper .sort-bar .price {
  position: relative;
}
.tm-wrapper .sort-bar .price:hover .pop {
  display: block;
}
.tm-wrapper .sort-bar .price .pop {
  display: none;
  position: absolute;
  top: 28px;
  left: 0px;
  background: #fe8431;
  z-index: 8999;
}
.tm-wrapper .sort-bar .price .pop li {
  height: 36px;
  line-height: 36px;
  border: 0px;
  color: #fff;
  width: 100px;
  background: rgba(0, 0, 0, 0);
  margin: 0;
  text-align: center;
}
.tm-wrapper .sort-bar .price .pop li:hover {
  background: #ffa42e;
}
.tm-wrapper .sort-bar.fixed {
  position: fixed;
  left: 50%;
  margin-left: -600px;
  top: 0px;
  z-index: 9999;
  /*width: 982px;*/
  width: 1200px;
}
.tm-wrapper .tm-lists {
  margin: auto;
  /*width: 984px;*/
  width: 1200px;
  min-height: 760px;
}
.tm-wrapper .tm-lists p {
  text-align: center;
  padding: 30px 0 60px;
}
.tm-wrapper .tm-lists .center .quick-register {
  width: 270px;
  margin: auto;
}
.tm-wrapper .tm-lists .center .quick-register .dark-gray {
  color: #666;
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 5px;
}
.tm-wrapper .tm-lists .push-btn {
  position: absolute;
  top: 6px;
  left: 6px;
  cursor: pointer;
  z-index: 2;
  display: none;
  margin: 0;
  width: auto;
  padding: 0 6px;
  height: auto;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-color: #ddd;
}
.tm-wrapper .tm-lists .push-btn.active {
  display: block;
  background: #fe8431;
  border-color: #fe8431;
  color: #fff;
}
.tm-wrapper .tm-lists li {
  /*width: 188.8px;*/
  width: 191px;
  height: auto;
  margin: 2px;
  margin-top: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.tm-wrapper .tm-lists li:hover {
  border: 1px solid #fe8431;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
.tm-wrapper .tm-lists li:hover .bottom {
  display: block;
}
.tm-wrapper .tm-lists li:hover .push-btn {
  display: block;
}
.tm-wrapper .tm-lists.fixed {
  margin-top: 70px;
}
.tm-wrapper li {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  width: 180px;
  margin: 10px;
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 21px;
  position: relative;
  /*cursor: pointer;*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}
.tm-wrapper li:hover .bottom {
  opacity: 1;
}
/* .tm-wrapper li:hover .auth_tag {
  color: #4e9dff;
  border: 1px solid #4e9dff;
} */
.tm-wrapper li .include_graphic {
  font-size: 12px;
  color: #666;
}
.tm-wrapper li .u_plus_tag {
  z-index: 1;
  position: absolute;
  right: 8px;
  font-size: 12px;
  color: #337180;
  border: 1px solid #337180;
  border-radius: 3px;
  padding: 4px 5px;
  top: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tm-wrapper li .auth_tag {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  padding: 4px 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #4e9dff;
  border: 1px solid #4e9dff;
  border-radius: 3px;
  font-size: 12px;
}
.tm-wrapper li .img-container {
  height: 164px;
  display: block;
  font-size: 0;
  text-align: center;
  position: relative;
}
.tm-wrapper li .img-container:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.tm-wrapper li img {
  max-height: 150px;
  display: inline-block;
  vertical-align: middle;
}
.tm-wrapper li .sold {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 37px;
}
.tm-wrapper li .tm-price img {
  width: auto;
  height: 16px;
  margin-top: -8px;
}
.tm-wrapper li .tm-name img {
  width: 16px;
}
.tm-wrapper .bottom {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -47px;
  z-index: 9;
  height: 47px;
  background: #fff;
  text-align: center;
  margin: 0;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fe8431;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tm-wrapper .bottom .btn {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 8px 15px;
  line-height: 12px;
  vertical-align: middle;
  background: #f1f1f1;
  color: #aaaaaa;
  font-size: 12px;
  margin: 0 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.tm-wrapper .bottom .btn.active {
  background: #ff9000;
  color: #fff;
  border: 1px solid #ff9000;
}
.tm-wrapper .bottom .btn.ask-btn {
  background: #fe8431;
  color: #fff;
  border: 1px solid #fe8431;
}
.tm-wrapper .bottom .ask-btn {
  color: #fe8431;
  background: #cef0ec;
}
.tm-wrapper .bottom .ask-btn.logged-in {
  background: #fe8431;
  color: #fff;
}
.tm-wrapper .tm-info {
  padding: 10px;
}
.tm-wrapper .tm-info span {
  display: block;
  text-align: center;
}
.tm-wrapper .tm-name {
  width: 150px;
  margin: auto;
  margin-bottom: 3px;
  margin-top: 3px;
  color: #858585;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tm-wrapper .tm-price {
  /*margin-top: 6px;*/
  font-size: 14px;
  color: #ffa200;
}
.tm-wrapper .cate_lists_text {
  color: #aaa;
  font-size: 12px;
  width: 150px;
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tm-wrapper .fa {
  float: right;
  margin-top: 8px;
  color: #d4d4d4;
  cursor: pointer;
}
.tm-wrapper .main {
  overflow: hidden;
}
.tm-wrapper .left-tm {
  /*width: 982px;*/
  width: 1200px;
  float: left;
}
.tm-wrapper .left-tm .center {
  text-align: center;
  padding: 30px 0 60px;
}
.tm-wrapper .left-tm .center .h3 {
  color: #555;
  font-size: 16px;
}
.tm-wrapper .left-tm .center p {
  color: #ff9000;
  font-size: 16px;
  margin: 12px 0 25px;
  padding: 0px;
}
.tm-wrapper .left-tm .center a {
  display: block;
  width: 150px;
  height: 42px;
  margin: auto;
  background-color: #ff9000;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tm-wrapper .right-part {
  float: right;
  width: 200px;
}
.tm-wrapper .right-part .title {
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #ff9000;
}
.tm-wrapper .right-part .title.blue-text {
  background: #529df5;
}
.tm-wrapper .right-part ul {
  width: 198px !important;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #dddddd;
}
.tm-wrapper .right-part ul li {
  border: 0;
  width: 100%;
  margin: 0;
  border-top: 1px solid #f0f0f0;
}
.tm-wrapper .right-part ul li:first-child {
  border-top: 0px !important;
}
.tm-wrapper .right-part .inquiry-container {
  background: #fff;
  margin-top: 15px;
  padding: 15px;
}
.tm-wrapper .right-part .inquiry-container .title {
  text-align: center;
  background: url(/assets/home/images/line.png) center center repeat-x;
}
.tm-wrapper .right-part .inquiry-container h2 {
  font-size: 16px;
  color: #030303;
  padding: 0 6px;
  background: #fff;
  display: inline-block;
}
.tm-wrapper .right-part .inquiry-container span {
  color: #c6c6c6;
  font-size: 12px;
  margin-top: 8px;
  display: block;
  text-align: center;
}
.tm-wrapper .right-part .inquiry-container textarea {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 6px;
  margin-top: 20px;
}
.tm-wrapper .right-part .inquiry-container input {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 6px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-top: 10px;
}
.tm-wrapper .right-part .inquiry-container .tell-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #fe8431;
  color: #fff;
  font-size: 14px;
  width: 100%;
  margin: 20px 0 10px;
}
.tm-wrapper .right-part.fixed {
  position: fixed;
  right: 50%;
  top: 0;
  z-index: 9999;
  margin-right: -600px;
}
.tm-wrapper .right-part.absolute {
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 9999;
  margin-right: -600px;
}
.tm-wrapper .similar-btn {
  color: #fe8431;
  border: 1px solid #f1f1f1;
  background: #fff;
}
.tm-wrapper .push-btn {
  color: #fe8431;
  border: 1px solid #f1f1f1;
  background: #fff;
}
.add-btn.btn {
  border: 1px solid #a9a9a9;
  color: #a9a9a9;
  margin-bottom: 10px;
}
.search-btn {
  color: #fff;
  background: #fe8431;
  margin-bottom: 10px;
}
.help-form .search-input{
  width: 220px;
  height: 28px;
  line-height: 29px;
  padding-left: 8px;
  border: 1px solid #ddd;
  border-right: none;
}
.help-form .search-btn{
  width: 70px;
  height: 32px;
  line-height: 32px;
  border: none;
  border-radius: 0 4px 4px 0;
  text-align: center;
}
.add_more_cls {
  border: 1px solid #fe8431;
  color: #fe8431;
  margin-bottom: 10px;
}
.multiple_query, .show_more {
  border: 1px solid #fe8431;
  color: #fe8431;
  margin-bottom: 10px;
}
.show_more span{
  padding: 0 5px;
  width: auto;
  font-size:12px;
  color: #fe8431;
}
.multiple_reset_btn {
  background: #a9a9a9;
  color: #fff;
  margin-bottom: 10px;
}
.add-item {
  vertical-align: middle;
  margin-bottom: 10px;
  height: auto;
  display: block;
}
.more-item {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin-bottom: 10px;
}
.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 {
  text-align: center;
  margin: 30px 0 0px 0;
}
ul.page ul {
  list-style: none;
}
ul.page 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: 0px 2px 0px 3px;
}
ul.page li:hover {
  border: 1px solid #fe8431;
}
ul.page li.selected {
  border: 1px solid #fe8431;
  background: #fe8431;
  color: #fff !important;
}
ul.page li.active {
  border: 1px solid #fe8431;
  background: #fe8431;
  color: #fff !important;
}
ul.page li.prev-page {
  width: auto;
  padding: 0 15px;
}
ul.page li.next-page {
  width: auto;
  padding: 0 15px;
}
.pagination li.disabled {
  cursor: not-allowed;
}
.pagination {
  text-align: center;
  margin: 30px 0 50px 0;
}
.pagination ul {
  list-style: none;
}
.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: 0px 5px 0px 3px;
}
.pagination li:hover {
  border: 1px solid #fe8431;
}
.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagination li.selected {
  border: 1px solid #fe8431;
  background: #fe8431;
  color: #fff !important;
}
.pagination li.active {
  border: 1px solid #fe8431;
  background: #fe8431;
  color: #fff !important;
}
.pagination li.prev-page {
  width: auto;
  padding: 0 15px;
}
.pagination li.next-page {
  width: auto;
  padding: 0 15px;
}
.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 {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  height: 55px;
  line-height: 51px;
  width: auto;
  border: none;
  margin: 40px auto 30px;
  background: transparent;
}
.search-container .search-content .head-input {
  padding-left: 20px;
}
.search-container .custom-select {
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}
.search-container .custom-select select {
  color: #464646;
}
.search-container .head-input {
  line-height: 40px;
  width: 300px;
  height: 40px;
  padding: 0 10px;
  border: none 0;
  font-size: 14px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}
.search-container .head-input select {
  color: #464646;
}
.search-container .search-btn {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 130px;
  background: #fe8431;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 55px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.search-container .search-remark {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 90px;
  position: relative;
  cursor: pointer;
  margin-right: 130px;
  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: #ffff00;
  border-left: 0;
}
.search-container .search-bar {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding-left: 20px;
}
.search-container .advanced-search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 52px;
  padding: 0 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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_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;
}
.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: #ffff00;
  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;
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
.menu .phone span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
.menu .icon-left {
  float: left;
  width: 16px;
  margin: 0 8px 0 15px;
}
.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: #ffff00;
  color: #fff;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  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: 35px 0;
}
.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: 0 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 11px;
}
.index-sort .sort-list a {
  color: #5e5e5e;
}
.promote-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #ffff00;
  border-bottom: 2px solid #ffff00;
  padding-bottom: 3px;
}
.promote-container .emit-tm {
  font-size: 0;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promote-container .sale-tm {
  font-size: 0;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  display: none;
}
.promote-container .img-container {
  width: calc(16.66666667%);
  height: 130px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 .ifc-left {
  width: 240px;
  float: left;
  color: #fff;
}
.index-floor .ifc-ad {
  height: 350px;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.index-floor .ifc-right li img {
  max-width: 100%;
  max-height: 130px;
}
.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;
}
.news-container {
  background: #f1f1f1;
  font-size: 12px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.news-container .news-item {
  width: 588px;
  height: 435px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 #ffff00;
}
.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: #ffff00;
}
.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;
}
/* foot */
.footer-control-box {
  background: #383d41;
}
.footer-control-box .footer-container {
  width: 1200px;
  margin: 0 auto;
  padding: 48px 0 25px 0;
}
.footer-control-box .footer-container .footer-text {
  border-bottom: 1px solid #4b5054;
  padding-bottom: 30px;
}
.footer-control-box .footer-container .footer-text h3 {
  color: #ccc;
  font-size: 16px;
  font-weight: normal;
}
.footer-control-box .footer-container .footer-text a {
  display: block;
  color: #999;
  font-size: 14px;
  text-decoration: none;
}
.footer-control-box .footer-container .footer-text a:hover {
  color: #ff7200;
  text-decoration: underline;
}
.footer-control-box .footer-container .footer-text li {
  float: left;
}
.footer-control-box .footer-container .footer-text p.text {
  font-size: 12px;
  color: #ccc;
}
.footer-control-box .footer-container .footer-text p.iphone {
  margin: 8px 0;
  font-size: 22px;
  color: #ff6600;
  font-weight: bold;
}
.footer-control-box .footer-container .footer-list ul.text {
  padding-right: 4.2%;
}
.footer-control-box .footer-container .footer-list ul.text h3 {
  margin-bottom: 10px;
}
.footer-control-box .footer-container .footer-list ul.text li {
  padding-right: 11%;
  box-sizing: content-box;
}
.footer-control-box .footer-container .footer-list ul.text li a {
  line-height: 28px;
}
.footer-control-box .footer-container .footer-list ul.text li:last-child {
  padding-right: 12%;
}
.footer-control-box .footer-container .footer-list ul.weixin h3 {
  margin-bottom: 20px;
}
.footer-control-box .footer-container .footer-list ul.weixin li {
  width: 16%;
  text-align: center;
  box-sizing: content-box;
}
.footer-control-box .footer-container .footer-list ul.weixin li img {
  display: inline-block;
  width: 90px;
  height: 90px;
}
.footer-control-box .footer-container .footer-list ul.weixin li:first-child {
  border-left: 1px solid #4b5054;
  padding-left: 8.3%;
}
.footer-control-box .footer-container .footer-list ul.service h3 {
  margin-bottom: 20px;
}
.footer-control-box .footer-container .footer-list ul.service li {
  padding-left: 3%;
}
.footer-control-box .footer-container .footer-info {
  text-align: center;
  font-size: 14px;
  color: #ccc;
  line-height: 28px;
}
.footer-control-box .footer-container .footer-info span {
  color: #666;
}
.footer-control-box .footer-container .footer-info a {
  color: #999;
  text-decoration: none;
  margin-right: 8px;
}
.footer-control-box .footer-container .footer-info a:hover {
  color: #ff7200;
  text-decoration: underline;
}
.footer-control-box .footer-container .footer-info .text-link {
  line-height: 34px;
  border-bottom: 1px solid #4b5054;
  margin-bottom: 12px;
}
/* foot End */
.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-dots li button:before {
  font-size: 16px;
}
.tutorial-container .slick-prev {
  width: 46px;
  height: 90px;
  z-index: 9;
  left: -65px;
  background: url(//main-cdn.mzwip.com/images/arrow_left_slider.png) center center no-repeat;
}
.tutorial-container .slick-prev:before {
  content: none;
}
.tutorial-container .slick-prev:hover {
  background: url(//main-cdn.mzwip.com/images/arrow_left_slider.png) center center no-repeat;
}
.tutorial-container .slick-prev:focus {
  background: url(//main-cdn.mzwip.com/images/arrow_left_slider.png) center center no-repeat;
}
.tutorial-container .slick-next {
  width: 46px;
  height: 90px;
  z-index: 9;
  right: -65px;
  background: url(//main-cdn.mzwip.com/images/arrow_right_slider.png) center center no-repeat;
}
.tutorial-container .slick-next:before {
  content: none;
}
.tutorial-container .slick-next:hover {
  background: url(//main-cdn.mzwip.com/images/arrow_right_slider.png) center center no-repeat;
}
.tutorial-container .slick-next:focus {
  background: url(//main-cdn.mzwip.com/images/arrow_right_slider.png) center center no-repeat;
}
.delegation-container {
  margin-bottom: 20px;
}
.delegation-container .info-container {
  margin-bottom: 6px;
}
.delegation-container img {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
}
.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 {
  width: 55px;
  height: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #fff;
  text-align: center;
  line-height: 22px;
  background: #529df5;
  margin: 10px auto 0;
  font-size: 12px;
  display: block;
}
.delegation-container p {
  font-size: 12px;
  color: #818181;
  line-height: 1.5em;
}
.tm_lists {
  border: 1px solid #ddd;
}
.tm_lists li p {
  font-size: 16px;
  font-weight: bold;
  color: #ff9000;
  text-align: center;
  margin-bottom: 20px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fr-nav {
  position: fixed;
  right: 10px;
  bottom: 280px;
  border: 1px solid #e6e6e6;
  text-align: center;
  z-index: 999999;
}
.fr-nav li {
  width: 64px;
  height: 64px;
  border-top: 1px solid #e6e6e6;
  background: #fff;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.fr-nav li .fr-register {
  display: none;
  position: absolute;
  left: -201px;
  top: 0px;
}
.fr-nav li .fr-register .h2.bold {
  color: #fff;
}
.fr-nav li .fr-register .register-content {
  background-color: #fe8431;
  border: 0;
}
.fr-nav li .fr-register .icon-guanbi {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 5px;
  color: #fff;
}
.fr-nav li .fr-register h2 {
  font-size: 18px;
  color: #fff727;
  background: none;
  padding-bottom: 6px;
}
.fr-nav li .fr-register p {
  color: #fff;
  margin-bottom: 15px;
}
.fr-nav li .fr-register .submit-btn {
  background-color: #007063;
  margin-top: 15px;
  color: #fff;
}
.fr-nav li:hover {
  background: #f2f2f2;
}
.fr-nav li:hover .fr-register {
  display: block;
}
.fr-nav li a {
  display: block;
  height: 100%;
  position: relative;
}
.fr-nav li:first-child {
  border-top: 0;
}
.fr-nav li.active {
  background: #f2f2f2;
}
.fr-nav li.cs {
  color: #fe8431;
}
.fr-nav li.cs a {
  color: inherit;
}
.fr-nav li.cs i {
  color: inherit;
}
.fr-nav li.cs span {
  color: inherit;
}
.fr-nav li.last {
  background: #999999;
  height: 45px;
}
.fr-nav li.last a {
  color: #fff;
}
.fr-nav li.last i {
  font-size: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.fr-nav li.public:hover img {
  display: block;
}
.fr-nav li.public img {
  position: absolute;
  left: -135px;
  top: -20px;
  display: none;
  width: 129px;
  max-width: 129px;
}
.fr-nav li.sell-anchor i {
  font-size: 33px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.fr-nav i {
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  padding-bottom: 4px;
  padding-top: 10px;
  background: url(/assets/home/images/right_bar.png) no-repeat;
}
.fr-nav i.kf {
  background-position: 0 8px;
}
.fr-nav i.dh {
  background-position: -2px -120px;
}
.fr-nav i.wx {
  background-position: -2px -54px;
}
.fr-nav i.back {
  background-position: -1px -184px;
}
.fr-nav span {
  display: block;
  margin: auto;
}
.fr-nav i.sell {
  font-size: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.fr-nav i.icon-kefu {
  color: #529df5;
}
.fr-nav i.icon-weixin {
  color: #11d31d;
}
.fr-nav a {
  font-size: 12px;
  color: #484a49;
  position: relative;
}
.fr-nav a:hover .hover-child {
  display: block;
}
.fr-nav .hover-parent {
  font-size: 12px;
  color: #484a49;
  position: relative;
}
.fr-nav .hover-parent:hover .hover-child {
  display: block;
}
.fr-nav a.phone {
  padding-top: 6px;
}
.fr-nav .hover-parent.phone {
  padding-top: 6px;
}
.fr-nav .hover-child {
  background: #fe8431;
  color: #fff;
  font-size: 14px;
  height: 64px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  right: 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.fr-nav .hover-child p {
  line-height: 150%;
  color: rgba(254, 254, 254, 0.6);
}
.fr-nav .hover-child span {
  color: #fff;
  display: block;
  margin-top: 4px;
}
.fr-nav .hover-child.phone {
  padding-top: 8px;
}
#flashContent {
  width: 70px;
  position: fixed;
  right: 10px;
  bottom: 386px;
  z-index: 999;
  height: 150px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#flashContent object {
  width: 100%;
  height: auto;
}
.h1 {
  font-size: 30px;
  color: #434343;
  font-weight: normal;
}
body.vex-open {
  overflow: auto !important;
}
.patent_search_container .keywords-input {
  height: 40px;
  font-size: 14px;
  width: 100%;
}
.patent_search_container .check-list {
  text-align: left;
  margin-top: 8px;
}
.patent_search_container .check-list li {
  display: inline-block;
  margin-right: 12px;
  color: #8d8d8d;
  font-size: 12px;
}
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: #666;
}
.tooltipster-light .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}
.index-label {
  text-align: left;
  height: 25px;
}
.index-label li {
  font-size: 14px;
  line-height: 14px;
  color: #333;
  display: inline-block;
  height: 100%;
  line-height: 25px;
  width: 55px;
  text-align: center;
  cursor: pointer;
}
.index-label li.active {
  color: #fff;
  background-color: #fe8431;
}
.switch_container .tab_ul .tab {
  display: inline-block;
  cursor: pointer;
}
.switch_container .tab_content {
  display: none;
}
.switch_container .tab_content:first-child {
  display: block;
}
.switch_container table.tab_content:first-child {
  display: table;
}
#newBridge {
  position: fixed !important;
  right: 8px;
  bottom: 16px;
}
#newBridge .nb-invite-wrap-base {
  display: none !important;
}
#newBridge .nb-nodeboard-base {
  opacity: 0;
}
#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(/assets/home/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;
}
#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;
}
#YSF-BTN-HOLDER {
  right: -300px !important;
}
#YSF-PANEL-INFO {
  right: 100px !important;
  z-index: 9999999999999;
}
.vex {
  z-index: 9999;
}
a.singup_btn {
  color: red !important;
  font-weight: bold;
}
/*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;
  padding: 5px 0;
  width: 100px;
  text-align: center;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="file"]:focus {
  outline: 0;
}
input[type="file"].upload-btn {
  width: 150px;
  height: 35px;
  margin-top: 8px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  padding-left: 0;
}
input[type="file"].upload-btn:before {
  content: "";
  width: 150px;
  height: 35px;
  padding: 0;
  line-height: 34px;
  background: url(/assets/home/images/upload.png) 0 0 no-repeat;
  background-size: 100%;
  border: none;
}
input[type="file"].upload-btn:hover:before {
  background: url(/assets/home/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;
  font-family: "Microsoft YaHei", "微软雅黑", "Arial", "黑体", "宋体", sans-serif;
  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 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dialog-container .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}*/
.dialog-container .panel-heading {
  padding: 30px 0 10px;
  font-size: 14px;
  text-align: left;
  /*border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  line-height: 1;
  height: auto;*/
}
.dialog-container .panel-body {
  /*text-align: center;
  width: 370px;
  margin: auto;*/
  width: 100%;
  /*padding: 20px 0;*/
  padding-top: 16px;
  /*border: 0;*/
}
.dialog-container .align-right {
  text-align: right !important;
}
.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 {
  content: "";
  width: 1px;
  background: #dedede;
  top: 12px;
  bottom: 12px;
  position: absolute;
  left: 0px;
}
.dialog-container .nav-tabs .mobile_login:after {
  content: "";
  width: 1px;
  background: #dedede;
  top: 12px;
  bottom: 12px;
  position: absolute;
  right: 0px;
}
.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;*/
  margin-bottom: 12px;
  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 .signup-group {
  margin: 0px 75px;
}*/
.dialog-container .control-label {
  padding-top: 7px;
  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;
  margin-left: -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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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: #6b6b6b;
  border-radius: 0;
  font-size: 14px;
  padding: 0 20px;
  height: 20px;
}
.dialog-container .btn-link + .btn-link {
  border-left: 1px solid #dedede;
  margin-left: -5px;
}
.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: #ff9000;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.dialog-container .submit-btn {
  width: 100%;
  height: 40px;
  margin-top: 25px;
  background: #ff9aa2;
  border: none;
}
.dialog-container .mobile-login .bottom {
  text-align: left;
}
.dialog-container .bottom {
  text-align: center;
}
.dialog-container.login-container {
  padding-top: 0;
}
.dialog-container.register-container .register-from {
  /*text-align: right;*/
  text-align: left;
}
.dialog-container.register-container .register-from label.error {
  display: block;
  text-align: left;
  width: 360px;
  float: right;
}
/*.dialog-container.register-container .panel-body {
  width: 100%;
  padding-bottom: 20px;
}*/
.dialog-container.register-container .form-control {
  /*width: 360px;*/
  display: inline-block;
  vertical-align: middle;
}
/*.dialog-container.register-container .input-group {
  width: 360px;
  display: inline-block;
  vertical-align: middle;
}*/
.dialog-container.register-container .signup {
  width: 100%;
  height: 40px;
  background: #ff9aa2;
  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 img {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
}
.dialog-container.register-container .bottom a.weixin_signup {
  color: #ff9000;
}
.login-container {
  padding: 0px;
}
.tip-dialog .dialog-content {
  padding: 40px 10px 10px 10px;
  overflow: hidden;
}
.tip-dialog .dialog-content .left {
  float: left;
  margin: 0 115px 0 35px;
}
.tip-dialog .dialog-content .left dd {
  margin-left: 0;
}
.tip-dialog .dialog-content .right {
  float: left;
  background: url(/assets/home/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 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.tip-dialog .no-tip input {
  display: inline-block;
  vertical-align: middle;
}
.tip-dialog .auth-now {
  display: block;
  font-size: 14px;
  color: #fff;
  background: #529df5;
  width: 200px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin: 35px auto 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tip-container {
  position: fixed;
  right: 0px;
  bottom: 0px;
  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: #fff;
}
.tip-container .tip span#new-message-tip a {
  color: #fff;
}
#BDBridgeFixedWrap {
  position: fixed !important;
  right: 8px;
  bottom: 16px;
}
#qiao-icon-wrap .qiao-icon-head {
  background: url(/assets/home/images/skin_im.png) !important;
  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;
  margin: 5px;
  min-width: 73px;
  min-height: 50px;*/
}
.ajax-img .fa-check{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fe8431;
}
/*.ajax-img .delete-btn {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: red;
  visibility: hidden;
  cursor: pointer;
}*/

.ajax-img .kv-upload-progress {
  display: none;
}
.ajax-img .btn-file {
  /*background: #ffbe35;
  color: #fff;
  border: none;
  margin: 0px;
  width: auto;
  padding: 0px 10px;
  float: right;*/
  position: absolute;
  top: 156px;
  left: 34px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ajax-img .btn-file input.file{
  /*position: absolute;
  top: 156px;
  left: 34px;
  opacity: 0;
  filter: alpha(opacity=0);*/
}
.ajax-img .file-preview {
  display: none;
}
.ajax-img .errorMessage {
  display: none !important;
}
/*.ajax-img:hover .delete-btn {
  display: block;
}
.ajax-img:hover .file-input {
  display: block;
}*/
.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 {
  border: none;
}
.ajax-img.new-image .file-input {
  right: 0px;
  display: block;
}
.ajax-img.removable .delete-btn {
  visibility: visible;
}
.ajax-img.removable .file-input {
  right: 40px;
}*/
.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;
}
.delay_show {
  display: none !important;
}
a.fuc_fuc {
  max-width: 100px;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.orange {
  color: #fe8431;
}
.red {
  color: red;
}
.green {
  color: green;
}
.center {
  text-align: center;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.pd15{ padding: 0 15px; }
.top-nav {
  background: #333;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
}
.top-nav ul li {
  float: left;
}
.top-nav ul li a {
  color: #fff;
}
.top-nav ul li .line {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 8px 10px 0;
  background: #626062;
}
.top-nav ul li .label-warning {
  padding: 0 4px 2px 2px;
  border-radius: 4px;
  background: #f39c12;
}
.search_form {
  background: #fff;
  position: relative;
  border: 2px solid #fe8431;
}
.search_form input[type="text"] {
  margin-top: 0;
}
.search_form .custom-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100px;
  margin: 0;
  border: 0;
}
.search_form .custom-select select {
  color: #666;
  height: auto;
}
.search_form .custom-select:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  background: #bdbdbd;
}
.search_form .head-input {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  width: 390px;
  height: 40px;
  padding: 0 10px 0 15px;
  border: none;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.search_form .head-input select {
  color: #666;
}
.search_form .search_type {
  overflow: visible;
  background: url(/assets/home/images/arrow_down.png) no-repeat 100% 50%;
}
.search_form .search_type:after {
  right: -10px;
}
.search_form .search-remark {
  cursor: pointer;
  padding-left: 0px;
  background: url(/assets/home/images/arrow_down.png) no-repeat 80% 50%;
}
.search_form .search-remark:after {
  right: 0;
}
.search_form .search-btn {
  background: #fe8431;
  color: #fff;
  text-align: center;
  position: absolute;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 42px;
  width: 85px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.search_form .search_type_container {
  position: absolute;
  left: 0px;
  color: #666;
  top: 0;
}
.search_form .search_type_container:after {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  width: 1px;
  height: auto;
  background: #999;
  right: 0;
}
.search_form .search_type_container > input {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  width: 105px;
  height: 40px;
  line-height: 40px;
  color: #999;
  border: 0;
  cursor: pointer;
  text-align: center;
  padding: 0px;
  position: relative;
}
.search_form .type_list {
  border: 2px solid #fe8431;
  background: #fff;
  position: absolute;
  width: 581px;
  z-index: 9999999999;
  left: -2px;
  top: 38px;
  padding: 10px 0;
  border-top: 0;
  display: none;
}
.search_form .type_list li {
  width: 67px;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
  float: left;
  text-align: center;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
  cursor: pointer;
}
.search_form .type_list li:hover {
  background: #fe8431;
  color: #fff;
}
.search_form .type_list li.light {
  color: #fe8431;
}
.search_form .type_list li.light:hover {
  background: #fff;
  color: #fe8431;
}
.search_form .type_list li.none {
  width: 84px;
}
.search_form .type_list li.none a {
  font-weight: bold;
  color: #fe8431;
}
.search_form .type_list li.none:hover {
  background: #fff;
  color: #fe8431;
}
.top_container {
  height: 135px;
  overflow: visible;
  background: #fff;
}
.top_container .w1200 {
  overflow: visible !important;
}
.top_container .logo_container {
  margin: 35px 55px 0 0;
  width: 240px;
  position: relative;
  display: block;
}
.top_container .events_link {
  margin-top: 55px;
}
.top_container .search_wrapper {
  margin: 50px 40px 0 30px;
  position: relative;
  width: 585px;
}
.top_container .search_keywords {
  margin-top: 10px;
}
.top_container .search_keywords a {
  color: #949494;
  font-size: 12px;
  padding-left: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top_container .search_keywords a:hover {
  color: #fe8431;
}
.top_container .search_keywords label {
  color: #949494;
  font-size: 12px;
  padding-left: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top_container .online-container {
  /*width: 170px;*/
  width: 196px;
  text-align: center;
  margin-top: 50px;
}
.top_container .online-container .cta-container {
  font-size: 0;
}
.top_container .online-container .cta-container a {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  height: 45px;
  line-height: 45px;
}
.top_container .online-container .cta-container span {
  font-size: 16px;
  margin: 0 2px;
  color: #fff;
}
.top_container .online-container .cta-container i {
  font-size: 20px;
  margin: 0 2px;
  color: #fff;
}
.top_container .online-container .cta-container .inquiry_cta {
  background: #ff9000;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.top_container .online-container .cta-container .publish_cta {
  background: #fe8431;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
/*.top_container .online-container p {
  font-size: 16px;
  color: #404040;
  padding-bottom: 5px;
}*/
.top_container .online-container i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.top_container .online-container span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.top_container.has_banner_top {
  margin-top: 60px;
}
.top_container .online-container p.kefu{
    width: 194px;
    height: 42px;
    padding: 0;
    border: 1px solid #fe8431;
    border-radius: 4px;
    font-size: 14px;
    line-height: 42px;
    color: #fe8431;
}
.top_container .online-container p.kefu .icon-kf{
    width: 32px;
    height: 32px;
    background: url(/assets/home/images/right_bar.png) no-repeat 0 0;
}
.nav_index {
  height: 40px;
  overflow: visible !important;
  border-bottom: 2px solid #fe8431;
  background: #fff;
}
.nav_index .w1200 {
  overflow: visible !important;
  height: 40px;
}
.nav_index .menu_panel {
  width: 215px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_index .menu_panel h2 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 0 12px;
  background: #fe8431;
  height: 40px;
  line-height: 40px;
}
.nav_index .menu_panel:hover .menu_list {
  display: block;
}
.nav_index .menu_list {
  background: rgba(79, 59, 88, 0.8);
  height: 450px;
  padding-top: 10px;
  margin-top: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  width: 215px;
  z-index: 9;
}
.nav_index .menu_list > li {
  height: 40px;
  padding-left: 25px;
  line-height: 40px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  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 > li.last:hover {
  background: #e1dfdc;
}
.nav_index .menu_list > li.last a {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_index .menu_list > li.last a:hover {
  text-decoration: underline;
  color: #529df5;
}
.nav_index .menu_list a {
  font-size: 14px;
  color: #fff;
}
.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 ul b a {
  font-size: 14px;
}
.nav_index .patent_menu_list .more_items 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: 20px 0 22px 0;
  background-color: #176090;
  line-height: 100%;
}
.nav_index .patent_menu_list > li.last:hover {
  background-color: #176090;
}
.nav_index .patent_menu_list > li.last:hover > a {
  color: #fff;
  text-decoration: 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: #ff9000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  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: -14px 0 0 -6px;
}
.nav_index .nav li i.icon-new:before {
  font-size: 24px;
  color: red;
}
.nav_index .nav a {
  font-size: 16px;
  color: black;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.nav_index .nav a:hover {
  color: #fe8431 !important;
}
.nav_index .nav a img {
  position: absolute;
  top: -8px;
  right: -35px;
}
.nav_index .nav a.selected {
  color: #fe8431 !important;
}
.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 .more_items {
  position: absolute;
  display: none;
  left: 215px;
  height: 450px;
  background: #fff;
  top: 0;
  border: 1px solid #fe8431;
  border-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_index .more_items a {
  font-size: 12px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.nav_index .more_items a:hover {
  color: #c40000;
}
.nav_index .more_items a.hot {
  color: #c40000;
}
.nav_index .more_items ul {
  width: 744px;
  float: left;
  margin-top: 15px;
}
.nav_index .more_items ul li {
  color: #666;
  overflow: hidden;
  padding: 5px 0 0 20px;
  float: left;
  height: auto;
  line-height: 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.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;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.nav_index .more_items ul b i {
  color: #888;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.nav_index .more_items ul b:hover a {
  color: #c40000;
}
.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: 0 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: 0px;
  right: 0;
  text-align: center;
}
.nav_index .apply_agent img {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.nav_index .apply_agent span {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  font-size: 14px;
  color: #ff9000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px dashed #ff9000;
  padding: 3px 10px;
}
.logo-sprite {
  display: block;
  position: absolute;
  left: 174px;
  top: 32px;
  width: 120px;
  height: 60px;
  background-image: url(/assets/home/images/logo-sprite-new.png) no-repeat;
  background-size: 240px 60px;
}
.logo-sprite.sprite-1 {
  background-position: 0 0;
  opacity: 0;
}
.logo-sprite.sprite-2 {
  background-position: -120px 0;
}
.commerce {
  height: 90px;
  padding-top: 15px;
  margin: 0px auto;
  background: #fff;
  text-align: center;
  font-size: 12px;
  color: #7d8a93;
}
.commerce li {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
}
.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: 450px) {
  body {
    min-width: 300px;
  }
}
@media screen and (max-width: 1550px) {
  .patent-event-btn {
    right: 190px;
    width: 90px;
  }
}
/*search*/
.trademark-total {
  font-size: 12px;
  line-height: 32px;
}
.trademark-total span {
  margin-left: 6px;
}
.trademark-total span.total-num {
  margin-top: -4px;
  padding: 0 4px;
  font-size: 16px;
  font-weight: 600;
}
.trademark-total a {
  padding: 8px 10px;
  background: #ffe7b9;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #fe8431;
}
.trademark-total a:hover {
  font-weight: 600;
}
/*history*/
.history {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 12px;
  width: 200px;
  padding: 0;
}
.history .tit {
  height: 40px;
  padding: 0 10px 0 38px;
  line-height: 40px;
  background: #fe8431 url(/assets/home/images/search_icon.png) no-repeat 10px 9px;
}
.history .tit span {
  float: left;
  font-size: 16px;
  color: #fff;
}
.history .tit a {
  float: right;
  font-size: 12px;
  color: #ffcead;
}
.history .history-content {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-top: 0;
}
.history .history-content p {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #999;
}
.history .history-content p a {
  float: left;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.history .history-content p a:hover {
  color: #fe8431;
}
.history .history-content p span {
  float: right;
}
.history .h2.bold {
  font-size: 18px;
  color: #fe8431;
  font-weight: bold;
  line-height: 150%;
  background: none;
}
.history .h2 {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
  line-height: 1;
  background: url(/assets/home/images/line_bg.png) center center no-repeat;
}
.footprint .tit {
  height: 40px;
  padding: 0 10px 0 38px;
  line-height: 40px;
  background: #529df5 url(/assets/home/images/search_icon.png) no-repeat 10px -24px;
}
.footprint .tit span {
  float: left;
  font-size: 16px;
  color: #fff;
}
.footprint .tit a {
  float: right;
  font-size: 12px;
  color: #bad8fb;
}
/*求购专区*/
.mt30 {
  margin-top: 30px;
}
.tm_sale a {
  display: block;
  width: 224px;
  height: 64px;
  padding: 16px;
  background: #fff;
  transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5;
}
.tm_sale a div {
  width: 126px;
  margin-left: 80px;
}
.tm_sale a div .tit {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.tm_sale a div .info {
  line-height: 20px;
  font-size: 12px;
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
}
.tm_sale a:hover {
  transform: translateX(-5px);
}
.tm_sale a + a {
  margin-top: 12px;
}
/*location*/
.location {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #999;
}
.location a {
  color: #999;
}
.location a:hover {
  color: #fe8431;
}
/* qq-search */
.qq-search{
  width: 240px;
  margin: auto;
  padding: 25px 20px;
  background-color: #fff;
  border: 1px solid #ffe7b9;
}
.qq-search .h2{
  font-size: 18px;
  color: #fe8431;
  line-height: 30px;
  margin-bottom: 20px;
}
.qq-search .qq-btn{
  background-color: #fff !important;
}
.nofoot{
  padding:40px 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.entrust{
  width: 300px;
  margin: 30px auto;
}
.entrust .mb_input {
  width: 100%;
  height: 36px;
  padding-left: 12px;
  background: #f5f5f5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 12px;
}
.entrust .mb_publish {
  padding: 10px 8px;
  margin-left: 4px;
  background: #fe8431;
  border: none;
  border-radius: 6px;
  -weibit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
/*page style*/
.box{
  margin-top: 20px;
  text-align: center;
}
.ui-pagination-container {
  height: 34px;
  line-height: 34px;
}

.ui-pagination-container .ui-pagination-page-item {
  font-size: 14px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #ddd;
  color: #888;
  margin: 0 3px;
  text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item:hover {
  border-color: #fe8431;
  color: #fe8431;
  text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
  background: #fe8431;
  border-color: #fe8431;
  color: #fff;
  cursor: default;
}
/*认证商标*/
.auth-tm.active i:before {
  content: "\f046";
}
.lazy {
  min-width: 20px;
  background: url(../../images/default.gif) center center no-repeat;
}
/* 分页 */
.brand-pager {clear: both;display:inline-block;font-size:14px; margin-bottom:20px; padding-right:30px; margin-top: 20px;}
.w-pager{width:auto;}
.w-member-pager{width:98.6%;}
.brand-pager li {float: left;margin: 0 2px;}
.brand-pager li input{ padding: 4px 5px;height:16px;line-height: 16px;border: 1px solid #e5e5e5; width:30px;}
.brand-pager li.text{ height:30px; line-height:24px;}
.brand-pager span, .brand-pager a {border: 1px solid #e5e5e5;float: left;padding: 0 5px;height:24px;line-height: 24px;vertical-align: middle;}
.brand-pager em {color: #666;float: left;padding: 0 5px;height:24px;line-height: 24px;font-style:normal;}
.brand-pager span {border: 1px solid #e5e5e5;color: #333;float: left;padding: 0 5px;height:24px;line-height: 24px;vertical-align: middle;}
.brand-pager a {text-decoration: none; cursor: pointer;}
.brand-pager a.bnt,.brand-pager .current {background-color: #f9f9f9;border: 1px solid #e5e5e5;color: #333;font-size:14px;}
.brand-pager a.bnt:hover{color: #fe8431;}
.brand-pager a:hover {color: #fe8431;}
.brand-pager .fr {float: right;}
.brand-pager .disabled {color: #BCBCBC;}
.brand-pager .current {font-weight: 700;background:#fe8431; color:#fff; border: 1px solid #fe8101;}
.brand-pager i{ font-style: normal; }

/* 无内容 */
.no-content{ width: 100%; margin: 0 auto; height: 150px; padding: 150px 0; background: url(/assets/home/images/error_icon2.jpg) no-repeat 300px center; }
.no-content .tit{ margin: 42px 0 20px 580px; font-size: 24px; color: #fe8431; }
.no-content .subtit{ margin-left: 580px; font-size: 16px; color: #666; }