.index {
    background: #F3F5F8 url(../image/Rectangle_263.png) no-repeat center top;
    padding-top: 30px;
    position: relative;
    background-size: 100% 448px;
    min-width:1200px;
}

.index_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.tjzx_list_tab {
    display: none;
}

.index_header {
    width: 1200px;
    margin: 0 auto;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_header_l {
  display: flex;
  align-items: center;
}

.index_header_l img {
  height: 48px;
}

    .index_header_l .index_header_l_text {
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        color: #FFFFFF;
        display: inline-block;
        width: 165px;
        height: 30px;
        background: url(../image/Group_179.png) no-repeat center center;
        text-indent: 20px;
        line-height: 30px;
        margin-left: 3px;
    }

.index_header_r span:hover{
   color: #ECC952;
   text-decoration: underline;
 }

.index_header_r span {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  padding-left: 38px;
  cursor: pointer;
  position: relative;
}

/*.index_header_l_text::before {
  content: '|';
  color: #DBDCDF;
  position: absolute;
  display: block;
  top: -2px;
  left: 19px;
  font-size: 20px ;
}*/

.index_search {
  width: 1200px;
  margin: 112px auto 0;
}

.index_search_title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 67px;
    text-align: center;
}

    .index_search_title span {
        margin: 0;
        padding: 0;
    }

    .index_search_title span:first-child {
        color: #FFFFFF;
    }

    .index_search_title span:last-child {
        color: #F5D146;
    }

    .index #form_Search {
        width: 976px;
        height: 72px;
        background: #FFFFFF;
        border: 2px solid #F2C94C;
        box-sizing: border-box;
        border-radius: 2px;
        margin: 40px auto 0;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding: 2px;
    }

.index .search-input {
    flex: 1;
    border: none;
    text-indent: 22px;
    font-size: 20px;
    color: #CCCCCC;
    height: 100%;
    outline: none;
}

.search-btn {
  display: block;
  height: 64px;
  width: 80px;
  background: #ECC952 url(../image/search.png) no-repeat center center;
  border-radius: 1px;
  cursor: pointer;
}

.index_section {
  width: 1200px;
  margin: 28px auto 0;
  display: flex;
  justify-content: space-between;
}

.index_section_l {
  width: 826px;
  /*margin-bottom: 10px;*/
}

.userInfo-right .nFilg {
    margin-right: 3px;
    display: inline-block;
    width: 18px;
    background: #ccc;
    height: 12px;
    /*position: relative;
    top: -1px;*/
}

.userInfo-right p:last-child {
    height: 15px;
    display: flex;
    align-items: center;
}

.index_section_r {
    width: 354px;
}

.index_section_l_h {
  height: 60px;
  background-color: #fff;
  margin-bottom: 14px;
}

.exposure_Button {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #52170F;
  background-color: #EEB822;
  margin-bottom: 14px;
  cursor: pointer;
  border-radius: 4px;
}

.exposure_Button s {
  content: "";
  width: 28px;
  height: 25px;
  background: url(../image/Shape.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px;
}

/*.index_rank_list {
    padding: 0 0 12px 0;
}*/

.index_rank {
    background: #FFFFFF;
    border: 1px solid #ECEDEF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px 20px 0;
}

.index_rank_title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #3D3D3D;
}

.index_rank_ul {
    height: 98px;
    border-bottom: 0.5px solid #ECEDEF;
}

.index_rank_ul:last-child {
  border: none;
}

.index_rank_ul a {
  display: flex;
  text-decoration: none;
  height: 100%;
  width: 100%;
 /* justify-content: space-between;*/
  align-items: center;
}

.index_rank_ul_l {
    height: 70px;
    width: 124px;
    border: 0.5px solid #ECEDEF;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.index_rank_ul_l img {
  /*height: 58px;*/
  width: 122px;
  display: block;
}

.index_rank_ul_lable {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    /* identical to box height */
    color: #FFFFFF;
    position: absolute;
    width: 42px;
    height: 18px;
    left: 0;
    top: 1px;
    background: #D16256;
    border-bottom-right-radius: 6px;
    text-align:center
}

.index_rank_ul_r {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 11px;
}

    .index_rank_ul_r .index_rank_ul_r_title {
        /*font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3D3D3D;*/
        font-family: PingFang SC;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #3D3D3D;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.index_rank_ul_r .index_rank_ul_r_title:hover {
  color: #ECC952;
}

.index_rank_ul_r_lable {
  margin-top: 6px;
}

.index_rank_ul_r_lable span {
  background: #EEB822;
  border-radius: 2px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #52170F;
  padding: 2px 6px;
}

.index_rank_ul_r p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 调节中心 */
.tjzx_yjj {
}

.Expose-List {
  padding: 0 40px;
  box-sizing: border-box;
  background: #fff;
}

.Expose-List .Expose-Border {
  position: relative;
  padding: 22px 0;
  border-bottom: 1px dashed #e5e5e5;
}

.Expose-List:last-child .Expose-Border {
  border-bottom: none;
}

.Expose-userInfo {
  height: 36px;
}

.status {
  float: right;
  display: inline-block;
  padding: 1px 6px;
  color: #fff;
  border-radius: 2px;
  margin-left: 2px;
}

.user-attr {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ccc;
  float: left;
  margin-right: 10px;
}

.userInfo-right {
  font-size: 12px;
  color: #999999;
}

.userInfo-right .right-userName {
  color: #333333;
  font-size: 14px;
}

.Expose-List .Expose-Title {
  font-size: 18px;
  color: #333;
  margin: 15px 0 6px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}

.Expose-List .Expose-Title .Inabile-txt {
  line-height: 20px;
}

.Expose-List .Expose-Describe {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}

.int-item {
  color: #333333;
  font-size: 14px;
  margin-bottom: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: flex;
  align-items: center;
}

.int-item .company {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ccc;
  margin-left: 6px;
  /*position: relative;
  top: -1px;*/
  border-radius: 2px;
}

.int-item span {
  margin-left: 6px;
}

.int-item .money {
  color: #F44B46;
}

.SeeMore {
  margin: 18px 0;
  line-height: 48px;
  font-size: 16px;
  color: #999;
  display: block;
  background: #fff;
  border: 1px solid #ebedef;
  cursor: pointer;
  text-align: center;
}

.SeeMore:hover {
  color: #777;
  background: #ebedef;
  border-color: #ebedef;
}

.tabs_container > a:first-child {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

.jys_item {
  height: 96px;
  background: #fff;
  box-sizing: border-box;
  padding: 0px 40px 10px 40px;
}

.left_ico {
  float: left;
  display: inline-block;
  margin-right: 20px;
  width: 138px;
  height: 74px;
  background: #FFFFFF;
  border-radius: 6px;
  position: relative;
  border: 1px solid #eee;
}

.left_ico_text {
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-left-radius: 6px;
  padding: 0px 6px;
  max-width: 126px;
  overflow: hidden;
}

.left_ico img {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 6px;
  box-sizing: border-box;
}

.right_info {
  /* float: left;
  width: 630px; */
  overflow: auto;
}

.right_info_title {
  font-size: 20px;
  color: #333;
  font-family: PingFang-SC;
  font-weight: 500;
}

.right_info_title .right_tips {
  font-size: 16px;
  font-family: DIN;
  font-weight: 500;
  color: #A9A9A9;
  line-height: 22px;
  float: right;
}

.right_info_center {
  margin: 10px 0;
  font-size: 14px;
  font-family: PingFang-SC;
  font-weight: 400;
  color: #A3A7B2;
  line-height: 19px;
  height: 19px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.info_bar_con.one {
  background: #FFF1EA;
}

.info_bar_con {
  width: 584px;
  height: 10px;
  border-radius: 7px;
  background: #EFF6FA;
}

.info_bar_con.one .processbar {
  background: linear-gradient(
90deg
, #F3574B 0%, #F18958 100%);
}

.processbar {
    float: left;
    height: 100%;
    border-radius: 7px;
    text-align: center;
    position: relative;
    background: linear-gradient( 90deg, #41A9D8 0%, #76C9F1 100%);
    transition: width 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}



.processbar::after {
  content: '';
  position: absolute;
  right: 4px;
  width: 4px;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


/* 调节中心 */

.tjsj {
    width: 1200px;
    margin: 33px auto 0;
    height: 94px;
    background: #FFFFFF;
    border: 1px solid rgba(238, 184, 34, 0.3);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 66px;
    border-top: 3px solid #F5D146;
}

.tjsj_list {
    position: relative;
}

.tjsj_list_1 {
    font-family: DIN;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    /* identical to box height */
    color: #333;
    text-align: center;
}

.tjsj_list:after {
    content: '';
    display: block;
    width: 1px;
    background: #FAEABD;
    height: 42px;
    position: absolute;
    right: -60px;
    top: 10px;
}

.tjsj_list:last-of-type::after {
    display: none;
}

.tjsj_list_2 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: 6px;
}