*{

	margin: 0;

	padding: 0;

}
body{

	background: #F4F4F4;

}

a{
	text-decoration: none;

}
.body{

	padding-bottom:140px;

}
.left{

	float: left;

}

.right{

	float: right;

}
/*搜索*/
.common_search{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius:10px;
    
}
.searchForm{
    height: 60px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    top: 10px;
    left: 30px;
}
.searchInput{
    width: 220px;
    height: 40px;
    border:1px solid#e5e5e5;
    border-radius: 10px;
}
.search_button{
    background: #fff;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.search_label{
    font-size: 18px;
    color:#333;
}
.search_content{
    width: 400px;
    height: 40px;
    border: 1px solid#e5e5e5;
    border-radius: 10px;
}
/*首页*/

.content{

	width: 100%;

	height: 100%;

	background-image:url("../images/1.jpg");

	background-size: cover;

	background-repeat: no-repeat;

}

.logo{

	width: 150px;

	margin-left: 100px;

}

.logo img{

	width: 100%;

} 

.introduction{

	margin-top: -40px;

	margin-left: 110px;

	line-height: 1px;

	float: left;

	text-align: left;

}

.introduction p{

	line-height: 1.2;

	color: #999;

}

.land{

	width: 300px;

	float: right;

	margin-right: 150px;

	margin-top: 80px;

}

.login{

	width: 100px;

	height: 100px;

	border-radius: 150px;

	background: #3765FF;

	text-align: center;

	line-height: 100px;

	font-size: 36px;

	Box-shadow: 0 0 10px 10px #3765FF;

	float: left;

}

.login a{

	color: #fff;

}
.page{

	text-align: right;

	float: right;


	font-size: 20px;

	margin-top: -20px;

}

.page a{

	color: #40325B;

}
.page p{

	font-weight: bold;

	line-height: 50px;

}

.introduction-check a{

	color: #f00;

	font-size: 28px;

}

.sign{

	width: 300px;

	position: relative;

	left: 300px;

	top: 20%;

}

.signTu{
	float: left;
	clear: both;
}
.understand{

	width: 240px;
	
	height: 70px;

	border: 1px solid #fff;

	line-height: 70px;

	border-radius: 20px;

	text-align: center;

	background: #463369;

	margin-top: 70px;

	float: left;

}

.understand a{

	color: #fff;

	font-size: 30px;

	letter-spacing: 5px;

}

.site{
	position: fixed;

	right: 10%;

	bottom: 20%;

	color: #75668E;

	z-index: 12;

}

.siteTop{

	width: 70px;

	height: 70px;

	border-radius: 150px;

	border: 1px solid #75668e;

	text-align: center;

	line-height: 70px;

	font-size: 24px;

	font-weight: bold;

	cursor: pointer;

}

.siteBottom{

	cursor: pointer;

	width: 70px;

	height: 70px;

	border-radius: 150px;

	border: 1px solid #75668e;

	text-align: center;

	line-height: 70px;

	font-size: 24px;

	margin-top: 30px;

	font-weight: bold;

}

.siteTop:hover{

	color: #f00;
	
	border: 1px solid #f00;
}

.siteBottom:hover{

	color: #f00;

	border: 1px solid #f00;

}

.index-footer{
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	position: absolute;
	bottom: 10px;
	
}

/*切换页面插件*/

.swiper-wrapper{

	transition-delay:.3s;

}

.swiper-slide {

    text-align: center;

    background: #fff;
    
    /* Center slide text vertically */

    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

}
.swiper-slide:nth-child(2){

	background:#3183ff;

	color:#fff;
}
.swiper-slide p{

	transform:translateX(-200px);

	opacity:0;

	transition:all .4s;

}
.ani-slide p{

	transform:translateX(0);

	opacity:1;

}

/*登录*/

.background{

	width: 100%;

	height: 100%;

	position: absolute;

	background: #000000;

	opacity: 0.6;

	z-index: 1;

}

.tab-content{

	width: 100%;

	height: 100%;
	
}

.tab-form{

	width: 960px;

	height: 600px;

	position: absolute;

	left: 50%;

	top: 50%;

	margin-left: -480px;

	margin-top:-300px;

	z-index: 10;

	background: #fff;

	border-radius: 15px;

}

.close{

	font-size: 20px;

	margin-top: 40px;

	color: #B7B7B7;

	clear: right;

}

.close span{

	float: right;

	margin-right: 40px;

}

.tab-form-left{

	width: 44%;

	height: 400px;

	float: left;

	margin-top: 40px;

	border-right: 1px solid #E9E9E9;

	clear: both;

}

.tab-form-right{

	width: 54%;

	height: 400px;

	float: right;

	margin-top: 40px;

}

.tab-p{

	text-align: center;

	font-size: 24px;

	font-weight: 400;

	color: #222222;

}

.tab-er{

	width: 200px;

	margin: 0 auto;

}

.tab-er img{

	width: 100%;

}

.tab-font{

	font-size: 22px;

	text-align: center;

	margin-top: 0px;

}

.tab-font span{

	color: #f00;

}

.tab-p1{

	margin-top: 20px;

}

.tab-tit{
	width: 100%;

	height: auto;

	text-align: center;

	font-size: 22px;

	font-weight: 400;

	color: #222222;


}

.cursor{

	cursor: pointer;

}
.red{
	color: #c12727;
}

.grey{

	color: #666666;

}

.i{
	color: #e6e6e6;
}

.tab-pwd-content{

	width: 70%;
	margin: 0 auto;

}

.tab-pwd-form{

	width: 100%;

	height: 240px;

	margin-top: 30px;

}

.form-input{

	width: 100%;

	height: 50px;

	border: 1px solid #E6E6E6;

	line-height: 50px;
	
}

.radius-top{

	border-top-left-radius: 10px;

	border-top-right-radius: 10px;
	
	border-bottom:0;

}
.radius-bottom{

	border-bottom-left-radius: 10px;

	border-bottom-right-radius: 10px;
	

}

.form-input label input{

	width: 53%;

	border:0;

	outline: none;

	ime-mode:disabled;
	
	
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;

}

.register{

	width: 48%;

	height: 50px;

	line-height: 50px;

	text-align: center;

	color: #333;

	font-size: 18px;

	border: 1px solid #e6e6e6;

	border-radius: 10px;

	margin-top: 20px;

	float: left;

	margin-left: 1%;

}

.register a{

	color: #333;

}
.record{

	width: 48%;

	height: 50px;

	line-height: 50px;

	text-align: center;

	color: #333;
	
	border-radius: 10px;

	margin-top: 20px;

	float: left;

	cursor: pointer;

	background: #ff9494;

	margin-left: 1%;

}

.record input{

	color: #fff;

	font-size: 18px;

	outline: none;

	background: 0;

	border: 0;

	cursor: pointer;

}

.login_other{

	text-align: center;

	margin-top: 30px;

	opacity: ;

}

.login_other_ul{

	width: 100%;
	height: 50px;
	line-height: 50px;
	

}

.login_other_ul li{

	list-style: none;

	margin-left: 40px;

	float: left;

	color: #C0C0C0;

	cursor: pointer;

}
.login_icon{

	width: 30px;

	float: left;

}
.login_icon img{

	width: 100%;

	margin-top: 10px;

}

.tab-form-bottom{

	width: 100%;
	height：80px;
	text-align: center;
	clear: both;
	color: #CBCBCB;

}

.none{

	display: none;

}

.tell_icon{

	width: 10px;

}

#center{

	width: 70%;

	margin-left: 16%;

	margin-top: 30px;
	
	text-align:center;
	
	color:#fff;
	
	font-size:24px ;

}
.orderList{
        width: 98%;
        height: auto;
        border:1px solid #e6e6e6;
        border-radius: 10px;
        margin:0 auto;
        margin-top: 5px;
        overflow: hidden;
    }
.orderList_tit{
    width: 100%;
    color: #999999;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    color:#505A73;
    
}
.orderList_tit_background{
    background:#f5f5f5;
}
.orderList_tit_font{
    font-size: 18px;
    margin-left:70px;
}
.orderList_tit_color{
    color:#243150; 
    font-size: 20px;
}
.orderHr{
    background: #e5e5e5;
    width: 90%;
    margin: 0 auto;
}
.down_list{
    padding:10px 70px;
}
.orderList_status{
    float: right;
    margin-right: 50px;
    font-size: 12px;
}
.orderList_amount{
    margin-right:120px;
    font-size:16px;
}
.orderList_num{
    width: 50px;
    float: left;
    text-align: center;
    font-size: 20px;
    color:#505A73;
}
.down_list_p{
    width: 100%;
    height: 30px;
}
.orderFileName{
    width:40%;
    overflow: hidden;
    float: left;
    font-size:16px;
}
.orderFileAsk{
    max-width:24%;
    overflow: hidden;
    float: left;
    color:#666666;
    margin-left:200px;
}

.sign_tit{

	width: 500px;
	height: 600px;
	text-align: left;
	clear: both;
	margin-left: 17%;
	margin-top: 100px;

}

.sign_tit_p a b{

	font-size: 60px;

    line-height: 50px;

	font-weight: bold;

	color: #f00;

	text-shadow: 0px 0 10px #f00;

	letter-spacing: 6px;


}
.sign_tit_b{

	margin-top: 60px;

}


.sign_back{

	width: 200px;
	height: 60px;
	background: #999;
	float: right;
	margin-right: 10%;
	line-height: 60px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	border-radius: 10px;
	margin-top: -2%;
}

.sign_icon{

	width: 800px;

	height: auto;

	margin-left: 14%;

	margin-top: 80px;

}
.sign_icon_t{

	width: 30px;

	float: left;

	margin-left: 70px;

}

.sign_icon_t img{

	width: 100%;

	float: left;

}

.sign_icon_span{

	font-size: 20px;

	float: left;

	margin-top: 1px;

	margin-left: 10px;

	color: #666;

	font-weight: bold;

}

.sign_qr_code{

	width: 400px;

	float: right;

	margin-right: 10%;

}
.sign_qr_code_left{

	width: 44%;

	text-align: right;

	font-size: 24px;

	color: #333;
	
}

.sign_qr_code_right{

	width: 45%;

	border: 1px solid #333;

	float: right;

}
.sign_qr_code_right_t{

	width: 100%;

}

.sign_qr_code_right_t img{

	width: 100%;

}

.sign_qr_code_left_p{

	color: #000;

	font-size: 30px;

	font-weight: bold;

}

/*首页第二个页面*/

.content_service{

	width: 100%;

	background: #fff;

	height: 100%;

}
.content_service_p{

	height: 100px;

	text-align: center;

	margin-top: 100px;

	clear: both;

	color: #000;

}

.content_service_case{

	width: 70%;

	height: 650px;

	overflow: hidden;

	font-size: 40px;

	margin-top: 30px;

	margin: 0 auto;
	position: relative;
	z-index: 12;

}

.content_service_1{

	width: 25%;

	border-radius: 30px;

	overflow: hidden;

	float: left;

	margin-left: 1%;

	cursor: pointer;

}
.content_service_1:first-child{

	width: 45%;

}

.content_service_1_t{

	width: 100%;

	cursor: pointer;

}

.content_service_1_t img{

	width: 100%;

}

.service_t_d{

	display: none;

}

/*首页第三个页面*/

.content_case{

	width: 100%;

	height: 100%;

}

.content_case_list{

	width: 70%;

	height: 650px;

	font-size: 40px;

	margin-top: 30px;

	margin: 0 auto;


}

.content_case_list li{

	width: 23%;

	height: 230px;

	border: 0;

	margin-left: 1%;

	float: left;

	list-style: none;

	margin-top: 10px;

	cursor: pointer;

	box-shadow: 0 0 1px 1px #FFF0E9;

}

.content_case_list li:hover{

	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);

}


.content_case_list_t{

	width: 200px;

	margin: 0 auto;

}

.content_case_list_t img{

	width: 100%;

	margin-top: 50px;

}

/*了解我们*/

.about_content{

	width: 60%;

	height: 600px;

	background: #000;

	clear: both;

	margin: 0 auto;

	margin-top: 7%;	

	border-radius: 20px;

}

.about_title{

	font-size: 8em;

   	font-weight: bold;

    -webkit-text-stroke: 2px red;

    text-decoration: none;

    text-shadow: 1px 1px 0px #fff, 3px 1px 0px rgb(0 0 0 / 15%);

    text-align: center;
  	

}

.about_title span{

	position: relative;

	top: -85px;

}

.about_left{

	margin-top: -4%;

	width: 20%;

	margin-left: 20%;

	float: left;

}

.about_right{

	width: 41%;

	height: 200px;

	color: #fff;

	margin-top: -7%;

	float: left;

}

.about_right p{

	text-indent: 2em;

	letter-spacing: 2px;

	
	font-size: 24px;
}

.back_index:hover{

	color: #f00;

	text-decoration: underline;

}

.common{

	width: 100%;

	height: 100px;

	background: #fff;

}

.common_header{

	width: 1200px;

	height: 100px;

	margin: 0 auto;

}


.common_header_left{
	
	width: 400px;

	height: 100px;

	float: left;

}
.common_logo{
	
	width: 80px;
	
    height: 100px;
    
    float: left;
    
    margin-top: 10px;

}

.common_logo img{

	width: 100%;
}

.common_p{

	width: 250px;

	height: 100px;

	float: left;
	
	padding: 0 10px;

}

.common_p span{

	color: #333;

	position: relative;

	top:30px;

} 

.common_header_right{
	
	width: 100px;

	height: 100px;

	float: right;

	margin-right: 40px;

	cursor: pointer;

}
.common_person{

	padding-top: 10px;

}
.common_header_right .common_person img{

	width: 80px;

}

/*个人中心弹窗*/
.pop{

	width: 200px;

	float: right;

}
.person_pop{

	width: 200px;

	height: 180px;

	background: #fdfdfd;

	position: absolute;

	top: 100px;

	z-index: 12;

	Box-shadow: 0px 5px 5px 5px #e5e5e5;

	display: none;

}

.person_pop a li{

	width: 200px;
	height:60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #666	;
	border-bottom: 1px solid #e9e9e9;
}
.person_pop a li:hover{
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.order_title{

	width: 1200px;

	height: 70px;

	margin: 0 auto;
	clear: both;

	margin-top: 20px;

	border-radius: 15px;

	overflow: hidden;

	background: #fff;

}

.order_title li{

	width: 280px;

	line-height: 70px;

	color: #333;

	font-size: 24px;

	float: left;

	list-style: none;

	font-weight: 400;

    margin-left:5px;
    
    text-align: center;

}
.order_title li:hover{

	color: #d81e06;

}

.order_icon{

	width: 80px;

	float: left;

    margin-top:-3px;
    
}

.order_icon img{

	width: 30px;

	margin-left: 103px;

}

.order_icon_red{
	
	display: none;

}

.check_tit{

	color: #d81e06;

}

.order_content{

	width: 1200px;

	margin: 0 auto;

	margin-top: 20px;

	background: #fff;

}

.order_form{

	width: 700px;

	margin: 0 auto;
	
	margin-top:25px;

}
.order_form_div{

	width: 100%;

	height: 60px;

}

.order_form_div label{

	width: auto;

	float: left;
	
	padding:10px;
	
	margin-left: 10px;
	
	font-size:16px;

}
.task_type_explain{
    background: #f26d6d;
    color: #fff;
    border-radius: 10px;

}

.order_form_input{

	width: 500px;

	float: left;

}
.task_type{

	width: 80px;

	height: 40px;

	line-height: 40px;

	border: 1px solid #FFEBEC;

	color: #333;

	background: #FFEBEC;

	float: left;

	text-align: center;

	border-radius: 20px;

	cursor: pointer;

	margin-left: 10px;

}

.task_type:first-child{
	
	border: 1px solid #f00;

}

.input_background{

	border-radius: 10px;

}

.easy-upload{

	background:#FFEBEC;

	border: 2px solid #FFEBEC;

	border-radius: 10px;

}

.return_format{

	width: 80px;

	height: 40px;

	line-height: 40px;

	border: 1px solid #FFEBEC;

	color: #333;

	background: #FFEBEC;

	float: left;

	text-align: center;

	border-radius: 20px;

	cursor: pointer;

	margin-left: 20px;

	margin-top: 15px;

}


.order_submit{

	width: 300px;

	height: 80px;

	margin: 0 auto;

	margin-top: 50px;

	text-align: center;

}

.order_submit input{

	background: #fff;

	width: 280px;

	height: 70px;

	outline: none;

	border: 2px solid #de4848;

	border-radius: 150px;

	line-height: 70px;

	font-size: 34px;

	color: #de4848;

}

.height{

	width: 100%;

	height: 30px;

}

.common-footer{

	width: 100%;

	height: 60px;

	line-height: 60px;

	color: #000;

	text-align: center;

	font-size: 18px;

	position: fixed;

	left: 0;

	bottom: 0;

	background: #F4F4F4;

	clear: both;

}

.login_line{

	font-size: 26px;

	width: 80px;

	height: 80px;

	line-height: 60px;

	border-radius: 150px;

	border: 2px solid #fff;

	text-align: center;

	margin-top: 10px;

}

.login_line a{

	color: #fff;

}

.dv1 {

    width:50%;

    height: 22px;

    position: relative;

    margin:100px auto;

    font-size: 40px;

    color: #333;

}

.liner {

    width:100%;

    height:2px;

    background-color: #e5e5e5;

    position: relative;

    top:50%;

}

.dv2 {

    text-align:center;

    width:120px;

    height:22px;

    line-height: 22px;

    margin:0 auto;

    background-color: #F4F4F4;

    position: relative;

    z-index:3;

}

.icon-star {

	font-size:22px;

	color:red;

	margin-right:10px;

}

.register_form{

	width: 800px;

	background: #fff;

	margin:0 auto ;

	padding: 20px;

}

.register_form_div{

	width: 700px;

	height: 60px;

	margin: 0 auto;

	line-height: 60px;

	border: 1px solid #e5e5e5;

	border-radius: 10px;

	font-size: 20px;

	color: #999;

	margin-top: 40px;

}

.register_form_div label{

	margin-left: 30px;

}

.register_form_input{

	width: 380px;

	height: 50px;

	font-size: 18px;

	outline: none;

	border: 0;
	
	-webkit-box-shadow: 0 0 0 1000px #fff inset;

}

.register_form_input::-webkit-input-placeholder {

    /* placeholder颜色  */

    color: #e1e1e1;

}

.captcha{

	width: 180px;

	height: 60px;

	float: right;

}

.register_note{

	width: 180px;

	height: 60px;

	background: #ff9494;

	float: right;

	color: #fff;

	text-align: center;

	cursor: pointer;

	border-radius: 10px;

}

.register_radio{

	width: 700px;

	margin: 0 auto;

	margin-top: 10px;

}

.register_radio input{

	cursor: pointer;

}

.register_btn{
	
	background: #ff9494;

	color: #fff;

	text-align: center;

	cursor: pointer;

	font-size: 26px;

}

.orderTodo_content{

	width: 1200px;

	margin: 0 auto;

	margin-top: 20px;

	border-radius: 10px;

	background: #fff;
	
	padding: 10px 0 10px 0;

}

.orderTodo_list{

	width: 100%;

	height: 220px;

	border-radius: 10px;

	border: 1px solid #FFDCDC;

	margin-top: 10px;

	Box-shadow: 0 0 8px 1px #e5e5e5;

	overflow: hidden;

}


.orderTodo_list_name{

	width: 380px;

	height: 180px;

}

.orderTodo_list_time{
	width: 200px;

	height: 180px;


}

.orderTodo_list_ask{

	width: 350px;

	height: 180px;

}

.orderTodo_list_price{

	width: 250px;

	height: 180px;

}
.orderTodo_list_title{

	width: 80%;

	height: 50px;

	line-height: 50px;

	margin: 0 auto;

}

.orderTodo_list_title_icon{

	width: 35px;

	float: left;

	margin-top: -1px;

}

.orderTodo_list_title_icon img{

	width: 100%;

}

.orderTodo_list_title_font{

	font-size: 20px;

	color: #999;

}
.orderTodo_list_name_font{

	font-size: 22px;

	font-weight: 400;

	line-height: 1.3;

	color: #333;

	padding-top:10px; 

}

.orderTodo_list_create_time{

	color: #999;

}

.orderTodo_list_create_time_color{

	color: #333;

}

.order_i{

	width: 1px;

	height: 110px;

	background: #FFDCDC;

	display: block;

	float: left;

	margin-top: 40px;

}
.orderTodo_list_duration{

	width: 100%;
	text-align: center;
	line-height: 180px;
	font-size: 30px;
	color: #999;

}

.orderTodo_list_ask_font{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #999;
}

.orderTodo_user_ask{

	width: 80%;
	height: 80px;
	font-size: 20px;
	outline: none;
	border: 1px solid#FFDCDC ;
	margin-left: 10%;
	border-radius: 10px;
	color: #333;
	padding: 10px;

}

.orderTodo_list_status{

	width: 80%;
	height: 50px;
	line-height: 50px;
	text-align: right;
	font-size: 18px;
	color: #999;
	padding: 5px;
}

.orderTodo_list_price_font{

	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	text-align: center;

}

.register_btn_button{
    width: 100%;
    line-height: 60px;
    font-size: 26px;
    border: 0;
    outline: none;
    background: #f00;
    cursor: pointer;
    border-radius:10px ;
    color: #fff;
}


.paginate{
	width: 1200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
}

.orderTodo_list_finish{
	height: 220px;
}
.divider{

	width: 950px;
	background: #FFDCDC;
	margin: 0 auto;

}
.orderTodo_list_download{

	width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
	text-align: center;
	color: #fff;
	background:#7197db ;
	margin: 0 auto;
	border-radius: 150px;
	margin-top: -15px;
	cursor: pointer;

}
.finish_content{
	width: 60%;
	float: left;
	height: 35px;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	color:#999;
}
.feedback{
	width: 1100px;
	margin: 0 auto;
	margin-top: 15px;
}
.feedback_list{

	padding: 1px 25px;
	text-align: center;
	height: 35px;
	color: #666;
	line-height: 35px;
	font-size: 16px;
	background: #FFDCDC;
	float: left;
	margin-left: 10px;
	border-radius: 150px;
	cursor: pointer;
}
.feedback_list_con{
	background: #d1d1d1;
}
.finish_content_c{
	font-size: 18px;
	line-height: 35px;
	border:0;
}

.feedback_checkbox{
	display: none;
}

.feed_finish{
	border: 2px solid#f00;
}

/*不可点击*/
.notclick{
	pointer-events: none;
}

.firm_title{

	width: 1200px;
	height: 80px;
	font-size: 20px;
	line-height: 80px;
	margin: 0 auto;
	color: #333;

}
.firm_person{
	width: 60px;
	border-radius: 150px;
	overflow: hidden;
}

.firm_person img{
	width: 60px;
	height: 60px;
	border-radius: 150px;
}


.firm_content{

	width: 1200px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;


}

.firm_code{
	width: 1200px;
	height: 70;
	line-height: 70px;
	padding: 0 20px;
	font-size: 20px;
	color: #333;
}

.firm_divider{
	width: 95%;
	background: #e5e5e5;
}

.orderFirm_list{
	width: 100%;
    height: 200px;

}
.orderFirm_list_title{
	width: 100%;
	height: 40px;
	padding: 10px 20px;
}
.orderFirm_list_title img{
	margin-top: 3px;
}
.orderFirm_list_title_font{
	font-size: 20px;
	line-height: 40px;
	color: #999999;
}

.orderFirm_list_con{

	width: 100%;
	height: 120px;

}
.orderFirm_list_con_tit{
	width: 35%;
	font-size: 26px;
	padding-left:70px;
	line-height: 120px;
	color: #333;
	float: left;
}
.orderFirm_duration{
	width: 20%;
	font-size: 18px;

	line-height: 120px;
	color: #C2C2C2;
	float: left;
}

.orderFirm_list_ask{

	width: 30%;
	height: 120px;
	float: left;
	border-radius: 10px;

}
.orderFirm_list_ask_input{
	width: 90%;
	height: 90px;
	color: #333;
	font-size: 20px;
	padding: 20px 0 0 20px;
	border-radius: 15px;
	background: #F4F7FC;
	outline: none;
	border: 0;
}
.annex_cont{
	width:80% ;
	margin: 0 auto;
}
.annex_cont li{
	width: 50%;
	float: left;
	text-align: left;
	color: #333;
}

.firem_upload{
	padding: 10px 20px;
	border: 0;
	background: #02A8F0;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	margin: 0px 20px;
	cursor: pointer;

}

.firm_price{

	padding: 20px;

	line-height: 2;

	font-size: 20px;

	color: #333;

}

.firm_font{

	font-size: 30px;

}

.payment{

	width: 300px;
	height: 100px;
	margin-top: 10px;
	margin-left: 80px;

}
.payment img{

	width: 190px;
	padding:15px;
	border: 1px solid#03A9F1;
	border-radius: 10px;

}
.firm_order_finish{
	width: 100%;
	height: 100px;
}
.firmOrder{
	width:150px;
	height: 70px;
	line-height: 70px;
	background: #f00;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 10px;
	font-size: 20px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	cursor: pointer;
}

.agreement_content{
	width: 1200px;
	padding: 30px;
	background: #fff;
	margin: 0 auto;
	margin-top: 50px;
}

.agreement_outline{
	width: 100%;
	height: 60;
	text-align: center;
	font-size: 30px;
	background: #fff;
	font-weight: bold;

}
.agreement_foreword{
	font-size: 20px;
	padding-top:20px ;
	color: #333;
	font-weight:bold ;
}
.agreement_title{
	font-size: 20px;
	padding-top:20px ;
	color: #333;
	font-weight:400 ;
}
.agreement_cont{
	font-size: 16px;
	line-height: 1.5;
	color: #999999;
}

.person_content{

	width: 800px;
	background: #fff;
	margin: 0 auto;
	margin-top: 80px;
	padding: 50px;

}
.person_photo{
	width: 100px;
	height: 100px;
	border-radius: 150px;
	margin: 0 auto;

	overflow: hidden;
	
	

}
.person_photo img{
	width: 100%;
}
.person_info{
	width: 70%;
	height: 70px;
	line-height: 70px;
	margin:0 auto ;
	margin-top: 20px;
	font-size: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	

}
.person_info_left{
	width: 20%;
	color: #666;
	text-align: right;
}
.person_info_right{

	width: 70%;
	float: right;

}
.person_info_right input{
	width: 80%;
	outline: none;
	color: #333;
	border: 0;
	text-align: right;

}

.person_load{
	width: 80px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
}
.person_load input:first-child{
	width: 80px;
	height: 40px;

}

.person_submit{
	width: 70%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	color: #666;
	border-radius: 10px;
	background: #ededed;
	margin:0 auto ;
	margin-top: 20px;
}

.videoMp3{
	display: none;
}


.choice_text_type{
	width:100%;
	text-align: center;
	height: 35px;
	border-radius: 10px;
	border:1px solid #e6e6e6;

}
#text_return{
	display: none;
	margin-top: 10px;
}
.order_ask_css{
    height: 80px;
    border-radius: 10px;
}
.task_type_texplain{
    width: 150px;
    position: absolute;
    height: auto;
    font-size: 12px;
    padding: 10px;
    border: 1px solid#e5e5e5;
    border-radius: 10px;
    color: #333;
    margin-top:6px;
    background: #fff;
    text-align: left;
    display: none;
}
/*.task_type_botton{*/
/*    margin-top: 10px;*/
/*}*/
.twoFileCss{
    width:120px;
    padding:10px 0;
    text-align:center;
    background: #87CEFA;
    color:#fff;
    border-radius: 10px;
    margin-top:10px;
    cursor: pointer;
    float: left;
    margin-left:9px;
}
.zmfj{
    float: right;
    margin-top: 20px;
    margin-right:130px;
}







