﻿	<meta charset="UTF-8">

html,body{font-size: 0.80rem;font-family:'Arial Normal', 'Arial';color: #333;}
a{background-color:transparent;text-decoration:none;color: #666;}
a{outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
li{list-style:none;}
input,button,select,textarea{outline:medium; outline:none; resize: none; border:none; outline:0px; }
img{border:0px;}
/*button,select,textarea{-webkit-appearance:none;background: transparent;}*/
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
body {
    width: 100%; max-width: 750px;margin: 0 auto;
    background: #f6f8fa;-webkit-text-size-adjust: none;
	/*iPhoneX 安全区域屏幕安全距离*/
    padding-top: constant(safe-area-inset-top);            
    padding-left: constant(safe-area-inset-left);               
    padding-right: constant(safe-area-inset-right);         
    padding-bottom: constant(safe-area-inset-bottom);
    padding-top: env(safe-area-inset-top);            
    padding-left: env(safe-area-inset-left);               
    padding-right: env(safe-area-inset-right);         
    padding-bottom: env(safe-area-inset-bottom);  
}
button { cursor: pointer; -webkit-appearance: none; font-size: 0.95rem;}
::-webkit-input-placeholder {color: #999999;font-size: 0.9rem;}
*{margin: 0;padding: 0;}
th,td{ font-weight: 500; /*overflow:hidden;*/ word-wrap:break-word; word-break:break-all;}

img , .bg_img{
	image-rendering: -moz-crisp-edges; /* Firefox */     
	image-rendering: -o-crisp-edges; /* Opera */      
	image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges; 
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.com{font-size: 0.95rem; width: 100%; max-width: 750px;margin: 0 auto;}

.clearfix::after{ content:""; height:0; line-height:0; display:block; visibility:hidden; clear:both;}
.clearfix{ zoom: 1; overflow: hidden; }

/*首页*/
.index{
    width: 100%;
}
.index_in{
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    height: 34rem;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position:right top ;
    background-size: 100% 100%;   
}
.index_1{
   display: flex;
   align-items: center;
   padding: 1.2rem 0 0 0; 
}
.index_profile{
    width: 3rem;
    height: 3rem;
    border-radius: 5rem;
    background-color: #fff;
    overflow: hidden;
    margin-right: 0.6rem;
}
.index_profile img{
    width: 100%;
}
.index_1in{
    flex:1;
}
.index_1inta{
    font-size: 1.2rem;
    color: #fff;
}
.index_1inh{
    display: flex;
    align-items: center;
    color: #fff;
}
.index_1inh2{
    font-size: 1.2rem;
}
.index_1inh img{
    width: 3.5rem;
    margin-left: 0.5rem;
}
.index_1inh2a{
    margin-left: 0.6rem;
    padding: 0.2rem 0.6rem;
    background-color: #7fa7d7;
    color: #f2d303;
    border-radius: 2rem;
    font-size: 0.8rem;
}
.index_2{
    padding-top: 0.5rem;
}
.index_2 a{
    display: flex;
    align-items: center;
    color: #fff;
}
.index_2l{
    flex:1;
}
.index_2l img{
    width: 1rem;
    margin-right: 0.1rem;
}
.index_2r{
    width: 2rem;
    text-align: right;
}
.index_2r img{
    width: 0.6rem;
}
.index_3{
    width: 100%;
    height: 2.6rem;
    border-radius: 3rem;
    background-color: #82b9fb;
    color: #fff;
    margin-top: 1.2rem;
    display: flex;
    align-items:center;
}
.index_3 img{
    width: 1rem;
    margin:0 0.3rem 0 0.8rem;
}
.index_3 input{
    background-color: transparent;
    border:none;
    flex:1;
    height: 2rem;
    
}
.index_3 input::placeholder{
    color:#fff;
}
.index_3 button{
    background-color: transparent;
    border:none;
    width: 4.5rem;
    height: 2rem;
    background-color: #277fff;
    border-radius: 3rem;
    margin-right: 0.5rem;
    color:#fff;
}
.index_4{
    width: 100%;
    margin-top: 1rem;
}
.index_4ul{
    width: 100%;
    overflow: hidden;
}
.index_4li{
    float: left;
    width: 22.75%;
    margin-right: 3%;
    text-align: center;
    position: relative;
}
.index_4li:last-child{
    margin-right: 0;
}
.index_4img{
    width: 2.5rem;
}
.index_4p{
    color: #fff;
    /*padding-top: 0.5rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index_4lid{
    position: relative;
}
.newimg{
    width: 2rem;
    position: absolute;
    top: 0rem;
    right: 26%;
    margin-right: -1.3rem;
}
.index_5{
    width: 100%;
    overflow: hidden;
    margin-top: 1rem;
}
.index_5l{
    float: left;
    width: 48%;
}
.index_5lt{
    width: 100%;
    height: 5.7rem;
    background-color: #fff;
    background-image: url(../images/bg2.png);
    background-position: right bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius:0.6rem; 
    overflow: hidden;
    position: relative;
}
.index_5ltem{
    font-size: 1.1rem;
    font-weight: 550;
    color: #071a36;
    margin: 0.8rem 0.5rem 0 1.2rem;
    display: inline-block;
}
.index_5img{
    width: 2.6rem;
    position: absolute;
    right: 1.1rem;
    bottom: 0.5rem;
}
.index_5lt2{
    margin-top: 0.7rem;
}
.index_5r{
    float: right;
    width: 49%;
    height: 12.1rem;
    background-color: #fff;
    background-image: url(../images/bg3.png);
    background-position: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius:0.6rem; 
    overflow: hidden;
    position: relative;
}
.index_5img2{
    width: 5.2rem;
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
}
.index_5rp{
    padding-left: 1.2rem;
    padding-top: 0.1rem;
}
.index_6{
    /*width: 100%;*/
    margin-top: 1.5rem;
    /*padding-left: 1rem;*/
}
.index_6ul{
    width: 100%;
    display: flex;
    overflow-y:auto;
    -ms-overflow-style: none;  /* IE和Edge */
    scrollbar-width: none;  /* Firefox */
}
.index_6 ul::-webkit-scrollbar{
    display: none;
}
.index_6li{
    /*width: 4.5rem;*/
    flex:0 0 20%;
    height: 4.5rem;
    background-color: #fff;
    border-radius: 0.6rem;
    text-align: center;
    margin-right: 0.8rem;

}
.index_6lia{
    display: block;
    height: 100%;
}
.index_6img{
    height: 2.5rem;
    padding: 0.5rem 0 0rem 0;
}
.index_6p{
    font-size: 0.85rem;
    color: #071a36;
}
.index_7{
    padding:0 1rem;
    padding-bottom: 6rem;
}
.index_8{
    margin-top: 1.5rem;
}
.index_8ul{
    width: 100%;
    margin-top: 0.5rem;
    background-color: #fff;
    border-radius: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
}
.index_8li{
    width: 25%;
    text-align: center;
    padding-top: 0.5rem;
    margin-top: 1rem;
    text-align: center;
    box-sizing:border-box;
}
.index_8lia{
    display: block;
    color: #333;
}
.index_8img{
    width: 3rem;
    height: 3rem;
}
.index_8lip{
    margin-top: 0.3rem;
}
.index_8in{
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.index_8ul2{
    width: 100%;
}
.index_8li2{
    padding: 0.8rem;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    border-radius: 0.5rem;
    background-image: linear-gradient(to right, #a3d1fb, #2487f9);
}
.index_8li2a{
    display: flex;
    align-items:center;
}
.index_8inl{
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.2rem;
    background-color: #fff;
    box-sizing:border-box;
    margin-right: 0.6rem;
    text-align: center;
}
.index_8inlimg{
    width: 2.6rem;
    padding-top: 0.6rem;
}
.index_8inr{
    color: #fff;
    flex:1;
}
.index_8li2ap{
    font-size: 1.2rem;
    padding-bottom: 0.3rem;
}
.tabbar{
    position: fixed;
    height: 5.5rem;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    color: white;
    background-image: url(../images/tabbar_bg.png);
    background-position: right bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 99;
}
.tabbar_ul{
    display: flex;
    align-items:center;
}
.tabbar_li{
    width: 19%;
    text-align: center;
    padding-top: 2.2rem;
}
.tabbar_lia{
    display: block;
    width: 100%;
    height: 100%;
}
.tabbar_icon{
    /*width: 1.6rem;*/
    height: 1.6rem; 
}
.tabbar_p{
    font-size: 0.9rem;
    color: #333;
}
.tabbar_li2{
    flex:1;
    text-align: center;
    padding-top: 0.5rem;
}
.tabbar_icon2{
    width: 4rem;
    height: 4rem;
}
.tabbar_pon{
    color: #277fff;
}
/*缴费标准*/
.vip_bg{
    width: 100%;
    min-height: 100vh;
    background-color: #001040;
}
.nav{
    width: 100%;
    max-width: 750px;
    height: 3.2rem;
    line-height: 3.2rem;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.navl{
    position: absolute;
   width: 1.5rem;
   height: 3.2rem;
   padding-left: 1.2rem; 
}
.navlimg{
    height:1.2rem;
    margin-top: 1rem;
}
.navc{
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
}
.nav_fixed{
    width: 100%;
    max-width: 750px;
    height: 3.2rem;
    line-height: 3.2rem;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    position:fixed;
    top:0;
    z-index: 99;
}
.nav_fixed .navc{
    color: #333;
}
.vip{
    width: 100%;
    margin-top: -3rem;
}
.vipbg{
    width: 100%;
}
.vip_time{
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 0.5rem;
}
.vip1{
    margin-top: 1rem;
    padding-left: 0.8rem;
}
.vip_ul{
    width: 100%;
    display: flex;
    overflow-y:auto;/*隐藏滚动条*/
    -ms-overflow-style: none;  /* IE和Edge */
    scrollbar-width: none;  /* Firefox */
}
.vip_ul ul::-webkit-scrollbar{
    display: none;
}
.vip_li{
    flex:0 0 40%;
    /*height: 4.5rem;*/
    background-color: #fff;
    border-radius: 1.2rem;
    text-align: center;
    margin-right: 1rem;
    position: relative;
    padding-bottom: 1rem;
    overflow: hidden;
    user-select: none;
    border:2px solid #fff;
}
.vip_lion {
    background-image: linear-gradient( #f6f8fa, #b6d3fe);
    border:2px solid #2487f9;
}
.vip_lid1{
    background-color: #4426df;
    font-size: 0.7rem;
    color: #ffffff;
    padding: 0.2rem 2rem;
    transform: rotate(-45deg);
    position: absolute;
    left: -1.8rem;
    top: 0.9rem;
}
.vip_lid2{
    font-size: 1rem;
    padding-top: 1.8rem;
    color: #333;
}
.vip_lid3{
    font-size: 2.2rem;
    color: #040b15;
    margin-top: 0.5rem;
    font-weight: bold;
}
.vip_lid3sp{
    font-size: 0.9rem;
}
.vip_lid4{
    font-size: 0.7rem;
    color: #999;
    text-decoration: line-through;
    margin-top: 0.5rem;
}
.vip_lid5{
    font-size: 0.8rem;
    margin:0.3rem auto 0.5rem;
    width: 70%;
    height: 1.8rem;
    border-radius: 3rem;
    text-align: center;
    line-height: 1.8rem;
    color: #fff;
    background-image: linear-gradient(to right, #a3d1fb, #2487f9);
}
.vip_lid6{
    font-size: 0.8rem;
}
.vip_in{
    padding: 0 0.8rem;
    margin-top: 2.5rem;
}
.vip2{
    width: 100%;
    background-color: #002180;
    border-radius: 0.8rem;
    padding-bottom: 1.2rem;
    margin-top: 1.2rem;
}
.vip2t{
    display: flex;
    align-items:center;
    justify-content: center;
    padding-top: 2rem;
}
.vip2timg{
    width: 25%;
}
.vip2timg img{
    width: 100%;
}
.vip2tc{
    /*flex:1;*/
    font-size: 1.4rem;
    color: #b9d5fe;
    margin:0 0.6rem;
    margin-top: -0.4rem;
}
.vip_ul2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
}
.vip_li2{
    width: 33.3%;
    text-align: center;
    margin-top: 1.5rem;
    padding: 0 0.5rem;
    box-sizing:border-box;
}
.vip_li2img{
    width: 3.6rem;  
}
.vip_li2p{
    padding-top: 0.3rem;
    color: #b9d5fe;
}
.vip3t{
    font-size: 1.2rem;
    color: #f1f1f1;
    padding: 1.2rem 1rem 0;
}
.vip3w{
    padding: 0.8rem 1rem 0;
    color: #f1f1f1;
    line-height: 1.8rem;
    font-size: 0.9rem;
}
.vipxy{
    text-align: center;
    padding: 1.5rem 1.2rem 7rem;
    display: flex;
    align-items:center;
    justify-content: center;
}
.vipxya{
    color: #f1f1f1;
}
/* 隐藏原生的复选框 */
.checkbox-label input[type="checkbox"] {
  display: none;
}
/* 创建一个圆形的容器作为复选框 */
.checkbox-label .checkmark {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #d9d9d9;
  border-radius: 50%; /* 使其变成圆形 */
  position: relative;
  cursor: pointer;
  margin:0.35rem 0.3rem 0 0;
}
/* 当复选框被选中时，显示一个白色的对勾 */
.checkbox-label input[type="checkbox"]:checked + .checkmark {
  background: #2960f9;
}
/* 创建一个对勾的样式 */
.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); /* 创建对勾的形状 */
}
.foot{
    position: fixed;
    bottom: 1.2rem;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.foot_in{
    display: flex;
    align-items:center;
    width: 90%;
    margin:0 5%;
    height: 4rem;
    background-color: #001040;
    border-radius: 4rem;
    border:1px solid #2558f9;
    box-shadow: 0 0 10px #022db6, 
              0 0 5px 3px #022db6; /* 扩散阴影 */
}
.footd{
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 1rem;
    color: #b9d5fe;
    flex:1;
}
.footbtn{
    background-color: transparent;
    border:none;
    width: 45%;
    height: 3rem;
    margin:0.5rem 0.6rem;
    border-radius: 3rem;
    background-image: linear-gradient(to right,#5d87ff, #2558f9);
    color: #fff;
    font-size: 1.2rem;
}
/*车型资料*/
.com_padding_top{
    padding-top: 3.5rem;
}
.car{
    display: flex;
    align-items:center;
}
.carin{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.2rem;
    background-color: #fff;
    box-sizing:border-box;
    margin-right: 0.6rem;
    text-align: center;
    overflow: hidden;
}
.carimg{
    height: 90%;
    margin: 5% auto;
}
.car1{
    display: flex;
    align-items:center;
}
.copy{
    width: 1rem;
    margin-left: 0.5rem;
}
.cara{
    flex:1;
    text-align: right;
    color: #fff;
}
.cara2{
    flex:1;
    text-align: right;
    color: #0868d8;
}
.cara2img{
    width: 1rem;
    margin-left: 0.3rem;
}
.car_3{
    padding-top: 1rem;
    color: #999;
    line-height: 1.6rem;
    font-size: 0.8rem;
}
.car_bg{
    width: 100%;
    height: 6.3rem;
    background-color: #fff;
    border-radius: 0.6rem;
    border:2px solid #2e8bf9;
    background-image: url(../images/car_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    margin-top: 1rem;
    display: flex;
    overflow: hidden;
}
.car_bgl{
    /*width: 8rem;*/
    height: 3rem;
    padding-left: 12%;
    margin-top: 3.3rem;
}
.car_img{
    /*width: 100%;*/
    height: 100%;
}

.car_bgr{
    flex:1;
    padding: 1rem 1.5rem 1rem 1rem;
    box-sizing:border-box;
    text-align: right;
}
.car_bgrp{
    font-size: 1.4rem;
    font-weight: bold;
    color: #0967d9;
    text-shadow: 2px 2px 0px #fff;
}
.car_bgra{
    display: inline-block;
    padding: 0.4rem 1.5rem;
    background-color: #2e8bf9;
    border-radius: 3rem;
    font-size: 1rem;
    color: #fff;
    margin-top: 0.6rem;
    box-shadow: 0px 5px 8px #004ba3
}
.car_h1{
    display: flex;
    margin-top: 0.6rem;
    align-items:center;
}
.car_h1l{
    width: 33%;
    /*height: 3rem;*/
    background-color: #fff;
    border-radius: 0.4rem;
    display: flex;
    align-items:center;
}
.car_h1l1{
    width: 3rem;
    height: 2.2rem;
    margin:0.4rem 0.2rem;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.car_h1l1img{
    width: 100%;
    max-height: 100%;
    flex: none; /* 防止图片变形 */
    object-fit: contain; /* 或者 cover，根据需求 */
}
.car_h1l2{
    padding:0 0.3rem;
}
.car_h1r{
    flex:1;
    margin-left: 0.6rem;
    /*height: 3rem;*/
    background-color: #fff;
    border-radius: 0.4rem;
    padding: 1rem;
    box-sizing:border-box;
}
.car_h2{
    width: 100%;
    margin-top: 0.6rem;
    /*height: 3rem;*/
    background-color: #fff;
    border-radius: 0.4rem;
    padding: 1rem;
    box-sizing:border-box;
}

.car_hul{
    display: flex;
    align-items:center;
    margin: 0.6rem 0;
}
.car_hli{
    /*padding:0 0.3rem;*/
    display: flex;
    align-items:center;
}
.car_hli a{
    color: #333;
}
.car_hli img{
    width: 0.8rem;
    margin-right: 0.1rem;
}
/*专修频道*/
.car_z{
    width: 100%; 
}
.bg4{
    width: 100%;
    margin-top: -3.2rem;
}
.car_zin{
    padding: 0 1.2rem;
}
.car_z1{
    width: 100%;
    height: 2.6rem;
    border-radius: 3rem;
    background-color: #fff;
    margin-top: -3.5rem;
    display: flex;
    align-items:center;
    position: relative;
}
.car_z1img{
    width: 1rem;
    margin:0 0.3rem 0 0.8rem;
}
.car_z1inp{
    background-color: transparent;
    border:none;
    flex:1;
    height: 2rem;
    
}
.car_z1 input::placeholder{
    color:#5f5f5f;
}
.car_z1btn{
    background-color: transparent;
    border:none;
    width: 4.5rem;
    height: 2rem;
    background-color: #277fff;
    border-radius: 3rem;
    margin-right: 0.5rem;
    color:#fff;
}
.car_z2{
    padding:0 1rem;
    padding-bottom: 6rem;
    overflow-y:auto;
    flex:1;
    scrollbar-width: none;
}
.car_z2t{
    display: flex;
    align-items:center;
    padding-top: 1.5rem;
}
.car_z2timg{
    width: 0.9rem;
    margin-left: 0.6rem;
}
.car_z2ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.car_z2li{
    width: 31.3%;
    min-height: 3rem;
    margin:0.6rem 3% 0 0;
    background-color: #fff;
    border-radius: 0.4rem;
}
.car_z2li:nth-child(3n){
    margin-right: 0;
}
.car_z2lia{ 
    display: flex;
    align-items:center;
}
.car_z2lid{
    padding:0 0.3rem;
    font-size: 0.8rem;
    color: #333;
}
.car_zul2{
    width: 100%;
}
.car_zli2{
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    height: 5rem;
}
.car_zli2a{
    display: flex;
    align-items:center;
    height: 5rem;
}
.car_zul2d{
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items:center;
    justify-conter:center;
    padding: 0.3rem;
    box-sizing:border-box;
}
.car_zul2dimg{
    width: 100%;
    max-height: 100%;
    flex: none; /* 防止图片变形 */
    object-fit: contain; /* 或者 cover，根据需求 */
}
.car_zul2d2{
    margin-left: 0.6rem;
    color: #333;
}
.car_z3d{
    padding-top: 0.8rem;
    font-size: 1rem;
    color: #666;
}
.alphabetbg {
     position: relative; 
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.alphabet {
    width: 2.6rem;
    position: absolute;
    height: 100vh;
    display: flex;
    right: 1rem;
    top: 0;
 	align-items: flex-end;
    z-index:100;
}
.alphabet_1{
    width: 2.6rem;
    height: auto;
    background-color: #ababab;
    border-radius: 2rem;
    right: 1rem;
    top:5rem;
    line-height: 1rem;
	margin-bottom: 2rem;
}
.alphabet a {
    display: block;
    text-align: center;
    margin: 5px 0.8rem;
    color: #fff;
    text-decoration: none;
}
.alphabeta{
    width: 1rem;
    height: 1rem;
    border-radius: 2rem;
    background-color: #2960f9;
    text-align: center;
    line-height: 1rem;
}
.letter-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    color: #fff;
    font-size: 48px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.car_z2h3{
    color: #333;
    font-weight: 500;
}

.xnyimg{
    width: 2.5rem;
    position: absolute;
    top: 0rem;
    right: 26%;
    margin-right: -1.3rem;
}









