@charset "utf-8";
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0
}
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family:"Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti;
}
img {
    border: 0 none;
    vertical-align: top;
}
em, i {
    font-style: normal;
}
ol, ul {
    list-style: none;
}
button, h1, h2, h3, h4, h5, h6, input, select {
    font-size: 100%;
    font-family: inherit;
}
input[type=text], textarea {
    -webkit-appearance: none;
    appearance: none;
}
input:focus,textarea:focus{
    outline: none;
}
table {
    border-collapse: collapse;
}
textarea{
    resize : none;
}
a {
    text-decoration: none;
}
body {
    margin: 0 auto;
    width:100%;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100% !important;
    background-color: #fff;
}
.infor_wrap_bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #eee;
}
/* 导航 */
.nav,.nav_white{
    position: relative;
    z-index: 999;
    height:2.14rem;
    font-size: 0.9rem;
    line-height:2.14rem;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 65px;
    color: #fff;
    background-color: #f66364;
}
.nav_white{
    color: #f66364;
    background-color: #fff;
    /*border-bottom:1px solid #dcdcdc;*/
}
.nav a,.nav_white a{
    position: absolute;
    display: inline-block;
    padding: 0.638rem  0  0 0.5rem;
    color:#fff;
}
.nav_white a{
    color: #f66364;
}
.nav img,.nav_white img{
    width: 0.5rem;
    height:0.875rem;
    vertical-align: top;
}
a.back{
    left: 0;
}
.nav a.right,.nav_white a.right{
    right: 0;
}
.nav .btn,.nav_white .btn{
    vertical-align: top;
    font-size: 0.7rem;
    line-height: 2.34rem;
    padding: 0   0.5rem  0  0;
}
.nav_line{
	border-bottom: 1px solid #dcdcdc;
}
.top_right_btn{
    float:right;
    font-size:14px;
    color:#5eb0fa;
    cursor:pointer;
}
.content_hide{
    display:none;
}
.clear{
    clear:both;
}
.line{
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
input[type=radio],input[type=radio]:checked{
    width: 1rem;
    height:1rem;
}
input[type=radio]{
    padding:0;
    margin: 0;
    -webkit-appearance: none;
    background: url("/resources/images/antHelp/radio_bg_pre.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    border:none\9;
    border:none;
}
input[type=radio]:checked{
    background: url("/resources/images/antHelp/radio_bg_n.png") no-repeat;
    background-size: 100% 100%;
    border:none\9;
}
/* tab切换 */
/* tab切换 */
.tab_wrap{
    font-size: 0;
    background-color: #fff;
}
.each_tab{
    border: none;
    display: inline-block;
    text-align: center;
    width: 40%;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.9rem;
    margin:0 5%;
}
.tab_active{
    border-bottom: 0.1rem solid #f66364;
}
 /* 返回首页 */
.back_index{
    display: block;
    width: 2rem;
    height: 2rem;
    position: fixed;
    bottom:1.7rem;
    right: 1rem;
    color: #fff;
    background: url("/resources/images/antHelp/right_hovering.png") no-repeat;
    background-size: 2rem 2rem;
    z-index: 9999;
}
/* 取消   */
.nav_cancel{
	vertical-align: top;
    font-size: 0.8rem;
    line-height:0.875rem;
}
/* 消息提醒弹窗   */
.msg_wrap{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	width:70%;	
	margin:-3rem 0 0 -35%;
	text-align:center;
	background-color:#fff;
	border-radius:8px;
	z-index:10001;
}
.msg_title{
	height:4rem;
	font-size: 0.69rem;
	line-height:4rem;
}
.close_btn{
	height:2rem;
	font-size:0.7rem;
	line-height:2rem;
	color:#56b1ff;
	border-top:1px solid #ccc;
}
/* 加载   */
/*加载loading提示*/
#zxloading{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999999999;
	background: rgba(0,0,0,0.8);	
}
#zxloading #loadtext{
	width: 214px;
	height:110px;
	padding: 20px 0;
	position: fixed;
	top: 50%;
	left: 50%;
	margin:-74px 0 0  -107px;
	text-align: center;
	font-size: 15px;
	z-index: 1000001;
	border-radius: 5px;
	background: rgba(0,0,0,0.8);	
}
#zxloading #loadtext p{
	margin-top: 5px;
	color: #fff;
}
#zxloading #loadtext img{
	width: 60px;
	height: 60px;
}
/* 头部 - 通知消息   */
.header_msg_wrap{
	height:1.8rem;
	font-size: 0.7rem;
	line-height:1.8rem;
	color:#fe1b1b;
	background-color:#fbedca;
	padding:0 0.5rem;
	overflow:hidden;
	white-space:nowrap;
	position: relative;
    z-index: 99;
}
.header_msg_content{ display: inline; }
#header_msg_content{ padding-left:1rem; }
/* 右侧title */
.top_title{
	width:770px;
	height:60px;
	font-size:18px;
	line-height:60px;
	padding:0 10px;
	border-bottom:1px solid #dcdcdc;
	margin:0 auto;
}
.dashed_line{
	border-bottom: 1px dashed  #dcdcdc;
}
.content_wrap{
	width:700px;
	margin:0 auto;
}
.clearfix{
    clear:both;
    zoom: 1;
}
.clearfix:after {
    content: "";
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}

.clearfixnew{
    clear:both;
    zoom: 1;
}
.clearfixnew:after {
    content: "";
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}

/* 代替alert的提示弹窗 */
.wind_msg_wrap{
    display: none;
}
.wind_msg_content{
    position: fixed;
    top: 0;
    left: 0;
    z-index:99999999;
    width: 100%;
    height: 100%;
    text-align:center;
    background-color:rgba(0,0,0,0.6);
}
.wind_msg_content:before{
    content: '';
    display: inline-block;
    height:100%;
    text-align:center;
    vertical-align: middle;
}
.save_succe{
    display: inline-block;
    font-size:16px;
    line-height:30px;
    text-align:center;
    vertical-align: middle;
    color:#111;
    background-color:#fff;
    padding:20px;
    width: 400px;
    border-radius:8px;
    word-wrap : break-word ;
    word-break : break-all ;
}

/* 通用 ‘取消/确定 ’ 弹窗 */
.alert_wrap{
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:9999999999;
    background-color:rgba(0,0,0,0.6);
}
.alert_cont{
    width:400px;
    min-height:180px;
    position:absolute;
    top:50%;
    left:50%;
    margin:0 0 0 -200px;
    padding-bottom:60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color:#fff;
    border-radius:6px;
    overflow:hidden;
}
.wind_title{
    height:40px;
    font-size:16px;
    line-height:40px;
    text-align:center;
}
.alert_title{
    font-size:16px;
    line-height:30px;
    padding:10px 20px 20px;
    text-align:center;
}
.alert_btn_wrap{
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
}
.alert_btn_cont{
    width:100%;
    float:left;
    position:relative;
    left:50%;
}
.alert_btn{
    float:left;
    width:50%;
    height:50px;
    font-size:18px;
    line-height:50px;
    text-align:center;
    position:relative;
    right:50%;
    box-sizing:border-box;
    border-top:1px solid #ccc;
    cursor:pointer;
}
.alert_btn_left{
    border-right:1px solid #ccc;
}
.data_msg{
	font-size:16px;
	line-height:60px;
	text-align:center;
	color: rgba(61,43,50,0.5);
}
.fl{float:left;}
.fr{float:right;}
::-webkit-scrollbar {
    display: none;
}