﻿*{ margin:0px; padding:0px;}
body {
	font-size:16px;
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
	font-family:helvetica;
	color:#4C4C4C;
	position: relative;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
ul,li{list-style:none;}
a,button,label,textarea,div,select,option{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input{outline:none;}
a{ text-decoration:none; color:#999;}
.mobile_a{color:#2695D0;}

.clear:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.i_header{
	display:inline-block;
	width:100%;
	text-align:center;
	padding:0 20px 0 20px;
	}
.wj_slogan{
	
	font-size:21px;
	margin-bottom:5px;
	background:#EDEDED;
	padding:10px;
	width:100%;
	text-align:center;
	}
.wj_slogan a{color:#F07804!important;}		
.header_title{
	padding: 15px;
	color: #fff;
	text-align:left;
	background: #1C668B;
}
.header_t{
	width:100%;
	height:15px;
	text-align:right;
	}	
.header_c{
	width:100%;
	margin:0 auto;
	}	
.login_pc{
	padding-left:20px;
	margin-left:20px;
	border-left:1px solid #999;
	}	
.big_logo{
	width:130px;
	/* height:60px; */
	display: block;
	height:75px; 
	margin:40px auto 20px;
	background-image:url(../Images1/logo.png);
	background-repeat:no-repeat;
	background-size:cover;
	}
.info_logo{
	width:309px;
	height:69px;
	margin:20px auto 10px auto;
	background-image:url(../Images1/logo_a2.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:cover;
}
	
/*---------------------*/
.M_content{
	padding:10px 7%;
	}


/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin:0px 0px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 0px .5em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* orange */
.orange {
	color: #fef4e9!important;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	border: solid 1px #da7c0c;
	background: #F07804;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');*/
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* White */
.white {
	color: #4B7BC4;
	background: #fff;
}	
/* blue */
.blue {
	color: #F7F7F7;
	background: #f63;

}
.blue:hover {
	background: ##f63;
}
.blue:active {
	color: #f63;
}	


.WJ_orange{
  width:100%;
  border-radius: .2em;
  font-size:21px!important;
}
.WJ_white{
  width:100%;
  border-radius: .2em;
  font-size:21px!important;
}
.WJ_blue{
  width:100%;
  border-radius: .2em;
  font-size:21px!important;
}

.PW_an{
  width:100%;
  font-weight:bold;
  color:#F3F3F3;
  font-size:21px!important;
}

/*---------------------*/
.M_content .unstyled {
    margin: 0 0 20px 0;
	/*
    padding: 0;
    border-radius: 5px;
    border:1px solid #BFBFBF;*/
	    padding: 1px 0;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
}
.M_content .unstyled li {
    background: none repeat scroll 0 0 #FBFAF0;
    font-size: 18px;
}
.M_content .unstyled li .topic_input{ margin: 0 10px;border-bottom: 1px solid #E9EEF3;}
.M_content .unstyled li:first-child .topic_input{
}
.M_content .unstyled li:last-child .topic_input{
    border-bottom: none;
}
.M_content .unstyled li:first-child{
    border-radius: 5px 5px 0 0;
	    background: #FBFAF0;
}
.M_content .unstyled li:last-child{
    border-bottom: none;
    border-radius: 0 0 5px 5px;
	    background: #FBFAF0;
}

.M_content .topic_input input{
	width:100%;
	padding: 8px 5px;
	border:none;
	font-size: 16px;
	background-color:#FBFAF0;
	}
.M_content .topic_bel{
	position:absolute;
	margin:18px 0 0 0;
	width:70px;
	text-align:center;
	}	
.M_content .topic_ipt{ position:relative; padding:5px 10px 5px 35px;}	
.M_content .topic_input{ position:relative;}
.ipt_r { padding-right:80px!important;}	
.register_verify{ position:absolute; right:0; top:5px; border-left: 1px solid #ccc; color:#f63; font-size:14px}
.register_verify span { padding: 5px 0 5px 10px; display:block; color: #f63; font-size: 14px; height: 24px; line-height: 24px; box-sizing: content-box;}
.M_content .grey{
	color:#999;
	font-size:12px;
	}
.M_content .grey a{margin:0 2px;}	
.M_content h4{ font-size:18px;}
.M_content .clues{ font-size:14px; padding:5px 0;}

.topic_bel i{
	display: block;
    width: 25px;
    height: 27px;
    margin: -10px 0 0 5px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:cover;
}
.ico_u{background-image:url(../Images1/user.png);}
.ico_p{background-image:url(../Images1/iconfont-mima.png);}
.ico_m{background-image:url(../Images1/mail.png);}
.ico_phone{background-image:url(../Images1/iconfont-shoujihao.png);}
.ico_yzm{background-image:url(../Images1/iconfont-duanxinyanzhengma.png);}

.con_p{ position: fixed; width: 100%; height: 50px; line-height: 50px; background-color: #9BB3C2; bottom: 0px; text-align:center; margin: 10px 0 0 0; color: #fff;font-size: 18px;}
.con_p a{color: #fff; font-size: 18px; display: block; width: 100%; height: 100%; color: #fff;}

.Other_login{
	margin-top:5px;
	padding-top:5px; 
}
.Platform{ margin:10px 0; text-align:center; padding:10px 0 10px 0;}
.Platform a{
	display:inline-block;
	width: 120px;
	height: 39px;
	margin: 0 10px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:cover;
}

.Platform a:first-child{margin: 0 5px 0 0;}
.Platform a:last-child{margin: 0 0 0 5px;}

.Log_sina{background-image:url(../Images1/login_weibo.png);}
.Log_qq{background-image:url(../Images1/login_qq.png);}
.Log_renren{background-image:url(../Images1/login_renren.png);}

/*----------------logo----------------------*/	
footer .wjtext{
    text-align:center;
	margin:20px auto 5px auto;
    width:150px;
	height:30px;
	}
.wjtext span{
	float:left;
	}	
footer .wjimg{
    background: url("../Images1/logo_phone.png") no-repeat scroll 0 0 transparent;
    height: 29px;
    margin:0 auto;
    width: 45px;
	background-size:contain;
    }
/*------------------------------------*/
.againSend {
    cursor: pointer;
}
.info_buttom {
	position:absolute;
	top:12px;
	right:5px;
	color:#2B96E1;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 8px;
    vertical-align: middle;
}
/*---------------------------*/
.switch_buttom{
	position:absolute;
	top:12px;
	right:10px;
	border-radius:12px;
	height:24px;
	width:60px;
	border:1px solid #C1C1C1;
	background:#EAEAEA;
	}
.switch_buttom span{
	float:right;
	margin-top:4px;
	margin-right:7px;
	font-size:12px;
	}	
.switch_off{
	float:left;
	width:20px;
	height:20px;
	background:#fff;
	margin:1px 3px 0 2px;
	border-radius:10px;
	border:1px solid #C1C1C1;
	}
.switch_on{
	display:none;
	width:20px;
	height:20px;
	float:right;
	background:#62CBF9;
	margin:1px 2px 0 0;
	border-radius:10px;
	border:1px solid #C1C1C1;
	}	
.switch_on .on_n{
	margin:3px auto;
	width:2px;
	height:12px;
	background:#fff;
	}	
	
/*---------------------------*/
.error_prompt li{
	width:100%;
	float:left;
	line-height:18px;
	color:#FF0000;
	font-size:12px;
	padding:0 0 10px 0;
	}			
/*-------------------------- */
.success_con{
	margin:80px auto 100px auto;
	}
.success_con h1{
	text-align:center;
	margin-bottom:40px;
	}	
.success_con p{
	text-align:center;
	line-height:24px;
	margin-bottom:5px;
	}	
/*-------------------------- */
.survey_list{

}
.survey_list .list_li{
	position:relative;
	padding: 15px 155px 15px 15px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.survey_list .list_r{
	position: absolute;
	width: 150px;
	right: 10px;
	text-align: right;
	top: 15px;
}
.survey_list .get_result{

}
.survey_list .wjNumber{
	padding: 2px 5px;
	background-color:#999999;
	border-radius: 3px;
	color: #fff;
	margin: 0 10px 0 0;
}
.Fbk textarea{
	width: 100%;
	border: 1px solid #BFBFBF;
	padding: 5px;
	height: 100px;
	resize: none;

}
.mot10{margin-top: 10px;}
.Fbk input{
	width: 100%;
	border: 1px solid #BFBFBF;
	padding: 5px;
}
.Fbk p{margin: 10px 0; font-size: 14px;}
.Fbk input{padding: 10px 5px;}
.Fbk_con{margin-bottom: 20px;}

.morePage{
	width: 100%;
	padding: 20px 10px 15px 10px;
	margin: 0 auto;
	background: #FDF9CD;
	text-align: center;
}

.zhx{
	margin: 20px 0 0 0;
	height: 11px;
	text-align: center;
	border-bottom: 1px solid #C5C4C6;
}
.zhx_text{
    color: #C5C4C6;
    display: inline;
    background-color: #f1fbf9;
    padding: 0 8px;
}

.wjmm{
	text-align: right;
	padding: 10px 5px;
}
.wjmm a{
	color:#f63; display:block; float:left; width:30%; box-sizing:content-box; text-align:center
}


.header{
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #2E8EC1;
	width: 100%;
	font-size: 20px;
	z-index: 999;
    padding:0 70px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.header .header_text{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*返回按钮*/
.header_left{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    /*background-color: #3DA4DE;*/
    height: 50px;
}
.header_left a{
    display: block;
    width: 100%;
    height: 100%;
}
.page_ComeBack{
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 15px auto 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('../Images1/left.png');
    background-size:contain;
}
.header_right{
    position: absolute;
    right: 0px;
    top: 0px;
    min-width: 60px;
    height: 50px;
    /*background-color: #3DA4DE;*/
}
.header_right a{
    display: block;
    width: 100%;
    height: 100%;
}
.header_right a .miniButton{
   float: left;
   margin-top: 10px;
}
#getYzm,.getYzm{
	position: absolute;
	top: 10px;
	right: 5px;
	background-color: #2695d0;
	color: #fff;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 21px;
	border-radius: 3px;
	text-align: center;
}

.agree { padding:0 0 20px 20px; font-size: 14px;}
.agree .checked {}
.agree .checked i { display: inline-block; width: 16px; height: 16px; margin-right: 5px; background: url(../Images1/checked.png) no-repeat; background-size: cover; vertical-align: -2px;}
.agree .check i { background: blue; background: url(../Images1/checked.png) no-repeat; background-size: cover;}

/*加载样式*/
.loadMack{
position:fixed;
*position:absolute;
top:0;
left:0;
z-index:99800;
opacity:0.1; 
widht:100%;
*filter:alpha(opacity=10);
filter:alpha(opacity=10);
-moz-opacity:0.1;
background:#ffffff;
width:100%;
}
.loadCon
{
position:fixed;
*position:absolute;
padding:10px 20px 10px;
font-size:14px;
font-weight:bold;
color:#efefef;
z-index:93801;
box-shadow:0 0 5px rgba(0, 0, 0, 0.8);
/*background:url(../Images1/loading_wb.gif) center center no-repeat #000000;*/
background:#000000;
*filter:alpha(opacity=70);
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7; 
border-radius:5px;
}	

#canvasimg{
	display:none;
	width:598px;
	height:535px;
	border:1px #CCCCCC solid;
	background:#FFF;
}
