﻿@charset "utf-8" ;
a, a:hover{
  text-decoration: none;
}
.encrypted-modal{
  display: none;
  position: absolute;
  z-index: 10;
  width: 500px;
  left: 50%;
  top: 10px;
  margin-left: -250px;
  background: #fff;
}
    .encrypted-modal .header {
        position: relative;
        height: 53px;
        line-height: 50px;
        background: url("../images/encrypted/encrypted_header_bg.jpg") repeat-x bottom;
        padding: 0 18px;
        text-align: left;
        color: #bbb;
    }
.encrypted-modal .header p{
  font-size: 16px;
}
.encrypted-modal .header .close-btn{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  font-weight: normal;
  text-align: center;
  font-size: 30px;
  color: #bbb;
}
.encrypted-modal .header .close-btn:hover{
  text-decoration: none;
  color: #bbb;
}
.encrypted-modal .p-red{
  padding: 20px 20px 0 35px;
  font-size: 16px;
  font-weight: bold;
  color: #ff1d1d;
}
.encrypted-modal .form-encrypted{
  margin-left: 35px;
  padding-bottom: 35px;
}
.encrypted-modal .form-group{
  margin-top: 20px;
  font-size: 14px;
}
.encrypted-modal .form-group p{
  font-size: 14px;
  text-align:left;
  padding:0;
}
.encrypted-modal .form-group label{
  display: inline-block;
  width: 65px;
  text-align: right;
}
    .encrypted-modal .select-bg {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        background: #fff url("../images/encrypted/arrow.png") no-repeat right center;
        border: 1px solid #ccc;
        border-radius: 6px;
        height: 20px;
        padding: 9px;
        height: 20px/9;
        padding: 9px/9;
        margin-right: 20px;
        *border: 1px solid #fff;
        *height: 30px;
        *padding: 0;
        width: 220px;
        *width: 220px;
    }
    .encrypted-modal .select-bga {
        display: inline-block;
        vertical-align: middle;
        background: #fff url("../images/encrypted/arrow.png") no-repeat right center;
        *background: none;
        border: 1px solid #ccc;
        border-radius: 6px;
        height: 20px;
        padding: 9px 0;
        height: 20px/9;
        padding: 9px 0/9;
        margin-right: 20px;
        *border: 1px solid #fff;
        *height: 30px;
        *padding: 0;
        overflow: hidden;
    }
.encrypted-modal .select-bg:hover,
.encrypted-modal .select-bg:focus{
  border-color: #209583;
}
.encrypted-modal .select-bg ul{
  display: none;
  position: absolute;
  z-index: 11;
  top: 50px;
  left: 0;
  width: 240px;
  border: 1px solid #ededed;
  box-shadow: 0 1px 1px #ededed;
  background: #fff;
  line-height: 26px;
  font-size: 12px;
}
    .encrypted-modal .select-bg span {
        display: block;
        position: absolute;
        z-index: 12;
        top: -9px;
        left: 50px;
        width: 18px;
        height: 9px;
        background: #fff url("../images/encrypted/encrypted_select_bg.png") no-repeat;
        border-bottom: 6px solid #fff;
    }
.encrypted-modal .select-bg a{
  display: block;
  color: #333;
  padding:0 10px;
}
.encrypted-modal .select-bg a.active,
.encrypted-modal .select-bg a:hover{
  background: #209583;
  color: #fff;
  text-decoration: none;
}
.encrypted-modal select,
.encrypted-modal select:active,
.encrypted-modal select:focus{
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  background:transparent;
  border:none 0;
  outline: none 0;
  background: none;
  padding-left:5px;
  line-height: 18px;
  height:100%;
  *height: 30px;
  *line-height: 20px;
}
.encrypted-modal .select-bg select{
  width: 266px;
  *width: 238px;
}
.encrypted-modal input::-webkit-input-placeholder{
  color: #ccc;
}
.encrypted-modal input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color: #ccc;
}
.encrypted-modal input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.encrypted-modal input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color: #ccc;
}
.encrypted-modal input{
  box-sizing: border-box;
  margin-right: 20px;
  width: 238px;
  height: 38px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  padding-left: 5px;
}
.encrypted-modal input:hover,
.encrypted-modal select:hover,
.encrypted-modal input:focus{
  outline: none;
  border-color: #209583;
}
.encrypted-modal input.errorts,
.encrypted-modal input.errorts:hover,
.encrypted-modal input.errorts:focus{
  border-color: #ff1d1d;
  color: #ff1d1d;
}
.encrypted-modal button{
  display: inline-block;
  width: 240px;
  height: 40px;
  margin-right: 20px;
  line-height: 40px;
  border: none;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #209583;
}
.encrypted-modal button.disable-btn{
  background: #ccc;
}
.encrypted-modal .skip-btn{
  display: inline-block;
  vertical-align: bottom;
  line-height: 20px;
  font-size: 16px;
  color: #bbb;
}
.encrypted-modal .form-chengepass{
  margin-left: 55px;
  padding-bottom: 35px;
}
.encrypted-modal .form-chengepass .form-group label {
  display: inline-block;
  width: 95px;
}
.encrypted-modal em{
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
    .encrypted-modal .icon-correct {
        background: url("../images/encrypted/icon_correct.png") no-repeat;
        background-size: 100%;
    }
    .encrypted-modal .icon-error {
        background: url("../images/encrypted/icon_error.png") no-repeat;
    }