@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 #067242;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #067242;
  -webkit-box-shadow: 0 0 4px 0 #067242;
  box-shadow: 0 0 4px 0 #067242;
}
input[type="email"]:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #C7171E;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #C7171E;
  -webkit-box-shadow: 0 0 4px 0 #C7171E;
  box-shadow: 0 0 4px 0 #C7171E;
}
input[type="password"]:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #C7171E;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #C7171E;
  -webkit-box-shadow: 0 0 4px 0 #C7171E;
  box-shadow: 0 0 4px 0 #C7171E;
}
select:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #C7171E;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #C7171E;
  -webkit-box-shadow: 0 0 4px 0 #C7171E;
  box-shadow: 0 0 4px 0 #C7171E;
}
textarea:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #C7171E;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #C7171E;
  -webkit-box-shadow: 0 0 4px 0 #C7171E;
  box-shadow: 0 0 4px 0 #C7171E;
}
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: #C7171E;
}
.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 #067242;
  height: 30px;
  background: #067242;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
button.main-btn:hover {
  background: #067242;
}
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 #C7171E;
  height: 30px;
  background: #C7171E;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
button.blue-btn:hover {
  background: #C7171E;
}
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: #C7171E;
}
.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: #C7171E;
}
.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: #C7171E;
  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: #C7171E;
}
.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: #C7171E;
  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: #C7171E;
}
.upload-attachment .attachment i {
  font-size: 30px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #C7171E;
}
.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: #C7171E;
}
.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: #C7171E;
}
.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;
}
.centered:before,
.centered:after {
  content: " ";
  display: table;
}
.centered:after {
  clear: both;
}
.central-left {
  width: 10%;
  float: left;
  Qheight: 100%;
  min-height: 600px;
  min-width: 160px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.central-right {
  width: 89.0625%;
  min-width: 1105px;
  float: right;
  border: 1px solid #eeeeee;
  height: auto;
  background: #ffffff;
  min-height: 600px;
}
@media screen and (max-width: 1550px) {
  .central-right {
    width: 88.5%;
  }
}
@media screen and (max-width: 1500px) {
  .central-right {
    width: 88.2%;
  }
}
@media screen and (max-width: 1450px) {
  .central-right {
    width: 87.5%;
  }
}
@media screen and (max-width: 1400px) {
  .central-right {
    width: 87.2%;
  }
}
@media screen and (max-width: 1350px) {
  .central-right {
    width: 86.5%;
  }
}
@media screen and (max-width: 1300px) {
  .central-right {
    width: 86.2%;
  }
}
.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;
}
/*登录开始*/
._3001_12_login_content {
  height: 600px;
  width: 100%;
  border-top: 0px solid #dedede;
}
._3001_12_login_content ._3001_12_login_con {
  width: 1200px;
  margin: 0 auto;
}
._3001_12_login_content ._3001_12_login_con_all {
  width: 600px;
  padding: 10px;
  min-height: 350px;
  float: right;
  margin-top: 100px;
  position: relative;
}
._3001_12_login_content ._3001_12_txt {
  position: absolute;
  right: 700px;
  top: 140px;
  width: 450px;
}
._3001_12_login_content ._3001_12_txt p {
  font-size: 42px;
  z-index: 999;
  color: #ffffff;
}
._3001_12_login_content ._3001_12_login_nav {
  width: 200px;
  float: left;
}
._3001_12_login_content ._3001_12_login_nav li {
  display: block;
  height:62px;
  line-height: 62px;
  background-color: #f2f2f2;
  padding-left: 10px;
  color: #067242;
  font-size: 16px;
  border-bottom: 1px #dddddd solid;
  cursor: pointer;
}
._3001_12_login_content ._3001_12_login_nav li b {
  font-size: 24px;
  font-weight: 800;
  vertical-align: middle;
}
._3001_12_login_content ._3001_12_login_nav li:nth-child(6) {
  border: 0;
}
._3001_12_login_content ._3001_12_login_nav li:hover {
  background-color: #067242;
  color: #ffffff;
  background-image: url(../img/login/bg_jiao.png);
  background-position: right center;
  background-repeat: no-repeat;
}
._3001_12_login_content ._3001_12_login_nav .tab {
  background-color: #067242;
  color: #ffffff;
  background-image: url(../img/login/bg_jiao.png);
  background-position: right center;
  background-repeat: no-repeat;
}
._3001_12_login_content ._3001_12_login_text {
  background-color: #ffffff;
  width: 360px;
  height: 400px;
  padding: 20px;
  float: right;
}
._3001_12_login_content ._3001_12_lg_title {
  height: 40px;
  border-bottom: 1px solid #dedede;
}
._3001_12_login_content ._3001_12_lg_title ul {
  height: 40px;
}
._3001_12_login_content ._3001_12_lg_title li {
  float: left;
  font-size: 24px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #666666;
  cursor: pointer;
  width: 120px;
  text-align: center;
}
._3001_12_login_content ._3001_12_lg_title .tab {
  font-weight: bold;
  border-bottom: 2px solid #067242;
}
._3001_12_login_content ._3001_12_lg_title #a3 {
  position: absolute;
  bottom: 7px;
  right: -31px;
  font-weight: normal !important;
  color: #C7171E;
  border: none;
}
._3001_12_login_content ._3001_12_lg_title #a3 i {
  font-size: 60px;
}
._3001_12_login_content ._3001_12_lg_con {
  padding: 10px;
}
._3001_12_login_content ._3001_12_lg_con li {
  clear: both;
  margin: 15px 0;
}
._3001_12_login_content ._3001_12_lg_con li label .iconfont {
  font-size: 18px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  margin-right: 0;
  background: #efefef;
  color: #aaaaaa;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  border: 1px solid #dedede;
  float: left;
  border-right: none;
}
._3001_12_login_content ._3001_12_lg_con li label input {
  float: left;
  width: 270px;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  height: 36px;
}
._3001_12_login_content ._3001_12_lg_con li label input[type="password"] {
  border: 1px solid #dedede;
  font-size: 14px;
  line-height: 36px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  height: 36px;
  display: block;
}
._3001_12_login_content ._3001_12_lg_con li label input[type="password"]:focus {
  transition: all 1s;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s;
  border: 1px solid #C7171E;
  outline: 0;
  -moz-box-shadow: 0 0 4px 0 #C7171E;
  -webkit-box-shadow: 0 0 4px 0 #C7171E;
  box-shadow: 0 0 4px 0 #C7171E;
}
._3001_12_login_content ._3001_12_lg_con li .main-btn {
  width: 330px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
._3001_12_login_content ._3001_12_lg_con ._3001_12_verification_code input {
  width: 200px;
}
._3001_12_login_content ._3001_12_lg_con ._3001_12_verification_code span {
  height: 42px;
  width: 100px;
  cursor: pointer;
  display:inline-block;
  margin-left:11px;
}
._3001_12_login_content ._3001_12_lg_con ._3001_12_verification_code span img { width:100%; height:100%;}
._3001_12_zc_jm {
  height: 30px;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_12_zc_jm ._3001_12_zc_numb {
  float: right;
}
._3001_12_zc_jm ._3001_12_zc_numb a {
  color: #666666;
  padding: 0 5px;
}
._3001_12_zc_jm ._3001_12_zc_numb a font {
  color: #C7171E;
}
._3001_12_error_message {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #ff0000;
  text-align: center;
  padding-top: 20px;
}
._3001_12_key_login ._3001_12_icon_key {
  padding: 0px;
  text-align: center;
}
._3001_12_key_login ._3001_12_icon_key i {
  font-size: 130px;
  line-height: 220px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #C7171E;
}
._3001_12_key_login p {
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  text-align: center;
}
._3001_12_key_login p a {
  color: #C7171E;
}
._3001_12_ewm_login {
  text-align: center;
}
._3001_12_ewm_login ._3001_12_ewm {
  margin-top: 50px;
}
._3001_12_ewm_login p {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
._3001_12_footer_login {
  font-size: 13px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  text-align: center;
  border-top: 0px solid #dedede;
  padding: 10px 0;
  color: #666666;
}
._3001_12_footer_login span {
  margin: 0 20px;
}
._3001_12_foot-nav {
  font-size: 13px;
  line-height: 14px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  clear: both;
  display: inline-block;
}
._3001_12_foot-nav a {
  float: left;
  padding: 0 15px;
  height: 14px;
  border-right: 1px solid #dedede;
  color: #666666;
}
/*登录结束*/
.register-text {
  width: 900px;
  margin: auto;
  clear: both;
}
/*step*/
.step {
  margin: 0 auto;
  display: block;
  height: 60px;
  width: 900px;
}
.step li {
  position: relative;
  text-align: center;
}
.step .line_bg {
  height: 3px;
  background: #d9eaf3;
  display: inline-block;
  width: 50%;
  top: 13px;
  position: absolute;
  z-index: 1;
}
.step .lbg-l {
  left: 0;
}
.step .lbg-r {
  right: 0;
}
.step .num {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 54px;
  height: 30px;
  text-align: center;
  display: inline-block;
}
.step .num em,
.num i {
  width: 24px;
  height: 24px;
  display: inline-block;
  left: 15px;
  top: 2px;
  position: absolute;
}
.step .num em {
  background: #d9eaf3;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 2;
}
.step .num i {
  z-index: 3;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  top: 4px;
}
.step .lbg-txt {
  position: relative;
  color: #b6c6ce;
  font-size: 13px;
}
.step .on .lbg-txt {
  color: #1a97d7;
}
.step .on .line_bg,
.step .on .num em {
  background: #1a97d7;
}
.register-text {
  width: 1000px;
  margin: 20px auto;
  padding: 20px;
}
.register-text .buzhou {
  width: 1000px;
  margin: auto;
  clear: both;
}
.register-text .register {
  width: 100%;
  border-top: 1px solid #C7171E;
}
.register-text h1 {
  text-align: center;
  font-size: 28px;
  font-family: "Microsoft Yahei", Arial;
  line-height: 260%;
}
.register-text .tit {
  text-align: center;
  font-size: 12px;
  font-family: "Microsoft Yahei", Arial;
  line-height: 260%;
  color: #aaaaaa;
}
.register-text ul {
  margin-left: 200px;
}
.register-text ul li {
  clear: both;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  margin: 20px 0;
}
.register-text ul li label {
  float: left;
  width: 120px;
  text-align: right;
  margin-right: 8px;
}
.register-text ul li input {
  float: left;
  width: 350px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.register-text ul li em {
  font-size: 14px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #ff0000;
  font-style: normal;
}
.register-text ul #Verification-p {
  display: none;
}
.register-text ul #Verification-p input {
  width: 220px;
}
.register-text ul #Verification-p .jh-gray-btn {
  height: 42px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-left: 18px;
}
.register-text ul #drag {
  width: 368px;
  height: 40px;
  border: 1px solid #dedede;
  background: #efefef;
  float: left;
  text-align: center;
  position: relative;
}
.register-text ul #drag .handler {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 38px;
  border: 1px solid #dedede;
  cursor: move;
}
.register-text ul #drag .drag_bg {
  background-color: #7ac23c;
  height: 40px;
  width: 0;
}
.register-text ul #drag .drag_text {
  position: absolute;
  top: 0px;
  width: 368px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
}
.register-text ul .handler_ok_bg {
  background: url("../img/login/hd-dh.png") no-repeat center #ffffff;
}
.register-text ul .handler_bg {
  background: url("../img/login/hd-jt.png") no-repeat center #ffffff;
}
.protocol-choose {
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  margin-left: 300px;
}
.protocol-choose .checkbox-Controls {
  float: left;
  margin-top: 9px;
  margin-right: 5px;
  margin-left: 126px;
}
.protocol-choose label {
  float: left;
}
.next-btn {
  margin-left: 200px;
}
.next-btn button {
  width: 368px;
  margin-left: 126px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 18px;
  line-height: 40px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  height: 40px;
}
.registration-success {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.registration-success .iconfont {
  font-size: 90px;
  line-height: 90px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
  color: #00b285;
  vertical-align: inherit;
}
.registration-success span {
  margin-top: 30px;
}
.registration-success span em {
  font-style: normal;
  color: #C7171E;
  margin: 0 10px;
}
._3001_12_login-welcome {font-size:29px; font-family:microsoft yahei; display:inline-block;vertical-align:middle;}
