.h1 {
  font-size: 0.48rem;
}

.h2 {
  font-size: 0.36rem;
}

.h3 {
  font-size: 0.32rem;
}

.h4 {
  font-size: 0.28rem;
}

.h5 {
  font-size: 0.24rem;
}

.h6 {
  font-size: 0.2rem;
}

.px20 {
  padding: 0rem 0.2rem 0rem 0.2rem;
}

.px20 {
  padding: 0.2rem 0rem 0.2rem 0rem;
}

.px-y20 {
  padding: 0.2rem;
}

.mt10 {
  margin-top: 0.1rem;
}

.mb10 {
  margin-bottom: 0.1rem;
}

.mr10 {
  margin-right: 0.1rem;
}

.ml10 {
  margin-left: 0.1rem;
}

.mt20 {
  margin-top: 0.2rem;
}

.mt30 {
  margin-top: 0.3rem;
}

.mt70 {
  margin-top: 0.7rem;
}

.mb20 {
  margin-bottom: 0.2rem;
}

.mr20 {
  margin-right: 0.2rem;
}

.ml20 {
  margin-left: 0.2rem;
}

.mui-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.template-2 .banner {
  /* background: #1FB1F4 url(../images/template-6-bg-1.png) center top no-repeat; */
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: relative;
}

.template-2 .banner .info {
  height: 0.71rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffdf34;
}

.template-2 .banner .info_name {
  width: 3.69rem;
  height: 0.71rem;
  background: url(../images/template-6-banner-title-bg.png) center center
    no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.template-2 .banner .info_name span {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.template-2 .banner p {
  padding: 0.14rem 0rem 0rem 0rem;
  font-size: 0.17rem;
  text-align: center;
  color: #fff;
  text-shadow: 0.01rem 0.01rem 0.01rem #0254a4;
}

.template-2 .form-content {
  width: 88%;
  margin: 0.2rem auto;
  padding: 0.2rem 0rem 0.2rem 0rem;
  background-color: #d2eefb;
  border-radius: 0.2rem;
}

.template-2 .form-tit {
  margin: 0.2rem auto;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
}

.template-2 .form-content .tips {
  padding: 0rem 0.46rem 0.2rem 0.46rem;
  color: #fff;
}

.template-2 .form-tips {
  margin: 0 auto 0.06rem;
  font-size: 0.15rem;
  font-weight: bold;
  color: #6BC7F1;
  text-align: center;
}

.template-2 .form-choose-tips {
  margin: 0 auto 0.15rem;
  font-size: 0.1rem;
  font-weight: bold;
  text-align: center;
}

.template-2 .muti-choose {
  display: flex;
  margin-bottom: 0.1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.template-2 .muti-choose-item {
  display: flex;
  align-items: center;
  margin: 0 0.05rem 0.1rem 0.05rem;
}

.template-2 .muti-choose-item .muti-choose-item-icon {
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.02rem;
  border-radius: 50%;
  border: 1px solid #000;
}

.template-2 .muti-choose-item .muti-choose-item-icon.selected {
  background: url(../images/selected.png) no-repeat center center;
  background-size: 100% 100%;
  border: none;
}

.template-2 .muti-choose-item .muti-choose-item-text {
  font-size: 0.11rem;
  /* line-height: 100%; */
}

.template-2 .form-content .form-row {
  width: 95%;
  height: 0.32rem;
  margin: 0 auto 0.2rem;
  background-color: #fff;
  border-radius: 0.2rem;
  color: #dd1b1b;
  font-size: 0.1rem;
  position: relative;
  /*输入框提示字体颜色*/
}

.template-2 .form-content .form-row:last-child {
  background-color: transparent;
}

.template-2 .form-content .form-row input::-moz-placeholder,
.template-2 .form-content .form-row select {
  color: #EFEFEF;
  font-size: 0.1rem;
  font-family: "GothamRounded-Light";
}

.template-2 .form-content .form-row input::-webkit-input-placeholder,
.template-2 .form-content .form-row select {
  color: #EFEFEF;
  font-size: 0.1rem;
  font-family: "GothamRounded-Light";
}

.template-2 .form-content .form-row .ipt {
  height: 0.32rem;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
}

.template-2 .form-content .form-row .ipt em {
  width: 1rem;
  height: 100%;
  font-style: normal;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #6bc7f1;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Gotham Rounded, Gotham Rounded;
}

.template-2 .form-content .form-row input,
.template-2 .form-content .form-row select {
  flex: 1;
  margin-left: 0.06rem;
  height: 100%;
  color: #151515;
  font-size: 0.1rem;
  font-weight: bold;
}

.template-2 .form-content .form-row select {
  color: #EFEFEF;
  font-family: "GothamRounded-Light";
}

.template-2 .form-content .form-row select.color-15 {
  color: #151515 !important;
  font-family: "GothamRounded-Medium";
  font-weight: bold !important; 
}


.template-2 .form-content .form-row .get-code {
  width: 1.1rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  color: #fff;
  border-radius: 0.15rem;
  background-color: #ffc700;
}

.template-2 .form-content .submit-ipt {
  display: block;
}

.template-2 .form-content .submit-ipt button {
  min-height: auto;
  width: 1rem;
  height: 0.32rem;
  line-height: 0.32rem;
  display: block;
  padding: 0;
  margin: 0 auto;
  font-size: 0.12rem;
  font-weight: bold;
  color: #fff;
  background-color: #6bc7f1;
  border-radius: 0.21rem;
  font-family: Gotham Rounded, Gotham Rounded;
}

.template-2 .form-content .form-row .submit-ipt .connect_kf {
  width: 0.48rem;
  height: 0.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #ba4a00;
  background: url(../images/template-6-kf.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
}

.template-2 .form-content .form-row:last-child {
  margin-bottom: 0;
}

.template-2 .form-content .form-row:last-child .ipt {
  bottom: 0.02rem;
}

.template-2 .content {
  /* padding: 0.15rem 0.15rem 1rem 0.15rem; */
  /* background: url(../images/template-6-bg-2.png) center top repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; */
}

.template-2 .content .row {
  padding: 0.23rem 0rem 0.2rem 0rem;
}

.template-2 .content .row .title {
  width: 2.73rem;
  height: 0.35rem;
  margin: 0 auto;
  background: url(../images/template-6-title-bg.png) center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff8800;
  position: relative;
  z-index: 2;
}

.template-2 .content .row p {
  line-height: 0.24rem;
}

.template-2 .content .row .conts {
  padding: 0.02rem;
  margin-top: 0.2rem;
  border: 2px solid #000;
  color: #462408;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  border-radius: 0.08rem;
  background-color: #ffaa52;
  position: relative;
}

.template-2 .content .row .conts .conts_inner {
  width: 100%;
  height: 100%;
  padding: 0.18rem 0.22rem 0.18rem 0.22rem;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 0.08rem;
}

.template-2 .content .row .conts p {
  color: #462408;
}

.template-2 .content .row .conts img {
  display: block;
  max-width: 100%;
  margin: 0.2rem auto;
}

.template-2 .content .row .row-btn {
  width: 2.5rem;
  height: 0.45rem;
  margin: 0 auto;
}

.template-2 .content .row .row-btn button {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: transparent url(../images/template-6-btn-bg.png) center center
    no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
