@CHARSET "UTF-8";
.factoryName,.licenceCode{
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 3px 5px;
}
.list_search {
    margin-bottom: 24px;
    padding: 20px 20px;
    background: #fff;
}
.list_search > div>span{
	display: inline-block;
}
.manufacturerSearch {
	margin-top: 0 !important;
    padding: 4px 12px;
}
.manufacturerSwitch button{
	padding: 4px 12px;
	min-width:70px;
}
.manufacturerSwitch button.active{
	background: #0FB492;
    color: #fff;
}
.manufacturerSwitch button:first-child{
	border-radius:3px 0 0 3px;
}
.manufacturerSwitch button:last-child{
	border-radius:0 3px 3px 0;
}
.manufacturerSwitch{
	margin-left: 30px;
    margin-right: 30px;
}
.manufacturerList {
    margin-top: 15px;
    background: #fff;
}
.manufacturerTab {
    width: 100%;
}
.manufacturerTab thead tr {
    background: #f2f2f2;
}
.manufacturerTab thead td {
    padding: 8px 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.manufacturerTab td:nth-child(1) {
    width: 10%;
}
.manufacturerTab tbody td {
    padding: 8px 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.manufacturerTab tbody td.mftr_reviewer{
	text-align: left;
}
.manufacturerTab td:nth-child(1) {
    width: 10%;
}
.manufacturer_check{
	width: 15px;
    height: 15px;
    margin-left: 8px;
}
.mftr_tab_btn >div> span {
    font-size: 14px;
    padding: 3px 5px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    min-width: 40px;
}
.mftr_tab_btn{
	width:135px;
}
.mftr_tabEditBtn {
    color: #00a1da !important;
}
.mftr_tabDeleteBtn{
	color: red;
	display:none !important;
}
.mftr_tabManageBtn{
	color: green!important;
}
.filterRow {
    padding: 5px 0;
    zoom: 1;
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.batchColorTip{
	/* margin-top: 10px; */
	overflow: hidden;
	display: inline-block;
	flex: 1;
}
.batchColorTip li {
    float: left;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px 15px;
    min-width: 90px;
    text-align: center;
    cursor: pointer;
}
.batchColorTip .oneYears{
	background: #f2dede;
    color: #666;
}
.batchColorTip .twoYears{
	background: #fcf8e3;
   color: #666;
}
.batchColorTip .threeMonths{
	background:#e5c5f7;
    color: #666;
}
.batchColorTip .oneYears.active{
	border: 1px solid #0fb492;
}
.batchColorTip .twoYears.active{
	border: 1px solid #0fb492;
}
.batchColorTip .threeMonths.active{
	border: 1px solid #0fb492;
}
.batchColorTip .expired.active{
	border: 1px solid #0fb492;
}
.batchColorTip .allTime.active{
	border: 1px solid #0fb492;
}
.batchColorTip .expired{
	background: #f5afbc;
    color: #666;
}
.mftr_seriesDelete{
    vertical-align: text-bottom;
    margin-left: 5px;
}
.mftr_seriesDelete .fa-close {
    color: red;
    cursor: pointer;
}
.mftr_seriesBox{
	text-align: left;
	max-width: 320px;
}
.mftr_seriesBox > span:after{
	content: ',';
    display: inline-block;
    margin: 0 3px;
    color: #00a1da;
}
.mftr_seriesBox > span:last-child:after,.mftr_seriesBox > span:nth-last-child(2):after{
	content:none;
}
.mftr_seriesAdd{
    color: #00a1da !important;
    cursor: pointer;
    margin-left: 8px;
}
.mftr_seriesAdd:hover{
    color: #1883aa !important;
}
/*系锟叫匡拷始*/
.saleModelSearchView {
    width: 1000px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -500px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 1001;
    color: #777;
    display: none;
}
.saleModelSearchView .popupsTop {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
}
.popupsTop .popupsClose {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    float: right;
    margin: 11px 5px;
}
.popupsCon {
    padding: 10px 20px;
}
.modelsearchCon {
    padding: 10px 30px;
    position: relative;
}
.stock_activityUl {
    overflow: hidden;
}
.filterCondition {
    padding: 20px 0;
    /* overflow: auto; */
}
.filterCondition select {
    border: 0;
    margin-right: 30px;
    float: left;
    margin-top: 6px;
    padding: 0;
}
.filterCondition .input-group {
    float: left;
    margin-bottom: 0;
}
.modelsearchList {
    overflow: auto;
    margin-bottom: 15px;
    height: 500px;
    user-select: none;
}
.modelsearchList li {
    float: left;
    width: 32.3333%;
    padding: 10px 15px;
    background: #f5f5f7;
    border: 1px solid #f5f5f7;
    margin: 0 1.0% 15px 0;
    cursor: pointer;
    display: inline-table;
    vertical-align: top;
}
.modelsearchList li > div:first-child {
    display: flex;
}
.mds_imgWrap {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.mds_imgWrap > img {
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}
.mds_infoWrap {
    flex: 1;
}
.saleModelSearchView .xhcpName {
    min-height: 40px;
}
.modelsearchList li > div:nth-child(2) {
    overflow: hidden;
    margin-top: 5px;
}
.modelsearchList li.active{
    border: 1px solid #337ab7;
    background: #65b0f1;
    color: #fff;
}
.modelsearchList li.active font {
    color: #fff;
}
.modelsearchList li font {
    color: #b5b5b5;
}
.modelsearchList li font:nth-child(1) {
    float: left;
}
.modelsearchList li font:nth-child(2) {
    float: right;
}
.filterCondition .input-group {
    float: left;
    margin-bottom: 0;
    width: 210px;
}
#searchbtn{
	margin-top:0;
	white-space: unset
}
.modelsearchList li:hover {
    border: 1px solid #337ab7;
}
.saleModelEnter{
	float: right;
    margin-top: 0 !important;
    margin-left: 20px;
}
/*系锟叫斤拷锟斤拷*/
/*系列增加开始*/
.delete_cmdGroup {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    background: #fff;
    z-index: 1001;
    color: #000;
    padding-bottom: 20px;
    display: none;
}
.delete_cmdGroup .khjbtitletop {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-left: 30px;
}
.delete_cmdGroup .khjbtitle {
    float: left;
    font-size: 1.1em;
    cursor: pointer;
    margin-right: 30px;
    color: #666666;
}
.delete_cmdGroupclose {
    width: 40px;
    height: 40px;
    float: right;
    text-align: center;
    line-height: 40px;
    font-size: 1.2em;
    cursor: pointer;
}
.delete_cmdGroupclose i {
    color: #a2a2a2;
    font-size: 1.2em;
}
.dcgcon {
    padding: 20px 10px 0;
}
.dcgcon_table {
    width: 100%;
}
.dcgcon_table th:first-child {
    padding-left: 25px;
}
.dcgcon_table th {
    background: #f2f2f2;
    color: #7D7D7D;
    padding: 8px;
}
.dcgcon_table tbody tr:last-of-type {
    border-bottom: none;
}
.dcgcon_table td:first-child {
    padding-left: 32px;
}
.dcgcon_table td {
    padding: 15px 8px;
}
.dcgcon_table th:nth-of-type(2), .dcgcon_table td:nth-of-type(2) {
    text-align: center;
}
.dcgcon_table th:nth-of-type(3), .dcgcon_table td:nth-of-type(3) {
    text-align: left;
}
.dcgcon_table th:last-of-type, .dcgcon_table td:last-of-type {
    text-align: center;
}
.dcgdeleteBtn {
    color: #f74d4d;
    cursor: pointer;
}
.dcgdeleteBtn .fa-close{
    color: #f74d4d;
}
.delete_cmdGroup .popupsbottom {
    display: block;
    padding: 20px 10px;
    overflow: hidden;
}
.delete_cmdGroup .popupsbottom ul {
    float: left;
    padding-left: 20px;
}
.delete_cmdGroup .popupsbottom li {
 	color: #000;
    background: #ddd;
    float: left;
    padding: 3px 18px;
    border-radius: 5px;
    margin-right: 30px;
    cursor: pointer;
    list-style-type: none;
    border: 1px solid #ddd;
    padding: 3px 12px;
}
.delete_cmdg_AllcheckBtn, .delete_cmdg_BackcheckBtn, .addNewgroupBtn {
    background: #3ab4aa !important;
    color: #fff !important;
}
.delete_cmdg_deleteBtn {
    background: #f74d4d !important;
    color: #fff !important;
}
/*系列增加结束*/
/*添加证书类型开始*/
.addCertificateTypeView{
	    position: fixed;
    top: 20%;
    left: 50%;
    width: 650px;
    margin-left: -325px;
    background: #fff;
    z-index: 991;
    color: #000;
    padding-bottom: 50px;
    display: none;
}
.addCertificateTypeCon {
    padding-top: 30px;
    overflow: hidden;
    padding-left: 40px;
}
.addCertificateTypeCon li {
    padding: 20px 35px;
    border: 1px solid #ddd;
    border-radius: 10px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    cursor: pointer;
    min-width: 221px;
    text-align: center;
}
.khjbtitletop {
    height: 55px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-left: 30px;
    line-height: 55px;
    color: #777;
}
.khjbtitle {
    float: left;
    font-size: 1.2em;
    cursor: pointer;
    margin-right: 30px;
}
.khjbclosecss{
    width: 40px;
    height: 40px;
    float: right;
    margin: 7px 10px 0 0;
    text-align: center;
    line-height: 40px;
    font-size: 1.2em;
    cursor: pointer;
}
.addCertificateTypeCon ul{
	    display: flex;
    justify-content: space-evenly;
}
.kh-box {
    overflow: hidden;
    /* width: 120px; */
    margin: 0 auto;
    display: inline-flex;
}
.kh-img {
    float: left;
    border-radius: 50%;
}
.kh-img img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.kh {
    float: left;
    margin-left: 9px;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}


.kh > p {
    margin-bottom: 0;
}
/*添加证书类型结束*/
.mftr_checkBox{
	width: 15px;
    height: 15px;
    margin-top: -1px !important;
    margin-right: 3px !important;
}
.mftr_checkBoxWrap{
	    display: inline-flex;
    align-items: center;
}
.bs-xz-CRB {
    width: 95%;
    padding: 0 15px 20px;
}
.bs-xz-CRBltable {
    overflow: hidden;
}
.bs-xz-CRB .bs-xz-CRBltable li {
    cursor: pointer;
    float: left;
    padding: 5px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin: 0px 10px 0 0;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#review_rycon {
    width: 800px;
    position: fixed;
    left: 50%;
    margin-left: -400px;
    top: 150px;
    background: #fff;
    /* box-shadow: 0 0 40px #666; */
    z-index: 9999;
    display: none;
}
.ryhead {
    text-align: center;
    background: #d0eeff;
    padding: 7px 0;
}
.rybody {
    padding: 15px;
    overflow: hidden;
}
.rylist {
    /* border: 1px solid #ddd; */
    margin-left: 30px;
    padding: 10px 20px;
    min-height: 160px;
    overflow: hidden;
    display: block !important;
    max-height: 280px !important;
    overflow-y: auto !important;
}
.rylist > span {
    float: left;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
    width: 120px;
    height: 120px;
    margin-right: 10px;
}
.rylist > span > img {
    width: 80px;
    height: 80px;
    border-radius: 50em;
    display: block;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
/*添加证书开始*/
.addCertificateView {
    width: 800px;
    position: absolute;
    left: 50%;
    top: 120px;
    margin-left: -400px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 1001;
    display: none;
}

/*添加证书结束*/

