.access-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.access-wrapper *:before,
.access-wrapper *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 /*::-ms-clear,*/
 /*::-ms-reveal {*/
    /*display: none;*/
/*}*/

/*input,*/
/*button,*/
/*select,*/
/*textarea {*/
    /*font-family: inherit;*/
    /*font-size: inherit;*/
    /*line-height: inherit;*/
/*}*/

/*body {*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*font-family: "Open Sans", "Helvetica Neue", Roboto, Tahoma, "Heiti SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;*/
/*}*/

/*/!* body,*/
/*a {*/
    /*color: #797979;*/
/*} *!/*/

/*input::-ms-clear,*/
/*input::-ms-reveal {*/
    /*/!*//clear去掉叉  reveal去掉眼睛*!/*/
    /*display: none;*/
/*}*/

/*input::-webkit-input-placeholder,*/
/*textarea::-webkit-input-placeholder {*/
    /*color: #ccc!important;*/
    /*font-size: 12px;*/
/*}*/

/*input:-moz-placeholder,*/
/*textarea:-moz-placeholder {*/
    /*color: #ccc!important;*/
    /*font-size: 12px;*/
/*}*/

/*input::-moz-placeholder,*/
/*textarea::-moz-placeholder {*/
    /*color: #ccc!important;*/
    /*font-size: 12px;*/
/*}*/

/*input:-ms-input-placeholder,*/
/*textarea:-ms-input-placeholder {*/
    /*color: #ccc!important;*/
    /*font-size: 12px;*/
/*}*/

.access-wrapper .layer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1060;
}
.access-wrapper .layer.full{
    background: white;
}

.access-wrapper .layer.modal {
    background: rgba(80,80,80,0.4);
    padding-top: 16vh;
}

.access-wrapper .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.access-wrapper .context-container {
    padding: 10px;
    background-color: #2d383d;
}

.access-wrapper .plugin-context {
    padding: 0;
    background-color: #fff;
}

.access-wrapper a {
    display: inline-block;
    text-decoration: none;
}

.access-wrapper .col-3 {
    color: #333;
}

.access-wrapper .remember-me {
    float: left;
}

.access-wrapper .important-link {
    color: #1c94e3;
    font-size: 14px;
}

.access-wrapper .logo {
    background: url(/img/logo2.png) no-repeat center;
    height: 100px;
}

.access-wrapper .container {
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 37px 50px;
    background-color: #fff;
}

.access-wrapper .nav {
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.access-wrapper .nav-item {
    display: inline-block;
    margin: 0 25px;
    padding: 0 3px;
    *zoom: 1;
    *display: inline;
}

.access-wrapper .nav-item.current {
    color: #fc7701;
    border-bottom: 3px solid;
    line-height: 36px;
}

.access-wrapper .nav-item a {
    color: #333;
}

.access-wrapper .error-container {
    margin-top: -22px;
    color: #f18300;
    word-break: break-all;
}

.access-wrapper label.error {
    background-color: #fff;
    color: #f18300;
    position: absolute;
    bottom: 90%;
    border: 1px solid;
    font-size: 80%;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 1;
    left: 10px;
}

.access-wrapper label.error:before,
.access-wrapper label.error:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #f18300;
    left: 5px;
    bottom: -10px;
}

.access-wrapper label.error:after {
    border-top-color: #fff;
    bottom: -9px;
}

.access-wrapper .relative-blank {
    position: relative;
}

.access-wrapper .form-error-tip {
    background-color: #fff;
    color: #f18300;
    position: absolute;
    border: 1px solid;
    font-size: 80%;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 1;
    bottom: 10px;
    left: 10px;
    max-width: 300px;
}

.access-wrapper .form-error-tip:before,
.access-wrapper .form-error-tip:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #f18300;
    left: 5px;
    bottom: -10px;
}

.access-wrapper .form-error-tip:after {
    bottom: -9px;
    border-top-color: #fff;
}

.access-wrapper .form {
    padding-top: 30px;
}

.access-wrapper .form-group {
    margin-bottom: 15px;
}

.access-wrapper .form-group.large-margin {
    margin-bottom: 20px;
}

.access-wrapper .input-group {
    position: relative;
    height: 40px;
}

.access-wrapper .input-group.required:after {
    position: absolute;
    content: '*';
    color: #f18300;
    right: 10px;
    top: 11px;
}

.access-wrapper .input-group>input {
    display: inline-block;
    width: 100%;
    *max-width: 320px!important;
    height: 40px;
    line-height: 40px;
    padding: 0 40px!important;
    outline: none;
    border: 1px solid #d7d7d7;
}

.access-wrapper .input-group>input:focus {
    border-color: #959595;
}

.access-wrapper .input-group>.icon {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
}


/*.input-group > input + .icon-focus {*/


/*opacity: 0;*/


/*}*/


/*.input-group > input:focus + .icon-focus {*/


/*opacity: 1;*/


/*cursor: pointer;*/


/*}*/

.access-wrapper .icon-focus {
    cursor: pointer;
}

.access-wrapper .hide {
    display: none!important;
}

.access-wrapper .input-group>.icon-right {
    left: auto;
    right: 1px;
}

.access-wrapper .icon-email {
    background-image: url(../images/sign_email.png);
}

.access-wrapper .icon-password {
    background-image: url(../images/sign_password.png);
}

.access-wrapper .icon-service {
    /* background-image: url(../images/sign_service.png); */
}

.access-wrapper .icon-name {
    /* background-image: url(../images/name.png); */
}

.access-wrapper .icon-eye-open {
    background-image: url(../images/eye-open.png);
}

.access-wrapper .icon-eye-close {
    background-image: url(../images/eye-close.png);
}

.access-wrapper .icon-white {
    background-color: #fff;
    z-index: 1;
}

.access-wrapper .button {
    height: 46px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #f18300;
    background-color: #f18300;
    color: #fff;
    font-size: 16px;
}

.access-wrapper .button[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

.access-wrapper .block-button {
    width: 100%;
}

.access-wrapper .footer-container {
    color: #999;
    margin-top: 20px;
    text-align: center;
    line-height: 20px;
}

.access-wrapper .text-center {
    text-align: center;
}

.access-wrapper .hidden {
    display: none !important;
}

.access-wrapper .div-message {
    overflow-wrap: break-word;
    color: #797979;
    font-size: 14px;
    margin: -20px 0px 20px 0px;
}

.access-wrapper .layer_close {
    position: absolute;
    font-size: 18px;
    right: 0;
    padding: 0.5em;
}