.root .header-survey {
    background-color: #f2f6f9;
    padding-bottom: 40px;
}

.survey-container {
    width: 1200px;
    height: 253px;
    background-image: url("../../static/img/home/container.png");
    /* margin: 0 auto;*/
    transform: translate(-11px);
}


.survey-container i.icon {
    display: block;
    width: 61px;
    height: 61px;
    margin-right: 10px;
}

.survey-container .top {
    height: 102px;
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.survey-container .top i.icon {
    background-image: url("../../static/img/home/icon_count.png");
}

.survey-container .top>div {
    color: #FFFFFF;
}

.survey-container .top>div .label {
    font-family: Source Han Sans CN;
    font-size: 30px;
    font-weight: bold;
}

.survey-container .top>div .value {
    font-size: 30px;
    font-family: ArialMT;
    text-decoration: underline;
}

.survey-container .top>div .unit {
    font-family: Source Han Sans CN;
    font-size: 22px;
}

.survey-container .bottom {
    height: 140px;
    padding: 0 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.survey-container .bottom .item {
    display: flex;
    align-items: center;
}

.survey-container .bottom .item .label {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #EE9B30;
}

.survey-container .bottom .item .value {
    font-size: 24px;
    font-family: ArialMT;
    color: #666666;
}

.survey-container .bottom .item .unit {
    font-size: 22px;
    font-family: Source Han Sans CN;
    color: #666666;
}


.survey-container .bottom .item.item1 i.icon {
    background-image: url("../../static/img/home/icon_zijin.png");
}

.survey-container .bottom .item.item2 i.icon {
    background-image: url("../../static/img/home/icon_zichang.png");
}

.survey-container .bottom .item.item3 i.icon {
    background-image: url("../../static/img/home/icon_ziyuan.png");
}


.search-bar {
    height: 96px;
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 18px auto 0;
}

.search-bar .search {
    width: 860px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-bar .search .area-sel {
    flex: none;
    height: 96px;
    width: 186px;
    background-image: url("../../static/img/home/area_sel_bg.png");
    background-size: contain;
    font-size: 32px;
    font-weight: 600;
    font-family: PingFangSC-Thin, sans-serif;
    color: #0080ff;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
}

.search-bar .search input {
    flex: auto;
    width: 730px;
    height: 96px;
    border: none;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;

    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    padding-left: 10px;
}

.search-bar .search input::-webkit-input-placeholder {
    color: #B5B5B5;
}

.search-bar .search .search-btn {
    flex: none;
    width: 151px;
    height: 96px;
    background-image: url("../../static/img/home/search_bg.png");
    /*background-size: contain;*/
    cursor: pointer;
}

.search-bar .back-home {
    flex: none;
    width: 224px;
    height: 96px;
    background-image: url("../../static/img/home/back.png");
    background-size: contain;
    cursor: pointer;
}


.select-year-month {
    display: flex;
    justify-content: flex-end;
    width: 1255px;
    margin: 20px auto 0;
}

.select-year-month .layui-form-item {
    display: flex;
    margin-left: 20px;
}

.select-year-month .layui-form-label {
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444;
    width: max-content !important;
    padding: 0;
    line-height: 32px;
    margin-right: 7px;
}

.select-year-month .layui-input-block {
    height: 32px;
    width: 100px;
    margin-left: 0 !important;
}

.select-year-month .layui-form-select input {
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    font-size: 22px;
    color: #444;
    text-align: center;
}

.select-year-month .layui-form-select dl dd.layui-this {
    background-color: #1E9FFF;
    color: #fff;
}


.rent-table-title {
    width: max-content;
    display: flex;
    align-items: center;
    font-size: 39px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #323232;
    line-height: 56px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);

    background: linear-gradient(0deg, #AD3328 0%, #285FAC 0%, #3B86EF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 60px auto 38px;
}

.rent-table-title img {
    width: 42px;
    height: 37px;
    margin-right: 16px;
}


.rent-table tr td {
    border: 1px solid #D8D5D5;
    padding: 10px 15px;
    height: 74px;
}

.rent-table tr td .cell {
    max-height: 100%;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rent-table tr td button:nth-of-type(2) {
    margin-left: 20px;
}

.rent-table-body-container {
    height: 370px;
    overflow: hidden;
}

.rent-table-body tr.bg0 {
    /*background-color: #D8D5D5!important;*/
    background-color: rgb(224, 217, 217) !important;
}

.rent-table-body tr.bg1 {
    background-color: #FFF !important;
}

.rent-table-body tr td {
    box-sizing: border-box;
}

.rent-table-body tr td:nth-of-type(1) {
    width: 80px;
}

.rent-table-body tr td:nth-of-type(2) {
    width: 140px;
}

.rent-table-body tr td:nth-of-type(3) {
    width: 260px;
}

.rent-table-body tr td:nth-of-type(4) {
    width: 260px;
}

.rent-table-body tr td:nth-of-type(5) {
    width: 100px;
}

.rent-table-body tr td:nth-of-type(6) {
    width: 160px;
}

/* 数据表格 */
table.gridtable {
    border-width: 1px;
    border-color: #DDDBDB;
    border-collapse: collapse;
    font-size: 20px;
    margin: 0;
}

table.gridtable th {
    border-width: 1px;
    padding: 14px 6px;
    border-style: solid;
    border-color: #DDDBDB;
    background-color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FE6C01;
    line-height: 36px;
}

table.gridtable th.merge {
    color: #fe6f0c;
    border: none;
    background-color: rgb(237, 239, 243);
}

table.gridtable th #sort-btn {
    display: block;
    margin: 10px auto 0;
    cursor: pointer;
}

table.gridtable tr td {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 26px;
    border-width: 1px;
    padding: 10px 15px;
    min-height: 74px;
    border-style: solid;
    border-color: #D8D5D5;
    text-align: center;
}

table.gridtable:not(.rent-table-body) tr:nth-child(n+1):nth-child(2n - 1) td {
    background-color: rgb(224, 217, 217);
    /*background-color: #D8D5D5;*/
}

table.gridtable td a {
    color: #0000EE;
    cursor: pointer;
}

table.gridtable td a:hover {
    color: #ff8400;
}

table.gridtable button {
    width: 147px;
    height: 50px;
    border: none;
    background-image: url("../../static/img/btn-bg.png");
    background-color: transparent;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #316CBF;
}

table.gridtable button[disabled] {
    color: #B5B5B5;
    background: #E2E3E2;
    border-radius: 8px
}

.show-more-btn {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 40px auto 0;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AC3328;
    line-height: 26px;
    cursor: pointer;
}

.show-more-btn img {
    /*width: 27px;*/
    /*height: 24px;*/
    /*margin-left: 10px;*/
    height: 34px;
}


#selectVillageModal {
    padding: 70px 100px 40px;
    border-radius: 5px;
    display: none;
}

#selectVillageModal .tips {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FC0000;
}

#selectVillageModal .village-list {
    margin-top: 28px;
}

#selectVillageModal .village-list .item {
    margin-top: 28px;
    width: 680px;
    height: 77px;
    background-color: #F3F6F8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#selectVillageModal .village-list .item:not(:first-child) {
    margin-top: 10px;
}

#selectVillageModal .village-list span {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #316CBF;
}

#selectVillageModal .village-list span:not(:first-child) {
    margin-left: 46px;
}



#selectAreaModal {
    width: 1200px;
    min-height: 420px;
    border-radius: 5px;
    background-color: #FFF;
    padding: 50px 30px 0;
    display: none;
}

#selectAreaModal .street,
#selectAreaModal .village {
    display: flex;
}

#selectAreaModal .village {
    margin-top: 16px;
}

#selectAreaModal .street .label,
#selectAreaModal .village .label {
    flex: none;
    width: 168px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 43px;
    text-align: right;
}

#selectAreaModal .street .label {
    color: #316CBF;
}

#selectAreaModal .village .label {
    color: #AC3328;
}

#selectAreaModal .street .container,
#selectAreaModal .village .container {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}


#selectAreaModal .layui-form-radio {
    padding: 0 6px;
    min-width: 80px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: max-content; */
    background-color: #FFF;
    border: 1px solid #285FAC;
    border-radius: 3px;
    font-size: 19px;
    font-family: Source Han Sans CN;
    color: #444444;
    /* margin: 0;
  margin: 5px 13px 5px 0; */
}

#selectAreaModal .container .layui-form-radio {
    margin: 0;
    margin-bottom: 14px;
    margin-right: 14px;
}

#selectAreaModal .street .layui-form-radio.layui-form-radioed {
    background: url(../img/btn-bg3.png);
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
}

#selectAreaModal .village .layui-form-radio.layui-form-radioed {
    background: url(../img/btn-bg8.png);
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#selectAreaModal .village .layui-form-radio {
    min-width: 100px;
    padding: 0 16px;
    /*  */
}

#selectAreaModal .village input.has-sign+.layui-form-radio {
    padding-right: 30px;
}

#selectAreaModal .village .sign {
    height: 43px;
    width: 0;
    transform: translateX(-34px);
    z-index: 10;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

#selectAreaModal .village .sign span {
    display: block;
    color: #AC3328;
    font-size: 14px;
    line-height: 1;
}

#selectAreaModal .village .layui-form-radioed+.sign span {
    color: #FFF;
}

#selectAreaModal .tips {
    padding-left: 154px;
    font-size: 20px;
    color: #FC0000;
    padding-bottom: 10px;
}

#selectAreaModal .layui-form-radio i {
    display: none;
}

#selectAreaModal .layui-form-radioed:hover div {
    color: #FFF !important;
}