﻿/*
 * *Created by PoLeung
 * *Email 30930572@qq.com
 * *Create date 2021-02-28
 * *Copyright LockDataV
 * *Desc data visualization project based on Echarts5.0.
 */
@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, body {
    padding: 0px;
    margin: 0px;
    /*    -moz-user-select: none;
        -khtml-user-select: none;
        user-select: none;*/
}

body {
    font-size: 16px;
    font-family: "微软雅黑", "arial";
    background: #f5f5f5;
    background-size: cover;
}

li {
    list-style-type: none;
}

i {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
}

/*img {
    border: none;
}*/

a {
    text-decoration: none;
    color: #1e824b;
}

a.active, a:focus {
    outline: none !important;
    text-decoration: none;
}

ol, ul, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0
}

a:hover {
    color: #000;
    text-decoration: none !important
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/*定义滚动條高宽及背景*/
/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.2);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(30, 130, 75, 0.55);
    border-radius: 2px;
    background-color: rgba(30, 130, 75, 0.55);
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 8px #1e824b;
    background-color: #1e824b;
}*/

/*头部标题信息*/
.headNav {
    position: relative;
    width: 100%;
    height: 85px;
    background: #1e824b;
}

.headTitle {
    position: absolute;
    padding-left: 20px;
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
}

.headTitle > img {
    margin-top: 10px;
}

.headTitle > span {
    letter-spacing: 3px;
}

.headTitle > p {
    position: absolute;
    font-size: 8px;
    width: 100%;
    margin-left: 70px;
    margin-top: -20px;
}

.adminMenu {
    position: absolute;
    right: 8%;
}

.adMenu {
    float: left;
    display: inline;
    color: #fff;
    height: 85px;
    line-height: 85px;
    padding: 0 15px;
}

.adMenu:hover {
    cursor: pointer;
    background: rgba(59, 170, 168, 1);
}

/*下拉菜单*/
.btn-list-group {
    position: absolute;
    right: 20px;
    padding-top: 20px;
    padding-right: 20px;
    text-align: right;
    cursor: pointer;
}

.btn-list-area {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    width: 100px;
    z-index: 9999;
    right: -10px;
}

.btn-list-group:hover .btn-list-area {
    display: block
}

.menuBtn {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(108, 117, 125, 1);
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
}

.subMenu {
    width: 100px;
}

.user {
    color: #e60000;
}

/*一级框架*/
.mainBox {
    margin: 15px 10%;
}

.contentTitle {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.addMenu {
    width: 100%;
    font-weight: bold;
}

.layui-table-page {
    text-align: right !important;
}

.x-red {
    color: #ff5722;
}

.tipsHand {
    cursor: pointer;
}

.btnbg {
    background-color: #1e824b;
}

.btnbg2 {
    background-color: #fff;
    color: #b1a39a;
}

.btnbg2:hover {
    color: #000;
}

/*layui select背景色*/
.layui-form-select dl dd.layui-this {
    background-color: transparent !important;
    color: #000
}

/*底部版权*/
.footer {
    width: 100%;
    height: 120px;
    background: #1e824b;
}

.footer_box1, .footer_box2 {
    float: left;
    margin-top: 10px;
}

.footer_box1 {
    width: 80%;
}

.footer_box1 > p {
    margin: 10px auto;
    color: #fff;
    font-size: 12px;
}

.footer_box2 {
    width: 20%;
    text-align: center;
}

.footer_code {
    width: 80px;
    text-align: center;
    margin: 0 auto;
}

.footer_code > p {
    margin: 10px auto;
    color: #fff;
    font-size: 12px;
}

#footer_qrcode {
    text-align: center;
    margin: 0 auto;
    border: 10px solid #fff;
}

.links {
    text-decoration: none;
    color: #FFF;
}


/*首页模版*/
.indexBox {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.indexBox > ul {
    height: 100%;
}

.indexTitle {
    font-weight: bold;
}

.indexBox > ul > li:first-child {
    float: left;
    width: 60%;
    height: 100%;
    line-height: 100%;
    background: rgba(177, 163, 154, 0.7);
    text-align: center;
}

.indexBox > ul > li > p {
    margin: 10px;
}

.code {
    width: 220px;
    text-align: center;
    margin: 0 auto;
}

#qrcode {
    text-align: center;
    margin: 0 auto;
    border: 10px solid #fff;
}

.indexBox > ul > li:nth-child(2) {
    float: left;
    width: 40%;
    height: 100%;
    background: #FFF;
    text-align: center;
}

.logo {
    width: 150px;
    border-radius: 50%;
}

.indexContact {
    float: left;
}

.tipfont {
    font-size: 12px;
}

/*微信扫码登录*/
.login_box {
    width: 300px;
    height: 312px;
    border-radius: 8px;
    background: #fff;
    padding: 10px 20px;
    margin: 0 auto;
}

.login_box .login_tab {
    display: flex;
    align-items: center;
}

.login_box .login_tab a {
    flex: 1;
    font-size: 16px;
    cursor: pointer;
    line-height: 53px;
    border-bottom: 1px solid #d6d6d6;
    color: #999;
    text-align: center;
}

.login_box .login_tab a.cur {
    border-bottom: 1px solid #61412d;
    color: #61412d;
}

.login_box .login_content .photo {
    text-align: center;
    margin-top: 18px;
}

.login_box .login_content .photo img {
    width: 180px;
    height: auto;
}

.login_box .login_content .phone_login li {
    border: 1px solid #d6d6d6;
    height: 38px;
    margin-top: 18px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.login_box .login_content .phone_login li .pic {
    margin-left: 12px;
    margin-right: 10px;
    width: 15px;
}

.login_box .login_content .phone_login li input {
    line-height: 38px;
    border: 0px;
    background: none;
    flex: 1;
    overflow: hidden;
    outline: none;
}

.login_box .login_content .phone_login li .add_yzm {
    width: 90px;
    float: right;
    cursor: pointer;
    margin: 0;
    height: 38px;
}

.login_box .login_content .phone_login li .yzm_btn {
    width: 90px;
    float: right;
    text-indent: 0;
    background: transparent;
    color: #188aae;
    text-align: center;
    cursor: pointer;
}

.login_box .login_content .login_btn {
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #1e824b;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto;
}

.tabcontent_1 .login_content {
    display: none;
}

#qrcode {
    cursor: pointer;
}

.tabcontent_1 .login_content.cur {
    display: block;
}

/*个人中心框架*/
.myBox {
    margin: 15px 10%;
    background: rgba(255, 255, 255, 1);
}

.myBox > ul > li:first-child {
    float: left;
    margin-top: 10px;
    width: 19.5%;
    margin-right: 0.5%;
    height: 500px;
}

.myBox > ul > li:nth-child(2) {
    float: left;
    width: 80%;
    padding: 1%;
    border-left: 1px #efefef solid;
    background-color: rgba(220, 220, 220, 0.1);
}

/*操作菜单*/
.sub_menu {
    width: 100%;
}

.sub_menu li {
    white-space: nowrap;
    color: #00923f;
    padding: 10px 0px 10px 20px;
    transition: background-color ease .3s;
}

.sub_menu li:hover {
    cursor: pointer;
    color: #FFF;
    background: rgba(0, 146, 63, 0.83);
}

.sub_menu_act {
    color: #fff !important;
    background: #00923f;
    border-right: 8px #1e824b solid;
}

/*tab切换*/
.layui-tab {
    width: 100%;
}

.layui-tab-title {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
}

.layui-tab-title li {
    display: table-cell;
    width: auto;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 0 15px;
    border-right: 1px solid #e6e6e6;
}

.layui-tab-title li:last-child {
    border-right: none;
}

.lock1 {
    font-size: 12px;
    font-weight: bold;
}

.lock2 {
    float: right;
    font-size: 8px;
}

.lock3 {
    float: left;
    width: 90px;
}

.lock4 {
    float: left;
    width: calc(100% - 90px);
}

.lock5 {
    width: 600px;
}