@charset "utf-8";
i {
  font-style: normal;
  vertical-align: middle;
}
em {
  font-style: normal;
}
.underline {
  text-decoration: underline;
}
button,
input[type="button"] {
  display: inline-block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0 17px;
  cursor: pointer;
}
input[type="text"],
select {
  display: inline-block;
  border: 1px solid #dedede;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  height: 28px;
  padding: 2px 8px;
  width: 98.6%;
  border: 1px solid #dedede;
}
select {
  height: 30px;
  padding: 5px 10px;
  width: 100%;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="text"]:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  
  outline: 0;
  
}
input[type="email"]:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  
  outline: 0;
  
}
input[type="password"]:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border:0;
  outline: 0;
  
}
select:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;  
  outline: 0;
  
}
textarea:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;  
  outline: 0;
  
}
input[type="text"]::-ms-clear {
  display: none;
}
input[type="password"]::-ms-reveal {
  display: none;
}
input[type="button"]:focus,
button:focus {
  outline: none;
  border: none;
}
label {
  display: inline-block;
  max-width: 100%;
}
.ud_select {
  width: 50%;
  float: left;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.ud_select:after {
  clear: both;
}
.ud_select .select_name {
  width: 20%;
  float: left;
  text-align: right;
  margin-right: 10px;
  color: #666666;
}
.ud_select .select_div {
  width: 76%;
  float: left;
  position: relative;
}
.ud_select .select_div .Select {
  border: 1px solid #dedede;
  height: 26px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #999999;
  cursor: pointer;
}
.ud_select .select_div .Select .select_input {
  height: 26px;
  width: 97.3%;
  float: left;
}
.ud_select .select_div .Select a {
  float: left;
  height: 26px;
  width: 12px;
  text-align: center;
  color: #333333;
  position: absolute;
  top: 0;
  right: 10px;
}
.ud_select .select_div .Select a i {
  font-size: 10px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.ud_select .select_down {
  border: 1px solid #dedede;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  background: #ffffff;
  padding: 10px 0 0 0;
  box-shadow: 1px 1px 4px #8ac4f3;
  display: none;
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 0;
  width: 99.7%;
}
.ud_select .select_down li {
  padding: 0 20px;
  cursor: pointer;
}
.ud_select .list_select li {
  border-bottom: 1px dashed #eeeeee;
  cursor: pointer;
  color: #666666;
}
.ud_select .list_select li:hover {
  background: #f0f7fd;
}
.public-select {
  width: 100%;
}
.public-select .select_div {
  width: 100%;
}
.ud_select {
  margin-top: 10px;
}
.ud_select .list_select li {
  border-bottom: 1px dashed #eeeeee;
  cursor: pointer;
  color: #666666;
}
.ud_select .list_select li:hover {
  background: #f0f7fd;
}
.ud_select input[type="text"] {
  width: 73.2%;
}
.ud_select .select_down li {
  color: #2c94e9;
}
.ud_select .select_down .create {
  padding: 0 20px 0 20px;
  overflow: hidden;
}
.ud_select .select_down .create label {
  display: block;
  width: 100%;
}
.ud_select .select_down .create input {
  float: left;
  width: 80%;
  color: #999999;
  font-size: 14px;
  line-height: 28px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.ud_select .select_down .create button {
  height: 34px;
  float: right;
}
.ud_select .select_down .btm-operate {
  height: 30px;
  overflow: hidden;
  padding: 5px 20px;
  border-top: 1px solid #dedede;
}
.ud_select .select_down .btm-operate .set-up {
  float: left;
  text-align: center;
  height: 30px;
  width: 30px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #f7f7f7;
}
.ud_select .select_down .btm-operate .set-up i {
  font-size: 24px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  margin: 0;
  vertical-align: inherit;
  color: #aaaaaa;
}
.name-condition {
  float: left;
  display: block;
  width: 120px;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
}
.select_div_c {
  float: left;
  position: relative;
}
.select_div_c .Select-c {
  border: 1px solid #dedede;
  height: 26px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #999999;
  cursor: pointer;
}
.select_div_c .Select-c .select_input_c {
  height: 26px;
  width: 280px;
  float: left;
}
.select_div_c .Select-c a {
  float: left;
  height: 26px;
  width: 12px;
  text-align: center;
  color: #333333;
  position: absolute;
  top: 0;
  right: 10px;
}
.select_div_c .Select-c a i {
  font-size: 10px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.select_div_c .select_down_c {
  border: 1px solid #dedede;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  background: #ffffff;
  padding: 10px 0 0 0;
  box-shadow: 1px 1px 4px #8ac4f3;
  display: none;
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 0;
  width: 99.7%;
}
.select_div_c .select_down_c li {
  padding: 0 20px;
}
.select_div_c .select_down_c li a {
  color: #666666;
}
.select_div_c .select_down_c li span i {
  font-size: 14px;
  cursor: pointer;
}
.select_div_c .select_down_c li ul {
  display: none;
}
.btm-button {
  float: right;
}
.btm-button button {
  float: left;
  margin-right: 10px;
}
button.jh-gray-btn {
  border: 1px solid #cccccc;
  height: 30px;
  background: #eeeeee;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
}
button.jh-gray-btn i {
  color: #aaaaaa;
}
button.jh-gray-btn:hover {
  background: #e2e2e2;
}
button.main-btn {
/*   border: 1px solid #ff9920; */
  height: 30px;
/*   background: #ff9920; */
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
button.main-btn:hover {
/*   background: #ff8d06; */
}
button.warning-btn {
  border: 1px solid #cc0249;
  height: 30px;
  background: #cc0249;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
button.warning-btn:hover {
  background: #990237;
}
button.red-btn {
  border: 1px solid #ff0000;
  height: 30px;
  background: #ff0000;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
button.red-btn:hover {
  background: #ff0000;
}
button.blue-btn {
  border: 1px solid #2c94e9;
  height: 30px;
  background: #2c94e9;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
button.blue-btn:hover {
  background: #1888e4;
}
button.j-gray-btn {
  border: 1px solid #dedede;
  height: 30px;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #aaaaaa;
}
button.green-btn {
  border: 1px solid #00b285;
  height: 30px;
  background: #00b285;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
button.green-btn:hover {
  background: #00a57b;
}
.delete-btn-c {
  height: 40px;
  width: 40px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-align: center;
  background: #dedede;
  border: none;
  padding: 0;
}
.delete-btn-c i {
  color: #999999;
  vertical-align: inherit;
  margin: 0;
  font-size: 20px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.delete-btn-c:hover {
  background: #cccccc;
}
.increase-a {
  color: #2c94e9;
}
.increase-a i {
  margin-top: 5px;
}
.delete-a {
  color: #aaaaaa;
}
.delete-btn {
  height: 40px;
  width: 40px;
  margin-top: 10px;
  text-align: center;
  border: none;
  background: none;
}
.delete-btn i {
  font-size: 16px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #aaaaaa;
}
.batch-setting-btn {
  width: 115px;
  float: left;
  position: relative;
}
.batch-setting-btn button {
  line-height: 28px;
}
.batch-setting-btn button i {
  margin: 0 0 0 5px;
  font-size: 10px;
}
.batch-setting-btn ul {
  border: 1px solid #dedede;
  position: absolute;
  top: 32px;
  left: 0;
  width: 112px;
  display: none;
}
.batch-setting-btn li {
  width: 100% ;
  text-align: center;
  border-bottom: 1px dashed #dedede;
}
.batch-setting-btn li a {
  color: #666666;
}
.batch-setting-btn li:hover {
  background: #ff9920;
}
.batch-setting-btn li:hover a {
  color: #ffffff;
}
.quick_selection {
  height: 400px;
  padding: 10px;
  margin-top: 15px;
  background: #ffffff;
  border: 1px solid #dedede;
  box-shadow: 0 2px 2px 4px #dedede;
  -webkit-box-shadow: 0 0 4px #dedede;
  -moz-box-shadow: 0 2px 2px 4px #dedede;
}
.quick_selection .search-cont {
  height: 400px;
  background: #efefef;
  overflow: hidden;
}
.cc-tree-group {
  margin: 15px 0 0 30px;
  height: 360px;
  padding-bottom: 15px;
  width: 390px;
  background: #ffffff;
  overflow: hidden;
  float: left;
}
.cc-tree-group .search {
  width: 340px;
  margin: 15px auto 5px auto;
}
.cc-tree-group .search input {
  height: 28px;
  width: 270px;
  padding: 2px 8px;
  border: 1px solid #dedede;
  font-size: 14px;
  line-height: 28px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #999999;
  float: left;
}
.cc-tree-group .search .search-btn {
  display: inline-block;
  height: 32px;
  width: 50px;
  border: 1px solid #dedede;
  text-align: center;
  background: #eeeeee;
  float: left;
  color: #aaaaaa;
}
.cc-tree-group .search .search-btn i {
  font-size: 20px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.cc-tree-group .cc-tree-gcont {
  font-size: 14px;
  line-height: 36px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  height: 300px;
  overflow: auto;
}
.cc-tree-group .cc-tree-gcont::-webkit-scrollbar {
  width: 6px;
  background: #dedede;
}
.cc-tree-group .cc-tree-gcont::-webkit-scrollbar-track {
  width: 10px;
}
.cc-tree-group .cc-tree-gcont::-webkit-scrollbar-thumb {
  width: 6px;
  background: #aaaaaa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.cc-tree-group .cc-tree-gcont li {
  padding: 0 20px;
  height: 36px;
  border-bottom: 1px dashed #dedede;
  clear: both;
  cursor: pointer;
}
.cc-tree-group .cc-tree-gcont li i {
  font-size: 12px;
  line-height: 38px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  float: right;
}
.cc-tree-group .cc-tree-gcont .active {
  color: #2c94e9;
  background: #d0e7fa;
}
.textarea-text {
  border: 1px solid #dedede;
  color: #000000;
  font-size: 12px;
  line-height: 24px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
  width: 100%;
  outline: none;
}
.checkbox-Controls {
  display: block;
  height: 12px;
  width: 12px;
  border: 1px solid #aaaaaa;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.checkbox-Controls .checkbox {
  display: block;
  height: 12px;
  width: 12px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-Controls .multiple-choice {
  height: 12px;
  width: 12px;
}
.checkbox-Controls .multiple-choice i {
  font-size: 12px;
  line-height: 12px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  margin: 0;
  vertical-align: inherit;
  display: block;
  height: 12px;
  width: 12px;
  text-align: center;
}
.add-picture {
  height: 45px;
  width: 100px;
  background: #f0f7fd;
  border: 1px solid #8ac4f3;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.add-picture img {
  width: 100px;
  height: 45px;
}
.add-picture .add-picture-font {
  height: 100%;
  width: 100%;
  text-align: center;
  color: #2c94e9;
}
.add-picture .file {
  width: 100%;
  height: 100%;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: relative;
  left: 0;
  top: -100%;
  cursor: pointer;
}
.add-goods-picture {
  height: 116px;
  width: 137px;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  background: #f0f7fd;
  border: 1px solid #8ac4f3;
}
.add-goods-picture i {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 90px;
  line-height: 100%;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #8ac4f3;
  margin-top: 12px;
}
.add-goods-picture .file {
  width: 100%;
  height: 100%;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.add-goods-picture .name_pic {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #2c94e9;
  display: block;
  width: 100%;
  position: relative;
  background: #f0f7fd;
  top: -50px;
  border-top: 1px solid #8ac4f3;
  border-bottom: 1px solid #8ac4f3;
}
.add-goods-picture-s {
  background: #efefef;
  border: 1px solid #dedede;
}
.add-goods-picture-s i {
  color: #cccccc;
}
.add-goods-picture-s .name_pic {
  top: -15px;
  background: none;
  border: none;
  color: #666666;
}
.add-goods-picture-v {
  border: 1px dashed #8ac4f3;
}
.add-goods-picture-v i {
  margin-top: 0;
}
.add-goods-picture-v .name_pic {
  top: -10px;
  background: none;
  border: none;
}
.upload-attachment {
  height: 40px;
  width: 130px;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  background: #f0f7fd;
  border: 1px solid #8ac4f3;
  margin: 0 20px 0 10px;
  float: left;
}
.upload-attachment .file {
  width: 100%;
  height: 100%;
  display: block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.upload-attachment .attachment {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #2c94e9;
}
.upload-attachment .attachment i {
  font-size: 30px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #2c94e9;
}
.pa_operate em {
  font-size: 12px;
  line-height: 24px;
  font-family: "宋体", Arial, Helvetica, sans-serif;
  color: #aaaaaa;
  font-style: normal;
  clear: both;
  display: block;
}
.papers-img {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  float: left;
}
.papers-img i {
  display: block;
  font-size: 30px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.valid-period .time-interval {
  width: 8%;
  float: left;
}
.valid-period .start-time,
.valid-period .end-time {
  width: 43.5%;
  float: left;
  position: relative;
}
.valid-period .start-time input[type='text'],
.valid-period .end-time input[type='text'] {
  width: 87%;
  padding-right: 30px;
  background: none;
  position: relative;
  z-index: 2;
}
.valid-period .start-time .iconfont,
.valid-period .end-time .iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  font-size: 30px;
  color: #2c94e9;
}
.valid-period .seach_tim {
  width: 200px !important;
}
.valid-period .seach_tim input[type='text'] {
  width: 80%;
}
.interval-symbol {
  float: left;
  text-align: center;
  background: #f7f7f7;
  height: 32px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.trading-locations {
  width: 35%;
  float: left;
  position: relative;
}
.trading-locations input {
  padding-right: 30px;
  width: 90.5%;
}
.trading-locations .iconfont {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 24px;
  color: #2c94e9;
}
.position-tl {
  position: relative;
}
.locations-choose {
  position: absolute;
  top: 36px;
  left: 0;
}
.unit-text {
  float: left;
  position: relative;
}
.unit-text input[type="text"] {
  padding-right: 40px;
}
.unit-text em {
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 0;
  right: 10px;
  color: #999999;
}
.up_down_cont {
  position: absolute;
  top: 40px;
  right: 0;
  display: none;
}
.up_down_cont .up_down {
  display: block;
  background: #ffffff;
  padding: 10px 0;
  border: 1px solid #dedede;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 8px #0c4472;
  -moz-box-shadow: 0 0 8px #0c4472;
  -webkit-box-shadow: 0 0 8px #0c4472;
}
.up_down_cont .up_down li {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.goUp {
  height: 50px;
  width: 50px;
  text-align: center;
  color: #8ac4f3;
  position: fixed;
  right: 50px;
  bottom: 100px;
  cursor: pointer;
}
.goUp i {
  font-size: 45px;
}
.page-combination {
  float: right;
}
.page-combination .page-statistics {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  float: left;
  margin-right: 20px;
}
.page-combination .page-statistics strong {
  font-size: 16px;
  margin: 0 5px;
}
.page-combination .page-number {
  font-size: 14px;
  line-height: 28px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  margin-right: 10px;
  color: #666666;
  float: left;
  border: 1px solid #dedede;
  background: #f7f7f7;
  text-align: center;
  padding: 0 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
}
.page-combination .page-number span {
  color: #666666;
}
.page-combination .page-number span a {
  color: #666666;
}
.page-combination .page-number span i {
  font-size: 10px;
  margin: 0 0 0 5px;
}
.page-combination .page-number span ol {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #dedede;
  position: absolute;
  top: 30px;
  right: -2px;
  display: none;
  z-index: 21;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.page-combination .page-number span ol li {
  cursor: pointer;
}
.page-combination .page-number span ol li:hover {
  background: #f0f7fd;
}
.page-old{width:initial !important;}
.page {
  height: 30px;
  display: block;
  float: right;
}
.page button {
  height: 30px;
  width: 54px;
  float: left;
  border: none;
  background: #f7f7f7;
}
.page button i {
  font-size: 20px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #aaaaaa;
  text-align: center;
}
.page button:hover {
  background: #efefef;
}
.page .left-page {
  border: 1px solid #dedede;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
.page .right-page {
  border: 1px solid #dedede;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
}
.page .right-page i {
  font-size: 18px;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 0 10px;
  border-top: 1px solid #dedede;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #dedede;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid #dedede;
}
.table > tbody input {
  width: 100px;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 10px;
}
.table-bordered {
  border: 1px solid #dedede;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dedede;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.table-hover > tbody > tr:hover {
  background-color: #efefef;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dedede;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.total {
  background: #f7f7f7;
}
.pop-up-box {
/*   width: 660px; */
  margin: 0 auto;
  background: #ffffff;
}
.pop-up-box .pop-up-con {
  padding: 10px 20px;
}
.pop-up-box .pop-up-bottom {
  height: 50px;
  border-top: 1px solid #dedede;
}
.pop-up-box .pop-up-bottom button {
  float: right;
  margin: 10px;
}
.pop-up-box .add-property .property-name-text {
  width: 96.1%;
}
.pop-up-box .add-property .ud_select {
  width: 100%;
}
.pop-up-box .property_table {
  clear: both;
  padding: 10px 0;
}
.pop-up-box .ap-text-table {
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
}
.pop-up-box .ap-text-table th {
  background: #efefef;
  border-bottom: 1px solid #dedede;
  text-align: center;
}
.pop-up-box .ap-text-table td {
  text-align: center;
  padding: 0 10px;
  border-bottom: 1px solid #dedede;
}
.pop-up-box .ap-text-table td input {
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  padding: 0;
  text-align: center;
  height: 40px;
}
.pop-up-box .ap-text-table td a {
  display: inline-block;
  padding: 5px;
  float: right;
  text-align: center;
  margin-right: 5px;
}
.pop-up-box .ap-text-table td a i {
  font-size: 16px;
  margin: 0;
}
.pop-up-box .ap-text-table td .increase-a i {
  line-height: 48px;
}
.pop1 {
  width: 380px;
  background: #ffffff;
  border: 1px solid #dedede;
  box-shadow: 0 0 6px #333333;
  -moz-box-shadow: 0 0 6px #333333;
  -webkit-box-shadow: 0 0 6px #333333;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: fixed;
  z-index: 1001;
  left: 50%;
  margin-left: -190px;
  top: 50%;
  margin-top: -120px;
}
.pop1 .title {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  padding-left: 10px;
  border-bottom: 1px solid #dedede;
}
.pop1 .title ul {
  float: left;
}
.pop1 .title span {
  float: right;
}
.pop1 .title span a {
  color: #cccccc;
}
.pop1 .title span a i {
  font-size: 15px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.pop1 .title span .pop-close-btn {
  display: block;
  height: 40px;
  width: 40px;
  border: none;
  background: none;
  text-align: right;
}
.pop1 .con {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.pop1 .pop-up-bottom {
  height: 50px;
  text-align: center;
}
.pop1 .pop-up-bottom button {
  margin: 10px auto;
}
.choose-member {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  height: 34px;
}
.choose-member label {
  float: left;
}
.choose-member .input-div {
  float: left;
  width: 300px;
}
.choose-member .input-div input[type="text"] {
  width: 282px;
  padding: 2px 8px;
}
.choose-member .choose-btn {
  float: left;
  height: 34px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.choose-member-list {
  font-size: 14px;
  line-height: 36px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.choose-member-list .table th {
  background: #f0f7fd;
  border-bottom: 1px solid #d0e7fa;
  text-align: center;
}
.choose-member-list .table td {
  text-align: center;
}
.choose-member-list .table td .checkbox-Controls {
  margin: 0 auto;
}
