@charset "utf-8"; body {
    margin: 0;
    padding: 0;
}

div,form,img,ul,ol,li,dl,dt,dd,p,input,table,tr,td,th,input,span,iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

html,body {
    height: 100%;
}

a,a:hover {
    text-decoration: #333;
    color: #333
}

/**
 * 
 */
.bkg-mask {
    background-color: #F0EFF5;
}

.bkg-white {
    background-color: white;
}

/**
 * 
 */
.no-border {
    border: none !important;
}

/*版心*/
.main-wrap {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

/**
 * 横幅
 */
.banner {
    width: 100%;
    background-image: linear-gradient(0deg, rgba(98,201,255,0.00) 0%, #3399FF 100%);
    height: 400px;
    line-height: 80px;
    color: #fff;
}

.banner2 {
    width: 100%;
    background-image: linear-gradient(0deg, rgba(98,201,255,0.00) 0%, #3399FF 100%);
    height: 400px;
    line-height: 80px;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: -1;
}

/*字体对其方式*/
.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

/**
 * 框架接口
 */
.frame-top {
    height: 30px;
}

.frame-bottom {
    clear: both;
    height: 30px;
}

.frame {
    min-height: 840px;
    /* height: calc(100% - 120px); */
    /*120 头部60，加边框上下30*/
    /* overflow-x: scroll; */
    /* background: transparent; */
}

.frame .content {
    width: 1370px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}

.frame .content-body {
    width: 1170px;
    float: right;
    border-radius: 4px;
    max-height: 100%;
    height: auto;
}

/**
 * 
 */
.f-b {
    font-weight: bold;
}

/**
 * 
 */
.f-s-16 {
    font-size: 16px;
}

/**
 * 
 */
.ml-5 {
    margin-left: 5px;
}

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

.ml-15 {
    margin-left: 15px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-150 {
    margin-left: 150px;
}

/**
 * 
 */
.mlp-2 {
    margin-left: 2%;
}

/**
 * 
 */
.mr-5 {
    margin-right: 5px;
}

/**
 * 
 */
.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

/**
 * 像素
 */
.w-30 {
    width: 30px;
}

.w-80 {
    width: 80px;
}

.w-85 {
    width: 85px;
}

.w-90 {
    width: 90px;
}

.w-100 {
    width: 100px;
}

.w-110 {
    width: 110px;
}

.w-120 {
    width: 120px;
}

.w-130 {
    width: 130px;
}

.w-140 {
    width: 140px;
}

.w-150 {
    width: 150px;
}

.w-160 {
    width: 160px;
}

.w-170 {
    width: 170px;
}

.w-180 {
    width: 180px;
}

.w-190 {
    width: 190px;
}

.w-200 {
    width: 200px;
}

.w-210 {
    width: 210px;
}

.w-220 {
    width: 220px;
}

.w-240 {
    width: 240px;
}

.w-260 {
    width: 260px;
}

.w-270 {
    width: 270px;
}

.w-300 {
    width: 300px;
}

.w-310 {
    width: 310px;
}

.w-320 {
    width: 320px;
}

.w-330 {
    width: 330px;
}

.w-340 {
    width: 340px;
}

.w-350 {
    width: 350px;
}

.w-400 {
    width: 400px;
}

.w-410 {
    width: 410px;
}

.w-440 {
    width: 440px;
}

.w-450 {
    width: 450px;
}

.w-470 {
    width: 470px;
}

/**
 * 
 */
.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.hide{
    display: none;
}

/* 按钮 */
.btn-close {
    
        width: 28px;
        height: 28px;
        background-size: 16px 16px;
        background-image: url(/broker/common/salesmanindex/images/icon_close.png);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        position: absolute;
/* right: 0; *//* top: 0; */}

.flex-sb{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.flex-1{
    flex:1
}

/* popover */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -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 {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* 订单列表里的错误提示样式 */

.view-reason {
    color: #FF4700;
    position: relative;
    cursor: default;
}
.view-reason .view-reason-text {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.view-reason .view-reason-prompt {
    width: 16px;
    height: 16px;
    margin: 2px 0;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
.view-reason .view-reason-prompt img {
    width: 100%;
    height: 100%;
}

/*.view-reason:hover .view-reason-box {*/
/*    display: block;*/
/*}*/

.view-reason-box{
    width: 160px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding:20px;
    color:#666;
    line-height:24px;
    font-size:14px;
    position:absolute;
    z-index:222;
    display:none;
    margin-left:-100px;
    text-align:left;
}
.modal.in .modal-dialog-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}