/**-----------------------------**\
          $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: #1dbfda;
}
.common-header {
  border-bottom-color: transparent;
}
/**-----------------------------**\
            $article-camp
\**-----------------------------**/
.article-camp {
  width: 100%;
  height: 495px;
  position: relative;
  background-color: #f5f5f5;
}
.article-camp-bc {
  width: 100%;
  height: 495px;
  overflow: hidden;
  position: relative;
}
.article-camp-bc img {
  max-width: 1920px;
  display: block;
  min-height: 495px;
  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: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin-top: 38px;
}
.article-camp-content-search {
  margin-top: 30px;
}
.article-camp-content-search:after {
  content: '';
  clear: both;
  display: block;
}
.article-camp-content-search input {
  width: 868px;
  height: 50px;
  line-height: 48px;
  padding-left: 20px;
  border: 1px solid #01bfdc;
  background-color: #fff;
  float: left;
  font-size: 14px;
  box-sizing: border-box;
}
.article-camp-content-search button {
  float: left;
  width: 130px;
  height: 50px;
  background-color: #01bfdc;
  outline: none;
  position: relative;
  cursor: pointer;
}
.article-camp-content-search button:hover {
  background-color: #47d4e9;
}
.article-camp-content-search button span {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 14px;
  right: 27px;
}
.article-camp-content-search button img {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 15px;
  left: 27px;
}
.article-camp-content-search a {
  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 a:hover {
  background-color: #ff942e;
  color: #fff;
}
.article-camp-content-search .toDemand {
  background: url('/public/img/index/toDemand.gif');
}
.article-camp-content-hot {
  margin-top: 18px;
}
.article-camp-content-hot:after {
  content: '';
  clear: both;
  display: block;
}
.article-camp-content-hot li {
  float: left;
  margin-right: 40px;
  color: #fff;
  font-size: 12px;
}
.article-camp-content-hot li a {
  color: #fff;
}
.article-camp-content-hot li:first-child {
  margin-right: 30px;
}
.article-camp-content-hot li:last-child a {
  color: #1cbfda;
}
.article-camp-content-hot .hot-active a {
  color: #ff5c00;
}
.article-camp-content-box {
  margin-top: 54px;
}
.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: 15px;
  position: relative;
  margin-right: 70px;
  cursor: pointer;
}
.article-camp-content-box-header .header-lis-active:after {
  width: 55px;
  height: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
}
.article-camp-content-box-left {
  float: left;
}
.article-camp-content-box-left-uls {
  width: 340px;
  margin-top: 20px;
  display: none;
}
.article-camp-content-box-left-uls:after {
  content: '';
  clear: both;
  display: block;
}
.article-camp-content-box-left-uls li {
  float: left;
  width: 76px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #fff;
  margin-right: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border-radius: 2px;
}
.article-camp-content-box-left-uls li a {
  color: #fff;
}
.article-camp-content-box-left-uls li:nth-child(4n+4) {
  margin-right: 0;
}
.article-camp-content-box-left-uls li:hover {
  background-color: #fff;
}
.article-camp-content-box-left-uls li:hover a {
  color: #000;
}
.article-camp-content-box-left .formats {
  display: block;
}
.article-camp-content-box-left .system li {
  width: 158px;
}
.article-camp-content-box-right {
  width: 678px;
  float: right;
}
.article-camp-content-box-right .article-camp-content-box-header {
  width: 650px;
}
.article-camp-content-box-right-box {
  position: relative;
  margin-top: 20px;
}
.article-camp-content-box-right-box ul:after {
  content: '';
  clear: both;
  display: block;
}
.article-camp-content-box-right-box ul li {
  width: 120px;
  height: 68px;
  background-color: #ffffff;
  border-radius: 4px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 12px;
  margin-bottom: 12px;
  text-align: center;
}
.article-camp-content-box-right-box ul li:nth-child(5n+5) {
  margin-right: 0;
}
.article-camp-content-box-right-box ul li img {
  width: 90px;
  height: 36px;
  margin-top: 4px;
}
.article-camp-content-box-right-box ul li p {
  width: 120px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #e4e4e4;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-camp-content-box-right-box-link {
  display: inline-block;
  width: 58px;
  height: 17px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -0.5px;
  color: #ffffff;
  position: absolute;
  top: -34px;
  right: 0;
}
.article-camp-content-box-right-box-link:hover {
  color: #fff;
  text-decoration: underline;
}
.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;
  }
}
/**-----------------------------**\
          $article-adv
\**-----------------------------**/
.article-adv {
  width: 100%;
  min-width: 1190px;
  background: #f5f5f5 url("/public/img/index/bj1.png") no-repeat center;
}
.article-adv-box {
  width: 1190px;
  height: 446px;
  padding-top: 20px;
  margin: 0 auto;
  position: relative;
}
.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;
  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: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: 20px;
  height: 22px;
  position: absolute;
  top: 22px;
  left: 32px;
}
.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: 30px;
  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: 60px;
}
.article-adv-box-header ul li span {
  display: inline-block;
  width: 92px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #0066ff;
  color: #0066ff;
  font-size: 15px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.article-adv-box-header ul li span:hover {
  background-color: #0065ff;
  color: #fff;
}
.article-adv-box-content {
  margin-top: 24px;
}
.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;
}
{
  margin-top: 40px;
  width: 1190px;
  height: 723px;
  background-color: #fff;
  padding: 30px 20px 25px;
  box-sizing: border-box;
  font-size: 0px;
}
.recommend {
  display: inline-block;
  font-size: 12px;
  width:1188px;
  margin-right: 20px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    margin-top: 10px;
	margin-bottom:10px;
	    background: #ffff;
}
.recommend-solutions-container {
  margin-top: 12px;
  font-size: 0px;
}
.recommend-solutions-container .solution-item {
  cursor: pointer;
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 262px;
  font-size: 12px;
  margin-right: 16px;
  margin-left: 19px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 0px rgba(206, 206, 206, 0.5);
    
}
.recommend-solutions-container .solution-item:nth-child(4n+0) {
  margin-right: 0px;
}
.recommend-solutions-container .solution-item img {
  width: 262px;
  height: 140px;
}
.recommend-solutions-container .solution-item .content {
  width: 262px;
  padding: 11px 10px 15px;
  box-sizing: border-box;
}
.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;
  text-align: center;
}
.recommend-solutions-container .solution-item .content .user-desc {
  margin-top: 10px;
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
}
.recommend-solutions-container .solution-item .content .user-desc img {
  width: 12px;
  height: 12px;
  vertical-align: sub;
  margin-right: 4px;
}
.recommend-solutions-container .solution-item .content .describe {
  margin-top: 12px;
  height: 34px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
}
.recommend-solutions-container .solution-item .content .key-word {
  font-size: 0px;
  margin-top: 12px;
  height: 24px;
}
.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;
}
.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;
}
/* 方案等级标签 */
.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: 22px;
  box-sizing: border-box;
}
.headline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 7px;
  height: 24px;
 
}
.headline strong {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
}
.headline span {
  float: right;
  margin: 16px 16px 0 0;
  position: relative;
  cursor: pointer;
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}
.headline span:hover {
  color: #1DBFDA !important;
}
.headline span:hover:after {
  background-image: url("/public/img/demand/next_active_btn.png") !important;
}
.headline span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -12px;
  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%;
}

.rank-headline {
  height: 24px;
  font-size: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}
.rank-headline > div {
  display: inline-block;
  font-size: 14px;
}
.rank-headline > div:nth-child(1) {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}
.rank-headline > div:nth-child(2) {
  float: right;
}
.rank-headline > div:nth-child(2) a {
  text-align: center;
  display: inline-block;
  width: 67px;
  height: 24px;
  line-height: 22px;
  border-radius: 2px;
  border: 1px solid #0066ff;
  font-size: 12px;
  font-weight: 400;
  color: #0065ff;
  background-color: white;
  box-sizing: border-box;
}
.rank-container > div {
  margin-top: 19px;
  height: 18px;
  line-height: 18px;
  font-size: 0px;
}
.rank-container > div div {
  display: inline-block;
  font-size: 12px;
}
.rank-container > div div.no-1 {
  text-align: center;
  width: 18px;
  height: 18px;
  color: white;
  margin-right: 10px;
  background-color: #FF3050;
}
.rank-container > div div.no-2 {
  text-align: center;
  width: 18px;
  height: 18px;
  color: white;
  margin-right: 10px;
  background-color: #FF7000;
}
.rank-container > div div.no-3 {
  text-align: center;
  width: 18px;
  height: 18px;
  color: white;
  margin-right: 10px;
  background-color: #FFBC00;
}
.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: #222222;
}
.rank-container > div div.money {
  color: #F35050;
  float: right;
}
.rank-container > div div.money-2 {
  color: #222222;
  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;
}
/*   精选合集  */
.collection {
  margin: 521px auto 0px;
  width: 100%;
  min-width: 1190px;
  height: 570px;
  background: #f5f5f5 url(/public/img/index/bg2.png) no-repeat;
  background-size: 100% 570px;
  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;
  right: 46px;
  top: 36px;
  display: inline-block;
  width: 83px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #0065ff;
  border-radius: 24px;
  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: 15px 33px 10px 16px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.66);
}
.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: 262px;
  height: 432px;
  background-color: white;
  padding: 12px 20px;
  box-sizing: border-box;
  vertical-align: top;
}
.collection .headline span {
  margin-right: 307px;
}
/*  限时免费   */
.free-container {
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
  height: 395px;
  background: #ffffff;
  padding: 40px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.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: 51px;
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid #E6E6E6;
  line-height: 1;
}
.free-container-title > div {
  /*cursor: pointer;
      width: 168px;
      text-align: center;
      padding-bottom: 20px;
      font-size:26px;
      font-weight:400;
      color:rgba(153,153,153,1);
      display: inline-block;
      margin-right: 80px;*/
  cursor: pointer;
  width: 168px;
  height: 50px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #999999;
  display: inline-block;
  margin-right: 80px;
}
.free-container-title > div.active {
  font-weight: 500;
  color: #0065ff;
  border-bottom: 3px solid #0065ff;
  position: relative;
}
.free-container-title > div.active:after {
  position: absolute;
  bottom: -16px;
  left: 45%;
  z-index: 9;
  content: '';
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.free-container-title > div.active:before {
  position: absolute;
  bottom: -22px;
  left: 44%;
  z-index: 8;
  content: '';
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #0065ff transparent transparent transparent;
}
.free-container-content {
  margin-top: 38px;
  font-size: 0px;
}
.free-container-content .solution-item {
  position: relative;
  display: inline-block;
  font-size: 0px;
  margin-right: 20px;
  width: 383px;
  height: 226px;
  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;
}
.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 .payment {
  margin-top: 10px;
  font-size: 0px;
  display: inline-block;
}
.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;
}
.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: 20px;
}
.free-container-content .solution-item .count-down {
  padding: 0 16px;
  margin-top: 17px;
  height: 55px;
  line-height: 55px;
  background: #f8f8f8;
}
.free-container-content .solution-item .count-down .free-time {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  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: #333333;
}
.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: #f35050;
  border-radius: 18px;
}
.free-container-content .solution-item .count-down button.wait {
  width: 119px;
  height: 36px;
  background: #02c0dc;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 16px;
}
.free-container-content .solution-item .count-down button.end {
  background: rgba(243, 80, 80, 0.5);
}
/*  资讯   */
.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;
}
