html { overflow-x:hidden; }

.content-header {
	position: relative;
	padding: 0 0 3px 8px
}

.content-header>.breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0px;
    padding-left: 10px;
    background: #ecf0f5;
}

.main-footer {
    padding: 7px;
    color: #444;
    border-top: 1px solid #eee;
}
.footrow {
    font-style: inherit;
    color: #0089ff;
}
[v-cloak] {
  display: none;
}

.grid-btn{
	margin-bottom:12px;
}
.grid-btn .btn{
	margin-right:10px;
}
.grid-btn table td{
    width: 100px;
    padding-left: 10px;
}
.grid-btn table tr{
    height: 50px;
}

.pointer{cursor: pointer;}

.ml-10 { margin-left:0 !important; }
@media (min-width: 768px) {
	.ml-10 { margin-left:10px !important; }
	.col-sm-10 {width: 70%;padding-left: 0px;}
	.col-sm-2 {width: 25%;}
}
tbody > tr > th {font-weight: normal; }
.panel .table { margin:0 0; }
.panel .pagination { margin:0; }
.panel-default>.panel-heading {background-color: #f5f5f5;}

.panetable{
    width: 100%;
}
.panetable table tr{
    height: 50px;
}
.panetable table td{
    width: 500px;
    padding: 10px;
    display: inline-flex;
}

.panetables{
    width: 100%;
}
.panetables table tr{
    height: 50px;
}
.panetables table td{
    width: 500px;
    padding: 10px;
    display: inline-flex;
}
.panetables table div {
    margin-left: 10px;
    display: inline-flex;
}
.panetables table textarea {
    border: 1px solid #ccc;
    outline-color: #ccc;
    border-radius: 4px;
}
.panetables table label {
    font-weight: 400;
}
.add-link{
    width: 1200px;
    height: 30px;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px dashed #d9d9d9;
}

.prod-link{
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px dashed #d9d9d9;
}
.dialog_header{
    color: #303133;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 24px;
    border-bottom: 1px solid #e9e9e9;
}

.dialog_footer{
    padding: 2rem 2rem;
    border-top: 1px solid #e9e9e9;
    text-align: center;
    box-sizing: border-box;
}
input[type=checkbox].switch{
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 4.2rem;
    height: 2.2rem;
    border-radius: 50px;
    border: 1px solid #ccc;
    background-color: #ccc;
}
input[type=checkbox].switch::after{
    content: '';
    display: inline-block;
    width: 2.0rem;
    height: 2.0rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 2px #999;
    transition: left 0.1s linear;
    position: absolute;
    top: 0;
    left: 0;
}
input[type=checkbox].switch:checked{
    background-color: rgb(19, 206, 102);
}
input[type=checkbox].switch:checked::after{
    position: absolute;
    top: 0;
    left: 50%;
}

.cont{
    width: 300px;
}
.comwid{
    width: 30%;
}
.defselect{
    padding: 1px;
}
.row{
	border-top: 1px solid #ddd;
	margin:0;
	padding:20px 2px 0px 2px;
}
.col-xs-6{padding-left: 0px;padding-right: 0px;}
.form-horizontal .form-group {margin-left:0px;margin-right:0px;}
.form-horizontal{
	width:550px;padding-top:20px;display:table-cell;
}


/*自定义样式*/
.select{
    width: 100%;
    height: 34px;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.ulNone{
    margin: 0px;padding: 0px;list-style: none;
}
.radioBtn{
    color: inherit;
    padding: 12px 12px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
}
.margin-left10{
    margin-left: 10px;
}
.radioColorF6{
    color: #FFFFFF;
    background-color: #0033FF;
    border-color: #0033FF;
}
.radioColor06{
    color:#000000;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
}
.switchDiv{
    width: 20%;
    overflow: hidden;
    text-align:center;
    margin: 0 auto;
}
.switchDivson{
    width: 50%;height: 50px;
    text-align: center;
    background-color: inherit;
    line-height: 50px;
    float: left;
    border: 1px solid #ccc;
    border-bottom: none;
    cursor: pointer;
    color: #333333;
}
.sonSelect{
    background-color: #ccc;
    color: #0033FF;
}
.hrhalf{
    margin:0px;
    padding:0px;
    border: 0.5px solid #E4E4E4;
}
.border-none{
    border:none;
}

.table-gift1{
    font-size: 14px;
    color: #000000;
}
.table-gift1 tr td{
    padding: 10px;
}
.table-gift2{
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-collapse: collapse;
    float: left;
}
.table-gift2 tr td{
    border: 1px solid #D7D7D7;
    padding: 10px 10px;
}
.table-gift2 tr td ul,.ulSelect{
    list-style: none;margin: 0px;padding: 0px;
}
.ulSelect li{
    height: 30px;
}
.table-gift2 tr td ul li{
    padding: 6px;
    cursor: pointer;
}

.queryTable{
    margin: 0px;
    padding: 0px;
    width: 60%;
    border-collapse: collapse;
}
.queryTable tr td{
    padding: 10px 10px;
}

.displayIn{
    display: inline-block;
}
.float-right{
    float: right;
}
.baColor{
    background-color: #F2F2F2;
}
.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
    height:auto;
    padding-top:2px;
    display: table-cell;
    vertical-align: middle;
}
tr.markRed
{
    color:#FF0000;
}

