.mod-wrapw{ 
	width:100%; 
	background-color:#fff; 
	float:left;
}
.q_main {
    width: 300px;
    margin: 20px auto 40px auto;
}
.q_main.company {
    margin-top: 50px;
}
.q_main .bg {
    height: 240px;
    position: relative;
    margin-top: 45px;
}
.q_main.user .bg {	
    background: url(/images/mobile/q_user_bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
}
.q_main.company .bg {	
    background: url(/images/mobile/q_company_bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
}
.q_main img {
    position: absolute;
    z-index: 10;
    left: 120px;
    top: -36px;
    width: 60px;
    height: 60px;
}
a.t {	     
	font-size: 28px;      
	font-weight: bold; 
    width: 60px;
    display: block;
    margin: 0px auto 0px auto;
}
a.t1 {     
	color: rgb(96,194,283);
}
a.t2 {      
	color: rgb(45,190,151);
}
.q_main .btn {
    position: absolute;      
	z-index: 10; 
    width: 160px;
    left: 72px;   
    top: 90px;	
}
.q_main  .btn a {
    padding: 20px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 28px;
    border-radius: 8px;
}
.q_main  .btn span {
    padding-top: 50px;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-left: 8px;
    font-weight: b;
}
.quotion_type {
    margin: 20px 0px;
	float: left;
    width: 100%;
}
.quotion_type span.title {
    border-bottom: 1px solid #efefef;
    width: 100%;
    float: left;
    padding: 10px 0px;
    font-size: 20px;
}
.quotion_type .content a {
    float: left;
    width: 33%;
    margin-top: 20px;
    text-align: center;
}
.quotion_type .content img {
    padding: 10px 5px;
    border-radius: 50px;
    width: 67px;
    height: 57px;
}
.quotion_type .content p {
    padding: 5px 0px 0px 0px;
    font-size: 18px;
}
.q_alert {
    position: relative;
    margin-top: 10px;
}
.q_alert .mod-wrapr {
    padding: 50px 0px;
    margin-top: 50px;
    margin-bottom: 30px;
	text-align:center;
}
.q_alert .img {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 10;
    width: 100%;
    text-align: center;
}
.q_alert img {
    width: 60px;
    height: 60px;
}
.q_alert a {
	color:#0558a4;
}
.q_nav {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.q_nav span {
    display: block;
    width: 50%;
    text-align: center;
    float: left;
	border-bottom:1px solid #efefef;
	padding: 10px 0px;
}
.q_nav span.tab_1 {
	border-top-left-radius:10px;
}
.q_nav span.tab_2 {
	border-top-right-radius:10px;
}
.q_nav span.active {
	color:#fff;
	background-color:rgb(103,202,243);
}
.requirement {
	width:100%;
	margin:0px auto;    
	min-width: 350px;
}
.requirement div {
    width: 100%;
    float: left;
	margin-top:20px;
}
.requirement div.reverse {
    width: 40px;
    background-image: url(/images/mobile/q/reverse2.png);
    background-position: 51% 0px;
    background-repeat: no-repeat; 
    background-size: 120%; 
    height: 50px;
}
.requirement div.date {
	position: relative;
}
.requirement div.person {
    background: url(/images/mobile/q_user1.png);
    background-position: 0px 2px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #efefef;    
	padding-bottom: 5px;
    position: relative;
}
.requirement div.button {
    margin: 20px 4% 0 4%;
    position: relative;
    width: 92%;
    border-radius: 3px;
    display: block;
    line-height: 1;
    border: 1px solid #ccc;
    color: #222;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgb(255,255,255)),to(rgb(241,241,241)));
    background-image: -webkit-linear-gradient(rgb(255,255,255),rgb(241,241,241));
    background-image: -moz-linear-gradient(rgb(255,255,255),rgb(241,241,241));
    background-image: -ms-linear-gradient(rgb(255,255,255),rgb(241,241,241));
    background-image: -o-linear-gradient(rgb(255,255,255),rgb(241,241,241));
}
.requirement div.date span{
	position: absolute;
    width: 40px;
    right: 0px;
    top: -10px;
    background: url(/images/mobile/arrow_right.png);
    background-position: 100% 10px;
    background-repeat: no-repeat;
    padding-right: 10px;
    background-size: 30%;
	line-height:17px;
}

.requirement div.date span.Wdate{
    width: 100%;
    background: none;
    border-bottom: 1px solid #efefef;
    height: 20px;
    position: inherit;
    display: block;
    padding: 15px 0px 0px 0px;
}
.requirement div.city {
    width: 44%;
}
.person span {
    margin-left: 20px;
}
.person img {
	width: 15px;
    position: absolute;
    right: 0px;
    top: 5px;
}
.requirement div.button span {
	width: 100%;
    text-align: center;
    display: block;
    float: left;
    height: 20px;
    line-height: 15px;
    font-size: 15px;
    color: #333;
    vertical-align: middle;
    padding: 8px 0;
    font-size: 16px;
    text-shadow: none;
    letter-spacing: 3px;
    line-height: 20px;
}
.requirement div.button input {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    height: 40px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.requirement div.button img {
	padding: 5px 0px;
    margin: 0px 45%;
	display: none;
}
.requirement div span {
    color:#888;
	float: left;
}
.requirement div, .requirement div span {
	font-size: 16px;
}
.requirement div.city.dest, .requirement div.city.dest input {
    text-align:right;
}
.requirement div.city.dest span {
	float:right;
}
.requirement input, .requirement select {
    float:left;
    height: 25px;
    line-height: 25px;
}
.requirement textarea {
    float:left;
	height:50px;
	line-height:20px;
}
.requirement input[type="text"] {
	margin-top:5px;
}
.requirement input[type="text"], .requirement select, .requirement textarea {
    width: 100%;
    font-size: 100%;
}
.requirement input[type="checkbox"] {
    margin-right: 5px;
    height: 20px;
}
.requirement input[type="text"] {
	border:0px;
	border-bottom:1px solid #efefef;
	border-radius:0px;
}
.requirement span.tleft {
    text-align: left;
	margin-left:5px;
}
font.star {
    color: red;
    margin-right: 5px;
    background: none;
}
#allComs {
    position: relative;
    display: none;
}
.popContainer, .personDiv {
    float:left;
	width:100%;
	margin-top: 20px;
	display:none;
}
.popPanel {
    background-color: #fff;
    float:left;
    width: 100%;
	position:relative;
    margin-bottom: 20px;
}
.popContainer div#search_key_div {	
    width: 80%;
    margin-top: 10px;
    text-align: left;
}
.popContainer div#search_key_div div {
    width: 472px;	
    line-height: 20px;    
	padding: 0px 0px 0px 2px;
}

.popContainer div#search_key_div span{	
	margin:0px;
	text-align: left;
    width: auto;
	float:none;
	font-weight: normal;
}
a.back {  
	width:10%;  
    float:left;
}
a.back img {
    width: 10px;
    padding-top: 10px;
}
.popContainer input {    
    width: 85%;
    line-height: 30px;    
	padding: 0px 2%;
}
.popContainer a.cancel { 
	display:none;   
    float:right;
	line-height: 30px;
}
.popPanel .nav {    
    height: 28px;
    padding: 2px 0px 0px 30px;
    margin: 15px 0px 5px 0px;
    background-color: rgb(80,143,193);
}

.popPanel .nav div{    
    width:96%;
	margin:0px auto 0px auto;
}
.popPanel .nav span {
    float: left;
    display: inline;
    cursor: pointer;
    white-space: nowrap;    
	color: #ffffff;
    width: 33%;
    text-align: center;    
	padding: 5px 0px;
}
.popPanel .nav span:hover{
	color: #333;
	background-color: #ffffff;
}
.popPanel .nav span.active{	
    color: #333;
    font-weight: bold;
    background-color: #ffffff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.popPanel .panel_2, .popPanel .panel_3 {
    display:none;
}
.popPanel .list {
    padding: 10px 0;	
    width: 98%;
}
.popPanel .list ul {
    margin: 0;
    padding: 0;
    height: 1%;
    margin-left: 10px;
    overflow-y: auto;
    max-height: 600px;
}
.popPanel .list ul:after{clear:both;display:block;height:0;visibility:hidden;content:"\20"}
.popPanel .list ul li {
    float: left;
    width: 33%!important;
    height: 22px;
    margin-bottom: 13px;
    text-align: left;
    line-height: 22px;
    overflow: hidden;
    _width: 19.9%;
	cursor: pointer;
}
.popPanel .list ul li a {
    display: block;
    padding: 0 5px;
    color: #333;
}
.popPanel .list ul li a:hover {
    color: #fff !important;
}
.popPanel .list ul li:hover{text-decoration:none;background:#0558a4;color:#fff}
div.quotation_content .requirement .popPanel .nav span {
    width: 25%;
    text-align: center;
	margin: 0px;
}
.q_guess{
    line-height: 24px;
    padding: 0 5px;
    white-space: nowrap;
}
.mask {
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4) !important;
    top: 10px;
	display:none;
}
.WdateDiv {
    width: 99%;
}
.personDiv div {
	margin-top: 10px;
}
.personDiv span {
    width: 20%;
    display: block;
    float: left;
    text-align: right;
	margin-right:2%;
	line-height: 30px;
    min-width: 105px;
}

.personDiv select {
    width: 65%;
	height: 30px;
}
.personDiv div input[type = "button"] {
	float:right;
    height: 40px;
    width: 90%;
    margin: 20px 4% 0px 6%;
    line-height: 40px;
	font-size:16px;
	border-radius:0px;
}
a.reselect {
    color: #0558a4;
}
.requirement .coms {
    float: left;
    width: 890px;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(240, 240, 240, 1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 40, .6);
    box-shadow: 0px 0px 0px 2px rgba(240, 240, 240, 1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding:30px 0px 20px 10px;
	margin:10px 0px 0px -240px;
	position:relative;
	max-height:420px;
	overflow:hidden;
}
.requirement #allComs:before {
    content: '';
    position: absolute;
    top: -14px;
    margin-left: 180px;
    border: 12px solid transparent;
    border-bottom-color: #f0f0f0;
}
.requirement #allComs:after {
    content: '';
    position: absolute;
    top: -10px;
    margin-left: -477px;
    border: 10px solid transparent;
    border-bottom-color: #FFF;
}
#allComs {
	position:relative;
	display: none;
}

.requirement .self-selected .coms:before {
    top: -20px;
    margin-left: 380px;
}
.requirement .self-selected .coms:after {
    top: -19px;
    margin-left: -490px;
}
.coms ul{
	float:left;
	width: 100%;
}
.coms ul li{
	float:left;
	//margin:20px 0px 0px 45px;
    margin: 20px 20% 0px 20%;
    width: 80%;
}
.coms ul li .img {
	width: 50px;
    height: 50px;
	border-radius:50px;
	float: left;
}
.coms ul li div {
	float:left;
	margin:10px 0px 0px 10px;
}
.coms ul li div a{
	float:left;    
	width: 160px;
    overflow: hidden;
    height: 20px;
}
.coms ul li div img {
	clear:both;
}
.coms a.all, .coms a.reset {
    font-size: 14px;
	color:#333;
	cursor:pointer;
	position:absolute;
	top:10px;
}
.coms a.reset {
	right:10px;
}
.coms a.all {
	right:100px;
}
span#prev, span#next {
    position: absolute;
    width: 40px;
	height: 50px;
    top: 200px;
	cursor: pointer;
}
span#prev{	
	left:0px;
	background: url(/templates/horse/images/q_prev.png) 0px 0px no-repeat;
}
span#next {
    right: 0px;
	background: url(/templates/horse/images/q_next.png) 0px 0px no-repeat;
}
.coms input[type="checkbox"]{
    width: 15px;
    height: 15px;
    margin: 17px 5px 0px 0px;
	float:left;
}
.coms li {
	list-style: none;
}
.q_apply .info {
	border: 1px solid #efefef;
	border-radius:10px;
}
.q_apply .info input{
	line-height:30px;
    height: 30px;
}
.q_apply table, .q_apply select {
    width: 100%;	
    margin-top: 5px;
    float: left;
}
.q_list .header {
    float: left;
    width: 100%;
	position:relative;
}
.q_list .header a.type{
    float: left;
	margin:5px 60px 0px 0px;
	cursor:pointer;    
	width: 90px;
}
.q_list .header a.type span {
    background: url(/templates/horse/images/down_gray1.png) 3px 1px no-repeat;
    width: 20px;
    height: 20px;
    margin: 0px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}
.q_list .header input {
    display: block;
    float: left;
    height: 15px;
    font-size: 14px;
    margin: 10px 1%;
    padding: 7px 0 7px 2%;
    border: 1px solid #ccc;
    overflow: hidden;
    border-spacing: 0;
	width:96%;
    border-radius: 20px;
}
.q_list .header img {
	float:right;
}
#types {
	position: absolute;
	display:none;
    top: 85px;
    border: 1px solid #ccc;
    width: 80px;
    left: 0px;
	background:#ffffff;
	-webkit-box-shadow: 0px 1px 1px 2px rgba(240, 240, 240, 1);
    -moz-box-shadow: 0px 1px 1px 2px rgba(0, 0, 40, .6);
    box-shadow: 0px 1px 1px 2px rgba(240, 240, 240, 1);
	padding:5px 0px;
    border-radius: 8px;
    z-index: 999;
}
#types span {
	display:block;
    padding: 5px;
	cursor:pointer;
}
#types .active {
	background:rgb(237,237,237);
}
#types:before{
	content: '';
    position: absolute;
    top: -14px;
    margin-left: 23px;
    border: 7px solid transparent;
    border-bottom-color: #cfcfcf;
}
#types:after {
    content: '';
    position: absolute;
	top: -11px;
    margin-left: 23px;
    margin-top: -1px;
    border: 7px solid transparent;
    border-bottom-color: #FFF;
}
.quotation .content {
	width:100%;
}
ul.action_menu li {
    height: 40px;
}
ul.action_menu li a {
    padding: 0 10px 0 20px;
    height: inherit;
    line-height: 40px;
    color: #666;
    float: none;
    text-align: left;
}
ul.action_menu {
    position: absolute;
    right: 0px;
    top: 86px;
    list-style: none;
	-webkit-box-shadow: 0px 1px 1px 2px rgba(240, 240, 240, 1);
    -moz-box-shadow: 0px 1px 1px 2px rgba(0, 0, 40, .6);
    box-shadow: 0px 1px 1px 2px rgba(240, 240, 240, 1);
    background: white;
    font-size: 16px;
    color: #333;
    z-index: 999;
    display: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}
ul.action_menu:before{
	content: '';
    position: absolute;
    top: -14px;
	right: 6px;
    border: 7px solid transparent;
    border-bottom-color: #cfcfcf;
}
ul.action_menu:after {
    content: '';
    position: absolute;
	top: -11px;
	right: 6px;
    margin-top: -1px;
    border: 7px solid transparent;
    border-bottom-color: #FFF;
}
.q_list .content .checkbox {
    border-radius: 0;
    border: 1px solid #c6c6c6;
    font-size: 1px;
    height: 11px;
    vertical-align: text-bottom;
    width: 11px;
    margin: 0px auto;
    border-radius: 20px;
}
.q_list .content table td:nth-child(2) div.star {
    background: url(/templates/horse/images/star.png) -1px -3px;
    float: left;
    width: 15px;
    height: 15px;
    padding: 0px 0px 0px 0px;
	position:absolute;
	right:0px;
	bottom:0px;
}
span.quotation_type {
    background-image: url(/templates/horse/images/quotation_type1.png);
    background-repeat: no-repeat;
    background-size: 70%;
    width: 40px;
    height: 25px;
    display: block;
    float: left;
    margin-top: -2px;
}
span.quotation_1 {
	background-position:0px -60px;
}
span.quotation_2 {
	background-position:0px -43px;
}
span.quotation_3 {
	background-position:0px -106px;
}
span.quotation_4 {
	background-position:0px -69px;
}
span.quotation_5 {
	background-position:0px -153px;
}
span.quotation_6 {
	background-position:0px -197px;
}
span.quotation_7 {
	background-position:0px -335px;
}
span.quotation_8 {
	background-position:0px -427px;
}
span.quotation_9 {
	background-position:0px -290px;
}
span.quotation_10 {
	background-position:0px -245px;
}
span.quotation_11 {
	background-position:0px -381px;
}
span.quotation_12 {
	background-position:0px -10px;
}
.q_list .content, .q_list .list {
    float: left;
    width: 100%;
}
.q_list .content table {
    float: left;      
	width: 100%;	
    border-collapse: collapse;
}
.q_list .content table td {    
    text-align: left;
}
.q_list table td:nth-child(2)
{
	width: 90%;
    border-bottom: 1px solid #ddd;
}
.q_list table td:nth-child(3)
{
	display:none;
	width:2%;
}
.q_list table td:nth-child(3) div
{    
    border-right: 1px solid #c6c6c6;	
    float: left;
    width: 100%;
    height: 50px;
}
.q_list table td:nth-child(4)
{
	display:none;
	text-align: center;
}
.q_list .content table td:nth-child(2) div {
    float: left;      
	width: 100%;
    margin: 10px 0px 5px 0px;
	position:relative;
}
.q_list .content table .date, .q_list .content table td:nth-child(2) div.star {
    float: right;
}
.q_list .requirement div {
    margin-top: 0px;
}
.quotation_content {
    float: left;
    width: 100%;
}
.q_list .requirement_info div {
    margin-top: 5px;
}
.private_dialogue_box div.quotation_content div.content {  
    float: left;
    width: 99%;
    background: rgb(255,255,243);
    -webkit-box-shadow: 0px 1px 1px 2px rgba(240, 240, 240, 1);
    -moz-box-shadow: 0px 1px 1px 2px rgba(0, 0, 40, .6);
    box-shadow: 0px 1px 1px 2px rgba(240, 240, 240, 1);
    max-height: 95px;
    overflow: hidden;
    position: relative;
    padding-bottom: 5px;
}
.private_dialogue_box div.content a.all {
    position: absolute;
    bottom: 5px;
    right: 20px;
    cursor: pointer;
}
.private_dialogue_box div.content a.all span, .quotation.q_list .header a.type span {
    background: url(/templates/horse/images/down_gray1.png) 3px 1px no-repeat;
    width: 20px;
    height: 20px;
    margin: 0px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}
.private_dialogue_box div.quotation_content span, .quotation.q_list .quotation_content span {
    font-weight: normal;
    color: #888;
}
div.quotation_content .requirement span {
    width: 100px;
    text-align: right;
}
.private_dialogue_box div.quotation_content span.value, .quotation.q_list .quotation_content span.value {
    color: #333;
    text-align: left;
}
div.quotation_content span, div.quotation_content div.contact div.content a {
    margin: 0px 5px 0px 0px;
    font-weight: bold;
    float: left;
}
div.quotation_content .requirement span.value {
    text-align: left;
	width:65% !important;
}
form#form {
    float: left;
    width: 100%;
}
span.extra {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
span.direction2, span.direction1 {
	background-image: url(/templates/horse/images/q_list.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 70px;
	clear:none;
}
span.direction2 {
	background-position: 5px -152px;
}
.show span.direction2 {
	background-position: 0px -2px;
}
span.direction1 {
	background-position: 5px -192px;
}
span.fresh {
    background-image: url(/images/mobile/q/fresh.png);
    background-position:0px 0px;
}
span.delete {
    background-image: url(/images/mobile/q/trash.png);
    background-position:center 0px;
}
span.finish {
    background-image: url(/images/mobile/q/finish.png);
    background-position:right 0px;
}
span.moveTo {
    background-image: url(/images/mobile/q/moveTo.png);
    background-position:right 0px;
}
div.finish img, div.moveTo img {
	float:right;
}
div.delete img {
	margin:0px 40%;
}
.nav-bottom-bar .bar div.fresh{
	float:left;
}
.nav-bottom-bar .bar div{
	width:33%;
	float:right;
}
.nav-bottom-bar .bar div img {
	width:20px;
	height:20px;
}
.nav-bottom-bar span {
    display: block;
    width: 33%;
    height: 16px;
    float: left;
    background-repeat: no-repeat;
    background-size: 6%;
}
.nav-bottom-bar {
    width: 90%;
    position: fixed;
    font-family: Microsoft YaHei;
    left: 0;
    bottom: 0;
    z-index: 99999;
    padding: 10px 5%;
	background-color:rgb(238,238,238);
}
.nav-bottom-bar .bar, .nav-bottom-bar .combtn {
	width:100%;
	float:left;
}
.combtn span {
    width: 49%;
    text-align: center;
}
.combtn span.btn1 {
	border-right:1px solid rgb(138,138,138);
}
.nav-bar-block {
	background-color: white;
}
.popContainer .title {
    float: left;
    width: 100%;
	border-bottom: 1px solid #ddd;	
	padding: 10px 0px;
}
.popContainer .title a.cancel{
	display:block;
    position: fixed;
    line-height: normal;
	left:5px;
}

.popContainer .title span{
    float: left;
	width:100%;
	text-align:center;
	
}
.more-bar .popContainer .popPanel span {
    float: left;
	width: 95%;
	margin-left:5%;
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
	background:url(/images/mobile/q/file.png);	
    background-repeat: no-repeat;
    background-size: 20px;	
    background-position: 0px;
    padding-left: 25px;
}