#content.main {
  padding: 17px 0 60px;
}

.main section {
  position: relative;
}
.main .tab-wrap .tab-type {
  display: inline-block;
  width: auto;
  text-align: left;
  z-index: 101;
  transition: 0.3s ease-out;
}
.main .tab-wrap .tab-type li {
  margin-left: 20px;
}
.main .tab-wrap .tab-type li:first-child {
  margin-left: 0;
}
.main .tab-wrap .tab-type li a {
  font-size: 17px;
}
.main .tab-wrap .tab-type.fix {
  position: fixed;
  top: 17px;
  left: 0;
}
.main .tab-wrap .tab-content {
  padding-top: 30px;
}
.main .toggle {
  display: inline-block;
  position: relative;
  background: none;
  font-size: 0;
  vertical-align: middle;
}
.main .toggle .icon-arr {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 5px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
  margin-top: 2px;
  animation: Downup 2s infinite;
}
.main .toggle .icon-arr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) scale(1, 0.6666666667) rotate(45deg);
  transform: translate(-50%, -50%) scale(1, 0.6666666667) rotate(45deg);
  margin-top: 2px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
.main .toggle.close .icon-arr {
  transform: rotate(-180deg);
  animation: Downup2 2s infinite;
}
.main .myaudi-wrap {
  text-align: center;
}
.main .myaudi-wrap .myaudi-slider .slick-dots {
  bottom: inherit;
  top: 0;
  text-align: right;
}
.main .myaudi-wrap .mycar-box {
  position: relative;
}
.main .myaudi-wrap .mycar-box .btn-recall {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.main .myaudi-wrap .mycar-box .btn-recall.active:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 5px;
  height: 5px;
  background: #bb0a30;
  border-radius: 100%;
}
.main .myaudi-wrap .mycar-box .car-thumb {
  padding-top: 5px;
}
.main .myaudi-wrap .mycar-box .car-thumb .no-img {
  position: relative;
  height: 128px;
}
.main .myaudi-wrap .mycar-box .car-thumb .no-img .ico-logo2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .myaudi-wrap .mycar-box .car-info {
  color: #1a1a1a;
}
.main .myaudi-wrap .mycar-box .car-info > div {
  margin-top: 10px;
}
.main .myaudi-wrap .mycar-box .car-info .name {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 200;
  font-family: "Audi", sans-serif;
}
.main .myaudi-wrap .mycar-box .car-info .number {
  margin-top: 8px;
  font-size: 27px;
  font-weight: 800;
}
.main .myaudi-wrap .mycar-box .car-info .more {
  margin-top: 14px;
}
.main .myaudi-wrap .mycar-box .car-info .more a span {
  font-size: 13px;
  color: #808080;
  display: block;
  margin-bottom: 7px;
}
.main .myaudi-wrap .mycar-box .car-info .more .car-detail {
  display: none;
}
.main .myaudi-wrap .mycar-box .car-info .more .car-detail dl {
  font-size: 0;
}
.main .myaudi-wrap .mycar-box .car-info .more .car-detail dl dt, .main .myaudi-wrap .mycar-box .car-info .more .car-detail dl dd {
  display: inline-block;
  width: 50%;
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  text-align: left;
  margin-top: 14px;
}
.main .myaudi-wrap .mycar-box .car-info .more .car-detail dl dt:first-child {
  margin-top: 0;
}
.main .myaudi-wrap .mycar-box .car-info .more .car-detail dl dd {
  text-align: right;
}
.main .myaudi-wrap .mycar-box .car-info .more .car-detail dl dd:nth-child(2) {
  margin-top: 0;
}
.main .myaudi-wrap .mycar-box .car-info .more .car-detail dl dd > strong {
  color: #bb0a30;
}
.main .myaudi-wrap .mycar-box .car-info .more .car-detail .btn-wrap {
  margin: 20px 0 15px;
  margin-right: 2px;
}
.main .management-wrap {
  margin: 30px 0 0 20px;
  padding-bottom: 22px;
}
.main .management-wrap .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #d9d9d9;
}
.main .management-wrap .progress .progress-ing {
  display: inline-block;
  height: 2px;
  background: #bb0a30;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.main .management-wrap .progress .slider_label {
  font-size: 0;
}
.main .management-wrap .management-box {
  height: 135px;
  border: 1px solid #b3b3b3;
  margin-right: 15px;
}
.main .management-wrap .management-box > div {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .management-wrap .management-box > div a {
  display: block;
  vertical-align: middle;
}
.main .management-wrap .management-box > div a img {
  width: 42px;
  margin: auto;
}
.main .management-wrap .management-box strong {
  font-family: "Audi", sans-serif;
  font-weight: 800;
  font-size: 25px;
  color: #1a1a1a;
  display: block;
  padding: 10px 0;
  letter-spacing: -0.75px;
}
.main .management-wrap .management-box strong.red {
  color: #bb0a30;
  font-family: "NotoSans", sans-serif;
}
.main .management-wrap .management-box strong.ani-opacity {
  animation: opacity 1s infinite;
}
.main .management-wrap .management-box strong.ani-opacity2 {
  animation: opacity 1s 3;
  transition-delay: 0.5s;
}
.main .management-wrap .management-box strong.ani-opacity3 {
  color: #222;
  animation: opacity 0.5s infinite;
  transition-delay: 0.5s;
}
.main .management-wrap .management-box p {
  font-size: 13px;
  color: #666666;
  font-weight: 400;
}
.main .management-wrap .management-box .management-center strong {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -2px;
  word-break: keep-all;
}
.main .banner-wrap {
  margin: 30px 0 0;
}
.main .banner-wrap .banner-slider .slide-count-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.main .banner-wrap .banner-slider .slide-count-wrap .slide-count {
  display: inline-block;
  padding: 0;
  height: 21px;
  background: #f2f2f2;
  border-radius: 20px;
  height: 21px;
  line-height: 21px;
}
.main .banner-wrap .banner-slider .slide-count-wrap span {
  font-size: 11px;
  font-family: "Audi", sans-serif;
  color: #999999;
}
.main .banner-wrap .banner-slider .slide-count-wrap .current {
  color: #1a1a1a;
}
.main .banner-wrap .banner-box {
  width: 100%;
  font-size: 0;
  padding: 4px 0 6px;
}
.main .banner-wrap .banner-box .thumb {
  display: inline-block;
  width: 115px;
  height: 115px;
  vertical-align: middle;
  position: relative;
}
.main .banner-wrap .banner-box .thumb .tag-box {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.main .banner-wrap .banner-box .cont {
  display: inline-block;
  width: calc(100% - 115px);
  padding-left: 15px;
  font-size: 15px;
  vertical-align: middle;
}
.main .banner-wrap .banner-box .cont .subject {
  margin-top: 20px;
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 40px;
  word-break: break-all;
  white-space: initial;
  height: auto;
  min-height: 22px;
  font-weight: 500;
}
.main .banner-wrap .banner-box .cont .desc {
  margin-top: 9px;
  font-size: 13px;
  color: #bb0a30;
  font-weight: 400;
}
.main .banner-wrap .banner-box .cont .date {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 200;
  color: #666666;
  font-family: "Audi", sans-serif;
}
.main .banner-wrap .nodata-wrap {
  padding: 5px 0;
}
.main .banner-wrap .nodata-wrap p {
  font-size: 17px;
}
.main .mylogin-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.main .mylogin-wrap .line {
  position: absolute;
  top: 20px;
  right: 110px;
  width: 1px;
  height: 61px;
  opacity: 0.8;
  transform: translate(0, -50%) rotate(-90deg);
  display: block;
}
.main .mylogin-wrap .line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: #000000;
  animation: scrollAni 2.5s infinite;
}
.main .mylogin-wrap .line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3.1px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(140deg);
}
.main .mylogin-wrap .title-wrap .title-type2 {
  font-size: 17px;
  letter-spacing: -0.8px;
}
.main .mylogin-wrap .title-wrap .sub-type {
  margin-top: 18px;
  font-size: 15px;
  line-height: 20px;
}
.main .mylogin-wrap .btn-wrap {
  margin-top: 32px;
}
.main .mylogin-wrap .btn-wrap .btn {
  height: 50px;
  line-height: 50px;
}
.main .mylogin-wrap .btn-more {
  position: absolute;
  top: -3px;
  right: 20px;
}
.main .newcar-wrap {
  margin: 30px 0 0 0;
  padding-left: 20px;
}
.main .newcar-wrap .newcar-box:nth-child(n+2) {
  margin-left: 10px;
}
.main .board-wrap .news-list {
  margin-top: 0;
}/*# sourceMappingURL=main.css.map */