@charset "utf-8";

/* CSS Document */
/*ȫ����ʽ*/
body {
    font-family: "΢���ź�", Arial, Verdana, Helvetica, sans-serif, "����";
    font-size: 14px;
    color: #333;
    background: #fff;
}

ol,
ul,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
th,
img,
div,
tr,
p,
select,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
}


img {
    border: 0 none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333333;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
    height: 0px;
    display: block;
    line-height: 0px;
    visibility: hidden;
    overflow: hidden;
    zoom: 1;
}

input {
    vertical-align: middle;
    border: none;
    background: none;
}

select {
    vertical-align: middle;
    border: none;
    background: none;
}

button {
    text-align: center;
    border: 0;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 14px;
}

textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
    padding: 0px;
    background: none;
}

label {
    cursor: pointer;
}

input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: none;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

input:focus {
    outline: none;
}

/* �󸡶�*/
.fl {
    float: left;
}

/* �Ҹ���*/
.fr {
    float: right;
}

/* ����С��*/
.cs {
    cursor: pointer;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.color-blue {
    color: #1D80F7;
}

/* ����һ�����ݶ�ı��... */
.dian1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* �������������ݶ�ı��... */
.dian2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* �����������ݶ�ı��... */
.dian3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 12px��������28px �������������λ����rem��,�����������޸�ʹ��*/
.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fixed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

html .fixed {
    *zoom: 1;
}

/* ������� */
.cb {
    clear: both;
}

/* �����û�ѡ�� */
.noselect {

    -webkit-touch-callout: none;
    /* iOS Safari */

    -webkit-user-select: none;
    /* Chrome/Safari/Opera */

    -khtml-user-select: none;
    /* Konqueror */

    -moz-user-select: none;
    /* Firefox */

    -ms-user-select: none;
    /* Internet Explorer/Edge */

    user-select: none;
    /* Non-prefixed version, currently

  not supported by any browser */

}

.scrollbarchange::-webkit-scrollbar {
    /*������������ʽ*/
    width: 5px;
    /*�߿�ֱ��Ӧ�����������ĳߴ�*/
    height: 1px;
    position: absolute;
    right: 0px;
}

.scrollbarchange::-webkit-scrollbar-thumb {
    /*����������С����*/
    border-radius: 10px;
    background: #e0e0e0;
}

.scrollbarchange::-webkit-scrollbar-track {
    /*������������*/
    border-radius: 10px;
    background: #f2f2f2;
}

.color333 {
    color: #333;
}

.color666 {
    color: #666;
}
.color999 {
    color: #999;
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}
.flex{
    display: flex;
}
.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.inline {
    display: inline-block !important;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.modal-dialog {
    width: 800px;
    height: 572px;
}

.modal-content {
    height: 100%;
    width: 110%;
}

.modal-left {
    width: 50%;
    height: 572px;
    background: url('/static/img/loginBg.png');
    background-size: cover;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-box {
    display: flex;
}

.modal-tab-check {
    display: flex;
}

.bold {
    font-weight: bold;
}

.modal-tab-check span {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.modal-body {
    width: 50%;
    padding: 20px;
}

.tab-icon {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 5px;
}

.switchTab {
    font-size: 18px;
}

.active-tab-check {
    color: #08f;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.pointer {
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

.login-input {
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
}

.login-input:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.login-input1 {
    margin-top: 80px;
}

input:focus {
    outline: none;
}

.login-input2 {
    margin-top: 20px;
}

.btn-box {
    margin-top: 30px;

}

.login-btn {
    text-align: center;
    cursor: pointer;
}

.login-btn1 {
    width: 90%;
    height: 35px;
    line-height: 35px;
    background: #08f;
    color: #fff !important;
    margin: 0 auto;
    border-radius: 3px;
}

.login-btn2 {
    color: #08f;
    margin-top: 20px;
}

.modal-content {
    background: #fff;
}

.close {
    z-index: 999;
}

.register-form {
    margin-top: 30px;
}

.require-icon {
    color: red;
}

.register-name {
    font-size: 14px;
    color: #666;
    width: 120px;
    min-width: 40px;
}

.register-list {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.register-list input {
    border: 0;
    height: auto;
}

.register-list2 {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.register-list2 input {
    border: 0;
    height: auto;
}

.send-msg-box {
    display: flex;
}

.send-msg {
    width: 120px;
    color: #08f;
    background-color: rgb(231, 239, 255);
    border-radius: 3px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: -3px;
    cursor: pointer;
}

.remind {
    color: red;
    font-size: 12px;
    margin-top: 3px;
}

.no-login-status {
    display: flex;
    height: 60px;
}

.login-status {
    margin: 0 20px 0 25px;
    cursor: pointer;
}

.header-right .arrow-icon {
    width: 15px;
}

.user-name {
    padding-right: 3px;
}

.header-right .user-photo {
    width: 20px;
}

.color-red {
    color: red;
}

.el-button--primary {
    background-color: #1D80F7;
}

.el-table th.el-table__cell>.cell {
   /* text-align: center;*/
    color: #788B9B;
    font-weight: normal;
}

.el-table--enable-row-transition .el-table__body td.el-table__cell {
    text-align: center;
}

.el-table tr,
.el-table th.el-table__cell.is-leaf {
    background-color: #F3F5F7;
}

.el-table .el-table__cell {
    padding: 8px 0;
}

.func-box {
    width: 140px;
    height: 76px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(209, 209, 209, 0.5);
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    text-align: center;
    margin-left: -10px;
}


.func-box li {
    height: 36px;
    line-height: 36px;
}
.user-info-box{
    width:140px;
}
.active-func-li {
    background-color: #F4F4F4;
    color: #1D80F7;
}
