* {
  margin: 0;
  padding: 0;
}

html{
    overflow: hidden;
    overflow-y: scroll;
}
.Nav {
  width: 1920px;
  min-height: 120px;
  background: #fff;
  /* padding-bottom: 100px; */
  margin: 0 auto;
  padding-top: 20px;
}
.Head {
  display: flex;
  align-items: center;
  padding-left: 300px;
}
.loginA {
  width: 192px;
  margin-left: 50px;
}
.loginB {
  height: 41px;
}
.HeadImg {
  width: 1920px;
  height: 500px;
}
.FrameA {
  width: 100%;
  height: 144px;
}
.Content {
  width: 1200px;
  /* padding: 20px 0 0 500px; */
  margin: 20px auto;
}
.GroupA {
  width: 1200px;
  margin: 20px 0 20px 0;
}
.infoList {
  width: 1200px;
  display: flex;
  margin: 20px 0;
}
.infoDiv {
  width: 240px;
  height: 240px;
  background: url("./img/bg1.png") no-repeat;
  background-size: 100% 100%;
}
.infoDivA {
  width: 240px;
  height: 240px;
  background: url("./img/bg2.png") no-repeat;
  background-size: 100% 100%;
}
.infoTitle {
  font-size: 50px;
  color: #c2c2c2;
}
.count {
  font-size: 16px;
  font-weight: 500;
  width: 180px;
  height: 84px;
  margin: 10px auto;
  line-height: 25px;
}
.count span {
  position: relative;
  right: 7px;
}
.imgList {
  display: flex;
}
.imgCount {
  margin-right: 25px;
}
.carImg {
  width: 282px;
  height: 210px;
}
.titleCount {
  width: 282px;
  height: 84px;
}
.carName {
  font-size: 18px;
  font-weight: 500;
}
.time {
  font-size: 12px;
  color: #a9a9a9;
}
.Bottom {
  /* width: 2070px; */
  height: 385px;
  background: #333333;
  color: #fff;
  padding-top: 30px;
}
.bottomCount {
  width: 1210px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.BottomLogo {
  display: flex;
  align-items: center;
}
.BottomLogo .loginA {
  width: 115px;
  margin: 0;
}
.BottomLogo .loginB {
  width: 270px;
  height: 37px;
  margin-left: 10px;
}
.message {
  margin-top: 30px;
  width: 460px;
  line-height: 35px;
  height: 96px;
  font-size: 16px;
}
.code {
  width: 144px;
  height: 144px;
}
.image {
  display: flex;
  position: relative;
  bottom: 41px;
}
.countFlex {
  margin: 0 auto;
  width: 1200px;
  justify-content: space-between;
  display: flex;
}
.codeDiv {
  margin: 0 40px;
}
.codeTitle {
  margin-left: 10px;
  font-size: 14px;
}
hr {
  height: 1px;
  background-color: #333333;
  border: none;
}
.huiFlex{
    width: 1200px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.huiBoss{
    display: flex;
    align-items: center;
}
.huiSpan{
    width: 320px;
}
.huiImg{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
