.header{display: flex;justify-items: center;align-items: center;}
.header .logo{display: flex;align-items: center}
.header .nav{flex:1}
.header .layui-nav-avatar img{width: 40px;height: 40px;border-radius: 50%}

.layui-card{margin: 20px auto;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25)}
.layui-card .layui-card-header{ background: #f3f3f3;}

.meta{line-height: 1.5em;color: #838383;}
.main img{max-width: 100%}
.pages{margin-top: 20px;}

.wait-body-content { position: absolute; top: 0; right: 0; bottom: 48px; left: 0; overflow-y: auto; padding: 10px 20px 0 10px; background-color: #ffffff; }
.wait-body-footer { position: fixed; right: 0; bottom: 0; left: 0; z-index: 800; padding: 10px; text-align: center; background: #ecf0f1; }
.wait-body-footer a { margin: 5px 5px 0; padding: 7px 15px; height: 28px; border: 1px solid #dedede; border-radius: 2px; color: #333333; background-color: #ffffff; line-height: 28px; }
.wait-body-footer a:hover { opacity: 0.8; }
.wait-body-footer a.layui-layer-btn0 { cursor: pointer; border-color: #3a67e4; color: #ffffff; background-color: #3a67e4; }
.wait-body-footer a.layui-layer-btn1 { cursor: pointer; }

/** 用户账号 **/
.user-modular-account {
    padding: 0 20px;
}

.user-modular-account .avatar {
    margin: 50px 0;
}

.user-modular-account .avatar::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
    line-height: 0;
}

.user-modular-account .avatar .explain {
    float: left;
    width: 260px;
    height: 130px;
    background: url(../images/zz.png) no-repeat center center;
}

.user-modular-account .avatar .upload {
    float: left;
    width: 130px;
    height: 190px;
    text-align: center;
}

.user-modular-account .avatar .upload .wrapper {
    margin-bottom: 20px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.user-modular-account .avatar .upload .wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #eeeeee;
}

.user-modular-account .binding li {
    display: flex;
    height: 98px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}

.user-modular-account .binding li:last-child {
    border-bottom: 0;
}

.user-modular-account .binding li .icon {
    padding-top: 10px;
    padding-left: 24px;
    width: 60px;
    font-size: 36px;
    color: #d9dde1;
}

.user-modular-account .binding li i {
    margin: 0 auto;
    padding: 2px;
    width: 160px;
    border: 1px solid #cccccc;
    border-radius: 50px;
    color: #b5b6b7;
    background: #ffffff;
}

.user-modular-account .binding li .info {
    flex: 1;
    padding-top: 20px;
    font-size: 14px;
    color: #93999f;
}

.user-modular-account .binding li .info p {
    height: 30px;
    line-height: 30px;
}

.user-modular-account .binding li .info span {
    font-weight: bold;
    color: #000000;
}

.user-modular-account .binding li .update {
    padding-top: 20px;
}


/** 用户布局 **/
.layout-global-user {
    margin-top: 15px;
}

.layout-global-user .layui-tab-title li {
    font-weight: bold;
    color: #575757;
}

.layout-global-user .information .layui-form-label {
    color: #666666 !important;
}

.layout-global-user .layui-input-inline {
    width: 300px !important;
}

.layout-global-user .container:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    * zoom: 1;
}

.layout-global-user .left-sidebar {
    float: left;
    width: 200px;
    min-height: 700px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    background-color: #ffffff;
}

.layout-global-user .right-iframe {
    float: left;
    margin-left: 20px;
    width: 980px;
    min-height: 700px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    background-color: #ffffff;
}

.layout-global-user .left-sidebar ul.menu {
    margin-top: 20px;
}

.layout-global-user .left-sidebar ul.menu li {
    margin: 0 auto 8px;
    width: 160px;
    height: 48px;
}

.layout-global-user .left-sidebar ul.menu li a {
    position: relative;
    display: block;
    padding-left: 64px;
    height: 48px;
    font-size: 16px;
    text-align: left;
    color: #787d82;
    line-height: 48px;
}

.layout-global-user .left-sidebar ul.menu li a i {
    position: absolute;
    top: 0;
    left: 24px;
    padding-right: 3px;
    font-size: 20px;
    font-weight: bold;
    color: #93999f;
    line-height: 48px;
}

.layout-global-user .left-sidebar ul.menu li.layui-this a {
    border-radius: 8px 0 0 8px;
    color: #ffffff;
    background: #16baaa;
}

.layout-global-user .left-sidebar ul.menu li.layui-this a i {
    color: #ffffff;
}

.layout-global-user .left-sidebar ul.menu li.layui-this a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    border-top: 24px solid #ffffff;
    border-bottom: 24px solid #ffffff;
    border-left: 15px solid transparent;
    content: "";
}

.layout-global-user .left-sidebar .member .avatar {
    display: block;
    margin: 10px auto 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #eee;
}

.layout-global-user .left-sidebar .member .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.layout-global-user .left-sidebar .member .name {
    margin: 10px 0;
    width: 100%;
    height: 24px;
    text-align: center;
    font-size: 14px;
}

.layout-global-user .left-sidebar .member .sign {
    margin: 10px auto;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #999999;
    line-height: 20px;
}

.layout-global-user .left-sidebar .member .nums {
    display: block;
    margin-top: 15px;
    padding: 10px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.layout-global-user .left-sidebar .member .nums p {
    display: inline-block;
    width: 85px;
    border-right: 1px solid #efefef;
}

.layout-global-user .left-sidebar .member .nums p:nth-child(2) {
    border-right: none;
}

.layout-global-user .left-sidebar .member .nums p .num {
    display: block;
    font-size: 18px;
    text-align: center;
}

.layout-global-user .left-sidebar .member .nums p .item {
    display: block;
    margin-top: 10px;
    height: 14px;
    font-size: 14px;
    text-align: center;
    color: #999999;
    line-height: 14px;
}

/** 登录注册 **/
.popup-skin-session {
    border-radius: 10px;
}

.popup-skin-session .layui-layer-content {
    overflow: hidden;
    border-radius: 10px;
    height: auto !important;
}

.layout-global-session {
    padding: 0 32px;
    border-radius: 2px;
    background-color: #ffffff;
}

.layout-global-session h1 {
    padding: 10px 0;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #1c1f21;
    line-height: 40px;
}

.layout-global-session .layui-tab {
    margin: 0;
}

.layout-global-session .layui-tab-title {
    padding: 10px 0 15px;
    border-bottom-style: none;
    border-bottom-width: 0;
}

.layout-global-session .layui-tab-title li {
    padding: 0;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #787d82;
}

.layout-global-session .layui-tab-title li:not(:first-child) {
    margin-left: 32px;
}

.layout-global-session .layui-tab-brief > .layui-tab-title .layui-this {
    color: #3a67e4;
}

.layout-global-session .layui-tab-brief > .layui-tab-title .layui-this::after {
    position: unset;
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 4px;
    border: none;
    border-radius: 2px;
    background: #3a67e4;
    content: "";
    line-height: 4px;
}

.layout-global-session .layui-form label {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.layout-global-session .layui-form label .area_code {
    position: absolute;
    top: 12px;
    left: 16px;
    font-size: 16px;
    text-align: left;
    color: #1c1f21;
    cursor: pointer;
    line-height: 24px;
}

.layout-global-session .layui-form label .get_code {
    position: absolute;
    top: 14px;
    right: 16px;
    color: #3377ff;
    cursor: pointer;
}

.layout-global-session .layui-form label.phone .layui-input {
    padding-left: 57px !important;
}

.layout-global-session .layui-form .layui-input {
    padding: 14px;
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 6px;
    background: rgba(28, 31, 33, .06);
    box-shadow: 2px 0 5px 0 #ffffff;
    line-height: 20px;
    box-sizing: border-box;
}

.layout-global-session .control {
    display: flex;
    align-items: center;
    justify-content: end;
}

.layout-global-session .control a {
    font-size: 14px;
    color: #9199a1;
}

.layout-global-session .control a:hover {
    opacity: 0.85;
}

.layout-global-session .confirm {
    display: block;
    margin-top: 15px;
    height: 46px;
    font-size: 16px;
    border-radius: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #3a67e4;
    line-height: 46px;
}

.layout-global-session .confirm:hover {
    background-color: #3a67e4;
}

.layout-global-session .jumps {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #3a67e4;
    line-height: 24px;
}

.layout-global-session .jumps:hover {
    opacity: 0.85;
}

.layout-global-session .empower {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.layout-global-session .empower i {
    padding: 0 10px;
    font-size: 38px;
    color: #00c777;
    cursor: pointer;
}

.layout-global-session .treaty {
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #9199a1;
}

.layout-global-session .treaty a {
    font-size: 14px;
    color: #3377ff;
}

.layout-global-session .treaty a:hover {
    opacity: 0.85;
}

.layout-global-session .agreement {
    padding-bottom: 8px;
}

.layout-global-session .agreement .compact {
    display: inline-block;
    height: 18px;
    font-size: 13px;
    color: #999999;
}

.layout-global-session .agreement .compact a {
    font-size: 14px;
    color: #3377ff;
}

.layout-global-session .agreement .compact a:hover {
    opacity: 0.85;
}

.layout-global-session .agreement .layui-form-checkbox[lay-skin="primary"] {
    padding-left: 20px;
}

.layout-global-session .agreement .layui-form-checked[lay-skin="primary"] i {
    border-color: #3a67e4 !important;
    background-color: #3a67e4;
}

.layout-global-session .agreement .layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #3a67e4;
}

.layout-global-session .wx-login .switch {
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 64px;
    cursor: pointer;
    color: #f3f5f6;
    background: -webkit-image-set(url(../images/spirit.png) 2x) no-repeat -80px 0;
}

.layout-global-session .wx-login .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #303133;
    margin-top: 60px;
}

.layout-global-session .wx-login .qrCode {
    position: relative;
    width: 204px;
    height: 204px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 30px auto 0;
}

.layout-global-session .wx-login .qrCode img {
    width: 100%;
    height: 100%;
}

.layout-global-session .wx-login .remark {
    font-size: 16px;
    color: #646566;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 29px;
}

.layout-global-session .wx-login .treaty {
    padding: 20px 0;
}

.layout-global-session .masking {
    width: 204px;
    height: 204px;
    background: rgba(255, 255, 255, 0.9000);
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid rgba(0, 0, 0, 0.0800);
    box-sizing: border-box;
}

.layout-global-session .masking p {
    text-align: center;
    font-weight: bold;
    color: #303133;
    margin-top: 60px;
}

.layout-global-session .masking a {
    display: block;
    width: 68px;
    height: 36px;
    background: #303133;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    margin: 20px auto auto;
}

.layout-global-session .loading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 204px;
    height: 204px;
    background: rgba(255, 255, 255, 0.9000);
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid rgba(0, 0, 0, 0.0800);
    box-sizing: border-box;
}

.layout-global-session .loading i {
    font-size: 32px;
}

.layout-global-session .ba-mobile .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #303133;
    margin-top: 20px;
}

.layout-global-session .ba-mobile .tips {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin: 10px 0 30px 0;
}