@import url(/web/layui/css/layui.css);
@import url(/web/font/font-awesome/css/font-awesome.min.css);

body {
    background: #F6F6F8;
    margin: 0;
    padding: 0;
}

[v-cloak] {
    display: none !important;
}
.vh{
    visibility: hidden;
}
.cursor{
    cursor: pointer;
}
::-webkit-scrollbar-track-piece {
    background-color: #f1f1f1;
    border-radius: 0;
    -webkit-border-radius: 0
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #b4b4b4;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #ccc
}

::-webkit-scrollbar-corner {
    background-color: #9c9c9c
}

a:hover {
    text-decoration: none;
    color: #3D7CEE;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.vertical-top {
    vertical-align: top;
}

.noboder {
    border: none !important;
}

/* 顶部 */
.layui-container {
    width: 1184px;
}

.top {
    width: 100%;
    height: 30px;
    background-color: #323f66;
    color: #fff;
    line-height: 30px;
    user-select: none;
}

.top .talk {

    padding: 0 20px;
    cursor: pointer;
}

.top .layui-layout-right>div {
    float: left;
}

.top .tologin {
    background-color: #38556C;
    padding: 0 10px;
}

.top .tologin>* {
    float: left;
    color: #fff;
}

.header {
    /*background: url('/web/image/webHead.jpg') no-repeat;*/
    width: 100%;
    min-width: 1200px;
    background: #3E7DEF;
}

.header .logo {
    padding-top: 8px;
}

.header .logo img {
    width: 180px;
}

.header .layui-nav {
    background: none;
}

.header .layui-nav {
    padding: 0;
}

.header .layui-nav .layui-nav-item a {
    color: #fff;
    font-size: 16px;
}

.header .layui-nav .layui-nav-child a {
    color: #3a3a3a;
    font-size: 16px;
}

.header .usernameBox {
    height: 58px;
    line-height: 60px;
    cursor: pointer;
    position: relative;
}

.header .usernameBox .username {
    background: #234698;
    padding: 0px 12px;
    width: 95px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header .usernameBox:hover .dropdown {
    display: block;
}

.header .usernameBox .dropdown {
    position: absolute;
    top: 50px;
    /*right: -40px;*/
    display: none;

}

.header .usernameBox .dropdown li {
    position: relative;
    padding: 10px 25px;
    line-height: 22px;
    color: #414a60;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
}

/*layui的样式*/
.layui-nav {
    background-color: #fff;
}

.left-nav .layui-nav .layui-nav-item a {
    color: #535353;
    /*font-weight: 600;*/
}

.layui-nav .layui-nav-more {
    border-color: #5393d7 transparent transparent;
}

.header .layui-nav .layui-nav-more {
    border-color: #fff transparent transparent;
}

.header .layui-nav .layui-nav-mored {
    border-color: transparent transparent #fff;
}

.layui-nav-tree .layui-nav-item a:hover .layui-nav-more {
    border-color: white transparent transparent;
}

.layui-nav .layui-this:after,
.layui-nav-bar {
    background-color: #323E64;
}

.left-nav .layui-nav .layui-nav-itemed>a {
    color: #535353 !important;
}

.layui-nav-itemed>a .layui-nav-more {
    border-color: transparent transparent #5393d7;
}

.layui-nav-tree .layui-nav-itemed a:hover .layui-nav-more {
    border-color: transparent transparent white;
}

.layui-nav-itemed>.layui-nav-child {
    background-color: rgba(229, 235, 246, 0.7) !important;
}

.layui-nav-tree .layui-nav-item a:hover {
    background-color: #5393d7;
    color: white !important;
}

.left-nav .layui-nav .layui-this a {
    color: white;
}


.layui-form-item .layui-inline-block {
    display: inline-block;
    width: 48%;
    vertical-align: bottom;
}

.layui-layer-title {
    border-bottom-color: white;
    background-color: white;
}

.layui-form-item .layui-input-inline {
    width: 260px;
}

/*layui的样式*/

/* 底部 */
#footer {}

.footer-aboutus {
    background: #FFFFFF;

}

.aboutcontent {
    width: 1184px;
    margin: 0 auto;
    padding: 10px 0;
}
.aboutcontent > dl {
    border-right: 1px dashed gray;
    display: inline-block;
    padding: 20px;
    height: 120px;
    vertical-align: text-top;
}

.aboutcontent>dl:first-child {
    padding-left: 0;
}

.aboutcontent>dl>dt {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
}

.aboutcontent>dl>div {
    float: left;
    /*margin-right: 30px;*/
}

.aboutcontent>dl dd {
    color: #A0A0A0;
    margin-bottom: 5px;
    margin-right: 8px;
}

    .aboutcontent .tel, .aboutcontent .worktime {
        font-size: 18px !important;
        color: #626262 !important;
        margin-right: 10px;
    }

.footer-friendlink {
    width: 1184px;
    margin: 0 auto;
    padding: 20px 0;
}

.footer-friendlink dl dt {
    font-weight: 600;
    color: #626262;
    float: left;
    margin-right: 20px;
}

.footer-friendlink dl dd {
    float: left;
    margin-right: 20px;
    color: #A0A0A0;
}
    .footer-friendlink a{
       text-decoration:underline;
       margin-right:10px
    }
    .layui-tab.layui-tab-brief {
        background-color: #fff;
        margin-top: 0;
}


.indexBottom {
    background-color: rebeccapurple;
    width: 100%;
    height: 300px;
    background-color: rgb(51, 51, 51);
}

.collapse {
    display: flex;
    justify-content: center;
}

.collapse-item {
    flex: 1;
}

.collapse-item-title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .collapse-item-title > span > span {
        font-size: 18px;
        padding-right: 5px;
    }

.collapse-content-item {
    display: none;
}

    .collapse-content-item > a {
        display: inline-block;
        width: 200px;
        padding: 10px 15px;
    }


.qrcode {
}

.codetop {
    width: 100%;
    display: flex;
    border-radius: 5px;
    background: #3a7bd5;
    background: -webkit-linear-gradient(to right, #3a6073, #3a7bd5);
    background: linear-gradient(to right, #3a6073, #3a7bd5);
    justify-content: space-between;
    align-items: center;
}

.bottomtop {
}

.codetopItem {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 260px;
    margin: 40px 0;
}

    .codetopItem > div {
        position: absolute;
        width: 180px;
        word-break: break-word;
        margin-top: 240px;
    }

    .codetopItem:not(:last-child) {
        border-right: 2px dashed #FFF;
    }

    .codetopItem > img {
        width: 180px;
        height: 180px;
    }

.codebottom {
    padding-top: 20px;
    margin: 30px 0px;
    border-radius: 5px;
    background: #3a7bd5;
    background: -webkit-linear-gradient(to right, #3a6073, #3a7bd5);
    background: linear-gradient(to right, #3a6073, #3a7bd5);
}


.codebottomitem {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 180px;
    height: 200px;
    margin: 20px 26px;
    word-break: break-word;
}

    .codebottomitem img {
        width: 150px;
        height: 150px;
    }

    .codebottomitem > div {
        margin-top: 10px;
        position: absolute;
        height: 50px;
        width: 100%;
    }

.m-auto {
    margin: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 5px !important;
}

.m-2 {
    margin: 10px !important;
}

.m-3 {
    margin: 15px !important;
}

.m-4 {
    margin: 20px !important;
}

.m-5 {
    margin: 25px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 5px !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.mt-3 {
    margin-top: 15px !important;
}

.mt-4 {
    margin-top: 20px !important;
}

.mt-5 {
    margin-top: 25px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 5px !important;
}

.mr-2 {
    margin-right: 10px !important;
}

.mr-3 {
    margin-right: 15px !important;
}

.mr-4 {
    margin-right: 20px !important;
}

.mr-5 {
    margin-right: 25px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 5px !important;
}

.ml-2 {
    margin-left: 10px !important;
}

.ml-3 {
    margin-left: 15px !important;
}

.ml-4 {
    margin-left: 20px !important;
}

.ml-5 {
    margin-left: 25px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.mb-5 {
    margin-bottom: 25px !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.p-auto {
    padding: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 5px !important;
}

.p-2 {
    padding: 10px !important;
}

.p-3 {
    padding: 15px !important;
}

.p-4 {
    padding: 20px !important;
}

.p-5 {
    padding: 25px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 5px !important;
}

.pt-2 {
    padding-top: 10px !important;
}

.pt-3 {
    padding-top: 15px !important;
}

.pt-4 {
    padding-top: 20px !important;
}

.pt-5 {
    padding-top: 25px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 5px !important;
}

.pr-2 {
    padding-right: 10px !important;
}

.pr-3 {
    padding-right: 15px !important;
}

.pr-4 {
    padding-right: 20px !important;
}

.pr-5 {
    padding-right: 25px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 5px !important;
}

.pl-2 {
    padding-left: 10px !important;
}

.pl-3 {
    padding-left: 15px !important;
}

.pl-4 {
    padding-left: 20px !important;
}

.pl-5 {
    padding-left: 25px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 5px !important;
}

.pb-2 {
    padding-bottom: 10px !important;
}

.pb-3 {
    padding-bottom: 15px !important;
}

.pb-4 {
    padding-bottom: 20px !important;
}

.pb-5 {
    padding-bottom: 25px !important;
}

.layui-table thead tr th {
    text-align: center;
    font-size: 14px;
    font-weight: bold;

}

.border-radius {
    border-radius: 8px !important;
}

.no-border {
    border: none !important;
}

.layui-btn-success {
    background-color: #0b9a72 !important;
}

.a-style {
    color: #0b97c4;
}

.bold {
    font-weight: bold !important;
}

.must-fill,.must-fill-1 {
    position: relative;
}

.must-fill:after {
    content: '*';
    font-size: 28px;
    color: #ff6600;
    position: absolute;
    margin-left: 6px;
}

.must-fill-1:after {
    content: '*';
    font-size: 28px;
    color: #ff6600;
    position: absolute;
    margin-left: 2px;
}

/*图片上传按钮悬浮遮罩*/
.uploadImgBtnHover {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    font-size: 36px;
    top: 0;
    text-align: center;
    color: white;
    line-height: 120px;
    background: rgba(32, 24, 24, 0.7);
}

.upload-img-btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #f9f9f9;
    min-height: 100px;
}

.upload-img-btn:hover .uploadImgBtnHover {
    display: block;
}

.comNoListData {
    color: gray;
    text-align: center;
    margin: 30px;
}

.comNoListData:before {
    background: url("/web/image/nores.png");
    content: "";
    display: block;
    height: 200px;
    width: 200px;
    margin: 0 auto;
}

.vlinestyle {
    position: relative !important;
    display: inline-block;
    width: 1px;
    height: 12px;
    vertical-align: initial;
    background: #e0e0e0;
    margin: 0 10px;
}

.relative {
    position: relative;
}


/*上传头像样式*/
.img-select-outbox {
    width: 800px;
    height: 490px;
    background: white;
    border-radius: 25px;
}

.img-select-outbox h3 {
    padding: 20px 40px;
    margin: 0;
    font-weight: bold;
}

.img-select-outbox .img-select-con {
    padding: 0 40px;
    height: 425px;
}

.img-select-outbox .img-select-imgs {
    width: 480px;
    height: 420px;
    float: left;
    border: 1px solid #dbdbdb;
    padding: 20px;
    box-sizing: border-box;
}

.img-select-outbox .img-select-img-box {
    padding: 10px 20px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 10px;
}

.img-select-outbox .img-select-title {
    padding-left: 20px;
    font-weight: 600;
}

.img-select-outbox .img-select-img-box img {
    width: 76px;
    border: 2px solid transparent;
    margin: 0 15px 15px 0;
    cursor: pointer;
}

.img-select-outbox .img-select-img-box img.act {
    border-color: #FFA328
}

.img-select-outbox .img-select-upload-btn {
    width: 90px;
    height: 100px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    font-size: 40px;
    margin: 10px 20px;
    text-align: center;
    line-height: 90px;
    color: #B5B5B5;
    cursor: pointer;
}

.img-select-outbox .img-select-upload-btn i {
    font-size: 60px;
    font-weight: 600;
}

.img-select-outbox .img-select-preview {
    float: left;
    width: 180px;
    height: 200px;
    margin: 75px 0 0 45px;
}

.img-select-outbox .img-select-preview-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.img-select-outbox .img-select-preview img {
    border: 1px solid #b5b5b5;
    padding: 5px;
}

.img-select-outbox .img-select-but-box {
    text-align: center;
    padding: 14px 0;
    width: 400px;
    margin: 0 auto;
}

.img-select-outbox .p_but {
    display: inline-block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0 8px;
    background-color: #3E7DEF;
    border: 1px solid #3E7DEF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.layui-form-select dl {
    z-index: 10002;
}

.countBage {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #3E7DEF;
    color: #fff;
    padding: 5px;
    width: 14px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
}

.text-color-gray {
    color: #666 !important;
}

pre {
    font: inherit;
}
.border2{
    border-bottom: 4px solid #efefef;
}
.d-block{
    display: block !important;
}
.color-o{
    color: #ff6700;
    font-weight: bold;
}
.pointer-none {
    pointer-events: none
}