
.content_jump,.content_jump-left {
    position: absolute;
    display: none;
    padding: 10px;
    width: 186px;
    /*background: #e0edf7;*/
    background: #eee;
    border-radius: 6px;
    z-index: 100;
    margin-top: 10px;
    color: #000;
}

.content_jump::before,.content_jump-left::before {
    content: "";
    position: relative;
    top: -20px;
    left: 10px;
    width: 0;
    height: 0;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /*border-bottom: 10px solid #e0edf7;*/
    border-bottom: 10px solid #eee;
}



  #cover {
      position: fixed;
      left: 0px;
      top: 0px;
      background: rgba(0, 0, 0, 0.4);
      width: 100%; /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
      height: 100%;
      filter: alpha(opacity=60); /*设置透明度为60%*/
      opacity: 0.8; /*非IE浏览器下设置透明度为60%*/
      z-Index: 999;
  }
.alert-box_login{
    width: 360px;
    height: 330px;
    /*border-top:3px #4fc2b8 solid ;*/
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9999;
    max-width: 90%;
}

.login-top{
    height: 50px;
    line-height: 50px;
}

.login-top span{
    margin-left: 20px;
}

.d2{
    width: 300px;
    margin: auto;
    margin-top: 26px;
}
.w_jump{
    width: 100%;
}

.btn_login{
    height: 30px;
    width: 300px;
    margin-bottom: 10px;
}

.new_login{
    padding-bottom: 10px;
}
.new_login_input{
    margin-top: 10px;
}


  .alert-box-content{
      width: 700px;
      min-width: 700px;
      height: 440px;
      /*border-top:3px #4fc2b8 solid ;*/
      background: #fff;
      position: fixed;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
      z-index: 9999;
      max-width: 90%;
  }

.zt_r_content{
    color: red;
}

.dl_content dl{
    height: 35px;
    line-height: 35px;
    margin: 15px auto;
}

.dt_content{
    float: left;
    width: 30%;
    line-height: 35px;
    font-size: 16px;
    text-align: right;
}

.dd_content{
    float: right;
    width: 68%;
    line-height: 35px;

}

.dd_content input{
    width: 78%;
    height: 35px;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

#dd_gender{
    width: 20%;
    height: 35px;
    float: left;
    border: 1px solid #ddd;
    border-right: none;
}

.crc{
    height: 35px;
    width: 41%;
    float: left;
    margin-right: 2%;
    border: 1px solid #ddd;
    padding: 6px 15px;
    font-size: 14px;
}

#country,#province,#city{
    width: 78%;
    height: 35px;
    border: none;
}

#country select,#province select,#city select{
    height: 99.5%;
    width: 100%;
    /*border: 1px solid #ddd;*/
}

.btn_content{
    outline: none;
    width: 100px;
    line-height: 35px;
    color: white;
    border: none;
    background-color: #4fc2b8;
    margin-bottom: 13px;
    /*margin-top: 10px;*/
    cursor: pointer !important;
    opacity: 0.5;
}

.alert-box-content hr,.alert-box_login hr{
    margin: 0;
}

.ys small{
    display: block;
    margin-top: 7px;
    padding-left: 15px;
}



.alert-box-jump,.alert-box-jump-new{
    width: 489px;
    min-width: 489px;
    height: 256px;
    /*border-top:3px #4fc2b8 solid ;*/
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 999999;
    max-width: 90%;
    border-radius: 5px;
}

.alert-box-jump-new{
    height: 215px !important;
}

.alert-box-jump i,.alert-box-jump-new i{
    position: absolute;
    top: 0;
    right: 10px;
    font-family: "open sans";
    color: #333;
    font-size: 28px;
    cursor: pointer;
}

#s_fx,#s_fx_new{
    /*border: 1px solid red;*/
    width: 85%;
    font-size: 18px;
    padding: 9.5% 3.5% 7% 3.5%;
    margin: auto;
    text-align: center;
    word-break: break-word;
    line-height: 30px;

}

#s_fx span{
    display: block;
    text-align: justify;
}

#yes,#yes-new{

    height: 36px;
    /*border: 1px solid;*/
    width: 160px;
    font-size: 23px;
    line-height: 36px;
    text-align: center;
    margin: auto;
    background-color: #4fc2b8;
    color: white;
    border-radius: 20px;

}

#yes-new a{
    color: white;
}

.ckeck_ys{
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 10px;
    border: solid 1px #ddd;
    /*background: url(/static/web/image/pro/k_dui.png) no-repeat center -2px*/
}

 .cy_on{
    background: url(/static/web/image/pro/k_dui.png) no-repeat center -2px
}