/* ä¸»é¡µå¯¼èˆª */
.nav {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
  }
  
  .nav.scroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
  }
  
  .nav .sliderNavTit {
    /* background-color: #28a7e1; */
    background: url(../image/allListBg.png) no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    width: 200px;
    box-sizing: border-box;
    padding-left: 48px;
    cursor: pointer;
    margin-right: 45px;
  
  }
  
  .nav.scroll .sliderNavTit {
    display: none;
  }
  
  .nav .logged {
    padding-right: 15px;
    background: url(../image/down_gray.png) no-repeat center right;
    background-size: 10px auto;
    cursor: default;
    position: relative;
  }
  
  .nav .logged p {
    max-width: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
  }
  
  .nav .list-container {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #fff;
    min-width: 110px;
    padding: 10px 8px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    z-index: 9999;
  
  }
  
  .nav .list-container a {
    line-height: 28px;
    font-size: 12px;
    color: #5d5d5d;
    text-align: left;
    display: block;
    padding: 0 10px;
  }
  
  .nav .list-container ul li {
    margin-right: 0;
  }
  
  .nav .list-container a:hover {
    color: #28a7e1;
  }
  
  .nav .logged:hover .list-container,
  .nav li:hover .list-container {
    display: block;
  }
  
  .secondNav {}
  
  .secondNav ul li {
    margin-right: 35px;
    font-size: 14px;
    color: #18181b;
    position: relative;
    min-width: 90px;
  
  }
  
  .secondNav ul li:last-child {
    margin-right: 0;
  }
  
  .navRight {
    color: #797979;
    font-size: 12px;
  }
  
  .navRight .help {
    margin-right: 25px;
  }
  
  .navRight .login {
    /* display: block; */
    padding-right: 10px;
    border-right: 1px solid #797979;
    background-color: transparent;
    cursor: pointer;
    color: #797979;
    font-size: 12px;
    line-height: 16px;
  }
  
  .navRight .reg {
    padding-left: 10px;
    background-color: transparent;
    cursor: pointer;
    color: #797979;
    font-size: 12px;
  }
  
  .nav .searchBoxSmall {
    display: none;
  }
  
  .nav.scroll .searchBoxSmall {
    display: block;
    position: relative;
    margin-right: 24px;
  
  }
  
  .nav.scroll .searchBoxSmall input {
    display: block;
    width: 200px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #797979;
    color: #797979;
    font-size: 12px;
    margin-top: 7px;
    box-sizing: border-box;
    padding-left: 15px;
  }
  
  .nav.scroll .searchBoxSmall .searchBtn {
    width: 13px;
    height: 25px;
    position: absolute;
    right: 8px;
    top: 7px;
    background: url(../image/navSearch.png) no-repeat center;
  }
  
  /* åˆ†é¡µ */
  .pageing {
    text-align: center;
    padding: 55px 0;
  }
  
  .pageing span {
    display: inline-block;
    height: 45px;
    line-height: 43px;
    width: 45px;
    color: #a2a2a2;
    border: 1px solid #a2a2a2;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
  }
  
  .pageing span.current {
    color: #fff;
    border: 1px solid #28a7e1;
    background-color: #28a7e1;
    box-sizing: border-box;
    font-size: 14px;
  
  }
  
  
  /* è¯¦è¯·é¡µé¢é¢åŒ…å±‘ */
  .detailCrumbs {
    margin-top: 20px;
    color: #797979;
    font-size: 12px;
    margin-bottom: 20px;
  }
  
  .detailCrumbs a {
    color: #797979;
  }
  
  /* çƒ­é—¨æŽ¨è */
  .recommend {
    width: 245px;
  }
  
  .recommend .hotRecommend {
    margin-bottom: 10px;
    padding: 0 7px 17px;
    background-color: #fff;
  }
  
  .recommend .recomendTit {
    color: #18181b;
    font-size: 16px;
    line-height: 50px;
  }
  
  .recommend .recomendTit a {
    color: #797979;
    font-size: 12px;
    line-height: 50px;
  }
  
  .recommend img {
    margin-bottom: 10px;
    width:227px ;
  }
  
  .recommend img:hover {
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .2);
  
  }
  
  /* é¢åŒ…å±‘ */
  .searchCrumbs {
    margin-top: 18px;
    position: relative;
  }
  
  .searchCrumbs .allClass {
    width: 100px;
    height: 24px;
    line-height: 22px;
    box-sizing: border-box;
    font-size: 14px;
    color: #28a7e1;
    border: 1px solid #28a7e1;
    border-radius: 12px;
    padding: 0 15px;
    background: url(../image/down.png) no-repeat right center;
    background-size: 6px 4px;
    background-position-x: 80px;
    margin-right: 15px;
  }
  
  .searchCrumbs .allClass.up {
    background-image: url(../image/up.png);
    background-size: 6px 4px;
  
  }
  
  .searchCrumbs .goodsName {
    color: #18181b;
    font-size: 14px;
    line-height: 24px;
  }
  
  .searchCrumbs .rightArrow {
    margin: 0 15px;
    height: 24px;
    background: url(../image/rightArrow.png) no-repeat center;
    width: 5px;
    background-size: 5px auto;
  }
  
  .searchCrumbs .label {
    width: 70px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    color: #222425;
    font-size: 12px;
    /* height: 24px; */
    line-height: 24px;
    box-sizing: border-box;
    padding-left: 8px;
    position: relative;
  }
  
  .searchCrumbs .label .close {
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: url(../image/x.png) no-repeat center;
    top: 9px;
    right: 5px;
  }
  
  .searchCrumbs .allClassItem {
    background-color: #fff;
    position: absolute;
    top: 24px;
    left: 0;
    width: 365px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .2);
    z-index: 9999;
    box-sizing: border-box;
    padding: 10px;
    line-height: 20px;
    font-size: 12px;
    padding-bottom: 0;
  }
  
  .searchCrumbs .allClassItem .rowName {
    color: #18181b;
  }
  
  .searchCrumbs .allClassItem .rowLabel {
    border-bottom: 1px solid #eee;
    width: 240px;
    padding: 5px 0;
  }
  
  .searchCrumbs .allClassItem .row:last-child .rowLabel {
    border-bottom: none;
  
  }
  .searchCrumbs .allClassItem .rowLabel .fl{
    margin-right: 20px;
  }
  
  /* æœç´¢æ¡ä»¶ */
  .groups {
    border: 1px solid #d3d3d3;
    margin-top: 10px;
    background-color: #fff;
  
  }
  
  .groups .row {
    border-bottom: 1px dashed #d3d3d3;
    line-height: 35px;
    padding-left: 35px;
  }
  
  .groups .row:last-child {
    border-bottom: none;
  }
  
  .groups .row .rowName {
    color: #797979;
    font-size: 12px;
    width: 124px;
  }
  
  .groups .row .rowLabel ul {
    max-width: 1040px;
  }
  
  .groups .row .rowLabel li {
    position: relative;
  }
  
  .groups .row .rowLabel li a {
    color: #18181b;
    font-size: 12px;
    margin-right: 60px;
  
  }
  
  .groups .row .rowLabel li.choose a {
    color: #28a7e1;
  }
  
  .groups .row .rowLabel li:last-child a {
    margin-right: 0;
  }
  
  .groups .row .rowLabel.select>ul>li {
    color: #18181b;
    font-size: 12px;
    margin-right: 60px;
    width: 76px;
    background-color: #fff;
    height: 20px;
    line-height: 18px;
    border: 1px solid #a2a2a2;
    margin-top: 8px;
    box-sizing: border-box;
    padding-left: 5px;
    background: url(../image/next.png) no-repeat center right;
    background-position-x: 64px;
  }
  
  .groups .row .rowLabel.select li .options {
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    top: 36px;
    left: -159px;
    box-sizing: border-box;
    padding-left: 35px;
    height: 40px;
    line-height: 40px;
    display: none;
  }
  
  .groups .row .rowLabel.select li .options.show {
    display: block;
  }
  
  .groups .row .rowLabel.select li .options li {
    margin-right: 0;
  }
  
  /*å•†å“åˆ—è¡¨  */
  .goods .goodsList {
    /* margin-top: 20px; */
  }
  
  .goods .goodsList li.listBox {
    margin-top: 20px;
    /* height: 387px; */
    width: 280px;
    margin-right: 26px;
    background-color: #fff;
  }
  
  .goods .goodsList li.listBox:hover {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  }
  
  .goods .goodsList li.listBox:nth-child(4n-4) {
    margin-right: 0;
  }
  
  .goods .goodsList li.listBox .goodTitle {
    height: 120px;
    background: url(../image/goodsBg.png) no-repeat center;
    background-size: 100%;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
  }
  
  .goods .goodsList li.listBox .goodTitle .provider {
    font-size: 14px;
    color: #18181b;
    padding-left: 30px;
    margin-top: 16px;
    margin-bottom: 7px;
  }
  
  .goods .goodsList li.listBox .goodTitle .provider.aliyun {
    background: url(../image/aliyun.png) no-repeat left center;
    background-size: 20px auto;
  }
  
  .goods .goodsList li.listBox .goodTitle .provider.huawei {
    background: url(../image/huawei.png) no-repeat left center;
    background-size: 20px auto;
  }
  
  .goods .goodsList li.listBox .goodTitle .provider.baidu {
    background: url(../image/baidu.png) no-repeat left center;
    background-size: 20px auto;
  }
  
  .goods .goodsList li.listBox .goodTitle .provider.aws {
    background: url(../image/aws.png) no-repeat left center;
    background-size: 20px auto;
  }
  
  .goods .goodsList li.listBox .goodTitle .provider.ksyun {
    background: url(../image/ksyun.png) no-repeat left center;
    background-size: 20px auto;
  }
  
  .goods .goodsList li.listBox .goodTitle .provider.tencent {
    background: url(../image/tencent.png) no-repeat left center;
    background-size: 20px auto;
  }
  .goods .goodsList li.listBox .goodTitle .provider.jindong {
    background: url(../image/jd.png) no-repeat left center;
    background-size: 20px auto;
  }
  
  .goods .goodsList li.listBox .goodTitle .tit {
    max-width: 230px;
    font-size: 16px;
    color: #18181b;
  }
  
  .goods .goodsList li.listBox .goodTitle .icon {
    position: absolute;
    right: 10px;
    top: 45px;
  }
  
  .goods .goodsList li.listBox .goodTitle .icon.hot {
    height: 14px;
    width: 12px;
    background: url(../image/hot.png) no-repeat center;
  }
  
  .goods .goodsList li.listBox .goodTitle .icon.new {
    height: 11px;
    width: 24px;
    background: url(../image/newIcon.png) no-repeat center;
  }
  
  .goods .goodsList li.listBox .goodInfo {
    padding-left: 15px;
    padding-right: 30px;
  }
  
  .goods .goodsList li.listBox .orange {
    color: #ff8f3d;
    font-size: 14px;
    line-height: 50px;
  }
  
  .goods .goodsList li.listBox .performance li {
    height: 40px;
    border-left: 1px solid #d3d3d3;
    padding-left: 5px;
    margin-right: 38px;
  }
  
  .goods .goodsList li.listBox .performance li:last-child {
    margin-right: 0;
  }
  
  .goods .goodsList li.listBox .performance h2 {
    color: #797979;
    font-size: 12px;
    font-weight: 400;
  }
  
  .goods .goodsList li.listBox .performance p {
    color: #18181b;
    font-size: 12px;
    font-weight: 400;
    margin-top: 8px;
  }
  
  .goods .goodsList li.listBox .intr {
    margin-top: 10px;
  }
  
  .goods .goodsList li.listBox .intr .intrTit {
    line-height: 40px;
    color: #18181b;
    font-size: 12px;
  }
  
  .goods .goodsList li.listBox .intr .zhengwen {
    line-height: 22px;
    color: #494949;
    font-size: 12px;
    margin-bottom: 25px;
  }
  
  .goods .goodsList li.listBox .like,
  .goods .goodsList li.listBox .diss {
    width: 60px;
    height: 20px;
    border: 1px solid #d3d3d3;
    color: #797979;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
    padding-left: 28px;
    background: url(../image/like.png) no-repeat center;
    background-position-x: 10px;
    margin-left: 15px;
  }
  
  .goods .goodsList li.listBox .diss {
    background: url(../image/diss.png) no-repeat center;
    border-left: none;
    background-position-x: 10px;
    margin-right: 20px;
    margin-left: 0;
  
  }
  
  .goods .goodsList li.listBox .heart {
    background: url(../image/heart.png) no-repeat center left;
    border-left: none;
    margin-right: 20px;
    height: 20px;
    color: #797979;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
    padding-left: 20px;
  }
  
  .goods .goodsList li.listBox .discuss {
    background: url(../image/discuss.png) no-repeat center left;
    border-left: none;
    height: 20px;
    color: #797979;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
    padding-left: 20px;
  }
  
  .goods .goodsList li.listBox .buyInfo {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    border-top: 1px solid #d3d3d3;
    color: #f50b0b;
    font-size: 14px;
  }
  
  .goods .goodsList li.listBox .buyInfo .red {
    font-size: 28px;
  }
  
  .goods .goodsList li.listBox .buyInfo .toBuy {
    font-size: 14px;
    color: #fff;
    background-color: #28a7e1;
    height: 34px;
    line-height: 34px;
    width: 85px;
    text-align: center;
    border-radius: 5px;
    margin-top: 4px;
    margin-right: 8px;
  }
  
  /* è®¡åˆ’ */
  .planList {
    margin-top: 10px;
    background-color: #fff;
  }
  
  .planList .planTit {
    border-bottom: 1px solid #e7e7e7;
    height: 56px;
    line-height: 56px;
    padding: 0 25px;
  
  }
  
  .planList .planTit ul li {
    margin-right: 30px;
    cursor: pointer;
    color: #19191d;
    font-size: 18px;
  
  }
  
  .planList .planTit ul li.planCurrent {
    color: #28a7e1;
    font-weight: 700;
    border-bottom: 3px solid #28a7e1;
  }
  
  .planList .planTit .planMore {
    color: #797979;
    font-size: 14px;
  }
  
  .planList .planCard {
    padding: 20px 25px 25px;
  }
  
  .planList .planCard .planCardBox {
    width: 215px;
    height: 267px;
    background-color: #fefeff;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-right: 18px;
    text-align: center;
    border: 1px solid #ededed;
    cursor: pointer;
    padding: 20px 15px 0;
  }
  
  .planList .planCard .planCardBox:hover {
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .2);
  
  }
  
  .planList .planCard .planCardBox:nth-child(5) {
    margin-right: 0;
  }
  
  .planList .planCard .planCardBox.current {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
  }
  
  .planList .planCard .planCardBox .tit {
    margin-top: 15px;
    font-size: 14px;
    color: #19191d;
  }
  
  .planList .planCard .planCardBox .intr {
    margin-top: 25px;
    font-size: 12px;
    color: #797979;
    line-height: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 500px; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .planList .planCard .planCardBox .planBtn {
    position: absolute;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #53b8e7;
  
  }
  
  /* ä¸ºä½ æŽ¨è */
  .recommend .forYou {
    background-color: #fff;
    padding: 0 5px;
    overflow: hidden;
  }
  
  .recommend .forYou .recommendTit {
    font-size: 16px;
    color: #18181b;
    margin-top: 20px;
    padding-left: 10px;
  }
  
  .recommend .forYou li {
  
    padding: 10px 15px;
    border-bottom: 1px dashed #d3d3d3;
  
  }
  
  .recommend .forYou li:last-child {
    border-bottom: none;
  
  }
  
  .recommend .forYou li a {
    color: #494949;
    font-size: 14px;
    line-height: 18px;
  }
  
  .recommend .forYou li a:hover {
    color: #28a7e1;
  }
  
  .recommend .forYou li a img {
    margin-bottom: 4px;
    margin-right: 7px;
  }
  
  /* ç™»å½•å¼¹çª— */
  .loginPop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 9999999;
  }
  
  .loginPop .logBox {
    width: 350px;
    height: 460px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -175px;
    top: 50%;
    margin-top: -230px;
  }
  
  .loginPop .logBox .boxTitle {
    line-height: 45px;
    padding: 0 25px;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #353535;
  
  }
  
  .loginPop .logBox .boxTitle img {
    height: 12px;
  
  }
  
  .logBox .logTab {
    margin: 0 25px;
    border-bottom: 2px solid #e6e6e6;
    font-size: 16px;
    font-weight: 700;
    color: #353535;
  
  }
  
  .logBox .logTab span {
    line-height: 50px;
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 30px;
    cursor: pointer;
  }
  
  .logBox .logTab span.current {
    border-bottom: 4px solid #479aea;
  }
  
  .logBox .logForm {
    padding: 0 25px;
    margin-top: 35px;
  }
  
  .logForm .inpBox {
    line-height: 45px;
    border: 1px solid rgb(152, 152, 152);
    margin-bottom: 25px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
  }
  .logForm .inpBox span{
    display: none;
  }
  .logForm .inpBox.error {
    border: 1px solid #f21635;
  }
  .logForm .inpBox.error span{
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0px;
    color: #f21635;
    padding-left: 20px;
    background: url(../image/tanhao.png) no-repeat center left;
    background-size: 12px 12px;
    font-size: 12px;
    line-height: 25px;
    min-width: 300px;
  }
  .logForm .inpBox input {
    border: none;
    margin-left: 10px;
    padding-left: 15px;
    border-left: 1px solid rgb(152, 152, 152);
    height: 20px;
    width: 215px;
  }
  
  .logForm .inpBox.yzmBox {
    width: 190px;
    position: relative;
  
  }
  
  .logForm .inpBox.yzmBox input {
    max-width: 69%;
  }
  
  .logForm .inpBox.yzmBox .yzm {
    position: absolute;
    line-height: 45px;
    border: 1px solid rgb(152, 152, 152);
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    right: -111px;
    width: 95px;
    top: -1px;
  }
  .logForm .inpBox.yzmBox .yzm img{
    height:45px;
    width:92px;
  }
  .logForm .link {
    margin: 20px auto;
    font-size: 12px;
    line-height: 12px;
  }
  
  .logForm .link a.fl {
    color: #353535;
  }
  
  .logForm .link a.fr {
    color: #797979;
  }
  
  .logForm .logBtn {
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background-color: rgb(40, 167, 225);
    width: 100%;
    line-height: 46px;
    text-align: center;
    letter-spacing: 5px;
    cursor: pointer;
  }
  
  .logForm .messageLogForm .inpBox.yzmBox .yzm {
    font-size: 12px;
    color: #fff;
    background-color: rgb(40, 167, 225);
    text-align: center;
    border: #53b8e7;
    cursor: pointer;
  }
  .logForm .messageLogForm .inpBox.yzmBox .yzm.gruy {
    background-color: #ccc;
  }
  
  
  .nextAndPrev {
    margin-top: 35px;
    text-align: center;
  }
  
  .nextAndPrev a {
    border-width: 1px;
    /* border-color: rgb(40, 167, 225); */
    border-color: #797979;
    color: #797979;
    border-style: solid;
    width: 356px;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    /* padding-right: 30px; */
    font-size: 12px;
  }
  
  .nextAndPrev a span {
    display: inline-block;
    height: 32px;
    width: 6px;
    vertical-align: middle;
    background-size: 6px auto !important;
  }
  
  .nextAndPrev a.prev span {
    background: url(../image/arrow_gruy_left.png) no-repeat center;
  }
  
  .nextAndPrev a.next span {
    background: url(../image/arrow_gruy_right.png) no-repeat center;
  
  }
  
  .nextAndPrev a:hover {
    color: #53b8e7;
    border: 1px solid #53b8e7;
  }
  
  .nextAndPrev a.prev:hover span {
    background: url(../image/arrow_blue_left.png) no-repeat center;
  }
  
  .nextAndPrev a.next:hover span {
    background: url(../image/arrow_blue_right.png) no-repeat center;
  }
  
  
  .noData {
    height: 40px;
    line-height: 40px;
    color: #18181b;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 90px;
  }
  
  .noData img {
    margin-right: 10px;
    margin-left: 130px;
  }
  .spanTab{
    font-size: 14px;
    color: #18181b;
    /* 评测tab间距改 */
    margin: 10px auto 10px; 
  }
  .spanTab span{
    line-height: 42px;
    margin-right: 40px;
    cursor: pointer;
    display: inline-block;
  }
  .spanTab span.current{
    color: #28a7e1;
    font-weight: 700;
    border-bottom: 3px solid #28a7e1;
  }
  
  .saleInfo {
    position: absolute;
    width: 302px;
    padding-top: 20px;
    box-sizing: border-box;
    left: -103px;
    top: 102px;
    text-align: left;
    z-index: 5;
  }
  .saleInfo ul{
    height: 155px;
    width: 302px;
    background: url(../image/saleInfo.png) no-repeat center;
    padding: 20px 5px 0;
    box-sizing: border-box;
  }
  .saleInfo li{
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px dashed #f0f0f0;
  
  }
  .saleInfo li span.label{
    text-align: right;
    width: 70px;
    color: #494949;
    display: inline-block;
  }
  .saleInfo li span.info{
    text-align: right;
    padding-left: 30px;
    color: #18181b;
    display: inline-block;
  }
  .saleInfo li span.info a{
    color: #28a7e1;
    text-decoration: underline;
  }
  .saleInfo li:last-child{
    border-bottom: none;
  }
  
  .recommend .forYou li a img {
    margin-bottom: 4px;
    margin-right: 7px;
    width: auto
  }
  .spanTab_btn{
    width: 120px;
      height: 38px;
      line-height: 38px;
      text-align: center;
      color: #fff;
      font-size: 14px;
      border-radius: 4px;
      background-color: #28a7e1;
  }
  body>span:first-child{
    display: none;
  }
  
  /* 知识库列表 */
  .label_database{
    min-width: 120px;
    /* text-align: center; */
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    color: #222425;
    font-size: 12px;
    /* height: 24px; */
    line-height: 24px;
    box-sizing: border-box;
    padding-left: 8px;
    position: relative;
  }
  .searchCrumbs .label_database .close {
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: url(../image/x.png) no-repeat center;
    top: 9px;
    right: 5px;
  }
  
  
  /* 知识库分页组件 */
  .layui-laypage .layui-laypage-curr{
    width: 58px;
  }
  
  /* 首页专题冲突 */
  .content2 .bigContent{
    height: 397px;
  }