.close_cross .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}

.close_cross .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;
  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 {
  color: #fff;
  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;
}

.box-content {
  padding: 16px;
  border-bottom: 1px solid #e8eaec;
}

.content2 {
  display: none;
}

.content4 {
  display: none;
  padding-bottom: 30px;
}

.trial_tip {
  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;
}
