@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 {
  background: #ffffff;
  display: inline-block;
  border: 1px solid #dedede;
}
textarea {
  outline: none;
  resize: none;
}
input[type="text"],
input[type="email"],
textarea,
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;
  border: 1px solid #2c94e9;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #2c94e9;
  -webkit-box-shadow: 0 0 4px 0 #2c94e9;
  box-shadow: 0 0 4px 0 #2c94e9;
}
input[type="email"]:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #2c94e9;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #2c94e9;
  -webkit-box-shadow: 0 0 4px 0 #2c94e9;
  box-shadow: 0 0 4px 0 #2c94e9;
}
input[type="password"]:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #2c94e9;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #2c94e9;
  -webkit-box-shadow: 0 0 4px 0 #2c94e9;
  box-shadow: 0 0 4px 0 #2c94e9;
}
select:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #2c94e9;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #2c94e9;
  -webkit-box-shadow: 0 0 4px 0 #2c94e9;
  box-shadow: 0 0 4px 0 #2c94e9;
}
textarea:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #2c94e9;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #2c94e9;
  -webkit-box-shadow: 0 0 4px 0 #2c94e9;
  box-shadow: 0 0 4px 0 #2c94e9;
}
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;
  background: #ffffff;
}
.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;
}
.container {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.centered {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  min-width: 1280px;
}
.central-left {
  width: 12%;
  float: left;
  border: 1px solid #eeeeee;
  height: 100%;
  min-height: 800px;
  background: #ffffff;
}
.central-right {
  width: 87.25%;
  float: right;
  border: 1px solid #eeeeee;
  height: auto;
  background: #ffffff;
  min-height: 800px;
}
.iconfont {
  margin-right: 5px;
}
.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;
  width: 65px;
  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 {
  height: 30px;
  width: 110px;
  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;
}
/*头部信息开始*/
body{background:#fff;}
._3001_header {
  width: 100%;
  background: #efefef;
  font-size: 12px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  height: 30px;
  border-bottom: 1px solid #dedede;
}
._3001_header .container:before,
._3001_header .container:after {
  content: " ";
  display: table;
}
._3001_header .container:after {
  clear: both;
}
._3001_header .container ._3001_header_left_wellcome {
  float: left;
}
._3001_header .container ._3001_header_left_wellcome a {
  color: #2c94e9;
  padding: 0 5px;
}
._3001_header .container ._3001_header_right_operating {
  float: right;
}
._3001_header .container ._3001_header_right_operating ul:before,
._3001_header .container ._3001_header_right_operating ul:after {
  content: " ";
  display: table;
}
._3001_header .container ._3001_header_right_operating ul:after {
  clear: both;
}
._3001_header .container ._3001_header_right_operating ul li {
  display: inline-block;
  height: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
._3001_header .container ._3001_header_right_operating ul li a {
  color: #666666;
  padding: 0 5px;
}
._3001_header .container ._3001_header_right_operating ul li a em {
  margin-left: 4px;
  color: #ff0000;
}
._3001_header .container ._3001_header_right_operating ul li a .icon-zhankai {
  font-size: 12px;
  margin-left: 5px;
  margin-right: 0;
}
._3001_header .container ._3001_header_right_operating ul li a .icon-shang {
  font-size: 12px;
  margin-left: 5px;
  margin-right: 0;
}
._3001_header .container ._3001_header_right_operating ul li ._3001_my_platform {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-top: none;
  background: #ffffff;
  position: absolute;
  top: 29px;
  left: -1px;
  z-index: 1;
}
._3001_header .container ._3001_header_right_operating ul li ._3001_my_platform a {
  display: block;
  width: 150px;
}
._3001_header .container ._3001_header_right_operating ul ._3001_my_ds_platform {
  border: 1px solid #efefef;
}
/*头部信息结束*/
/*logo/nav开始*/
._3001_logo_nav{border-bottom:1px solid #cc3333;background:#fff;}
._3001_logo_nav .container {
  /*商品导航开始*/
  /*商品导航结束*/
}
._3001_logo_nav .container:before,
._3001_logo_nav .container:after {
  content: " ";
  display: table;
}
._3001_logo_nav .container:after {
  clear: both;
}
._3001_logo_nav .container ._3001_logo:before,
._3001_logo_nav .container ._3001_logo:after {
  content: " ";
  display: table;
}
._3001_logo_nav .container ._3001_logo:after {
  clear: both;
}
._3001_logo_nav .container ._3001_logo ._3001_logo_img {
  float: left;
  height: 58px;
  margin-top: 10px;
}
._3001_logo_nav .container ._3001_logo ._3001_logo_img img {
  height: 58px;
}
._3001_logo_nav .container ._3001_logo ._3001_search_operation_release {
  float: right;
}
._3001_logo_nav .container ._3001_logo ._3001_search {
  float: left;
  width: 446px;
  margin-top: 20px;
  margin-left: 60px;
}
._3001_logo_nav .container ._3001_logo ._3001_search ._3001_search_text {
  float: left;
  width: 366px;
}
._3001_logo_nav .container ._3001_logo ._3001_search ._3001_search_text input[type="text"] {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cc3333;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  outline: none;
  padding: 5px 5px 5px 10px;
  color: #666666;
}
._3001_logo_nav .container ._3001_logo ._3001_search ._3001_search_btn {
  float: left;
  width: 80px;
  height: 40px;
  color: #ffffff;
  background: #cc3333;
  font-size: 18px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  border: 1px solid #cc3333;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
._3001_logo_nav .container ._3001_logo ._3001_operation_release {
  float: left;
  margin-top: 20px;
}
._3001_logo_nav .container ._3001_logo ._3001_operation_release button {
  display: block;
  height: 40px;
  width: 120px;
  padding: 0;
  text-align: center;
  border: 1px solid #cc3333;
  font-size: 16px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  background: #ffffff;
  float: left;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-left: 30px;
}
._3001_logo_nav .container ._3001_logo ._3001_operation_release button .iconfont {
  color: #cc3333;
  font-size: 26px;
  position: relative;
}
._3001_logo_nav .container ._3001_nav_all_goods {
  margin-top: 10px;
  position: relative;
  padding-left: 200px;
}
._3001_logo_nav .container ._3001_nav_all_goods:before,
._3001_logo_nav .container ._3001_nav_all_goods:after {
  content: " ";
  display: table;
}
._3001_logo_nav .container ._3001_nav_all_goods:after {
  clear: both;
}
._3001_logo_nav .container ._3001_goods_nav {
  float: left;
  width: 200px;
  height: 480px;
  background: #cc3333;
  font-size: 12px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  position: relative;
  color: #ffffff;
}
._3001_logo_nav .container ._3001_goods_nav li {
  height: 74px;
}
._3001_logo_nav .container ._3001_goods_nav li h1 {
  font-size: 16px;
  line-height: 34px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  padding: 0 10px;
}
._3001_logo_nav .container ._3001_goods_nav li h1 i {
  color: #ff6666;
}
._3001_logo_nav .container ._3001_goods_nav li p {
  padding: 0 10px;
  font-size: 12px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_logo_nav .container ._3001_goods_nav li p a {
  margin: 0 5px;
  color: #ffffff;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort {
  display: none ;
  position: absolute;
  width: 1000px;
  background: #ffffff;
  top: 0;
  left: 200px;
  height: 480px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0 15px 15px;
  overflow-y: auto;
  z-index: 999;
  -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort:before,
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort:after {
  content: " ";
  display: table;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort:after {
  clear: both;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_sort {
  width: 580px;
  height: 450px;
  padding-right: 20px;
  float: left;
  border-right: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_sort h2 {
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666666;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_sort ._3001_goods_sort_zl:before,
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_sort ._3001_goods_sort_zl:after {
  content: " ";
  display: table;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_sort ._3001_goods_sort_zl:after {
  clear: both;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_sort ._3001_goods_sort_zl a {
  color: #666666;
  margin: 0 10px;
  float: left;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_sort ._3001_goods_sort_zl a:hover {
  color: #cc3333;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_nav_brand {
  float: left;
  width: 400px;
  height: 450px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_nav_brand:before,
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_nav_brand:after {
  content: " ";
  display: table;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_nav_brand:after {
  clear: both;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_nav_brand a {
  float: left;
  width: 165px;
  height: 60px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0 10px 20px;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_nav_brand a img {
  display: block;
  height: 60px;
  width: 165px;
}
._3001_logo_nav .container ._3001_goods_nav li ._3001_goods_nav_sort ._3001_goods_nav_brand a span {
  font-size: 12px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  display: block;
  color: #666666;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
._3001_logo_nav .container ._3001_goods_nav .active {
  background: #ffffff;
  color: #666666;
}
._3001_logo_nav .container ._3001_goods_nav .active p a {
  color: #666666;
}
._3001_logo_nav .container ._3001_goods_nav ._3001_goods_nav_more {
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  text-align: center;
  border-top: 1px solid #ff6666;
}
._3001_logo_nav .container ._3001_goods_nav ._3001_goods_nav_more a {
  color: #ffffff;
}
._3001_logo_nav .container ._3001_all_goods_nav {
  width: 200px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
._3001_logo_nav .container ._3001_all_goods_nav ._3001_all_goods_name {
  background: #cc3333;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  text-align: center;
  height: 40px;
  width: 200px;
}
._3001_logo_nav .container ._3001_all_goods_nav ._3001_all_goods_name a{
  color: #ffffff;
}
._3001_logo_nav .container ._3001_web_nav {
  float: left;
  font-size: 16px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_logo_nav .container ._3001_web_nav li {
  float: left;
  height: 40px;
  padding: 0 20px;
  position: relative;
}
._3001_logo_nav .container ._3001_web_nav li a {
  color: #666666;
}
._3001_logo_nav .container ._3001_web_nav li a:hover {
  color: #cc3333;
}
._3001_logo_nav .container ._3001_web_nav li a .iconfont {
  position: absolute;
  top: -5px;
  right: -15px;
  font-size: 26px;
  color: #cc3333;
}
._3001_logo_nav .container ._3001_web_nav li ul {
  display: none;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 800;
  border: 1px solid #dedede;
  border-top: 2px solid #cc3333;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
._3001_logo_nav .container ._3001_web_nav li ul li {
  float: none;
  text-align: center;
}
._3001_logo_nav .container ._3001_web_nav li ul li a {
  color: #666666;
}
._3001_logo_nav .container ._3001_web_nav li:hover ul {
  display: block;
}
._3001_logo_nav .container ._3001_web_nav .active a {
  color: #cc3333;
}
/*logo/nav结束*/
/*footer开始*/
._3001_foot_icont{width:100%;background:#fff;padding:10px 0;margin-top:10px;}
._3001_foot{background:#fff;}
._3001_foot ._3001_index_storey{margin-top:0;}
._3001_footer {
  width: 100%;
  border-top: 1px solid #cc3333;
  padding-bottom: 10px;
}
._3001_footer ._3001_flink {
  font-size: 12px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
}
._3001_footer ._3001_flink:before,
._3001_footer ._3001_flink:after {
  content: " ";
  display: table;
}
._3001_footer ._3001_flink:after {
  clear: both;
}
._3001_footer ._3001_flink span {
  float: left;
  color: #000000;
}
._3001_footer ._3001_flink a {
  float: left;
  margin-right: 15px;
  color: #666666;
}
._3001_footer ._3001_flink a:hover {
  color: #000000;
}
._3001_footer p {
  font-size: 12px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  text-align: center;
}
._3001_footer p a {
  color: #666666;
}
._3001_footer p a img {
  vertical-align: middle;
  margin: 0 5px;
}
/*footer结束*/
/*分页开始*/
._3001_page_box {
  text-align: center;
}
.pages {
  display: inline-block;
  margin: 20px 0;
  overflow: hidden;
  clear: both;
}
.pages #Pagination {
  float: left;
  overflow: hidden;
}
.pages #Pagination .pagination {
  height: 40px;
  text-align: right;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
  float: left;
  display: inline;
  padding: 0 16px;
  border: 1px solid #efefef;
  border-right: none;
  background: #ffffff;
  color: #666666;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.pages #Pagination .pagination .current {
  background: #ff8400;
  color: #ffffff;
}
.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
  float: left;
  padding: 0 16px;
  border: 1px solid #efefef;
  background: #ffffff;
  color: #666666;
  cursor: pointer;
}
.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i {
  display: inline-block;
  width: 4px;
  height: 11px;
  margin-right: 5px;
  background: url(../img/icon.fw.png) no-repeat;
}
.pages #Pagination .pagination .prev {
  border-right: none;
}
.pages #Pagination .pagination .prev i {
  background-position: -144px -4px;
  *background-position: -144px -4px;
}
.pages #Pagination .pagination .next i {
  background-position: -156px -4px;
  *background-position: -156px -4px;
}
.pages #Pagination .pagination .pagination-break {
  padding: 0 5px;
  border: none;
  border-left: 1px solid #efefef;
  background: none;
  cursor: default;
}
.pages .searchPage {
  float: left;
}
.pages .searchPage .page-sum {
  padding: 0 16px;
  color: #999999;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.pages .searchPage .page-go {
  color: #999999;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  padding: 10px 0;
}
.pages .searchPage .page-go input {
  width: 21px;
  height: 20px;
  margin: 0 5px;
  padding-left: 5px;
  border: 1px solid #efefef;
}
.pages .searchPage .page-btn {
  margin: 9px 0 5px 5px;
  padding: 2px 10px;
  background: #ffffff;
  border-radius: 2px;
  color: #333333;
  font-size: 12px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  text-decoration: none;
  border: 1px solid #efefef;
}
.pages .searchPage .page-btn :hover {
  border: 1px solid #ff8400;
  color: #ff8400;
}
/*分页结束*/
#portal_content{background:#fff;}
