.page-menu li {
    margin: 12px;
    width: 60px;
    height: 60px;
    background: #f7f7f7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
    TEXT-DECORATION: none;
    color: inherit;
}
.m-reg {
    padding-bottom: 90px;
}
.u-bg {
    background: rgba(109, 198, 200, .05);
}
.u-crumbs-box {
    padding: 20px 0;
}
.bd {
    padding: 100px 0 120px 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.bd .form-box .is-read a {
    color: #3c8977;
}
.bd .form-box {
    width: 360px;
    margin: 0 auto;
}
.m-crumbs {
    display: flex;
    margin-bottom: 0;
}
.m-crumbs li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 14px;
}
.m-crumbs li .href-name {
    color: #6DC6C8;
}
.m-crumbs li .separator {
    margin: 0 10px;
}
.bd .form-box .ipt-icon {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bd .form-box .ipt-icon img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}
.bd .form-box .ipt-box .btn-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bd .form-box .ipt-box .btn-group span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 12px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -10px;
}
.bd .form-box .btn {
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bd .form-box .register {
    width: 100%;
    line-height: 32px;
}
.ivu-form-item-error{
    border: 1px solid #ed4014;
}
.ivu-form-item-error:hover{
    border: 1px solid #ed4014;
}
.ivu-icon-ios-close:before {
    content: "x";
}
.ivu-modal-close {
    top: 3px;
}

@media(max-width: 992px) {
    .header, .g-container, .h5, .navbar-expand-lg, .container-fluid,
    .m-reg, .u-crumbs-box, .m-crumbs, .g-container, .vu-form, .footer,
    .footer_conter, .a_list, body {
        width: 100vw !important;
        min-width: 0 !important;
    }
    .collapse .navbar-nav li:nth-child(1)::after {
        top: -77px !important;
    }
    .bd .form-box .ipt-box .btn-group {
        width: auto;
    }
    .g-container {
         padding: 0 !important;
    }
    .bd .form-box {
        width: 300px;
        padding: 26px 0;
    }
    .bd .form-box .ipt-box .btn-group span {
        width: 95px;
        position: absolute;
        top: 0;
        right: -310px;
    }
    .ivu-form-item-content .ipt-box {
        position: relative;
    }
}
@media(max-width: 576px) {
    .site-logo {
        width: 90px;
        height: 35px;
    }
    .bd .form-box {
        width: 270px;
    }
    .bd .form-box .ipt-box .btn-group span {
        right: -279px;
        top: 0px;
    }
    .collapse .navbar-nav li:nth-child(1)::after {
        top: -73px !important;
    }
}
