@media screen and (max-width: 1300px) {
  .fullSlide {
    height: 350px;
  }
  .fullSlide .bd ul {
    height: 350px!important;
  }
  .fullSlide .bd li {
    height: 350px!important;
    background-size: 100% 93%;
  }
  .fullSlide .bd li a {
    height: 350px!important;
  }
}
@media screen and (min-width: 1301px) {
  .fullSlide {
    height: 465px;
  }
  .fullSlide .bd ul {
    height: 465px!important;
  }
  .fullSlide .bd li {
    height: 465px!important;
  }
  .fullSlide .bd li a {
    height: 465px!important;
  }
}
* {
  margin: 0;
  padding: 0;
}
.info_carousel .ranking_list {
  position: relative;
}
.info_carousel .ranking_list .top_box {
  background: #fff;
  padding: 20px 20px 14px;
  height: 14px;
  line-height: 14px;
}
.info_carousel .ranking_list .top_box span {
  vertical-align: middle;
}
.info_carousel .ranking_list .top_box .rankTypeUl {
  display: inline-block;
  font-size: 14px;
}
.info_carousel .ranking_list .top_box .rankTypeUl .vertical_line {
  width: 2px;
  height: 14px;
  background-color: #1192ff;
  display: inline-block;
}
.info_carousel .ranking_list .top_box .rankTypeUl .credit {
  margin-left: 5px;
}
.info_carousel .ranking_list .top_box .see_more {
  float: right;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.info_carousel .ranking_list .tab_box2 {
  padding: 0 20px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}
.info_carousel .ranking_list .tab_box2 table {
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
  color: #333;
}
.info_carousel .ranking_list .tab_box2 table thead {
  background: #f6f6f6;
  color: #999999;
  height: 20px;
  line-height: 20px;
}
.info_carousel .ranking_list .tab_box2 table thead tr th {
  text-align: left;
}
.info_carousel .ranking_list .tab_box2 table thead tr th:last-child {
  text-align: right;
}
.info_carousel .ranking_list .tab_box2 table thead tr th:first-child {
  padding-left: 9px;
}
.info_carousel .ranking_list .tab_box2 table thead tr th:last-child {
  padding-right: 9px;
}
.info_carousel .ranking_list .tab_box2 table tbody tr {
  line-height: 25px;
}
.info_carousel .ranking_list .tab_box2 table tbody tr td {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 5px;
}
.info_carousel .ranking_list .tab_box2 table tbody tr td:last-child {
  text-align: right;
}
.info_carousel .ranking_list .tab_box2 table tbody tr td:first-child {
  padding-left: 9px;
  padding-right: 9px;
}
.info_carousel .ranking_list .tab_box2 table tbody tr td:last-child {
  padding-right: 9px;
}
.info_carousel .ranking_list .imgLoadFixed {
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 90px;
  left: 125px;
}
.info_carousel .ranking_list .imgLoadFixed img {
  width: 100%;
}
.updatePlantform {
  width: 400px;
  border-radius: 6px;
  z-index: 1200 !important;
}
.updatePlantform .topBg {
  width: 100%;
  height: 118px;
  background: url('../image/updateTips.png');
}
.updatePlantform .title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.updatePlantform .tipsContentWrap {
  padding: 0px 20px 20px;
}
.updatePlantform .tipsContent {
  border-top: 1px dashed #c5d0e7;
  padding-top: 20px;
  font-size: 14px;
  color: #666;
  line-height: 12px;
}
.updatePlantform .secondTitle {
  margin-bottom: 10px;
  color: #109cff;
}
.updatePlantform .tipsMain {
  line-height: 18px;
}
.updatePlantform .tipsMain img {
  width: 100%;
}
.updatePlantform .iKnow {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #109cff;
  margin-bottom: 32px;
  cursor: pointer;
}