#app, #root, body, html {
    height: 100%;
}

body, html {
    width: 100%;
    height: 100%;
}

.explain-box {
    position: absolute;
    bottom: 5px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    color: #7d7878;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    background-color: #fff;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
}

#userLayout.user-layout-wrapper {
    height: 100%;
}
#userLayout.user-layout-wrapper.mobile .container .main {
    max-width: 368px;
    width: 98%;
}
#userLayout.user-layout-wrapper .container {
    width: 100%;
    min-height: 100%;
    background: #e2effc url(/img/wrapper.jpg) no-repeat center top;
    background-size: 100%;
    vertical-align: middle;
    display: flex;
}
#userLayout.user-layout-wrapper .container a {
    text-decoration: none;
}
#userLayout.user-layout-wrapper .container .loginbox {
    margin: auto;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
#userLayout.user-layout-wrapper .container .top {
    text-align: center;
    height: 500px;
    background: url(/img/login-bg.png) no-repeat center top;
    background-size: 100% 100%;
    float: left;
}
#userLayout.user-layout-wrapper .container .top .header {
    height: 44px;
    line-height: 44px;
}
#userLayout.user-layout-wrapper .container .top .header .badge {
    position: absolute;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-left: -12px;
    margin-top: -10px;
    opacity: 0.8;
}
#userLayout.user-layout-wrapper .container .top .header .logo {
    height: 60px;
    width: 100%;
    vertical-align: top;
    margin-top: 110px;
    margin-bottom: 10px;
    border-style: none;
}
#userLayout.user-layout-wrapper .container .top .header .title {
    font-size: 24px;
    color: #ffffff;
    font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 600;
    position: relative;
    top: 2px;
    display: block;
}
#userLayout.user-layout-wrapper .container .top .desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    margin-top: 12px;
    margin-bottom: 40px;
}
#userLayout.user-layout-wrapper .container .main {
    height: 500px;
    margin: 0 auto;
    float: left;
    display: block;
    padding: 0 30px;
    position: relative;
    box-sizing: border-box;
}
#userLayout.user-layout-wrapper .container .footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 16px;
    margin: 48px 0 24px;
    text-align: center;
}
#userLayout.user-layout-wrapper .container .footer .links {
    margin-bottom: 8px;
    font-size: 14px;
}
#userLayout.user-layout-wrapper .container .footer .links a {
    color: rgba(0, 0, 0, 0.45);
    transition: all 0.3s;
}
#userLayout.user-layout-wrapper .container .footer .links a:not(:last-child) {
    margin-right: 40px;
}
#userLayout.user-layout-wrapper .container .footer .copyright {
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
}

.QRcodeIcon {
    position: absolute;
    right: 0;
    font-size: 32px;
    color: #1890ff;
    margin-top: 5px;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background: url(/img/QRcode.svg) center no-repeat;
    background-size: cover;
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.user-layout-login .ant-page-header {
    padding: 60px 0 45px 0;
}

.ant-page-header-ghost {
    background-color: inherit;
}

.ant-page-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    padding: 16px 24px;
    background-color: #fff;
}
.ant-page-header-heading {
    width: 100%;
    overflow: hidden;
}

body .ant-page-header-heading-title {
    font-size: 14px;
    line-height: 28px;
}

.ant-page-header-heading-title {
    display: block;
    float: left;
    margin-bottom: 0;
    padding-right: 12px;
    color: rgba(0,0,0,.85);
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}

.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.icon-img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

.el-tabs__item{
    font-size:18px !important;
}
.hide{
    display: none;
}
.tabs{
    padding: 60px 0 10px 0
}
@media (min-width: 1px) and (max-width: 762px) {
    #userLayout.user-layout-wrapper .container .loginbox {
        margin: 0 auto;
    }
    #userLayout.user-layout-wrapper .container .top{
        height: 180px;
        padding-top: 20px;
    }
    #userLayout.user-layout-wrapper .container .top .header .logo{
        margin-top: 20px;
    }
    .tabs{
        padding: 30px 0 10px 0
    }
    .title{
        display: inline-block !important;
    }
    .verifybox{
        width: 100% !important;
    }
}
@media (min-width: 763px) and (max-width: 1024px) {
    #userLayout.user-layout-wrapper .container .loginbox {
        margin: 0 auto;
    }
    #userLayout.user-layout-wrapper .container .top{
        height: 380px;
        padding-top: 120px;
    }
    .main{
        height: 800px !important;
    }
    #userLayout.user-layout-wrapper .container .top .header .logo{
        margin-top: 20px;
    }
    .tabs{
        padding: 30px 0 10px 0
    }
    .title{
        display: inline-block !important;
    }
}