@charset "UTF-8";
.alert-warn {
  position: absolute;
  left: 0;
  top: -42px;
  width: 100%;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
  background: rgba(250, 167, 5, 0.9);
  background: #faa705;
  filter: alpha(opacity=90);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.alert-warn:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.alert-warn .txt-know {
  float: right;
  margin-right: 20px;
  color: #dfdcd9;
  text-decoration: underline;
  cursor: pointer;
}

.other-option i,
.error-content .icon-error {
  background: url(../images/bg.png) no-repeat center;
}

.login-skin .signin-box-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  margin-top: 0;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}

.login-skin .form-box {
  width: 342px;
  min-height: 430px;
  max-height: 500px;
  margin-top: 170px;
}

.login-skin .form-box .logo {
  margin: 0 auto;
  margin-top: 20px;
  font-family: Microsoft Yahei, sans-serif;
  font-size: 20px;
  color: #7b7b7b;
}

.login-skin .form-box .logo img {
  width: 214px;
  height: 55px;
  margin-bottom: 15px;
}

.login-skin .form-box .logo span {
  display: block;
}

.login-skin .form-box form {
  padding: 10px 25px;
}

.login-skin .form-box .form-group .glyphicon-user,
.login-skin .form-box .form-group .glyphicon-lock {
  position: absolute;
  top: 14px;
  left: 10px;
  font-size: 16px;
  color: #adadad;
}

.login-skin .form-box .form-group .focus-color {
  color: #0fd0a4;
}

.login-skin .form-box .form-group .form-control-feedback {
  line-height: 23px;
}

.login-skin .form-box .login-content {
  position: relative;
  z-index: 5;
}

.login-skin .form-box .login-content .form-control-feedback {
  line-height: 40px;
}

.login-skin .form-box .footer {
  margin: 20px 0;
}

.login-skin .form-box .footer button {
  background: #2f8ee4 !important;
}

.login-skin .form-box .footer a {
  font-family: "微软雅黑", sans-serif;
  color: #2f8ee4;
}

.login-skin .auto-change-verify-handle {
  position: absolute;
  top: 1px;
  right: 2px;
  display: inline-block;
  text-align: right;
  cursor: pointer;
  border-left: 1px solid #eeeeee;
}

.login-skin .auto-change-verify-handle i {
  font-size: 16px;
  color: #0fd0a4;
  cursor: pointer;
}

.login-skin .other-option {
  width: 342px;
  padding: 0 11px;
  margin: 50px auto 0;
}

.login-skin .other-option a {
  display: inline-block;
  width: 60px;
  margin-right: 65px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 2px #666666;
}

.login-skin .other-option a:last-child {
  margin-right: 0;
}

.login-skin .other-option span {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 5px;
  background-color: #0fd0a4;
  border-radius: 50%;
}

.login-skin .other-option i {
  top: 11px;
  left: 0;
  width: 20px;
  height: 22px;
}

.login-skin .other-option i.glyphicon-register {
  top: 10px;
  background-position: -11px -10px;
}

.login-skin .other-option i.glyphicon-index {
  background-position: -67px -10px;
}

.login-skin .other-option i.glyphicon-center {
  width: 13px;
  background-position: -127px -10px;
}

.signup-skin-blue .form-control {
  height: 42px;
}

.signup-skin-blue select[multiple],
.signup-skin-blue select[size] {
  height: auto;
}

.signup-skin-blue .navbar {
  background: #55a2e8;
}

.signup-skin-blue .navbar li a:hover {
  background: transparent;
}

.signup-skin-blue .navbar a {
  color: #ffffff;
}


.mr20 {
  margin-right: 20px;
}

.form-box-wrap {
  width: 970px;
  height: 640px;
  margin: 0 auto 100px;
  background: white;
  -webkit-box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.03);
}

.ground-glass {
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 0 0.5em 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 0 0.5em 1em rgba(0, 0, 0, 0.2);
}

.ground-glass::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -30px;
  content: '';
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.input-focus-color:focus {
  border-color: #0fd0a4 !important;
}

.relative {
  position: relative;
}

.h42 {
  height: 42px;
  line-height: 42px;
}

.pad-l-35 {
  padding-left: 35px;
}

/* - Basic/Special styles - */
.icon-plot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}

.sortable-bar {
  text-align: center;
  vertical-align: middle;
}

.sortable-bar .fa {
  margin: 0 3px;
  font-size: 16px;
  color: #999999;
}

.sortable-bar .fa:hover {
  color: #f59c7a;
}

.navbar-fixed-btn {
  padding: 10px 0;
  text-align: center;
  background: #f9f9f9;
}

.navbar-fixed-btn .btn {
  width: 330px;
}

/* goods */
.table-goods td {
  vertical-align: middle !important;
}

.table-goods .col-name {
  width: 30%;
}

.table-goods .col-checkbox {
  width: 20px;
}

.table-order thead span {
  margin-right: 18px;
}

.table-order thead a {
  float: right;
}

.table-order .col-1 {
  width: 20px;
}

.table-order .col-2 {
  width: 40%;
}

.table-order .col-3 {
  width: 20%;
}

.table-order .col-4 {
  width: 15%;
}

.table-order .col-5 {
  width: 20%;
}

.table-order .border-left {
  border-left: 1px solid #eeeeee;
}

.goods img {
  float: left;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  border: 1px solid #eeeeee;
}

.goods a {
  color: #333333;
}

.goods a:hover {
  color: #f59c7a;
}

.goods span {
  padding-right: 10px;
}

.goods2 {
  position: relative;
  padding: 3px 0;
}

.goods2:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.goods2 .left {
  position: absolute;
  top: 3px;
  left: 0;
}

.goods2 .right {
  min-height: 56px;
  margin-left: 71px;
}

.goods2 img {
  width: 56px;
  height: 56px;
  margin-right: 15px;
  border: 1px solid #eeeeee;
}

.goods2 a.goods-name {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.order-form-w1 {
  display: inline-block;
  width: 150px;
  margin-right: 10px;
  text-align: right;
}

.order-form-w2 {
  display: inline-block;
  width: 145px;
  margin-right: 10px;
  text-align: right;
}

.page-number {
  float: right;
  margin: 8px 10px 0 10px;
}

.btn-cancel {
  line-height: 45px;
}

.express-word {
  margin-left: 5px;
  line-height: 32px;
}

.agreement-panel {
  padding: 45px 60px;
  font-size: 15px;
  line-height: 2;
}

.agreement-panel p {
  margin-bottom: 20px;
}

.agreement-panel .title {
  font-size: 14px;
  font-weight: bold;
}

.agreement-panel .line {
  margin-bottom: 20px;
}

.agreement-panel .indent {
  margin-left: 20px;
}

.step-bar {
  display: inline-block;
  padding: 0;
  text-align: center;
  list-style: none;
}

.step-bar:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.step-bar li {
  position: relative;
  float: left;
}

.step-bar li.on .state {
  background: #f59c7a;
}

.step-bar .state {
  height: 30px;
  padding: 0 35px;
  line-height: 30px;
  color: #ffffff;
  background: #777777;
}

.step-bar i {
  position: absolute;
  top: 8px;
  right: 7px;
  color: #ffffff;
}

.step-bar .time {
  margin-top: 5px;
  color: #999999;
}

.sp-see {
  color: #0563c3;
  cursor: pointer;
}

/* product */
.speclist input[type=checkbox] {
  position: relative;
  vertical-align: middle;
}

.speclist .spec-colorbox {
  margin-right: 5px;
  margin-left: 8px;
}

.speclist img {
  padding: 1px;
  border: 2px solid #ffffff;
}

.speclist img.active {
  border: 2px solid red;
}

.speclist .checkbox-inline {
  width: 300px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.speclist .x-input {
  margin-top: 0 !important;
}

.spec-colorbox {
  width: 32px;
  height: 32px;
  overflow: hidden;
  vertical-align: middle;
}

.spec-colorbox img {
  max-width: 30px;
  max-height: 30px;
}

.x-input {
  display: inline-block;
  width: auto;
}

/* 商家后台首页homepage.html */
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .merchant-home .col-lg-6 {
    float: none;
    width: 100%;
  }
}

.merchant-home .box-body > div,
.merchant-home .box-body > table {
  margin-bottom: 20px !important;
}

.merchant-home .mechant-cover .pic {
  position: relative;
  width: 85px;
  height: 85px;
  margin-bottom: 10px;
  border: 1px dashed #cccccc;
}

.merchant-home .mechant-cover .pic img {
  width: 100%;
  height: 100%;
}

.merchant-home .mechant-cover .pic a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(230, 230, 230, 0.6);
}

.merchant-home .mechant-cover .btn {
  width: 85px;
}

.merchant-home .box-header a {
  margin: 10px 10px 0 0;
}

/* report */
.report-download {
  margin-top: 26px;
}

.report .report-title {
  height: 30px;
  line-height: 30px;
}

.report .report-filter {
  height: 40px;
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 38px;
}

.report .report-filter:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.report .report-filter.report-filter-large {
  height: 55px;
  line-height: 55px;
}

.report .report-filter.report-filter-large > a {
  margin-right: 10px;
}

.report .report-filter.report-filter-large > span,
.report .report-filter.report-filter-large > a,
.report .report-filter.report-filter-large > select {
  vertical-align: middle;
}

.report .report-filter .report-filter-1 a {
  display: inline-block;
  padding: 0 5px;
  margin-right: 10px;
  line-height: 22px;
}

.report .report-filter .report-filter-1 a.active {
  color: #ffffff;
  background: #55a8fd;
}

.report .report-filter .report-filter-2 a {
  display: inline-block;
  padding: 0 5px;
  margin-right: -5px;
  line-height: 22px;
  background: #f5f5f5;
}

.report .report-filter .report-filter-2 a.active {
  color: #333333;
  background: #ffffff;
}

.report .report-filter .date-choose {
  display: inline-block;
  height: 22px;
  padding: 0 5px;
  line-height: 20px;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.report .report-filter label,
.report .report-filter span {
  margin-right: 10px;
  color: #3c8dbc;
}

.report .report-filter input[type="checkbox"] {
  margin-right: 5px;
}

.report .report-filter .date-picker {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}

.report .checkbox {
  margin: 0;
}

.report .checkbox label {
  padding-right: 20px;
  padding-left: 0;
}

.report .panel {
  font-size: 12px;
}

.report .panel .panel-heading .checkbox label {
  width: 150px;
}

.report .panel input[type="radio"] {
  margin-right: 5px;
}

.report .small-box {
  float: left;
  width: 18.4%;
  margin-right: 2%;
  font-size: 12px;
}

.report .small-box .goods {
  height: 56px;
  overflow: hidden;
}

.report .small-box > div {
  margin-bottom: 5px;
}

.report .small-box .number {
  font-size: 14px;
}

.report .small-box h3 {
  margin-top: 10px;
  font-size: 20px;
}

.report .small-box > .inner {
  padding: 10px 0 0 0;
}

.report .small-box p {
  font-size: 12px;
}

.report .small-box:nth-child(5) {
  margin-right: 0;
}

.report .report-total:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.report .report-deal-total:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.report .report-deal-total .small-box {
  color: #333333;
}

.report-condition .report-title {
  height: 30px;
  line-height: 30px;
}

.report-condition .report-filter {
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: 12px;
}

.report-condition .report-filter:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.report-condition .report-filter.report-filter-large {
  padding: 8px;
}

.report-condition .report-filter.report-filter-large:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.report-condition .report-filter.report-filter-large > div {
  height: 35px;
  line-height: 35px;
}

.report-condition .report-filter.report-filter-large > div > a,
.report-condition .report-filter.report-filter-large > div > span {
  margin-left: 10px;
}

.report-condition .report-filter.report-filter-large > div > label {
  margin-left: 10px;
  font-weight: normal;
}

.report-condition .report-filter .date-choose {
  display: inline-block;
  height: 22px;
  padding: 0 5px;
  line-height: 20px;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.report-condition .report-filter label,
.report-condition .report-filter span {
  color: #3c8dbc;
}

.report-condition .report-filter .date-picker {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}

.page-bar {
  padding: 5px 10px;
  margin: 20px 0;
}

.page-bar:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.page-bar input[type="text"] {
  width: 50px;
  margin: 0 2px;
}

.page-bar .pagination {
  margin: 0;
}

.page-bar span {
  margin: 0 5px;
}

.page-bar .pull-right > span,
.page-bar .pull-right > a,
.page-bar .pull-right > ul {
  vertical-align: middle;
}

.tool-tip {
  position: absolute;
  z-index: 999;
  display: none;
  width: 280px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #777777;
}

.tool-tip .goods {
  margin-bottom: 5px;
}

.modal .form-group {
  margin-bottom: 10px;
}

.modal .label-position-changed {
  margin-left: 8px;
}

.title-hasline {
  font-size: 14px;
  line-height: 2.2;
  color: #f59c7a;
  border-bottom: 2px solid #dddddd;
}

.title-hasline span {
  display: inline-block;
  margin-bottom: -2px;
  border-bottom: 2px solid #f59c7a;
}

.order-cancel:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.order-cancel .fa {
  float: left;
  margin: -10px 20px 0 0;
  font-size: 60px;
  color: orange;
}

.order-cancel .form-horizontal {
  float: left;
}

.align-adjust-1 {
  position: relative;
  left: -4px;
}

.align-adjust-2 {
  position: relative;
  left: -15px;
}

.align-adjust-3 {
  position: relative;
  left: -28px;
}

.img-position-adjust {
  position: relative;
  left: -13px;
}

.modal .modal-dialog.order-cancel-center {
  margin-left: -12%;
}

.modal .modal-dialog.order-rejection .is-freight {
  width: 400px;
}

.modal .modal-dialog.order-rejection .is-freight .col-sm-4 {
  padding-right: 0;
  padding-left: 0;
}

.modal .modal-dialog.order-rejection .txt-freight {
  width: 110px;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.modal .modal-dialog.order-rejection .freight {
  padding-top: 7px;
  padding-left: 0;
}

.merchant-info dt,
.merchant-info dd {
  margin-bottom: 10px;
}

.merchant-info img {
  width: 125px;
  margin-right: 20px;
}

.preview-images {
  margin: 10px;
}

.preview-images .img-thumbnail {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 78px;
  text-align: center;
  vertical-align: middle;
}

.preview-images .img-thumbnail:first-of-type:not(.action-upload) {
  position: relative;
  border-color: #fa4251;
}

.preview-images .img-thumbnail:first-of-type:not(.action-upload) .fa-times-circle {
  color: #666666;
}

.preview-images .img-thumbnail:first-of-type:not(.action-upload)::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 3px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  content: '默认';
  background-color: #fa4251;
}

.preview-images .img-thumbnail img {
  max-width: 80px;
  max-height: 80px;
  vertical-align: middle;
}

.preview-images .handle {
  position: relative;
  display: inline-block;
}

.preview-images .fa-plus {
  display: block;
  width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 80px;
  color: #aaaaaa;
  text-align: center;
  cursor: pointer;
  border: 1px dotted #dddddd;
}

.preview-images .fa-times-circle {
  position: absolute;
  top: -6px;
  right: -5px;
  font-size: 14px;
  color: #888888;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.choose-image .image-box {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 1px solid #cccccc;
  overflow: hidden;
  text-align: center;
}

.choose-image .image-box img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  position: relative;
}

.choose-image input[type=file] {
  display: none;
}

.choose-image .action-upload {
  cursor: pointer;
  position: relative;
}

.choose-image .image-box::after{
  content: '';
  border: 1px solid #999;
  height: 50%;
  position: absolute;
  top: 25%;
}
.choose-image .image-box::before{
  content: '';
  border: 1px solid #999;
  position: absolute;
  height: 50%;
  top: 25%;
  transform: rotate(90deg);
}

.choose-image .choose-handle {
  display: inline-block;
  width: 10px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  vertical-align: middle;
  background-color: #eeeeee;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* new style start */
/* the report page */
aside .content .report .box-body {
  padding: 0;
  padding: 20px 20px 20px 0;
}

.demo-container .demo-placeholder canvas.flot-base {
  left: 1% !important;
  width: 100% !important;
}

/* the order list page */
.right-side .content .panel-outter .panel-heading .form-group.row input {
  max-width: 30%;
  margin-right: 10px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.right-side .content .panel-outter .panel-heading .form-group.row select {
  border: 1px solid #cccccc;
}

/* the goods management page */
.wrapper .right-side .content form p button {
  margin-left: 6px;
}

/* 退换货模块 */
.border-box {
  padding: 0 20px 20px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.form-refund .row,
.form-refund select {
  margin-bottom: 10px;
}

.form-refund .control-label {
  padding-top: 0;
}

/* 入驻费用模块 */
aside .content .box-body .list {
  float: left;
}

aside .content .box-body .list .nav {
  position: relative;
  height: 30px;
  margin-bottom: 5px;
}

aside .content .box-body .list .nav .nav_hd span {
  display: inline-block;
  cursor: pointer;
}

aside .content .box-body .list .nav .nav_bd {
  position: absolute;
  left: 5em;
  top: 3em;
  z-index: 999;
  display: none;
  min-width: 500px;
  font-size: 1em;
  line-height: 2;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

aside .content .box-body .list .nav .nav_bd ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

aside .content .box-body .list .nav .nav_bd .m_nav .m_hd {
  float: left;
  width: 50%;
  color: #666666;
  text-align: center;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-bottom: none;
}

aside .content .box-body .list .nav .nav_bd .m_nav .m_hd.l {
  float: left;
  border-right: none;
  border-top-left-radius: 5px;
}

aside .content .box-body .list .nav .nav_bd .m_nav .m_hd.r {
  float: right;
  border-top-right-radius: 5px;
}

aside .content .box-body .list .nav .nav_bd .m_nav .m_bd > ul > li {
  position: relative;
  width: 50%;
  cursor: pointer;
}

aside .content .box-body .list .nav .nav_bd .m_nav .m_bd > ul > li > span {
  width: 50%;
  background: #f2f2f2;
}

aside .content .box-body .list .nav .nav_bd .m_nav .m_bd > ul > li .n {
  float: left;
  padding-left: 10px;
}

aside .content .box-body .list .nav .nav_bd .m_nav .m_bd > ul > li .c {
  float: right;
  padding-right: 10px;
}

aside .content .box-body .list .nav .nav_bd .m_nav .m_bd > ul > li .s_nav {
  position: absolute;
  left: 100%;
  top: 2.1em;
  z-index: 2;
  display: none;
  width: 100%;
  padding: 0 10px;
  color: #555555;
  background: #dddddd;
}

aside .content .box-body .list .nav .nav_bd .m_nav .m_bd > ul > li .s_nav ul li {
  overflow: hidden;
}

aside .content .box-body .list .nav .nav_bd .m_nav .m_bd > ul > li .s_nav.cur {
  display: block;
  color: #ffffff;
  background: #ec9d31;
}

aside .content .box-body .list .nav .nav_bd .m_nav .m_bd > ul > li.cur span {
  color: #ffffff;
  background-color: #ec9d31;
}

aside .content .box-body .list .nav .nav_bd.cur {
  display: block;
}

aside .content .box-body .list .nav .nav_bd::before {
  position: absolute;
  left: 30%;
  top: -1em;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  margin-left: 0;
  content: "";
  border-right: 1em solid transparent;
  border-bottom: 1em solid #cccccc;
  border-left: 1em solid transparent;
  -webkit-box-shadow: 0 0 5px #ffffff inset;
          box-shadow: 0 0 5px #ffffff inset;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

aside .content .box-body .list .nav .nav_bd::after {
  position: absolute;
  left: 30%;
  top: -0.9em;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-right: 1em solid transparent;
  border-bottom: 1em solid #ffffff;
  border-left: 1em solid transparent;
  -webkit-box-shadow: 0 0 5px #ffffff inset;
          box-shadow: 0 0 5px #ffffff inset;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1500px) {
  aside .content .box-body .list .nav .nav_bd {
    position: absolute;
    top: 2em;
  }
}

.evaluation-list {
  padding: 0;
  list-style: none;
}

.evaluation-list > .table {
  margin-bottom: 15px;
}

.evaluation-list li {
  padding-top: 10px;
}

.evaluation-list .feedback {
  margin-top: 10px;
  color: #999999;
  background: #f4f4f4;
  border-radius: 6px;
}

.evaluation-list .feedback .feedback-tit {
  padding: 10px;
}

.evaluation-list .feedback .feedback-txt {
  padding: 0 20px 10px 20px;
}

.evaluation-list .feedback .feedback-txt p {
  word-break: break-all;
}

.evaluation-list .evaluation-txt {
  margin-bottom: 5px;
}

.show-pics {
  margin-bottom: 10px;
}

.show-pics a {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 3px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.show-pics a img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 5px;
}

.show-pics a i {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  width: 20px;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 3px 0;
}

.evaluation .table-order .col-6 {
  width: 10%;
}

.evaluation .table-order .col-7 {
  width: 5%;
}

.evaluation .table-order .col-8 {
  width: 25%;
}

/* 商家评论概况 */
.goods-grade:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.goods-grade .go-up {
  color: #ff0000;
}

.goods-grade .go-down {
  color: #15b54d;
}

.goods-grade .goods-grade-left {
  float: left;
  padding-top: 24px;
}

.goods-grade-title {
  display: inline-block;
  border-right: 1px solid #ccc;
  width: 120px;
  padding-right: 20px;
  margin-right: 20px;
  margin-left: 10px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.goods-grade-title i {
  display: block;
  font-size: 50px;
  color: #de6753;
}

.goods-grade-score {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.goods-grade-score em {
  color: #dd2434;
}

.goods-grade-score > div {
  margin-bottom: 10px;
  position: relative;
}

.goods-grade-score .level-name {
  display: inline-block;
  width: 120px;
  vertical-align: middle;
}

.goods-grade-score .score-parent {
  display: inline-block;
  width: 280px;
  height: 16px;
  vertical-align: middle;
}

.goods-grade-score .score-parent .score-progress {
  height: 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fee969), to(#fd9a01));
  background-image: -webkit-linear-gradient(left, #fee969, #fd9a01);
  background-image: linear-gradient(to right, #fee969, #fd9a01);
  position: relative;
}

.goods-grade-score .score-parent .score-progress .score-num {
  position: absolute;
  top: 0;
  right: -110px;
  width: 100px;
}

.goods-grade-score .score-parent .score-progress .popover {
  position: absolute;
  left: auto;
  top: auto;
  bottom: 25px;
  right: -100px;
  width: 200px;
  height: 135px;
}

.goods-grade-score .score-parent .score-progress .popover p {
  margin-bottom: 5px;
}

.goods-grade-score .score-parent .score-progress:hover .popover {
  display: block;
}

.goods-grade-contrast {
  float: right;
  width: 150px;
}

.appeal-more {
  margin-top: 10px;
  margin-right: 30px;
}

.appeal-status .tit {
  padding-right: 50px;
  margin-right: 30px;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #ccc;
}

.appeal-status .tit i {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  color: #4ba8c9;
}

.appeal-status .data-num {
  margin-right: 30px;
}

.appeal-status .data-num h4 {
  display: block;
}

.appeal-status .data-num h4 em {
  margin-right: 10px;
  font-size: 50px;
}

.appeal-status > div {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

/* 商家评论详情 */
.goods-infor,
.goods-infor .goods-img,
.goods-infor .goods-title {
  float: left;
}

.goods-infor .goods-img {
  width: 66px;
}

.goods-infor .goods-img img {
  display: block;
}

.goods-title {
  display: table;
  width: 240px;
  height: 64px;
  margin-left: 10px;
  font-size: 14px;
}

.goods-title a {
  display: table-cell;
  vertical-align: middle;
}

.goods-price {
  float: right;
  display: table;
  height: 64px;
  margin-right: 30px;
}

.goods-price div {
  display: table-cell;
  font-size: 14px;
  vertical-align: middle;
}

.old-evaluation-view-box {
  margin-top: 12px;
}

.old-evaluation-view {
  padding: 0 30px;
  font-size: 14px;
  color: #676767;
}

.old-evaluation-view ul {
  list-style: none;
}

.old-evaluation-view li {
  padding-top: 16px;
}

.old-evaluation-view li:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.old-evaluation-view li .view-key {
  float: left;
  width: 120px;
}

.fa-smile-o,
.fa-meh-o,
.fa-frown-o {
  font-size: 30px;
  vertical-align: middle;
}

.fa-smile-o,
.rate-good {
  color: #d34742;
}

.fa-meh-o,
.rate-neutral {
  color: #ddba3a;
}

.fa-frown-o,
.rate-bad {
  color: #424242;
}

.check-item.form-group {
  margin: 0;
}

.comment {
  padding: 12px 0 20px 0;
  position: relative;
}

.comment.form-group {
  margin: 0;
}

.comment textarea {
  width: 100%;
  height: 200px;
  font-size: 14px;
}

.comment .letter-limit {
  position: absolute;
  bottom: -10px;
  right: 5px;
  color: #aaaaaa;
}

.appeal-result {
  background: #ffedc8;
}

.appeal-result h4 {
  color: #dd4c3b;
}

.appeal-result .reason {
  display: inline-block;
  background-color: #f39c11;
  padding: 8px;
  font-size: 14px;
  color: #ffffff;
}

.show-pic-dialog {
  display: table;
  width: 100%;
  height: 460px;
}

.show-pic-dialog .show-img {
  display: table-cell;
  height: 460px;
  text-align: center;
  vertical-align: middle;
}

.show-pic-dialog .show-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

@-moz-document url-prefix() {
  .show-pic-dialog .show-img img {
    max-width: 868px !important;
  }
}

.btn.btn-none {
  padding: 0;
  font-size: 12px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.due {
  color: #cbcbcb;
}

.add-items-arrow {
  float: left;
  margin: 190px 10px 0 0;
  font-size: 36px;
  color: #dddddd;
}

.item-filter-title {
  margin: 10px 0;
}

.item-filter-table {
  margin-top: 10px;
  border: 1px solid #dddddd;
}

.item-filter-table .item-filter-hd {
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f5;
}

.item-filter-table .item-filter-hd [class^=item-] {
  font-weight: bold;
  text-align: center;
}

.item-filter-table .item-filter-bd {
  height: 340px;
  overflow: auto;
  background: #ffffff;
}

.item-filter-table .item-filter-row {
  padding: 10px 0;
  line-height: 56px;
  cursor: pointer;
  border-bottom: 1px solid #dddddd;
}

.item-filter-table .item-filter-row:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.item-filter-table .item-filter-row [class^=item-] {
  float: left;
  padding-right: 1px;
  padding-left: 1px;
}

.item-filter-table .item-check {
  position: relative;
  min-height: 1px;
}

@media (min-width: 992px) {
  .item-filter-table .item-check {
    float: left;
    width: 8.33333%;
  }
}

.item-filter-table .item-name {
  position: relative;
  min-height: 1px;
}

@media (min-width: 992px) {
  .item-filter-table .item-name {
    float: left;
    width: 50%;
  }
}

.item-filter-table .item-price {
  position: relative;
  min-height: 1px;
}

@media (min-width: 992px) {
  .item-filter-table .item-price {
    float: left;
    width: 16.66667%;
  }
}

.item-filter-table .item-search {
  position: relative;
  min-height: 1px;
}

@media (min-width: 992px) {
  .item-filter-table .item-search {
    float: left;
    width: 25%;
  }
}

.item-filter-table .item-search > div {
  padding: 2px 5px 0;
}

.item-filter-table .item-search input {
  font-weight: normal;
}

.item-filter-table .item-search [class^=col-sm] {
  padding: 0;
  line-height: 0;
}

.item-filter-table .item-activity-price {
  position: relative;
  min-height: 1px;
}

@media (min-width: 992px) {
  .item-filter-table .item-activity-price {
    float: left;
    width: 25%;
  }
}

.item-filter-table .item-activity-price input {
  height: 24px;
  font-weight: normal;
  line-height: 24px;
}

.item-filter-table .item-check,
.item-filter-table .item-cate,
.item-filter-table .item-brand,
.item-filter-table .item-price,
.item-filter-table .item-activity-price {
  text-align: center;
}

.item-filter-table.filter-added input:checked + .item-filter-row {
  background-color: #fcf8e3;
}

.item-filter-table.filter-added .item-name {
  position: relative;
  min-height: 1px;
}

@media (min-width: 992px) {
  .item-filter-table.filter-added .item-name {
    float: left;
    width: 66.66667%;
  }
}

.item-filter-table.filter-added .op-no-filter {
  display: none;
}

.item-filter-table.item-filter-activity-row .item-name {
  position: relative;
  min-height: 1px;
}

@media (min-width: 992px) {
  .item-filter-table.item-filter-activity-row .item-name {
    float: left;
    width: 41.66667%;
  }
}

.condition-view h3 {
  margin-top: 10px;
  margin-bottom: 0;
}

.condition-view h3 i {
  color: #80b020;
}

.wholesale-row {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #dddddd;
}

.wholesale-row .del-btn {
  margin-left: 80px;
}

.wholesale-row span.image-box.action-upload {
  display: block;
  margin-bottom: 1em;
}

.form-text {
  float: left;
  line-height: 34px;
}

.ie-error {
  height: 100%;
  overflow: hidden;
  background: #1e6bc5;
}

.ie-error .ie-error-txt {
  position: absolute;
  color: #cae7f9;
}

.ie-error .ie-error-txt a {
  color: #ffffff;
}

.ie-error .ie-error-bg {
  position: absolute;
  max-width: initial !important;
}

.ie-error .ie-error-logo {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 20;
}

.brandErr {
  color: #ff0000;
}

/* 店铺装修 */
.operate-bar {
  height: 40px;
  padding: 0 10px;
  margin-bottom: 20px;
  line-height: 40px;
  color: #666666;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
}

.operate-bar .pull-right a {
  margin-left: 20px;
}

.shop-slider .carousel-inner img {
  width: 100%;
}

.shop-adv {
  position: relative;
  padding: 30px 0;
  margin-top: 30px;
  border: 1px solid #cccccc;
}

.shop-adv .shop-adv-sort {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -20px;
  font-size: 24px;
}

.shop-adv .fa-trash-alt {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -20px;
  font-size: 34px;
  color: #c2684d;
}

.shop-adv .add-pic {
  display: block;
  margin: 30px auto 30px auto;
}

.shop-adv .shop-upload {
  position: absolute;
  top: 0;
  right: 15px;
  height: 34px;
}

.shop-adv-img:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.shop-adv-img img {
  max-height: 215px;
  margin-bottom: 20px;
}

/* 活动信息 */
.activity-info .form-group .control-label {
  padding-top: 0;
}

.txt-required {
  color: #ef4521;
}

.package-total-price {
  line-height: 26px;
  color: #ef4521;
}

/* 商家入驻 */
.select-cat:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.select-cat label {
  display: block;
  float: left;
  width: 25%;
  margin-top: 3px;
  font-style: italic;
}

.select-cat span {
  display: inline-block;
  width: 85%;
  margin: 3px 0;
}

.select-cat span i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: #e06754;
  border-radius: 50%;
}

.select-cats {
  position: relative;
}

.select-cats .select-cat {
  position: absolute;
  top: 0;
  left: 10px;
}

.shop-name-all {
  margin-top: 5px;
  font-weight: 700;
}

/* 提示信息框 */
.select-goods {
  width: 50%;
  margin: 0 auto;
}

.select-goods + .selected-goods-list {
  overflow: hidden;
}

.select-goods + .selected-goods-list table {
  margin-top: 15px;
  margin-bottom: 0;
}

.select-goods-panel .select-goods {
  width: 10%;
}

/* 图片管理 */
.img-move-modal .modal-dialog {
  width: 680px;
}

.img-move-modal .modal-body-content {
  width: 80%;
  height: 400px;
  padding: 10px 0 0 20px;
  margin: 0 auto;
  overflow-y: scroll;
  border: 1px solid #f5f5f5;
}

.img-move-modal .modal-body-content li {
  line-height: 25px;
  list-style: none;
}

.img-move-modal .modal-body-content a {
  display: block;
  padding: 2px 0 2px 5px;
  color: #333333;
}

.img-move-modal .child-file {
  padding-left: 30px;
}

.img-move-modal .child-file a {
  margin-bottom: 5px;
}

.img-move-modal .child-file a.on {
  color: #ffffff;
  background-color: #0c6eab;
}

.folder-mange-modal .folder-list {
  max-height: 430px;
  margin-top: 20px;
  margin-right: -10px;
  overflow-y: scroll;
}

.folder-mange-modal .folder-list:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.folder-mange-modal .folder-item,
.folder-mange-modal .folder-item-add {
  position: relative;
  float: left;
  width: 22%;
  height: 170px;
  margin: 0 10px 10px 0;
}

.folder-mange-modal .folder-item .folder-del,
.folder-mange-modal .folder-item-add .folder-del {
  position: absolute;
  top: 8px;
  right: 12px;
  display: none;
  cursor: pointer;
}

.folder-mange-modal .folder-img:hover .folder-del {
  display: inline-block;
}

.folder-mange-modal .folder-img {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.folder-mange-modal .folder-img i {
  font-size: 50px;
  line-height: 114px;
  color: #0c6eab;
}

.folder-mange-modal .folder-info {
  text-align: center;
}

.folder-mange-modal .folder-info p {
  overflow: hidden;
  line-height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.folder-mange-modal .folder-info input {
  display: none;
  text-align: center;
}

.folder-mange-modal .folder-item-add {
  width: 120px;
  height: 120px;
  font-size: 40px;
  line-height: 120px;
  text-align: center;
  cursor: pointer;
  background-color: #f9f9f9;
  border: 1px dashed #eeeeee;
}

.folder-mange-modal .folder-item-add i {
  color: #999999;
}

.folder-mange-modal .new-folder-item p {
  display: none;
}

.folder-mange-modal .new-folder-item input {
  display: inline-block;
}

.folder-box {
  width: 99%;
  max-height: 245px;
  padding-top: 20px;
  margin-bottom: 10px;
  overflow-y: scroll;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

.folder-box:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.folder-box .folder-info-item {
  float: left;
  width: 9.5%;
  height: 90px;
  margin-bottom: 20px;
  cursor: pointer;
}

.folder-box .folder-info-item .glyphicon {
  font-size: 50px;
}

.folder-box .folder-info-item .glyphicon-folder-open {
  color: #0c6eab;
}

.folder-box .folder-info-item .glyphicon-folder-close {
  color: #3c8dbc;
}

.folder-box .folder-info-item .item-txt {
  width: 70px;
  margin: 0 auto;
}

.no-data {
  padding: 100px 0;
  font-size: 18px;
  color: #666666;
  text-align: center;
  border-top: 1px solid #eeeeee;
}

.upload-imgs .folder-info-item {
  width: 10%;
}

.upload-imgs .folder-info-item .glyphicon {
  font-size: 40px;
}

.movecat-tab-content {
  max-height: 540px;
}

.movecat-tab-content .category-item {
  height: 140px;
}

.movecat-tab-content .category-item.active {
  color: #0c6eab;
}

.movecat-tab-content .category-item.active .glyphicon {
  color: #0c6eab;
}

/* 赠品促销管理 */
.sku-list {
  padding-left: 0;
}

.sku-list .sku-item {
  padding: 10px 0 0 0;
}

.sku-list .sku-img {
  position: relative;
  display: table;
  width: 72px;
  height: 72px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.sku-list .sku-img > a {
  display: table-cell;
  vertical-align: middle;
}

.sku-list .sku-img img {
  max-height: 72px;
}

.sku-list .sku-img .glyphicon {
  position: absolute;
  top: -8px;
  left: -8px;
  font-size: 18px;
  color: #dc543e;
  cursor: pointer;
}

.sku-list .sku-info > a {
  display: block;
  width: 98%;
  overflow: hidden;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.sku-list .sku-info .info-bottom {
  margin-top: 12px;
}

.sku-list .sku-info .info-bottom:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

/* 404页面 */
.error-content {
  margin-top: 200px;
  text-align: center;
}

.error-content i.icon-error {
  width: 190px;
  height: 76px;
  background-position: 0 -55px;
}

.error-content > div {
  margin-top: 15px;
}

.error-content div:nth-child(2) {
  font-size: 18px;
  color: #757575;
}

.error-content div:nth-child(3) {
  font-size: 16px;
  color: #787878;
}

/* 导入 导出弹框样式 */
.file-upload-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  border: 2px dashed #cccccc;
  border-radius: 10px;
}

.file-upload-icon i.action-file-upload {
  padding: 20px;
  color: #999999;
}

.file-upload-icon i.glyphicon-file {
  display: none;
}

.file-upload-icon.choose-file-icon {
  margin-bottom: 0;
  font-size: 40px;
  border: 0;
}

.file-upload-icon.choose-file-icon i.action-file-upload {
  display: none;
}

.file-upload-icon.choose-file-icon i.glyphicon-file {
  display: inline-block;
  color: #fad922;
}

.file-explain {
  padding: 0 30px;
}

.file-explain p {
  margin-bottom: 0;
  margin-left: 40px;
}

.template-content.on .template-show .fa-angle-down {
  display: none;
}

.template-content.on .template-show .fa-angle-up {
  display: inline-block;
}

.template-content.on .template-choose {
  display: block;
}

.template-show {
  color: #0c6eab;
  cursor: pointer;
}

.template-show .fa-angle-up {
  display: none;
}

.template-choose {
  display: none;
  width: 50%;
  margin: 10px auto 0;
}

.template-choose:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.template-choose select {
  float: left;
  width: 35%;
  margin-right: 10px;
}

.template-choose > .btn {
  float: left;
}

/* loading加载样式 */
.wait-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2000;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wait-loading .spinner {
  margin-top: 45px;
}

.loading-bg {
  position: absolute;
  top: 10%;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: #ffffff;
}

.spinner {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

/* new商家中心首页店铺转化 */
.shop-bar > div {
  position: relative;
  margin-top: 30px;
}

.shop-bar > div > span {
  position: absolute;
  top: 80%;
  left: 36%;
}

.shop-bar .bar-one::before,
.shop-bar .bar-two::before {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 5px;
  height: 55px;
  content: "";
  background: #cccccc;
}

.shop-bar .bar-one::after,
.shop-bar .bar-two::after,
.shop-bar .bar-three::after {
  position: relative;
  top: -19px;
  width: 15px;
  height: 15px;
  content: "";
  background: #dd4b39;
  border-radius: 50%;
}

.shop-bar .bar-two::after {
  background: #f39c12;
}

.shop-bar .bar-three::after {
  background: #00a65a;
}

.shop-bar .bar-one div:nth-child(1),
.shop-bar .bar-two div:nth-child(1),
.shop-bar .bar-three div:nth-child(1) {
  position: relative;
  top: 8px;
  height: 1px;
  border: 1px dashed #dd4b39;
}

.shop-bar .bar-two div:nth-child(1) {
  border-color: #f39c12;
}

.shop-bar .bar-three div:nth-child(1) {
  border-color: #00a65a;
}

/* 商品编辑页面右侧快捷导航样式 */
.goods-info-floor {
  position: fixed;
  top: 32%;
  right: 10px;
  width: 150px;
  border-color: #ee8e8f;
}

.goods-info-floor .panel-heading {
  color: #ffffff;
  background: #ee8e8f;
  border-color: #ee8e8f;
}

.goods-info-floor .panel-heading .glyphicon-remove {
  left: 55px;
  cursor: pointer;
}

.goods-info-floor ul,
.goods-info-floor li {
  padding: 0;
  margin: 0;
}

.goods-info-floor li {
  height: 25px;
  line-height: 25px;
  list-style: none;
}

.goods-info-floor a {
  color: #333333;
}

.goods-info-floor li.active a,
.goods-info-floor a:hover {
  color: #00639e;
}

.goods-info-floor .floor-icon-box {
  position: absolute;
  top: 50%;
  left: -34px;
  display: none;
  width: 18px;
  height: 26px;
  overflow: hidden;
}

.goods-info-floor .icon-show {
  z-index: 100;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: left;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.goods-info-floor .icon-show .glyphicon {
  position: relative;
  left: 2px;
  font-size: 14px;
  color: #ffffff;
}

.goods-info-floor .icon-show:hover {
  background: rgba(0, 0, 0, 0.6);
}

.spec-tree .has-feedback .form-control {
  padding-right: 5px;
}

.w-auto {
  width: auto;
}

.w470 {
  width: 470px;
}

.w200 {
  width: 200px;
}

.w85p {
  width: 85%;
}

.mar-t10 {
  margin-top: 10px;
}

.no-bd {
  border-bottom: 0;
}

.mar-b0 {
  margin-bottom: 0;
}

.fontsize80 {
  font-size: 80px;
}

.p-l-4p {
  padding-left: 4%;
}

/*
    Page: register and login
*/
.full-window {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.is-table {
  display: table;
  width: 100%;
  height: 100%;
}

.is-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.center-container {
  height: 100%;
  overflow: auto;
  text-align: center;
}

.center-container::after,
.center-container .form-box {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.center-container::after {
  height: 100%;
  margin-left: -0.25em;
  content: '\0020';
}

.center-container .form-box {
  max-width: calc(100% - 0.25em);
  max-width: -webkit-calc(100% - 0.25em);
}

.center-container .modal-dialog {
  text-align: left;
}

.form-box {
  margin: 0 auto;
}

.form-box .header {
  padding: 15px 0;
  text-align: center;
}

.form-box .signup-header {
  padding: 22px 0 0 60px;
  font-size: 14px;
  color: #333333;
  text-align: left;
}

.form-box .signup-header.pad-l-0 {
  padding-left: 0;
}

.form-box form {
  padding: 50px 60px;
  color: #444444;
}

.form-box form > .form-group {
  margin-top: 20px;
}

.form-box form > .form-group > input {
  border-color: #ffffff;
}

.form-box form > .btn {
  margin-bottom: 10px;
}

.form-box .footer {
  margin-top: 35px;
}

.form-box .footer button {
  background: #00639e !important;
}

.form-box .footer p:last-child {
  color: #999999;
}

.signup-flow {
  position: absolute;
  top: 65px;
  left: 50%;
  width: 210px;
  margin-left: -450px;
  text-align: left;
}

.signup-flow .signup-flow-title {
  margin-bottom: 20px;
  font-size: 18px;
}

.signup-flow .signup-flow-list {
  padding-left: 0;
  list-style: none;
}

.signup-flow .signup-flow-list li {
  position: relative;
  height: 44px;
  padding: 0 15px;
  margin-right: 22px;
  margin-bottom: 20px;
  line-height: 44px;
  color: #a3a3a3;
  background: #e5e5e5;
}

.signup-flow .signup-flow-list li.on {
  color: #ffffff;
  background: #00639e;
}

.signup-flow .signup-flow-list li.on .arrow {
  border-color: transparent transparent transparent #00639e;
}

.signup-flow .signup-flow-list li:not(:first-child) {
  padding-left: 30px;
}

.signup-flow .signup-flow-list li:not(:last-child) {
  padding-right: 0;
}

.signup-flow .signup-flow-list .arrow {
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #e5e5e5;
  border-style: dashed dashed dashed solid;
  border-width: 15px;
}

.remind-content {
  position: absolute;
  top: 14px;
  right: -375px;
  width: 100%;
}

.remind-content .glyphicon {
  color: #f8ca36;
  cursor: pointer;
}

.remind-content > span {
  position: absolute;
  top: -1px;
  right: 0;
  left: 22px;
  display: none;
  width: 50%;
  height: auto;
  padding: 0 10px;
  line-height: 25px;
  color: #333333;
  background: #f6f6f6;
  border-radius: 2px;
}

.remind-content .w30p {
  width: 30%;
}

.remind-content .w45p {
  width: 45%;
}

.remind-content .w62p {
  width: 62%;
}

.remind-content .w115p {
  width: 115%;
}

.remind-content .w145p {
  width: 145%;
}

.remind-content > span::after {
  position: absolute;
  top: 7px;
  left: -5px;
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid transparent;
  border-right: 5px solid #f6f6f6;
  border-bottom: 5px solid transparent;
}


.waite-content {
  padding: 40px;
  text-align: center;
}

.waite-content i.icon-waite {
  width: 82px;
  height: 82px;
  background: url(../images/waite.png) no-repeat center;
}

.waite-content p {
  margin: 10px 0;
  font-size: 18px;
  color: #757575;
}

.example-img-show {
  height: 500px;
}

.input-st {
  width: 140px;
}

.cor-9 {
  color: #999999;
}

.f14 {
  font-size: 14px !important;
}

.center {
  text-align: center;
}

.mar-b20 {
  margin-bottom: 20px;
}

.mar-t70 {
  margin-top: 70px;
}

.pad-t80 {
  padding-top: 80px;
}

.pad-30 {
  padding: 0 30px;
}

.bg-none {
  background: transparent;
}

.right-350 {
  right: -350px;
}

.dis-inblock {
  display: inline-block;
}

/* 入驻费用模块 */
.dropdownMenu.nav {
  position: relative;
}

.dropdownMenu.nav .nav_hd span {
  display: inline-block;
  cursor: pointer;
}

.dropdownMenu.nav .nav_bd {
  position: absolute;
  top: 30px;
  left: 140px;
  z-index: 2;
  display: none;
  min-width: 360px;
  font-size: 1em;
  line-height: 2;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #cccccc;
          box-shadow: 0 0 3px #cccccc;
}

@media screen and (max-width: 1500px) {
  .dropdownMenu.nav .nav_bd {
    position: absolute;
    top: 2.2em;
  }
}

.dropdownMenu.nav .nav_bd ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdownMenu.nav .nav_bd .m_nav .m_hd {
  float: left;
  width: 50%;
  color: #666666;
  text-align: center;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-bottom: none;
}

.dropdownMenu.nav .nav_bd .m_nav .m_hd.l {
  float: left;
  border-right: none;
  border-top-left-radius: 5px;
}

.dropdownMenu.nav .nav_bd .m_nav .m_hd.r {
  float: right;
  border-top-right-radius: 5px;
}

.dropdownMenu.nav .nav_bd .m_bd > ul > li {
  position: relative;
  width: 50%;
  cursor: pointer;
}

.dropdownMenu.nav .nav_bd .m_bd > ul > li .n {
  float: left;
  padding-left: 10px;
}

.dropdownMenu.nav .nav_bd .m_bd > ul > li .c {
  float: right;
  padding-right: 10px;
}

.dropdownMenu.nav .nav_bd .m_bd > ul > li > span {
  width: 50%;
  background: #f2f2f2;
}

.dropdownMenu.nav .nav_bd .m_bd > ul > li .s_nav {
  position: absolute;
  top: 2.1em;
  left: 100%;
  z-index: 2;
  display: none;
  width: 100%;
  padding: 0 10px;
  color: #555555;
  background: #dddddd;
}

.dropdownMenu.nav .nav_bd .m_bd > ul > li .s_nav ul li {
  overflow: hidden;
}

.dropdownMenu.nav .nav_bd .m_bd > ul > li .s_nav.cur {
  display: block;
  color: #ffffff;
  background: #ec9d31;
}

.dropdownMenu.nav .nav_bd .m_bd > ul > li.cur span {
  color: #ffffff;
  background-color: #ec9d31;
}

.dropdownMenu.nav .nav_bd.cur {
  display: block;
}

.dropdownMenu.nav .nav_bd::before {
  position: absolute;
  top: -1em;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  margin-left: 25%;
  content: "";
  border-right: 1em solid transparent;
  border-bottom: 1em solid #cccccc;
  border-left: 1em solid transparent;
  -webkit-box-shadow: 0 0 5px #ffffff inset;
          box-shadow: 0 0 5px #ffffff inset;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.not-support {
  height: 100%;
  background: #1d6bc5;
}

.not-support body {
  height: 100%;
  padding: 0;
  margin: 0;
}

.not-support .brand {
  padding-top: 25px;
  margin-left: 5%;
}

.not-support .container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  color: #cae7f9;
  background: url(../../../../../image_no_support.png) no-repeat;
  background-position: center;
}

.not-support .container p {
  padding: 0;
  margin: 0;
  height: 42px;
  line-height: 42px;
}

.not-support .container a {
  color: #ffffff;
  text-decoration: underline;
}

.not-support .container a:hover {
  text-decoration: none;
}

.not-support .container .container-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  margin-left: -140px;
}

@media (min-width: 1514px) {
  .not-support .container {
    width: 1514px;
    background-position: center center;
  }
}

@media (min-width: 1680px) {
  .not-support .brand {
    padding-top: 25px;
    margin-left: 100px;
  }
  .not-support .container {
    width: 1600px;
    background-position: left center;
  }
  .not-support .container .container-txt {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    margin-top: -112px;
    margin-right: 100px;
    margin-left: auto;
  }
}

.for-ie8.not-support .brand {
  padding-top: 25px;
  margin-left: 100px;
}

.for-ie8.not-support .container {
  width: 1600px;
  background-position: left center;
}

.for-ie8.not-support .container .container-txt {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  margin-top: -112px;
  margin-right: 100px;
  margin-left: auto;
}

.decorate {
  position: relative;
  min-height: 700px;
}

.decorate-layout {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  padding-top: 46px;
  background: url(../images/titlebar.png) no-repeat;
}

.decorate-layout-items {
  margin-bottom: 15px;
}

.decorate-layout-items.decorate-active {
  -webkit-box-shadow: 0 0 1px #ff0000;
          box-shadow: 0 0 1px #ff0000;
}

.decorate-widgets {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: #666666;
}

.decorate-widgets-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  color: #ffffff !important;
}

.decorate-widgets-items::before,
.decorate-widgets-items::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
}

.decorate-widgets-items::before {
  top: 0;
  background-color: #777777;
}

.decorate-widgets-items::after {
  bottom: 0;
  background-color: #555555;
}

.decorate-widgets-items:hover {
  background-color: #555555;
}

.decorate-widgets-items .fa {
  line-height: 1.5;
  text-align: center;
}

.decorate-control {
  position: absolute;
  top: 50%;
  left: 120px;
  width: 24px;
  min-height: 24px;
  padding: 2px;
  -webkit-box-shadow: 0 0 0 2px #ececec;
          box-shadow: 0 0 0 2px #ececec;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.decorate-control-items {
  display: block;
  height: 20px;
  margin-bottom: 2px;
  background-color: #ececec;
}

.decorate-control-items.decorate-active div {
  background-color: #fc8a17;
}

.decorate-control-items:last-child {
  margin-bottom: 0;
}

.decorate-form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  padding: 20px;
  overflow: auto;
  background-color: #efefef;
}

/**
 * Nestable
 */
.dd {
  list-style: none;
}

.dd-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  position: relative;
  display: block;
  min-height: 20px;
}

.dd-handle {
  display: block;
  height: 20px;
}

.dd-handle:hover {
  background: #f8f8f8;
}

.dd-item > button {
  position: relative;
  display: block;
  float: left;
  width: 25px;
  height: 20px;
  padding: 0;
  margin: 5px 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.dd-item > button::before {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  text-indent: 0;
  content: '+';
}

.dd-item > button[data-action="collapse"]::before {
  content: '-';
}

.dd-placeholder,
.dd-empty {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 20px;
  margin-bottom: 2px;
  background: #ffffff;
  border: 1px dashed #eaeaea;
}

.dd-placeholder:last-child,
.dd-empty:last-child {
  margin-bottom: 0;
}

.dd-empty {
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-position: 0 0, 30px 30px;
  background-size: 60px 60px;
  border: 1px dashed #bbbbbb;
}

.dd-dragel {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}

.login-skin {
  background: center/cover no-repeat fixed;
}

.login-skin::before {
  /* position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: "";
  background-color: #ffffff;
  opacity: 0.3; */
}

.login-header {
  height: 60px;
  line-height: 60px;
  color: white;
  background-color: rgba(0, 0, 0, 0.46);
}

.login-header .logo {
  height: 26px;
  margin-left: 50px;
  vertical-align: -8px;
}

.login-header .logo-desc {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
  font-weight: normal;
}

.login-header .navbar-right {
  float: right;
  margin-right: 20px;
  clear: both;
}

.login-header .navbar-right li {
  position: relative;
  display: block;
  float: left;
}

.login-header .navbar-right li > a {
  padding: 10px 15px;
  font-size: 12px;
  color: white;
  text-decoration: none;
}

.form-wrapper {
  position: absolute;
  top: 50%;
  left: 66%;
  width: 405px;
  padding: 48px;
  color: #eceef3;
  background: rgba(52, 66, 86, 0.5);
  border-radius: 10px;
  -webkit-transform: translate(-66%, -50%);
      -ms-transform: translate(-66%, -50%);
          transform: translate(-66%, -50%);
}

.form-wrapper a {
  text-decoration: underline;
}

.form-wrapper input:-webkit-autofill, .form-wrapper input:-webkit-autofill:hover, .form-wrapper input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
          box-shadow: 0 0 0 50px white inset;
}

.form-wrapper .form-title{
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.form-wrapper .input-group {
  position: relative;
  display: block;
}

.form-wrapper .input-group .fa {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px;
  font-size: 20px;
  color: #9599a8;
}

.form-wrapper .form-input {
  width: 100%;
  height: 50px;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  border: 0;
  border-radius: 3px;
}

.form-wrapper .remember-wrap {
  padding: 0 10px;
}

.form-wrapper .forget-pwd {
  float: right;
  font-size: 12px;
  color: #eceef3;
  clear: both;
}

.form-wrapper .submit {
  width: 100%;
  height: 50px;
  padding: 10px;
  margin: 28px 0;
  font-size: 20px;
  color: white;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, from(#246fdf), color-stop(50%, #2d8bf9), to(#0e71b6));
  background-image: -webkit-linear-gradient(left, #246fdf 0%, #2d8bf9 50%, #0e71b6 100%);
  background-image: linear-gradient(to right, #246fdf 0%, #2d8bf9 50%, #0e71b6 100%);
  border: 0;
  border-radius: 3px;
}

.form-wrapper .reg {
  font-size: 12px;
  color: #7fbcef;
}

.form-wrapper .text-center {
  text-align: center;
}

.form-wrapper .captcha-wrap {
  margin-bottom: 20px;
}

.form-wrapper .captcha-wrap .form-input {
  width: 200px;
  height: 50px;
  padding-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
}

.form-wrapper .captcha-wrap img {
  width: 100px;
  height: 46px;
  vertical-align: middle;
  cursor: pointer;
}

.form-wrapper .captcha-wrap a {
  margin-left: 5px;
  color: #eceef3;
  text-decoration: underline;
}

.info-tip {
  position: absolute;
  display: none;
  padding: 0 5px;
  margin: -18px 0 0 39px;
  *margin: 6px 0 0 -237px;
  overflow: visible;
  color: #333333;
  background: #ffffcc;
  border: 1px solid #dddddd;
}

.info-tip-arrow {
  position: absolute;
  display: block;
}

.info-tip-arrow:before {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  content: '\0020';
  border: 6px dashed transparent;
  top: -12px;
  left: calc(50% - 6px);
  border-bottom-style: solid;
  border-bottom-color: #ffffcc;
}

.info-tip-arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  content: '\0020';
  border: 7px dashed transparent;
  top: -14px;
  left: 7px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}

.error-info {
  position: absolute;
  top: 15px;
  right: 42px;
  padding: 0 5px 0 25px;
  font-size: 14px;
  color: #f97252;
}

.error-info .fa {
  font-size: 18px;
  vertical-align: -1px;
}
