body {
  background: #f7f7f7;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  margin: 0 auto;
  height: 72px;
  border-bottom: 1px solid #e9e9e9;
  z-index: 1001;
  background: #fff;
}
.header .main {
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.header .main .header-logo {
  width: 129px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.header .main .header-saerch {
  width: 600px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -300px;
}
.header .main .header-saerch-wrap {
  position: relative;
  width: 600px;
  height: 34px;
  margin: 0 auto;
}
.header .main .header-saerch-wrap .filter-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 79px;
  height: 100%;
  line-height: 32px;
  border: 1px solid #BDBDBD;
  border-right: none;
  font-size: 12px;
  color: #555;
}
.header .main .header-saerch-wrap .filter-wrap .cus-filter-searchBox-select-container {
  background: #FFF;
  text-align: left;
  padding-left: 14px;
}
.header .main .header-saerch-wrap .filter-wrap .cus-filter-searchBox-select-container .cus-filter-select-panel {
  left: -1px;
  border: 1px solid #BDBDBD;
  border-top: none;
}
.header .main .header-saerch-wrap .input-wrap {
  position: absolute;
  width: 420px;
  height: 34px;
  top: 0;
  left: 79px;
}
.header .main .header-saerch-wrap .input-wrap .bdsug {
  position: absolute;
  z-index: 1;
  top: 34px;
  width: 397px;
  height: auto;
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px #ededed;
          box-shadow: 1px 1px 3px #ededed;
}
.header .main .header-saerch-wrap .input-wrap .bdsug.active {
  display: block;
}
.header .main .header-saerch-wrap .input-wrap .bdsug ul {
  padding-bottom: 10px;
}
.header .main .header-saerch-wrap .input-wrap .bdsug li {
  display: list-item;
  width: 100%;
  color: #000;
  font: 14px arial;
  line-height: 22px;
  padding: 0 8px;
  position: relative;
  cursor: default;
}
.header .main .header-saerch-wrap .input-wrap .bdsug li.active {
  background: #f0f0f0;
}
.header .main .header-saerch-wrap .input-wrap .bdsug li:hover {
  background: #f0f0f0;
}
.header .main .header-saerch-wrap .search-input {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 14px;
  padding-left: 8px;
  width: 397px;
  height: 34px;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  letter-spacing: 0;
  border: 1px solid #BDBDBD;
  border-left: none;
  border-right: none;
  background-color: #fff;
  -webkit-appearance: none;
  outline: 0;
}
.header .main .header-saerch-wrap .search-btn {
  position: absolute;
  top: 0;
  left: 475px;
  padding-bottom: 9px;
  width: 100px;
  height: 34px;
  line-height: 34px;
  border: 0;
}
.header .main .cus-filter-select-container {
  position: relative;
  height: 100%;
  cursor: pointer;
  text-align: center;
}
.header .main .cus-filter-select-container .cus-filter-select-icon {
  display: inline-block;
  width: 12px;
  height: 100%;
  margin-left: 14px;
  vertical-align: top;
  background: url("../images/filter-drop-down.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.38s;
  transition: all 0.38s;
}
.header .main .cus-filter-select-container .cus-filter-select-icon.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .main .cus-filter-select-container .cus-filter-select-panel {
  display: none;
  position: absolute;
  padding-left: 14px;
  width: 100%;
  background: inherit;
  z-index: 999;
}
.header .main .cus-filter-select-container .cus-filter-select-panel:hover {
  color: #ff4400;
}
.header .main .cus-filter-select-container:hover .cus-filter-select-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .main .cus-filter-select-container:hover .cus-filter-select-panel {
  display: block;
}
.header .main .cui-button {
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  height: 38px;
  padding: 0 20px;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  width: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #fff;
  background-color: #ff4400;
  border-color: #ff4400;
}
.header .main .cui-button:hover {
  background-color: #ff5a1e;
  border-color: #ff5a1e;
}
.header .main .header-login {
  position: absolute;
  top: 50%;
  right: 30px;
  height: 22px;
  margin-top: -11px;
  display: inline-block;
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
}
.header .main .header-login .header-login-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background-position: -10px -255px;
  background-image: url("../images/sprite_sj_icons@2x.png");
  background-image: -webkit-image-set(url(../images/sprite_sj_icons@2x.png) 2x);
}
.header .main .header-icon {
  position: relative;
  float: right;
  margin-top: 12px;
  width: 40px;
  height: 52px;
  background: url("../images/user.jpg") 0 0 no-repeat;
}
.header .main .header-icon .user-list {
  display: none;
  position: absolute;
  width: 250px;
  border: 1px solid #d9d9d9;
  top: 50px;
  right: -5px;
  background: #fff;
}
.header .main .header-icon .user-list::after {
  position: absolute;
  right: 18px;
  top: -7px;
  content: '';
  width: 12px;
  height: 7px;
  background: url("../images/sanjiao.jpg") 0 0 no-repeat;
}
.header .main .header-icon .user-list .user-list-title {
  height: 46px;
  line-height: 46px;
  padding: 0 15px 0 32px;
  background: #f9f9f9;
}
.header .main .header-icon .user-list .title-name {
  float: left;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #666666;
}
.header .main .header-icon .user-list .exit {
  float: right;
}
.header .main .header-icon .user-list .user-list-content {
  padding: 0 0 45px 32px;
}
.header .main .header-icon .user-list .user-list-content .content-squre {
  margin-top: 10px;
}
.header .main .header-icon .user-list .user-list-content .squre-title {
  line-height: 32px;
  font-weight: bold;
  color: #999999;
}
.header .main .header-icon .user-list .user-list-content .squre-content-line {
  line-height: 30px;
}
.header .main .header-icon .user-list .user-list-content .squre-content-line .line-r {
  margin-left: 32px;
}
.header .main .header-icon:hover .user-list {
  display: block;
}
.settled-wrap {
  padding-top: 72px;
}
.settled-wrap .settled-banner {
  height: 400px;
  color: #fff;
  text-align: center;
  background: #292a2b;
}
.settled-wrap .settled-banner .banner-img {
  background: url("../images/settledbanner.png") center no-repeat;
  background-size: 1920px;
  height: 100%;
}
.settled-wrap .settled-banner .banner-img .desc {
  padding-top: 120px;
  color: #fff;
  width: 1073px;
  margin: 0 auto;
  position: relative;
}
.settled-wrap .settled-banner .banner-img .desc .mod-info {
  position: absolute;
  left: 789px;
  padding: 24px 16px;
  background: #fff;
  font-size: 12px;
  color: #353535;
  top: 70px;
  width: 258px;
  z-index: 1;
}
.settled-wrap .settled-banner .banner-img .desc .mod-info .info-head {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #f1f1f1;
}
.settled-wrap .settled-banner .banner-img .desc .mod-info .info-head img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
}
.settled-wrap .settled-banner .banner-img .desc .mod-info .info-head .fe-col {
  color: #353535;
  vertical-align: top;
}
.settled-wrap .settled-banner .banner-img .desc .mod-info .info-content {
  padding: 32px 0;
  text-align: center;
  color: #353535;
  font-size: 14px;
}
.settled-wrap .settled-banner .banner-img .desc .mod-info .my-btn {
  text-align: center;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background: #ff4400;
  display: block;
  cursor: pointer;
}
.settled-wrap .settled-banner .banner-img .desc .mod-info .bottom {
  color: #959595;
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
}
.settled-wrap .settled-banner .banner-img .desc .mod-info .fe-col {
  letter-spacing: normal;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.settled-wrap .settled-banner .banner-img .desc .mod-info .fe-row {
  display: block;
  font-size: 0;
  letter-spacing: -4px;
  vertical-align: top;
}
.settled-wrap .settled-banner .banner-img .desc h2 {
  font-size: 40px;
  color: #fff;
  text-align: left;
}
.settled-wrap .settled-banner .banner-img .desc .nuli {
  width: 574px;
  margin-top: 12px;
  letter-spacing: 0.6px;
  font-size: 18px;
  line-height: 25px;
}
.settled-wrap .settled-list h2 {
  text-align: center;
  line-height: 80px;
}
.settled-wrap .settled-list .settled-list-list {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 62px;
}
.settled-wrap .settled-list .settled-list-list .list-li {
  position: relative;
  width: 285px;
  float: left;
  margin: 0 0 20px 20px;
  background: #fff;
}
.settled-wrap .settled-list .settled-list-list .list-li:nth-child(4n + 1) {
  margin: 0 0 20px;
}
.settled-wrap .settled-list .settled-list-list .list-li .squre-title {
  height: 60px;
  position: relative;
}
.settled-wrap .settled-list .settled-list-list .list-li .squre-title .baojia {
  position: absolute;
  left: 0;
  top: 18px;
  height: 24px;
  width: 60px;
  text-align: center;
  line-height: 24px;
  border-radius: 0 12px 12px 0;
  background: #feefdb;
  color: #ff4400;
}
.settled-wrap .settled-list .settled-list-list .list-li .squre-title .squre-title-title {
  line-height: 60px;
  padding: 0 65px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  text-align: center;
}
.settled-wrap .settled-list .settled-list-list .list-li .squre-content {
  position: relative;
  padding: 10px 20px 20px;
}
.settled-wrap .settled-list .settled-list-list .list-li .squre-content::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 245px;
  border-bottom: 1px solid #e1e1e1;
}
.settled-wrap .settled-list .settled-list-list .list-li .squre-content .content-type {
  height: 30px;
  line-height: 30px;
}
.settled-wrap .settled-list .settled-list-list .list-li .squre-content .content-type img {
  vertical-align: middle;
}
.settled-wrap .settled-list .settled-list-list .list-li .squre-content .content-qure .qure-item {
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.settled-wrap .settled-list .settled-list-list .list-li .squre-content .content-btn {
  margin-top: 10px;
}
.settled-wrap .settled-list .settled-list-list .list-li .squre-content .content-btn .ivu-btn {
  padding: 0;
  width: 110px;
  line-height: 24px;
  border-radius: none;
}
.settled-wrap .settled-list .settled-list-list .list-li .list-li-zhezhao {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7f7f7f;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.settled-wrap .settled-list .settled-list-list .list-li .list-li-zhezhao p {
  height: 60px;
  line-height: 60px;
}
.settled-wrap .settled-list .settled-list-list .list-li .list-li-zhezhao .zhezhao-pic {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.settled-wrap .settled-list .settled-list-list .list-li .list-li-zhezhao .zhezhao-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f6f5;
  border-top: 1px solid #ebebeb;
  text-align: left;
  font-size: 12px;
  height: 42px;
  line-height: 42px;
  margin-top: 40px;
}
.footer .help {
  background: #f5f6f5;
  zoom: 1;
  padding: 0 0 0 50px;
  float: left;
  padding-left: 121px;
}
.footer .help a {
  color: #777;
  padding: 0 15px;
  text-decoration: none;
}
