*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li,dl{
    list-style: none;
}
table{
    border-collapse: collapse;
}
body{
    font-size: 14px;
    background: #f2f2f2;
    height: 100%;
}
html{height:100%;}
/* .maincontent{overflow-y:hidden;height: 100%;} */
#main_frame body{overflow-y: auto;}
::-webkit-scrollbar {width: 8px;height: 8px}
::-webkit-scrollbar-track {background-color: rgba(0, 0, 0, .1)}
::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, .3)}
::-webkit-scrollbar-thumb:hover {background-color: rgba(0, 0, 0, .5)}
::-webkit-scrollbar-thumb:active {background-color: rgba(0, 0, 0, .7)}
a{
    text-decoration: none;
    color: inherit;
}
.form-control:focus{
    box-shadow:none
}
.fl{
    float: left !important;
}
.fr{
    float: right !important;
}
.tal{
    text-align: left !important;
}
.tac{
    text-align: center !important;
}
.tar{
    text-align: right !important;
}
.w1000{
    width: 1000px;
    margin: 0 auto;
}
.cup{
    cursor: pointer;
}
/* 颜色 */
.bg_orange{
    background-color: #fd7e14 !important;
}
.bg_green{
    background-color: #00b79e !important;
}
.bg_cyan{
    background-color: #17a2b8 !important;
}
.bg_purple{
    background-color: #6f42c1 !important;
}
.bg_blue{
    background-color: #00a0e9 !important;
}
.bg_pink{
    background-color: #ff6b5c !important;
}
.bg_gray{
    background-color: #ececec !important;
}
.bg_f5{
    background-color: #f5f5f5 !important;
}
.c_blue{
    color: #007bff !important;
}
.c_green,.start_font{
    color: #28a745 !important;
    /* color: #24C27D; */
}
.c_cyan{
    color: #17a2b8 !important;
}
.c_teal{
    color: #20c997 !important;
}
.c_pink{
    color: #e83e8c !important;
}
.c_red,.stop_font{
    color: #dc3545 !important;
}
.c_orange{
    color: #fd7e14 !important;
}
.c_yellow{
    color: #ffc107 !important;
}
.c_purple{
    color: #6f42c1 !important;
}
.c_indigo{
    color: #6610f2 !important;
}
.c_white{
    color: #ffffff !important;
}
.c_gray{
    color: #6c757d !important;
}
.c_999{
    color: #999999 !important;
}
.c_dark{
    color: #343a40 !important;
}
.bg_white{
    background: #ffffff !important;
}
.bg_f5{
    background: #f5f5f5 !important;
}
.ml10{
    margin-left: 10px !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mt20{
    margin-top: 20px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.ml20{
    margin-left: 20px !important;
}
.mr20{
    margin-right: 20px !important;
}
.p20{
    padding: 20px !important;
}
.pt0{
    padding-top: 0 !important;
}
.pt20{
    padding-top: 20px !important;
}
.plr12{
    padding-left: 12px !important;
    padding-right: 12px !important;
}
/* .pr20{
    padding-right: 20px !important;
} */

.w-10{
    width: 10% !important;
}
.w-20{
    width: 20% !important;
}
.w-30{
    width: 30% !important;
}
.w-30{
    width: 40% !important;
}
.w-50{
    width: 50% !important;
}
.w-60{
    width: 60% !important;
}
.w-70{
    width: 70% !important;
}
.w-80{
    width: 80% !important;
}
.w-90{
    width: 90% !important;
}
.w-100{
    width: 100% !important;
}
/* input,select{
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    border-radius: 4px;
    border: 1px solid #e5e6e7;
    background: #ffffff;
} */
input[readonly],
input[readonly]:focus,
input[disabled],
select[disabled] {
    border: 0px solid #000;
    outline: 0;
    background: #f2f2f2;
}
/* 字号 */
.fz12{
    font-size: 12px !important;
}
.fz13{
    font-size: 13px !important;
}
.fz14{
    font-size: 14px !important;
}
.fz15{
    font-size: 15px !important;
}
.fz16{
    font-size: 16px !important;
}
.fz17{
    font-size: 17px !important;
}
.fz18{
    font-size: 18px !important;
}
.fz20{
    font-size: 20px !important;
}
.fz24{
    font-size: 24px !important;
}
.fz28{
    font-size: 28px !important;
}
/* 提示 */
.msgBox,
.msgBoxOne {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
}

.msgBox .msgCon,
.msgBoxOne .msgCon {
    position: fixed;
    top: 25%;
    left: calc(50% - 200px);
    width: 400px;
    padding: 30px 16px 20px;
    background: #ffffff;
    border-radius: 12px;
}

.msgBox .msgCon .icon,
.msgBoxOne .msgCon .icon {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.msgBox .msgCon .icon i,
.msgBoxOne .msgCon .icon i {
    font-size: 60px;
}

.msgBox .msgCon .title,
.msgBoxOne .msgCon .title {
    font-size: 30px;
    width: 100%;
    text-align: center;
    padding: 16px 0 20px;
}

.msgBox .msgCon .btnBox {
    width: 100%;
    text-align: center;
}

.msgBoxOne .msgCon .btnBox {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.msgBox .msgCon .btnBox .jcbtn {
    width: 120px;
    padding: 0;
    line-height: 36px;
    display: inline-block;
    border-radius: 4px;
    margin: 12px;
    text-align: center;
    cursor: pointer;
}

.msgBoxOne .msgCon .btnBox .jcbtn {
    padding: 0;
    line-height: 36px;
    border-radius: 4px;
    margin: 16px 0 12px;
    text-align: center;
    cursor: pointer;
}

/* loading */
.loadingBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 222;
}

.loadingBox .loading {
    border-radius: 4px;
    padding-left: 4px;
    position: fixed;
    left: calc(50% - 75px);
    top: 25%;
    width: 150px;
    line-height: 30px;
}

.loadingBox .loading img {
    display: inline-block;
    position: relative;
    top: 5px;
}
/* 登录页 */
.login_box{
    width: 420px;
    text-align: center;
    position: fixed;
    top: 30%;
    left: calc(50% - 210px);
    padding: 40px 20px 50px;
    border-radius: 8px;
    box-sizing: border-box;
    background: #ffffff;
}
.login_input{
    width: 100%;
    margin-top: 16px;
    display: inline-block;
    text-align: center;
    position: relative;
}
.login_input i{
    color: #999;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 44px;
    top: 7px;
}
.login_input input{
    width: 80%;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color:#333;
    height: 40px;
    padding-left: 32px;
}
.login_btn{
    display: inline-block;
    margin-top: 20px;
    width: 80%;
    position: relative;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    background: #19be6b;
    color: #ffffff;
    cursor: pointer;
}
.top{
    /* padding: 0 12px; */
    /* line-height: 36px; */
    background: #19be6b;
    /* overflow: hidden; */
    position: relative;
}
.top_l i{
    font-size: 16px;
    margin-right: 4px;
}
.top_r span{
    display: inline-block;
    /* height: 100%;
    position: relative;
    padding-left: 8px;
    padding-right: 12px;
    cursor: pointer; */
}
.top_r span:hover{
    color: #000000;
}
.top_r span i{
    font-size: 18px;
}
.top_more::after{
    content: '';
    position: absolute;
    right: 0;
    height: 16px;
    background: #fff;
    width: 1px;
    top: 9px;
}
.banner{
    background: #ffffff;
    line-height: 60px;
    font-size: 30px;
    font-weight: 600;
    height: 60px;
    clear: both;
    padding: 0 16px;
}
.main{
    clear: both;
    display: flex;
}
.top_l{
    width: 160px;
    background-color: #292929;
    padding: 12px 4px;
    color: #ffffff;
}
.top_r{
    width: calc(100% - 160px);
    background-color: #fff;
    color: #333333;
    height: 45px;
    position: relative;
}
.top_r .date{
    line-height: 45px;
    position: absolute;
    left: 0;
    top: 0;
}
.top_r .date i{
    font-size: 18px;
    margin-left: 12px;
}
.top_r .date span{
   padding-left: 0;
}
.manager{
    float: right;
    margin-right: 30px;
}
.manager .msg{
    position: relative;
    display: inline-block;
    border-right: 1px solid #eee;
    height: 40px;
    width: 56px;
    margin-right: 8px;
    cursor: pointer;
}
.manager .msg .xiaoxi{
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #ff9502;
    position: absolute;
    top: 4px;
    right: 24px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.manager .msg i{
    line-height: 1;
    font-size: 24px;
    color: #00b79e;
    position: relative;
    top: 8px;
}
.manager .head img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-top: 4px;
    cursor: pointer;
    border: 1px solid #eee;
}
.manager .name{
    position: relative;
    top: 4px;
    cursor: pointer;
}
.manager .name i{
    font-size: 12px;
}

.manager .manager_xiala{
    display: none;
    position: absolute;
    right: 16px;
    top: 44px;
    border: 1px solid #eee;
    z-index: 9;
    width: 150px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .1);
    cursor: pointer;
    overflow: hidden;
}
.manager .manager_xiala a{
    width: 100%;
    display: block;
    padding: 14px 12px;
    border-bottom: 1px solid #eee;
}
.manager .manager_xiala a:hover{
    background-color: #5bd18b;
    color: #ffffff;
}
.manager .manager_xiala a:last-child{
    border-bottom: 0px solid #eee;
}
.headname{
    display: inline-block;
    height: 45px;
}
.headname:hover .manager_xiala{
    display: block;
}
.menu{
    width: 160px;
    /* padding-top: 20px; */
    min-height: 600px;
    height: calc(100vh - 45px);
    box-sizing: border-box;
    background: #333c47;
    float: left;
    color: #9fa7b7;
}
.menu a.list{
    display: block;
    text-align: center;
    line-height: 48px;
    border-bottom: 1px solid #222932;
    font-size: 14px;
    position: relative;
}
.menu a.list i{
    position: absolute;
    right: 24px;
    font-size: 12px;
}
.menu a:hover,
.menu a.on{
    background: #222932;
    color: #5bd18b !important;
    text-decoration: none;
    cursor: pointer;
    border-left: 4px solid #5bd18b;
}
.menu_two{
    display: none;
    background: #222932;
}
.menu_two a{
    line-height: 44px;
    text-align: center;
    display: block;
}
.iframe_wrap{
    float: left;
    width: calc(100vw - 160px);
    /*min-height: calc(100vh - 98px);*/
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    /*height: 100%;*/
}
.iframe_wrap iframe{
    /*width:calc(100% + 20px);*/
    border: none;
    position: absolute;
    /*right: -20px;*/
    top: 0;
    bottom: 0;
    /*overflow-x: hidden;*/
    /*overflow-y: hidden;*/
}
.jc_table{
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.jc_table th{
    background: #f5f5f5;
}
.jc_table th,
.jc_table td{
    border: 1px solid #f5f5f5;
    padding: 12px 12px;
}
.jc_table tr:hover{
    background: #f5f5f5;
}
.jc_table td a{
    cursor: pointer;
}
.jc_table td a:not(:last-child){
    margin-right: 8px;
}
.jc_table th input,
.jc_table td input{
    width: 20px;
}
.jc_tr{
    background: #fff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.jc_tr td{
    border: 0;
}
.jc_tr td.pay{
    border: 0;
    color: #337ab7;
    
}
.jc_tr td.pay a{
    padding: 0 4px;
}
.jc_tr td.pay a:hover{
    color: #007bff;
}
.newsAdd_table .userImg img,
.jc_table .userImg img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #eee;
}
.list_main{
    width: 100%;
    /*min-height: 1200px;*/
    overflow-y: auto;
    /* text-align: center; */
    height: 100%;
    padding-bottom: 60px;
}
.news_table td{
    padding:4px;
}
.news_table td:nth-child(1){
    width: 40px;
}
.news_table td:nth-child(2),
.news_table td:nth-child(3),
.news_table td:nth-child(5),
.news_table td:nth-child(6),
.news_table td:nth-child(7),
.news_table td:nth-child(8),
.news_table th.changTd{
    min-width: 6em;
    max-width: 150px;
}
.news_table td div.changText,
.news_table td div.div_power{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* text-align: left; */
}
.jc_table .end,
.jc_table .ing,
.jc_table .nostart{
    background-color: #ddd;
    color: #474747;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 4px;
}
.jc_table .ing{
    background-color: #00b01a;
    color: #fff;
}
.jc_table .nostart{
    background-color: #ffe8b5;
    color: #9f6d00;
}
.textLine1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.textLine2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_table tr td img {
    width: 80px;
    height: 48px;
}
.news_table .div_title a{
    color: #007bff;
}
/* 投保页面 */
.toubao_welcome{
    width: 1000px;
    height: 150px;
    display: inline-block;
    margin-top: 15px;
}
.toubao_welcome img{
    width: 100%;
    height: 100%;
}
.baoxian_list_box{
    width: 1000px;
    display: inline-block;
    padding-bottom: 60px;
}
.baoxian_list{
    width: 238px;
    background: #ffffff;
    padding-bottom: 36px;
    border: 2px solid rgba(230, 229, 228, 0.068);
    box-shadow: 2px 2px 5px #999;
    margin-left: 15px;
    margin-top: 20px;
    float: left;
    position: relative;
    background: #fff;
    cursor: pointer;
    border-radius: 8px;
}
.baoxian_list:first-child{
    margin-left: 0;
}
.baoxian_list:hover{
    border: 2px solid #19be6b;
    box-shadow: 0px 2px 5px rgba(25, 190, 107, 0.75);;
}
.baoxian_list .jiage{
    font-size: 48px;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
    color: #19be6b;
}
.baoxian_list .jiage span{
    font-size: 26px;
    font-weight: normal;
}
.baoxian_list .name{
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding: 8px 0 12px;
    font-weight: bold;
}
.baoxian_list ul{
    text-align: left;
    padding-left: 44px;
    color: #808080;
    font-size: 16px;
}
.baoxian_list ul li{
    position: relative;
    line-height: 36px;
}
.baoxian_btn{
    display: inline-block;
    width: 120px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    background: #19be6b;
    font-weight: bold;
    color: #ffffff;
    margin-top: 24px;
    box-shadow: 0px 2px 5px rgba(25, 190, 107, 0.75);
}
.baoxian_btn:hover,
.baoxian_info_btn:hover{
    background: #17a2b8;
    box-shadow: 0px 2px 5px rgba(23, 162, 184, 0.75);
}
.baoxian_list .jiaobiao {
    width: 78px;
    height: 78px;
    background: url(../images/h-jiaobiao.png) no-repeat top right;
    background-size: 78px 78px;
    position: absolute;
    top: -5px;
    right: -6px;
}
.baoxian_list .jiaobiao_text {
    width: 130%;
    margin-top: 11px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    transform: rotate(45deg);
}
/* 投保详情 */
.baoxian_table{
    text-align: center;
    width: 100%;
    background: #ffffff;
}
.baoxian_table th{
    background: #E9F8F2;
}
.baoxian_table tr:hover{
    background: #E9F8F2;
}
.baoxian_table td,
.baoxian_table th{
    border: 1px solid #d9d9d9;
    padding: 8px 16px;
}
.baoxian_text{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}
.baoxian_text p{
    margin-top: 8px;
}
.baoxian_text b{
    font-size: 16px;
}
.baoxian_info_btn{
    display: inline-block;
    width: 240px;
    line-height: 48px;
    border-radius: 24px;
    font-size: 18px;
    background: #19be6b;
    font-weight: bold;
    color: #ffffff;
    margin-top: 24px;
    box-shadow: 0px 2px 5px rgba(25, 190, 107, 0.75);
    cursor: pointer;
}
/* 统计 */
.part {
    width: 1002px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}

.part-title {
    width: 100%;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
    border-bottom: 1px solid #E4E8EB;
}
.title-line {
    width: 100px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #24C27D;
}
.tj-container {
    width: 1002px;
    padding: 26px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.tj-container input{
    width: 120px;
}
.mounth {
    width: calc(25% - 16px);
    margin: 0 8px;
    height: 114px;
    float: left;
    /* box-shadow: 3px 3px 8px rgb(223, 223, 223); */
    position: relative;
    border-radius: 4px;
}

.marginL36 {
    margin-left: 36px;
}

.mounth-title {
    padding: 12px 0 0 14px;
    color: #fff;
    font-size: 14px;
}

.line {
    width: 67px;
    height: 2px;
    border: none;
    background: #24C27D;
    margin-left: 14px;
}

.mounth-num {
    padding: 0px 0 0 20px;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.company {
    color: #B2B2B2;
    font-size: 12px;
    padding: 0px 0 0 14px;
}

.mounth-count {
    height: 114px;
    line-height: 114px;
    text-align: right;
    color: #E9F8F2;
    font-size: 140px;
    position: absolute;
    right: 10px;
    top: 0;
}

.mounth-greenbg {
    width: 300px;
    height: 83px;
    background:url(../images/mounth_green.png);
    background-size: 300px 83px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mounth-bluebg {
    width: 300px;
    height: 83px;
    background: url(../images/mounth_blue.png);
    background-size: 300px 83px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.timesty {
    padding-left: 35px;
    cursor: pointer;
}

.chart-element {
    width: 920px;
    height: 490px;
    margin: 0 auto;
}
/* 投保 */
.dingdanBuy,
.dingdanBuy_btnBox {
    width: 500px;
    margin: 24px auto 0;
    position: relative;
}

.dingdanBuy b {
    width: 80px;
    text-align: right;
    display: inline-block;
}

.dingdanBuy input,
.dingdanBuy select {
    width: calc(100% - 90px);
    height: 40px;
    line-height: 40px;
}

.dingdanBuy_btnBox .dingdanBuy_btn {
    display: inline-block;
    line-height: 40px;
    width: 120px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 12px;
    margin-left: 16px;
    margin-bottom: 24px;
}
/* 订单列表 */
.dingdan_main{
    width: 100%;
}
.search_box {
    /* border: 1px solid #ebf2f1; */
    /* padding: 8px 16px; */
    font-size: 14px;
}
.search_table{
    min-width: 930px;
    /* margin: 0 auto; */
}
.search_table td{
    text-align: left;
    padding: 8px 12px;
}
.search_table input,
.search_table select{
    width: 214px;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    border-radius: 4px;
    border: 1px solid #e5e6e7;
    background: #ffffff;
}
.search_table .date input{
    width: 98px;
}
.btn{
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 100px;
}
.btn_blue{
    background: #ECF5FF;
    color: #419EFF;
}
.btn_yellow{
    background: #FCF5EB;
    color: #E6A23C;
}
.btn_green{
    background: #E9F8F2;
    color: #24C27D;
}
.btn-orange {
    color: #fff;
    background: #FF8F00;
}
.btn-yellow{
    background: #E6A23C;
    color: #fff;
}
.btn-blue {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-green{
    background: #19be6b;
    color: #fff;
}
.lipei_table {
    text-align: center;
    margin: 0 auto;
}

.lipei_table td {
    text-align: left;
    padding: 8px 16px;
    min-width: 400px;
}
.lipei_table td b {
    display: inline-block;
}
.lipei_table .city select{
    width: 96px;
}
/* 加载更多 */
.loadMore {
    line-height: 44px;
    background: #e5e5e5;
    text-align: center;
    width: 300px;
    margin: 24px auto;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: none;
    border: 0;
}
.loadMore:focus {
    outline: 0;
}
/* 理赔步骤 */
.lipei_step{
    background: #f5f5f5;
    height: 108px;
    margin: 12px auto;
}
#steps{
    padding-top: 6px;
}
.progressbar {
    font-family: montserrat, arial, verdana;
    margin: 15px;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    z-index: 99
}

.progressbar li {
    list-style-type: none;
    font-size: 16px;
    float: left;
    position: relative;
    /* color: #ffffff; */
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    color: #333;
    background: #ccc;
    border-radius: 20px;
    margin: 0 auto 5px;
}

.progressbar li:after {
    content: '';
    width: calc(100% - 40px);
    height: 6px;
    background: #cfcfcf;
    position: absolute;
    left: calc((-100% + 40px)/2);
    top: 18px;
}

.progressbar li:before,
.progressbar li:after {
    -webkit-transition: all .3s .2s linear;
    -moz-transition: all .3s .2s linear;
    -ms-transition: all .3s .2s linear;
    -o-transition: all .3s .2s linear;
    transition: all .3s .2s linear
}

.progressbar li:first-child:after {
    content: none
}
.progressbar li.active{
    color: #27ae60 !important;
    font-weight: bold;
}
.progressbar li.active:before,
.progressbar li.active:after {
    background: #27ae60;
    color: #fff;
    -webkit-transition: all .3s .2s linear;
    -moz-transition: all .3s .2s linear;
    -ms-transition: all .3s .2s linear;
    -o-transition: all .3s .2s linear;
    transition: all .3s .2s linear
}
.step_btn{
    width: 100%;
    margin-top: 36px;
    margin-bottom: 36px;
}
.step_btn .btn{
    display: inline-block;
    width: 100px !important;
}

/* 资料相关 上传资料 */
.picbox {
    width: 962px;
    height: 250px;
}
.picbox_list {
    width: 480px;
    height: 250px;
    padding-top: 10px;
    box-sizing: border-box;
    float: left;
}
.img_box{
    width: 362px;
    height: 180px;
    background: #E9F8F2;
    margin: 0 auto;
    position: relative;
}
.img_bg {
    background: #E9F8F2 url(../images/four-horn.png) center no-repeat;
    background-size: 302px 140px;
}
.img_box img {
    max-width: 100%;
    max-height: 78%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.img_box input {
    width: 100%;
    height: 100%;
    outline: none;
    background-color: transparent;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.picbox .text {
    width: 260px;
    margin: 0 auto; 
    text-align: center;
    font-size: 14px; 
    color: #333;
    line-height: 40px;
}
.lpInfo {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #555;
}

.lpInfo span:first-child {
    margin-right: 24px;
}
/* 图片放大 */
#outerdiv {
    text-align: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
}

#bigimg {
    height: auto;
    width: 50%;
    border: 0;
    margin: auto;
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
}
/* 超时退出 */
.timeOutBox{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 222;
    display: none;
}
.timeOut {
    z-index: 999;
    position: fixed;
    width: 300px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    background: #ffffff;
    color: #333333;
    border-radius: 8px;
}
.timeOut .title {
    text-align: center;
    padding: 0 24px;
    font-size: 18px;
    margin-top: 48px;
}
.timeOut .title .time{
    color: red;
    font-weight: 700;
}
.timeOut .btn_box {
    position: absolute;
    bottom: 0;
    font-size: 0;
    width: 100%;
}
.timeOut .btn_box a {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding: 16px 0;
    position: relative;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
}
.timeOut .btn_box a.no {
    color: #333;
}
.timeOut .btn_box a.no::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    background: #e5e5e5;
}
.timeOut .btn_box a.yes {
    color: #258FEA;
}
.timeOut .btn_box a.one {
    color: #258FEA;
    width: 100%;
}
/* 账号编辑 */
.idExit_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 111;
}

.idExit {
    width: 480px;
    padding-top: 16px;
    background: #ffffff;
    position: absolute;
    left: calc(50% - 240px);
    top: 10%;
    border-radius: 12px;
}

.idExitClose {
    position: absolute;
    right: -12px;
    top: -16px;
    background: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.idExitClose i {
    font-size: 40px;
    line-height: 1;
    position: relative;
    left: 1px;
}

.idExit .dingdanBuy,
.idExit .dingdanBuy_btnBox {
    width: 360px;
    margin: 16px auto 0;
}
.idExit .dingdanBuy .tips{
    position: absolute;
    top: 11px;
    display: block;
    right: 16px;
    color: #999;
}
/* 基础 */
.part-title-btn {
    float: right;
    font-size: 14px;
    padding: 2px 20px;
    line-height: 26px;
    position: relative;
    top: 10px;
    margin-right: 24px;
    border-radius: 4px;
    cursor: pointer;
}
.info {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #333333;
}

.info-left {
    padding-left: 40px;
    float: left;
    width: 470px;
}

.info-right {
    padding-left: 70px;
    float: left;
}

.rep_item_input {
    display: inline-block;
}

.clear {
    clear: both;
}

.infoList {
    margin-top: 20px;
}

.infoList span {
    text-align: right;
    display: inline-block;
    width: 180px;
}

.infoList input,
.distpicker_con {
    width: 400px;
    display: inline-block;
}

.distpicker_con .form-group {
    width: 45%;
    display: inline-block;
    margin-bottom: 0px;
}

.infoList select {
    width: 198px;
}
.list_crumb_box {
    text-align: left;
    width: 100%;
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #E4E8EB;
    background-color: #fff;
    overflow: hidden;
    margin-top: 12px;
}
.list_crumb_box .title{
    position: relative;
    float: left;
    display: block;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 12px;
}
.list_crumb_box .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 120%;
    height: 2px;
    background-color: #24C27D;

}
.list_crumb_box .back{
    font-size: 12px;
    margin-left: 48px;
    margin-top: 13px;
    padding: 4px 16px;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    float: left;
    color: #888;
    border: 1px solid #dcdee2;
}
.list_crumb_box .back:hover{
    color: #fff;
    background-color: #2d8cf0;
    border-color: #2d8cf0;
}
.list_crumb_box .tabBox{
    float: left;
    margin-left: 36px;
}
.list_crumb_box .tabBox .tabList{
    float: left;
    font-size: 14px;
    color: #858285;
    background-color: #dce2e7;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 8px;
    margin-top: 8px;
}
.list_crumb_box .tabBox .tabList:last-child{
    margin-right: 0;
}
.list_crumb_box .tabBox .on,
.list_crumb_box .tabBox .tabList:hover{
    color: #ffffff;
    background-color: #546478;
}
.list_crumb_box .btnBox{
    float: right;
}
.list_crumb_box .btnList,
.list_crumb_box .back{
    float: left;
    font-size: 14px;
    color: #ffffff;
    background-color: #00b79e;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 20px;
    margin-top: 8px;
}
.list_crumb_box .back{
    background-color: #eee;
    color: #333333;
}
.list_crumb_box .back:hover,
.list_crumb_box .btnList:hover{
    background-color: #08b;
    color: #ffffff;
    cursor: pointer;
}
.btnDefault{
    display: inline-block;
    min-width: 72px;
    font-size: 14px;
    color: #ffffff;
    background-color: #0099cc;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    cursor: pointer;
    text-align: center;
}
.btnDefault:hover{
    background-color: #08b;
}
.news_search {
    font-size: 14px;
    text-align: left;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
  }

  .news_search .news_search_select {
    float: left;
    width: 120px;
    height: 34px;
    border: 1px solid #ced4da;
    margin-right: 10px;
    border-radius: 4px;
  }

  .news_search .input_text {
    float: left;
    width: 210px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid #ced4da;
    margin-right: 10px;
    border-radius: 4px;
  }

  .news_search .search_btn {
    display: block;
    float: left;
    line-height: 34px;
    text-align: center;
    background-color: #00b79e;;
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .news_search .search_btn:last-child{
      margin-right: 0;
  }
  .news_search .search_btn:hover {
    background-color: #0088bb;
  }
  .news_search .news_search_date{
    float: left;
    margin-right: 12px;
  }
  .news_search .news_search_date b{
    display: block;
    float: left;
    line-height: 34px;
    font-weight: normal;
  }
  .news_search .news_search_date input{
    width: 88px;
    height: 34px;
    padding-left: 6px;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
  }
  .pageBox {
    clear: both;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    color: #999999;
    font-size: 14px;
  }
  .pageBox .textInfo{
    display: inline-block;
    font-size:12px;
  }
  .pageBox .on {
    border: 1px solid #0BA29A;
    background-color: #0BA29A;
    color: #fff !important;
  }
  .pageBox a {
    padding: 4px 8px;
    margin: 10px 3px;
    font-size: 12px;
    border: 1px solid #DFDFDF;
    background-color: #FFF;
    color: #9d9d9d;
    text-decoration: none;
    cursor: pointer;
  }
  /**
   * @author: jcc
   * @date: 2024-02-26 10:50:14
   * @description 处理分页太多显示错版问题
   */
   .pageBox a {
    padding: 0px 6px;
    margin: 2px 3px;
    display: inline-block;
    min-width: 32px;
    text-align: center;
   }
  .peoperListInfoTab {
    overflow: hidden;
    text-align: left;
  }

  .peoperListInfoTab a {
    text-align: center;
    color: #858285;
    background-color: #dce2e7;
    padding: 4px 8px;
    display: block;
    float: left;
    margin-right: 12px;
    margin-top: 12px;
    font-size: 14px;
    cursor: pointer;
  }

  .peoperListInfoTab a.on,
  .peoperListInfoTab a:hover {
    color: #ffffff;
    background-color: #546478;
  }

  .baseInfo {
    overflow: hidden;
  }

  .baseInfoListBox {
    overflow: hidden;
    margin-bottom: 12px;
  }

  .baseInfoTitle {
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
    line-height: 36px;
    position: relative;
    padding-left: 8px;
    background-color: #fff;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .baseInfoTitle::before {
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    width: 2px;
    height: 50%;
    background-color: #24C27D;
  }
  .baseInfoText{
    background-color: #fff;
    overflow: hidden;
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 12px;
  }
  .baseInfo .headimgBox {
    float: left;
    overflow: hidden;
    height: 100%;
    padding-top: 12px;
    width: 120px;
    padding-left: 12px;
  }

  .baseInfo .headimg {
    float: left;
    width: 100px;
    height: 100px;
  }

  .baseInfo .headimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .baseInfoList {
    float: left;
    text-align: left;
    margin-left: 12px;
    margin-top: 12px;
    width: calc(25% - 16px);
  }

  .baseInfoList .title {
    font-size: 14px;
    padding: 4px;
    color: #666666;
  }

  .baseInfoList .text input {
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    padding: 0 8px;
  }
  /* 审核 */
  .newsHeBox{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 66;
  }
  .newsHeBoxCon{
    width: 400px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 12px;
    border-radius: 8px;
  }
  .newsHeBoxCon .listTitle{
    border-bottom: 1px solid #eee;
    padding-top: 4px;
    padding-bottom: 12px;
    color: #09c;
    font-weight: bold;
    position: relative;
  }
  .newsHeBoxCon .listTitle span{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: block;
  }
  .newsHeBoxCon .listTitle span i{
    color: #666666;
    font-size: 20px;
    line-height: 1;
  }
  .newsHeBoxCon .title{
    width: 100%;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .leiBox {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9;
}

.leiBox .leiCon {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
    border-radius: 8px;
}
.newsAdd_table tr {
    border-bottom: 1px solid #e9e9e9;
  }
  .newsAdd_table tr td{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .newsAdd_table tr td:first-child {
    min-width: 110px;
    max-width: 120px;
    text-align: right;
    padding-right: 8px;
  }
  .newsAdd_table .form-control{
    width: 200px;
  }
  .newsAdd_table .tt_tips{
    line-height: 36px;
    color: rgb(200,200,200);
  }
  .newsAdd_table input{
    margin-right: 2px;
  }
  .td_ul_li li {
    width: 180px;
    float: left;
    font-size: 14px;
    padding: 2px 0;
  }
  .newsAdd_table .form-control{
    width: 200px;
  }
  .newsAdd_table .tt_tips{
    line-height: 36px;
    color: rgb(200,200,200);
  }
  .newsAdd_table input{
    margin-right: 2px;
  }
  .newsAdd_table .dingwei{
      width: 30px;
      height: 30px;
      display: inline-block;
      text-align: center;
      cursor: pointer;
      color: #ff2020;
  }
  .newsAdd_table .dingwei i{
    line-height: 1;
    font-size: 24px;
  }
  .newsAdd_table .dingwei:hover{
      color: #00b79e;
  }
  .newsAddimg{
    width: 72px;
    height: 72px;
  }
  .newsAddimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tikuAdd_table{
    background-color: #eee;
    margin-bottom: 8px;
}
  .tikuAdd_table tr {
    border-bottom: 0px solid #e9e9e9;
  }
  .tikuAdd_table tr td{
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .tikuAdd_table tr:first-child td:nth-child(3){
    padding-top: 12px;
  }
  .tikuAdd_table tr:last-child td:last-child{
    padding-bottom: 12px;
  }
  .tikuAdd_table tr td:first-child,
  .tikuAdd_table tr td:nth-child(2) {
    min-width: 110px;
    text-align: right;
    padding-right: 8px;
  }
  .tikuAdd_table .form-control{
    width: 200px;
  }
  .tikuAdd_table .tt_tips{
    line-height: 36px;
    color: rgb(200,200,200);
  }
  .tikuAdd_table input{
    margin-right: 2px;
  }
.meet_tag{
    text-align: left;
    overflow: hidden;
}
.meet_tag a{
    background-color: #ececec;
    color: #333333;
    text-align: center;
    padding: 12px 16px;
    float: left;
    cursor: pointer;
    border: 1px solid #fff;
}
.meet_tag a:hover,
.meet_tag .on{
    font-weight: bold;
    color: #ffffff !important;
    background-color: #546478;
}
.addPeopleBox{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.addPeopleBox .newsAdd_table{
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%,0);
}
.addPeopleBox .newsAdd_table tr td:first-child ,
.addPeopleBox .newsAdd_table tr td:nth-child(3),
.addPeopleBox .newsAdd_table tr td:nth-child(5){
    min-width: 80px;
    max-width: 120px;
    text-align: right;
    padding-right: 0px;
    white-space: nowrap;
    padding-left: 12px;
}
.addPeopleBox .newsAdd_table tr td:last-child{
    padding-right: 30px;
}
.addPeopleBox .newsAdd_table tr td:first-child{
    padding-left: 24px;
    max-width:160px;
    white-space: nowrap;
}
.danweiTd{
    position: relative;
}
.danweiTd .danwei{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
}
.hotelBox{
    overflow: hidden;
    margin-left: -4px;
}
.hotelListBox{
    overflow: hidden;
    float: left;
}
.hotelList{
    float: left;
    background-color: #eee;
    margin: 8px 4px;
    padding: 8px 12px;
    color: #444444;
    position: relative;
    width: 220px;
    max-width: 240px;
}
.hotelList .shanchu{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.hotelList .shanchu i{
    font-size: 20px;
    color: red;
}
.hotelList i{
    color: #00477b;
    margin-right: 4px;
}
.hotelName{
    font-size: 16px;
}
.hotelName i{
    color: #00b79e;
    font-size: 18px;
}
.hotelListAdd{
    border: 2px solid #00b79e;;
    float: left;
    overflow: hidden;
    width: 100px;
    height: 88px;
    margin-top: 8px;
    margin-left: 4px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}
.hotelListAdd i{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: #00b79e;
    transform: translate(-50%,-50%);
}
.hotelTag{
    overflow: hidden;
    border-top: 1px solid #eee;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}
.hotelTag .tabBox{
    overflow: hidden;
    float: left;
}
.hotelTag .list{
    display: block;
    float: left;
    font-size: 16px;
    color: #888888;
    padding: 12px;
    cursor: pointer;
}
.hotelTag .list span{
    font-size: 12px;
}
.hotelTag .on,
.hotelTag .list:hover{
    font-weight: bold;
    color: #333333;
    border-bottom: 2px solid #00b79e;
}
.xingcheng_table{
    min-width: 1100px;
}
.xingcheng_table tr td:nth-child(1),
.xingcheng_table tr th:nth-child(1){
    width: 40px;
}
.xingcheng_table tr td:nth-child(2),
.xingcheng_table tr th:nth-child(2){
    width: 40px;
}
.xingcheng_table tr td:nth-child(3),
.xingcheng_table tr th:nth-child(3){
    width: 100px;
}
.xingcheng_table tr td:nth-child(4),
.xingcheng_table tr th:nth-child(4){
    width: 100px;
}
.xingcheng_table tr td:nth-child(5),
.xingcheng_table tr th:nth-child(5){
    width: 200px;
}
.xingcheng_table tr td:nth-child(6),
.xingcheng_table tr th:nth-child(6){
    width: 100px;
}
.xingcheng_table tr td:nth-child(7),
.xingcheng_table tr th:nth-child(7){
    width: 200px;
}
.xingcheng_table tr td:nth-child(8),
.xingcheng_table tr th:nth-child(8){
    width: 200px;
}
.xingcheng_table_small{
    background-color: #f5f5f5;
    min-width: 1100px;
}
.xingcheng_table_small td{
    border: 0px solid #000;
}
.xingcheng_table_small .xuhao{
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}
.xingcheng_table_small .from,
.xingcheng_table_small .go{
    background-color: #ececec;
    color: #00477b;
    padding: 8px 0;
}
.xingcheng_table_small .jiaotong{
    width: 80px;
    height: 1px;
    background-color: #333;
    margin: 0 auto;
    position: relative;
}
.xingcheng_table_small .jiaotong::after{
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform:rotate(45deg);
-ms-transform:rotate(45deg); 	/* IE 9 */
-moz-transform:rotate(45deg); 	/* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); 	/* Opera */
}
.xingcheng_table_small .feiyong{
    color: #00477b;
}
.xingcheng_table_small .gaiqian{
    margin-left: 8px;
    border-bottom: 1px solid #24a2ff;
    color: #24a2ff !important;
}
.xingcheng_table_small tr td:nth-child(5),
.xingcheng_table_small tr td:nth-child(6),
.xingcheng_table_small tr td:nth-child(7){
    text-align: left;
}
.meet_saoma{
    background-color: #f5f5f5;
    width: 240px;
    padding: 20px;
    text-align: center;
    margin-left: 30px;
}
.meet_saoma .ewm{
    width: 132px;
    height: 132px;
    display: inline-block;
}
.meet_saoma .ewm img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.meet_saoma .text{
    text-align: center;
    width: 100%;
    color: #00b79e;
    padding-top: 8px;
}
.xunjiaTable td{
    padding-top: 12px;
}
.meet_file_list{
    border: 1px solid #eee;
    position: relative;
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
}
.meet_file_list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.meet_file_list i{
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 24px;
    color: red;
}
.meet_file_list .filename {
    position: absolute;
    bottom: 0;
    padding: 0 4px;
    font-size: 12px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tanchuangClose{
    position: absolute;
    right: 16px;
    top: 4px;
    cursor: pointer;
}
.tanchuangClose i{
    font-size: 24px;
    color: red;
}
.jiedaiTag{
    overflow: hidden;
    width: 80%;
    margin: 12px auto 0;
    position: relative;
    height: 100px;
}
.jiedaiCon{
    width: 80%;
    margin: 0 auto;
}
.jiedaiTag .line{
    position: absolute;
    width: calc(100% - 93px);
    height: 6px;
    background-color: #f2f2f2;
    top: 23px;
    left: 33px;
    z-index: 2;
}
.jiedaiTag .on{
    background-color: #f5f5f5;
}
.jiedaiTagList{
    float: left;
    width: 100px;
    height: 88px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 3;
}
.jiedaiTagList:first-child{
    left: 0;
}
.jiedaiTagList:nth-child(2){
    left: calc(25% - 50px);
}
.jiedaiTagList:nth-child(3){
    left: calc(50% - 50px);
}
.jiedaiTagList:nth-child(4){
    left: calc(75% - 50px);
}
.jiedaiTagList:nth-child(5){
    right: 0;
}
.jiedaiTagList .icon i{
    font-size: 24px;
    color: #aaa;
}
.jiedaiTagList .title{
    font-size: 14px;
}
.jiedaiTagList .sanjiao i{
    font-size: 12px;
    color: #333;
    display: none;
}
.jiedaiTag .ok .icon i{
    color:#00B01A;
}
.jiedaiTag .on .sanjiao i{
    display: block;
}
.jiedaixinxizhuce{
    position: relative;
}
.jiedaixinxizhuce .form-control{
    width: 300px;
}
.jiedaixinxizhuce .newsAdd_table tr{
    border: none;
}
.jiedaixinxizhuce  .touxiangBox{
    position: absolute;
    top: 8px;
    right: 8px;
    text-align: center;
}
.jiedaixinxizhuce  .touxiangBox input{
    display: none;
}
.jiedaixinxizhuce  .touxiangBox img{
    width: 180px;
    height: 240px;
}
.meet_kaiguan{
    display: none;
}
.meet_kaiguan+label{
    background-image: url(../images/guan.svg);
    width: 50px;
    height: 30px;
    background-size: cover;
    /* position: relative;
    left: 60px;
    top: 10px; */
    position: absolute;
    left: 60px;
    top: 8px;
}
.meet_kaiguan:checked+label{
    background-image: url(../images/kai.svg);
}
.qiandaozhika{
    width: 320px;
    margin: 0 auto;
    left: 624px;
    border-radius: 8px;
    background-color: rgba(245, 245, 245, 1);
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0);
}
.qiandaozhika .head{
    text-align: center;
    margin: 16px 0;
}
.qiandaozhika .head img{
    display: inline-block;
    width: 120px;
    height: 160px;
}
.qiandaozhika_table{
    width: 75%;
    margin: 0 auto;
}
.qiandaozhika_table tr td{
    text-align: center;
    padding: 12px 8px 8px;
    text-align: right;
}
.qiandaozhika_table tr td:nth-child(1){
    width: 90px;

}
.qiandaozhika_table tr td:nth-child(2){
    border-bottom: 1px solid #bbb;
    width: calc(100% - 90px);
    text-align: center;
}
.qiandaozhika_table .zhuangtai{
    padding: 26px 0;
    text-align: center;
    font-size: 16px;
    color: #aaa;
}
.qiandaozhika_table .zhuangtai i{
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 4px;
    color: #aaa;
}
.qiandaozhika_table .ok,
.qiandaozhika_table .ok i{
    color: #00B01A;
}
.qiandaozhika_table .no,
.qiandaozhika_table .no i{
    color: red;
}
.xinzenghuichang{
    text-align: center;
    color: #00B01A;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #00B01A;
    width: 120px;
    margin: 16px auto;
    padding: 8px 12px;
    text-align: center;
    border-radius: 2px;
}
.eatHeader {
    text-align: center;
    overflow: hidden;
    font-size: 0;
    padding: 12px 0;
    
}
.eatHeader > div{
    border: 1px solid #0076FF;
    width: 100px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 0;
    border-radius: 0 4px 4px 0;
}
.eatHeader > div:first-child{
    border-radius: 4px 0 0 4px;
}
.eatHeader .on{
    background-color: #0076FF;
    color: #fff;
}
.eatjindu{
    width: calc(100% - 520px);
    position: absolute;
    right: 0;
    height: 34px;
    font-size: 14px;
    border-radius: 100px;
    overflow: hidden;
    background-color: #EAEAEA;
}
.eatjindu .num{
    background-color: #00B01A;
    line-height: 34px;
    white-space: nowrap;
    width: 0;
}
.eatWait{
    text-align: center;
    position: relative;
}
.eatWait img{
    width: 150px;
    border-radius: 50%;
}
.eatWait .text{
    font-size: 16px;
    padding-top: 14px;
}
.eatWait .spinner-border {
    display: inline-block;
    width: 150px;
    height: 150px;
    vertical-align: text-bottom;
    border: 4px currentColor dotted;
    border-right-color: currentColor;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border 15s linear infinite;
    position: absolute;
    top: 0;
    left: calc(50% - 75px);
}
.eatBtn{
    width: 100px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #00B79E;
    color: #ffffff;
    cursor: pointer;
}
.huiyi-people{
    display: inline-block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    min-height: 36px;
}
.huiyi-people span{
    background-color: #ddd;
    padding: 4px 8px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    margin: 4px;
}
.huiyi-people span i{
    position: absolute;
    top: -10px;
    right: -9px;
    font-size: 18px;
    color: red;
}
.huiyi-people-search span{
    border: 1px solid #007bff;
    padding: 4px 8px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    margin: 4px;
    cursor: pointer;
    color: #007bff;
}
.huiyi-people-search span i{
    color: #007bff;
}
.huiyi-people-search span i.icon_ok{
    display: none;
}
.huiyi-people-search .on{
    background-color: #007bff;
    color: #ffffff;
}
.huiyi-people-search .on i.icon_ok{
    display: inline-block;
    color: #ffffff;
}
.huiyi-people-search .on i.icon_zengjia{
    display: none;
}
.richeng-peopleList{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.richeng-peopleList-con{
    background-color: #fff;
    width: 90%;
    max-height: 90%;
    overflow-y: scroll;
    position: absolute;
    left: 5%;
    top: 6%;
    padding: 20px;
    border-radius: 8px;
}
.richeng-peopleList-title{
    padding: 12px;
    border-bottom: 1px solid #000;
}
.richeng-peopleList-con .text{
    margin: 8px 0;
}