@import url(common.aad19e0a-partial1.css);

.panel-success {
  border-color: #abe7ed;
}

.panel-success>.panel-heading {
  color: #27a4b0;
  background-color: #abe7ed;
  border-color: #abe7ed;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #abe7ed;
}

.panel-success>.panel-heading .badge {
  color: #abe7ed;
  background-color: #27a4b0;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #abe7ed;
}

.panel-info {
  border-color: #e0ebf9;
}

.panel-info>.panel-heading {
  color: #327ad5;
  background-color: #e0ebf9;
  border-color: #e0ebf9;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #e0ebf9;
}

.panel-info>.panel-heading .badge {
  color: #e0ebf9;
  background-color: #327ad5;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #e0ebf9;
}

.panel-warning {
  border-color: #f9e491;
}

.panel-warning>.panel-heading {
  color: #c29d0b;
  background-color: #f9e491;
  border-color: #f9e491;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #f9e491;
}

.panel-warning>.panel-heading .badge {
  color: #f9e491;
  background-color: #c29d0b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #f9e491;
}

.panel-danger {
  border-color: #fbe1e3;
}

.panel-danger>.panel-heading {
  color: #e73d4a;
  background-color: #fbe1e3;
  border-color: #fbe1e3;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #fbe1e3;
}

.panel-danger>.panel-heading .badge {
  color: #fbe1e3;
  background-color: #e73d4a;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #fbe1e3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal,
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:after,
.modal-header:before {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn1+.btn,
.modal-footer .btn1+.btn1,
.modal-footer .btn1+.btn2,
.modal-footer .btn1+.btn3,
.modal-footer .btn1+.btn4,
.modal-footer .btn1+.btn5,
.modal-footer .btn1+.btn6,
.modal-footer .btn1+.btn-cancel,
.modal-footer .btn1+.btn-link,
.modal-footer .btn2+.btn,
.modal-footer .btn2+.btn1,
.modal-footer .btn2+.btn2,
.modal-footer .btn2+.btn3,
.modal-footer .btn2+.btn4,
.modal-footer .btn2+.btn5,
.modal-footer .btn2+.btn6,
.modal-footer .btn2+.btn-cancel,
.modal-footer .btn2+.btn-link,
.modal-footer .btn3+.btn,
.modal-footer .btn3+.btn1,
.modal-footer .btn3+.btn2,
.modal-footer .btn3+.btn3,
.modal-footer .btn3+.btn4,
.modal-footer .btn3+.btn5,
.modal-footer .btn3+.btn6,
.modal-footer .btn3+.btn-cancel,
.modal-footer .btn3+.btn-link,
.modal-footer .btn4+.btn,
.modal-footer .btn4+.btn1,
.modal-footer .btn4+.btn2,
.modal-footer .btn4+.btn3,
.modal-footer .btn4+.btn4,
.modal-footer .btn4+.btn5,
.modal-footer .btn4+.btn6,
.modal-footer .btn4+.btn-cancel,
.modal-footer .btn4+.btn-link,
.modal-footer .btn5+.btn,
.modal-footer .btn5+.btn1,
.modal-footer .btn5+.btn2,
.modal-footer .btn5+.btn3,
.modal-footer .btn5+.btn4,
.modal-footer .btn5+.btn5,
.modal-footer .btn5+.btn6,
.modal-footer .btn5+.btn-cancel,
.modal-footer .btn5+.btn-link,
.modal-footer .btn6+.btn,
.modal-footer .btn6+.btn1,
.modal-footer .btn6+.btn2,
.modal-footer .btn6+.btn3,
.modal-footer .btn6+.btn4,
.modal-footer .btn6+.btn5,
.modal-footer .btn6+.btn6,
.modal-footer .btn6+.btn-cancel,
.modal-footer .btn6+.btn-link,
.modal-footer .btn+.btn,
.modal-footer .btn+.btn1,
.modal-footer .btn+.btn2,
.modal-footer .btn+.btn3,
.modal-footer .btn+.btn4,
.modal-footer .btn+.btn5,
.modal-footer .btn+.btn6,
.modal-footer .btn+.btn-cancel,
.modal-footer .btn+.btn-link,
.modal-footer .btn-cancel+.btn,
.modal-footer .btn-cancel+.btn1,
.modal-footer .btn-cancel+.btn2,
.modal-footer .btn-cancel+.btn3,
.modal-footer .btn-cancel+.btn4,
.modal-footer .btn-cancel+.btn5,
.modal-footer .btn-cancel+.btn6,
.modal-footer .btn-cancel+.btn-cancel,
.modal-footer .btn-cancel+.btn-link,
.modal-footer .btn-link+.btn,
.modal-footer .btn-link+.btn1,
.modal-footer .btn-link+.btn2,
.modal-footer .btn-link+.btn3,
.modal-footer .btn-link+.btn4,
.modal-footer .btn-link+.btn5,
.modal-footer .btn-link+.btn6,
.modal-footer .btn-link+.btn-cancel,
.modal-footer .btn-link+.btn-link {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn1+.btn,
.modal-footer .btn-group .btn1+.btn1,
.modal-footer .btn-group .btn1+.btn2,
.modal-footer .btn-group .btn1+.btn3,
.modal-footer .btn-group .btn1+.btn4,
.modal-footer .btn-group .btn1+.btn5,
.modal-footer .btn-group .btn1+.btn6,
.modal-footer .btn-group .btn1+.btn-cancel,
.modal-footer .btn-group .btn1+.btn-link,
.modal-footer .btn-group .btn2+.btn,
.modal-footer .btn-group .btn2+.btn1,
.modal-footer .btn-group .btn2+.btn2,
.modal-footer .btn-group .btn2+.btn3,
.modal-footer .btn-group .btn2+.btn4,
.modal-footer .btn-group .btn2+.btn5,
.modal-footer .btn-group .btn2+.btn6,
.modal-footer .btn-group .btn2+.btn-cancel,
.modal-footer .btn-group .btn2+.btn-link,
.modal-footer .btn-group .btn3+.btn,
.modal-footer .btn-group .btn3+.btn1,
.modal-footer .btn-group .btn3+.btn2,
.modal-footer .btn-group .btn3+.btn3,
.modal-footer .btn-group .btn3+.btn4,
.modal-footer .btn-group .btn3+.btn5,
.modal-footer .btn-group .btn3+.btn6,
.modal-footer .btn-group .btn3+.btn-cancel,
.modal-footer .btn-group .btn3+.btn-link,
.modal-footer .btn-group .btn4+.btn,
.modal-footer .btn-group .btn4+.btn1,
.modal-footer .btn-group .btn4+.btn2,
.modal-footer .btn-group .btn4+.btn3,
.modal-footer .btn-group .btn4+.btn4,
.modal-footer .btn-group .btn4+.btn5,
.modal-footer .btn-group .btn4+.btn6,
.modal-footer .btn-group .btn4+.btn-cancel,
.modal-footer .btn-group .btn4+.btn-link,
.modal-footer .btn-group .btn5+.btn,
.modal-footer .btn-group .btn5+.btn1,
.modal-footer .btn-group .btn5+.btn2,
.modal-footer .btn-group .btn5+.btn3,
.modal-footer .btn-group .btn5+.btn4,
.modal-footer .btn-group .btn5+.btn5,
.modal-footer .btn-group .btn5+.btn6,
.modal-footer .btn-group .btn5+.btn-cancel,
.modal-footer .btn-group .btn5+.btn-link,
.modal-footer .btn-group .btn6+.btn,
.modal-footer .btn-group .btn6+.btn1,
.modal-footer .btn-group .btn6+.btn2,
.modal-footer .btn-group .btn6+.btn3,
.modal-footer .btn-group .btn6+.btn4,
.modal-footer .btn-group .btn6+.btn5,
.modal-footer .btn-group .btn6+.btn6,
.modal-footer .btn-group .btn6+.btn-cancel,
.modal-footer .btn-group .btn6+.btn-link,
.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .btn+.btn1,
.modal-footer .btn-group .btn+.btn2,
.modal-footer .btn-group .btn+.btn3,
.modal-footer .btn-group .btn+.btn4,
.modal-footer .btn-group .btn+.btn5,
.modal-footer .btn-group .btn+.btn6,
.modal-footer .btn-group .btn+.btn-cancel,
.modal-footer .btn-group .btn+.btn-link,
.modal-footer .btn-group .btn-cancel+.btn,
.modal-footer .btn-group .btn-cancel+.btn1,
.modal-footer .btn-group .btn-cancel+.btn2,
.modal-footer .btn-group .btn-cancel+.btn3,
.modal-footer .btn-group .btn-cancel+.btn4,
.modal-footer .btn-group .btn-cancel+.btn5,
.modal-footer .btn-group .btn-cancel+.btn6,
.modal-footer .btn-group .btn-cancel+.btn-cancel,
.modal-footer .btn-group .btn-cancel+.btn-link,
.modal-footer .btn-group .btn-link+.btn,
.modal-footer .btn-group .btn-link+.btn1,
.modal-footer .btn-group .btn-link+.btn2,
.modal-footer .btn-group .btn-link+.btn3,
.modal-footer .btn-group .btn-link+.btn4,
.modal-footer .btn-group .btn-link+.btn5,
.modal-footer .btn-group .btn-link+.btn6,
.modal-footer .btn-group .btn-link+.btn-cancel,
.modal-footer .btn-group .btn-link+.btn-link {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Microsoft Yahei,Open Sans,Lantinghei SC,Hiragino Sans GB,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Microsoft Yahei,Open Sans,Lantinghei SC,Hiragino Sans GB,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel,
.carousel-inner {
  position: relative;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: left .6s ease-in-out;
  -o-transition: .6s ease-in-out left;
  transition: left .6s ease-in-out;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media (-webkit-transform-3d),(transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    left: 0;
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    left: 0;
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  background-image: linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn,
.carousel-caption .btn1,
.carousel-caption .btn2,
.carousel-caption .btn3,
.carousel-caption .btn4,
.carousel-caption .btn5,
.carousel-caption .btn6,
.carousel-caption .btn-cancel,
.carousel-caption .btn-link {
  text-shadow: none;
}

@media screen and (min-width:768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:after,
.clearfix:before,
.section-title:after,
.section-title:before {
  content: " ";
  display: table;
}

.clearfix:after,
.section-title:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right!important;
}

.pull-left {
  float: left!important;
}

.show {
  display: block!important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none!important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none!important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block!important;
  }

  table.visible-xs {
    display: table!important;
  }

  tr.visible-xs {
    display: table-row!important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell!important;
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block!important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline!important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block!important;
  }

  table.visible-sm {
    display: table!important;
  }

  tr.visible-sm {
    display: table-row!important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block!important;
  }

  table.visible-md {
    display: table!important;
  }

  tr.visible-md {
    display: table-row!important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block!important;
  }

  table.visible-lg {
    display: table!important;
  }

  tr.visible-lg {
    display: table-row!important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block!important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none!important;
  }
}

.visible-print {
  display: none!important;
}

@media print {
  .visible-print {
    display: block!important;
  }

  table.visible-print {
    display: table!important;
  }

  tr.visible-print {
    display: table-row!important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell!important;
  }
}

.visible-print-block {
  display: none!important;
}

@media print {
  .visible-print-block {
    display: block!important;
  }
}

.visible-print-inline {
  display: none!important;
}

@media print {
  .visible-print-inline {
    display: inline!important;
  }
}

.visible-print-inline-block {
  display: none!important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block!important;
  }
}

@media print {
  .hidden-print {
    display: none!important;
  }
}

.table {
  margin: 0;
}

.table.text-middle td {
  vertical-align: middle;
}

.table>thead>tr>th {
  background-color: #fcfcfc;
  font-weight: 400;
  color: #a6acbc;
  border-bottom: 0;
}

.table .nowrap,
.table>thead>tr>th {
  word-break: keep-all;
  white-space: nowrap;
}

.table-no-border,
.table-no-border>tbody>tr>td,
.table-no-border>tbody>tr>th,
.table-no-border>tfoot>tr>td,
.table-no-border>tfoot>tr>th,
.table-no-border>thead>tr>td,
.table-no-border>thead>tr>th {
  border: 0;
}

.table-no-border>thead>tr>td,
.table-no-border>thead>tr>th {
  border-bottom-width: 0;
}

.table1 tr>td:nth-child(odd) {
  width: 130px;
  background-color: #fcfcfc;
  color: #a6acbc;
}

.table2 tr>td:first-child {
  width: 130px;
}

.table3 tr>td:nth-child(odd) {
  background-color: #fcfcfc;
  color: #a6acbc;
}

.td-odd {
  background-color: #fcfcfc!important;
  color: #a6acbc!important;
}

.td-even {
  background-color: #fff!important;
  color: #43464f!important;
}

td p {
  margin-bottom: 0;
}

td p+p {
  margin-top: 10px;
}

.btn1:focus,
.btn1:hover,
.btn2:focus,
.btn2:hover,
.btn3:focus,
.btn3:hover,
.btn4:focus,
.btn4:hover,
.btn5:focus,
.btn5:hover,
.btn6:focus,
.btn6:hover,
.btn-cancel:focus,
.btn-cancel:hover,
.btn-link:focus,
.btn-link:hover,
.btn.focus,
.btn:focus,
.btn:hover,
.focus.btn1,
.focus.btn2,
.focus.btn3,
.focus.btn4,
.focus.btn5,
.focus.btn6,
.focus.btn-cancel,
.focus.btn-link {
  text-decoration: none;
}

.btn,
.btn1,
.btn2,
.btn3,
.btn4,
.btn5,
.btn6,
.btn-cancel,
.btn-link {
  outline: 0!important;
}

.btn1:hover,
.btn2:hover,
.btn3:hover,
.btn4:hover,
.btn5:hover,
.btn6:hover,
.btn-cancel:hover,
.btn-link:hover,
.btn:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.btn1+.btn,
.btn1+.btn1,
.btn1+.btn2,
.btn1+.btn3,
.btn1+.btn4,
.btn1+.btn5,
.btn1+.btn6,
.btn1+.btn-cancel,
.btn1+.btn-link,
.btn2+.btn,
.btn2+.btn1,
.btn2+.btn2,
.btn2+.btn3,
.btn2+.btn4,
.btn2+.btn5,
.btn2+.btn6,
.btn2+.btn-cancel,
.btn2+.btn-link,
.btn3+.btn,
.btn3+.btn1,
.btn3+.btn2,
.btn3+.btn3,
.btn3+.btn4,
.btn3+.btn5,
.btn3+.btn6,
.btn3+.btn-cancel,
.btn3+.btn-link,
.btn4+.btn,
.btn4+.btn1,
.btn4+.btn2,
.btn4+.btn3,
.btn4+.btn4,
.btn4+.btn5,
.btn4+.btn6,
.btn4+.btn-cancel,
.btn4+.btn-link,
.btn5+.btn,
.btn5+.btn1,
.btn5+.btn2,
.btn5+.btn3,
.btn5+.btn4,
.btn5+.btn5,
.btn5+.btn6,
.btn5+.btn-cancel,
.btn5+.btn-link,
.btn6+.btn,
.btn6+.btn1,
.btn6+.btn2,
.btn6+.btn3,
.btn6+.btn4,
.btn6+.btn5,
.btn6+.btn6,
.btn6+.btn-cancel,
.btn6+.btn-link,
.btn+.btn,
.btn+.btn1,
.btn+.btn2,
.btn+.btn3,
.btn+.btn4,
.btn+.btn5,
.btn+.btn6,
.btn+.btn-cancel,
.btn+.btn-link,
.btn-cancel+.btn,
.btn-cancel+.btn1,
.btn-cancel+.btn2,
.btn-cancel+.btn3,
.btn-cancel+.btn4,
.btn-cancel+.btn5,
.btn-cancel+.btn6,
.btn-cancel+.btn-cancel,
.btn-cancel+.btn-link,
.btn-link+.btn,
.btn-link+.btn1,
.btn-link+.btn2,
.btn-link+.btn3,
.btn-link+.btn4,
.btn-link+.btn5,
.btn-link+.btn6,
.btn-link+.btn-cancel,
.btn-link+.btn-link {
  margin-left: 5px;
}

.btn1 {
  background-color: #1478f0;
  border: 1px solid #1478f0;
  color: #fff;
}

.btn1:hover {
  background-color: #0b54ac;
  border-color: #0b54ac;
  color: #fff;
}

.btn1:focus {
  background-color: #1478f0;
  border: 1px solid #1478f0;
  color: #fff;
}

.btn1.disabled {
  background: #7a808f;
  color: #fff;
  border-color: #7a808f;
}

.btn2 {
  border: 1px solid #f5573e;
  background-color: #fff;
  color: #f5573e;
}

.btn2:hover {
  color: #fff;
  background-color: #f5573e;
}

.btn2:focus {
  background-color: #fff;
  color: #f5573e;
}

.btn3 {
  background-color: transparent;
  border: 1px solid #a6acbc;
  color: #a6acbc;
}

.btn3 .icon-gengxin,
.btn3 .icon-guanzhu,
.btn3 .icon-jiankong {
  margin-right: 5px;
}

.btn3:hover {
  color: #fff;
  background-color: #f5573e;
  border-color: #f5573e;
}

.btn3:focus {
  background-color: transparent;
  border: 1px solid #a6acbc;
  color: #a6acbc;
}

.btn3.active {
  color: #fff;
  background-color: #f5573e;
  border-color: #f5573e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn4 {
  color: #1478f0;
  border: 1px solid #1478f0;
  background-color: transparent;
}

.btn4 .icon-duiwaitouzixiazai {
  margin-right: 5px;
}

.btn4:focus {
  color: #1478f0;
  background-color: #fff;
}

.btn4:focus,
.btn4:hover {
  border: 1px solid #1478f0;
}

.btn4:hover {
  color: #fff;
  background-color: #1478f0;
}

.btn5 {
  border: 1px solid #a6acbc;
  background-color: #fff;
  color: #a6acbc;
}

.btn5:hover {
  color: #fff;
  background-color: #a6acbc;
}

.btn5:focus {
  background-color: #fff;
  color: #a6acbc;
}

.btn6 {
  border: 1px solid #ff9349;
  background-color: #ff9349;
  color: #fff;
}

.btn6:focus,
.btn6:hover {
  color: #ff9349;
  background-color: #fff;
}

.btn-cancel {
  background-color: transparent;
}

.btn-cancel,
.btn-cancel:focus {
  color: #a6acbc;
}

.btn-cancel:hover {
  color: #7a839b;
}

.btn-link {
  background-color: transparent;
  color: #1478f0;
}

.btn-link:focus,
.btn-link:hover {
  color: #0b54ac;
}

.label-a1,
.label-a2,
.label-a3,
.label-a4,
.label-a5,
.label-a6,
.label-blue,
.label-default,
.label-f1,
.label-f2,
.label-f3,
.label-gray,
.label-m1,
.label-m2,
.label-red,
.label-yellow {
  font-weight: 400;
  display: inline-block;
  background-color: transparent;
}

.label~.label {
  margin-left: 5px;
}

.label-a1,
.label-a2,
.label-a3,
.label-a4,
.label-a5,
.label-a6,
.label-blue,
.label-default,
.label-f1,
.label-f2,
.label-f3,
.label-gray,
.label-m1,
.label-m2,
.label-red,
.label-yellow {
  border: 1px solid;
}

.label-f3,
.label-gray {
  color: #a6acbc;
  border: 1px solid #a6acbc;
}

.label-a2,
.label-yellow {
  color: #fabb54;
  border: 1px solid #fabb54;
}

.label-blue,
.label-m1 {
  color: #1478f0;
  border: 1px solid #1478f0;
}

.label-m2,
.label-red {
  color: #f5573e;
  border: 1px solid #f5573e;
}

.label-f1 {
  color: #43464f;
  border: 1px solid #43464f;
}

.label-f2 {
  color: #7a808f;
  border: 1px solid #7a808f;
}

.label-f3 {
  color: #a6acbc;
  border: 1px solid #a6acbc;
}

.label-a1 {
  color: #1478f0;
  border: 1px solid #1478f0;
}

.label-a3 {
  color: #7686de;
  border: 1px solid #7686de;
}

.label-a4 {
  color: #a4afe8;
  border: 1px solid #a4afe8;
}

.label-a5 {
  color: #3ec95c;
  border: 1px solid #3ec95c;
}

.label-a6 {
  color: #23bfb1;
  border: 1px solid #23bfb1;
}

.modal.fade .modal-dialog>.modal-content {
  border-radius: 4px;
}

.dropdown-menu {
  -webkit-box-shadow: 5px 5px hsla(0,0%,40%,.1);
  box-shadow: 5px 5px hsla(0,0%,40%,.1);
}

.btn-group>.dropdown-menu,
.dropdown-toggle>.dropdown-menu,
.dropdown>.dropdown-menu {
  margin-top: 10px;
}

.btn-group>.dropdown-menu:after,
.dropdown-toggle>.dropdown-menu:after,
.dropdown>.dropdown-menu:after {
  position: absolute;
  top: -7px;
  left: 10px;
  right: auto;
  display: inline-block!important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  content: "";
}

.btn-group>.dropdown-menu:before,
.dropdown-toggle>.dropdown-menu:before,
.dropdown>.dropdown-menu:before {
  position: absolute;
  top: -8px;
  left: 9px;
  right: auto;
  display: inline-block!important;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e0e0e0;
  border-left: 8px solid transparent;
  content: "";
}

.navbar {
  border: 0;
}

.bg1 {
  background-color: #fcfcfc;
}

.bg2 {
  background-color: #f8f8f8;
}

.bg3 {
  background-color: #ebeef2;
}

.bg4 {
  background-color: #f5faff;
}

.padding-t-2px {
  padding-top: 2px!important;
}

.padding-t-10px {
  padding-top: 10px!important;
}

.padding-b-50x {
  padding-bottom: 50px!important;
}

.padding-10px {
  padding: 10px!important;
}

.padding-r-20px {
  padding-right: 20px!important;
}

.padding-v-20px {
  padding-bottom: 20px!important;
  padding-top: 20px!important;
}

.padding-v-30px {
  padding-bottom: 30px!important;
  padding-top: 30px!important;
}

.padding-l-40px {
  padding-left: 40px!important;
}

.padding-l-0x {
  padding-left: 0!important;
}

.padding-l-0-3x {
  padding-left: 5px!important;
}

.padding-l-0-6x {
  padding-left: 10px!important;
}

.padding-l-1x {
  padding-left: 15px!important;
}

.padding-l-2x {
  padding-left: 30px!important;
}

.padding-r-0x {
  padding-right: 0!important;
}

.padding-r-0-3x {
  padding-right: 5px!important;
}

.padding-r-0-6x {
  padding-right: 10px!important;
}

.padding-r-1x {
  padding-right: 15px!important;
}

.padding-r-2x {
  padding-right: 30px!important;
}

.padding-t-0x {
  padding-top: 0!important;
}

.padding-t-0-3x {
  padding-top: 5px!important;
}

.padding-t-0-6x {
  padding-top: 10px!important;
}

.padding-t-1x {
  padding-top: 15px!important;
}

.padding-t-2x {
  padding-top: 30px!important;
}

.padding-b-0x {
  padding-bottom: 0!important;
}

.padding-b-0-3x {
  padding-bottom: 5px!important;
}

.padding-b-0-6x {
  padding-bottom: 10px!important;
}

.padding-b-1x {
  padding-bottom: 15px!important;
}

.padding-b-2x {
  padding-bottom: 30px!important;
}

.padding-h-0x {
  padding-left: 0!important;
  padding-right: 0!important;
}

.padding-h-0-3x {
  padding-left: 5px!important;
  padding-right: 5px!important;
}

.padding-h-0-6x {
  padding-left: 10px!important;
  padding-right: 10px!important;
}

.padding-h-1x {
  padding-left: 15px!important;
  padding-right: 15px!important;
}

.padding-h-2x {
  padding-left: 30px!important;
  padding-right: 30px!important;
}

.padding-v-0x {
  padding-bottom: 0!important;
  padding-top: 0!important;
}

.padding-v-0-3x {
  padding-bottom: 5px!important;
  padding-top: 5px!important;
}

.padding-v-0-6x {
  padding-bottom: 10px!important;
  padding-top: 10px!important;
}

.padding-v-1x {
  padding-bottom: 15px!important;
  padding-top: 15px!important;
}

.padding-v-2x {
  padding-bottom: 30px!important;
  padding-top: 30px!important;
}

.padding-0x {
  padding: 0!important;
}

.padding-0-3x {
  padding: 5px!important;
}

.padding-0-6x {
  padding: 10px!important;
}

.padding-1x {
  padding: 15px!important;
}

.padding-2x {
  padding: 30px!important;
}

.margin-t-5px {
  margin-top: 5px!important;
}

.margin-t-10px {
  margin-top: 10px!important;
}

.margin-t-15px {
  margin-top: 15px!important;
}

.margin-t-20px {
  margin-top: 20px!important;
}

.margin-t-40px {
  margin-top: 40px!important;
}

.margin-t-60px {
  margin-top: 60px!important;
}

.margin-l-10px {
  margin-left: 10px!important;
}

.margin-l-20px {
  margin-left: 20px!important;
}

.margin-r-50px {
  margin-right: 50px!important;
}

.margin-t-30px {
  margin-top: 30px!important;
}

.margin-v-20px {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}

.margin-v-10px {
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}

.margin-r-5px {
  margin-right: 5px;
}

.margin-l-0x {
  margin-left: 0!important;
}

.margin-l-0-3x {
  margin-left: 5px!important;
}

.margin-l-0-6x {
  margin-left: 10px!important;
}

.margin-l-1x {
  margin-left: 15px!important;
}

.margin-l-1-6x {
  margin-left: 20px!important;
}

.margin-l-2x {
  margin-left: 30px!important;
}

.margin-r-0x {
  margin-right: 0!important;
}

.margin-r-0-3x {
  margin-right: 5px!important;
}

.margin-r-0-6x {
  margin-right: 10px!important;
}

.margin-r-1x {
  margin-right: 15px!important;
}

.margin-r-2x {
  margin-right: 30px!important;
}

.margin-t-0x {
  margin-top: 0!important;
}

.margin-t-0-3x {
  margin-top: 5px!important;
}

.margin-t-0-6x {
  margin-top: 10px!important;
}

.margin-t-1x {
  margin-top: 15px!important;
}

.margin-t-2x {
  margin-top: 30px!important;
}

.margin-b-0x {
  margin-bottom: 0!important;
}

.margin-b-0-3x {
  margin-bottom: 5px!important;
}

.margin-b-0-6x {
  margin-bottom: 10px!important;
}

.margin-b-1x {
  margin-bottom: 15px!important;
}

.margin-b-2x {
  margin-bottom: 30px!important;
}

.margin-h-0x {
  margin-left: 0!important;
  margin-right: 0!important;
}

.margin-h-0-3x {
  margin-left: 5px!important;
  margin-right: 5px!important;
}

.margin-h-0-6x {
  margin-left: 10px!important;
  margin-right: 10px!important;
}

.margin-h-1x {
  margin-left: 15px!important;
  margin-right: 15px!important;
}

.margin-h-2x {
  margin-left: 30px!important;
  margin-right: 30px!important;
}

.margin-v-0x {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.margin-v-0-3x {
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}

.margin-v-0-6x {
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}

.margin-v-1x {
  margin-top: 15px!important;
  margin-bottom: 15px!important;
}

.margin-v-2x {
  margin-top: 30px!important;
  margin-bottom: 30px!important;
}

.margin-0x {
  margin: 0!important;
}

.margin-0-3x {
  margin: 5px!important;
}

.margin-0-6x {
  margin: 10px!important;
}

.margin-1x {
  margin: 15px!important;
}

.margin-2x {
  margin: 30px!important;
}

.border-b4 {
  border: 1px solid #eaedf4;
}

.border-l-b4 {
  border-left: 1px solid #eaedf4;
}

.border-r-b4 {
  border-right: 1px solid #eaedf4;
}

.border-t-b4 {
  border-top: 1px solid #eaedf4;
}

.border-b-b4 {
  border-bottom: 1px solid #eaedf4;
}

.border-h-b4 {
  border-left: 1px solid #eaedf4;
  border-right: 1px solid #eaedf4;
}

.border-v-b4 {
  border-bottom: 1px solid #eaedf4;
  border-top: 1px solid #eaedf4;
}

.border-0 {
  border: 0;
}

@media (min-width:992px) {
  .right-container-with-gap {
    padding-left: 15px;
    padding-right: 0;
  }

  .right-container-with-gap>.right-container-with-gap-inner {
    border: 1px solid #e0e3ec;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width:991px) {
  .right-container-with-gap {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }

  .right-container-with-gap>.right-container-with-gap-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

html {
  min-height: 100%;
  position: relative;
}

body,
html {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none!important;
  cursor: pointer;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

a.disabled {
  color: #777;
}

em {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-style: normal;
  color: #db280b;
}

gm {
  color: #a6acbc;
}

.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hide {
  display: none!important;
}

.invisible {
  visibility: hidden;
}

.required {
  color: #e73d4a;
}

.relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.break-all {
  word-break: break-all;
}

.cursor-p {
  cursor: pointer;
}

.hidelong {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

option {
  outline-color: #1478f0;
}

.font-bold,
b,
label,
strong {
  font-weight: 600;
}

.new-modal-dialog {
  width: 980px;
  margin-top: 220px;
}

.new-modal-dialog .modal-new-header {
  padding: 34px 30px;
  border-bottom: 0;
  line-height: 38px;
}

.new-modal-dialog .modal-new-header:before {
  content: " ";
  position: absolute;
  width: 95px;
  height: 32px;
  background: url(//cache.qixin.com/pcweb/logo-de5f6adf.svg) 50% no-repeat;
  background-size: contain;
  left: 30px;
  top: 37px;
}

.new-modal-dialog .modal-new-header .close-div {
  float: right;
  color: #a5abbb;
  font-size: 38px;
  cursor: pointer;
  font-weight: 300;
}

.new-modal-dialog .modal-body {
  padding: 0 30px 35px;
}

.new-modal-dialog .modal-body table td {
  padding-left: 20px;
  padding-right: 20px;
  color: #43464f;
  font-size: 16px;
}

.new-modal-dialog .modal-body table td:nth-child(odd) {
  min-width: 180px;
  background: #f5f5f5;
}

.new-modal-dialog .modal-body table td:nth-child(2n) {
  min-width: 180px;
  color: #7a808f;
}

.font-white {
  color: #fff;
}

.font-black {
  color: #000;
}

.font-f1 {
  color: #43464f;
}

.font-f2 {
  color: #7a808f;
}

.font-f3 {
  color: #a6acbc;
}

.font-m1 {
  color: #1478f0;
}

.font-m2 {
  color: #f5573e;
}

.font-a1 {
  color: #1478f0;
}

.font-a2 {
  color: #fabb54;
}

.font-a3 {
  color: #7686de;
}

.font-a4 {
  color: #a4afe8;
}

.font-a5 {
  color: #3ec95c;
}

.font-a6 {
  color: #23bfb1;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-32 {
  font-size: 32px;
}

.font-48 {
  font-size: 48px;
}

.font-30 {
  font-size: 30px;
}

.font-100 {
  font-size: 100px;
}

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #fff;
}

.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
}

#toast-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container>div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container>div:hover {
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container>.toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=")!important;
}

#toast-container>.toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=")!important;
}

#toast-container>.toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==")!important;
}

#toast-container>.toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=")!important;
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media (max-width:240px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}

@media (min-width:241px) and (max-width:480px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}

@media (min-width:481px) and (max-width:768px) {
  #toast-container>div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

#toast-container {
  z-index: 9999;
}

#toast-container>:hover {
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
}

#toast-container>div {
  border-radius: 0;
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
  width: 100%;
}

.flex-row-start-between {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-row-start-between,
.flex-row-start-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-row-start-start {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-row-center-end {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-row-center-end,
.flex-row-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-row-start-center {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-row-center-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-row-center-center,
.flex-row-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-row-center-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-row-center-between {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-column-between-end,
.flex-row-center-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-column-between-end {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-column-center-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-column-center-start,
.flex-column-start-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-column-start-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-column-start-center {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-column-center-center,
.flex-column-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-column-center-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #1478f0;
  height: 2px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3100;
}

#nprogress .peg {
  -webkit-box-shadow: 0 0 10px #1478f0,0 0 5px #1478f0;
  box-shadow: 0 0 10px #1478f0,0 0 5px #1478f0;
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(3deg) translateY(-4px);
  -ms-transform: rotate(3deg) translateY(-4px);
  transform: rotate(3deg) translateY(-4px);
  width: 100px;
}

#nprogress .spinner {
  display: block;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 3100;
}

#nprogress .spinner-icon {
  -webkit-animation: nprogress-spinner .4s linear infinite;
  animation: nprogress-spinner .4s linear infinite;
  border: 2px solid transparent;
  border-left-color: #1478f0;
  border-radius: 50%;
  border-top-color: #1478f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 18px;
  width: 18px;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.twitter-typeahead {
  display: table!important;
  -webkit-transition: all .03s;
  -o-transition: all .03s;
  transition: all .03s;
  width: 100%;
}

.twitter-typeahead>.form-control {
  margin: 0!important;
}

.twitter-typeahead .tt-hint {
  color: #b5b9c2!important;
}

.twitter-typeahead .tt-menu {
  -webkit-box-shadow: 5px 5px hsla(0,0%,40%,.1);
  box-shadow: 5px 5px hsla(0,0%,40%,.1);
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #eaedf4;
  margin-top: 0;
  max-height: 250px;
  min-width: 160px;
  overflow-y: auto;
  padding: 5px 0;
  width: 100%;
}

.twitter-typeahead .modal-open .tt-menu {
  z-index: 10055!important;
}

.twitter-typeahead .tt-suggestion {
  font-size: 14px;
  line-height: 16px;
  padding: 6px 12px;
}

.twitter-typeahead .tt-suggestion>a {
  color: #7a808f;
  display: inline-block;
  width: 100%;
}

.twitter-typeahead .tt-suggestion>a>.match-field {
  color: #a6acbc;
  display: inline-block;
  min-width: 120px;
}

.twitter-typeahead .tt-suggestion>a>.match-value {
  display: inline-block;
}

.twitter-typeahead .tt-suggestion:hover {
  background: #e5f1ff;
  cursor: pointer;
}

.twitter-typeahead .tt-highlight {
  color: #1478f0;
  font-weight: 400;
}

.twitter-typeahead .tt-cursor {
  background: #e5f1ff;
}

.twitter-typeahead .tt-cursor>a>.match-field,
.twitter-typeahead .tt-cursor>a>.match-value {
  color: #1478f0;
}

.twitter-typeahead .tt-cursor>a>.match-value>strong {
  font-weight: 400;
}

.twitter-typeahead .tt-cursor>a>.match-value>.tt-highlight {
  color: #1478f0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0;
}

.section-title {
  font-family: Helvetica Neue,Helvetica,STHeiti,Verdana,Microsoft YaHei,Sans-Serif;
  border-left: 3px solid #1478f0;
  padding-left: 8px;
  height: 18px;
}

.tab-content .add-brand-logo:before,
.tab-content .section-title:before {
  content: " ";
  float: right;
  width: 69px;
  height: 23px;
  background: url(//cache.qixin.com/pcweb/logo-de5f6adf.svg) 50% no-repeat;
  background-size: 69px 23px;
  margin-left: 15px;
}

.section-title-class {
  display: inline-block;
  height: 14px;
  width: 8px;
}

.link-f1 {
  color: #43464f;
}

.link-f1:focus,
.link-f1:hover {
  color: #0b54ac;
}

.link-f2 {
  color: #7a808f;
}

.link-f2:focus,
.link-f2:hover {
  color: #0b54ac;
}

.link-f3 {
  color: #a6acbc;
}

.link-f3:focus,
.link-f3:hover {
  color: #0b54ac;
}

.bg-b1 {
  background-color: #fcfcfc;
}

.bg-b2 {
  background-color: #f8f8f8;
}

.bg-m4 {
  background-color: #4a90e2;
}

.bg-b8 {
  background-color: #f2f2f2;
}

.bg-white {
  background-color: #fff;
}

.pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.geetest_panel_footer_copyright,
.geetest_panel_footer_logo {
  visibility: hidden!important;
}

.geetest_wind.geetest_panel .geetest_panel_box .geetest_panel_loading .geetest_panel_loading_content {
  color: #1478f0!important;
}

.geetest_wind.geetest_panel .geetest_panel_box .geetest_panel_footer {
  border-top: 0!important;
}

.geetest_wind.geetest_panel .geetest_panel_box {
  border: 1px solid rgba(0,0,0,.2)!important;
  border-radius: 4px!important;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5)!important;
  box-shadow: 0 3px 9px rgba(0,0,0,.5)!important;
  background-clip: padding-box!important;
  outline: 0!important;
}

.geetest_holder.geetest_silver .geetest_panel .geetest_commit {
  border-color: #1478f0!important;
  border-radius: 0!important;
  background-color: #1478f0!important;
}

.geetest_holder.geetest_silver .geetest_panel .geetest_commit:hover {
  border-color: #0b54ac!important;
  background-color: #0b54ac!important;
}

.geetest_holder.geetest_silver .geetest_panel .geetest_commit>.geetest_commit_tip {
  font-size: 14px!important;
}

.geetest_wind.geetest_panel .geetest_panel_ghost {
  opacity: .5!important;
}

.geetest_holder.geetest_silver .geetest_head .geetest_tips .geetest_mark {
  color: #1478f0!important;
}

.geetest_holder.geetest_wind .geetest_radar_btn,
.geetest_holder.geetest_wind .geetest_radar_btn:hover {
  background-image: none!important;
}

.geetest_holder.geetest_wind .geetest_radar_btn>.geetest_radar_tip>.geetest_radar_tip_content:hover {
  color: #1478f0;
}

.geetest_holder.geetest_wind .geetest_radar_btn,
.geetest_holder.geetest_wind .geetest_success_btn {
  border-radius: 0!important;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label:before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
  -o-transition: border .15s ease-in-out,color .15s ease-in-out;
  transition: border .15s ease-in-out,color .15s ease-in-out;
}

.checkbox label:after,
.checkbox label:before {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-left: -20px;
}

.checkbox label:after {
  width: 16px;
  height: 16px;
  top: 0;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type=checkbox]:focus+label:before,
.checkbox input[type=radio]:focus+label:before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type=checkbox]:checked+label:after,
.checkbox input[type=radio]:checked+label:after {
  font-family: qixin;
  content: "\E936";
}

.checkbox input[type=checkbox]:indeterminate+label:after,
.checkbox input[type=radio]:indeterminate+label:after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}

.checkbox input[type=checkbox]:disabled+label,
.checkbox input[type=radio]:disabled+label {
  opacity: .65;
}

.checkbox input[type=checkbox]:disabled+label:before,
.checkbox input[type=radio]:disabled+label:before {
  background-color: #eee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label:before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked+label:before,
.checkbox-primary input[type=radio]:checked+label:before {
  background-color: #1478f0;
  border-color: #1478f0;
}

.checkbox-primary input[type=checkbox]:checked+label:after,
.checkbox-primary input[type=radio]:checked+label:after {
  color: #fff;
}

.checkbox-danger input[type=checkbox]:checked+label:before,
.checkbox-danger input[type=radio]:checked+label:before {
  background-color: #ed6b75;
  border-color: #ed6b75;
}

.checkbox-danger input[type=checkbox]:checked+label:after,
.checkbox-danger input[type=radio]:checked+label:after {
  color: #fff;
}

.checkbox-info input[type=checkbox]:checked+label:before,
.checkbox-info input[type=radio]:checked+label:before {
  background-color: #1478f0;
  border-color: #1478f0;
}

.checkbox-info input[type=checkbox]:checked+label:after,
.checkbox-info input[type=radio]:checked+label:after {
  color: #fff;
}

.checkbox-warning input[type=checkbox]:checked+label:before,
.checkbox-warning input[type=radio]:checked+label:before {
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.checkbox-warning input[type=checkbox]:checked+label:after,
.checkbox-warning input[type=radio]:checked+label:after {
  color: #fff;
}

.checkbox-success input[type=checkbox]:checked+label:before,
.checkbox-success input[type=radio]:checked+label:before {
  background-color: #36c6d3;
  border-color: #36c6d3;
}

.checkbox-success input[type=checkbox]:checked+label:after,
.checkbox-success input[type=radio]:checked+label:after {
  color: #fff;
}

.checkbox-primary input[type=checkbox]:indeterminate+label:before,
.checkbox-primary input[type=radio]:indeterminate+label:before {
  background-color: #1478f0;
  border-color: #1478f0;
}

.checkbox-primary input[type=checkbox]:indeterminate+label:after,
.checkbox-primary input[type=radio]:indeterminate+label:after {
  background-color: #fff;
}

.checkbox-danger input[type=checkbox]:indeterminate+label:before,
.checkbox-danger input[type=radio]:indeterminate+label:before {
  background-color: #ed6b75;
  border-color: #ed6b75;
}

.checkbox-danger input[type=checkbox]:indeterminate+label:after,
.checkbox-danger input[type=radio]:indeterminate+label:after {
  background-color: #fff;
}

.checkbox-info input[type=checkbox]:indeterminate+label:before,
.checkbox-info input[type=radio]:indeterminate+label:before {
  background-color: #1478f0;
  border-color: #1478f0;
}

.checkbox-info input[type=checkbox]:indeterminate+label:after,
.checkbox-info input[type=radio]:indeterminate+label:after {
  background-color: #fff;
}

.checkbox-warning input[type=checkbox]:indeterminate+label:before,
.checkbox-warning input[type=radio]:indeterminate+label:before {
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.checkbox-warning input[type=checkbox]:indeterminate+label:after,
.checkbox-warning input[type=radio]:indeterminate+label:after {
  background-color: #fff;
}

.checkbox-success input[type=checkbox]:indeterminate+label:before,
.checkbox-success input[type=radio]:indeterminate+label:before {
  background-color: #36c6d3;
  border-color: #36c6d3;
}

.checkbox-success input[type=checkbox]:indeterminate+label:after,
.checkbox-success input[type=radio]:indeterminate+label:after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label:before {
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border .15s ease-in-out;
  -o-transition: border .15s ease-in-out;
  transition: border .15s ease-in-out;
}

.radio label:after,
.radio label:before {
  display: inline-block;
  position: absolute;
  margin-left: -20px;
}

.radio label:after {
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background-color: #555;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
  -o-transition: -o-transform .1s cubic-bezier(.8,-.33,.2,1.33);
  transition: -webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
  -o-transition: transform .1s cubic-bezier(.8,-.33,.2,1.33);
  transition: transform .1s cubic-bezier(.8,-.33,.2,1.33);
  transition: transform .1s cubic-bezier(.8,-.33,.2,1.33),-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
}

.radio input[type=radio] {
  opacity: 0;
  z-index: 1;
}

.radio input[type=radio]:focus+label:before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type=radio]:checked+label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.radio input[type=radio]:disabled+label {
  opacity: .65;
}

.radio input[type=radio]:disabled+label:before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio]+label:after {
  background-color: #1478f0;
}

.radio-primary input[type=radio]:checked+label:before {
  border-color: #1478f0;
}

.radio-primary input[type=radio]:checked+label:after {
  background-color: #1478f0;
}

.radio-danger input[type=radio]+label:after {
  background-color: #ed6b75;
}

.radio-danger input[type=radio]:checked+label:before {
  border-color: #ed6b75;
}

.radio-danger input[type=radio]:checked+label:after {
  background-color: #ed6b75;
}

.radio-info input[type=radio]+label:after {
  background-color: #1478f0;
}

.radio-info input[type=radio]:checked+label:before {
  border-color: #1478f0;
}

.radio-info input[type=radio]:checked+label:after {
  background-color: #1478f0;
}

.radio-warning input[type=radio]+label:after {
  background-color: #f1c40f;
}

.radio-warning input[type=radio]:checked+label:before {
  border-color: #f1c40f;
}

.radio-warning input[type=radio]:checked+label:after {
  background-color: #f1c40f;
}

.radio-success input[type=radio]+label:after {
  background-color: #36c6d3;
}

.radio-success input[type=radio]:checked+label:before {
  border-color: #36c6d3;
}

.radio-success input[type=radio]:checked+label:after {
  background-color: #36c6d3;
}

input[type=checkbox].styled:checked+label:after,
input[type=radio].styled:checked+label:after {
  font-family: qixin;
  content: "\E936";
}

input[type=checkbox] .styled:checked+label:after,
input[type=checkbox] .styled:checked+label:before,
input[type=radio] .styled:checked+label:after,
input[type=radio] .styled:checked+label:before {
  color: #fff;
}

.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
  display: none!important;
}

.bootstrap-select {
  width: 220px \0;
}

.bootstrap-select>.dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
  color: hsla(0,0%,100%,.5);
}

.bootstrap-select>select {
  position: absolute!important;
  bottom: 0;
  left: 50%;
  display: block!important;
  width: .5px!important;
  height: 100%!important;
  padding: 0!important;
  opacity: 0!important;
  border: none;
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block!important;
  width: 100%!important;
  z-index: 2;
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto!important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: thin dotted #333!important;
  outline: 5px auto -webkit-focus-ring-color!important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn1,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn2,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn3,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn4,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn5,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn6,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn-cancel,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn-link {
  border-radius: 0;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: .25rem .5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: .5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
  outline: none!important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0!important;
  padding: 0!important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle:before {
  content: "";
  display: inline-block;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu>.inner:focus {
  outline: none!important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: hsla(0,0%,100%,.5)!important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: .5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid hsla(0,0%,80%,.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid hsla(0,0%,80%,.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
  display: block;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.bootstrap-maxlength.label {
  border-radius: 0;
  font-weight: 500;
}

.bootstrap-maxlength.label-success {
  background-color: transparent;
  border-color: transparent;
  color: #7a808f;
}

.bootstrap-maxlength.label-danger {
  background-color: transparent;
  border-color: transparent;
  color: #f5573e;
}

.fixed-tool {
  position: fixed;
  right: 0;
  width: 60px;
  bottom: 110px;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 3px 3px rgba(0,0,0,.05);
  box-shadow: 1px 0 3px 3px rgba(0,0,0,.05);
}

.fixed-tool .aside-content {
  width: 60px;
  height: 70px;
  cursor: pointer;
  padding: 5px;
  padding-top: 15px;
  text-align: center;
  color: #7a808f;
}

.fixed-tool .aside-content p {
  font-size: 12px;
}

.fixed-tool .aside-content img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  margin-top: 5px;
}

.fixed-tool .aside-content .popover-content img {
  width: 140px;
  height: 140px;
  position: relative;
  left: 0;
  margin-top: 0;
}

.fixed-tool .aside-content:hover {
  color: #fff;
  background-color: #1478f0;
}

.fixed-tool .aside-content:hover i:before {
  color: #fff!important;
}

.fixed-tool .aside-content .icon {
  font-size: 26px;
}

@media only screen and (max-width:840px) {
  .fixed-tool {
    display: none;
  }
}

.fixed-bottom {
  z-index: 4;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  font-size: 20px;
  cursor: default;
  background: #1478f0;
  display: none;
}

.fixed-bottom p {
  font-size: 25px;
  color: #fff;
  letter-spacing: 1.44px;
  line-height: 70px;
}

.fixed-bottom>div {
  position: relative;
}

.fixed-bottom>div .qr-container {
  background: #1478f0;
  width: 130px;
  padding: 9px;
  position: absolute;
  right: 10%;
  top: -83px;
}

.fixed-bottom>div .qr-container p {
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin-top: 7px;
}

.fixed-bottom>div img {
  display: inline-block;
  width: 112px;
  height: 112px;
}

@media (max-width:1600px) and (min-width:1400px) {
  .buttons {
    right: 280px;
  }
}

@media (max-width:1400px) and (min-width:1200px) {
  .buttons {
    right: 210px;
  }
}

@media (max-width:1200px) {
  .buttons {
    right: 160px;
  }
}

.closing {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  right: 15px;
  width: 20px;
  height: 80px;
  vertical-align: middle;
  background: url(//cache.qixin.com/pcweb/close-0d67d744.png) 50% no-repeat;
}

.fixed-left {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  width: 87.5px;
  height: 70px;
  font-size: 20px;
  cursor: pointer;
  background: url(//cache.qixin.com/pcweb/left_button-ca86259a.png) 50% no-repeat;
  background-size: contain;
}

.app-bottom-brands {
  background-color: #222a37;
}

.app-bottom-brands .jsgov-brand img {
  width: 64px!important;
  height: 66px!important;
  display: inline-block!important;
}

.app-top-bar {
  background-color: #fcfcfc;
}

.app-top-bar .img-responsive {
  display: inline-block;
}

.app-top-bar .bg-top {
  line-height: 33px;
  background: #222a37;
}

.app-top-bar .nav-link+.nav-link {
  margin-left: 36px;
}

.app-top-bar .logo {
  width: 100px;
  height: 32px;
  cursor: pointer;
  margin-right: 17px;
}

.app-top-bar .groupVip {
  width: 20px;
  height: 20px;
  margin-top: -6px;
  margin-right: 8px;
  cursor: pointer;
}

.app-top-bar .nav-link-2 {
  color: #cfcfcf;
  display: inline-block;
}

.app-top-bar .dropdown-a {
  height: 33px;
}

.app-top-bar .link-group {
  cursor: pointer;
}

.app-top-bar .link-group:hover {
  color: #bb4300;
}

.app-top-bar .nav-link {
  color: #7a808f;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.app-top-bar .nav-link:hover,
.app-top-bar .nav-link a:hover {
  color: #5ca8ff!important;
}

.app-top-bar .nav-link>.dropdown-menu {
  margin-top: 0;
}

.app-top-bar .nav-link .avator {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
}

.app-top-bar .nav-link .user-name {
  max-width: 120px;
  display: inline-block;
  vertical-align: top;
  color: #cfcfcf;
}

.app-top-bar .dropdown-container {
  position: relative;
}

.app-top-bar .dropdown-container .dropdown-list {
  position: absolute;
  left: 0;
  padding-left: 0;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 hsla(0,0%,55%,.5);
  box-shadow: 0 2px 4px 0 hsla(0,0%,55%,.5);
  padding-bottom: 5px;
  margin-bottom: 5px;
  z-index: 1000;
}

.app-top-bar .dropdown-container .dropdown-list li {
  list-style: none;
  line-height: 26px;
}

.app-top-bar .dropdown-container .dropdown-list li a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}

.app-top-bar .dropdown-container .dropdown-list li:hover a {
  color: #5ca8ff!important;
  background: #e5f1ff;
}

.app-top-bar .dropdown-container .dropdown-list .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.app-top-bar .dropdown-container .coorperation-list {
  top: 33px;
  min-width: 90px;
  margin-left: -5px;
}

.app-top-bar .dropdown-container .qrcode-img {
  top: 33px;
  min-width: 140px;
  width: 140px;
  height: 140px;
  border-radius: 0;
}

.app-top-bar .dropdown-container .center-list {
  width: 150px;
  top: 68px;
}

.app-top-bar .color-cf {
  color: #cfcfcf;
}

.app-top-bar .top-arrow-icon {
  display: inline-block;
  -webkit-transform: translateY(15%) scale(.7);
  -ms-transform: translateY(15%) scale(.7);
  transform: translateY(15%) scale(.7);
}

.app-top-bar .bg-bottom {
  background: #fff;
  line-height: 68px;
}

.app-top-bar .bg-bottom .privilege-icon {
  width: 123px;
  height: 38px;
}

.app-top-bar .user-login {
  color: #333;
  font-size: 15px;
}

.app-top-bar .monitor-tip {
  vertical-align: middle;
  padding-left: 10px;
}

.app-search-btn-top-bar {
  display: inline-table;
  border-collapse: separate;
  width: 631px;
  height: 42px;
  vertical-align: middle;
}

.app-search-btn-top-bar .icon-position {
  position: absolute;
  left: 10px;
  top: 14px;
  z-index: 99;
  color: #1478f0;
  cursor: pointer;
}

.app-search-btn-top-bar .icon-position:hover {
  color: #005dcc;
}

.app-search-btn-top-bar .input {
  height: 42px;
  border: 1px solid #dfe1e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: 2em;
}

.app-search-btn-top-bar .input:focus,
.app-search-btn-top-bar .input:hover {
  outline: 0;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32,33,36,.28)!important;
  box-shadow: 0 1px 6px 0 rgba(32,33,36,.28)!important;
}

.app-search-btn-top-bar .search-btn-content {
  border-left: 1px solid #e3e3e3;
  width: 97px;
  height: 42px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: #1478f0;
}

.app-search-btn-top-bar .search-btn-content:hover {
  color: #005dcc;
}

.app-search-btn-top-bar .search-btn-content .inline-content {
  position: absolute;
  top: 12px;
  left: 0;
  height: 18px;
  line-height: 18px;
  width: 100%;
  text-align: center;
}

.app-search-btn-top-bar .search-btn-content .inline-content .icon-search {
  padding-right: 6px;
  display: table-cell;
}

.app-search-btn-top-bar .tt-input {
  color: #000;
  padding-right: 127px;
}

.app-search-btn-top-bar .tt-hint {
  color: #b5b9c2!important;
}

.app-search-btn-top-bar .input-group-top-bar input.tt-hint {
  background-color: #fff!important;
}

.app-search-btn-top-bar>.twitter-typeahead>input.form-control {
  height: 42px;
}

.app-search-btn-top-bar .form-control:focus {
  -webkit-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
}

.app-search-btn-top-bar .tt-menu {
  margin-top: 12px!important;
  border: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  border-radius: 2px;
}

.app-search-btn-top-bar .tt-menu>.tt-dataset:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 102px;
  background: url(//cache.qixin.com/pcweb/keyboard-arrows-cd0a7b69.png) 100% no-repeat;
  background-size: contain;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.app-search-btn-top-bar .tt-menu>.tt-dataset.tt-dataset-focused:after {
  opacity: 0;
}

@media (max-width:1200px) {
  .app-search-btn-top-bar {
    width: 501px;
  }
}

@media (max-width:992px) {
  .app-search-btn-top-bar {
    width: 368px;
  }
}

.monitor-bar {
  top: 0;
  padding: 5px 15px 5px 25px;
  border: 1px solid #bee5eb;
  background-color: #d1ecf1;
  width: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  z-index: 5000;
  position: fixed;
  line-height: 50px;
  right: 0;
}

.monitor-bar,
.monitor-bar>a {
  color: #0c5460;
}

.ent-monitor {
  top: 0;
}

.person-monitor {
  top: 61px;
}

.footer {
  background-color: #222a37;
  border-top: 1px solid #eaedf4;
  color: #7a808f;
  margin-top: 50px;
}

.footer .key-point {
  margin: 40px 0 20px;
}

.footer .key-point .padding-left {
  padding-left: 8px;
}

.footer .key-point .icon {
  font-size: 40px;
  padding-top: 2px;
  max-width: 42px;
}

.footer .key-point .key {
  font-size: 16px;
  color: #fff;
  margin-bottom: 6px;
}

.footer .key-point .point {
  font-size: 12px;
}

.footer .line {
  border-bottom: 1px solid hsla(223,9%,52%,.49);
}

.footer a {
  color: #7a808f;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.footer a:hover {
  color: #0b54ac;
}

.footer .link-wrapper .title {
  font-size: 16px;
  color: #fff;
}

.footer .link-wrapper a,
.footer .link-wrapper div {
  font-size: 12px;
  margin-bottom: 4px;
}

.footer .qrcode,
.footer .qrcode img {
  width: 90px;
}

.footer .source-link {
  font-size: 12px;
}

.footer .source-link a {
  padding: 0 5px;
}

.footer .ic-eq {
  background: url(//cache.qixin.com/pcweb/point_ent_qty_icon-20a31152.png) no-repeat;
}

.footer .ic-md {
  background: url(//cache.qixin.com/pcweb/point_multi_demision_icon-4c51e64e.png) no-repeat;
}

.footer .ic-sc {
  background: url(//cache.qixin.com/pcweb/point_scan_card_icon-f5bdcaf3.png) no-repeat;
}

.footer .ic-sp {
  background: url(//cache.qixin.com/pcweb/point_search_performance_icon-1debbdc7.png) no-repeat;
}

.ui-pagination {
  vertical-align: top;
}

.ui-pagination>nav {
  float: left;
}

.ui-pagination>nav>ul {
  margin: 0;
}

.ui-pagination>.jump-to {
  float: left;
  margin-left: 10px;
}

.ui-pagination>.jump-to>input {
  margin-right: 4px;
  width: 50px;
}

.ui-pagination>.jump-to>button,
.ui-pagination>.jump-to>input {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}

.app-history-list-hk-foreign {
  border: 1px solid #eaedf4;
}

.app-history-list-hk-foreign .border-bottom {
  border-bottom: 1px solid #eaedf4;
}

.app-history-list-hk-foreign .border-bottom .left-bg {
  min-width: 16px;
  width: 16px;
  height: 17px;
  margin-right: 7px;
  margin-top: 3px;
  color: #fff;
  text-align: center;
  line-height: 14px;
  border: 1px solid #eaedf4;
  font-size: 12px;
}

.app-history-list-hk-foreign .border-bottom .left-bg.logo {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.app-history-list-hk-foreign .border-bottom .left-bg .bg-img-word {
  background-color: #6495ed;
}

.app-history-list-hk-foreign .border-bottom .right a {
  display: inline-block;
  width: 100%;
}

.app-history-list-hk-foreign .border-bottom .right span {
  color: #a6acbc;
}

.app-top-bar-special {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1031;
  height: 58px;
  line-height: 58px;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.05),0 1px 0 rgba(0,0,0,.05);
  box-shadow: 0 2px 2px rgba(0,0,0,.05),0 1px 0 rgba(0,0,0,.05);
}

.app-top-bar-special .nav-link+.nav-link {
  margin-left: 22px;
}

.app-top-bar-special .item-icon {
  margin-left: 4px;
  margin-top: 4px;
  color: #333;
}

.app-top-bar-special .item-icon:before {
  font-size: 13px;
}

.app-top-bar-special .logo {
  width: 83px;
  height: 27px;
  margin-top: -8px;
  cursor: pointer;
}

.app-top-bar-special .groupVip {
  width: 20px;
  height: 20px;
  margin-top: -6px;
  margin-right: 8px;
  cursor: pointer;
}

.app-top-bar-special .nav-link {
  color: #333;
  display: inline-block;
  vertical-align: top;
}

.app-top-bar-special .nav-link:hover,
.app-top-bar-special .nav-link a:hover {
  color: #4a90e2;
}

.app-top-bar-special .nav-link>.dropdown-menu {
  margin-top: 0;
}

.app-top-bar-special .nav-link .avator {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 30px;
}

.app-top-bar-special .nav-link .user-name {
  max-width: 120px;
  display: inline-block;
  vertical-align: top;
  color: #000;
}

.app-top-bar-special .dropdown-container {
  position: relative;
}

.app-top-bar-special .dropdown-container .dropdown-list {
  position: absolute;
  left: 0;
  top: 58px;
  padding-left: 0;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 hsla(0,0%,55%,.5);
  box-shadow: 0 2px 4px 0 hsla(0,0%,55%,.5);
  padding-bottom: 5px;
  margin-bottom: 5px;
  z-index: 1000;
}

.app-top-bar-special .dropdown-container .dropdown-list li {
  list-style: none;
  line-height: 26px;
}

.app-top-bar-special .dropdown-container .dropdown-list li a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}

.app-top-bar-special .dropdown-container .dropdown-list li:hover a {
  color: #5ca8ff!important;
  background: #e5f1ff;
}

.app-top-bar-special .dropdown-container .dropdown-list .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.app-top-bar-special .dropdown-container .coorperation-list {
  min-width: 90px;
  margin-left: -5px;
}

.app-top-bar-special .dropdown-container .center-list {
  width: 150px;
}

.app-top-bar-special .color-cf {
  color: #cfcfcf;
}

.app-top-bar-special .top-arrow-icon {
  display: inline-block;
  -webkit-transform: translateY(15%) scale(.7);
  -ms-transform: translateY(15%) scale(.7);
  transform: translateY(15%) scale(.7);
}

.app-top-bar-special .monitor-tip {
  vertical-align: middle;
  padding-left: 10px;
}

@media (max-width:1200px) {
  .app-top-bar-special .nav-link+.nav-link {
    margin-left: 10px;
  }
}

@media (max-width:994px) {
  .app-top-bar-special .nav-link+.nav-link {
    margin-left: 5px;
    font-size: 13px!important;
  }

  .app-top-bar-special .nav-link+.nav-link a {
    font-size: 13px!important;
  }
}

.app-search-special {
  display: inline-table;
  border-collapse: separate;
  width: 342px;
  height: 34px;
  vertical-align: middle;
  margin-right: 26px;
}

.app-search-special .input {
  height: 42px;
  border: 1px solid #dfe1e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app-search-special .input:focus,
.app-search-special .input:hover {
  outline: 0;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32,33,36,.28)!important;
  box-shadow: 0 1px 6px 0 rgba(32,33,36,.28)!important;
}

.app-search-special .search-btn-content {
  width: 42px;
  height: 34px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
  color: #1478f0;
}

.app-search-special .search-btn-content:hover {
  color: #005dcc;
}

.app-search-special .search-btn-content .inline-content {
  position: absolute;
  top: 8px;
  left: 0;
  height: 18px;
  line-height: 18px;
  border-left: 1px solid #e3e3e3;
}

.app-search-special .search-btn-content .inline-content .icon-search {
  padding-right: 6px;
  display: table-cell;
}

.app-search-special .search-btn-content .inline-content .s-text {
  display: table-cell;
}

.app-search-special .search-btn-content .inline-content .s-text:hover {
  color: #005dcc;
}

.app-search-special .tt-input {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 62px;
}

.app-search-special .icon-search {
  padding-right: 6px;
  margin-top: 2px;
}

.app-search-special>.twitter-typeahead>input.form-control {
  height: 34px;
}

.app-search-special .form-control:focus {
  -webkit-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
}

.app-search-special .tt-menu {
  width: 450px!important;
  margin-top: 10px!important;
  border-radius: 2px;
}

.app-search-special .tt-menu>.tt-dataset:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 52px;
  background: url(//cache.qixin.com/pcweb/keyboard-arrows-cd0a7b69.png) 100% no-repeat;
  background-size: contain;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.app-search-special .tt-menu>.tt-dataset.tt-dataset-focused:after {
  opacity: 0;
}

.app-search-special .match-field {
  vertical-align: top;
}

.app-search-special .match-value {
  word-break: break-word;
  max-width: 300px;
}

@media (max-width:1200px) {
  .app-search-special {
    width: 242px;
  }
}

@media (max-width:994px) {
  .app-search-special {
    width: 150px;
    margin-right: 10px;
  }
}

@media (max-width:765px) {
  .app-search-special {
    width: 120px;
  }
}

h2 {
  font-weight: 600;
}

.c-head {
  background: url(//cache.qixin.com/pcweb/banner-c1d71b40.png) 50% no-repeat;
  background-size: cover;
}

.c-head .popover.bottom>.arrow {
  top: -10px!important;
}

.c-head .icon-view {
  margin-right: 5px;
  vertical-align: middle;
  color: #a6acbc;
}

.c-head .icon-tishi2 {
  margin-left: 5px;
  vertical-align: middle;
}

.c-head .c-claim {
  font-size: 14px;
  margin-left: 10px;
}

@media only screen and (min-width:992px) {
  .c-head .btn-pull-right {
    float: right;
  }
}

@media only screen and (max-width:991px) {
  .c-head .btn-pull-right {
    float: left;
    margin-top: 30px;
  }
}

.c-head .hidden-a {
  height: 1;
  opacity: 0;
  padding: 0!important;
}

.c-head .item {
  background: #495169;
  border-radius: 2px;
  width: 30%;
  cursor: pointer;
}

.c-head .item:hover .name {
  color: #1478f0;
}

.c-head .item .logo {
  min-width: 56px;
  height: 56px;
  border-radius: 2px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #7a808f;
}

@media (max-width:1200px) {
  .c-head .item .name {
    font-size: 14px!important;
  }

  .c-head .item .desc-product {
    font-size: 12px!important;
  }

  .c-head .item .logo {
    min-width: 40px;
    height: 40px;
  }
}

@media (max-width:993px) {
  .c-head .item .name {
    font-size: 12px!important;
  }

  .c-head .item .desc-product {
    font-size: 10px!important;
  }

  .c-head .item .logo {
    min-width: 30px;
    height: 30px;
  }
}

.btn4:focus {
  background: #1478f0;
  color: #fff;
}

.promotion-img {
  width: 39px;
  margin-left: 5px;
}

.report-dialog .report-item-content {
  padding: 20px 20px 20px 110px;
  position: relative;
}

.report-dialog .djg-report-bg {
  background: url(//cache.qixin.com/pcweb/djg-report-icon-7f56278f.png) 30px 20px no-repeat #fcfcfd;
  background-size: 50px 55px;
}

.report-dialog .free-report-bg {
  background: url(//cache.qixin.com/pcweb/free-report-icon-2202d88b.png) 30px 20px no-repeat #fcfcfd;
  background-size: 50px 55px;
}

.report-dialog .rating-report-bg {
  background: url(//cache.qixin.com/pcweb/rating-report-icon-d226e407.png) 30px 20px no-repeat #fcfcfc;
  background-size: 50px 55px;
}

.report-dialog .value-added-report-bg {
  background: url(//cache.qixin.com/pcweb/value-added-report-icon-8d159e68.png) 30px 20px no-repeat #fcfcfc;
  background-size: 50px 55px;
}

.report-dialog .price {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 18px;
  text-align: right;
}

.report-dialog .price .purchase-times {
  font-size: 12px;
}

.report-dialog .instruction-container {
  color: #7a808f;
  min-height: 66px;
}

.report-dialog .instruction-container ul {
  margin-left: -36px;
  margin-bottom: 0;
}

.report-dialog .instruction-container li {
  color: #7a808f;
  list-style: disc inside!important;
}

.report-dialog .left-times-container {
  font-size: 12px;
}

.report-dialog .left-times-container .left-times {
  color: #f5573e;
  font-weight: 700;
}

.report-dialog .button-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.edit-tips {
  margin-left: 11%;
}

.login-button {
  width: 100px;
  margin: 15px auto;
  padding: 10px 20px;
  background: #169bd5;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.login-button,
.text-center {
  text-align: center;
}

.btt.active {
  color: #fff;
  background: #f5573e;
  border-color: #f5573e;
}

.btt.active i {
  color: #fff;
}

.btt.active:hover {
  color: #fff;
  background: #f44226;
  border-color: #f44226;
}

.btt,
.btt.active:hover i {
  color: #fff;
}

.btt {
  background-color: #f5573e;
  border-color: #f5573e;
}

.btt i {
  color: #fff;
}

.btt:focus {
  color: #fff;
  background-color: #f5573e;
  border-color: #f5573e;
}

.btt:hover {
  color: #fff;
  background: #f44226;
  border-color: #f44226;
}

.btt:hover i {
  color: #fff;
}

.move-group .modal-dialog {
  top: 10%;
}

.move-group .modal-body .new-add {
  border: 1px dashed #e0e3ec;
  padding: 4px 0;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.move-group .modal-body .edit-add {
  padding: 4px 0;
  line-height: 30px;
}

.move-group .modal-header {
  border-bottom: 1px solid #eaedf4;
}

.move-group .modal-footer {
  padding-bottom: 20px;
}

.move-group .modal-footer .btn-bar {
  text-align: right;
  margin-right: 15px;
}

.move-group .modal-footer .btn-bar div {
  padding-top: 10px;
  color: #7a808f;
}

.move-group .modal-body {
  padding: 20px 30px;
}

.move-group .modal-body .qrcode-container {
  padding: 40px 0;
}

.move-group .modal-body .qrcode-container .qrcode img {
  width: 140px;
}

.btt,
.btt.active i {
  color: #fff;
}

.btt {
  background-color: #f5573e;
  border-color: #f5573e;
}

.btt .icon-2guanzhu,
.btt .icon-2jiankong {
  margin-right: 5px;
}

.update2 {
  background-color: transparent;
  color: #1478f0;
  border: 0;
  outline: none;
  vertical-align: middle;
}

.update2.active {
  color: #fd6600;
  border: 0;
  background: none;
  cursor: text;
}

.btn-update .updating-text {
  display: none;
}

.btn-update .icon-gengxin {
  display: inline-block;
  -webkit-animation: updating 1s linear infinite both;
  animation: updating 1s linear infinite both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.btn-update.updating .updating-text {
  display: inline;
}

.btn-update.updating .icon-gengxin {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.btn-update.updating .btn-text {
  display: none;
}

@-webkit-keyframes updating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes updating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.ic-share {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(//cache.qixin.com/pcweb/btn_share_weibo-8caf6f3b.png) 50% no-repeat;
  background-size: 24px 24px;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.ic-share.ic-qzone {
  background-image: url(//cache.qixin.com/pcweb/btn_share_qzone-419cf4d6.png);
}

.ic-share.ic-qq {
  background-image: url(//cache.qixin.com/pcweb/btn_share_qq-3c5c842e.png);
}

.ic-share.ic-wechat {
  background-image: url(//cache.qixin.com/pcweb/btn_share_wechat-24381c07.png);
}

.icon-share:before {
  padding-right: 5px;
  margin-top: 2px;
  font-size: 12px;
}

.app-share {
  height: 60px;
  display: inline-block;
  cursor: pointer;
}

.app-share .demo {
  width: 90px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  border: 1px solid #a6acbc;
  position: relative;
  right: 0;
  top: 10px;
  border-radius: 4px;
}

.app-share .in,
.app-share .out {
  position: absolute;
  width: 0;
  height: 0;
}

.app-share .out {
  border: 10px solid transparent;
  border-bottom-color: #a6acbc;
  top: -20px;
  left: 70%;
}

.edit-company {
  color: #1478f0;
  border: 1px solid #1478f0;
  padding: 2px 6px;
  height: 26px;
  float: right;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}

.edit-company:hover {
  color: #0fbbe9;
  border: 1px solid #0fbbe9;
}

.edit-company:hover a {
  color: #0fbbe9;
}

.edit-company:focus {
  color: #0fbbe9;
  border: 1px solid #0fbbe9;
}

.edit-company:focus a,
.edit-company a:focus,
.edit-company a:hover {
  color: #0fbbe9;
}

.claimed-right .row .row {
  margin: 0;
}

.claimed-right .row .row div {
  padding: 0;
}

.claimed-right .col-info,
.claimed-right .col-info .row+.row {
  margin-top: 15px;
}

.client-container {
  min-height: 42px;
}

.client-container .client-img {
  width: 40px;
  height: 40px;
}

.client-container .client-name {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 45px;
  margin-top: -40px;
}

.desc {
  height: 190px;
  overflow: hidden;
  line-height: 19px;
}

@media (max-width:991px) {
  .desc {
    height: 57px;
  }
}

.desc.open {
  height: auto;
}

.font-link {
  display: inline-block;
  cursor: pointer;
}

.font-link,
.icon-right-link:before {
  color: #1478f0;
}

.address-text {
  word-break: break-all;
}

.border-t-e3 {
  border-top: 1px solid #e3e3e3;
}

.border-t-d-e3 {
  border-top: 1px dashed #e3e3e3;
}

.recommend-ent-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommend-ent-container .recommend-ent-logo {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.recommend-ent-container .recomment-ent-detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.recommend-ent-container .recommend-ent-tags {
  max-height: 20px;
  overflow: hidden;
}

.recommend-ent-container .recommend-ent-tags div {
  display: block;
  color: #6d7bcb;
  background: #e8ecff;
  padding: 2px 3px;
}

.recommend-ent-container .link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommend-ent-container .link-container .link-img {
  display: block;
  width: 20px;
  height: 10px;
  margin-top: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.recommend-ent-container .link-container .link-desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #43464f;
}

.recommend-ent-container .text-ellipsis {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-vip-button a:active,
.contact-vip-button a:hover {
  color: #fff;
}

.padding-l-20px {
  padding-left: 20px!important;
}

.bg-contact-white {
  background: #fff!important;
}

.payment-header {
  height: 112px;
  background: url(//cache.qixin.com/pcweb/bg-8445a16e.png) no-repeat;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  border-bottom: 0;
}

.payment-header .modal-title {
  color: #fff;
  font-size: 26px;
  line-height: 80px;
}

.payment-header .close {
  color: #74521f;
  font-weight: 400;
  text-shadow: 0 0 0 #74521f;
  font-size: 36px;
  opacity: 1;
}

.payment-dialog {
  font-size: 16px;
  color: #43464f;
}

.payment-dialog em {
  color: #ff5346;
}

.qrcode-div {
  width: 181px;
  height: 181px;
}

.payment-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment-type .icon {
  width: 40px;
  height: 40px;
}

.payment-type .tip {
  font-size: 20px;
  color: #43464f;
  vertical-align: middle;
}

.ali-qrcode {
  margin-left: 80px;
}

.payment-tip {
  font-size: 16px;
  color: #999;
}

.payment-dialog .img-success {
  width: 92px;
  height: 92px;
  margin: 80px auto 30px;
  display: block;
  background: url(//cache.qixin.com/pcweb/success-2e7202dd.png) 50% no-repeat;
  background-size: 92px 92px;
}

.payment-dialog .txt-success {
  font-size: 16px;
  color: #3c3d3f;
}

.payment-dialog .btn-success {
  width: 280px;
  display: block;
  margin: 80px auto 40px;
}

.app-group-vip-input {
  color: #fff;
  position: relative;
}

.app-group-vip-input>span {
  display: inline-block;
}

.app-group-vip-input>span.icon {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  vertical-align: middle;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.app-group-vip-input>span.icon:first-child {
  margin-left: 35px;
}

.app-group-vip-input>span.icon>em {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.app-group-vip-input>span.icon .h-line {
  height: 2px;
  width: 16px;
}

.app-group-vip-input>span.icon .v-line {
  width: 2px;
  height: 16px;
}

.app-group-vip-input>span.icon2 {
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  vertical-align: middle;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.app-group-vip-input>span.icon2>em {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.app-group-vip-input>span.icon2 .h-line {
  height: 2px;
  width: 9px;
}

.app-group-vip-input>span.icon2 .v-line {
  width: 2px;
  height: 9px;
}

.app-group-vip-input .icon-text-fix {
  vertical-align: middle;
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  height: 30px;
  line-height: 30px;
  width: 50px;
  text-align: center;
  background-color: transparent;
}

.app-group-vip-input .icon-text-fix:focus {
  outline: none;
}

.app-group-vip-input .icon-text-fix2 {
  vertical-align: middle;
  border: 1px solid #000;
  border-left: 0;
  border-right: 0;
  height: 17px;
  line-height: 17px;
  width: 28px;
  text-align: center;
  background-color: transparent;
}

.app-group-vip-input .icon-text-fix2:focus {
  outline: none;
}

.app-group-vip-input .font-10 {
  font-size: 10px;
}

.app-group-vip-input .sub-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.app-group-vip-input .add-img {
  display: inline-block;
  width: 98px;
  position: absolute;
  right: 52px;
  top: 28px;
}

.font-bold {
  font-weight: 600;
}

.sidebar-container {
  position: relative;
}

.sidebar-container:before {
  display: none;
}

.sidebar-container .sidebar {
  position: absolute;
  width: 200px;
}

.sidebar-container .sidebar ul {
  margin: 0;
  padding: 0;
}

.sidebar-container .sidebar ul li {
  list-style: none;
  line-height: 16px;
  border-radius: 2px;
  font-size: 14px;
}

.sidebar-container .sidebar ul li div {
  padding: 14px;
}

.sidebar-container .sidebar ul li a {
  color: #43464f;
  display: block;
  border: 2px solid transparent;
}

.sidebar-container .sidebar ul li .icon {
  padding-right: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.sidebar-container .sidebar ul li .rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sidebar-container .sidebar ul li .rotate-0 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sidebar-container .sidebar ul li .children-link {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.sidebar-container .sidebar ul li .children-link a {
  display: block;
  padding-left: 14px;
}

.sidebar-container .sidebar ul li .children-link a:hover {
  background: #f3f4f5!important;
  color: #1478f0;
  border-left: 2px solid transparent;
}

.sidebar-container .sidebar ul li .children-link i {
  padding-right: 14px;
}

.sidebar-container .sidebar ul li.active>a {
  border-left: 2px solid #1478f0;
  background-color: #f3f4f5;
}

.sidebar-container .sidebar ul li.active .children-link .active a {
  color: #1478f0;
  background-color: #fcfcfc;
  border-left: 2px solid transparent;
}

.sidebar-container .sidebar ul li:hover>a {
  border-left: 2px solid #1478f0;
  background-color: #f3f4f5;
}

.sidebar-container .app-content {
  padding-left: 215px;
  min-height: 460px;
}