/**-----------------------------**\
          $const
\**-----------------------------**/
@keyframes arrowRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 33px 0;
  }
}
@keyframes arrowLeft {
  0% {
    background-position: -33px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.wrap {
  width: 100%;
}
.min1190 {
  min-width: 1190px;
}
.width1190 {
  width: 1190px;
}
/**-----------------------------**\
            $nav
\**-----------------------------**/
.common-header .nr-nav ul .nr-nav-index a {
  color: #ff6900;
  font-weight: bold;
  font-size: 16px;
}
.common-header .nr-nav ul .nr-nav-index a::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #ff6900;
  border-radius: 2px;
}
.headerBox-fixed .nr-nav ul .nr-nav-index {
  background: #ff751a;
  position: relative;
}
.headerBox-fixed .nr-nav ul .nr-nav-index::before {
  content: '';
  position: absolute;
  width: 24px;
  top: 0;
  left: -24px;
  bottom: 0;
  background: #ff751a;
}
.headerBox-fixed .nr-nav ul .nr-nav-index::after {
  content: '';
  position: absolute;
  width: 24px;
  top: 0;
  right: -24px;
  bottom: 0;
  background: #ff751a;
}
.headerBox-fixed .nr-nav ul .nr-nav-index a {
  color: #fff;
}
.headerBox-fixed .nr-nav ul .nr-nav-index a::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #fff;
  border-radius: 2px;
}
.headerBox-fixed .nr-nav ul .nr-nav-index a:hover {
  color: #fff !important;
}
/**-----------------------------**\
            $article-camp
\**-----------------------------**/
.article-camp {
  width: 100%;
  height: 380px;
  position: relative;
  background-color: #f5f5f5;
}
.article-camp-bc {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
}
.article-camp-bc img {
  max-width: 1920px;
  display: block;
  min-height: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* for Chrome || Safari */
  -moz-transform: translate(-50%, -50%);
  /* for Firefox */
  -ms-transform: translate(-50%, -50%);
  /* for IE */
  -o-transform: translate(-50%, -50%);
  /* for Opera */
  transform: translate(-50%, -50%);
  border: none;
}
.article-camp .article-act_ico {
  width: 140px;
  height: 76px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  animation: swing 3s linear infinite;
  -moz-animation: swing 3s linear infinite;
  /* Firefox */
  -webkit-animation: swing 3s linear infinite;
  /* Safari and Chrome */
  -o-animation: swing 3s linear infinite;
  /* Opera */
}
/**-----------------------------**\
      $article-camp-content
 \**-----------------------------**/
.article-camp-content {
  width: 1190px;
  height: 480px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -595px;
  /*活动摇摆动画*/
}
.article-camp-content-title {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  margin-top: 36px;
}
.article-camp-content-title span {
  color: #ffea43;
  letter-spacing: 0px;
}
.article-camp-content .search-ipt-box {
  display: inline-block;
  overflow: hidden;
}
.article-camp-content .search-ipt-box:hover input {
  border-color: #ffca00;
}
.article-camp-content .search-ipt-box:hover button {
  background-color: #ffca00;
}
.article-camp-content-search {
  margin-top: 33px;
}
.article-camp-content-search:after {
  content: '';
  clear: both;
  display: block;
}
.article-camp-content-search input {
  width: 871px;
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
  background-color: #fff;
  float: left;
  font-size: 16px;
  box-sizing: border-box;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  caret-color: #ff6900;
  transition: 0.2s all;
}
.article-camp-content-search input::-webkit-input-placeholder {
  color: #888888;
}
.article-camp-content-search input:focus + button {
  background-color: #ffca00;
}
.article-camp-content-search button {
  float: left;
  width: 130px;
  height: 50px;
  background-color: #ffa200;
  outline: none;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: 0.2s all;
}
.article-camp-content-search button:hover {
  background-color: #ffca00;
}
.article-camp-content-search button span {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.article-camp-content-search button img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.article-camp-content-search a {
  margin-top: 0px;
  display: inline-block;
  width: 160px;
  height: 50px;
  float: right;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
}
.article-camp-content-search .toDemand {
  cursor: pointer;
  background: url('/public/img/index/toDemand.gif');
}
.article-camp-content-hot {
  margin-top: 13px;
}
.article-camp-content-hot:after {
  content: '';
  clear: both;
  display: block;
}
.article-camp-content-hot li {
  float: left;
  margin-right: 40px;
  color: #fff;
  font-size: 14px;
}
.article-camp-content-hot li a {
  color: #fff;
}
.article-camp-content-hot li a:hover {
  border-bottom: 1px solid #fff;
}
.article-camp-content-hot li:first-child {
  margin-right: 30px;
}
.article-camp-content-hot li:last-child a {
  color: #ff6900;
}
.article-camp-content-hot li:last-child a:hover {
  border-bottom: 1px solid #ff6900;
}
.article-camp-content-hot .hot-active a {
  color: #ff6900;
}
.article-camp-content-hot .hot-active a:hover {
  border-bottom: 1px solid #ff6900;
}
.article-camp-content-box {
  margin-top: 24px;
}
.article-camp-content-box:after {
  content: '';
  clear: both;
  display: block;
}
.article-camp-content-box-header:after {
  content: '';
  clear: both;
  display: block;
}
.article-camp-content-box-header li {
  float: left;
  color: #fff;
  font-size: 16px;
  position: relative;
  margin-right: 70px;
  cursor: pointer;
}
.article-camp-content-box-header .header-lis-active:after {
  width: 64px;
  height: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
}
.article-camp-content-box-right .article-camp-content-box-header {
  width: 650px;
}
.article-camp-content-box-right-box {
  position: relative;
  margin-top: 25px;
}
.article-camp-content-box-right-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.article-camp-content-box-right-box ul:after {
  content: '';
  clear: both;
  display: block;
}
.article-camp-content-box-right-box ul .article-camp-item {
  min-width: 80px;
  padding: 0 8px;
  height: 32px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: #fff;
  margin-right: 24px;
  transition: 0.2s all;
}
.article-camp-content-box-right-box ul .article-camp-item:hover {
  color: #000;
  background: #fff;
}
.article-camp-content-box-right-box .article-camp-content-more {
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -42px;
  left: -92px;
  cursor: pointer;
}
.article-camp-content-box-right-box .article-camp-content-more:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  top: -41px;
}
.article-camp-content-activity {
  width: 220px;
  height: 146px;
  position: absolute;
  right: -220px;
  top: 95px;
  animation: swing 2.5s linear infinite;
  -moz-animation: swing 2.5s linear infinite;
  /* Firefox */
  -webkit-animation: swing 2.5s linear infinite;
  /* Safari and Chrome */
  -o-animation: swing 2.5s linear infinite;
  /* Opera */
}
.article-camp-content-activity a {
  display: inline-block;
  width: 220px;
  height: 146px;
  background: url('/public/img/activity/designerSelection(2019)/漂浮窗口.png') 0 0 no-repeat;
}
@-webkit-keyframes swing {
  10% {
    top: 88px;
  }
  20% {
    top: 81px;
  }
  30% {
    top: 74px;
  }
  40% {
    top: 67px;
  }
  50% {
    top: 60px;
  }
  60% {
    top: 67px;
  }
  70% {
    top: 74px;
  }
  80% {
    top: 81px;
  }
  90% {
    top: 88px;
  }
  100% {
    top: 95px;
  }
}
@-moz-keyframes swing {
  10% {
    top: 88px;
  }
  20% {
    top: 81px;
  }
  30% {
    top: 74px;
  }
  40% {
    top: 67px;
  }
  50% {
    top: 60px;
  }
  60% {
    top: 67px;
  }
  70% {
    top: 74px;
  }
  80% {
    top: 81px;
  }
  90% {
    top: 88px;
  }
  100% {
    top: 95px;
  }
}
@-o-keyframes swing {
  10% {
    top: 88px;
  }
  20% {
    top: 81px;
  }
  30% {
    top: 74px;
  }
  40% {
    top: 67px;
  }
  50% {
    top: 60px;
  }
  60% {
    top: 67px;
  }
  70% {
    top: 74px;
  }
  80% {
    top: 81px;
  }
  90% {
    top: 88px;
  }
  100% {
    top: 95px;
  }
}
@keyframes swing {
  10% {
    top: 88px;
  }
  20% {
    top: 81px;
  }
  30% {
    top: 74px;
  }
  40% {
    top: 67px;
  }
  50% {
    top: 60px;
  }
  60% {
    top: 67px;
  }
  70% {
    top: 74px;
  }
  80% {
    top: 81px;
  }
  90% {
    top: 88px;
  }
  100% {
    top: 95px;
  }
}
.bg-one-box {
  width: 100%;
  height: 392px;
  margin: 0 auto;
  background: url('/public/img/index/image_bj1.png') no-repeat 0 0;
  background-size: cover;
  position: relative;
}
/**-----------------------------**\
          $article-adv
\**-----------------------------**/
.article-adv {
  width: 100%;
  min-width: 1190px;
}
.article-adv-box {
  width: 1190px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.article-adv-box-header ul:after {
  content: '';
  clear: both;
  display: block;
}
.article-adv-box-header ul li {
  width: 383px;
  height: 90px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(206, 206, 206, 0.5);
  float: left;
  position: relative;
  margin-right: 18px;
  background-size: 100% 100%;
  border-radius: 3px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.article-adv-box-header ul li:nth-child(1) {
  background: url('/public/img/index/bg_fasj.png') no-repeat 0 0;
}
.article-adv-box-header ul li:nth-child(2) {
  background: url('/public/img/index/bg_fasc.png') no-repeat 0 0;
}
.article-adv-box-header ul li:nth-child(3) {
  background: url('/public/img/index/bg_hhr.png') no-repeat 0 0;
}
.article-adv-box-header ul li:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.article-adv-box-header ul li:last-child {
  margin-right: 0;
}
.article-adv-box-header ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.article-adv-box-header ul li .article-lis-img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  left: 25px;
}
.article-adv-box-header ul li .article-hot {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -2px;
  left: -3px;
}
.article-adv-box-header ul li p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #5c5c5c;
  position: absolute;
  left: 25px;
  bottom: 19px;
}
.article-adv-box-header ul li h5 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000;
  position: absolute;
  top: 20px;
  left: 56px;
}
.article-adv-box-header ul li span {
  width: 96px;
  height: 32px;
  line-height: 32px;
  opacity: 1;
  background: linear-gradient(90deg, #ffa200, #ff6900, #ff6900);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  box-sizing: border-box;
}
.article-adv-box-header ul li span:hover {
  background-color: #fff;
  border: 1px solid #ff6900;
  color: #ff6900;
  background: #fff;
  line-height: 30px;
}
.article-adv-box-content {
  margin: 33px auto;
  width: 1190px;
}
.article-adv-box-content ul:after {
  content: '';
  clear: both;
  display: block;
}
.article-adv-box-content li {
  float: left;
  width: 585px;
  height: 90px;
  margin-right: 20px;
  position: relative;
}
.article-adv-box-content li:last-child {
  margin-right: 0;
}
.article-adv-box-content li img {
  width: 100%;
  height: 90px;
}
.article-adv-box-footer {
  margin: 0 auto 48px;
  width: 1190px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 0px;
  display: flex;
  justify-content: space-between;
}
.article-adv-box-footer .recommend {
  display: inline-block;
  font-size: 12px;
  width: 900px;
  flex-shrink: 0;
}
.article-adv-box-footer .recommend-solutions-container {
  margin-top: 24px;
  font-size: 0px;
}
.article-adv-box-footer .recommend-solutions-container .solution-item {
  cursor: pointer;
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 210px;
  font-size: 12px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 0px rgba(206, 206, 206, 0.5);
  box-sizing: border-box;
}
.article-adv-box-footer .recommend-solutions-container .solution-item:nth-child(4n + 0) {
  margin-right: 0px;
}
.article-adv-box-footer .recommend-solutions-container .solution-item:nth-of-type(5n) {
  margin-bottom: 0;
}
.article-adv-box-footer .recommend-solutions-container .solution-item:nth-of-type(6n) {
  margin-bottom: 0;
}
.article-adv-box-footer .recommend-solutions-container .solution-item:nth-of-type(7n) {
  margin-bottom: 0;
}
.article-adv-box-footer .recommend-solutions-container .solution-item:nth-of-type(8n) {
  margin-bottom: 0;
}
.article-adv-box-footer .recommend-solutions-container .solution-item > a > img {
  width: 190px;
  height: 130px;
  padding: 10px;
}
.article-adv-box-footer .recommend-solutions-container .solution-item .content {
  width: 210px;
  padding: 0 10px 15px;
  box-sizing: border-box;
}
.article-adv-box-footer .recommend-solutions-container .solution-item .content .name {
  height: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.article-adv-box-footer .recommend-solutions-container .solution-item .content .user-desc {
  display: flex;
  align-items: center;
  margin-top: 10px;
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
}
.article-adv-box-footer .recommend-solutions-container .solution-item .content .user-desc img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.article-adv-box-footer .recommend-solutions-container .solution-item .content .describe {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #888888;
  overflow: hidden;
  width: 190px;
  height: 42px;
  opacity: 1;
  background: #f5f5f5;
  border-radius: 1px;
  padding: 6px 8px;
  box-sizing: border-box;
}
.article-adv-box-footer .recommend-solutions-container .solution-item .content .describe span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-adv-box-footer .recommend-solutions-container .solution-item .content .key-word {
  font-size: 0px;
  margin-top: 12px;
  height: 24px;
}
.article-adv-box-footer .recommend-solutions-container .solution-item .content .key-word span {
  font-size: 12px;
  display: inline-block;
  padding: 4px 10px;
  margin-right: 10px;
  background: #f2f2f2;
  border-radius: 12px;
  color: #333333;
}
.article-adv-box-footer .recommend-solutions-container .solution-item a {
  width: 210px;
  height: 250px;
  display: block;
  box-sizing: border-box;
}
.article-adv-box-footer .recommend-solutions-container .solution-item:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(206, 206, 206, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(206, 206, 206, 0.5);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.article-adv-box-footer .recommend-solutions-container .solution-item:hover a {
  border: 1px solid #ff751a;
}
/* 方案等级标签 */
.slu-tag {
  display: inline-block;
  width: 40px;
  height: 20px;
  font-size: 12px;
  border-radius: 0px 0px 6px 0px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.slu-tag-good {
  background: #a300ff;
}
.slu-tag-expert {
  background: #005aff;
}
.slu-tag-boutique {
  background: #ff1837;
}
.headline {
  position: relative;
  padding-left: 12px;
  box-sizing: border-box;
}
.headline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 24px;
  background-color: #ff751a;
}
.headline strong {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  height: 24px;
  line-height: 24px;
  margin-right: 20px;
}
.headline span {
  float: right;
  position: relative;
  cursor: pointer;
  height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
  padding-right: 18px;
}
.headline span:hover {
  color: #ff6900 !important;
}
.headline span:hover:after {
  background-image: url('/public/img/index/icon_right_hover.png') !important;
}
.headline span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url('/public/img/index/icon_right_nomal.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.revenue-rank {
  margin-top: 48px;
  width: 270px;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(120, 36, 0, 0.1);
  padding: 0 20px;
  box-sizing: border-box;
}
.revenue-rank img {
  margin-top: 13px;
  margin-bottom: 13px;
  width: 232px;
  height: 78px;
  background: rgba(0, 0, 0, 0.7);
}
.rank-headline {
  height: 44px;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rank-headline > div {
  display: inline-block;
  font-size: 14px;
}
.rank-headline > div:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}
.rank-headline > div:nth-child(2) a {
  width: 68px;
  height: 24px;
  opacity: 1;
  border: 1px solid #ff6900;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #ff6900;
  font-size: 12px;
  line-height: 22px;
  transition: 0.2s all;
  white-space: nowrap;
}
.rank-headline > div:nth-child(2) a:hover {
  line-height: 24px;
  width: 68px;
  height: 24px;
  opacity: 1;
  background: linear-gradient(90deg, #ffa200, #ff6900, #ff6900);
  border-radius: 12px;
  border: none;
  color: #fff;
}
.rank-container > div {
  margin-top: 19px;
  height: 18px;
  line-height: 18px;
  font-size: 0px;
}
.rank-container > div div {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
}
.rank-container > div div.no-1 {
  text-align: center;
  width: 18px;
  height: 18px;
  color: white;
  margin-right: 10px;
  background-color: #ff0000;
}
.rank-container > div div.no-2 {
  text-align: center;
  width: 18px;
  height: 18px;
  color: white;
  margin-right: 10px;
  background-color: #ff6900;
}
.rank-container > div div.no-3 {
  text-align: center;
  width: 18px;
  height: 18px;
  color: white;
  margin-right: 10px;
  background-color: #ffca00;
}
.rank-container > div div.no-4 {
  text-align: center;
  width: 18px;
  height: 18px;
  color: white;
  margin-right: 10px;
  background-color: #cbcbcb;
}
.rank-container > div div.name {
  width: 120px;
  color: #555555;
}
.rank-container > div div.money {
  color: #ff0000;
  float: right;
  font-weight: bold;
}
.rank-container > div div.money-2 {
  color: #555555;
  float: right;
}
/**-----------------------------**\
        $article-quick
\**-----------------------------**/
.article-quick {
  background-color: #f5f5f5;
  overflow: hidden;
}
.article-quick ul {
  height: 115px;
  margin: 45px auto 0;
  padding: 0 0;
}
.article-quick ul:after {
  content: '';
  clear: both;
  display: block;
}
.article-quick ul li {
  width: 287px;
  height: 106px;
  background-color: #ffffff;
  position: relative;
  float: left;
  margin-right: 14px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.article-quick ul li:last-child {
  margin-right: 0;
}
.article-quick ul li:last-child img {
  width: auto;
}
.article-quick ul li:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.article-quick ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.article-quick ul li h5 {
  width: 140px;
  height: 25px;
  overflow: hidden;
  font-family: 'PingFangSC-Medium';
  position: absolute;
  top: 20px;
  left: 24px;
  color: #222222;
  font-size: 18px;
}
.article-quick ul li p {
  width: 140px;
  height: 36px;
  position: absolute;
  bottom: 20px;
  left: 24px;
  color: #777777;
  font-size: 13px;
}
.article-quick ul li p span {
  display: inline-block;
  width: 120px;
}
.article-quick ul li img {
  width: 87px;
  height: 60px;
  border: none;
  position: absolute;
  top: 23px;
  right: 16px;
  transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  /* Firefox 4 */
  -webkit-transition: right 0.5s ease;
  /* Safari 和 Chrome */
  -o-transition: right 0.5s ease;
  /* Opera */
}
/**-----------------------------**\
        $article-compute
\**-----------------------------**/
.article-compute {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.article-compute-header {
  background-color: #fff;
  margin: 0 auto 30px !important;
}
.article-compute-header .computed-h5:before {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}
.article-compute-header .computed-h5:after {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}
.article-compute-content {
  margin: 0 auto;
}
.article-compute-content:after {
  content: '';
  clear: both;
  display: block;
}
.article-compute-content-lis {
  width: 296px;
  height: 183px;
  background-color: #ffffff;
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  border-left: solid 1px #e7e7e7;
  float: left;
  position: relative;
}
.article-compute-content-lis-header {
  position: relative;
  padding-left: 20px;
  padding-top: 30px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 12px;
}
.article-compute-content-lis-header:after {
  content: '';
  clear: both;
  display: block;
}
.article-compute-content-lis-header span {
  font-size: 18px;
  float: left;
  color: #222;
}
.article-compute-content-lis-header a {
  float: right;
  margin-right: 13px;
  color: #a0a0a0;
  font-size: 12px;
}
.article-compute-content-lis p {
  width: 166px;
  line-height: 30px;
  color: #777;
  margin-left: 20px;
  position: relative;
  text-indent: 10px;
  font-size: 14px;
}
.article-compute-content-lis p:before {
  width: 2px;
  height: 2px;
  color: #777;
  background-color: #777;
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
}
.article-compute-content-lis:before {
  width: 1px;
  height: 183px;
  content: '';
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.article-compute-content-lis:after {
  width: 49px;
  height: 50px;
  content: '';
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: url('/public/img/index/computed-icons.png') no-repeat;
}
.article-compute-content-lis:hover {
  border-color: #1cbfda;
}
.article-compute-content-lis:hover div span {
  color: #1cbfda;
}
.article-compute-content-lis:hover:before {
  background-color: #1cbfda;
}
.article-compute-content-lis:nth-child(4n + 1):after {
  background-position: 0 -53px;
}
.article-compute-content-lis:nth-child(4n + 1):hover:after {
  background-position: 0 -1px;
}
.article-compute-content-lis:nth-child(4n + 2):after {
  background-position: 0 -254px;
}
.article-compute-content-lis:nth-child(4n + 2):hover:after {
  background-position: 0 -204px;
}
.article-compute-content-lis:nth-child(4n + 3):after {
  background-position: 0 -346px;
}
.article-compute-content-lis:nth-child(4n + 3):hover:after {
  background-position: 0 -303px;
  height: 41px;
  bottom: 22px;
}
.article-compute-content-lis:nth-child(4n + 4) {
  border-right: solid 1px #e7e7e7;
}
.article-compute-content-lis:nth-child(4n + 4):after {
  background-position: 0 -155px;
}
.article-compute-content-lis:nth-child(4n + 4):hover:after {
  background-position: 0 -105px;
}
.quoter-enter {
  width: 1148px;
  margin-bottom: 40px;
  height: auto !important;
}
.quoter-enter img {
  width: 100%;
}
/*   精选合集  */
.collection {
  margin: auto 0px;
  width: 100%;
  min-width: 1190px;
  height: 576px;
  background: #f5f5f5 url(/public/img/index/image_bj2.png) no-repeat;
  background-size: cover;
  padding: 40px 0;
  box-sizing: border-box;
}
.collection > div {
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
.collection > div .collection-container {
  padding-top: 26px;
  font-size: 0px;
  box-sizing: border-box;
}
.collection > div .collection-container .collection-left {
  display: inline-block;
  width: 235px;
  height: 432px;
  background-color: white;
  padding: 10px 20px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}
.collection > div .collection-container .collection-left img {
  cursor: pointer;
}
.collection > div .collection-container .collection-left > div {
  width: 235px;
  margin: 15px 0;
  height: 364px;
  overflow: hidden;
}
.collection > div .collection-container .collection-left > div > div {
  margin: 0;
  height: auto;
}
.collection > div .collection-container .collection-left > div > div div {
  position: relative;
  width: 195px;
  height: 108px;
  margin-bottom: 20px;
}
.collection > div .collection-container .collection-left > div > div div:last-child {
  margin-bottom: 0;
}
.collection > div .collection-container .collection-left > div > div div img {
  width: 195px;
  height: 108px;
}
.collection > div .collection-container .collection-left > div > div div .collection-name {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
  height: 108px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px;
  box-sizing: border-box;
}
.collection > div .collection-container .collection-left > div > div div .collection-name > div {
  cursor: pointer;
  margin: 16px 15px 15px;
  border: 1px solid #fff;
  width: 165px;
  height: 77px;
  box-sizing: border-box;
  color: #fff;
  font-size: 17px;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
.collection > div .collection-container .collection-left > div > div div em {
  position: absolute;
  right: -50px;
  top: 20px;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.collection > div .collection-container .collection-content {
  display: inline-block;
  width: 635px;
  margin: 0 21px 0 29px;
  height: 432px;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
}
.collection > div .collection-container .collection-content a > img {
  width: 595px;
  height: 183px;
}
.collection > div .collection-container .collection-content-solution-count {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
  width: 83px;
  height: 28px;
  opacity: 1;
  background: #2f7bff;
  border-radius: 0px 0px 8px 0px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.collection > div .collection-container .collection-content .collection-describe {
  position: absolute;
  bottom: 228px;
  left: 20px;
  width: 595px;
  max-height: 70px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  padding: 13px 33px 13px 16px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.66);
}
.collection > div .collection-container .collection-content .collection-describe span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.collection > div .collection-container .collection-content .collection-solution {
  font-size: 0px;
}
.collection > div .collection-container .collection-content .collection-solution-item {
  padding-top: 30px;
  display: inline-block;
  width: 50%;
}
.collection > div .collection-container .collection-content .collection-solution-item:hover .solution-title {
  text-decoration: underline;
}
.collection > div .collection-container .collection-content .collection-solution-item img {
  width: 58px;
  height: 74px;
  vertical-align: top;
}
.collection > div .collection-container .collection-content .collection-solution-item .solution-describe {
  margin-top: 5px;
  margin-left: 11px;
  vertical-align: top;
  display: inline-block;
  width: 204px;
}
.collection > div .collection-container .collection-content .collection-solution-item .solution-describe a {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}
.collection > div .collection-container .collection-content .collection-solution-item .solution-describe .solution-title {
  width: 204px;
  height: 36px;
  word-wrap: break-word;
  overflow: hidden;
}
.collection > div .collection-container .collection-content .collection-solution-item .solution-describe .label {
  margin-top: 10px;
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 18px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
}
.collection > div .collection-container .collection-content .collection-solution-item .solution-describe .label-good {
  border: 1px solid #a300ff;
  color: #a300ff;
}
.collection > div .collection-container .collection-content .collection-solution-item .solution-describe .label-expert {
  border: 1px solid #005aff;
  color: #005aff;
}
.collection > div .collection-container .collection-content .collection-solution-item .solution-describe .label-boutique {
  border: 1px solid #ff1837;
  color: #ff1837;
}
.collection > div .collection-container .collection-right {
  display: inline-block;
  width: 270px;
  height: 432px;
  background-color: white;
  padding: 0 20px 12px;
  box-sizing: border-box;
  vertical-align: top;
}
.collection .headline span {
  margin-right: 288px;
}
/*  限时免费   */
.free-container {
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
  height: 395px;
  padding: 68px 0 0;
  box-sizing: border-box;
}
.free-container-title {
  /*font-size: 0px;
    height: 60px;
    width: 100%;
    line-height:40px;
    padding-top: 20px;
    border-bottom: 1px solid #E6E6E6;*/
  font-size: 0px;
  height: 40px;
  width: 100%;
  line-height: 40px;
  line-height: 1;
  position: relative;
}
.free-container-title::after {
  position: absolute;
  content: '';
  width: 1190px;
  background: rgba(255, 105, 0, 0.3);
  bottom: -1px;
  height: 1px;
  left: 0;
}
.free-container-title > .free-title {
  cursor: pointer;
  width: 144px;
  height: 50px;
  font-size: 24px;
  font-weight: 400;
  color: #999999;
  display: inline-block;
  margin-right: 16px;
  text-align: center;
}
.free-container-title > .free-title .free-title-line {
  position: absolute;
  bottom: -1.5px;
  left: 0;
  display: flex;
}
.free-container-title > .free-title .free-title-line img {
  width: 148px;
  height: 13px;
  z-index: 1;
}
.free-container-title > .free-title.active {
  font-weight: 500;
  color: #ff6900;
  position: relative;
  border-radius: 1.5px;
}
.free-container-title .vue-horse-race-lamp {
  position: absolute;
  width: 375px;
  height: 20px;
  opacity: 1;
  border-radius: 2px;
  overflow: hidden;
  top: 0;
  right: 0;
  display: flex;
  font-size: 14px;
}
.free-container-title .vue-horse-race-lamp > img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  flex-shrink: 0;
}
.free-container-title .vue-horse-race-lamp .horse-race-lamp-box {
  flex: 1;
}
.free-container-title .vue-horse-race-lamp .horse-race-lamp-item {
  height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: start;
  color: #323233;
}
.free-container-title .vue-horse-race-lamp .horse-race-lamp-item .hight-c {
  color: #ff6900;
}
.free-container-title .vue-horse-race-lamp .horse-race-lamp-item .text-dr {
  cursor: pointer;
}
.free-container-title .vue-horse-race-lamp .horse-race-lamp-item .text-dr:hover {
  border-bottom: 1px solid #ff6900;
}
.free-container-content {
  margin-top: 21px;
  font-size: 0px;
  position: relative;
  width: 1190px;
  height: 240px;
}
.free-container-content .swiper-container-horizontal > .swiper-pagination-bullets,
.free-container-content .swiper-pagination-custom,
.free-container-content .swiper-pagination-fraction {
  bottom: 1px;
}
.free-container-content .solution-list {
  overflow: hidden;
}
.free-container-content .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(/public/img/index/right.png);
  background-size: 16px;
  transform: rotate(180deg);
  left: -26px;
  z-index: 1111;
}
.free-container-content .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(/public/img/index/right.png);
  background-size: 16px;
  right: -26px;
  z-index: 1111;
}
.free-container-content .swiper-pagination-bullet-active {
  background: #ff6900;
}
.free-container-content .solution-item {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  display: inline-block;
  font-size: 0px;
  margin-right: 20px;
  width: 383px;
  height: 214px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.free-container-content .solution-item:nth-child(3n + 0) {
  margin-right: 0;
}
.free-container-content .solution-item-icon {
  display: inline-block;
  width: 104px;
  height: 132px;
  margin-right: 10px;
  vertical-align: top;
}
.free-container-content .solution-item-describe {
  display: inline-block;
  width: 235px;
  height: 132px;
  font-size: 12px;
}
.free-container-content .solution-item-describe .name {
  width: 234px;
  max-height: 44px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  font-weight: bold;
}
.free-container-content .solution-item-describe .date {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
}
.free-container-content .solution-item-describe .date img {
  width: 14px;
  height: 14px;
  vertical-align: bottom;
  margin-right: 4px;
}
.free-container-content .solution-item-describe .brand {
  margin-top: 10px;
  margin-right: 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #1dbfda;
  width: 84px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #1dbfda;
}
.free-container-content .solution-item-describe .flex-center {
  display: flex;
  align-items: center;
}
.free-container-content .solution-item-describe .payment {
  margin-top: 10px;
  font-size: 0px;
  display: inline-block;
}
.free-container-content .solution-item-describe .payment.flex-center {
  display: flex;
  align-items: center;
}
.free-container-content .solution-item-describe .payment strong {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
}
.free-container-content .solution-item-describe .payment i {
  margin-left: 5px;
  font-size: 12px;
  color: #f35050;
  text-decoration: line-through;
}
.free-container-content .solution-item-describe .payment span {
  font-size: 16px;
  color: #f35050;
  text-decoration: line-through;
  font-weight: bold;
}
.free-container-content .solution-item-describe .payment .seckill {
  text-decoration: none;
}
.free-container-content .solution-item-describe .payment .seckill-origin-icon {
  color: #888888;
}
.free-container-content .solution-item-describe .payment .seckill-origin {
  font-size: 12px;
  color: #888888;
}
.free-container-content .solution-item-describe .information {
  margin-top: 14px;
}
.free-container-content .solution-item-describe .information span {
  font-size: 12px;
  font-weight: 400;
  color: #6d6d6d;
  line-height: 12px;
  margin-right: 9px;
  padding-right: 10px;
  border-right: 1px solid #efefef;
}
.free-container-content .solution-item-describe .information span:last-child {
  border-right: none;
}
.free-container-content .solution-item .count-down {
  padding: 0 16px;
  margin-top: 16px;
  height: 55px;
  line-height: 55px;
  background: #f8f8f8;
  overflow: hidden;
}
.free-container-content .solution-item .count-down .free-time {
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 12px;
}
.free-container-content .solution-item .count-down img {
  margin-top: -10px;
  vertical-align: middle;
}
.free-container-content .solution-item .count-down span {
  margin-top: 36px;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
.free-container-content .solution-item .count-down button {
  cursor: pointer;
  float: right;
  margin-top: 9px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  width: 119px;
  height: 36px;
  line-height: 36px;
  background: linear-gradient(90deg, #ffa200, #ff6900, #ff6900);
  border-radius: 18px;
}
.free-container-content .solution-item .count-down button:hover {
  border: 1px solid #ff6900;
  color: #ff6900;
  background: #fff;
  line-height: 30px;
}
.free-container-content .solution-item .count-down button.wait {
  width: 119px;
  height: 36px;
  background: #8cb8ff;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 16px;
}
.free-container-content .solution-item .count-down button.wait:hover {
  background-color: #8cb8ff;
  border: none;
  color: #fff;
  line-height: 16px;
}
.free-container-content .solution-item .count-down button.end {
  background: #d8d8d8;
}
.free-container-content .solution-item .count-down button.end:hover {
  background-color: #d8d8d8;
  border: none;
  color: #fff;
  line-height: 16px;
}
.free-container-content .solution-item .count-down2 {
  padding: 0 16px;
  margin-top: 16px;
  height: 55px;
  line-height: 55px;
  align-items: center;
  background: #fff;
  overflow: hidden;
  display: flex;
  border-top: 1px solid #f5f5f5;
  justify-content: space-between;
}
.free-container-content .solution-item .count-down2 button {
  cursor: pointer;
  float: right;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  width: 110px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(90deg, #ffa200, #ff6900, #ff6900);
  border-radius: 18px;
}
.free-container-content .solution-item .count-down2 button:hover {
  border: 1px solid #ff6900;
  color: #ff6900;
  background: #fff;
  line-height: 30px;
}
.free-container-content .solution-item .count-down2 button.wait {
  width: 119px;
  height: 36px;
  background: #8cb8ff;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 16px;
}
.free-container-content .solution-item .count-down2 button.wait:hover {
  background-color: #8cb8ff;
  border: none;
  color: #fff;
  line-height: 16px;
}
.free-container-content .solution-item .count-down2 button.end {
  background: #d8d8d8;
}
.free-container-content .solution-item .count-down2 button.end:hover {
  background-color: #d8d8d8;
  border: none;
  color: #fff;
  line-height: 16px;
}
.free-container-content .solution-item .key-words {
  padding-top: 10px;
}
.free-container-content .solution-item .key-words span {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-right: 10px;
}
.free-container-content .solution-item .key-words b {
  display: inline-block;
  line-height: 24px;
  margin-right: 10px;
  cursor: pointer;
  height: 24px;
  padding: 0 10px;
  background: #f2f2f2;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
/*  资讯   */
.news-container {
  padding: 40px 0;
  width: 100%;
  min-width: 1190px;
  height: 972px;
  background: url('/public/img/index/bj3.png') no-repeat;
  background-size: 100% 1190px;
  box-sizing: border-box;
  /* 资讯 - 排行 */
}
.news-container > div {
  font-size: 0px;
  padding-top: 27px;
  padding-left: 21px;
  margin: auto;
  width: 1190px;
  height: 436px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.news-container > div:nth-child(2) {
  margin-top: 20px;
}
.news-container .news-colums {
  vertical-align: top;
  display: inline-block;
  margin-right: 42px;
}
.news-container .news-colums-title {
  font-size: 0px;
}
.news-container .news-colums-title > div {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}
.news-container .news-colums-title > div:nth-child(1) {
  font-size: 20px;
  font-family: PingFangSC;
  font-weight: 500;
  color: #222222;
  line-height: 20px;
  margin-right: 20px;
}
.news-container .news-colums-title > div:nth-child(2) {
  position: relative;
  float: right;
  margin-top: 4px;
  margin-right: 14px;
}
.news-container .news-colums-title > div:nth-child(2):hover a {
  color: #1dbfda !important;
}
.news-container .news-colums-title > div:nth-child(2):hover:after {
  background-image: url('/public/img/demand/next_active_btn.png') !important;
}
.news-container .news-colums-title > div:nth-child(2):after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -10px;
  width: 6px;
  height: 10px;
  background-image: url(/public/img/demand/next_btn_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.news-container .news-colums-content {
  padding-top: 25px;
  width: 420px;
}
.news-container .news-colums-content .news-item {
  width: 420px;
  margin-bottom: 20px;
  font-size: 0px;
}
.news-container .news-colums-content .news-item:hover .news-item-title {
  text-decoration: underline;
}
.news-container .news-colums-content .news-item img {
  display: inline-block;
  width: 147px;
  height: 98px;
  vertical-align: top;
  margin-right: 10px;
}
.news-container .news-colums-content .news-item div {
  display: inline-block;
  width: 262px;
}
.news-container .news-colums-content .news-item-title {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  line-height: 20px;
  margin-bottom: 8px;
  max-height: 40px;
}
.news-container .news-colums-content .news-item-describe {
  font-size: 12px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  height: 50px;
}
.news-container .rank-container {
  vertical-align: top;
  width: 234px;
  display: inline-block;
}
.news-container .rank-container .news-colums-title {
  margin-top: 0px;
}
.news-container .rank-container > div {
  margin-top: 18px;
}
.news-container .rank-container > div div.name {
  width: 200px;
}
.news-container .rank-container > div div.name:hover {
  text-decoration: underline;
}
.news-container .rank-container > div div.no {
  margin-right: 6px;
}
/* 设计规范 */
.standard-container {
  position: relative;
  width: 420px;
  font-size: 0;
  margin-bottom: 13px;
}
.standard-container:hover .standard-title {
  text-decoration: underline;
}
.standard-container img {
  width: 58px;
  height: 74px;
  vertical-align: middle;
}
.standard-container .standard-left {
  display: inline-block;
  width: 249px;
  vertical-align: top;
  margin-left: 10px;
}
.standard-container .standard-left .standard-title {
  margin-top: 4px;
  max-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 20px;
}
.standard-container .standard-left .standard-classify {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}
.standard-container .standard-left .standard-classify span {
  position: relative;
  color: #999999;
  line-height: 12px;
}
.standard-container .standard-left .standard-classify span:nth-child(1) {
  margin-right: 9px;
}
.standard-container .standard-left .standard-classify span:nth-child(2) {
  margin-left: 9px;
}
.standard-container .standard-left .standard-classify span:nth-child(2):before {
  position: absolute;
  top: 3px;
  left: -10px;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #979797;
}
.standard-container .standard-zone {
  padding: 0 7px;
  position: absolute;
  top: 27px;
  right: 0;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #0065ff;
  line-height: 20px;
}
.standard-container .standard-zone img {
  width: 10px;
  height: 12px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -8px;
}
.standard-container .standard-zone span {
  font-size: 12px;
  font-weight: 400;
  color: #0065ff;
}
/*  计算器   */
.calculator-container {
  width: 100%;
  min-width: 1190px;
  background: #fff;
}
.calculator-container > div {
  margin: 40px auto 40px;
  width: 1190px;
  background: #ffffff;
}
.calculator-container > div .calculator-contnet {
  margin-top: 35px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(206, 206, 206, 0.5);
  font-size: 0px;
}
.calculator-container > div .calculator-contnet-item {
  display: inline-block;
  vertical-align: top;
  width: 297.5px;
  height: 183px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding: 28px 20px;
}
.calculator-container > div .calculator-contnet-item .calculator-name {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 25px;
  position: relative;
}
.calculator-container > div .calculator-contnet-item .calculator-name .more {
  position: absolute;
  right: 0;
  bottom: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #a0a0a0;
  line-height: 12px;
}
.calculator-container > div .calculator-contnet-item .calculator-describe {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 30px;
}
.calculator-container > div .calculator-contnet-item .calculator-describe ul li {
  list-style: inside;
}
.calculator-container > div .calculator-contnet-item.active {
  border: 1px solid #1cbfda;
}
.calculator-container > div .calculator-contnet-item.active .calculator-name {
  color: #1cbfda;
}
.recommend-container {
  width: 1190px;
  height: 432px;
  margin: 27px auto 50px;
  position: relative;
  background: url('/public/img/index/recommend-bg.png') #fff;
  background-size: 100% 100%;
}
.recommend-container,
.recommend-container * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.recommend-container .join-us {
  position: absolute;
  top: -18px;
  left: -7px;
  width: 590px;
  height: 220px;
  background: url('/public/img/index/join-us-bg.png') #fff;
  background-size: 100% 100%;
  box-shadow: 0px 0px 20px 0px rgba(38, 97, 174, 0.6);
  cursor: pointer;
  z-index: 10;
}
.recommend-container .join-us img {
  width: 644px;
  height: 275px;
  position: absolute;
  top: -54px;
  left: -55px;
}
.recommend-container .more-brand {
  position: absolute;
  top: 221px;
  left: 898px;
  width: 272px;
  height: 181px;
  padding-top: 76px;
  text-align: center;
  background: url('/public/img/index/more-brand-bg.png') #fff;
  background-size: 100% 100%;
  z-index: 10;
}
.recommend-container .more-brand a {
  font-size: 22px;
  font-weight: 500;
  color: #347ae5;
  line-height: 30px;
}
.recommend-container .brand-list {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recommend-container .brand-card {
  position: absolute;
  width: 272px;
  height: 180px;
  display: block;
  padding: 3px 15px 0;
  background: #ffffff;
  box-shadow: 0px 3px 9px 0px rgba(188, 209, 244, 0.1);
  z-index: 10;
}
.recommend-container .brand-card:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(216, 216, 216, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(216, 216, 216, 0.5);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recommend-container .brand-card:nth-child(1) {
  top: 20px;
  left: 606px;
}
.recommend-container .brand-card:nth-child(2) {
  top: 20px;
  left: 898px;
}
.recommend-container .brand-card:nth-child(3) {
  top: 221px;
  left: 20px;
}
.recommend-container .brand-card:nth-child(4) {
  top: 221px;
  left: 312px;
}
.recommend-container .brand-card:nth-child(5) {
  top: 221px;
  left: 606px;
}
.recommend-container .brand-card-img {
  padding: 12px 0;
  overflow: hidden;
  border-bottom: 1px dotted #efefef;
  text-align: center;
  min-height: 99px;
}
.recommend-container .brand-card-img img {
  width: 242px;
  height: 97px;
}
.recommend-container .brand-card-solutions {
  padding-top: 10px;
}
.recommend-container .brand-card-solutions a {
  display: block;
  width: 100%;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  cursor: pointer;
}
.recommend-container .brand-card-solutions a:hover {
  text-decoration: underline;
}
.no-result {
  width: 1190px;
  height: 500px;
  margin: 0 auto 20px;
  background-color: #fff;
  position: relative;
  border: 1px solid #f4f4f4;
}
.no-result .no-result-content {
  width: 700px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -100px;
  text-align: center;
}
.no-result .no-result-content p {
  line-height: 30px;
  font-size: 18px;
}
.index-fixed-eq-img {
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 514px;
  margin-left: 620px;
}
.index-fixed-eq-img img {
  width: 140px;
  height: 140px;
}
.index-fixed-eq-img div {
  width: 140px;
  line-height: 16px;
  padding-top: 8px;
  text-align: center;
  color: #000000;
  font-size: 12px;
}
.confirm-model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1004;
}
.confirm-model .confirm-model-center {
  width: 492px;
  background: #fff;
}
.confirm-model .confirm-model-center .confirm-model-title {
  padding: 26px 0 16px;
  margin: 0 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.confirm-model .confirm-model-center .confirm-model-title img {
  width: 24px;
  height: auto;
  cursor: pointer;
}
.confirm-model .confirm-model-center .confirm-model-text {
  padding: 64px 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
}
.confirm-model .confirm-model-center .confirm-model-btn-box {
  padding-bottom: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.confirm-model .confirm-model-center .confirm-model-btn-box .confirm-remove {
  width: 96px;
  height: 34px;
  background: #cfcfcf;
  border-radius: 2px;
  text-align: center;
  line-height: 34px;
  margin-right: 14px;
  cursor: pointer;
}
.confirm-model .confirm-model-center .confirm-model-btn-box .confirm-ok {
  width: 96px;
  height: 34px;
  background: #0083ff;
  border-radius: 2px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.confirm-model .confirm-model-center .confirm-model-btn-box .org-bg {
  background: #ff6900;
}
.confirm-model .confirm-model-center .confirm-model-remark {
  padding: 24px;
}
.confirm-model .confirm-model-center .confirm-model-remark .el-icon-star-off:before {
  content: '\e797';
}
.confirm-model .confirm-model-center .confirm-model-remark .el-rate__icon {
  font-size: 24px;
}
.confirm-model .confirm-model-center .confirm-model-remark .score-box-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.confirm-model .confirm-model-center .confirm-model-remark .score-box-item-lable {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 20px;
  margin-right: 24px;
}
.confirm-model .confirm-model-center .confirm-model-remark .score-box-item-num {
  font-size: 14px;
  font-weight: 400;
  color: #ee0a24;
  line-height: 20px;
  margin-left: 20px;
}
.confirm-model .confirm-model-center .confirm-model-remark .score-box-other {
  color: #222222;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.confirm-model .confirm-model-center .confirm-model-remark .score-box-other span {
  color: #aaaaaa;
  margin-left: 4px;
}
.confirm-model .confirm-model-center .confirm-model-remark .score-box-other-ipt {
  margin-top: 16px;
}
.confirm-model .confirm-model-center .confirm-model-remark .score-box-other-ipt textarea {
  border-color: #dcdee0;
}
.confirm-model .confirm-model-center .confirm-model-remark .score-box-other-ipt textarea:focus {
  outline: 0;
  border-color: #dcdee0;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-tab {
  padding: 15px 0 3px 18px;
  display: flex;
  align-items: center;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-tab .invoice-tab-item {
  display: block;
  position: relative;
  height: 28px;
  border: 1px solid #a0a0a0;
  padding: 0 24px;
  line-height: 28px;
  color: #777;
  font-size: 14px;
  margin: 0 12px 12px 0;
  cursor: pointer;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-tab .invoice-tab-item.active {
  border-color: #ff6900;
  color: #ff6900;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-tab .invoice-tab-item.active::before {
  content: '';
  background: url('../../img/new/勾选.png') 0 0 no-repeat;
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-tips {
  padding: 8px 0 6px 30px;
  background-color: #fff6e7;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #777;
  line-height: 28px;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content {
  display: flex;
  padding-top: 23px;
  padding-bottom: 30px;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .middle-line {
  width: 1px;
  background-color: #e5e5e5;
  margin: 0 20px;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .invoice-content-left {
  flex: 1;
  padding-left: 40px;
  box-sizing: border-box;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .invoice-content-right {
  flex: 1;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-company-more {
  background: #f6f6f6;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-company-title {
  height: 32px;
  padding-top: 2px;
  display: flex;
  align-items: center;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .company-icon {
  color: #666;
  position: relative;
  float: right;
  margin-right: 30px;
  cursor: pointer;
  margin-left: 5px;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .company-icon:after {
  content: '';
  position: absolute;
  top: 0;
  margin-left: 2px;
  width: 20px;
  height: 20px;
  background: url(https://image01.homedo.com/Files/Images/cms/www/20201208/5203120623048463500_pic1.png) 0 0 no-repeat;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .company-icon-show:after {
  transform: rotate(180deg);
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-lable {
  width: 95px;
  text-align: right;
  flex: 0 0 95px;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-lable em {
  color: #f35050;
  padding-right: 3px;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-value-ipt {
  width: 230px;
  padding-left: 10px;
  height: 28px;
  border: 1px solid #e5e5e5;
  line-height: 28px;
  color: #222;
  outline: none;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-input {
  height: 30px;
  line-height: 30px;
  color: #666;
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-input .demand-detail-radio input,
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-input .demand-detail-checkbox input,
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-input .demand-detail-radio input:checked,
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-input .demand-detail-checkbox input:checked {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
  margin-right: 5px;
  cursor: pointer;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-input .demand-detail-radio span,
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-input .demand-detail-checkbox span {
  margin-right: 16px;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-input .demand-detail-radio input:before,
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-input .demand-detail-checkbox input:before {
  display: inline-block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 50%;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-input .demand-detail-radio input:checked + span,
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-input .demand-detail-checkbox input:checked + span {
  color: #ff6900;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-input .demand-detail-radio input:checked:before {
  display: inline-block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border: 1px solid #ff6900;
  background-color: #fff;
  border-radius: 50%;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-input .demand-detail-radio input:checked:after {
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  z-index: 3;
  background-color: #ff6900;
  border-radius: 50%;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-address-box .el-select {
  width: 32%;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-address-box .el-input__inner {
  height: 30px;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-address-box .el-input__suffix {
  top: 2px;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-address-box .el-input__icon {
  line-height: inherit;
}
.confirm-model .confirm-model-center .confirm-model-invoice .invoice-content .billing-address-box .el-input__suffix-inner {
  display: inline-block;
}
