* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 4vw;
}
html,
body {
  width: 100%;
  height: 100%;
  background: #03122f;
}
.index {
  height: 100%;
  position: relative;
  background-color: #03122f;
}
.index .btn {
  width: 80vw;
  height: 30vw;
  position: absolute;
  top: 178vw;
  left: 50%;
  transform: translateX(-50%);
}
.choose {
  height: 100%;
  padding: 10px;
  position: relative;
  background-color: #03122f;
  padding-top: 37px;
}
.choose .top {
  line-height: 40px;
  position: relative;
  text-align: center;
  color: #fff;
}
.choose .top img {
  width: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.choose .items .item {
  height: 16vw;
  margin-top: 10px;
  padding: 0 15px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #102240;
}
.choose .items .item > div {
  display: flex;
  align-items: center;
}
.choose .items .item > div > img {
  width: 10vw;
  margin-right: 10px;
}
.choose .items .item > div > span {
  margin-left: 5px;
 font-size: 3.6vw;
  color: #fff;
}
.choose .items .item > img {
  width: 15px;
  display: none;
}
.choose .items .item.active > img {
  display: inline;
}
.choose .next {
  width: 90vw;
  line-height: 13vw;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #3340ff, #0cd4ff);
  border-radius: 10px;
}
.choose1 {
  height: 100%;
  padding: 10px;
  position: relative;
  background-color: #03122f;
      padding-top: 37px;
}
.choose1 .top {
  line-height: 40px;
  position: relative;
  text-align: center;
  color: #fff;
}
.choose1 .top img {
  width: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.choose1 .items .item {
  height: 18vw;
  margin-top: 10px;
  padding: 0 15px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #102240;
}
.choose1 .items .item > div {
  display: flex;
  align-items: center;
}
.choose1 .items .item > div > img {
  width: 30px;
}
.choose1 .items .item > div > div {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.choose1 .items .item > div > div > div {
  color: #fff;
}
.choose1 .items .item > div > div > div:nth-of-type(2) {
 margin-top: 2vw;
    font-size: 3.4vw;
    color: #8c97b6;
}
.choose1 .items .item > img {
  width: 6px;
  transform: rotate(180deg);
}
.password {
  height: 100%;
  padding: 10px;
  position: relative;
  background-color: #102240;
  background-image: url(../images/pic_szmm_shezhi_blue.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 150px;
}
.password .sub {
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #03122f;
}
.password .top {
  height: 40px;
  position: relative;
  text-align: center;
}
.password .top img {
  width: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.password .text {
  margin-top: 100px;
  padding: 0 10px;
}
.password .text > div {
  color: #fff;
}
.password .text > div:nth-of-type(1) {
  font-size: 20px;
}
.password .text > div:nth-of-type(2) {
  margin-top: 10px;
  font-size: 12px;
  color: #8f99b8;
}
.password .content ._input {
  margin-bottom: 10px;
  padding: 0 10px;
}
.password .content ._input .title {
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
}
.password .content ._input .input {
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.password .content ._input .input input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: #fff;
  outline: none;
  border-radius: 10px;
  background-color: #03122f;
  border: 1px solid #162d54;
  font-size: 12px;
}
.password .content ._input .input input::placeholder {
  color: #939dbc;
}
.password .content ._input .input input:focus {
  border-color: #1772fc;
}
.password .content ._input .input .show {
  width: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.password .next {
  width: 90vw;
  line-height: 40px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #3340ff, #0cd4ff);
  border-radius: 10px;
}
.import {
  height: 100%;
  padding: 10px 20px;
  position: relative;
  background-color: #03122f;
  padding-top: 37px;
}
.import .top {
  line-height: 40px;
  position: relative;
  text-align: center;
  color: #fff;
}
.import .top img {
  width: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.import .top img:nth-of-type(2) {
  width: 30px;
  left: unset;
  right: 0;
}
.import .content {
  margin-top: 30px;
}
.import .content ._input .input textarea {
  width: 100%;
  padding: 15px;
  resize: none;
  background-color: #03122f;
  border: 1px solid #19315a;
  border-radius: 10px;
  outline: none;
  color: #fff;
  height: 82vw;
}
.import .content ._input .input textarea::placeholder {
  color: #949ebd;
}
.import .content .tips {
  margin-top: 15px;
  font-size: 3.5vw;
  text-align: center;
  color: #8d98b7;
}
.import .content .btn {
line-height: 13vw;
    margin-top: 15px;
    color: #fff;
    text-align: center;
    border-radius: 4vw;
    background-image: linear-gradient(to right, #3340ff, #1771fc);
}
.import.import_watch {
  padding: 10px;
}
.import.import_watch .text {
  margin: 10px 0;
  color: #fff;
  font-size: 12px;
}
.import.import_watch .content {
  margin-top: 10px;
}
.import.import_watch .content ._input .input {
  position: relative;
}
.import.import_watch .content ._input .input textarea {
  border-radius: 10px;
  border: 1px solid #19315a;
}
.import.import_watch .content ._input .input img {
  width: 15px;
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.import.import_watch .import_btn {
  width: 90vw;
  line-height: 40px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #3340ff, #0cd4ff);
  border-radius: 10px;
}
