
.logo-right a {
  color: #fff;
  text-decoration: none;
}

.bg {
  text-align: center;
  width: 100%;
  height: 1080px;
  background: url('../image/bg.jpg') no-repeat center;
}

.logo-header {
  height: 180px;
  width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.logo-header > div {
  margin-top: 100px;
}

.logo-left {
  display: flex;
  flex-direction: row;
}

.logo-left div:last-child {
  text-align: left;
  padding-left: 19px;
  font-size: 30px;
  font-weight: bolder;
  color: #ff9c00;
  line-height: 70px;
}

.logo-right div {
  text-align: right;
  padding-right: 19px;
  font-size: 20px;
  font-weight: bolder;
  color: #ff9c00;
  line-height: 70px;
}


.login-info {
  border: 1px solid #dddddd;
  background-color: #fff;
  height: 435px;
  width: 850px;
  margin: 0 auto;
  border-radius: 30px;

  display: flex;
  flex-direction: column;
}

.select-type {
  /*flex: 1;*/
  display: flex;
  /*padding-right: 630px;*/
  padding-left: 50px;
  font-size: 15px;
  height: 120px;
}

.select-type div {
  border: 1px solid #eee;
  background-color: #eee;
  height: 40px;
  line-height: 40px;
  width: 200px;
  margin-top: 55px;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
}

.select-type div:last-child {
  margin-left: 30px;
}



.select-type img {
  position: absolute;
  float: left;
  color: #00b38a;
  font-size: 20px;
  left: 185px;
  top: -1px;

  /*transform:rotate(7deg);*/
}


.selectBtnSelect {
  border: 1px solid #3AD0C1!important;
  background-color: #fff!important;
}

.login-page {
  flex: 2;
  display: flex;
  flex-direction: row;
}

.left-from {
  /*flex: 1;*/
  padding-left: 70px;

  width: 485px;
}

.from-input {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #666666;

}

.input-name, .input-pass, .input-phone, .input-code, .input-phone-code {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}

.input-name div:first-child, .input-pass div:first-child,
.input-phone div:first-child, .input-code div:first-child, .input-phone-code div:first-child {
  line-height: 50px;
  width: 80px;
  text-align: right;
}

.input-name div:last-child, .input-pass div:last-child,
.input-phone div:last-child, .input-code div:last-child, .input-phone-code div:last-child {
  line-height: 56px;
  position: relative;
}

.btn-phone-code {

}

input {
  border: 1px solid #e8e8e8;
  margin-left: 18px;
  width: 307px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-indent: 10px;
  border-radius: 5px;
  outline: 0;
  font-size: 14px;
}


.from-pass {
  display: flex;
  font-size: 14px;
  text-align: right;
  margin-right: 88px;
  width: 425px;
}

.from-pass a {
  color: #888888;
  text-decoration: none;
}

.from-pass span:nth-child(1) {
  flex: 1;
  text-align: right;
  margin-right: 20px;
}

.from-pass span:nth-child(2) {
  text-align: left;
  flex: 1;
}


.from-btn div {
  background-color: #3AD0C1;
  width: 410px;
  height: 40px;
  margin-top: 10px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.from-tips {
  display: flex;
  margin-left: 45px;
  font-size: 14px;
  margin-top: 10px;
}

.from-tips a {
  color: #3AD0C1;
  text-decoration: none;
}

.from-tips span:nth-child(1) a {
  color: #888;
}

.from-tips span {
  font-size: 15px;
  text-align: left;
}

.from-tips span:nth-child(1) {
  flex: 2;
}

.from-tips span:nth-child(2) {
  flex: 1;
}

.from-tips span:nth-child(3) {
  flex: 0.8;
  text-align: right;
  padding-right: 115px;
}


.right-rwm {
  /*flex: 1;*/
  display: flex;
  flex-direction: column;
  text-align: center;
  /*margin-right: 45px;*/
}

.right-rwm div:first-child {
  padding-top: 10px;
  border: 10px solid rgb(238, 238, 238);
  width: 182px;
  height: 139px;
  /*margin-left: 15px;*/
}

.right-rwm div:last-child {
  text-align: left;
  margin-left: 10px;
  margin-top: 15px;
  font-size: 15px;
}


.tips-info {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  font-size: 15px;

  flex: 2;
}

.tips-info p {
  text-indent: 2em;
}

p span {
  color: red;
}
