div, ul, li, span, a {
  box-sizing: border-box;
}

.inner-banner .h380 {
  height: 380px;
}

.mc {
  color: #419DD5;
}

.color87 {
  color: #878787;
}

.problem-list1 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  align-items: flex-start;
}

.problem-nav {
  flex: 0 0 8.75rem;
  width: 8.75rem;
  background: #fff;
  padding: 0 1rem 3rem;
}
.problem-nav .font26 {
  line-height: 2.4rem;
  height: 2.4rem;
  border-bottom: 2px solid black;
  font-weight: 600;
  margin-bottom: .45rem;
}
.problem-nav .nav-item {
  cursor: pointer;
  padding: .45rem 0;
  color: #000;
}
.problem-nav .nav-item:first-child {
  border-bottom: 1px solid #dedede;
}
.problem-nav .nav-item:hover, .problem-nav .nav-item.cur {
  color: #419DD5;
}
.problem-nav .nav-item:hover .hover-img, .problem-nav .nav-item.cur .hover-img {
  opacity: 1;
}
.problem-nav .nav-item:hover .unhover-img, .problem-nav .nav-item.cur .unhover-img {
  opacity: 0;
}
.problem-nav .hover-img {
  opacity: 0;
}
.problem-nav .ico {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 18px;
}
.problem-nav .nav-cn {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.problem-right {
  min-height: 320px;
  background: #fff;
  flex: 0 0 calc(100% - 20px - 8.75rem);
  width: calc(100% - 20px - 8.75rem);
}

.problem-item-wrap {
  display: none;
  padding: 20px 1.5rem;
}
.problem-item-wrap .problem-item {
  padding: 1rem 0;
  border-bottom: 1px solid #dedede;
}
.problem-item-wrap .problem-item:last-child {
  border-bottom: none;
}
.problem-item-wrap .problem-q {
  position: relative;
  padding-left: 20px;
  line-height: 37px;
}
.problem-item-wrap .problem-q:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #429ED6;
}
.problem-item-wrap .problem-answer {
  line-height: 1.6;
  margin-top: .45rem;
}

.scroll-wrap-y.opacity .mCSB_inside > .mCSB_container, .scorll-opacity0 .mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

.net-controls {
  font-size: 21px;
  margin-bottom: 1rem;
  line-height: 50px;
}
.net-controls .net-types {
  flex: 0 0 100%;
  display: inline-flex;
  justify-content: flex-start;
  margin: 1rem auto;
}
.net-controls .type-item {
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  line-height: 28px;
}
.net-controls .type-item:first-child {
  margin-right: 1.5rem;
}
.net-controls .type-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #888888;
  left: 0;
  top: 3px;
  box-sizing: border-box;
}
.net-controls .type-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #46a3dd;
  left: 4px;
  top: 7px;
  box-sizing: border-box;
  opacity: 0;
}
.net-controls .type-item.cur:before {
  border-color: #46a3dd;
}
.net-controls .type-item.cur:after {
  opacity: 1;
}
.net-controls .ser-item {
  flex: 0 0 calc(33.3% - 20px);
  width: calc(33.3% - 20px);
  color: #000;
}
.net-controls .section-top {
  cursor: pointer;
  position: relative;
  border: 1px solid #888;
  height: 50px;
  padding-left: 20px;
  text-align: left;
}
.net-controls .section-top:after {
  content: "";
  display: block;
  right: 16px;
  top: 0;
  height: 50px;
  background: url(../imgv2/selects1.png) no-repeat center;
  background-size: auto !important;
  width: 16px;
  position: absolute;
  transform-origin: center;
}
.net-controls .form-section {
  position: relative;
  z-index: 32;
}
.net-controls .form-section.cur .section-top:after {
  transform: rotate(180deg);
}
.net-controls .options-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  font-size: 18px;
  border-bottom: 1px solid #888;
}
.net-controls .options-item {
  color: #333;
  cursor: pointer;
  padding: 0 20px;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
}
.net-controls .ser-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  display: block;
  background: url(../imgv2/netSer.svg) no-repeat center;
  background-size: 50% !important;
  border: none;
  color: transparent;
}
.net-controls .ser-input {
  border: 1px solid #888;
  height: 50px;
  box-sizing: border-box;
  background: none;
  width: 100% !important;
  display: block;
  padding: 0 50px 0 20px;
}

.store-item-wrap .scroll-wrap-y {
  height: 13rem;
}
.store-item-wrap .store-item {
  padding: 10px 0 1.2rem;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.store-item {
  cursor: pointer;
}
.store-item .item-title {
  margin-bottom: 12px;
  justify-content: flex-start;
}
.store-item .title-s0 {
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 26px;
  color: #333;
}
.store-item .title-s1 {
  flex: 0 0 64px;
  display: inline-block;
  width: 64px;
  height: 26px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  border-radius: 13px;
  background: rgba(66, 157, 214, 0.1);
  color: #419DD5;
  margin-left: 30px;
}
.store-item .left-txts {
  flex: 0 0 calc(100% - 100px);
  width: calc(100% - 100px);
}
.store-item .goTo-btn {
  display: inline-block;
  color: #888;
  flex: 0 0 64px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
}
.store-item .goTo-btn:before {
  content: "";
  display: block;
  width: 27px;
  height: 30px;
  margin: 0 auto 16px;
  background: url(../imgv2/goHereBlack.svg) no-repeat center;
  background-size: 100% !important;
}
.store-item .goTo-btn:hover {
  color: #888;
}
.store-item .item-detail {
  line-height: 1.9;
}
.store-item .dt-w100 {
  flex: 0 0 100%;
}
.store-item .dt-auto {
  flex: 0 0 auto;
  margin-right: 1rem;
}
.store-item .scroll-wrap-y {
  height: 100%;
  padding-bottom: 20px;
}
.store-item .dt-ico-wrap {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.store-item .store-ico1 {
  flex: 0 0 14px;
  height: 14px;
  margin-right: 8px;
  background: url(../imgv2/goHereBlue.svg) no-repeat center;
  background-size: 100% !important;
}
.store-item .store-distance {
  flex: 0 0 auto;
}

.map-window {
  cursor: pointer;
  font-size: 16px;
  color: #888;
}
.map-window .title-s0 {
  font-size: 24px;
  line-height: 26px;
  height: 26px;
  color: #419DD5;
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.map-window .goTo-btn {
  line-height: 20px;
  color: #419DD5;
  margin-top: 24px;
  align-items: center;
}
.map-window .goTo-btn:before {
  content: "";
  display: inline-block;
  width: 17px;
  flex: 0 0 17px;
  height: 19px;
  margin-right: 10px;
  background: url(../imgv2/goHereBlack.svg) no-repeat center;
  background-size: 100% !important;
}
.map-window .dt-ico-wrap {
  justify-content: flex-start;
  align-items: center;
  line-height: 18px;
  margin: 8px auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.map-window .store-address {
  overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 24px;
  line-height: 24px;
}
.map-window .store-time {
  line-height: 1.5;
}
.map-window .store-ico1 {
  flex: 0 0 14px;
  height: 14px;
  margin-right: 8px;
  background: url(../imgv2/goHereBlue.svg) no-repeat center;
  background-size: 100% !important;
}
.map-window .store-distance {
  flex: 0 0 auto;
  line-height: 1;
}

.w870 {
  width: 870px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.h100vh {
  height: 100vh;
}

.bgCover {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.bgf {
  background: #fff;
}

.login .w870 {
  padding: 1.2rem;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.font35 {
  font-size: 35px;
}

.fw500 {
  font-weight: 500;
}

.downBtns {
  display: none !important;
}

.login-list1 .pwd-tr {
  display: none;
}
.login-list1 .font16 {
  font-size: 16px;
}
.login-list1 .lefts {
  flex: 0 0 320px;
  width: 320px;
}
.login-list1 .rights {
  flex: 0 0 390px;
  width: 390px;
}
.login-list1 #sendCode {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 0;
  height: 60px;
  display: block;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  color: #4a9cd6;
  line-height: 60px;
  background: none;
  border: none;
  outline: none;
}
.login-list1 #sendCode:hover {
  background: none;
  border: none;
}
.login-list1 .login-way {
  flex: 0 0 auto;
  cursor: pointer;
  height: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #999999;
  line-height: 20px;
}
.login-list1 .font16-s0 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-right: 30px;
}
.login-list1 .font16-s0:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: #999999;
  opacity: 0.8;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.login-list1 .ewmImg {
  flex: 0 0 160px;
}
.login-list1 .downBtns {
  display: none;
}
.login-list1 .down-btn {
  display: block;
}
.login-list1 .down-btn:first-child {
  margin-bottom: 30px;
}
.login-list1 .input {
  display: block;
  width: 100%;
  height: 60px;
  background: #f3f3f3;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  padding: 0 .6rem;
  font-size: 16px;
  line-height: 60px;
  color: #878787;
}
.login-list1 .input:disabled {
  background: #f3f3f3;
}
.login-list1 .submit {
  display: block;
  width: 100%;
  height: 60px;
  background: #499BD5;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  padding: 0 .6rem;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
}
.login-list1 .login-title-btn {
  cursor: pointer;
  flex: 0 0 72px;
  font-size: 30px;
  color: #999;
  line-height: 36px;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
.login-list1 .login-title-btn.cur {
  color: #429DD6;
  font-size: 34px;
}
.login-list1 .login-title-btn:first-child {
  margin-right: 1.4rem;
}
.login-list1 .login-title-btn:first-child:before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 28px;
  right: -.7rem;
  top: 5px;
  background: #dddddd;
}

.header-rights {
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 2px;
}
.header-rights .right-btn-a {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  flex: 0 0 auto;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  border: 1px solid #333333;
  transition-duration: .3s;
  text-align: center;
}
.header-rights .right-btn-a:hover {
  color: #419DD5;
  border-color: #419DD5;
}
.header-rights .w106 {
  flex: 0 0 106px;
  margin-right: 20px;
}
.header-rights .w86 {
  flex: 0 0 86px;
}
.header-rights .had-login {
  flex: 0 0 150px;
  margin-left: 10px;
}
.header-rights .login-top {
  font-size: 16px;
  color: #333333;
  padding-bottom: 20px;
  transition-duration: .3s;
  flex-wrap: nowrap;
  cursor: pointer;
}
.header-rights .login-img {
  flex: 0 0 40px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.header-rights .login-txt {
  flex: 0 0 auto;
  color: #333333;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
}
.header-rights .login-hides {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.header-rights .hide-a0 {
  display: block;
  background: #fff;
  height: 56px;
  line-height: 56px;
  color: #666;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition-duration: .3s;
}
.header-rights .hide-a0:hover {
  color: #419DD5;
  border-bottom-color: #419DD5;
}

.pc-header .header-rights {
  padding-top: 2px;
  align-items: flex-start;
}
.pc-header .right-btn-a {
  color: #fff;
  border: 1px solid #fff;
}
.pc-header .right-btn-a:hover {
  color: #419DD5;
  border-color: #419DD5;
}
.pc-header .login-top {
  color: #fff;
}
.pc-header .login-txt {
  color: #fff;
}

.pc-header.bgf .header-rights .right-btn-a, .pc-header:hover .header-rights .right-btn-a {
  color: #333333;
  border: 1px solid #333333;
}
.pc-header.bgf .header-rights .right-btn-a:hover, .pc-header:hover .header-rights .right-btn-a:hover {
  color: #419DD5;
  border-color: #419DD5;
}
.pc-header.bgf .header-rights .login-top, .pc-header:hover .header-rights .login-top {
  color: #333333;
}
.pc-header.bgf .header-rights .login-txt, .pc-header:hover .header-rights .login-txt {
  color: #666;
}

.iFlex {
  display: inline-flex;
  align-items: center;
}

.buy-header {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.buy-header .header-lefts {
  display: inline-block;
  flex: 0 0 154px;
}
.buy-header .header-rights {
  flex: 0 0 auto;
  width: auto;
  align-items: flex-start;
}
.buy-header .middle {
  flex: 0 0 680px;
  width: 680px;
  justify-content: space-between;
}
.buy-header .step {
  flex: 0 0 24%;
  width: 24%;
  text-align: center;
  font-size: 17px;
  line-height: 80px;
  position: relative;
  font-weight: 500;
}
.buy-header .step:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 3px;
  background: #419DD5;
  left: 50%;
  bottom: -1px;
  transition-duration: .3s;
}
.buy-header .step.cur {
  color: #419DD5;
}
.buy-header .step.cur:before {
  width: 100%;
  left: 0;
}
.buy-header .step-s0 {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.buy-header .step-s1 {
  display: inline-block;
  vertical-align: top;
}

.read-btn, .link-button {
  cursor: pointer;
}

.buy-footer {
  color: #fff;
  background: #429DD6;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.buy-footer.step4-footer {
  position: static;
}
.buy-footer .lefts {
  flex: 0 0 auto;
  padding: .7rem 0;
}
.buy-footer .rights {
  flex: 0 0 380px;
  width: 380px;
  display: inline-flex;
}
.buy-footer .font16 {
  line-height: 1;
  margin-bottom: 10px;
}
.buy-footer .step-btn {
  display: inline-block;
  flex: 0 0 180px;
  width: 180px;
  height: 50px;
  font-size: 17px;
  font-weight: bold;
  flex: 0 0 auto;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  outline: none;
}
.buy-footer .step-prev {
  color: #fff;
  position: relative;
}
.buy-footer .step-prev:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 25px;
}
.buy-footer .step-next, .buy-footer .submit-btn {
  color: #419DD5;
  background: #fff;
  border-color: #fff;
  margin-left: 20px;
}

.readWrap .read-s0 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: sub;
  cursor: pointer;
}
.readWrap.cur .read-s0 {
  border-radius: 50%;
  background: #fff url(../imgv2/yxj2.svg) no-repeat center;
  background-size: 96% !important;
  border-color: transparent;
}

.login-readWrap {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 20px;
}
.login-readWrap .read-s0 {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #888888;
  margin-right: 4px;
  vertical-align: text-top;
  cursor: pointer;
  border-radius: 3px;
}
.login-readWrap.cur .read-s0 {
  background: #fff url(../imgv2/yxj2.svg) no-repeat center;
  background-size: 96% !important;
  border-color: #419DD5;
}
.login-readWrap .read-btn {
  color: #419DD5;
}

.buy-step4-rights {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.buy-step4-rights .readWrap {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.5;
}

.read-bg {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.read-bg .content {
  width: 800px;
  max-width: 92vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  overflow: hidden;
}
.read-bg .dialog-container-close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.read-bg .dialog-container-text {
  padding: 0 30px;
  margin-bottom: 20px;
  max-height: 60vh;
  overflow-y: auto;
  font-size: 14px;
  line-height: 2;
}
.read-bg .dialog-container-title {
  margin: 20px 30px 25px;
  position: relative;
  text-align: center;
  line-height: 37px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.read-bg .dialog-container-bottom {
  padding: 20px 0;
  border-top: 1px solid #ededed;
  text-align: center;
}
.read-bg .link-button {
  display: inline-block;
  border-radius: 22px;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  background: #429DD6;
  width: 160px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

.buy .car-bg {
  height: 100%;
  flex: 0 0 calc(100% - 16.25rem);
  width: calc(100% - 16.25rem);
  position: relative;
}
.buy .car-bg:before {
  z-index: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../imgv2/car-bg.jpg) no-repeat center;
  background-size: cover !important;
}
.buy .carBg {
  z-index: 1;
}
.buy .step1-ajax-item {
  display: none;
}
.buy .show-step {
  height: 100%;
  display: none;
}
.buy .show-step.show-step4 {
  height: auto;
}
.buy .buy-wrap {
  height: calc(100vh - 80px - 94px);
}
.buy .buy-wrap.heightAuto {
  height: auto;
}
.buy .buy-wrap.heightAuto .car-bg:before {
  background: #f6f6f6;
}
.buy .buy-wrap.heightAuto .carBg {
  opacity: 0;
}
.buy .buy-wrap.heightAuto .buy-step4-rights {
  display: inline-block;
}
.buy .show-step-wrap {
  height: 100%;
  flex: 0 0 16.25rem;
  width: 16.25rem;
  padding: 1.7rem calc(1.2rem - 16px) 1rem 1.2rem;
}
.buy .mCSB_inside > .mCSB_container {
  margin-right: 30px !important;
}

.step-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.15) !important;
}

.step-scroll .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.15);
}

.color02 {
  color: #020202;
}

.color87 {
  color: #878787;
}

.show-step1 .step1-scroll {
  height: calc(100% - 48px - 1.2rem);
}
.show-step1 .font21 {
  padding-bottom: .5rem;
  margin-bottom: .7rem;
  border-bottom: 1px solid #dddddd;
}
.show-step1 .font18 {
  margin-bottom: .4rem;
}
.show-step1 .font16 {
  position: relative;
  line-height: 30px;
  margin-bottom: 1.2rem;
}
.show-step1 .s0 {
  position: relative;
  flex: 0 0 48%;
  max-width: 250px;
  padding-left: 16px;
}
.show-step1 .s0:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #888888;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
  display: block;
}
.show-step1 .step1-btn {
  cursor: pointer;
  flex: 1;
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 18px;
  border-left: 1px solid #dddddd;
}
.show-step1 .step1-btn:first-child {
  border-left: none;
}
.show-step1 .step1-btn:hover, .show-step1 .step1-btn.cur {
  background: #429DD6;
  color: #fff;
  font-weight: 500;
}
.show-step1 .step1-btns {
  width: 100%;
  max-width: 500px;
  height: 56px;
  line-height: 56px;
  margin: 0 auto 1.2rem;
  border: 1px solid #dddddd;
  border-radius: 24px;
  overflow: hidden;
  flex-wrap: nowrap;
}

.show-step2 .step2-scroll {
  height: 100%;
}
.show-step2 .tr1 {
  margin-bottom: .5rem;
  line-height: 30px;
}
.show-step2 .s0 {
  cursor: pointer;
  flex: 0 0 46px;
  margin-right: 32px;
  text-align: center;
  margin-bottom: .4rem;
}
.show-step2 .s0:nth-child(5n) {
  margin-right: 0;
}
.show-step2 .s0:hover .color-img-wrap:after, .show-step2 .s0.cur .color-img-wrap:after {
  opacity: 1;
}
.show-step2 .color-img-wrap {
  position: relative;
  margin: 0 auto .4rem;
}
.show-step2 .color-img-wrap:after {
  opacity: 0;
  box-sizing: border-box;
  position: absolute;
  left: -6px;
  top: -6px;
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  border: 2px solid #429dd6;
  border-radius: 50%;
}
.show-step2 .step2-item {
  padding-bottom: .4rem;
  width: 360px;
  margin: 0 auto .8rem;
  border-bottom: 1px solid #dddddd;
}

.show-step3 .step3-scroll {
  height: 100%;
}
.show-step3 .tr1 {
  height: 45px;
  line-height: 45px;
  background: whitesmoke;
  border-radius: 3px;
  margin-bottom: .5rem;
  cursor: pointer;
  padding: 0 44px 0 20px;
}
.show-step3 .s0 {
  cursor: pointer;
  flex: 0 0 calc(33.3% - 14px);
  width: calc(33.3% - 14px);
  margin-right: 20px;
  margin-bottom: .5rem;
}
.show-step3 .s0:nth-child(3n) {
  margin-right: 0;
}
.show-step3 .s0:hover .color-img-wrap:after, .show-step3 .s0.cur .color-img-wrap:after {
  opacity: 1;
}
.show-step3 .color-img-wrap {
  position: relative;
  margin: .5rem auto .3rem;
}
.show-step3 .step3-item {
  margin: 0 auto .5rem;
}
.show-step3 .step3-item.cur .tr1 {
  background: #D0EDFF;
  position: relative;
}
.show-step3 .step3-item.cur .tr1:after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  background: url(../imgv2/step3-item-select.png) center;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  background-size: 100% !important;
}
.show-step3 .step3-item.cur .font20, .show-step3 .step3-item.cur .font18 {
  color: #2785C0;
}

.show-step4 {
  max-width: 13.5rem;
  margin-left: auto;
  margin-right: auto;
}
.show-step4 .step-dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  justify-content: space-between;
}
.show-step4 .step4-tr2 {
  line-height: 30px;
  padding: .6rem 0 1.2rem;
  margin-bottom: .6rem;
  border-bottom: 1px solid #dddddd;
}
.show-step4 .dl, .show-step4 .dr {
  flex: 0 0 auto;
}
.show-step4 .img-wrap {
  margin: 1.2rem auto;
  overflow: hidden;
}
.show-step4 .img-wrap .img100 {
  transform: scale(1.3);
}

.order .carImgwrap .img100 {
  transform: scale(1.3);
}

.buy-form-wrap {
  position: relative;
  z-index: 13;
  display: none;
  background: #F6F6F6;
  padding: 1.5rem 2.25rem;
}
.buy-form-wrap .form-title {
  border-bottom: 1px solid #dddddd;
}
.buy-form-wrap .form-title-btn {
  cursor: pointer;
  flex: 0 0 72px;
  margin-right: 2rem;
  font-size: 21px;
  color: #999;
  line-height: 30px;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}
.buy-form-wrap .form-title-btn:after {
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #429dd6;
  content: "";
  width: 0;
  opacity: 0;
  left: 50%;
  transition-duration: .3s;
}
.buy-form-wrap .form-title-btn.cur {
  color: #429DD6;
  font-size: 26px;
}
.buy-form-wrap .form-title-btn.cur:after {
  opacity: 1;
  left: 0;
  width: 100%;
}
.buy-form-wrap .form-title-btn:first-child:before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 28px;
  right: -1rem;
  top: 0;
  background: #dddddd;
}

.hide-option-btn {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

.buy-form .form-content {
  max-width: 22rem;
  padding-top: 1.5rem;
}
.buy-form .form-input, .buy-form .section-top, .buy-form .options-item {
  display: block;
  width: 100%;
  background: #fff;
  height: 1.5rem;
  line-height: 1.5rem;
  background: #fff;
  border: none;
  font-size: 17px;
  padding: 0 16px;
  box-sizing: border-box;
  color: #333;
}
.buy-form .options-item {
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.buy-form .section-top {
  cursor: pointer;
  position: relative;
}
.buy-form .section-top:after {
  content: "";
  display: block;
  right: 16px;
  top: 0;
  height: 1.5rem;
  background: url(../imgv2/selects1.png) no-repeat center;
  background-size: auto !important;
  width: 16px;
  position: absolute;
  transform-origin: center;
}
.buy-form .form-section {
  position: relative;
}
.buy-form .form-section.cur .section-top:after {
  transform: rotate(180deg);
}
.buy-form .yxj-section .section-top:after {
  background: url(../imgv2/yxj3.png) no-repeat center;
}
.buy-form .options-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 1.5rem;
  background: #fff;
  width: 100%;
}
.buy-form .tr {
  position: relative;
  align-items: flex-end;
}
.buy-form .tr1 {
  z-index: 17;
}
.buy-form .tr2 {
  z-index: 16;
}
.buy-form .tr3 {
  z-index: 15;
}
.buy-form .tr4 {
  z-index: 14;
}
.buy-form .tr5 {
  z-index: 13;
}
.buy-form .tr5 {
  z-index: 13;
}
.buy-form .tr6 {
  z-index: 12;
}
.buy-form .tr7 {
  z-index: 11;
}
.buy-form .td {
  flex: 0 0 calc(50% - .5rem);
  width: calc(50% - .5rem);
  margin-bottom: 1rem;
}
.buy-form .label {
  font-size: 17px;
  line-height: 20px;
  padding-bottom: .5rem;
}
.buy-form .label.font21 {
  font-size: 21px;
  font-weight: 500;
}
.buy-form .s0 {
  color: #000;
}
.buy-form .must-star {
  color: #429DD6;
  vertical-align: sub;
}
.buy-form .book-lefts {
  flex: 0 0 calc(100% - 120px - .7rem);
  width: calc(100% - 120px - .7rem);
  margin-left: .7rem;
  display: inline-flex;
  align-items: center;
}
.buy-form .flex-s0 {
  flex: 0 0 auto;
  line-height: 1;
}
.buy-form .book-rights {
  flex: 0 0 120px;
}
.buy-form .yxj-section .section-top, .buy-form .yxj-section .options-item {
  background: #3a92c9;
  color: #fff;
  font-size: 17px;
  padding: 0 12px;
}
.buy-form .yxj-section .options-item {
  height: 1.1rem;
  line-height: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.buy-form .ico {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 12px;
  background: #fff url(../imgv2/yxj1.svg) no-repeat center;
  background-size: 100% !important;
  overflow: hidden;
}
.buy-form .book-top {
  background: #429DD6;
  line-height: 50px;
  color: #fff;
  position: relative;
  z-index: 11;
}
.buy-form .book-top.cur .ico {
  background: #fff url(../imgv2/yxj2.svg) no-repeat center;
}
.buy-form .book-bot {
  background: #fff;
  padding: .7rem;
  font-size: 16px;
  color: #888;
  line-height: 24px;
}
.buy-form .book-bot .p {
  margin-bottom: 6px;
  position: relative;
  padding-left: 16px;
  white-space: normal !important;
}
.buy-form .book-bot .p:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
}

.buy-msg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.buy-msg .feedback-close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.buy-msg .form-top-title {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 24px;
}
.buy-msg .message-contents {
  text-align: center;
  color: #000;
  line-height: 1.5;
  position: absolute;
  background: #fff;
  width: 500px;
  max-width: 92vw;
  padding: 1.25rem;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.buy-msg .message-contents.w530 {
  width: 530px;
}
.buy-msg .message-contents {
  margin-top: 30px;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.buy-msg .ewmImg {
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
}
.buy-msg .dt0 {
  font-size: 16px;
  margin-top: 18px;
}
.buy-msg .font24 {
  margin-bottom: .75rem;
  text-align: center;
}
.buy-msg .refund-form {
  display: block;
  width: 100%;
  height: 190px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 0;
  text-indent: 10px;
  resize: none;
}
.buy-msg .alert-btn {
  margin: 1.5rem auto 0;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: #008bd3;
}

.order .buy-msg .section-top {
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  border: 1px solid #dddddd;
  line-height: 1.5rem;
  padding-left: 20px;
  text-align: left;
  color: #008BD3;
}
.order .buy-msg .section-top:after {
  content: "";
  display: block;
  right: 16px;
  top: 0;
  height: 1.5rem;
  background: url(../imgv2/selects1.png) no-repeat center;
  background-size: auto !important;
  width: 16px;
  position: absolute;
  transform-origin: center;
}
.order .buy-msg .form-section {
  position: relative;
  z-index: 32;
}
.order .buy-msg .form-section.cur .section-top:after {
  transform: rotate(180deg);
}
.order .buy-msg .yxj-section .section-top:after {
  background: url(../imgv2/yxj3.png) no-repeat center;
}
.order .buy-msg .options-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  max-height: calc(6rem + 2px);
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}
.order .buy-msg .options-item {
  color: #333;
  cursor: pointer;
  padding: 0 20px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  line-height: 1.5rem;
}
.order .buy-msg .options-item:first-child {
  border-top: none;
}

.message-contents.join-form .feedback-close {
  width: 15px;
  height: 15px;
  right: 20px;
  top: 20px;
}
.message-contents.join-form .join-form-content {
  margin-top: .75rem;
}
.message-contents.join-form .join-tr {
  margin-top: 10px;
}
.message-contents.join-form .mTop40 {
  margin-top: 1rem;
}
.message-contents.join-form .join-td {
  border: 1px solid #ddd;
}
.message-contents.join-form .w100 {
  flex: 0 0 100%;
}
.message-contents.join-form .w48 {
  flex: 0 0 calc(50% - 5px);
  width: calc(50% - 5px);
}
.message-contents.join-form .w138 {
  flex: 0 0 138px;
  width: 138px;
}
.message-contents.join-form .w138:nth-child(2) {
  margin-left: 10px;
}
.message-contents.join-form .section-top {
  cursor: pointer;
  position: relative;
  padding: 0 60px 0 20px;
  border-radius: 4px;
}
.message-contents.join-form .section-top:after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  height: 60px;
  background: url(../imgv2/selects1.png) no-repeat center;
  background-size: auto !important;
  width: 60px;
  border-left: 1px solid #ddd;
  position: absolute;
  transform-origin: center;
}
.message-contents.join-form .form-section {
  font-size: 17px;
  line-height: 60px;
  position: relative;
  z-index: 36;
  text-align: left;
  /*&.cur {
  	.section-top:after {
  		transform: rotate(180deg);
  	}
  }*/
}
.message-contents.join-form .options-wrap {
  display: none;
  position: absolute;
  left: -1px;
  top: 100%;
  background: #fff;
  width: calc(100% + 2px);
  max-height: 200px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.message-contents.join-form .options-item {
  cursor: pointer;
  padding: 0 20px;
  border-top: 1px solid #ddd;
}
.message-contents.join-form .join-input2, .message-contents.join-form .upload-txts {
  height: 45px;
  width: 100%;
  display: block;
  border: none;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}
.message-contents.join-form .upload-txts {
  color: #888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.message-contents.join-form .upload-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 45px;
  width: 100%;
}
.message-contents.join-form .upload-input.hide {
  opacity: 0;
  height: 0;
  width: 0;
}
.message-contents.join-form .submit-input {
  background: #008BD3;
  color: #fff;
}
.message-contents.join-form .join-input {
  border: none;
  height: 60px;
  box-sizing: border-box;
  background: none;
  width: 100% !important;
  display: block;
  padding: 0 20px;
  font-size: 17px;
  color: #333;
  border-radius: 4px;
  box-shadow: none;
}
.message-contents.join-form .join-input:-moz-placeholder {
  color: #000;
}
.message-contents.join-form .join-input:-ms-input-placeholder {
  color: #000;
}
.message-contents.join-form .join-input::-webkit-input-placeholder {
  color: #000;
}
.message-contents.join-form .tel-input {
  padding-right: 10px;
}
.message-contents.join-form .send-code-btn {
  position: absolute;
  text-align: right;
  background: none;
  right: 0;
  top: 0;
  height: 60px;
  width: 100px;
  display: block;
  border: none;
  color: #419DD5;
}
.message-contents.join-form .login-readWrap {
  font-size: 16px;
  color: #888;
}

.message-h5 {
  color: #429DD6;
  font-size: 24px;
  margin-bottom: 10px;
}
.message-h5.color0 {
  color: #000;
}

.message-dt {
  font-size: 16px;
}

.buy-msg .message-contents.show {
  margin-top: 0;
  opacity: 1;
}

.pay-list1 {
  padding: 2.5rem 0 3.5rem;
}
.pay-list1 .pay-bot .pay-title {
  padding: 38px 0 20px 1.25rem;
  line-height: 1;
}
.pay-list1 .pay-top {
  padding: 0 1.25rem 1.6rem;
}
.pay-list1 .top-tr1 {
  line-height: 2.15rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.pay-list1 .top-tr1 .pay-title {
  flex: 0 0 auto;
}
.pay-list1 .top-tr2 {
  align-items: center;
}
.pay-list1 .pay-times {
  line-height: 26px;
  flex: 0 0 auto;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.pay-list1 .times0 {
  flex: 0 0 auto;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 6px;
}
.pay-list1 .pay-ico {
  display: inline-block;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
}
.pay-list1 .pay-cn {
  flex: 0 0 auto;
  display: inline-block;
  margin-left: 40px;
  font-size: 16px;
  color: #000;
  line-height: 80px;
}
.pay-list1 .pay-item {
  justify-content: center;
  text-align: center;
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pay-list1 .pay-item:after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  background: url(../imgv2/step3-item-select.png) center;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  opacity: 0;
  background-size: 100% !important;
}
.pay-list1 .pay-item:hover:after {
  opacity: 1;
}
.pay-list1 .money-cn {
  font-size: 16px;
  flex: 0 0 auto;
  line-height: 1;
}
.pay-list1 .money-num {
  flex: 0 0 auto;
  line-height: 1;
  font-size: 37px;
  color: #429DD6;
}

.w1000 {
  width: 1000px;
  max-width: 92%;
  margin: auto;
}

.w940 {
  width: 940px;
  max-width: 92%;
  margin: auto;
}

.w780 {
  width: 780px;
  max-width: 92%;
  margin: auto;
}

.w830 {
  width: 92%;
  max-width: 830px;
  margin: auto;
}

.joinDetail .w960, .et5-list3 .w960 {
  width: 960px;
  max-width: 92%;
  margin: auto;
}

.font37 {
  font-size: 37px;
}

.order {
  background: #f6f6f6;
}
.order .order-item {
  padding: 2.5rem 3rem 2rem;
  margin-bottom: 1.5rem;
}
.order .carImgwrap {
  flex: 0 0 560px;
}
.order .car-txts {
  flex: 0 0 calc(100% - 560px - 2.5rem);
  width: calc(100% - 560px - 2.5rem);
  padding-bottom: 1.4rem;
}
.order .yxj-cn, .order .yxj-num, .order .yxj-btn {
  flex: 0 0 auto;
  line-height: 26px;
  text-align: center;
}
.order .yxj-num {
  font-size: 21px;
  font-weight: bold;
  color: #218ece;
  margin-left: 10px;
  margin-right: 18px;
}
.order .yxj-btn {
  width: 58px;
  height: 26px;
  background: rgba(36, 138, 204, 0.1);
  border-radius: 13px;
  font-size: 13px;
  font-weight: 400;
  color: #218ece;
}
.order .yxj-td {
  margin: 10px auto 36px;
}
.order .pay-now {
  display: inline-block;
  flex: 0 0 110px;
  width: 110px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  margin-right: 22px;
  text-align: center;
  background: #008bd3;
  cursor: pointer;
}
.order .car-detail {
  margin-bottom: 20px;
}
.order .apply-refund-btn {
  background: none;
  color: #ddd;
  border: 1px solid rgba(221, 221, 221, 0.5);
}
.order .pay-times {
  line-height: 26px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.order .times0 {
  flex: 0 0 auto;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.order .tr1 {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.order .tr-wrap {
  padding: 0 1.9rem 1.5rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  border-right: 1px solid rgba(221, 221, 221, 0.5);
  border-left: 1px solid rgba(221, 221, 221, 0.5);
}
.order .tr-title {
  padding: 1.5rem 0 .6rem;
}
.order .tr2 {
  flex-wrap: wrap;
}
.order .tr2-item {
  text-align: center;
  flex: 0 0 auto;
  margin-right: 2.5rem;
}
.order .color-img-wrap {
  width: 46px;
  display: inline-block;
}
.order .color-name {
  margin: 16px auto 6px;
}
.order .step3-item-wrap {
  max-width: 550px;
  width: 100%;
}
.order .item3-img-item {
  flex: 0 0 32%;
  margin-bottom: .75rem;
}
.order .item3-img-item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.order .step3-tr1 {
  height: 45px;
  line-height: 45px;
  background: whitesmoke;
  border-radius: 3px;
  margin-bottom: .5rem;
  cursor: pointer;
  padding: 0 20px;
  margin-bottom: 20px;
}
.order .item3-img {
  margin-bottom: 8px;
}
.order .book-item {
  flex: 0 0 auto;
  margin-right: 2rem;
}
.order .book-tr1 {
  margin-bottom: 6px;
}
.order .book-items .tr-title {
  padding-top: .75rem;
}
.order .book-tr1 {
  font-size: 14px;
}
.order .book-tr2 {
  font-size: 15px;
}
.order .control-btn {
  width: 110px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #010101;
  cursor: pointer;
  margin: 2rem auto 0;
  text-align: center;
}
.order .btn-ico {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 4px;
  background: url(../imgv2/selects1.png) no-repeat center;
  background-size: 63% !important;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: text-bottom;
}
.order .order-item.cur .btn-ico {
  transform: rotate(180deg);
}
.order .tr-wrap {
  display: none;
}
.order .order-unpay .order-status {
  color: #fff;
  background: url(../imgv2/unpay.svg) no-repeat top center;
}
.order .order-payed .order-status {
  color: #333;
  background: url(../imgv2/payed.svg) no-repeat top center;
}
.order .order-status {
  text-align: center;
  position: absolute;
  left: 100%;
  top: -2.5rem;
  font-size: 15px;
  font-weight: 500;
  width: 48px;
  height: 94px;
  line-height: 20px;
  padding-top: 8px;
  background-size: 100% !important;
}

.order-list1 {
  position: relative;
  z-index: 2;
  margin-top: -180px;
  min-height: 30vw;
}

.inner-banner .h400 {
  height: 400px;
}

.payed-body {
  background: #f6f6f6;
}

.payed-list1 {
  text-align: center;
  padding: 1.3rem 1rem 2rem;
  background: #fff;
  margin: 2.5rem auto;
}
.payed-list1 .payed-status {
  display: inline-block;
}
.payed-list1 .payed-h5 {
  line-height: 1.6;
  padding: 2px 0 10px;
  font-size: 24px;
}
.payed-list1 .return-a {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  color: #888;
  font-size: 16px;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
}
.payed-list1 .return-a .s1 {
  vertical-align: top;
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url(../imgv2/next1.png) no-repeat center;
  background-size: 14px !important;
}

.wechatPay .payed-h5 {
  padding-top: 20px;
}

.font64 {
  font-size: 1.6rem;
}

.fWeight500 {
  font-weight: 500;
}

.net-list1 {
  align-items: stretch;
  position: relative;
}
.net-list1 .lefts {
  flex: 0 0 25.75rem;
  width: 25.75rem;
}
.net-list1 .lefts-content {
  padding-left: 2.25rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
}
.net-list1 .rights {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 25.75rem);
  height: 100%;
  background: #ddd;
}
.net-list1 .title {
  padding: 2.1rem 0 1rem;
  border-bottom: 2px solid #ddd;
}

.bgf9 {
  background: #F9F9F9;
}

.bgf2 {
  background: #f2f2f2;
}

.tCenter {
  text-align: center;
}

.font56 {
  font-size: 1.4rem;
}

.font48 {
  font-size: 1.2rem;
}

.font45 {
  font-size: 1.125rem;
}

.font42 {
  font-size: 1.05rem;
}

.pTop100 {
  padding-top: 2.5rem;
}

.pBot100 {
  padding-bottom: 2.5rem;
}

.pTop120 {
  padding-top: 3rem;
}

.pBot120 {
  padding-bottom: 3rem;
}

.pBot20 {
  padding-bottom: 20px;
}

.join-list1 {
  padding: 2.5rem 0;
}
.join-list1 .ico-wrap {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.join-list1 .font26 {
  margin: 1rem auto .5rem;
}
.join-list1 .item {
  width: 25%;
  text-align: center;
}
.join-list1 .item:last-child .content {
  border-right: none;
}
.join-list1 .content {
  padding: 10px 1.1rem 1rem;
  border-right: 1px solid #ddd;
}

.join-list2 .list2-txts {
  width: 16rem;
}
.join-list2 .list2-imgs {
  width: calc(100% - 16rem - 5.5rem);
}
.join-list2 .font32 {
  margin-bottom: .6rem;
}

.join-list3 {
  margin-top: 4rem;
  padding-bottom: 14rem;
}

.join-list4 .list4-tr1 .font42, .join-list4 .list4-tr1 .font18 {
  flex: 0 0 auto;
}
.join-list4 .list4-tr2 {
  margin: 1.5rem auto 20px;
}
.join-list4 .w100 {
  flex: 0 0 100%;
  display: inline-flex;
  justify-content: space-between;
}
.join-list4 .w33 {
  margin-top: 20px;
  flex: 0 0 calc(33.3% - 13px);
  width: calc(33.3% - 13px);
}
.join-list4 .section-top {
  cursor: pointer;
  position: relative;
  height: 56px;
  padding-left: 1.2rem;
  text-align: left;
  background: #fff;
}
.join-list4 .section-top:after {
  content: "";
  display: block;
  right: 16px;
  top: 0;
  height: 56px;
  background: url(../imgv2/selects1.png) no-repeat center;
  background-size: auto !important;
  width: 16px;
  position: absolute;
  transform-origin: center;
}
.join-list4 .form-section {
  position: relative;
  z-index: 32;
  font-size: 18px;
  color: #000;
  line-height: 56px;
}
.join-list4 .form-section.cur .section-top:after {
  transform: rotate(180deg);
}
.join-list4 .options-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  max-height: 200px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.join-list4 .options-item {
  color: #333;
  cursor: pointer;
  padding: 0 1.2rem;
  border-top: 1px solid #ddd;
}
.join-list4 .ser-submit {
  flex: 0 0 168px;
  height: 56px;
  width: 16px;
  display: block;
  background: #419DD5 url(../imgv2/serf.png) no-repeat center;
  border: none;
  color: transparent;
}
.join-list4 .ser-input {
  border: none;
  height: 56px;
  box-sizing: border-box;
  background: none;
  flex: 0 0 calc(100% - 188px);
  width: calc(100% - 188px);
  display: inline-block;
  padding: 0 1.2rem;
  background: #fff;
  font-size: 18px;
}

.join-table .trWrap {
  background: #fff;
}
.join-table .th {
  background: #fff;
  font-size: 24px;
  color: #000;
  line-height: 2.5rem;
}
.join-table .th, .join-table .tr {
  padding: 0 1.2rem;
}
.join-table .tr {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 56px;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.join-table .tr:hover {
  color: #fff;
  background: #419DD5;
}
.join-table .td {
  flex: 0 0 20%;
}
.join-table .td:last-child {
  flex: 0 0 100px;
  width: 100px;
  cursor: pointer;
  text-align: right;
  transition-duration: .3s;
  transform: translateX(0);
}
.join-table .td:last-child:hover {
  color: #419DD5;
  transform: translateX(-6px);
}

.book .buy-msg {
  z-index: 35;
}

.book-list1 {
  align-items: center;
}
.book-list1 .book-tr {
  position: relative;
  z-index: 11;
}
.book-list1 .book-form-wrap {
  flex: 0 0 500px;
  background: #fff;
}
.book-list1 .content {
  padding: 0 1rem 1rem;
  font-size: 18px;
  color: #000;
  line-height: 56px;
}
.book-list1 .book-titles {
  padding: .8rem 1rem;
  background: #ecf4f9;
}
.book-list1 .book-titles .color0 {
  display: inline-block;
  flex: 0 0 auto;
  padding-right: .75rem;
  margin-right: .75rem;
  border-right: 2px solid rgba(131, 178, 212, 0.5);
}
.book-list1 .font24 {
  font-size: .7rem;
}
.book-list1 .book-tr {
  margin-top: 20px;
}
.book-list1 .book-td {
  border-bottom: 1px solid #ddd;
}
.book-list1 .w100 {
  flex: 0 0 100%;
}
.book-list1 .w48 {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
}
.book-list1 .section-top {
  cursor: pointer;
  position: relative;
}
.book-list1 .section-top:after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  height: 56px;
  background: url(../imgv2/selects1.png) no-repeat center;
  background-size: auto !important;
  width: 16px;
  position: absolute;
  transform-origin: center;
}
.book-list1 .form-section {
  position: relative;
  z-index: 32;
}
.book-list1 .form-section.cur .section-top:after {
  transform: rotate(180deg);
}
.book-list1 .zIndex33 {
  z-index: 33;
}
.book-list1 .zIndex34 {
  z-index: 34;
}
.book-list1 .options-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  max-height: 228px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.book-list1 .options-item {
  cursor: pointer;
  padding: 0 10px;
  border-top: 1px solid #ddd;
}
.book-list1 .options-item:first-child {
  border-top: none;
}
.book-list1 .book-submit {
  height: 70px;
  width: 100%;
  display: block;
  background: #419DD5;
  border: none;
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  cursor: pointer;
  margin-top: 1.3rem;
}
.book-list1 .book-input {
  border: none;
  height: 56px;
  box-sizing: border-box;
  background: none;
  width: 100% !important;
  display: block;
  padding: 0;
}
.book-list1 .book-input:-webkit-input-placeholder, .book-list1 .book-input:-ms-input-placeholder, .book-list1 .book-input:-moz-placeholder {
  color: #000;
}
.book-list1 .tel-input {
  padding-right: 110px;
}
.book-list1 .send-code-btn {
  position: absolute;
  text-align: right;
  background: none;
  right: 0;
  top: 0;
  height: 56px;
  width: 100px;
  display: block;
  border: none;
  color: #419DD5;
}
.book-list1 .login-readWrap {
  font-size: 16px;
  color: #888;
}
.book-list1 .login-readWrap .read-s0 {
  vertical-align: unset;
}
.book-list1 .read-btn {
  color: #000;
}
.book-list1 .right-cars {
  flex: 0 0 calc(100% - 5rem - 500px);
  width: calc(100% - 5rem - 500px);
}
.book-list1 .right-cars .font24 {
  font-weight: 500;
  margin: .7rem auto 2.4rem;
}

.appDownLoad-list1 .left-imgs {
  flex: 0 0 15rem;
  position: relative;
  top: 1px;
}
.appDownLoad-list1 .rights {
  flex: 0 0 auto;
  padding-top: 4.3rem;
}
.appDownLoad-list1 .font56 {
  margin-bottom: .9rem;
}
.appDownLoad-list1 .ewmImg {
  flex: 0 0 160px;
  margin-right: 30px;
}
.appDownLoad-list1 .downBtns {
  flex: 0 0 150px;
}
.appDownLoad-list1 .down-btn {
  display: block;
}
.appDownLoad-list1 .down-btn:first-child {
  margin-bottom: 30px;
}

.joinDetail .joinDEtail-title-left {
  font-size: 1.2rem;
  color: #000f16;
}
.joinDetail .detail-time {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #939799;
  line-height: 25px;
  letter-spacing: 2px;
}
.joinDetail .detail-info {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.joinDetail .info-item {
  margin-right: 100px;
}
.joinDetail .response-title, .joinDetail .info-item {
  font-size: 16px;
  line-height: 25px;
}
.joinDetail .detail-response {
  margin-top: 10px;
}
.joinDetail .response-title {
  margin-top: 5px;
}
.joinDetail .response-item {
  margin-top: 5px;
  color: #000f16;
  line-height: 1.9;
  font-size: 16px;
}
.joinDetail .apply-btn {
  width: 180px;
  height: 50px;
  border: 1px solid #419DD5;
  color: #419DD5;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
  margin: 1rem auto 0;
}
.joinDetail .apply-btn:hover {
  background: #419DD5;
  color: #fff;
}

.bdsharebuttonbox a {
  height: 24px;
}

.page {
  height: 26px;
  margin: 1.1rem auto;
}

.join .page .custom-pagination .page-to {
  display: none !important;
}

.join .page .custom-pagination a.prev-page, .join .page .custom-pagination a.next-page {
  background-color: transparent !important;
  font-size: 16px !important;
  height: 26px;
  line-height: 26px !important;
}

.join .page .custom-pagination ul li {
  font-size: 16px !important;
  background-color: transparent;
  width: 26px !important;
  height: 26px !important;
  padding: 0 !important;
  line-height: 26px !important;
  min-width: 26px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.page .custom-pagination a.prev-page:hover, .page .custom-pagination a.next-page:hover {
  background: #429DD6 !important;
}

.page .custom-pagination ul li.current-page {
  background: #429DD6;
  width: 26px !important;
  height: 26px !important;
  padding: 0 !important;
  line-height: 26px !important;
}

.custom-pagination {
  position: static;
}

.h680 {
  height: 17rem;
}

.buy-msg.zIndex41 {
  z-index: 41;
}

.joinDEtail-title-left, .joinDEtail-title-right {
  flex: 0 0 auto;
  display: inline-block;
}

.et5-list12 {
  background: #fff;
}

.w1440 {
  max-width: 1440px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.double-item-wrap {
  padding: 2.25rem;
  background: #fff;
  line-height: 1.5;
}
.double-item-wrap .double-item {
  flex: 0 0 calc(50% - 1.125rem);
  width: calc(50% - 1.125rem);
}
.double-item-wrap .font24 {
  font-size: 24px;
  padding: 1.1rem 0 .4rem;
}
.double-item-wrap .font16 {
  font-size: 16px;
}

.his-list2 {
  background: url(../img/logo-meaning.jpg) no-repeat center;
}

.his-list20 {
  background: #f2f7f8;
  padding: 2.5rem 2.25rem 2rem;
}
.his-list20 .pc-show {
  border-bottom: 2px solid #000;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.his-list20 .txt-contents {
  flex: 0 0 580px;
  width: 580px;
}
.his-list20 .item {
  margin-bottom: 1.9rem;
  display: inline-flex;
  flex: 0 0 calc(50% - .9rem);
  width: calc(50% - .9rem);
}
.his-list20 .ico {
  flex: 0 0 2.25rem;
  width: 2.25rem;
  display: inline-block;
  height: auto;
  margin-right: .8rem;
}
.his-list20 .txts {
  flex: 0 0 auto;
}
.his-list20 .s0 {
  display: inline-block;
  margin-right: 1.1rem;
}
.his-list20 .right-imgs {
  flex: 0 0 calc(100% - 580px - 1rem);
  width: calc(100% - 580px - 1rem);
  text-align: center;
}
.his-list20 .imgauto {
  display: inline-block;
  width: 18.2rem;
  max-width: 100%;
}
.his-list20 .font26 {
  font-weight: 500;
}

.welcome-body .more1 {
  font-size: 18px;
  font-weight: 500;
  color: #419DD5;
  background: #fff;
  border: none;
}

.et5-body .more1 {
  font-size: 22px;
  font-weight: 600;
  color: #419DD5;
  background: #fff;
  border: none;
}

.welcome-body .more1 .s0, .et5-body .more1 .s0 {
  color: #419DD5;
}

.welcome-body .more1:hover .s0, .et5-body .more1:hover .s0 {
  color: #fff;
}

.wel-list2 .wel-txts .font24 {
  font-weight: 500;
}

.can-hover:hover .img-wrap .img100, .can-hover:hover .img-wrap .imgauto {
  transform: scale3D(1.2, 1.2, 1.2);
}

.sale-list1 .item {
  flex-wrap: nowrap;
}

.sale-list1 .s0 {
  position: relative;
  padding-left: 12px;
}

.sale-list1 .s0:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #888888;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
  display: block;
}

.issell-txt {
  position: absolute;
  left: 0;
  top: 2.5rem;
  width: 100%;
  height: 40px;
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  display: none;
}

.scorll-opacity0 .mCSB_scrollTools .mCSB_draggerRail, .scorll-opacity0 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: transparent !important;
}

.netList .mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

.join-list4 .options-wrap, .book-list1 .options-wrap {
  border-bottom: 1px solid #ddd;
}

.m-header {
  z-index: 34;
}

.net-controls .options-item:first-child {
  border-top: none;
}

.buy-form .options-wrap {
  max-height: 306px;
}

.et5-list2 {
  padding-top: 2.75rem;
}

.car-imgbox {
  max-width: 92vw;
  width: 1129px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.carajax-360 {
  height: 503px;
  max-width: 92vw;
  width: 1129px;
  margin-left: auto;
  margin-right: auto;
}

.ulimg {
  height: 100% !important;
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

#carimg {
  height: 100%;
  width: 100% !important;
  cursor: move;
  display: inline-block;
  position: relative;
  z-index: 2;
  background-size: 100% !important;
}

.heightAutos {
  height: auto;
}

.book-list1 .options-wrap {
  overflow: hidden;
}

.welcome-banner .font64, .wel-list0 .font64, .wel-list0 .font61, .wel-list1 .font54, .wel-txts .font42, .wel-txts .font38, .inner-banner .font61 {
  font-weight: 600 !important;
}

.trim360-alert {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: hidden;
}
.trim360-alert.md-show {
  visibility: visible;
}
.trim360-alert .md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.trim360-alert .md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.trim360-alert canvas {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.trim360-alert .md-content-img #panoramaConianerm, .trim360-alert .md-content-img #panoramaConianer1 {
  cursor: pointer;
}

.trim360-close {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
}
.trim360-close.on {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1900px) {
  .pc-block3 {
    display: block;
  }

  .book-list1 .right-cars {
    position: relative;
    top: 1rem;
  }

  .show-step1 .step1-btn {
    font-size: 16px;
  }
}
.et5-list2 .font16 {
  line-height: 1.5;
}

@media (max-width: 1900px) and (min-width: 1201px) {
  .his-list1 .item {
    flex: 0 0 48%;
    width: 48%;
  }

  .his-list4 .font18 {
    max-width: 12rem;
  }

  .partner-list4 .img-wrap, .partner-list3 .plr90 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .his-list6 .font21 {
    font-size: 18px;
  }
}
.his-list6 .sline, .his-list6 .swiper1-wrap:before {
  background: #555;
}

.car360-list .stars-wrap {
  position: absolute;
  left: 2.25rem;
  top: 50%;
  height: auto;
  width: 28px;
  z-index: 4;
  transform: translateY(-50%);
}
.car360-list .star-item {
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin-top: 30px;
  position: relative;
  border-radius: 50%;
}
.car360-list .star-item:after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #429DD6;
  box-sizing: border-box;
  left: -6px;
  top: -6px;
  opacity: 0;
  transform: scale(0.6);
  transition-duration: .3s;
}
.car360-list .star-item:first-child {
  margin-top: 0;
}
.car360-list .star-item:hover:after, .car360-list .star-item.cur:after {
  opacity: 1;
  transform: scale(1);
}
.car360-list .exWrap360 {
  padding: 2.25rem 0;
}
.car360-list .top-titles0 {
  cursor: pointer;
  flex: 0 0 auto;
  text-align: center;
  color: #888;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.car360-list .top-titles0:first-child {
  margin-right: 50px;
}
.car360-list .top-titles0:first-child:after {
  right: -25px;
  top: 2px;
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background: #dddddd;
}
.car360-list .top-titles0:hover, .car360-list .top-titles0.cur {
  color: #000;
}
.car360-list .seeConfigure {
  width: 155px;
  height: 50px;
  margin: 1rem auto 2rem;
  border: 2px solid #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  color: #333;
  display: block;
  text-align: center;
}

.onLoadingDiv {
  background: transparent !important;
}

.inWrap360 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.footer-tr2 {
  line-height: 40px;
}
.footer-tr2 .font19 {
  font-size: 19px;
}
.footer-tr2 .font42 {
  font-size: 42px;
}

.order .buy-msg.apply-refund-bg .select-wrap {
  z-index: 32;
  margin-bottom: 20px;
}
.order .buy-msg.apply-refund-bg .section-top {
  color: #333;
}

.et5-list5 .hasCir {
  position: relative;
  padding-left: 20px;
  color: #fff;
  line-height: 1.5;
  font-size: 24px;
  margin-bottom: 10px;
}
.et5-list5 .hasCir:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
  display: block;
}

.buy-form .options-wrap {
  overflow: hidden;
}

.buy-form .mCSB_scrollTools .mCSB_draggerRail {
  background: #ddd !important;
}

.buy-form .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .buy-form .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #ddd !important;
}

@media (max-width: 1600px) {
  .book-list1 .right-cars {
    flex: 0 0 calc(100% - 4rem - 500px);
    width: calc(100% - 4rem - 500px);
  }

  .buy-footer .lefts .font16, .buy-step4-rights .readWrap {
    font-size: 14px;
  }

  .buy-footer .step-btn {
    width: 140px;
  }
}
@media (max-width: 1500px) {
  .pc-header .logo {
    margin-right: 60px;
  }

  .his-list4 .item {
    padding-left: 2rem;
  }

  .his-list4 .ico-img {
    height: 1.5rem;
    width: 1.5rem;
  }

  .pc-header .nav-wrap {
    flex: 0 0 610px;
    width: 610px;
  }
}
@media (max-width: 1400px) {
  .car360-list .stars-wrap {
    left: 3vw;
  }

  .pc-header .nav-wrap {
    flex: 0 0 17rem;
    width: 17rem;
  }

  .pc-header .logo {
    margin-right: 2.5rem;
  }

  .buy-footer.plr90 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .buy-footer .lefts .font16, .buy-step4-rights .readWrap {
    font-size: 12px;
  }

  .readWrap .read-s0 {
    width: 14px;
    height: 14px;
  }

  .his-list20 .pc-show {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .his-list20 .ico {
    flex: 0 0 64px;
    width: 64px;
    margin-right: .5rem;
  }

  .his-list20 .item {
    margin-bottom: 1.5rem;
  }

  .his-list20 .txt-contents {
    width: 510px;
    flex: 0 0 510px;
  }

  .his-list20 .font21 {
    font-size: 19px;
  }
}
.wel-list1 .more2 {
  display: block;
}

@media (min-width: 1301px) {
  .et5-list1 .w1200 {
    max-width: 1240px;
    width: 1240px;
  }

  .et5-body .et5-list1 .contents.w1200 {
    margin-left: -620px;
  }

  .et5-body .font16 {
    font-size: 18px !important;
  }

  .more1, .more1 .s0 {
    height: 50px;
    line-height: 50px;
  }

  .et5-list1 .font18, .et5-list2 .font18, .et5-list3 .font18, .et5-list4 .font18, .et5-list5 .font18, .et5-list6 .font18 {
    font-weight: 400;
    font-size: 22px;
  }

  .et5-body .inner-banner .font18 {
    font-weight: 400;
    font-size: 24px;
  }

  .banner-tel-ico {
    padding-left: 40px;
  }

  .book .w1600 {
    flex-wrap: nowrap;
  }

  .bdsharebuttonbox .s0 {
    font-size: 16px;
  }

  .footer .footer-nav-a1 {
    font-size: 18px;
    font-weight: 500;
  }

  .footer .footer-nav-a2 {
    font-size: 16px;
  }

  .font26 {
    font-size: 26px;
  }

  .font24 {
    font-size: 24px;
  }

  .font22 {
    font-size: 22px;
  }

  .font21 {
    font-size: 21px;
  }

  .font20 {
    font-size: 20px;
  }

  .font18 {
    font-size: 18px;
  }

  .font17 {
    font-size: 17px;
  }

  .font16 {
    font-size: 16px;
  }

  .font15 {
    font-size: 15px;
  }

  .font14 {
    font-size: 14px;
  }

  .font13 {
    font-size: 13px;
  }

  .buy .font16, .pay .font16 {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .pc-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .car-imgbox, .carajax-360 {
    width: 800px;
    overflow: hidden;
  }

  .carajax-360 {
    height: 356px;
  }

  .bdsharebuttonbox .s0 {
    font-size: 14px;
  }

  .footer .footer-nav-a1 {
    font-size: 16px;
    font-weight: 500;
  }

  .footer .footer-nav-a2 {
    font-size: 14px;
  }

  .font26 {
    font-size: 22px;
  }

  .font24 {
    font-size: 22px;
  }

  .font22 {
    font-size: 20px;
  }

  .font21 {
    font-size: 19px;
  }

  .font20 {
    font-size: 18px;
  }

  .font18 {
    font-size: 17px;
  }

  .font17 {
    font-size: 15px;
  }

  .font16 {
    font-size: 14px;
  }

  .font15 {
    font-size: 13px;
  }

  .font14 {
    font-size: 12px;
  }

  .font13 {
    font-size: 12px;
  }

  .book-list1 .book-form-wrap, .book-list1 .right-cars {
    flex: 0 0 450px;
  }

  .order .font37 {
    font-size: 24px;
  }

  .book-list1 .w1600 {
    align-items: center;
    flex-wrap: wrap;
  }

  .order .pay-now {
    flex: 0 0 90px;
    width: 110px;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
    margin-right: 20px;
  }

  .order .tr2-item {
    margin-right: 1.5rem;
  }

  .buy-header .middle {
    flex: 0 0 560px;
    width: 560px;
  }

  .plr90 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .buy-header .step, .buy-form .label, .buy-form .form-input, .buy-form .section-top, .buy-form .options-item {
    font-size: 15px;
  }

  .order .carImgwrap, .order .car-txts {
    flex: 0 0 48%;
    width: 48%;
  }
}
@media (min-width: 1201px) {
  .his-list6 .s0 {
    font-weight: bold;
    font-size: 26px;
  }

  .joinDEtail-title-left {
    line-height: 45px;
  }

  .joinDEtail-title-left, .joinDEtail-title-right {
    height: 45px;
  }
}
@media (max-width: 1200px) {
  .double-item-wrap {
    padding: 4vw;
  }

  .joinDEtail-title-left, .joinDEtail-title-right {
    height: 32px;
  }

  .joinDEtail-title-left {
    line-height: 32px;
  }

  .join-list1 .ico-wrap {
    width: 75px;
    height: 75px;
  }

  .net-list1 .lefts-content {
    padding: 4vw;
  }

  .net-list1 {
    flex-wrap: wrap;
  }

  .net-list1 .lefts {
    flex: 0 0 100%;
    width: 100%;
  }

  .net-list1 .rights {
    position: relative;
    width: 100%;
    height: 400px;
  }

  .net-list1 .title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .his-list20 .m-show {
    display: none;
  }
}
@media (max-width: 1023px) {
  .car360-list .stars-wrap {
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .car360-list .stars-wrap .star-item {
    flex: 0 0 16px;
    height: 16px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .car360-list .stars-wrap .star-item:after {
    width: 24px;
    height: 24px;
    left: -4px;
    top: -4px;
  }

  .car-imgbox, .carajax-360 {
    width: 660px;
    overflow: hidden;
  }

  .carajax-360 {
    height: 294px;
  }

  .his-list20 {
    padding: 8vw 4vw;
  }

  .his-list20 .txt-contents, .his-list20 .right-imgs {
    flex: 0 0 100%;
    width: 100%;
  }

  .his-list20 .m-show {
    display: block;
  }

  .his-list20 .pc-show {
    display: none;
  }

  .his-list20 .right-imgs {
    order: -1;
  }

  .double-item-wrap .double-item {
    flex: 0 0 100%;
    width: 100%;
  }

  .appDownLoad-list1 .left-imgs {
    flex: 0 0 12rem;
  }

  .font56 {
    font-size: 28px;
  }

  .appDownLoad-list1 .rights {
    padding-top: 2rem;
  }

  .store-item .item-title {
    flex-wrap: nowrap;
  }

  .store-item .title-s1 {
    margin-left: 6px;
  }

  .book-list1 .book-submit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .book-list1 .book-tr {
    margin-top: 10px;
  }

  .book-list1 .book-input {
    height: 40px;
  }

  .book-list1 .book-input {
    height: 40px;
  }

  .book-list1 .w48 {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
  }

  .book-list1 .content {
    font-size: 14px;
    line-height: 40px;
  }

  .book-list1 .book-form-wrap, .book-list1 .right-cars {
    flex: 0 0 100%;
  }

  .problem-nav {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .problem-nav .nav-item-wrap {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #dedede;
  }

  .problem-nav .nav-item {
    flex: 0 0 50%;
    justify-content: center;
  }

  .problem-nav .nav-item:first-child {
    border-bottom: none;
  }

  .problem-right {
    flex: 0 0 100%;
    width: 100%;
  }

  .problem-item-wrap {
    padding: 4vw;
  }

  .buy-form .options-item {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .buy-form .yxj-section .section-top {
    border: none !important;
  }

  .login-readWrap {
    height: 36px;
    line-height: 36px;
  }

  .buy-header .header-lefts {
    display: none;
  }

  .order .yxj-num {
    position: absolute;
    margin-right: 0;
    right: 0;
    top: 0;
  }

  .order .yxj-td {
    position: relative;
  }

  .order .control-btn {
    margin-top: 4vw;
  }

  .order .car-txts {
    padding-bottom: 4vw;
  }

  .order .tr2-item {
    margin-right: 1rem;
  }

  .order .order-item {
    padding: 4vw;
  }

  .order .order-status {
    top: -4vw;
    left: calc(100% - 36px);
    width: 36px;
    font-size: 12px;
    line-height: 15px;
    padding-top: 4px;
  }

  .order .font37 {
    font-size: 19px;
  }

  .login-readWrap .read-s0 {
    position: relative;
    top: 0;
    width: 14px;
    height: 14px;
  }

  .login-title {
    justify-content: center;
  }

  .login-list1 .login-title-btn:first-child {
    margin-right: 30px;
  }

  .login-list1 .login-title-btn:first-child:before {
    height: 22px;
    top: 8px;
    right: -15px;
  }

  .login-list1 .login-title-btn, .login-list1 .login-title-btn.cur {
    font-size: 26px;
    padding-bottom: 40px;
    flex: 0 0 auto;
  }

  .login-list1 .font16-s0 {
    padding-left: 10px;
    margin-right: 0;
  }
  .login-list1 .font16-s0:nth-child(1) {
    margin-right: 70px;
  }
  .login-list1 .font16-s0:before {
    width: 4px;
    height: 4px;
    top: 8px;
  }

  .login-list1 .font35 {
    text-align: center;
    font-size: 18px;
  }

  .login-list1 .font16 {
    font-size: 12px;
  }

  .login-list1 .lefts {
    flex: 0 0 100%;
    order: 1;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(221, 221, 221, 0.5);
  }

  .login-list1 .rights {
    flex: 0 0 100%;
  }

  .buy-form .flex-s0.font18 {
    font-size: 15px;
  }

  .buy-form .ico {
    margin-right: 8px;
  }

  .buy-header {
    background: #fff;
  }

  .buy {
    background: #F6F6F6;
  }

  .buy-form .yxj-section .section-top, .buy-form .yxj-section .options-item {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .buy-form .yxj-section .section-top, .buy-form .yxj-section .options-item {
    text-align: left;
  }

  .buy-form .book-lefts {
    margin-left: 20px;
  }

  .step4-footer {
    background: #F6F6F6;
    color: #999;
  }

  .buy .buy-header .middle {
    flex: 0 0 100%;
  }

  .buy .buy-header .rights {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }

  .buy .buy-footer .lefts .font16, .buy-header .step-s0 {
    display: none;
  }

  .show-step.show-step4 {
    display: none !important;
  }

  .buy .font24 {
    font-size: 14px;
  }

  .step4-footer.buy-footer .lefts {
    display: none;
  }

  .buy-footer .step-btn {
    flex: 0 0 75px;
    width: 75px;
    height: 30px;
    border-radius: 15px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
  }

  .buy-footer .step-btn.submit-btn {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    width: 100%;
    flex: 0 0 100%;
    border-radius: 0;
  }

  .buy-step4-rights .readWrap {
    width: 100%;
    flex: 0 0 100%;
    font-size: 12px;
    padding: 20px 0;
    line-height: 2;
  }

  .buy-step4-rights {
    flex-wrap: wrap;
  }

  .buy-form-wrap {
    padding: 0;
  }

  .buy-form .book-rights {
    flex: 0 0 100px;
  }

  .buy-form-wrap .form-title {
    padding: 4vw 4vw 0;
    background: #fff;
  }

  .buy-form {
    border-top: 4vw solid #fff;
  }

  .buy-form .tr {
    padding: 0 4vw;
    background: #fff;
  }
  .buy-form .tr.tr7 {
    background: transparent;
    padding: 0;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .buy-form .label {
    font-size: 16px;
    line-height: 53px;
    padding-bottom: 0;
    flex: 0 0 100%;
  }

  .buy-form2 .tr2 .td:nth-child(2) .label {
    flex: 0 0 100%;
    padding-top: 10px;
  }

  .buy-form2 .tr2 .td:nth-child(2) .label, .buy-form2 .tr2 .td:nth-child(2) .form-input {
    line-height: 30px;
    height: auto;
  }

  .buy-form2 .tr2 .td:nth-child(2) .input-wrap {
    flex: 0 0 100%;
  }

  .buy-form2 .tr2 .td:nth-child(2) .form-input {
    text-align: left;
    padding-bottom: 10px;
  }

  .readWrap .read-s0 {
    width: 14px;
    height: 14px;
    border: 1px solid #c1c1c1;
  }

  .readWrap.cur .read-s0 {
    border-color: #c1c1c1;
  }

  .buy-form .input-wrap, .buy-form .select-wrap {
    flex: 0 0 100%;
  }

  .buy-form .tr7 .label {
    flex: 0 0 100%;
  }

  .buy-form .tr7 .book-mains {
    flex: 0 0 100%;
  }

  .buy-form .form-input, .buy-form .section-top, .buy-form .options-item {
    padding: 0;
    height: 53px;
    line-height: 53px;
    font-size: 13px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 25px 0 10px;
    border-radius: 0;
  }

  .buy-form .options-item {
    border-width: 0 0 1px 0;
  }

  .buy-form .options-item {
    padding-right: 22px;
  }

  .buy-form .section-top, .buy-form .yxj-section .section-top {
    padding-right: 22px;
  }

  .buy-form .section-top:after {
    right: 10px;
    height: 53px;
    width: 12px;
    background-size: 12px !important;
  }

  .buy-form .yxj-section .section-top:after {
    height: 40px;
    right: 14px;
  }

  .buy-form .book-bot {
    padding: 24px;
    font-size: 13px;
    line-height: 20px;
    color: #888;
  }

  .buy-form .book-bot .p:before {
    width: 4px;
    height: 4px;
    top: 7px;
  }

  .buy-form .book-bot .p {
    padding-left: 12px;
  }

  .buy-form .td {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .buy-form .tr7 .td, .buy-form .tr6 .td:last-child {
    border-bottom: none;
  }

  .buy-footer.step4-footer {
    padding-bottom: 20px;
    z-index: 26;
  }

  .buy .car-bg {
    flex: 0 0 100%;
    height: 57vw;
  }

  .buy .buy-wrap.heightAuto .car-bg {
    height: auto;
  }

  .buy .show-step-wrap {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .buy .show-step {
    padding: 8vw 4vw calc(4vw + 54px);
  }

  .buy .show-step3 {
    background: #fff;
  }

  .heightAuto .show-step-wrap {
    padding: 8vw 4vw calc(4vw + 86px);
  }

  .buy-header .step {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    color: #888;
  }

  .buy-header .step.cur {
    font-size: 17px;
    color: #419DD5;
  }

  .buy-header .step.cur:before {
    width: 24px;
    height: 2px;
    left: calc(50% - 12px);
  }

  .buy-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 0 4vw;
  }

  .buy-footer .lefts {
    padding: 14px 0;
  }

  .buy-footer .rights {
    flex: 0 0 auto;
    width: auto;
  }

  .show-step1 .step1-scroll, .buy .buy-wrap {
    height: auto;
  }

  .show-step1 .step1-btns {
    width: 92vw;
    height: 40px;
    background: rgba(233, 233, 233, 0.6);
    border-radius: 20px;
    line-height: 40px;
    border: none;
  }

  .show-step1 .step1-btn {
    font-size: 14px;
    border: none !important;
  }

  .show-step1 .font21 {
    font-size: 18px;
  }

  .show-step1 .font18 {
    font-size: 13px;
  }

  .show-step1 .s0 {
    flex: 0 0 45%;
    width: 45%;
    padding-left: 10px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .show-step1 .s0:before {
    top: 9px;
    width: 3px;
    height: 3px;
  }

  .show-step2 .s0 {
    flex: 0 0 20%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }

  .show-step2 .color-img-wrap {
    width: 40px;
  }

  .buy .font21 {
    font-size: 18px;
  }

  .show-step2 .font15 {
    font-size: 13px;
  }

  .show-step2 .step2-item {
    width: 100%;
  }

  .show-step2 .tr1 {
    margin-bottom: 20px;
  }

  .show-step2 .color-img-wrap:after {
    width: 50px;
    height: 50px;
    left: -5px;
    top: -5px;
    border-width: 1px;
  }

  .buy-footer .step-next, .buy-footer .submit-btn {
    margin-left: 10px;
  }

  .buy-footer .submit-btn {
    background: #3A92C9;
    color: #fff;
  }

  .show-step3 .tr1 {
    height: 35px;
    line-height: 35px;
    padding: 0 25px 0 10px;
  }

  .buy-form-wrap .form-title-btn {
    font-size: 18px;
    padding-bottom: 10px;
    flex: 0 0 50px;
    line-height: 24px;
  }
  .buy-form-wrap .form-title-btn:before {
    height: 20px;
    top: 2px;
  }
  .buy-form-wrap .form-title-btn.cur {
    font-size: 20px;
  }
  .buy-form-wrap .form-title-btn.cur:after {
    height: 2px;
  }

  .buy-form .tr7 .label.font21 {
    font-size: 18px;
    line-height: 65px;
  }

  .buy-form .form-content {
    padding-top: 0;
  }

  .buy-form .tr.tr6 {
    padding-bottom: 4vw;
  }

  .buy-form .options-wrap {
    top: 53px;
  }
}
@media (min-width: 768px) {
  .wel-list4 .m-show {
    display: none;
  }

  .wel-list1 .more2 {
    width: 160px;
  }

  .et5-list5 .w1440 {
    left: 50%;
    transform: translateX(-50%);
  }

  .his-list2 .pc-block2 {
    display: block;
  }

  .sale-list1 .s0 {
    margin-right: .5rem;
  }

  .sale-list1 .txts {
    flex: 0 0 calc(100% - 55px - .5rem);
    width: calc(100% - 55px - .5rem);
  }

  .inner-banner .font18 {
    font-size: 22px;
  }

  .welcome-body .more1 {
    font-size: 18px;
  }

  .pay {
    background: #F6F6F6 !important;
  }

  .downBtns .m-img {
    display: none;
  }

  .car-imgbox {
    padding-bottom: 2rem;
  }

  .car-imgbox.car360s {
    background: url(../img/carBg360.png) no-repeat bottom center;
    background-size: 100% !important;
  }
}
@media (max-width: 767px) {
  .wel-list4 .m-show {
    display: block;
    width: 100px;
    margin: 20px auto 0;
  }

  .login-list1 .ewmImg, .appDownLoad .ewmImg {
    flex: 0 0 100px;
    width: 100px;
  }

  .et5-body .more1 {
    font-size: 16px !important;
  }

  .car360-list .exWrap360 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .et5-list12 {
    padding-bottom: 8vw;
  }

  .car360-list .top-titles0:first-child {
    margin-right: 36px;
  }

  .car360-list .top-titles0:first-child:after {
    right: -18px;
  }

  .car360-list .font42 {
    font-size: 28px;
  }

  .car360-list .seeConfigure {
    width: 78px;
    height: 28px;
    font-size: 12px;
    border-width: 1px;
    margin-bottom: 4rem;
    line-height: 26px !important;
  }

  .carajax-360 {
    width: 92vw;
    height: 41vw;
  }

  .double-item-wrap .font16 {
    font-size: 16px !important;
  }

  .et5-list2 .mb10 {
    margin-bottom: 18px;
  }

  .et5-list4 .pc-inline {
    display: block;
  }

  .his-list3 .list-top-txts {
    flex: 0 0 100%;
    width: 100%;
  }

  .his-list3 .s0:nth-child(2) {
    flex: 0 0 100%;
    width: 100%;
  }

  .his-list2 .font18 {
    text-align: center;
  }

  .et5-list5 {
    position: relative;
  }
  .et5-list5 .w1440 {
    position: static !important;
    margin-left: 4%;
  }
  .et5-list5 .item {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .et5-list5 .item .hasCir {
    flex: 0 0 auto;
    width: auto;
    min-width: 134px;
    font-size: 16px !important;
    color: #333;
    padding-left: 8px;
  }
  .et5-list5 .item .hasCir:before {
    background: #333;
    width: 4px;
    height: 4px;
    top: 10px;
  }
  .et5-list5 .top-txts {
    position: absolute;
    width: 92vw;
    left: 4vw;
    height: auto;
    top: 0;
  }
  .et5-list5 .item-wrap {
    color: #333;
    position: static;
    width: 92vw;
    margin: 40px auto 30px;
  }

  .sale-list1 .item.w48 {
    flex: 0 0 100%;
    width: 100%;
  }

  .sale-list1 .s0 {
    padding-left: 7px;
    margin-right: 4px;
  }

  .sale-list1 .s0:before {
    content: "";
    width: 3px;
    height: 3px;
    top: 12px;
  }

  .sale-list1 .txts {
    flex: 0 0 calc(100% - 45px);
    width: calc(100% - 45px);
  }

  .his-list20 .item-wrap {
    margin-top: 8vw;
  }

  .his-list20 .item {
    flex: 0 0 auto;
    width: auto;
  }

  .his-list20 .ico {
    flex: 0 0 42px;
    width: 42px;
    margin-right: 5px;
  }

  .his-list20 .font26 {
    font-size: 15px !important;
    margin-bottom: 5px;
  }

  .his-list20 .font21 {
    font-size: 13px !important;
  }

  .order .buy-msg .section-top:after {
    right: 10px;
  }

  .order .buy-msg .section-top {
    padding-left: 10px;
  }

  .order .buy-msg .options-item {
    padding: 10px 0;
  }

  .buy-msg .alert-btn.refund-submit {
    margin-top: 4vw;
  }

  .buy-footer .step-next, .buy-footer .submit-btn {
    margin-left: 5px;
  }

  .buy-footer.plr90 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .footer-tr2 {
    line-height: 34px;
  }
  .footer-tr2 .font19 {
    font-size: 12px;
  }
  .footer-tr2 .font42 {
    font-size: 24px;
  }

  .font16-item {
    margin-bottom: 5px;
  }

  .double-item-wrap .font24 {
    padding-top: .5rem;
  }

  .double-item-wrap .double-item {
    margin-bottom: 8vw;
  }

  .et5-list2 .txts {
    padding-top: 18px;
  }

  .et5-list2 {
    padding-top: 4vw;
  }
  .et5-list2 .left0 {
    margin-bottom: 25px;
  }
  .et5-list2 .right-item {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  .et5-list2 .right0 {
    flex-wrap: wrap;
  }

  .payed-list1 {
    margin: 0 auto;
    padding: 15vw 0;
    height: calc(100vh - 40px);
  }

  .join-table .tr {
    border-top: none;
  }
  .join-table .tr:last-child {
    border-bottom: 1px solid #f6f6f6;
  }
  .join-table .tr:nth-child(odd) {
    background: #f6f6f6;
  }

  .issell-txt {
    top: 10px;
    font-size: 18px;
  }

  .message-contents.join-form .join-input2, .message-contents.join-form .upload-txts {
    font-size: 14px;
  }

  .book .book-list1 {
    background-position: top center !important;
    background-size: 215% auto !important;
  }

  .book-list1 .w1600 {
    width: 100%;
    justify-content: center;
  }

  .book-list1 .book-form-wrap {
    background: #fff;
  }

  .book-list1 .right-cars {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .book-list1 .content {
    padding: 0 4vw;
  }

  .book-list1 .right-cars .font24 {
    margin-bottom: 1.4rem;
  }

  .book-list1 .right-cars {
    order: -1;
  }

  .store-item-wrap .scroll-wrap-y {
    height: auto;
    max-height: 13rem;
  }

  .net-list1 .title {
    padding-top: 1.1rem;
  }

  .appDownLoad-list1 .font56 {
    text-align: center;
  }

  .appDownLoad-list1 .w1400 {
    justify-content: center;
  }

  .appDownLoad-list1 .left-imgs {
    flex: 0 0 80%;
    order: 1;
  }

  .appDownLoad-list1 .rights {
    flex: 0 0 100%;
    padding-top: 0;
    padding-bottom: 8vw;
  }

  .welcome-body .more1 {
    font-size: 16px;
  }

  .message-contents.join-form .section-top {
    padding: 0 40px 0 10px;
  }

  .message-contents.join-form .form-section {
    font-size: 13px;
    line-height: 40px;
  }

  .message-contents.join-form .join-input {
    padding: 0 10px;
    height: 40px;
    font-size: 13px;
  }

  .message-contents.join-form .w138 {
    flex: 0 0 100px;
    width: 100px;
  }

  .joinDetail .message-h5 {
    font-size: 24px;
  }

  .message-contents.join-form .join-input2, .message-contents.join-form .upload-txts {
    height: 36px;
    line-height: 36px;
  }

  .message-contents.join-form .section-top:after {
    width: 40px;
    height: 40px;
  }

  .join-list4 {
    background: #fff;
  }
  .join-list4 .w1400 {
    width: 100%;
  }

  .join-table .td {
    flex: 0 0 33.3%;
  }
  .join-table .td:nth-child(2), .join-table .td:nth-child(4) {
    display: none;
  }
  .join-table .td:nth-child(3) {
    text-align: center;
  }

  .join-list4 .options-item {
    padding: 0 10px;
  }

  .join-table .th {
    font-size: 16px;
  }

  .join-table .tr {
    line-height: 45px;
  }

  .join-table .th, .join-table .tr {
    padding: 0 4vw;
  }

  .join-table .tr {
    font-size: 13px;
  }

  .join-list4 .list4-tr2 {
    padding: 0 4vw;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .join-list4 .list4-tr2:after, .join-list4 .list4-tr2:before {
    position: absolute;
    z-index: 33;
    content: "";
    display: block;
    width: 1px;
    height: 21px;
    top: 12px;
    background: #ddd;
  }
  .join-list4 .list4-tr2:before {
    left: 34.33%;
  }
  .join-list4 .list4-tr2:after {
    left: calc(66.66% - 5px);
  }

  .pBot100 {
    padding-top: 50px;
  }

  .joinDetail .joinDEtail-title-left {
    font-size: 24px;
  }

  .joinDetail .detail-time {
    margin-top: 7px;
  }

  .joinDetail .detail-info {
    margin-top: 10px;
    padding-top: 10px;
  }

  .joinDetail .response-item {
    font-size: 14px;
    line-height: 2.1;
  }

  .joinDetail .response-title, .joinDetail .info-item {
    margin-right: 0;
    flex: 0 0 100%;
    width: 100%;
  }

  .joinDetail .apply-btn {
    width: 120px;
    height: 40px;
    border: 1px solid #419DD5;
    color: #419DD5;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
  }

  .join-list4 .form-section {
    font-size: 13px;
    line-height: 45px;
  }
  .join-list4 .form-section:nth-child(1) .section-top {
    padding-left: 0;
  }

  .join-list4 .section-top {
    font-size: 13px;
    line-height: 45px;
    height: 45px;
    padding-left: 10px;
  }

  .join-list4 .section-top:after {
    height: 45px;
    right: 10px;
    width: 10px;
  }

  .join-list4 .list4-tr1 .font18, .join-list4 .w100 {
    display: none;
  }

  .join-list4 .list4-tr1 .font42 {
    flex: 0 0 100%;
    text-align: center;
  }

  .join-list2 .content {
    flex-wrap: wrap;
  }

  .join-list2 .list2-txts, .join-list2 .list2-imgs {
    flex: 0 0 100%;
    width: 100%;
  }

  .join-list4 .w33 {
    flex: 0 0 33%;
    width: 33%;
    margin-top: 0;
  }

  .join-list2 .list2-imgs {
    order: -1;
    margin-bottom: 36px;
  }

  .join-list3 {
    margin-top: 40px;
  }

  .pBot120 {
    padding-bottom: 60px;
  }

  .pTop120 {
    padding-top: 60px;
  }

  .join-list1 {
    padding-top: 0;
    justify-content: center !important;
  }

  .join-list1 .item {
    flex: 0 0 92%;
    width: 92%;
    padding: 25px 10px;
    border-bottom: 1px solid #ddd;
  }

  .join-list1 .font26 {
    margin-top: 0;
  }

  .join-list1 .font18 {
    font-size: 12px;
  }

  .join-list1 .content {
    position: relative;
    border-right: none;
    padding: 0 0 0 110px;
    text-align: left;
  }

  .join-list1 .ico-wrap {
    position: absolute;
    left: 0;
    top: 0;
  }

  .problem-list1 {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .problem-nav .font26 {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #dedede;
  }

  .problem-item-wrap .problem-answer {
    font-size: 14px;
    margin-top: 0;
  }

  .problem-item-wrap .problem-q {
    font-size: 18px;
    padding-left: 16px;
  }

  .problem-nav .ico {
    margin-right: 8px;
  }

  .problem-nav .nav-item-wrap {
    padding: .45rem 0;
  }

  .problem-nav .nav-item {
    padding: 0;
  }

  .problem-nav .nav-item:first-child {
    border-right: 1px solid #dedede;
  }

  .problem-nav .font26 {
    border-bottom-width: 1px;
  }

  .net-list1 .rights {
    height: 250px;
  }

  .net-controls .type-item:before {
    width: 13px;
    height: 13px;
  }

  .net-controls .type-item:after {
    width: 7px;
    height: 7px;
    left: 3px;
    top: 6px;
  }

  .net-controls .section-top:after {
    right: 8px;
    height: 40px;
  }

  .net-controls .type-item {
    line-height: 16px;
    padding-left: 20px;
  }

  .net-controls {
    font-size: 16px;
    line-height: 40px;
  }

  .net-controls .options-item {
    padding: 0 10px;
  }

  .net-controls .section-top, .net-controls .ser-input {
    height: 40px;
    padding-left: 10px;
  }

  .net-controls .ser-submit {
    width: 40px;
    height: 40px;
  }

  .store-item .left-txts {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
  }

  .store-item .goTo-btn {
    font-size: 12px;
    flex: 0 0 auto;
  }

  .store-item .goTo-btn:before {
    width: 16px;
    height: 20px;
    margin-bottom: 8px;
  }

  .store-item .item-title {
    margin-bottom: 6px;
  }

  .store-item-wrap .store-item {
    padding-bottom: 4vw;
  }

  .map-window .goTo-btn {
    margin-top: 6px;
    line-height: 16px;
  }

  .map-window .goTo-btn:before {
    flex: 0 0 10px;
    width: 10px;
    height: 14px;
  }

  .map-window {
    font-size: 12px;
  }

  .map-window .dt-ico-wrap {
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 4px;
  }

  .map-window .title-s0 {
    font-size: 20px;
    line-height: 1;
  }

  .net-controls .ser-item {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .net-controls .ser-item:last-child {
    margin-top: 10px;
    flex: 0 0 100%;
    width: 100%;
  }

  .buy-form .form-input, .buy-form .section-top, .buy-form .options-item {
    font-size: 15px;
  }

  .heightAuto .show-step-wrap {
    padding: 0;
  }

  .et5-body .more1 {
    margin: 1rem auto 0;
  }

  .pay-list1 {
    width: 100% !important;
    max-width: 100%;
    height: 100vh;
    background: url(../imgv2/pay-bg.jpg) no-repeat center;
    background-size: cover !important;
    padding: 14vw 4vw !important;
  }

  .step-scroll .mCSB_scrollTools .mCSB_draggerRail, .step-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: transparent !important;
  }

  .buy .mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
  }

  .downBtns .pc-img {
    display: none;
  }

  .downBtns .m-img {
    display: block;
  }

  .buy-form-wrap .form-title-btn:last-child {
    margin-right: 0;
  }

  .buy-form-wrap .form-title {
    border-bottom: none;
    justify-content: center;
    background: #f6f6f6 !important;
  }

  .buy-footer .step-prev:before {
    border-width: 1px;
  }

  .buy-msg .feedback-close {
    right: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
  }

  .message-h5 {
    font-size: 26px;
  }

  .buy .read-bg .dialog-container-text {
    padding: 0 4vw 4vw;
  }

  .buy .read-bg .dialog-container-text {
    max-height: 40vh;
  }

  .buy .read-bg .dialog-container-title {
    margin: 6vw 1vw;
    line-height: 30px;
  }

  .buy .read-bg .link-button {
    display: inline-block;
    border-radius: 18px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: #429DD6;
    width: 110px;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
  }

  .buy .read-bg .content {
    top: 36%;
  }

  .inner-banner .h400 {
    height: 60vw;
  }

  .order.padHeader {
    background: #f6f6f6 !important;
  }

  .order-list1 {
    margin-top: -90px;
  }

  .payed-list1 .payed-status {
    width: 111px;
  }

  .buy-msg .message-contents {
    padding: 4vw;
  }

  .buy-msg .alert-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }

  .order .yxj-td {
    margin-bottom: 20px;
  }

  .order .car-detail .p {
    line-height: 22px;
    display: flex;
    justify-content: space-between;
  }

  .pay-status-btns {
    justify-content: center;
  }

  .order .pay-now:last-child {
    margin-right: 0;
  }

  .order .tr-wrap {
    padding: 0;
    border: none;
  }

  .order .tr2-item {
    margin-right: 6px;
    flex: 0 0 auto;
    margin-bottom: 8px;
  }

  .order .items.book-items {
    padding-bottom: 4vw;
  }

  .order .items:last-child {
    border-top: 1px solid rgba(221, 221, 221, 0.5);
  }

  .order .color-img-wrap {
    width: 40px;
  }

  .order .color-name {
    margin: 8px auto 3px;
  }

  .order .step3-tr1 {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .order .book-item {
    flex: 0 0 100%;
    margin-right: 0;
    display: inline-flex;
    justify-content: space-between;
  }

  .order .book-tr1, .order .book-tr2 {
    flex: 0 0 auto;
    font-size: 13px;
  }

  .order .tr-title {
    font-size: 18px;
    padding: 4vw 0 4vw;
  }

  .order .car-detail .s0,
  .order .car-detail .s1 {
    flex: 0 0 auto;
  }

  .order .car-detail .s1 {
    text-align: right;
  }

  .order .car-detail {
    padding-top: 20px;
    border-top: 1px solid rgba(221, 221, 221, 0.5);
  }

  .order .yxj-btn {
    margin-left: 8px;
    width: 40px;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 10px;
  }

  .order .carImgwrap, .order .car-txts {
    flex: 0 0 100%;
    width: 100%;
  }

  .pay-list1 .top-tr1 {
    border-bottom: none;
  }

  .problem .inner-banner .h380 {
    height: 200px;
  }

  .problem .inner-banner .banner-titles {
    top: 50%;
    transform: translateY(-50%);
  }

  .padHeader {
    /*background: $mc !important;*/
  }

  .padHeader.payed-body, .padHeader.login, .padHeader .body-bg {
    background: #fff !important;
  }

  .pay-list1 .pay-top .pay-title, .pay-list1 .pay-bot .pay-title {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding: 40px 0 15px;
  }

  .login .body-bg.h100vh {
    height: auto !important;
  }

  .login .w870 {
    position: static;
    transform: none;
    padding: 10vw 4vw !important;
  }

  .login-list1 .down-btn:first-child, .appDownLoad .down-btn:first-child {
    margin-bottom: 0;
  }

  .pay-list1 .pay-item {
    flex: 0 0 100%;
    width: 100%;
    height: 60px;
    line-height: 60px;
    justify-content: flex-start;
  }

  .pay-list1 .pay-ico {
    flex: 0 0 25px;
    height: 25px;
  }

  .pay-list1 .times0 {
    display: none;
  }

  .pay-list1 .pay-cn {
    font-size: 14px;
    margin-left: 20px;
  }

  .pay-list1 .pay-top {
    padding: 0;
    background: transparent;
  }

  .pay-list1 .top-tr1 {
    margin-bottom: 0;
  }

  .pay-list1 {
    padding-top: 0;
  }

  .pay-list1 .money-num {
    font-size: 19px;
  }

  .pay-list1 .money-cn {
    font-size: 15px;
  }

  .pay-list1 .top-tr2 {
    padding-top: 10px;
  }

  .pay-list1 .top-tr3 {
    padding-bottom: 10px;
    border-radius: 0 0 4px 4px;
  }

  .pay-list1 .top-tr2, .pay-list1 .top-tr3 {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
    line-height: 50px;
    font-size: 12px;
  }

  .pay-list1 .pay-item:hover:after {
    opacity: 0 !important;
  }

  .pay-list1 .pay-times {
    font-size: 12px;
    line-height: 50px;
    background: #fff;
    justify-content: space-between;
    width: 100%;
    flex: 0 0 100%;
    flex-wrap: wrap;
    border-radius: 4px 4px 0 0;
  }
  .pay-list1 .pay-times:after {
    content: "";
    display: block;
    flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background: rgba(136, 136, 136, 0.5);
  }

  .times-cn {
    flex: 0 0 auto;
    margin-left: 15px;
  }

  .times-num {
    color: #000;
    flex: 0 0 auto;
    margin-right: 15px;
  }

  .order-num {
    color: #000;
  }

  .wechat-pay {
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }

  .pay-list1 .pay-item {
    background: url(../imgv2/detail.svg) no-repeat right center;
    background-size: 24px !important;
  }

  .bot-tr2 {
    background: #fff;
    border-radius: 4px;
    padding: 0 15px;
  }

  .login-readWrap, .login-list1 .login-way {
    font-size: 12px;
  }

  .login-list1 .downBtns, .appDownLoad .downBtns {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .login-list1 .down-btn, .appDownLoad .down-btn {
    display: inline-block;
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .login-list1 #sendCode {
    right: 12px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
  }

  .login-list1 .input {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 12px;
  }

  .login .w870 {
    padding: 60px 4vw 4vw;
  }

  .login-list1 .submit {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    border-radius: 4px;
  }

  .login-list1 .ewmImg, .appDownLoad .ewmImg {
    margin: auto;
  }

  .buy-footer .submit-btn {
    width: 100%;
  }

  .down-wrap.flexBox.alignCenter {
    justify-content: center;
  }
}
.login-list1 .downBtns, .appDownLoad .downBtns {
  display: none;
}

@media (max-width: 376px) {
  .show-step1 .step1-btn {
    font-size: 13px;
  }

  .et5-list1 .item:first-child {
    margin-right: 3rem;
  }

  .et5-list1 .item:first-child:after {
    right: -1.5rem;
  }

  .top-txts .font18 {
    font-size: 16px !important;
  }

  .bdsharebuttonbox .s0 {
    font-size: 14px;
  }

  .footer .footer-nav-a1 {
    font-size: 16px;
    font-weight: 500;
  }

  .footer .footer-nav-a2 {
    font-size: 14px;
  }

  .font24 {
    font-size: 20px !important;
  }

  .font22 {
    font-size: 18px !important;
  }

  .font21 {
    font-size: 17px !important;
  }

  .font20 {
    font-size: 16px !important;
  }

  .font18 {
    font-size: 15px !important;
  }

  .font17 {
    font-size: 14px !important;
  }

  .font16 {
    font-size: 14px !important;
  }

  .font15 {
    font-size: 13px !important;
  }

  .font14 {
    font-size: 12px !important;
  }

  .news .font14 {
    font-size: 14px !important;
  }

  .font13 {
    font-size: 12px !important;
  }

  .et5-list1 .font18 {
    line-height: 1.2;
  }
}
.book-list1 .gender-section .options-wrap {
  z-index: 31;
}

.book-list1 .province-section .options-wrap {
  z-index: 34;
}

.book-list1 .city-section .options-wrap {
  z-index: 33;
}

.book-list1 .store-section .options-wrap {
  z-index: 31;
}

.book-list1 .book-tr.zIndex30 {
  z-index: 30;
}

.book-list1 .book-tr.zIndex31 {
  z-index: 31;
}

.book .read-bg {
  z-index: 36;
}

@media (max-width: 321px) {
  .buy-footer .font24 {
    font-size: 12px;
  }

  .show-step1 .step1-btn {
    font-size: 13px !important;
  }
}
.et5-body .more1 {
  margin-top: 1rem;
}

.BMap_Marker.BMap_noprint:first-child {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  background: #419DD5 !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
}

.page .custom-pagination a.prev-page, .page .custom-pagination a.next-page {
  width: 26px !important;
  height: 26px !important;
  color: transparent !important;
  overflow: hidden;
}

.join .page .custom-pagination a.prev-page, .join .page .custom-pagination a.prev-page:hover {
  background-size: 50% !important;
  background-color: transparent !important;
  background: url(../imgv2/prev01.png) no-repeat center !important;
}

.join .page .custom-pagination a.next-page, .join .page .custom-pagination a.next-page:hover {
  background-color: transparent !important;
  background-size: 50% !important;
  background: url(../imgv2/next01.png) no-repeat center !important;
}


/* arthur li 2020.07.30 */
.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  width: 90px;
}
.btn-play.js-m2.animate{
  transform: translate(-50%,-50%)!important;
}
.btn-play2 {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  width: 90px;
}
@media (max-width:768px){
  .btn-play2 {

    top: 108%;
  }
}
.videos {
  display: none;
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
img.vclose {
  position: absolute;
  top: 1%;
  right: 1%;
  z-index: 99;
  cursor: pointer;
}
.video-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  z-index: -1;
}


/* end */
/*# sourceMappingURL=style_v2.css.map */
