
.container .rm-title {
    text-align: center;
    display: block;
    width: 100%;
    padding: 38px;
    font-size: 30px;
    color: #274091;
}

.center{
    text-align: center;
}

.container table .btn {
    font-size: 16px;
    border-radius: unset;
    padding: 5px;
    min-width: 75px;
}
.container table .smp_l2_size .btn {
    min-width: 60px;
}
.container .btn {
    text-align: center;
    font-size: 16px;
    background: #274091;
    border: 1px solid #274091;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
}
.container .wbtn {
    text-align: center;
    color: #274091;
    background: #fff;
    border: 1px solid #274091;
    border-radius: 5px;
    display: inline-block;
}

.nTitle-1{
    color: #274091;
}

.input-group>.form-control{
    flex: unset;
    width: 80%;
}

.input-group input[type="number"] {  
    max-width: 80px;
}

/*==========以下部分是Validform必须的===========*/
.Validform_checktip{
	margin-left:8px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url(/theme/bg/product/right.png) no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url(/theme/bg/product/error.png) no-repeat left center;
}
.Validform_loading{
	padding-left:20px;
	background:url(/theme/bg/product/onLoad.gif) no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}


.table .btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.table .btn,.table .btn-outline-primary {
    color: #274091!important;
    border-color: #274091;
    background-color: #fff!important;
    border: 1px solid #274091;
    float:none;
    margin: 2px;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff!important;
    background-color: #274091!important;
    border-color: #274091!important;
}
.form-switch {
    padding-left: 2.5em;
    padding-bottom: 5px;
    padding-top: 5px;
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url(/theme/bg/product/point.png);
}
.form-check-input:checked[type=checkbox] {
    background-image: url(/theme/bg/product/point.png);
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url(/theme/bg/product/point-blue.png);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
.form-check-input:checked {
    background-color: #274091;
    border-color: #274091;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.input-group {
    padding-bottom: 5px;
    padding-top: 5px;
}
.input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text1{

    align-items: center;
    float: left;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
}
.input-group .form-control.input-number {
    width: 100px!important;
}
.imgbox .cls-1:hover{cursor:zoom-in}



body .layerdemo{
	border-radius: 5px;
	color:#212529;
    font-size: 16px;
    line-height: 35px;
}
body .layerdemo .layui-layer-title{
	color:#212529;
	font-size: 16px;
    line-height: 35px;
    
}

body .layerdemo  .layui-layer-content{
    color:#212529;
    font-size: 16px;
    padding: 10px;
    line-height: 35px;
    text-align: center;
}
body .layerdemo  .layui-layer-content a{
    color:#274091;
}

body .layerdemo  .layui-layer-content span{
    font-weight: bold;
    font-size: 32px;
    color: #C00000;
}

body .layerdemo .layui-layer-btn{border-top:1px solid #E9E7E7}
body .layerdemo .layui-layer-btn a{
    float:none;
    margin: 2px;
    background: #274091;
    border: 1px solid #274091;
    color: #fff;

}
body .layerdemo .layui-layer-btn .layui-layer-btn1{background:#999;}