﻿@charset "utf-8";
/**************
 public.css Document
 Author:james;
 Edited Time:2013-11-06;
 Updated By:james;
 Updated Time:2013-11-07;
 Website:http://www.diyou.cn 
***************/
body{ height:100%; background: #f0f0f0;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, a, blockquote, th, td {margin: 0;padding: 0;}
body, input, button, select, textarea, th, td,div {color: #666666;font-family: "Microsoft YaHei","tahoma","arial","sans-serif";font-size: 12px;line-height: 1.5;}
input{border:none;outline:none}
h5{font-size:12px;}
img{ border:none;}
ul{ list-style-type:none}
a{ color:#ccc; text-decoration:none;outline:none;}
a:active{star:expression(this.onFocus=this.blur());}
a:hover{ color:#e25353;text-decoration:none}
em{font-style:normal}
.conbox{ width:980px; margin:0px auto}
.t5{margin-top:5px}
.t10{ margin-top:10px}
.t15{ margin-top:15px}
.t20{ margin-top:20px}
.t30{ margin-top:30px}
.t40{ margin-top:40px}
.t50{ margin-top:50px}
.t70{ margin-top:70px}
.pb30 { padding-bottom:30px; }
.pb50 { padding-bottom:50px; }
.pt30 { padding-top:30px; }
.pl20 { padding-left:20px; }
.b20{margin-bottom:20px}
.b30{margin-bottom:30px}
.b40{margin-bottom:40px}
.p20{padding:20px!important}
.pt20{padding-top:20px;}
.mt15{margin-top:15px;}
.mt30{margin-top:30px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt40{margin-top:40px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}
.mt10{margin-top:10px;}
.ml5{margin-left:5px!important;}
.cle{clear:both}
.clearb{border-bottom:none!important}
.mr_l0{margin-left:0px!important;}
.mr_l25{margin-left:25px!important;}
.mr_t5{margin-top:5px!important;}
.mr_t10{margin-top:10px!important;}
.mr_t20{margin-top:20px!important;}
.mr_b10{margin-bottom:10px!important;}
.mr_b15{margin-bottom:15px!important;}
.mr_b20{margin-bottom:20px!important;}
.w0{width:0px!important}
.w70{width:70px!important}
.w80{width:80px!important}
.w100{width:100px}
.w120{width:120px!important}
.w140{width:140px!important}
.w180{width:180px!important}
.w200{width:200px!important}
.w220{width:220px!important}
.w235{width:235px!important}
.w260{width:250px!important}
.w350{width:350px!important}
.w400{width:400px!important}
.w500{width:500px!important}
.w600{width:600px!important}
.w750{width:750px!important}
.bor_none{border:none!important}
.bor_bot_none{border:none!important}
.z100{z-index:100}
.z200{z-index:200}
.z300{z-index:300}
.z400{z-index:400}
.z500{z-index:500}
.cle{ clear:both; height:0px; overflow:hidden; line-height:0; font-size:0px;}
.fl{float:left}
.fr{float:right}
.fn_left{display:inline;float:left;}
.fn_rig{display:inline;float:right;}
.fn_cle{zoom:1}
.fn_cle:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;
height: 0;}
.txt_rg{text-align:right!important}
.txt_lf{text-align:left!important}
.txt_cent{text-align:center!important}
.ver_top{vertical-align:top}
.ver_mid{vertical-align:middle}

.hid{display:none!important}
.color0{color: #000!important}
.f_s12{font-size:12px!important}
.f_s14{font-size:14px!important}
.f_s16{font-size:16px!important}
.f_s18{font-size:18px!important}
.f_s20{font-size:20px!important}
.f_s22{font-size:22px!important}

.line_h_35{line-height:35px!important}

.notex{display:inline-block;width:52px;height:25px;border:0;letter-spacing:-3em;
overflow:hidden;}
.notex:first-letter {margin-left:-20em}
.bg_none{background:#fff!important}
.bor_none{border:none!important;}
.box_none{box-shadow:none!important;}

/*颜色*/
.yellow{color:#f9a130;}
.bule{color: #0697DA;}
.f_c1{ color:#F9A130}

/***** dialogs css start *****/
.diyou_dialog{}
.dialog_main{_width:500px ; display:none;  border:2px solid #D2D2D2;  background: #FFF url(images/dialog_tit_bg.gif) repeat-x scroll center top;border-radius:2px; box-shadow:0px 0px 10px #BABABA; position:fixed; left:50%; top:50%; z-index:999999;
	_top:expression(eval(
		document.compatMode && document.compatMode=='CSS1Compat') ?
		documentElement.scrollTop + (document.documentElement.clientHeight- this.offsetHeight)/2 : 
		document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2
	);
}
/*** dialog with title start ***/
.dialog_tit{width:100%;height: 38px;border-radius: 6px 6px 0 0;}
.dialog_tit h2{font: 16px/38px "Microsoft YaHei"; padding-left: 15px;}
.dialog_tit h2 .tit{ font-size: 14px; color: #000; }
.dialog_tit h2 .tit b{ font-size: 18px; font-weight: 100; padding-right: 10px; }
.dialog_tit .close{display: inline-block; width: 36px; height: 27px; position: absolute; top:6px; right:0px; 
background: url(images/dislog_close.png) no-repeat;cursor:pointer}
.dialog_con{ padding:10px; line-height:20px; color:#666666; background:#ffffff; _height:auto !important;overflow-y:auto;}
.dialog_con p{ text-indent:24px;}
.dialog_con .txt{ width: 200px; height: 18px; line-height: 18px; border: 1px solid #e4e4e4; padding: 6px; }
.dialog_con .errs{ border-color: red; color: red; }
/*** dialog with title end ***/

/*** dialog without title start ***/
.dialog_tit_msg{width:100%;height: 38px;}
.dialog_tit_msg .close_msg{display: inline-block; width: 36px; height: 27px; position: absolute; top:6px; right:0px; background: url(images/dislog_close.png) no-repeat;cursor:pointer}
.dialog_warning{ padding:20px 90px 30px; }
.dialog_warning .dialog_warn{font:18px/30px "Microsoft YaHei"}
.dialog_warning .dialog_success{ font: 19px/38px "Microsoft YaHei"; 
background: url(../../images/reg_icon_email.png) no-repeat scroll 0 0 ; padding-left:45px}
.dialog_warning .dialog_error{ font: 19px/38px "Microsoft YaHei"; background:url(../../images/error.gif) 10px 6px no-repeat; padding-left:50px}
.dialog_warning .dialog_loading{font: 19px/38px "Microsoft YaHei"; background:url(images/loading.gif) 10px 13px no-repeat; padding-left:35px}
/*** dialog without title end ***/
.mas_ck{color: #e25353;font-size: 14px}
.dialog_maskLayer{ display:block; width:100%; height:100%; position:absolute; top:0px; left:0px; background:#EAEDEC; opacity:0.6;z-index:99999}
/***** dialogs css end *****/


/***** 测试弹窗的css，后面需要归纳并去掉 dialogs content start *****/
#dialog_test1{display:inline-block;margin:100px 500px;font-size:30px}
#dialog_test2{display:inline-block;margin:100px 500px;font-size:30px}
.dy_serv_agreement{padding:20px 10px}
.dy_serv_agreement .agreement_cont{width:450px;height:240px;padding:5px;overflow-y:scroll;border:1px solid #ccc}
.dy_serv_agreement .agreement_cont h3{margin-bottom:20px;text-align:center}
.dy_serv_agreement .agreement_cont p{text-indent:0em}
/***** test dialogs content end *****/


/***** public pages modules start *****/
.page_box {margin:0 10px;padding: 0 30px;border-top: 1px solid #d5d5d5;overflow: hidden;}
.pagination {font-size: 80%;text-align: center; margin:20px 0px; }  
.pagination a {width: 30px;height: 30px;line-height: 30px;border: 1px solid #d5d5d5;font-size:12px;font-family: "Microsoft YaHei";font-weight:bold;text-align: center;color:#5e6263;
display: inline-block;text-decoration: none;margin-right:8px;}
.pagination a:hover{background:#e25353;color:#fff;text-decoration:none; border:1px solid #e25353;}
.pagination span.current {width: 30px;height:30px;line-height:30px;border:1px solid #e25353;font-size:12px;font-family: "Microsoft YaHei";background:#e25353;
display: inline-block;color:#ffffff;text-align:center;margin-right:8px;}
.pagination .prev, .pagination .next{width: 70px;}
.pagination .current.prev, .pagination .current.next{width: 70px;color:#ffffff;border-color:#E5E4E2;background:#E5E4E2;}
.page_skip{width: 150px;height: 32px;line-height:32px;font-size: 14px;margin: 20px 0px;float:right;}
.page_skip span, .page_skip input{height: 30px;line-height:30px;margin: 0 0 0 10px;padding:0 5px;display: inline-block;float:left;}
.page_skip input[type=text]{ width:25px;height: 18px; line-height: 18px; padding: 5px; border: 1px solid #d5d5d5;}
.page_skip .pageBtn{ width:40px; cursor: pointer; background: #ece9d8; color: #000; }
/***** public pages modules end   *****/



/***** public automail modules start *****/
#mailBox{background:#fff;border:1px solid #ddd;padding:3px 5px 5px;position:absolute;z-index:9999;display:none;-webkit-box-shadow:0px 2px 7px rgba(0, 0, 0, 0.35);-moz-box-shadow:0px 2px 7px rgba(0, 0, 0, 0.35);}
#mailBox p{width:100%;margin:0;padding:0;height:20px;line-height:20px;clear:both;font-size:12px;color:#ccc;cursor:default;}
#mailBox ul{padding:0;margin:0;}
#mailBox li{font-size:12px;height:22px;line-height:22px;color:#939393;font-family:'Tahoma';list-style:none;cursor:pointer;overflow:hidden;}
#mailBox .cmail{color:#000;background:#e8f4fc;}
/***** public automail modules end   *****/


/***** 设置交易密码 modules start *****/
.dy_set_pwd{position:relative}
.dy_set_pwd .set_pwd_link{position:absolute;top:0px;left:5px;font:16px/34px "Microsoft YaHei";color:#f9a130;text-decoration:underline}
/***** 设置交易密码 modules end   *****/


/***** fancybox modules start created by james 2013-12-24 *****/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(images/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(images/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/***** fancybox modules start *****/

/***** qq service start *****/
.qq_service_min {display: none; position: fixed; right: 1px;top:150px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop)+150);}
.qq_service_min a {background: url("images/sprites.png") no-repeat scroll 0 0 transparent;color: #FFFFFF !important;display: block;height: 65px;line-height: 110%;padding: 46px 5px 0;text-align: center;text-decoration: none !important;width: 18px;}
.qq_service {width: 130px;position: fixed;z-index:1000;right: 1px;top:150px;display: block;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop)+150);}
.qq_service .close {background: url("images/sprites.png") no-repeat scroll -29px 0 transparent;color: #FFFFFF !important;display: block;height: 31px;line-height: 31px;padding-left: 22px;text-decoration: none !important;}
.qq_service .container {background:#FFFFFF;border-color: #E3E3E3;border-style: solid;border-width: 0 1px;padding: 1px 0;text-align: center;}
.qq_service .container {border-style: solid;text-align: center;}
.qq_service .qq {padding: 7px 0 6px;}
.qq_service .qqtitle {line-height: 200%;}
.qq_service .qq .btn {padding-top: 4px;}
.qq_service .qq .btn li {padding-left:15px;}
.qq_service .qq .btn a {color: #1A649D;height: 23px;line-height: 23px;float:left;display: inline;margin-bottom: 5px;}
.qq_service .qq .btn a img{margin-right:5px}
.qq_service .qqtel {background: url("") repeat-x scroll 0 100% transparent;padding-bottom: 14px;}
.qq_service .qqtel .qqcontent {color: #FF6600;font-size: 117%;font-weight: bold;line-height: 130%;letter-spacing:0;}
.qq_service .myqqlink {background:#0697da;color: #FFFFFF !important;display: block;height: 40px;line-height: 40px;text-align: center;text-decoration: none !important;}
h3.qqtitle {margin:0;padding:0;}
/***** qq service end  *****/


@font-face {font-family: "iconfont";
  src: url('icofonts/iconfont.eot'); /* IE9*/
  src: url('icofonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('icofonts/iconfont.woff') format('woff'), /* chrome、firefox */
  url('icofonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('icofonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xinshoushanglu:before { content: "\e612"; }
.icon-weixin:before { content: "\e600"; }
.icon-gonggao:before { content: "\e601"; }
.icon-chevron-down:before { content: "\e610"; }
.icon-xinlang:before { content: "\e602"; }
.icon-QQqun:before { content: "\e603"; }
.icon-android:before { content: "\e604"; }
.icon-iphone:before { content: "\e605"; }
.icon-bbgsousuo:before { content: "\e611"; }
.icon-dianhua:before { content: "\e606"; }
.icon-shexiangji:before { content: "\e607"; }
.icon-daohangliebiao:before { content: "\e608"; }
.icon-chanpinliebiaoxialazhankai2img:before { content: "\e609"; }
.icon-21shuaxin:before { content: "\e60a"; }
.icon-youxiang:before { content: "\e60b"; }
.icon-qq:before { content: "\e60c"; }
.icon-iconxinshouzhinan:before { content: "\e613"; }
.icon-txweibo:before { content: "\e60d"; }
.icon-xinshoushanglu1:before { content: "\e614"; }
.icon-shangcixiugaishijian:before { content: "\e60e"; }
.icon-xin:before { content: "\e60f"; }
.icon-blank:before { content: "\e615"; }
.icon-qian:before { content: "\e616"; }