*{
	font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
div ,
a{
	margin: 0;
	padding: 0;
	/*color: #222;*/
    outline: none;
    font-size:12px;
	/*-webkit-user-select: none;*/
	/*-moz-user-select: none;*/
	/*-ms-user-select: none;*/
	/*user-select: none;*/
}

*::selection {
	color: #48aec4;
	background: #DCDCDC;
}

*::-moz-selection {
	color: #48aec4;
	background: #DCDCDC;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

input[type=button],
input[type=submit],
label,
select,
option,
.pointer {}

em {
	font-style: normal;
}

body {}

html {}

body,
html {
	height: 100%;
}

li {
	list-style-type: none;
}

#validatechange {
	cursor: pointer;
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

::-webkit-scrollbar-track-piece {
	background-color: #eee;
}

::-webkit-scrollbar-thumb:vertical {
	height: 5px;
	background-color: #b3b3b3;
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
	width: 5px;
	background-color: #b3b3b3;
	-webkit-border-radius: 6px;
}

#app {
	height: 100%;
	width: 100%;
}

#xt-loading {
	display:none;
	z-index: 9999999999999;
	background-color: hsla(0, 0%, 100%, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition:.5s;
}


#xt-loading .loader {
	position: relative;
	top: calc(50% - 100px);
	left: calc(50% - 50px);
	width: 100px;
	height:100px;
}
#xt-loading .svg{
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 60px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#xt-loading .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke: #3696e7;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}


#xt_table .el-input__inner[type=text]{
    border-radius:0 !important;
    width:120px !important;
    font-size:12px !important;
}
.el-select .el-input.is-focus .el-input__inner[type=text]{
    border-color: none !important;
}
#xt_table .el-date-editor--daterange.el-input, 
#xt_table .el-date-editor--daterange.el-input__inner,
#xt_table .el-date-editor--timerange.el-input,
#xt_table .el-date-editor--timerange.el-input__inner{
    width:250px !important;
    border-radius:0;
}
.el-table th>.cell{
    font-size:12px;
    color:#444;
    font-weight: 500;
}
.el-table .cell{
    font-size:12px;
    color:#666;
}

.el-table th{
    background-color:#f9f9f9 !important;
}
.el-table td, .el-table th{
    padding:9px 0 !important; 
}
.el-header{
    padding:0 !important;
}
.el-main{
    /* height:calc(100% - 10px); */
    overflow-y:auto;
}
#xt_table .el-select-dropdown__item,
#xt_table .el-range-editor .el-range-input,
#xt_table .el-button{
    font-size:12px !important;
}

#xt_table .el-button{
    padding: 13px 20px !important;
}

#xt_table .xt_tools_action_button.el-button{
    padding: 8px 10px !important;
    border-radius:0;
    font-size:12px;
    margin:5px 5px 10px;
}
#xt_table .xt_table_action_button.el-button{
    padding: 8px 10px !important;
    border-radius:0;
    font-size:12px;
}
.xt_form .el-form-item__label{
    width:200px !important;
}
.xt_form .el-form-item__content{
    margin-left:200px !important;
}
.xt_form .xt-el-textarea .el-textarea__inner{
    border-radius:0 !important;
    width:80% !important;
    font-size:12px !important;
    height:200px;
}
.xt_form .xt-el-upload-text .el-input__inner[type=text]{
    border-radius:0 !important;
    width:100% !important;
    border-right:0;
    font-size:12px !important;
}
.xt_form .el-input-group,
.xt_form .el-input{
    width:80%;
}
.xt_form .el-autocomplete .el-input__inner[type=text]{
    border-radius:0 !important;
    width:100% !important;
    font-size:12px !important;
}
.xt_form .el-autocomplete{
    width:50%;
}
.xt_form .xt-el-text .el-input__inner[type=text],
.xt_form .xt-el-password .el-input__inner[type=password],
.xt_form .xt-el-number .el-input__inner[type=number]{
    border-radius:0 !important;
    width:100% !important;
    font-size:12px !important;
}
.xt_form .xt-el-select .el-input__inner{
    font-size:12px !important;
    border-radius:0 !important;
}

.xt_form .xt-el-number .el-input__inner{
    font-size:12px;
}
.xt_form .xt-el-date .el-input__inner{
    font-size:12px;
    width:220px;
    border-radius:0;
}
#xt_table .xt_searchKey .el-input__inner[type=text]{
    border-left:0 !important;
    border-right:0 !important;
    width:200px !important;
}
.el-message-box__title{
    font-size:16px !important;
}
.xt_form .el-upload .el-button{
    border-radius: 0px;
    float: left;
    margin-left:0 !important;
}
.xt_form .upload-image{
    
}
.el-drawer{
    overflow-y:auto !important;
}
.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{
    color:#909399 !important;
}
.loginInfo .el-menu.el-menu--horizontal{
    border-bottom:0 !important;
}
.loginInfo .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{
    border-bottom: 0 !important;
    color: #303133;
}
.xt-title{
    border-left:3px solid #07cdae;
    background-color:rgba(8,207,177,0.2);
    font-weight: 500;
    text-indent:10px;
    height:30px;
    line-height:30px;;
    font-size:14px;
    color:#5a5a5a;
    margin:5px 0 20px;
}
.xt-desc{
    border-left:3px solid #2ebd12;
    font-size:14px;
    margin:20px 0;
    padding:5px 0 5px 10px;
}
.xt-desc li{
    font-size:12px;
    color:#777;
    display:flex;
    height:26px;
    line-height:26px;
}
.xt-desc li .item{
    flex:0 0 15%;
    display:flex;
}
.xt-desc li em{
    flex:0 0 70px;
    color:#409EFF;
    font-weight: bold;
    padding-right:10px;
}
.xt-desc li span{
    flex:1;
}
#xt_table .el-table .cell{
    max-height:50px;
    overflow:auto;
}

.el-pagination{
    margin:10px auto !important;
}
.el-breadcrumb{
    margin:10px auto 20px;
}


.xt_search{
    margin:10px auto 20px;
    display:flex;
}
.xt_search .xt_search_keyword{
    flex:0 0 400px;
    display:flex;
}
.xt_search .xt_search_keyword .el-select{
    
}
.xt_search .xt_search_keyword .el-input{
    
}
.xt_search .xt_search_keyword .el-select .el-input__inner{
    border-right:0;
}
.xt_search .el-button{
    border-radius:0;
}
.el-input__inner,
.el-textarea__inner{
    border-radius:0px !important;
}
.el-textarea__inner{
    min-height:100px !important;
}
.xt_search .custom_search{
    display:flex;
}
.custom_search .el-select{
    margin:0 5px !important;
}
/* .custom_search .el-select .el-input__inner{
    border-right: 1px solid #DCDFE6 !important;
} */

.xt_search .el-date-editor .el-range-input{
    /* width:25% !important; */
}
.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
.el-date-editor--timerange.el-input__inner{
    width:250px !important;
    margin:0 5px !important;
}
.xt_action{
    margin:10px auto 20px;
    display:flex;
}