/*
Author: kenrich
Time:2021-08-03 -- 2020-08-11
/* reset */
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-transition: all 0.8s ease;
	text-decoration: none !important;
	color: #333;
}

a:hover,
a:focus {
	-webkit-transition: all 0.8s ease;
	text-decoration: none !important;
	color: #4ca3f7;
	outline: none;
}

body {
	color: #333;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	margin: 0;
	padding: 0
}

hr {
	width: 100px;
	margin: 1em auto 2em;
	border: 2px solid #14a58c;
}

p {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

ul,
li {
	margin: 0;
	padding: 0
}

li {
	list-style-type: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.dn {
	display: none;
}

.db {
	display: block;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.iconfont{
	font-size: 18px;
}


.main-content{
	background: #fff;
	padding: 15px;
}

.logo{
	font-size: 24px;
	color: #fff;
	border-bottom: 1px solid #4E5465;
}
.btn{
	font-size: 14.5px;
    padding: 4px 12px;
}
.btn-sm{
	font-size: 13px;
}
.table thead th{
	border-top: 1px solid #dee2e6;
	border-bottom: 0;
	font-size: 14.5px;
	color: #333;
}
.table tbody td{
	font-size: 14px;
	color: #666;
}
.tips-info{
	text-align: center;
	font-size: 18px;
	margin: 10px 0;
}
.modal-title{
	font-size: 20px;
	font-weight: 400;
}
label{
	font-size: 15px!important;
}

#cartype th{
	font-size: 15px;
}
.layui-btn i{
	color: #fff;
	font-size: 16px!important;
}
.card{
	width: 450px;
	position: fixed;
	left: 50%;
    top: 50%;
    margin-top: -220px;
	margin-left: -225px;
	box-shadow: 2px 2px 6px #a5a5a5;
}
.product-nsma{
	font-size: 50px;
	color: #fff;
	text-align: center;
	position: fixed;
	width: 100%;
	top:50%;
	margin-top: -350px;
}
.product-foot{
	font-size: 14px;
	color: #ababab;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom:0;
	margin-bottom: 50px;
}
.product-foot a{color: #fff;}

/* notice */
#notice{
	position:fixed;
	z-index:99999999999999999999991;
	top:20px;
	right:20px;
}
#notice .notice-item{
  padding:10px 25px 10px 45px;
  margin-top:10px;
  position:relative;
  background-color:#333;
  color:#fff;
  min-width:150px;
  max-width: 300px;
  line-height:24px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 99999999999999999999999
}
#notice .notice-item .notice-item-close{
  position:absolute;
  top:10;right:10px;
  filter:alpha(opacity=30);
  -khtml-opacity: 0.3;   
  -moz-opacity:0.3;  
  opacity: 0.3;  
  cursor:pointer;
}
#notice .notice-item .notice-item-type{
  position:absolute;
  top:10px;
  left:10px;
  background-color: #2196f3;
  width:24px;
  height:24px;
  text-align:center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; 
  border-radius: 50%;
}
#notice .notice-item.error .notice-item-type{
  background-color: #ff5252;
}
#notice .notice-item:hover{
  margin-top:15px;
}
#notice .notice-item:hover .notice-item-close{
  filter:alpha(opacity=100);  
  -moz-opacity:1;  
  -khtml-opacity: 1;  
  opacity: 1;  
}
#notice .notice-item p{
	margin:0;
}
#notice .notice-item a{
  color: #ff5252;
  text-decoration: underline;
}

/* 打印 */
.index-print{
	width: 900px;
	margin: 40px auto;
}
.index-print h3{
	text-align: center;
	font-weight: 400;
	
}
.print-label{
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #333;
	padding: 0px 10px;
	height: 38px;
	line-height: 38px;
	border-top:0
}
.print-set{
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #333;
	padding: 0px 10px;
	height: 38px;
	line-height: 38px;
	border-top:0
}
.print-content{
	font-size: 15px;
	border-bottom: 1px solid #333;
	padding: 0px 10px;
	width: 200px;
	height: 38px;
	line-height: 38px;
}
.print-row .print-content:last-child{
	border-right: 1px solid #333;
}

.print-content input{
	height: 26px;
	padding: 0 10px;
}
.print-set input{
	height: 26px;
	padding: 0 10px;
}
#memo .user-desc p{
	background: #eaeaea;
	padding: 10px;
	margin-top: 10px;
}

#memo .list-group-item{
	padding: 0;
    background: url(../images/line.png) repeat-y 6px 0px;
	background-size: 2px;
}
#memo .list-group-item:last-child{
	background: none;
}

.treaty-five{
	border:3px solid #333;
	border-top:2px solid #333;
}
.treaty-five-list:first-child{
	font-size: 20px;
	padding: 10px 10px 10px 10px;
	font-weight: 600;
	text-align: center;
}

.treaty-five-list{
	float: left;
	width: 139px;
	border-right: 1px solid #333;
	height: 140px;
}
.treaty-five-list:last-child{
	border-right: 0;
}
.treaty-five-list-tip{
	text-align: center;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #333;
}

.treaty-four{
	border:3px solid #333;
	border-top:2px solid #333;
	border-bottom: 0;
}
.treaty-four-list{
	float: left;
	width: 834px;
	border-right: 1px solid #333;
	height: 345px;
}
.treaty-four-list li{
	line-height: 30px;
	margin-bottom: 5px;
	padding-left: 30px;
	background: url(../images/squ.png) no-repeat 5px 10px;
	background-size: 10px;
}
.treaty-four-list li:last-child{
	background: none;
}
.treaty-four-list:last-child{
	border-right: 0;
	padding: 10px 10px 5px 10px;
	font-size: 16px;
}
.treaty-four-list:first-child{
	font-size: 20px;
	padding: 90px 10px 10px 10px;
	font-weight: 600;
	text-align: center;
}

.treaty-one{
	border:3px solid #333;
	border-top:3px solid #333;
	border-bottom: 0;
}

.treaty-one-list:first-child{
	font-size: 20px;
	padding: 5px 10px 10px 10px;
	font-weight: 600;
	text-align: center;
}
.treaty-one-list{
	float: left;
	width: 80x;
	border-right: 1px solid #333;
	height: 160px;
}
.treaty-one-list:last-child{
	border-right: 0;
}
.treaty-one-list li{
	margin-bottom: 0;
	border-bottom: 1px solid #333;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	float: left;
	border-right: 1px solid #333;
}
.treaty-one-list-top p{
	margin-bottom: 0;
	border-bottom: 1px solid #333;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}
.treaty-one-list-top p span{
	margin: 0 5px;
}
.treaty-print input[type="text"] {
    height: 26px;
    padding: 0 10px;
}
.treaty-print .checkbox label {
    display: inline-block;
    padding-left: 3px;
    position: relative;
    font-weight: normal;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
	font-weight: 600!important;
	margin-right: 8px;
}

.treaty-two{
	border:3px solid #333;
	border-top:2px solid #333;
	border-bottom: 0;
}

.treaty-two-list:first-child{
	font-size: 20px;
	padding: 15px 10px 10px 10px;
	font-weight: 600;
	text-align: center;
}
.treaty-two-list{
	float: left;
	width: 80x;
	border-right: 1px solid #333;
	height: 120px;
}
.treaty-two-list:last-child{
	border-right: 0;
}
.treaty-two-list li{
	margin-bottom: 0;
	border-bottom: 1px solid #333;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	float: left;
	border-right: 1px solid #333;
}
.treaty-two-list-top p{
	margin-bottom: 0;
	border-bottom: 1px solid #333;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}

.treaty-five-list-content{
	text-align: center;
	font-size: 16px;
	height: 100px;
	line-height: 100px;
}
.treaty-three{
	border:3px solid #333;
	border-top:2px solid #333;
	border-bottom: 0;
}

.treaty-three-list:first-child{
	font-size: 20px;
	padding: 25px 10px 10px 10px;
	font-weight: 600;
	text-align: center;
}
.treaty-three-list{
	float: left;
	width: 80x;
	border-right: 1px solid #333;
	height: 200px;
}
.treaty-three-list:last-child{
	border-right: 0;
}

.treaty-three-list li{
	margin-bottom: 0;
	border-bottom: 1px solid #333;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	float: left;
	border-right: 1px solid #333;
}

.treaty-six{
	border:3px solid #333;
	border-top:2px solid #333;
	border-bottom: 0;
}

.treaty-six-list:first-child{
	font-size: 20px;
	padding: 10px 10px 10px 10px;
	font-weight: 600;
	text-align: center;
}
.treaty-six-list{
	float: left;
	width: 80x;
	border-right: 1px solid #333;
	height: 200px;
}
.treaty-six-list:last-child{
	border-right: 0;
}

.treaty-six-list li{
	margin-bottom: 0;
	border-bottom: 1px solid #333;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	float: left;
	border-right: 1px solid #333;
}

.six-top{
	margin-bottom: 0;
	border-bottom: 1px solid #333;
	text-align: center;
	font-size: 16px;
}
.treaty-header{
	border:1px dashed #ccc
}
.treaty-header-left{
	width: 200px;
	height: 120px;
}
.treaty-header-center{
	width: 500px;
	text-align: center;
	padding-top: 30px;
}
.treaty-header-center h1{
	margin-bottom: 10px;
}
.treaty-header-center h3{
	font-weight: 400;
	font-size: 20px;
}
.treaty-header-right{
	width: 198px;
	text-align: right;
	padding-top: 50px;
	font-size: 16px;
	padding-right: 10px;
}
.treaty-header-right span{
	font-size: 18px;
	font-weight: 600;
}
.treaty-header-left img{
	height: 120px;
}
.treaty-tip p{
	margin-bottom: 5px;
}
.treaty-print input[type="text"]{
	margin: 0 3px;
	outline: none;
	border:0;
	border-bottom: 1px solid #333;
	padding: 0 5px;
	text-align: center;
}
.treaty-tip{
	padding:10px 10px 5px 10px;
	border-left:1px dashed #ccc;
	border-right:1px dashed #ccc;
	font-size: 15px;
}

.print-setlist .print-row:nth-child(odd){
	margin-right: 4px;
}

@media (max-width:767px) {
	.mtbs{
		margin-top: 100px!important;
	}
	.card{
		width: 94%;
		left: 3%;
		position: fixed;
		right: 3%;
		top:50%;
		margin-top: -170px;
	}
	.product-nsma{
		font-size: 30px;
		color: #fff;
		text-align: center;
		position: fixed;
		width: 100%;
		top:80px;
		margin-top: 0px;
	}
	.authentication-bg .mb-4,.authentication-bg .my-4 {
	    margin-bottom: 10px!important;
	}
	.authentication-bg .mb-3,.authentication-bg  .my-3 {
	    margin-bottom: 10px!important;
	}
}
#datatable_wrapper>.row:first-child, #datatable_wrapper>.row:last-child{display: none;}
.form-group {
    margin-bottom: 0;
}
.form-control {
    height: calc(1.5em + 0.6rem + 2px);
	padding: 0px .9rem;
}
.btn-ty{
	background: #fff;
    color: #333;
    border-color: #c3c3c3;
}
.pagination{padding:10px 0; text-align:center;}  
.pagination li{border-radius:3px; border:1px solid #dfdfdf;display:inline-block;margin:0 2px;}  
.pagination .active{background:#09F; color:#FFF; border-color:#09F; margin:0 2px;}  
.pagination .disabled{color:#aaa;}
.pagination a{ border-radius:3px;display:inline-block; padding:5px 12px;}
.pagination span{border-radius:3px;display:inline-block;padding:5px 12px;}



.tgl{display:none}
.tgl,.tgl *,.tgl :after,.tgl :before,.tgl+.tgl-btn,.tgl:after,.tgl:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.tgl ::-moz-selection,.tgl :after::-moz-selection,.tgl :before::-moz-selection,.tgl+.tgl-btn::-moz-selection,.tgl::-moz-selection,.tgl:after::-moz-selection,.tgl:before::-moz-selection{background:0 0}
.tgl ::selection,.tgl :after::selection,.tgl :before::selection,.tgl+.tgl-btn::selection,.tgl::selection,.tgl:after::selection,.tgl:before::selection{background:0 0}
.tgl+.tgl-btn{outline:0;display:block;width:70px;height:25px;position:relative;cursor:pointer}
.tgl+.tgl-btn:after,.tgl+.tgl-btn:before{position:relative;display:block;content:"";width:25px;height:100%}
.tgl+.tgl-btn:after{left:0}
.tgl+.tgl-btn:before{display:none}
.tgl:checked+.tgl-btn:after{left:62%}


.tgl-light+.tgl-btn{background:#ccc;border-radius:2em;padding:2px;-webkit-transition:all .4s ease;transition:all .4s ease}
.tgl-light+.tgl-btn:after{border-radius:50%;background:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}
.tgl-light:checked+.tgl-btn{background:#71b6f9}