body,
html {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  min-width: 1250px;
  min-height: 100%;
  background: url("../img/sy_banner.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}



/* 中间区域 */
.main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 90px;
  /* background-color: palegoldenrod; */
}


.headerCon {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 50px;
  box-sizing: border-box;
  /* background-color: palegoldenrod; */
}

.headerCon_left {
  width: 60%;
  /* background-color: palegoldenrod; */
}

.headerCon_left img {
  width: 100%;
  display: block;
  cursor: pointer;
}

.headerCon_right {
  width: 40%;
  /* background-color: pink; */
}

.headerCon_right .pcShow {
  width: 100%;
  box-sizing: border-box;
}

.headerCon_right a {
  width: 140px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #318ED3;
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 24px;
  background-color: #fff;
  border: none;
  float: right;
}



.contentArea {
    width: 100%;
    margin-top: 6%;
    margin-bottom: 6%;
}




/* 高效账号领取开始------------------------ */
.applyArea {
  background-color: white;
  width: 1200px;
  max-width: 100%;
  padding: 35px 0 40px;
  box-sizing: border-box;
  border-radius: 10px;
}

.title_getAccount{
  text-align: center;
}
.title_getAccount span{
width: auto;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  color: #318ED3;
  letter-spacing: 3px;
  padding-bottom: 3px;
  background: url(../img/titleBg.png) no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}
.input-group-btn {
  position: absolute;
  font-size: 0;
  white-space: nowrap;
  right: 0;
  top: 0;
}


.layui-form{
  width: 85%;
  margin: 4% auto 0;
  /* background-color: lightblue; */
}
.layui-btn:disabled {
  background-color: #b7b7b7 !important;
}

.layui-form-label {
  width: 100px;
  color: #264153;
  font-weight: bold;
}

.layui-input-block {
  margin-left: 130px;
}

.layui-form-item {
  margin-bottom: 22px;
}


.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  float: none;
}

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


.upLoadImg{
  margin-left: 20px;
}
.upLoadImg a{
  text-decoration: underline;
}
.littleTips{
  font-weight: bold;
}

.layui-btn {
  background-color: #318ED3;
}

/* 高效账号领取结束------------------------ */






/* 公共代码----底部 */

.el_footer {
    font-size:16px;
}

.footer_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}


.footer_left {
    width: 200px;
    /* background-color: orange; */
    padding-top: 10px;
    box-sizing: border-box;
}

    .footer_left .rightOuter {
        width: auto;
    }

        .footer_left .rightOuter img {
            width: 110px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

.footer_right {
    width: calc(100% - 200px);
    border-left: 1px solid #fff;
    box-sizing: border-box;
    padding: 0px 0 0px 90px;
    /* background-color: palegoldenrod; */
    display: flex;
    justify-content: space-between;
}

.area_con_outerBox {
    /* background-color: pink; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.area_con {
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 24px;
}

    .area_con:last-child {
        margin-bottom: 0;
    }

.ewmArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    box-sizing: border-box;
    /* background-color: orange; */
}

    .ewmArea img {
        width: 110px;
    }

    .ewmArea span {
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
    } 



.infoBg {
  width: 220px;
  height: auto;
  padding: 5px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  z-index: 100;
}




/*适配手机
  500px 650px 768px
*/
@media only screen and (max-device-width : 768px){
  .page {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    padding-bottom: 30px;
    background-attachment:fixed;
  }

  .main {
    width: 90%;
    padding-bottom: 20px;
  }

  .headerCon {
    width: 100%;
    padding-top: 20px;
  }

  .headerCon_right a {
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border-radius: 12px;
  }



  .contentArea {
    width: 100%;
    margin: 50px auto;
    flex-direction: column;
  }

  .applyArea{
      width: 100%;
      margin: 0 auto;
      padding: 35px 0 20px;
      /* background-color: palegoldenrod; */
  }

  .title_getAccount span{
      font-size: 20px;
      letter-spacing: 2px;
      padding-bottom: 0px;
    }


  /* 表单 */
  .layui-form{
      width: 100%;
      /* background-color: lightblue; */
  }
 


  #step1{
      margin-top: 20px;
  }
  .layui-form-item{
      /* background-color: plum; */
      display: flex;
      flex-direction: column;
      padding: 0 5px;
      box-sizing: border-box;
  }
  .layui-form-label {
      /* background-color: orange; */
      float: none;
      width: 100%;
      text-align: left;
      padding-left: 9px;
      box-sizing: border-box;
  }

  .layui-input-block{
      margin-left: 0;
      /* background-color: pink; */
  }
  #btnSave{
      display: block;
      margin: 0 auto;
  }
  .littleTips{
      /* background-color: palegoldenrod; */
      display: flex;
      flex-direction: column;
      align-items: center;
  } 

    /* 页脚 */
    .footer_con {
        width: 100%;
        align-items: center;
    }

    .footer_left {
        /* display: none; */
        width: 80px;
        flex-shrink: 0;
        padding: 0;
    }

    .footer_right {
        width: calc(100% - 80px);
        padding: 0;
        padding-left: 20px;
        box-sizing: border-box;
        /* border: none; */
        flex-direction: column;
    }

    .footer_left .rightOuter img {
        width: 60px;
        height: auto;
        display: block;
        margin: 0;
        margin-right: auto;
    }

    .area_con {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

        .area_con span {
            margin-left: 0 !important;
        }

            .area_con span:nth-of-type(n + 2) {
                padding-left: 73px;
                box-sizing: border-box;
            }

            .area_con span:nth-child(n + 2) {
                margin-top: 10px;
            }

    .ewmArea {
        display: none;
    }
}