@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot?t=1574068581617"); /* IE9 */
  src: url("iconfont.eot?t=1574068581617#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPgAAsAAAAACBgAAAOSAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDKgqDOIMlATYCJAMUCwwABCAFhG0HTxswB8gekqTDAoWgAwAADiTEw/Nr3859Mjv7/prgSTRqE8skqlvzLtYCnVAIhVBWQ8HnyK6q3Z4TGckxYEaCMvLh983lHIERI9SRRCqRD/xsYSlAStWovipdo/vHvaqZngvQfPYtLnMtSigXwHCAAjTG6p4iLUhFvcPYBS1xP4FmF3G4cxduXqitMIcF4sFd4VA7o1YackMvdBVzi/gCBPr0Fr8C4HPw+7EJskFMUjNz7MVbB5/WK6KrdDn2fyxYeijgTGcEW0TGYaAQ9yrNN9Si8GFIU3erOwH0eokV0RWpVbphgDhJ7lFYjf/yGpKQFaJjZk+AU1BUrozjICRWJBGCFSmEzCod96McUkHDON4g3xF+dzDLkvo2WzDyiR3kzIQRDUYv9KNpXzfYS9WmwuzINlet3lJsuOczBDQROzuGu7tG+/sme3uhttA4ZKbb7eyYm3zHFafTGxq7pMJYBiNDUlEGk4kRo0zH6NIiYri3Z4HrzbDKi4bIcO9bmPZNpmnjYPzyKt4mPCbf5n0TyNEZVBtEPq9q28gmSdtr6WvbSSfJ2mpVDdBrBL0APXBnlVH05w82io39+R31GUSBjcH2f/6QXVv1ottbrA/rhYJeNxG7u0W9qA8WllbNzWtRlFFqYWZIpCyjqDNXKHT7M/RuuFcVi+E5K3qhnxDoyhl/N6ANXZ6gJrzhnT9N22v5ih8qWqD9P2rkdK1yjBIH3jA31X4DZO4PDejq/f97v9HVpQJhyEYvyB8NY2gCqQIMsSgXxQKQnyb/v/s3/rjPMlymUnonJivgx1e8U+AeYjHozv5FHJXzLzkda4rGMzW1KJUOWzmqOgKBhKbhH8aZczaNdLFzNqG3mEAyZidkvd3ogj8M1cgR6PROQnOI7uKRef5qoozjoCQAYUYPJFO+QTZjFV3wp1AtuYfOTCBoLgXdmiN7w61pPoOTwGf7MHZzMDqwdUk3zH2CSKUTpXkB6Q1R/OFjGUnpfOwEjWiKCQHBYhIYGLCzv1GsAw6DlIZ9/c0nvGTgGpjYqZSUc9UjDRx8FHWdFQFHAnzMXom58Rha4DVOdAs//wSElOSIGqqq9G8gEvtoncmQJN0BfRLrTlW3cp0AGWEiUCLAnEUMhekAI0grbDDf6l6fwJMYcB0QtKakUD3nruLB8lL1jpugMc9UI0WOEjU6/fWrEtp3oobDAxOj7Ro9J7mVYMvhcRSds4oIAAA=") format("woff2"), url("iconfont.woff?t=1574068581617") format("woff"), url("iconfont.ttf?t=1574068581617") format("truetype"), url("iconfont.svg?t=1574068581617#iconfont") format("svg"); /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "\e62e";
}

.icon-close:before {
  content: "\e62a";
}

.icon-location:before {
  content: "\e62f";
}

.icon-correct:before {
  content: "\e713";
}

@media (min-width: 1025px) {
  .page-tabs {
    position: relative;
  }
  .page-tabs .page-tabs__header {
    width: 11.2rem;
    margin: 0 auto;
    font-size: 0;
    font-family: "HyundaiSansTextCN";
  }
  .page-tabs .page-tabs__btn {
    position: relative;
    width: 50%;
    text-align: center;
    color: white;
    background: #002c5f;
    display: inline-block;
    cursor: pointer;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.2rem;
  }
  .page-tabs .page-tabs__btn:hover, .page-tabs .page-tabs__btn.is-active {
    background: #00aad2;
  }
  .page-tabs .page-tab {
    display: none;
  }
  .page-radio, .page-checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 0.2rem;
    height: 0.2rem;
    position: relative;
    border: 1px #666766 solid;
    font-size: 0;
  }
  .page-radio {
    border-radius: 50%;
  }
  input[type=checkbox] {
    display: none;
  }
  input[type=checkbox]:checked + .page-checkbox {
    background: #00aad2;
    border-color: #00aad2;
  }
  input[type=checkbox]:checked + .page-checkbox::after {
    display: inline-block;
    color: #FFFFFF;
    font-family: iconfont;
    content: "\e713";
    width: 0.2rem;
    height: 0.2rem;
    font-size: 0.14rem;
    line-height: 1.4;
    position: absolute;
    top: 0;
    left: 0;
  }
  input[type=radio] {
    display: none;
  }
  input[type=radio]:checked + .page-radio {
    border-color: #00aad2;
  }
  input[type=radio]:checked + .page-radio::after {
    background: #00aad2;
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-tabs {
    position: relative;
  }
  .page-tabs .page-tabs__header {
    width: 14.36rem;
    margin: 0 auto;
    font-size: 0;
    font-family: "HyundaiSansTextCN";
  }
  .page-tabs .page-tabs__btn {
    position: relative;
    width: 50%;
    text-align: center;
    color: white;
    background: #002c5f;
    display: inline-block;
    cursor: pointer;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.32rem;
  }
  .page-tabs .page-tabs__btn:hover, .page-tabs .page-tabs__btn.is-active {
    background: #00aad2;
  }
  .page-tabs .page-tab {
    display: none;
  }
  .page-radio, .page-checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 0.28rem;
    height: 0.28rem;
    position: relative;
    border: 1px #666766 solid;
    font-size: 0;
  }
  .page-radio {
    border-radius: 50%;
  }
  input[type=checkbox] {
    display: none;
  }
  input[type=checkbox]:checked + .page-checkbox {
    background: #00aad2;
    border-color: #00aad2;
  }
  input[type=checkbox]:checked + .page-checkbox::after {
    display: inline-block;
    color: #FFFFFF;
    font-family: iconfont;
    content: "\e713";
    width: 0.28rem;
    height: 0.28rem;
    font-size: 0.14rem;
    line-height: 1.4;
    position: absolute;
    top: 0;
    left: 0;
  }
  input[type=radio] {
    display: none;
  }
  input[type=radio]:checked + .page-radio {
    border-color: #00aad2;
  }
  input[type=radio]:checked + .page-radio::after {
    background: #00aad2;
    content: "";
    width: 0.14rem;
    height: 0.14rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .page-tabs {
    position: relative;
  }
  .page-tabs .page-tabs__header {
    width: 6.9rem;
    margin: 0 auto;
    font-size: 0;
    font-family: "HyundaiSansTextCN";
  }
  .page-tabs .page-tabs__btn {
    position: relative;
    width: 50%;
    text-align: center;
    color: white;
    background: #002c5f;
    display: inline-block;
    cursor: pointer;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
  }
  .page-tabs .page-tabs__btn:hover, .page-tabs .page-tabs__btn.is-active {
    background: #00aad2;
  }
  .page-tabs .page-tab {
    display: none;
  }
  .page-radio, .page-checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 0.25rem;
    height: 0.25rem;
    position: relative;
    border: 1px #666766 solid;
    font-size: 0;
  }
  .page-radio {
    border-radius: 50%;
  }
  input[type=checkbox] {
    display: none;
  }
  input[type=checkbox]:checked + .page-checkbox {
    background: #00aad2;
    border-color: #00aad2;
  }
  input[type=checkbox]:checked + .page-checkbox::after {
    display: inline-block;
    color: #FFFFFF;
    font-family: iconfont;
    content: "\e713";
    width: 0.25rem;
    height: 0.25rem;
    font-size: 0.14rem;
    line-height: 1.4;
    position: absolute;
    top: 0;
    left: 0;
  }
  input[type=radio] {
    display: none;
  }
  input[type=radio]:checked + .page-radio {
    border-color: #00aad2;
  }
  input[type=radio]:checked + .page-radio::after {
    background: #00aad2;
    content: "";
    width: 0.12rem;
    height: 0.12rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.page-header .page-header__title h1 {
  font-family: "HyundaiSansHeadCN-Medium", serif;
}

.body-pagination {
  margin: 0.4rem auto 0.7rem;
  list-style: none;
  padding: 0;
  display: block;
  text-align: center;
}
.body-pagination a {
  display: inline-block;
  color: #333333;
  width: 0.42rem;
  height: 0.42rem;
  text-align: center;
  line-height: 0.42rem;
  border: 1px #333333 solid;
  background: white;
}
.body-pagination li {
  margin: 0 0.1rem;
  display: inline-block;
  vertical-align: top;
  font-size: 0.24rem;
}
.body-pagination li.is-active a {
  color: white;
  background: #00aad2;
  border-color: #00aad2;
}

@media (min-width: 1025px) {
  .page-header .page-header__title h1 {
    font-family: "HyundaiSansHeadCN-Medium", serif;
  }
  .page-body {
    width: 100%;
  }
  .page-header {
    height: 2.9rem;
    width: 100%;
    color: #666666;
    overflow: hidden;
    background: url(../../imgs/page-common/page-top-bg.jpg) 50% 50% no-repeat;
  }
  .page-header .page-header__breadcrumb {
    width: 11.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: auto;
  }
  .page-header .page-header__breadcrumb a {
    color: #666666;
  }
  .page-header .page-header__breadcrumb a.is-active {
    color: #00aad2;
  }
  .page-header .page-header__title {
    height: 2.3rem;
    width: 93.75%;
    margin: auto;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: table;
  }
  .page-header .page-header__title span {
    display: table-cell;
    vertical-align: middle;
  }
  .page-header .page-header__title h1 {
    margin: 0;
    font-size: 0.4rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: "HyundaiSansHeadCN-Medium", serif;
  }
  .page-header .page-header__title p {
    font-size: 0.24rem;
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-body {
    width: 100%;
  }
  .page-header {
    height: 3.6rem;
    width: 100%;
    color: #666666;
    overflow: hidden;
    background: url(../../imgs/page-common/page-top-bg.jpg) 50% 50% no-repeat;
  }
  .page-header .page-header__breadcrumb {
    width: 14.36rem;
    height: 1rem;
    line-height: 1rem;
    margin: auto;
  }
  .page-header .page-header__breadcrumb a {
    color: #666666;
  }
  .page-header .page-header__breadcrumb a.is-active {
    color: #00aad2;
  }
  .page-header .page-header__title {
    height: 2.6rem;
    width: 14.36rem;
    margin: auto;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: table;
  }
  .page-header .page-header__title span {
    display: table-cell;
    vertical-align: middle;
  }
  .page-header .page-header__title h1 {
    margin: 0;
    font-size: 0.48rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: "HyundaiSansHeadCN-Medium", serif;
  }
  .page-header .page-header__title p {
    font-size: 0.3rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .page-body {
    width: 100%;
  }
  .page-header {
    height: 2.2rem;
    width: 100%;
    padding-top: 0.3rem;
    color: #666666;
    overflow: hidden;
    background: url(../../imgs/page-common/page-top-mob-bg.jpg) 50% 50% no-repeat;
  }
  .page-header .page-header__breadcrumb {
    display: none !important;
  }
  .page-header .page-header__title {
    height: 1.9rem;
    width: 6.9rem;
    margin: auto;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: table;
  }
  .page-header .page-header__title span {
    display: table-cell;
    vertical-align: middle;
  }
  .page-header .page-header__title h1 {
    margin: 0;
    font-size: 0.4rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: "HyundaiSansHeadCN-Medium", serif;
  }
  .page-header .page-header__title p {
    font-size: 0.28rem;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  .page-tabs .page-tabs__btn {
    width: 50%;
  }
  .mt-form {
    font-family: "HyundaiSansTextCN";
    font-size: 0.16rem;
    width: 9.6rem;
    display: block;
    margin: auto;
    padding-bottom: 0.8rem;
  }
  .mt-form.center {
    width: 5.44rem;
  }
  .mt-form.center .form-item__addon {
    position: absolute;
    width: 1rem !important;
    right: -1rem;
  }
  .mt-form .form-desc {
    margin: 0.5rem 0;
    text-align: center;
  }
  .mt-form .form-item {
    margin-top: 0.4rem;
  }
  .mt-form .form-item.center {
    text-align: center;
  }
  .mt-form .form-item .form-item__label {
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
  }
  .mt-form .form-item .form-item__control {
    position: relative;
    font-size: 0;
  }
  .mt-form .form-item .form-item__input,
  .mt-form .form-item .form-item__select {
    display: inline-block;
    width: 5.44rem;
    border: 1px solid #ccc;
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 0.1rem;
    font-size: 0.16rem;
    font-family: "HyundaiSansTextCN";
  }
  .mt-form .form-item .form-item__select.half {
    width: 2.56rem;
  }
  .mt-form .form-item .form-item__select.half:nth-of-type(2) {
    margin-left: 0.32rem;
  }
  .mt-form .form-item .form-item__addon {
    display: inline-block;
    vertical-align: top;
    padding-left: 0.32rem;
    width: calc(100% - 5.44rem);
    font-size: 0.16rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .mt-form .form-item .form-item__addon .form-item__select {
    width: 100%;
  }
  .mt-form .form-item .form-item__addon.pc-pad {
    display: inline-block !important;
  }
  .mt-form .form-item.required .form-item__label::before {
    content: "*";
    color: red;
  }
  .mt-form .form-item .form-item__wrapper {
    width: 5.44rem;
    position: relative;
  }
  .mt-form .form-item .form-item__wrapper .form-icon {
    position: absolute;
    padding: 0 0.1rem;
    line-height: calc(0.4rem - 2px);
    top: 0;
    right: 0;
    font-size: 0.16rem;
    color: #00aad2;
    border-left: 1px solid #ccc;
  }
  .mt-form .form-item .form-item__wrapper .form-icon.no-border {
    border: none;
  }
  .mt-form .form-item .form-item__wrapper .form-icon .iconfont {
    font-size: 0.2rem;
  }
  .mt-form .form-item .form-item__link {
    color: #00aad2;
    text-decoration: underline;
  }
  .mt-form .form-item .form-item__submit {
    width: 1.6rem;
    line-height: 0.4rem;
    height: 0.4rem;
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
    background: #002c5f;
  }
  .mt-map {
    height: 4.7rem;
  }
  .mt-dialog {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  .mt-dialog .mt-dialog__content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11.2rem;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 0 0 13px 0 #ccc;
  }
  .mt-dialog .mt-dialog__header {
    width: 100%;
    height: 0.6rem;
    padding: 0 0.25rem;
    line-height: 0.6rem;
    color: white;
    font-size: 0.18rem;
    background: #002c5f;
  }
  .mt-dialog .mt-dialog__header .iconfont {
    font-size: 0.3rem;
  }
  .mt-dialog .mt-dialog__header::after {
    content: "";
    clear: both;
  }
  .mt-dialog .mt-dialog__body {
    padding: 0.8rem 0.24rem;
  }
  .mt-table {
    width: 11.2rem;
    margin: auto;
    font-family: "HyundaiSansTextCN";
    font-size: 0.18rem;
  }
  .mt-table .table-header {
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background: #002c5f;
    color: white;
  }
  .mt-table .table-body {
    padding: 0.3rem 0.15rem 0.1rem;
    border: 1px solid #e6e0d9;
  }
  .mt-table .table-body ul {
    width: 100%;
    font-size: 0;
  }
  .mt-table .table-body ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .mt-table .table-item {
    display: inline-block;
    font-size: 0.18rem;
    min-width: 2.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background: #f3f3f2;
    border: 1px solid #e6e0d9;
  }
  .mt-tooltip {
    width: 11.2rem;
    font-size: 0.16rem;
    margin: 0.3rem auto 2rem;
  }
  .mt-divide {
    position: relative;
    width: 11.2rem;
    margin: 0.6rem auto;
    height: 2px;
  }
  .mt-divide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    background: #ccc;
  }
  .mt-divide::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 10%;
    opacity: 0.6;
    background: #ccc;
    box-shadow: 0 -10px 20px 0 black;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .iselect-dropdown li.iselect-option {
    font-size: 0.28rem;
    line-height: 0.6rem;
  }
  .page-tabs .page-tabs__btn {
    width: 50%;
  }
  .mt-form {
    font-family: "HyundaiSansTextCN";
    font-size: 0.28rem;
    width: 14.36rem;
    display: block;
    margin: auto;
    padding-bottom: 0.8rem;
  }
  .mt-form.center {
    width: 8.72rem;
  }
  .mt-form.center .form-item__addon {
    position: absolute;
    width: 1rem !important;
    right: -1rem;
  }
  .mt-form .form-desc {
    margin: 0.5rem 0;
    text-align: center;
  }
  .mt-form .form-item {
    margin-top: 0.4rem;
  }
  .mt-form .form-item.center {
    text-align: center;
  }
  .mt-form .form-item .form-item__label {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
  .mt-form .form-item .form-item__control {
    position: relative;
    font-size: 0;
  }
  .mt-form .form-item .form-item__input,
  .mt-form .form-item .form-item__select {
    display: inline-block;
    width: 8.72rem;
    border: 1px solid #ccc;
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0 0.1rem;
    font-size: 0.28rem;
    font-family: "HyundaiSansTextCN";
  }
  .mt-form .form-item .form-item__select.half {
    width: 4.2rem;
  }
  .mt-form .form-item .form-item__select.half:nth-of-type(2) {
    margin-left: 0.32rem;
  }
  .mt-form .form-item .form-item__addon {
    display: inline-block;
    vertical-align: top;
    padding-left: 0.32rem;
    width: calc(100% - 8.72rem);
    font-size: 0.28rem;
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .mt-form .form-item .form-item__addon .form-item__select {
    width: 100%;
  }
  .mt-form .form-item .form-item__addon.pc-pad {
    display: inline-block !important;
  }
  .mt-form .form-item.required .form-item__label::before {
    content: "*";
    color: red;
  }
  .mt-form .form-item .form-item__wrapper {
    width: 8.72rem;
    position: relative;
  }
  .mt-form .form-item .form-item__wrapper .form-icon {
    position: absolute;
    padding: 0 0.1rem;
    top: 0;
    right: 0;
    font-size: 0.28rem;
    line-height: calc(0.9rem - 2px);
    color: #00aad2;
    border-left: 1px solid #ccc;
  }
  .mt-form .form-item .form-item__wrapper .form-icon.no-border {
    border: none;
  }
  .mt-form .form-item .form-item__wrapper .form-icon .iconfont {
    font-size: 0.32rem;
  }
  .mt-form .form-item .form-item__link {
    color: #00aad2;
    text-decoration: underline;
  }
  .mt-form .form-item .form-item__submit {
    width: 3rem;
    line-height: 0.8rem;
    height: 0.8rem;
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
    background: #002c5f;
  }
  .mt-map {
    height: 7.2rem;
  }
  .mt-dialog {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  .mt-dialog .mt-dialog__content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11.2rem;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 0 0 13px 0 #ccc;
  }
  .mt-dialog .mt-dialog__header {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.25rem;
    line-height: 0.8rem;
    color: white;
    font-size: 0.28rem;
    background: #002c5f;
  }
  .mt-dialog .mt-dialog__header .iconfont {
    font-size: 0.42rem;
  }
  .mt-dialog .mt-dialog__header::after {
    content: "";
    clear: both;
  }
  .mt-dialog .mt-dialog__body {
    padding: 1.4rem 0.24rem;
  }
  .mt-table {
    width: 14.36rem;
    margin: auto;
    font-family: "HyundaiSansTextCN";
  }
  .mt-table .table-header {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background: #002c5f;
    font-size: 0.32rem;
    color: white;
  }
  .mt-table .table-body {
    padding: 0.4rem 0.15rem 0.1rem;
    border: 1px solid #e6e0d9;
  }
  .mt-table .table-body ul {
    width: 100%;
    font-size: 0;
  }
  .mt-table .table-body ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .mt-table .table-item {
    display: inline-block;
    font-size: 0.3rem;
    min-width: 3.34rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background: #f3f3f2;
    border: 1px solid #e6e0d9;
  }
  .mt-tooltip {
    width: 14.36rem;
    font-size: 0.28rem;
    margin: 0.5rem auto 2rem;
  }
  .mt-divide {
    position: relative;
    width: 14.36rem;
    margin: 1rem auto;
    height: 2px;
  }
  .mt-divide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    background: #ccc;
  }
  .mt-divide::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 10%;
    opacity: 0.6;
    background: #ccc;
    box-shadow: 0 -10px 20px 0 black;
  }
}
@media (max-width: 767px) {
  .iselect-dropdown li.iselect-option {
    font-size: 0.24rem;
    line-height: 0.6rem;
  }
  .page-tabs .page-tabs__btn {
    width: 50%;
  }
  .mt-form {
    font-family: "HyundaiSansTextCN";
    font-size: 0.24rem;
    width: 6.9rem;
    display: block;
    margin: auto;
    padding-bottom: 0.4rem;
  }
  .mt-form.center .form-item__addon {
    position: absolute;
    width: 1rem !important;
    right: 0.64rem !important;
  }
  .mt-form .form-desc {
    margin: 0.5rem 0;
    text-align: center;
    font-size: 0.2rem;
  }
  .mt-form .form-item {
    margin-top: 0.4rem;
  }
  .mt-form .form-item.center {
    text-align: center;
  }
  .mt-form .form-item .form-item__label {
    margin-bottom: 0.2rem;
  }
  .mt-form .form-item .form-item__control {
    position: relative;
    font-size: 0;
  }
  .mt-form .form-item .form-item__input,
  .mt-form .form-item .form-item__select {
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.1rem;
    font-size: 0.24rem;
    font-family: "HyundaiSansTextCN";
  }
  .mt-form .form-item .form-item__select.half {
    width: 2.2rem;
  }
  .mt-form .form-item .form-item__select.half:nth-of-type(2) {
    margin-left: 0.15rem;
  }
  .mt-form .form-item .form-item__addon {
    position: absolute;
    width: 2.35rem;
    display: inline-block;
    vertical-align: top;
    font-size: 0.2rem;
    padding-left: 0.15rem;
    height: 0.6rem;
    right: 0;
    top: 0;
    line-height: 0.6rem;
    text-align: right;
  }
  .mt-form .form-item .form-item__addon.padding {
    padding-right: 0.2rem;
  }
  .mt-form .form-item .form-item__addon .form-item__select {
    width: 100%;
    text-align: left;
  }
  .mt-form .form-item.required .form-item__label::before {
    content: "*";
    color: red;
  }
  .mt-form .form-item .form-item__wrapper {
    width: 100%;
    position: relative;
  }
  .mt-form .form-item .form-item__wrapper .form-icon {
    position: absolute;
    padding: 0 0.1rem;
    line-height: calc(0.6rem - 2px);
    top: 0;
    right: 0;
    font-size: 0.24rem;
    color: #00aad2;
    border-left: 1px solid #ccc;
  }
  .mt-form .form-item .form-item__wrapper .form-icon.no-border {
    border: none;
  }
  .mt-form .form-item .form-item__wrapper .form-icon .iconfont {
    font-size: 0.3rem;
  }
  .mt-form .form-item .form-item__input_wrp {
    font-size: 0.24rem;
  }
  .mt-form .form-item .form-item__link {
    color: #00aad2;
    text-decoration: underline;
  }
  .mt-form .form-item .form-item__submit {
    width: 100%;
    line-height: 0.8rem;
    height: 0.8rem;
    font-size: 0.28rem;
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
    background: #002c5f;
  }
  .mt-map {
    height: 4.5rem;
  }
  .mt-dialog {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  .mt-dialog .mt-dialog__content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6.9rem;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 0 0 13px 0 #ccc;
  }
  .mt-dialog .mt-dialog__header {
    width: 100%;
    height: 0.6rem;
    padding: 0 0.25rem;
    line-height: 0.6rem;
    color: white;
    font-size: 0.24rem;
    background: #002c5f;
  }
  .mt-dialog .mt-dialog__header .iconfont {
    font-size: 0.32rem;
  }
  .mt-dialog .mt-dialog__header::after {
    content: "";
    clear: both;
  }
  .mt-dialog .mt-dialog__body {
    padding: 0.9rem 0.24rem;
  }
  .mt-table {
    width: 6.9rem;
    margin: auto;
    font-family: "HyundaiSansTextCN";
  }
  .mt-table .table-header {
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #002c5f;
    font-size: 0.28rem;
    color: white;
  }
  .mt-table .table-body {
    padding: 0.3rem 0.15rem 0.1rem;
    border: 1px solid #e6e0d9;
  }
  .mt-table .table-body ul {
    width: 100%;
    font-size: 0;
  }
  .mt-table .table-body ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .mt-table .table-item {
    display: inline-block;
    font-size: 0.24rem;
    min-width: 3.13rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #f3f3f2;
    border: 1px solid #e6e0d9;
  }
  .mt-tooltip {
    width: 6.9rem;
    font-size: 0.24rem;
    margin: 0.4rem auto 2rem;
  }
  .mt-divide {
    position: relative;
    width: 6.9rem;
    margin: 0.8rem auto;
    height: 2px;
  }
  .mt-divide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    background: #ccc;
  }
  .mt-divide::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 10%;
    opacity: 0.6;
    background: #ccc;
    box-shadow: 0 -10px 20px 0 black;
  }
}
.maintenance-search-head {
  margin: 0.1rem auto;
  width: 9rem;
}

.maintenance-search-head img {
  width: 100%;
}

@media (max-width: 767px) {
  .maintenance-search-head {
    width: 6.9rem;
  }
}
.page-title-wrap {
  background: url(../imgs/page-common/page-top-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.page-title-wrap .page-title-content {
  padding: 0.6rem 0 0.75rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.page-title-wrap .page-title-content .title-name {
  font-size: 0.4rem;
}
.page-title-wrap .page-title-content .title-desc {
  font-size: 0.24rem;
  font-family: "HyundaiSansTextCN";
}

.tab-head .tab-item {
  width: 20%;
  float: left;
}
.tab-head .tab-item .tab-title {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.6rem;
  color: #fff;
  background-color: #002c5f;
  cursor: pointer;
}
.tab-head .tab-item.active .tab-title {
  background-color: #00aad2;
}
.xw_All_infor {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.xw_All_infor .rowli {
 width: 49%;
 height: 2.54rem;
 padding: 0.28rem;
 display: inline-block;
 background: #f3f3f3;
 position: relative;
 line-height: 1.4;
 cursor: pointer;
 margin-bottom: 0.24rem;
}
.xw_All_infor .rowli:hover {
  background-color: #fff;
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
}
.xw_All_infor .rowli .carinfor_title {
  font-size: 0.24rem;
  color: #313131;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.xw_All_infor .rowli .carinfor_desc {
  font-size: 0.16rem;
  margin-top: 0.24rem;
  color: #666;
}
.xw_All_infor .rowli .carinfor_addon {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.28rem;
  font-size: 0.18rem;
  color: #333333;
  padding: 0 0.28rem;
}
.xw_All_infor .rowli .carinfor_addon a {
  float: right;
  color: #00aad2;
}

.xw_desc {
  padding: 0.24rem 0.4rem;
  padding-bottom: 0.3rem;
}
.xw_desc .xw_descTitle {
  text-align: center;
  margin-bottom: 0.3rem;
  font-size: 0.36rem;
}
.xw_desc .xw_descText {
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
  color: #333;
}
.xw_desc .xw_table {
  width: 75%;
  margin: 0 auto;
}
.xw_desc .xw_table table {
  width: 100%;
  text-align: center;
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
  color: #333;
}
.xw_desc .xw_table table tr, .xw_desc .xw_table table td {
  border: 1px solid #666;
  line-height: 2;
}
.xw_desc .xw_footer {
  margin-top: 0.4rem;
}
.xw_desc .xw_close {
  width: 0.3rem;
  margin: 0 auto;
  margin-top: 0.8rem;
}
.xw_desc .xw_close img {
  width: 100%;
  cursor: pointer;
}

.tab-content .content-item {
  display: block;
  width: 100%;
  padding: 0.7rem 0 1.4rem;
  display: none;
}
.tab-content .content-item .search-form {
  width: 5.45rem;
  margin: 0 auto;
}
.tab-content .content-item .search-form .form-item {
  margin-bottom: 0.32rem;
}
.tab-content .content-item .search-form .form-item .form-label {
  font-size: 0.18rem;
  line-height: 2;
  margin-bottom: 0.1rem;
}
.tab-content .content-item .search-form .form-item .form-label .require {
  color: #e63312;
}
.tab-content .content-item .search-form .form-item .form-element-wrap {
  font-size: 0;
  letter-spacing: 0;
}
.tab-content .content-item .search-form .form-item .form-element-wrap .form-element {
  width: 100%;
  height: 0.42rem;
  border: 0.02rem solid #cccccc;
  display: inline-block;
}
.tab-content .content-item .search-form .form-item .form-element-wrap .form-element.vertify-element {
  width: calc(100% - 1.06rem);
}
.tab-content .content-item .search-form .form-item .form-element-wrap .form-element input,
.tab-content .content-item .search-form .form-item .form-element-wrap .form-element select {
  width: 100%;
  height: 100%;
  border: none;
  color: #000;
  padding-left: 0.1rem;
  font-size: 0.16rem;
}
.tab-content .content-item .search-form .form-item .form-element-wrap .form-element select {
  background: url(../resource/vehicle/icons/icon-down.png) no-repeat scroll calc(100% - 0.1rem) center #ffffff;
  background-size: 0.18rem;
}
.tab-content .content-item .search-form .form-item .form-element-wrap .vertify-code {
  width: 0.88rem;
  float: right;
  height: 100%;
}
.tab-content .content-item .search-form .form-item .form-element-wrap .vertify-code img {
  width: 100%;
}
.tab-content .content-item .search-form .button-wrap {
  margin-top: 1rem;
}
.tab-content .content-item .search-form .button-wrap .base-btn {
  width: 1.6rem;
  margin: 0 auto;
}
.tab-content .content-item .result-wrap {
  display: none;
}
.tab-content .content-item .result-wrap table.result-table {
  border-collapse: collapse;
  text-align: center;
  margin-top: 0.6rem;
}
.tab-content .content-item .result-wrap table.result-table tr {
  font-size: 0.18rem;
  color: #666666;
  height: 0.6rem;
}
.tab-content .content-item .result-wrap table.result-table tr td {
  border: 1px solid #e6e0d9;
}
.tab-content .content-item .result-wrap table.result-table tr td:nth-child(1) {
  width: 10.4%;
}
.tab-content .content-item .result-wrap table.result-table tr td:nth-child(3), .tab-content .content-item .result-wrap table.result-table tr td:nth-child(4), .tab-content .content-item .result-wrap table.result-table tr td:nth-child(5), .tab-content .content-item .result-wrap table.result-table tr td:nth-child(6) {
  width: 14.8%;
}
.tab-content .content-item .result-wrap table.result-table tr td a {
  color: #00aad2;
}
.tab-content .content-item .result-wrap table.result-table tr:nth-child(2n-1) {
  background-color: #f3f3f2;
}
.tab-content .content-item .result-wrap table.result-table tr:nth-child(2n) {
  background-color: #fff;
}
.tab-content .content-item .result-wrap table.result-table thead tr td {
  background-color: #002c5f;
  color: #fff;
}
.tab-content .content-item .result-wrap .table-pagination {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}
.tab-content .content-item .result-wrap .table-pagination li {
  display: inline-block;
  width: 1.58em;
  height: 1.58em;
  font-size: 0.18rem;
  border: 1px solid #999999;
  line-height: 1.58;
  text-align: center;
  margin: 0 0.375em;
  cursor: pointer;
  box-sizing: content-box;
}
.tab-content .content-item .result-wrap .table-pagination li a {
  color: #333333;
}
.tab-content .content-item .result-wrap .table-pagination li.active {
  background-color: #00aad2;
  border-color: #00aad2;
}
.tab-content .content-item .result-wrap .table-pagination li.active a {
  color: #fff;
}
.tab-content .content-item .result-wrap .table-pagination li.disabled {
  cursor: not-allowed;
}
.tab-content .content-item .result-wrap .list-container-wrap {
  width: 100%;
  min-height: 15.84rem;
  position: relative;
  background: url(../imgs/vehicle-info/bg-logo.png) no-repeat center;
  background-size: 9.13rem;
  padding: 0.35rem;
  padding-bottom: 0.9rem;
  margin-top: 0.6rem;
}
.tab-content .content-item .result-wrap .list-container-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../imgs/vehicle-info/bg-line.png) repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tab-content .content-item .result-wrap .list-container-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../imgs/vehicle-info/border-img.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tab-content .content-item .result-wrap .list-container-wrap.green {
  background-image: url(../imgs/vehicle-info/bg-logo2.png);
}
.tab-content .content-item .result-wrap .list-container-wrap.green::before {
  display: none;
}
.tab-content .content-item .result-wrap .list-container-wrap.green::after {
  background-image: url(../imgs/vehicle-info/border-img2.png);
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container {
  width: 100%;
  padding: 0.15rem;
  z-index: 2;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap {
  padding-top: 0.08rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #606060;
  position: relative;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .vertify-code-wrap {
  width: 0.9rem;
  border: 1px dashed #030000;
  padding: 0.07rem;
  position: absolute;
  right: 0;
  top: 0;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .vertify-code-wrap img {
  width: 100%;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .vertify-code-wrap::after {
  content: attr(name);
  position: absolute;
  left: 0;
  bottom: -0.24rem;
  width: 100%;
  text-align: center;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .intr-title {
  font-size: 0.24rem;
  line-height: 0.44rem;
  text-align: center;
  margin: 0;
  font-weight: normal;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .info-num-wrap {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.4rem;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .intr-detail {
  text-indent: 2em;
  line-height: 1.5;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap {
  position: relative;
  padding-top: 0.1rem;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap .vin-code-wrap {
  width: 2.76rem;
  border: 1px dashed #030000;
  padding: 0.07rem;
  position: absolute;
  right: 0;
  top: 0.1rem;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap .vin-code-wrap img {
  width: 100%;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap .vin-code-wrap::after {
  content: attr(name);
  position: absolute;
  left: 0;
  bottom: -0.24rem;
  width: 100%;
  text-align: center;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table {
  margin-top: -0.2rem;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table tr {
  line-height: 1.5;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table tr th {
  font-size: 0.18rem;
  padding-top: 0.2rem;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table tr td {
  vertical-align: top;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table tr:nth-child(2) td:nth-child(1) {
  width: 3.53%;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table.col3 tr:nth-child(2) td:nth-child(2) {
  width: 25.68%;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table.col4 tr:nth-child(2) td:nth-child(2) {
  width: 25.68%;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table.col4 tr:nth-child(2) td:nth-child(3) {
  width: 36%;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .badge-wrap {
  width: 15em;
  position: absolute;
  bottom: 0.43rem;
  right: 0.6rem;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .badge-wrap p {
  line-height: 1.5;
  padding: 0.12rem 0;
  text-align: center;
}
.tab-content .content-item .result-wrap .list-container-wrap .list-container .badge-wrap .badge {
  position: absolute;
  width: 2.54rem;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1025px) {
  .pp-body {
    width: 11.2rem;
    margin: auto;
    font-size: 0.16rem;
    font-family: "HyundaiSansTextCN";
  }
  .pp-body hr {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  .pp-intro {
    padding: 0.3rem 0;
    line-height: 2;
  }
  .pp-form {
    margin: auto;
    width: 5.44rem;
    padding-top: 0.8rem;
  }
  .pp-form .form-item.center {
    text-align: center;
    margin-top: 1rem;
  }
  .pp-form .form-item label {
    font-size: 0.18rem;
    font-weight: bold;
    display: block;
    text-align: left;
    margin-bottom: 0.2rem;
  }
  .pp-form .form-item input {
    width: 5.44rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border: 1px solid #ccc;
    padding: 0 0.1rem;
    font-size: 0.16rem;
  }
  .pp-form .form-item button {
    width: 1.6rem;
    line-height: 0.4rem;
    text-align: center;
    background: #002c5f;
    color: white;
    border: none;
    font-size: 0.14rem;
    cursor: pointer;
  }
  .line-divide {
    position: relative;
    width: 11.2rem;
    margin: 0.8rem auto;
    height: 2px;
  }
  .line-divide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    background: #ccc;
  }
  .line-divide::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 10%;
    opacity: 0.6;
    background: #ccc;
    box-shadow: 0 -10px 20px 0 black;
  }
  .search-result {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0.08rem;
    background: #f4f7fd;
    padding: 0.4rem 0.64rem;
    line-height: 2;
  }
  .search-result p:last-child {
    margin-top: 0.36rem;
  }
  .pp-tips {
    margin: 1rem 0;
    line-height: 2;
    overflow: hidden;
  }
  .pp-tips p:not(:first-child) {
    margin-top: 0.4rem;
  }
  .pp-tips .pp-tail-stamp {
    margin-top: 1rem !important;
    float: right;
  }
  .pp-tips .pp-tail-stamp a:last-child {
    color: #00aad2;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pp-body {
    width: 14.36rem;
    margin: auto;
    font-size: 0.28rem;
    font-family: "HyundaiSansTextCN";
  }
  .pp-body hr {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  .pp-intro {
    padding: 0.5rem 0;
    line-height: 2;
  }
  .pp-form {
    margin: auto;
    width: 8.72rem;
    padding-top: 1rem;
  }
  .pp-form .form-item.center {
    text-align: center;
    margin-top: 1rem;
  }
  .pp-form .form-item label {
    font-size: 0.32rem;
    font-weight: bold;
    display: block;
    text-align: left;
    margin-bottom: 0.42rem;
  }
  .pp-form .form-item input {
    width: 8.72rem;
    line-height: 0.9rem;
    border: 1px solid #ccc;
    padding: 0 0.1rem;
    font-size: 0.28rem;
  }
  .pp-form .form-item button {
    width: 3rem;
    line-height: 0.8rem;
    text-align: center;
    background: #002c5f;
    color: white;
    border: none;
    font-size: 0.3rem;
    cursor: pointer;
  }
  .line-divide {
    position: relative;
    width: 14.36rem;
    margin: 1.3rem auto 0.8rem;
    height: 2px;
  }
  .line-divide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    background: #ccc;
  }
  .line-divide::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 10%;
    opacity: 0.6;
    background: #ccc;
    box-shadow: 0 -10px 20px 0 black;
  }
  .search-result {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0.08rem;
    background: #f4f7fd;
    padding: 0.72rem 0.56rem;
    line-height: 2;
  }
  .search-result p:last-child {
    margin-top: 0.4rem;
  }
  .pp-tips {
    margin: 1.5rem 0;
    line-height: 2;
    overflow: hidden;
  }
  .pp-tips p:not(:first-child) {
    margin-top: 0.7rem;
  }
  .pp-tips .pp-tail-stamp {
    margin-top: 1.4rem !important;
    float: right;
  }
  .pp-tips .pp-tail-stamp a:last-child {
    color: #00aad2;
  }
}
@media (max-width: 1024px) {
  .page-title-wrap {
    background-image: url(../imgs/page-common/page-top-pad-bg.png);
  }
  .page-title-wrap .page-title-content {
    padding: 0.65rem 0 0.8rem;
  }
  .page-title-wrap .page-title-content .title-name {
    font-size: 0.48rem;
  }
  .page-title-wrap .page-title-content .title-desc {
    font-size: 0.3rem;
  }
  .tab-head .tab-item .tab-title {
    font-size: 0.31rem;
    line-height: normal;
  }
  .tab-content .content-item {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .tab-content .content-item .search-form {
    width: 8.74rem;
  }
  .tab-content .content-item .search-form .form-item {
    margin-bottom: 0.42rem;
  }
  .tab-content .content-item .search-form .form-item .form-label {
    font-size: 0.32rem;
    margin-bottom: 0.25rem;
  }
  .tab-content .content-item .search-form .form-item .form-element-wrap .form-element {
    height: 0.92rem;
  }
  .tab-content .content-item .search-form .form-item .form-element-wrap .form-element select,
  .tab-content .content-item .search-form .form-item .form-element-wrap .form-element input {
    font-size: 0.28rem;
  }
  .tab-content .content-item .search-form .form-item .form-element-wrap .form-element select {
    background-size: 0.36rem;
  }
  .tab-content .content-item .search-form .form-item .form-element-wrap .form-element.vertify-element {
    width: calc(100% - 2.16rem);
  }
  .tab-content .content-item .search-form .form-item .form-element-wrap .vertify-code {
    width: 1.97rem;
  }
  .tab-content .content-item .search-form .button-wrap .base-btn {
    width: 3rem;
    font-size: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .tab-content .content-item .result-wrap {
    margin-top: 0.3rem;
  }
  .tab-content .content-item .result-wrap table.result-table {
    margin-top: 0.8rem;
  }
  .tab-content .content-item .result-wrap table.result-table tr {
    height: 1rem;
  }
  .tab-content .content-item .result-wrap table.result-table tr td {
    font-size: 0.3rem;
  }
  .tab-content .content-item .result-wrap table.result-table tr td:nth-child(1) {
    width: 8.35%;
  }
  .tab-content .content-item .result-wrap table.result-table tr td:nth-child(3), .tab-content .content-item .result-wrap table.result-table tr td:nth-child(4), .tab-content .content-item .result-wrap table.result-table tr td:nth-child(5), .tab-content .content-item .result-wrap table.result-table tr td:nth-child(6) {
    width: 17.4%;
  }
  .tab-content .content-item .result-wrap table.result-table tr:first-child td {
    font-size: 0.32rem;
  }
  .tab-content .content-item .result-wrap .table-pagination {
    margin-top: 0.6rem;
    margin-bottom: 0;
  }
  .tab-content .content-item .result-wrap .table-pagination li {
    font-size: 0.24rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap {
    min-height: 20.22rem;
    background-size: 10.45rem;
    padding: 0.45rem;
    padding-bottom: 1.3rem;
    margin-top: 0.8rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap {
    padding-top: 0.27rem;
    padding-bottom: 0.56rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .vertify-code-wrap {
    width: 1.22rem;
    padding: 0.1rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .vertify-code-wrap:after {
    font-size: 0.2rem;
    bottom: -0.36rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .intr-title {
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .info-num-wrap {
    font-size: 0.18rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .intr-detail {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap {
    padding-top: 0.32rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap .vin-code-wrap {
    width: 3.45rem;
    padding: 0.1rem;
    top: 0.32rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap .vin-code-wrap:after {
    font-size: 0.2rem;
    bottom: -0.36rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table {
    margin-top: 0;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table tr th {
    padding-top: 0.26rem;
    font-size: 0.22rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table tr td {
    font-size: 0.2rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .badge-wrap {
    bottom: 0.85rem;
    right: 0.8rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .badge-wrap p {
    font-size: 0.2rem;
    padding: 0.08rem 0;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .badge-wrap .badge {
    width: 3.42rem;
    bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .page-title-wrap {
    background-image: url(../imgs/page-common/page-top-mob-bg.jpg);
    padding-top: 0.62rem;
  }
  .page-title-wrap .page-title-content {
    padding: 0.62rem 0 0.7rem;
  }
  .page-title-wrap .page-title-content .title-name {
    font-size: 0.4rem;
  }
  .page-title-wrap .page-title-content .title-desc {
    font-size: 0.24rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .xw_All_infor .rowli {
    width: 100%;
    margin-bottom: 0.24rem;
  }
  .xw_desc .xw_close {
    width: 0.4rem;
  }
}
@media (max-width: 767px) {
  .tab-head .tab-item .tab-title {
    font-size: 0.18rem;
    line-height: normal;
    height: 0.8rem;
    display: grid;
    align-items: center;
  }
  .tab-content .content-item {
    padding-top: 0.4rem;
    padding-bottom: 2rem;
  }
  .tab-content .content-item .search-form {
    width: 6.86rem;
  }
  .tab-content .content-item .search-form .form-item {
    margin-bottom: 0.4rem;
  }
  .tab-content .content-item .search-form .form-item .form-label {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
  .tab-content .content-item .search-form .form-item .form-element-wrap .form-element {
    height: 0.62rem;
  }
  .tab-content .content-item .search-form .form-item .form-element-wrap .form-element select,
  .tab-content .content-item .search-form .form-item .form-element-wrap .form-element input {
    font-size: 0.24rem;
  }
  .tab-content .content-item .search-form .form-item .form-element-wrap .form-element select {
    background-size: 0.24rem;
  }
  .tab-content .content-item .search-form .form-item .form-element-wrap .form-element.vertify-element {
    width: calc(100% - 1.56rem);
  }
  .tab-content .content-item .search-form .form-item .form-element-wrap .vertify-code {
    width: 1.34rem;
  }
  .tab-content .content-item .search-form .button-wrap {
    margin-top: 0.9rem;
  }
  .tab-content .content-item .search-form .button-wrap .base-btn {
    width: 100%;
    font-size: 0.28rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .tab-content .content-item .result-wrap {
    position: relative;
  }
  .tab-content .content-item .result-wrap .table-arrow {
    position: absolute;
    width: 0.76rem;
    height: 0.76rem;
    background-color: #002c5f;
    top: 1.44rem;
  }
  .tab-content .content-item .result-wrap .table-arrow.arrow-left {
    left: 0;
  }
  .tab-content .content-item .result-wrap .table-arrow.arrow-right {
    right: 0;
  }
  .tab-content .content-item .result-wrap .result-table-wrap {
    width: 100%;
    overflow: auto;
    position: relative;
  }
  .tab-content .content-item .result-wrap table.result-table {
    width: 17.15rem;
    margin-top: 0.6rem;
  }
  .tab-content .content-item .result-wrap table.result-table tr {
    height: 0.8rem;
  }
  .tab-content .content-item .result-wrap table.result-table tr td {
    font-size: 0.24rem;
  }
  .tab-content .content-item .result-wrap table.result-table tr td:nth-child(1) {
    display: none;
  }
  .tab-content .content-item .result-wrap table.result-table tr td:nth-child(2), .tab-content .content-item .result-wrap table.result-table tr td:nth-child(3), .tab-content .content-item .result-wrap table.result-table tr td:nth-child(4), .tab-content .content-item .result-wrap table.result-table tr td:nth-child(5), .tab-content .content-item .result-wrap table.result-table tr td:nth-child(6) {
    width: 20%;
  }
  .tab-content .content-item .result-wrap table.result-table tr:first-child td {
    font-size: 0.28rem;
  }
  .tab-content .content-item .result-wrap .table-pagination {
    margin-top: 0.6rem;
    margin-bottom: 0;
  }
  .tab-content .content-item .result-wrap .table-pagination li {
    font-size: 0.24rem;
  }
  .tab-content .content-item .result-wrap.vehicleList-result {
    margin-left: -0.16rem;
    margin-right: -0.16rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap {
    min-height: 32.59rem;
    background-size: 5.66rem;
    padding: 0.45rem 0.4rem;
    padding-bottom: 2rem;
    margin-top: 1.1rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap::before {
    background-size: 200%;
  }
  .tab-content .content-item .result-wrap .list-container-wrap::after {
    background-image: url(../imgs/vehicle-info/border-img-m.png);
  }
  .tab-content .content-item .result-wrap .list-container-wrap.green::after {
    background-image: url(../imgs/vehicle-info/border-img-m2.png);
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container {
    padding: 0.08rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap {
    padding-top: 0.4rem;
    padding-bottom: 0.18rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .vertify-code-wrap {
    width: 0.96rem;
    padding: 0.08rem;
    top: 0.16rem;
    right: 0.08rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .vertify-code-wrap:after {
    font-size: 0.24rem;
    bottom: -0.36rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .intr-title {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .info-num-wrap {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .info-num-wrap .info-num {
    display: block;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-intr-wrap .intr-detail {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap {
    padding-top: 0.32rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap .vin-code-wrap {
    width: 2.48rem;
    padding: 0.08rem;
    top: 0.18rem;
    right: 0.15rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap .vin-code-wrap:after {
    font-size: 0.24rem;
    bottom: -0.36rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table tr {
    line-height: 0.32rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table tr th {
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
    font-size: 0.26rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table tr td {
    font-size: 0.24rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table tr:nth-child(2) td:nth-child(1) {
    width: 6.11%;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table.col3 tr:nth-child(2) td:nth-child(2) {
    width: 44.2%;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table.col4 tr:nth-child(2) td:nth-child(2) {
    width: 35%;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .list-detail-wrap table.list-table.col4 tr:nth-child(2) td:nth-child(3) {
    width: 35.37%;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .badge-wrap {
    width: 8.5em;
    bottom: 0.5rem;
    right: 0.85rem;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .badge-wrap p {
    font-size: 0.24rem;
    line-height: 1.25;
    padding: 0.15rem 0;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .badge-wrap p .product-date {
    display: block;
  }
  .tab-content .content-item .result-wrap .list-container-wrap .list-container .badge-wrap .badge {
    width: 2.48rem;
    bottom: 0.85rem;
  }
  .pp-body {
    width: 6.9rem;
    margin: auto;
    font-size: 0.24rem;
    font-family: "HyundaiSansTextCN";
  }
  .pp-body hr {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  .pp-intro {
    padding: 0.72rem 0;
    line-height: 2;
  }
  .pp-form {
    margin: auto;
    width: 100%;
    padding-top: 0.6rem;
  }
  .pp-form .form-item.center {
    text-align: center;
    margin-top: 0.9rem;
  }
  .pp-form .form-item label {
    font-weight: bold;
    display: block;
    text-align: left;
    margin-bottom: 0.28rem;
  }
  .pp-form .form-item input {
    width: 100%;
    line-height: 0.6rem;
    border: 1px solid #ccc;
    padding: 0 0.1rem;
    font-size: 0.24rem;
  }
  .pp-form .form-item button {
    width: 100%;
    line-height: 0.8rem;
    text-align: center;
    background: #002c5f;
    color: white;
    border: none;
    font-size: 0.28rem;
  }
  .line-divide {
    position: relative;
    width: 6.9rem;
    margin: 1rem auto;
    height: 2px;
  }
  .line-divide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    background: #ccc;
  }
  .line-divide::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 10%;
    opacity: 0.6;
    background: #ccc;
    box-shadow: 0 -10px 20px 0 black;
  }
  .search-result {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0.08rem;
    background: #f4f7fd;
    padding: 0.48rem 0.2rem;
    line-height: 2;
  }
  .search-result p:last-child {
    margin-top: 0.36rem;
  }
  .pp-tips {
    margin: 1.6rem 0 0.8rem;
    line-height: 2;
    overflow: hidden;
  }
  .pp-tips p:not(:first-child) {
    margin-top: 0.6rem;
  }
  .pp-tips .pp-tail-stamp {
    margin-top: 1rem !important;
    float: right;
  }
  .pp-tips .pp-tail-stamp a:last-child {
    color: #00aad2;
  }
}

/*# sourceMappingURL=vehicleInfo.css.map */
