body {
  height: 100%;
  -webkit-user-select:none;
  margin: 0;

}
.welcome-index {
  margin: 0 auto;
  color: #fff;
  margin-top: 15%;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.welcome-index input[type="text"] {
  /*line-height: 28px;*/
  border: 0;
  font-size: 1.1em;
  margin-right: 5px;

  width: 68%;
  font-weight: normal;
  color: #666;
  text-indent: 0px;

}
input {
  -webkit-appearance:none;
  -webkit-outline:none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc;
}
.welcome-index input:focus {
  border: 0;
}
.welcome-index table td div {
  height: 42px;
  line-height: 42px;
  width: 100%;
  border-radius: 6px;
  
  margin-bottom: 10px;
  background: #fff;
}
.welcome-index table td {
  vertical-align: top;
  border-top: 1px solid #dcdcdc;
}

input {
  -webkit-appearance: none; 
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
}

.borderD{border-bottom:1px solid #dcdcdc;transform: scaleY(0.5);-webkit-transform: scaleY(0.5)}

.welcome-index table td img {
  float: left;
  height: 50%;
  margin: 12px 6px 10px 5px;

}
.welcome-index table span {
  display: inline-block;
  line-height: 42px;
}
.edaixi-logo {
  text-align: center;
  padding: 20px 0;
}
.edaixi-logo img{
  zoom: 90%;
  height: 150px;
}
 
.btn-public {
  border: 1px solid #00a0e9;
  background: #00a0e9;
  height: 42px;
  color: #fff;
  border-radius: 6px;
  display: block;
  line-height: 42px;
  text-align: center;
  width: 100%;
  font-size: 1.1em;
}

input.select{
  background: #43b6ff;
}

.server_tel {
  color:#fff;text-align:center;padding-bottom:10px; font-size: 0.9em;
}
.welcome-index label.input_wrap{
  display:inline-block;
  height: 52px;
  line-height: 52px;
  width: 100%;
  position: relative;
  background: #fff;
}
.input_wrap input {
  
  font-size: 1.1em;
  line-height: 34px;
}
.verification_code {
  width: 26%;
  position: absolute;
  right: 10px;
  height: 32px;
  line-height: 32px;
  top: 10px;
  background: #fff;
  border: 1px solid #00a0e9;
  color: #00a0e9;
}
.gray_bg {
  background: #dadada;
  border: 0;
  color: #f9f9f9;
}
.tip_info {
    font-size: 12px;
    color: #666;
    margin-left:5px;
}
.info_a {
  text-decoration: underline;
  color: #00a0e9;
}
.loginbackground {
  position: fixed;
  height: 100%;
  width: 100%;
  background: url('../images/login.png') repeat-x center center;
  top: 0;
  z-index: -1;
  background-size: 100% 100%;
}
.login_new {
  padding: 12% 10px 10px;
}
.picture_code {
  width: 26%;
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0 !important;
  height: 36px !important;
}
#agree b{
  width: 13px;
  height: 14px;
  background: url('../images/agree_no.png') no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: -1px;
  margin-right: 2px;
}
#agree b.cur{
  background: url('../images/agree_ok.png') no-repeat;
  background-size: cover;
}
.welcome-index p.tip_info a.info_a {
  text-decoration: none;
}
.agreement {
  padding:0 10px;
  display:flex;
}