body {
  margin: 0;
  padding: 0;
}
div, p, span, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  color: #1890ff;
  text-decoration: none;
}
.home {
  background: #fff;
}
.servicecode {
  position: fixed;
  left: 20px;
  bottom: 40px;
  z-index: 999;
  width: 140px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.12);
}
.cars-nav {
  box-shadow:0px 2px 2px 0px rgba(0,0,0,0.24),0px 0px 2px 0px rgba(0,0,0,0.12);
  position: relative;
  z-index: 1;
}
.bannerAndLogin {
  width: 1024px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}
.loginBox {
  position: absolute;
  top: 20px;
  right: 80px;
  width: 360px;
  height: 360px;
  border-radius: 4px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  background: rgba(255, 255, 255, 0.98);
  z-index: 2;
  box-sizing: border-box;
}
.popBox {
  margin-top: 40px;
}
.topPop {
  height:22px;
  font-size:16px;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(106,115,125,1);
  line-height:22px;
  text-align: center;
}
.topMsg {
  margin-top: 20px;
  margin-bottom: 20px;
  height:67px;
  font-size:48px;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(106,115,125,1);
  line-height:67px;
  text-align: center;
}
.middleMsg {
  font-size:16px;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(106,115,125,1);
  line-height:22px;
  text-align: center;
}
.imgBox {
  margin-top: 22px;
  text-align: center;
}
.imgBox img {
  width: 840px;
}
.blockBox {
  width: 100%;
  padding: 80px 0;
  background: #fff;
}
.blockBox .title {
  font-size:24px;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(106,115,125,1);
  line-height:33px;
  height: 33px;
  width: 100%;
  text-align: center;
}
.serviceBox {
  margin-top: 18px;
  background:rgba(250,250,250,1);
}
.serviceBox .serviceList {
  width: 1024px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.serviceBox .serviceList .serviceItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.serviceBox .serviceList .serviceItem.item1 > a {
  background:rgba(43,113,182,1);
}
.serviceBox .serviceList .serviceItem.item2 > a {
  background: rgba(81, 178, 189, 1);
}
.serviceBox .serviceList .serviceItem.item3 > a {
  background: rgba(251, 199, 44, 1);
}
.serviceBox .serviceList .serviceItem.item4 > a {
  background: rgba(255, 133, 97, 1);
}
.serviceBox .serviceList .serviceItem.item5 > a {
  background: rgba(90, 115, 164, 1);
}
.serviceBox .serviceList .serviceItem > a {
  width:180px;
  height:180px;
  border-radius:20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.serviceBox .serviceList .serviceItem > a:hover {
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.12);
  transform: scale(1.2);
}
.serviceBox .serviceList .serviceItem > a img {
  width: 56px;
  margin-bottom: 20px;
  margin-top: 45px;
}
.serviceBox .serviceList .serviceItem > a span {
  font-size: 20px;
  font-family: PingFang-SC-Medium;
  font-weight: normal;
  color: rgba(255,255,255,1);
  line-height: 28px;
}
.serviceBox .serviceList .serviceItem > .itemPop {
  font-size: 14px;
  font-family: PingFang-SC-Regular;
  font-weight: normal;
  color: rgba(106,115,125,1);
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
  width: 180px;
}

.brandShow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.brandShow .brandList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1024px;
  box-sizing: border-box;
  padding: 0 31px;
}
.brandShow .brandList:first-of-type {
  margin-top: 65px;
  padding: 0 99px;
}
.brandShow .brandList:last-of-type {
  margin-top: 20px;
}
.brandShow .brandList .brandItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  width:88px;
  height:88px;
  background:rgba(251,251,251,1);
  border-radius: 50%;
}
.brandShow .brandList .brandItem:hover {
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.12);
  transform: scale(1.2);
}
.brandShow .brandList .brandItem img {
  width: 72px;
}

.theData {
  width: 100%;
  background:rgba(247,251,255,1);
}
.dataList {
  width: 1024px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.dataList li {
  flex: 1;
}
.dataList li .timer {
  width: 100%;
  text-align: center;
  display: block;
  font-size:64px;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(255,191,0,1);
  line-height:90px;
  height: 90px;
}
.dataList li .msg {
  font-size:16px;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:22px;
  height: 22px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.accessories {
  padding-bottom: 100px;
}
.accessories .minTitle {
  text-align: center;
  font-size:16px;
  font-family:PingFang-SC-Regular;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:22px;
  margin-top: 44px;
}
.accessories .minTitle > span:first-of-type {
  margin-right: 40px;
}
.accessories .imgBox {
  text-align: center;
  width: 1024px;
  margin: 0 auto;
  margin-top: 20px;
}
.accessories .imgBox img {
  width: 1024px;
}
.accessories .imgBox .popMsg {
  margin-top: 20px;
  text-align: right;
}

.more-brand {
  width: 1024px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: right;
}

#banner {
  width: 20000px;
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  transition: all 1s;
}

.bannerBox {
  width: 1024px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.bannerBox .bannerItem {
  width: 1024px;
  height: 400px;
  list-style: none;
  float: left;
  
}
.bannerBox .bannerItem a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.bannerBox .bannerItem a img {
  width: 100%;
  height: 100%;
}
.arrowClick {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  top: 50%;
  width: 60px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  margin-top: -50px;
}
.arrowClick.left {
  left: 0;
}
.arrowClick.right {
  right: 0;
}
.arrowClick:hover {
  font-size: 60px;
  background-color: rgba(255, 255, 255, 0.4);
}


.foot-cm {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

.foot-cm .foot-con {
  position: relative;
  left: 50px;
  width: 900px;
  margin: 0 auto;
  display: flex;
}
.flex-1 {
  flex: 1 1;
}
.foot-cm .jmp-con {
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.foot-cm .jmp-item {
  position: relative;
  display: block;
  text-decoration: none;
  color: rgba(0,0,0,0.85);
  padding-top: 10px;
}
.foot-cm .jmp-item:hover {
  color: #1890FF;
  
}
.foot-cm .jmp-item:hover .img-box {
  display: block;
}

.foot-cm .jmp-img {
  width: 100%;
}
.foot-cm .img-box {
  position: absolute;
  top: -60px;
  left: -155px;
  display: none;
  width: 150px;
  color: #333333;
  box-shadow:0px 2px 20px 0px rgba(0,0,0,0.08);
  background-color: #fff;
  padding: 10px;
  text-align: center;
  z-index: 100;
}
.foot-cm .f-tit {
  position: relative;
  font-size:16px;
  font-weight:500;
  color:rgba(0,0,0,0.85);
  text-align: left;
  padding-left: 10px;
}
.foot-cm .f-tit::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: #1890FF;
}
.foot-cm .btm-img-con {
  display: inline-block;
}
.foot-cm .btm-img-con.fir {
    margin-right: 110px;
  }
.foot-cm .btm-img-con>img {
  width: 120px;
}
.foot-cm .show-imgs {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.foot-cm .copy-rt {
  font-size: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
  margin-top: 20px;
}

.text-center {
  text-align: center;
}

.headerWrapper {
  min-width: 1024px;
  width: 100%;
  min-width: 1024px;
  height: 44px;
  padding: 0 12px;
  background: rgba(246, 246, 246, 1);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  box-sizing: border-box;
}

.headerLeft {
  display: flex;
  align-items: center;
  height: 44px;
}
.lang-world {
  margin: 0 10px;
}
.lang-world a {
  color: #999;
}
.lang-world a:hover {
  color: #1990FF;
}
.q-item {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  padding: 4px 8px;
  border-radius: 14px;
  background-color: #ffffff;
  margin-right: 5px;
  overflow: hidden;
  cursor: pointer;
}
.q-item:hover {
  color: #1990FF;
}

.headerRight {
  display: flex;
  height: 44px;
  line-height: 44px;
}


.loginBoxC {
  width: 360px;
  height: 360px;
  border-radius: 4px;
  padding-top: 20px;
  box-sizing: border-box;
}
.loginBoxC .title {
  text-align: center;
  font-size:16px;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:#1890FF;
  line-height:22px;
}
.loginBoxC .login-form {
  margin: 0 auto;
  margin-top: 20px;
  width: 320px;
}
.loginBoxC .login-form .user-box {
  margin-bottom: 12px;
}
.loginBoxC .login-form .user-box input,
.loginBoxC .login-form .pwd-box input {
  width: 320px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
}
.loginBoxC .login-form .pwd-box {
  margin-bottom: 20px;
}
.loginBoxC .login-form-forgot {
  float: right;
}

.loginBoxC .login-form-button {
  width: 100%;
  background-color: #1890ff;
  border-color: #1890ff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginBoxC .login-form-button:hover {
  background: #54acff;
}
.loginBoxC .login-form-button img {
  width: 20px;
  margin-right: 4px;
}
.loginBoxC .login-form-button.disabled {
  background: #dcdcdc;
  color: #999;
}
.loginBoxC .login-form-button.dsb
.loginBoxC .login-reg {
  margin-top: 35px;
  border-top: 1px solid rgba(216,216,216,1);
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginBoxC .login-reg > span {
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:20px;
}
.loginBoxC .login-reg > a {
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:rgba(74,144,226,1);
  line-height:20px;
  margin-left: 8px;
}
.other-login {
  text-align: center;
  color: #b9b9b9;
  margin-top: 30px;
  font-size: 14px;
}
.other-login img {
  width: 32px;
}
.other-login span {
  display: block;
  margin: 10px auto 0;
  cursor: pointer;
}
.wechat-login {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.wechat-login img {
  width: 34px;
  height: 34px;
}
.bind-phone {
  padding: 18px;
  height: 354px;
}
.bind-phone h6 {
  text-align: center;
  font-size: 16px;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #1890FF;
  line-height: 22px;
}
.bind-phone .toGetCode {
  position: absolute;
  top: -11px;
  right: 0px;
  font-size: 14px;
  cursor: pointer;
}
.bind-phone .calcTime {
  position: absolute;
  top: -11px;
  right: 0px;
  font-size: 14px;
}
.bind-phone .calcTime.hidden {
  display: none;
}

.wechat-login-code {
  text-align: center;
}

.remember-pwd-box {
  font-size: 14px;
}

#pas {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #999;
}

#tips {
  font-size: 12px;
  border: 1px solid #ffccc7;
  background: #fff2f0;
  color: #000;
  padding: 8px 28px 8px 8px;
  border-radius: 4px;
  line-height: 18px;
  margin-bottom: 10px;
  position: relative;
  display: none;
}
#tips i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 0px;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  color: #999;
}



.resetPwd {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.resetPwdTitle {
  width: 100%;
  padding-left: 20px;
  margin-top: 12px;
  box-sizing: border-box;
  color: #666;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
.resetPwdMsg {
  font-size:16px;
  font-family:"PingFang-SC-Medium";
  font-weight:500;
  color:rgba(74,144,226,1);
  line-height:22px;
  text-align: center;
  margin-top: 8px;
}
.reset-pwd-form {
  width: 320px;
}
.verify-code-box {
  position: relative;
}
.resetPwd .user-box {
  position: relative;
}
.resetPwd .user-box #region {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  padding-left: 10px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.resetPwd .user-box input,
.resetPwd .code-box input,
.resetPwd .pwd-box input {
  width: 320px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 12px;
  
}

.resetPwd .login-form-button {
  width: 100%;
  background-color: #1890ff;
  border-color: #1890ff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
  height: 38px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resetPwd .login-form-button:hover {
  background: #54acff;
}
.resetPwd .login-form-button img {
  width: 20px;
  margin-right: 4px;
}
.resetPwd .login-form-button.disabled {
  background: #dcdcdc;
  color: #999;
}

#container-gt{
  position:fixed;
  left:0;
  top:0;
  width:100vw;
  height:100vh;
  background-color:rgba(0,0,0,.2);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:11111;
}
#container-gt #content-gt{
  background-color:#fff;
  width:400px;
  height:240px;
  display:flex;
  flex-direction:column;
  justify-content:space-around;
  align-items:center;
}
#container-gt #content-gt #title-gt{
  display:flex;
  flex-direction:column;
  align-items:center;
}