﻿*{margin: 0;padding: 0;box-sizing: border-box;}
html, body {
    min-height: 100%;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,li{
    list-style: none;
}
a {
    text-decoration: none;
    color: #3d3d3d;
}
body {
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-size:14px;
    color:#020814;
}

img {
    border: none;
    vertical-align: middle;
}
html {
        font-size:16px;
    }
input,button{
border: none; 
background-color: transparent; 
margin: 0; 
padding: 0; 
outline: none; 
}


header {
    width: 100%;
    height: 3rem;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    background: #fff;
    color: #1d2129;
    border-bottom: 0.5px solid #E8EBF3;
}

.logo{
    display: none;
}
nav{
    width: 100%;
    height: 3rem;
    margin: 0;
    overflow:hidden;
}
.hidden a{
    display: block;
    font-size: 1rem;
    color: #2d2d2d;
    line-height: 3rem;
    background: #fff;
    padding: 0 1.8rem;
    
}
nav ul{
    box-shadow: 0 15px 35px -2px rgba(0,0,0,.1), 0 5px 15px rgba(0,0,0,.1);
}
nav .select{
        background: #e5f1ff;
}
nav .select a{
    background: none;
    color: #007aff;
}
.hidden .menu{
    width: 3rem;
    height: 3rem;
    background: url(../image/menu.png) center center no-repeat;
    background-size: 45%;
    padding: 0 1.4rem;
}

.hidden{
    overflow: hidden;
}
.show{
    overflow: inherit;
}

.cha{
    width: 2.4rem;
    height: 2.4rem;
    background: url(../image/show_more.png) center center no-repeat !important;
    background-size: 40%;
    padding: 0 1.4rem;
}

main{
    width: 100%;
    margin: 0 auto;
}

.headers{
    width: 100%;
    height: 210px;
    text-align: center;
    background: url(../image/banner-c.jpg) no-repeat center;
    background-size: 180%;
    padding-top: 80px;
    margin-bottom: 15px;
}
.headers-title{
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    color: #2d2d2d;
}
.register-button{
    display: block;
    width: 180px;
    height: 40px;
    margin: 20px auto;
    background: #007aff;
    font-size: 1rem;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
}
.vehicle{
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vehicle-title{
    font-size: 1.3rem;
    color: #3d3d3d;
    width: 100%;
    font-weight: 550;
    text-align: center;
    margin:20px 0;
}
.motorcycle{
    width: 48%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.motorcycle img{
    width: 100%;
    height: 200px;
    border-radius: 8px;
}
.motorcycle p{
    font-size: 1rem;
    color: #3d3d3d;
    margin: 8px 0;
    font-weight: 400;
}
.register{
    padding: 60px 0;
    width: 100%;
    background: #2d313d;
    color: #fff;
    border-radius: 8px;
}
.register-title{
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.register-form{
    width: 90%;
    margin: 0 auto;

}
.form-item{
    display: flex;
    justify-content: space-between;
    padding:20px 0;
    border-bottom: 1px #444 solid;
    align-items: center;
}
.form-item span{
    display: block;
    width: 100px;
    font-size: 1rem;
    
}
.resources img{
    width: 72px;
    height: 72px;
    border-radius: 10px;
    margin: 10px 0 0 20px;
}

.resources,.sex{
    width: 300px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sex span{
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.resources input,.sex input{
    margin-right: 10px;
    height: 20px;
}
.selected{
    color: #3d3d3d !important;
}
.input-inner{
    width: 300px;
    height: 40px;
    border-radius: 6px;
    text-indent:1rem;
    font-size: 1rem;
    color: #ddd;
}
::-webkit-input-placeholder { 
    color:#bdbdbd;
    font-size:1rem;
}
.button{
    text-align: center;
}
.submit{
    margin: 30px 0;
    height: 44px;
    width: 240px;
    font-size: 1rem;
    background: #0071ef;
    color: #fff;
    border-radius: 6px;
    line-height: 44px;
}
.close{
    background: #fff;
    color: #3d3d3d;
}
.consult-bg{
     width: 100%;
    height: 288px;
    background: url(../image/consult-bg.png) no-repeat center center;
    background-size: 110%;
    padding-top: 70px;
}

.consult{
    display: flex;
        flex-direction: column;
    align-items: center;
}
.consult h3{
    font-size: 30px;
font-weight: 400;
color: #020814;
}
.consult button{
    width: 320px;
height: 58px;
background: #1664ff;
border-radius: 10px;
color: #ffffff;
font-size: 20px;
font-weight: 400;
margin-top: 50px;
}
footer{
height: 100px;
background: #17181b;

}
.footer-content{
    display: none;
}

.footer-title{
font-size: 16px;
font-weight: 400;
color: #ffffff;
display: flex;
align-items: center;
}
.footer-text,.footer-text a{
    font-size: 16px;
font-weight: 400;
color: #9d9d9d;
margin-top: 12px;
line-height: 32px;
}


.footer-phone{
    font-size: 24px;
font-weight: 700;
color: #ffffff;
margin-top: 20px;
}
.phone-icon{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.footer-icp{
    margin-top: 0;
    padding-top: 10px;
    color: #9d9d9d;
line-height: 28px;
    text-align: center;
}

/* 定义遮罩样式 */
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(86 107 129 / 40%);
opacity: 0;
transition: opacity 0.5s ease-in-out;
border-radius: 8px;
}
/* 当鼠标移上去时，遮罩透明度变为1 */
.container:hover .overlay {
opacity: 1;
}
.zixun{
    margin: 100px auto;
    width: 120px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  width: 96%;
  border-radius: 8px;
}

.modal-content h2 {
  text-align: center;
}

.modal-content p {
  text-align: center;
}

.modal-content button {
  margin: 0 auto;
  display: block;
}

.consult-bg{
    height: 180px;
    background-size: 300%;
    padding-top: 40px;
}


.consult h3{
    font-size: 20px;
}
.consult button{
width: 180px;
    height: 40px;
    margin: 20px auto;
font-size: 16px;

}
@media (min-width: 768px) {
.footer-icp{
    margin-top: 24px;
    font-size: 14px;
    
    
}
.consult-bg{
     width: 100%;
    height: 288px;
    background: url(../image/consult-bg.png) no-repeat center center;
    background-size: 110%;
    padding-top: 70px;
}

.consult{
    display: flex;
        flex-direction: column;
    align-items: center;
}
.consult h3{
    font-size: 30px;
font-weight: 400;
color: #020814;
}
.consult button{
    width: 320px;
height: 58px;
background: #1664ff;
border-radius: 10px;
color: #ffffff;
font-size: 20px;
font-weight: 400;
margin-top: 50px;
}

.footer-content{
    width: 1200px;
    margin: 0 auto;
    color: #ffffff;
    display: flex;
justify-content: space-between;
padding: 70px 0 40px;
border-bottom: 1px solid #3d3d3d;
}
footer{
height: 430px;
}
header{
    width: 100%;
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: #fff;
    color: #1d2129;
    background: hsla(0,0%,100%,.1);
    border-bottom: 0.5px solid #E8EBF3;
}
.logo{
    margin-right: 80px;
    display: block;
}
nav{
    width: 1200px;
    margin: 0 auto;
    height: 72px;
    display: flex;
    align-items: center;
}
nav ul{
    display: flex;
    box-shadow:none;
}
nav ul li{
    padding: 35px 10px;
    margin: 0 15px;
   
}
.select{
    border-bottom: 2px solid #1664FF;
    background: none !important;
}
.hidden a{
    font-size: 16px;
    color: #1D2129 !important;
    font-weight: 400;
    background: none;
    line-height: 0;
    padding: 0;
}
nav ul li a:hover{
    color: #1664FF;
}

main{
    padding: 0;
    background:#f3f6fb;
}
.headers{
    height: 540px;
    padding-top: 210px;
    background-size: 100%;
}
.headers-title{
    font-size: 40px;
}
.register-button{
    margin: 40px auto;
    width: 200px;
    height: 50px;
}
.vehicle{
    width: 1200px;
    margin: 20px auto;
}
.vehicle-title{
    font-size: 24px;
    margin: 40px auto;
}
.motorcycle {
    width: 24%;
    background: #ffffff;
    border-radius: 8px;
    padding: 10px;
}
.zi{
    width: 49%;
}
.zi img{
    width: 50%;
}
.pi{
    width: 32%;
}
.pi img{
    width: 80%;
}
.zixun{
    margin: 170px auto;
}
.motorcycle p{
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
}
.motorcycle img {
    height: 300px;
}
.register {
    padding: 60px 0;
}
.modal-content{
    width: 580px;
}
.register-title{
    width: 420px;
    margin: 0 auto 50px;
    font-size: 24px;
}
.register-form{
    width: 420px;
    margin: 0 auto;
}
.button{
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
    flex-direction:row-reverse;
}
.submit{
    margin:0 10px !important;
}
footer{
    font-size: 15px;
}
.hidden .menu{
    display: none;
}

}