@import url("../../css2020/public_m.css");
.banner>div {
  position: relative;
}
.banner span{
font-size: .8rem;
font-weight: bold;
color:#fff;
position: absolute;
}
.color_gray{
  background-color: #f5f7f9;
}
.color_red {
    background-color: #d61142;
}

.text_red{
  color: #d61142;
}
.box-shadow {
  background-color: #fff;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, .1);
  -ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, .1);
}
.proxy_container{
  margin: 1rem .4rem;
  padding: .4rem;
  border-radius: .1rem;
}

.title{
  padding-bottom: .15rem;
  border-bottom: 1px solid #eaeaea;
}
.title span{
  font-size: .4rem;
  cursor: pointer;
}
.title span+span{
  margin-left: .4rem;
}
.title span.on{
  color:#d61142;
  position: relative;
}
.title span.on::after{
  content: "";
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #d61142;
  bottom: -.2rem;
  left:0;
  right:0;
  position: absolute;
}
.baseInfo{
  padding: .35rem 0;
}
.formBox{
  margin-top: .3rem;
}
.baseInfo .formBox .formCont:nth-child(2){
  display: none;
}
.baseInfo span{
  padding-bottom: .15rem;
}
.formBox span{
  font-size: .35rem;
  display: block;
}
.formBox input{
  width: 100%;
  padding: 0 .3rem;
  line-height: 1rem;
  border:1px solid #eaeaea;
  border-radius: .1rem;
}
.formBox input[type="button"]{
  font-size: .35rem;
  color:#fff;
}

.formMain+.formMain{
  margin-top: .35rem;
}
.formTitle{
  padding-bottom: .15rem;
  font-size: .35rem;
}
.checkbox span,
.sel span{ 
  width: 100%;
  padding: 0 .4rem;
  line-height: 1rem;
  font-size: .32rem;
  color:#878c91;
  font-weight: normal;
  border:1px solid #eaeaea;
  border-radius: .1rem;
  display: inline-block;
  cursor: pointer;
}
.sel span{
  font-size: .4rem;
  text-align: center;
}
.checkbox span+span{
  margin-top: .15rem;
}
.sel span+span{
  margin-left: .35rem;
}
.checkbox span.on,
.sel span.on{
  color: #fff;
  background-color: #d61142;
}
