body{
	background:#f7f5f5;
}
/*主体部分*/
.wrap{
	width: 1200px;
	margin:20px auto 160px
}
.blue{
    color:#1aa3e6;
}
tr, td {
    padding: 10px;
	border:1px solid #ffffff;
}
table {
    border-collapse: collapse;
}
/*搜索结果部分*/
.ss_result .ss_cont{
	float: left;
	width:858px;
	background: #fff;
    padding:0 20px 20px;
}
.ss_result .ss_cont .sousuo{
	padding:40px 0 10px;
	border-bottom: 1px solid #efefef;
}
.ss_result .ss_cont .key{
    font-size: 12px;
    color:#666;
    float: right;
    margin-top:25px;
}
.ss_result .ss_cont .sousuo .sousuo_in{
	width: 565px;
	margin:0 auto;
	overflow: hidden;
}
.ss_result .ss_cont .sousuo .input1{
    height:40px;
    padding:10px 10px 12px 20px;
    border:1px solid #19A2E5;
    width:485px;
    float: left;
    vertical-align: middle;
    font-size: 14px;
    margin:0 auto;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ss_result .ss_cont .sousuo .input2{
    float: left;
    width: 80px;
    height: 40px;
    background: url(../images/fw_ss.png) no-repeat;
    cursor: pointer;
}
.ss_result .ss_cont .ss_list ul li{
    padding:20px 0;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}
.ss_result .ss_cont .ss_list ul li.last{
	border-bottom:0;
}
.ss_result .ss_cont .ss_list .pic{
    float: left;
}
.ss_result .ss_cont .ss_list .list{
    float: left;
    margin:6px 0 0 20px;
    width: 648px;
}
.ss_result .ss_cont .ss_list .list h1{
    font-weight: normal;
    color:#333;
}
.ss_result .ss_cont .ss_list .list h1 .title{
    font-size:16px;
    float: left;
}
.ss_result .ss_cont .ss_list .list h1 .title:hover{
	color:#19A3E5;
}
.ss_result .ss_cont .ss_list .list h1 .type{
    display: inline-block;
    font-size: 12px;
    color: #19A3E5;
    border: 1px solid #19A3E5;
    border-radius: 20px;
    padding: 1px 6px 2px 6px;
    margin-left: 10px;
    margin-top: 1px;
    float: left;
}
.ss_result .ss_cont .ss_list .list p{
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-align: Justify;
    text-justify: inter-ideograph;
    color:#888;
    margin:15px 0
}
.ss_result .ss_cont .ss_list .list .trade{
    font-size: 14px;
    color:#737373;
}
.ss_result .ss_cont .ss_list .list .trade .jg{
    font-size: 22px;
}
.ss_result .ss_cont .ss_list .list .trade .cjl{
    margin-left: 20px;
	font-size:12px;
}
.ss_result .ss_cont .ss_list .more{
    height: 40px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    border: 1px solid #efefef;
    cursor: pointer;
}
.ss_result .ss_cont .ss_list .more:hover{
    border-color: #19A3E5;
    color:#19A3E5;
}
.ss_result .ss_right{
	float: left;
	width:322px;
	margin-left: 18px;
}
.ss_result .phb{
	background: #fff;
    padding:0 15px;
}
.ss_result .phb h2{
    font-weight: normal;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #efefef;
}
.ss_result .phb h2 .bt{
    font-size: 16px;
    float: left;
}
.ss_result .phb h2 .cj{
    float: right;
}
.ss_result .phb h2 .cj span{
    padding:0 10px;
    line-height: 14px;
    font-size: 14px;
    display: inline-block;
    height: 14px;
    margin-left: -5px;
    color:#A1A1A1;
    cursor: pointer;
}
.ss_result .phb h2 .cj span.cur{
    color:#19A3E5;
}
.ss_result .phb h2 .cj .je{
    padding-right: 0;
    border-left: 1px solid #efefef;
}
.ss_result .phb .phb_cont ul li{
    padding:12px 0;
}
.ss_result .phb .phb_cont ul li .tupian{
    float: left;
    margin-top: 2px;
}
.ss_result .phb .phb_cont ul li .num{
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #BDBDBD;
    line-height:16px;
    color:#fff;
    text-align: center;
    font-size: 12px;
}
.ss_result .phb .phb_cont ul li .fuwu{
    float: left;
    font-size: 14px;
    margin-left: 10px;
}
.ss_result .phb .phb_cont ul li .fuwu .fwlb{
    color:#A1A1A1;
    margin-top:6px;
	font-size:12px;
}
.ss_result .phb .phb_cont ul li .price{
    float: right;
    font-size: 14px;
    color:#19A3E5;
}
.ss_result .promise{
	margin-top:20px;
}
.ss_result .promise h2 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
}


/*搜搜结果为空部分*/
.ss_result .ss_cont .kong{
    text-align: center;
    padding:125px 0;
}
.ss_result .ss_cont .kong p{
    font-size: 14px;
    color:#666;
    margin-top: 30px;
}

/*服务详情部分*/
.wrapper{
    margin-top: 0;
}
.wrap .sub_nav {
    height: 32px;
    line-height: 32px;
}
.wrap .sub_nav a {
    font-size: 12px;
    color: #333;
}
.wrap .sub_nav a:hover{
    color:#1BA3E5;
}
.wrap .sub_nav .cur {
    color:#1BA3E5;
}
.fwxq .fwxq_left{
    float: left;
    width:858px;
}
.fwxq .fwxq_left .buy_fw{
    background: #fff;
    padding:15px;
    margin-bottom: 20px;
}
.fwxq .fwxq_left .buy_fw .pic{
    float: left;
}
.fwxq .fwxq_left .buy_fw .list{
    width: 508px;
    float: left;
    margin-left: 20px;
}
.fwxq .fwxq_left .buy_fw .list h1{
    font-size: 20px;
    font-weight: normal;
    margin-bottom:10px;
	margin-top:5px;
}
.fwxq .fwxq_left .buy_fw .list p{
    text-align: Justify;
    text-justify: inter-ideograph;
    font-size: 14px;
    color:#666;
}
.fwxq .fwxq_left .buy_fw .list .price{
    height: 90px;
    width: 508px;
	background:url(../images/fwxq_line.png) left top no-repeat,
    url(../images/fwxq_line.png) #fcfcfc left bottom no-repeat;
    margin:20px 0;
    padding:16px 10px;
}
.fwxq .fwxq_left .buy_fw .list .jiage{
    float: left;
    font-size: 12px;
    color:#666;
}
.fwxq .fwxq_left .buy_fw .list .jiage .xj{
    margin-top:10px;
}
.fwxq .fwxq_left .buy_fw .list .jiage .xj .money{
    color:#F70A37;
}
.fwxq .fwxq_left .buy_fw .list .jiage .xj .money .sz{
    font-size: 30px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.fwxq .fwxq_left .buy_fw .list .sl{
    float: right;
    border-left: 1px solid #DFDFDF;
    padding:0 30px;
    margin-top: 10px;
}
.fwxq .fwxq_left .buy_fw .list .sl p {
    text-align: center;
}
.fwxq .fwxq_left .buy_fw .list .sl .num{
    font-size: 18px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color:#1ba3e6;
}
.fwxq .fwxq_left .buy_fw .list .sl .lj {
    font-size: 12px;
    color: #656565;
}
.fwxq .fwxq_left .buy_fw .area {
    margin: 20px 0;
}
.fwxq .fwxq_left .buy_fw .area .dq {
    padding-left: 10px;
    height: 30px;
    line-height: 28px;
    float: left;
    font-size: 12px;
    color: #333;
}
.fwxq .fwxq_left .buy_fw .area .city{ 
    margin-left: 15px;
    float: left;
    width: 212px;
    height: 30px;
    position: relative;
}
.fwxq .fwxq_left .buy_fw .area .diqu{
    width: 212px;
    height: 30px;
    display: inline-block;
    line-height:26px;
    border:1px solid #eeeeee;
    padding-left: 10px;
    background:url(../images/arrow2.png) 190px center no-repeat;
    cursor: pointer;
    font-size: 12px;
    color:#666;
    position: relative;
    z-index: 111;
}
.fwxq .fwxq_left .buy_fw .area .diqu.active{
    background: url(../images/arrow1.png) 190px center no-repeat;
}
.fwxq .fwxq_left .buy_fw .area .diqu.cur{
    border-bottom: 1px solid #fff;
}
.fwxq .fwxq_left .buy_fw .area .city_in{
    position: absolute;
    top:29px;
    left:0px;
    width: 300px;
    background: #fff;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    z-index:99;
    font-size: 14px;
    display: none;
}
.fwxq .fwxq_left .buy_fw .area .city_in .city_nav{
    height:40px;
    line-height: 40px;
}
.fwxq .fwxq_left .buy_fw .area .city_in .city_nav span{
    float: left;
    width: 50%;
    text-align: center;
    background: #F9F9F9;
    cursor: pointer;
}
.fwxq .fwxq_left .buy_fw .area .city_in .city_nav span.active{
    background: #fff;
    border-top: 2px solid #1BA3E5;
    height: 40px;
}
.fwxq .fwxq_left .buy_fw .area .city_in .city_nav span img{
    margin:0 0 2px 4px;
}
.fwxq .fwxq_left .buy_fw .area .city_in .city_cont{
    min-height: 10px;
    background-color: #fff;
    padding: 10px 15px;
}
.fwxq .fwxq_left .buy_fw .area .city_in .city_cont a {
    display: inline-block;
	width:60px;
    padding: 0 10px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    margin-bottom: 10px;
}
.city_xian{
	display:none;
}
.fwxq .fwxq_left .buy_fw .area .city_in .city_cont a:hover{
    color:#1BA3E5;
}
/*.fwxq .fwxq_left .buy_fw .area .product {
    float: left;
    margin-left: 15px;
}*/
.fwxq .fwxq_left .buy_fw .infor{
    padding-left: 10px;
    height: 50px;
    line-height:49px;
}
.fwxq .fwxq_left .buy_fw .infor span{
    float: left;
    cursor: pointer;
}
.fwxq .fwxq_left .buy_fw .infor .zixun{
    width:142px;
    text-align: center;
    color:#fff;
    border-radius:3px;
    background:#1BA3E5;
	height:50px;
	line-height:48px;
	border-radius:3px;
    font-size: 18px;
	margin-right:20px;
}
.fwxq .fwxq_left .buy_fw .infor .zixun:hover{
	background:#108dcb;
}
.fwxq .fwxq_left .buy_fw .infor .once{
	background:#e6f6fd;
	border:1px solid #1BA3E5;
	color:#1BA3E5;
	line-height:46px;
	margin-right:10px;
}
.fwxq .fwxq_left .buy_fw .infor .once:hover{
	background:#ceeefe;
}
.fwxq .fwxq_left .buy_fw .infor .gw{
    width:64px;
    height:50px;
    text-align: center;
	margin-left:29px;
	position:relative
}
.fwxq .fwxq_left .buy_fw .infor .gw img{
    margin-top: 14px;
}
.fwxq .fwxq_left .buy_fw .infor .gw .num{
	position: absolute;
    top: 8px;
    right: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #F70B37;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
	display:none;
}
.fwxq .fwxq_left .buy_fw .infor .gw:hover{
    background:url(../images/gwc_1.png) no-repeat;
}
.fwxq .fwxq_left .buy_fw .infor .sc{
    font-size: 12px;
    color:#666;
}
.fwxq .fwxq_left .buy_fw .infor .sc img{
    margin:0 2px 2.5px 0;
}
.fwxq .fwxq_left .fw_title{
    padding:15px 0 0;
}
.fwxq .fw_list .list_title{
    height: 41px;
    line-height:38px;
    background: #F9F9F9;
    border:1px solid #eeeeee;
    color:#666;
    width:858px;
}
.fwxq .fw_list .list_title ul li{
    float: left;
    width:140px;
    text-align: center;
    cursor: pointer;
	font-size:16px;
}
.fwxq .fw_list .list_title ul li.cur{
    height: 40px;
    line-height:38px;
    background: #1BA3E5;
    color:#fff;
	margin-left:-1px;
}
.fwxq .fw_list .fw_conts{
    font-size: 14px;
}
.fwxq .fw_list .fwsm{
    font-size: 14px;
    line-height: 24px;
    text-align: Justify;
    text-justify: inter-ideograph(IE);
}
/*.fwxq .fw_list .fwlc{
    width:858px;
	background:url(../images/fwxq_bj.jpg) no-repeat;
	position:relative;
    padding: 50px 0;
}*/
.fwxq .fw_list .list_cont h2 {
    text-align: center;
}
.fwxq .fw_list .list_cont h2 .line{
    width: 94px;
    height: 2px;
    background: #fff;
    display: inline-block;
    margin-bottom: 8px;
}
.fwxq .fw_list .list_cont h2 .ti{
    font-size: 26px;
    color:#fff;
    font-weight: normal;
    margin:0 15px;
}
.fwxq .fw_list .fwlc ul.one{
    overflow: hidden;
    width:420px;
    margin:62px auto 0;
}
.fwxq .fw_list .fwlc ul li{
    width: 150px;
    text-align: center;
    float: left;
}
.fwxq .fw_list .fwlc ul.one li.first{
    margin-right: 50px;
    width: 180px;
    margin-top: 8px;
}
.fwxq .fw_list .fwlc p{
    color:#333;
    line-height: 24px;
    font-size: 16px;
}
.fwxq .fw_list .fwlc p.num{
    margin:15px 0 2px;
    font-size: 24px;
}
.fwxq .fw_list .fwlc ul.two{
    margin-top: -10px;
}
.fwxq .fw_list .fwlc ul.two li.first{
    width: 180px;
    margin:10px 382px 0 50px;
}
.fwxq .fw_list .fwlc ul.thr{
    margin-top:0;
}
.fwxq .fw_list .fwlc ul.thr li.first{
    margin-top: 0;
}
/*.fwxq .fw_list .zbcl{
    padding-top: 50px;
    background: #fff;
}*/
.fwxq .fw_list .zbcl h2 .ti{
    color:#000;
}
.fwxq .fw_list .zbcl h2 .line{
    background: #666;
}
.fwxq .fw_list .zbcl ul {
    overflow: hidden;
    padding:60px 30px 0 20px;
}
.fwxq .fw_list .zbcl ul li{
    float: left;
    text-align: center;
    margin:0 74px 45px 0;
}
.fwxq .fw_list .zbcl ul li.last{
    margin-right: 0;
}
.fwxq .fw_list .zbcl ul li p{
    font-size: 14px;
    margin-top: 15px;
    height: 38px;
}
.fwxq .fw_list .zbcl ul li.thr p{
    width: 75px;
    margin:15px auto 0;
}
.fwxq .fw_list .fwys{
    padding-top:50px;
}
.fwxq .fw_list .fwys h2 .ti{
    color:#1BA1E6;
    font-size: 28px;
}
.fwxq .fw_list .fwys h2 .line{
    background:#1BA1E6;
}
.fwxq .fw_list .fwys .wx{
    background: #fff;
    text-align: center;
    padding:64px 0 68px;
}
.fwxq .fw_list .fwys .lc{
    background:url(../images/fwys3.jpg) no-repeat;
	width:858px;
	height:362px;
}

.fwxq .fw_list .fwys .lc_in ul li{
    width: 429px;
    height: 362px;
    float: left;
    position: relative;
    cursor: pointer;
}
.fwxq .fw_list .fwys .lc_in ul li .bj{
    width: 429px;
    height: 362px;
    background:#1f6292;
    opacity:0.8;
    text-align: center;
    font-size: 30px;
    color:#fff;
    position: absolute;
    bottom:0;
    left:0;
}
.fwxq .fw_list .fwys .lc_in ul li p{
    line-height: 80px;
}
.fwxq .fw_list .fwys .lc_in ul li .bj p.one{
    margin-top: 95px;
}
.fwxq .fw_list .fwys .lc_in ul li p.cur{
    background:url(../images/lc_sj.png) 120px center no-repeat;
}
.fwxq .fw_list .fwys .lc_in ul li.two .bj{
    background: #eba840;
    opacity:0.9;
}
.fwxq .fw_list .xxtd{
	background:#fff;
	padding:63px 0 64px;
	text-align:center;
}
.fwxq .fw_list .pzbz{
    padding-top:50px;
    border-top: 1px solid #e4e3e3;
    margin-top: 60px;
	text-align:center
}
.fwxq .fw_list .pzbz h2{margin-bottom:35px;}
.fwxq .fw_list .pzbz h2 .ti{
    color:#1BA1E6;
    font-size: 28px;
}
.fwxq .fw_list .pzbz h2 .line{
    background:#1BA1E6;
}
/*相关服务推荐*/
.fwxq .fwxq_right{
    float: left;
    width: 322px;
    margin-left: 18px;
}
.fwxq .fwxq_right h2{
    height:50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
}
.fwxq .fwxq_right .tuijian{
    background:#fff;
    padding:0 15px;
}
.fwxq .fwxq_right .tj_cont ul li{
    padding:12px 0;
    border-bottom: 1px solid #efefef;
}
.fwxq .fwxq_right .tj_cont ul li .fw_bt{
    font-size: 14px;
}
.fwxq .fwxq_right .tj_cont ul li .biaoti{
    color:#333333;
    float: left;
}
.fwxq .fwxq_right .tj_cont ul li .fw_lb{
    color: #888;
    float: right;
    margin-top: -1px;
}
.fwxq .fwxq_right .tj_cont ul li .fw_lb img{
    margin-bottom: 2px;
}
.fwxq .fwxq_right .tj_cont ul li p{
   font-size: 12px;
   color:#666;
   padding:10px;
   background: #F5F5F5;
   border-radius:3px;
   margin: 10px 0;
   line-height: 22px;
}
.fwxq .fwxq_right .tj_cont ul li .price .qi{
    font-size: 12px;
    color:#999999;
	margin-left:5px;
}
.fwxq .fwxq_right .tj_cont ul li.last{
    border-bottom: 0;
}
.fwxq_right .muban{
    margin:20px 0;
    background: #fff;
    width: 322px;
    padding:0 15px 20px;
}
.fwxq_right .muban h1{
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
}
.fwxq_right .muban_cont{
    padding-top: 10px;
}
.fwxq_right .muban_cont ul li{
    cursor: pointer;
    margin-bottom:17px;
}
.fwxq_right .muban_cont ul li span{
    font-size: 12px;
    color:#666;
    padding-left: 12px;
    background:url(../images/sj.png) left 5px no-repeat;
}

.fwxq_right .muban_cont ul li span.current{
    background:url(../images/sj1.png) left 7px no-repeat;
}
.fwxq_right .muban_cont .more{
    height: 30px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    border: 1px solid #efefef;
    cursor: pointer;
}
.fwxq_right .muban_cont .more:hover{
    border-color: #19A3E5;
    color:#19A3E5;
}
.fwxq_right .muban_cont .muban_list{
    width: 292px;
    border-radius: 5px;
    background: #F5F5F5;
    overflow: hidden;
    padding-left: 0;
    margin:0 auto;
    padding:8px 0 3px 0;
    margin-top: 8px;
    display: none;
}
.fwxq_right .muban_cont .muban_list p{
    margin-bottom:8px;
    color:#666;
    padding-left: 30px;
}
/*排行榜部分*/
.fwxq .fwxq_right .paihang{
    padding:0 15px 20px;
    margin:20px 0;
    background: #fff;
}
.fwxq .fwxq_right .paihang .bt {
    font-size: 16px;
    float: left;
}
.fwxq .fwxq_right .paihang .cj {
    float: right;
}
.fwxq .fwxq_right .paihang h2 .cj span {
    padding: 0 10px;
    line-height: 14px;
    font-size: 14px;
    display: inline-block;
    height: 14px;
    margin-left: -5px;
    color: #A1A1A1;
    cursor: pointer;
}
.fwxq .fwxq_right .paihang h2 .cj span.cur {
    color: #19A3E5;
}
.fwxq .fwxq_right .paihang h2 .cj .je {
    padding-right: 0;
    border-left: 1px solid #efefef;
}
.fwxq .fwxq_right .paihang .phb_cont ul li {
    padding: 10px 0;
}
.fwxq .fwxq_right .paihang .phb_cont ul li .tupian {
    float: left;
    margin-top: 2px;
}
.fwxq .fwxq_right .paihang .phb_cont ul li .num {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #BDBDBD;
    line-height: 16px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.fwxq .fwxq_right .paihang .phb_cont ul li .fuwu {
    float: left;
    font-size: 14px;
    margin-left: 10px;
}
.fwxq .fwxq_right .paihang .phb_cont ul li .fuwu .fwlb {
    color: #A1A1A1;
    margin-top: 8px;
	font-size:12px;
}
.fwxq .fwxq_right .paihang .phb_cont ul li .price {
    float: right;
    font-size: 14px;
    color: #19A3E5;
}
/*服务承诺部分*/
.promise{
    padding:0 15px;
    background: #fff;
}
.promise .promise_cont{
    padding:10px 0 15px;
}
.promise .promise_cont ul li{
    padding:10px 0;
}
.promise .promise_cont ul li .pic{
    float: left;
}
.promise .promise_cont .list{
    float: left;
    margin-left: 15px;
}
.promise .promise_cont h3{
    font-weight: normal;
    font-size: 14px;
    margin-top: 2px;
}
.promise .promise_cont p{
    font-size: 12px;
    color:#999999;
    margin-top:5px;
}

/*购物车页面*/
.shopping{
    background: #fff;
    padding:15px 15px 0;
}
.gwc_nav{
    width:593px;
    height: 39px;
	background:url(../images/gwc_bj.png) no-repeat;
    padding:0 6px;
}
.gwc_nav ul li{
    float: left;
    font-size: 14px;
    color:#999;
    width: 124px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    margin-top: 5px;
    margin-right: 28px;
}
.gwc_nav ul li.last{
    margin-right: 0;
}
.gwc_nav ul li.select{
    background: #FF9111;
    color:#fff;
    border-radius: 20px;
}
.gwc_nav ul li.active{
    color:#FF9112;
}
.shopping .gwc_cont{
    background: #F9F9F9;
    padding:0 20px 20px;
    border:1px solid #eee;
    margin-top: 30px;
}
.shopping .gwc_cont .biaoti{
    height:60px;
    line-height: 60px;
    padding:0 83px 0 150px;
	font-size:12px;
	color:#888;
}
.shopping .gwc_cont .biaoti .xx{
    margin-right: 320px;
}
.shopping .gwc_cont .biaoti .sl{
    margin:0 200px 0 210px;
}
.shopping .gwc_cont .conts{
    padding:15px 20px;
    background: #fff;
}
.shopping .gwc_cont .conts .pic{
    float: left;
}
.shopping .gwc_cont .conts .text{
    float: left;
    font-size: 14px;
    margin:38px 0 0 30px;
    width: 319px;
}
.shopping .gwc_cont .conts .jg{
    float: left;
    width: 125px;
    text-align: center;
    margin-top: 38px;
	font-size:16px;
}
.shopping .gwc_cont .conts .sl{
    width: 116px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    float: left;
    margin: 38px 108px 0 118px;
    background: #F8F8F8;
}
.shopping .gwc_cont .conts .sl span {
    text-align: center;
    margin-right: 4px;
    margin-left: 5px;
}
.shopping .gwc_cont .conts .sl input {
    width: 49px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.shopping .gwc_cont .conts .del{
    color:#666;
    width: 120px;
    float: left;
    text-align: center;
    margin-top: 38px;
    cursor: pointer;
}
.shopping .gwc_cont .conts .del:hover{
	color:##19A3E5;
}
.shopping .gwc_cont .conts .del img{
    margin:0 3px 4px 0;
}
.shopping .payment{
    height: 90px;
    line-height: 90px;
}
.shopping .payment .left{
    float: left;
    font-size: 14px;
	padding-left:20px;
}
.shopping .payment .left .price{
    font-size:18px;
    color:#F70B37;
}
.shopping .payment .right{
    float: right;
    font-size: 18px;
    margin-top: 20px;
}
.shopping .payment .right span{
    height: 50px;
    line-height:46px;
    padding:0 54px;
    border-radius: 3px;
    border:1px solid #eee;
    float: left;
    margin-right: 20px;
}
.shopping .payment .right span a{
    display: block;
}
.shopping .payment .right span.cur{
    background: #1BA3E5;
}
.shopping .payment .right span.cur a{
    color:#fff;
}

/*购物车为空页面*/
.shopping .kong{
    background: #fff;
    padding:70px 0 45px;
    text-align: center;
}
.shopping .kong .text{
    font-size: 14px;
    text-align: center;
    color:#666;
    margin-top: 20px;
}
/*填写订单*/
.txdd_nav{
    padding:20px 15px 20px;
    background: #fff;
	position:relative;
}
/*您的必要信息*/
.byxx{
    margin:20px 0;
    background: #fff;
    padding:15px 15px 30px;
}
.txdd_bt{
	font-size:16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.byxx .byxx_cont{
    padding-left:5px;
}
.byxx .byxx_cont ul li {
    margin-top: 20px;
}
.byxx .byxx_cont ul li .detail {
    font-size: 14px;
    color: #666;
    margin-right: 15px;
    display: inline-block;
    width: 65px;
    text-align: right;
}
.byxx .byxx_cont ul li input {
    height: 36px;
    border: 1px solid #ccc;
    width: 400px;
    padding: 8px 10px 10px;
    font-size: 14px;
    /* background: url(../images/bj_sj.png) 375px center no-repeat; */
    cursor: pointer;
    vertical-align: middle;
}
.byxx .byxx_cont ul li.work_area select {
    width: 250px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ccc;
    background: url(../images/bj_sj.png) no-repeat 225px center;
    margin-right: 20px;
    font-family: "微软雅黑";
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
select::-ms-expand { display: none; }  
/*购买的商品*/
.buy_product{
    background: #fff;
    padding:15px 15px 20px;
}
.buy_product .txdd_bt{
    border-bottom: 0;
}
.buy_product .buy_in ul li{
    border:1px solid #eee;
    background: #F9F9F9;
    padding:20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.buy_product .buy_in ul li .left{
    float: left;
}
.buy_product .buy_in ul li .right{
    float: right;
    margin-top: 12px;
}
.buy_product .buy_in ul li .left .pic{
    float: left;
}
.buy_product .buy_in ul li .left .list{
    float: left;
    margin-left: 20px;
    font-size: 18px;
}
.buy_product .buy_in ul li .left .list h3{
    font-weight: normal;
    margin-top: 12px;
	font-size:14px;
}
.buy_product .buy_in ul li .left .list p{
    color:#666; 
    margin-top:15px;
	font-size:12px;
}
.buy_product .buy_in ul li .right div{
    float: left;
}
.buy_product .buy_in ul li .right .buy_infor{
    width:100px;
}
.buy_product .buy_in ul li .right .buy_infor p{
    text-align: right;
}
.buy_product .buy_in ul li .right .buy_infor .buy_price{
    font-size: 14px;
    margin-bottom: 22px;
}
.buy_product .buy_in .yhq{
    padding:0 20px;
}
.buy_product .buy_in .yhq .left{
    float: left;
    margin-top: 32px;
}
.buy_product .buy_in .yhq .left span.sy{
    font-size: 14px;
    color:#666;
    cursor: pointer;
}
.buy_product .buy_in .yhq .use_yhq .yhq_type{
	width:135px;
	height:37px;
	display:inline-block;
	line-height:36px;
	font-size:16px;
	color:#f6a200;
	background:url(../images/xz_yhq.png) no-repeat;
	cursor:pointer;
	margin-left:30px;
}
.buy_product .buy_in .yhq .use_yhq .yhq_type .xuanze{
	margin-left:38px;
}
.buy_product .buy_in .yhq .left span.no_yhq{
    color:#f6a200;
    font-size: 14px;
    margin-left: 10px;
}
.buy_product .buy_in .yhq .right{
    float: right;
}
.buy_product .buy_in .yhq .right p{
	text-align: right;
    font-size: 16px;
	overflow:hidden;
	line-height:34px;
}
.buy_product .buy_in .yhq .right p .left{
	float: left;
    margin-top: 0;
    width: 200px;
    text-align: left;
}
.buy_product .buy_in .yhq .right p .right{
	float:left;
}
.buy_product .buy_in .yhq .right .money{
    text-align: right;
    font-size: 22px;
    color:#F70B37;
}

/*发票信息*/
.fpxx{
    background: #fff;
    padding:15px 15px 0;
    margin:20px 0;
}
.fpxx .fpxz{
    font-size: 14px;
    color:#878787;
    float: right;
    cursor: pointer;
}
.fpxx .fpxx_cont{
    padding:30px 0;
}
.fpxx .fpxx_cont ul li {
    float: left;
    width: 118px;
    height: 28px;
    line-height: 26px;
    border-radius:3px;
    border: 1px solid #D9D9D9;
    color: #999999;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    font-size: 14px;
}
.fpxx .fpxx_cont ul li span{
	color:#333;
}
.fpxx .fpxx_cont ul li.active {
    color: #1BA3E5;
    border: 1px solid #1BA3E5;
}
.zljj .fpxx_cont ul li {
    width: 151px;
}
.fp_cont{
	padding-top:10px;
	padding-left:15px;
}
.fp_cont .conts{
	margin-top:20px;
}
.fp_cont .conts .detail {
    font-size: 14px;
    color: #666;
    margin-right: 15px;
    display: inline-block;
}

.zzs_in .detail{
	width:95px;
	text-align:left
}
.fp_cont .conts .detail .xing{
	color:#F70B37;
}
.fp_cont .conts input {
    height: 36px;
    border: 1px solid #ccc;
    width: 400px;
    padding: 8px 10px 10px;
    font-size: 14px;
    /* background: url(../images/bj_sj.png) 375px center no-repeat; */
    cursor: pointer;
    vertical-align: middle;
}
/*实付金额部分*/
.pay_money{
    float: right;
}
.pay_money .sf .money{
    font-size: 22px;
    color:#F70B37;
}
.pay_money .tj{
    width: 162px;
    height: 50px;
    line-height: 50px;
    background: #1BA3E5;
    border-radius: 3px;
    color:#fff;
    font-size: 18px;
    text-align: center;
    margin-left: 50px;
    cursor: pointer;
}
/*选择优惠券部分*/
.gray{
    width: 100%; 
    background: #000; 
    opacity: 0.3; 
    position: fixed;
    top:0;
    left: 0; 
    z-index:2222;
	height:100%;
    display: none;
}
.xz_yhq{
    padding:20px 20px 40px;
    background: #fff;
    position: relative;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11111;
    display: none;
	max-height: 570px;
    overflow: auto;
	width:800px;
}
.xz_yhq h1{
    font-size: 18px;
    font-weight: normal;
}
.xz_yhq .yhq_in{
    margin:40px 0 20px;
	width:770px;
}
.xz_yhq .yhq_in ul li{
    width:232px;
    height: 115px;
	background:url(../images/yhq_bj1.png) no-repeat;
    margin:0 10px;
    float: left;
    cursor: pointer;
	margin-bottom:20px;
}
.xz_yhq .yhq_in ul li.one:hover{
    background: url(../images/yhq_bj111.png) no-repeat;
}
.xz_yhq .yhq_in ul li.one.cur{
    background: url(../images/yhq_bj11.png) no-repeat;
}
.xz_yhq .yhq_in ul li.two{
    background: url(../images/yhq_bj2.png) no-repeat;
}
.xz_yhq .yhq_in ul li.two:hover{
    background: url(../images/yhq_bj222.png) no-repeat;
}
.xz_yhq .yhq_in ul li.two.cur{
    background: url(../images/yhq_bj22.png) no-repeat;
}

.xz_yhq .yhq_in ul li.three{
    background: url(../images/yhq_bj3.png) no-repeat;
}
.xz_yhq .yhq_in ul li.three:hover{
    background: url(../images/yhq_bj333.png) no-repeat;
}
.xz_yhq .yhq_in ul li.three.cur{
    background: url(../images/yhq_bj33.png) no-repeat;
}
.xz_yhq .yhq_in ul li .youhui{
    color:#fff;
    padding:10px 24px;
    overflow: hidden;
	position:relative;
}
/*.xz_yhq .yhq_in ul li .select{
	position:absolute;
	top:0;
	right:0;
	display:none;
}*/
.xz_yhq .yhq_in ul li .l{
    float: left;
}
.xz_yhq .yhq_in ul li .l span{
    float: left;
}
.xz_yhq .yhq_in ul li .youhui .yuan{
    font-size: 26px;
    margin-top:5px;
}
.xz_yhq .yhq_in ul li .youhui .money{
    font-size: 62px;
    font-family: "Helvetica"
}
.xz_yhq .yhq_in ul li .r{
    float: left;
    font-size: 14px;
    margin: 25px 0 0 20px;
}
.xz_yhq .yhq_in ul li .yh{
	width: 65px;
    margin-top: 14px;
    line-height: 22px;
}
.xz_yhq .yhq_in ul li .yxq{
    font-size: 12px;
    color:#227EAC;
    margin: 3px 0 0 22px;
}
.xz_yhq .yhq_in ul li.two .yxq{
    color:#E9A504;
}
.xz_yhq .yhq_in ul li.three .yxq{
    color:#CC7601;
}
.xz_yhq .yhq_no .biaoti{
    width: 735px;
    font-size: 12px;
    margin:0 auto;
    color:#666;
	background:url(../images/yhq_line.png) right center no-repeat;
}
.xz_yhq .yhq_no_in{
    margin-bottom:50px;
	cursor:not-allowed;
}
.xz_yhq .yhq_in ul li.four{
    background: url(../images/yhq_bj4.png) no-repeat;
	cursor:not-allowed;
}
.xz_yhq .yhq_in ul li.four .yxq{
    color:#B7B7B7;
}
.xz_yhq .btn{
    overflow: hidden;
    width: 340px;
    margin:0 auto;
}
.xz_yhq .btn button{
    width: 162px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color:#666;
    border-radius: 3px;
    border:1px solid #eee;
    background: #F5F5F5;
    float: left;
    cursor: pointer;
}
.xz_yhq .btn button.cur{
    background: #1BA3E5;
    color:#fff;
}
.xz_yhq .btn button.btn1{
    margin-right: 15px;
}
.xz_yhq .close{
    position: absolute;
    top:14px;
    right: 14px;
    cursor: pointer;
    width:20px;
    height: 20px;
}
.xz_yhq .close img{
    margin: 6px 0 0 6px;
}
/*发票须知弹框部分*/
.fpxz_cont{
    padding: 20px 20px 40px;
    background: #fff;
    position: relative;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11111;
    max-height: 570px;
    overflow: auto;
    width: 800px;
    display: none;
}
.fpxz_cont h1 {
    font-size: 18px;
    font-weight: normal;
}
.fpxz_cont .close {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.fpxz_cont .close img {
    margin: 6px 0 0 6px;
}
.fpxz_cont p{
    font-size: 12px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 20px;
}
.fpxz_cont .cont {
    margin-top: 30px;
}
/*提交完成部分*/
.tjwc{
    background: #fff;
    margin-top: 20px;
    padding:58px 0 70px 420px;
}
.tjwc .pic{
    float: left;
}
.tjwc .list{
    float: left;
    margin-left: 39px;
    margin-top: 32px;
}
.tjwc .list h1{
    font-size: 18px;
    font-weight: normal;
}
.tjwc .list p{
    font-size: 14px;
    color:#888;
    margin-top:15px;
}

/*更多服务部分*/
.fhq .biaoti{
    padding:10px 0;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.fhq .biaoti img{
    margin:0 4px 2px 0;
}
.fhq .fhq_cont{
    padding-top: 15px;
}
.fhq .fhq_cont ul li{
    width: 285px;
    float: left;
    margin:0 20px 20px 0;
    cursor: pointer;
}
.fhq .fhq_cont ul li:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0 0 20px  rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.fhq .fhq_cont ul li.last{
    margin-right: 0;
}
.fhq .fhq_cont ul li .pic{
    position: relative;
}
.fhq .fhq_cont ul li .pic .tips{
    position: absolute;
    top:10px;
    left:10px;
    color:#fff;
    font-size: 12px;
    height: 22px;
    line-height: 20px;
    padding:0 3px 0 5px;
    background: rgba(0,0,0,0.4);
    border-radius: 3px;
}
.fhq .fhq_cont ul li:hover .pic .tips{
	background:#1ba3e6;
}
.fhq .fhq_cont ul li .bot{
    padding:8px 12px 12px;
    background: #fff;
}
.fhq .fhq_cont ul li .bot .name{
    overflow: hidden;
    padding-bottom: 8px;
}
.fhq .fhq_cont ul li .bot .name .mc{
    float: left;
    font-size: 14px;
	color:#333;
}
.fhq .fhq_cont ul li:hover .bot .name .mc{
	color:#1ba3e6;
}
.fhq .fhq_cont ul li .bot .name .ask{
    float: right;
    font-size: 12px;
    color:#666;
}
.fhq .fhq_cont ul li .bot .name .ask .num{
    color:#FF9112;
}
.fhq .fhq_cont ul li .bot .jianjie{
    color: #888;
    font-size: 12px;
    line-height: 22px;
    text-align: justify;
    text-justify: inter-ideograph;
    height: 130px;
    overflow: hidden;
}
.fhq .fhq_cont ul li:hover .bot .jianjie{
	color:#666;
}

/*孵化器详情弹框部分*/
.fhq_xq .conts{
    margin-top:30px;
}
.fhq_xq .conts p{
    font-size: 12px;
    text-align:justify; 
    text-justify:inter-ideograph;
    margin-bottom:20px;
}
.fhq_xq .conts .contact{
    font-size: 14px;
}
.fhq_xq .conts .contact span{
    margin-right: 25px;
}
.fhq_xq .conts .contact .one img{
    margin-right: 8px;
}
.fhq_xq .conts .contact .two img{
    margin: 0 8px 4px 0;
}
.fhq_xq .conts .contact .three img{
    margin: 0 8px 2px 0;
}
.fhq_xq .xj{
    width: 162px;
    margin:20px auto 0;
}
.fhq_xq .xj button{
    width: 162px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    background:#1ba3e6;
    float: left;
    cursor: pointer;
    color:#fff;
}

/*我想询价弹框部分*/
.xunjia .conts{
    width: 440px;
    margin:50px auto 0;
}
.xunjia .conts ul li {
    margin-bottom: 20px;
}
.xunjia .conts ul li .detail {
    font-size: 14px;
    color: #666;
    margin-right: 15px;
    display: inline-block;
    width: 65px;
    text-align: right;
}
.xunjia .conts ul li input {
    height: 36px;
    border: 1px solid #ccc;
    width: 349px;
    padding: 8px 10px 10px;
    font-size: 14px;
    /* background: url(../images/bj_sj.png) 375px center no-repeat; */
    cursor: pointer;
    vertical-align: middle;
}
.xunjia .conts ul li.xuqiu .detail{
    float: left;
}
.xunjia .conts ul li textarea{
    float: left;
    width: 349px;
    height: 120px;
    border:1px solid #ccc;
    margin-left: 4px;
}
.xunjia .tj{
    overflow: hidden;
    margin-bottom: 15px;
    padding-left: 84px;
}
.xunjia .tj button{
    width: 156px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    background:#1ba3e6;
    float: left;
    cursor: pointer;
    color:#fff;
}
.xunjia .tks{
    font-size: 12px;
    color:#999;
    padding-left: 84px;
}

/*联系我们部分*/
.contact_us{
    overflow: hidden;
} 
.contact_us .us_left{
    float: left;
    width:386px;
    height: 320px;
    padding-top:50px;
    text-align: center;
    background: #fff;
}
.contact_us .us_right{
    float: left;
    width: 792px;
    margin-left: 20px;
}
.contact_us ul li{
    float: left;
    width: 386px;
    height: 150px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    color:#666;
}

.contact_us ul li:hover{
    color:#333;
}
.contact_us ul li.one{
    background:url(../images/dh1.png) no-repeat;
	text-align:left;
	padding: 30px 20px 0 35px;
}
.contact_us ul li.one p{
	font-size:22px;
	line-height:44px;
}
.contact_us ul li.two:hover{
	color:#1BA3E6;
}
.contact_us ul li.last{
    margin-right: 0;
}
.contact_us ul li.address{
    background: url(../images/wz1.png) no-repeat;
    padding: 44px 20px 0 35px;
}
.contact_us ul li.address h2{
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    color:#333;
}
.contact_us ul li.address p{
    text-align:left;
    font-size: 14px;
    color:#666;
    margin-top: 15px;
    overflow: hidden;
    line-height:26px;
}
.contact_us ul li.address p .adr{
    float: left;
	width:244px;
}
.contact_us ul li.address p .see{
    width: 74px;
    height: 26px;
    line-height: 22px;
    font-size: 12px;
    color:#1ba3e6;
    display: inline-block;
    border-radius: 3px;
    border:1px solid #1ba3e6;
    text-align: center;
    float: right;
}
.contact_us ul li.address p:hover{
    color:#333;
}
.contact_us ul li.address p:hover .see{
    background: #1BA3E5;
    color:#fff;
}

/*地图弹框部分*/
.ditu_in{
    padding: 20px 30px 30px;
}
.ditu_in .ditu{
    margin-top: 20px;
}
.ditu_in .close{
    top:22px;
    right:25px;
}
/*支付部分*/
.txdd_nav .order{
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 12px;
    color:#666;
}
.txdd_nav .order .money{
    font-size: 18px;
    color:#EA4737;
}
.zhifu{
    padding:0 15px 68px;
    background: #fff;
    margin-top: 20px;
}
.zhifu h1{
    height:48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
}
.zhifu ul{
	padding:45px 0 0 50px;
}
.zhifu ul li{
	float:left;
	margin-right:70px;
}
.zhifu ul li p{
	text-align:center;
	font-size:14px;
	color:#666;
	margin-top:15px;
}
.zhifu .bank{
    padding:30px 120px 0 82px;
    overflow: hidden;
}
.zhifu .bank ul li{
    float: left;
    margin-left:38px;
    margin-bottom: 16px;
}

/*支付失败弹框部分*/
.pay_fail{
    padding:52px 0 43px;
    background:#fff;
    width:450px;
    position: fixed; 
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 11111;
}
.pay_fail .send p{
    font-size:16px;
    margin:50px 0 40px;
}

.pay_fail .queren p{
    padding:0 42px;
    text-align: left;
    line-height: 32px;
    margin:45px 0 40px;
}
.pay_fail .send button{
    width:164px;
    height:30px;
    line-height:26px;
    color:#666;
    font-size: 12px;
    border:1px solid #e3e3e3;
    background:#fff;
    border-radius:3px;
    cursor:pointer;
}
.pay_fail .close{
    position: absolute;
    top:0;
    right:0;
    cursor: pointer;
    display: block;
    height:40px;
    line-height: 40px;
    width:40px;
}
.pay_fail .close img{
    margin-top: 15px;
}

/*支付成功部分*/
.zf_cg{
    background: #fff;
    padding:60px 0 80px 410px;
    margin-top: 20px;
}
.zf_cg .pic{
    float: left;
}
.zf_cg .list{
    float: left;
    margin-left: 20px;
}
.zf_cg .list h1{
    font-weight: normal;
    font-size: 16px;
    margin-top: 35px;
}
.zf_cg .list p{
    text-align: center;
    margin-top: 18px;
}
.zf_cg .list p a{
    display: block;
    width: 164px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border:1px solid #1BA3E5;
    border-radius: 3px;
    font-size: 12px;
    color:#666;
}

/*微信扫码支付部分*/
.sm_pay{
    padding:15px 20px 34px;
    background: #fff;
    margin-top: 20px;
}
.sm_pay h1{
    font-weight: normal;
    font-size: 16px;
}
.sm_pay .pay_in{
    width:600px;
    margin:30px auto 0;
}
.sm_pay .pay_in .left{
    float: left;
    width:220px;
}
.sm_pay .pay_in .left .tip{
    margin:10px 0 17px;
}
.sm_pay .pay_in .left p a{
    font-size: 16px;
    color:#1BA3E5;
}
.sm_pay .pay_in .right{
    float: left;
    margin-left: 45px;
}
/*订单合同*/
.order_ht table{
	margin:0 auto;
    border:1px solid #e5e5e5;
    background: #fff;
    border-bottom: 0;
}
.order_ht table tr{
    color:#666;
}
.order_ht table tr.biaoti{
    color:#333;
}
.order_ht table tr td{
    border-bottom: 1px solid #e5e5e5;
}
.order_ht table tr td span{
    cursor:pointer;
}
.order_ht table tr td span:hover{
    color:#1BA3E5;
}
.order_ht .tips{
    overflow: hidden;
    margin-top: 20px;
}
.order_ht .tips .left{
    float: left;
    margin-top: 16px;
	margin-left:700px;
}
.order_ht .tips .left img{
    margin:0 8px 2px 0;
}
.order_ht .tips .right{
    float: right;
    width:162px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#fff;
    background: #1BA3E5;
    cursor: pointer;
    border-radius: 3px;
    font-size: 18px;
}
.order_ht .tips .right a{
    color:#fff;
    display: block;
}
.order_ht .tips .left span{
	position: relative;
    display: inline-block;
    vertical-align: middle;
}
.xy{
	position: absolute;
	visibility: hidden;
	cursor: pointer;
}
.xy+label {
	display: inline-block;
	width: 12px;
	height: 12px; 
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	cursor:pointer;
	margin: 0 0 1.3px 0;
}
.xy:checked+label{
	background:#1ba3e6;
	border:0;
}
.xy:checked+label:after {
	content: "";
	position: absolute;
	left: 3px;
    bottom:6px;
    width: 3px;
    height: 1px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-right-color: transparent;
	-ms-transform: rotate(-60deg); 
	-moz-transform: rotate(-60deg); 
	-webkit-transform: rotate(-60deg); 
	transform: rotate(-45deg);
} 
/*合同预览部分*/
.ht_yulan .conts{
    height: 400px;
}
.ht_yulan .page .num{
    width: 38px;
    height: 22px;
    line-height: 22px;
    border-radius: 3px;
    border:1px solid #e5e5e5;
    display: inline-block;
    text-align:center;
}
.ht_yulan .page img{
    cursor: pointer;
    margin-bottom: 5px;
}
.ht_yulan .page .prev{
    margin-right: 5px;
}
.ht_yulan .page .next{
    margin-left: 5px;
}
/*订单详情已支付*/
.order_infor{
    padding:0 15px 15px;
    background: #fff;
}
.order_infor h1{
    font-weight: normal;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
}
.order_infor .conta{
    padding:25px 0 18px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}
.order_infor .conta ul li{
    float: left;
    margin-right: 110px;
    width: 200px
}
.order_infor .conta ul li.one{
    width: 300px;
}
.order_infor .conta h2{
    font-weight: normal;
    color:#666;
    margin-bottom: 15px;
}
.order_infor .conta h2 img{
    margin:0 0 3px 10px;
}
.order_infor .conta p{
    font-size: 12px;
    margin-bottom: 12px;
}
.order_infor .conta p span.detail{
    width: 75px;
    display: inline-block;
    color:#888;
}
.order_infor .conta p span.text{
    margin-left: 5px;
}
.order_infor .dd_cont h1{
    border-bottom: 0;
}
.order_infor .dd_cont ul li{
    padding:20px;
    background: #F9F9F9;
    border:1px solid #e5e5e5;
}
.order_infor .dd_cont ul li .pic{
    float: left;
}
.order_infor .dd_cont ul li .list{
    float: left;
    margin-left: 20px;
}
.order_infor .dd_cont ul li .list h3{
    font-weight: normal;
    overflow: hidden;
    margin-top: 10px;
}
.order_infor .dd_cont ul li .list h3 .biaoti{
    float: left;
}
.order_infor .dd_cont ul li .list h3 .type{
    font-size: 12px;
    color: #19A3E5;
    border: 1px solid #19A3E5;
    border-radius: 20px;
    padding: 1px 6px 2px 6px;
    margin-left: 10px;
    margin-top: 1px;
    float: left;
}
.order_infor .dd_cont ul li .list p{
    font-size: 12px;
    color:#666;
    margin-top: 15px;
}
.order_infor .dd_cont ul li .right {
    float: right;
    margin-top: 12px;
}
.order_infor .dd_cont ul li .right div {
    float: left;
}
.order_infor .dd_cont ul li .right .buy_infor {
    width: 163px;
}
.order_infor .dd_cont ul li .right .buy_infor .buy_price {
    font-size: 14px;
    margin-bottom: 22px;
}
.order_infor .dd_cont ul li .right .buy_infor p {
    text-align: right;
}
.order_infor .dd_cont .bot{
    overflow: hidden;
    margin-top: 10px;
    padding:0 20px;
}
.order_infor .dd_cont .bot .left{
    float: left;
    margin-top:35px;
}
.order_infor .dd_cont .bot .left .type{
    color:#FF9112;
}
.order_infor .dd_cont .bot .jine{
    float: right;
}

/*订单详情未支付*/
.order_infor .dd_cont .bot .left .yhq_type {
    width: 135px;
    height: 37px;
    display: inline-block;
    line-height: 36px;
    font-size: 16px;
    color: #f6a200;
    background: url(../images/xz_yhq.png) no-repeat;
    cursor: pointer;
    margin-left: 10px;
}
.order_infor .dd_cont .bot .left .yhq_type .xuanze {
    margin-left: 38px;
}
.order_infor .dd_cont .bot .jine{
    float: right;
}
.order_infor .dd_cont .bot .jine p{
	overflow:hidden;
	font-size:16px;
	line-height:34px;
}
.order_infor .dd_cont .bot .jiage{
	float:left;
	width: 200px;
    text-align: left;
}
.order_infor .dd_cont .bot .right{
	float:left;
}
.order_infor .dd_cont .bot .money {
    font-size: 22px;
    color: #F70B37;
	margin-top:5px;
}

.dd_pay{
    width: 162px;
    height: 50px;
    line-height: 50px;
    background: #1BA3E5;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: 20px;
}
.dd_pay a{
    color:#fff;
}
.fly_item{
	position:absolute;
	visibility:hidden;
	opacity:.5;
	filter:alpha(opacity=50);
	
}
/*底部部分*/
.foot{
    width: 100%;
    padding: 8px 0 10px;
    background: #23273D;
}
.foot p{
    font-size: 12px;
    color: #CBCBCC;
    text-align: center;
    line-height: 24px;
}
.footer{
    position:fixed;
    left:0;
    bottom:0;
}