/*common*/
input:focus{outline: none;}
html { height: 100%;}
.none { display: none;}
body {  height: 100%; box-sizing: border-box; color: #666; font-size: 14px; font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",Roboto,Helvetica,Tahoma,Arial;}
a { color: #666;}
a:visited{text-decoration: none;}
a:link{text-decoration: none;}
a:active{text-decoration: none;}
a:hover{text-decoration: none;}
img { border: 0 none; width: auto\9; height: auto; max-width: 100%; vertical-align: middle; -ms-intertipolation-mode: bicubic;}
.textHidden{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;padding-left: 0;}
/*公共部分*/
input{border:none;vertical-align: top;}
.lf{float:left;}
.fr{float:right;}

body{width:100%;}
em{font-style:normal;}
label{font-weight: normal;}
/*tip*/
.tip-box{padding:15px;background:rgba(101,107,111,.9);color:#fff;font-size:14px;position:fixed;top:50%;left:50%;border-radius: 5px;z-index: 999;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;display: none;}


/*采购清单*/
.myList{margin-right:15px;border:1px solid #E0E0E0;height:36px;line-height:36px;margin-top:26px;}
.myList span{display:inline-block;height:30px;line-height:30px;margin-top:3px;padding:0px 8px;}
.myList span img{margin-right:5px;}
.myList em{color:#D13A28;margin-right:5px;}
.myList em b{font-weight: normal;}


.act{display:inline-block;margin-left:15px;border: 1px solid #CCCCCC;height:38px;line-height: 38px;}
.act em{-moz-user-select:none;display:inline-block;width:36px;height:36px;text-align: center;line-height:36px;font-size:20px;}
.act em:hover{cursor:pointer;color:#D13A28;}
.act input{width:50px;text-align:center;height:34px;line-height:34px;}


.right-arrow{display:inline-block;width:0;height:0;border:5px solid transparent;border-left-color:#666;}