body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
a,
i,
em,
b,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
}

* {
    /* touch-action: none; */
}

body {
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    /*-webkit-user-select: none;*/
    -webkit-tap-highlight-color: transparent;
    color: #333;
}


/*user-select: none;用户不能选择元素中的任何内容。
 tap-highlight-color:transparent;去掉ios跟安卓点击之后出现默认背景灰色。*/

ol,
ul {
    list-style: none;
    
}

input,
button,
textarea,
select {
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 16px;
    outline: none;
    border: none;
    -webkit-appearance: none;
}


/*appearance: none;清除所有标签自带的默认样式。*/

a,
s {
    text-decoration: none;
    color: #666;
}

img {
    border: 0;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

i,
em {
    font-style: normal;
}

b {
    font-weight: normal;
}

textarea {
    resize: none;
}


/*取消自动调节大小*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*box-sizing: border-box;对象的实际宽度就等于设置的width值，即使定义有border和padding也不会改变对象的实际宽度。*/


/*清浮动*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/*取消默认滚动条
::-webkit-scrollbar{width: 0;}*/


/*浮动*/

.fl {
    float: left;
}

.fr {
    float: right;
}


/*字号*/

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}


/*背景颜色*/

.bg-white {
    background-color: #fff;
}


/*字体颜色*/

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-grey {
    color: #333;
}

@font-face {
    font-family: 'iconfont';  /* project id 478305 */
    src: url('//at.alicdn.com/t/font_478305_x7x6qi722fo.eot');
    src: url('//at.alicdn.com/t/font_478305_x7x6qi722fo.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_478305_x7x6qi722fo.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_478305_x7x6qi722fo.woff') format('woff'),
    url('//at.alicdn.com/t/font_478305_x7x6qi722fo.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_478305_x7x6qi722fo.svg#iconfont') format('svg');
  }

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-CRM-icofont-:before {
    content: "\e62e";
}

.icon-CRM-icofont-1:before {
    content: "\e62f";
}

.icon-CRM-icofont-2:before {
    content: "\e630";
}

.icon-CRM-icofont-3:before {
    content: "\e631";
}

.icon-CRM-icofont-4:before {
    content: "\e632";
}

.icon-CRM-icofont-5:before {
    content: "\e633";
}

.icon-CRM-icofont-6:before {
    content: "\e634";
}

.icon-CRM-icofont-7:before {
    content: "\e635";
}

.icon-CRM-icofont-8:before {
    content: "\e636";
}

.icon-CRM-icofont-9:before {
    content: "\e637";
}

.icon-CRM-icofont-10:before {
    content: "\e638";
}

.icon-CRM-icofont-11:before {
    content: "\e639";
}

.icon-CRM-icofont-12:before {
    content: "\e63a";
}

.icon-CRM-icofont-13:before {
    content: "\e63b";
}

.icon-CRM-icofont-14:before {
    content: "\e63c";
}

.icon-CRM-icofont-15:before {
    content: "\e63d";
}

.icon-CRM-icofont-16:before {
    content: "\e63e";
}

.icon-CRM-icofont-17:before {
    content: "\e63f";
}

.icon-CRM-icofont-18:before {
    content: "\e640";
}

.icon-CRM-icofont-19:before {
    content: "\e641";
}

.icon-CRM-icofont-20:before {
    content: "\e642";
}

.icon-CRM-icofont-21:before {
    content: "\e643";
}

.icon-CRM-icofont-22:before {
    content: "\e644";
}

.icon-CRM-icofont-23:before {
    content: "\e645";
}

.icon-CRM-icofont-24:before {
    content: "\e646";
}

.icon-CRM-icofont-25:before {
    content: "\e647";
}

.icon-CRM-icofont-26:before {
    content: "\e648";
}

.icon-CRM-icofont-27:before {
    content: "\e649";
}

.icon-CRM-icofont-28:before {
    content: "\e64a";
}

.icon-CRM-icofont-29:before {
    content: "\e64b";
}

.icon-CRM-icofont-30:before {
    content: "\e64c";
}

.icon-CRM-icofont-31:before {
    content: "\e64d";
}

.icon-CRM-icofont-32:before {
    content: "\e64e";
}

.icon-CRM-icofont-33:before {
    content: "\e64f";
}

.icon-CRM-icofont-34:before {
    content: "\e650";
}

.icon-CRM-icofont-35:before {
    content: "\e651";
}

.icon-CRM-icofont-36:before {
    content: "\e652";
}

.icon-CRM-icofont-37:before {
    content: "\e653";
}

.icon-CRM-icofont-38:before {
    content: "\e654";
}

.icon-CRM-icofont-39:before {
    content: "\e655";
}

.icon-CRM-icofont-40:before {
    content: "\e656";
}

.icon-CRM-icofont-41:before {
    content: "\e657";
}

.icon-CRM-icofont-42:before {
    content: "\e658";
}

.icon-CRM-icofont-43:before {
    content: "\e659";
}

.icon-CRM-icofont-44:before {
    content: "\e65a";
}

.icon-CRM-icofont-45:before {
    content: "\e65b";
}

.icon-CRM-icofont-46:before {
    content: "\e65c";
}

.icon-CRM-icofont-47:before {
    content: "\e65d";
}

.icon-CRM-icofont-48:before {
    content: "\e65e";
}

.icon-CRM-icofont-49:before {
    content: "\e65f";
}

.icon-CRM-icofont-50:before {
    content: "\e660";
}

.icon-CRM-icofont-51:before {
    content: "\e661";
}

.icon-CRM-icofont-52:before {
    content: "\e662";
}

.icon-CRM-icofont-53:before {
    content: "\e663";
}

.icon-CRM-icofont-54:before {
    content: "\e664";
}

.icon-CRM-icofont-55:before {
    content: "\e665";
}

.icon-CRM-icofont-56:before {
    content: "\e666";
}

.icon-CRM-icofont-57:before {
    content: "\e667";
}

.icon-CRM-icofont-58:before {
    content: "\e668";
}

.icon-CRM-icofont-59:before {
    content: "\e669";
}

.icon-CRM-icofont-60:before {
    content: "\e66a";
}

.icon-CRM-icofont-61:before {
    content: "\e66b";
}

.icon-CRM-icofont-62:before {
    content: "\e66c";
}

.icon-CRM-icofont-63:before {
    content: "\e66d";
}

.icon-CRM-icofont-64:before {
    content: "\e66e";
}

.icon-CRM-icofont-65:before {
    content: "\e66f";
}

.icon-CRM-icofont-66:before {
    content: "\e670";
}

.icon-CRM-icofont-67:before {
    content: "\e671";
}

.icon-CRM-icofont-68:before {
    content: "\e672";
}

.icon-CRM-icofont-69:before {
    content: "\e673";
}

.icon-CRM-icofont-70:before {
    content: "\e674";
}

.icon-CRM-icofont-71:before {
    content: "\e675";
}

.icon-CRM-icofont-72:before {
    content: "\e676";
}

.icon-CRM-icofont-73:before {
    content: "\e677";
}

.icon-CRM-icofont-74:before {
    content: "\e678";
}

.icon-CRM-icofont-75:before {
    content: "\e679";
}

.icon-CRM-icofont-76:before {
    content: "\e67a";
}

.icon-CRM-icofont-77:before {
    content: "\e67b";
}

.icon-CRM-icofont-78:before {
    content: "\e67c";
}

.icon-CRM-icofont-79:before {
    content: "\e67d";
}

.icon-CRM-icofont-80:before {
    content: "\e67e";
}

.icon-CRM-icofont-81:before {
    content: "\e67f";
}

.icon-CRM-icofont-82:before {
    content: "\e680";
}

.icon-CRM-icofont-83:before {
    content: "\e681";
}

.icon-CRM-icofont-84:before {
    content: "\e682";
}

.icon-CRM-icofont-85:before {
    content: "\e683";
}

.icon-yingzaixiaoshoucrm_huaban:before {
    content: "\e6d7";
}

.icon-yingzaixiaoshoucrm-:before {
    content: "\e6d8";
}

.icon-yingzaixiaoshoucrm-1:before {
    content: "\e6d9";
}

.icon-yingzaixiaoshoucrm-2:before {
    content: "\e6da";
}

.icon-CRM-icofont-86:before {
    content: "\e72e";
}

.icon-CRM-icofont-87:before {
    content: "\e72f";
}

.icon-CRM-icofont-88:before {
    content: "\e730";
}

.icon-CRM-icofont-89:before {
    content: "\e731";
}

.icon-CRM-icofont-90:before {
    content: "\e732";
}

.icon-CRM-icofont-91:before {
    content: "\e733";
}

.icon-CRM-icofont-92:before {
    content: "\e739";
}

.icon-CRM-icofont-93:before {
    content: "\e73a";
}

.icon-CRM-icofont-94:before {
    content: "\e73b";
}

.icon-CRM-icofont-95:before {
    content: "\e73c";
}

.icon-CRM-icofont-96:before {
    content: "\e73d";
}

.icon-CRM-icofont-97:before {
    content: "\e73e";
}

.icon-CRM-icofont-98:before {
    content: "\e73f";
}

.icon-CRM-icofont-100:before {
    content: "\e749";
}

.icon-CRM-icofont-99:before {
    content: "\e74d";
}

.icon-CRM-icofont-101:before {
    content: "\e74e";
}

.icon-CRM-icofont-102:before {
    content: "\e74f";
}

.icon-CRM-icofont-103:before {
    content: "\e750";
}

.icon-CRM-icofont-104:before {
    content: "\e751";
}

.icon-CRM-icofont-105:before {
    content: "\e752";
}

.icon-CRM-icofont-106:before {
    content: "\e753";
}

.icon-CRM-icofont-107:before {
    content: "\e754";
}

.icon-CRM-icofont-108:before {
    content: "\e755";
}

.icon-CRM-icofont-109:before {
    content: "\e757";
}

.icon-CRM-icofont-110:before {
    content: "\e758";
}

.icon-CRM-icofont-111:before {
    content: "\e759";
}

.icon-CRM-icofont-112:before {
    content: "\e75a";
}

.icon-CRM-icofont-113:before {
    content: "\e75b";
}

.icon-CRM-icofont-114:before {
    content: "\e75c";
}

.icon-CRM-icofont-115:before {
    content: "\e75d";
}

.icon-CRM-icofont-116:before {
    content: "\e75e";
}

.icon-CRM-icofont-117:before {
    content: "\e75f";
}

.icon-CRM-icofont-118:before {
    content: "\e760";
}

.icon-CRM-icofont-119:before {
    content: "\e761";
}

.icon-CRM-icofont-120:before {
    content: "\e762";
}

.icon-CRM-icofont-121:before {
    content: "\e763";
}

.icon-CRM-icofont-122:before {
    content: "\e764";
}

.icon-CRM-icofont-123:before {
    content: "\e765";
}

.icon-CRM-icofont-124:before {
    content: "\e766";
}

.icon-CRM-icofont-125:before {
    content: "\e77a";
}

.icon-CRM-icofont-126:before {
    content: "\e77b";
}

.icon-CRM-icofont-127:before {
    content: "\e77c";
}

.icon-CRM-icofont-128:before {
    content: "\e77d";
}

.icon-CRM-icofont-129:before {
    content: "\e77e";
}

.icon-CRM-icofont-130:before {
    content: "\e77f";
}

.icon-CRM-icofont-131:before {
    content: "\e780";
}

.icon-CRM-icofont-132:before {
    content: "\e781";
}

.icon-CRM-icofont-133:before {
    content: "\e78e";
}

.icon-CRM-icofont-134:before {
    content: "\e78f";
}

.icon-CRM-icofont-135:before {
    content: "\e790";
}

.icon-CRM-icofont-136:before {
    content: "\e791";
}

.icon-CRM-icofont-137:before {
    content: "\e792";
}

.icon-CRM-icofont-138:before {
    content: "\e7a5";
}

.icon-CRM-icofont-139:before {
    content: "\e7a6";
}

.icon-CRM-icofont-140:before {
    content: "\e7a8";
}

.icon-CRM-icofont-141:before {
    content: "\e7a9";
}

.icon-CRM-icofont-142:before {
    content: "\e7aa";
}

.icon-CRM-icofont-143:before {
    content: "\e7ab";
}

.icon-CRM-icofont-144:before {
    content: "\e7ac";
}

.icon-CRM-icofont-145:before {
    content: "\e7ad";
}

.icon-CRM-icofont-146:before {
    content: "\e7ae";
}

.icon-CRM-icofont-147:before {
    content: "\e7af";
}

.icon-CRM-icofont-148:before {
    content: "\e7b0";
}

.icon-CRM-icofont-149:before {
    content: "\e7b1";
}

.icon-CRM-icofont-150:before {
    content: "\e7b2";
}

.icon-CRM-icofont-151:before {
    content: "\e7b3";
}

.icon-CRM-icofont-152:before {
    content: "\e7b4";
}

.icon-CRM-icofont-153:before {
    content: "\e7bb";
}

.icon-CRM-icofont-154:before {
    content: "\e7bc";
}

.icon-CRM-icofont-155:before {
    content: "\e7bd";
}

.icon-CRM-icofont-156:before {
    content: "\e7be";
}

.icon-CRM-icofont-157:before {
    content: "\e7bf";
}

.icon-CRM-icofont-158:before {
    content: "\e7c0";
}

.icon-CRM-icofont-159:before {
    content: "\e7e5";
}
.icon-CRM-icofont-160:before {
    content: "\e80a"; 
}

.icon-CRM-icofont-161:before { 
   content: "\e80b"; 
}

.icon-CRM-icofont-162:before { 
   content: "\e80c"; 
}

.icon-CRM-icofont-163:before {
    content: "\e811";
}


.icon-CRM-icofont-164:before {
    content: "\e81c";
}

.icon-CRM-icofont-166:before {
    content: "\e870";
}
.icon-CRM-icofont-167:before {
    content: "\e871";
}
.icon-CRM-icofont-168:before {
    content: "\e875";
}
.icon-CRM-icofont-169:before {
    content: "\e876";
}

.icon-CRM-icofont-170:before { 
    content: "\e877"; 
}

.icon-CRM-icofont-171:before { 
    content: "\e878"; 
}

.icon-CRM-icofont-172:before { 
    content: "\e879"; 
}

.icon-CRM-icofont-173:before {
     content: "\e87a"; 
    }

.icon-CRM-icofont-174:before {
     content: "\e87b"; 
    }

.icon-CRM-icofont-175:before {
     content: "\e87c"; 
    }

.icon-CRM-icofont-176:before {
     content: "\e87d"; 
    }

.icon-CRM-icofont-177:before {
     content: "\e87e"; 
    }

.icon-CRM-icofont-178:before {
     content: "\e87f"; 
    }


.icon-CRM-icofont-179:before {
     content: "\e88a"; 
    }

.icon-CRM-icofont-180:before { 
    content: "\e88e"; 
}


.icon-CRM-icofont-181:before {
    content: "\e8a9";
  }

.icon-CRM-icofont-182:before {
    content: "\e8b4";
  }


.icon-CRM-icofont-183:before {
    content: "\e8ba";
  }
  .icon-CRM-icofont-184:before {
    content: "\e8bb";
  }
  
  .icon-CRM-icofont-185:before {
    content: "\e8bc";
  }
  
  .icon-CRM-icofont-186:before {
    content: "\e8bd";
  }
  
  .icon-CRM-icofont-187:before {
    content: "\e8be";
  }
  
  .icon-CRM-icofont-188:before {
    content: "\e8bf";
  }
  
  .icon-CRM-icofont-189:before {
    content: "\e8c0";
  }
  
  .icon-CRM-icofont-190:before {
    content: "\e8c1";
  }
  
  .icon-CRM-icofont-191:before {
    content: "\e8c2";
  }
  
  .icon-CRM-icofont-192:before {
    content: "\e8c3";
  }
  
  .icon-CRM-icofont-193:before {
    content: "\e8c4";
  }
  
  .icon-CRM-icofont-194:before {
    content: "\e8c5";
  }
  
  .icon-CRM-icofont-195:before {
    content: "\e8c6";
  }
  
  .icon-CRM-icofont-196:before {
    content: "\e8c7";
  }
  
  .icon-CRM-icofont-197:before {
    content: "\e8c8";
  }
  
  .icon-CRM-icofont-198:before {
    content: "\e8c9";
  }
  
  .icon-CRM-icofont-199:before {
    content: "\e8ca";
  }
  
  .icon-CRM-icofont-200:before {
    content: "\e8cb";
  }
  
  .icon-CRM-icofont-201:before {
    content: "\e8cc";
  }
  
  .icon-CRM-icofont-202:before {
    content: "\e8cd";
  }
  
  .icon-CRM-icofont-203:before {
    content: "\e8ce";
  }
  
  .icon-CRM-icofont-204:before {
    content: "\e8cf";
  }
  
  .icon-CRM-icofont-205:before {
    content: "\e8d0";
  }
  
  .icon-CRM-icofont-206:before {
    content: "\e8d1";
  }
  
  .icon-CRM-icofont-207:before {
    content: "\e8d2";
  }
  
  .icon-CRM-icofont-208:before {
    content: "\e8d3";
  }
  
  .icon-CRM-icofont-209:before {
    content: "\e8d4";
  }
  
  .icon-CRM-icofont-210:before {
    content: "\e8d5";
  }
  
  .icon-CRM-icofont-211:before {
    content: "\e8d6";
  }
  
  .icon-CRM-icofont-212:before {
    content: "\e8d7";
  }
  
  .icon-CRM-icofont-213:before {
    content: "\e8d8";
  }
  .icon-CRM-icofont-214:before {
    content: "\e8d9";
  }
  
  .icon-CRM-icofont-214:before {
    content: "\e8d9";
  }
  
  .icon-CRM-icofont-215:before {
    content: "\e8da";
  }
  
  .icon-CRM-icofont-216:before {
    content: "\e8db";
  }
  
  .icon-CRM-icofont-217:before {
    content: "\e8dc";
  }
  
  .icon-CRM-icofont-218:before {
    content: "\e8dd";
  }


  
  
  
  
  






.service-telphone.am-list-item .am-list-line .am-list-extra {
    padding: 0
}

.linkman-info-bac {
    background: #fff;
    /* border: 1px solid; */
    /* border-color: #e5e6e9 #dfe0e4 #d0d1d5; */
    /* border-radius: 3px; */
    width: 85%;
    background: rgb(255, 255, 255);
    margin: 0 7.5%;
    padding: 0.3623rem 15px;
    position: absolute;
    top: 0.7246rem;
}

.progress-bac {
    background: #fff;
    /* padding: 0.3623rem 0 0.4831rem 0.8213rem; */
         
}


/* @keyframes placeHolderShimmer {
    0% {
        background-position: -11.3043rem 0
    }
    100% {
        background-position: 11.3043rem 0
    }
} */

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F4F4F4;
    /* background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%); */
    background-size: 19.3237rem 2.5121rem;
    height: 30px;
    position: relative;
    border-radius: 0.2415rem
}

.linkman-info-bac .animated-background {
    margin-bottom: 15px;
}

.linkman-info-bac .animated-background:last-child {
    margin-bottom: 7px
}

.progress-bac .animated-background {
    margin-bottom: 5px
}

.texthide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.back_padd_ground { 
    padding: '10px 0'; 
    background-color: '#000' 
}

.guest-allot-page .lists .am-list-item .am-list-line .am-list-extra{
    flex-basis: 35%;
}
/* 头部导航、侧边栏 */

.header_nav header {
    line-height: 32px;
    height: 32px;
    color: #fff;
  }
  
  .header.ant-layout-header {
    height: auto;
    padding: 0;
    line-height: auto;
    background: transparent;
  }
  
  .header_nav header ul li {
    display: inline-block;
  }
  
  .header_nav .nav div div {
    line-height: 46px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    /* padding: 0 15px */
  }
  .header_nav .nav div div a {
    display: block;
    position: relative;
    color: #333;
    position: relative;
  }
  .header_nav .nav div div a::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    background: transparent;
    bottom: 0;
    left: 15%;
  }
  .header_nav .nav div div a.active::after {
    background: #1890ff;
  }
  .ant-menu-horizontal > .ant-menu-item {
    width: 12.66667%;
    text-align: center;
    margin: 0 2%;
  }
  
  .data_analysis_sidermenu.ant-menu .ant-menu-item,
  .data_analysis_sidermenu.ant-menu-inline .ant-menu-item:not(:last-child) {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .data_analysis_sidermenu.ant-menu .ant-menu-item a {
    color: #333;
  }
  
  .data_analysis_sidermenu.ant-menu:not(.ant-menu-horizontal)
    .ant-menu-item-selected {
    background: #1890ff;
  }
  
  .data_analysis_sidermenu.ant-menu:not(.ant-menu-horizontal)
    .ant-menu-item-selected
    a {
    color: #fff;
  }
  
  .data_analysis_sidermenu.ant-menu .ant-menu-item::after {
    border-right: none;
  }
  
  .ant-list-item-meta-title,
  .ant-list {
    font-size: 14px;
    color: #333;
  }
  
  .ant-list .ant-list-item-content {
    font-size: 13px;
    color: #999;
  }
  
