@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: 14px 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #11406C;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.container {
    width: 100%;
    height: 100vh;
}

.sidebar {
    width: 250px;
    border-right: 1px #ededed solid;
}

.sidebar .logo {
    width: 100%;
    border-bottom: 1px #ededed solid;
    height: 100px;
}

.sidebar .menu {
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 35px;
}

.sidebar .menu>a {
    line-height: 45px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 20px;
    padding-left: 40px;
}

.sidebar .menu>a:last-child {
    margin-bottom: 0;
}

.sidebar .menu>a img {
    margin-right: 10px;
}

.sidebar .menu>a.active {
    background-color: #ebe8fc;
}

.sidebar .f-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
}

.sidebar .copyright {
    font-size: 14px;
    padding-left: 10px;
    margin-top: 20px;
}

.sidebar .copyright>a {
    color: #c0bccc;
    margin-top: 10px;
}

.sidebar .copyright>a img {
    margin-right: 10px;
}

.sidebar .login {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 45px;
    background-image: linear-gradient(135deg, #5a43d2, #6288ed);
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    display: none;
}
.sidebar .userbox{
    display: none;
}
.sidebar .user-info {
    border-top: 1px #ededed solid;
    padding-top: 20px;
    padding-left: 35px;
    font-size: 18px;
    margin-right: 30px;
}

.sidebar .user-info:hover .data-content {
    display: block;
}


.sidebar .user-info .user-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    background-color: rgba(90, 67, 210, .3);
}

.sidebar .user-info .user-img img {
    max-width: 100%;
    max-height: 100%;
}

.sidebar .user-info>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-right: 1px #a8a8a8 solid;
    border-bottom: 1px #a8a8a8 solid;
}

.maskBg {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.loginBox {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); */
    width: 825px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #FFF;
    display: none;
}

.colse {
    position: absolute;
    top: -10px;
    right: -50px;
    width: 24px;
    height: 24px;
    background: url(../images/close.svg)no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}

.loginBox .text-grid {
    width: 360px;
    border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -ms-border-radius: 15px 0 0 15px;
    -o-border-radius: 15px 0 0 15px;
    background: url(../images/bg1.png)no-repeat center;
    background-size: 100% 100%;
    padding-top: 85px;
}

.loginBox .text-grid .text {
    font-size: 20px;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    width: 160px;
}

.loginBox .text-grid .text p {
    background: url(../images/icon4.png)no-repeat left center;
    padding-left: 30px;
    margin-top: 20px;
}

.loginBox .con {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}

.loginBox .con .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 40px;
}

.loginBox .con .tips {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-top: 5px;
}

.loginBox .con .erwma {
    position: relative;
    display: flex;
    flex-direction:column;
    width: 220px;
    height: 220px;
    /* border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: rgba(90, 67, 210, .3) 0 0 10px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.loginBox .con .tit {
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.6;
}

.loginBox .con .tit .line {
    height: 1px;
    background-color: #dcdcdc;
}

.loginBox .con .tit span {
    margin: 0 20px;
}

.loginBox .con .q-login {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(217, 217, 217, .5) url(../images/qq.png)no-repeat center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.loginBox .con .text {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.6;
}

.loginBox .con .text a {
    color: #5a43d2;
    margin-left: 5px;
}

.user-content {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); */
    width: 880px;
    /* height: 560px; */
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #FFF;
    display: none;
}

.user-content .text-content {
    width: 260px;
    background-image: linear-gradient(#f0eefd, #f8f7ff);
    overflow: hidden;
    border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -ms-border-radius: 15px 0 0 15px;
    -o-border-radius: 15px 0 0 15px;
    margin-left: -1px;
}

.user-content .text-content .title {
    height: 70px;
    background-image: linear-gradient(135deg, #5a43d2, #6288ed);
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}

.user-content .text-content .title img {
    margin-right: 10px;
}

.user-content .text-content .text {
    margin-top: 30px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.6;
}

.user-content .text-content .text .icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    margin-right: 10px;
}

.user-content .con {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.user-content .con .tit-con {
    width: 260px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #ececec;
    padding: 2px;
    cursor: pointer;
}

.user-content .con .tit-con>div:first-child {
    background-color: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 25px;
}

.user-content .con .tit-con .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

.user-content .con .tit-con .money {
    font-size: 16px;
    margin-top: 10px;
}

.user-content .con .tit-con .money::before {
    content: '￥';
    font-size: 30px;
}

.user-content .con .tit-con .money span {

    margin: 0 5px;
}
.user-content .con .tit-con .money .price{
    font-size: 48px;
    font-weight: bold;
}
.user-content .con .tit-con .txt {
    font-size: 14px;
    line-height: 2;
}

.user-content .con .tit-con .tips {
    position: absolute;
    left: 0;
    top: -15px;
    width: 76px;
    line-height: 30px;
    background-color: #ececec;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.user-content .con .tit-con.on {
    background-color: #5a43d2;
    background-image: linear-gradient(135deg, #5a43d2, #6288ed);
}

.user-content .con .tit-con.on .tips {
    background-color: #5a43d2;
    background-image: linear-gradient(135deg, #5a43d2, #6288ed);
    color: #FFF;
}

.user-content .con .tit-con.on .txt {
    color: #FFF;
}

.user-content .con .pay-content {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
}

.user-content .con .pay-content .erwma {
    width: 150px;
    height: 160px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: rgba(90, 67, 210, .3) 0 0 10px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pay-qrcode{
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-content .con .pay-content .erwma img {
    max-width: 100%;
    max-height: 100%;
}

.user-content .con .pay-content .money-txt {
    font-size: 18px;
}

.user-content .con .pay-content .money-txt .money {
    color: #e33a33;
}

.user-content .con .pay-content .money-txt .money span {
    font-weight: bold;
    font-size: 36px;
    font-weight: bold;
}

.user-content .con .pay-content .pay-txt {
    font-size: 18px;
    margin-top: 5px;
}

.user-content .con .pay-content .submit {
    font-size: 16px;
    color: #FFF;
    margin-top: 10px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-image: linear-gradient(135deg, #5a43d2, #6288ed);
}

.user-content .con .text {
    background-color: #f5f5f5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 14px;
    line-height: 1.8;
    padding: 10px;
    margin-top: 35px;
}

.data-content {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 600px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #FFF;
    padding: 35px;
    display: none;
}
.data-content .user-btn{
    cursor: pointer;
}
.data-content .user-info .user-img {
    width: 110px;
    height: 110px;
    background-color: rgba(217, 217, 217, .5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.data-content .user-info .txt {
    font-size: 18px;
    line-height: 1.8;
}

/* @font-face {
    font-family: 'FZZCHJW';
    src: url('FZZCHJW.TTF');
}
 */
.data-content .tips {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    line-height: 80px;
    background: url(../images/txtbg.png)no-repeat center;
    height: 80px;
    margin-top: 30px;
    font-size: 24px;
    color: #58486f;
    font-family: 'FZZCHJW';
    font-weight: bold;
}

.data-content .text {
    height: 56px;
    background-image: linear-gradient(135deg, #ffce60, #fffb9a);
    font-size: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 20px;
    padding-left: 20px;
    color: #000;
}

.data-content .text img {
    margin-right: 5px;
}

.data-content .u-menu {
    margin-top: 20px;
    background-color: #ececec;
    padding: 30px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 18px;
}

.data-content .u-menu .icon {
    height: 30px;
}

.data-content .u-menu .tit {
    line-height: 1.2;
    margin-top: 10px;
}

#container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    box-shadow: 0 0 12px rgba(120, 120, 120, 0.3);
    overflow: hidden;
    background: linear-gradient(-157deg, #f57bb0, #867dea);
    color: white;
}
.layer-custom.layui-layer-dialog{
    border-radius: 8px;
}
.layer-custom .layui-layer-btn a{background: #fff; border-color: #E9E7E7; color: #333;}
.layer-custom .layui-layer-btn .layui-layer-btn0{background-image: linear-gradient(135deg, #5a43d2, #6288ed);color: #fff;border-radius: 4px;}