@import url("../../css2020/public.css");
.banner {
    background: url('Banner_img.jpg') no-repeat center;
}
.banner>div {
    height: 400px;
    /* cursor: pointer; */
}
.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: 35px 0;
  padding: 30px;
  border-radius: 5px;
}

.title{
  padding-bottom: 7px;
  border-bottom: 1px solid #eaeaea;
}
.title span{
  font-size: 20px;
  cursor: pointer;
}
.title span+span{
  margin-left: 30px;
}
.title span.on{
  color:#d61142;
  position: relative;
}
.title span.on::after{
  content: "";
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #d61142;
  bottom: -10px;
  left:0;
  right:0;
  position: absolute;
}
.baseInfo{
  padding: 20px 0 35px;
}
.formBox{
  width: 40%;
  margin-top: 15px;
}
.baseInfo .formBox .formCont:nth-child(2){
  display: none;
}

.formBox span{
  width: 100px;
  font-size: 16px;
  text-align: right;
}
.formBox input{
  width: 100%;
  max-width: 330px;
  padding: 0 15px;
  line-height: 46px;
  border:1px solid #eaeaea;
  border-radius: 5px;
}
.formBox input[type="button"]{
  font-size: 16px;
  color:#fff;
}

.formMain+.formMain{
  margin-top: 20px;
}
.formTitle{
  padding-bottom: 10px;
  font-size: 16px;
}
.formMain ul{
  margin-top: -10px;
  overflow: hidden;
}
.formMain ul li{
  width: 40%;
  padding-top: 10px;
  float: left;
}
.formMain ul li span{
  font-size: 14px;
}
.sel span{
  width: 130px;
  line-height: 46px;
  font-size: 20px;
  color:#9ca2a7;
  text-align: center;
  border:1px solid #eaeaea;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}
.sel span+span{
  margin-left: 20px;
}
.sel span.on{
  color: #fff;
  background-color: #d61142;
}
