/*order-option*/
/*pc-style*/
.manual-warranty-information {
  width: 100%;
}
.manual-warranty-information .pic-img {
  position: relative;
}
.manual-warranty-information .pic-img .pic-img-bg {
  -o-object-fit: cover;
  object-fit: cover;
}
.manual-warranty-information .pic-img .pic-img-bg img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.manual-warranty-information .pic-img .pic-title {
  position: absolute;
  top: 120px;
  text-align: left;
  left: 0;
  right: 0;
  margin: auto;
  width: 1440px;
  max-width: calc(100% - 100px) !important;
}
.manual-warranty-information .pic-img .pic-title .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  margin-top: 7.8125vw;
}
.manual-warranty-information .download:hover {
  cursor: pointer;
  text-decoration: underline;
}
.manual-warranty-information .download svg {
  width: 20px;
  height: 20px;
  right: 24px;
  margin-right: 10px;
}
.manual-warranty-information .content-width {
  width: 1440px;
  max-width: calc(100% - 100px) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: auto !important;
}
.manual-warranty-information [type=text] {
  border: 0;
  outline: 0 !important;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.manual-warranty-information .gray-color {
  color: #252728 !important;
}
.manual-warranty-information .btn-width {
  width: 200px;
}
.manual-warranty-information .margin-right50 {
  margin-right: 50px !important;
}
.manual-warranty-information .btn:hover {
  color: white !important;
  background-color: #717171;
  border-color: #252728;
  -webkit-box-shadow: inset 0 0 0 1px #252728;
  box-shadow: inset 0 0 0 1px #252728;
}
.manual-warranty-information .padding-bottom30 {
  padding-bottom: 30px;
}
.manual-warranty-information .margin-top10 {
  margin-top: 10px;
}
.manual-warranty-information .main-content {
  margin: auto;
  display: block;
  margin: 4.6875vw 0px;
}
.manual-warranty-information .main-content .manual-title {
  width: 1440px;
  max-width: 100%;
}
.manual-warranty-information .main-content .manual-title h2 {
  font-size: 2.5vw;
  margin: 0px 0px 3.6458333333vw 0px;
  font-weight: bold;
  width: 100%;
}
.manual-warranty-information .main-content h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.manual-warranty-information .main-content .request-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
}
.manual-warranty-information .main-content .request-content .content-search {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.manual-warranty-information .main-content .request-content .content-select {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.manual-warranty-information .main-content .request-content .content-select .icon-arrow {
  font-size: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
}
.manual-warranty-information .main-content .request-content .content-select * {
  cursor: pointer;
}
.manual-warranty-information .main-content .request-content .content-select ul {
  position: absolute;
  top: calc(100% + 3px);
  width: 100%;
  background-color: #fff;
  border: 1px solid #e3e3e4;
  z-index: 11;
  left: 0;
  font-size: 16px;
  max-height: 225px;
  overflow: auto;
}
.manual-warranty-information .main-content .request-content .content-select ul li {
  padding: 10px;
}
.manual-warranty-information .main-content .request-content .content-select ul li:hover {
  background-color: rgb(221, 221, 221);
}
.manual-warranty-information .main-content .request-content .content-select ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.manual-warranty-information .main-content .request-content .content-select ul::-webkit-scrollbar-thumb {
  background-color: #707070;
}
.manual-warranty-information .main-content .request-content .content-select ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.manual-warranty-information .no-item-dt {
  display: block;
  width: 100%;
  max-width: 90%;
  margin: auto;
  margin: 60px 0px;
  text-align: center;
}
.manual-warranty-information .bg-color {
  background: #f9f9f9;
}
.manual-warranty-information .download-user-manual {
  margin: 2.0833333333vw 0px;
  padding-top: 4.1666666667vw;
  background: #f9f9f9;
}
.manual-warranty-information .download-user-manual .manual-download {
  margin-top: 2.6041666667vw;
  width: 100% !important;
  max-width: 90% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.manual-warranty-information .download-user-manual .a04-img-text {
  position: relative;
  width: 100%;
}
.manual-warranty-information .download-user-manual .a04-img-text img {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
  margin: 5px 5px 0px 0px;
}
.manual-warranty-information .download-user-manual .a04-img-text .container.txt-black {
  color: #000;
}
.manual-warranty-information .download-user-manual .a04-img-text .container.txt-black .country-name {
  width: 100%;
  margin-bottom: 3.125vw;
}
.manual-warranty-information .download-user-manual .a04-img-text .container.txt-black h4 {
  font-weight: bold;
  text-align: left !important;
}
.manual-warranty-information .download-user-manual .a04-img-text .container.txt-black .list .item {
  border: none;
}
.manual-warranty-information .download-user-manual .a04-img-text .container.txt-black .detail {
  color: #000;
}
.manual-warranty-information .download-user-manual .a04-img-text .container {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  color: #fff;
}
.manual-warranty-information .download-user-manual .a04-img-text .container .title {
  padding-top: 6.25vw;
  font-size: 40px;
  text-align: center;
  line-height: 65px;
  font-weight: 600;
}
.manual-warranty-information .download-user-manual .a04-img-text .container .detail {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
.manual-warranty-information .download-user-manual .a04-img-text .container .list {
  margin-top: 2.604167vw;
  padding-bottom: 9.609375vw;
}
.manual-warranty-information .download-user-manual .a04-img-text .container .list .item {
  width: 33.33333%;
  font-weight: 400;
  margin-bottom: 2.604166vw;
}
.manual-warranty-information .download-user-manual .a04-img-text .container .list .item .item-title {
  line-height: 1.375;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.677083vw 0px;
}
.manual-warranty-information .download-user-manual .a04-img-text .container .list .item .item-title a {
  stroke: #000;
}
.manual-warranty-information .download-user-manual .a04-img-text .container .list .item .item-text {
  font-size: 14px;
  line-height: 22px;
  margin: 0.677083vw 0px;
  word-break: break-word;
  font-weight: 400;
  text-align: left;
}
.manual-warranty-information .download-user-manual .a04-img-text .container .list .item .item-text ul li {
  list-style: inside;
  line-height: 1.8229166667vw;
}
.manual-warranty-information .download-user-manual .a04-img-text .container .list .item:nth-of-type(n+2) {
  margin-top: 3.645833vw;
}
.manual-warranty-information .download-user-manual .a04-img-text.bottom .container {
  height: 100%;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.manual-warranty-information .download-user-manual .a04-img-text.bottom .container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.166667vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.manual-warranty-information .download-user-manual .a04-img-text.bottom .container .list .item {
  margin-top: 0;
  text-align: center;
}
.manual-warranty-information .download-user-manual .a04-img-text.bottom .container .list .item:nth-of-type(1) {
  border-left: none;
}
.manual-warranty-information .dropdown-select .input-item {
  position: relative;
}
.manual-warranty-information .dropdown-select .select-item {
  width: 100%;
}
.manual-warranty-information .dropdown-select .select-item .is-show {
  display: inline-block !important;
}
.manual-warranty-information .dropdown-select .select-item .is-rotate {
  -webkit-transform: translateY(-50%) rotate(-45deg) !important;
  transform: translateY(-50%) rotate(-45deg) !important;
}
.manual-warranty-information .dropdown-select .select-item input {
  cursor: pointer;
  text-overflow: ellipsis;
}
.manual-warranty-information .dropdown-select .select-item .select-options {
  position: absolute;
  width: 100%;
  font-size: 16px;
  line-height: 1.375;
  left: 0;
  z-index: 10;
  background-color: #fff;
  top: 100%;
  max-height: 220px;
  overflow: auto;
  display: none;
  border: 1px solid #a2a3a5;
}
.manual-warranty-information .dropdown-select .select-item .select-options div {
  padding: 10px;
  cursor: pointer;
}
.manual-warranty-information .dropdown-select .select-item .select-options div:hover {
  background-color: #a2a3a5;
}
.manual-warranty-information .dropdown-select .select-item .form-input {
  display: block;
  width: 100%;
  line-height: 50px;
  background: #FFFFFF;
  border: 1px solid #a2a3a5;
  padding: 0 1.458333vw;
  font-size: 16px;
  border-radius: 0px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 200px;
}
.manual-warranty-information .dropdown-select .select-item .select-disabled {
  background: #e3e3e4;
}
.manual-warranty-information .dropdown-select .select-item .select-arrow {
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  right: 20px;
  font-size: 16px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #a2a3a5;
  border-right: 1px solid #a2a3a5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.manual-warranty-information .key-parts-warranty .list-content {
  width: 1440px;
  max-width: calc(100% - 100px);
  margin: auto;
}
.manual-warranty-information .key-parts-warranty h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #7a7a7a;
  margin: 1.5625vw 0px;
  text-align: left;
}
.manual-warranty-information .key-parts-warranty .asiagame-dynamic-table {
  width: 100%;
}
.manual-warranty-information .key-parts-warranty .asiagame-dynamic-table > img {
  width: 100%;
  max-width: 1440px;
  padding: 1.5625vw 0px;
}
.manual-warranty-information .key-parts-warranty .asiagame-dynamic-table .parts-table {
  width: 100%;
  margin-bottom: 1.5625vw;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.manual-warranty-information .key-parts-warranty .asiagame-dynamic-table .parts-table img {
  width: 15px;
  height: 100%;
  margin-right: 10px;
}
.manual-warranty-information .key-parts-warranty .asiagame-dynamic-table th {
  padding: 0.78125vw 1.5625vw;
  color: #717171;
  font-weight: bold;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.manual-warranty-information .key-parts-warranty .asiagame-dynamic-table td {
  padding: 0.78125vw 1.5625vw;
  color: #717171;
  font-weight: 400;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.manual-warranty-information .key-parts-warranty .asiagame-dynamic-table tr,
.manual-warranty-information .key-parts-warranty .asiagame-dynamic-table td ul {
  padding: 3.90625vw 10px;
}
.manual-warranty-information .img-pic {
  width: 1440px;
  max-width: 100% !important;
  padding: 1.5625vw 0px 0px 0px;
  margin: auto;
}
.manual-warranty-information .img-pic img {
  width: 100%;
}/*order-option*/
/*mobile-style*/
@media (max-width: 991px) {
  .manual-warranty-information[type=text] {
    font-size: 4.444444vw;
  }
  .manual-warranty-information {
    max-width: 100%;
    margin: 11.111111vw auto 13.888889vw;
  }
  .manual-warranty-information .content-width {
    width: 86.111111vw;
    margin: 11.111111vw auto 13.888889vw;
    max-width: 100% !important;
  }
  .manual-warranty-information .content-search {
    width: 100% !important;
  }
  .manual-warranty-information .main-content .request-main {
    margin: 11.1111111111vw 0px 6.9444444444vw !important;
  }
  .manual-warranty-information .main-content .manual-title {
    text-align: center;
  }
  .manual-warranty-information .main-content .manual-title h2 {
    font-size: 6.6666666667vw;
  }
  .manual-warranty-information .main-content h3 {
    font-size: 4.444444vw !important;
  }
  .manual-warranty-information .main-content h3.vehicle-type {
    margin-top: 5px;
    font-weight: normal;
    font-size: 4.444444vw;
  }
  .manual-warranty-information .main-content .request-content {
    width: 86.111111vw;
    margin: 11.111111vw auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .manual-warranty-information .main-content .request-content .icon-arrow {
    font-size: 2vw;
    right: 5.555556vw;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #999999;
  }
  .manual-warranty-information .main-content .request-content .btn {
    margin: auto;
    width: 75vw;
  }
  .manual-warranty-information .content-select {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: 0px 0px 6.9444444444vw 0px !important;
  }
  .manual-warranty-information .content-select .icon-arrow {
    font-size: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
  }
  .manual-warranty-information .no-item {
    font-size: 6.666667vw;
  }
  .manual-warranty-information .request-content ul {
    font-size: 4.444444vw;
    max-height: 54vw;
  }
  .manual-warranty-information .request-content ul li {
    padding: 2vw;
  }
  .manual-warranty-information .request-content .rotate {
    -webkit-transform: translateY(-50%) rotate(180deg) scale(1) !important;
    transform: translateY(-50%) rotate(180deg) scale(1) !important;
  }
  .manual-warranty-information .a04-img-text {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .manual-warranty-information .a04-img-text img {
    position: static;
    -o-object-fit: inherit;
    object-fit: inherit;
    height: auto;
    margin-top: 14.583333vw;
  }
  .manual-warranty-information .a04-img-text .container {
    position: static;
    color: #161616;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding-bottom: 8.3333333333vw !important;
  }
  .manual-warranty-information .a04-img-text .container .txt-black .country-name {
    width: 100%;
    margin-bottom: 8.3333333333vw !important;
  }
  .manual-warranty-information .a04-img-text .container .top {
    font-size: 6.111111vw;
  }
  .manual-warranty-information .a04-img-text .container .top .title {
    padding: 0;
    font-size: 6.111111vw;
    margin-top: 15.555556vw;
  }
  .manual-warranty-information .a04-img-text .container .top .detail {
    font-size: 3.333333vw;
    margin-top: 6.527778vw;
    color: #161616;
  }
  .manual-warranty-information .a04-img-text .container .list {
    margin-top: 3.75vw;
    padding-bottom: 0;
  }
  .manual-warranty-information .a04-img-text .container .list .item {
    width: 100%;
    border-left: 2px solid #161616;
    margin-top: 8.333333vw;
  }
  .manual-warranty-information .a04-img-text .container .list .item .item-title {
    line-height: 8.3333333333vw !important;
  }
  .manual-warranty-information .a04-img-text .container .list .item .item-text {
    font-size: 3.333333vw;
    margin-top: 5px;
    line-height: 1.375;
  }
  .manual-warranty-information .a04-img-text .container .list .item .item-text ul li {
    list-style: inside;
    line-height: 8.3333333333vw !important;
  }
  .manual-warranty-information .a04-img-text .container .list .item:nth-of-type(n+2) {
    margin-top: 8.333333vw;
  }
  .manual-warranty-information .a04-img-text.bottom .container {
    width: 90% !important;
  }
  .manual-warranty-information .a04-img-text.bottom .container .top .title {
    margin-top: 15.555556vw;
  }
  .manual-warranty-information .a04-img-text.bottom .container .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .manual-warranty-information .a04-img-text.bottom .container .list .item {
    border: none;
    margin-top: 8.333333vw;
    width: 100%;
  }
  .manual-warranty-information .pic-img .pic-img-bg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .manual-warranty-information .pic-img .pic-title {
    top: 16.1111111111vw;
    width: 79%;
  }
  .manual-warranty-information .pic-img .pic-title .title {
    font-size: 6.6666666667vw;
    margin-bottom: 9.7222222222vw;
    -webkit-line-clamp: 2;
    margin-top: 20.8333333333vw;
    text-align: center;
  }
  .manual-warranty-information .img-pic {
    width: 1440px;
    max-width: 100% !important;
    padding: 4.1666666667vw 0px 0px 0px;
    margin: auto;
  }
  .manual-warranty-information .img-pic img {
    width: 100%;
  }
  .dropdown-select .select-item {
    width: 100%;
  }
  .dropdown-select .select-item .form-input {
    width: 100%;
    min-width: auto;
    height: 11.666667vw;
    line-height: 11.666667vw;
    font-size: 4.444444vw;
    padding: 0 5.555556vw;
    border-radius: 0;
    color: #000;
  }
  .download-user-manual {
    padding-top: 13.8888888889vw !important;
  }
  .download-user-manual .manual-download {
    margin-top: 11.1111111111vw !important;
  }
  .key-parts-warranty .list-content {
    margin: 11.111111vw auto 0;
    width: 86.111111vw !important;
    max-width: 100% !important;
  }
  .key-parts-warranty h4 {
    margin-bottom: 4.1666666667vw !important;
  }
  .key-parts-warranty .asiagame-dynamic-table {
    width: 100%;
    margin-bottom: 4.1666666667vw;
  }
  .key-parts-warranty .asiagame-dynamic-table > img {
    padding: 8.3333333333vw 0px !important;
  }
  .key-parts-warranty .asiagame-dynamic-table th {
    padding: 2.0833333333vw 4.1666666667vw !important;
  }
  .key-parts-warranty .asiagame-dynamic-table td {
    padding: 2.0833333333vw 4.1666666667vw !important;
  }
  .key-parts-warranty .asiagame-dynamic-table tr,
  .key-parts-warranty .asiagame-dynamic-table td ul {
    padding: 8.3333333333vw 10px;
  }
}