@CHARSET "UTF-8";
B{
    color:red;
}
.container{
	padding: 10px;
}
/*iframe*/
/*box*/
.box{min-width: 960px;}
.box_border{border: 1px solid #d3dbde;}
.box_top{height: 37px; line-height: 37px; background: url('/Content/images/box_top.png') 0px 0px repeat-x;}
.box_top_l, .box_top_r{height: 37px;line-height: 37px;}
 
/*button*/
.btn{
	height: 35px;
	line-height: 35px;
	border-style: none;
	cursor: pointer;
	font-size: 14px;
	font-family: "Microsoft YaHei","微软雅黑","sans-serif" ;
}
.btn82{
	width: 82px;
	text-align: left;
	padding-left: 35px;
}
.btn140{
	width: 140px;
	text-align: left;
	padding-left: 35px;
}
.btn_new{
	width: 82px;
	text-align: center;
	background: -webkit-linear-gradient(#fefefe,#ebeef0);
    background: -moz-linear-gradient(#fefefe,#ebeef0);
    background: -o-linear-gradient(#fefefe,#ebeef0);
    background: -ms-linear-gradient(#fefefe,#ebeef0);
    background: linear-gradient(#fefefe,#ebeef0);
    border-radius: 2px;
    border: 1px solid #ced4f8;
}
.btn_new:hover{background: #0db55f;color: #fff;}

.btn_uploadorexport{
    width:120px;
	text-align: center;
	background: -webkit-linear-gradient(#fefefe,#ebeef0);
    background: -moz-linear-gradient(#fefefe,#ebeef0);
    background: -o-linear-gradient(#fefefe,#ebeef0);
    background: -ms-linear-gradient(#fefefe,#ebeef0);
    background: linear-gradient(#fefefe,#ebeef0);
    border-radius: 2px;
    border: 1px solid #ced4f8;
}
.btn_uploadorexport:hover{background: #0db55f;color: #fff;}

.btn_add{
	background:   url('/Content/images/btn_add.gif') 0px -1px no-repeat;
}
.btn_add:hover{
	background:   url('/Content/images/btn_add_hover.gif') 0px 0px no-repeat;
	color: #fff;
}
.btn_del{
	background:   url('/Content/images/btn_del.gif') 0px -1px no-repeat;
}
.btn_del:hover{
	background:   url('/Content/images/btn_del_hover.gif') 0px 0px no-repeat;
	color: #fff;
}
.btn_reset{
	background:   url('../images/btn_del.gif') 0px -1px no-repeat;
}
.btn_reset:hover{
	background:   url('../images/btn_del_hover.gif') 0px 0px no-repeat;
	color: #fff;
}
.btn_config{
	background:   url('/Content/images/btn_config.gif') 0px -1px no-repeat;
}
.btn_config:hover{
	background:   url('/Content/images/btn_config_hover.gif') 0px 0px no-repeat;
	color: #fff;
}
.btn_checked{
	background:   url('/Content/images/btn_checked.gif') 0px -1px no-repeat;
}
.btn_checked:hover{
	background:   url('/Content/images/btn_checked_hover.gif') 0px 0px no-repeat;
	color: #fff;
}
.btn_nochecked{
	background:   url('/Content/images/btn_nochecked.gif') 0px -1px no-repeat;
}
.btn_nochecked:hover{
	background:   url('/Content/images/btn_nochecked_hover.gif') 0px 0px no-repeat;
	color: #fff;
}
.btn_count{
	background:   url('/Content/images/btn_count.gif') 0px -1px no-repeat;
}
.btn_count:hover{
	background:   url('/Content/images/btn_count_hover.gif') 0px 0px no-repeat;
	color: #fff;
}
.btn_export{
	background:   url('/Content/images/btn_export.gif') 0px -1px no-repeat;
}
.btn_export:hover{
	background:   url('/Content/images/btn_export_hover.gif') 0px 0px no-repeat;
	color: #fff;
}
.btn_recycle{
	background:   url('/Content/images/btn_recycle.gif') 0px -1px no-repeat;
}
.btn_recycle:hover{
	background:   url('/Content/images/btn_recycle_hover.gif') 0px 0px no-repeat;
	color: #fff;
}
.btn_search{
	background:   url('/Content/images/btn_search.gif') 0px -1px no-repeat;
}
.btn_search:hover{
	background:   url('/Content/images/btn_search_hover.gif') 0px 0px no-repeat;
	color: #fff;
}
.btn_save2{
	background:   url('/Content/images/btn_save2.gif') 0px -1px no-repeat;
}
.btn_save2:hover{
	background:   url('/Content/images/btn_save2_hover.gif') 0px 0px no-repeat;
	color: #fff;
}

.btn_res{
	background:   url('/Content/images/btn_res.png') 0px -1px no-repeat;
}
.btn_res:hover{
	background:   url('/Content/images/btn_res_hover.png') 0px 0px no-repeat;
	color: #fff;
}

/*new button*/
.btn_gettask {
    color: red;
    margin-left: 50px;
    background: url('/Content/images/btn_get.png') 0px -1px no-repeat;
}
.btn_gettask:hover{
    color: #fff;
    background: url('/Content/images/btn_get_hover.png') 0px -1px no-repeat;
}

.btn_returntask{
    color: red;
     background: url('/Content/images/btn_return.png') 0px -1px no-repeat;
}
.btn_returntask:hover{
    color: #fff;
     background: url('/Content/images/btn_return_hover.png') 0px -1px no-repeat;
}

/*table*/
.list_table{
	table-layout: fixed;
    width: 100%;
	border-top: 1px solid #d3dbde;
	border-right: 1px solid #d3dbde;
}
.list_table th{
height: 37px;
background: url('/Content/images/box_top.png') 0px 0px repeat-x;
line-height: 1;
border-left: 1px solid #d3dbde;
text-align: center;
}
table td {
    word-wrap: break-word;
}

.list_table td{
	border-bottom: 1px solid #d3dbde;
    border-left: 1px solid #d3dbde;
    padding: 5px;
    text-align: center;
    word-wrap: break-word;
}
.list_table .tr_urgent{
    background-color:red;
    color:white;
}


.form_table td{
	padding: 5px 5px;
}
.td_center{text-align: center;}
.td_left{text-align: left;}
.td_right{text-align: right;}
.td_right, .td_center, .td_left{
	width: 120px;
    line-height: 21px;
}
/*for IE7,8表格拖动失效*/
.grip {
	width: 20px;
	height: 30px;
	margin-top: -3px;
	margin-left: -5px;
	position: relative;
	z-index: 88;
	cursor: e-resize;
}

/*分页*/
.pagination{

}
.pagination ul {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul li {
  display: inline;
}
.pagination ul li a, .pagination ul li span{
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	background: url('/Content/images/bottom_bg.png') 0px 0px;
	border: 1px solid #d3dbde;
	border-left-width: 0;
	color: #08c;
}
.ui-page-break{
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	border-left-width: 0;
	border-right: 1px solid #d3dbde;
	color: #08c;
}
.pagination ul li a:hover{
	color: red;
}
.pagination ul li.first-child a, .pagination ul li.first-child span {
	border-left-width: 1px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
}
.pagination ul .disabled span, .pagination ul .disabled a, .pagination ul .disabled a:hover {
color: #999;
cursor: default;
background-color: transparent;
}
.pagination ul .active a, .pagination ul .active span {
color: #999;
cursor: default;
}
.pagination ul li a:hover, .pagination ul .active a, .pagination ul .active span {
background-color: #f5f5f5;
}
.pagination ul li.last-child a, .pagination ul li.last-child span {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
}

 .pag-text {
  display: inline-block;
  font: 12px/30px "microsoft yahei";
  color: #000;
  vertical-align: top;
  margin-right: 10px;
  margin-left: 10px;
}
.pag-text input {
  width: 38px;
  height: 20px;
  border: 1px solid #E4E5E5;
  outline: none;
  text-align: center;
  display: inline-block;
  margin: 0 2px;
}
.sure-btn {display: inline-block;
  vertical-align: top;
  width: 38px;
  margin-top: 5px;
  height: 20px;
  background: #1b75b6;
  color: #fff;
  text-align: center;
  font: 12px/20px "microsoft yahei";
  cursor: pointer;
  border-radius: 3px;}
/*form*/
.textarea,.input-text{
	border: 1px solid #bac7d2;
	background: #f7fcfe;/* #f7fcfe #f3fafd*/
	border-radius: 2px;
	box-shadow: 2px 2px 2px #e7f1f7 inset;
}
.input-text{height: 28px;text-indent: 4px;}
.textarea{width: 380px;height: 90px;}
/*下拉框美化*/
.select{ 
border:1px solid #bac7d2; 
padding:4px 3px; 
font-size:12px; 
height:30px; 
*margin:-1px; 
border-radius: 2px;
box-shadow: 2px 2px 2px  #e7f1f7 inset; 
} 
.select_border{ 
height:29px; 
*background:#fff; 
background:#fff; 
*border:1px solid #bac7d2; 
*padding:4px; 
*height:20px; 
} 
.select_containers{ 
*border:0; 
*position:relative; 
*height:18px; 
*overflow:hidden; 
} 
.select_border,.select_containers {
	display: inline-block;
}



/*其他按钮*/
/* .ext_btn {
color: #333;
background: #e6e6e6 url(/Content/images/ext_btn.png);
border: 1px solid #bac7d2;
border-radius: 2px;
text-shadow: 0 1px 1px rgba(255,255,255,.75);
display: inline-block;
cursor: pointer;
font-size: 12px;
text-decoration: none;
overflow: visible;
text-align: center;
padding: 4px 10px;
*padding:5px 10px 2px 10px; 
_position:relative;
}
.ext_btn:hover{
	background-position:0 -40px;color:#333;text-decoration:none
}
.ext_btn:active{background-position:0 -81px}
.ext_btn_submit{
background-position: 0 -120px;
background-color: #1b75b6;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
border-color: #106bab #106bab #0d68a9;
color: #fff;
}
.ext_btn_success {
background-color: #89bf00;
background-position: 0 -240px;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
border-color: #6bad01 #6bad01 #63a100;
color: #fff;
}
.ext_btn_error {
background-color: #f29307;
background-position: 0 -360px;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
border-color: #e77c0e #e77c0e #dd7204;
color: #fff;
} */
.ext_btn{
	color:#333;
	background:#e6e6e6 url(/Content/images/ext_btn.png);
	border:1px solid #c4c4c4;
	border-radius:2px;
	text-shadow:0 1px 1px rgba(255,255,255,.75);
	padding:4px 10px;
	display:inline-block;
	cursor:pointer;
	font-size:12px;
	line-height:normal;
	text-decoration:none;
	overflow:visible;
	vertical-align:middle;
	text-align:center;
	zoom:1;
	white-space:nowrap;
	_position:relative;margin:0
}
a.ext_btn{*padding:4px 10px 2px!important}
input.ext_btn,button.ext_btn{
		*padding:5px 10px 2px!important
}
.ext_btn em{
	font-size:10px;
	font-style:normal;
	padding-left:2px;
	font-family:Arial;
	vertical-align:1px
}
.ext_btn .add{
	width:9px;
	height:9px;
	background:url(/Content/images/ext_btn_add.png) center center no-repeat;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 -3px;
	*margin:-1px 5px 0 -3px;
	line-height:9px
}
.ext_btn:hover{
	background-position:0 -40px;
	color:#333;
	text-decoration:none
}
.ext_btn:active{
	background-position:0 -81px
}
.ext_btn_big{
	font-size:1.2em;
	line-height:normal;
	padding:7px 18px;
	border-radius:2px
}
input.ext_btn_big,button.ext_btn_big{
	*padding:6px 18px 3px!important
}
.ext_btn_error,.ext_btn_error:hover,.ext_btn_success,.ext_btn_success:hover,
.ext_btn_submit,.ext_btn_submit:hover{
	color:#fff!important
}
.ext_btn_submit{
	background-position:0 -120px;
	background-color:#1b75b6;
	text-shadow:0 -1px 0 rgba(0,0,0,.25);
	border-color:#106bab #106bab #0d68a9
}
.ext_btn_submit:hover{
	background-position:0 -160px
}
.ext_btn_submit:active{
	background-position:0 -201px
}
.ext_btn_success{
	background-color:#89bf00;
	background-position:0 -240px;
	text-shadow:0 -1px 0 rgba(0,0,0,.25);
	border-color:#6bad01 #6bad01 #63a100
}
.ext_btn_success:hover{
	background-position:0 -280px
}
.ext_btn_success:active{
	background-position:0 -321px
}
.ext_btn_error{
	background-color:#f29307;
	background-position:0 -360px;
	text-shadow:0 -1px 0 rgba(0,0,0,.25);
	border-color:#e77c0e #e77c0e #dd7204
}
.ext_btn_error:hover{
	background-position:0 -400px
}
.ext_btn_error:active{
	background-position:0 -441px
}.tabs{width: 100%;height: 44px;background: url(/Content/images/here.gif) repeat-x;height: 44px;}
.tab{padding-left: 10px;display: block;float: left;font: 16px/44px "microsoft yahei";color: #000;font-weight: bold;margin-right: 20px;}
.tab em{display: block;font: 16px/44px "microsoft yahei";display: inline-block;*display: inline;zoom: 1;margin-left: 30px;color: #aaa;}
.tab font{color: #312222;cursor: pointer;}
.tab font:hover{color: #3F96C9;}
.tab .on{color: #3F96C9;border-bottom: 2px solid;}
.tab:last-child em{color: transparent;}

.hide{display: none;}

.maskInside{display: none;position: fixed;width: 100%;height: 100%;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0,0,0,.5);z-index: 99;}
.popup{display: none;min-width: 400px;max-width: 1100px;max-height: 750px;overflow-y: auto; position: fixed;z-index: 101;top: 50%;left: 50%; background: #fff;border: 8px solid #e9f3f9;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);}
.bcupop{ width: 600px;}
.popup h2{margin: 0 20px;height: 40px;border-bottom: 1px solid #d1d1d1;font: 16px/40px "microsoft yahei";color: #333;}
.popup h2 .close{display: block;float: right;width: 20px;height: 20px;text-align: center;border-radius: 50%;cursor: pointer;font: 20px/18px "microsoft yahei";margin-top: 10px;background: #E7F1F7;}
.popup h2 .close:hover{background: #FF0000;color: #fff;}
.popContent{margin: 10px 20px;}
.popContent p{margin-bottom: 5px;font-size: 0;}
.bcupop .popContent .text{display: inline-block;*display: inline;zoom: 1;width: 120px;vertical-align: top;height: 30px;font: 14px/30px "microsoft yahei";color: #333;text-align: right;margin-right: 5px;}
.bcupop .popContent .text-val{display: inline-block;*display: inline;zoom: 1;width: 400px;vertical-align: top;height: 30px;font: 14px/30px "microsoft yahei";color: #333;}

.buttons{margin: 0px 20px 20px 20px; left: 0;}
.buttons input[type="button"]{margin-right: 10px;}
.bcupop .buttons{text-align: center;}
.mask2 {display: none;position: fixed;width: 100%;height: 100%;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0,0,0,.5);z-index: 102;}
.successpop,.warningpop,.errpop{z-index: 103;}
.successpop .text,.warningpop .text,.errpop .text{font: 14px/20px "microsoft yahei";}

.successpop .text i{display: block;float: left; width: 16px;height: 16px;background: url(../images/tabicons.png) no-repeat 0 0;margin-top: 2px;margin-right: 10px;}
.warningpop .text i{display: block;float: left;width: 16px;height: 16px;background: url(../images/tabicons.png) no-repeat  -60px -200px;margin-top: 2px;margin-right: 10px;}
.errpop .text i{display: block;float: left; width: 16px;height: 16px;background: url(../images/tabicons.png) no-repeat -160px -120px;margin-top: 2px;margin-right: 10px;}



#button {margin: 10px;font-size: 14px;}
.sel-single {text-align: right;margin-right:20px;}
    .sel-single span {
        line-height: 30px;display: inline-block;vertical-align: top;
    }

.btnfp {
    border: 1px solid #D5DBF7;
    background: #F0F2F3;
    padding: 0 10px;
    border-radius: 3px;
    width: 95px;
}
.btnff{    border: 1px solid #D5DBF7;
    background: #F0F2F3;
    padding: 0 10px;
    border-radius: 3px;
    width: 100px;
}
    .btnfp:hover,.btnff:hover {
        background: #0A9D51;
        color: #fff;
    }
 .sel-single .selection{width:200px;}
.sel-single .selection .select2-selection__rendered{text-align: left;}


.pagination ul li .page_prev_none, .pagination ul li .page_prev_have {
    border-left: 1px solid #d3dbde;
}
.pagination ul li .page_prev_none, .pagination ul li .page_next_none
 {
    color: #ccc;
    background: #fff;  
}

.pagination ul li a:hover{color: #e77c0e;cursor: pointer;}
.pagination ul .active a {
    background: #fff;cursor: default;
}
.pagination ul .active a:hover {
    color: #999;
    cursor: pointer;
}
.pagination ul .active span {
    background: #fff;cursor: default;
}
.pagination .pagejump-btn{background: #7EBAE5;}
.successpop .text i{display: block;float: left; width: 16px;height: 16px;background: url(/Content/images/tabicons.png) no-repeat 0 0;margin-top: 2px;margin-right: 10px;}
.warningpop .text i{display: block;float: left;width: 16px;height: 16px;background: url(/Content/images/tabicons.png) no-repeat  -60px -200px;margin-top: 2px;margin-right: 10px;}
.errpop .text i{display: block;float: left; width: 16px;height: 16px;background: url(/Content/images/tabicons.png) no-repeat -160px -120px;margin-top: 2px;margin-right: 10px;}

.date-input{width: 186px;}

.err-hint {display: block;font: 13px/18px "microsoft yahei";color: #f00;text-indent: 130px;height: 18px;}



.wr100{display:inline-block;*display: inline;zoom: 1;vertical-align: top;width: 75px;text-align: right;}


/**
    2016-12-16 new update
 */


.form_search {width: 1200px;font-size: 0;}
.search-box {display: inline-block;*display: inline;zoom: 1;vertical-align: top; margin-bottom: 10px;margin-right:10px;height: 28px;}
.search-text {display: inline-block;*display: inline;zoom: 1;vertical-align: top;width: 91px;font: 14px/28px "microsoft yahei";overflow: hidden;text-overflow: ellipsis; word-wrap: break-word;text-align: right;margin-right: 10px;}
.search-inv{display: inline-block;*display: inline;zoom: 1;vertical-align: top;}
.search-inv .rowline{display: inline-block;*display: inline;zoom: 1;vertical-align: top;font: 13px/28px "microsoft yahei";padding: 0 2px;}
.block {display: block;margin-top: 10px;}
.block .search-inv input {width: 1100px;}

.time-select{border: 1px solid #bac7d2;width: 78px;height: 28px;border-radius: 5px;font-size: 12px;}

.total {margin-bottom: 3px;margin-top: 10px;
}
.total .t-num, .total .t-search {
    display: inline-block;font: 14px/20px "microsoft yahei";vertical-align: top;margin-right: 80px;
}
.total .green {
    font-weight: bold ;
    color: #63a100; 
}

.translatepop{ width: 1050px; height:700px;}
.translatepop .popContent{height: 690px;overflow: auto;margin: 0 20px;padding-top: 10px;}
.translatepop h3{font: 18px/30px "microsoft yahei";color: #000;font-weight: bold;} 
.translatepop h3 a{color: #0088CC;text-decoration: underline;font-weight: normal;}
.translatepop .to-back{margin: 10px 0;}
.translatepop .to-back em{display: inline-block;*display: inline;zoom: 1;vertical-align: top;font-size: 16px;font-weight: bold;}
.translatepop .to-back span{display: inline-block;*display: inline;zoom: 1;vertical-align: top;border: 1px solid #D1D1D1;border-radius: 10px;min-height: 50px;font: 14px/50px "microsoft yahei";color: #333;background: #eaeaea;width: 773px;text-indent: 10px;}
.translatepop .to-back span font {display:  block;font: 12px/25px "microsoft yahei";}
.translatepop .to-back .returnReason{display: inline-block;*display: inline;zoom: 1;vertical-align: top;border: 1px solid #D1D1D1;border-radius: 10px;height: 50px;font: 14px/50px "microsoft yahei";color: #333;background: #eaeaea;width: 780px;text-indent: 10px;}

.translatepop strong{font-family: "microsoft yahei";display: block;margin-bottom: 10px;}
.translatepop table{width: 100%;border: 1px solid #D1D1D1;border-collapse: collapse; table-layout: fixed;}
.translatepop table td{border-bottom: 1px solid #D1D1D1;border-left: 1px solid #D1D1D1;height: 25px;font-size: 13px;font-family: "microsoft yahei";text-align: center;padding: 3px 0;}
.translatepop table .td-click{cursor: pointer;}
.translatepop .need .fontsize18{font: 18px/30px "microsoft yahei";color: #000;margin-top: 10px;}
.translatepop .need p.fontsize18{border-top: 1px solid #d1d1d1;}
.translatepop .need .fontsize14{font: 14px/20px "microsoft yahei";color: #333;}
.translatepop .need p.fontsize14.red{margin-top: 12px;}
.translatepop .need .text-box{margin-left: 98px; display: block;width: 810px;min-height: 60px;border: 1px solid #d1d1d1;resize: none;outline: none;font: 13px/20px "microsoft yahei";padding-top: 5px;text-indent: 5px;margin-top: 10px;}
.translatepop .need .red_title{font-size: 16px;margin-top: 15px;}
.translatepop .need .red{color: #f00;}
.translatepop .need  .err-text{visibility: hidden;height: 30px; text-align: center;font: 16px/30px "microsoft yahei";color: #f00;}
.translatepop .buttons{text-align: left;font-size: 14px;}
.translatepop .need .auto-translate{margin: 10px 0;}
.translatepop .need .auto-translate .blue{color: #0088CC;}
.translatepop .need .auto-translate .au-tran-box{padding: 15px 10px;border: 1px solid #D1D1D1;background: #E9F3F9;border-radius: 10px 	;}


.red{color: red;}
.blue{color: #0088CC;}
.green{color: rgb(0, 153, 51);}
.fontweight{font-weight: bold;}
.popContent .need {font-size: 0;}

.translatepop .popContent p{font-size: 12px;margin-bottom: 9px;}
.translatepop .popContent p span{display: inline-block;vertical-align: top;width:98px;text-align: right;font: 13px/33px "microsoft yahei";}
.translatepop .popContent p span .red{display: inline-block;vertical-align: top;margin-right:5px}
.translatepop .popContent p .text-input{display: inline-block;vertical-align: top;width: 810px;height: 33px;border: 1px solid #d1d1d1;outline: none;text-indent: 10px;font-size:13px}
.translatepop .popContent p.half_p {display: inline-block;vertical-align: top;width: 50%;}
.translatepop .popContent p.half_p .text-input { width: 338px;   }
.translatepop .popContent .text-box{margin-left: 98px; display: block;width: 418px;min-height: 60px;border: 1px solid #d1d1d1;resize: none;outline: none;font: 13px/20px "microsoft yahei";padding-top: 5px;text-indent: 5px;margin-top: 10px;}

.translatepop .popContent p span.hasquestion{width: auto;margin-top: -5px;}
.bsvalue, .bs80{display: inline-block;vertical-align: top;font: 14px/25px "microsoft yahei";font-weight: bold;}
.bs80{width: 100px;text-align: right;}
.bs90{text-align: right;}
.bsvalue{width: 640px;}
.goods .goodsimg{display: inline-block;vertical-align: top; width: 252px;height: 245px;box-sizing: border-box;border: 1px solid #d1d1d1;padding: 5px;box-sizing: border-box;padding:20px;}
.goods .goodsimg img{width: 100%;height: 100%;}
.goods .right_info{display: inline-block;width: 480px;vertical-align: top;margin-left: 10px;}
.sea-translate .popContent .fullwidth{width: 100%;height: 26px;border: 1px solid #D1D1D1;outline: none;margin-bottom: 10px;}
.goods .right_info .info_title{font-size: 16px;line-height: 30px;}
.goods .right_info .info{margin-bottom: 8px;}
.goods .right_info .info span{font: 13px/20px "microsoft yahei";}
.goods .right_info .info input[type='text'],.sea-translate .describe-text .block input[type='text']{width: 100%;border: 1px solid #D1D1D1;outline: none;height: 26px;text-indent: 3px;}
.goods .right_info .info input[type='text'],.sea-translate .describe-text .block input[type='text']{width: 100%;border: 1px solid #D1D1D1;outline: none;height: 26px;}
.sea-translate .describe-text{width: 746px;}
.textindent{text-indent: 45px;}

.detailspop{height: 750px;}
.tbcontent{padding-bottom: 40px;}
.margintop30 {margin-top: 20px;margin-bottom: 5px;}

.tbs{height: 40px;border-bottom: 2px solid #3F96C9;font-size: 0;border-left: 1px solid #D1D1D1;margin-bottom: 20px;}
.tb{width: 140px;border-top: 1px solid #d1d1d1;border-right: 1px solid #d1d1d1;float: left;background: #fff;font: 14px/37px "microsoft yahei";color: #333;text-align: center;cursor: pointer;}
.tb.active{color: #fff;font-weight: bold;background: #3F96C9;cursor: default;}
.tbcontent table{border: 1px solid #d3dbde;border-collapse: collapse;table-layout: fixed;}
.tbcontent table th{height:37px;background: #f1f5f7;}
.tbcontent table td{height: 32px;}
.tbcontent table tr:nth-child(2n+1){background: #fffcea;}


.questionpop .popContent{height: 350px;}


.back-inp {display: inline-block;
    zoom: 1;
    vertical-align: top;
    border: 1px solid #D1D1D1;
    height: 52px;
    font: 14px/50px "microsoft yahei";
    color: #333;
    width: 773px;
    outline: none;
    resize: none;
    text-indent: 10px;
}
.pro_mask {position: absolute;background: rgba(255,255,255,0.6);top: 0;left: 0;right: 0;bottom: 0;display:none;}
.progressbar {
    position: absolute;
    top: 50%;left: 0;
    margin-top: -21px;
    margin-left:35px;
    background-color: #eee;
    color: #222;
    height: 42px;
    width: 710px;
    border: 1px solid #bbb;
    text-align: center;
    margin-bottom: 8px;
}

.progressbar .text {
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 40px;
    z-index: 100;
    font-size: 20px;
}

.progressbar .bar {
    background-color: #6CAF00;
    height: 40px;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.hint{
    position: absolute;
    top: 46%;left: 0;
    margin-top: -21px;
    margin-left:37px;
    font-size:13px;
    background-color:#bcbebf;
}

.translatepop .popContent p.title_p{display: inline-block;vertical-align: top;font-size: 18px;width: 700px;}
.translatepop .popContent .goods_c{width: 740px;margin: 10px;font-size: 0;}
.translatepop .popContent p.pop_ele{display: inline-block;vertical-align: top;font-size: 0;}
.translatepop .popContent p.pop_ele span{display: inline-block;vertical-align: top;width: 110px;margin-right: 10px;font: 13px/28px "microsoft yahei";text-align: right;}
.translatepop .popContent p.pop_ele span em{font: 12px/28px "microssoft yahei";}
.translatepop .popContent p.pop_ele input[type ="text"]{font: 13px/26px "microsoft yahei";}
.translatepop .popContent p.pop_ele label {display: inline-block;vertical-align: top;font: 12px/28px "microsoft yahei";margin-right: 30px;}
.translatepop .popContent p.pop_ele label input[type="checkbox"]{vertical-align: middle;margin-left:5px;}
.uploadpop{width: 1000px;}
.uploadpop .file_input{position: relative;display: inline-block;vertical-align: top;width: 280px;height: 28px;overflow: hidden;margin-right: 20px;}
.uploadpop .file_input input[type="file"]{position: absolute;top: 0;left: 0;width: 280px;height: 28px;padding: 0;opacity: 0;z-index: 105;font-size: 280px;}
.uploadpop .file_input .file_box{display: inline-block;width: 200px;height: 28px;border: 1px solid #d1d1d1;font: 12px/26px "microsoft yahei";vertical-align: top;}
.uploadpop .file_input button{width: 80px;height: 28px;border: 1px solid #d1d1d1;background: #f5f5f5;text-align: center;}
.uploadpop .page .pagination p{font-size: 12px;}

/*.importregisterypop{width: 1000px;}
.importregisterypop .file_input{position: relative;display: inline-block;vertical-align: top;width: 280px;height: 28px;overflow: hidden;margin-right: 20px;}
.importregisterypop .file_input input[type="file"]{position: absolute;top: 0;left: 0;width: 280px;height: 28px;padding: 0;opacity: 0;z-index: 105;font-size: 280px;}
.importregisterypop .file_input .file_box{display: inline-block;width: 200px;height: 28px;border: 1px solid #d1d1d1;font: 12px/26px "microsoft yahei";vertical-align: top;}
.importregisterypop .file_input button{width: 80px;height: 28px;border: 1px solid #d1d1d1;background: #f5f5f5;text-align: center;}
.importregisterypop .page .pagination p{font-size: 12px;}

.updateclassifypop{width: 1000px;}
.updateclassifypop .file_input{position: relative;display: inline-block;vertical-align: top;width: 280px;height: 28px;overflow: hidden;margin-right: 20px;}
.updateclassifypop .file_input input[type="file"]{position: absolute;top: 0;left: 0;width: 280px;height: 28px;padding: 0;opacity: 0;z-index: 105;font-size: 280px;}
.updateclassifypop .file_input .file_box{display: inline-block;width: 200px;height: 28px;border: 1px solid #d1d1d1;font: 12px/26px "microsoft yahei";vertical-align: top;}
.updateclassifypop .file_input button{width: 80px;height: 28px;border: 1px solid #d1d1d1;background: #f5f5f5;text-align: center;}
.updateclassifypop .page .pagination p{font-size: 12px;}

.againclassifypop{width: 1000px;}
.againclassifypop .file_input{position: relative;display: inline-block;vertical-align: top;width: 280px;height: 28px;overflow: hidden;margin-right: 20px;}
.againclassifypop .file_input input[type="file"]{position: absolute;top: 0;left: 0;width: 280px;height: 28px;padding: 0;opacity: 0;z-index: 105;font-size: 280px;}
.againclassifypop .file_input .file_box{display: inline-block;width: 200px;height: 28px;border: 1px solid #d1d1d1;font: 12px/26px "microsoft yahei";vertical-align: top;}
.againclassifypop .file_input button{width: 80px;height: 28px;border: 1px solid #d1d1d1;background: #f5f5f5;text-align: center;}
.againclassifypop .page .pagination p{font-size: 12px;}*/

.poptextarea{margin-left: 20px;width: 500px;height:180px;}
.marginLeft20 {margin-left: 20px;}
.marginLeft72{margin-left: 72px;}
.marginLeft100{margin-left: 100px;}
.width100{width: 95px;}
.width150 {width: 150px;}
.width120 {width: 120px;}
.width200 {width: 200px;}
.width250 {width: 250px;}
.width300 {width: 300px;}
.width600 {width: 620px;}
@media (max-width: 1220px){
 .form_search {width: 900px;font-size: 0;}
 .block .search-inv input {width: 800px;}
}

.bigbtn{min-width: 120px;padding: 0 10px;width: auto;}
.fixation th:nth-child(1),.fixation th:nth-child(2),.fixation th:nth-child(3),.fixation th:nth-child(4),.fixation th:nth-child(5),.fixation th:nth-child(6){border-top: 1px solid #d3dbde;border-bottom: 1px solid #d3dbde;top: 0;height: 38px;line-height: 36px;}
.fixation td:nth-child(1),.fixation td:nth-child(2),.fixation td:nth-child(3),.fixation td:nth-child(4),.fixation td:nth-child(5),.fixation td:nth-child(6){background:#fff;vertical-align: middle;}
 .fixation th:nth-child(1),.fixation td:nth-child(1){width: 180px;position: absolute;left: 0;}
 .fixation th:nth-child(2),.fixation td:nth-child(2){width: 150px;position: absolute;left: 180px;}
 .fixation th:nth-child(3),.fixation td:nth-child(3){width: 120px;position: absolute;left: 330px;}
 .fixation th:nth-child(4),.fixation td:nth-child(4){width: 180px;position: absolute;left:450px;}
 .fixation th:nth-child(5),.fixation td:nth-child(5) {
     width: 100px;
     position: absolute;
     left: 630px;
}
.fixation th:nth-child(6),.fixation td:nth-child(6){width: 120px;position: absolute;left:730px; border-right: 1px solid #d3dbde;}
  .fix_tables{padding-left: 599px;}
  .fixed_tables{padding-left: 850px;}



 .fixedtable th:nth-child(1),.fixedtable th:nth-child(2),.fixedtable th:nth-child(3),.fixedtable th:nth-child(4),.fixedtable th:nth-child(5),.fixedtable th:nth-child(6){border-top: 1px solid #d3dbde;border-bottom: 1px solid #d3dbde;top: 0;height: 38px;line-height: 36px;}
.fixedtable td:nth-child(1),.fixedtable td:nth-child(2),.fixedtable td:nth-child(3),.fixedtable td:nth-child(4),.fixedtable td:nth-child(5),.fixedtable td:nth-child(6){background:#fff;vertical-align: middle;}
 .fixedtable th:nth-child(1),.fixedtable td:nth-child(1){width: 180px;position: absolute;left: 0;}
 .fixedtable th:nth-child(2),.fixedtable td:nth-child(2){width: 150px;position: absolute;left: 180px;}
 .fixedtable th:nth-child(3),.fixedtable td:nth-child(3){width: 120px;position: absolute;left:330px;}
 .fixedtable th:nth-child(4),.fixedtable td:nth-child(4){width: 180px;position: absolute;left:450px;}
 .fixedtable th:nth-child(5),.fixedtable td:nth-child(5) {width: 100px; position: absolute; left: 630px;}
 .fixedtable th:nth-child(6),.fixedtable td:nth-child(6) {width: 120px; position: absolute; left: 730px;}
.fixedtable {

}

.new_box .fixedtable th:nth-child(-n+5){border-top: 1px solid #d3dbde;border-bottom: 1px solid #d3dbde;top: 0;height: 38px;line-height: 36px;}
.new_box .fixedtable td:nth-child(-n+5){background:#fff;vertical-align: middle;}


 .new_box .fixedtable th:nth-child(1),.new_box .fixedtable td:nth-child(1){width: 175px;position: absolute;left: 0;}
 .new_box .fixedtable th:nth-child(2),.new_box .fixedtable td:nth-child(2){width: 100px;position: absolute;left: 175px;}
 .new_box .fixedtable th:nth-child(3), .new_box .fixedtable td:nth-child(3){width:250px;position: absolute;left: 275px;}
 .new_box .fixedtable th:nth-child(4), .new_box .fixedtable td:nth-child(4){width: 250px;position: absolute;left:525px;}
 .new_box  .fixedtable th:nth-child(5), .new_box .fixedtable td:nth-child(5){width: 150px;position: absolute;left:775px;}
 .new_box  .fixedtable th:nth-child(6), .new_box .fixedtable td:nth-child(6) {width: 325px; position: absolute; left: 925px;}
 .new_box  .fixedtable th:nth-child(7), .new_box .fixedtable td:nth-child(7) {position:static;}
 .new_box  .fixedtable th:nth-child(8), .new_box .fixedtable td:nth-child(8) {position:static;width: 200px;} 
 .new_box .fixed_tables{padding-left: 1150px;}
 .new_box  .fixedtable th:nth-child(7),.new_box  .fixedtable th:nth-child(8){border-top: none;border-bottom: none;}
.newtextarea {
    width: 200px;height: 60px;line-height: 20px;font-family:"Microsoft yahei"; text-indent: 4px;resize: none;
}


.pop_page{height: auto;width: auto;}
.pop_page .popContent{height:auto;}
.pop_page .popContent p.half_p{width: 471.5px;}

@media screen and (max-width: 1000px) {
       .pop_page .popContent p.half_p{width: 49%;}
}
@media screen and (min-width: 1200px) {
       .pop_page .popContent .half_p:nth-of-type(2n+1){width: 50%;}
}
@media screen and (min-width: 1400px) {
       .pop_page .popContent .half_p:nth-of-type(2n+1){width: 60%;}
}
@media screen and (min-width: 2250px) {
       .pop_page .popContent .half_p:nth-of-type(2n+1){width: 68%;}
}

#showbox {box-sizing: content-box;}

.new_back{margin: 20px auto;border: 1px solid #d1d1d1;padding: 15px;}
.new_back .text {display: inline-block;vertical-align: top;font: 16px/30px "microsoft yahei";color: #e00;font-weight: bold;width: 80px;text-align: right;}
.new_back .reson {display: inline-block;vertical-align: top;font: 14px/30px "microsoft yahei";color: #333;}
.box_center p {line-height: 25px;color: #0db55f;padding-left: 15px;} 
.box_center.red p {color: red;}

.uploadpop .file_input  button {font-size: 13.333px;}
.uploadpop  .ext_btn {vertical-align: top;}