/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
/** 设置默认字体 **/
body,
button,
input,
select,
textarea {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}
/** 重置文本格式元素 **/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/** 重置表单元素 **/
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: 0;
}
/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
}
/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 清除浮动 */
.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
img {
  vertical-align: middle;
}
body {
  height: 100%;
}
.reg_body {
  width: 100%;
  height: 100%;
/*  position: absolute;*/
  overflow: hidden;
  background: url(../images/pc_update_sy_bg.png) center center no-repeat;
  background-position: top;
    background-size: 100% auto;
    position: fixed;

}
.reg_body .reg-top {
  padding-top: 28px;
  padding-left: 36px;
  padding-right: 36px;
}
.reg_body .reg-top .logo {
  float: left;
}
.reg_body .reg-top .right {
  float: right;
}
.reg_body .reg-top .right a {
  text-decoration: underline;
}
.reg_body .reg-top a {
  font-size: 16px;
  color: #748199;
}
.reg_body .reg-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width: 1028px;
  height: 653px;
  background-color: #fff;
  box-shadow: rgba(28, 76, 186, 0.08) 0 0 16px;
  border-radius: 10px;
}
.reg_body .reg-wrap .left,
.reg_body .reg-wrap .right {
  width: 50%;
  float: left;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.reg_body .reg-wrap .left {
  height: 100%;
  background: url(../images/reg/bg.png) no-repeat center bottom;
  color: #fff;
}
.reg_body .reg-wrap .left .title {
  padding-top: 116px;
  text-align: center;
  font-size: 34px;
}
.reg_body .reg-wrap .left p {
  text-align: center;
  font-size: 20px;
}
.reg_body .reg-wrap .right {
  padding-left: 68px;
  padding-right: 64px;
  padding-top: 75px;
}
.reg_body .reg-wrap .right .reg-title {
  margin-bottom: 38px;
  font-size: 28px;
  font-weight: bold;
}
.reg_body .reg-wrap .right .reg-title span {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.reg_body .reg-wrap .right .reg-title .par_span {
  position: relative;
}
.reg_body .reg-wrap .right .reg-title .par_span::after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background-color: #6196f6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.reg_body .reg-wrap .right .inputbg {
  height: 50px;
  border: 1px solid #d8dde6;
  margin-bottom: 24px;
  border-radius: 5px;
  overflow: hidden;
}
.reg_body .reg-wrap .right .inputbg input {
  width: 100%;
  padding: 0 22px;
  box-sizing: border-box;
  border: 0;
  outline: none;
  height: 100%;
  font-size: 14px;
}
.reg_body .reg-wrap .right .inputbg input::placeholder {
  color: #c3c7da;
}
.reg_body .reg-wrap .right .userphone {
  position: relative;
}
.reg_body .reg-wrap .right .userphone #sele {
  position: relative;
  height: 50%;
  padding: 0 14px;
  padding-right: 24px;
  border: 0;
  outline: none;
  border-right: 1px solid #d8dde6;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/reg/arr.png) no-repeat center right 14px;
}
.reg_body .reg-wrap .right .userphone #sele::-ms-expand {
  display: none;
}
.reg_body .reg-wrap .right .userphone input {
  width: 70%;
}
.reg_body .reg-wrap .right .yzm {
  position: relative;
}
.reg_body .reg-wrap .right .yzm .getYzm {
  position: absolute;
  right: 28px;
  top: 0;
  height: 100%;
  border: 0;
  outline: none;
  background-color: transparent;
  font-size: 14px;
  color: #888b99;
  cursor: pointer;
}
.reg_body .reg-wrap .right .agree {
  font-size: 12px;
  color: #4e5666;
}
.reg_body .reg-wrap .right .agree input {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 2px;
}
.reg_body .reg-wrap .right .agree a {
  color: #426af5;
}
.reg_body .reg-wrap .right .register {
  margin-top: 30px;
}
.reg_body .reg-wrap .right .register .btn {
  position: relative;
  width: 100%;
  height: 48px;
  background-color: #426af5;
  font-size: 16px;
  color: #fff;
  border: 0 ;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.25s;
}
.reg_body .reg-wrap .right .register .btn:hover {
  background-color: #1a65f1;
}
.reg_body .reg-wrap .right .register .btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, #ccc 10%, transparent 10.1%);
  transform: scale(10);
  opacity: 0;
  transition: all 0.6s;
}
.reg_body .reg-wrap .right .register .btn:active::after {
  transform: scale(0);
  opacity: 0.5;
  transition: 0s;
}
.reg_body .reg-wrap .right .hasAccount {
  margin-top: 14px;
  font-size: 12px;
  color: #426af5;
  text-align: center;
}
.reg_body .reg-wrap .right .hasAccount a {
  color: inherit;
}
.reg_body .reg-wrap .right .tips {
  margin-top: 40px;
  font-size: 12px;
  color: #999;
}
.reg_body .apply-wrap .right {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
}
.reg_body .apply-wrap .right .tips {
  margin-top: 20px;
}
.reg_body .cricle1 {
  position: absolute;
  left: -82px;
  top: 45px;
  z-index: 1;
  animation: upAnimate 1.3s ease-in-out 0s infinite alternate;
}
.reg_body .cricle2 {
  position: absolute;
  right: -81px;
  bottom: -96px;
  z-index: 1;
  animation: upAnimate 1.3s ease-in-out 0.1s infinite alternate;
}
.reg_body .dots1 {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
  animation: upAnimate 1.2s ease-in-out 0.2s infinite alternate;
}
.reg_body .dots2 {
  position: absolute;
  left: -36px;
  bottom: -24px;
  z-index: 1;
  animation: upAnimate 1.3s ease-in-out 0.15s infinite alternate;
}
@keyframes upAnimate {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 10px);
  }
}
.bottom-copyright {
  text-align: center;
font-size:12px;
color:rgba(0,4,26,.5);
      height: 50px;
      line-height: 50px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #e8ebf3;
}