* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
}

HTML,
body {
    width: 100%;
    height: 100%;
    font-family: Helvetica Neue;
}
i {
    font-style: normal;
}
a {
    text-decoration: none;
}
ul {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li {
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.pag {
    width: 100%;
    height: 100%;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.bar {
    position: relative;
    width: 100%;
    height: 128px;
    background: url(../images/background1.png) no-repeat;
    background-size: 100%;
}
.bar dl {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.bar dl dt img {
    width: 3.5rem;
    height: 3.5rem;
}
.bar dl dd {
    margin-left: 0.8rem;
    color: #fff;
}
.bar dl dd h4 {
    font-size: 0.8rem;
}
.bar dl dd p {
    padding-top: 0.2rem;
    font-size: 0.7rem;
}
.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #f5f5f9;
}
.item-inner {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.item-after {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-after span {
    float: right;
}
.more {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 0.8rem;
    text-align: right;
}
.more a {
    color: #57576d;
}
.owners-pay .bar .title {
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -9.875rem;
    width: 20rem;
    height: 84px;
    line-height: 84px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 0px rgba(15, 79, 153, 0.6);
    font-size: 2rem;
    color: #333;
    font-weight: 800;
    text-align: center;
    z-index: 99;
}
.page-group {
    box-sizing: border-box;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.footer .button {
    display: block;
    width: 20rem;
    height: 2.55rem;
    line-height: 2.55rem;
    margin: 0 auto;
    background: #4990e2;
    border-radius: 5px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
}
.owners-pay ul {
    padding: 30px 15px 44px;
}
.owners-pay .item-content {
    min-height: 2.5rem;
}

.owners-pay .item-inner {
    height: 2rem;
    font-size: 0.8rem;
}
.owners-pay .item-title {
    color: #8897ae;
}
.owners-pay .item-after {
    max-height: 2rem;
    color: #57576d;
}
.owners-pay .item-after .color-red {
    color: red;
    font-size: 1rem;
}
.owners-pay .footer {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0.2rem;
}
.owners-pay .footer .disable {
    background: #b2b9c5;
}
/*****************************************/
.index .bar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index .content-block-title {
    width: 100%;
    height: 2.45rem;
    line-height: 2.45rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
    font-size: 0.8rem;
    color: #8897ae;
    text-align: left;
}
.index ul {
    background: #fff;
}
.index .item-content {
    padding: 0 0.75rem 0 0.6rem;
    min-height: 3.2rem;
}
.index .item-content .item-a {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    padding: 0 0.15rem 0 0.2rem;
    min-height: 3.2rem;
}
.index .item-inner {
    min-height: 0.64rem;
}
.index .item-media {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.index .item-media .icon {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/car.png) no-repeat;
    background-size: 100%;
}
.owners-pay .item-content .item-a {
    display: inline-block;
    min-height: 0.38rem;
    width: 100%;
}
.index .item-media + .item-inner {
    margin-left: 0.08rem;
}
.index .item-title {
    font-size: 0.9rem;
    color: #57576d;
}
.index .item-after .new {
    display: block;
    width: 1.7rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: red;
    border-radius: 4px;
    font-size: 0.6rem;
    color: #fff;
    text-align: center;
    margin-left: 5px;
}
.index .footer {
    width: 100%;
    padding-top: 1.2rem;
    overflow: hidden;
}
.index .footer .add {
    position: relative;
    display: block;
    width: 4.2rem;
    height: 4.2rem;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #c1d7f2;
    background: #4990e2 url(../images/add.png) center center no-repeat;
    background-size: 60%;
}

.index ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    transform: scaleY(0.5);
}
.index ul li:last-child:after {
    display: none;
}
/*****************************************/
.owners-input .content {
    /*background: #fff;*/
}
.owners-input .bar {
    height: 1.58rem;
    background: url(../images/background2.png) no-repeat;
    background-size: 100%;
}
.owners-input .bar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.owners-input .nav {
    overflow: hidden;
    padding-bottom: 0.1rem;
}
.owners-input .content-block-title {
    width: 100%;
    padding: 0.4rem 0 0.18rem;
    font-size: 0.2rem;
    color: #57576d;
    text-align: center;
}
.owners-input .input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.46rem;
    height: 0.88rem;
    margin: 0 auto;
    background: url(../images/lic_plate.png) no-repeat;
    background-size: 100%;
}
.owners-input .input span {
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    line-height: 0.44rem;
    background: transparent;
    border: 0;
    margin-right: 1px;
    font-size: 0.2rem;
    color: #333;
    text-align: center;
}
.owners-input .footer {
    width: 100%;
    padding-top: 1.58rem;
}
.owners-input ul {
    padding: 0.1rem 0.07rem 0.1rem;
    background: #e5e5ef;
}
.owners-input ul li {
    float: left;
    display: block;
    width: 0.37rem;
    height: 0.37rem;
    line-height: 0.37rem;
    border-radius: 4px;
    border: 1px solid #c5c5cf;
    margin: 0.04rem;
    font-size: 0.18rem;
    color: #57576d;
    text-align: center;
}
.owners-input ul li.active {
    background: #4990e2;
    color: #fff;
    border: 0;
}
.owners-input ul li:last-child {
    float: right;
    width: auto;
    height: auto;
    overflow: hidden;
    border: 0;
}
.owners-input ul li a {
    display: inline-block;
}
.owners-input ul li .button {
    width: 1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #4990e2;
    border-radius: 5px;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
}
.owners-input ul li .remove {
    width: 0.38rem;
    height: 0.22rem;
    margin-left: 0.1rem;
    vertical-align: middle;
    background: url(../images/back.png) no-repeat;
    background-size: 100%;
}
/*****************************************/
.owners-record dl {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0.75rem 0.75rem 0;
}
.owners-record dl:last-child {
    padding: 0.75rem;
}
.owners-record dl dt,
.owners-record dl dd {
    border-radius: 5px;
    background: #fff;
    font-size: 0.7rem;
}
.owners-record dl dt {
    width: 70%;
    padding: 0.3rem 0.5rem;
    border-right: 1px dashed #ddd;
}
.owners-record dl dt .title {
    width: 100%;
    line-height: 1.2rem;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
}
.owners-record dl dt span {
    display: inline-block;
    float: left;
}
.owners-record dl dt span:first-child {
    flex: 0.6;
    color: #8897ae;
}
.owners-record dl dt span:last-child {
    flex: 1;
    color: #57576d;
}
.owners-record dl dd {
    width: 30%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.owners-record dl dd .after {
    margin: 0 auto;
}
.owners-record dl dd h4 {
    margin: 0;
    font-size: 0.8rem;
    color: #8897ae;
}
.owners-record dl dd p {
    margin: 0;
    font-size: 1.45rem;
    color: #57576d;
}

.cover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: #333333;
    opacity: 0.5;
}
.play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999;
    opacity: 0;
}
.play dt {
    position: relative;
    width: 3.35rem;
    padding: 0.3rem 0.15rem;
    background: #fff;
    border-radius: 5px;
    border-top: 1px solid #ddd;
}
.play dt p {
    position: absolute;
    top: 0;
    margin-top: -0.5rem;
    right: 0.15rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(15, 79, 153, 0.6);
    text-align: center;
    font-size: 0.26rem;
    color: red;
}
.play dt h4 {
    font-size: 0.27rem;
    color: #333;
}
.play dt ul {
    padding: 0;
    margin-top: 0.3rem;
}
.play dd {
    padding: 0.3rem 0.15rem;
    border-radius: 5px;
    background: #fff;
}
.play dd .button {
    display: inline-block;
    width: 100%;
    height: 0.49rem;
    line-height: 0.49rem;
    background: #4990e2;
    border-radius: 5px;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
}
.content {
    background: #fff;
}
.content .form-group {
    padding: 0 15px;
}
.content .form-group label {
    display: block;
    padding: 10px 0;
    font-size: 0.8rem;
    color: #333;
}
.content .form-group label span {
    color: #f04646;
}
.content .form-group input {
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 0 15px;
    background: #f4f5f7;
    border: 0;
    border-radius: 5px;
    font-size: 0.7rem;
    color: #333;
    outline: none;
}
.content .row {
    width: 100%;
    overflow: hidden;
}
.content .row .col-5 {
    float: left;
    width: 49%;
}
.content .row .col-5:last-child {
    margin-left: 2%;
}
.content .row .col-5 img {
    width: 100%;
}
.content .font {
    padding: 10px 15px;
}
.content.con-bg {
    background: #f5f5f9;
}
.content .font p {
    font-size: 0.7rem;
    color: #999;
}
.content .checkbox {
    padding: 0 15px;
}
.content .checkbox input {
    vertical-align: middle;
    width: 15px;
    height: 15px;
}
.content .checkbox label {
    color: #666;
}
.content .checkbox label a {
    color: #4990e2;
}
.content .foot {
    padding: 10px 20px;
}
.content .foot .button {
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background: #4990e2;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.magnify {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999;
    background: rgb(0, 0, 0, 0.5);
}
.magnify img {
    display: block;
    margin: 40% auto;
}
.none {
    display: none;
}
/* 广告Banner条样式 */  
.ad-banner {  
    width: 100%; /* 宽度为整个页面宽度 */  
    position: fixed; /* 固定在页面底部 */  
    bottom: 0; /* 紧贴页面底部 */  
    left: 0; /* 左侧对齐 */  
    background-color: #f0f0f0; /* 背景色，可选，如果图片完全覆盖则不需要 */  
    z-index: 1000; /* 确保在内容之上 */  
}  
  
.ad-banner img {  
    width: 100%; /* 图片宽度自适应 */  
    height: auto; /* 图片高度自适应 */  
    display: block; /* 移除图片下方的默认间隙 */  
}