@media screen and (min-width: 1100px) {
  .page .mar_B_35 {
    margin-bottom: 35px !important;
  }
  .page .mar_T_35 {
    margin-top: 35px !important;
  }
  .page .dia {
    background: url('img/背景.png') no-repeat center;
    background-size: 100% 100%;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  .page .dia .inner {
    padding-top: 40px;
    height: 580px;
    width: 1220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    background: rgba(255, 255, 255, 0.95);
  }
  .page .dia .inner .bgimg {
    height: 80%;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .page .dia .inner .title {
    font-size: 28px;
    font-weight: 500;
    color: #231916;
    line-height: 35px;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  .page .dia .inner .title_1 {
    font-size: 16px;
    font-weight: 300;
    color: #231916;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .page .dia .inner .reset_box {
    display: none;
  }
  .page .dia .inner .tab {
    display: flex;
    width: 540px;
    border-bottom: 3px solid #E1DFDF;
  }
  .page .dia .inner .tab .item {
    width: 100%;
    height: 50px;
    font-size: 24px;
    font-weight: 500;
    color: #3e3939;
    line-height: 50px;
    letter-spacing: 4px;
    text-align: center;
    position: relative;
    cursor: pointer;
  }
  .page .dia .inner .tab .item.curr::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #3E3939;
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  .page .dia .inner .tab_1 {
    width: 100%;
    margin-top: 50px;
    font-size: 24px;
    font-weight: 500;
    color: #3e3939;
    line-height: 50px;
    letter-spacing: 4px;
    text-align: center;
  }
  .page .dia .inner .out_input {
    width: 540px;
    padding: 20px 0 0;
  }
  .page .dia .inner .out_input .code_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  .page .dia .inner .out_input .code_box input {
    width: 360px;
  }
  .page .dia .inner .out_input .code_box .get_code {
    width: 170px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e1dfdf;
    font-size: 16px;
    font-weight: 400;
    color: #3e3939;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
  }
  .page .dia .inner .out_input input {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    width: 100%;
    height: 50px;
    border: 1px solid #e1dfdf;
    background: #f8f8f8;
  }
  .page .dia .inner .out_input input:first-child {
    margin-top: 0;
  }
  .page .dia .inner .out_input .login {
    display: none;
  }
  .page .dia .inner .out_input .forget {
    width: 540px;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #b2b2b2;
    line-height: 58px;
    letter-spacing: 2px;
    cursor: pointer;
  }
  .page .dia .inner .out_input .none {
    display: none;
  }
  .page .dia .inner .out_input .submit {
    height: 60px;
    width: 100%;
    background: #3e3939;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 2px;
    margin-top: 35px;
  }
  .page .dia .inner .out_input .read {
    width: 540px;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #b2b2b2;
    line-height: 58px;
    text-align: center;
    letter-spacing: 2px;
  }
  .page .dia .inner .out_input .read .vip_text {
    color: #000000;
    cursor: pointer;
  }
  .page .footer {
    display: none !important;
  }
  .vip_agreement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999;
    display: none;
  }
  .vip_agreement .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    background: #ffffff;
    padding: 20px 30px;
    z-index: 99999999;
    overflow: hidden;
  }
  .vip_agreement .inner .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .vip_agreement .inner .close .img {
    width: 13px;
    height: 13px;
  }
  .vip_agreement .inner .title {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .vip_agreement .inner .detail {
    padding-right: 10px;
    width: 500px;
    height: 500px;
    font-size: 13px;
    line-height: 30px;
    overflow-y: scroll;
  }
}
.toast_dia {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 300;
  display: none;
  color: #ffffff;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}
.red::-webkit-input-placeholder {
  color: red;
}
@media screen and (max-width: 1100px) {
  body,
  html {
    height: 100%;
  }
  .page {
    height: 100%;
  }
  .page .dia {
    background: url('img/背景.png') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .page .dia .inner {
    width: 100%;
    height: 100%;
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .page .dia .inner .bgimg {
    display: none;
  }
  .page .dia .inner .title {
    width: 314px;
    height: 29px;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #272727;
    line-height: 27px;
    letter-spacing: 3px;
  }
  .page .dia .inner .title_1 {
    font-size: 13px;
    font-weight: 300;
    color: #272727;
    line-height: 19px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .page .dia .inner .reset_box {
    display: none;
  }
  .page .dia .inner .tab {
    display: flex;
    width: 307px;
    border-bottom: 2px solid #E1DFDF;
  }
  .page .dia .inner .tab .item {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #3e3939;
    line-height: 50px;
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    cursor: pointer;
  }
  .page .dia .inner .tab .item.curr::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #3E3939;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .page .dia .inner .tab_1 {
    text-align: center;
    width: 100%;
  }
  .page .dia .inner .out_input {
    width: 307px;
    padding-top: 32px;
  }
  .page .dia .inner .out_input .code_box {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .page .dia .inner .out_input .code_box input {
    width: 207px;
    border-radius: 5px 0 0 5px !important;
  }
  .page .dia .inner .out_input .code_box .get_code {
    width: 101px;
    height: 40px;
    background: #ffffff;
    border-top: 1px solid #e1dfdf;
    border-right: 1px solid #e1dfdf;
    border-bottom: 1px solid #e1dfdf;
    font-size: 10px;
    font-weight: 400;
    color: #3e3939;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .page .dia .inner .out_input input {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    border: 1px solid #e1dfdf;
    background: #f8f8f8;
  }
  .page .dia .inner .out_input input:first-child,
  .page .dia .inner .out_input input:nth-child(5) {
    margin-top: 0;
  }
  .page .dia .inner .out_input input:nth-child(4),
  .page .dia .inner .out_input input:last-child {
    margin-bottom: 70px;
  }
  .page .dia .inner .out_input .login {
    display: none;
  }
  .page .dia .inner .out_input .forget {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 400;
    color: #cdcdcd;
    letter-spacing: 2px;
    text-align: center;
  }
  .page .dia .inner .out_input .none {
    display: none;
  }
  .page .dia .inner .out_input .submit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    background: #3e3939;
  }
  .page .dia .inner .out_input .read {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 10px;
    font-weight: 500;
    color: #b2b2b2;
    letter-spacing: 1px;
    text-align: center;
  }
  .page .dia .inner .out_input .read .vip_text {
    color: #000000;
  }
  .page .footer {
    display: none !important;
  }
  .vip_agreement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999;
    display: none;
  }
  .vip_agreement .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    background: #ffffff;
    padding: 10px;
    z-index: 99999999;
    overflow: hidden;
    border-radius: 2px;
  }
  .vip_agreement .inner .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .vip_agreement .inner .close .img {
    width: 13px;
    height: 13px;
  }
  .vip_agreement .inner .title {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .vip_agreement .inner .detail {
    padding-top: 10px;
    padding-right: 10px;
    width: 280px;
    height: 300px;
    font-size: 13px;
    -webkit-overflow-scrolling: touch;
    line-height: 28px;
    overflow-y: scroll;
  }
}
