

body {
    font-size: 14px;
    word-wrap: break-word;
    color: #2d2d2d;
    font-style: normal;
    line-height: 1.2;
}
* {
    font-family: Roboto, Arial, "Microsoft YaHei", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

:root {
    --primary-color: #8c0776;
}
.subBtn {
    background: -webkit-gradient(linear,right top,left top,from(#fc573f),to(#e50113));
    background: linear-gradient(270deg,#fc573f,#e50113);
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 30px;
    color:#FFF;
}
.subBtn:focus, .subBtn:hover {
    color: #fff;
    background-color: #f5514e;
    border-color: #f5514e;
}

.register-box{
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.layout {
    min-height: 100vh;
}
.layout, .layout * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login-header, .login-header .login-minHeader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-header {
    height: 72px;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #eee;
}
.login-container, .login-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.layout, .layout * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login-header .login-minHeader {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.login-header, .login-header .login-minHeader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-container, .login-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.login-container {
    width: 1178px;
    position: relative;
}
.layout, .layout * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login-header .left-hader{
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.login-header .left-hader p {
    font-size: 22px;
    font-weight: 500;
    color: #2d2d2d;
    margin-left: 24px;
}

.layout-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-height: 0;
}
.layout, .layout * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.content{
    position: relative;
    height: 745px;
}
.content .loginimg{
    height: 745px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.Form{
    position: absolute;
    top:100px;
    right:17%;
    z-index:999;
    border-radius: 15px;
    overflow: hidden;
    width:400px;
    background:#fff;
    box-sizing: border-box;
    padding:20px;
}

@media screen and (max-width: 1600px) {
    .Form{
        right:8%;
    }
}

.Form .content-header .title{
    font-size: 20px;
    font-weight:bolder;
    color: #000;
    padding-bottom:20px;
}

.ivu-btn {
    border: 1px solid transparent !important;
}
.ivu-form-item {
    /*margin-bottom: 14px;*/
}
.RegisterBtn{
    font-size: 16px;
    color: #2d2d2d;
    background: #f6f6f6;
    opacity: .95;
    border: 1px solid #d3d3d3 !important;
}

/**/
.nc-container .nc_scale .nc_ok, .nc-container .nc_scale .nc_bg{
    background: linear-gradient(270deg,#fc573f,#e50113);
}
.nc-container .nc_scale .btn_ok{
    color:#e50113;
}
.nc-container .nc_scale span {
    text-align: center;
    width: 40px;
    height: 34px;
    line-height:34px;
    border: 1px solid #e50113;
    position: absolute;
    left: 0;
    cursor: move;
    background: #fff;
    z-index: 2;
}



/**/
.Page-footer {
    border-top: 1px solid #eee;
    height: 110px;
    padding: 24px 50px;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    background: #f0f2f5;
}
.Page-footer, .layout-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.fwrapper {
    margin-bottom: 8px;
    text-align: center;
}
.fwrapper .txt {
    font-size: 13px;
    margin: 0 10px;
}
.fwrapper .txt .desc {
    font-size: 13px;
    padding: 0 8px;
}

.bfooter {
    text-align: center;
}
.bfooter .li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
}
.bfooter .li .item {
    font-size: 13px;
    margin: 0 10px;
}
.bfooter .li .item a {
    color: #666;
}

