.golodin {
  position: relative;
}
    .golodin .golodin_img img {
        /*  height: 800px;*/
        height: 694px;
        min-width: 1440px;
    }
.golodin .denglu {
 
  /* height: 500px; */
  /* width: 440px; */
  width: 383px;
  border-radius: 8px; 
  background-color: #ffffff;
  position: absolute;
  top:57%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* padding: 40px 30px 0; */
  padding: 26px 26px 0;
  z-index: 9;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.golodin .denglu .password {
  display: none;
}
.golodin .denglu .register {
  display: flex;
  height: 36px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 15px;
  margin-bottom: 40px;
}
.golodin .denglu .register .molid {
  margin-right: 35px;
  cursor: pointer;
  position: relative;
  color: #888888;
}
.golodin .denglu .register .passwo {
  cursor: pointer;
  position: relative;
  color: #888888;
}
.golodin .denglu .register .ativet {
  color: #333333;
}
.golodin .denglu .register .ativet::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #333333;
}
.golodin .denglu .cell-phone {
  /* width: 380px; */
  height: 44px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.golodin .denglu .cell-phone .iconMolid {
  width: 41px;
  height: 30px;
  border-right: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.golodin .denglu .cell-phone input {
  flex: 1;
  height: 100%;
  background-color: #f4f4f4;
  padding-left: 20px;
}
.golodin .denglu .cell-phone .verification {
  width: 111px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cc9756;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
}
.golodin .denglu .reg_but {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
  color: #888888;
  border-radius: 4px;
  cursor: pointer;
}
    .golodin .denglu .reg_but:hover {
        background-color: #cc9756;
        color: #fff;
    }
    .golodin .denglu .sign_cont {
        display: flex;
        justify-content: space-between;
        height: 54px;
        align-items: center;
    }
.golodin .denglu .sign_cont .enrolment,
.golodin .denglu .sign_cont .forget {
  color: #888888;
  cursor: pointer;
}
.golodin .denglu .sign_cont .enrolment:hover,
.golodin .denglu .sign_cont .forget:hover {
  color: #cc9756;
}
.golodin .denglu .disanfan {
  display: flex;
  align-items: center;
}
.golodin .denglu .disanfan .yangs_a,
.golodin .denglu .disanfan .yangs_b {
  width: 110px;
  height: 1px;
  background-color: #e5e5e5;
}
.golodin .denglu .disanfan .shiyong {
  /* margin: 0 8px; */
  margin: 0 -9px;
  color: #888888;
}
.golodin .denglu .weixin {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.golodin .denglu .weixin > div {
  cursor: pointer;
}
.newpassow {
  width: 500px;
  height: 382px;
  border-radius: 8px;
  background-color: #ffffff;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.newpassow .setting_pwa {
  height: 70px;
  background-color: #ba9c78;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
}
.newpassow .xiugai1 {
  padding-top: 40px;
}
.newpassow .xiugai1 .cell-phone {
  width: 340px;
  height: 44px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
}
.newpassow .xiugai1 .cell-phone input {
  flex: 1;
  height: 100%;
  background-color: #f4f4f4;
  padding-left: 20px;
}
.newpassow .xiugai1 .cell-phone .verification {
  width: 111px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cc9756;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
}
.newpassow .text_cover {
  height: 188px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newpassow .den_btn {
  background-color: #ba9c78;
  width: 340px;
  height: 44px;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inject {
    width: 500px;
    /*height: 670px;*/
    height: 560px;
    border-radius: 8px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.inject .setting_pwa {
  height: 70px;
  background-color: #ba9c78;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
}
.inject .form_date {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.inject .form_date .cell-phone {
  width: 380px;
  height: 44px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.inject .form_date .cell-phone .iconMolid {
  width: 41px;
  height: 30px;
  border-right: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inject .form_date .cell-phone input {
  flex: 1;
  height: 100%;
  background-color: #f4f4f4;
  padding-left: 20px;
}
.inject .form_date .cell-phone .verification {
  width: 111px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cc9756;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
}
.inject .form_date .xieyi {
  display: flex;
  align-items: center;
  width: 380px;
  font-size: 12px;
  margin-bottom: 20px;
}
.inject .form_date .xieyi input {
  margin-right: 10px;
}
.inject .form_date .xieyi a {
  color: #cc9756;
}
.inject .form_date .sumit_hh {
  width: 380px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888888;
  background-color: #eeeeee;
  border-radius: 4px;
}
.inject .form_date .go_denlu {
  width: 380px;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.inject .form_date .go_denlu a {
  color: #cc9756;
}
.teamwork {
  /* height: 440px; */
  background-color: #f6f6f6;
  padding-bottom: 80px;
    padding-top: 60px;
}
.teamwork .teamwork_aa {
  /* height: 100%; */
}
.teamwork .teamwork_aa .more {
  display: flex;
  /* align-items: center;
  height: 100%; */
  justify-content: space-between;
}
    .teamwork .teamwork_aa .more li {
        width: 300px;
        background-color: #ffffff;
        border-radius: 30px;
        padding-bottom: 35px;
        box-shadow: 10px 10px 5px #e6e6e6;
    }
.teamwork .teamwork_aa .more li .tupian {
  height: 172px;
  display: flex;
  justify-content: center;
  align-items: center;
}
        .teamwork .teamwork_aa .more li .title {
            padding: 0 35px;
            font-size: 16px;
            line-height: 28px;
            text-align: center;
        }
.teamwork .teamwork_aa .more li .even_more {
  width: 120px;
  height: 35px;
  margin: 20px auto 0;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #666666;
}
.Technology-tit {
    text-align: center;
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 20px;
}
