@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0;}
body{ font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-family:"微软雅黑"; font-size:14px; color:#7f7f7f; }

img{  border:0;}
ul{ list-style:none;}
a{ text-decoration:none; cursor:pointer; color:#7f7f7f;}
a:focus {   outline:none;  } 
a:link,a:visited,a:hover,a:active{  
    text-decoration:none;  
 }    

table{ c}
.red{ color:#f00;}
.backg_fff{ background:#fff;}
.bor{ border-bottom:1px solid #f0f0f0}
input,select{ padding:0 4px;  }
.mar{ margin-top:10px;}
.put_in{ line-height:24px; width:50%; border:none; outline:none;}


/*.....底部菜单.....*/
.btn_menu{ width:100%; position:fixed; bottom:0; left:0; background:#fff; padding:5px 0px 6px 0px; border-top:1px solid #f0f0f0}
.menu_icon{ width:100%; overflow:hidden;}
.menu_icon li{ width:25%; float:left;}
.menu_icon li a{ display:block; margin:0 auto; color:#aab1bc; text-align:center  }
.menu_icon li a.current{color: #f9b456;}
.menu_icon li a img{height: 26px;display:block;margin:0 auto;margin-bottom:4px;}
.menu_icon li a span{font-weight:500; font-size:12px }

.main_concent{ width:100%; margin-bottom:70px; padding-bottom:10px;}

.head_part{ width:100%; background:#f2f2f4; position:relative; border-bottom:1px solid #d7d7d7}
.head_part .title{ width:100%; line-height:50px; text-align:center; font-size:16px; }
.head_part .records{ position:absolute; right:10px; top:24px;}
.head_part .go_back{ position:absolute; top:14px; left:15px; display:inline-block; width:40px;}
.head_part .go_back img{ width:20px;}

.list{ height:46px; border-bottom:1px solid #f0f0f0; padding:0px 10px 0 16px; line-height:46px;}
.list .STYLE3{ font-size:12px;}
.inqu{ padding:10px 0 20px 26px;}
		.inqu .numb{ border:1px solid #eee; border-radius:3px; width:44%; height:24px; margin:0 10px 0 4px;}
		.inqu .btn_in{/* height:26px; */border:none;border-radius:3px;color:#fff;background: #63a333;padding: 5px 10px;}
.page{ text-align:center; padding:10px 0;}
.page .current{ color:#f00}

.bor{ border-top:1px solid #eee;}


/*.....登录页css.....*/
/*body.lbg{background:#eef0f1 url(../Images/login_bg.jpg) no-repeat top center;}*/
.page_bg_slide_plate { width: 100%; height: 100%; position: fixed;top: 0;left: 0;z-index:-10;overflow: hidden;}
.login_main_plate {width:100%; margin:0 auto; margin-top:13%; }
.login_form_plate{ width:80%; margin:0 auto;}
.login_logo{ display:block; margin:0 auto;}
 .login_main_plate  .field { padding:0 4px; border-bottom:1px solid rgba(255,255,255,0.3); line-height:50px;}
 .login_main_plate  .field  .title{font-size:14px;color: rgba(40, 39, 39, 0.7);display:inline-block;width:50px;}
 .login_main_plate  .field  .login_input{width:70%;height:30px;padding:0 4px;outline:none;    border: none;
    border-bottom: 1px #cecece solid;    border-radius: 0px;background: #fff;color: #000;font-size:16px;}
.login_input{-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);}

.login_button{width:100%;display:block;height:38px;   background: #47a5ff;margin:0 auto;margin-top:20px;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;}
 .login_main_plate .bor_n{ border-bottom:none}

.Regiter{ width:78%; margin:0 auto;text-align:center; color:#eee; padding-top:21px; line-height:24px; }
.bg_re{background: #b09850;margin-top:0px;}
.text_center{ text-align:center; } 
 .text_center h3{font-size: 20px;
    font-weight: 400;margin: 10px;    color: #333;} 
 .text_center h3 p{ float: right;
    text-indent: -50px;  }  

    input[type=button]{
    -webkit-appearance:none;
    outline:none
}
input[type=submit]{
    -webkit-appearance:none;
    outline:none
}
input[type=input]{
    -webkit-appearance:none;
    outline:none
}