* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  min-width: 320px;
  font: "Microsoft yahei", Helvetica, Arial, "Helvetica Neue", "SimHei",
    sans-serif;
}
.bmrk_hd {
  width: 100%;
  height: 4.6rem;
  padding-top: 0.4rem;
  background: -o-linear-gradient(top, #026aeb, #02b9fa);
  background: -moz-linear-gradient(top, #026aeb, #02b9fa);
  background: -webkit-linear-gradient(top, #026aeb, #02b9fa);
  background: linear-gradient(to bottom, #026aeb, #02b9fa);
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 0.3rem 0.3rem;
  letter-spacing: 2px;
  text-indent: 2px;
}
.bmrk_hd p {
  font-size: 0.5rem;
  text-shadow: 1px 1px 3px #002f61;
  line-height: 0.8rem;
}
.main {
  width: 6.7rem;
  height: auto;
  margin: 0 auto;
  background: #ffffff;
  margin-top: -2.2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
  border-radius: 0.1rem;
  padding: 0 0.3rem 0.3rem;
  font-size: 0;
}

.main .title {
  font-size: 0.4rem;
  color: #444444;
  font-weight: bold;
  text-align: center;
  line-height: 1.1rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.2rem;
}
.main .tit {
  font-size: 0.3rem;
  color: #222222;
  text-indent: 0.3rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
  line-height: 0.4rem;
  height: 0.4rem;
}
.main .tit img {
  margin: -0.04rem 0.2rem 0 0;
}

.main select,
.main input {
  width: 100%;
  height: 0.72rem;
  border: 1px solid rgba(204, 204, 204, 1);
  border-radius: 0.36rem;
  overflow: hidden;
  color: #aaaaaa;
  font-size: 0.28rem;
  text-indent: 0.4rem;
  margin-bottom: 0.3rem;
}
.main select {
  background: url(../images/imgbd/iconxx.png) 5.4rem center no-repeat;
  background-size: 0.23rem 0.15rem;
}
.main input {
  color: #000000;
}
.main select option {
  color: #000000;
}

.main #submit {
  display: block;
  width: 3.68rem;
  margin: 0 auto 0.4rem;
  height: 0.72rem;
  background: rgba(45, 111, 240, 1);
  border-radius: 0.36rem;
  line-height: 0.72rem;
  color: #ffffff;
  text-align: center;
  font-size: 0.32rem;
}
.main p {
  font-size: 0.14rem;
  color: #666666;
}
/*弹窗*/
.tc {
  width: 100%;
  background: #fffcf5;
  padding-top: 5px;
}
.tc p {
  width: 6.7rem;
  margin: 0 auto;
  line-height: 0.24rem;
  font-size: 0.2rem;
  color: red;
  margin-bottom: 0.05rem;
}
.tc p:nth-of-type(1) {
  text-align: center;
  font-size: 0.24rem;
  position: relative;
}
.tc p:nth-of-type(2) {
  text-indent: 2em;
  line-height: 0.3rem;
}
.tc p:nth-of-type(3),
.tc p:nth-of-type(4) {
  text-align: right;
}
.tc p:nth-of-type(1) a {
  position: absolute;
  right: -0.3rem;
  top: 0.05rem;
  width: 0.3rem;
  height: 0.3rem;
}
.tc p:nth-of-type(1) img {
  width: 100%;
  height: 100%;
}
