*{
	box-sizing: border-box;
}

html,body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	color: #49494A;
	background-color: #F5F5F7;
}

h1,h2,h3,h4,h5{
	margin-bottom: 0px;
}

select{
	background: #fff !important;
}

.pull-left{
	float: left;
}
.pull-right{
	float: right;
}

.main_head{
	display: block;
}
.main_title{
	width: 100%;
	height: 50px;
	background-color: #F2F2F4;
	padding: 8px 10px 10px 200px;
	font-size: 0px;
}
.main_title_left{
	font-size: 20px;
	width: 50%;
	display: inline-block;	
}
.main_title_left img{
	width: 30px;
	margin-right: 10px;
}
.main_title_right{
	width: 50%;
	display: inline-block;	
	font-size: 14px;
	vertical-align: top;
	margin-top: -5px;
	text-align: right;
}
.main_title_right img{
	width: 20px;
}
.main_title_right .med{
	border-right: 1px solid #49494A;
	padding-right: 10px;
}
.main_title_right .namelab{
	padding-left: 10px;
	margin-right: 20px;
}
.main_title_right .out_btn{
	width: 100px;
	height: 50px;
	border: none;
	background-color: #F2F2F4;
	margin-top: -5px;
	margin-right: -10px;
}
.main_title_right .out_btn:hover{
	background-color: #DDDDDF;
}

.main_nav{
	width: 180px;
	height: 100%;
	position: fixed;
	left: 0px ;
	top: 0px;
	background-color: #555555;
	z-index: 1000;
}
.main_nav_logo{
	width: 100%;
	
}
.main_nav_logo img{
	width: 100%;
}

.main_nav_list{
	width: 100%;
	padding-top: 20px;
}
.main_nav_list_ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.main_nav_list_ul li{
	display: block;
	padding: 5px 5px 5px 20px;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
}
.main_nav_list_ul li i{
	margin-right: 10px;
}
.main_nav_list_ul li:hover{
	color: #E17326;
	background-color: #444;
}
.main_nav_list_ul li.active{
	color: #E17326;
	background-color: #444;
}
.nva_zi_ul{
	list-style: none;
	padding: 0;
	display: none;
}
.nva_zi_ul.active{
	display: block;
}



.main_body{
	display: block;
	width: 100%;
	padding-left: 180px;
}
.main_body_title{
	width: 100%;
	background-color: #fff;
	padding: 15px 50px;
	box-shadow: 0px 0px 5px #ccc;
	font-weight: bold;
}
.main_body_title span{
	color: #E17326;
}
.main_body_contnet{
	width: 100%;
	padding: 20px;
}
.main_body_contnetul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.main_body_contnetul li{
	transition: all 0.2s ease-in-out;
	padding: 30px 20px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #ccc;
	float: left;
	text-align: center;
}
.main_body_contnetul li:hover{
	background-color: #E17326;
	color: #fff;
}
.main_body_contnetul li img{
	width: 50px;
	margin-bottom: 10px;
}

.input-ban{
	width: 100%;
	border: 1px solid #E0E0E0;
	background-color: #EEEEEE;
}
.pdrk_ban{
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	padding: 15px;
}
.pdrk_ban_title{
	margin: 10px 0px;
	font-size: 16px;
	font-weight: bold;
}
.pdrk_ban_list{
	width: 100%;
	padding: 10px 15px;
}

.pdrk_ban_list table{
	width: 100%;
}
.pdrk_ban_list table tr td{
	width: 50%;
	padding: 10px;
	font-size: 14px;
	text-align: left;
}

.dian{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #E17326;
	line-height: 15px;
	display: inline-block;
}
/*原来样式-改动*/
.input-label{
	display: inline-block;
	padding: 7px 0px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
.input-select{
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #E0E0E0;
	font-size: 14px;
	outline: none;
}
.input-inputtext{
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #E0E0E0;
	font-size: 14px;
	outline: none;
}
.pd-btn{
	padding: 3px 10px;
	color: #fff;
	background-color: #E17326;
	border: none;
	display: inline-block;
	outline: none;
}

.pd_list_ban{
	width: 100%;
	margin-top: 10px;
	overflow-x: auto;
}
.pd_list_ban table td,.pd_list_ban table th{
	word-break: keep-all;
	white-space: nowrap;
}
.pd_list_ban table i{
	cursor: pointer;
	color: #E17326;
}
.pd_list_ban table i:hover{
	color: #49494A;
}


.pd_search_ban{
	width: 100%;
	margin-bottom: 30px;
}
.date-i{
	position: absolute;
	top: 2px;
	right: 10px;
}

.pd_list_tabletop{
	display: block;
	padding:5px 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}
/* gai */
.table-topbtn{
	padding: 6px 15px;
   
	/* margin-right: 10px; */
}
.table-topbtn:disabled{
	background-color: #eee !important;
	color: #ccc !important;
}
.btn-color-yellow{
	background-color: #FDC006;
}
.btn-color-blue{
	background-color: #44C4CD;
}
.btn-color-red{
	background-color: #F88282;
}
.btn-color-hui{
	background-color: #7D7D7D;
}
.pd-hr{
	display: block;
	border: 10px solid #E3E3E3;
	margin: 30px 0px;
}
.btn-color-yellow1{
	background-color: #f77a1e;
}
.btn-color-yellow2{
	background-color: #fabe5e;
}
.tim_ban{
	display: none;
}
.bqtype_ban{
	display: none;
}


.btn-lg{
	padding: 10px 30px;
	color: #fff;
	border: none;
	display: inline-block;
	outline: none;
	font-size: 18px;
	margin-right: 10px;
}
.btn-waring{
	background-color: #FABE5E;
}
.btn-waring:hover{
	background-color: #DEAF4D;
}
.btn-green{
	background-color: #A0CD58;
}
.btn-green:hover{
	background-color: #83C235;
}
.btn-fen{
	background-color: #F89A9A;
}
.btn-fen:hover{
	background-color: #BA8585;
}
.btn-blue{
	background-color: #7ED2D8;
}
.btn-blue:hover{
	background-color: #29848C;
}
.btn-org{
	background-color: #F89247;
}
.btn-org:hover{
	background-color: #BA8156;
}
.btn-tu{
	background-color: #cec96d;
}
.btn-caolu{
	background-color:#5fc289;
}
.btn-pur{
	background-color: #bd8cbb;
}
.btn-lanlu{
	background-color: #3fc9c9;
}



.kc_title_ban{
	width: 100%;
}
.kc_title_kbt{
	display: inline-block;
	background-color: #ddd;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 25px;
	color: #555;
}
.kc_title_btmline{
	width: 100%;
	height: 8px;
	background-color: #ddd;
}
.kc_input_listban{
	width: 100%;
	padding: 10px 0px;
	font-size: 0px;
}
.kc_input_box{
	width: 30%;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	vertical-align: top;
}
.kd_mplist{
	width: 23% !important;
}
.kc_input_box label{
	text-align: center;
}
.kc_input_box_btn{
	width: 10%;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	padding: 2px 20px;
	margin-bottom: 10px;
}
/* 改 */
.kc_input_moreban{
	width: 100%;
	/* background-color: #eee; */
	 border: 1px solid #ddd; 
	padding: 5px 10px;
	text-align: right;
	font-size: 14px;
	cursor: pointer;
}
.kc_input_moreban span{
	color: #F68128;
	cursor: pointer;
}
.input_more_cont{
	width: 100%;
	background-color: #eee;
	border: 1px solid #ddd;
	border-top: 0px;
	padding: 20px;
	display: none;
}
.input_more_cont_x{
	width: 100%;
	background-color: #eee;
	border: 1px solid #ddd;
	border-top: 0px;
	padding: 20px;
	display: none;
}
.dBinput{
	font-size: 0px;
}
.dBinput input{
	font-size: 14px;
	width: 45%;
	display: inline-block;
}
.dBinput span{
	font-size: 14px;
	width: 10%;
	display: inline-block;
	text-align: center;
}

.sy_table_span{
	color: #F77A1E;
	cursor: pointer;
}
.sy_table_span:hover{
	text-shadow: 1px 1px 5px #F77A1E;
}

.input_star{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #F77A1E;
	display: inline-block;
	margin-right: 5px;
}


.sy_content_ban{
	width: 100%;
}
.sy_content_title{
	width: 100%;
	padding: 8px 12px;
	background-color: #eee;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ccc;
}
.sy_content_body{
	width: 100%;
	background-color: #fff;
	padding: 8px 12px;
}

.input_more_mascont{
	width: 100%;
	background-color: #eee;
	border: 1px solid #ddd;
	border-top: 0px;
	padding: 20px;
	display: none;
}
.input_more_mascont_x{
	width: 100%;
	background-color: #eee;
	border: 1px solid #ddd;
	border-top: 0px;
	padding: 20px;
	display: none;
}

.triangles { 
border: 8px solid transparent; 
border-bottom-color: #F77A1E; 
width: 0; 
height: 0; 
display: inline-block;
margin-bottom: 3px;
margin-right: 10px;
}

.input_more_cont_old{
	width: 100%;
	background-color: #eee;
	border: 1px solid #ddd;
	border-top: 0px;
	padding: 20px;
	display: none;
}


.sy_tan_ban{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 1000;
	display: none;
}
.sy_tan_body{
	width: 635px;
	height: 500px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
	font-size: 0px;
}
.sy_tan_body ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sy_tan_body ul li{
	transition: all 0.2s ease-in-out;
	width: 200px;
	height: 150px;
	background-color: #fff;
	display: inline-block;
	margin: 5px;
	text-align: center;
	vertical-align: top;
	padding-top: 30px;
	color: #555;
}
.sy_tan_body ul li:hover{
	color: #fff;
	background-color: #F77A1E;
}
/* .sy_tan_body ul li img{
	
} */
.sy_tan_body ul li strong{
	font-size: 16px;
	display: block;
	padding: 10px 0px;
}
.tan_closebtn{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 60px;
	z-index: 10;
	cursor: pointer;
	color: #fff;
}
.tan_closebtn:hover{
	color: #F77A1E;
}



.wx_box{
	width: 100%;
	display: block;
}
.wx_box_title{
	width: 100%;
	padding: 10px 0px;
	font-size: 18px;
}
.wx_box_content{
	width: 100%;
	padding: 40px 20px;
	background-color: #fff;
}
.wx_box_content img{
	width: 140px;
}
.wx_box_span{
	font-size: 14px;
	color: #44C4CD;
}
.wx_box_content_in{
	width: 100%;
	padding: 20px;
	background-color: #fff;
}
.wx_btn_update{
	color: #fff;
	font-size: 14px;
	padding: 5px 15px;
	border: none;
	border-radius: 5px;
	background-color: #F88282;
}
.wx_user_input{
	padding: 5px 10px;
	border: 1px solid #84DFE4;
	margin-right: 20px;
}
.wx_btn_user{
	color: #fff;
	font-size: 14px;
	padding: 5px 30px;
	border: none;
	border-radius: 5px;
	background-color: #44C4CD;
}

.kd_iframebox{
	width: 100%;
	border: none;
	background: none;
	height: 500px;
}
.kd_ban{
	width: 100%;
	height: 500px;
	overflow-y: auto;
}

.sz_titlebar{
	font-size: 0px;
}
.sz_contban{
	width: 100%;
	background-color: #fff;
	padding: 10px;
}
.sz_smll{
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	color: #F77A1E;
	vertical-align: top;
}
.sz_listban{
	width: 100%;
	border: 1px solid #ddd;
}
.sz_listtitle{
	width: 100%;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #eee;
}
.sz_listtitle small{
	font-size: 14px;
	font-weight: 100;
	padding-left: 10px;
	color: #F77A1E;
}
.sz_listtitle button{
	font-size: 14px;
	font-weight: 100;
	float: right;
	padding: 5px 15px;
}
.sz_listcontent{
	width: 100%;
	padding: 10px 15px;
	background-color: #fff;
}
.sz_listcontent ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.sz_listcontent ul li{
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
}
.sz_listcontent ul li:hover{
	color: #F77A1E;
}

.sz_listcontent_zhengce{
	width: 100%;
	padding: 10px 15px;
	background-color: #fff;
}
.sz_listcontent_zhengce ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.sz_listcontent_zhengce ul li{
	width: 100%;
	padding: 10px;
	font-size: 0px;
}
.sz_zhengceinput{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px 15px;
	outline-color: #F77A1E;
	width: 90%;
	font-size: 16px;
}
.sz_zhengceinput_btn{
	display: inline-block;
	padding-left: 15px;
	font-size: 24px;
	color: #555;
	cursor: pointer;
	vertical-align: middle;
}
.sz_zhengceinput_btn:hover{
	color: #F77A1E;
}

.table_our{
	width: 80px;
	background-image: url(../img/table_heade_xie.jpg);
	background-size: 100% 100%;
	position: relative;
}
.table_our .table_our_right{
	position: absolute;
	font-size: 12px;
	top: 2px;
	right: 10px;
}
.table_our .table_our_left{
	position: absolute;
	font-size: 12px;
	bottom: 2px;
	left: 10px;
}

.bb_contban{
	width: 100%;
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.sz_tableicon{
	margin: 10px;
	color: #F77A1E;
	cursor: pointer;
}
.dd_table_zuhetd thead{
	background-color: #eee;
}
.dd_table_zuhetd tbody{
	background-color: #fff;
}
.dd_table_zuhetd th,.dd_table_zuhetd td{
	vertical-align: middle !important;
}
.sz_updateok{
	display: none;
}

.dhrk_tan_body{
	width: 500px;
	height: 300px;
	position: relative;
	background-color: #fff;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
	padding: 40px;
	text-align: center;
}
.dhrk_tan_inputlist{
	width: 100%;
	margin-top: 20px;
}
.dhrk_tan_inputbox{
	width: 100%;
	margin-top: 30px;
	
}
.dhrk_tan_inputbox label{
	font-size: 14px;
	font-weight: bold;
	margin-right: 15px;
}
.dhrk_tan_inputbox label i{
	color: #F77A1E;
}

.dhrk_tabtop{
	width: 100%;
	padding: 10px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.dhrk_tabtop label{
	margin-right: 30px;
}

.hp_input_box{
	width: 28%;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
}
.hp_input_box label{
	text-align: center;
	vertical-align: middle;
}
.hp_input_box input,.hp_input_box select{
	vertical-align: middle;
}
.hp_input_box_btn{
	/* width: 11%; */
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	padding: 2px 20px;
	margin-bottom: 10px;
}
.pd_list_tabletop ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.pd_list_tabletop ul li{
	display: inline-block;
	margin-right: 20px;
}


.tan_ban,.tan_ban_xg,.tan_ban_su{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0,0,0,.5);
	display: none;
}
.tan_ban_box{
	width: 1100px;
	height: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -450px;
	background-color: #fff;
}
.tan_box_xg{
	width: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -200px;
	background-color: #fff;
	display: none;
	z-index: 1010;
	border: 1px solid #ccc;
}
.tab_ban_title{
	width: 100%;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	background-color: #eee;
}
.tab_ban_title_xg{
	width: 100%;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #44C4CD;
}
.tab_ban_content{
	width: 100%;
	padding: 20px;
	font-size: 0px;
}
.hp_input_box.tanbox{
	padding-right: 10px;
}
.hp_input_box.tanbox label{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
}


.jcsz_menu_ban{
	width: 100%;
	padding: 20px 0px;
}
.jcsz_menu_box{
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.jcsz_menu_box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcsz_menu_box ul li{
	display: inline-block;
	padding: 0px 30px;
	text-align: center;
	margin-bottom: -1px;
	color: #777;
}
.jcsz_menu_box ul li p{
	margin: 10px 0px;
	font-size: 18px;
}
.jcsz_menu_box ul li.active{
	border-bottom: 1px solid #F77A1E;
	color: #F77A1E;
}


.tan_ban_box_ck{
	width: 500px;
	/*height: 300px;*/
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -200px;
	background-color: #fff;
}
.tan_ban_box_ck .tan_title{
	width: 100%;
	padding: 15px;
	font-size: 16px;
	text-align: center;
}
.tab_ban_content.ckcontent{
	text-align: center;
}
.hp_input_box.tanbox_ck{
	width: 90%;
	margin-bottom: 15px;
}
.hp_input_box.btnbox{
	width: 90%;
	text-align: right;
}
.hp_input_box.tanbox_ck label{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
}
.input-inputtext:read-only{
	background-color: #eee;
}



.input_mmx{
	width: 60%;
	margin: 30px auto;
	font-size: 14px;
}
.input_mmx label{
	text-align: right;
}
.input_mmx input,.input_mmx select{
	width: 550px;
}
.input_mmx_zban{
	position: relative;
	display: initial;
}
.input_mmx_zban small{
	position: absolute;
	top: 2px;
	right: -250px;
	color: #F77A1E;
}

.jl_topbtnlist{
	width: 100%;
	padding: 20px 15px;
	background-color: #fff;
	margin-top: -20px;
}



/*手写switch按钮样式*/
/*隐藏radio按钮*/
        .myradio input[type="radio"] {
            opacity: 0;
        }
        .myradio {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            padding: 0;
            width: 80px;
            height: 30px;
            border-radius: 20px;
            position: relative;
            overflow: hidden;
             font-size:17px;
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -o-transform: scale(0.8);
        }
        .mrclose {
            background-color: #FFA660;
          
        }
        .mropen {
            background-color: #fff;
            border:1px solid #ddd;
          
        }

        .myradio .open, .myradio .close {
            width: 30px;
            height: 30px;
            font-size: 14px;
            border-radius: 50%;
            background: #fff;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 16px;
            border: 1px solid #e8e8e8;
        }

        .myradio .open {
            color: #555;
            background-color: #fff;
        }

        .hidden {
            display: none
        }

        .disabled {
            pointer-events: none;
            cursor: default;
        }

        .myradio .close {
            left: auto;
            right: 0;
        }

        .myradio .open:after {
            content: '启用';
            position: absolute;
            top: 0;
            left: 33px;
            width: 30px;
            height: 30px;
            line-height: 28px;
        }

        .myradio .close:before {
            content: '停用';
            position: absolute;
            top: 0;
            left: -38px;
            width: 30px;
            height: 30px;
            line-height: 28px;
        }
/*switch结束*/



.dui_text{
	color: #F77A1E;
	font-size: 14px;
}
.duihuan_label{
	width: 100px;
}
/* gai */
.addjg_zhizhao{
	/* width: 170px;
	height: 100px; */
	display: inline-block;
	vertical-align: top;
	border: 1px solid #A27E5B;
	position: relative;
	/* margin-right: 30px; */
}
.addjg_zhizhao:last-child{
	margin-right: 0px;
}
.addjg_zhizhao span{
	display: block;
	margin-top: 43px;
	font-size: 12px;
	text-align: center;
}
.addjg_zhizhao img{
	width: 100%;
	height: 100%;
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
}
.addjg_zhizhao input[type=file]{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 110;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.gx_tan_content{
	width: 100%;
	font-size: 14px;
	text-align: left;
}
.gx_tan_content ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.gx_tan_content ul li{
	line-height: 25px;
}
.gx_tan_content ul li span{
	padding: 1px 5px;
	color: #fff;
	background-color: #E17326;
	font-size: 12px;
	margin-right: 5px;
}

.bb_linetext{
	width: 17%;
	display: inline-block;
	font-size: 14px;
	padding: 5px 15px;
}
.bb_linetext_last{
	width: 15%;
	display: inline-block;
	font-size: 14px;
	padding: 5px 15px;
}
.kd_tablebox{
	height: auto !important;
}


/*发送短信 弹层*/
.dx_tan_ban,.fwjl_tan_ban,.ljcz_tan_ban,.ljjf_tan_ban,.xfje_tan_ban,.xzfw_tan_ban{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 1000;
	display: none;
}
.dx_tan_box{
	width: 900px;
	height: 500px;
	background-color: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -450px;
	font-size: 14px;
}
.dx_tan_title{
	width: 100%;
	padding: 10px;
	text-align: center;
}
.dx_tan_content{
	width: 550px;
	padding: 10px;
	margin: 0px auto;
}
.dx_tan_cbox{
	width: 100%;
	margin-bottom: 10px;
}
.dx_tan_cbox .input-inputtext{
	width: 450px;
}
.dx_zicont{
	font-size: 12;
	margin-left: 75px;
}
.dx_zicont span{
	color: red;
}
.dx_tan_foot{
	padding-top: 20px;
	width: 550px;
	padding: 15px;
	text-align: right;
	margin: 0px auto;
}

/*服务记录查询 弹层*/
.fwjl_labellist{
	width: 100%;
	background-color: #eee;
	padding: 15px 30px;
	font-size: 0px;
	margin-bottom: 10px;
}
.fwjl_labelbox{
	width: 24%;
	display: inline-block;
	font-size: 14px;
	text-align: center;
}

/*积分调整 弹层*/
.jftz_tan_ban{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
}
.jftz_tan_box{
	width: 700px;
	height: 400px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -350px;
	background-color: #fff;
	font-size: 14px;
}
.jftz_tan_title{
	width: 100%;
	padding: 15px;
	text-align: center;
}
.jftz_tan_content{
	width: 550px;
	margin: 0px auto;
}
.jftz_tan_cbox{
	width: 100%;
	margin-bottom: 15px;
}
.jftz_tan_cbox label{
	width: 110px;
	text-align: right;
}
.jftz_tan_cbox .input-inputtext{
	width: 430px;
}
.jftz_tan_foot{
	width: 100%;
	padding: 10px 80px;
	text-align: right;
}

/*充值 弹层*/
.cz_tan_ban{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
}
.cz_tan_box{
	width: 700px;
	height: 400px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -350px;
	background-color: #fff;
	font-size: 14px;
}
.cz_tan_title{
	width: 100%;
	padding: 15px;
	text-align: center;
}
.cz_tan_content{
	width: 550px;
	margin: 0px auto;
}
.cz_tan_cbox{
	width: 100%;
	margin-bottom: 15px;
}
.cz_tan_cbox label{
	width: 110px;
	text-align: right;
}
.cz_tan_cbox .input-inputtext{
	width: 430px;
}
.cz_tan_foot{
	width: 100%;
	padding: 10px 80px;
	text-align: right;
}


/*新增会员*/
.adduser_box{
	width: 100%;
	padding: 10px;
	background-color: #ccc;
}


/*全局弹层*/
.tbox_ban{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 10000;
}
.tbox_box{
	width: 500px;
	padding: 15px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -150px;
}
.tbox_title{
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.tbox_title_close{
	float: right;
	cursor: pointer;
}
.tbox_content{
	width: 100%;
	padding: 10px;
}
.tbox_btnbox{
	width: 100%;
	padding: 10px;
	text-align: right;
}
.main_content_box{
	width: 100%;
	height: 750px;
	background-color:#f9f9f9;
	border:2px solid #f2f1f1;
	position: relative;
}
.main_content_box .sub_content_box{
	width: 530px;
	position: absolute;
	top: 20px;
	left: 0px;
	right: 0px;
	margin: auto;
	border: 1px solid #f1d0b9;
	padding: 10px;
}
.main_content_box .sub_content_box .real_content{
	width: 100%;
}
.main_content_box .sub_content_box .real_content .bg_imgbox{
	width: 100%;
}
.main_content_box .sub_content_box .real_content .bg_imgbox img{
	width: 100%;
}
.main_content_box .real_content .title_box{
	width: 26%;
	height: 5%;
	text-align: center;
	position: absolute;
	top: 2%;
	left:37%;
	padding: 4px;
	background-color: #eec3a3;
	color: #d19e65;
	letter-spacing: 2px;
}
.main_content_box .little_conBox{
	width: 70%;
	height: 70%;
	position: absolute;
	top: 0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:auto;
	border:1px solid #eaba85;
	background-color: #fdf6ee;
	padding: 0 6%;
}
.main_content_box  .little_conBox li{
	list-style: none;
	height: 20%;
	border-bottom: 1px solid #f7eadf;
	overflow: hidden;
}
/* gai */
.main_content_box .little_conBox li span{
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	height: 100%;
	/* float: left; */
	text-align: center;
	color: #ddbb92;
	padding-top: 13%;
}
.main_content_box .logo_box{
	width: 100%;
	height: 14%;
	position: absolute;
	bottom: -2%;
	box-sizing: border-box;
	text-align: right;
}
.main_content_box .logo_box img{
	width: 28%;
	height: 35%;
	display: inline-block;
	margin-right: 13%;
}

.shzc_tan_context{
	width: 100%;
	padding: 5px 5px 10px 5px;
	font-size: 0px;
}
.row_box{
	display: block;
	margin-top: 10px;
}
.shzc_tan_leftbox{
	width: 30%;
	display: inline-block;
	padding-right: 5px;
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
}
.shzc_tan_rightbox{
	width: 70%;
	display: inline-block;
	padding-left: 5px;
	font-size: 14px;
	vertical-align: middle;
}
.shzc_buttons_box{
	width: 55%;
	margin: 0px auto;
	font-size: 14px;
}
.saveval{
	display: none;
}


.tan_ban_kj{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.7);
	z-index: 1000;
	display: none;
}
.tan_ban_kjbox{
	width: 1000px;
	height: 600px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -500px;
	background: #fff;
}
.tan_ban_kjbox_title{
	display: block;
	background-color: #ddd;
	text-align: center;
	padding: 10px;
}
.kjbox_contentbox{
	width: 100%;
	padding: 20px;
}
.kjbox_tablebox{
	width: 100%;
	max-height: 470px;
	overflow: auto;
}

.kjsz_mbox{
	width: 100%;
}
.kjsz_mleft{
	width: 40%;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}
.kjsz_mright{
	width: 40%;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}
.kjsz_mleft_juanbox{
	width: 100%;
	font-size: 0px;
	margin-bottom: 15px;
}
.kjsz_mleft_juanbox_l{
	width: 30%;
	display: inline-block;
	font-size: 14px;
	text-align: right;
	vertical-align: top;
}
.kjsz_mleft_juanbox_r{
	width: 70%;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}
.kajuan_tanbox{
	width: 600px;
	height: 500px;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ddd;
	z-index: 10000;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -300px;
	display: none;
}
.kajuan_tanbox_title{
	display: block;
	text-align: center;
	background-color: #45C4CD;
	color: #fff;
}
.kajuan_tanbox_titletext{
	width: 84%;
	padding: 15px;
	margin: 0px auto;
	border-bottom: 1px solid #fff;
}
.kajuan_tanbox_titletableti{
	width: 100%;
	font-size: 0px;
}
.kajuan_tanbox_titletableti_l{
	width: 33.33%;
	display: inline-block;
	padding: 15px 0px;
	font-size: 14px;
}
.kajuan_tanbox_content{
	width: 100%;
	height: calc(100% - 108px);
	overflow-y: auto;
}
.kajuan_tanbox_list{
	display: block;
}
.kajuan_tanbox_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.kajuan_tanbox_li{
	width: 100%;
	border-bottom: 1px solid #ddd;
	font-size: 0;
	text-align: center;
	cursor: pointer;
}
.kajuan_tanbox_li:hover{
	background-color: #D7F5F7;
}
/* add_start */
.img_td > img{
	width: 28px;
}
.p_page{
	display: flex;
}
.hint_duihuan{
	width: 550px;
	display: inline-block;
	text-align: left;
}
.hint_duihuan a{     
	margin-left: 5px;
}
.little_title > li{
	padding: 8px 20px !important;
}
.little_title > li > p{
	font-size: 15px !important ;
	
}
.little_title > li > a{
	color: #666;
}