* {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
}

/*.login-page {*/
/*    background: url(../login/img/page-bg.png) 0 0/cover no-repeat;*/
/*}*/

.login-contain {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-box {
    width: 411px;
    height: 500px;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 5px;
    padding: 40px 40px 32px;
    box-sizing: border-box;
    box-shadow: 0 1px 25px rgba(1, 1, 1, 0.4);
}

.login-box .logo {
    width: 145px;
    margin: 0 auto 20px;
}

.role-line {
    margin-bottom: 30px;
    font-size: 16px;
    color: #000000;
}

.login-box .fieldset {
    margin-bottom: 18px;
}

.role-line .pdright {
    padding-right: 30px;
}

.role-line .pdright input[type="radio"] {
    vertical-align: middle;
}

.cd-form .fieldset {
    position: relative;
}

.cd-form label {
    font-size: 14px;
    font-size: 0.875rem;
}

.cd-form label.image-replace {
    /* replace text with an icon */
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 18px;
    width: 14px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.cd-form .cd-username {
    background-image: url("../skin/img/name-icon.png");
    background-size: 100%;
}

.cd-form .cd-tel {
    background-image: url("../skin/img/tel-icon.png");
    background-size: 100%;
}

.cd-form .cd-password {
    background-image: url("../skin/img/pwd-icon.png");
    background-size: 100%;
}

.fieldset .tel-a {

    font-size: 14px;
    text-decoration: underline;
    color: #144D84;
}

.fieldset .forget-a {

    font-size: 14px;
    color: #144D84;
}

.fieldset .txt {
    width: 204px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #7D7D7D;
    opacity: 0.7;
    border-radius: 2px;
    outline: 0 none;
    padding: 0 0 0 35px;
    margin-right: 10px;
}

.cd-form input.has-border:focus {
    border-color: #343642;
    box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
    outline: none;
}

.forget-box {
    display: inline-block;
}

.login-btn {
    padding-top: 5px;
    margin-bottom: 12px;
}

.login-btn .btn {
    width: 328px;
    height: 40px;
    background: #137CD2;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border: 0 none;
    outline: none;
    cursor: pointer;
}

.get-pwd {
    text-align: right;
    margin-bottom: 20px;
}

.get-pwd .version {
    font-size: 14px;
    font-weight: 400;
    color: #464D60;
    float: left
}

.get-pwd .get-pwd-a {
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    text-decoration: underline;
    color: #144D84;
}
.get-pwd .register {
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    text-decoration: underline;
    color: #144D84;
    margin-right: 20px;
}

.pmd-box {

    height: 24px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    color: #010101;
    text-align: center;
}

.ewm-block {
    position: relative;
    display: flex;
    margin-top: 20px;
    padding: 20px 0px 10px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.3);
    border-radius:5px;
}

.ewm-block:before {
    position: absolute;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    top:-14px;
    border-bottom:14px solid rgba(255, 255, 255, 0.3);
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    /* background: rgba(255, 255, 255, 0.5); */
}
.ewm-block .moduler {
    border-right:1px dashed #9a9a9a;
    padding: 0 30px;
}
.ewm-block .moduler div {
    background: #ffffff;
    padding: 6px;
}
.ewm-block .moduler:last-child{
    border-right:0 none;
}
.ewm-block p {
    color: #000000;
    text-align: center;
    margin-top:5px;
}

