body div {
  padding: 0;
  margin: 0;
}

.register-bg {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./../images/background_login.png);
  background-size: cover;
}

.content {
  width: 768px;
  min-height: 520px;
  margin: 80px auto 60px;
  background: rgba(0, 0, 0, 0.3);
  /*margin: 0 auto*/
}

.content:after{
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
  clear:both;
}

.left {
  width: 349px;
  min-height: 520px;
  float: left;
  /* text-align: center; */
}

.right {
  padding: 10px 30px;
  width: 359px;
  min-height: 500px;
  background: white;
  float: right;
}

.tip {
  font-size: 14px;
  color: #999;
  margin: 10px 0 20px;
}

.left h1 {
  padding: 90px 0 0 0;
  color: #fff;
  letter-spacing: 8px;
  text-align: center
}

.left p {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center
}
.p1{
  padding-left: 10px;
  height: 150px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.left img {
  width: 150px;
}
.p1 span {
  text-align: right;
  height: 150px;
  display: inline-block;
  vertical-align: middle;
}
.right input {
  width: 70%;
  height: 20px;
  margin: 0 0 8px;
  border: none;
  outline: none;
  border-bottom: 1px solid #cccccc;
  text-indent: 6px;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
}

.right h4 {
  margin: 20px 0 0;
}

.button {
  margin: 30px 0 0;
  text-align: center;
}

.email-button {
  margin-left: -90px;
  width: 90px;
  height: 27px;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 3px;
  color: #333;
  background: #D7D7D7;
}

.next {
  width: 80%;
  outline: none;
  cursor: pointer;
  height: 32px;
  background: #3e9aff;
  border: none;
  border-radius: 3px;
  color: #fff;
}

.login-link {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #337ab7;
}

.warning_text {
  margin: 0 0 4px;
  color: #f5222d;
  font-size: 14px;
  display: none;
}

.warning_input_text {
  display: block;
}

.label {
  font-size: 14px;
  display: inline-block;
  width: 80px;
  color: #444;
}


.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}

.icon:hover {
  color: #444;
}

.div-container {
  position: fixed;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.3) !important; /* 兼容ie几不知道，好像ie5 */
  filter: Alpha(opacity=40);
}

/*设置div-child的父元素主要是将要此元素的父元素透明特性继承过来，故div-child不会半透明，而是不透明，解决了父元素透明，子元素也透明的bug */
.div-child-container {
  position: relative;
  width: 420px;
  /*height: 200px;*/
  margin: auto;
  top: 50%;
  background: #fff;
  z-index: 250; /*z-index要放在父元素之上 */
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
}

.div-child {
  width: 420px;
  /*height: 200px;*/
  margin: auto;
  z-index: 300; /*z-index要放在父元素之上 */

}

.div-child .my-btn button {
  width: 60px;
  height: 36px;
  border: none;
  border-radius: 5px;
  color: #fff;
  outline: none;
  cursor: pointer;
}

.div-child .my-btn button:first-child {
  margin-right: 8px;
}
.my-btn {
  float: right;
}

#cancleBtn {
  background: white;
  color: #515a6e;
}

#cancleBtn:hover {
  color: #57a3f3;
}

#confrim {
  background: #2d8cf0;
}

#confrim:hover {
  background: #57a3f3;
}

.header {
  border-bottom: 1px solid #e8eaec;
}

.header h3 {
  font-size: 14px;
  line-height: 46px;
  margin: 0 16px;
}

.trial_product {
  margin: 0 10px;
  color: #666;
  font-weight: 500;
}

.close_cross {
  position: absolute;
  top: 16px;
  right: 16px;
}

.popcontent {
  padding: 16px;
  border-bottom: 1px solid #e8eaec;
}

.content1 {
  display: none;
}

.trial_tip {
  color: #666;
}

.email {
  color: #666;
}

input {
  width: 234px;
  height: 20px;
  margin: 0 0 12px;
  border: none;
  outline: none;
  border-bottom: 1px solid #cccccc;
  text-indent: 6px;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
}

.warning_text {
  margin: 0 0 4px;
  color: #f5222d;
  font-size: 14px;
  display: none;
}

.warning_input_text {
  display: block;
}

.label {
  font-size: 14px;
  display: inline-block;
  width: 80px;
  color: #444;
}

.title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.form_box {
  padding: 0 30px;
}

.footer {
  padding: 12px 18px;
  height: 36px;
}

.type-input {
  margin: 0 0 20px 10px;
}

input[type="checkbox"] {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.type label {
  padding-right: 24px;
  font-size: 14px;
  cursor: pointer;
}