@charset "UTF-8";
/* CSS Document */
a {text-decoration: none; cursor: pointer;}
.top{ height:100px; background-color:#289de2;}
.midd{ width:1200px; margin:0 auto; font-size:12px;height:70px;line-height:70px; color:#fff;}
.owo{ float:left; width:20%; font-family:"宋体";}
.visi{ float:right;font-family:"宋体";}
.visi li { float:left; margin-right:10px;}
.visi a{ color:#fff;}
.visi a:hover{ color:#ffd400; text-decoration:none}
.daoh{ float:right; height:80px; line-height:80px;}
.daoh li { float:left;}

.daoh a{ padding:0 15px;color:#FFF;}
.daoh a:link, .nva a:visited { 
	color:#FFF;
	text-decoration:none;
	float:left;
	overflow:hidden;
}
.daoh span {
	display:inline-block;
	line-height:80px; font-size:18px;
	padding:0 1em;
	position:relative;
	-webkit-transition: background-color 0.2s, margin-top 0.2s;  /* Saf3.2+, Chrome */
	-moz-transition: background-color 0.2s, margin-top 0.2s;  /* FF4+ */
	-ms-transition: background-color 0.2s, margin-top 0.2s;  /* IE10 */
	-o-transition: background-color 0.2s, margin-top 0.2s;  /* Opera 10.5+ */
	transition: background-color 0.2s, margin-top 0.2s;
}
.daoh a:hover span {
	background:#FFD204;
	color:#555;
}
.connet{ width:1200px; margin:0 auto; font-size:12px;position:relative;overflow:hidden;min-height:750px;}
.home{ color:#333; height:40px; line-height:40px}
.home a{ color:#333}
.home a:hover{ color:#0076bb; text-decoration:underline;}
.lei{ width:898px; float:left;}
.holl{width:280px; float:right;position:absolute;top:120px;right:0px;z-index:0px;}
.ding{ background-color:#fdfcfc; border:1px #ccc solid;}

.lei_top{ margin-left:-11px; width:909px;}
.lei_top li{ width:90px;text-align:center; float:left;line-height:40px; background-color:#e7f3fb;margin-bottom:10px; margin-left:11px}
.lei_top li a{ display:block;border:1px #ccc solid; color:#333;}
.lei_top li a:hover{border:1px #ffc600 solid;}
.advice a{background: url(../images/advice.jpg); background-repeat:no-repeat; color:#fff!important;border:1px #3ea9e7 solid;}
.advice a:hover{background: url(../images/advice.jpg)!important; background-repeat:no-repeat; color:#fff!important; border:1px #3ea9e7 solid;}
.bao a{background: url(../images/bao.jpg); background-repeat:no-repeat; color:#333; border:1px #3ea9e7 solid!important;}
.bao a:hover{background: url(../images/bao.jpg)!important; background-repeat:no-repeat; color:#333; border:1px #3ea9e7 solid;}
.ji a{background: url(../images/ji.jpg); background-repeat:no-repeat; color:#333; border:1px #3ea9e7 solid!important;}
.ji a:hover{background: url(../images/ji.jpg)!important; background-repeat:no-repeat; color:#333; border:1px #3ea9e7 solid;}
.baoji a{background: url(../images/baoji.jpg); background-repeat:no-repeat; color:#333; border:1px #3ea9e7 solid!important;}
.baoji a:hover{background: url(../images/baoji.jpg)!important; background-repeat:no-repeat; color:#333; border:1px #3ea9e7 solid;}
.hovv a{background: url(../images/hovv.jpg); background-repeat:no-repeat; color:#333; border:1px #3ea9e7 solid!important;}
.hovv a:hover{background: url(../images/hovv.jpg)!important; background-repeat:no-repeat; color:#333; border:1px #3ea9e7 solid;}
.baoji span{ position:absolute; top:-14px; right:1px;}
.baoji { position:relative;}
.bao span{ position:absolute; top:-20px; right:-5px;cursor:pointer}
.bao { position:relative;}
.ji span{ position:absolute; top:-20px; right:-5px;cursor:pointer}
.ji { position:relative;}
.hovv span{ position:absolute; top:-20px; right:-5px;cursor:pointer}
.hovv { position:relative;}

/*45lei*/
/*订单*/
.detaill{ border:1px #ccc solid; margin-bottom:20px;*margin-top:10px;*margin-bottom:10px;}
.detaill_left{ float:left; width:46%;height:530px;background: url(../images/de1.jpg); background-repeat:no-repeat; background-position:center center;background-color:#fafbff; padding:2%; }
.detaill_left h2{ font-size:18px; line-height:40px;}
.liao { font-size:14px; line-height:24px; padding-bottom:15px;}
.strs { font-size:12px; line-height:24px; border-top:1px #ccc dashed; padding-top:15px;}
.detaill_right{ float:right; width:46%; background-color:#f6f7f7; padding:2%;}
.ding_top{ background-color:#e5f2fb; border-bottom:2px #1494d1 solid; height:45px; line-height:45px; padding-left:15px; font-size:18px;}
.dog_body{background: url(../images/ding.jpg)!important; background-repeat:no-repeat;background-position:top center; font-weight:normal; color:#333;}
.dog_body span{ padding-right:12px;}
.dog_body li{margin:0 15px; line-height:30px; font-size:14px;word-wrap: break-word;max-width:240px;}
.dog_body ul{ margin-bottom:20px; margin-top:15px; padding-bottom:30px;}
.dollar{ font-family:"Impact"; color:#ff7700; font-size:20px;}
.pay{ margin-left:10px; float:left;background:none; border:none; width:100px; background-color:#f27504; font-size:14px; color:#fff;text-align:center;line-height:26px;
-webkit-transition-property:background;
                        -webkit-transition-duration:1s;
                        -webkit-transition-timing-funcion:linear;
                        
                        -moz-transition-property:background;
                        -moz-transition-duration:1s;
                        -moz-transition-timing-funcion:linear;
                        
                        -o-transition-property:background;
                        -o-transition-duration:1s;
                        -o-transition-timing-funcion:linear;
                        
                        -ms-transition-property:background;
                        -ms-transition-duration:1s;
                        -ms-transition-timing-funcion:linear;
                        
                        transition-property:background;
                        transition-duration:1s;
                        transition-timing-funcion:linear;}

.pay:hover{ background:#c95f00; border:none; color:#fff!important;}
.pay a{ color:#fff!important;}
.take{background-color:#ce9c6e;}
.take:hover{background-color:#9b9b9b;}
.xinwe{ border:1px #ccc solid; margin-top:15px;}
/* dingdan*/
/* 切换*/
.wrap { 
}
.a10 { COLOR: #222;  TEXT-DECORATION: none;
}
.a10:hover {
 COLOR: #bb2233; TEXT-DECORATION: none
}
.md-head {
 PADDING-LEFT: 0px; height:34px; line-height:35px; border-bottom:1px #ccc solid; font-size:14px; padding-left:10px;
}
.md-head A {
FLOAT: left; BACKGROUND-COLOR: #fff; TEXT-ALIGN: center; border-right:1px #ccc solid; border-left:1px #ccc solid;background: url(../images/tab2.jpg)!important; background-repeat:repeat-x; margin-right:15px; width:120px;
}
.md-head A.wid {background: url(../images/tab1.jpg)!important; background-repeat:repeat-x; border-left:1px #ccc solid; border-right:1px #ccc solid;
 WIDTH: 120px
}
.md-head A.cur {
  BORDER-BOTTOM-WIDTH: 0px; COLOR: #000; BACKGROUND-COLOR: #f0f6f9; TEXT-DECORATION: none
}
.md-body {
 padding:15px;ZOOM: 1; border-left:1px #ccc solid;border-right:1px #ccc solid;border-bottom:1px #ccc solid; margin-bottom:20px;
}
a,area { blr:e-xpression(this.onFocus=this.blur()) }
:focus { -moz-outline-style: none; }
#blogs_spacerank_0 p{ font-size:14px; line-height:24px; margin-bottom:10px;}
#blogs_spacerank_0 h4{ border-bottom:2px #6ac2c4 solid; line-height:38px; font-size:16px; margin:15px auto;}
.pay_qie{ border-left:1px #ccc solid;border-right:1px #ccc solid;border-bottom:1px #ccc solid; margin-bottom:20px;}
/*tuijian*/
.tui{ background-color:#f9f9d8; border-radius:4px; width:143px; height:30px; line-height:30px;line-height:30px; color:#777; padding-left:8px; border:none; border:1px #ccc solid;}
.qing{ font-size:14px; margin-bottom:15px;}
.hang{width:140px; height:30px; line-height:30px;border-radius:4px; }
.guw{ background-color:#c8e8fe; width:173px}
.qing span{ padding-right:12px;}
.chuc{ background:none; border:none; width:55px;color:#3ea9e7; font-size:14px; background-color:#fafafa; border:1px #ccc solid; margin-left:20px; border-radius:4px; margin-top:2px;}
.qing a { display:block; float:left; font-size:12px; width:90px; height:30px; line-height:30px; border:1px #ccc solid; text-align:center; background-color:#fff; margin-right:15px; color:#000;}
.qing a:hover { width:90px; height:30px; display:block; line-height:30px; border:1px #2ea7e1 solid; text-align:center;background: url(../images/duig.png); background-repeat:no-repeat; background-position:right bottom; color:#000;}
.qing a.hover { width:90px; height:30px; display:block; line-height:30px; border:1px #2ea7e1 solid; text-align:center;background: url(../images/duig.png); background-repeat:no-repeat; background-position:right bottom; color:#000;}
.qing_hovv{width:90px; height:40px; line-height:40px; border:1px #ccc solid; text-align:center;background: url(../images/hovv.jpg)!important; background-repeat:no-repeat; color:#000;}
.qing ul { float:left;margin-right:15px;}
.qing li { height:30px; line-height:30px; margin-bottom:10px;*width:100%;}
.hurry{ color:#d02919; font-size:14px; line-height:24px; margin-bottom:10px;}
.choose{ background-color:#efefef; padding:13px;margin-bottom:10px; height:70px; overflow-y:scroll;}
.choose li { float:left; margin-bottom:10px; margin-right:10px;}
.neiyr{width:100%; background-color:#333; color:#fff;font-family:"宋体"; padding-top:15px;}
/*步骤*/
.demo{background:#37a8ea;position:relative; margin-bottom:15px;}
.demo ul{height:64px;overflow:hidden;color:#fff;}
.demo li{float:left;width:300px;text-align:center;position:relative;font-size:18px;line-height:64px; height:64px;}
.demo li em{position:absolute;right:-48px;top:-16px;width:0;height:0;line-height:0;border-width:48px 0 48px 48px;border-color:transparent  transparent transparent #fff;border-style:dashed dashed dashed solid;}
.demo li i{position:absolute;right:-32px;top:0;width:0;height:0;line-height:0;border-width:32px 0 32px 32px;border-color:transparent  transparent transparent #37a8ea;border-style:dashed dashed dashed solid;}
.demo li.current{background:#f60;color:#fff;}
.demo li.current i{border-color:transparent transparent transparent #f60;}
.demo a{color:#fff;}
.demo a:hover{ color:#fff; }

/*pay*/
.payfgh{ border:1px #ccc solid; margin-top:10px; margin-bottom:15px; padding-bottom:18%;}
.paymentas{ float:left; width:280px; margin-left:15px;}
.payyou{ background-color:#fefcfb; height:38px; line-height:38px; font-size:14px; border-bottom:1px #fe0000 solid; padding-left:15px; font-family:"微软雅黑"; margin-bottom:15px;}
.paymount{ float:right; width:860px; margin-right:15px;}
.paymount h4{ font-size:18px; line-height:45px; border-bottom:2px #ff6c00 solid; padding-left:10px; margin-bottom:20px;}
.fapi h3{font-size:18px; margin-bottom:15px;}
.mony{ text-align:right; font-size:14px; line-height:24px;}
.mony span{ font-size:20px; color:#f67000; line-height:40px; font-weight:bold; }
.now{ float:right; margin-top:15px;}
.yuee{ height:40px; line-height:40px; border-bottom:1px #ccc dashed; font-size:16px; margin-bottom:20px;}

.bhfh{   }
.bhfh a{idth:155px; height:40px; display:block;border:1px #ccc solid; background:none; }
.bhfh a:hover{width:155px; height:40px;display:block; background: url(../images/duig.png); background-repeat:no-repeat; background-position:right bottom; border:1px #3ea9e7 solid}
.bhfh li{ float:left; margin-left:15px; margin-bottom:15px;width:157px; height:42px; text-align:center;}
.plan_ban{ text-align:center; margin:0 auto;}
.online h3{ line-height:24px; font-size:12px; color:#333; background-color:#fffcf5; border:1px #f7dbd1 dashed; padding:10px;}
.tsf td{ padding-left:10px;padding-right:10px;}
.tsf { font-size:14px; line-height:30px; font-family:"微软雅黑"; color:#555; margin-bottom:15px;}
.zhangh{ height:40px; line-height:40px; font-size:16px; margin:10px auto;}
.water{ float:left; width:43%; margin:15px auto; margin-left:4%;}
.hao{ width:210px;}
.weipay{ margin-left:20px;}
/*订单完成*/


.yourtext{ padding:15px; padding-left:80px; line-height:24px;}
.yourtext h4{ font-size:14px; margin-bottom:5px;}
.check{ float:left;line-height:26px; margin-left:20px;margin-top:30px; color:#333}
.check a{ color:#333;}
.check a:hover{ color:#f67000; text-decoration:underline;}
.conuti{ float:left; margin-left:40%; margin-top:30px;}
/*完善订单信息(增加修改过)*/
.haye{ border:1px #ccc solid; position:relative;}
.haye h3{ background-color:#fbf7e3; line-height:40px; height:40px; padding-left:20px; border-bottom:1px #e3e3e3 solid;}
.dilei{ background:none; border:none; width:90px; height:40px; border:1px #ccc solid; line-height:40px; background-color:#e7f3fb;}
.hacv{ border:1px #ccc solid; margin:15px; padding:15px; background-color:#fff; position:relative;}
.hacv li { width:90px; height:40px; line-height:40px; float:left; border:1px #ccc solid; text-align:center; margin-left:10px; margin-bottom:10px;}
.hacv li a{ display:block; color:#333; background-color:#e7f3fc;}
.hacv li a:hover{ display:block; color:#fff; background-color:#36a7e9;}
.hacv li a.hover{ display:block; color:#fff; background-color:#36a7e9;}
.hacv p{ float:left; font-size:14px; line-height:40px; padding-left:105px;}
.hacv ul { float:left; width:960px;}
.xuanze{ margin:15px; position:relative;}
/*完善订单信息(end)*/
.erji{ float:left; width:49%;overflow:hidden;  border:1px #ccc solid; padding:2px;}
.sanji{ float:right;width:49%;height:655px; overflow-y:scroll; border:1px #ccc solid; background-color:#fdfcfc}
.menu_list{margin:0px auto; font-size:14px; height:585px;overflow-y:scroll;}
.menu_head{height:47px;line-height:47px;padding-left:38px;font-size:16px;color:#525252;border-bottom:1px solid #c0c0c0;cursor:pointer;border:1px solid #e1e1e1;position:relative;margin:0; background-color:#f1f1f1; margin-bottom:10px;}
.menu_list .current{ background-color:#35a7e9; color:#fff;}
.menu_body{height:238px; overflow-y:scroll;line-height:38px;backguound:#fff;}
.menu_body a{display:block;height:38px;line-height:38px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{text-decoration:none;}
.erji h5{ height:50px; line-height:50px; background-color:#0f7fb3; color:#fff; margin-bottom:15px; text-align:center; font-size:18px; font-weight: normal;}
.litte{ margin:15px;}
.litt_top{ font-size:14px; color:#ff9000; height:35px; line-height:35px; border-bottom:1px #ccc dashed; margin-bottom:15px;}
.litt_top span{ float:right;}
.litte li { float:left;text-align:center; background-color:#e7f3f9; margin-bottom:10px; margin-right:10px; line-height:40px; position:relative}
.litte li a{ display:block; color:#333; padding:0px 10px;height:40px;border:1px #ccc solid; }
/* .litte li a:hover{ display:block;color:#333; padding:0px 10px;height:40px; background: url(../images/duig.png); background-repeat:no-repeat; background-position:right bottom;border:1px #3ea9e7 solid;} */
.litte ul{ /*height:150px;*/ overflow-y:hidden; margin-bottom:10px; padding-top:10px;}
.litte li span{position: absolute; right:-5px; top:-20px; cursor:pointer}



.information{ border:1px #ccc solid; margin-top:15px; margin-bottom:20px;}
.information h3{ line-height:40px; height:40px; padding-left:15px; background-color:#fbf7e3; border-bottom:1px #e9e9e9 solid;}
.build{ margin:20px;}
.build li { float:left; color:#333; font-size:14px; margin-right:20px;}
.build a{ color:#333;}
.build a:hover{ color:#333;}
.build div:hover{    cursor: pointer;}
.blueButton:hover {color:#fff; text-shadow:0 -1px rgba(34,25,25,0.3);}
.blueButton:active {color:#333; text-shadow:0 -1px rgba(34,25,25,0.6);}


.background{position:fixed;_position:absolute;z-index:998;top:0px;left:0px;width:100%;_width:expression(document.documentElement.clientWidth);height:100%;_height:expression(document.documentElement.clientHeight);background:rgb(50,50,50);background:rgba(0,0,0,0.5);}

.webox{position:fixed;_position:absolute;z-index:999;border:solid 1px #ccc;_background:#444;background:rgba(0,0,0,0.3);-moz-border-radius-top-left: 7px;
-moz-border-radius-top-right: 7px;
-khtml-border-radius-top-left: 7px;
-khtml-border-radius-top-right: 7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
border-bottom-top-radius: 7px;
border-bottom-top-radius: 7px;}
.webox #inside{background-color:#FFFFFF;height:240px;-moz-border-radius-top-left: 7px;
-moz-border-radius-top-right: 7px;
-khtml-border-radius-top-left: 7px;
-khtml-border-radius-top-right: 7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
border-bottom-top-radius: 7px;
border-bottom-top-radius: 7px;}
.webox #inside h1{-moz-user-select:none;
-webkit-user-select:none;
position:relative;display:block;margin:0;padding:0;
font-size:16px;line-height:50px;height:50px; text-align:center;font-family:Arial;background:#2ea7e1;font-weight:normal;cursor:move;color:#fff; -moz-border-radius-top-left: 7px;
-moz-border-radius-top-right: 7px;
-khtml-border-radius-top-left: 7px;
-khtml-border-radius-top-right: 7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
border-bottom-top-radius: 7px;
border-bottom-top-radius: 7px;}

.webox #inside h1 a{position:absolute;display:block;right:6px;margin-top:6px;top:5px;font-size:14px;background-image:url(../images/close.fw.png);background-repeat:no-repeat;background-position:center top;width:30px;height:30px;cursor:pointer;display:inline-block;}
.webox #inside h1 a:hover{background-position:center bottom;}

.mainlist{ font-size:14px; margin-top:20px;}
.mainlist td{ padding:8px;}
.shuom{ border-radius:8px; background-color:#f3f3f3; padding:px;}
.shuom p{ line-height:20px; font-size:12px; font-family:"宋体"}
.biee{ width:200px;}
.xiaih{background-color:#f9f9d8; border-radius:4px; width:67px; height:30px; line-height:30px; color:#777; padding-left:8px; border:none; border:1px #ccc solid;}
.please{ width: 80%; margin:30px auto 30px auto;height: 100px; text-align:center; line-height: 100px; background-color: #ECFAFF;font-size: 14px; color: #828282;}
.blueerz{ background-color:#2ea7e1; border-radius:4px; padding:15px; margin:15px; line-height:24px; color:#fff;}
.book{ background-color:#f5f5f5; height:250px; margin-top:15px; margin-bottom:20px;}
.book ul{ width:70%; margin:0 auto;}
.book li { float:left; margin-right:30px; margin-top:15px; width:155px;}
.book img{ border:1px #ccc solid; }
.look{ display:block; background:none; border:none; text-align:center; width:90px;line-height:32px; background-color:#ff9600; border:1px #ccc solid; color:#fff; font-size:14px; margin:10px auto;}
.quxiao{ background:none; border:none; width:100px; background-color:#cacaca; font-size:14px; color:#fff; margin:0 auto; text-align:center;height:26px; line-height:26px; margin-top:15px;
-webkit-transition-property:background;
                        -webkit-transition-duration:1s;
                        -webkit-transition-timing-funcion:linear;
                        
                        -moz-transition-property:background;
                        -moz-transition-duration:1s;
                        -moz-transition-timing-funcion:linear;
                        
                        -o-transition-property:background;
                        -o-transition-duration:1s;
                        -o-transition-timing-funcion:linear;
                        
                        -ms-transition-property:background;
                        -ms-transition-duration:1s;
                        -ms-transition-timing-funcion:linear;
                        
                        transition-property:background;
                        transition-duration:1s;
                        transition-timing-funcion:linear;}

.quxiao:hover{ background:#b9b9b9; border:none; color:#fff;}
.quxiao a{ color:#555!important;}

.content-mod {  width: 100%;  margin-top:20px  }
.content-mod .search-wrap-mod {width: 930px;  float: left;  background: #fff;font-size:12px;}
.content-mod .sidebar-mod{float: right;width: 255px;}

/*search-list-hd*/
.search-list-hd {  height: 38px;  line-height: 38px;  border: 1px solid #e7e7e7;  background: #fbfbfb;padding-left: 10px;}
.search-list-hd h3 {  float: left;  padding-left: 10px;  font-size: 16px;  color: #f5584c;  font-weight: normal  }
.search-list-hd .f-fl a {  display: block;  float: left;  height: 23px;  line-height: 23px;  overflow: hidden;  padding: 0 15px; margin: 8px 10px 0; border: 1px solid #ddd;background-color: #fff;border-radius: 15px;cursor: pointer; }
#orderdefault{ color:#ff7700; border:1px #ff7700 solid;}

/*main_content*/
.list_content{ margin:20px auto;}
.list_content ul li{ padding:10px;float: left; width:430px; height: 168px; border: 1px solid #ccc;}
.list_content ul li:nth-child(odd){float: left;}
.list_content ul li:nth-child(even){float: right;}

.list_content ul li:hover{border-color: #ff7700;box-shadow: 0 1px 5px 2px rgba(0, 0, 0, .1);}
.list_content_item_left{float: left;}
.list_content_item_img { border:1px #ccc solid; padding:1px;}
.bdsharebuttonbox{ margin-top:7px; }

.list_content_item_right{float:right; width:280px; height: 169px; position: relative;}
.list_content_item_right h4{ display:block; font-size:16px; line-height:30px;}
.list_content_item_right p {  display:block;font-size:12px; line-height:18px; margin:5px auto; color:#444;}
.yuyue{ margin-top:18px!important;}
.yuyue a{ padding:5px 10px; width:70px; text-align:center; height:30px; line-height:30px; color:#ff7700; border:1px #ff7700 solid;}
.yuyue a:hover{ padding:5px 10px;width:70px; text-align:center; height:30px; line-height:30px; color:#fff; border:1px #ff7700 solid; background-color:#ff7700}
.yuyue span{ float:right; line-height:30px;}
.yuyue span b{ color:#ff7700}

.m-page2{width:100%;float:left;font-size:12px;color:#999;text-align: center;line-height: 32px;word-wrap: normal;white-space: nowrap; margin:20px auto;}
.m-page2 a,.m-page2 b{margin-left: 3px;padding:5px 10px;border:1px solid #e8e8e8;font-size:12px;display: inline-block;display:inline;vertical-align:top;background:#fff; color:#333; font-weight:normal;}
.m-page2 b{background:#fe611c;border-color: #fe611c;color:#fff}
.m-page2 a:hover,.m-page2 b:hover{background: #fe611c;border-color:#fe611c;color:#fff; text-decoration:none}
.m-page2 #pageNum{border:1px solid #e8e8e8;height:20px;line-height:20px;padding:2px;width:41px; vertical-align:middle; text-align:center;color:#999;font-size:12px}
.m-page2 #goPage{ background:#fff;border:1px solid #e8e8e8;vertical-align:middle;width:72px;font-size:12px;display:inline-block;margin-left:10px; text-align:center;padding:0;height:28px;line-height:28px}
.m-page2 #goPage:hover{ background:#fe611c;color:#fff;border-color:#fe611c}
.m-page2 .RU-pagedisabled{color:#bbb;border-color:#e8e8e8; background:#fff}
.m-page2 .RU-pagedisabled:hover{ background:#fff;cursor:default;color:#bbb;border-color:#e8e8e8;}
.m-page2 em{margin-right:8px;letter-spacing:0;height: 34px;line-height: 34px;margin-left:3px;display:inline-block;}
.m-page2 .num{margin-right:14px;color:#cacaca}
.m-page2 .num:hover{background:#fff;border-color:#e8e8e8;color:#333}
/*成交记录*/
.bs1_top{width:100%;height:40px;background-color:#efefef;}
.bs1_top ul{width:100%;height:100%;}
.bs1_top ul li{float:left;width:20%;text-align:center;font-size:12px;height:100%;line-height:40px;}
.cjjl{width:100%;border-bottom:1px solid #ddd;}
.cjjl ul{width:100%;}
.cjjl ul li{float:left;width:20%;text-align:center;font-size:12px;}

/*评价*/
.pingjia{width:96%;height:70px;border-bottom:1px solid #ddd;padding:20px 2% 18px;}
.pingjia .left{float:left;width:15%;height:100%;}
.pingjia .left .time{font-size:12px;margin-top:10px;}
.pingjia .center{float:left;width:70%;height:100%;margin-right:4%;margin-left:5%;}
.pingjia .right{float:left;width:6%;height:100%;}
.pingjia .right .r-1{text-align:center;margin-bottom:5px;}
.pingjia .right img{border-radius:50%;width:30px;}
.grade-star{background-image:url(../images/commentsListIcons1.png);background-repeat: no-repeat;height: 22px;width: 85px;}
.g-star1{background-position:-68px 0;}
.g-star2{background-position:-51px 0;}
.g-star3{background-position:-34px 0;}
.g-star4{background-position:-17px 0;}
.g-star5{background-position:0px 0;}
.pj_fy{clear: both;content: ".";display: block;height:50px;}
.ui-page{float:right;padding-bottom:25px;padding-top: 15px;}
.ui-page a {background-color: #f7f7f7;background-image: linear-gradient(to bottom, #f7f7f7 0px, #f3f2f2 100%);border: 1px solid #ddd;border-radius: 2px;color: #333;display: inline-block; margin-left: 3px;padding: 4px 1.2em;vertical-align: middle;}
.ui-page .ui-page-curr{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 0 none;color: #e33b3d;cursor: default;font-weight: 700;}
.ui-page .pg-crumb{border:none;background-color:#ffffff;background-image:none;}
/*服务顾问腾出框*/
.serviceContant{position:absolute;width:155px;background-color:white;height:200px;right:187px;top:75px;*top:92px;*right:195px;overflow: auto;overflow-x:hidden}
.serviceContant .serviceItem{width:200px;height:30px;line-height:30px;margin-top:2px;padding-left:25px;border:1px solid #787878;text-align:left;cursor:pointer;color:#787878;}
.serviceContant .serviceItem:hover{background-color:#4daeed;color:#ffffff;}

.pay_button{border:none;background:none;color:#fff;cursor:pointer;}
.qing_hovv1{width:90px; height:30px; line-height:30px; border:1px #ccc solid; text-align:center;background:url(../images/duig.png)no-repeat right bottom!important;background-image:url(../images/duig.png)\9; background-repeat:no-repeat\9; color:#000;background-position-y:bottom\9;background-position-x:right\9;background-color:#fff;}
.bhfh .bhfh_image{width:155px; height:40px;display:block; background-image: url(../images/duig.png); background-repeat:no-repeat; background-position:right bottom; border:1px #3ea9e7 solid}

.build_done i{ font-size:18px; margin-left:10px;}
.build_done{margin-top: 30px;margin-bottom: 30px;}
.build_done table tr td{height:40px;}
/*print(start)*/
.print{width:794px;height:1123px;border:1px solid #ccc;margin:20px auto;}
.print_content{width:649px;height:978px;border:1px solid #ccc;margin:0 auto; margin-top:72px;}
.print_content h2{ text-align:center; font-size:38px; margin:20px auto;}
.print_content p{ margin:10px auto; font-size:16px; line-height:30px; margin-bottom:20px;}
.print span{ border-bottom:1px #555 solid; margin:0 8px;}
.print_chooseone{ float:left; width:49%; font-size:14px;}
.print_chooseone li{ margin-bottom:6px; line-height:25px;}
.print_choosetwo{ float:right; width:49%}
.print_line{ height:26px; line-height:26px;border-bottom:1px #555 solid; float:left; width:200px; margin:0 8px;}
.print_table{ margin-top:20px;}
/*print(end)*/
/*buy(star)*/
.buy_detail { float:left; width:640px; color:#333;}
.buy_pro img{ float:left; margin-right:25px;}
.buy_detail h4{ font-size:20px; height:45px; line-height:45px;}
.buy_price span{ font-size:16px; color:#f00}
.buy_sbbh{ line-height:24px; margin:10px 0;}
.buy_pro{ margin:20px;}
.reduceBtn{ background:none; border:none; float:left;height:32px; line-height:32px; width:30px; background-color:#eee; border-radius:0; font-size:16px;border-bottom:1px #ccc solid; border-left:1px #ccc solid; border-top:1px #ccc solid; }
.amountInputBox{float:left;background:none; border:none; border-top:1px #ccc solid;border-bottom:1px #ccc solid;  margin:0; padding:0; height:30px; line-height:30px;width:80px; text-align:center;}
.adds{border:none; border-bottom:1px #ccc solid; border-right:1px #ccc solid; border-top:1px #ccc solid;}
.buy_three{ margin:15px 0;}
.demo_reject{background:#37a8ea;position:relative; margin-bottom:15px;}
.demo_reject ul{height:64px;overflow:hidden;color:#fff;}
.demo_reject li{float:left;width:300px;text-align:center;position:relative;z-index:2;font-size:18px;line-height:64px; height:64px;}
.demo_reject li em{position:absolute;right:-48px;top:-16px;width:0;height:0;line-height:0;border-width:48px 0 48px 48px;border-color:transparent  transparent transparent #fff;border-style:dashed dashed dashed solid;}
.demo_reject li i{position:absolute;right:-32px;top:0;width:0;height:0;line-height:0;border-width:32px 0 32px 32px;border-color:transparent  transparent transparent #37a8ea;border-style:dashed dashed dashed solid;}
.demo_reject li.current{background:#f60;color:#fff;z-index:1;}
.demo_reject li.current i{border-color:transparent transparent transparent #f60;}
.demo_reject a{color:#fff;}
/*buy(end)*/

/*reject_fushen(start)*/
.reject{ margin-bottom:20px}
.reject span{ color:#f00;}
.reject i{ font-size:14px; color:#333;}
.reject i:hover{ color:#f60; border:none;}
.reject { line-height:24px; font-size:14px; margin-top:30px;}
.tui_re{ width:110px;}
.reject_pay{ margin-right:10px; float:left;background:none; border:none; width:100px; background-color:#f27504; font-size:14px; color:#fff;text-align:center;line-height:26px;
-webkit-transition-property:background;
                        -webkit-transition-duration:1s;
                        -webkit-transition-timing-funcion:linear;
                        
                        -moz-transition-property:background;
                        -moz-transition-duration:1s;
                        -moz-transition-timing-funcion:linear;
                        
                        -o-transition-property:background;
                        -o-transition-duration:1s;
                        -o-transition-timing-funcion:linear;
                        
                        -ms-transition-property:background;
                        -ms-transition-duration:1s;
                        -ms-transition-timing-funcion:linear;
                        
                        transition-property:background;
                        transition-duration:1s;
                        transition-timing-funcion:linear;}

.reject_pay:hover{ background:#c95f00; border:none; color:#fff!important;}
.reject_pay a{ color:#fff!important;}
.reject_take{background-color:#ce9c6e;}
.reject_take:hover{background-color:#9b9b9b;}
.reject_line { border:1px #ccc solid; margin-bottom:20px; min-height:500px;}
.reject_pp{background-color: #fbf7e3;
line-height: 40px;
height: 40px;
padding-left: 20px;
border-bottom: 1px #e3e3e3 solid; font-size:14px;}
.reject_tishi{ width:94%; margin:20px auto; background-color:#f1f9fd; line-height:24px; font-size:12px;border:1px #eee solid; padding:15px; color:#555;background-image:url(../images/dog1.jpg);background-repeat:no-repeat;background-position:right bottom;}
.reject_tishi p{ font-size:12px;}
.reject_tishi h3{ color:#f60; font-size:14px; margin-bottom:8px;}
.luru{ margin:0 auto;background:none; border:none; width:54px; background-color:#f27504; font-size:12px; color:#fff;text-align:center;line-height:20px; 
 border-radius:4px;
-webkit-transition-property:background;
                        -webkit-transition-duration:1s;
                        -webkit-transition-timing-funcion:linear;
                        
                        -moz-transition-property:background;
                        -moz-transition-duration:1s;
                        -moz-transition-timing-funcion:linear;
                        
                        -o-transition-property:background;
                        -o-transition-duration:1s;
                        -o-transition-timing-funcion:linear;
                        
                        -ms-transition-property:background;
                        -ms-transition-duration:1s;
                        -ms-transition-timing-funcion:linear;
                        
                        transition-property:background;
                        transition-duration:1s;
                        transition-timing-funcion:linear;}

.luru:hover{ background:#c95f00; border:none; color:#fff!important;}
/*reject_fushen(end)*/

/*order(start)*/
.order_news{ width:100%; margin:0 auto; margin-top:30px;}
.order_news span{ color:#F33}
.order_news h3{ line-height:30px; height:30px; font-size:18px; font-weight:normal; border-bottom:3px #2ea7ed solid; padding-left:15px;}
.order_detail{ border-left:1px #ccc solid;border-right:1px #ccc solid;border-bottom:1px #ccc solid;}
.order_weight{background:url(../images/orderbg.jpg) repeat-x; height:41px; line-height:41px; font-size:14px;}
.order_weight li{ float:left; padding:0 15px;}
.order_fefdfd { background-color:#fefdfd; height:35px; padding-top:15px;}
.order_fefdfd li { float:left; padding:0 15px; padding-bottom:15px;}
.order{ margin-bottom:30px;}

/*订单完成（start）*/
.done{ border:1px #ccc solid; background-color:#fdfcfa; padding:15px; margin-bottom:20px;}
.yes{font-size:14px; width:680px; margin:0 auto; margin-top:60px;  line-height:61px; text-align:center;}
.yes_done{ width:60%; margin:0 auto;background: url(../images/done.png); background-repeat:no-repeat; background-position:left center; font-size:36px; display:block; color:#ff5a00; padding-left:20px;}
.yes_done p{ font-size:14px; color:#444; line-height:24px;}
/*订单完成（end）*/
/*支付完成（start）*/
.pay_done{width:680px; margin:0 auto;background: url(../images/done.png); background-repeat:no-repeat; background-position:left top; margin-top:60px;  display:block; padding-left:80px; font-size:14px; line-height:35px;}
.pay_done span{font-size:36px;color:#ff5a00; }
.listt{width:680px;margin:0 auto; line-height:35px; margin-top:20px; font-size:14px; color:#646464; padding-left:80px;}
.listt span{ color:#171717; margin-right:15px;}
.tishi{ border:1px #ccc solid;background: url(../images/dog.jpg); background-repeat:no-repeat; background-position:left center; height:117px; background-color:#f5fbfe; margin-bottom:20px;}
/*支付完成（end）*/


/*add by huangzicheng*/
.overlay {background:#000; opacity:0.5; position:fixed; left:0; top:0; width:100%; height:100%; z-index:101;filter:alpha(opacity=50);}
.ck_viwewid{ width:540px; height:700px; background:#fff;position:absolute; top: 1400px; left:50%; margin:0px 0 0 -300px; z-index:10005;border-radius: 8px;}
.ck_viweimg{ width:520px; margin:10px auto; text-align:center; position:relative; z-index:10004; }
.ck_viweimg img{ max-height:680px;}
.ck_viwewid .ico_close {
	display:block;
	background:url(../images/close_pop.png) no-repeat center center;
	width:20px;
	height:20px;
	position:absolute;
	right:10px;
	top:10px; z-index:10006;
}
/*品牌基金(start)*/
#jifen{   
height:30px;   
border-bottom:0px;   
padding:0px 5px;   
font-size:12px; 
} 

.list_have{ font-size:12px; text-align:center; margin-bottom:10px; color:#888; font-family:"宋体"}
.jifen_box{ width:280px; float:right;  
line-height:20px;   
text-align:left;    
font-weight:normal;border:1px #ddd solid; background-color:#f8f8f8; position:absolute; right:0; bottom:30px;
}  
.list li { line-height:24px; color:#666; margin-bottom:10px;}
.list_jifen{ background-color:#fbfbea; height:35px; line-height:35px; border-bottom:1px #eee solid; color:555; font-size:13px; padding:0 3px 0 8px; }	 
.list_jifen a{ float:right; padding-right:10px;}
.list{ height:150px; overflow-y:scroll;border-bottom:1px #eee solid; margin:0 10px;font-size:13px;}
.list ul{ margin:10px 20px; }
.use{background:none; border:none; width:80px; background-color:#f27504; font-size:12px; color:#fff;text-align:center;line-height:23px;
-webkit-transition-property:background;
		-webkit-transition-duration:1s;
		-webkit-transition-timing-funcion:linear;
		
		-moz-transition-property:background;
		-moz-transition-duration:1s;
		-moz-transition-timing-funcion:linear;
		
		-o-transition-property:background;
		-o-transition-duration:1s;
		-o-transition-timing-funcion:linear;
		
		-ms-transition-property:background;
		-ms-transition-duration:1s;
		-ms-transition-timing-funcion:linear;
		
		transition-property:background;
		transition-duration:1s;
		transition-timing-funcion:linear;}

.use:hover{ background:#c95f00; border:none; color:#fff!important;}
.use a{ color:#fff!important;}
/*品牌基金(end)*/
/*授权选择（start）*/
.sq_button{ position:absolute; top:0px; left:-70px;}
.sq_choose{ background:none; border:none; width:60px; height:153px; background-image:url(../images/sq_button.png); background-repeat:no-repeat; cursor:pointer; }
.sq_choose:hover{ margin-left:1px; margin-bottom:1px;}
.sq_pic{background-image:url(../images/sq_pic.jpg); background-repeat:no-repeat; width:1198px; height:787px; position:absolute; top:42px; left:0; z-index:10;opacity:0.9;
filter:"alpha(opacity=90)";
-ms-filter:"alpha(opacity=90)"; /* 旧版IE */}
.sq_refre{ position:absolute; bottom:180px; left:160px; font-size:14px;}
.sq_reply{position:absolute; bottom:180px; left:270px;
ackground:none; border:none; width:100px; background-color:#d7d6d6; font-size:14px; color:#444;text-align:center;line-height:23px;
-webkit-transition-property:background;
		-webkit-transition-duration:1s;
		-webkit-transition-timing-funcion:linear;
		
		-moz-transition-property:background;
		-moz-transition-duration:1s;
		-moz-transition-timing-funcion:linear;
		
		-o-transition-property:background;
		-o-transition-duration:1s;
		-o-transition-timing-funcion:linear;
		
		-ms-transition-property:background;
		-ms-transition-duration:1s;
		-ms-transition-timing-funcion:linear;
		
		transition-property:background;
		transition-duration:1s;
		transition-timing-funcion:linear;
}
.sq_reply:hover{ background:#c2c0c0; border:none; color:#444!important; cursor:pointer;}
.sq_reply a{ color:#444!important;}
.infor_shangc{ float:left; margin-right:10px; position:absolute; left:15px; top:-10px; border:1px #e4e3e3 solid;box-shadow:0px 0px 8px #dfdfdf}
/*授权选择（end）*/

.mony1{ text-align:right; font-size:14px; line-height:24px; position:relative;}
.mony1 span{ font-size:20px; color:#f67000; line-height:40px; font-weight:bold; }



.pagination{float:right;margin-top:15px;font-size:14px;}
.pagination a, .pagination span {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0.1em 0.4em;
}
.pagination a {
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    background-color:#f7f7f7
}
.pagination .current {
    background: #26b none repeat scroll 0 0;
    border: 1px solid #aae;
    color: #fff;
}
/*商标工具（start）*/
.lei{ width:898px; float:left; position:relative;}
.sq_tsbutton{ position:absolute; top:0px; left:-70px;}
.sq_tishik{ background:none; border:none; width:60px; height:153px; background-image:url(../images/tools.png); background-repeat:no-repeat; cursor:pointer; }
.sq_tishik:hover{ margin-left:1px; margin-bottom:1px;}
/*商标工具（end）*/
/*我知道了弹出框(start)*/
.tshidden{ position:relative;}
.lei_top{ z-index:1}
.black{ position:fixed;left:0;top:0;z-index:10;height:100%;width:100%; background-color:rgba(0,0,0,0.5);filter:alpha(opacity=50);*background-color:rgb(0,0,0);}

.tshidden{ z-index:20;background: url(../images/bixuan.jpg); background-repeat:no-repeat; color:#fff; width:88px!important; height:38px; border:1px #ccc solid;}
.tshidden a{  color:#fff!important;border:none!important;}
.tshidden a:hover{ color:#fff;}

.tishik{ position:absolute; left:-310px; top:-150px;background: url(../images/tishik1.png); background-repeat:no-repeat; background-position:center center; width:345px; height:179px; z-index:2;}
.tishik a{padding:0; margin:0; border:none!important; float:right; width:86px; height:25px; margin-top:90px;display:block;}

.tishik_a2{position:absolute; left:85px; top:-135px;background: url(../images/tishik2.png); background-repeat:no-repeat; background-position:center center; width:350px; height:188px; z-index:2;}
.tishik_a2 a{padding:0; margin:0; border:none!important; float:right; width:86px; height:25px; margin-top:100px;display:block;}

.tishik_a3{position:absolute; left:-330px; top:-20px;background: url(../images/tishik3.png); background-repeat:no-repeat; background-position:center center; width:328px; height:174px; z-index:2; }
.tishik_a3 a{padding:0; margin:0; border:none!important; float:right; width:86px; height:25px; margin-top:80px;display:block;}

/*.tshidden p{ display:none;}
我知道了弹出框(end)*/

.chuc{ background:none; border:none; width:85px;color:#fff; font-size:12px; background-color:#f27504; border:1px #d96b07 solid; margin-left:5px; border-radius:3px; height:26px;cursor:pointer;}
.top_banner img{margin:0;padding:0px;width:100%;height:100%;}
/*客服代码部分*/
.qqserver .qqserver-header:after,.qqserver .qqserver-header:before,.qqserver li a:after,.qqserver li a:before{display:table;content:' '}
.qqserver .qqserver-header:after,.qqserver li a:after{clear:both}
.qqserver .qqserver-header,.qqserver li a,.tabs,.user-main,.view-category,.view-category-list>li{*zoom:1}
.qqserver{position:fixed;top:50%;right:0;height:209px;margin-top:-100px}
.qqserver.unfold .qqserver-body{right:0}
.qqserver .qqserver-body{position:absolute;right:-144px;width:122px;height:120px;padding:12px 10px;-webkit-transition:.3s cubic-bezier(.19,1,.22,1);-o-transition:.3s cubic-bezier(.19,1,.22,1);transition:.3s cubic-bezier(.19,1,.22,1);border:1px solid #62b651;border-radius:4px;background:#f4f7fa}
.qqserver .qqserver_fold{position:absolute;right:0;padding:14px 7px;cursor:pointer;border-top-left-radius:4px;border-bottom-left-radius:4px;background:#70ca5d}
.qqserver .qqserver-header{padding-bottom:10px;padding-left:6px;border-bottom:1px dashed #d1d4cc}
.qqserver .qqserver-header *{float:left}
.qqserver .qqserver_arrow{margin-top:-1px;margin-left:7px;cursor:pointer}
.qqserver li{margin-top:6px}
.qqserver li a{display:block;padding:6px 12px 4px}
.qqserver li a div{font-size:14px;float:left;margin-right:11px;color:#697466}
.qqserver li a span{font-size:12px;line-height:18px;float:left;text-indent:4px;color:#fff}
.qqserver li a span.qqserver-service-alert{font-weight:400;display:block}
.qqserver li a:hover{text-decoration:none;border-radius:4px;background:#eaebe9}
.qqserver li a:hover div{color:#62b651}
.qqserver .qqserver-footer{margin-top:10px;padding-top:14px;padding-bottom:14px;padding-left:11px;border-top:1px dashed #d1d4cc}
.qqserver .qqserver-footer .text-primary{color:#70CA5D;font-size:14px;}
.qqserver .qqserver_icon-alert{display:inline-block;margin-right:10px;vertical-align:-3px;*display:inline;*zoom:1;*vertical-align:-1px}
.qqserver-header div{width:90px;height:18px;background-image:url(../images/backgrounds.32.png);background-position:-419px -80px}
.qqserver_icon-alert{width:16px;height:14px;background-image:url(../images/backgrounds.32.png);background-position:-595px -85px}
.qqserver li a span{width:30px;height:23px;background-image:url(../images/backgrounds.32.png);background-position:-265px 0}
.qqserver li a .qqserver-service-alert{width:30px;height:22px;background-image:url(../images/backgrounds.32.png);background-position:-342px 0}
.qqserver_fold div{width:26px;height:132px;background-image:url(../images/backgrounds.32.png);background-position:0 0}
.qqserver_fold:hover div{width:26px;height:132px;background-image:url(../images/backgrounds.32.png);background-position:-27px 0}
.qqserver_arrow{width:18px;height:18px;background-image:url(../images/backgrounds.32.png);background-position:-435px 0}
.qqserver_arrow:hover{width:18px;height:18px;background-image:url(../images/backgrounds.32.png);background-position:-435px -38px}
.picsee{padding:200px 0 55px 380px;position:absolute;background:url('/Public/images/picsee.png') no-repeat center center;left:-370px;top:-320px;z-index:12;}
.picsee button{display:block;width:80px;height:25px;cursor:pointer;background:none;border:none;}
.floatdo{height:120px; width:100%; background-color:#000; background-color: rgba(0, 0, 0, 0.7); position: fixed; bottom:0; color:#fff;}
.floatdo img { float:left; width:330px; margin-top:-48px;}
.floatdo p{ line-height:120px; float:right; font-size:16px;}
.floatdo span{ color:#fcff00; font-size:24px;}
.floatpay{background:none; border:none; text-align:center; width:90px;line-height:26px; background-color:#ff6500; color:#fff; font-size:14px; margin-left:20px;}
.floatred a{color:#f00!important;border:1px #f00 solid!important; background-color:#fdfbf1!important }

.litshi{ margin:1px;height:35px; line-height:35px; background:#def3fa; padding:0 20px; color:#f00;font-size: medium;}
/*商标类型弹窗*/
.top3{ width:100%; overflow:hidden; margin:0 auto;}
.cen3{ width:100%; overflow:hidden; margin:0 auto;}
.bottom3{ width:100%; overflow:hidden; margin:0 auto;}
.sy{ background:url(../images/sy.png) repeat center 30px;position: absolute; top: 0%; left: 0%; width: 100%; z-index:1001; -moz-opacity: 0.7; opacity:.70; filter: alpha(opacity=70);}
#sb_type_tc{position:absolute;top:0px;left:0px;z-index:100;}
.sb_type_sc{position:fixed;top:10px;right:20px;z-index:120;}
