html {
    font-size: 45.25px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F9F9F9;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

li {
    list-style-type: none;
}

input {
    border: 0.022rem solid #E7E7E7;
    border-radius: 0.066rem;
    outline: none;
    padding: 0 0.35rem;
    font-size: 0.31rem;
    color: #444;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    font-size: 0.31rem;
    color: #C5C5C5;
}

textarea::-webkit-input-placeholder {
    font-size: 0.31rem;
    color: #C5C5C5;
}

textarea {
    border-color: #DDDDDD;
    border-radius: 0.11rem;
    outline: none;
    font-size: 0.31rem;
    color: #444;
    padding: 0.35rem;
    -webkit-appearance: none;
}

.trafficContent {
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.33rem 1.26rem 0.33rem;
    box-sizing: border-box;
}

.trafficContent .header {
    width: 100%;
    height: 1.24rem;
}

.trafficContent .logo {
    width: 2.56rem;
    float: left;
}

.trafficContent .tel {
    width: 3.69rem;
    height: 1.17rem;
    margin-top: 0.2rem;
    position: absolute;
    top: 0.2rem;
    right: 0.33rem;
    background: url("../trafficImg/phonebg0726.png") center no-repeat;
    background-size: 100%;
}

.trafficContent .tel img {
    width: 2.94rem;
    float: right;
    margin-top: 0.3rem;
}

.trafficDetail {
    width: 100%;
    height: 8.73rem;
    padding: 0.53rem 0.35rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0.177rem;
}

.detailItem {
    width: 100%;
    height: 1.02rem;
    display: flex;
    /* justify-content: space-between; */
}

.imgLeft {
    width: 1.02rem;
    height: 1.02rem;
}

.imgLeft img {
    width: 100%;
    float: left;
}

.textMiddle {
    flex: 1;
    padding-left: 0.29rem;
    box-sizing: border-box;
}

.textTop {
    font-size: 0.35rem;
    color: #444;
    font-weight: bold;
}

.textBottom {
    font-size: 0.31rem;
    color: #999;
}

.imgRight {
    width: 0.486rem;
    height: 1.02rem;
    background: url("../trafficImg/arrowenter.png") center no-repeat;
    background-size: 0.486rem 0.486rem;
}

.trafficClass {
    width: 100%;
    height: 3.73rem;
    display: flex;
    margin-top: 0.177em;
    justify-content: space-between;
}

.rent,
.lease {
    width: 3.71rem;
    height: 3.73rem;
    padding: 0.35rem;
    box-sizing: border-box;
    border-radius: 0.088rem;
    background-color: #fff;
}

.rentTop,
.leaseTop {
    font-size: 0.35rem;
    color: #444;
    font-weight: bold;
}

.rentMid,
.leaseMid {
    width: 2.96rem;
    height: 1.15rem;
    margin-top: 0.31rem;
}

.rentMid img,
.leaseMid img {
    width: 100%;
    float: left;
}

.rentBottom,
.leaseBottom {
    font-size: 0.31rem;
    color: #666;
    margin-top: 0.177rem;
}

/* 弹框 */
.trafficModel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    background-color: rgba(0, 0, 0, 0.72);
}

.trafficBox {
    width: 7.29rem;
    height: 10.92rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.boxCont {
    width: 100%;
    height: 10.2rem;
    padding: 0.35rem;
    box-sizing: border-box;
    border-radius: 0.22rem;
    background-color: #fff;
}

.closeBtn {
    width: 0.62rem;
    height: 0.62rem;
    margin: 0 auto;
    margin-top: 0.35rem;
    background: url("../trafficImg/chewuclose.png") center no-repeat;
    background-size: 100% 100%;
}

.boxCont .title {
    font-size: 0.398rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.boxCont .tip {
    font-size: 0.31rem;
    color: #444;
    text-align: center;
    margin-top: 0.22rem;
}

.boxCont .phone,
.boxCont .code {
    width: 100%;
    height: 0.97rem;
    position: relative;
    margin-top: 0.35rem;
}

.boxCont .text {
    width: 100%;
    height: 1.86rem;
    margin-top: 0.35rem;
}

.boxCont .subBtn {
    width: 100%;
    height: 0.93rem;
    font-size: 0.35rem;
    color: #fff;
    text-align: center;
    line-height: 0.93rem;
    margin-top: 0.35rem;
    border-radius: 0.11rem;
    background-color: #06C1AE;
}

.boxCont .phone input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.boxCont .code input {
    width: 3.69rem;
    height: 100%;
}

.boxCont .code {
    display: flex;
}

.boxCont .code .other {
    flex: 1;
}

.boxCont .getCode {
    width: 2.63rem;
    height: 100%;
    font-size: 0.31rem;
    color: #07C3AF;
    text-align: center;
    line-height: 0.97rem;
    border-radius: 0.11rem;
    box-sizing: border-box;
    border: 0.022rem solid #07C3AE;
}

.divDisabled {
    pointer-events: none;
}

.boxCont .text textarea {
    width: 100%;
    height: 100%;
    resize: none;
    box-sizing: border-box;
}

.boxCont .subTip {
    font-size: 0.31rem;
    color: #999;
    margin-top: 0.35rem;
}

.showprompt {
    position: fixed;
    display: inline-block;
    width: auto;
    height: auto;
    padding: .4rem .3rem;
    color: #fff;
    font-size: .32rem;
    line-height: .42rem;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    z-index: 99999;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.subSuccessModel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
    background-color: rgba(0, 0, 0, 0.67);
}

.successBox {
    width: 6.63rem;
    height: 3.98rem;
    background-color: #fff;
    border-radius: 0.22rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.successBox .icon {
    width: 0.77rem;
    height: 0.77rem;
    background: url("../trafficImg/subsuccess.png") center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.62rem;
}

.successBox .title {
    font-size: 0.31rem;
    color: #333;
    text-align: center;
    margin-top: 0.35rem;
}

.successBox .successBtn {
    width: 5.22rem;
    height: 0.93rem;
    font-size: 0.35rem;
    color: #fff;
    margin: 0 auto;
    margin-top: 0.398rem;
    text-align: center;
    line-height: 0.93rem;
    border-radius: 0.11rem;
    background-color: #06C1AE;
}

/* 底部导航栏 */
.footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 1.08rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px -.07rem .29rem 0px rgba(208, 208, 208, 0.5);
    width: 100%;
    background: #fff;
    z-index: 50;
    padding: 0 .31rem;
    box-sizing: border-box;
    z-index: 9;
}

.footer-menu nav {
    width: 100%;
    height: 100%;
}

.footer-menu li {
    width: 25%;
    text-align: center;
    float: left;
    color: #A8A8A8;
    line-height: 1rem;
    position: relative;
    height: 100%;
}

.footer-menu li a {
    font-size: .32rem;
    color: #999999;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1rem;
    font-size: .26rem;
    font-family: MicrosoftYaHeiUI;
    color: rgba(153, 153, 153, 1);
    line-height: 1;
}

.footer-menu li img {
    width: .40rem;
    height: .40rem;
    display: none;
    margin: 0.13rem 0;
}

.footer-menu li img.pary {
    display: inline-block;
}

.footer-menu li.curr img.pary {
    display: none;
}

.footer-menu li.curr img.light {
    display: inline-block;
}

.footer-menu li.curr a {
    color: #06c1ae;
}

.footer-menu li .new {
    position: absolute;
    width: 0.38rem;
    height: 0.28rem;
    top: .2rem;
    right: -0.47rem;
}