
.header {
    width: 100%;
}

.title {
    padding-left: .58rem;
    font-size: .23rem;
    color: #666;
}
.body{
    max-width: 750px;
}
.body table {
    width: 100%;
}


.list-primary,
.table-header {
    font-size: .25rem;
    line-height: .35rem;
    color: #333;
    margin: 0.2rem;
}
.list-primary {
    padding-inline-start: 0;
}



.list-title-bar,
.sub-list-item {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: .73rem;
    margin: .29rem 0;
    border-radius: .08rem;
    background: #fafafa;
    padding:0.1rem 0;
}

.list-title-bar table tr td:first-child {
    font-weight: 700;
    min-height: .79rem;
    padding: .19rem 0;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-right: 0;
}
.first-td {
    width: 30%;
}
.first-td img {
    height: .23rem;
    width: .23rem;
    margin-right: .1rem;
    opacity: .2;
}

.list-title-bar table tr td:nth-child(2),
.sub-list-item table tr td:nth-child(2),
.active table tr td:nth-child(2) {
    font-size: .25rem;
    line-height: .35rem;
    /* color: #2696ff; */
    font-family: rubik-medium;
}


.bar-active {
    background: #fff;
    border: .5px solid #eee;
    box-shadow: 0 0.1rem 0.38rem 0 rgba(0, 0, 0, .05);
}

table tr td {
    vertical-align:top;
}

table tr td:nth-child(2) {
    /* width: 60%; */
}

table tr td a {
    color: #5195dd;
}

table {
    padding-left: .29rem;
}

.sub-list-item {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    margin: 0;
}

.district-container {
    width: 100%;
    margin: .29rem 0;
}

.active {
    padding: .2rem 0;
    margin-top: .08rem;
    margin-bottom: .08rem;
    border: .5px solid #eee;
    border-radius: .08rem;
}

li.btn-box {
    padding: 0 .29rem .19rem;
}

.expand-box {
    padding: 10px 0 0;
}

.expand-btn {
    height: .85rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f6f6f6;
    border-radius: .19rem;
}

.expand-text {
    font-size: .29rem;
    color: #2696ff;
    letter-spacing: .02rem;
    text-align: center;
    font-weight: 700;
}

.expand-img {
    width: .46rem;
    height: .46rem;
}

.result {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 .05rem;
    word-break:break-all;
}

.detail {
    width: 20%;
    border-top: none;
    text-align: center;
    padding: .19rem 0;
}
.head{
    margin: 0 0.2rem;
    border-radius: 0.2rem;
    background-color: #ffffff;
    box-shadow: 0 0 0.3rem #0000002b;
}
.table-header td{
    text-align: center;
}

/* 2022/3/29 - 2022/7/1*/
body {
    font-size: 0.26rem;
    /* background: linear-gradient(180deg, rgba(89,132,245,1) 0%, rgba(245,245,245,1) 100%); */
    background: #f8f8f8;
}

ul {
    margin: 0;
    padding: 0;
}

.content_box {
    position: relative;
    margin: -0.54rem 0.24rem 0.24rem;
    border-radius: 0.2rem;
    background-color: #fff;
}

.content_box .tab_title {
    display: flex;
    border-radius: 0.2rem 0.2rem 0 0;
    font-size: 0.32rem;
    background: linear-gradient(#f8f8f8,#ffffff);
}

.content_box .tab_title span {
    width: 50%;
    padding: 0.2rem 0;
    border-radius: 0.2rem 0.2rem 0 0.2rem;
    text-align: center;
    color: #999999;
    background-color: #f8f8f8; 
}

.content_box .tab_title .tab_active {
    color: #3372fd;
    background-color: #fff;
}

/* .content_box .tab_con {
    padding: 0.24rem 0;
} */

.content_box .tab_con .tab_item {
    padding: 0.24rem;
}

.content_box .tab_con .tab_item:nth-child(2) {
    display: none;
    padding: 0.24rem 0;
}

.table-con {
    width: 100%;
    border-collapse: collapse;
}

.table-con tr td {
    padding: 0.2rem 0;
    text-align: center;
}

.table-con tr:first-child td {
    padding: 0;
    font-size: 0.3rem;
    font-weight: 700;
}

.table-con tr:nth-child(n 2) {
    border-bottom: 0.02rem solid #f3f3f3;
}

.table-con tr:last-child {
    border-bottom: none;
}

.tab_con .tab_item .head_name {
    display: flex;
    justify-content: space-between;
    margin: 0 0.27rem 0.16rem 0.35rem;
    font-size: 0.3rem;
    font-weight: 700;
}

.tab_con .tab_item .name{
    padding: 0.25rem 0 0.25rem 0.37rem;
    white-space: nowrap;
    overflow-x: scroll;
    font-size: 0.22rem;
    color: #999999;
    background-color: #f6f6f6;
}

.tab_con .tab_item .name span {
    margin-right: 0.3rem;
}

.tab_con .tab_item .name .name_active {
    color: #3372fd;
}

.tab_con .tab_item .list {
    padding: 0 0.3rem;
}

.tab_con .tab_item .list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.22rem 0;
    font-size: 0.26rem;
    border-bottom: 0.01rem solid #ececec;
}

.tab_con .tab_item .list li:last-child {
    border-bottom: none;
}

.tab_con .tab_item .list li span:nth-child(1) {
    width: 1.2rem;
}

.tab_con .tab_item .list li span:nth-child(2) {
    width: 1.5rem;
}

.tab_con .tab_item .list li span:nth-child(3) {
    width: 2.4rem;
    text-align: center;
}

.rili_btn,.jisuan_btn {
    width: 3.14rem;
    height: 0.7rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
    text-align: center;
    border-radius: 0.06rem;
}

.rili_btn {
    color: #3372fd;
    border: 0.01rem solid #3372fd;
}

.jisuan_btn {
    color: #ffffff;
    background-color: #3372fd;
}

.rili_popup {
    display:none;
}

.show-toast {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 7.5rem;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rili_popup .popup {
    position: relative;
    width: 100%;
    max-height: 70%;
    margin: 0 0.35rem;
    padding: 0.3rem 0.24rem;
    border-radius: 0.2rem;
    background: linear-gradient(180deg, rgba(93,135,245,1) 0%, rgba(244,244,244,1) 46%);
}

.rili_popup .popup > p {
    margin-bottom: 0.32rem;
    font-size: 0.32rem;
    font-weight: 700;
    text-align: center;
}

.rili_popup .popup .rili_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.35rem;
    height: 1.51rem;
    margin-top: 0.13rem;
    margin-right: 0.33rem;
}

.rili_popup .rili_list {
    position: relative;
    border-radius: 0.2rem;
    font-size: 0.28rem;
}

.rili_popup .rili_list > p {
    display: flex;
    justify-content: space-between;
    padding: 0.24rem 1.5rem 0.24rem 1.12rem;
    border-radius: 0.2rem 0.2rem 0 0;
    color: #333;
    background-color: #f5f5f5;
}

.rili_popup .rili_list ul {
    max-height: 7.4rem;
    border-radius: 0 0 0.2rem 0.2rem;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
}

.rili_popup .rili_list ul li {
    display: flex;
    padding: 0.18rem 0;
    border-bottom: 0.01rem solid #f3f3f3;
}

.rili_popup .rili_list ul li span:first-child {
    width: 2.8rem;
    text-align: center;
}

.rili_popup .rili_list ul li span:last-child {
    margin-left: 1.35rem;
}

.select-img {
    width: 0.14rem;
    height: 0.24rem;
    margin-left: 0.1rem;
}

.tab_item {
    font-size: 0.28rem;
}

.tab_item input {
    width: 0.9rem;
    font-size: 0.28rem;
}

input {
    border: none;
    outline: none;
}

.query_btn {
    margin-top: 0.28rem;
    padding: 0.18rem 0;
    border-radius: 0.86rem;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    background-color: #3372fd;
}

.tab_item .item {
    margin: 0 0.12rem;
}

.query_result {
    display: none;
    position: relative;
    margin-top: 0.56rem;
    padding: 0.17rem 0.24rem 0.3rem;
    border-radius: 0.1rem;
    background-color: #f4f4f4;
}

.return_btn {
    position: absolute;
    top: 0.22rem;
    right: 0;
    margin-right: 0.24rem;
    padding: 0.14rem 0.32rem;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    color: #fff;
    background-color: #3372fd;
}

.query_result > p {
    margin-bottom: 0.23rem;
    font-size: 0.32rem;
}

.query_result li {
    margin-bottom: 0.13rem;
}

.query_result li:last-child {
    margin-bottom: 0;
}
