@charset "utf-8";
body.pop-height {
  overflow: hidden;
}

.components-temp * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.components-temp img {
  width: 100%;
  display: block;
}
.components-temp #navigation-bar {
  position: fixed;
  right: 1.2vw;
  width: 4vw;
  min-width: 45px;
  z-index: 80;
  bottom: 22.5vh;
  display: none;
}
.components-temp #navigation-bar .navigation-show {
  height: 0;
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  overflow: hidden;
}
.components-temp #navigation-bar a {
  height: 4vw;
  min-height: 45px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-color: #303030;
  opacity: 0.7;
  margin-bottom: 0.5vw;
}
.components-temp #navigation-bar a:hover {
  opacity: 1;
}
.components-temp #navigation-bar a img {
  cursor: pointer;
}
.components-temp .capitalform-icon {
  position: fixed;
  right: -0.5vw;
  z-index: 50;
  bottom: 6.5vh;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: none;
}
.components-temp .capitalform-icon.cur {
  right: -170px;
}
.components-temp .capitalform-icon .click-div {
  overflow: hidden;
  width: 7.5vw;
  height: 7.5vw;
  min-width: 65px;
  min-height: 65px;
  cursor: pointer;
  background: url(/uploads/image/2pcimg/icon9-2.png) center center no-repeat;
  -o-background-size: 120% 120%;
     background-size: 120% 120%;
}
.components-temp .capitalform-icon .bubble {
  width: 10.5vw;
  height: 7.3vw;
  cursor: pointer;
  position: absolute;
  top: -4vw;
  left: -10.5vw;
  font-size: 1.25vw;
  line-height: 1.3;
  border-radius: 8px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right bottom;
     -moz-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
       -o-transform-origin: right bottom;
          transform-origin: right bottom;
  border-bottom-right-radius: 0 !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.components-temp .capitalform-icon .bubble.cur {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.components-temp .capitalform-icon .bubble::after {
  display: block;
  position: absolute;
  z-index: -1;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.15);
  bottom: 4px;
  right: -8px;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  background: -webkit-linear-gradient(225deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 50%, transparent 50%, transparent 50%);
  background: -moz-linear-gradient(225deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 50%, transparent 50%, transparent 50%);
  background: -o-linear-gradient(225deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 50%, transparent 50%, transparent 50%);
  background: linear-gradient(225deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 50%, transparent 50%, transparent 50%);
}
.components-temp .capitalform-icon .bubble .icon-close-b {
  position: absolute;
  width: 2.2vw;
  right: 0.1vw;
  padding: 0.5vw;
  top: 0.1vw;
}
.components-temp .aspiration-bottom {
  position: fixed;
  z-index: 81;
  width: 100%;
  height: 4vw;
  font-size: 1vw;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -200px;
}
.components-temp .aspiration-bottom img {
  width: 1.8%;
  padding: 0.2%;
  display: inline-block;
  margin: 0 1vw 0;
  cursor: pointer;
}
.components-temp .aspiration-bottom .open-retain {
  color: #000;
  width: auto;
  cursor: pointer;
  padding: 0 1.2vw;
  height: 2.2vw;
  line-height: 2.2vw;
  background-color: #fff;
  border-radius: 2vw;
  margin-left: 1.2vw;
  font-size: 0.9vw;
}
.components-temp input,
.components-temp select {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  line-height: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
}
.components-temp input::-webkit-input-placeholder,
.components-temp select::-webkit-input-placeholder {
  color: #909090;
}
.components-temp input::-ms-expand,
.components-temp select::-ms-expand {
  display: none;
}
.components-temp input:focus,
.components-temp select:focus {
  outline: none;
}
.components-temp .formstylecom .form-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.components-temp .formstylecom .form-content .form-label {
  margin-bottom: 4.5%;
  background-color: #f7f7f7;
  border-radius: 8px;
  height: 3.125vw;
  min-height: 40px;
  overflow: hidden;
  line-height: 100%;
  position: relative;
  width: 48%;
}
.components-temp .formstylecom .form-content .form-label.w100 {
  width: 100%;
}
.components-temp .formstylecom .form-content .form-label.infoshow {
  margin-bottom: 1.8vw !important;
  overflow: visible;
}
.components-temp .formstylecom .form-content .form-label.infoshow .errinfo {
  display: block;
}
.components-temp .formstylecom .form-content .form-label .errinfo {
  font-size: 0.9vw;
  color: #e60012;
  margin-top: 0.3vw;
  display: none;
}
.components-temp .formstylecom .form-content .form-label .errinfo i {
  display: inline-block;
  width: 0.95vw;
  height: 0.95vw;
  line-height: 0.95vw;
  font-size: 0.8vw;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  border-radius: 50%;
  background-color: #e60012;
}
.components-temp .formstylecom .form-content .form-label input,
.components-temp .formstylecom .form-content .form-label select {
  padding-left: 15px;
  overflow: hidden;
  border-radius: 8px;
}
.components-temp .formstylecom .form-content .form-label select {
  padding-right: 1.6vw;
}
.components-temp .formstylecom .form-content .form-label .select-bootom {
  background: url(/uploads/image/2pcimg/icon-select.svg) center center no-repeat;
  width: 1.5vw;
  height: 1.5vw;
  right: 0.1vw;
  -o-background-size: cover;
     background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
}
.components-temp .formstylecom .checkbox-div {
  color: #606060;
}
.components-temp .formstylecom .checkbox-div .checkbox-box, .components-temp .formstylecom .checkbox-div .retcheckbox-box, .components-temp .formstylecom .checkbox-div .capcheckbox-box {
  text-align: justify;
  width: 1.57vw;
  cursor: pointer;
  height: 1.57vw;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url(/uploads/image/2vcimages/check.png) center center no-repeat;
}
.components-temp .formstylecom .checkbox-div .checkbox-box label, .components-temp .formstylecom .checkbox-div .retcheckbox-box label, .components-temp .formstylecom .checkbox-div .capcheckbox-box label {
  background: #303030;
  cursor: pointer;
}
.components-temp .formstylecom .checkbox-div .checkbox-box.checked label, .components-temp .formstylecom .checkbox-div .retcheckbox-box.checked label, .components-temp .formstylecom .checkbox-div .capcheckbox-box.checked label {
  background: url(/uploads/image/2vcimages/checked.png) center center no-repeat;
  -o-background-size: 80% 80%;
     background-size: 80% 80%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
}
.components-temp .formstylecom .checkbox-div .agree {
  font-size: 0.834vw;
}
.components-temp .formstylecom .checkbox-div .agree a {
  color: #d6000f;
}
.components-temp .footer-pop {
  display: none;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  color: #000;
  /* 热线电话弹窗 */
  /* 心声成功 */
}
.components-temp .footer-pop#hotephone .bg {
  width: 350px;
  height: 150px;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  left: 50%;
  font-size: 14px;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font: 100%/1 "microsoft yahei", arial, helvetica, "宋体", sans-serif;
}
.components-temp .footer-pop#hotephone .title {
  padding: 25px 0 20px;
  font-weight: bold;
}
.components-temp .footer-pop#hotephone .num > a {
  color: #d6000f;
  font-size: 24px;
  font-weight: bolder;
}
.components-temp .footer-pop#hotephone .footer {
  margin: 25px 0 0 0;
  border-top: 1px solid #f3f3f3;
  padding: 0;
  background: none;
}
.components-temp .footer-pop#hotephone .footer p {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  width: 49%;
}
.components-temp .footer-pop#hotephone .footer p:last-child {
  border-left: 1px solid #f3f3f3;
}
.components-temp .footer-pop#hotephone .footer p:last-child a {
  color: #2d9dec;
  display: block;
}
.components-temp .footer-pop .win1109-box {
  width: 500px;
  height: 250px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -100px;
  border-radius: 7px;
  font-size: 14px;
}
.components-temp .footer-pop .win1109-box p {
  text-align: center;
  margin-top: 70px;
  line-height: 30px;
}
.components-temp .footer-pop .win1109-box p span {
  color: #e00622;
}
.components-temp .footer-pop .win1109-box a {
  display: block;
  width: 45%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  background-color: #e00622;
  color: #fff;
  margin-top: 30px;
  border-radius: 22px;
}
.components-temp .footer-pop.retain-success {
  z-index: 810;
}
.components-temp .footer-pop.retain-success .main {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 8px;
  padding: 25px 30px;
  text-align: center;
  font-size: 0.94vw;
  min-width: 300px;
  width: 28%;
}
.components-temp .footer-pop.retain-success .main p:first-of-type {
  font-size: 1.55vw;
  font-weight: bold;
  margin-bottom: 10px;
}
.components-temp .footer-pop.retain-success .main div {
  background-color: #eb0a1e;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-top: 20px;
  cursor: pointer;
}
.components-temp .capitalform {
  position: fixed;
  z-index: 800;
  width: 100%;
  display: none;
  height: 100%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  min-height: 100%;
  top: 0;
  bottom: 0;
}
.components-temp .capitalform .icon-close {
  min-height: 42px;
  height: 3.2vw;
  width: 3.2vw;
  min-width: 42px;
  position: absolute;
  right: 25px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #303030;
  opacity: 0.7;
  cursor: pointer;
  text-align: center;
  bottom: 8%;
}
.components-temp .capitalform .icon-close img {
  width: 100%;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.components-temp .capitalform .icon-close img.active {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.components-temp .capitalform .capitalform-content {
  min-width: 400px;
  width: 33.1%;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  right: 7%;
  bottom: 8%;
  overflow: hidden;
  color: #303030;
  font-size: 0.95vw;
  -webkit-transform: translatey(20px);
     -moz-transform: translatey(20px);
      -ms-transform: translatey(20px);
       -o-transform: translatey(20px);
          transform: translatey(20px);
}
.components-temp .capitalform .capitalform-content .type-padding {
  padding: 10px 1.2vw 1.6vw;
}
.components-temp .capitalform .capitalform-content .type-padding .form-label {
  margin-bottom: 3.8%;
}
.components-temp .capitalform .capitalform-content .tit {
  font-size: 1.875vw;
  text-align: center;
  font-weight: bold;
  padding-top: 1.8vw;
}
.components-temp .capitalform .capitalform-content .car {
  width: 81.5%;
  display: block;
  margin: 0 auto 3%;
}
.components-temp .capitalform .capitalform-content #cap-submit-btn {
  width: 100%;
  height: 3.125vw;
  line-height: 3.125vw;
  min-height: 40px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  font-size: 0.834vw;
  font-weight: bold;
  background-color: #303030;
  margin-top: 1.2vw;
  position: initial;
}
.components-temp .retainform {
  display: none;
  position: fixed;
  z-index: 800;
  top: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
.components-temp .retainform .retainform-main {
  width: 27.6%;
  min-width: 430px;
  min-height: 26vw;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 18%;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
       -o-transform: translatex(-50%);
          transform: translatex(-50%);
  color: #fff;
  font-size: 0.94vw;
  padding: 45px 0 30px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
.components-temp .retainform .retainform-main.active {
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
       -o-transform: translatex(-50%);
          transform: translatex(-50%);
  opacity: 1;
}
.components-temp .retainform .retainform-main .img {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 10px;
  width: 43px;
}
.components-temp .retainform .retainform-main .retainform-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translatex(0%);
     -moz-transform: translatex(0%);
      -ms-transform: translatex(0%);
       -o-transform: translatex(0%);
          transform: translatex(0%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.components-temp .retainform .retainform-main .retainform-content.active {
  -webkit-transform: translatex(-100%);
     -moz-transform: translatex(-100%);
      -ms-transform: translatex(-100%);
       -o-transform: translatex(-100%);
          transform: translatex(-100%);
}
.components-temp .retainform .retainform-main .retainform-content.active .retain-type1 {
  height: 0;
}
.components-temp .retainform .retainform-main .retainform-content .title {
  padding: 0 0 2.6%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.components-temp .retainform .retainform-main .retainform-content .title p {
  font-size: 1.55vw;
}
.components-temp .retainform .retainform-main .retainform-content .title p span {
  border-radius: 50%;
  width: 1.55vw;
  font-size: 1vw;
  height: 1.55vw;
  line-height: 1.55vw;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 8px;
}
.components-temp .retainform .retainform-main .retainform-content .title p:last-child {
  font-size: 1.14vw;
  cursor: pointer;
}
.components-temp .retainform .retainform-main .retainform-content .btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
.components-temp .retainform .retainform-main .retainform-content .btn div {
  height: 2.7vw;
  line-height: 2.7vw;
  border-radius: 5px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.components-temp .retainform .retainform-main .retainform-content .btn div.submit {
  color: #000;
  background-color: #fff;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-left: 5%;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 {
  width: 100%;
  padding: 0 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .select-type .select-item {
  font-size: 0.84vw;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4% 0 2.5%;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .select-type .select-item div {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1.5% 0;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
  margin-left: 2%;
  border-radius: 20px;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .select-type .select-item div.active {
  background-color: rgba(255, 255, 255, 0.7);
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .select-type .select-item div:first-of-type {
  margin: 0 !important;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .textarea-box {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5%;
  height: 9.5vw;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .textarea-box textarea {
  resize: none;
  font-size: 0.95vw;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  line-height: 1.3;
  /* webkit */
  /* firefox <= 18 */
  /* firefox >= 19 */
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .textarea-box textarea::-webkit-scrollbar {
  display: none;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .textarea-box textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .textarea-box textarea:-moz-placeholder {
  color: #a0a0a0;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .textarea-box textarea::-moz-placeholder {
  color: #a0a0a0;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .textarea-box textarea:-ms-input-placeholder {
  color: #a0a0a0;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type {
  padding: 0 2.5%;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .select-item {
  margin: 4% 0;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .select-item div {
  position: relative;
  margin-left: 3%;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .select-item div i {
  position: absolute;
  width: 1.1vw;
  height: 1.1vw;
  line-height: 1.1vw;
  top: -0.5vw;
  right: 2%;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  font-style: normal;
  display: none;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .select-item div.active::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
       -o-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .type-tab {
  position: relative;
  min-height: 8.5vw;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .type-tab .item-type {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .type-tab .item-type:first-child {
  display: block;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .type-tab .item-type div {
  margin-bottom: 2.5%;
  cursor: pointer;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .type-tab .item-type div.cur i {
  background: url(/uploads/image/2pcimg/icon-dui1.svg) center center no-repeat;
  -o-background-size: 90% 90%;
     background-size: 90% 90%;
  background-color: #fff;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .type-tab .item-type div i {
  width: 1.25vw;
  height: 1.25vw;
  line-height: 1.25vw;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 4%;
  vertical-align: middle;
  display: inline-block;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .type-tab .item-type div span {
  vertical-align: middle;
  display: inline-block;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .textarea-box {
  margin-top: 2%;
  height: 5vw;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 {
  width: 100%;
  padding: 0 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content {
  font-size: 0.94vw;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content .form-label {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content .form-label input {
  color: #fff;
  /* webkit */
  /* firefox <= 18 */
  /* firefox >= 19 */
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content .form-label input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content .form-label input:-moz-placeholder {
  color: #a0a0a0;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content .form-label input::-moz-placeholder {
  color: #a0a0a0;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content .form-label input:-ms-input-placeholder {
  color: #a0a0a0;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content .form-label select {
  color: #fff;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content .form-label select option {
  color: #000;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content .form-label .select-bootom {
  background-image: url(/uploads/image/2pcimg/icon-select.png);
  width: 0.6vw;
  height: 0.8vw;
  right: 0.5vw;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div {
  color: #fff;
  margin-bottom: 5%;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div .checkbox-box, .components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div .retcheckbox-box {
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 5px;
  border: 3px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  background: ;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div .checkbox-box label, .components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div .retcheckbox-box label {
  background-color: rgba(255, 255, 255, 0);
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div .checkbox-box.checked, .components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div .retcheckbox-box.checked {
  background-color: #fff;
}
.components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div .checkbox-box.checked label, .components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div .retcheckbox-box.checked label {
  background-image: url(/uploads/image/2pcimg/icon-dui.png);
}
.components-temp .retainform .retainform-main .retain-fail {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 50%;
  left: 50%;
  width: 70%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #202020;
  box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, 0.1);
  font-size: 0.84vw;
  border-radius: 8px;
  padding: 15px 25px;
}
.components-temp .footer-fixed {
  display: none;
}

#messagepop {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  display: none;
}
#messagepop .main {
  background: #fff;
  width: 25%;
  min-width: 400px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#messagepop .main .main-text .ms-tit {
  font-size: 1.28em;
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
}
#messagepop .main .main-text .msg {
  line-height: 1.3em;
  color: #000;
}
#messagepop .main .link-btn {
  margin-right: 1.5%;
  display: none;
}
#messagepop .main .btnbox {
  text-align: right;
  color: #fff;
  padding-top: 15px;
}
#messagepop .main .btnbox span {
  cursor: pointer;
  display: inline-block;
  background-color: #6193f0;
  padding: 2% 4%;
  border-radius: 5px;
}
#messagepop .main .btnbox a {
  cursor: pointer;
  display: inline-block;
  background-color: #6193f0;
  padding: 2% 4%;
  color: #fff;
  border-radius: 5px;
}
#messagepop .main .btnbox a:link, #messagepop .main .btnbox a:visited, #messagepop .main .btnbox a:hover {
  color: #fff;
  text-decoration: none;
}

.main-sidenav .side-wrap {
  top: 53.5% !important;
}
.main-sidenav .side-wrap .side-top .side-center .side-li {
  height: 0.64rem !important;
  line-height: 0.64rem !important;
}

@media (max-width: 1024px) {
  .components-temp #navigation-bar {
    right: 20px;
    bottom: 20vh !important;
    width: 8vw;
    min-width: 0px;
  }
  .components-temp #navigation-bar a {
    height: 8vw;
    min-height: 0px;
    margin-bottom: 1vw;
  }
  .components-temp .capitalform-icon {
    bottom: 7vh;
  }
  .components-temp .capitalform-icon.cur {
    right: -150px;
  }
  .components-temp .capitalform-icon .click-div {
    width: 15vw;
    height: 15vw;
    -o-background-size: 120% 120%;
       background-size: 120% 120%;
  }
  .components-temp .capitalform-icon .bubble {
    left: -11.5vw;
    width: 12vw;
    border-radius: 5px;
  }
  .components-temp .capitalform-icon .bubble::after {
    bottom: 3px;
    right: -6px;
    width: 12px;
    height: 12px;
  }
  .components-temp .capitalform-icon .bubble .icon-close-b {
    right: 0.3vw;
    top: 0.3vw;
  }
  .components-temp .aspiration-bottom {
    height: 4.5vw;
  }
  .components-temp .aspiration-bottom img {
    width: 3%;
    padding: 0.8%;
    margin: 0;
  }
  .components-temp .aspiration-bottom .open-retain {
    height: 2.6vw;
    line-height: 2.6vw;
    border-radius: 2vw;
  }
  .components-temp .formstylecom .form-content .form-label {
    margin-bottom: 4%;
    min-height: 45px;
  }
  .components-temp .formstylecom .checkbox-div .checkbox-box, .components-temp .formstylecom .checkbox-div .retcheckbox-box, .components-temp .formstylecom .checkbox-div .capcheckbox-box {
    width: 1.7vw;
    height: 1.7vw;
    border-radius: 3px;
  }
  .components-temp .formstylecom .checkbox-div .agree {
    font-size: 0.9vw;
  }
  .components-temp .capitalform .icon-close {
    height: 7vw;
    width: 7vw;
  }
  .components-temp .capitalform .capitalform-content {
    right: 12%;
    bottom: 10%;
    min-width: 500px;
  }
  .components-temp .capitalform .capitalform-content #cap-submit-btn {
    border-radius: 5px;
    line-height: 45px;
    min-height: 45px;
  }
  .components-temp .retainform .retainform-main {
    min-height: auto;
    border-radius: 5px;
    font-size: 0.94vw;
    padding-bottom: 25px;
    top: 50%;
    -webkit-transform: translate(-50%, -38%);
       -moz-transform: translate(-50%, -38%);
        -ms-transform: translate(-50%, -38%);
         -o-transform: translate(-50%, -38%);
            transform: translate(-50%, -38%);
  }
  .components-temp .retainform .retainform-main.active {
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .components-temp .retainform .retainform-main .retainform-content .title {
    padding: 0 0 3%;
  }
  .components-temp .retainform .retainform-main .retainform-content .title p {
    font-size: 1.8vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .title p span {
    width: 1.8vw;
    font-size: 1.3vw;
    height: 1.8vw;
    line-height: 1.8vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .title p:last-child {
    font-size: 1.4vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .btn div {
    height: 3.8vw;
    line-height: 3.8vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .select-type .select-item {
    margin: 4% 0;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .select-type .select-item div {
    padding: 2.5% 0;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .textarea-box {
    height: auto;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .textarea-box textarea {
    font-size: 1vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type {
    padding: 0 2%;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .select-item div {
    padding: 1.5% 0;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .select-item div i {
    width: 1.6vw;
    height: 1.6vw;
    line-height: 1.6vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .type-tab {
    min-height: 12vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .type-tab .item-type div i {
    width: 1.8vw;
    height: 1.8vw;
    line-height: 1.8vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .textarea-box {
    height: auto;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type2 {
    font-size: 1.2vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content .form-label input,
  .components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content .form-label select {
    font-size: 1.4vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div .checkbox-box, .components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div .retcheckbox-box {
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 3px;
    border: 2px solid #fff;
  }
  .components-temp .retainform .retainform-main .retain-fail {
    font-size: 0.9vw;
    border-radius: 5px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .components-temp #navigation-bar {
    right: 2vw;
    width: 10.7vw;
    min-width: 30px;
    bottom: 17vh;
  }
  .components-temp #navigation-bar a {
    min-height: 30px;
    height: 10.7vw;
    margin-top: 1.5vw;
  }
  .components-temp .capitalform-icon {
    right: -1.5vw;
    bottom: 4.2vh;
  }
  .components-temp .capitalform-icon.cur {
    right: -350px;
  }
  .components-temp .capitalform-icon .click-div {
    width: 19vw;
    height: 19vw;
    min-width: 35px;
    -o-background-size: 120% 120%;
       background-size: 120% 120%;
    min-height: 35px;
  }
  .components-temp .capitalform-icon .bubble {
    width: 33.3vw;
    height: 20vw;
    top: -12vw;
    left: -34vw;
    font-size: 4vw;
  }
  .components-temp .capitalform-icon .bubble::after {
    right: -5.5px;
  }
  .components-temp .capitalform-icon .bubble .icon-close-b {
    width: 6vw;
    top: 0.5vw;
    right: 0.5vw;
    padding: 1.3vw;
  }
  .components-temp .formstylecom .form-content .form-label {
    margin-bottom: 3.5vw;
    line-height: 10.7vw;
    height: 10.7vw;
    min-height: 10.7vw;
    width: 48.3%;
    border-radius: 5px;
  }
  .components-temp .formstylecom .form-content .form-label.infoshow {
    margin-bottom: 7vw !important;
  }
  .components-temp .formstylecom .form-content .form-label .errinfo {
    line-height: 1.3;
    font-size: 3.2vw;
    margin-top: 1vw;
  }
  .components-temp .formstylecom .form-content .form-label .errinfo i {
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    font-size: 3.2vw;
    margin-right: 3px;
  }
  .components-temp .formstylecom .form-content .form-label input,
  .components-temp .formstylecom .form-content .form-label select {
    padding-left: 10px;
    padding-right: 5vw;
    line-height: 10.7vw;
    border-radius: 5px;
  }
  .components-temp .formstylecom .form-content .form-label .select-bootom {
    right: 1.2vw;
    width: 3vw;
    height: 5.3vw;
  }
  .components-temp .formstylecom .checkbox-div {
    margin: 1vw 0;
  }
  .components-temp .formstylecom .checkbox-div .checkbox-box, .components-temp .formstylecom .checkbox-div .retcheckbox-box, .components-temp .formstylecom .checkbox-div .capcheckbox-box {
    width: 4.8vw;
    height: 4.8vw;
    border-radius: 2px;
    background: url(/uploads/image/2vcimages/check.png) center center no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  }
  .components-temp .formstylecom .checkbox-div .checkbox-box.checked label, .components-temp .formstylecom .checkbox-div .retcheckbox-box.checked label, .components-temp .formstylecom .checkbox-div .capcheckbox-box.checked label {
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  }
  .components-temp .formstylecom .checkbox-div .checkbox-box.checked label:after, .components-temp .formstylecom .checkbox-div .retcheckbox-box.checked label:after, .components-temp .formstylecom .checkbox-div .capcheckbox-box.checked label:after {
    display: none;
  }
  .components-temp .formstylecom .checkbox-div .agree {
    font-size: 2.94vw;
  }
  .components-temp .footer-pop {
    /* 热线电话弹窗 */
    /* 心声成功 */
  }
  .components-temp .footer-pop#hotephone .bg {
    width: 70vw;
    height: 36vw;
    font-size: 3.7vw;
  }
  .components-temp .footer-pop#hotephone .title {
    padding: 5vw 0;
  }
  .components-temp .footer-pop#hotephone .num > a {
    font-size: 5vw;
  }
  .components-temp .footer-pop#hotephone .footer {
    margin: 6vw 0 0 0;
  }
  .components-temp .footer-pop#hotephone .footer p {
    line-height: 11vw;
    height: 11vw;
  }
  .components-temp .footer-pop .win1109-box {
    width: 90%;
    height: 45vw;
    background-color: #fff;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -22.5vw;
    font-size: 3.7vw;
    margin-left: 0;
    border-radius: 7px;
  }
  .components-temp .footer-pop .win1109-box p {
    text-align: center;
    margin-top: 10vw;
    line-height: 20px;
  }
  .components-temp .footer-pop .win1109-box a {
    display: block;
    width: 50%;
    height: 10vw;
    line-height: 10vw;
    text-align: center;
    margin: 0 auto;
    background-color: #e00622;
    color: #fff;
    margin-top: 10vw;
    border-radius: 5vw;
  }
  .components-temp .footer-pop.wxmpop img {
    width: 38%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .components-temp .footer-pop.retain-success .main {
    width: 80%;
    border-radius: 5px;
    padding: 20px 25px;
    font-size: 3.2vw;
    min-width: 0;
  }
  .components-temp .footer-pop.retain-success .main p:first-of-type {
    font-size: 4vw;
    margin-bottom: 15px;
  }
  .components-temp .footer-pop.retain-success .main div {
    padding: 10px;
    margin-top: 20px;
  }
  .components-temp .capitalform .icon-close {
    width: 10.7vw;
    min-width: 30px;
    min-height: 30px;
    height: 10.7vw;
    right: 8px;
    opacity: 0.7;
    bottom: 6%;
  }
  .components-temp .capitalform .capitalform-content {
    width: 93.4%;
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
       -moz-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
         -o-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    left: 50%;
    bottom: 53%;
    font-size: 3.2vw;
    min-width: 93.4%;
    right: auto;
  }
  .components-temp .capitalform .capitalform-content .type-padding {
    padding: 15px 5.4vw 5.5vw;
  }
  .components-temp .capitalform .capitalform-content .type-padding .form-label {
    margin-bottom: 3.5vw;
  }
  .components-temp .capitalform .capitalform-content .type-padding #submit-btn {
    margin: 4vw 0 0;
  }
  .components-temp .capitalform .capitalform-content .tit {
    font-size: 6.4vw;
    padding-top: 5vw;
  }
  .components-temp .capitalform .capitalform-content .car {
    width: 75%;
    margin: 1.5vw auto 2.5vw;
  }
  .components-temp .capitalform .capitalform-content .car.lelin {
    width: 63%;
    margin: 4.5vw auto 3vw;
  }
  .components-temp .capitalform .capitalform-content #cap-submit-btn {
    height: 10.7vw;
    line-height: 10.7vw;
    min-height: 10.7vw;
    padding: 0;
    margin: 4vw 0 0;
    font-size: 3.2vw;
  }
  .components-temp .retainform .retainform-main {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: fixed;
    left: 0%;
    top: auto !important;
    bottom: 0;
    font-size: 2.94vw;
    -webkit-transform: translatey(100%) !important;
       -moz-transform: translatey(100%) !important;
        -ms-transform: translatey(100%) !important;
         -o-transform: translatey(100%) !important;
            transform: translatey(100%) !important;
    padding: 10.5vw 0 4vw;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
  }
  .components-temp .retainform .retainform-main.active {
    -webkit-transform: translatey(0%) !important;
       -moz-transform: translatey(0%) !important;
        -ms-transform: translatey(0%) !important;
         -o-transform: translatey(0%) !important;
            transform: translatey(0%) !important;
    opacity: 1;
  }
  .components-temp .retainform .retainform-main .img {
    top: 0px;
    right: 0;
    padding: 5px;
    width: 9vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .title {
    padding: 0 0 2.5%;
  }
  .components-temp .retainform .retainform-main .retainform-content .title p {
    font-size: 5.3vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .title p span {
    width: 5.5vw;
    font-size: 4vw;
    height: 5.5vw;
    line-height: 5.5vw;
    margin-right: 5px;
  }
  .components-temp .retainform .retainform-main .retainform-content .title p:last-child {
    font-size: 4vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .btn div {
    height: 11.5vw;
    line-height: 11.5vw;
    border-radius: 3px;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 {
    padding: 0 3.2vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .select-type {
    font-size: 4vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .select-type .select-item {
    font-size: 2.94vw;
    margin: 3vw 0;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .select-type .select-item div {
    padding: 2% 0;
    border-radius: 8vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .textarea-box {
    border-radius: 3px;
    margin-bottom: 4%;
    height: auto;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .textarea-box textarea {
    font-size: 2.94vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .select-item {
    margin: 3.6vw 0;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .select-item div i {
    width: 3.74vw;
    height: 3.74vw;
    line-height: 3.74vw;
    top: -1.5vw;
    right: 5%;
    font-size: 3.2vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .select-item div.active::after {
    bottom: -6px;
    border-width: 6px 6px 0 6px;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .type-tab {
    min-height: 32vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .type-tab .item-type {
    font-size: 3.2vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .type-tab .item-type div {
    margin-bottom: 3%;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .type-tab .item-type div.cur i {
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type1 .typeb .select-type .type-tab .item-type div i {
    width: 5.1vw;
    height: 5.1vw;
    line-height: 5.1vw;
    margin-right: 4%;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type2 {
    padding: 3.5vw 3.2vw 0;
    font-size: 2.94vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content {
    padding-top: 0;
    font-size: 3.2vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content input,
  .components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content select {
    font-size: 3.2vw !important;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type2 .form-content .form-label .select-bootom {
    width: 2vw;
    height: 2.6vw;
    right: 1.4vw;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div {
    margin: 0 0 4%;
  }
  .components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div .checkbox-box, .components-temp .retainform .retainform-main .retainform-content .retain-type2 .checkbox-div .retcheckbox-box {
    width: 5vw;
    height: 5vw;
    border-radius: 3px;
    border: 2px solid #fff;
    background: ;
  }
  .components-temp .retainform .retainform-main .retain-fail {
    font-size: 2.94vw;
    border-radius: 5px;
    padding: 3vw 4vw;
  }
  .components-temp .aspiration-bottom {
    height: 7.5vh;
    left: 2.5%;
    border-radius: 5px;
    width: 95%;
    font-size: 3.5vw;
  }
  .components-temp .aspiration-bottom img {
    width: 6%;
    padding: 1.2%;
    padding-left: 0;
  }
  .components-temp .aspiration-bottom .open-retain {
    padding: 0 2.2vw;
    height: 4vh;
    line-height: 4vh;
    border-radius: 4vw;
    font-size: 2.94vw;
    white-space: nowrap;
  }
  .components-temp .footer-fixed {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    font-size: 2.6vw;
  }
  .components-temp .footer-fixed.active {
    border-top: 1px solid #ededed;
    height: 15vw;
  }
  .components-temp .footer-fixed.active .footer-btn {
    height: auto;
  }
  .components-temp .footer-fixed .footer-btn {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    height: 0;
  }
  .components-temp .footer-fixed .footer-btn a {
    display: block;
    width: 80%;
    margin: auto;
  }
  .components-temp .footer-fixed .footer-btn a img {
    width: 5.5vw;
    margin: 0 auto 4.5%;
  }
  .components-temp .footer-fixed .footer-btn a span {
    color: #000;
  }
  /* 提示弹窗 */
  #messagepop .main {
    width: 82%;
    min-width: auto;
    padding: 3% 0 0;
    font-size: 12px;
  }
  #messagepop .main .main-text {
    padding: 0 5% 0;
  }
  #messagepop .main .main-text .ms-tit {
    padding: 2% 0 5%;
    text-align: center;
    font-size: 14px;
  }
  #messagepop .main .main-text .msg {
    font-size: 11px;
    padding: 0 1% 1%;
  }
  #messagepop .main .btnbox {
    border-top: 1px solid #efefef;
    padding: 0;
    margin-top: 15px;
    text-align: center;
  }
  #messagepop .main .btnbox a, #messagepop .main .btnbox span {
    background-color: #fff;
    height: 11vw;
    line-height: 11vw;
    color: #2068ff;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    width: 49%;
  }
  #messagepop .main .btnbox a:link, #messagepop .main .btnbox a:visited, #messagepop .main .btnbox a:hover, #messagepop .main .btnbox span:link, #messagepop .main .btnbox span:visited, #messagepop .main .btnbox span:hover {
    color: #2068ff;
  }
  #messagepop .main .btnbox a.link-btn, #messagepop .main .btnbox span.link-btn {
    border-right: 1px solid #efefef;
  }
}