main .ss {
    background: #16d06e!important;
}

main .jwss {
    background: #489df4!important;
}

main .yj {
    background: #ffcc00!important;
}

main .jwyd {
    background: #ec8531!important;
}

main .bm {
    background: #f55050!important;
}

main .tips {
    background: #FFFDF3;
    padding: 25px 40px;
    box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 37px;
}

main .tips .text p {
    font-weight: 400;
    font-size: 20px;
    color: #303030;
    text-align: left;
    margin-right: 20px;
}

main .tips .text p span {
    color: #D55634;
}

.circle_info {
    margin-top: 40px;
    padding: 0 35px;
}

.circle {
    width: 156px;
    height: 156px;
    background: #D0AA59;
    border-radius: 50%;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    text-align: center;
}

.cir_title {
    font-weight: bold;
    font-size: 20px;
    color: #303030;
    margin-top: 16px;
}

.circle .unit {
    font-size: 22px;
}

main .state_warp {
    margin-top: 20px;
    width: 1200px;
    height: 148px;
    background: #FFFFFF;
    border-radius: 74px;
    padding: 0 100px;
    box-sizing: border-box;
}

main .state_warp .item {
    width: 155px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

main .state_warp .item div {
    height: 20px;
    border-radius: 10px;
}

main .state_warp .item h1 {
    font-size: 16px;
    padding-top: 5px;
}

main .list {
    margin-top: 40px;
}

main .list .item {
    padding: 16px 28px 16px 16px;
    display: flex;
    background: #FFFDF3;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

main .list .item .img {
    width: 208px;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 48px;
}

main .list .item .img img {
    width: 100%;
    height: 100%;
}

main .list .item .statebox {
    text-align: left;
}

main .list .item .statebox .title {
    font-weight: bold;
    font-size: 28px;
    color: #303030;
    margin-bottom: 20px;
}

main .list .item .statebox .bg {
    height: 38px;
    background: #e1e1e1;
    border-radius: 19px;
    overflow: hidden;
    margin-bottom: 25px;
}

main .list .item .statebox .bg .state {
    height: 38px;
    border-radius: 19px;
}

main .list .item .statebox .bg .ss {
    width: 20%;
}

main .list .item .statebox .bg .jwss {
    width: 40%;
}

main .list .item .statebox .bg .yb {
    width: 60%;
}

main .list .item .statebox .bg .jwyd {
    width: 80%;
}

main .list .item .statebox .bg .bm {
    width: 100%;
}

main .list .item .statebox .sub {}

main .list .item .statebox span {
    font-weight: 400;
    font-size: 20px;
    color: #303030;
}

main .list .item .parking {
    margin-left: 23px;
    border-left: 1px solid #303030;
    padding-left: 26px;
}

main .list .item .parking div {
    width: 110px;
    height: 110px;
    background: #10CF6A;
    border-radius: 50%;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
}

.wis_title_out {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lf_top_btn a {
    width: 167px;
    height: 68px;
    background: #FFFFFF;
    border-radius: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #303030;
    line-height: 68px;
    text-align: center;
    border: none;
    outline: none;
    margin-left: 30px;
    display: inline-block;
}

.lf_top_btn a:hover {
    color: #FFFFFF;
    background: #CAA04A;
}

.lf_top_btn a.ac {
    color: #FFFFFF;
    background: #CAA04A;
}

.container {
    padding-top: 37px;
}