.register {
  width: 1200px;
  /*margin: 40px auto 65px;*/
  margin: 0 auto;
  margin-top: 40px;
}

.register .reg-flex {
  display: flex;
  /*margin: 10px 0 100px;*/
  margin: 0 auto;
  margin-top: 25px;
  align-items: center;
}

.register .reg-flex img {
  width: 94%;
}

.register .reg-import {
  width: 660px;
  /* height: 420px; */
  background: #FFFFFF;
  box-shadow: 0px 1px 18px 0px rgba(190, 190, 190, 0.5200);
  text-align: center;
  padding: 0 35px 20px 35px;
  margin-top: -73px;
}

.register .reg-title {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 18px;
  padding: 15px 0 10px 0;
  text-transform: uppercase;
  cursor: pointer;
}

.register .reg-title .reg-act {
  color: #BE0022;
  position: relative;
  /* border-bottom: 2px solid #BE0022; */
}

.register .reg-title .reg-act:after {
  content: '';
  position: absolute;
  bottom: -25%;
  left: 0;
  background: #BE0022;
  width: 100%;
  height: 4px;
}


.register .reg-email .reg-inp input {
  width: 565px;
  height: 55px;
  border: 2px solid #D3D3D3;
  margin-top: 7px;
  padding-left: 15px;
  font-size: 16px;
  color: #333;
}

.register .reg-email .reg-inp .backurl input {
  background: url(/index_static/img/xias.png) no-repeat right center;
  background-position: 95%;
}

.register .reg-email .reg-inp .backurl {
  position: relative;
}

.register .reg-email .reg-inp .backurl .select-box {
  background-color: #FFFFFF;
  box-shadow: 0 5px 5px #ccc;
  width: 94%;
  padding: 0 15px;
  height: 180px;
  overflow-y: auto;
  position: absolute;
  display: none;
}

.select-box::-webkit-scrollbar {
  height: 10px;
  width: 3px;
}

/* 两个滚动条交接处 -- x轴和y轴 */
.select-box::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* 滚动条滑块 */
.select-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 5px rgba(33, 67, 155, 0.2); */
  background: #21439B;
}

/* 滚动条轨道 */
.select-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(33, 67, 155, 0.2);
  border-radius: 10px;
  background: #ededed;
}

/* 滚动条两端按钮 */
.select-box::-webkit-scrollbar-button {
  display: none;
  height: 0;
}

.select-box .select-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.register .reg-email .reg-inp .backurl .select-fen {
  position: absolute;
  left: 20px;
  top: 44px;
  z-index: 99;
}

.register .reg-email .reg-bot {
  font-size: 16px;
  color: #0D1D76;
  padding: 15px 0 25px 0;
  text-align: left;
  line-height: 30px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.register .reg-email .reg-bot label {
  display: flex;
  align-items: center;
}

.register .reg-email .reg-bot label input {
  margin-right: 5px;
}

.register .reg-email .reg-bot a {
  color: #0D1D76;
}

.register .reg-email .reg-but button {
  width: 100%;
  height: 64px;
  background: #BE0022;
  border: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}

#maile_code,
#phone_code {
  width: 340px;
}

#nums {
  width: 270px;
  height: 64px;
  border: 2px solid #D3D3D3;
}

#but,
#buts {
  width: 200px;
  height: 57px;
  background: #BE0022;
  border: 2px solid #BE0022;
  color: #fff;
  /* margin-top: 19px; */
  cursor: pointer;
}

.register .reg-cen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.register .reg-cen input {
  margin-top: 0 !important;
}
