body{
    background-color: #ececec;
    font-family: "Microsoft YaHei", "Lucida Grande", "Segoe UI", Helvetica, Arial, FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
ul li a{
    text-decoration:none;
}
input:focus {
    outline: 0;
}
/*IE*/
input:-ms-input-placeholder,
textarea.wrapper-textarea:-ms-input-placeholder {
    color: #CACCD6;
    font-size: 12px;
    font-weight: 400;
}
/*谷歌*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #CACCD6;
}
/*火狐*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #CACCD6;
    font-size: 12px;
    font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #CACCD6;
    font-size: 12px;
    font-weight: 400;
}
/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
/* 火狐 */
input{
    -moz-appearance:textfield;
}
input{
    width: 100%;
    position: relative;
    height: 32px;
    outline: none;
    font-weight: bold;
}
input.input{
    background:rgba(255,255,255,1);
    border:1px solid rgba(190,196,237,1);
    border-radius:8px;
    text-indent: 22px;
}
textarea.textarea{
    width: 100%;
    font-size: 12px;
    color: rgb(46, 46, 53);
    text-indent: 22px;
    resize: none;
    font-weight: bold;
    border: 1px solid rgb(189, 195, 237);
    border-radius: 8px;
    outline: none;
    padding: 10px 0px;
    overflow: hidden;
}
i.common-icon{
    cursor: pointer;
    display: inline-block;
    position: absolute;
    background-size: 100%!important;
}
i.common-icon.icon-arrow{
    right: 6px;
    top: 10px;
    width: 10px;
    height: 9px;
    background: url(/static/saas/img/icon-down.png) no-repeat;
}
i.common-icon.icon-checkbox{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(/static/saas/img/icon-select-before.png) no-repeat;
    position: relative;
    top: 3px;
}
i.common-icon.icon-time {
    width: 12px;
    height: 12px;
    background: url(/static/saas/crmapp/img/date.png) no-repeat;
    right: 6px;
    top: 10px;
    z-index: 99;
}
i.common-icon.icon-search {
    width: 14px;
    height: 14px;
    background: url(/static/saas/img/search.png) no-repeat;
    right: 6px;
    top: 10px;
}
i.common-icon.icon-phone{
    width: 24px;
    height: 24px;
    background: url(/static/saas/img/phone.png) no-repeat;
}
i.common-icon.icon-phone:hover{
    width: 24px;
    height: 24px;
    background: url(/static/saas/img/phone_hover.png) no-repeat;
}
i.common-icon.icon-wen{
    width: 12px;
    height: 12px;
    background: url(/static/saas/img/common-icons/icon_wen.png) no-repeat;
}
i.common-icon.icon-tan{
    width: 12px;
    height: 12px;
    background: url(/static/saas/img/common-icons/icon_tan.png) no-repeat;
    margin: 3px 10px;
}
.search-btn{
    position: absolute;
    width: 64px;
    height: 32px;
    background: rgba(51,92,255,1);
    border-radius: 8px;
    right: 56px;
    top: 8px;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-btn img{
    width: 14px;
    height: 14px;
}
.chain-con .right .checkbox-select{
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
}
.no-route{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    color: #bbb;
}
.checkbox-select .checkbox{
    width: 16px;
    cursor: pointer;
    height: 16px;
    /*margin: 0 24px;*/
    background: url('/static/saas/img/icon-select-before.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}
.checkbox-select .checkbox:hover{
    background-image: url('/static/saas/img/not_check_hover.png');
}

.checkbox-select .checked .checkbox{
    background-image: url('/static/saas/img/checked1.png');
}
.checkbox-select .checked .checkbox:hover {
    background-image: url('/static/saas/img/checked1.png');
}

.checkbox-select .checktitle{
    margin: 0 22px 0 9px;
    color: #83868A;
    font-size: 12px;
}
.checkbox-select .checked .checktitle{
    font-weight: bold;
}
.loading-mask{
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background: rgba(255, 255, 255, 1);
    position: fixed;
}
.loading-con{
    width: 64px;
    height: 64px;
    background: url("/static/saas/img/page_loading.gif") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50% , -50%);
}

.back-icon {
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 5px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0px 1px 5px 0px rgba(184, 184, 184, 0.5);
    background: white url(/static/saas/wechat_h5/img/icon-fanhuidingbu.png) no-repeat center;
}
.hd--admin-main{
    width: 100%;
    min-height: calc(100vh - 48px)
}
.hdzs_page_container{
    height: calc(100vh - 48px);
    background:#F0F0F5;
}
.hdzs_page_container .hdzs_page_content{
    padding: 32px 88px 50px 80px;
    box-sizing: border-box;
    height: calc(100% - 80px);
    overflow-y: scroll;
}
.hdzs_page_header{
    height: 80px;
    background: #fff;
    padding: 30px 88px 30px 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 98;
    box-shadow:0px 2px 6px 0px rgba(227,230,239,1);
}
.hdzs_page_title{
    font-size: 20px;
    font-weight: bold;
    color: rgba(46,46,53,1);
    display: block;
    height: 20px;
    line-height: 20px;
    position: relative;
}
.hdzs_page_title:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 6px;
    background: rgba(51,92,255,1);
    border-radius: 3px;
    left: 0px;
    bottom: -8px;
}
/*公用头部*/
.common-header{
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
    padding: 0px 88px 0 80px;
    font-family:Microsoft YaHei;
}
.common-header a{
    text-decoration: none;
    color: #CACCD6;
}
.common-header a:hover{
    color: #CACCD6;
}
.common-service{
    width:112px;
    height:32px;
    background:rgba(51,92,255,1);
    border-radius:8px;
    text-align: center;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 24px;
    cursor: pointer;
    font-weight:bold;
    font-size:12px;
}
.common-header .common-no{
    color: #CACCD6;
}
.common-header h1{
    font-size:20px;
    color: #CACCD6;
    line-height:80px;
    font-weight: 400;
    /*padding-left: 80px;*/
}
.common-header h1 .common-zs{
    color:rgba(46,46,53,1);
    position: relative;
    display: inline-block;
    font-weight:bold;
}
.common-header h1 .common-zs:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 6px;
    background: rgba(51, 92, 255, 1);
    border-radius: 3px;
    left: 0px;
    bottom: 20px;
}
.common-arrow{
    padding: 0 16px;
    color: #CACCD6;
}
.common-shadow{
    width: 100%;
    height:32px;
    background:linear-gradient(180deg,rgba(245,245,250,1) 0%,rgba(255,255,255,1) 100%);
}
.common-content{
    height: calc(100vh - 128px);
    overflow-x: hidden;
    background: #F0F0F5;
}
/*公用的详情页面头部*/
.detail-page-top{
    /*height: 280px;*/
    width: 100%;
    background: white;
    padding: 16px 88px 56px 80px;
}
.detail-page-form{
    /*width: 91%;*/
    /*margin: 0 auto;*/
    display: flex;
    justify-content: space-between;
}
.detail-page-form:nth-child(n+2){
    margin-top: 16px;
}
.detail-page-hang{
    width: 49%;
    border: 1px solid rgba(228, 233, 242, 1);
    border-radius: 12px;
    height: 48px;
}
.detail-page-ul{
    text-decoration: none;
    font-size:14px;
}
.detail-page-ul .detail-page-li{
    float: left;
    margin-left: 57px;
    padding-top: 14px;
    position: relative;
    height: 54px;
}
.detail-page-ul .detail-page-li:first-child{
    width: 112px;
}
.detail-page-ul .choose{
    color: #335CFF;
    font-weight: bold;
}
.detail-page-ul .detail-page-li:nth-child(2){
    color: #EDEEF2;
}
.detail-page-top .detail-page-hang .detail-page-ul .detail-page-li:nth-child(3){
    width: 46%;
    position: relative;
}
.detail-page-top .detail-page-hang .detail-page-ul .detail-page-li:nth-child(n+3){
    cursor: pointer;
}
.detail-page-button{
    margin-top: 30px;
}
.detail-page-search, .detail-page-clear{
    width: 174px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    margin-top: 24px;
}

.detail-page-search{
    background: #335CFF;
    color: rgba(255, 255, 255, 1);
    /*background: url("keyword_img/search.png");*/
}
.detail-page-clear{
    color: rgba(61, 61, 71, 1);
    border: 1px solid rgba(95, 95, 104, 1);
    margin-left: 12px;
}
.detail-page-search img, .detail-page-clear img{
    padding-right: 8px;
    vertical-align: middle;
}
.detail-page-content{
    padding: 32px 88px 35px 80px;
}
.detail-page-collect{
    width:100%;
    height:88px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 6px 0px rgba(227,230,239,1);
    padding: 28px 0 28px 56px;
    position: relative;
}
.detail-page-collect .all-cang{
    width:128px;
    height:32px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(223,138,29,1);
    border-radius:8px;
    color:rgba(241,149,30,1);
    display: inline-block;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 12px;
}
.detail-page-collect .detail-page-contact{
    font-size:14px;
    color: #2E2E35;
    display: inline-block;
    margin-left: 40px;
    padding-top: 5px;
}
.detail-page-contact .checkbox{
    margin: 0!important;
}
.detail-page-contact .set-checkbox{
    margin-left: 24px;
}
.detail-page-company{
    width:100%;
    /*height:1884px;*/
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 6px 0px rgba(227,230,239,1);
    margin-top: 24px;
    padding: 42px 56px 39px 56px;
}
.detail-page-company .company-num{
    font-size:16px;
    font-family:Segoe UI;
    font-weight:bold;
    color:rgba(51,92,255,1);
}
.detail-page-company p{
    color:rgba(121,127,149,1);
    font-size:12px;
}
.detail-page-table{
    margin: 25px 0;
    table-layout: fixed;
}
.detail-page-table tbody tr{
    background: white!important;
}
.detail-page-table tbody tr td:nth-child(n+2){
    padding: 25px 0!important;
}
.detail-page-table tbody tr td:nth-child(2){
    display: flex;
}
.detail-page-table tbody .company-logo{
    /*float: left;*/
    height: 120%;
}
.detail-page-table tbody .company-logo img{
    width: 96px;
    height: 96px;
    border-radius: 16px;
    /*margin-top: 30px;*/
}
.detail-page-table tbody  .company-detail .company-detail-status{
    width: 48px;
    height: 20px;
    background: rgba(51, 92, 255, 1);
    border-radius: 6px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-left: 10px;
    position: relative;
    top: -5px;
}
.detail-page-table tbody .company-detail p{
    font-size: 14px;
    /*font-weight: bold;*/
    color: rgba(156, 157, 167, 1);
    margin-top: 7px;
}
.detail-page-table tbody .company-detail p span{
    padding-left:12px;
    padding-right:24px;
}
.detail-page-table tbody .company-index{
    font-size: 48px;
    font-family: SegoeUI;
    font-weight: bold;
    color: rgba(51, 92, 255, 1);
    margin-top: -50px;
    cursor: pointer;
}
.detail-page-table tbody .check-company-detail{
    width: 110px;
    height: 24px;
    background: rgba(245, 245, 250, 1);
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
    color: rgba(178, 182, 209, 1);
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    position: relative;
    top: 10px;
    left: 10px;
}

[v-cloak]{
    display: none;
}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}

/*公用checkbox*/
.common-table .checkbox {
    width: 16px;
    cursor: pointer;
    height: 16px;
    margin: 0 24px;
    background-image: url('/static/saas/img/icon-select-before.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 3px;
    display: inline-block
}

.common-table .checkbox:hover {
    background-image: url('/static/saas/img/not_check_hover.png');
}

.common-table .checkBoxChecked {
    background-image: url('/static/saas/img/checked2.png');
}

.common-table .checkBoxChecked:hover {
    background-image: url('/static/saas/img/checked2_hover.png');
}
.common-table .checktitle{
    margin-right: 22px;
    margin-left: 11px;
    color: #6F6F79;
}
.common-table .checktitleChecked{
    color: #2E2E35;
}
.el-pagination{
    text-align: right;
    margin-top: 20px;
}
section.collection-wrapper{
    width:208px;
    height:92px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 12px 0px rgba(205,209,221,1);
    padding: 21px 42px;
    color: #DF8A1D;
    position: absolute;
/*    top: 36px;
    left: 0;*/
    font-size: 12px;
    z-index: 99;
    line-height: 28px;
    text-align: left;
    left: 0;
    top: 31px;
}
section.collection-wrapper img{
    padding-right: 11px;
    vertical-align: middle;
}
section.collection-wrapper div{
    height: 27px;
    cursor: pointer;
}
.common-table{
    width: 100%;
    font-family:Microsoft YaHei;
    font-weight:400;
    text-align: left;
    border-collapse: collapse;
    border: 0;
}
.common-table tr{
    border: 1px solid #E4E9F2;
    border-left: none;
    border-right: none;
}
.common-table thead tr{
    background: #F5F6FC;
    height: 47px;
    font-size:12px;
    color:rgba(151,152,165,1);
}
.common-table tbody tr{
    font-size:14px;
    color:rgba(92,92,100,1);
    height: 54px;
}
.common-table tbody tr:nth-child(odd){
    background:#FFFFFF;
}
.common-table tbody tr:nth-child(even){
    background: rgba(250,251,253,1);
}
.common-table tr td:first-child {
    padding-left: 57px;
}
.common-table tbody tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list .no-more{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list .no-more .content img{
    width: 208px;
    height: 128px;
}
.list .no-more .content span{
    font-size: 16px;
    color: #999999;
    display: block;
    margin-top: 16px;
    text-align: center;
}
/*弹窗*/
/*.wrapper{
    !*position: fixed;*!
    z-index: 100;
    display: flex;
}*/
.mask-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 999;
    opacity: 0.2;
    left: 0;
    top: 0;
}
.wrapper-content{
    position: fixed;
    z-index: 99999;
    background: white;
    box-shadow: 0px 4px 16px 0px rgba(199, 203, 214, 1);
    padding: 47px 57px 56px;
}
.wrapper-button div{
    width: 120px;
    height: 32px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    background:linear-gradient(-30deg,rgba(241,149,30,1) 0%,rgba(241,174,44,1) 100%);
    color: white;
    cursor: pointer;
}
.wrapper-button .submit{
    background: #345CFF;
}
.wrapper-button .sure{
    background: #0CC99D;
}
.wrapper-button .cancel{
    border:1px solid rgba(96,96,104,1);
    background: white;
    color: #606068;
}
.wrapper-button .edit{
    background: white;
    border: 1px solid #0CC99D;
    color: #0CC99D;
}
.slider-mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 999;
    opacity: 0.2;
    left: 0;
    top: 0;
}
.slider-wrapper-content{
    height: 100%;
    position: fixed;
    z-index: 999;
    background: white;
    box-shadow: 0px 4px 16px 0px rgba(199, 203, 214, 1);
    padding: 47px 50px 56px;
    right: 0;
    top:0;
    overflow: auto;
}
.slider-wrapper-content.animate {
    animation: myfirst 0.5s;
    -webkit-animation: myanimate 0.5s; /* Safari 与 Chrome */
}
@keyframes myanimate {
    0% {
        right: -1100px;
    }
    100% {
        right: 0;
    }
}
.slider-wrapper-content .title{
    font-size: 24px;
    font-weight: bold;
    color: rgba(46, 46, 53, 1);
    line-height: 36px;
    position: relative;
    text-align: left;
}
.slider-wrapper-content .title::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 6px;
    background: #0CC99D;
    border-radius: 3px;
    left: 0px;
    top: 35px;
}
.checkbox-block .checkbox{
    width: 16px;
    cursor: pointer;
    height: 16px;
    /*margin: 0 24px;*/
    background: url('/static/saas/img/icon-select-before.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}
.checkbox-block .checktitle{
    margin: 0 22px 0 9px;
    color: #83868A;
    font-size: 12px;
}
.checkbox-block .checked .checktitle{
    font-weight: bold;
}
.checkbox-block .checkbox:hover{
    background-image: url('/static/saas/img/not_check_hover.png');
}

.checkbox-block .checked .checkbox{
    background-image: url('/static/saas/img/checked1.png');
}
.checkbox-block .checked .checkbox:hover{
    background-image: url('/static/saas/img/checked1.png');
}
.return-top{
    width: 32px;
    height: 118px;
    background: #FFFFFF url("/static/saas/img/common-icons/airport.png") no-repeat  9px 16px;;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #5C5C64;
    position: fixed;
    bottom: 28px;
    right: 70px;
    cursor: pointer;
    padding-top: 40px;
    padding-left: 11px;
}
.return-top:hover{
    background: #26FCF9 url("/static/saas/img/common-icons/airport-hover.png") no-repeat  9px 16px;
    color: #033BCE;
}
.no-chain{
    width: 51%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    margin: 85px auto;
}
.no-chain .right,
.no-chain .left{
    width: 50%;
}
.no-chain .left img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}
.no-chain .right{
    margin: auto;
}
.no-chain .right h1{
    font-size: 20px;
    color: #9C9EA8;
    /*margin-top: 80px;*/
}
.no-chain .right p{
    cursor: pointer;
    margin-top: 22px;
    color: #13C398;
}
.company-detail h1{
    font-size: 20px;
 }