/* banner */
.sliderNav {
  width: 200px;
  background-color: #fff;
  position: relative;

}
.nav .sliderNavTit {
display: block !important;
}
.nav.scroll .sliderNavTit {
  display: none !important;
}
.sliderNav ul.sliderNav1>li {
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  padding-left: 40px;
  color: #5d5d5d;
  font-size: 14px;
  background: url(../image/rightArrow.png) no-repeat 170px 20px;
  background-size: 7px 12px;
  cursor: pointer;
}

.sliderNav ul.sliderNav1>li.choose {
  box-shadow: 0px 0px 8px 0px rgba(89, 89, 89, 0.2);
  /* background: none; */
}

.sliderNav ul.sliderNav1>li .secondSlider {
  display: none;
}
.sliderNav ul.sliderNav1>li .secondSlider a{
  font-size:12px;
}
.sliderNav ul.sliderNav1>li.choose .secondSlider {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 200px;
  min-width: 160px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(89, 89, 89, 0.2);
  z-index: 9999;
  border: 1px solid #eee;
}

.sliderNav ul.sliderNav1>li.choose .secondSlider a {
   display: block;
  line-height: 36px;
  padding-left: 25px;
width: 100%;
}

/*.sliderNav ul.sliderNav1>li.choose .secondSlider a:hover {*/
/*  color: #ff7902;*/
/*}*/

/* swiper */
.bannerSwiper {
  /* width:770px; */
  padding-left: 15px;
  padding-top: 10px;

}

.bannerSwiper .swiper-container {
  width: 741px;
  height: 306px;
  overflow: hidden;
  position: relative;
}

.bannerSwiper .swiper-container .swiper-wrapper {
  width: 741px;
  height: 306px;
}

.bannerSwiper .swiper-wrapper .swiper-slide {}

.bannerSwiper .swiper-container .pagination {
  height: 12px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 17px;
  text-align: center;
}

.bannerSwiper .swiper-container .pagination .swiper-pagination-switch {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  opacity: .5;
  background-color: #fff;
  display: inline-block;
  margin-right: 20px;
}

.bannerSwiper .swiper-container .pagination .swiper-pagination-switch:last-child {
  margin-right: 0;
}

.bannerSwiper .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch {
  opacity: 1;
}

.userInfo {
  width: 233px;
  height: 306px;
  margin-top: 10px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px 15px;
}

.userInfo .infoBox {
  padding-left: 20px;
  width: 111px;
}
.userInfo .infoBox p{
  font-size: 14px;
  color: #5d5d5d;
  max-width: 100px;
  margin-top: 10px;
}

.userInfo .infoBox h2 {
  color: #5d5d5d;
  font-size: 16px;
  margin-top: 10px;
font-weight: 700;
}

.userInfo .infoBox .login {
  /* display: block; */
  padding-right: 10px;
  border-right: 1px solid #797979;
  background-color: transparent;
  cursor: pointer;
  color: #797979;
  font-size: 12px;
  font-weight: 700;
}

.userInfo .infoBox .reg {
  padding-left: 10px;
  background-color: transparent;
  cursor: pointer;
  color: #797979;
  font-size: 12px;
}

.userInfo .userBtn button {
  width: 96px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: 13px 8px;
  background-size: 11px 12px;
  padding-left: 20px;
}

.userInfo .userBtn button.assets {
  background-color: #28a7e1;
  color: #fff;
  margin-right: 2px;
  background-image: url(../image/assets.png);
  cursor: pointer
}

.userInfo .userBtn button.report {
  background-color: #fff;
  color: #28a7e1;
  border: 1px solid #28a7e1;
  background-image: url(../image/monitor.png);
  cursor: pointer;
  background-size: 11px auto;
}

.userInfo .userTab {
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px;
  color: #18181b;
  height: 48px;
  line-height: 30px;
  padding-top: 16px;
  box-sizing: border-box;
}


.userInfo .userTab ul li {
  width: 50px;
  text-align: center;
  cursor: pointer;
}

.userInfo .userTab ul li.userCurrent {

  color: #28a7e1;
  border-bottom: 2px solid #28a7e1;
}

.userInfo .userTab .more {
  color: #5d5d5d;
  font-size: 12px;

}

.userInfo .userTabList .list {
  margin-top: 5px;
  /* display: none; */

}

.userInfo .userTabList .list li {
  padding-left: 15px;
  background: url(../image/orange.png) no-repeat center left;
  font-size: 14px;
  color: #5d5d5d;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 排行榜 */
.rankList {
  margin-top: 10px;
  background-color: #fff;
}

.rankList .rankTit {
  border-bottom: 1px solid #e7e7e7;
  height: 56px;
  line-height: 56px;
  padding: 0 25px;

}

.rankList .rankTit ul li {
  margin-right: 30px;
  cursor: pointer;
  color: #19191d;
  font-size: 18px;

}

.rankList .rankTit ul li.rankCurrent {
  color: #28a7e1;
  font-weight: 700;
  border-bottom: 3px solid #28a7e1;
}

.rankList .rankTit .rankMore {
  color: #797979;
  font-size: 14px;
}

.rankList .rankCard {
  padding: 20px 25px 25px;
}

.rankList .rankCard .rankCardBox {
  width: 215px;
  height: 267px;
  background-color: #f6fafe;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-right: 18px;

}
.rankList .rankCard .rankCardBox a{
  width: 100%;
  padding: 40px 20px 0;
  height: 100%;
box-sizing: border-box;
display: block;
}
.rankList .rankCard .rankCardBox:hover .rankGoodsName{
color: #28a7e1 ;
  font-weight: 700;
}

.rankList .rankCard .rankCardBox:nth-child(5n-5) {
  margin-right: 0;
}

/*.rankList .rankCard .rankCardBox .rankProvide {*/
/*  color: #797979;*/
/*  font-size: 12px;*/
/*  padding-bottom: 3px;*/
/*}*/
.rankList .rankCard .rankCardBox .rankProvide {
  font-size: 14px;
  color: #18181b;
  padding-left: 26px;
  margin-top: 16px;
  margin-bottom: 7px;
}

.rankList .rankCard .rankCardBox .rankProvide.aliyun {
  background: url(../image/aliyun.png) no-repeat left center;
  background-size: 20px auto;
}

.rankList .rankCard .rankCardBox .rankProvide.huawei {
  background: url(../image/huawei.png) no-repeat left center;
  background-size: 20px auto;
}

.rankList .rankCard .rankCardBox .rankProvide.baidu {
  background: url(../image/baidu.png) no-repeat left center;
  background-size: 20px auto;
}

.rankList .rankCard .rankCardBox .rankProvide.aws {
  background: url(../image/aws.png) no-repeat left center;
  background-size: 20px auto;
}

.rankList .rankCard .rankCardBox .rankProvide.ksyun {
  background: url(../image/ksyun.png) no-repeat left center;
  background-size: 20px auto;
}

.rankList .rankCard .rankCardBox .rankProvide.tencent {
  background: url(../image/tencent.png) no-repeat left center;
  background-size: 20px auto;
}




.rankList .rankCard .rankCardBox .rankGoodsName {
  color: #19191d;
  font-size: 14px;
  padding-bottom: 15px;

}

.rankList .rankCard .rankCardBox .rankGoodsName.current {
  color: #28a7e1;
  font-size: 14px;
  font-weight: 700;
}

.rankList .rankCard .rankCardBox .rankScene {
  color: #797979;
  font-size: 12px;
  padding-bottom: 5px;

}

.rankList .rankCard .rankCardBox .rankIntr {
  color: #494949;
  font-size: 12px;
  /* padding-bottom: 15px; */
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  /* width: 500px; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.rankList .rankCard .rankCardBox .rankTag span {
  color: #a5a5a5;
  font-size: 11px;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  padding: 0 2px;
  line-height: 16px;
  margin-right: 8px;
  display: inline-block;
}

.rankList .rankCard .rankCardBox .rankMedal {
  position: absolute;
  width: 36px;
  height: 39px;
  top: 0;
  right: 10px;
  background: no-repeat center;
  background-size: 100% 100%;
}

.rankList .rankCard .rankCardBox:nth-child(1) .rankMedal {
  background-image: url(../image/gold.png);
}

.rankList .rankCard .rankCardBox:nth-child(2) .rankMedal {
  background-image: url(../image/sliver.png);
}

.rankList .rankCard .rankCardBox:nth-child(3) .rankMedal {
  background-image: url(../image/bronze.png);
}

.rankList .rankCard .rankCardBox .toBuy {
  display: block;
  width: 81px;
  height: 27px;
  text-align: right;
  padding-right: 15px;
  line-height: 27px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../image/btnBg1.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 14px;
}

/* 内容介绍 */
.content1 {
  margin-top: 20px;
}

.bigContent {
  width: 291px;
  height: 193px;
  background: no-repeat center 100% 100%;
  color: #fff;
  /* background: url(../image/report.png) no-repeat center; */
  /* background-color: #28a7e1; */
  box-sizing: border-box;
  padding-top: 45px;
  padding-left: 18px;
  border-radius: 10px;
  margin-right: 10px;
}
.bigContent a{
  display: block;
width: 100%;
  height: 100%;
}

.bigContent .contentTit {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}

.bigContent .line {
  width: 26px;
  height: 2px;
  background-color: #fff;
  margin: 15px 0;
}

.bigContent .intr {
  font-size: 14px;
  color: #fff;

  line-height: 22px;
}

.bigContent.newCustomer {
  background: url(../image/report.png) no-repeat center;
}

.bigContent.report {
  background: url(../image/new.png) no-repeat center;
  /* background-image: url(../image/report.png); */
}

.bigContent.developing {
  background-image: url(../image/developing.png);
}

.bigContent.initial {
  background-image: url(../image/initial.png);
}

.normalContent {
  width: 290px;
  height: 193px;
  border-radius: 10px;
  background: #fff;
  padding: 35px 15px 0;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.normalContent:hover {
  box-shadow: 0px 0px 8px 0px rgba(89, 89, 89, 0.2);

}

.normalContent .contentTit {
  color: #28a7e1;
  font-size: 18px;
  /* font-weight: 700; */

}

.content1 .normalContent:nth-child(4) {
  margin-right: 0;
}

.content1 .normalContent:nth-child(4n-6) {
  margin-right: 0;
}

.normalContent .line {
  width: 26px;
  height: 2px;
  background-color: #28a7e1;
  margin: 15px 0;
}

.normalContent .intr {
  margin-top: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #797979;
}
.normalContent:hover .intr {
  color: #19191d;
}
.normalContent.current {
  box-shadow: 0px 0px 8px 0px rgba(89, 89, 89, 0.2);
}

.normalContent.current .intr {
  color: #19191d;
}

.content2 {
  margin-top: 15px;
}

.priceContent {
  width: 290px;
  height: 193px;
  border-radius: 10px;
  background: #fff;
  padding: 35px 15px 0;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.priceContent:hover {
  box-shadow: 0px 0px 8px 0px rgba(89, 89, 89, 0.2);

}

.priceContent.current {
  /* box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2); */
}
.priceContent .contentTit {
  color: #19191d;
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.priceContent.current .contentTit {
  color: #28a7e1;
  font-size: 18px;
  font-weight: 700;
}

.priceContent .intr {
  font-size: 14px;
  line-height: 22px;
  color: #797979;
  margin-bottom: 10px;
}
.priceContent .intr p{
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  /*width: 500px;*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.priceContent .price {
  font-size: 14px;
  color: #797979;
}

.priceContent .price .newPrice {
  font-size: 20px;
  color: #ffac41;
  font-weight: 700;
}

.priceContent .price .oldPrice {
  font-size: 12px;
  color: #a5a5a5;
  text-decoration: line-through;
}

.priceContent:nth-child(3n+1) {
  margin-right: 0;
}


/* 合作伙伴 */
.partner {
  background-color: #fff;
  padding-top: 30px;
  margin-top: 20px;
  text-align: center;
}

.partner h2 {
  font-size: 26px;
  font-weight: 400;
  color: #19191d;
}

.partner p {
  font-size: 16px;
  color: #797979;
}

.partner .partnerList {
  padding: 45px 20px;
}

.partner .partnerList .imgBox {
  height: 56px;
  width: 130px;
  margin: 10px 17px;
}

.partner .partnerList .imgBox:nth-child(7n-7) {

  margin-right: 0px;
}


.partner .partnerList img {
  height: 56px;
  display: block;
  margin: 0 auto;
}


.bayWindow {
  position: fixed;
  right: 90px;
  bottom: 50px;
  z-index: 999999;
}

.bayWindow li {
  width: 70px;
  height: 78px;
  box-sizing: border-box;
  /* padding: 0 10px; */
}



.bayWindow li a {
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #5d5d5d;
  padding: 0 10px;
  font-size: 12px;
  position: relative;
}
.bayWindow li a:hover {
  background-color: #28a7e1;
}
.bayWindow li a>div {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #5d5d5d;
  border-bottom: 1px solid #dfdfdf;
padding-top: 50px;

}
.bayWindow li a:hover>div {
  color: #fff;
  border-bottom: none;
}
.bayWindow li:nth-child(1) a>div {
  background: url(../image/phone_black.png) no-repeat center;
background-size: 18px auto;
background-position-y: 18px;
}
.bayWindow li:nth-child(2) a>div {
  background: url(../image/qq_black.png) no-repeat center;
background-size: 18px auto;
background-position-y: 18px;
}
.bayWindow li:nth-child(3) a>div {
  background: url(../image/wx_black.png) no-repeat center;
background-size: 18px auto;
background-position-y: 18px;
}
.bayWindow li:last-child a>div {
  background: url(../image/plan_black.png) no-repeat center;
background-size: 18px auto;
background-position-y: 18px;
border: none;
}
.bayWindow li:nth-child(1) a:hover>div {
  background: url(../image/phone_white.png) no-repeat center;
background-size: 18px auto;
background-position-y: 18px;
}
.bayWindow li:nth-child(2) a:hover>div {
  background: url(../image/qq_white.png) no-repeat center;
background-size: 18px auto;
background-position-y: 18px;
}
.bayWindow li:nth-child(3) a:hover>div {
  background: url(../image/wx_white.png) no-repeat center;
background-size: 18px auto;
background-position-y: 18px;
}
.bayWindow li:last-child a:hover>div {
  background: url(../image/plan_white.png) no-repeat center;
background-size: 18px auto;
background-position-y: 18px;
}
.bayWindow li a>div p{
 text-align: center;
  min-width: 54px;
}

.contactInfo{
  position: absolute;
  right: 83px;
  top:0 ;
  width: 263px;
  height: 102px;
  background-color: #fff;
  padding:20px 38px ;
  z-index: 99999;
  box-shadow: 0px 0px 8px 0px rgba(89, 89, 89, 0.2);
  display: none;
  box-sizing: border-box;
}
.bayWindow li a:hover>div .contactInfo,.bayWindow li a:hover>div .floatEwm{
  color: #5d5d5d;
  display: block;
}
.bayWindow li a>div .contactInfo p{
  text-align: left;
  line-height: 20px;
 }
 .bayWindow li a>div .contactInfo .arrow, .bayWindow li a>div .floatEwm .arrow{
  width: 10px;
  height: 15px;
  background: url(../image/right.png) no-repeat center;
  position: absolute;
  right: -10px;
  top: 40px;
 }

 .floatEwm{
   width: 150px;
   height: 150px;
   padding:15px;
   box-sizing: border-box;
   position: absolute;
   display: none;
   right: 83px;
  top:0 ;
  background-color: #fff;
   box-shadow: 0px 0px 8px 0px rgba(89, 89, 89, 0.2);

 }
 .floatEwm img{
  width: 120px;
}
.footTit {
 display: block !important;
}
.userImg img{
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.rankCard .rankCardBox p {
  color: red;
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  left: 15px;
}
.rankCard .rankCardBox p span {
  color: red;
  font-size: 19px;
  font-weight: 700;
}
.footTit .w {
  display: flex;
  justify-content: space-between;
  width: 1100px;
}
.sliderNav ul.sliderNav1>li .secondSlider a{
  font-size:12px;
}
@media screen and (max-width: 1550px) {
  .bayWindow{
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 999999;
  }
}

.secondSlider ul {
  width:185px !important ;
}
.content1 :nth-child(4) div {
  margin-right: 0;
}
/* .content1 :nth-child(6) div {
  margin-right: 0;
}
.content1 :nth-child(10) div {
  margin-right: 0;
} */

/* 1.6.3首页调优 */
.normalContent .contentTit img{
  margin-right: 10px;
}