html {
  font-size: 625%;
}
.basicdata {
  margin: 0 auto;
  padding-bottom: .3rem;
  font-size: .16rem;
  background-color: #fff;
}
.basicdata .tab {
  border-bottom: 1px solid #f6f6f6;
}
.basicdata .tab span {
  position: relative;
  display: inline-block;
  padding-bottom: .15rem;
  vertical-align: middle;
  margin-right: .2rem;
  color: #212121;
  font-weight: 600;
  cursor: pointer;
}
.basicdata .tab span.active:after {
  position: absolute;
  content: " ";
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #ee3523;
}
.basicdata .tab-c {
  display: none;
}
.basicdata .tab-c.first-child {
  display: block;
}
.basicdata .c.litlabel label {
  font-size: .14rem;
}
.basicdata .c.litlabel .input-o {
  margin-top: .24rem;
}
.basicdata .c .input-o {
  margin-top: .28rem;
}
.basicdata .c .input-o.special {
  margin-top: .12rem;
}
.basicdata .c .input-o > label {
  width: 1rem;
  text-align: left;
  color: #313131;
}
.basicdata .c .input-o input[type=text] {
  text-indent: .6em;
  line-height: .32rem;
  height: .32rem;
  width: 3.04rem;
  border-radius: 4px;
  outline: none;
  border: 1px solid #d8d8d8;
}
.basicdata .c .input-o #city {
  display: inline-block;
}
.basicdata .c .input-o #city select {
  text-indent: .6em;
  line-height: .32rem;
  height: .32rem;
  width: 1.26rem;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  outline: none;
}
.basicdata .c .input-o #city span {
  display: inline-block;
  margin: 0 .05rem;
}
.basicdata .c .input-o .radio-o {
  display: inline-block;
}
.basicdata .c .input-o .radio-o input[type=radio] {
  position: relative;
  top: -2px;
  outline: none;
}
.basicdata .c .input-o .radio-o label {
  display: inline-block;
  margin-right: .15rem;
}
.basicdata .lodemore {
  font-size: 18px;
  color: #545454;
  display: block;
  width: 100%;
  text-align: center;
  border: solid 1px #d8d8d8;
  height: 60px;
  line-height: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.basicdata .line {
  margin: .35rem .3rem 0;
  padding-bottom: .08rem;
  border-bottom: 1px solid #f6f6f6;
}
.basicdata .line .line-t {
  margin-bottom: .05rem;
  font-size: .16rem;
  color: #313131;
}
.basicdata .line .line-c {
  color: #545454;
  font-size: .12rem;
}
.basicdata .bm {
  margin-left: 1.3rem;
  padding-top: .5rem;
  width: 3.04rem;
  text-align: center;
}
.basicdata .bm .bs-btn {
  display: inline-block;
  margin-left: .34rem;
  height: .3rem;
  line-height: .3rem;
  width: .86rem;
  font-size: .14rem;
  background-color: #d8d8d8;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.basicdata .bm .bs-btn.red {
  background-color: #fd4e3e;
}
.basicdata .bm .bs-btn:first-child {
  margin-left: 0;
}
.myserver .thistable {
  margin-top: 30px;
  width: 100%;
  font-size: 14px;
}
.myserver .thistable th,
.myserver .thistable td {
  padding: 18px 10px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  text-align: center;
}
.myserver .thistable th.red,
.myserver .thistable td.red {
  color: #ee3523;
}
.myserver .thistable th {
  padding: 10px;
  font-weight: 600;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .main .right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .basicdata {
    margin-top: 0;
    width: 100%;
  }
  .basicdata .tab {
    margin: 0 .2rem;
  }
  .basicdata .c {
    margin: 0 .2rem;
  }
  .basicdata .c .input-o > label {
    width: 24%;
  }
  .basicdata .c .input-o input[type=text] {
    width: 73%;
  }
  .basicdata .c .input-o #city {
    width: 73%;
  }
  .basicdata .c .input-o #city select {
    width: 33%;
  }
  .basicdata .bm {
    margin-left: .3rem;
    width: 100%;
  }
  .myserver .thistable {
    margin-top: 20px;
    font-size: 12px;
  }
  .myserver .thistable th,
  .myserver .thistable td {
    max-width: .7rem;
    padding: 8px 4px;
    word-break: break-all;
  }
  .myserver .thistable th {
    padding: 8px 4px;
  }
}
