.register{
  border: 1px solid #e5e5e5;
  margin-bottom: 60px;
}
.register .con{
  width: 940px;
  margin: 0 auto;
  padding: 33px 0 70px;
}
.register h5{
  color: #616161;
  font-size: 16px;
  text-align: right;
  font-weight: normal;
}
.register h5 a{
  color: #2371c1;
}
.register h2{
  font-size: 26px;
  color: #2371c1;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin: 0 0 20px;
}
.register .text{
  font-size: 16px;
  color: #2371c1;
  line-height: 28px;
  text-align: center;
  background: #f7f7f7;
  padding: 15px 42px 20px 48px;
}
.register .text strong{
  color: #fa440a;
}
.register ul{
  padding: 50px 0 0;
}
.register ul li{
  margin: 0 0 22px;
}
.register ul .liL{
  width: 75px;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  text-align: right;
  position: relative;
  padding-left: 5px;
  text-align-last: justify;
}
.register ul .liL span{
  color: #fa440a;
  left: -5px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.register ul .liC{
  width: 425px;
  height: 48px;
  margin: 0 30px 0 15px;
  background: #f7f7f7;
}
.register ul .liC input{
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: none;
  font-size: 16px;
  border: 0;
  padding: 0 15px;
}
.register ul .liR{
  color: #616161;
  font-size: 16px;
  line-height: 48px;
}
.register ol{
  padding: 30px 0 38px;
  border-bottom: 1px solid #dedede;
}
.register ol li{
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
}
.register ol .liL{
  width: 75px;
  padding: 0 30px 0 5px;
  text-align-last: justify;
}
.xieyi{
  font-size: 16px;
  text-align: center;
  margin: 42px 0 40px;
}
.xieyi a{
  color: #2371c1;
}
.xieyi span{
  padding: 0 0 0 30px;
  position: relative;
  cursor: pointer;
}
.xieyi span::before{
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: url(../images/dx.png) no-repeat center / cover;
}
.xieyi span.on::before{
  background-image: url(../images/dxOn.png);
}
.btnBox{
  padding: 0 0 70px;
}
.btnBox .btn{
  width: 516px;
  height: 48px;
  border: 0;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #2371c1;
  display: block;
  margin: 0 auto;
}