     /* 弹窗遮罩层样式 */
     .CenterBg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 弹窗容器样式 */
    #member_login {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* 阴影效果 */
        width: 330px; /* 设置弹窗宽度 */
    }
    .dlText {
      padding: 10px;
    }
    .member_login_ls {
      padding: 0 !important;
    }
    .logintxts input{
      background: none;
      width: 100%;
      min-height: 36px;
    }
    .logintxts {
      border: 1px solid #a3a3a3;
      padding: 0px 3px;
      margin: 0 9px 30px;
    }
    .closedl{
      margin-right: 13px;
      margin-top: 9px;
      font-weight: bolder;
      cursor: pointer;
    }
    .dengluziyan {
      padding: 5px;
      background: #ef8681;
      margin: 0 8px;
      text-align: center;
    }
    .dengluziyan > input{
      background: none;
      color: #fff;
      width: 100%;
      min-height: 36px;
    }
    input[type="text"],
    input[type="password"],
    input[type="email"] {
        border: none; /* 去掉边框 */
        outline: none; /* 去掉聚焦时的边框样式 */
        background-color: transparent; /* 去掉背景颜色 */
        /* 可以根据需要添加其他样式 */
    }
   

    .d_default {
      padding: 2px 0 2px 4px;
    }

    .d_on {
      padding: 2px 0 2px 4px;
      color: #000;
    }

    .d_ok {
      padding: 2px 0 2px 24px;
      color: #000;
      background: url(//i.ilife.cn/regok/yes.gif) no-repeat 4px;
    }

    .d_err {
      color: #F00;
      padding: 2px 0 2px 24px;
      width: 225px;
      background: url(//i.ilife.cn/regok/no.gif) no-repeat 4px;
    }

    .theme-popover-mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      display: none;
      overflow: hidden;
    }

    .theme-popover {
      width: 930px;
      height: 500px;
      margin: -250px 0 0 -465px;
      display: none;
      background: #FFFFFF;
      border: 4px solid rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
    }

    .theme-poptit {
      border-bottom: 1px solid #ddd;
      padding: 5px 12px;
      position: relative;
    }

    .theme-popbod {
      padding: 10px 0;
      color: #444;
      height: 375px;
      overflow-y: auto;
      overflow-x: hidden;
    }

    .theme-popbod h2,
    .theme-popbod p {
      padding: 0 10px;
      line-height: 24px;
    }

    .theme-popbod h2 {
      margin-top: 20px;
      font-size: 14px;
      font-weight: bolder;
    }

    .theme-popbom {
      padding: 15px;
      background-color: #f6f6f6;
      border-top: 1px solid #ddd;
      border-radius: 0 0 5px 5px;
      color: #666
    }

    .theme-popbom a {
      margin-left: 8px
    }

    .theme-poptit h3 {
      text-align: center;
      font-size: 14px;
      font-weight: bolder;
    }

    .theme-poptit .close {
      float: right;
      color: #999;
      padding: 5px;
      margin: -2px -5px -5px;
      font: bold 14px/14px simsun;
      text-shadow: 0 1px 0 #ddd
    }

    .theme-poptit .close:hover {
      color: #444;
    }

    #register #MemberMain #mainRegister #RegisterFm .linebox-left .AllUserInfo .Textline2 .select-w select {
      width: 86px !important;
    }

    #regbotton:hover {
      cursor: pointer;
    }
    #home-header .header-main .H-Search .mallSearch-form .search-input #SearchTo {
      position: absolute;
      right: 0;
      top: 0;
      width: 62px;
      height: 32px;
      text-align: center;
      line-height: 32px;
      overflow: hidden;
      border: 0;
      font-size: 12px;
      letter-spacing: 4px;
      color: #fff;
      background: #ff3a2f;
      cursor: pointer;
    }