@charset "utf-8";
html,body{
	margin:0;
	padding:0;
	font-size: 16px;
	height:auto;
}
.customerWrap thead tr th , .customerWrap tbody tr td {text-align: center !important}

/*框架的css*/
.ant-layout-sider-zero-width-trigger{
	top:24px;
}
.ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{
	background-color: transparent;
}
.ant-table-thead>tr>th{
	background-color: #108ee9;
	color:white;
}
.ant-table-tbody>tr>td{
	border-bottom:1px solid rgba(0, 0, 0, 0.31);
}
.ant-input[disabled]{
	color:black;
}
.ant-table-bordered .ant-table-tbody>tr>td, .ant-table-bordered .ant-table-thead>tr>th{
	border-right:1px solid #bbb5b5;
}
.ant-col-sm-offset-4{
	margin:0;
}
.ant-table-thead>tr>th.ant-table-column-sort{
	background-color: #108ee9;
}
.ant-table-column-sorter-down.on .anticon-caret-down, .ant-table-column-sorter-down.on .anticon-caret-up, .ant-table-column-sorter-up.on .anticon-caret-down, .ant-table-column-sorter-up.on .anticon-caret-up{
	color: black;
}
.ant-table-column-sorter{
	height:18px;
}
.ant-table-column-sorter-down, .ant-table-column-sorter-up{
	width:25px;
	height:10px;
}
:root .ant-table-column-sorter .anticon-caret-down, :root .ant-table-column-sorter .anticon-caret-up{
	font-size: 18px
}
.ant-carousel .slick-dots li button{
	background-color: #ccc;
}
.ant-carousel .slick-dots li.slick-active button{
	background: #000;
}
.ant-carousel .slick-dots{
	bottom: -5px;
}
.big-pic-wrapper{
	text-align: center;
}
.ant-layout-header{
	background-color:transparent;
}
.ant-layout-sider-zero-width-trigger{
	z-index: 999;
}
.ant-layout.ant-layout-has-sider>.ant-layout, .ant-layout.ant-layout-has-sider>.ant-layout-content{
	overflow: visible
}
.ant-checkbox-group{
	display: inline-block;
}
.center_table thead th,.center_table td div{
	text-align: center;
}
/*END*/
#react-container{
	height:100%;
}
.wrap_login{
	padding: 15px 50px 0 50px;
	/* background-color:#fff; */
	position:absolute;
	top:70%;
	left:50%;
	background-size: 100%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%); 	/* IE 9 */
	-moz-transform:translate(-50%,-50%); 	/* Firefox */
	-webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
	-o-transform:translate(-50%,-50%); 	/* Opera */
}

.img_bg{
	width:120px;
	position: absolute;
	left:50%;
	top:23%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%); 	/* IE 9 */
	-moz-transform:translateX(-50%); 	/* Firefox */
	-webkit-transform:translateX(-50%); /* Safari 和 Chrome */
	-o-transform:translateX(-50%); 	/* Opera */
}
#react-container>div[data-reactroot]{
	height:100%;
}
.menue_user{
	float:right;
}
.margin_common{
	/* margin-top:10px;
	display: inline-block; */
}
/*登录页面*/
.login_wrap{
	width:400px;
	margin:0 auto;
	text-align: center;
}
.title_name{
	margin:20px 0 40px 0;
	text-align: center;
	color:black;
}
.register{
	color:#1D2087;
	margin-left: 30px;
	cursor: pointer;
	vertical-align: bottom;
	font-weight: bold;
}
/*end*/
/* 查看客户资料 */
.input_wrap{
	padding:5px 0;
}
.input_wrap_one{
	display: inline-block;
	margin-right: 20px;
}
.span_sty{
	display: inline-block;
	min-width:150px;
	font-size: 16px;
}
.input_wrap>input{
	width:300px;
}
.button_wrap button{
	margin: 15px 0 0 150px;
	width:100px;
	font-size: 14px;
}
/* END */
/* 公共 */
.wrap_con{
	min-height: 600px;
	/* padding-left:40px; */
}
/* END */

/* 投诉页面 */
.ts_wrap{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	z-index: 1;
}
.ts_con{
	width:60%;
	padding:20px 5%;
	background-color:white;
	position: absolute;
	top:20%;
	left:50%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%); 	/* IE 9 */
	-moz-transform:translateX(-50%); 	/* Firefox */
	-webkit-transform:translateX(-50%); /* Safari 和 Chrome */
	-o-transform:translateX(-50%); 	/* Opera */
}
/* END */

/* 查询 */
 .main_title{
	font-size:18px;
	margin:0 5px;
}
.look_fund{
	margin-left:2.0rem;
}
.change_button{
	position: absolute;
	right:7.0rem;
	top:5.5rem;
	cursor: pointer;
}
.jobNum{
	display: inline-block;
	line-height: 2.0rem;
}
.packetWrap{
	width: 90%;
	overflow: hidden;
	margin:5% auto;
}
.packetWrap li{
	float: left;
	width:33%;
	height:4.0rem;
	line-height:4.0rem;
	border:1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.prompt_copy{
	float: left;
	width:20%;
	height:4rem;
	line-height: 4rem;
	overflow: hidden;
	
}
.prompt_copy_two{
	width:80%;
}
.prompt_copy p{
	float: right;
	width:100%;
	height:50%;
	line-height: 2rem;
	box-sizing: border-box;
	border-left:1px solid #ccc;
	cursor: pointer;
}
.prompt_copy p:nth-child(1){
	border-bottom: 1px solid #ccc;
}
.box_con{
	overflow: hidden;
	margin-top: 20px;
}
.box_con span{
	float:left;
	margin:0 0.5rem 0 0;
	line-height: 2.0rem;
}
.Prompt{
	padding:1rem 0 0 0;
}
.Prompt img{
	margin-top:20;
	width:8rem;

}
.Prompt .prompt_img{
	width:18.7rem;
	margin-left: 20px;

}
.prompt_two{
	display: inline-block;
	padding:10px 20px 0 0;
}
.prompt_two img{
	vertical-align: top;
	margin-left: 20px;
}
.proppt_p_wrAP{
	display: inline-block;
}
.propt_con{
	padding-left:9.4rem;
	line-height: 2rem;
	color:red;
}
.upload_wrap{
	display: inline-block;
	padding-left:20px;
}
/* 订单详情 */
.shop_wrap{
	width:50%;
	display: inline-block;

}
.shop_wrap .span_sty{
	width:150px;
}


/* 头部 */
.header_wrap{
	overflow: hidden;
	text-align: center;
}
.header_wrap>div{
	/* float: left; */
	display: inline-block;
	width:31%;
	min-height: 100px;
	box-sizing: border-box;
	/* border:1px solid #ccc; */
}
.header_wrap>div:nth-child(2){
	margin:0 2%;
}
.header_wrap h5{
	line-height: 40px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.circular{
	display: inline-block;
	width:5px;
	height:5px;
	background-color: black;
	border-radius: 5px;
	vertical-align: middle;
    margin-right: 10px;
}
/* END */

.tand_wrap {
	
}
.wrap_left{
	display: inline-block;
	margin-top:90px;
	vertical-align: top;
}
.wrap_right{
	margin-left:20px;
	display: inline-block;
}

/* loading */
.loading{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%); 	/* IE 9 */
	-moz-transform:translate(-50%,-50%); 	/* Firefox */
	-webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
	-o-transform:translate(-50%,-50%); 	/* Opera */
}
.express_sty{
	min-width:auto;
	margin:0 20px;
}
.line_p{
	line-height: 30px;
}
.red{
	color:red;
}


/* 软件版本 */
.version_upload{
	margin-bottom: 10px;
}
.version_upload .upload-left{
	width:50%;
	display: inline-block;
}
.version_upload .Especially{
	text-align: right;
}
.download-table-xls-button{
	color:white;
	background-color: #118ee9;
	padding:5px 16px;
	font-size: 12px;
	border-radius: 5px;
	border:none;

}
/* end */

pre{
	white-space: pre-wrap;
	word-wrap: break-word;
}
.hover_a{
	margin-bottom: 10px;
	
}
.print_file_url{
	word-wrap: break-word;
    vertical-align: middle;
    max-width: 50%;
    display: inline-block;
}
#issueWrap table
.fileNameShow{
	display: inline-block;
	margin-left: 10px;

}
.common_button{
	margin:1px;
}
.delect_button{
	display: inline-block;
	margin-left: 20px;
	color:red;
	cursor: pointer;
}
.leavingMessage{
	margin: 20px;
}
.fujian{
	margin-top: 20px;
}
.fileName{
	display: inline-block;
	margin:5px;
}
.look_a{
	color:red;
	margin-left: 20px;
}
.CustomerName{
	margin:20px;
}
.contentCustom{
	padding:20px;
}

.contentCustom img{
    max-width:100%;
}
.boxMessage{
	border:1px solid #ccc;
	margin:10px;
}
.thumbnail{
	cursor: pointer;
	margin:10px;
	max-width:100px;
	height:auto;
}
.bigImg{
	max-width: 600px;
	height:auto;
	margin:auto;
}
.deleteMessage{
	float:right;
	margin-right: 20px;
	color:#108ee9;
	cursor: pointer;
}
.replyMessage{
	margin:20px;
	color:#108ee9;
	cursor: pointer;
}
.replayMess{
	padding: 10px 0 0 50px;
    /*border-top: 1px solid #ccc;*/
}
.commonReply{
	font-size: 14px;
}
.commonReply i{
	margin-left: 10px;
	font-style:normal
}
.checked{
	color:red;
	font-size: 20px;
}
.input_wrap_two{
	width:100%;
}
.customerName{
	color:#108ee9;
	cursor: pointer;
}
.fileStyle{
	padding:0 5px;
}

.editable-cell-icon{
	font-size: 20px;
}
.example{
	text-align: center;
}
.colorTb{
	background-color: black;
}
.spanRihgt{
	text-align: right;
	padding-right:10px;
}
.requireWrap tr, .requireWrap td{
	border:1px solid #ccc;
	padding:5px;
	min-width: 80px;
}
.addressTitle{
	margin-right: 20px;
	font-size: 15px;
}
.addressAll{
	font-size: 15px;
	margin-top: 10px;
}
.borderLeft{
	border-left:1px solid #ccc;
	padding-left: 10px;
	font-size: 16px;
}
.spin{
	position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50% ,-50%);
	-ms-transform:translate(-50%, -50%); 	/* IE 9 */
	-moz-transform:translate(-50% ,-50%); 	/* Firefox */
	-webkit-transform:translate(-50% ,-50%); /* Safari 和 Chrome */
	-o-transform:translate(-50% ,-50%); 	/* Opera */
}
#issueWrap table{
	border:1px solid #ccc;
}
#issueWrap table tr td{
	width:50%;
	border:1px solid #ccc;
}
.print-table{
	width:100%;
}
.print-table td{
	width:50%;
}
.fontWeight{
	font-weight: 900;
	min-width: auto;
	margin-right: 10px;
}
/*开票管理*/
.ticketTbleWrap{
	width: 100%;
	overflow-x:scroll;
}
.ticketWrap{
	text-align: center;
}
table.ticketWrap {
 border: 2px solid #444;
 border-spacing: 0;
}
table.ticketWrap tr {border-bottom: 1px solid #444}

table.ticketWrap td,table.ticketWrap th{
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 5px;
}

table.ticketWrap tr td:last-child,table.ticketWrap tr th:last-child{ border-right: 0 }
table.ticketWrap tr:last-child td{ border-bottom: 0 }
/*end*/
@media screen and (max-device-width: 750px) {
	.login_wrap{
		width:90%;
	}
	.wrap_login{
		width:100%;
		padding:0;
	}
}


.custom-trigger {
  font-weight:bold;
  font-size: 20px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  transition: color .3s;
  color: #000;
}

.custom-trigger:hover {
  color: #fff;
  background-color: #424242;
}

.ant-layout{
    background:#d6dad7;
    /*background-image: url("http://ava7patterns.com/download_wallpaper.php?id=1747&w=240&h=320");*/
    background-image: linear-gradient(0deg,rgba(199, 199, 199, 0.48),rgba(208, 208, 208, 0.58)),url(../img/bg_129.png);
}

.bg-img{
	height:100%;
	background:url('../img/bg.png') no-repeat 0 0 ;
	-webkit-background-size: 100% 100%;
}
.ant-layout-header{
    background:#fff;
    box-shadow:rgba(0, 21, 41, 0.2) 0px 2px 4px;
}

.ant-card{
    background:#f8f8f8;
}


.ant-card-body{
    padding:6px 18px 28px 18px;
    
}

.ant-card-wider-padding .ant-card-body
{
    padding:10px 18px 28px 18px;
}

.ant-table-wrapper{
    padding:6px 0 0 0;
    font-weight:bold;
}

.table-even-row{
    background:#f8f8f8;
}

.table-odd-row{
    background:#eeeff2;
}

/*表格行hover颜色*/
.ant-table-thead > tr.ant-table-row-hover > td,
.ant-table-tbody > tr.ant-table-row-hover > td,
.ant-table-thead > tr:hover > td,
.ant-table-tbody > tr:hover > td {
  background: #c0eecf;
}

.ant-layout-sider{
    background:#404040;
    box-shadow:rgba(0, 21, 41, 0.2) 1px 0px 5px;
}

.logo{
    background:#404040;
    text-align:center;
}

/*弹出加载框*/
.LoadWrap{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align: center;
	padding-top: 20%;
	/*background-color: rgba(0,0,0,0.5);*/
}

#panel{
  background:#fff;
  display: inline-block;
   width: 80%;
   vertical-align: middle;
}

#panel>div{
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.flex-row{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.flex-column{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.flex-cell{
  flex: 1;
}

.showButton{
	color:#118ee9;
	margin:0 10px;
	cursor: pointer;
}

/* index_setting */
.product_top {
	padding: 0px 20px 0;
	margin:0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
}
.product_left {
	*float:left;
	width:460px;
}
.product_left_form{
	width:460px;
}
.product_left_form h3 {
	line-height:50px;
	font-size:28px;
	color:#0055a5;
	margin:0 auto;
}
.product_left h3 {
	line-height:50px;
	font-size:28px;
	color:#0055a5;
	margin:0 auto;
}
.product_left h3 span {
	margin-left:20px;
	font-size:22px;
}
.product_left div {
	font-size:16px;
	color:#666;
	line-height:24px;
	margin:20px auto 0;
}
.product_left div span {
	color:#000;
}
.product_left div a {
	color:#0055a5;
}
.product_left div a:hover {
	text-decoration:underline;
}
.product_right {
	width:300px;
	*float:right;
}
.listpro {
	width:100%;
	height:47px;
	margin:0 auto;
}
.listpro .selected {
	border:1px solid #407eb9;
}
.listpro li {
	width:45px;
	height:45px;
	border:1px solid #c8c8c8;
	float:left;
	margin:0 5px;
	cursor:pointer
}
.listpro li img {
	width:auto;
	max-width:100%;
}
.condiv {
	display:block;
	width:300px;
	height:225px;
	margin:0 auto 15px;
	border:1px solid #c8c8c8;
}
.condiv div {
	width:300px;
	height:225px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.condiv img {
	width:auto;
	max-width:100%;
	max-height:100%;
}

.ant-tabs-tab .ant-form-item{
	margin:0;
}
.ant-tabs-tab .ant-form-item .has-error .ant-form-explain{
	display: none;
}
.tableWrap table{
	width:100%;
}
.tableWrap td{
	font-size: 14px;
	padding:5px;
}
/* bom表格样式 start */
.bom_table_sty{
	padding: 0 !important;
	text-align: center;
}
/* bom表格样式 end */

.editable-cell {
	position: relative;
  }
  
  .editable-cell-input-wrapper,
  .editable-cell-text-wrapper {
	padding-right: 24px;
  }
  
  .editable-cell-text-wrapper {
	padding: 5px 24px 5px 5px;
  }
  
  .editable-cell-icon,
  .editable-cell-icon-check {
	position: absolute;
	right: 0;
	width: 20px;
	cursor: pointer;
  }
  
  .editable-cell-icon {
	line-height: 18px;
	display: none;
  }
  
  .editable-cell-icon-check {
	line-height: 28px;
  }
  
  .editable-cell:hover .editable-cell-icon {
	display: inline-block;
  }
  
  .editable-cell-icon:hover,
  .editable-cell-icon-check:hover {
	color: #108ee9;
  }
  .editable-add-btn {
	margin-bottom: 8px;
  }

  /* 订单管理 start */
.order_man_sty{

}
.order_man_sty .order_man_per{
	margin: 24px;
	min-width: 300px;
}
.order_man_sty .order_title{
	display: inline-block;
	min-width: 90px;
}
.order_man_sty .order_con_input{
	width:10vw;
	min-width:200px;
}

  /* 订单管理 end */


  /* 标签文件start */
.lable_all .lable_info {
	margin: 12px;
	display: flex;
	align-items: center;
}
.lable_all .lable_per_sty{
	min-width: 50px;
}
  
   /* 标签文件end */

.change_view_sty .ant-table-tbody>tr>td{
	padding: 0 !important;
}
.change_view_sty .ant-table-thead>tr>th{
	padding: 0 !important;
}
.change_view_sty .ant-table-wrapper{
	padding: 0 !important;
}

/* 固件定制配置 */
.firmware_customized .content_info{
  /* display: flex; */
}

.content_info .down_part{
  display: flex;
}

.down_part .size_setting,
.content_info .right {
  margin-left: 120px;
}

.content_info .per_module .per_module_title {
  margin: 20px 0;
}

.per_module .flash_content{
  border: 1px solid #666;
  height: 360px;
  width: 300px;
}

.per_module .flash_content div{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.ram_custom {
  font-weight: 600;
  height: 40px;
  background-color: #FFFF99;
}

.content_info .per_module .per_module_con{
  margin-left: 20px;
}
