input
{
  overflow: hidden;
  resize: none;
  outline: 0;
}
input.doc-tag{ width: 100%; line-height: 40px; border: 1px solid #FFF;
overflow: hidden;
resize: none;
outline: 0;
margin-top: 15px;
}
textarea{
    border: 1px solid #FFF;
    overflow: hidden;
    resize: none;
    outline: 0;
}
div.myTag{ font-size: 13px; color: #969696;}

#tag-box{
  margin-top: 10px;
  border-radius: 0px;
}

#tag-box .dropdown {

}

.save-btns-wrap{
 background: #FFF;
 padding: 1em;
 border: 1px solid #ddd;
 margin-top: 10px;
}

.cate-box{
  background: #FFF;
  padding: 10px 10px;
  padding-bottom: 0px;
  margin: 0 auto;
  border: 1px solid #ddd;
  margin-top:10px;

}

.cate-box a{

 float: left; margin-right: 10px;
 font-size: 13px;

 display: block; padding: 2px 20px;
}
.cate-box a{ background: none; color: #000; border: 1px solid #ddd; margin-bottom: 10px; border-radius:3px; font-family: "微软雅黑"}
.cate-box a:hover{border: 1px solid #3278d2}
.cate-box a.active{ background: #3278d2; color: #fff;border: 1px solid #3278d2}
.cate-box h3 {color: #000; font-size: 14px; padding-top: 6px; padding-bottom: 8px;display: block; clear: both;
  font-family: "微软雅黑";
  text-align: left;
  font-weight: 300;
  margin:0 15px
 }

.cate-box h3 span{ float:right; color: #666;font-size: 13px;}

.cate-box .line{ border-top: 1px dotted #ccc ;clear: both;overflow: hidden; margin-bottom: 10px; padding-top: 10px;margin:0 15px}
.error {
 border: 1px solid red;
}
#stock-box .label {
   border-radius: 0px;
}
/*@media (min-width: 1400px) and (max-width: 2080px) {
#tags{
position: absolute; width: 300px;
right: -309px;
top:-10px;

}
}
这里先暂时放弃有个滚动条来回跳的问题*/
#stock-box .label{ border: 1px solid #ddd!important; background: none!important; font-size: 14px!important;
box-shadow: none !important; border-radius: 3px;
font-family: "微软雅黑"; font-weight: 500;}
.cl{ clear: both; height: 1px; overflow: hidden}
.simditor-body{ min-height: 300px!important;}
body{overflow-x: none!important}
.simditor-toolbar{ width: 699px!important;}
.doc-title{box-sizing: content-box}
#glh-submit{
 border:1px solid #3278d2;
 background: #3278d2;
 color: #fff
}

#glh-submit-modify{
border:1px solid #3278d2;
background: #3278d2;
color: #fff
}
.item.stocks{ font-family: "微软雅黑"}


#priceList {
  width:100%;
  background: #FFF;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 10px;
}
#priceList h3 {
  font-size: 15px;
  margin-bottom:10px;
}
#priceList .radio-label{
  width:50px;
  height:33px;
  border: 1px solid #dbdbdb;
  color: #363636;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  background:#fff;
  text-align: center;
  line-height: 33px;
  display: inline-block;
  border-radius: 3px;
  margin-right:10px;
}

#priceList .radio-input {
  width: 100%;
  height: 100%;
  display: none;
}
#priceList .radio-label.checked  {
  background: #3278d2;
  color: #fff
}

