.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.left_form {
  padding: 40px 0 40px 50px;
  width: 340px;
  float: left;
}

.right_info {
  padding: 40px 50px;
  width: 290px;
  float: right;
}

input {
  width: 230px;
  height: 20px;
  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;
}

.button {
  margin: 10px 0 0;
  text-align: center;
}

.submit {
  width: 154px;
  outline: none;
  cursor: pointer;
  height: 32px;
  background: #3e9aff;
  border: none;
  border-radius: 3px;
  color: #fff;
}

/*.email-button {*/
  /*margin-left: -90px;*/
  /*width: 90px;*/
  /*height: 27px;*/
  /*cursor: pointer;*/
  /*border: none;*/
  /*outline: none;*/
  /*border-radius: 3px;*/
  /*color: #333;*/
  /*background: #D7D7D7;*/
/*}*/

.warning_text {
  margin: 0 0 20px 98px;
  color: #f5222d;
  font-size: 14px;
  display: none;
}

.warning_input_text {
  display: block;
}

.label {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  width: 90px;
  vertical-align: bottom;
}

.form_item {
  height: 50px;
}

h2 {
  margin-bottom: 32px;
}

.registration_date {
  margin-bottom: 60px;
}

.registration_date span {
  font-size: 14px;
  color: #1c83df;
}

.login_info p {
  font-size: 14px;
  margin-bottom: 16px;
}

.login_time {
  color: #1c83df;
}

.ip_label {
  color: #333;
  padding-left: 24px;
  font-size: 12px;
  font-weight: bold;
}

.ip {
  color: #c5232a;
  font-size: 12px;
}

.username {
  margin-left: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #1c83df;
}

/*模态框*/
.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;
  margin: auto;
  top: 50%;
  background: #fff;
  z-index: 250; /*z-index要放在父元素之上 */
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
}

.div-child {
  width: 420px;
  margin: auto;
  z-index: 300; /*z-index要放在父元素之上 */
  overflow:hidden
}

.div-child .my-btn button {
  width: 80px;
  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;
  margin: 0 20px 20px;
  display: none;
}

.my-btn button {
  background: #2d8cf0;
}

.my-btn button:hover {
  background: #57a3f3;
}

.content {
  font-weight: bold;
  font-size: 18px;
  padding: 30px 40px;
  display: none;
}

.reson {
  font-size: 14px;
  color: #333;
  margin: 20px 0 0 24px;
}

