body, html,div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin:0;
    padding:0;
    }
    html,body{
    height: 100%;
    line-height: 1.6;
    font-family: OPPOSans-M;
    background: #FBFBFB;
    }
    body {
    font-size:12px;
    /* font-family: "MicrosoftYaHei-Bold"; */
    /* background: linear-gradient(#C3D9CE, #E0EDE7); */
    }
    textarea,
    input,
    button,
    select {
    outline: none;
    }
    li {
    list-style: none;
    }
    img {
    border: 0;
    }
    a{
    text-decoration: none;
    }
    
    a:hover {
    text-decoration: none;
    }
    /* 内容超出隐藏 */
    .txt_overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
   /* 左浮动 */
    .fl {
    float: left;
    }
    /* 右浮动 */
    .fr {
    float: right;
    }
    /* 清除浮动 */
    .clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

    .login-input:focus, .login-textarea:focus{
        border: 1px solid #1BB793 !important;
    }
    .login-input:hover, .login-textarea:hover{
        border: 1px solid #1BB793 !important;
    }
	.login-table{
	width: 100%;
	}
	.login-table-header{
	background: #F7F8F8;
	border: none;
	}
	.login-table-view,.login-table-view tr{
	border: 1px solid #F5F6F6;
	}
	.login-table-view td,.login-table-view th{
	border: none;
	}
	.login-table tbody tr:hover{
	background: #F7FBFA;
	}
	
	
	.login-table-view .login-form-checkbox[lay-skin=primary]{
	min-width: 14px;
	min-height: 14px
	}
	.login-table-view .login-form-checkbox[lay-skin=primary] i{
	width: 14px;
	height: 14px;
	line-height: 14px;
	}
	.login-form-checked[lay-skin=primary] i{
	border: 1px solid #1BB793;
	background: #1BB793;
	}
	
	
	.login-layer-msg{
	width:278px;
	top: 16px !important;
	background: #fff !important;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1) !important;
	border-radius: 4px !important;
	font-size: 14px !important;
	color: #666666 !important;
	}
	.login-layer-msg .login-layer-content{
	text-align:left  !important;
	}
	.login-layer-msg .login-layer-content img{
	margin-right: 4px;
	}
	
	.login-table-view{
	font-size: 13px;
	color:#636565;
	}
.error{
	color:red;
}

.form-section{
	margin: 0 auto 1.5em;
	padding: 1em;
	border: 1px solid rgba(20,53,80,0.14);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08);
}
.form-section .cards-forms{
	padding: 0 2em 0 2em;
}
.error{
	color: red;
}

.pageDiv{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666666;
	position: fixed;
    bottom: 32px;
    right: 32px;
}
.pageInfo{
	float:left;
}
.pageInfo select{
	width:72px;
	height:32px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	cokor:#333;
	padding:0 8px;
}

.pageInfo select{
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
  outline: 0;
}
.pageInfo select option:hover{
	background: #1BB793 !important;
}
.pagination{
	float:left;
}
.pagination li{
	float:left;
	width:32px;
	height:32px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	text-align:center;
	line-height:32px;
	margin:0 8px;
}
.pagination li:hover{
	background: #1BB793;
}
.pagination li:hover a{
	color:#fff;
}
.pagination .active{
	background: #1BB793;
}
.pagination .active a{
	color:#fff;
}
.split_blank_5{
	width: 5rem;
}
.split_blank_2{
	width: 2rem;
}

.sessions-li .k-state-selected {
    color: inherit !important;
    background-color: #fff !important;
}
.sessions-li-details .close {
	color: #3A6A2C;
	position: absolute; 
	top: 10px;
	left:15px;
	font-size: 18px;
}
.sessions-li-details .update {
	color: #3A6A2C;
	position: absolute; 
	top: 10px;
	left:50px;
	font-size: 18px;
	
    line-height: 1;
    opacity: .5;
}

.form-section-1 {
    margin: 0 auto 1.5em;
    padding: 1em;
    border: 1px solid rgba(20,53,80,0.14);
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 8%), 0 3px 6px rgb(0 0 0 / 8%);
}
.form-section-2 {
    margin: 0 auto 1.5em;
    padding: 2em;
    border: 1px solid rgba(20,53,80,0.14);
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 8%), 0 3px 6px rgb(0 0 0 / 8%);
}

html{
	height: 100vh;
}
.text-indent-30{
	text-indent: 30px;
}
.text-indent-60{
	text-indent: 60px;
}

/**.container-border-1 {
	border-color: solid 1px #ededed;
}*/
.width-full-100 {
	width: 100%;
}

.readonly {
    background-color: #F5F6FA !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}
.card-box {
	display: flex !important;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    *word-wrap: break-word;
    *white-space : normal ;
	font-size: 14px;
	font-family:Lato,sans-serif;
}

.k-grid .error-cell {
	background-color: red !important;
	color: white !important;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.flex {
	display: flex !important;
}

.form-input {
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.2rem;
	min-width: 6em;
	min-height: 2em;
	border: 0.05;
	border-color:#FFF8D7;
	outline: 0;
	background-color: #FFFCEC !important;
	background: 0 0;
	margin-top: 0;
	/**-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);*/
}

pre img {
	background-size:contain|cover;
	width:100%;
	height: auto;
}


.qa-group {
	border-radius: 35px;
	border: 1px solid #8590a6;
	box-shadow: /**0px -5px 10px 0px #8590a6, 
				6px 0px 6px 0px #8590a6, */
				0px 5px 10px 0px #8590a6, 
				-6px 0px 6px 0px #8590a6;
	padding: 5px 20px 5px 20px;
	margin: 10px 0 35px 0;
}
.qa-group .qa-option {
	box-shadow: 0px 5px 5px 0px #8590a6, 
				-6px 0px 3px 0px #8590a6;
	padding: 5px 10px 5px 10px;
	margin: 10px 0 10px 0;
}
.qa-group .qa-anki {
	/*box-shadow: -30px -30px 4px -26px #8590a6, 
				30px 30px 4px -26px #8590a6;*/
	padding: 5px 10px 5px 10px;
	margin: 10px 0 10px 0;
	min-height: 60px;
}
.qa-group .qa-rows{
	/**display: flex;*/
}
.qa-group .qa-rows .qa-col-option{
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	min-width: 150px;
	border-left: 1px solid #8590a6;
	border-bottom: 1px solid #8590a6;
	background-image: linear-gradient(45deg, #C2C7D2, #ffffff);
	box-shadow: 0px 5px 5px 0px #8590a6, 
				-6px 0px 3px 0px #8590a6;
	padding: 5px 15px 5px 15px;
	margin: 10px 30px 10px 0;
}

.qa-group .grid-cols-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.qa-group .grid-cols-3 .grid-cols-1 {
	/*box-shadow: -30px -30px 4px -26px #8590a6, 
				30px 30px 4px -26px #8590a6;*/
	padding: 5px 10px 5px 10px;
	margin: 10px 3% 10px 3%;
}
.qa-group .grid-cols-3 .grid-cols-1 .qa-rows {
    display: block !important;
}
.hidden {
	display: none !important;
}
.y-hidden {
	overflow-y: hidden;
}
.x-hidden {
	overflow-x: hidden;
}

.comments {
    margin: 5px 0 0 0;
	border: 1px solid rgba(217,217,217,1);
}
.comments .content img{
  width: 100%;
}
.comments li{
    margin: 5px 20px 5px 20px;
    padding: 0 0 5px 0;
	border-bottom: 1px solid rgba(217,217,217,1);
}
.comments .ext{
    padding: 5px 0 5px 0;
}
.comments .ext .time{
	margin-left: 15px;
    color: rgba(153,153,153,1);
}
.comments .ext .headerimg{
    padding: 5px 0 5px 0;
	height: 24px;
}
.comments .ext .name{
	font-size: 15px;
    font-weight: 500;
}

.no-required {
	width: 16px;
}


.r-container {
	height: auto;
}
.r-container .r-header {
	height: 10vh;
}
.r-container .r-header .r-title {
	text-align: center;
	height: 10vh;
	line-height: 10vh;
	font-size: 18px;
	color: #474d4c;
}
.r-container .r-body {
	height: auto;
	display: flex;
	align-items: flex-end;
	margin: 0 5px 0 5px;
}
.r-container .r-footer {
	display: flex;
	float: left;
	margin: 0 5px 2vh 5px;
	border-top: 2px solid black;
}
.r-container .r-sub-grid {
	width: 330px;
	margin: 5px 60px 0 60px;
}
.r-container .r-body .r-sub-grid {
	display: flex;
	flex-direction: column-reverse;
}
.r-container .r-cols {
	min-width: 150px;
	display: flex;
}
.r-container .r-cols .r-label {
	width: 50px;
}
.r-container .r-cols .r-content {
	width: 280px;
	display: grid;
}
.r-container .r-card-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.r-container .r-card-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.r-container .r-card-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.r-container .r-card-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.r-container .r-content .r-card {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	text-align: center;
}
.r-container .r-body .r-cols .r-content .r-card {
	background: white;
}
.r-container .r-body .r-cols .r-content {
	grid-gap: 1px;
	background: black;
	border: 1px solid black;
}
.r-color {
	display: flex;
	flex-wrap: wrap;
	margin: 25px;
}
.r-color .r-card {
	width: 80px;
	cursor: pointer;
}
.r-container .card-selected {
	-webkit-transition: border linear .2s,-webkit-box-shadow linear .5s;
	/**border-color: rgba(141,39,142,.75);*/
	-webkit-box-shadow: 0 0 18px rgba(255,0,0,3);
}

.k-form-label-10 {
	width: 10% !important;
}
.k-form-label-15 {
	width: 15% !important;
}
.font-27 {
	font-size: 27px;
}
.text-center {
	text-align: center !important;
}
.inline-flex {
	display: inline-flex !important;
	align-items: center;
}
.fontsize-20 {
	font-size: 20px;
}
.row-center{
	display: block !important;
	text-align: center !important;
	align-items: baseline;
	width: 100%;
}
.small-btn {
	padding: 0.175rem 0.5rem;
	margin: auto 3px;
}
.white-background {
	padding: 20px 10px !important;
}
.row {
    margin-right: 1px !important;
    margin-left: 1px !important;
}
div input[type=checkbox], div input[type=radio] {
    height: 16px !important;
    width: 16px !important;
}
.font-weight-700 {
	font-weight: 700;
}

.my-kendo-grid .k-grid-content {
    font-family: 'Arial', sans-serif; /* 设置字体类型 */
    font-size: 14px; /* 设置字体大小 */
    /*font-weight: bold;  设置字体粗细 */
}
 
.my-kendo-grid .k-grid-header {
    font-size: 16px; /* 设置标题的字体大小 */
}

.my-kendo-grid .k-input {
    font-size: 14px; /* 设置标题的字体大小 */
}

.my-kendo-grid .k-grid-excel {
    font-size: 14px; /* 设置标题的字体大小 */
}

.my-kendo-grid .k-grid-pdf {
    font-size: 14px; /* 设置标题的字体大小 */
}

.my-kendo-grid .k-grid-add {
    font-size: 14px; /* 设置标题的字体大小 */
}

.my-kendo-form DIV {
    font-size: 14px; /* 设置标题的字体大小 */
}
.my-kendo-form .k-radio {
    font-size: 14px; /* 设置标题的字体大小 */
}
.my-kendo-form .k-checkbox {
    font-size: 14px; /* 设置标题的字体大小 */
}
.my-kendo-form .k-dropdown {
    font-size: 14px; /* 设置标题的字体大小 */
}
.my-kendo-form .k-textbox {
    font-size: 14px; /* 设置标题的字体大小 */
}

iframe {
  width: 1px;
  min-width: 100%;
}
