
.bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bg .title{
  position: absolute;
  color: #fff;
  top: 30%;
  left: 20%;
}
.bg .title p{
  font-size: 48px;
}
.bg .title span{
  font-size: 24px;
}
.bg img{
  height: auto;
  width: auto\9;
  width:100%;
}
.regcont {
  margin: 0 auto;
  padding: 30px 20px;
  flex:1;
  margin-top: 20px !important;
  /* min-height: 78vh; */
}
.wccy_1 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  margin-bottom:12px;
}

.wccy_1_left {
  width: 56px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: right;
  padding-right: 15px;
}

.wccy_1_left_1 {
  width: 150px;
  float: left;
  height: 38px;
  text-indent: 25px;
  line-height: 40px;
  background: url(../img/sin1.jpg) no-repeat 10px center;
  font-size: 16px;
  color: #414141;
}

.wccy_1_right {
  height: 38px;
  float: left;
  line-height: 40px;
  font-size: 14px;
}

.wccy_1_right ul li {
  width: 100px;
  height: 38px;
  float: left;
  background-color: #fff;
  border: 1px solid #eee;
  text-indent: 44px;
  font-size: 14px;
  color: #414141;
  margin-right: 10px;
  border-radius: 2px;
  box-sizing: border-box;
  line-height: 38px;
}
.wccy_1_right .wcli_1 {
  background-image: url(img/a3.png);
  background-repeat: no-repeat;
  background-position: 16px 10px;
}

.wccy_1_right .wcli_2 {
  background-image: url(img/a2.png);
  background-repeat: no-repeat;
  background-position: 16px 10px;
}

.wccy_1_right .wcli_1:focus{ 
  background-image: url(img/a3.png);
  background-repeat: no-repeat;
  background-position: 16px -53px;
  background-color: rgb(236, 249, 255);
  border: 1px solid rgb(0, 160, 233);
}
.wccy_1_right .wcli_2:focus{ 
  background-image: url(img/a2.png);
  background-repeat: no-repeat;
  background-position: 16px -52px;
  background-color: rgb(236, 249, 255);
  border: 1px solid rgb(0, 160, 233); 
}
.wccy_1_right ul li:hover {
  cursor: pointer;
}

input:focus{
  outline: 1px solid #2996fd;
  border: none;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input:-moz-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
