

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;
    min-height:83vh;
}
.content .loginimg{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 750px;
}
.Form{
    margin: 50px auto;
    z-index:999;
    overflow: hidden;
    box-sizing: border-box;
    width: 640px;
    min-height:373px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 10px rgba(25,1,52,.12);
    box-shadow: 0 2px 10px rgba(25,1,52,.12);
    background: #fff;
    padding: 70px 70px 50px;
}
.Form .content-header .title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2d2d2d;
    margin-bottom: 15px;
}
.Form .content-header .titles{
    font-size: 14px;
    line-height: 18px;
    color: #999;
    margin-bottom: 48px;
}


.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;
}

.inputCode{
   position: relative;
}
.inputCode .getCode{
    /*border: 1px solid red !important;*/
    background-color: transparent !important;
    position: absolute;
    right:0;
    top:0;
}

/**/
.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;
}



/**/
.ivumb38{
    margin-bottom:38px !important;
}
