body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, img, div, dl, dt, dd{margin:0;padding:0;border:0;}
ul, ol, li{list-style-type:none;}
hr{height: 1px; margin: 10px 0; border: 0; background-color: hsl(var(--my_color_d), var(--my_color_e25), 89%); clear: both;}
body {
	background:hsl(var(--my_color_d), var(--my_color_e), 100%);
	color: #444;
	font-family:SimSun, SimSun, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft YaHei", "微软雅黑", arial, Tahoma, SimSun, sans-serif!important;
	font-size: 12px;line-height: 24px; 
	font-weight: normal;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
min-width: 320px;
}
body::-webkit-scrollbar {width:4px;margin-right:-2px;opacity:0;}
body::-webkit-scrollbar-track {background: hsl(var(--my_color_d), var(--my_color_e75), 90%);}
body::-webkit-scrollbar-thumb {background-color:hsl(var(--my_color_d), var(--my_color_e75), 60%);background-clip:padding-box;min-height:28px;border-radius: 10px;}
body::-webkit-scrollbar-thumb:hover {background-color:hsl(var(--my_color_d), var(--my_color_e75), 80%);background-clip:padding-box;min-height:28px;border-radius: 10px;}

textarea {-webkit-appearance: textfield;
    background-color: hsl(var(--my_color_d), var(--my_color_e), 98%)!important;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
select {
    border-color: #999 !important;
}
input {
    border-color: #eee !important;
    background-color: hsla(var(--my_color_d), var(--my_color_e), 98%,0)!important;
}
input[type=radio],input[type=checkbox] {
  vertical-align: sub;
  overflow: visible;
  visibility: hidden;
  color: hsl(var(--my_color_d), var(--my_color_e), 55%);
  &:after {
		content: '';
		display: inline-block;
		width: 13px;
		height: 13px;
		border-radius: 50%;
		border: 1px solid hsl(var(--my_color_d), var(--my_color_e90), 45%);
		background: hsl(var(--my_color_d), var(--my_color_e90), 95%);
		visibility: visible;
		font-size:16px;
		margin-top:-2px;
		text-align: center;
		cursor:pointer;
  }
  &:hover:after{ width:14px;height:14px; }
  &:checked::after{
	width:4px;height:4px;border:6px solid hsl(var(--my_color_d), var(--my_color_e90), 45%);
  }
}
button {border: none;}
table{border-collapse:collapse;}
table, tr{border-bottom: 0px solid #ddd;padding:10px;}
.tablee{table-layout:fixed;}
.bg0{background: hsl(var(--my_color_d), var(--my_color_e25), 95%);}
.bg1{background: url(/static/skins/2018/images/bg/tubu.jpg) repeat;}
.bg2{background: url(/static/skins/2018/images/bg/cizhuan.gif) repeat;}
.bg3{background: url(/static/skins/2018/images/bg/judian.jpg) repeat;}
.bg4{background: url(/static/skins/2018/images/bg/xiewen.gif) repeat;}
.bg5{background: url(/static/skins/2018/images/bg/mibu.gif) repeat;}
.bg6{background: url(/static/skins/2018/images/bg/huaijiu.jpg) repeat;}
.bg7{background: url(/static/skins/2018/images/bg/cubu.jpg) repeat;}
.bg8{background: url(/static/skins/2018/images/bg/nidian.png) repeat;}
.bg9{background: url(/static/skins/2018/images/bg/chacha.png) repeat;}
.bg10{background: url(/static/skins/2018/images/bg/lianzi.png) repeat;}
.label_disabled{color: #999;}
img[alt="look_big"] { cursor: pointer; }
.img-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); display: flex; justify-content: center; align-items: center; z-index: 1000;}
.img-modal img { width: 100%; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.img-close-button { position: absolute; top: 20px; right: 20px; font-size: 30px; color: white; cursor: pointer; background: none; border: none; padding: 0; }
.img-close-button:hover { color: #ccc; }
.img-nav-button { position: absolute; top: 50%; transform: translateY(-50%); font-size: 30px; color: white; cursor: pointer; background: none; border: none; padding: 10px; z-index: 1001; }
.img-nav-button:hover { color: #ccc; }
.img-nav-button.left { left: 20px; }
.img-nav-button.right { right: 20px; }

.fixed_zhong{left:50%;top:50%;width:580px;height:400px; transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);position:fixed!important;z-index:999999;}
.wxts {
	margin:5px 5px 0px 80px;
	background-color:hsl(var(--my_color_d), var(--my_color_e25), 97%);
	font-family:SimSun, SimSun, yahei, 'Open Sans', sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#000;
	text-align:left;
	letter-spacing:1px;
	position:relative;
	padding:6px 0px 6px 65px;
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -webkit-gradient(	linear, left bottom, left top, color-stop(0, hsl(var(--my_color_d), var(--my_color_e25), 89%)), color-stop(1, hsl(var(--my_color_d), var(--my_color_e25), 131%)));
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
}
.wxts::before {
	content:"温馨提示";
	text-align:center;
	width:65px;
	position:absolute;
	display:block;
	padding:6px 9px 7px 12px;
	top:-1px;
	left:-36px;
	font-size:13px;
	font-weight:bold;
	color:hsl(var(--my_color_d), var(--my_color_e25), 97%);
	text-shadow:1px 1px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30));
	border-right:solid 1px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30));
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65))), color-stop(1, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50))));
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 0px 5px 3px #999 ;
	-moz-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 0px 5px 3px #999 ;
	-o-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 0px 5px 3px #999 ;
	box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 0px 6px 3px #999 ;
}
.xlzs_hong{
	display:block;
	padding:6px 9px 7px 12px;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	text-shadow:1px 1px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30));
	border-right:solid 1px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30));
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65))), color-stop(1, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50))));
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 0px 5px 3px #999 ;
	-moz-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 0px 5px 3px #999 ;
	-o-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 0px 5px 3px #999 ;
	box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 0px 6px 3px #999 ;
}
.xlzs_bai{
	display:block;
	padding:6px 9px 7px 12px;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	color:#000;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -webkit-gradient(	linear, left bottom, left top, color-stop(0, hsl(var(--my_color_d), var(--my_color_e25), 89%)), color-stop(1, hsl(var(--my_color_d), var(--my_color_e25), 131%)));
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
}
.you_hui_quan{
      width: 160px;
      height: 100px;
      background: linear-gradient(0.25turn, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), radial-gradient(circle at 11px 4px, transparent 6px, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)) 6px) top left, radial-gradient(circle at 10px 56px, transparent 6px, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)) 6px) bottom left, linear-gradient(0.25turn, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)));
      background-size: 120px 82px, 20px 50px, 20px 57px, 32px 84px;
      background-repeat: no-repeat;
      background-position: 0px 0px, 120px -4px, 120px 26px, 140px 0px;
}
.coupon{position:relative;background:hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f50));color:#fff;width:100%;height:95px;line-height:25px;overflow:hidden;margin-top:15px;}
.coupon-diabled{background:hsl(var(--my_color_d), var(--my_color_e25), 76%);color:#666;}
.coupon:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.coupon-money .sum{font-size:25px;}
.coupon-left{float:left;text-align:left;width:60%;font-size:12px;background:url(./circle-border-left.png) left center no-repeat;}
.coupon-right{float:right;text-align: center;width:40%;font-size:14px;background:url(./circle-border-right.png) right center no-repeat;}
.coupon-inner{padding:10px 15px;height:75px;position: relative;}
.coupon-right .coupon-inner{border-left:2px dashed rgba(255, 255, 255, .5);}
.coupon-money, .coupon-time{margin-top:12px;}
.coupon-circle{display:inline-block;width:16px;height:16px;background:#fff;position: absolute;left:-9px;border-radius:50%}
.coupon-circle.top{top:-8px;}
.coupon-circle.bottom{bottom:-8px;}
.coupon-light{position:absolute;top:20px;left:20%;height:150px;width:100%;background:rgba(255, 255, 255, .2);transform: rotate(-30deg);-webkit-transform: rotate(-30deg);-moz-transform: rotate(-30deg);}

.modal_bg {position: fixed;z-index: 99999999;height: 100%;width: 100%;}
.modal_bg>.modal_box {background: white;border-radius: 4px;position: fixed;}
.modal_bg>.modal_box>.modal_header {cursor: move;border-radius: 4px 4px 0 0;background: radial-gradient(circle, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f55)));height: 40px;line-height: 40px;padding: 0 16px;ont-size: 18px;color: white;}
.modal_bg>.modal_box>.modal_header>span.modal_close {color: white;font-size: 18px;float: right;display: inline-block;cursor: pointer;}
.modal_bg>.modal_box>.modal_body {height: calc(100% - 100px);}
.modal_bg>.modal_box>.modal_footer {height: 60px;line-height: 60px;text-align: center;}
.modal_bg>.modal_box>.modal_footer>button {border: none;background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f55));color: white;width: 80px;height: 30px;line-height: 30px;border-radius: 4px;}
.modal_bg>.modal_box>.modal_footer>button:hover {background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}
.tou{background: transparent; border-style: none;resize:none;}
.btnn{
  display: inline-block;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
 			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
					cursor:pointer;
border-radius:30px;
					text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
					letter-spacing:1px;
					box-shadow:0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), 0px 10px 5px #999;
  white-space: nowrap;
  padding: 3px 10px;
  font-size: 12px;
  color:#fff;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;}
.xiao_tu_pian img{max-width:30px;max-height:30px;border-radius:5px;}
.cur{cursor:pointer;}
.cur_default{cursor:default!important;}
.haah{height:0;}
.haah:hover{height:30px;}
/* 定义滚动条整体样式 */
  iframe::-webkit-scrollbar {
    width: 12px;
  }
 
  /* 定义滚动条滑块样式 */
  iframe::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
  }
 
  /* 定义滚动条轨道样式 */
  iframe::-webkit-scrollbar-track {
    background-color: #f0f0f0;
  }
iframe::-webkit-scrollbar { width:4px;margin-right:-2px;opacity:0;}
iframe::-webkit-scrollbar-thumb {background-color:hsl(var(--my_color_d), var(--my_color_e75), 60%);background-clip:padding-box;min-height:28px;border-radius: 10px;}
iframe:hover::-webkit-scrollbar-thumb {background-color:hsl(var(--my_color_d), var(--my_color_e75), 60%);background-clip:padding-box;min-height:28px;border-radius: 10px;}

.gundongtiao1::-webkit-scrollbar {width:3px;margin-right:-2px;opacity:0;}
.gundongtiao1::-webkit-scrollbar-track {background: hsl(var(--my_color_d), var(--my_color_e75), 90%);}
.gundongtiao1::-webkit-scrollbar-thumb {background-color:hsl(var(--my_color_d), var(--my_color_e75), 60%);background-clip:padding-box;min-height:28px;border-radius: 10px;}
.gundongtiao1::-webkit-scrollbar-thumb:hover {background-color:hsl(var(--my_color_d), var(--my_color_e75), 80%);background-clip:padding-box;min-height:28px;border-radius: 10px;}
.gundongtiao1.tou_ming::-webkit-scrollbar-track {background-color:transparent;}
.gundongtiao1.tou_ming::-webkit-scrollbar-thumb {background-color:transparent;}
.gundongtiao1.tou_ming::-webkit-scrollbar-thumb:hover {background-color:transparent;}

.gundongtiao_xia::-webkit-scrollbar { width:6px;margin-right:-2px;opacity:0;}
.gundongtiao_xia::-webkit-scrollbar-thumb {background-color:hsl(var(--my_color_d), var(--my_color_e75), 60%);background-clip:padding-box;min-height:28px;border-radius: 10px;}
.gundongtiao_xia::-webkit-scrollbar-thumb:hover {background-color:hsl(var(--my_color_d), var(--my_color_e75), 60%);background-clip:padding-box;min-height:28px;border-radius: 10px;}
.gundongtiao_xia.tou_ming::-webkit-scrollbar-thumb {background-color:transparent;}
.gundongtiao_xia.tou_ming::-webkit-scrollbar-thumb:hover {background-color:transparent;}
.tanchuang_hei{position:fixed;background-color:hsla(var(--my_color_d), var(--my_color_e75), 80%,0.6);backdrop-filter: blur(6px);z-index:1;left:0px;top:0px;bottom:0px;right:0px;width:100%;height:100%;}
.tanchuang_liang{position:fixed;z-index:3;top:15%;left:15%;width:70%;background-color:#fff;min-height:50%;}
@media only screen and (max-width: 1556px) {.tanchuang_liang{position:absolute;z-index:3;top:8%;left:5%;width:60%;background-color:#fff;min-height:50%;} table{font-size:13px;}}

.tanchuang2_hei{position:absolute;background-color:hsla(var(--my_color_d), var(--my_color_e75), 80%,0.6);z-index:1;left:0px;top:0px;bottom:0px;right:0px;width:100%;height:100%;}
.tanchuang2_liang{position:absolute;z-index:3;top:15%;left:15%;width:70%;background-color:#fff;min-height:50%;}
.tanchuang3_liang{position:absolute;z-index:3;top:15%;left:15%;width:70%;background-color:#fff;min-height:50%;}
option {font-size:14px;float:left;width:500px;}
.tablela{table-layout: fixed;}
.on{display: block;}
.duiqi0{text-indent:0px;margin-left:0px;margin-bottom:5px;}
.duiqi10{text-indent:-10px;margin-left:10px;margin-bottom:5px;}
.duiqi12{text-indent:-12px;margin-left:12px;margin-bottom:5px;}
.duiqi15{text-indent:-15px;margin-left:15px;margin-bottom:5px;}
.duiqi16{text-indent:-16px;margin-left:16px;margin-bottom:5px;}
.duiqi17{text-indent:-17px;margin-left:17px;margin-bottom:5px;}
.duiqi18{text-indent:-18px;margin-left:18px;margin-bottom:5px;}
.duiqi19{text-indent:-19px;margin-left:19px;margin-bottom:5px;}
.duiqi20{text-indent:-20px;margin-left:20px;margin-bottom:5px;}
.duiqi21{text-indent:-21px;margin-left:21px;margin-bottom:5px;}
.duiqi22{text-indent:-22px;margin-left:22px;margin-bottom:5px;}
.duiqi24{text-indent:-24px;margin-left:24px;margin-bottom:5px;}
.duiqi26{text-indent:-26px;margin-left:26px;margin-bottom:5px;}
.duiqi28{text-indent:-28px;margin-left:28px;margin-bottom:5px;}
.duiqi30{text-indent:-30px;margin-left:30px;margin-bottom:5px;}
.duiqi34{text-indent:-34px;margin-left:34px;margin-bottom:5px;}
.duiqi36{text-indent:-36px;margin-left:36px;margin-bottom:5px;}
.duiqi37{text-indent:-37px;margin-left:37px;margin-bottom:5px;}
.duiqi38{text-indent:-38px;margin-left:38px;margin-bottom:5px;}
.duiqi39{text-indent:-39px;margin-left:39px;margin-bottom:5px;}
.duiqi40{text-indent:-40px;margin-left:40px;margin-bottom:5px;}
.duiqi42{text-indent:-42px;margin-left:42px;margin-bottom:5px;}
.duiqi43{text-indent:-43px;margin-left:43px;margin-bottom:5px;}
.duiqi44{text-indent:-44px;margin-left:44px;margin-bottom:5px;}
.duiqi45{text-indent:-45px;margin-left:45px;margin-bottom:5px;}
.duiqi48{text-indent:-48px;margin-left:48px;margin-bottom:5px;}
.duiqi52{text-indent:-52px;margin-left:52px;margin-bottom:5px;}
.duiqi55{text-indent:-55px;margin-left:55px;margin-bottom:5px;}
.duiqi56{text-indent:-56px;margin-left:56px;margin-bottom:5px;}
.duiqi60{text-indent:-60px;margin-left:60px;margin-bottom:5px;}
.duiqi63{text-indent:-63px;margin-left:63px;margin-bottom:5px;}
.duiqi65{text-indent:-65px;margin-left:65px;margin-bottom:5px;}
.duiqi67{text-indent:-67px;margin-left:67px;margin-bottom:5px;}
.duiqi70{text-indent:-70px;margin-left:70px;margin-bottom:5px;}
.duiqi72{text-indent:-72px;margin-left:72px;margin-bottom:5px;}
.duiqi75{text-indent:-75px;margin-left:75px;margin-bottom:5px;}
.duiqi78{text-indent:-78px;margin-left:78px;margin-bottom:5px;}
.duiqi80{text-indent:-80px;margin-left:80px;margin-bottom:5px;}
.duiqi84{text-indent:-84px;margin-left:84px;margin-bottom:5px;}
.duiqi87{text-indent:-87px;margin-left:87px;margin-bottom:5px;}
.duiqi91{text-indent:-91px;margin-left:91px;margin-bottom:5px;}
.duiqi93{text-indent:-93px;margin-left:93px;margin-bottom:5px;}
.duiqi96{text-indent:-96px;margin-left:96px;margin-bottom:5px;}
.duiqi98{text-indent:-98px;margin-left:98px;margin-bottom:5px;}
.duiqi102{text-indent:-102px;margin-left:102px;margin-bottom:5px;}
.duiqi120{text-indent:-120px;margin-left:120px;margin-bottom:5px;}
.duiqi125{text-indent:-125px;margin-left:125px;margin-bottom:5px;}
.duiqi128{text-indent:-128px;margin-left:128px;margin-bottom:5px;}
.duiqi133{text-indent:-133px;margin-left:133px;margin-bottom:5px;}
.duiqi145{text-indent:-145px;margin-left:145px;margin-bottom:5px;}
.duiqi150{text-indent:-150px;margin-left:150px;margin-bottom:5px;}

.lingxing15 {transform: rotateZ(15deg)skew(-15deg, -15deg);}
.lingxing30 {transform: rotateZ(30deg)skew(-30deg, -30deg);}
.lingxing45 {transform: rotateZ(45deg)skew(-45deg, -45deg);}
.yin_ying {z-index:99998;position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, .7);backdrop-filter: blur(5px);}
.nei_kuang {position:absolute;height:42%;top:15%;width:40%;left:30%;padding-top:40px;background: hsl(var(--my_color_d), var(--my_color_e95), 96%)!important;}
.guan_bi {position:absolute;top:4px;right:12px;cursor:pointer;font-weight:bolder;font-size:25px;color:#fff;font-family:"Microsoft YaHei"!important;}
.you_shang {position:absolute;top:4px;right:12px;cursor:pointer;font-weight:bolder;font-size:25px;color:#fff;font-family:"Microsoft YaHei"!important;}
.xiang_wai_guan{display:none;z-index:9;position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, .0);}
.xiang_nei_guan.yangshi{top:60%;margin-left:820px;z-index:99;line-height:25px;background:rgba(255, 255, 255, .6);cursor:pointer;padding:10px;font-size:14px;background:hsl(var(--my_color_d), var(--my_color_e90), var(--my_color_f50));border-radius:50%;color:#fff;position:fixed;text-shadow:1px 1px 1px rgba(0, 0, 0, .3)!important;}
.zhu_tanchu_guanbi{display:none;z-index:9;position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, .0);cursor:pointer;}
.zhu_bei_tanchu{
	padding: 				2em 2.5em 1.5em;
	margin: 				0;
	display:				none;
	position: 				absolute;
	overflow:				hidden;
	z-index:1;
	
	-webkit-border-radius: 	2px;
	-moz-border-radius: 	2px;
	border-radius: 	2px;
	color: 				hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f30))!important;
	background: 		hsl(var(--my_color_d), 100%, 96%) !important;
	-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f60)) 0 .0005em 1px, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .2em 5px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f60)) 0 .0005em 1px, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .2em 5px; /* drop shadow */
	box-shadow: 		inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f60)) 0 .0005em 1px, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .2em 5px; /* drop shadow */
}

.buyingxiang{box-sizing: border-box!important;}
.ltdq{text-align: justify!important;}
.ltdq_no{text-align: left!important;}
.ltdq_left{text-align: left!important;}
.ltdq_right{text-align: right!important;}
.tac1{display: table-cell!important;vertical-align: middle;text-align: center;}
.tac2{display: flex!important;justify-content:center;align-items:Center;}
.tac3{position: absolute!important;top:50%;left:50%;width:100%;transform:translate(-50%, -50%);text-align: center;}
.tac_x{position: absolute!important;left:50%;transform:translateX(-50%);text-align: center;-ms-transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); }
.tac4{width: 50%; height: 50%; background: #000;overflow: auto;margin: auto;position: absolute;top: 0; left: 0; bottom: 0; right: 0; }
.tac5{margin: auto;}
.tac6{display: -webkit-box;-webkit-box-pack:center;-webkit-box-align:center;-webkit-box-orient: vertical;text-align: center}

.biao_shou{position: relative;float:right;font-size:16px;font-weight: normal!important;margin-right:15px;font-style: normal;} .biao_shou::before{content:"︽";position: absolute;z-index:1;margin-top:-4px;}
.biao_zhankai{position: relative;float:right;font-size:16px;font-weight: normal!important;margin-right:15px;font-style: normal;} .biao_zhankai::before{content:"︾";position: absolute;z-index:1;margin-top:2px;}

.biao_changfangxing{position: relative;margin-bottom:16px;font-size:14px;letter-spacing:2px;padding:6px 16px 6px 16px;color:#fff;line-height:27px;text-shadow:1px 1px 1px rgba(0, 0, 0, .3);background:hsl(var(--my_color_d),var(--my_color_e80),var(--my_color_f50));}

.biao_tixing{position: relative;margin-bottom:16px;font-size:13px;letter-spacing:2px;padding-left:12px;color:#fff;line-height:28px;text-shadow:1px 1px 1px rgba(0, 0, 0, .3);}
.biao_tixing::before{content:attr(data-before);padding:0 13px 0 15px;position: absolute;height:0;border-bottom:28px solid hsl(var(--my_color_d),var(--my_color_e80),var(--my_color_f50));border-right:40px solid transparent;z-index:1;left:0px;}
.biao_tixing::after{content: "";position: absolute;border-top:3px solid hsl(var(--my_color_d),var(--my_color_e80),var(--my_color_f50));height:1px;border-bottom:1px solid hsl(var(--my_color_d),var(--my_color_e80),var(--my_color_f50));width:100%;left:0px;top:29px;}

.biao_zhixian{position: relative;margin-bottom:16px;font-size:13px;font-weight:bolder;font-family:"Microsoft YaHei"!important;letter-spacing:2px;padding-left:2px;line-height:28px;text-shadow: rgba(255, 255, 255, .5) 0 1px 0!important;}
.biao_zhixian::after{content: "";position: absolute;border-top:1px solid hsl(var(--my_color_d),var(--my_color_e80),var(--my_color_f50));height:1px;border-bottom:3px solid hsl(var(--my_color_d),var(--my_color_e80),var(--my_color_f50));background:#fff;width:100%;left:0px;top:28px;}

.biao_kuang{border:1px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40));padding:2px 3px;color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)); border-radius:50px;line-height:22px;}

.biao_neirong{position: relative;padding:15px 0px!important;background:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f96));border-radius:50%!important;font-size:15px;font-weight:bolder;text-align:center; letter-spacing:2px;line-height:15px;margin:0 10px 10px -4px;z-index:1;float:left;width:48px;height:48px;
	-moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-o-box-sizing: border-box!important;
	-ms-box-sizing: border-box!important;
	box-sizing: border-box!important;
	
	display: 				inline-block;
	color: 				hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f30))!important;
	background: 		hsl(var(--my_color_d), 100%, 96%) !important;
	-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f60)) 0 .0005em 1px, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .2em 5px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f60)) 0 .0005em 1px, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .2em 5px; /* drop shadow */
	box-shadow: 		inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f60)) 0 .0005em 1px, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .2em 5px; /* drop shadow */
}
.biao_neirong_cha{position: absolute;height:40px;margin:0 0 0 15px;border-right:45px solid hsl(var(--my_color_d), 100%, 80%);border-bottom:20px solid transparent;}
.biao_neirong_cha::after{content: "";position: absolute;height:38px; margin:1px 0 0 0;border-right:45px solid hsl(var(--my_color_d), 100%, 96%);border-bottom:20px solid transparent;}

.yuan1 {width:70px;height:70px;position: relative;z-index: -1;overflow: hidden;border-radius:50%;background: #fff;}
.xing1 {width: 100%;height:120px;position: relative;z-index: -1;overflow: hidden;background: hsl(var(--my_color_d), 99%, var(--my_color_f50));border-radius:  0 0 50% 50%;}


.xing1.glossy:after, .xing1.glass:after {
	content: 	"";
	position: 	absolute; 
    width: 		90%;
    height: 	80%;
    top: 		0;
    left: 		5%;    
    
    -webkit-border-radius: 	.5em .5em 1em 1em / .5em .5em 2em 2em;    
    -moz-border-radius: 	.5em .5em 1em 1em / .5em .5em 2em 2em;
    border-radius: 			0 0 50% 50% / 0 0 50% 50%;
    
    background-image: 		-webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
    							color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
    background-image: 		-moz-linear-gradient(left, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, .5) );	
    background-image: 		gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
    							color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
}
.xing1.glossy:active:after, 
.xing1.glass:active:after, 
.xing1.disabled:after, 
.xing1[disabled]:after
 { opacity: .6; }

.xing1.icon.glossy:after, 
.xing1.icon.glass:after { height: 75% ; }

.yuan2 {width:40px;height:40px;position: relative;z-index: -1;overflow: hidden;border-radius:50%;background: #fff;}
.xing2{width: 100%;height:100px;position: relative;z-index: -1;overflow: hidden;border-radius:50%;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));}
.xing2::before {background: #fff;content: '';width: 80%;height: 80px;position: absolute;right:0%;top:10px;z-index: -1;border-radius:50%;}

.xing3{width: 100%;height:100px;position: relative;z-index: -1;overflow: hidden;border-radius:0%;background: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60));
/* box-shadow:0 0px 22px 1px rgba(0, 0, 0, .2) inset; */}
.xing3::before {background: #fff;content: '';width: 130%;height:200px;position: absolute;left:-15%;bottom:20px;z-index: -1;border-radius:50%;}

.xing4{width: 100%;height:100px;position: relative;z-index: -1;overflow: hidden;border-radius:0%;background: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60));
/* box-shadow:0 0px 22px 1px rgba(0, 0, 0, .2) inset; */}
.xing4::before {background: #fff;content: '';width: 130%;height:200px;position: absolute;left:-15%;bottom:20px;z-index: -1;border-radius:0%;}

.xing6{background:hsl(var(--my_color_d), var(--my_color_e25), 98%);border-bottom:3px solid #ddd;box-shadow:  0px 0px 0px 0px hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)), 0px 5px 5px #bbb;}

.xing8{background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));width:90%;height:90px;position: relative;z-index:-2;overflow: hidden;border-radius:30px;left:5%;
					background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
					background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
					background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
					background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
					background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));}
.xing8::before {background: #fff;content: '';width:80%;height:70px;position: absolute;right:10px;top:10px;z-index: -1;border-radius:20px;box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2) inset;}



.hang_lan {
	width:85%;
	cursor:pointer;
	line-height:43px;
	padding-left:40px;
	background-color:hsl(var(--my_color_d), var(--my_color_e25), 97%);
	font-family: 'Microsoft Yahei', '宋体', 'Open Sans', sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#fff;
	text-align:left;
	letter-spacing:3px;
	float:left;
	border-left:solid 1px hsl(var(--my_color_d), var(--my_color_e25), 87%);
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f50)) 0%, hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f50)) 0%, hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f50)) 0%, hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f50)) 0%, hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f50)) 0%, hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)) 100%);
	background-image: -webkit-gradient(
	linear, 
	left bottom, 
	left top, 
	color-stop(0, hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f50))), 
	color-stop(1, hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)))
	);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f30)), 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f30)), 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f30)), 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f30)), 0px 10px 5px #999;
}
.hang_lan:hover {
	line-height:45px;
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)) 0%, hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f50)) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)) 0%, hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f50)) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)) 0%, hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f50)) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)) 0%, hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f50)) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)) 0%, hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f50)) 100%);
	background-image: -webkit-gradient(
	linear, 
	left bottom, 
	left top, 
	color-stop(0, hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55))), 
	color-stop(1, hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f50)))
	);
	-webkit-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f30)), 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f30)), 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f30)), 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f30)), 0px 5px 3px #999;
}
.hang_lan::before {
	background-color:hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f25));
	content:"1";
	text-align:center;
	line-height:40px;
	width:30px;
	height:43px;
	float:left;
	margin-left:-63px;
	padding:0px 6px;
	display:block;
	font-size:18px;
	font-weight:bold;
	color:hsl(var(--my_color_d), var(--my_color_e55), 74%);
	text-shadow:1px 1px 0px hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f20));
	border-right:solid 1px hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f20));
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f25)) 0%, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f35)) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f25)) 0%, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f35)) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f25)) 0%, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f35)) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f25)) 0%, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f35)) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f25)) 0%, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f35)) 100%);
	background-image: -webkit-gradient(
	linear, 
	left bottom, 
	left top, 
	color-stop(0, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f25))), 
	color-stop(1, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f35)))
	);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f10)), 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f10)), 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f10)), 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f10)), 0px 10px 5px #999 ;
}
.hang_lan:hover::before {
	margin-bottom:3px;
	-webkit-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f10)), 1px 1px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f20)), 2px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f20)), 2px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f20)), 6px 4px 2px hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f25)), 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f10)), 1px 1px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f20)), 2px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f20)), 2px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f20)), 6px 4px 2px hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f25)), 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f10)), 1px 1px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f20)), 2px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f20)), 2px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f20)), 6px 4px 2px hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f25)), 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f55)), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f10)), 1px 1px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f20)), 2px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f20)), 2px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f20)), 6px 4px 2px hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f25)), 0px 10px 5px #999 ;
}
.hangzong{margin-left:12%;margin-bottom:70px;}
.zhankai {
display:none;
width:88%;
overflow: hidden;
text-indent:-38px;
padding:22px 20px 0px 45px;
font-size:17px;
text-align:left;
margin:10px 20px 10px -20px;
line-height:30px;
z-index: 2;
			-webkit-transition: height 0.5s ease-in;
			-moz-transition: height 0.5s ease-in;
			-o-transition: height 0.5s ease-in;
			transition: height 0.5s ease-in;
}
.zhankai p{margin-bottom:8px;color:#000;letter-spacing:2px;}
.tese {width:50%;float:left;overflow: hidden;padding-bottom:20px;}
.zhongbu{margin-bottom:40px;overflow: hidden;margin-top:0px;}

.twob::before {
	content:"2";
}
.threeb::before {
	content:"3";
}
.fourb::before {
	content:"4";
}
.fiveb::before {
	content:"5";
}
.sixb::before {
	content:"6";
}
.sevenb::before {
	content:"7";
}
.eightb::before {
	content:"8";
}





/*tab*/
.tabhead {
    position: relative;
    z-index: 10;
}

.tabhead span {
    display: inline-block;
    padding: 0 5px;
    height: 30px;
    border: 1px solid #ccc;
    background: url("images/dialog-title-bg.png") repeat-x;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    *margin-right: 5px;
}

.tabhead span.focus {
    height: 31px;
    border-bottom: none;
    background: #fff;
}

.tabbody {
    position: relative;
    top: -1px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.sanhang{
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: left;
	-webkit-box-align: left;
	-webkit-line-clamp:3;
}
.lianghang{
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: left;
	-webkit-box-align: left;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.yihang{overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.yihang_da{font-weight:bolder;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.lun_bo_tu img{width:430px;height:430px;}
input{
    display: inline-block;
    vertical-align: middle!important;
}
a {
	color: #333;
	text-decoration: none;cursor:pointer;
}
.axhx{text-decoration:underline}
h1 {
	font-size: 30px!important;
	color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
	font-family:SimSun, SimSun, 'Microsoft Yahei', serif!important;
	font-weight: 700;
	text-shadow: 1px 1px 3px hsl(var(--my_color_d), var(--my_color_e25), 81%);
	letter-spacing:3px;
}
h2 {
	color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
	font-family:SimSun, SimSun, 'Microsoft Yahei', serif!important;
	font-size:15px!important; 
	font-weight: bolder; 
	color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)); 
	text-shadow: 1px 1px 3px hsl(var(--my_color_d), var(--my_color_e25), 81%);
	letter-spacing:3px;
	margin-bottom:10px;
}
h3 {
	font-size: 13px!important;
	color: #000;
	font-family:SimSun, 'Microsoft Yahei', serif!important;
	font-weight: 300;
	text-shadow: 1px 1px 3px hsl(var(--my_color_d), var(--my_color_e25), 81%);
	letter-spacing:0px;
	margin-bottom:10px;
}
h4 {
	font-size: 13px!important;
	color: #000;
	font-family:SimSun, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft YaHei", "Microsoft YaHei", arial, Tahoma, SimSun, sans-serif!important;
	font-weight: 300;
	text-shadow: 1px 1px 3px hsl(var(--my_color_d), var(--my_color_e25), 81%);
	letter-spacing:1px;
}
h5 {
	font-size: 20px!important;
	color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
	font-family:SimSun, 'Microsoft Yahei', serif!important;
	font-weight: 700;
	text-shadow: 1px 1px 3px hsl(var(--my_color_d), var(--my_color_e25), 81%);
	letter-spacing:3px;
}
h6 {
	font-size: 13px!important;
	color: #000;
	font-family:SimSun, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft YaHei", "Microsoft YaHei", arial, Tahoma, SimSun, sans-serif!important;
	font-weight: 300;
	text-shadow: 1px 1px 3px hsl(var(--my_color_d), var(--my_color_e25), 81%);
	letter-spacing:1px;
}
h1 span, h5 {
	font-size: 18px;
	display: block;
	font-style: italic;
	color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50));
	font-weight: 400;
	text-shadow: 0px 1px 1px #fff;
}

.h414 {
	font-size: 15px!important;
	font-family:SimSun, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft YaHei", "Microsoft YaHei", arial, Tahoma, SimSun, sans-serif!important;
	font-weight: 300;
	text-shadow: 1px 1px 3px hsl(var(--my_color_d), var(--my_color_e25), 81%);
	letter-spacing:1px;
}
.h416 {
	font-size: 16px!important;
	font-family:SimSun, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft YaHei", "Microsoft YaHei", arial, Tahoma, SimSun, sans-serif!important;
	font-weight: 700;
	text-shadow: 1px 1px 3px hsl(var(--my_color_d), var(--my_color_e25), 81%);
	letter-spacing:1px;
}
.h417 {
	font-size: 17px!important;
	font-family:SimSun, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft YaHei", "Microsoft YaHei", arial, Tahoma, SimSun, sans-serif!important;
	font-weight: 700;
	text-shadow: 1px 1px 3px hsl(var(--my_color_d), var(--my_color_e25), 81%);
	letter-spacing:1px;
}
.h418 {
	font-size: 18px!important;
	font-family:SimSun, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft YaHei", "Microsoft YaHei", arial, Tahoma, SimSun, sans-serif!important;
	font-weight: 700;
	text-shadow: 1px 1px 3px hsl(var(--my_color_d), var(--my_color_e25), 81%);
	letter-spacing:1px;
}

/*精美边框3*/
.box12{
    margin: 40px auto;
    width: 85%;
    min-height: 310px;
    padding: 10px 10px 35px 10px;
    position:relative;
    background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(hsl(var(--my_color_d), var(--my_color_e25), 95%)), to(#fff), color-stop(.1, hsl(var(--my_color_d), var(--my_color_e25), 95%)));
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-border-bottom-right-radius: 60px 60px;
    -webkit-border-bottom-left-radius: 60px 60px;
    -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
}
.box12:before{
    content:'';    
    width: 25px;
    height: 20px;
    background: white;
    position: absolute;
    bottom:2px; right:0;
    background: -webkit-gradient(linear, 0% 20%, 50% 40%, from(#fff), to( #eee), color-stop(.1, #fff));
    -webkit-border-bottom-right-radius: 30px;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-20deg) skew(-40deg, -3deg) translate(-13px, -13px);
}
.box12:after{
    content: '';
    z-index: -10;
    width: 100px;
    height: 100px;
    position:absolute;
    bottom:0;
    right:0;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    -webkit-box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(0deg) translate(-45px, -20px) skew(20deg);
}
.fold_box12{
    z-index: -10;
    width: 50px;
    height: 50px;
    position:absolute;
    bottom:0; left:0;
    -webkit-box-shadow: -20px 20px 8px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(0deg) translate(40px, -20px) skew(-20deg);
}
.fold2_box12{
    width: 25px;
    height: 20px;
    background: white;
    position: absolute;
    bottom:2px; left:0;
    background: -webkit-gradient(linear, 0% 20%, 50% 80%, from(#fff), to( #eee), color-stop(.1, #fff));
    -webkit-border-bottom-right-radius: 30px;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(103deg) skew(-3deg, -40deg) translate(-13px, -15px);
}
.box12_ribbon{
    content: '';
    position:absolute;
    top:-29px; 
	left: 31%;
	padding:0px 10px 0px 12px;
	line-height:20px;
	height:40px;
    background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1, rgba(0, 0, 0, 0.2)));
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.box12 img {
    width: 100%;
    margin-top: 15px;
}
.pdx{padding:10px 20px 10px 20px;}
.btx{font-size:12px;border-left:solid 4px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));padding-left: 10px;margin-bottom: 7px; }
.btx2{font-size:18px;border-left:solid 4px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));padding-left: 10px;margin-bottom: 7px; font-weight:700;float:left;}
.btx3{font-size:18px;border-left:solid 4px #aaa;padding-left: 10px;margin-bottom: 7px; font-weight:700;float:left;}
.xsj{width:0; height:0;border-width:5px;border-style:solid;border-color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) transparent transparent transparent;}
.xsj_l{width:0; height:0;border-width:5px;border-style:solid;border-color:transparent hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) transparent transparent;}
.xsj_r{width:0; height:0;border-width:5px;border-style:solid;border-color:transparent transparent transparent hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}
.xsj_t{width:0; height:0;border-width:5px;border-style:solid;border-color:transparent transparent hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) transparent;}
.tj10{width:10px;height:10px;}
.tj20{width:20px;height:20px;}
.tj30{width:30px;height:30px;}
.tj40{width:40px;height:40px;}
.tj50{width:50px;height:50px;}
.tj60{width:60px;height:60px;}
.tj70{width:70px;height:70px;}
.tj80{width:80px;height:80px;}
.tj90{width:90px;height:90px;}
.tj100{width:100px;height:100px;}
.tj200{width:200px;height:200px;}
.h800{height:800px;}
.lh10{line-height:10px;}
.lh20{line-height:20px;}
.lh25{line-height:25px;}
.lh30{line-height:30px;}
.lh35{line-height:35px;}
.lh40{line-height:40px;}
.lh50{line-height:50px;}
.pd2{padding:2px;}
.pd5{padding:5px;}
.pd8{padding:8px;}
.pd10{padding:10px;}
.pd15{padding:15px;}
.pd20{padding:20px;}
.pd30{padding:30px;}
.pd35{padding:35px;}
.pd40{padding:40px;}
.pd50{padding:50px;}
.cfff{color:#fff;}
.c000{color:#000;}
.cred{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}
.bqianlan{background-color:hsl(var(--my_color_d), var(--my_color_e), 95%);}
.pb2{padding-bottom:2px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.plr5{padding-left:5px;padding-right:5px;}
.plr10{padding-left:10px;padding-right:10px;}
.plr15{padding-left:15px;padding-right:15px;}
.plr20{padding-left:20px;padding-right:20px;}
.plr25{padding-left:25px;padding-right:25px;}
.plr30{padding-left:30px;padding-right:30px;}
.plr35{padding-left:35px;padding-right:35px;}
.plr40{padding-left:40px;padding-right:40px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr60{margin-right:60px;}
.mrx{border-right:1px dashed #eee;}
.mbx{border-bottom:1px dashed #eee;}
.ml-5{margin-left:-5px;}
.ml-8{margin-left:-9px;}
.ml-10{margin-left:-10px;}
.ml-15{margin-left:-15px;}
.ml-18{margin-left:-18px;}
.ml-20{margin-left:-20px;}
.ml-23{margin-left:-23px;}
.ml-25{margin-left:-25px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml50{margin-left:50px;}
.mt-5{margin-top:-5px;}
.mt-10{margin-top:-10px;}
.mt-15{margin-top:-15px;}
.mt-20{margin-top:-20px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mg5{margin:5px;}
.mg8{margin:8px;}
.mg10{margin:10px;}
.mg15{margin:15px;}
.mg20{margin:20px;}
.mg25{margin:25px;}
.mg35{margin:35px;}
.wd5{width:5%;}
.wd8{width:8%;}
.wd10{width:10%;}
.wd20{width:20%;}
.wd25{width:25%;}
.wd30{width:30%;}
.wd35{width:35%;}
.wd40{width:40%;}
.wd45{width:45%;}
.wd50{width:52%;}
.wd55{width:55%!important;}
.wd60{width:60%;}
.wd65{width:65%;}
.wd68{width:68%;}
.wd70{width:70%;}
.wd75{width:75%;}
.wd80{width:80%;}
.wd85{width:85%;}
.wd88{width:88%;}
.wd90{width:90%;}
.wd92{width:92%;}
.wd94{width:94%;}
.wd95{width:95%;}
.wd96{width:96%;}
.wd97{width:97%;}
.wd98{width:98%;}
.wd100{width:100%;}
.wd110{width:110%;}
.wd115{width:115%;}
.wd120{width:120%;}
.wda{width:auto;}
.z01{zoom:0.1;}
.z011{zoom:0.11;}
.z012{zoom:0.12;}
.z013{zoom:0.13;}
.z014{zoom:0.14;}
.z015{zoom:0.15;}
.z02{zoom:0.2;}
.z03{zoom:0.3;}
.z04{zoom:0.4;}
.z05{zoom:0.5;}
.z06{zoom:0.6;}
.z07{zoom:0.7;}
.z08{zoom:0.8;}
.z085{zoom:0.85;}
.z088{zoom:0.88;}
.z09{zoom:0.9;}
.z10{zoom:1;}
.z11{zoom:1.1;}
.z12{zoom:1.2;}
.z13{zoom:1.3;}
.z14{zoom:1.4;}
.z15{zoom:1.5;}
.z16{zoom:1.6;}
.z17{zoom:1.7;}
.z18{zoom:1.8;}
.z19{zoom:1.9;}
.z20{zoom:2;}
.z30{zoom:3;}

.br5{border-radius:5px;}
.br10{border-radius:10px;}
.br20{border-radius:20px;}
.br25{border-radius:25px;}
.br30{border-radius:30px;}
.br-30{border-radius:-30px;}
.brs30{border-top-left-radius:30px;border-top-right-radius:30px;}
.brx30{border-bottom-left-radius:30px;border-bottom-right-radius:30px;}
.photo img{width:90px;height:90px;border-radius:8px;}
.photox img{width:45px;height:45px;border-radius:15px;}
.photol img{width:80px;height:80px;border-radius:15px;}
.zhong{margin:0 auto;}
.vam{vertical-align: middle;}
.tal{text-align:left;}
.tar{text-align:right;}
.tac{text-align:center;}
.ovy{overflow-y: hidden;overflow-x: overlay;}
.ovx{overflow-x: hidden;overflow-y: overlay;}
.ov{overflow:overlay;}
.ov
.oh{overflow: hidden;}
.tyc{overflow: hidden;text-overflow: ellipsis; white-space:nowrap;word-break:keep-all;}
.clear{clear:both;}
.cored{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}
.cred{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}
.cwhite{color:#fff;}
.tsh0{text-shadow: 2px 2px 3px rgba(0, 0, 0, .0)!important;}
.tsh{text-shadow: 2px 2px 3px rgba(0, 0, 0, .6)!important;}
.tsh2{text-shadow:1px 1px 1px rgba(0, 0, 0, .3)!important;}
.tsh3{text-shadow:1px 1px 1px rgba(0, 0, 0, .8)!important;}
.tsh4{text-shadow: 1px 1px 0px rgba(0, 0, 0, .5)!important;}
.tsh5{text-shadow: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f10)) 2px 2px 3px!important;}
.tsh6{text-shadow: 0 1px 2px #666!important;}
.tsh7{text-shadow: rgba(255, 255, 255, .5) 0 1px 0!important;}
.lts0{letter-spacing:0px;}
.lts1{letter-spacing:1px;}
.lts2{letter-spacing:2px;}
.clear{clear:both;}
.cored{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}
.left{float:left;}
.right{float:right;}
.center{width:500px; margin: 0 auto;}
.tcenter{text-align:center;}
.bora{border-radius:25px;}
.clear{clear:both;}
.hidden{display: none;}
.hidden2{visibility:hidden;}
.fonts{text-shadow: 1px 1px 3px hsl(var(--my_color_d), var(--my_color_e25), 81%);}
.baczheng{background: #fff;}
.bianda:hover{transform: scale(1.2);color:#000;}

@keyframes blink{ 0%{opacity: 1;} 100%{opacity: 0;} }
@-webkit-keyframes blink {0% { opacity: 1; }100% { opacity: 0; }}
@-moz-keyframes blink {0% { opacity: 1; }100% { opacity: 0; }}
@-ms-keyframes blink {0% {opacity: 1; }100% { opacity: 0;}}
@-o-keyframes blink {0% { opacity: 1; }100% { opacity: 0; }}
.blink{color: hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f5));animation: blink 1s linear infinite;-webkit-animation: blink 1s linear infinite;-moz-animation: blink 1s linear infinite;
-ms-animation: blink 1s linear infinite;-o-animation: blink 1s linear infinite;}

/*重要*/
.loading {display:none}
.loading{height:100%;width:100%;position:fixed;top:0;left:0;z-index:999999;background-color:rgba(250, 250, 250, .9)}
.loading img{width: 280px;height:210px;position: relative;top: 45%;left: 50%;margin-left:-140px;margin-top: -105px;}
#loader{display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f65)); -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite;}
#loader:before{content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color: hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f60)); -webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite;}
#loader:after{content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: hsl(var(--my_color_d), var(--my_color_e), 71%); -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite;}
@-webkit-keyframes spin{0%{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);} 100%{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}}
@keyframes spin{0%{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);} 100%{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);}}

.grayy { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }
.xhx{text-decoration:underline!important;}
.scx{text-decoration:line-through!important;margin:0 5px 0 5px;}
.xhx2{border-bottom:1px solid #bbb;padding-bottom:3px;}
.bhh{overflow: hidden!important;text-overflow:ellipsis!important;white-space: nowrap!important;}
.fl_l{width:66px!important;}
.ibfff{background: #fff!important;}
.ib000{background: #000!important;}
.ibddd{background: #ddd!important;}
.ibaaa{background: #aaa!important;}
.ibred{
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
 			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));}
.ib0{background:rgba(0, 0, 0, .00);}
.ib5{background:rgba(0, 0, 0, .05)!important;}
.ibqianlan{background-color:hsl(var(--my_color_d), var(--my_color_e), 95%)!important;}
.ibr0{border-radius:0px!important;}
.ibr2{border-radius:2px!important;}
.ibr3{border-radius:3px!important;}
.ibr5{border-radius:5px!important;}
.ibr10{border-radius:10px!important;}
.ibr20{border-radius:20px!important;}
.ibr25{border-radius:25px!important;}
.ibr30{border-radius:30px!important;}
.ibrs30{border-top-left-radius:30px!important;border-top-right-radius:30px!important;}
.ibrx30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important;}
.ibr_yuan{border-radius:50%!important;}
.zhushi{padding:5px 5px 5px 6px;margin:15px -5px -1px 0px;float:right;border-radius:6px;letter-spacing:0px;font-size:12px;color:#fff;background:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));line-height:10px;
box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;-webkit-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;-moz-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;-ms-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;-o-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;
}
.daohang1{width:200px;font-size:13px;text-align:center!important;color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f20))!important;}
.daohang1 span{float:left;display:inline-block!important;padding:5px 0;border-bottom:1px solid hsl(var(--my_color_d), 0%, 90%)!important;width:50%!important;cursor:pointer;}
.daohang1 span.active{border-bottom:1px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;}

.ic10{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f10))!important;}
.ic20{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f20))!important;}
.ic30{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f30))!important;}
.ic40{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40))!important;}
.ic50{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;}
.ic60{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60))!important;}
.ic70{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f70))!important;}
.ic80{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f80))!important;}
.ic90{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f90))!important;}

.ictou{color:rgba(0, 0, 0, 0)!important;}
.icfff{color:#fff!important;}
.icc00{color:#c00!important;}
.icred{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;}
.icred40{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40))!important;}
.icred60{color:hsla(var(--my_color_d), var(--my_color_e), var(--my_color_f40)0.9)!important;}
.icred70{color:hsla(var(--my_color_d), var(--my_color_e), var(--my_color_f40),0.7)!important;}
.icpink{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f15))!important;}
.icpink2{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60))!important;}
.icpink3{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f30))!important;}
.icblue{color:hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f10))!important;}
.icblue3{color:hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50))!important;}
.icblue4{color:hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f60))!important;}
.icblue5{color:hsl(var(--my_color_d), var(--my_color_e70), 72%)!important;}
.icblue6{color:hsl(var(--my_color_d), var(--my_color_e70), 82%)!important;}
.icblue7{color:hsl(var(--my_color_d), var(--my_color_e80), 84%)!important;}
.icorange{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f10))!important;}
.icorange2{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;}
.icorange3{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f30))!important;}
.icorange4{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40))!important;}
.icorange5{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;}
.icorange6{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60))!important;}
.icorange7{color:hsl(var(--my_color_d), var(--my_color_e), 72%)!important;}
.icorange8{color:hsl(var(--my_color_d), var(--my_color_e), 82%)!important;}
.icorange9{color:hsl(var(--my_color_d), var(--my_color_e), 92%)!important;}
.icblue2{color:hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f30))!important;}
.icyellow{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60))!important;}
.icredd{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f25))!important;}
.icredd2{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35))!important;}
.icredchang{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;}
.icred2{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;}
.icgreen{color:green!important;}
.iccblue{color:#197ce6!important;}
.ic000{color:#000!important;}
.ic111{color:#111!important;}
.ic222{color:#222!important;}
.ic333{color:#333!important;}
.ic444{color:#444!important;}
.ic555{color:#555!important;}
.ic666{color:#666!important;}
.ic777{color:#777!important;}
.ic888{color:#888!important;}
.ic999{color:#999!important;}
.icaaa{color:#aaa!important;}
.icddd{color:ddd!important;}
.ifz5{font-size:5px!important;}
.ifz6{font-size:6px!important;}
.ifz7{font-size:7px!important;}
.ifz8{font-size:8px!important;}
.ifz9{font-size:9px!important;}
.ifz10{font-size:10px!important;}
.ifz11{font-size:11px!important;}
.ifz12{font-size:12px!important;}
.ifz13{font-size:13px!important;}
.ifz14{font-size:14px!important;}
.ifz15{font-size:15px!important;}
.ifz16{font-size:16px!important;}
.ifz17{font-size:17px!important;}
.ifz18{font-size:18px!important;}
.ifz19{font-size:19px!important;}
.ifz20{font-size:20px!important;}
.ifz21{font-size:21px!important;}
.ifz22{font-size:22px!important;}
.ifz23{font-size:23px!important;}
.ifz24{font-size:24px!important;}
.ifz25{font-size:25px!important;}
.ifz26{font-size:26px!important;}
.ifz27{font-size:27px!important;}
.ifz28{font-size:28px!important;}
.ifz30{font-size:30px!important;}
.ifz31{font-size:31px!important;}
.ifz32{font-size:32px!important;}
.ifz33{font-size:33px!important;}
.ifz34{font-size:34px!important;}
.ifz35{font-size:35px!important;}
.ifz36{font-size:36px!important;}
.ifz37{font-size:37px!important;}
.ifz38{font-size:38px!important;}
.ifz40{font-size:40px!important;}
.ifz42{font-size:42px!important;}
.ifz48{font-size:48px!important;}
.ifz50{font-size:50px!important;}
.ifz51{font-size:51px!important;}
.ifz52{font-size:52px!important;}
.ifw700{font-weight:bold!important;}
.ifw100{font-weight:normal!important;}
.ilh10{line-height:10px!important;}
.ilh11{line-height:11px!important;}
.ilh12{line-height:12px!important;}
.ilh13{line-height:13px!important;}
.ilh14{line-height:14px!important;}
.ilh15{line-height:15px!important;}
.ilh16{line-height:16px!important;}
.ilh17{line-height:17px!important;}
.ilh18{line-height:18px!important;}
.ilh19{line-height:19px!important;}
.ilh20{line-height:20px!important;}
.ilh21{line-height:21px!important;}
.ilh22{line-height:22px!important;}
.ilh23{line-height:23px!important;}
.ilh24{line-height:24px!important;}
.ilh25{line-height:25px!important;}
.ilh26{line-height:26px!important;}
.ilh27{line-height:27px!important;}
.ilh28{line-height:28px!important;}
.ilh30{line-height:30px!important;}
.ilh35{line-height:35px!important;}
.ilh40{line-height:40px!important;}
.ilh50{line-height:50px!important;}
.imb0{margin-bottom:0px!important;}
.imb-1{margin-bottom:-1px!important;}
.imb-2{margin-bottom:-2px!important;}
.imb-3{margin-bottom:-3px!important;}
.imb-4{margin-bottom:-4px!important;}
.imb-5{margin-bottom:-5px!important;}
.imb-6{margin-bottom:-6px!important;}
.imb-7{margin-bottom:-7px!important;}
.imb-8{margin-bottom:-8px!important;}
.imb-9{margin-bottom:-9px!important;}
.imb-10{margin-bottom:-10px!important;}
.imb-11{margin-bottom:-11px!important;}
.imb-12{margin-bottom:-12px!important;}
.imb-13{margin-bottom:-13px!important;}
.imb-14{margin-bottom:-14px!important;}
.imb-15{margin-bottom:-15px!important;}
.imb-20{margin-bottom:-20px!important;}
.imb-23{margin-bottom:-23px!important;}
.imb-24{margin-bottom:-24px!important;}
.imb-25{margin-bottom:-25px!important;}
.imb-30{margin-bottom:-30px!important;}
.imb-35{margin-bottom:-35px!important;}
.imb-40{margin-bottom:-40px!important;}
.imb-50{margin-bottom:-50px!important;}
.imb1{margin-bottom:1px!important;}
.imb2{margin-bottom:2px!important;}
.imb3{margin-bottom:3px!important;}
.imb4{margin-bottom:4px!important;}
.imb5{margin-bottom:5px!important;}
.imb6{margin-bottom:6px!important;}
.imb8{margin-bottom:8px!important;}
.imb9{margin-bottom:9px!important;}
.imb10{margin-bottom:10px!important;}
.imb11{margin-bottom:11px!important;}
.imb12{margin-bottom:12px!important;}
.imb13{margin-bottom:13px!important;}
.imb14{margin-bottom:14px!important;}
.imb15{margin-bottom:15px!important;}
.imb20{margin-bottom:20px!important;}
.imb25{margin-bottom:25px!important;}
.imb30{margin-bottom:30px!important;}
.imb35{margin-bottom:35px!important;}
.imb40{margin-bottom:40px!important;}
.imb50{margin-bottom:50px!important;}
.imb60{margin-bottom:60px!important;}
.imb70{margin-bottom:70px!important;}
.imb80{margin-bottom:80px!important;}
.imb90{margin-bottom:90px!important;}
.imb100{margin-bottom:100px!important;}
.imb110{margin-bottom:110px!important;}
.imb120{margin-bottom:120px!important;}
.imb130{margin-bottom:130px!important;}
.imb150{margin-bottom:150px!important;}
.imb180{margin-bottom:180px!important;}
.imb200{margin-bottom:200px!important;}
.imr-1{margin-right:-1px!important;}
.imr-2{margin-right:-2px!important;}
.imr-3{margin-right:-3px!important;}
.imr-4{margin-right:-4px!important;}
.imr-5{margin-right:-5px!important;}
.imr-6{margin-right:-6px!important;}
.imr-7{margin-right:-7px!important;}
.imr-8{margin-right:-8px!important;}
.imr-9{margin-right:-9px!important;}
.imr-10{margin-right:-10px!important;}
.imr-15{margin-right:-15px!important;}
.imr-20{margin-right:-20px!important;}
.imr-30{margin-right:-30px!important;}
.imr-40{margin-right:-40px!important;}
.imr-50{margin-right:-50px!important;}
.imr0{margin-right:0px!important;}
.imr1{margin-right:1px!important;}
.imr2{margin-right:2px!important;}
.imr3{margin-right:3px!important;}
.imr4{margin-right:5px!important;}
.imr5{margin-right:5px!important;}
.imr6{margin-right:6px!important;}
.imr7{margin-right:7px!important;}
.imr8{margin-right:8px!important;}
.imr9{margin-right:9px!important;}
.imr10{margin-right:10px!important;}
.imr11{margin-right:11px!important;}
.imr12{margin-right:12px!important;}
.imr13{margin-right:13px!important;}
.imr14{margin-right:14px!important;}
.imr15{margin-right:15px!important;}
.imr16{margin-right:16px!important;}
.imr17{margin-right:17px!important;}
.imr18{margin-right:18px!important;}
.imr19{margin-right:19px!important;}
.imr20{margin-right:20px!important;}
.imr25{margin-right:25px!important;}
.imr26{margin-right:26px!important;}
.imr27{margin-right:27px!important;}
.imr28{margin-right:28px!important;}
.imr30{margin-right:30px!important;}
.imr32{margin-right:32px!important;}
.imr35{margin-right:35px!important;}
.imr40{margin-right:40px!important;}
.imr45{margin-right:45px!important;}
.imr50{margin-right:50px!important;}
.imr55{margin-right:55px!important;}
.imr60{margin-right:60px!important;}
.imr65{margin-right:65px!important;}
.imr65{margin-right:65px!important;}
.imr67{margin-right:67px!important;}
.imr68{margin-right:68px!important;}
.imr70{margin-right:70px!important;}
.iml-1{margin-left:-1px!important;}
.iml-2{margin-left:-2px!important;}
.iml-3{margin-left:-3px!important;}
.iml-4{margin-left:-3px!important;}
.iml-5{margin-left:-4px!important;}
.iml-6{margin-left:-6px!important;}
.iml-7{margin-left:-7px!important;}
.iml-8{margin-left:-8px!important;}
.iml-9{margin-left:-9px!important;}
.iml-10{margin-left:-10px!important;}
.iml-11{margin-left:-11px!important;}
.iml-12{margin-left:-12px!important;}
.iml-13{margin-left:-13px!important;}
.iml-14{margin-left:-14px!important;}
.iml-15{margin-left:-15px!important;}
.iml-20{margin-left:-20px!important;}
.iml-22{margin-left:-22px!important;}
.iml-25{margin-left:-25px!important;}
.iml-26{margin-left:-26px!important;}
.iml-28{margin-left:-28px!important;}
.iml-30{margin-left:-30px!important;}
.iml-35{margin-left:-35px!important;}
.iml-40{margin-left:-40px!important;}
.iml-45{margin-left:-45px!important;}
.iml-50{margin-left:-50px!important;}
.iml-60{margin-left:-60px!important;}
.iml-70{margin-left:-70px!important;}
.iml-80{margin-left:-80px!important;}
.iml0{margin-left:0px!important;}
.iml1{margin-left:1px!important;}
.iml2{margin-left:2px!important;}
.iml3{margin-left:3px!important;}
.iml4{margin-left:4px!important;}
.iml5{margin-left:5px!important;}
.iml6{margin-left:6px!important;}
.iml7{margin-left:7px!important;}
.iml8{margin-left:8px!important;}
.iml9{margin-left:9px!important;}
.iml10{margin-left:10px!important;}
.iml11{margin-left:11px!important;}
.iml12{margin-left:12px!important;}
.iml13{margin-left:13px!important;}
.iml14{margin-left:14px!important;}
.iml15{margin-left:15px!important;}
.iml16{margin-left:16px!important;}
.iml17{margin-left:17px!important;}
.iml18{margin-left:18px!important;}
.iml19{margin-left:19px!important;}
.iml20{margin-left:20px!important;}
.iml25{margin-left:25px!important;}
.iml30{margin-left:30px!important;}
.iml35{margin-left:35px!important;}
.iml40{margin-left:40px!important;}
.iml45{margin-left:45px!important;}
.iml50{margin-left:50px!important;}
.iml55{margin-left:55px!important;}
.iml60{margin-left:60px!important;}
.iml65{margin-left:65px!important;}
.iml67{margin-left:67px!important;}
.iml68{margin-left:68px!important;}
.iml70{margin-left:70px!important;}
.iml75{margin-left:75px!important;}
.iml80{margin-left:80px!important;}
.iml85{margin-left:85px!important;}
.iml90{margin-left:90px!important;}
.iml95{margin-left:95px!important;}
.iml100{margin-left:100px!important;}
.iml110{margin-left:110px!important;}
.iml120{margin-left:120px!important;}
.iml130{margin-left:130px!important;}
.imt0{margin-top:0px!important;}
.imt-1{margin-top:-1px!important;}
.imt-2{margin-top:-2px!important;}
.imt-3{margin-top:-3px!important;}
.imt-4{margin-top:-4px!important;}
.imt-5{margin-top:-5px!important;}
.imt-6{margin-top:-6px!important;}
.imt-7{margin-top:-7px!important;}
.imt-8{margin-top:-8px!important;}
.imt-9{margin-top:-9px!important;}
.imt-10{margin-top:-10px!important;}
.imt-11{margin-top:-11px!important;}
.imt-12{margin-top:-12px!important;}
.imt-13{margin-top:-13px!important;}
.imt-14{margin-top:-14px!important;}
.imt-15{margin-top:-15px!important;}
.imt-18{margin-top:-18px!important;}
.imt-20{margin-top:-20px!important;}
.imt-25{margin-top:-25px!important;}
.imt-30{margin-top:-30px!important;}
.imt-35{margin-top:-35px!important;}
.imt-40{margin-top:-40px!important;}
.imt-45{margin-top:-45px!important;}
.imt-50{margin-top:-50px!important;}
.imt-60{margin-top:-60px!important;}
.imt-70{margin-top:-70px!important;}
.imt-80{margin-top:-80px!important;}
.imt-90{margin-top:-90px!important;}
.imt-100{margin-top:-100px!important;}
.imt-110{margin-top:-110px!important;}
.imt-120{margin-top:-120px!important;}
.imt-130{margin-top:-130px!important;}
.imt-140{margin-top:-140px!important;}
.imt-180{margin-top:-180px!important;}
.imt1{margin-top:1px!important;}
.imt2{margin-top:2px!important;}
.imt3{margin-top:3px!important;}
.imt4{margin-top:4px!important;}
.imt5{margin-top:5px!important;}
.imt6{margin-top:6px!important;}
.imt7{margin-top:7px!important;}
.imt8{margin-top:8px!important;}
.imt9{margin-top:9px!important;}
.imt10{margin-top:10px!important;}
.imt11{margin-top:11px!important;}
.imt12{margin-top:12px!important;}
.imt13{margin-top:13px!important;}
.imt14{margin-top:14px!important;}
.imt15{margin-top:15px!important;}
.imt16{margin-top:16px!important;}
.imt17{margin-top:17px!important;}
.imt18{margin-top:18px!important;}
.imt19{margin-top:19px!important;}
.imt20{margin-top:20px!important;}
.imt21{margin-top:21px!important;}
.imt22{margin-top:22px!important;}
.imt23{margin-top:23px!important;}
.imt24{margin-top:24px!important;}
.imt25{margin-top:25px!important;}
.imt30{margin-top:30px!important;}
.imt35{margin-top:35px!important;}
.imt40{margin-top:40px!important;}
.imt45{margin-top:45px!important;}
.imt50{margin-top:50px!important;}
.imt55{margin-top:55px!important;}
.imt60{margin-top:60px!important;}
.imt65{margin-top:65px!important;}
.imt70{margin-top:70px!important;}
.imt80{margin-top:80px!important;}
.img5{margin:5px!important;}
.img8{margin:8px!important;}
.img10{margin:10px!important;}
.img15{margin:15px!important;}
.img20{margin:20px!important;}
.img25{margin:25px!important;}
.img35{margin:35px!important;}
.img40{margin:40px!important;}
.img45{margin:45px!important;}
.img50{margin:50px!important;}
.iserif{font-family:SimSun, sans-serif!important;}
.iheiti{font-family:SimSun, SimHei!important;}
.isongti{font-family:SimSun, SimSun!important;}
.ikaiti{font-family:SimSun, KaiTi!important;}
.ilshu{font-family:SimSun, 'LiSu'!important;}
.iyahei{font-family:"Microsoft YaHei"!important;}
.xieti{	font-style: italic!important;}
.ivam{vertical-align: middle!important;}
.ital{text-align:left!important;}
.itar{text-align:right!important;}
.itac{text-align:center!important;}
.iovy{overflow-y: hidden!important;overflow-x: auto!important;}
.iovx{overflow-y: auto!important;overflow-x: hidden!important;}
.iov{overflow: auto!important;}
.ioh{overflow: hidden!important;}


.ipd0{padding:0px!important;}
.ipd1{padding:1px!important;}
.ipd2{padding:2px!important;}
.ipd3{padding:3px!important;}
.ipd4{padding:4px!important;}
.ipd5{padding:5px!important;}
.ipd6{padding:6px!important;}
.ipd7{padding:7px!important;}
.ipd8{padding:8px!important;}
.ipd9{padding:9px!important;}
.ipd10{padding:10px!important;}
.ipd12{padding:12px!important;}
.ipd15{padding:15px!important;}
.ipd20{padding:20px!important;}
.ipd25{padding:25px!important;}
.ipd30{padding:30px!important;}
.ipd35{padding:35px!important;}
.ipd40{padding:40px!important;}
.ipd45{padding:45px!important;}
.ipd50{padding:50px!important;}
.ipd55{padding:55px!important;}
.ipd60{padding:60px!important;}
.ipd70{padding:70px!important;}
.ipd80{padding:80px!important;}
.ipdanniu{padding:0px 13px!important;}
.ipdan{padding:5px 10px!important;}
.ipb0{padding-bottom:0px!important;}
.ipb1{padding-bottom:1px!important;}
.ipb2{padding-bottom:2px!important;}
.ipb3{padding-bottom:3px!important;}
.ipb4{padding-bottom:4px!important;}
.ipb5{padding-bottom:5px!important;}
.ipb6{padding-bottom:6px!important;}
.ipb7{padding-bottom:7px!important;}
.ipb8{padding-bottom:8px!important;}
.ipb9{padding-bottom:9px!important;}
.ipb10{padding-bottom:10px!important;}
.ipb15{padding-bottom:15px!important;}
.ipb20{padding-bottom:20px!important;}
.ipb25{padding-bottom:25px!important;}
.ipb30{padding-bottom:30px!important;}
.ipb40{padding-bottom:40px!important;}
.ipb50{padding-bottom:50px!important;}
.ipb60{padding-bottom:60px!important;}
.ipb80{padding-bottom:80px!important;}
.ipt0{padding-top:0px!important;}
.ipt1{padding-top:1px!important;}
.ipt2{padding-top:2px!important;}
.ipt3{padding-top:3px!important;}
.ipt4{padding-top:4px!important;}
.ipt5{padding-top:5px!important;}
.ipt6{padding-top:6px!important;}
.ipt7{padding-top:7px!important;}
.ipt8{padding-top:8px!important;}
.ipt9{padding-top:9px!important;}
.ipt10{padding-top:10px!important;}
.ipt11{padding-top:11px!important;}
.ipt12{padding-top:12px!important;}
.ipt13{padding-top:13px!important;}
.ipt14{padding-top:14px!important;}
.ipt15{padding-top:15px!important;}
.ipt16{padding-top:16px!important;}
.ipt17{padding-top:17px!important;}
.ipt18{padding-top:18px!important;}
.ipt19{padding-top:19px!important;}
.ipt20{padding-top:20px!important;}
.ipt21{padding-top:21px!important;}
.ipt22{padding-top:22px!important;}
.ipt23{padding-top:23px!important;}
.ipt24{padding-top:24px!important;}
.ipt25{padding-top:25px!important;}
.ipt30{padding-top:30px!important;}
.ipt35{padding-top:35px!important;}
.ipt40{padding-top:40px!important;}
.ipt45{padding-top:45px!important;}
.ipt50{padding-top:50px!important;}
.ipt80{padding-top:80px!important;}
.ipr0{padding-right:0px!important;}
.ipr1{padding-right:1px!important;}
.ipr2{padding-right:2px!important;}
.ipr3{padding-right:3px!important;}
.ipr5{padding-right:4px!important;}
.ipr5{padding-right:5px!important;}
.ipr6{padding-right:6px!important;}
.ipr7{padding-right:7px!important;}
.ipr8{padding-right:8px!important;}
.ipr9{padding-right:9px!important;}
.ipr10{padding-right:10px!important;}
.ipr11{padding-right:11px!important;}
.ipr12{padding-right:12px!important;}
.ipr13{padding-right:13px!important;}
.ipr14{padding-right:14px!important;}
.ipr15{padding-right:15px!important;}
.ipr17{padding-right:17px!important;}
.ipr18{padding-right:18px!important;}
.ipr19{padding-right:19px!important;}
.ipr20{padding-right:20px!important;}
.ipr21{padding-right:21px!important;}
.ipr22{padding-right:22px!important;}
.ipr23{padding-right:23px!important;}
.ipr24{padding-right:24px!important;}
.ipr25{padding-right:25px!important;}
.ipr30{padding-right:30px!important;}
.ipr35{padding-right:35px!important;}
.ipr40{padding-right:40px!important;}
.ipr45{padding-right:45px!important;}
.ipr50{padding-right:50px!important;}
.ipr60{padding-right:60px!important;}
.ipr70{padding-right:70px!important;}
.ipr80{padding-right:80px!important;}
.ipr90{padding-right:90px!important;}
.ipl0{padding-left:0px!important;}
.ipl1{padding-left:1px!important;}
.ipl2{padding-left:2px!important;}
.ipl3{padding-left:3px!important;}
.ipl4{padding-left:4px!important;}
.ipl5{padding-left:5px!important;}
.ipl6{padding-left:6px!important;}
.ipl7{padding-left:7px!important;}
.ipl8{padding-left:8px!important;}
.ipl9{padding-left:9px!important;}
.ipl10{padding-left:10px!important;}
.ipl11{padding-left:11px!important;}
.ipl12{padding-left:12px!important;}
.ipl13{padding-left:13px!important;}
.ipl14{padding-left:14px!important;}
.ipl15{padding-left:15px!important;}
.ipl15{padding-left:15px!important;}
.ipl17{padding-left:17px!important;}
.ipl18{padding-left:18px!important;}
.ipl19{padding-left:19px!important;}
.ipl20{padding-left:20px!important;}
.ipl21{padding-left:21px!important;}
.ipl22{padding-left:22px!important;}
.ipl23{padding-left:23px!important;}
.ipl24{padding-left:24px!important;}
.ipl25{padding-left:25px!important;}
.ipl30{padding-left:30px!important;}
.ipl35{padding-left:35px!important;}
.ipl40{padding-left:40px!important;}
.ipl45{padding-left:45px!important;}
.ipl50{padding-left:50px!important;}
.ipl60{padding-left:60px!important;}
.ipl70{padding-left:70px!important;}
.ipl80{padding-left:80px!important;}
.ipl90{padding-left:90px!important;}
.iplr5{padding:0px 5px 0px 5px!important;}
.iplr10{padding:0px 10px 0px 10px!important;}
.iplr20{padding:0px 20px 0px 20px!important;}
.ipanniu{padding:4px 13px!important;}
.ipbotton{padding:6px 16px!important;}
.ipbotton2{padding:4px 9px 4px 5px!important;}
.ipbotton3{padding:5px 9px 1px 0px!important;}
.ipbotton4{padding:6px 12px 3px 3px!important;}
.ipbotton5{padding:8px 12px 5px 6px!important;}
.ia000{padding:6px 22px!important;}

.ityc{overflow: hidden!important;text-overflow: ellipsis; white-space:nowrap;word-break:keep-all;}
.iclear{clear:both!important;}
.itshh{text-shadow: 1px 1px 1px rgba(0, 0, 0, .6)!important;}
.ilts0{letter-spacing:0px!important;}
.ilts1{letter-spacing:1px!important;}
.ilts2{letter-spacing:2px!important;}
.ilts3{letter-spacing:3px!important;}
.ilts4{letter-spacing:4px!important;}
.ilts5{letter-spacing:5px!important;}
.ilts6{letter-spacing:6px!important;}
.ilts7{letter-spacing:7px!important;}
.ilts8{letter-spacing:8px!important;}
.ilts9{letter-spacing:9px!important;}
.iclear{clear:both!important;}
.ileft{float:left!important;}
.iright{float:right!important;}
.ibora{border-radius:25px!important;}
.iclear{clear:both!important;}
.ihidden{display: none!important;}
.ihidden2{visibility:hidden!important;}
.ifixed{position: fixed!important;}
.iabsolute{position:absolute!important;}
.irelative{position:relative!important;}
.itleft{text-align:left!important;}
.itright{text-align:right!important;}
.itcenter{text-align:center!important;}
.itj01{width:0.1px!important;height:0.1px!important;}
.itj1{width:1px!important;height:1px!important;}
.itj3{width:3px!important;height:3px!important;}
.itj5{width:5px!important;height:5px!important;}
.itj8{width:8px!important;height:8px!important;}
.itj10{width:10px!important;height:10px!important;}
.itj15{width:15px!important;height:15px!important;}
.itj18{width:18px!important;height:18px!important;}
.itj20{width:20px!important;height:20px!important;}
.itj25{width:25px!important;height:25px!important;}
.itj30{width:30px!important;height:30px!important;}
.itj35{width:35px!important;height:35px!important;}
.itj40{width:40px!important;height:40px!important;}
.itj45{width:45px!important;height:45px!important;}
.itj50{width:50px!important;height:50px!important;}
.itj60{width:60px!important;height:60px!important;}
.itj70{width:70px!important;height:70px!important;}
.itj80{width:80px!important;height:80px!important;}
.itj90{width:90px!important;height:90px!important;}
.itj100{width:100px!important;height:100px!important;}
.itj200{width:200px!important;height:200px!important;}
.iwd1{width:1%!important;}
.iwd2{width:2%!important;}
.iwd3{width:3%!important;}
.iwd4{width:4%!important;}
.iwd5{width:5%!important;}
.iwd6{width:6%!important;}
.iwd7{width:7%!important;}
.iwd8{width:8%!important;}
.iwd9{width:9%!important;}
.iwd10{width:10%!important;}
.iwd11{width:11%!important;}
.iwd12{width:12%!important;}
.iwd13{width:13%!important;}
.iwd14{width:14%!important;}
.iwd15{width:15%!important;}
.iwd20{width:20%!important;}
.iwd21{width:21%!important;}
.iwd22{width:22%!important;}
.iwd23{width:23%!important;}
.iwd24{width:24%!important;}
.iwd25{width:25%!important;}
.iwd28{width:28%!important;}
.iwd30{width:30%!important;}
.iwd31{width:31%!important;}
.iwd32{width:32%!important;}
.iwd33{width:33%!important;}
.iwd34{width:34%!important;}
.iwd35{width:35%!important;}
.iwd40{width:40%!important;}
.iwd45{width:45%!important;}
.iwd50{width:50%!important;}
.iwd55{width:55%!important;}
.iwd60{width:60%!important;}
.iwd65{width:65%!important;}
.iwd67{width:67%!important;}
.iwd70{width:70%!important;}
.iwd72{width:72%!important;}
.iwd73{width:73%!important;}
.iwd75{width:75%!important;}
.iwd80{width:80%!important;}
.iwd81{width:81%!important;}
.iwd82{width:82%!important;}
.iwd83{width:83%!important;}
.iwd85{width:84%!important;}
.iwd85{width:85%!important;}
.iwd86{width:86%!important;}
.iwd90{width:90%!important;}
.iwd91{width:91%!important;}
.iwd92{width:92%!important;}
.iwd93{width:93%!important;}
.iwd94{width:94%!important;}
.iwd95{width:95%!important;}
.iwd96{width:96%!important;}
.iwd97{width:97%!important;}
.iwd98{width:98%!important;}
.iwd99{width:99%!important;}
.iwd100{width:100%!important;}
.iwd105{width:105%!important;}
.iwd110{width:110%!important;}
.iwd120{width:120%!important;}
.ihe100{height:100%!important;}
.iwdmax82{max-width:82%!important;}
.iwdmax84{max-width:84%!important;}
.iwdmax85{max-width:85%!important;}
.iwdmax90{max-width:90%!important;}
.iwdmax95{max-width:95%!important;}
.iwda{width:auto!important;}
.izhong{margin:0 auto!important;}
.bianda0:hover{transform: scale(1);}
.bianda105:hover{transform: scale(1.05);}
.bianda11:hover{transform: scale(1.1);}
.bianda12:hover{transform: scale(1.2);}
.bianda13:hover{transform: scale(1.3);}
.bianda14:hover{transform: scale(1.4);}
.bianda15:hover{transform: scale(1.5);}
.biandaa12:{transform: scale(1.2);}
.transform25{transform:skewx(25deg);}
.transform50{transform:skewx(50deg);}
.transform-25{transform:skewx(-25deg);}
.transform-50{transform:skewx(-50deg);}
.mo_suoxiao{
	transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
}
.boxsize{box-sizing: border-box;}

.no-padding{
-moz-box-sizing: border-box!important;  /*Firefox3.5+*/
-webkit-box-sizing: border-box!important; /*Safari3.2+*/
-o-box-sizing: border-box!important; /*Opera9.6*/
-ms-box-sizing: border-box!important; /*IE8*/
box-sizing: border-box!important; /*W3C标准(IE9+，Safari5.1+, Chrome10.0+, Opera10.6+都符合box-sizing的w3c标准语法)*/
}
.hang1 {
	margin:5px 5px 0px 40px;
	background-color:hsl(var(--my_color_d), var(--my_color_e25), 97%);
	font-family: yahei, 'Open Sans', sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#000;
	text-align:left;
	letter-spacing:1px;
	cursor:pointer;
	position:relative;
	padding:6px 0px 6px 20px;
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 89%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 131%) 100%);
	background-image: -webkit-gradient(	linear, left bottom, left top, color-stop(0, hsl(var(--my_color_d), var(--my_color_e25), 89%)), color-stop(1, hsl(var(--my_color_d), var(--my_color_e25), 131%)));
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	-webkit-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
}
.hang1::before {
	content:"1";
	text-align:center;
	width:35px;
	position:absolute;
	display:block;
	padding:6px 2px 7px 5px;
	top:-1px;
	left:-36px;
	font-size:14px;
	font-weight:bold;
	color:hsl(var(--my_color_d), var(--my_color_e25), 97%);
	text-shadow:1px 1px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30));
	border-right:solid 1px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30));
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50)) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f65))), color-stop(1, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50))));
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	-webkit-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 0px 5px 3px #999 ;
	-moz-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 0px 5px 3px #999 ;
	-o-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 0px 5px 3px #999 ;
	box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 0px 6px 3px #999 ;
}
.hang1:active {
	top:3px;
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 131%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 131%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 131%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 131%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 131%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
	background-image: -webkit-gradient(
	linear, 
	left bottom, 
	left top, 
	color-stop(0, hsl(var(--my_color_d), var(--my_color_e25), 131%)), 
	color-stop(1, hsl(var(--my_color_d), var(--my_color_e25), 89%))
	);
	-webkit-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
}
.hang1:active::before {
	top:-3px;
	-webkit-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 1px 1px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 2px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 2px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 3px 2px 1px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999 ;
	-moz-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 1px 1px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 2px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 2px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 3px 2px 1px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999 ;
	-o-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 1px 1px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 2px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 2px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 3px 2px 1px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999 ;
	box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30)), 1px 1px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 2px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 2px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 3px 2px 1px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999 ;
}
.two_button2::before {
	content:"2";
}
.three_button2::before {
	content:"3";
}
.four_button2::before {
	content:"4";
}
.five_button2::before {
	content:"5";
}
.six_button2::before {
	content:"6";
}
.seven_button2::before {
	content:"7";
}
.eight_button2::before {
	content:"8";
}
.nine_button2::before {
	content:"9";
}
.wen_button2::before {
	content:"问";
}
/*展开*/
.zhankai2 {display:none;text-align: justify!important;
overflow: hidden;
letter-spacing:1px;
/* text-indent:-32px; */
padding:10px 0px 10px 32px;
font-size:14px;
text-align:left;
line-height:26px;
margin:5px 10px 5px 5px;
z-index: 2;
font-family:'Microsoft Yahei', 'SimSun', serif;
}
.hangzong{margin-bottom:15px;}
.zhankai2 p{margin-bottom:5px;text-align: justify!important;}
.zhankai1 p{margin-bottom:5px;text-align: justify!important;}
.zhankai1 {
text-indent:-26px;
width:90%;
height:0px;
overflow: hidden;
letter-spacing:1px;
text-indent:-2em;
padding:15px 20px 0px 42px;
font-size:17px;
text-align:left;
line-height:25px;
margin:5px 10px 10px 0px;
z-index: 2;
font-family:'Microsoft Yahei', 'SimSun', serif;
-webkit-transition: height 0.5s ease-in;
-moz-transition: height 0.5s ease-in;
-o-transition: height 0.5s ease-in;
transition: height 0.5s ease-in;
}
.zhankai1 p{margin-bottom:5px;font-size:16px;letter-spacing:1px;}
.hangzong:hover .zhankai1{height:220px;}

.hangzong1{}
.hangzong1:hover .zhankai1{height:950px;}

.hangzong2{}
.hangzong2:hover .zhankai1{height:310px;}

.hangzong3{}
.hangzong3:hover .zhankai1{height:400px;}

.hangzong4{}
.hangzong4:hover .zhankai1{height:1150px;}

.hangzong5{}
.hangzong5:hover .zhankai1{height:200px;}

.hangzong6{}
.hangzong6:hover .zhankai1{height:380px;}


.is_xianshi {display:block;}
@media only screen and (max-width: 1556px) {.is_xianshi {display:none;}}
.lingxing_1{position: relative;top: 0px;width: 60px;height: 25px;line-height: 25px;text-align: center;color: white;}
.lingxing_1:before{content: '';position: absolute;top: 0; right: 0; bottom: 0; left: 0;background-color: hsl(var(--my_color_d), var(--my_color_e), 85%);transform: skewX(-25deg);z-index: -1;}

.lingxing_2{position: relative;top: 0px;width: 200px;height: 25px;line-height: 25px;text-align: left;color: white;}
.lingxing_2:before{content: '';position: absolute;top: 0; right: 0; bottom: 0; left: 0;background-color: hsl(var(--my_color_d), var(--my_color_e), 85%);transform: skewX(-25deg);z-index: -1;}

.triangle_left {height: 0;width: 80px;border-top: 30px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f65));border-right: 30px solid transparent;}
.triangle_zhong {height: 0;width: 120px;border-bottom: 120px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f65));border-right: 60px solid transparent;border-left: 60px solid transparent;}
.triangle_right {height: 0;width: 80px;border-bottom: 30px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f65));border-left: 30px solid transparent;}
.sphere{width: 70px;height: 70px;border-radius: 50%;background: radial-gradient(circle at 30px 30px, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)), hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f5))); }
.sphere_blue{width: 30px;height: 30px;font-size:13px;border-radius: 50%;background: radial-gradient(circle at 10px 10px, hsl(var(--my_color_d), var(--my_color_e70), 70%), hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f20))); }
.sphere_redd{width: 30px;height: 30px;font-size:13px;border-radius: 50%;background: radial-gradient(circle at 10px 10px, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f10))); }
.sphere_orange{width: 30px;height: 30px;font-size:13px;border-radius: 50%;background: radial-gradient(circle at 10px 10px, hsl(var(--my_color_d), var(--my_color_e), 70%), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f20))); }
.sphere_pink{width: 30px;height: 30px;font-size:13px;border-radius: 50%;background: radial-gradient(circle at 10px 10px, hsl(var(--my_color_d), var(--my_color_e), 70%), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f20))); }
.sphere_red{width: 30px;height: 30px;font-size:13px;border-radius: 50%;background: radial-gradient(circle at 10px 10px, hsl(var(--my_color_d), var(--my_color_e), 70%), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f20))); }
.sphere2{            
width: 80px;            
height: 40px;            
border-radius: 5px;            
background: radial-gradient(circle at 30px 30px, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)), hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f5))); 
}
.title2{
padding:3px 20px;
margin:0px 15px 0px 0px;
height: 20px;
line-height: 20px;
float:left;
display: inline-block;color:#000; text-align: center;  border-radius:2px; box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .6);
letter-spacing:1px;
background: hsl(var(--my_color_d), var(--my_color_e25), 89%);
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
}
.biansezi{color: transparent;font-weight:700;letter-spacing:1px;
font-family:SimSun, 'Microsoft YaHei', 'STXinwei', 'LiSu', 'SimSun', 'Microsoft YaHei';
background-color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));text-shadow : rgba(255, 255, 255, 0.2) 0 5px 6px, rgba(255, 255, 255, 0.3) 1px 3px 3px;
-webkit-background-clip : text;}
.biansezi2{
    background-image: -webkit-linear-gradient(left, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)), hsl(var(--my_color_d), var(--my_color_e), 70%) 10%, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 20%, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)) 30%, hsl(var(--my_color_d), var(--my_color_e), 90%) 40%, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 50%, hsl(var(--my_color_d), var(--my_color_e), 90%) 60%, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)) 70%, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 80%, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 90%, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 100%);
    -webkit-text-fill-color: transparent;/* 将字体设置成透明色 */
    -webkit-background-clip: text;/* 裁剪背景图，使文字作为裁剪区域向外裁剪 */
    -webkit-background-size: 200% 100%; 
    -webkit-animation: masked-animation 11s linear infinite;
    font-size: 35px;
}
.biansezi3{
    background-image: url(/static/skins/2018/images/shop/24.jpg);
	background-repeat:no;
	background-origin: border-box;
    -webkit-text-fill-color: transparent;/* 将字体设置成透明色 */
    -webkit-background-clip: text;/* 裁剪背景图，使文字作为裁剪区域向外裁剪 */
    -webkit-background-size: 200% 100%; 
    -webkit-animation: masked-animation 11s linear infinite;
}
@keyframes masked-animation {
    0% {
        background-position: 0  0;
    }
    100% {
        background-position: -100%  0;
    }
}
.spfz {          /* 水平镜像翻转 */
            -moz-transform:scaleX(-1);
            -webkit-transform:scaleX(-1);
            -o-transform:scaleX(-1);
            transform:scaleX(-1);
            /*兼容IE*/
            filter:FlipH;
        }
.czfz {        /* 垂直镜像翻转 */
            -moz-transform:scaleY(-1);
            -webkit-transform:scaleY(-1);
            -o-transform:scaleY(-1);
            transform:scaleY(-1);
            /*兼容IE*/
            filter:FlipV;
}
.fz90{transform:rotate(90deg);
        -ms-transform:rotate(90deg); /* Internet Explorer 9*/
        -moz-transform:rotate(90deg); /* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz-90{transform:rotate(-90deg);
        -ms-transform:rotate(-90deg); /* Internet Explorer 9*/
        -moz-transform:rotate(-90deg); /* Firefox */
        -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
        -o-transform:rotate(-90deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz15{transform:rotate(15deg);
        -ms-transform:rotate(15deg); /* Internet Explorer 9*/
        -moz-transform:rotate(15deg); /* Firefox */
        -webkit-transform:rotate(15deg); /* Safari 和 Chrome */
        -o-transform:rotate(15deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz30{transform:rotate(30deg);
        -ms-transform:rotate(30deg); /* Internet Explorer 9*/
        -moz-transform:rotate(30deg); /* Firefox */
        -webkit-transform:rotate(30deg); /* Safari 和 Chrome */
        -o-transform:rotate(30deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz45{transform:rotate(45deg);
        -ms-transform:rotate(45deg); /* Internet Explorer 9*/
        -moz-transform:rotate(45deg); /* Firefox */
        -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
        -o-transform:rotate(45deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz50{transform:rotate(50deg);
        -ms-transform:rotate(50deg); /* Internet Explorer 9*/
        -moz-transform:rotate(50deg); /* Firefox */
        -webkit-transform:rotate(50deg); /* Safari 和 Chrome */
        -o-transform:rotate(50deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz55{transform:rotate(55deg);
        -ms-transform:rotate(55deg); /* Internet Explorer 9*/
        -moz-transform:rotate(55deg); /* Firefox */
        -webkit-transform:rotate(55deg); /* Safari 和 Chrome */
        -o-transform:rotate(55deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz60{transform:rotate(60deg);
        -ms-transform:rotate(60deg); /* Internet Explorer 9*/
        -moz-transform:rotate(60deg); /* Firefox */
        -webkit-transform:rotate(60deg); /* Safari 和 Chrome */
        -o-transform:rotate(60deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz70{transform:rotate(70deg);
        -ms-transform:rotate(70deg); /* Internet Explorer 9*/
        -moz-transform:rotate(70deg); /* Firefox */
        -webkit-transform:rotate(70deg); /* Safari 和 Chrome */
        -o-transform:rotate(70deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz43{transform:rotate(43deg);
        -ms-transform:rotate(43deg); /* Internet Explorer 9*/
        -moz-transform:rotate(43deg); /* Firefox */
        -webkit-transform:rotate(43deg); /* Safari 和 Chrome */
        -o-transform:rotate(43deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz-50{transform:rotate(-50deg);
        -ms-transform:rotate(-50deg); /* Internet Explorer 9*/
        -moz-transform:rotate(-50deg); /* Firefox */
        -webkit-transform:rotate(-50deg); /* Safari 和 Chrome */
        -o-transform:rotate(-50deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz-55{transform:rotate(-55deg);
        -ms-transform:rotate(-55deg); /* Internet Explorer 9*/
        -moz-transform:rotate(-55deg); /* Firefox */
        -webkit-transform:rotate(-55deg); /* Safari 和 Chrome */
        -o-transform:rotate(-55deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz-60{transform:rotate(-60deg);
        -ms-transform:rotate(-60deg); /* Internet Explorer 9*/
        -moz-transform:rotate(-60deg); /* Firefox */
        -webkit-transform:rotate(-60deg); /* Safari 和 Chrome */
        -o-transform:rotate(-60deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz-70{transform:rotate(-70deg);
        -ms-transform:rotate(-70deg); /* Internet Explorer 9*/
        -moz-transform:rotate(-70deg); /* Firefox */
        -webkit-transform:rotate(-70deg); /* Safari 和 Chrome */
        -o-transform:rotate(-70deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz-45{transform:rotate(-45deg);
        -ms-transform:rotate(-45deg); /* Internet Explorer 9*/
        -moz-transform:rotate(-45deg); /* Firefox */
        -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
        -o-transform:rotate(-45deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz-15{transform:rotate(-15deg);
        -ms-transform:rotate(-15deg); /* Internet Explorer 9*/
        -moz-transform:rotate(-15deg); /* Firefox */
        -webkit-transform:rotate(-15deg); /* Safari 和 Chrome */
        -o-transform:rotate(15deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz-30{transform:rotate(-30deg);
        -ms-transform:rotate(-30deg); /* Internet Explorer 9*/
        -moz-transform:rotate(-30deg); /* Firefox */
        -webkit-transform:rotate(-30deg); /* Safari 和 Chrome */
        -o-transform:rotate(-30deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.fz180{transform:rotate(180deg);
        -ms-transform:rotate(180deg); /* Internet Explorer 9*/
        -moz-transform:rotate(180deg); /* Firefox */
        -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
        -o-transform:rotate(180deg); /* Opera */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
.shiming_td_fee1{width:100px;}
.shiming_td_fee2{width:100px;}
.shiming_td_fee3{width:100px;}
.liaotiankuang: {padding:10px;height:30px;}
.liaotiankuang:hover{background:#ddd;}
.liaotiankuang:visited{background:#ddd;}
.liaotiankuang_gaodu{z-index:9999;background: transparent!important;}
.liaotiankuang_gaodu_zhu{width:250px;height:580px;bottom:34px;right:15px;z-index:9999;background: transparent!important;}
/* @media only screen and (max-height: 770px) {.liaotiankuang_gaodu{width:1180px;height:580px;bottom:41px;right:15px;z-index:9999;}} */

.xuanzhong .active {
  position: relative;
  transition: all 0.5s ease;
  border:1px dashed hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;
  }
 .xuanzhong .active::after {
	content: '✔ ';
	display: block;
	height: 0px;
	width: 0px;
	position: absolute;
	bottom: 0;
	right: 0;
	color:#fff;
	font-size: 10px;
	line-height: 5px;
	border: 7px solid;
	border-color: transparent hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60)) hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60)) transparent;
}
.xuanzhong3 .active {
  position: relative;
  transition: all 0.5s ease;
  border:0px dashed hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;
  }
 .xuanzhong3 .active::after {
	content: '✔ ';
	display: block;
	height: 0px;
	width: 0px;
	position: absolute;
	bottom: 0;
	right: 0;
	color:#fff;
	font-size: 10px;
	line-height: 5px;
	border: 7px solid;
	border-color: transparent hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60)) hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60)) transparent;
}
.xuanzhong2{display: inline-block;padding: 0 15px;margin-right:10px;height:22px;line-height:22px;
background: hsl(var(--my_color_d), var(--my_color_e25), 89%)!important;
			 background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%))!important;
			 background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)))!important;
			 background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%))!important;
			 background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%))!important;
			 background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%))!important;
color:#333;box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .6);border:1px solid #eee;}
.xuanzhong2.active {background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;
 			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))))!important;
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
			background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
color:#fff!important;text-shadow:1px 1px 3px rgba(0, 0, 0, .5);border:1px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)); }
.xuanzhong2.active a {color:#fff!important;}

.xuanzhongda .active {
  position: relative;
  transition: all 0.5s ease;
  /* border:1px dashed hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important; */
}
.xuanzhongda .active::after {
content: '✔ ';
display: block;
height: 0px;
width: 0px;
position: absolute;
bottom: 0;
right: 0;
color:#fff;
font-size: 12px;
line-height: 3px;
border: 10px solid;
border-color: transparent hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60)) hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60)) transparent;
}

#audio_btn{width: 35px;height: 35px;background-image: url(/static/skins/2018/images/yinyue.png);background-repeat: no-repeat;background-size: contain;}
.rotate {animation: rotating 3s linear infinite;-webkit-animation: rotating 3s linear infinite;-moz-animation: rotating 3s linear infinite;-o-animation: rotating 3s linear infinite;-ms-animation: rotating 3s linear infinite;
animation-play-state:running;-webkit-animation-play-state:running;-moz-animation-play-state:running;-o-animation-play-state:running;-ms-animation-play-state:running;}
.rotate-pause {animation-play-state:paused;-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;-ms-animation-play-state:paused;}
@keyframes rotating {from { transform: rotate(0) }to { transform: rotate(360deg) }}
@-webkit-keyframes rotating {from { -webkit-transform: rotate(0) }to { -webkit-transform: rotate(360deg) }}
@-moz-keyframes rotating {from { -moz-transform: rotate(0) }to { -moz-transform: rotate(360deg) }}
@-o-keyframes rotating {from { -o-transform: rotate(0) }to { -o-transform: rotate(360deg) }}
@-ms-keyframes rotating {from { -ms-transform: rotate(0) }to { -ms-transform: rotate(360deg) }}

.border_a{border:1px dashed hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;}
.bacglossy_shu{content:"";position:absolute;
background-image: 		-webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
						color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
background-image: 		-moz-linear-gradient(left, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, .5) );	
background-image: 		gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
						color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	}
.bacglossy_heng{content:"";position:absolute;
background-image: 		-webkit-gradient(linear, 0% 100%, 0 0, from( rgba(255, 255, 255, .33) ), to( rgba(255, 255, 255, .3) ), 
						color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
background-image: 		-moz-linear-gradient(left, rgba(255, 255, 255, .33), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, .3) );	
background-image: 		gradient(linear, 0% 100%, 0 0, from( rgba(255, 255, 255, .33) ), to( rgba(255, 255, 255, .3) ), 
						color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	}
						
.bac_chang {
	color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f15));
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
	position:relative;
	padding: 0.25em 1em 0.25em 1em;
	line-height: 22px;
	border-bottom: 1px solid hsl(var(--my_color_d), 0%, 93%);
	border-width: 1px 0;
	font-size:12px;
	font-weight: normal;
	border:1px solid hsl(var(--my_color_d), var(--my_color_e95), 92%);
	background: hsl(var(--my_color_d), var(--my_color_e95), 92%);
	text-shadow: 		rgba(255, 255, 255, .5) 0 1px 0;
	-webkit-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
	box-shadow: 		inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
}
.bactouming{background:hsla(18, 100%, 95%, 0)!important;}
.bacchang{background:hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50))!important;}
.bacredd{background:hsl(var(--my_color_d), var(--my_color_e), 95%)!important;}
.bacredd2{background:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;}
.bacredd3{background:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35))!important;}
.bacreddd2{background:hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f50))!important;}
.bacpink{background:hsl(var(--my_color_d), var(--my_color_e), 90%)!important;}
.bacpink2{background:hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f60))!important;}
.bacpink3{background:hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f50))!important;}
.bacblue{background:hsl(var(--my_color_d), var(--my_color_e80), 90%)!important;}
.bacblue2{background:hsl(var(--my_color_d), var(--my_color_e80), 84%)!important;}
.bacblue3{background:hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f35))!important;}
.bacblue4{background:hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f35))!important;}
.bacgreen{background:hsl(var(--my_color_d), 60%, 85%)!important;}

.borredd{border-color:hsl(var(--my_color_d), var(--my_color_e), 95%)!important;}
.borredd2{border-color:hsl(var(--my_color_d), var(--my_color_e), 90%)!important;}
.borpink{border-color:hsl(var(--my_color_d), var(--my_color_e), 90%)!important;}
.borblue{border-color:hsl(var(--my_color_d), var(--my_color_e80), 90%)!important;}
.borblue2{border-color:hsl(var(--my_color_d), var(--my_color_e80), 84%)!important;}
.borblue3{border-color:hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f60))!important;}
.borfff{border-color:#fff!important;}
.border0{border:0px!important;}
.border1{border:1px solid hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f50))!important;}
.border_fff{border:1px solid #fff;}
.border_f8{border:1px solid #f8f8f8;}
.border_eee{border:1px solid hsl(var(--my_color_d), var(--my_color_e75), 92%)!important;}
.border_chang{border:1px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f30))!important;}
.boreee{border-color:#eee!important;}
.bacorange{background:hsl(var(--my_color_d), var(--my_color_e), 85%)!important;}
.bacorange2{background:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f65))!important;}
.bacorange3{background:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35))!important;}
.bororange{border-color:hsl(var(--my_color_d), var(--my_color_e80), 90%)!important;}
.bororange2{border-color:hsl(var(--my_color_d), var(--my_color_e80), 84%)!important;}
.bororange3{border-color:hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f35))!important;}
.bacblue33{
background: hsl(var(--my_color_d), var(--my_color_e80), 90%)!important;
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e75), 70%), hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f50)))!important;
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e75), 70%)), to(hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f50))))!important;
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e75), 70%), hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f50)))!important;
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e75), 70%), hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f50)))!important;
background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e75), 70%), hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f50)))!important;
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e75), 70%), hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f50)))!important;}
.bacred{
background: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50))!important;
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))))!important;
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;}
.bacred2{background:radial-gradient(circle, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;}
.bacwhite{background: hsl(var(--my_color_d), var(--my_color_e85), 89%)!important;
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), 97%), hsl(var(--my_color_d), var(--my_color_e85), 89%))!important;
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), 97%)), to(hsl(var(--my_color_d), var(--my_color_e85), 89%)))!important;
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), 97%), hsl(var(--my_color_d), var(--my_color_e85), 89%))!important;
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), 97%), hsl(var(--my_color_d), var(--my_color_e85), 89%));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), 97%), hsl(var(--my_color_d), var(--my_color_e85), 89%))!important;
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), 97%), hsl(var(--my_color_d), var(--my_color_e85), 89%))!important;}
.bacfa{background: hsl(var(--my_color_d), var(--my_color_e95), 96%)!important;}
.bacfff{background: #fff!important;}
.bacddd{background: hsl(var(--my_color_d), var(--my_color_e85), 85%)!important;}
.baceee{background: hsl(var(--my_color_d), var(--my_color_e75), 92%)!important;}
.bac000{background: #000!important;}

.anniu_red_active{background:linear-gradient(to left top, hsl(var(--my_color_d), 90%, var(--my_color_f50)) 50%, var(--my_color_f5)) 50%)!important;border-radius:30%!important;border:1px solid hsl(var(--my_color_d), var(--my_color_e25), 98%)!important;color:#fff!important;padding:1px 5px;text-shadow:1px 1px 1px rgba(0, 0, 0, .3);}
.anniu_red{background:#fff!important;border-radius:30%!important;border:1px solid hsl(var(--my_color_d), 90%, var(--my_color_f50))!important;color:hsl(var(--my_color_d), 90%, var(--my_color_f50))!important;padding:1px 5px;}
.anniu_blue_active{background:linear-gradient(to left top, hsl(var(--my_color_d), 80%, var(--my_color_f35)) 50%, var(--my_color_f5)) 50%)!important;border-radius:30%!important;border:1px solid hsl(var(--my_color_d), var(--my_color_e25), 98%)!important;color:#fff!important;padding:1px 5px;text-shadow:1px 1px 1px rgba(0, 0, 0, .3);}
.anniu_blue{background:#fff!important;border-radius:30%!important;border:1px solid hsl(var(--my_color_d), 80%, var(--my_color_f35))!important;color:hsl(var(--my_color_d), 80%, var(--my_color_f35))!important;padding:1px 5px;}
.anniu_orange_active{background:linear-gradient(to left top, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)) 50%, var(--my_color_e25), 38%) 50%)!important;border-radius:30%!important;border:1px solid hsl(var(--my_color_d), var(--my_color_e25), 98%)!important;color:#fff!important;padding:1px 5px;text-shadow:1px 1px 1px rgba(0, 0, 0, .3);}
.anniu_orange{background:#fff!important;border-radius:30%!important;border:1px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35))!important;color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35))!important;padding:1px 5px;}
.anniu_pink_active{background:linear-gradient(to left top, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)) 50%, var(--my_color_e25), 38%) 50%)!important;border-radius:30%!important;border:1px solid hsl(var(--my_color_d), var(--my_color_e25), 98%)!important;color:#fff!important;padding:1px 5px;text-shadow:1px 1px 1px rgba(0, 0, 0, .3);}
.anniu_pink{background:#fff!important;border-radius:30%!important;border:1px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35))!important;color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35))!important;padding:1px 5px;}

.ibredxuxian{border:2px dashed red!important;}
.ibredshixian{border:2px solid red!important;}
.cred{color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
	color: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
	color: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
	color: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
	color: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
	color: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));}
.cwhite{color: hsl(var(--my_color_d), var(--my_color_e25), 89%);
		color: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
		color: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
		color: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
		color: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
		color: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));}
		
.boxs_bian{box-shadow:0px 3px 0px 0px rgba(255, 255, 255, 1), 0px 5px 55px #999;-webkit-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, 1), 0px 5px 55px #999;-moz-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, 1), 0px 5px 55px #999;-ms-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, 1), 0px 5px 55px #999;-o-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, 1), 0px 5px 55px #999;}
.boxs_bian2{box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 6px 15px #999;-webkit-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 6px 15px #999;-moz-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 6px 15px #999;-ms-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 6px 15px #999;-o-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 6px 15px #999;}
.boxs_bian3{box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;-webkit-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;-moz-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;-ms-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;-o-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;}
.boxs_bian5{box-shadow:0px 1px 0px 0px rgba(255, 255, 255, .3), 0px 2px 3px #999;-webkit-box-shadow:0px 1px 0px 0px rgba(255, 255, 255, .3), 0px 2px 3px #999;-moz-box-shadow:0px 1px 0px 0px rgba(255, 255, 255, .3), 0px 2px 3px #999;-ms-box-shadow:0px 1px 0px 0px rgba(255, 255, 255, .3), 0px 2px 3px #999;-o-box-shadow:0px 1px 0px 0px rgba(255, 255, 255, .3), 0px 2px 3px #999;}

.boxs{box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2);-webkit-box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2);-moz-box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2);-ms-box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2);-o-box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2);}
.boxs_da{box-shadow:0 0px 20px 1px rgba(0, 0, 0, .3);-webkit-box-shadow:0 0px 20px 1px rgba(0, 0, 0, .3);-moz-box-shadow:0 0px 20px 1px rgba(0, 0, 0, .3);-ms-box-shadow:0 0px 20px 1px rgba(0, 0, 0, .3);-o-box-shadow:0 0px 20px 1px rgba(0, 0, 0, .3);}
.boxs2{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);}
.boxsx{box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .8);-webkit-box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .8);-moz-box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .8);-ms-box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .8);-o-box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .8);}
.boxs3{box-shadow:0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), 0px 10px 5px #999;}
.boxs4{box-shadow:0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), 0px 10px 5px #999;}
.boxs5{box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)), 0px 6px 5px #bbb;-webkit-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)), 0px 6px 5px #bbb;-moz-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)), 0px 6px 5px #bbb;-ms-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)), 0px 6px 5px #bbb;-o-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)), 0px 6px 5px #bbb;}
.boxs_blue{box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), 90%, var(--my_color_f60)), var(--my_color_f5)), 0px 6px 5px #bbb;-moz-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), 90%, var(--my_color_f60)), var(--my_color_f5)), 0px 6px 5px #bbb;-o-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), 90%, var(--my_color_f60)), 0px 6px 5px #bbb;}
.boxs_orange{box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), var(--my_color_e25), 35%), 0px 6px 5px #bbb;-moz-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), var(--my_color_e25), 35%), 0px 6px 5px #bbb;-o-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), 0px 6px 5px #bbb;}
.boxs_pink{box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60)), 0px 6px 5px #bbb;-webkit-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60)), 0px 6px 5px #bbb;-moz-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60)), 0px 6px 5px #bbb;-ms-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60)), 0px 6px 5px #bbb;-o-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60)), 0px 6px 5px #bbb;}
.boxs_redd{box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)), 0px 6px 5px #bbb;-webkit-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)), 0px 6px 5px #bbb;-moz-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)), 0px 6px 5px #bbb;-ms-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)), 0px 6px 5px #bbb;-o-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)), 0px 6px 5px #bbb;}
.boxs_hong{box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)), 0px 6px 5px #bbb;-webkit-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)), 0px 6px 5px #bbb;-moz-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)), 0px 6px 5px #bbb;-ms-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)), 0px 6px 5px #bbb;-o-box-shadow: 0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)), 0px 6px 5px #bbb;}


.boxs7{box-shadow: 0px 0px 0px 0px hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)), 0px 10px 10px #bbb;}
.boxs10{box-shadow:0px 5px 0px 0px #999, 0px 10px 5px #aaa;}
.boxs11{box-shadow:-2px 5px 0px #999, -10px 10px 10px #aaa;}
.boxs12{box-shadow:2px 5px 0px #999, 10px 10px 10px #aaa;}
.boxsinset{box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2) inset;-webkit-box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2) inset;-moz-box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2) inset;-ms-box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2) inset;-o-box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2) inset; padding:15px;}
.boxsinset2{box-shadow:0 0px 5px 1px rgba(0, 0, 0, .6) inset; padding:5px;}

.img_shadow1{filter: drop-shadow(1px 1px 1px #000);-webkit-filter: drop-shadow(1px 1px 1px #000);-moz-filter: drop-shadow(1px 1px 1px #000);-ms-filter: drop-shadow(1px 1px 1px #000);-o-filter: drop-shadow(1px 1px 1px #000);}
.img_shadow2{filter: drop-shadow(2px 2px 2px #000);-webkit-filter: drop-shadow(2px 2px 2px #000);-moz-filter: drop-shadow(2px 2px 2px #000);-ms-filter: drop-shadow(2px 2px 2px #000);-o-filter: drop-shadow(2px 2px 2px #000);}
.img_shadow3{filter: drop-shadow(3px 3px 3px #000);-webkit-filter: drop-shadow(3px 3px 3px #000);-moz-filter: drop-shadow(3px 3px 3px #000);-ms-filter: drop-shadow(3px 3px 3px #000);-o-filter: drop-shadow(3px 3px 3px #000);}
.img_shadow4{filter: drop-shadow(3px 3px 4px #000);-webkit-filter: drop-shadow(3px 3px 4px #000);-moz-filter: drop-shadow(3px 3px 4px #000);-ms-filter: drop-shadow(3px 3px 4px #000);-o-filter: drop-shadow(3px 3px 4px #000);}
.img_shadow5{filter: drop-shadow(3px 3px 5px #000);-webkit-filter: drop-shadow(3px 3px 5px #000);-moz-filter: drop-shadow(3px 3px 5px #000);-ms-filter: drop-shadow(3px 3px 5px #000);-o-filter: drop-shadow(3px 3px 5px #000);}
.img_shadow6{filter: drop-shadow(3px 3px 6px #000);-webkit-filter: drop-shadow(3px 3px 6px #000);-moz-filter: drop-shadow(3px 3px 6px #000);-ms-filter: drop-shadow(3px 3px 6px #000);-o-filter: drop-shadow(3px 3px 6px #000);}

.tshadow{text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);}
.tsh{text-shadow:1px 1px 3px hsl(var(--my_color_d), var(--my_color_e25), 81%)}
.qqFace{background:#fff;padding:20px;border-radius:20px;margin-left:-170px;margin-top:10px;box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .8);}
.bra{border-radius:25px;}

.yanzheng-container {width: 300px;height: 45px;position: relative;border: 1px solid #e5e7eb;background-color: #f9fafb;overflow: hidden;margin: 15px auto;}
.yanzheng-track {position: absolute;top: 0;left: 0;height: 100%;background-color: hsl(var(--my_color_d), var(--my_color_e85), 85%);z-index: 1;width: 0;}
.yanzheng-button {width: 50px;height: 46px;position: absolute;top: -2px;left: 0;background-color: #fff;border: 1px solid #e5e7eb;z-index: 6;cursor: pointer;display: flex;align-items: center;justify-content: center;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);transition: box-shadow 0.2s;}
.yanzheng-button:hover {box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);}
.yanzheng-text {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #6b7280;pointer-events: none;}
.yanzheng-puzzle {width: 300px;height: 150px;position: relative;margin: 15px auto;overflow: hidden;border: 1px solid #e5e7eb;}
.puzzle-bg {width: 100%;height: 100%;display: block;}
.puzzle-block {position: absolute;top: 0;left: 0;z-index: 2;pointer-events: none;}

.refresh-icon {
	width: 16px;height: 16px;border: 2px solid #eee;border-radius: 50%;border-right-color: transparent;position: absolute; animation: rotate 1s linear infinite;
}
.refresh-icon::before {content: "";position: absolute;top: -4px;right: 1px;width: 4px;height: 4px;border: 2px solid transparent;border-top-color: #eee;
	border-right-color: #eee;transform: rotate(85deg);
}  
@keyframes rotate {  from { transform: rotate(0deg); } to { transform: rotate(360deg); }  }

.renzheng {display:inline-block !important;
			height:16px;
			width:16px;
			cursor:pointer;
			margin-top:-5px;
			box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .8);
			text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
			border-radius:25px;
			}
.renzheng:hover{display: inline-block;
text-align: center;
			background: hsl(var(--my_color_d), var(--my_color_e25), 96%);
border-radius:25px;
			color:#666;
			cursor:pointer;
			box-shadow:0px 0px 15px 2px rgba(0, 0, 0, .3) inset;}
.shimingda {display:inline-block !important;
			width:100px;
			height:100px;
			}
.shimingda:hover{display: inline-block;
text-align: center;
			background: hsl(var(--my_color_d), var(--my_color_e25), 96%);
border-radius:10px;
			color:#666;
			cursor:pointer;
			box-shadow:0px 0px 11px 2px rgba(0, 0, 0, .3) inset;}
		
.renzheng1 {display:inline-block !important;
			box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .8);
			border-radius:10px;
			margin-right:5px;
			cursor:pointer;
			}
.renzheng1:hover{display: inline-block;
text-align: center;
			background: hsl(var(--my_color_d), var(--my_color_e25), 96%);
border-radius:10px;
			color:#666;
			cursor:pointer;
			box-shadow:0px 0px 11px 2px rgba(0, 0, 0, .3) inset;}

.renzheng2 {display:inline-block !important;
			box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .8);
			border-radius:25px;
			margin-right:5px;
			cursor:pointer;
			font-weight:normal;
			}
.renzheng2:hover{display: inline-block;
text-align: center;
			background: hsl(var(--my_color_d), var(--my_color_e25), 96%);
border-radius:25px;
			color:#666;
			cursor:pointer;
			box-shadow:0px 0px 11px 2px rgba(0, 0, 0, .3) inset;}
.ph{background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;color:#fff!important;letter-spacing:2px!important;margin-top:-2px;text-shadow:none!important}
.anniu0{display: inline-block;color:#000; text-align: center;border-radius:30px; box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .6) inset;cursor:pointer;
background: hsl(var(--my_color_d), var(--my_color_e25), 89%);
			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
					}
					
.anniu1{display: inline-block;color:#fff; text-align: center; padding:2px 10px;border:0px;letter-spacing:2px!important;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
 			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
cursor:pointer;
border-radius:30px;
text-shadow: 1px 2px 5px rgba(0, 0, 0, .5);
box-shadow:0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), 0px 10px 5px #999;}
.anniu1:active {top:3px;
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60))), color-stop(1, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)))	);
	-webkit-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;}

.anniu11{display: inline-block!important;color:#fff!important; text-align: center!important; font-weight:bold;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;
 			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))))!important;
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
					cursor:pointer!important;
border-radius:30px!important;
					text-shadow: 1px 1px 2px rgba(0, 0, 0, .3)!important;
					letter-spacing:2px!important;
					box-shadow:0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), 0px 10px 5px #999;!important}
.anniu11:active {box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f55)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f15)), 0px 5px 3px #999;}
			
.anniu2{display: inline-block;color:#000; text-align: center;border-radius:30px; box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .6);cursor:pointer;
text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
					letter-spacing:1px;
background: hsl(var(--my_color_d), var(--my_color_e25), 89%);
			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
					}
.anniu2:hover{display: inline-block;color:#fff; background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
border-radius:30px;
			cursor:pointer;
			box-shadow:0px 0px 8px 2px rgba(0, 0, 0, .3) inset;}
.anniu22{display: inline-block;color:#000; text-align: center;border-radius:30px; box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .6);cursor:pointer;
text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
					letter-spacing:1px;
background: hsl(var(--my_color_d), var(--my_color_e25), 89%);
			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
					}
.anniu22:hover{display: inline-block;color:#fff; background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
border-radius:30px;
			cursor:pointer;
			box-shadow:0px 0px 8px 2px rgba(0, 0, 0, .3) inset;}
			
.anniu3 {
	background-color:hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f55));
	font-family:SimSun, 'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 20px;
	border-left:solid 1px hsl(var(--my_color_d), var(--my_color_e25), 87%);
	margin-left:35px;
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 100%);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	letter-spacing:1px;
	box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 10px 5px #999;
}

.anniu3:active {
	top:3px;
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
}
.anniu3::before {
	content:"·";
	width:35px;
	max-height:29px;
	height:100%;
	position:absolute;
	display:block;
	padding-top:8px;
	top:0px;
	left:-36px;
	font-size:16px;
	font-weight:bold;
	color:hsl(var(--my_color_d), var(--my_color_e25), 97%);
	text-shadow:1px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f25));
	border-right:solid 1px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f25));
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e25), 87%) 100%);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40)), 0px 10px 5px #999 ;
}

.anniu3:active::before {
	top:-3px;
	box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40)), 1px 1px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 2px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 
	2px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30)), 6px 4px 2px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 10px 5px #999 ;
}
.anniu31{display: inline-block;color:#000; text-align: center;border-radius:0px; box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .6) inset;cursor:pointer;
background: hsl(var(--my_color_d), var(--my_color_e25), 89%);
			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
					letter-spacing:1px;
					padding:1px 12px!important;
}
.anniu32{display: inline-block;color:#000; text-align: center;border-radius:0px; box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .6) inset;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));letter-spacing:1px;padding:1px 12px!important;line-height:26px;color:#fff;
}
.anniu4 {
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))))!important;
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)))!important;

	font-family:SimSun, 'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
	color:#fff!important;
	position:relative;
	padding:1px 20px;
	padding-right:0px;
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f20)) 0%, hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f35)) 100%);
	border-radius: 25px;
	box-shadow:0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), 0px 10px 5px #999;
}
.anniu4:active {
	top:3px;
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60))), color-stop(1, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)))	);
	-webkit-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;
}
.anniu4::before {
	background-color:hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50));
	background-image:url(/static/skins/2018/images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:48%;
	margin-top:-9px;
	border-radius: 50%;
	box-shadow: inset 0px 2px 0px hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f25)), 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e85), 85%);
}
.anniu4:active::before {
	top:50%;
	margin-top:-12px;
	box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e85), 85%), 0px 3px 0px hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f25)), 0px 6px 3px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f15));
}
		
::-moz-input-placeholder {color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60));font-size:11px;}
::-webkit-input-placeholder {color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60));font-size:11px;}
::-ms-input-placeholder {color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60));font-size:11px;}

.kuang {
display: block;
width: 96%;
padding: 6px 6px;
font-size: 14px;
line-height: 1.42857143;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30));

background-image: none;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.kuang:focus {
border-color: hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f65));
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.kuang::-moz-input-placeholder {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60));
opacity: 1;
}
.kuang:-ms-input-placeholder {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60));
}
.kuang::-webkit-input-placeholder {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60));
}
.kuang[disabled], 
.kuang[readonly], 
a:hover{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}
aceshi:hover{color: #000;
font-size:20px;
		-webkit-transition: font-size 0.2s ease-in;
		-moz-transition: font-size 0.2s ease-in;
		-o-transition: font-size 0.2s ease-in;
		transition: font-size 0.2s ease-in;
		}

.red{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}

.wrap{width:1200px;margin:0 auto;clear:both;}
.wrap_iframe{width:900px;margin:0 auto;clear:both;}

header{height:190px; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2) ; margin-bottom:15px; }
header .top{height:30px;background: hsl(var(--my_color_d), var(--my_color_e25), 96%);border-bottom: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);line-height: 30px;color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}
header .top a{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}
header a.top_login{background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
height:30px;display: inline-block;color:#fff;padding:0 9px;text-align: center;}
header a.top_reg {
display: inline-block;
height: 31px;
width: 70px;
background: hsl(var(--my_color_d), var(--my_color_e25), 89%);
			 background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			 background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
			 background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			 background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			 background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f50));
text-align: center;
margin-left: -3px;
}
.tags-box a{line-height:38px;color:#000!important;letter-spacing:1px;white-space:nowrap;border:1px solid #eee;
margin:30px 5px 20px 10px;padding:5px 10px;
box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;-webkit-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;-moz-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;-ms-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;-o-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 4px 5px #999;}

.has-sub{display: inline-block;position: relative;
 z-index: 9;}
.has-sub>a{cursor: pointer;display: inline-block;width:100px;text-align: center;}
.nav-item-sub {display: none;
 position: absolute;
 top: 30px;
 right: 0;
 border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);
 background: #fff;
 min-width: 180px;
			 box-shadow:0 0px 12px 1px rgba(0, 0, 0, .3) ;
}
.has-sub a:hover .nav-item-sub{
display: block;
}
.nav-sub-list a {
display: block;
clear: both;
padding: 5px 10px;
line-height: 20px;
text-decoration: none;
white-space: nowrap;
}
.nav-sub-list a:hover {
background: hsl(var(--my_color_d), var(--my_color_e25), 93%);
}
.nav-sub-list a > .badge {
font-weight: normal;
background: hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f55));
color: hsl(var(--my_color_d), var(--my_color_e25), 93%);
float: right;
padding: 2px 5px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 10px;
}
.nav > li > a:hover, 
.nav > li > a:focus {
  text-decoration: none;
  background-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
.nav > li.disabled > a {
  color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50));
}
.nav > li.disabled > a:hover, 
.nav > li.disabled > a:focus {
  color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50));
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
  border-color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f35));
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: hsl(var(--my_color_d), var(--my_color_e25), 90%);
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {margin-bottom:30px;
}
.nav-tabs > li {
    float: left;margin-bottom:5px;margin-right:5px;
}
.nav-tabs > li > a {
    margin-right: 12px;
    line-height: 16px;
    border-radius: 4px;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
color: #fff!important;border:none;
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
text-shadow:1px 1px 1px rgba(0, 0, 0, .3)!important;
cursor: pointer;
}
.tab-content{
    clear:both;
    font-size:13px;
    line-height: 25px;
}
.tab-content h5{font-weight: bold;line-height: 35px;}
.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.has-subb{display: inline-block;position: relative; z-index: 9;}
.has-subb>a{cursor: pointer; display: inline-block; width:100px;text-align: center;}
.has-subb:hover>a{border-left:1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%); border-right:1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%); width:98px; background: #fff; height: 31px;
 z-index: 9;position: relative; }
.dropdown2 {position: relative;display: inline-block;z-index: 9;}
.dropdown2>a{cursor: pointer; display: inline-block;width:100px;text-align: center;text-decoration: none;}
.dropdown2:hover>a{border-left:1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);  border-right:1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);width:98px;background: #fff;height: 31px; z-index: 9;position: relative; text-decoration: none;}
.dropdown2-content {
	padding: 				.4em .6em .3em .6em;
	margin: 				.5em;
	/* display: 				none; */
	position: 				absolute;
	
	-webkit-border-radius: 	8px;
	-moz-border-radius: 	8px;
	border-radius: 	8px;
	color: 				hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f30))!important;
	background: 		hsl(var(--my_color_d), 100%, 96%) !important;
	-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f60)) 0 .0005em 1px, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .2em 5px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f60)) 0 .0005em 1px, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .2em 5px; /* drop shadow */
	box-shadow: 		inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f60)) 0 .0005em 1px, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0,0,0,0.2) 0 .2em 5px; /* drop shadow */
}
.dropdown2:hover .dropdown2-content {display: block;}

.dropdown3 {position: relative;display: inline-block;z-index: 9;}
.dropdown3>a{cursor: pointer; display: inline-block;width:100px;text-align: center;text-decoration: none;}
.dropdown3:hover>a{border-left:1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);  border-right:1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);width:98px;background: #fff;height: 31px; z-index: 9;position: relative; text-decoration: none;}
.dropdown3-content {display:none; position:absolute;top: 30px; right: 0; border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%); background: #fff;letter-spacing:2px;width: 150px;padding:10px 20px 20px 20px;box-shadow:0 0px 12px 1px rgba(0, 0, 0, .3);}
.dropdown3:hover .dropdown3-content {display: block;}
.dropdown {
position: relative;
display: inline-block;
z-index: 9;
}
.dropdown>a{cursor: pointer; 
display: inline-block;
			width:130px;
			text-align: center;
text-decoration: none;
}
.dropdown:hover>a{border-left:1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%); 
 border-right:1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);
				 width:128px; 
				 background: #fff; 
				 height: 31px;
 z-index: 9;
				 position: relative;
 text-decoration: none;
}
.dropdown-content {display: none;
 position: absolute;
 top: 30px;
 right: 0;
 border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);
			 border-radius:30px;
 background: #fff;
			 letter-spacing:2px;
 width: 380px;
			 padding:10px 40px 40px 40px;
			 box-shadow:0 0px 12px 1px rgba(0, 0, 0, .3) ;
}
.dropdown:hover .dropdown-content {
display: block;
}

.dropdown5 {
z-index: 1;
}
.dropdown5-content {display: none;position:absolute:
 font-size:11px;
 top: -10px;
 left:80px;
 border: 3px solid hsl(var(--my_color_d), var(--my_color_e), 85%);
 border-radius:10px;
 line-height:22px;
 background: #fff;
 letter-spacing:1px;
 width: 350px;
 padding:8px 20px 15px 20px;
 box-shadow:0 0px 12px 1px rgba(0, 0, 0, .3) ;
}
.dropdown5:hover .dropdown5-content, 
.dropdown5:active .dropdown5-content {
display: block;
}
header .logo{margin:8px 0px 25px 0px;height:65px;width:568px;line-height: 90px;opacity:0.9; font-family:SimSun, "Microsoft YaHei" ;color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
letter-spacing:3px;}
header .header-search{height:32px;width:412px;border:1px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)); margin-top:45px;border-radius:25px;}
header .header-search:hover{height:32px;width:412px;border:1px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));margin-top:45px;
 box-shadow:0 0px 6px 1px rgba(0, 0, 0, .2) inset;border-radius:25px;}					 
header .btn-group{display: inline-block;margin-top: 2px;margin-left: 13px;vertical-align: middle;
 position: relative;border-right:1px solid rgba(0, 0, 0, .1);}
header .dropdown-toggle{height:27px;border:0;background: rgba(0, 0, 0, .0);padding:0 11px 0 5px;cursor: pointer;color:#666;}
header .search-input{display: inline-block;height:38px;width:398px;margin-top: 2px;background: rgba(0, 0, 0, .0);;vertical-align: middle;}
header .search-input #search{padding-left:12px;border:none;width:315px;font-size: 12px;margin:-5px 0 0 6px;border-radius:20px 0 0 20px;line-height:12px;}
header .btn-primary{width:50px;height:30px;text-align: center;font-size: 14px;border:none;display: inline-block;margin-top:-1px;
background: rgba(0, 0, 0, .0);color:#666;vertical-align: middle;border-left:1px solid rgba(0, 0, 0, .1);}
header .search-hot{color:#666;line-height: 25px;}
header .search-hot a{color:#666;margin-right: 15px;}
header .search-hot a:hover{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}

.header-content1{position: relative; margin:0 auto; width:1200px;}
.dropdown-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
min-width: 60px;
padding: 5px 0 10px;
margin: 5px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);
background-clip: padding-box;
	border-radius:2px;
	box-shadow:0 0px 12px 1px rgba(0, 0, 0, .3) ;
z-index: 9;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
white-space: nowrap;
}
.dropdown-menu > li > a:focus {
text-decoration: none;
background-color: #eee;
	border-radius:25px;
color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}

header .btn-primary-div101{
width: 50px;
height: 50px;
display:block;
}
header .btn-primary-div101 img{
cursor: pointer;
height:28px;
width:28px;
margin: 0px 3px 3px 18px;
transition: all 0.5s;
}
header .btn-primary-div101 img:hover{
height:50px;
width:50px;
transform: scale(0.8);
margin: -11px 3px 3px 8px;
}
.logobiaoti1{
font-family:'buding', 'Microsoft YaHei';
font-size:24px;
font-weight:normal;
color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;
text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
letter-spacing:5px;
/* color: hsl(var(--my_color_d), var(--my_color_e25), 98%);
text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f10)) ; */
}
.logobiaoti2{
font-family:'buding', 'Microsoft YaHei';
font-size:17px;
color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
letter-spacing:4px;
}
.shixian{margin-top:-5px;background-color:rgba(0, 0, 0, .00);padding:1px;margin-bottom:25px;box-shadow:0px 3px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), 0px 7px 3px #999;}
.hot1{background: hsl(var(--my_color_d), var(--my_color_e25), 89%);
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
border-radius:30px;
box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2);
padding:5px 16px;
color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
font-family:SimSun, 'Microsoft YaHei', 'SimSun', 'LiSu';
font-size:16px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
letter-spacing:3px;
position:absolute;
line-height:24px;
top:12px;
}
.hot2{background: hsl(var(--my_color_d), var(--my_color_e25), 89%);
			 background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			 background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
			 background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			 background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			 background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
border-radius:30px;
box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2);
padding:3px 13px;
color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
letter-spacing:2px;
font-family:SimSun, 'Microsoft YaHei', 'SimSun', 'LiSu';
text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
letter-spacing:4px;
}


header .search-right{vertical-align: middle;margin-top:41px;height: 35px;line-height: 35px;float:right;width:230px;}
header .search-right span{display: inline-block;width:80px;font-size: 14px;color:#666;}
header .search-right a{width:120px;color: #fff; font-size:14px;padding:4px 40px 8px 15px;text-shadow:1px 1px 1px rgba(0, 0, 0, .3);
					letter-spacing:2px;font-weight:normal;
}

header .header-weixin{position: absolute;top:10px;right:30px;}
header .header-weixin img{height: 120px;}

footer {border-top: solid 2px hsl(var(--my_color_d), var(--my_color_e25), 91%);height:130px;padding: 20px 0;text-align: center;}
footer .c1{line-height: 30px;}
footer .c1 a{display: inline-block;padding:0 10px;}
footer .c2 p{line-height: 30px;color:#333;}


nav{background: hsl(var(--my_color_d), var(--my_color_e25), 100%);}
nav .category-title{position: relative;margin:13px 0px 0px -5px;padding:6px;}
nav .category-title .title-all{display: inline-block; background: hsl(var(--my_color_d), var(--my_color_e25), 96%);box-shadow:0 0px 12px 1px rgba(0, 0, 0, .3);
 line-height: 40px;font-size:16px;color:#666;width:230px;padding-left:20px;}
nav .nav-items{margin:8px 0px 0px 0px;padding-top:16px;}


nav .nav-items a{line-height:32px;font-size:14px; font-family:SimSun, "Microsoft YaHei", Helvetica, sans-serif;
 font-weight: normal;color:#666;display: inline-block;height: 32px;letter-spacing:2px;margin-right:30px!important;margin-left:0px!important;;
 width:100px;text-align: center;}
nav .nav-items a.active, nav .nav-items a:hover{background-color: hsl(var(--my_color_d), var(--my_color_e25), 97%); box-shadow:0 0px 12px 1px rgba(0, 0, 0, .3);}


nav .nav-category{height: 474px;border:1px solid hsl(var(--my_color_d), var(--my_color_e25), 90%);border-top:none; position: absolute;left:-1px;top:40px;width:220px;
box-shadow: 0 0 12px #ddd;line-height: 40px;padding-top:6px;font-size:14px;color:#555;z-index: 9999;}

nav .nav-category .fa-angle-right{font-size:18px;float:right;line-height: 40px;}
nav .nav-category .category-main .item{padding:0 20px;cursor: pointer;}
nav .nav-category .category-item:hover .category-main .item{background:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));color:#fff; }
nav .nav-category .category-main{width:220px;height:217px;padding-bottom: 20px;background: #fff;}
nav .nav-category .category-main:hover{background: hsl(var(--my_color_d), var(--my_color_e25), 96%);}
nav .nav-category .sub-item{line-height: 35px;text-align: center;}
nav .nav-category .sub-item a{color:#666;display: block;}
nav .nav-category .sub-item a:hover{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}

@keyframes categoryshow{
from{left:200px;}
to{left:220px;}
}
nav .category-sub{position: absolute;left:220px;top:0;z-index: 9999;width:650px;background: #fff;border-left: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 90%);
border-right:1px solid hsl(var(--my_color_d), var(--my_color_e25), 90%);border-bottom: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 90%);border-top:1px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));height:439px;
display: none;padding:20px;
}
nav .category-sub .item{font-size:16px;border-bottom: solid 1px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));padding-bottom: 10px;line-height: 30px;}
nav .category-sub .item span{border-left:solid 4px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));display: block;padding-left:10px;}
nav .category-sub .sub-item{width:200px;float:left;}
nav .category-sub-move{animation: categoryshow 0.5s;}
nav .category-sub .category-top{width:400px;float:left;}
nav .category-sub-right{width:230px;float:right;text-align: center;}
nav .category-sub-right img{width:180px;height:140px;}
nav .category-sub-right a{display: block;padding-bottom: 10px; }


.zhu_tab a{
	/* font-family:'buding'; */
    background: #fff;
    margin: 0 2px 5px 0;
	padding:0px 12px;
	line-height:25px!important;
	height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	box-shadow:  0px 5px 0px 0px #999, 0px 10px 5px #aaa;
	line-height: 30px;
	text-align: center;
	color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f20));
	display: inline-block;
	border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 93%);
	border-bottom-color: #ccc;
}

.zhu_tab a.selected{background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
    color:#fff;
    border:solid 1px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
	letter-spacing:1px!important;
	text-shadow:1px 1px 1px rgba(0, 0, 0, .3);
	box-shadow:  0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), 0px 10px 5px #aaa;
	border-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
	border-top-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
	cursor: default;
	color: #fff;
}

/*隐藏标题栏部分*/
.triangle_left {height: 0;width: 80px;border-top: 30px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f65));border-right: 30px solid transparent;}
.triangle_sanjiao {height: 0;width: 0px;border-top: 60px solid hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40));border-right: 60px solid transparent;border-left: 60px solid transparent;}
.triangle_zhong {height: 0;width: 50px;border-bottom: 50px solid hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40));border-right: 30px solid transparent;border-left: 30px solid transparent;}
.triangle_zhong_blue_xiao {height: 0;width: 38px;border-bottom: 30px solid hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40));border-right: 20px solid transparent;border-left: 20px solid transparent;}
.triangle_zhong_blue {height: 0;width: 50px;border-bottom: 50px solid hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40));border-right: 30px solid transparent;border-left: 30px solid transparent;}
.triangle_zhong_pink {height: 0;width: 50px;border-bottom: 50px solid hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f30));border-right: 30px solid transparent;border-left: 30px solid transparent;}
.triangle_zhong_orange {height: 0;width: 50px;border-bottom: 50px solid hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40));border-right: 30px solid transparent;border-left: 30px solid transparent;}
.triangle_right {height: 0;width: 80px;border-bottom: 45px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f65));border-left: 45px solid transparent;}
.xianshi {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
	position: relative;
display: inline-block;
}
.yincang {
display: none;
position: absolute;
background-color: hsl(var(--my_color_d), var(--my_color_e25), 98%);
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
padding: 12px 16px;
}
.xianshi:hover .yincang {
display: block;
}
.yincang2 {
opacity: 0;
z-index:-5;
filter:alpha(opacity=0);
position: absolute;
}
.xianshi2 {
opacity: 1;
filter:alpha(opacity=100);
z-index:9999;
left:15%;
width:70%;
overflow:hidden;
position: absolute;
background-color: hsl(var(--my_color_d), var(--my_color_e25), 98%);
min-width: 160px;
box-shadow: 0px 8px 116px 0px rgba(0, 0, 0, 0.5);
padding: 12px 16px;
}
.yincang3 {
opacity: 0;
z-index:-5;
filter:alpha(opacity=0);
position: fixed;
}
.xianshi3 {
opacity: 1;
filter:alpha(opacity=100);
z-index:99;
left:13%;
width:70%;
height:60%;
overflow:hidden;
position: fixed;
background-color: hsl(var(--my_color_d), var(--my_color_e25), 98%);
min-width: 160px;
box-shadow: 0px 8px 116px 0px rgba(0, 0, 0, 0.5);
padding: 12px 16px;
}
/*隐藏标题栏部分*/


/*店铺设置*/
.store_desc {
margin-bottom: 10px;
line-height: 20px;
font-size: 13px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
height: 300px;
overflow: hidden;
background: hsl(var(--my_color_d), var(--my_color_e), 95%);
padding: 10px;
}
/*店铺设置*/


.rides-cs {font-size: 12px;position: fixed; top: 30%; right: 10px; _position: absolute; z-index: 1500; border-radius:6px 0px 0 6px;}
.rides-cs a { color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}
.rides-cs a:hover { color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)); text-decoration: none;}
.rides-cs .floatL { width: 28px; float:left; position: relative; z-index:1;margin-top: 120px;height:94px;}
.rides-cs .floatL a { font-size:12px; display: block;color: #fff;}
.rides-cs .floatR { width: 130px; float: left; padding: 5px; overflow:hidden;}
.rides-cs .floatR .cn {background:#fff; border-radius:6px;margin-top:4px;}
.rides-cs .cn .titZx{ font-size: 14px; color: #333;font-weight:600; line-height:24px;padding:5px;text-align:center;}
.rides-cs .cn ul {padding:0px;}
.rides-cs .cn ul li { line-height: 38px; height:38px;border-bottom: solid 1px hsl(var(--my_color_d), var(--my_color_e25), 81%);overflow: hidden;text-align:center;}
.rides-cs .cn ul li span { color: #777;}
.rides-cs .cn ul li a{color: #777;}
.rides-cs .cn ul li img { vertical-align: middle;}
.rides-cs .btnOpen, .rides-cs .btnCtn {position: relative; z-index:9; top:25px; left: 0;display:block;padding: 8px;}
.rides-cs .btnOpen { background-position: 0 0;}
.rides-cs .btnCtn { background-position: -37px 0;}
.rides-cs ul li.top { border-bottom: solid hsl(var(--my_color_d), var(--my_color_e75), 83%) 1px;}
.rides-cs ul li.bot { border-bottom: none;}

.col-1-l{width:970px;}
.col-1-r{width:210px;margin-top: 0px;}

.col-1-l .for-advertise{margin: 0px 0;}
.col-1-l .for-advertise img{width:100%;}

/* tasklist */
.nav-pills{line-height: 30px;font-size: 12px;}
.nav-pills li{display: inline-block;}
.nav-pills li a{display:inline-block !important;
			box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .8);
			border-radius:25px;
			margin-right:5px;
			margin-bottom:10px;
			cursor:pointer;
			font-weight:normal;
			background: hsl(var(--my_color_d), var(--my_color_e25), 89%);
			 background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			 background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
			 background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			 background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			 background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
				 height: 30px;padding:0 5px;border-radius: 3px;display: block;}

.stars {
display: inline-block;
width: 16px;
height: 16px;
content: "";
line-height: 16px;
background: url('../images/star.gif') repeat-x;
overflow: hidden;
vertical-align: text-bottom;
}
.stars .star_selected {
display: inline-block;
width: 16px;
height: 16px;
background: url('../images/star.gif') repeat-x left -32px;
}
.stars.sred .star_selected {
background-position: left -16px;
}
.stars.a3 {
width: 48px;
}
.stars.a5 {
width: 80px;
}
.stars.a8 {
width: 128px;
}
.stars.a10 {
width: 160px;
}
.stars.s0 .star_selected {
width: 0;
}
.stars.s0d5 .star_selected {
width: 8px;
}
.stars.s1d5 .star_selected {
width: 24px;
}
.stars.s2 .star_selected {
width: 32px;
}
.stars.s2d5 .star_selected {
width: 40px;
}
.stars.s3 .star_selected {
width: 48px;
}
.stars.s3d5 .star_selected {
width: 56px;
}
.stars.s4 .star_selected {
width: 64px;
}
.stars.s4d5 .star_selected {
width: 72px;
}
.stars.s5 .star_selected {
width: 80px;
}
.stars.s5d5 .star_selected {
width: 88px;
}
.stars.s6 .star_selected {
width: 96px;
}
.stars.s6d5 .star_selected {
width: 104px;
}
.stars.s7 .star_selected {
width: 112px;
}
.stars.s7d5 .star_selected {
width: 120px;
}
.stars.s8 .star_selected {
width: 128px;
}
.stars.s8d5 .star_selected {
width: 136px;
}
.stars.s9 .star_selected {
width: 144px;
}
.stars.s9d5 .star_selected {
width: 152px;
}
.stars.sall .star_selected {
width: 100%;
}
.list-page:before, 
.list-page:after {
content: "";
display: table;
}
.list-page:after {
clear: both;
}

.list-page:before, 
.list-page:after {
content: "";
display: table;
}
.list-page:after {
clear: both;
}

.list-page .page-tips {
font-size: 12px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
line-height: 30px;
}
.list-page .pagination {
margin-top: 0;
}

.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f5));
text-shadow: 0 1px 0 hsl(var(--my_color_d), var(--my_color_e25), 98%);
opacity: 0.9;
filter: alpha(opacity=20);
}
.close:hover, 
.close:focus {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f5));
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}

.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(-50%, -25%);
-ms-transform: translate(-50%, -25%);
-o-transform: translate(-50%, -25%);
transform: translate(-50%, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
/* -webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); */
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
overflow:hidden;
  margin-bottom: 20px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background:#fff;
  box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 6px 15px #999;-webkit-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 6px 15px #999;-moz-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 6px 15px #999;-ms-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 6px 15px #999;-o-box-shadow:0px 3px 0px 0px rgba(255, 255, 255, .6), 0px 6px 15px #999;

background-clip: padding-box;
outline: 0;
letter-spacing:1px;
font-size:14px!important;
}
.modal-beijing {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:rgba(0, 0, 0, .4);
  z-index:-2
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f5));
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 25px 25px 5px;
margin-top: 10px;
text-align: right;
border-top: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 90%);
}
.modal-footer .btn{border:none;}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
position:fixed!important;z-index:999999;
min-height:10%;
min-width: 650px;
left:50%;top:45%;width:50%;height:400px; transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
.modal-content {
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}

.modal .inner {
padding:0px 20px 10px 20px;

overflow:hidden;
/*background: url('@{img-path}loading.gif') no-repeat center;*/
}
.confirm_modal .inner {
background: none;
}
.modal-header {
height:28px;
color:#fff!important;
padding: 8px 15px 5px;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
}
.modal-header h3 {
color:#fff;
letter-spacing:1px;
text-shadow:1px 1px 1px rgba(0, 0, 0, .3);
font-size: 14px;
}
.modal-content {
overflow: hidden;
}
.modal-body {padding-top:20px;padding-bottom:30px;
}
.modal-body .alert {
margin: 15px 15px 5px;
font-size:15px;
}
.modal-body .media {
overflow: hidden;
}
.modal-footer {
margin-top: 0;
background: #fff;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}

.modal-content .table{line-height: 30px;width:100%;}
.modal-content .table td{border-bottom: solid 1px hsl(var(--my_color_d), var(--my_color_e25), 87%);}
.modal-content .btn{color:#fff;background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));text-shadow:1px 1px 1px rgba(0, 0, 0, .3);
			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			padding:5px 20px;cursor: pointer;box-shadow:0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), 0px 10px 5px #999;border-radius:15px;}
.modal-content .btn:active {top:3px;
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60))), color-stop(1, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)))	);
	-webkit-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;}
.modal-content .table td .money{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}

.form-control {
display: block;
width: 100%;
padding: 4px 12px;
font-size: 13px;
line-height: 1.42857143;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30));
background-color: #fff;
background-image: none;
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}


.input-group-addon, 
.input-group-btn, 
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), 
.input-group-btn:not(:first-child):not(:last-child), 
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon, 
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f30));
text-align: center;
background-color: hsl(var(--my_color_d), var(--my_color_e25), 93%);
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 80%);
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"], 
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child > .btn, 
.input-group-btn:first-child > .btn-group > .btn, 
.input-group-btn:first-child > .dropdown-toggle, 
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), 
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child, 
.input-group-addon:last-child, 
.input-group-btn:last-child > .btn, 
.input-group-btn:last-child > .btn-group > .btn, 
.input-group-btn:last-child > .dropdown-toggle, 
.input-group-btn:first-child > .btn:not(:first-child), 
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}

.help-block{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));width:100%;font-size:13px;letter-spacing:1px;}

.show-msg {
width: 950px;
margin: 40px auto;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
text-align: center;
}

.show-msg h2{
font-size:18px;
line-height: 50px;
}
.page_nav3 {
  position: relative;
  z-index: 1;
  top: 1px;
  margin:10px auto;
}
.page_nav3 a {
  display: inline-block;
  padding:9px 16px;
  background: hsl(var(--my_color_d), var(--my_color_e25), 95%);
  line-height:23px;
  text-align:center;
  letter-spacing:1px;
  color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f20));
  margin: -1px 0px 0 10px;
  float:left;
  
  border-radius:0 0 10px 10px;
}
.page_nav3 a.selected {
  border-bottom: none;
  color: hsl(var(--my_color_d), var(--my_color_e40), var(--my_color_f40));
  border-color: hsl(var(--my_color_d), var(--my_color_e55), var(--my_color_f50));
  text-shadow: 1px 1px 0px rgba(0, 0, 0, .3);
  color: hsl(var(--my_color_d), var(--my_color_e25), 100%);
  background: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60));
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), 78%)), to(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
  box-shadow:0 0px 12px 2px rgba(0, 0, 0, .2);
}
.page_nav2 {
  position: relative;
  z-index: 1;
  top: 1px;
  margin:30px auto;
  border-bottom: 2px solid hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60));
  box-shadow:0px 5px 12px 1px rgba(0, 0, 0, .2);
}
.page_nav2 a {
  display: inline-block;
  padding:11px 16px;
  background: hsl(var(--my_color_d), var(--my_color_e25), 95%);
  line-height:25px;
  text-align:center;
  letter-spacing:1px;
  color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f20));
  margin: -1px 0px 0 16px;
  float:left;
  
  border-radius:0 0 10px 10px;
}
.page_nav2 a.selected {
  border-bottom: none;
  color: hsl(var(--my_color_d), var(--my_color_e40), var(--my_color_f40));
  border-color: hsl(var(--my_color_d), var(--my_color_e55), var(--my_color_f50));
  text-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
  color: hsl(var(--my_color_d), var(--my_color_e25), 100%);
  background: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60));
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), 78%)), to(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
  box-shadow:0 0px 12px 2px rgba(0, 0, 0, .2);
}
.tishi{border:1px dashed red!important;}
.wenxitishi{box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2);
  display: inline-block;
  padding:8px 13px;
  line-height:18px;
  text-align:center;
  letter-spacing:1px;
  color: #fff;
  margin: -1px 0px 0 16px;
  float:left;
text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
border-radius:0 0 10px 10px;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), 78%)), to(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));}
.bac3dhong{background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), 78%)), to(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e85), 78%), hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)));
}
.page_nav2 a:hover {
  background: #fff;
  text-decoration: none;
  color:#000;
}
.page_nav {
position: relative;
z-index: 1;
top: 1px;
margin-bottom: 10px;
background: hsl(var(--my_color_d), var(--my_color_e25), 98%);
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 93%);
border-bottom: 2px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
.page_nav a {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);
border-bottom-color: #ccc;
background: #fff;
color: #666;
}
.page_nav a .arrow {
border-color: #999 hsl(var(--my_color_d), var(--my_color_e25), 95%) hsl(var(--my_color_d), var(--my_color_e25), 95%);
border-width: 4px;
border-style: solid ;
display: inline-block;
width: 0;
height: 0;
font-size: 0;
line-height: 0;
vertical-align: middle;
margin-left: 5px;
display: none;
}
.page_nav a:hover {
background: #fff;
text-decoration: none;
}
.page_nav a:hover .arrow {
border-color: #fff;
border-top-color: #666;
}
.page_nav a.selected .arrow {
display: inline-block;
border-color: #fff;
border-top-color: hsl(var(--my_color_d), var(--my_color_e40), var(--my_color_f40));
}
.page_nav a {
border-color: hsl(var(--my_color_d), var(--my_color_e25), 93%);
margin: -1px -3px -1px -1px;
line-height: 35px;
text-align: center;
color: #f;
min-width: 90px;
margin: -1px -3px 0 -1px;
}
.page_nav a .badge {
padding-top: 1px;
padding-bottom: 1px;
}
.page_nav a.selected {
border-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
color: hsl(var(--my_color_d), var(--my_color_e25), 100%);
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
font-weight: bold;
}
.page_nav a.selected .badge {
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
.store_down {
padding: 0;
}
.list {
border: none;
}
.list dt {
text-align: center;
font-weight: bold;
background: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50));
color: #fff;
line-height: 30px;
}
.list dd {
clear: both;
padding: 10px;
}
.list dd .tags {
height: 25px;
padding: 0 10px;
background: hsl(var(--my_color_d), var(--my_color_e25), 96%);
line-height: 25px;
color: #666;
}
.list dd.odd {
background: #fff;
}
.list li {
display: inline;
float: left;
width: 10%;
}
.list li.wd5 {
width: 5%;
overflow: hidden;
}
.list li.w1 {
width: 10%;
overflow: hidden;
}
.list li.w1d5 {
width: 15%;
overflow: hidden;
}
.list li.w2 {
width: 20%;
overflow: hidden;
}
.list li.w2d5 {
width: 25%;
overflow: hidden;
}
.list li.w3 {
width: 30%;
overflow: hidden;
}
.list li.w3d5 {
width: 35%;
overflow: hidden;
}
.list li.w4 {
width: 40%;
overflow: hidden;
}
.list li.w4d5 {
width: 45%;
overflow: hidden;
}
.list li.w5 {
width: 50%;
overflow: hidden;
}
.list li.w5d5 {
width: 55%;
overflow: hidden;
}
.list li.w6 {
width: 60%;
overflow: hidden;
}
.list li.w6d5 {
width: 65%;
overflow: hidden;
}
.list li.w7 {
width: 70%;
overflow: hidden;
}
.list li.w7d5 {
width: 75%;
overflow: hidden;
}
.list li.w8 {
width: 80%;
overflow: hidden;
}
.list li.w8d5 {
width: 85%;
overflow: hidden;
}
.list li.w9 {
width: 90%;
overflow: hidden;
}
.list li.w9d5 {
width: 95%;
overflow: hidden;
}
.list li.w100 {
width: 100%;
overflow: hidden;
}
.list.list-dl .list-item-footer {
text-align: right;
padding-left: 10px;
padding-right: 10px;
margin-bottom: -10px;
}
.list.list-img {
overflow: hidden;
}
.list.list-img:before, 
.list.list-img:after {
content: "";
display: table;
}
.list.list-img:after {
clear: both;
}
#ie6 .list.list-img, 
#ie7 .list.list-img {
zoom: 1;
}
.list.list-img:before, 
.list.list-img:after {
content: "";
display: table;
}
.list.list-img:after {
clear: both;
}
#ie6 .list.list-img, 
#ie7 .list.list-img {
zoom: 1;
}
.list.list-img .list-body {
width: 105%;
}
.list.list-img .list-title {
line-height: 45px;
}
.list.list-img .list-item {
width: 179px;
margin: 0 10px 10px 0;
padding: 0 10px;
}
.list.list-img .list-item:hover .action-collect {
display: block;
}
.list.list-img .list-item-img {
width: 100%;
position: relative;
z-index: 1;
}
.list.list-img .list-item-img img {
max-width: 100%;
}
.list.list-img .list-item-img .action-collect {
display: none;
position: absolute;
bottom: 0;
right: 0;
background: hsl(var(--my_color_d), var(--my_color_e25), 100%);
padding: 2px 5px;
}
.list.list-img .list-item-img .marked-layer {
position: absolute;
left: 0;
top: 0;
z-index: 9;
}
.list.list-img .list-item-footer .poster {
display: inline;
float: left;
width: 50%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.list.list-img .list-item-footer .money {
display: inline;
float: left;
width: 50%;
float: right;
text-align: right;
}
.list.list-img .poster {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
text-decoration: none;
}
.list.list-img .poster:hover {
color: hsl(var(--my_color_d), var(--my_color_e55), var(--my_color_f50));
}
.list.list-img .avatar {
display: inline-block;
margin-right: 3px;
width: 20px;
height: 20px;
line-height: 35px;
vertical-align: middle;
}
.list.list-img .avatar img {
width: 20px;
height: 20px;
display: block;
}
.list.list-img .list-item-type {
display: inline-block;
font-weight: normal;
}
.list .list-body {
background: hsl(var(--my_color_d), var(--my_color_e25), 100%);
}
.list .list-body:before, 
.list .list-body:after {
content: "";
display: table;
}
.list .list-body:after {
clear: both;
}
#ie6 .list .list-body, 
#ie7 .list .list-body {
zoom: 1;
}
.list .list-body:before, 
.list .list-body:after {
content: "";
display: table;
}
.list .list-body:after {
clear: both;
}
#ie6 .list .list-body, 
#ie7 .list .list-body {
zoom: 1;
}
.list .list-item-footer {
line-height: 30px;
}
.list .list-item-footer:before, 
.list .list-item-footer:after {
content: "";
display: table;
}
.list .list-item-footer:after {
clear: both;
}
#ie6 .list .list-item-footer, 
#ie7 .list .list-item-footer {
zoom: 1;
}
.list .list-item-footer:before, 
.list .list-item-footer:after {
content: "";
display: table;
}
.list .list-item-footer:after {
clear: both;
}
#ie6 .list .list-item-footer, 
#ie7 .list .list-item-footer {
zoom: 1;
}
.list .list-label {
background: hsl(var(--my_color_d), var(--my_color_e25), 98%);
line-height: 30px;
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 93%);
margin-bottom: -1px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f20));
text-align: left;
padding-left: 10px;
}
.list .list-label:before, 
.list .list-label:after {
content: "";
display: table;
}
.list .list-label:after {
clear: both;
}
#ie6 .list .list-label, 
#ie7 .list .list-label {
zoom: 1;
}
.list .list-label:before, 
.list .list-label:after {
content: "";
display: table;
}
.list .list-label:after {
clear: both;
}
#ie6 .list .list-label, 
#ie7 .list .list-label {
zoom: 1;
}
.list .list-item {
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 93%);
padding: 10px 0 10px 10px;
margin-bottom: -1px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
font-size: 12px;
}
.list .list-item:hover {
background: hsl(var(--my_color_d), var(--my_color_e25), 93%);
}
.list .list-item:hover .list-visible {
display: block;
}
.list .list-item-body {
display: block;
}
.list .list-item-body:before, 
.list .list-item-body:after {
content: "";
display: table;
}
.list .list-item-body:after {
clear: both;
}
#ie6 .list .list-item-body, 
#ie7 .list .list-item-body {
zoom: 1;
}
.list .list-item-body:before, 
.list .list-item-body:after {
content: "";
display: table;
}
.list .list-item-body:after {
clear: both;
}
#ie6 .list .list-item-body, 
#ie7 .list .list-item-body {
zoom: 1;
}
.list .list-item-min {
border-bottom: 1px dashed hsl(var(--my_color_d), var(--my_color_e25), 84%);
margin-left: -10px;
padding-left: 10px;
line-height: 30px;
}
.list .list-item-min .list-title {
font-size: 12px;
font-weight: normal;
}
.list .list-title {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f20));
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
width: 100%;
display: block;
font-size: 14px;
}
.list .list-title:hover {
color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
.list .list-visible {
display: none;
margin-top: 10px;
}
.list .list-desc {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
min-height: 15px;
width: 85%;
word-wrap: break-word !important;
word-break: normal !important;
}
.list .list-pic {
width: 100px;
height: 100px;
margin-right: 10px;
float: left;
display: inline;
}
.list .list-pic img {
width: 100px;
height: 100px;
}
.list .list-obj {
overflow: hidden;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
}
.list .list-obj-item {
line-height: 25px;
}
.list .list-obj-item a {
white-space: nowrap;
display: inline-block;
margin-right: 5px;
}
.list-page:before, 
.list-page:after {
content: "";
display: table;
}
.list-page:after {
clear: both;
}
#ie6 .list-page, 
#ie7 .list-page {
zoom: 1;
}
.list-page:before, 
.list-page:after {
content: "";
display: table;
}
.list-page:after {
clear: both;
}
#ie6 .list-page, 
#ie7 .list-page {
zoom: 1;
}
.list-page .page-tips {
font-size: 12px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
line-height: 30px;
}
.list-page .pagination {
margin-top: 0;
}

.level-img {
margin-bottom: 10px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
}
.level-img:before, 
.level-img:after {
content: "";
display: table;
}
.level-img:after {
clear: both;
}
#ie6 .level-img, 
#ie7 .level-img {
zoom: 1;
}
.level-img:before, 
.level-img:after {
content: "";
display: table;
}
.level-img:after {
clear: both;
}
#ie6 .level-img, 
#ie7 .level-img {
zoom: 1;
}
.level-img > img {
vertical-align: middle;
float: right;
}
.level-img.weike > small {
display: inline;
padding: 5px 20px;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: hsl(var(--my_color_d), var(--my_color_e25), 100%);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
letter-spacing:2px;
box-shadow:0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), 0px 10px 5px #999;
}
a.level-img.weike > small:hover, 
a.level-img.weike > small:focus {
color: hsl(var(--my_color_d), var(--my_color_e25), 100%);
text-decoration: none;
cursor: pointer;
}
.level-img.weike > small:empty {
display: none;
}
.btn .level-img.weike > small {
position: relative;
top: -1px;
}
.level-img.employer > small {
display: inline;
padding: 5px 20px;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: hsl(var(--my_color_d), var(--my_color_e25), 100%);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
background: rgba(92, 184, 92, 1);
text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
letter-spacing:2px;
box-shadow:0px 5px 0px 0px green, 0px 10px 5px #999;
}
a.level-img.employer > small:hover, 
a.level-img.employer > small:focus {
color: hsl(var(--my_color_d), var(--my_color_e25), 100%);
text-decoration: none;
cursor: pointer;
}
.level-img.employer > small:empty {
display: none;
}
.btn .level-img.employer > small {
position: relative;
top: -1px;
}
.level-img > span {
display: inline-block;
margin:0px 15px 0px 0px;
float:left;
font-size:15px;
color:#000;
}
.user-meta {
margin-top: 10px;
font-size: 12px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
}
.user-meta:before, 
.user-meta:after {
content: "";
display: table;
}
.user-meta:after {
clear: both;
}
#ie6 .user-meta, 
#ie7 .user-meta {
zoom: 1;
}
.user-meta:before, 
.user-meta:after {
content: "";
display: table;
}
.user-meta:after {
clear: both;
}
#ie6 .user-meta, 
#ie7 .user-meta {
zoom: 1;
}
.user-meta > li {
display: inline;
float: left;
margin-right: 10px;
}

.user-level {
padding: 30px;
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 93%);
}
.user-level .progress {
height: 15px;
margin:20px 0 10px 0;
}

.user-atten {
margin-bottom: 10px;
background: hsl(var(--my_color_d), var(--my_color_e25), 98%);
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 93%);
font-size: 12px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
}
.user-atten:before, 
.user-atten:after {
content: "";
display: table;
}
.user-atten:after {
clear: both;
}
#ie6 .user-atten, 
#ie7 .user-atten {
zoom: 1;
}
.user-atten:before, 
.user-atten:after {
content: "";
display: table;
}
.user-atten:after {
clear: both;
}
#ie6 .user-atten, 
#ie7 .user-atten {
zoom: 1;
}
.user-atten > li {
float: left;
display: inline;
width: 13em;
border-right: 2px solid hsl(var(--my_color_d), var(--my_color_e25), 93%);
margin: -1px 0;
text-align: center;
padding: 10px 0;
}
.user-atten .user-num {
font-size: 16px;
margin-bottom:10px;
color: hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50));
text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: hsl(var(--my_color_d), var(--my_color_e25), 96%);
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: hsl(var(--my_color_d), var(--my_color_e25), 100%);
text-align: center;
background-color: hsl(var(--my_color_d), var(--my_color_e55), var(--my_color_f50));
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar, 
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar, 
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50));
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: hsl(var(--my_color_d), var(--my_color_e55), var(--my_color_f60));
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f60));
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: hsl(var(--my_color_d), var(--my_color_e50), var(--my_color_f55));
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.table {
line-height:30px;
}
.table > tbody > tr > td {
padding-top: 12px;
padding-bottom: 12px;
}
.table > thead {
background: hsl(var(--my_color_d), var(--my_color_e25), 98%);
}
.evaluate-content {
margin: 10px 0;
}
.evaluate-meta {
font-size: 12px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
}
.evaluate-meta:before, 
.evaluate-meta:after {
content: "";
display: table;
}
.evaluate-meta:after {
clear: both;
}
#ie6 .evaluate-meta, 
#ie7 .evaluate-meta {
zoom: 1;
}
.evaluate-meta:before, 
.evaluate-meta:after {
content: "";
display: table;
}
.evaluate-meta:after {
clear: both;
}
#ie6 .evaluate-meta, 
#ie7 .evaluate-meta {
zoom: 1;
}
.evaluate-meta-item {
float: left;
margin-right: 15px;
white-space: nowrap;
font-size:14px;
}
.evaluate-avatar {
width: 50px;
height: 50px;
margin: auto;
margin-bottom:5px;
}
.evaluate-avatar img {
display: block;
width: 50px;
height: 50px;
}
.evaluate-username {
font-size: 12px;
display: block;
margin: auto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 60%;
text-align: center;
}
.evaluate-time {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
font-size: 12px;
float: right;
}
.evaluate-meta-title {
display: inline;
float: left;
margin-right: 15px;
font-size: 15px;
font-weight: bold;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f20));
}

.leader {
margin-bottom: 10px;
}
.second-nav {
margin-top: 10px;
margin-bottom: 10px;
line-height: 25px;
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.second-nav > li {
position: relative;
display: block;
box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .8);
text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
border-radius:10px;
}
.second-nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.second-nav > li > a:hover, 
.second-nav > li > a:focus {
text-decoration: none;
background-color: hsl(var(--my_color_d), var(--my_color_e25), 93%);
}
.second-nav > li.disabled > a {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f5));
}
.second-nav > li.disabled > a:hover, 
.second-nav > li.disabled > a:focus {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f5));
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.second-nav .open > a, 
.second-nav .open > a:hover, 
.second-nav .open > a:focus {
background-color: hsl(var(--my_color_d), var(--my_color_e25), 93%);
border-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
.second-nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: hsl(var(--my_color_d), var(--my_color_e25), 90%);
}
.second-nav > li > a > img {
max-width: none;
}
.second-nav > li {
float: left;
}
.second-nav > li > a {
border-radius: 4px;
}
.second-nav > li + li {
margin-left: 2px;
}
.second-nav > li.active > a, 
.second-nav > li.active > a:hover, 
.second-nav > li.active > a:focus {
color: hsl(var(--my_color_d), var(--my_color_e25), 100%);
background-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
border-radius:10px;
}
.second-nav li {
margin-right: 10px;
}
.second-nav li a {
padding: 5px 15px;
}

.footer {
margin-top: 0;
}


.alert {
padding: 5px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
	text-align:center;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p, 
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable, 
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close, 
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: hsl(var(--my_color_d), var(--my_color_e30), 89%);
border-color: hsl(var(--my_color_d), var(--my_color_e30), 85%);
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f35));
}
.alert-success hr {
border-top-color: hsl(var(--my_color_d), var(--my_color_e35), 79%);
}
.alert-success .alert-link {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f25));
}
.alert-info {
background-color: #fff;
border-color: hsl(var(--my_color_d), var(--my_color_e55), 84%);
color: hsl(var(--my_color_d), var(--my_color_e35), var(--my_color_f35));
}
.alert-info hr {
border-top-color: hsl(var(--my_color_d), var(--my_color_e55), 79%);
}
.alert-info .alert-link {
color: hsl(var(--my_color_d), var(--my_color_e35), var(--my_color_f25));
}
.alert-warning {
letter-spacing:1px;
font-size:14px;
/* background-color: hsl(var(--my_color_d), var(--my_color_e70), 94%);
border-color: hsl(var(--my_color_d), var(--my_color_e70), 89%); */
color: hsl(var(--my_color_d), var(--my_color_e30), var(--my_color_f35));
}
.alert-warning hr {
border-top-color: hsl(var(--my_color_d), var(--my_color_e70), 84%);
}
.alert-warning .alert-link {
color: hsl(var(--my_color_d), var(--my_color_e30), var(--my_color_f25));
}
.alert-danger {
/* background-color: hsl(var(--my_color_d), var(--my_color_e30), 91%);
border-color: hsl(var(--my_color_d), var(--my_color_e30), 86%); */
color: hsl(var(--my_color_d), var(--my_color_e30), var(--my_color_f50));
}
.alert-danger hr {
border-top-color: hsl(var(--my_color_d), var(--my_color_e30), 81%);
}
.alert-danger .alert-link {
color: hsl(var(--my_color_d), var(--my_color_e30), var(--my_color_f35));
}

.datetimepicker {
padding: 4px;
margin-top: 1px;
white-space: normal;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
direction: ltr;
background: #fff;
}
.datetimepicker.datetimepicker-rtl {
direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
float: right;
}
.datetimepicker > div {
display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
display: block;
}
.datetimepicker.days div.datetimepicker-days {
display: block;
}
.datetimepicker.months div.datetimepicker-months {
display: block;
}
.datetimepicker.years div.datetimepicker-years {
display: block;
}
.datetimepicker table {
margin: 0;
}
.datetimepicker table tr td.minute:hover {
background: hsl(var(--my_color_d), var(--my_color_e25), 93%);
cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
background: hsl(var(--my_color_d), var(--my_color_e25), 93%);
cursor: pointer;
}
.datetimepicker table tr td.day:hover {
background: hsl(var(--my_color_d), var(--my_color_e25), 93%);
cursor: pointer;
}
.datetimepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.datetimepicker table tr td span:hover {
background: hsl(var(--my_color_d), var(--my_color_e25), 93%);
}
.datetimepicker table tr td span.old {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60));
}
.datetimepicker .datetimepicker-hours span {
height: 26px;
line-height: 26px;
}
.datetimepicker .datetimepicker-minutes span {
height: 26px;
line-height: 26px;
}
.datetimepicker th.switch {
width: 145px;
}
.datetimepicker-inline {
width: 220px;
}
.datetimepicker-dropdown, 
.datetimepicker-dropdown-left {
top: 0;
left: 0;
}
[class*="datetimepicker-dropdown"]:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
[class*="datetimepicker-dropdown"]:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid hsl(var(--my_color_d), var(--my_color_e25), 93%);
position: absolute;
}
[class*="datetimepicker-dropdown-top"]:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #ccc;
border-top-color: rgba(0, 0, 0, 0.2);
border-bottom: 0;
}
[class*="datetimepicker-dropdown-top"]:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid hsl(var(--my_color_d), var(--my_color_e25), 93%);
border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
top: -7px;
right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
top: -6px;
right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
top: -7px;
left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
top: -6px;
left: 7px;
}
.datetimepicker-dropdown-top-left:before {
bottom: -7px;
right: 6px;
}
.datetimepicker-dropdown-top-left:after {
bottom: -6px;
right: 7px;
}
.datetimepicker-dropdown-top-right:before {
bottom: -7px;
left: 6px;
}
.datetimepicker-dropdown-top-right:after {
bottom: -6px;
left: 7px;
}
.datetimepicker td, 
.datetimepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none;
}
.table-striped .datetimepicker table tr td, 
.table-striped .datetimepicker table tr th {
background-color: transparent;
}
.datetimepicker table tr td.old, 
.datetimepicker table tr td.new {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60));
}
.datetimepicker table tr td.disabled, 
.datetimepicker table tr td.disabled:hover {
background: none;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60));
cursor: default;
}
.datetimepicker table tr td.today, 
.datetimepicker table tr td.today:hover, 
.datetimepicker table tr td.today.disabled, 
.datetimepicker table tr td.today.disabled:hover {
background-color: hsl(var(--my_color_d), var(--my_color_e85), 80%);
background-image: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), 80%), hsl(var(--my_color_d), var(--my_color_e85), 80%));
background-image: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), 80%), hsl(var(--my_color_d), var(--my_color_e85), 80%));
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(hsl(var(--my_color_d), var(--my_color_e85), 80%)), to(hsl(var(--my_color_d), var(--my_color_e85), 80%)));
background-image: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), 80%), hsl(var(--my_color_d), var(--my_color_e85), 80%));
background-image: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), 80%), hsl(var(--my_color_d), var(--my_color_e85), 80%));
background-image: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), 80%), hsl(var(--my_color_d), var(--my_color_e85), 80%));
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='hsl(var(--my_color_d), var(--my_color_e85), 80%)', endColorstr='hsl(var(--my_color_d), var(--my_color_e85), 80%)', GradientType=0);
border-color: hsl(var(--my_color_d), var(--my_color_e85), 80%) hsl(var(--my_color_d), var(--my_color_e85), 80%) hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65));
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover, 
.datetimepicker table tr td.today:hover:hover, 
.datetimepicker table tr td.today.disabled:hover, 
.datetimepicker table tr td.today.disabled:hover:hover, 
.datetimepicker table tr td.today:active, 
.datetimepicker table tr td.today:hover:active, 
.datetimepicker table tr td.today.disabled:active, 
.datetimepicker table tr td.today.disabled:hover:active, 
.datetimepicker table tr td.today.active, 
.datetimepicker table tr td.today:hover.active, 
.datetimepicker table tr td.today.disabled.active, 
.datetimepicker table tr td.today.disabled:hover.active, 
.datetimepicker table tr td.today.disabled, 
.datetimepicker table tr td.today:hover.disabled, 
.datetimepicker table tr td.today.disabled.disabled, 
.datetimepicker table tr td.today.disabled:hover.disabled, 
.datetimepicker table tr td.today[disabled], 
.datetimepicker table tr td.today:hover[disabled], 
.datetimepicker table tr td.today.disabled[disabled], 
.datetimepicker table tr td.today.disabled:hover[disabled] {
background-color: hsl(var(--my_color_d), var(--my_color_e85), 80%);
}
.datetimepicker table tr td.today:active, 
.datetimepicker table tr td.today:hover:active, 
.datetimepicker table tr td.today.disabled:active, 
.datetimepicker table tr td.today.disabled:hover:active, 
.datetimepicker table tr td.today.active, 
.datetimepicker table tr td.today:hover.active, 
.datetimepicker table tr td.today.disabled.active, 
.datetimepicker table tr td.today.disabled:hover.active {
background-color: hsl(var(--my_color_d), var(--my_color_e85), 70%) \9;
}
.datetimepicker table tr td.active, 
.datetimepicker table tr td.active:hover, 
.datetimepicker table tr td.active.disabled, 
.datetimepicker table tr td.active.disabled:hover {
background-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40));
background-image: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)));
background-image: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)));
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40))));
background-image: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)));
background-image: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)));
background-image: linear-gradient( hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)));
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40))', endColorstr='hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40))', GradientType=0);
border-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)) hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)) hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f25));
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #EEE;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover, 
.datetimepicker table tr td.active:hover:hover, 
.datetimepicker table tr td.active.disabled:hover, 
.datetimepicker table tr td.active.disabled:hover:hover, 
.datetimepicker table tr td.active:active, 
.datetimepicker table tr td.active:hover:active, 
.datetimepicker table tr td.active.disabled:active, 
.datetimepicker table tr td.active.disabled:hover:active, 
.datetimepicker table tr td.active.active, 
.datetimepicker table tr td.active:hover.active, 
.datetimepicker table tr td.active.disabled.active, 
.datetimepicker table tr td.active.disabled:hover.active, 
.datetimepicker table tr td.active.disabled, 
.datetimepicker table tr td.active:hover.disabled, 
.datetimepicker table tr td.active.disabled.disabled, 
.datetimepicker table tr td.active.disabled:hover.disabled, 
.datetimepicker table tr td.active[disabled], 
.datetimepicker table tr td.active:hover[disabled], 
.datetimepicker table tr td.active.disabled[disabled], 
.datetimepicker table tr td.active.disabled:hover[disabled] {
background-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40));
}
.datetimepicker table tr td.active:active, 
.datetimepicker table tr td.active:hover:active, 
.datetimepicker table tr td.active.disabled:active, 
.datetimepicker table tr td.active.disabled:hover:active, 
.datetimepicker table tr td.active.active, 
.datetimepicker table tr td.active:hover.active, 
.datetimepicker table tr td.active.disabled.active, 
.datetimepicker table tr td.active.disabled:hover.active {
background-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f30)) \9;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am, 
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend, 
.datetimepicker .datetimepicker-minutes fieldset legend {
margin-bottom: inherit;
line-height: 30px;
}
.datetimepicker table tr td span.disabled, 
.datetimepicker table tr td span.disabled:hover {
background: none;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60));
cursor: default;
}
.datetimepicker table tr td span.active, 
.datetimepicker table tr td span.active:hover, 
.datetimepicker table tr td span.active.disabled, 
.datetimepicker table tr td span.active.disabled:hover {
background-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40));
background-image: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)));
background-image: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)));
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40))));
background-image: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)));
background-image: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)));
background-image: linear-gradient( hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)));
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40))', endColorstr='hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40))', GradientType=0);
border-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)) hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40)) hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f25));
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #EEE;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover, 
.datetimepicker table tr td span.active:hover:hover, 
.datetimepicker table tr td span.active.disabled:hover, 
.datetimepicker table tr td span.active.disabled:hover:hover, 
.datetimepicker table tr td span.active:active, 
.datetimepicker table tr td span.active:hover:active, 
.datetimepicker table tr td span.active.disabled:active, 
.datetimepicker table tr td span.active.disabled:hover:active, 
.datetimepicker table tr td span.active.active, 
.datetimepicker table tr td span.active:hover.active, 
.datetimepicker table tr td span.active.disabled.active, 
.datetimepicker table tr td span.active.disabled:hover.active, 
.datetimepicker table tr td span.active.disabled, 
.datetimepicker table tr td span.active:hover.disabled, 
.datetimepicker table tr td span.active.disabled.disabled, 
.datetimepicker table tr td span.active.disabled:hover.disabled, 
.datetimepicker table tr td span.active[disabled], 
.datetimepicker table tr td span.active:hover[disabled], 
.datetimepicker table tr td span.active.disabled[disabled], 
.datetimepicker table tr td span.active.disabled:hover[disabled] {
background-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40));
}
.datetimepicker table tr td span.active:active, 
.datetimepicker table tr td span.active:hover:active, 
.datetimepicker table tr td span.active.disabled:active, 
.datetimepicker table tr td span.active.disabled:hover:active, 
.datetimepicker table tr td span.active.active, 
.datetimepicker table tr td span.active:hover.active, 
.datetimepicker table tr td span.active.disabled.active, 
.datetimepicker table tr td span.active.disabled:hover.active {
background-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f30)) \9;
}
.datetimepicker thead tr:first-child th, 
.datetimepicker tfoot tr:first-child th {
cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover, 
.datetimepicker tfoot tr:first-child th:hover {
background: hsl(var(--my_color_d), var(--my_color_e25), 93%);
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 80%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 80%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}

.form-group::before{
content: "";
display: table;
}
.form-group::after{
content: "";
display: table;
clear:both;
}
.form-group{
margin-bottom: 20px;
}

.form-horizontal .control-label{
text-align: right;
margin-bottom: 0;
padding-top: 7px;
margin-right: 10px;
font-size:13px;
font-weight: bold;
}

.form-group .btn{border: none;}


.container::after{
content:'';
display: table;
clear:both;
}

.list-filter{border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%); margin-top: 10px;padding:40px 60px;}
.list-filter li{border-bottom: 1px dashed hsl(var(--my_color_d), var(--my_color_e25), 87%);line-height: 50px; font-size:14px;}
.list-filter li:last-child{border:none;}
.list-filter li label{color:#333;display: block;float:left;width:90px;font-weight:300;}
.list-filter li a{padding:5px;margin-right: 20px;}
.list-filter li a.selected{color:#fff;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
border-radius: 25px;
	padding-left:10px!important;padding-right:10px!important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .3)!important;box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .6) inset;
}
.tool-bar{height: 33px;line-height: 33px;background: hsl(var(--my_color_d), var(--my_color_e25), 89%);border-radius:5px;
			 background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			 background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
			 background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			 background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
			 background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
				 border: 0px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);margin-top: 20px;}
.tool-bar .actions{display: inline-block;position: relative;}
.tool-bar .actions .tool-bar-item{display: inline-block;width:110px;border-right: 0px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);text-align: center;font-size:12px;}
.tool-bar .actions .tool-bar-item.selected{color:#fff;border: 0px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));border-radius:5px;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
}
.tool-bar .actions .tool-bar-item:hover, 
.tool-bar .actions .tool-bar-item:active {color:#fff;border-radius:5px;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));}

.for-city {
width: 240px;
background: #fff;
margin-left: -4px;
margin-top: 0;
padding:20px;
border-radius:10px;
}
.for-city li {
float: left;
display: inline;
margin-bottom: 5px;
}
.for-city li a {
clear: none;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
}
.for-city li.active a{background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));color:#fff;}

.list-page{height:30px;line-height: 30px;margin: 10px 0;}
.list-page .page-tips{float:left;}
.list-page .pagination{float:right;}
.list-page .pagination li{width:30px;float:left;text-align: center;margin-right:5px;}
.list-page .pagination li a{display: block;border:solid 1px hsl(var(--my_color_d), var(--my_color_e25), 87%);}
.list-page .pagination li a:hover{border-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));}
.list-page .pagination li:last-child{width:80px;}
.list-page .pagination li.active a{background:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));color:#fff!important;border-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)); }

.breadcrumb{height: 50px;line-height: 40px;}
.breadcrumb li{display: inline-block;}
.breadcrumb > li + li::before {
content: "/\00a0";
padding: 0 5px;
color: hsl(var(--my_color_d), var(--my_color_e25), 80%);
}

/*case*/

#case .case-list:after{
content:'';
display: table;
clear:both;
}

#case .case-search {
padding: 10px;
}
#case .case-search .case-search-bg {
margin-bottom: 10px;
}
#case .advantage, 
#articlelist .advantage {
padding-bottom: 20px;
}
#case .advantage .advantage-title, 
#articlelist .advantage .advantage-title{
font-size: 24px;
text-align: center;
margin: 10px 0 2px 0;
}
#case .advantage .advantage-text, 
#articlelist .advantage .advantage-text {
font-size: 14px;
text-align: center;
margin-bottom: 10px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
}
#case .advantage li, 
#articlelist .advantage li{
line-height: 25px;
}
#case .advantage .advantage-img, 
#articlelist .advantage .advantage-img{
width: 30px;
float: left;
margin: 10px 5px 0 10px;
}
#case .advantage .advantage-body, 
#articlelist .advantage .advantage-body {
width: 75%;
float: left;
}
#case .advantage .advantage-body .small_p, 
#articlelist .advantage .advantage-body .small_p{
font-size: 12px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60));
line-height: 25px;
}
#case .case-btn, 
#tasklist .case-btn, 
#goodslist .case-btn, 
#sellerlist .case-btn, 
#articlelist .case-btn {
padding: 10px 15px;
text-align: center;
}
#case .case-btn a, 
#tasklist .case-btn a, 
#goodslist .case-btn a, 
#sellerlist .case-btn a, 
#articlelist .case-btn a{
margin-bottom: 5px;
}
#case .case-btn .case-btn-title, 
#tasklist .case-btn .case-btn-title, 
#goodslist .case-btn .case-btn-title, 
#sellerlist .case-btn .case-btn-title, 
#articlelist .case-btn .case-btn-title {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
font-size: 14px;
margin-bottom: 15px;
}
#case .case-btn .case-btn-text, 
#tasklist .case-btn .case-btn-text, 
#goodslist .case-btn .case-btn-text，
#sellerlist .case-btn .case-btn-text, 
#articlelist .case-btn .case-btn-text{
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
font-size: 12px;
margin-bottom: 10px;
}
#case .list .list-body {
background: none;
}
#case .list .list-item {
background: hsl(var(--my_color_d), var(--my_color_e25), 93%);
width: 470px;
position: relative;
}
#case .list .list-title {
width: 95%;
}
#case .list .list-item-img {
float: left;
margin-bottom: 10px;
margin-right: 20px;
width: 230px;
height: 160px;
}
#case .list .list-item-img img {
width: 230px;
height: 160px;
}
#case .list .list-item-footer span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
#case .list .list-item-footer .money {
float: none;
}
#case .case-users {
color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
#case .tag-r {
position: absolute;
top: 0;
right: 0;
z-index: 20;
color: #EEE;
width: 35px;
margin: auto;
line-height: 30px;
font-size: 14px;
}
#case .label-r {
position: absolute;
top: 0;
right: 0;
z-index: 2;
border-width: 30px;
border-style: solid solid dashed dashed;
border-color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f35)) hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f35)) transparent transparent;
}
#case .tag-l {
position: absolute;
top: 0;
left: 0;
}
#case .case-list .case-list-item{
width: 262px;
height: 222px;
border: solid 1px hsl(var(--my_color_d), var(--my_color_e25), 90%);
margin: 25px 0 0 29px;
position: relative;
float:left;
}
#case .case-list .case-list-img{
display: block;
width: 260px;
height: 180px;
position: relative;
}
#case .case-list .case-list-img .case-pic{
display: inline-block;
width: 100%;
height: 180px;
}
#case .case-list .case-list-title{
font-size: 14px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50));
padding: 0 10px;
text-align: center;
line-height: 40px;
border-top: solid 1px #ccc;
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;

}
.case-list-detailBox{
display: inline-block;
display: none;
width: 100%;
padding: 10px;
background: rgba(255, 254, 242, 1);
position: absolute;
left: 0;
bottom: 0;
}

#case .case-list .case-list-detailBox p{
overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
padding: 3px 0;
}
#case .case-list .case-list-detailBox .case-collect{
display: inline-block;
padding-right: 10px;
}
#case .case-list .marked-case{
border:dashed 1px hsl(var(--my_color_d), var(--my_color_e25), 86%);
background: hsl(var(--my_color_d), var(--my_color_e25), 97%);
color: hsl(var(--my_color_d), var(--my_color_e25), 70%);
font-size: 12px;
margin-right: 6px;
padding: 3px 6px;
}

/* 页面副导航 */
.tab {
position: relative;
z-index: 1;
top: 1px;
margin-bottom:-5px;
}
.tab a {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 85%);
border-bottom-color: #ccc;
background: hsl(var(--my_color_d), var(--my_color_e25), 95%);
color: #666;
}
.tab a .arrow {
border-color: #999 hsl(var(--my_color_d), var(--my_color_e25), 95%) hsl(var(--my_color_d), var(--my_color_e25), 95%);
border-width: 4px;
border-style: solid ;
display: inline-block;
width: 0;
height: 0;
font-size: 0;
line-height: 0;
vertical-align: middle;
margin-left: 5px;
display: none;
}
.tab a:hover {
background: #EEE;
text-decoration: none;
}
.tab a:hover .arrow {
border-color: #EEE;
border-top-color: #666;
}
.tab a.selected {text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);letter-spacing:1px;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
border: 1px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
border-bottom: none;
padding-bottom: 1px;
color: #fff;
}
.tab a.selected .arrow {
display: inline-block;
border-color: #EEE;
border-top-color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f35));
}
.tab_detail {
background: #fff;
box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2);
padding: 35px 40px 40px;
margin-top:10px;
margin-bottom:50px;
}
.btn-group {float:left;margin-right:5px;}
.tab:before, 
.tab:after {
content: "";
display: table;
}
.tab:after {
clear: both;
}

.tab:before, 
.tab:after {
content: "";
display: table;
}
.tab:after {
clear: both;
}
.tab > li {
display: inline;
float: left;
margin: -1px -3px -1px -1px;
position: relative;
}
.tab > li a {
margin: 0;
}
.tab > li.active a {
background: hsl(var(--my_color_d), var(--my_color_e25), 93%);
font-weight: bold;
padding-bottom: 1px;
border-color: hsl(var(--my_color_d), var(--my_color_e25), 93%);
border-top-color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f35));
border-bottom: none;
cursor: default;
color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f35));
}
.tab a {
border-color: hsl(var(--my_color_d), var(--my_color_e25), 93%);
margin: -1px -3px -1px -1px;
line-height: 30px;
text-align: center;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f20));
}
.tab a.selected {
border-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
border-top-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
cursor: default;
color: #fff;
}
.tab.tab-darken {
border-bottom: 1px solid hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
.tab.tab-article-nav{
padding: 16px 10px 0;
background: #EEE;
}
.tab.tab-darken a {
min-width: 96px;
margin: 0 12px 0 0;
}
.tab.tab-darken a.selected {
border-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
color: #fff;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
.tab.tab-darken .badge {
padding-top: 1px;
padding-bottom: 1px;
}
.tab .tab-group {
display: inline-block;
position: relative;
z-index: 10;
}




.side .c1{
height:304px;
width:278px;
border:solid 1px hsl(var(--my_color_d), var(--my_color_e25), 87%);
color:#666;
text-align: center;
background: #fff;
}
.side .c1 .c11{height:55px;line-height: 55px;font-size: 18px;}
.side .c1 .c12{width:196px;background: url('../images/ico-c12.png') no-repeat 0 0;height:51px;margin-left: 40px;margin-bottom: 70px;}
.side .c1 .c12 li{width:52px;margin-right: 20px;float:left;text-align: center;padding-top: 58px;}
.side .c1 .c12 li:last-child{margin: 0;}
.side .c1 .btn{margin:15px 0;}
.side .c1 .btn a{width: 220px;height:40px;font-size:18px;color:#fff;background:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));display: inline-block;line-height: 40px; }

.list-article{margin-top: 30px;}
.list-article li{
height:50px;
line-height: 50px;
border-bottom: dotted 1px hsl(var(--my_color_d), var(--my_color_e25), 90%);
padding:0 20px;
font-size:14px;
}
.list-article li i{
color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
.list-article li a{
color:#000;
margin-left: 5px;
}
.list-article li a:hover{
color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}

.list-article li span{
float:right;
color:#999;
}

.box-r{
margin-top: 40px;
}

.box-r .title{height:25px;line-height: 25px;font-size: 20px;border-left: solid 6px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));margin: 40px 0 10px;
padding-left: 10px;}
.box-r .art-list{
margin: 20px 0;
}
.box-r .art-list li{
height:30px;
line-height: 30px;
overflow: hidden;
}

.box-r .img-list dl{width:133px;margin-right: 10px;float:left;border:solid 1px hsl(var(--my_color_d), var(--my_color_e25), 87%);margin-bottom: 10px;}
.box-r .img-list dl:nth-child(2), 
.box-r .img-list dl:nth-child(4), 
.box-r .img-list dl:nth-child(6){margin: 0;}
.box-r .img-list dl dd img{width:135px;height:133px;}
.box-r .img-list dl dt{padding:5px 5px;}
.box-r .img-list dl dd.money{color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));padding:5px;}
.box-r .img-list dl dd.money sub{vertical-align: baseline;}
.box-r .img-list dl dd.time{padding:5px;}

.article {
padding:0 30px;
}
.article .article-header{
text-align: center;
margin: 0 0 40px;
}

.article .article-header h1{
font-size:24px;
margin: 15px 0;
}

.article-body{
font-size:14px;
line-height: 25px;
}
.article-body .wenben{width:76%!important;margin:-97px 153px 10px!important;font-size:14px!important;line-height:25px!important;}
.article-body .wenbennei{width:88%!important;margin:-105px  11% 10px!important;height:100px!important;}
.article-body .wenbenwai{width:90%!important;margin:30px 10% 0px!important;height:110px!important;}
.article-body .toutunei{width:100px!important;height:100px!important;margin:-105px 27px -90px!important;}
.article-body .toutunei img{width:100px!important;height:100px!important;}
.article-body .toutuwai{width:110px!important;height:110px!important;margin:30px 22px 0px!important;}

.article-meta {
font-size: 12px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
}
.article-meta:before, 
.article-meta:after {
content: "";
display: table;
}
.article-meta:after {
clear: both;
}

.article-meta:before, 
.article-meta:after {
content: "";
display: table;
}
.article-meta:after {
clear: both;
}

.article-meta > li {
display: inline;
margin-left: 5px;
margin-right: 5px;
}

.article-footer {
clear: both;
padding-left: 10px;
padding-right: 10px;
}
.article-footer:before, 
.article-footer:after {
content: "";
display: table;
}
.article-footer:after {
clear: both;
}

.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li > a, 
.pager li > span {
display: inline-block;
padding: 1px 14px;
background-color: hsl(var(--my_color_d), var(--my_color_e25), 97%);
border: 1px solid #eee;
border-radius: 15px;
}
.pager li > a:hover, 
.pager li > a:focus {
text-decoration: none;
background-color: hsl(var(--my_color_d), var(--my_color_e25), 93%);
}
.pager .next > a, 
.pager .next > span {
float: right;
}
.pager .previous > a, 
.pager .previous > span {
float: left;
}
.front, .front1, .front2, .front3 {transform: rotatex(0deg) translatez(25px);}
.back, .back1, .back2, .back3 {transform: rotatex(-90deg) translatez(25px);}
.front, .back {display: block;width: 100%;height: 100%;position: absolute;border-radius:50% 50% 0 0!important;top: -2px;left: 0;
	border:1px solid hsl(var(--my_color_d), var(--my_color_e95), 90%);
	background: hsl(var(--my_color_d), var(--my_color_e95), 90%);
	text-shadow: 		rgba(255, 255, 255, .5) 0 1px 0;
	-webkit-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
	box-shadow: 		inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
line-height:32px;color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40))!important;pointer-events: none;box-sizing: border-box;letter-spacing:1px;}
.front:after, .back:after {
	content: 				"";
	position: 				absolute; 
    width: 					90%;
    height: 				90%;
    top: 					3%;
    left: 					5%;
	border-radius:50% 50% 0 0!important;
    background-image: 		-webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
    							color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
    background-image: 		-moz-linear-gradient(left, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, .5) );	
    background-image: 		gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
    							color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
}

.front1, .back1 {
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));

	text-shadow: 		1px 1px 1px rgba(0, 0, 0, .3)!important;
	-webkit-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f40)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f40)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
	box-shadow: 		inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f40)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
line-height:32px;color: #fff;text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);display: block;width: 100%;height: 100%;position: absolute;border-radius:50% 50% 0 0!important;top: -2px;left: 0;
pointer-events: none;box-sizing: border-box;letter-spacing:1px;}
.front1:after, .back1:after {
	content: 				"";
	position: 				absolute; 
    width: 					90%;
    height: 				90%;
    top: 					3%;
    left: 					5%;
	border-radius:50% 50% 0 0!important;
    background-image: 		-webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
    							color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
    background-image: 		-moz-linear-gradient(left, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, .5) );	
    background-image: 		gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
    							color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
}


.nav-list {
  margin-bottom: 0;
}
.nav-list .nav-list-title {
	color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
	position:relative;
	cursor: pointer;
	padding-left: 1em;
	line-height: 30px;
	border-bottom: 1px solid hsl(var(--my_color_d), 0%, 93%);
	border-width: 1px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:12px;
	font-weight: normal;
	margin: 10px 0px 10px -10px;
	border:1px solid hsl(var(--my_color_d), var(--my_color_e95), 90%);
	background: hsl(var(--my_color_d), var(--my_color_e95), 90%);
	text-shadow: 		rgba(255, 255, 255, .5) 0 1px 0;
	-webkit-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
	box-shadow: 		inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
}
/* .nav-list .nav-list-title:after {
	content: 				"";
	position: 				absolute; 
    width: 					90%;
    height: 				90%;
    top: 					3%;
    left: 					5%;
    background-image: 		-webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
    							color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
    background-image: 		-moz-linear-gradient(left, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, .5) );	
    background-image: 		gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
    							color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
} */
.nav-list .nav-list-title i{
}
.nav-list .nav-list-body {
  background: #fff;
  display:none;
}
.nav-list .nav-list-body:before,
.nav-list .nav-list-body:after {
  content: "";
  display: table;
}
.nav-list .nav-list-body:after {
  clear: both;
}

.nav-list .nav-list-body:before,
.nav-list .nav-list-body:after {
  content: "";
  display: table;
}
.nav-list .nav-list-body:after {
  clear: both;
}

.nav-list .nav-list-body a {
  color:#666;
  display: block;
  padding-left: 2em;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 1px 1px 2px rgba(0,0,0,.1);
  font-size:11px;
  width:130px;
}

.nav-list .nav-list-body a.selected,
.nav-list .nav-list-body a.selected:visited,
.nav-list .nav-list-body a:hover {
  text-decoration: none;
  border-color: hsl(var(--my_color_d), 0%, 95%);
  color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
  width:130px;
}
.nav-list .nav-list-body .badge {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}

.content-panel {
  display: inline;
  float: left;
  width: 1000px;
  margin: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 710px;
  color: #333;
}
.content-panel a{
    color:#333;
	font-size:12px;
	letter-spacing:1px;
}
.content-panel a:hover{
    color:red;
}
.content-panel .tab{
    top:0;
}

.content-panel .tab a{
	/* font-family:'buding'; */
	cursor:pointer;
    background: #fff;
    margin: 0 9px 5px 0;
    border-color: #ccc;
	padding:0px 12px;
	line-height:25px;
	height:25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
	box-shadow:  0px 5px 0px 0px #999, 0px 10px 5px #aaa;
}

.content-panel .tab a.selected{
	background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
	background: -moz-linear-gradient(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
	background: -webkit-gradinet(linear, left top, left bottom,from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
	background: -webkit-linear-gradient(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
	background: -o-linear-gradient(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
	background: linear-gradient(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
    color:#fff;
    border:solid 1px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
	letter-spacing:1px!important;
	text-shadow:1px 1px 1px rgba(0,0,0,.3);
	box-shadow:  0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), 0px 10px 5px #aaa;
}

.helper .nav-action {
display: inline;
float: left;
width: 260px;
margin: 20px 5px 0;
margin-bottom: 10px;
font-size:14px;
}
.helper .nav-header {
padding-left: 10px;
margin-bottom: -1px;
}
.helper .nav-list {
  background-color: #fff;
  margin-bottom: 0;
}
.helper .nav-list .nav-list-title {
  color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
  cursor: pointer;
  padding-left: 1em;
  line-height: 30px;
  border-bottom: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 93%);
  border-width: 1px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size:13px;
  font-weight: normal;
  margin: 10px 0px 10px -10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.helper .nav-list .nav-list-title i{
color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
.helper .nav-list .nav-list-body:before, 
.helper .nav-list .nav-list-body:after {
content: "";
display: table;
}
.helper .nav-list .nav-list-body:after {
clear: both;
}

/* .helper .nav-list .nav-list-body {
  display: none;
} */
.helper .nav-list .nav-list-body a {
display: block;
padding-left: 2em;
line-height: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.helper .nav-list .nav-list-body a:hover {
background: hsl(var(--my_color_d), var(--my_color_e25), 95%);
text-decoration: none;
border-color: hsl(var(--my_color_d), var(--my_color_e25), 95%);
}
.helper .nav-list .nav-list-body a.selected, 
.helper .nav-list .nav-list-body a.selected:hover, 
.helper .nav-list .nav-list-body a.selected:visited {
color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f35));
border-color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f35));
background: hsl(var(--my_color_d), var(--my_color_e25), 95%);
}
.helper .nav-list .nav-list-body .badge {
float: right;
margin-right: 10px;
margin-top: 5px;
}
.helper .content-panel {
display: inline;
float: right;
width: 900px;
margin: 0 5px;
margin-bottom: 10px;
min-height: 710px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
}
.helper .content-panel .horizontal-row {
display: block;
width: 730px;
margin: 0 -5px;
}
.helper .content-panel .horizontal-row:before, 
.helper .content-panel .horizontal-row:after {
content: "";
display: table;
}
.helper .content-panel .horizontal-row:after {
clear: both;
}

.helper .content-panel .horizontal-row:before, 
.helper .content-panel .horizontal-row:after {
content: "";
display: table;
}
.helper .content-panel .horizontal-row:after {
clear: both;
}


.helper-search {
padding: 10px;
margin-bottom: 10px;
margin-left:-20px;
}
.helper-search:before, 
.helper-search:after {
content: "";
display: table;
}
.helper-search:after {
clear: both;
}

.helper-search:before, 
.helper-search:after {
content: "";
display: table;
}
.helper-search:after {
clear: both;
}

.helper-fresh {
padding: 10px;
background: hsl(var(--my_color_d), var(--my_color_e25), 93%);
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 93%);
margin-bottom: 10px;
}
.helper-fresh:before, 
.helper-fresh:after {
content: "";
display: table;
}
.helper-fresh:after {
clear: both;
}

.helper-fresh:before, 
.helper-fresh:after {
content: "";
display: table;
}
.helper-fresh:after {
clear: both;
}

.helper-fresh .line {
border-bottom: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 93%);
height: 0;
overflow: hidden;
margin-bottom: 10px;
margin-top: 10px;
}
.helper-box {
margin-bottom: 10px;
}
.helper-box .min-title {
padding-left: 10px;
margin-bottom: -1px;
}
.helper-box .min-list {
padding: 10px;
font-size: 12px;
}
.helper-box .min-list a {
display: inline-block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.helper-detail .min-title {
margin-left:-10px;
margin-bottom: -1px;
font-size:14px;
font-weight: bold;
line-height: 35px;
}
.helper-detail-body {
padding: 10px;
font-size: 12px;
}
.helper-item {
}
.helper-item dt {
line-height: 35px;
font-size: 14px;
}
.helper-item dd {
padding: 0 10px 10px;
line-height: 20px;
word-wrap: break-word !important;
word-break: normal !important;
}
.helper-item p {
margin-bottom: 10px;
}

.helper-search .col-xs-10{
width: 83.33333333%;
float:left;
}
.helper-search .col-xs-2{
width: 16.66666667%;
float:left;
}

.helper-search .btn{
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
height:30px;
width:80px;
color:#fff;
}

.step {
padding-top: 40px;
font-size: 12px;
padding-bottom: 10px;
padding-left: 0;
}
.step:before, 
.step:after {
content: "";
display: table;
}
.step:after {
clear: both;
}
.step:before, 
.step:after {
content: "";
display: table;
}
.step:after {
clear: both;
}
.step .step-item {
position: relative;
z-index: 1;
float: left;
display: inline;
width: 10%;
border-top: 5px solid hsl(var(--my_color_d), var(--my_color_e25), 84%);
}
.step .step-item.action {
border-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
.step .step-item.action .step-num {
color: #fff;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
.step .step-item.action .step-title {
color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
.step .step-num {
width: 25px;
height: 25px;
display: inline-block;
position: absolute;
top: -15px;
left: 50%;
margin-left: -12.5px;
background: hsl(var(--my_color_d), var(--my_color_e25), 84%);
line-height: 25px;
text-align: center;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.step .step-text {
text-align: center;
color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f35));
}
.step .step-text.step-bottom {
margin-top: 15px;
}
.step .step-text.step-top {
position: absolute;
bottom: 140%;
width: 100%;
}
.step .step-title {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
}
.step.step1 .step-item {
width: 100%;
}
.step.step2 .step-item {
width: 50%;
}
.step.step3 .step-item {
width: 33.33333333%;
}
.step.step4 .step-item {
width: 25%;
}
.step.step5 .step-item {
width: 20%;
}
.step.step6 .step-item {
width: 16.66666667%;
}
.step.step7 .step-item {
width: 14.28571429%;
}
.step.step8 .step-item {
width: 12.5%;
}
.step.step9 .step-item {
width: 11.11111111%;
}

.text-center{text-align: center;}
.mb_20{margin-bottom: 20px;}

.payfor-body{
margin: 20px 0;
}
.payfor-body .btn{display: inline-block;color:#fff; text-align: center; padding:4px 15px;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
 			background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
			background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
			background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
					font-weight:bold;
					cursor:pointer;
border-radius:30px;
					text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
					letter-spacing:1px;
					box-shadow:0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f35)), 0px 10px 5px #999;
}

.payfor-nav {
margin: 20px 0;
}

.index-quicktask{
background:hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f60)) url(../images/quick-pub-bg.jpg) no-repeat center center;
height:450px;
margin: 10px 0;
box-shadow: 0 0 12px #ddd;
}

.index-quicktask .c1{
height:300px;
width:488px;
padding:150px 25px 0;
float:left;
position: relative;
}

.index-quicktask .c2{
float:right;
width:500px;
margin: 40px;
height:300px;
background: hsl(var(--my_color_d), var(--my_color_e70), 78%);
display: none;
padding:40px;
box-shadow: 0 0 12px hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50));
}

.index-quicktask .type-items{
height:93px;
}
.index-quicktask .type-items input{display: none;}
.index-quicktask .type-items label{
display:inline-block;
height:25px;
color:hsl(var(--my_color_d), var(--my_color_e70), 78%);
border:solid 1px hsl(var(--my_color_d), var(--my_color_e70), 78%);
line-height: 25px;
padding:0 5px;
width:65px;
text-align: center;
margin:2px 4px;
cursor:pointer;
box-shadow: 0 1px 0 #000;
text-shadow: 0 1px 0 #000;
}
.index-quicktask .type-items label.selected{
background: hsl(var(--my_color_d), var(--my_color_e70), 78%);
color:hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f50));
text-shadow:none;
}

.index-quicktask .quick-item{
margin-top: 20px;
line-height: 30px;
}

.index-quicktask .quick-item label{
width:80px;
background: hsl(var(--my_color_d), var(--my_color_e70), 78%);
display: inline-block;
color: hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f50));
text-align: center;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.index-quicktask .quick-item.desc label{
height:90px;
vertical-align: middle;
line-height: 90px;
}
.index-quicktask .quick-item input[type='text']{
height:30px;
border-top-right-radius:3px;
border-bottom-right-radius: 3px;
border:none;
width:350px;
}
.index-quicktask .quick-item textarea{
height:90px;
border-top-right-radius:3px;
border-bottom-right-radius: 3px;
border:none;
width:355px;
vertical-align: middle;
}

.index-quicktask .quick-item.btn{
text-align: center;
}
.index-quicktask .quick-item .btn-l{
background: url(../images/index-quick-btn-l.png) no-repeat 0 0; 
display: inline-block; 
vertical-align: middle;
margin-right: 10px;
}
.index-quicktask .quick-item .btn{
background: url(../images/index-quick-btn-bg.png) repeat-x 0 0;
height: 43px;
line-height: 35px;
margin-left: 6px;
border: none;
display: inline-block;
vertical-align: middle;
color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f30));
font-size:18px;
font-weight: bold;
padding:0 10px;
cursor: pointer;
}
.index-quicktask .quick-item .btn-r{
display: inline-block;
width:10px;
height: 43px;
background: url(../images/index-quick-btn-r.png) no-repeat 0 0; 
vertical-align: middle;
}

.index-quicktask-dlg{
font-size: 14px;
width:690px;
padding:20px 0 20px 20px;
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f25));
}

.index-quicktask-dlg .type-items, .index-quicktask-dlg .quick-item{
margin-bottom: 10px;
}

.index-quicktask-dlg .type-items .title, .index-quicktask-dlg .quick-item .title{
margin-bottom: 8px;
height: 20px;
line-height: 20px;
}

.index-quicktask-dlg .type-items label{
padding: 0 4px;
height: 28px;
line-height: 28px;
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 90%);
text-align: center;
transition: all .2s;
cursor: pointer;
margin-bottom: 6px;
margin-right: 10px;
font-size: 12px;
width: 82px;
display: inline-block;
}
.index-quicktask-dlg .type-items label.selected{
color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
border-color: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
}
.index-quicktask-dlg .type-items input{
display: none;
}

.index-quicktask-dlg .quick-item:after{
clear:both;
display: table;
content:''
}
.index-quicktask-dlg .quick-item.txt .title, .index-quicktask-dlg .quick-item.txt .body{
width:330px;
float:left;
margin-right: 10px;
}
.index-quicktask-dlg .quick-item input{
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 90%);
height: 34px;
padding: 0 12px;
width:306px;
}
.index-quicktask-dlg .quick-item textarea{
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 90%);
margin-top: 6px;
color: #333;
width:665px;
font-size: 14px;
resize: none;
height: 100px;
}

.index-quicktask-dlg .quick-item.indus select{
width:334px;
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 90%);
height: 34px;
}

.index-quicktask-dlg .quick-item.city select{
width:221px;
border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 90%);
height: 34px;
}

.index-quicktask-dlg .quick-item .btn{
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
border:none;
color:#fff;
cursor: pointer;
}

.single{
margin-top: 20px;
}
.single-body{
padding-top: 20px;
}

.single-detail {
color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40));
font-size: 12px;
line-height: 23px;
}

.single-wrap .for-advertise img{height:80px;width:1200px;}
.bangding p{display:none!important;}


/* 以下为导航栏所需 */
.nav-menu {display: block;margin:-25px 0px 150px;}
.nav-menu > li {display: inline;float:left;border-right:10px solid transparent;box-shadow:  0px 1px 0px 0px hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)), 0px 5px 5px #999;border-radius:50% 50% 0 0!important;}
.nav-menu > li:last-child {border-right: none;}
.nav-menu li a {/* width:210px; */ width:172px;margin-top:0px;text-align:center;color: #fff;display: block;text-decoration: none;font-family:"Microsoft YaHei", 'sansationregular', SimSun ;-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;font-smoothing: antialiased;text-transform: capitalize;overflow: visible;line-height:32px;font-size:13px;font-weight:normal;letter-spacing:1px;text-shadow: 1px 1px 2px rgba(0, 0, 0, .0);}
.nav-menu.kuan100 > li {box-shadow:  0px 0px 0px 0px hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)), 0px 0px 0px #999;}
.nav-menu.kuan100 a  {width:100px;line-height:30px;font-size:12px;}
.nav-menu.kuan80 > li {box-shadow:  0px 0px 0px 0px hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)), 0px 0px 0px #999;}
.nav-menu.kuan80 a  {width:80px;line-height:30px;font-size:12px;}
.three-d {transition: all .07s linear;position: relative;}
.three-d:hover {cursor: pointer;}
.three-d:hover .three-d-box, 
.three-d:focus .three-d-box {transform: translateZ(-25px) rotateX(90deg);}
.three-d-box {/* transition: all .3s ease-out; */transform: translatez(-25px);transform-style: preserve-3d;pointer-events: none;position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.front, .front1, .front2, .front3 {transform: rotatex(0deg) translatez(25px);}
.back, .back1, .back2, .back3 {transform: rotatex(-90deg) translatez(25px);}
.front, .back {display: block;width: 100%;height: 100%;position: absolute;border-radius:50% 50% 0 0!important;top: -2px;left: 0;
	border:1px solid hsl(var(--my_color_d), var(--my_color_e95), 90%);
	background: hsl(var(--my_color_d), var(--my_color_e95), 90%);
	text-shadow: 		rgba(255, 255, 255, .5) 0 1px 0;
	-webkit-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
	box-shadow: 		inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
line-height:32px;color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f40))!important;pointer-events: none;box-sizing: border-box;letter-spacing:1px;}
.front:after, .back:after {
	content: 				"";
	position: 				absolute; 
    width: 					90%;
    height: 				90%;
    top: 					3%;
    left: 					5%;
	border-radius:50% 50% 0 0!important;
    background-image: 		-webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
    							color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
    background-image: 		-moz-linear-gradient(left, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, .5) );	
    background-image: 		gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
    							color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
}

.front1, .back1 {
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));

	text-shadow: 		1px 1px 1px rgba(0, 0, 0, .3)!important;
	-webkit-box-shadow: inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f40)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
	-moz-box-shadow: 	inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f40)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
	box-shadow: 		inset rgba(255, 254, 255, 0.6) 0 0.1em .1em, inset rgba(0, 0, 0, 0.15) 0 -0.1em .1em, /* inner shadow */ 
							hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f50)) 0 .1em 1px, hsl(var(--my_color_d), var(--my_color_e60), var(--my_color_f40)) 0 .1em 1px, /* color border */
							rgba(0, 0, 0, 0.2) 0 .2em 2px; /* drop shadow */
line-height:32px;color: #fff;text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);display: block;width: 100%;height: 100%;position: absolute;border-radius:50% 50% 0 0!important;top: -2px;left: 0;
pointer-events: none;box-sizing: border-box;letter-spacing:1px;}
.front1:after, .back1:after {
	content: 				"";
	position: 				absolute; 
    width: 					90%;
    height: 				90%;
    top: 					3%;
    left: 					5%;
	border-radius:50% 50% 0 0!important;
    background-image: 		-webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
    							color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
    background-image: 		-moz-linear-gradient(left, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, .5) );	
    background-image: 		gradient(linear, 0% 0, 100% 0, from( rgba(255, 255, 255, .55) ), to( rgba(255, 255, 255, .5) ), 
    							color-stop(.5, rgba(255, 255, 255, 0)), color-stop(.8, rgba(255, 255, 255, 0)) );	
}

.front2, .back2 {display: block;width: 100%;height: 100%;position: absolute;border-radius:0!important;top: 0;left: 0;border:1px solid hsl(var(--my_color_d), var(--my_color_e95), 90%);
background: hsl(var(--my_color_d), var(--my_color_e95), 95%);
line-height:32px;color:hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))!important;pointer-events: none;box-sizing: border-box;letter-spacing:1px;}
.front3, .back3 {display: block;width: 100%;height: 100%;position: absolute;border-radius:0!important;top: 0;left: 0;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
line-height:32px;color: #fff;text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
pointer-events: none;box-sizing: border-box;letter-spacing:1px;}


.nav-menu li a:hover .front, 
.nav-menu li a:hover .back {background: #fff;background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e95), 90%), hsl(var(--my_color_d), var(--my_color_e95), 95%));background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 85%)), to(#fff));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e95), 90%), hsl(var(--my_color_d), var(--my_color_e95), 95%));background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e95), 90%), hsl(var(--my_color_d), var(--my_color_e95), 95%));background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e95), 90%), hsl(var(--my_color_d), var(--my_color_e95), 95%));letter-spacing:1px;}
.nav-menu li a:hover .front1, 
.nav-menu li a:hover .back1 {background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));color: #fff;letter-spacing:1px;}
.nav-menu ul {z-index:9;margin-top:0px;position: absolute;text-align: left;line-height:20px;font-size: 14px;transition: all 0.3s ease-in;transform-origin: 0px 0px;transform: rotateX(-90deg);
backface-visibility: hidden;z-index:999999;letter-spacing:1px;}
.nav-menu > li:hover ul {display: block;transform: rotateX(0deg);}

/* 以下为导航栏2所需 */
.nav2-menu {display: block;margin:-29px 0px 150px;}
.nav2-menu > li {display: inline;float:left;border-right:10px solid transparent;box-shadow:  0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60)), 0px 5px 5px #999;}
.nav2-menu > li:last-child {border-right: none;}
.nav2-menu li a {width:90px;margin-top:0px;text-align:center;color: #fff;display: block;text-decoration: none;font-family:SimSun, 'sansationregular';-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;font-smoothing: antialiased;text-transform: capitalize;overflow: visible;line-height:30px;font-size:12px;letter-spacing:1px;}
.three2-d {transition: all .07s linear;position: relative;}
.three2-d:hover {cursor: pointer;}
.three2-d:hover .three2-d-box, 
.three2-d:focus .three2-d-box {transform: translateZ(-25px) rotateX(90deg);}
.three2-d-box {transition: all .3s ease-out;transform: translatez(-25px);transform-style: preserve-3d;pointer-events: none;position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}
.frontt, .frontt1 {transform: rotatex(0deg) translatez(25px);}
.backk, .backk1 {transform: rotatex(-90deg) translatez(25px);}
.frontt, .backk {display: block;width: 100%;height: 100%;position: absolute;border-radius:0px!important;top: 0;left: 0;
background: hsl(var(--my_color_d), var(--my_color_e25), 89%);
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 85%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 85%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 85%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 85%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 85%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
line-height:30px;color: #555;pointer-events: none;box-sizing: border-box;letter-spacing:1px;}
.frontt1, .backk1 {display: block;width: 100%;height: 100%;position: absolute;border-radius:0px!important;top: 0;left: 0;
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
line-height:30px;color: #fff;text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
pointer-events: none;box-sizing: border-box;letter-spacing:1px;}
.nav2-menu li a:hover .frontt, 
.nav2-menu li a:hover .backk {
background: hsl(var(--my_color_d), var(--my_color_e25), 89%);
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 85%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 85%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 85%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 85%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 85%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
letter-spacing:1px;}
.nav2-menu li a:hover .frontt1, 
.nav2-menu li a:hover .backk1 {
background: hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50));
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65))), to(hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50))));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f65)), hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)));
color: #fff;letter-spacing:1px;}
.nav2-menu ul {z-index:9;margin-top:2px;position: absolute;text-align: left;line-height:20px;font-size: 14px;transition: all 0.3s ease-in;transform-origin: 0px 0px;transform: rotateX(-90deg);
backface-visibility: hidden;z-index:999999px;letter-spacing:1px;}
.nav2-menu > li:hover ul {display: block;transform: rotateX(0deg);}

/* 以下为发布任务时的推送标签所需 */
.bootstrap-tagsinput {
  background-color: white;
  border: 2px solid hsl(var(--my_color_d), var(--my_color_e25), 93%);
  border-radius: 6px;
  margin-bottom: 18px;
  padding: 6px 1px 1px 6px;
  text-align: left;
  font-size: 0;
}
.bootstrap-tagsinput .badge {
  border-radius: 4px;
  background-color: hsl(var(--my_color_d), var(--my_color_e25), 93%);
  color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50));
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 5px 5px 0;


  padding: 6px 28px 6px 14px;
  transition: .25s linear;
}
.bootstrap-tagsinput .badge > span {
  color: white;
  padding: 0 10px 0 0;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.bootstrap-tagsinput .badge > span:after {
  content: "x";
  font-family:SimSun, "Flat-UI-Pro-Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 27px;
}
@media (hover: hover) {
  .bootstrap-tagsinput .badge {
    padding: 6px 21px;
  }
  .bootstrap-tagsinput .badge > span {
    opacity: 0;
    filter: "alpha(opacity=0)";
    transition: opacity .25s linear;
  }
  .bootstrap-tagsinput .badge:hover {
    background-color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60));
    color: white;
    padding-right: 28px;
    padding-left: 14px;
  }
  .bootstrap-tagsinput .badge:hover > span {
    padding: 0 10px 0 0;
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
}
.bootstrap-tagsinput input[type="text"] {
  font-size: 13px;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
  min-width: 80px;
  vertical-align: top;
  height: 29px;
  color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f25));
}
.tagsinput-primary {
  margin-bottom: 18px;
}
.tagsinput-primary .bootstrap-tagsinput {
  border-color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60));
  margin-bottom: 0;
}
.tagsinput-primary .badge {
  background-color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60));
  color: white;
}
/* 以下为发布任务时的推送标签2所需 */
.bootstrap-tagsinpuut {
  background-color: white;
  border: 1px solid #999;
  border-radius: 5px;
  margin-bottom: 18px;
  padding: 6px 1px 6px 6px;
  text-align: left;
  font-size: 0;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
.bootstrap-tagsinpuut .badge {
  border-radius: 4px;
  background-color: #eee;
  color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50));
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 5px 0px 0;


  padding: 6px 28px 6px 14px;
  transition: .25s linear;
}
.bootstrap-tagsinpuut .badge > span {
  color: white;
  padding: 0 10px 0 0;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.bootstrap-tagsinpuut .badge > span:after {
  content: "x";
  font-family:SimSun, "Flat-UI-Pro-Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22px;
}
@media (hover: hover) {
  .bootstrap-tagsinpuut .badge {
    padding: 3px 12px;
  }
  .bootstrap-tagsinpuut .badge > span {
    opacity: 0;
    filter: "alpha(opacity=0)";
    transition: opacity .25s linear;
  }
  .bootstrap-tagsinpuut .badge:hover {
    background-color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60));
    color: white;
    padding-right: 28px;
    padding-left: 14px;
  }
  .bootstrap-tagsinpuut .badge:hover > span {
    padding: 0 10px 0 0;
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
}
.bootstrap-tagsinpuut input[type="text"] {
  font-size: 11px;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0 0 0 10px;
  width: auto !important;
  max-width: inherit;
  min-width: 80px;
  vertical-align: top;
  height: 29px;
  color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f25));
}
.tagsinpuut-primary {
  margin-bottom: 18px;
}
.tagsinpuut-primary .bootstrap-tagsinpuut {
  border-color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60));
  margin-bottom: 0;
}
.tagsinpuut-primary .badge {
  background-color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60));
  color: white;
}
.marketing_mode{padding:3px 10px;background:hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f60));color:#fff;}

.footerimg{
-webkit-transition: all 0.5s ease-out 0.1s;-o-transition: all 0.5s ease-out 0.1s;transition: all 0.5s ease-out 0.1s;-webkit-transform: translate(-100%, 0 );-ms-transform: translate(-100%, 0);
-o-transform: translate(-100%, 0);transform: translate(-100%, 0);
opacity: 1;
position: fixed;
padding:20px;
background:#fff;
z-index: 99;
left: 0;
right: 20%;
bottom: 0;
top: 0px;
overflow: auto;
}
/* 以下为图片专用 */
.fws{width:100%;float:left;}
.fws a{font-size:14px;}
.fws p{width:153px;margin-top:10px;}
.fws .da:hover{transform: scale(1.2);color:#000;}
.fws .da a:hover{color:#000;}
.tubiao-all{background:url(/static/skins/2018/images/tubiao-all.png) no-repeat;zoom:1;}
.shimingrenzheng{background-position:-240px -58px;width:18px;height:18px;}


.dingkuang {border-radius:10px;padding:30px 20px 20px 35px;margin-top:-18px;box-shadow:0 0px 12px 1px rgba(0, 0, 0, .2);overflow:hidden;}
.hangyebiaoti{
padding:3px 16px 3px 14px;
font-size:13px;
margin:0px 0px 0px 30px;
display: inline-block;color:#000!important; text-align: center;  border-radius:30px; box-shadow:1px 1px 1px 1px rgba(0, 0, 0, .6) inset;
background: hsl(var(--my_color_d), var(--my_color_e25), 89%);
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
letter-spacing:1px;
}
/*说明2*/
.soukk{margin:8px 10px 10px 10px;padding:8px 10px 10px 10px;}
.soutt{font-size:12px;font-family:'Microsoft YaHei', 'Open Sans', sans-serif;font-weight:700;padding:1px;letter-spacing:2px;margin:2px 30px 5px 10px;text-align:left;float:left;}
.sourr{float:left;font-size:12px;font-family:'SimSun', 'Open Sans', sans-serif;font-weight:normal;padding:30px;box-shadow:0 0px 11px 1px rgba(0, 0, 0, .2);border-radius:30px;
width:88%;height:80px;overflow: auto;color:#666;line-height:25px;margin:0px 0px 40px 50px;letter-spacing:1px;}
.souss{text-align:center;font-size:12px;font-family:'SimSun', 'Open Sans', sans-serif;box-shadow:0 0px 11px 1px rgba(0, 0, 0, .2);padding:10px 18px;float:left;
border-radius:30px;margin:0px 50px 15px 0px;width:28%;cursor:pointer;
background: hsl(var(--my_color_d), var(--my_color_e25), 89%);
background: -moz-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -webkit-gradinet(linear, left top, left bottom, from(hsl(var(--my_color_d), var(--my_color_e25), 97%)), to(hsl(var(--my_color_d), var(--my_color_e25), 89%)));
background: -webkit-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: -o-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));background: -ms-linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
background: linear-gradient( hsl(var(--my_color_d), var(--my_color_e25), 97%), hsl(var(--my_color_d), var(--my_color_e25), 89%));
box-shadow:0 0 11px 1px rgba(0, 0, 0, .2);
}
.soux{float:left;font-size:12px;font-family:'SimSun', 'Open Sans', sans-serif;font-weight:normal;padding:5px;}
.souk{float:left;margin:2px 10px 0px 0px;width:100%;}
.souk1{float:right;margin:1px 10px 0px 10px;width:44%;}
.souk2{float:left;margin:1px 10px 0px 10px;width:100%;}
.souk3{float:left;margin:1px 10px 0px 10px;width:19%;}
.sout{float:left;font-size:12px;font-weight:700;padding:3px;letter-spacing:2px;}
.sout2{font-size:12px;font-family:SimSun, 'Microsoft YaHei', 'Open Sans', sans-serif;color:#666;padding:3px;letter-spacing:2px;}
.sous{float:left;font-size:11px;font-family:SimSun, 'SimSun', 'Open Sans', sans-serif;padding:5px 8px 5px 11px;
border-radius:30px;margin:5px 15px 5px 8px;width:110px;cursor:pointer;
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 100%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 100%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 100%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 100%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 100%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, hsl(var(--my_color_d), var(--my_color_e25), 100%)), color-stop(1, hsl(var(--my_color_d), var(--my_color_e25), 89%))	);
}
.sous option{font-size:12px;}
.sous2{float:left;font-size:12px;font-family:SimSun, 'Microsoft YaHei', 'Open Sans', sans-serif;padding:1px 3px 1px 8px;width:80px;cursor:pointer;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;
border-radius:30px;margin:5px 8px 8px 6px;line-height:20px;text-align:left;
border:0 solid #fff;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 100%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 100%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 100%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 100%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), 100%) 0%, hsl(var(--my_color_d), var(--my_color_e25), 89%) 100%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, hsl(var(--my_color_d), var(--my_color_e25), 100%)), color-stop(1, hsl(var(--my_color_d), var(--my_color_e25), 89%))	);
-webkit-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
-moz-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
-o-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f50)), 0px 5px 3px #999;
}
.sousx{float:left;font-size:12px;font-family:SimSun, 'SimSun', 'Open Sans', sans-serif;padding:2px 5px 4px 11px;color:#666;
margin:6px 11px 10px 0px;width:95px;cursor:pointer;
}
.soux{float:left;font-size:14px;font-weight:normal;padding:5px;margin:-2px 15px 10px 4px;letter-spacing:1px;}
.sour{float:left;font-size:12px;font-family:SimSun, 'SimSun', 'Open Sans', sans-serif;font-weight:normal;padding:2px 5px;border-radius:5px;margin:0px 15px 6px 8px;width:140px;}
.sour_nl{font-size:12px;font-family:SimSun, 'SimSun', 'Open Sans', sans-serif;font-weight:normal;padding:2px 5px;border-radius:5px;margin:3px 15px 6px 8px;width:200px;}
.sour_bg{font-size:12px;font-family:SimSun, 'SimSun', 'Open Sans', sans-serif;font-weight:normal;padding:2px 5px;border-radius:5px;margin:3px 15px 6px 8px;width:140px;}
.sour2{float:left;font-size:12px;font-family:SimSun, 'SimSun', 'Open Sans', sans-serif;font-weight:normal;padding:3px 6px;border-radius:5px;
margin:1px 5px 5px 8px;}
.sour3{float:left;font-size:12px;font-family:SimSun, 'SimSun', 'Open Sans', sans-serif;font-weight:normal;padding:7px 10px;border-radius:5px;
margin:1px 5px 10px 11px;}
.sour4{float:left;font-size:12px;font-family:SimSun, 'SimSun', 'Open Sans', sans-serif;font-weight:normal;padding:5px 10px;border-radius:5px;width:60%;
margin:0px 5px 10px 0px;}
.sour5{font-size:12px;font-family:SimSun, 'SimSun', 'Open Sans', sans-serif;font-weight:normal;padding:5px 10px;border-radius:5px;width:40%;
margin:0px 5px 10px 0px;}
.souanniu{display: inline-block;color:#fff; text-align: center; padding:1px 15px 5px;font-size:12px;float:left;margin-left:1050px;margin-top:-45px;
	text-shadow:1px 1px 2px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f5));letter-spacing:5px;cursor:pointer;font-weight:700;
	background-image: linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e25), 87%) 100%);
	background-image: -o-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e25), 87%) 100%);
	background-image: -moz-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e25), 87%) 100%);
	background-image: -webkit-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e25), 87%) 100%);
	background-image: -ms-linear-gradient(bottom, hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60)) 0%, hsl(var(--my_color_d), var(--my_color_e25), 87%) 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60))), color-stop(1, hsl(var(--my_color_d), var(--my_color_e25), 87%))	);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 25px;
	-webkit-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40)), 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40)), 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40)), 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e25), 87%), 0px 5px 0px 0px hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f40)), 0px 10px 5px #999 ;}
	
.souanniu:active {top:3px;
	-webkit-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px hsl(var(--my_color_d), var(--my_color_e70), var(--my_color_f50)), 0px 2px 0px 0px hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f30)), 0px 5px 3px #999;}



/* 以下为toggle */
.toggle {display: block;text-align: center;margin-top: 0px;margin-right:5px;user-select: none;}
.toggle--checkbox {display: none!important;}
.toggle--btn {display: block;margin: 0 auto;font-size:14px;transition: all 350ms ease-in;}
.toggle--btn:hover {cursor: pointer;}
.toggle--btn, .toggle--btn:before, .toggle--btn:after, 
.toggle--checkbox, 
.toggle--checkbox:before, 
.toggle--checkbox:after, 
.toggle--feature, 
.toggle--feature:before, 
.toggle--feature:after {transition: all 250ms ease-in;}
.toggle--btn:before, .toggle--btn:after, 
.toggle--checkbox:before, 
.toggle--checkbox:after, 
.toggle--feature:before, 
.toggle--feature:after {content: '';display: block;}
.toggle--knob .toggle--btn {position: relative;width: 58px;height: 22px;font-family:SimSun, 'PT Sans', Sans Serif;text-transform: uppercase;color: #fff;background: hsl(var(--my_color_d), var(--my_color_e60), 77%);
box-shadow: inset 0 10px 20px -5px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30));border-radius: 40px;float:right;margin-top:-22px;}
.toggle--knob .toggle--btn:before {display: block;position: absolute;top: 47%;left: 66%;transform: translateY(-50%);width: 22px;height: 22px;border-radius: 50%;background: hsl(var(--my_color_d), var(--my_color_e25), 95%);
box-shadow: 0 4px 10px 0 #999, inset 0 10px 10px 8px rgba(241, 241, 241, 0.6), inset 0 0 8px 0px #333, inset 0 0 0 13px #ccc, inset 0 0 0 14px hsl(var(--my_color_d), var(--my_color_e25), 95%); text-indent: -100%;}
.toggle--knob .toggle--feature {position: relative;display: block;overflow: hidden;height: 22px;text-shadow: 0 1px 2px #666;}
.toggle--knob .toggle--feature:before, .toggle--knob .toggle--feature:after {position: absolute;top: 50%;transform: translateY(-50%);}
.toggle--knob .toggle--feature:before {content: attr(data-label-on);left: 20%;}
.toggle--knob .toggle--feature:after {content: attr(data-label-off);right: -60%;}
.toggle--knob .toggle--checkbox:checked + .toggle--btn {background: hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f35));box-shadow: inset 0 10px 20px -5px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f20));}
.toggle--knob .toggle--checkbox:checked + .toggle--btn:before {left: 0;}
.toggle--knob .toggle--checkbox:checked + .toggle--btn .toggle--feature:before {left: -60%;}
.toggle--knob .toggle--checkbox:checked + .toggle--btn .toggle--feature:after {right: 20%;}

/* 以下为toggle2 */
.toggle2 {display: block;text-align: center;margin-top: 0px;margin-right:5px;user-select: none;}
.toggle2--checkbox {display: none!important;}
.toggle2--btn {display: block;margin: 0 auto;font-size:14px;transition: all 350ms ease-in;}
.toggle2--btn:hover {cursor: pointer;}
.toggle2--btn, .toggle2--btn:before, .toggle2--btn:after, 
.toggle2--checkbox, 
.toggle2--checkbox:before, 
.toggle2--checkbox:after, 
.toggle2--feature, 
.toggle2--feature:before, 
.toggle2--feature:after {transition: all 250ms ease-in;}
.toggle2--btn:before, .toggle2--btn:after, 
.toggle2--checkbox:before, 
.toggle2--checkbox:after, 
.toggle2--feature:before, 
.toggle2--feature:after {content: '';display: block;}
.toggle2--knob .toggle2--btn {position: relative;width: 58px;height: 22px;font-family:SimSun, 'PT Sans', Sans Serif;text-transform: uppercase;color: #fff;background: hsl(var(--my_color_d), var(--my_color_e60), 77%);
box-shadow: inset 0 10px 20px -5px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30));border-radius: 40px;float:right;margin-top:-22px;}
.toggle2--knob .toggle2--btn:before {display: block;position: absolute;top: 47%;left: 66%;transform: translateY(-50%);width: 22px;height: 22px;border-radius: 50%;background: hsl(var(--my_color_d), var(--my_color_e25), 95%);
box-shadow: 0 4px 10px 0 #999, inset 0 10px 10px 8px rgba(241, 241, 241, 0.6), inset 0 0 8px 0px #333, inset 0 0 0 13px #ccc, inset 0 0 0 14px hsl(var(--my_color_d), var(--my_color_e25), 95%); text-indent: -100%;}
.toggle2--knob .toggle2--feature {position: relative;display: block;overflow: hidden;height: 22px;text-shadow: 0 1px 2px #666;}
.toggle2--knob .toggle2--feature:before, .toggle2--knob .toggle2--feature:after {position: absolute;top: 50%;transform: translateY(-50%);}
.toggle2--knob .toggle2--feature:before {content: attr(data-label-on);left: 20%;}
.toggle2--knob .toggle2--feature:after {content: attr(data-label-off);right: -60%;}
.toggle2--knob .toggle2--checkbox:checked + .toggle2--btn {background: hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f35));box-shadow: inset 0 10px 20px -5px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f20));}
.toggle2--knob .toggle2--checkbox:checked + .toggle2--btn:before {left: 0;}
.toggle2--knob .toggle2--checkbox:checked + .toggle2--btn .toggle2--feature:before {left: -60%;}
.toggle2--knob .toggle2--checkbox:checked + .toggle2--btn .toggle2--feature:after {right: 20%;}

/* 以下为toggle3（黑白色） */
.toggle3 {display: block;text-align: center;margin-top: 0px;margin-right:5px;user-select: none;}
.toggle3--checkbox {display: none!important;}
.toggle3--btn {display: block;margin: 0 auto;font-size:14px;transition: all 350ms ease-in;}
.toggle3--btn:hover {cursor: pointer;}
.toggle3--btn, .toggle3--btn:before, .toggle3--btn:after, 
.toggle3--checkbox, 
.toggle3--checkbox:before, 
.toggle3--checkbox:after, 
.toggle3--feature, 
.toggle3--feature:before, 
.toggle3--feature:after {transition: all 250ms ease-in;}
.toggle3--btn:before, .toggle3--btn:after, 
.toggle3--checkbox:before, 
.toggle3--checkbox:after, 
.toggle3--feature:before, 
.toggle3--feature:after {content: '';display: block;}
.toggle3--knob .toggle3--btn {position: relative;width: 58px;height: 22px;font-family:SimSun, 'PT Sans', Sans Serif;text-transform: uppercase;color: #fff;background: #999;
box-shadow: inset 0 10px 20px -5px #666;border-radius: 40px;float:right;margin-top:-22px;}
.toggle3--knob .toggle3--btn:before {display: block;position: absolute;top: 47%;left: 66%;transform: translateY(-50%);width: 22px;height: 22px;border-radius: 50%;background: hsl(var(--my_color_d), var(--my_color_e25), 95%);
box-shadow: 0 4px 10px 0 #999, inset 0 10px 10px 8px rgba(241, 241, 241, 0.6), inset 0 0 8px 0px #333, inset 0 0 0 13px #ccc, inset 0 0 0 14px hsl(var(--my_color_d), var(--my_color_e25), 95%); text-indent: -100%;}
.toggle3--knob .toggle3--feature {position: relative;display: block;overflow: hidden;height: 22px;text-shadow: 0 1px 2px #666;}
.toggle3--knob .toggle3--feature:before, .toggle3--knob .toggle3--feature:after {position: absolute;top: 50%;transform: translateY(-50%);}
.toggle3--knob .toggle3--feature:before {content: attr(data-label-on);left: 20%;}
.toggle3--knob .toggle3--feature:after {content: attr(data-label-off);right: -60%;}
.toggle3--knob .toggle3--checkbox:checked + .toggle3--btn {background: #666;box-shadow: inset 0 10px 20px -5px #333;}
.toggle3--knob .toggle3--checkbox:checked + .toggle3--btn:before {left: 0;}
.toggle3--knob .toggle3--checkbox:checked + .toggle3--btn .toggle3--feature:before {left: -60%;}
.toggle3--knob .toggle3--checkbox:checked + .toggle3--btn .toggle3--feature:after {right: 20%;}

/* 以下为toggle4 */
.toggle4 {display: block;text-align: center;margin-top: 0px;margin-right:5px;user-select: none;}
.toggle4--checkbox {display: none!important;}
.toggle4--btn {display: block;margin: 0 auto;font-size:14px;transition: all 350ms ease-in;}
.toggle4--btn:hover {cursor: pointer;}
.toggle4--btn, .toggle4--btn:before, .toggle4--btn:after, 
.toggle4--checkbox, 
.toggle4--checkbox:before, 
.toggle4--checkbox:after, 
.toggle4--feature, 
.toggle4--feature:before, 
.toggle4--feature:after {transition: all 250ms ease-in;}
.toggle4--btn:before, .toggle4--btn:after, 
.toggle4--checkbox:before, 
.toggle4--checkbox:after, 
.toggle4--feature:before, 
.toggle4--feature:after {content: '';display: block;}
.toggle4--knob .toggle4--btn {position: relative;width: 58px;height: 22px;font-family:SimSun, 'PT Sans', Sans Serif;text-transform: uppercase;color: #fff;background: hsl(var(--my_color_d), var(--my_color_e60), 77%);
box-shadow: inset 0 10px 20px -5px hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f30));border-radius: 40px;float:right;margin-top:-22px;}
.toggle4--knob .toggle4--btn:before {display: block;position: absolute;top: 47%;left: 66%;transform: translateY(-50%);width: 22px;height: 22px;border-radius: 50%;background: hsl(var(--my_color_d), var(--my_color_e25), 95%);
box-shadow: 0 4px 10px 0 #999, inset 0 10px 10px 8px rgba(241, 241, 241, 0.6), inset 0 0 8px 0px #333, inset 0 0 0 13px #ccc, inset 0 0 0 14px hsl(var(--my_color_d), var(--my_color_e25), 95%); text-indent: -100%;}
.toggle4--knob .toggle4--feature {position: relative;display: block;overflow: hidden;height: 22px;text-shadow: 0 1px 2px #666;}
.toggle4--knob .toggle4--feature:before, .toggle4--knob .toggle4--feature:after {position: absolute;top: 50%;transform: translateY(-50%);}
.toggle4--knob .toggle4--feature:before {content: attr(data-label-on);left: 20%;}
.toggle4--knob .toggle4--feature:after {content: attr(data-label-off);right: -60%;}
.toggle4--knob .toggle4--checkbox:checked + .toggle4--btn {background: hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f35));box-shadow: inset 0 10px 20px -5px hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f20));}
.toggle4--knob .toggle4--checkbox:checked + .toggle4--btn:before {left: 0;}
.toggle4--knob .toggle4--checkbox:checked + .toggle4--btn .toggle4--feature:before {left: -60%;}
.toggle4--knob .toggle4--checkbox:checked + .toggle4--btn .toggle4--feature:after {right: 20%;}

/* 以下为toggle_liaotiao（黑白色） */
.toggle_liaotiao {display: block;text-align: center;margin-top: 0px;margin-right:5px;user-select: none;}
.toggle_liaotiao--checkbox {display: none!important;}
.toggle_liaotiao--btn {display: block;margin: 0 auto;font-size:13px;transition: all 350ms ease-in;}
.toggle_liaotiao--btn:hover {cursor: pointer;}
.toggle_liaotiao--btn, .toggle_liaotiao--btn:before, .toggle_liaotiao--btn:after, 
.toggle_liaotiao--checkbox, 
.toggle_liaotiao--checkbox:before, 
.toggle_liaotiao--checkbox:after, 
.toggle_liaotiao--feature, 
.toggle_liaotiao--feature:before, 
.toggle_liaotiao--feature:after {transition: all 250ms ease-in;}
.toggle_liaotiao--btn:before, .toggle_liaotiao--btn:after, 
.toggle_liaotiao--checkbox:before, 
.toggle_liaotiao--checkbox:after, 
.toggle_liaotiao--feature:before, 
.toggle_liaotiao--feature:after {content: '';display: block;}
.toggle_liaotiao--knob .toggle_liaotiao--btn {position: relative;width: 52px;height: 22px;font-family:SimSun, 'PT Sans', Sans Serif;text-transform: uppercase;color: #fff;background: #999;
box-shadow: inset 0 10px 20px -5px #666;border-radius: 40px;float:right;margin-top:-22px;}
.toggle_liaotiao--knob .toggle_liaotiao--btn:before {display: block;position: absolute;top: 47%;left: 66%;transform: translateY(-50%);width: 22px;height: 22px;border-radius: 50%;background: hsl(var(--my_color_d), var(--my_color_e25), 95%);
box-shadow: 0 4px 10px 0 #999, inset 0 10px 10px 8px rgba(241, 241, 241, 0.6), inset 0 0 8px 0px #333, inset 0 0 0 13px #ccc, inset 0 0 0 14px hsl(var(--my_color_d), var(--my_color_e25), 95%); text-indent: -100%;}
.toggle_liaotiao--knob .toggle_liaotiao--feature {position: relative;display: block;overflow: hidden;height: 22px;margin-left:0px;text-shadow: 0 1px 2px #666;}
.toggle_liaotiao--knob .toggle_liaotiao--feature:before, .toggle_liaotiao--knob .toggle_liaotiao--feature:after {position: absolute;top: 50%;transform: translateY(-50%);}
.toggle_liaotiao--knob .toggle_liaotiao--feature:before {content: attr(data-label-on);left: 20%;}
.toggle_liaotiao--knob .toggle_liaotiao--feature:after {content: attr(data-label-off);right: -60%;}
.toggle_liaotiao--knob .toggle_liaotiao--checkbox:checked + .toggle_liaotiao--btn {background: #666;box-shadow: inset 0 10px 20px -5px #333;}
.toggle_liaotiao--knob .toggle_liaotiao--checkbox:checked + .toggle_liaotiao--btn:before {left: 0;}
.toggle_liaotiao--knob .toggle_liaotiao--checkbox:checked + .toggle_liaotiao--btn .toggle_liaotiao--feature:before {left: -60%;}
.toggle_liaotiao--knob .toggle_liaotiao--checkbox:checked + .toggle_liaotiao--btn .toggle_liaotiao--feature:after {right: 20%;}

/*商品规格*/
.iteminfo{}
.iteminfo_tit{ color:#333; font-size:22px; font-family:SimSun, "微软雅黑", Arial, Helvetica, sans-serif; border-bottom:1px solid hsl(var(--my_color_d), var(--my_color_e25), 89%); font-weight:normal; padding-bottom:12px; line-height:32px;}
.iteminfo_parameter{ padding:8px 0; padding-left:50px;}
.iteminfo_parameter_default{ color:#888;}
.iteminfo_parameter dt{ margin-left:-76px; float:left; display:inline; width:60px; white-space:nowrap; text-align:right; color:#666;margin-top:0px;}
.iteminfo_mktprice{ font-size:12px; font-family:SimSun, Arial, Helvetica, sans-serif; text-decoration:line-through;}
.lh32{ line-height:32px;}
.iteminfo_price{ color:#c00; font-size:13px; font-family:SimSun, Arial, Helvetica, sans-serif;}
.sys_item_price{ color:#c00; font-size:16px; }
.iteminfo_buying{ background:hsl(var(--my_color_d), var(--my_color_e25), 97%); padding:12px 0;}
.sys_item_spec dl.iteminfo_parameter{ padding-top:5px; padding-bottom:5px;}
.sys_item_spec dl.iteminfo_parameter dt{ line-height:32px;}
.sys_spec_img{}
.sys_spec_img li{ float:left; height:54px; position:relative; margin:2px 6px 2px 0;}
.sys_spec_img li a{height:50px; width:50px; padding:1px; border:1px solid #ccc; float:left; background:#fff; display:inline-block; outline:none;}
.sys_spec_img li a img{ width:50px; height:50px; display:block;}
.sys_spec_img li a:hover{ border:2px solid hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)); padding:0; text-decoration:none;}
.sys_spec_img li i{ position:absolute; width:10px; height:10px; font-size:0; line-height:0; right:2px; bottom:2px; background:url(../images/sys_item_selected.gif) no-repeat right bottom; z-index:99; display:none;}
.sys_spec_img li.selected a{ border:2px solid hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)); padding:0;}
.sys_spec_img li.selected i{ display:block;}
.sys_spec_text{}
.sys_spec_text li{ float:left; height:28px; position:relative; margin:2px 6px 2px 0; outline:none;}
.sys_spec_text li a{ height:24px; padding:1px 6px; border:1px solid #ccc; background:#fff; display:inline-block; line-height:24px;min-width:15px;text-align:center;}
.sys_spec_text li a:hover{ border:2px solid hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)); padding:0 5px; text-decoration:none;}
.sys_spec_text li i{ position:absolute; width:10px; height:10px; font-size:0; line-height:0; right:2px; bottom:2px; background:url(../images/sys_item_selected.gif) no-repeat right bottom; z-index:99; display:none;}
.sys_spec_text li.selected a{ border:2px solid hsl(var(--my_color_d), var(--my_color_e65), var(--my_color_f55)); padding:0 5px;}
.sys_spec_text li.selected i{ display:block;}

/*亮边按钮*/
.button_xuanzhuan{width:135px;height:25px;background: linear-gradient(to left top, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f50)) 50%, hsl(var(--my_color_d), var(--my_color_e80), var(--my_color_f55)) 50%);border-style: none;color:#fff;font-size: 12px;letter-spacing: 3px;
font-family:SimSun, 'Lato';font-weight: 600;outline: none;cursor: pointer;position: relative;padding: 0px;overflow: hidden;transition: all .5s;box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);text-align:center;}
.button_xuanzhuan span{position: absolute;display: block;}
.button_xuanzhuan span:nth-child(1){height: 3px;width:135px;top:0px;left:-135px;background: linear-gradient(to right, rgba(0, 0, 0, 0), hsl(var(--my_color_d), var(--my_color_e75), 76%));
border-top-right-radius: 1px;border-bottom-right-radius: 1px;animation: span1 2s linear infinite;animation-delay: 1s;}
@keyframes span1{0%{left:-135px}100%{left:135px;}}
.button_xuanzhuan span:nth-child(2){height: 25px;width: 3px;top:-25px;right:0px;background: linear-gradient(to bottom, rgba(0, 0, 0, 0), hsl(var(--my_color_d), var(--my_color_e75), 76%));
border-bottom-left-radius: 1px;border-bottom-right-radius: 1px;animation: span2 2s linear infinite;animation-delay: 2s;}
@keyframes span2{0%{top:-25px;}100%{top:25px;}}
.button_xuanzhuan span:nth-child(3){height:3px;width:135px;right:-135px;bottom: 0px;background: linear-gradient(to left, rgba(0, 0, 0, 0), hsl(var(--my_color_d), var(--my_color_e75), 76%));
border-top-left-radius: 1px;border-bottom-left-radius: 1px;animation: span3 2s linear infinite;animation-delay: 3s;}
@keyframes span3{0%{right:-135px;}100%{right: 135px;}}
.button_xuanzhuan span:nth-child(4){height:25px;width:3px;bottom:-25px;left:0px;background: linear-gradient(to top, rgba(0, 0, 0, 0), hsl(var(--my_color_d), var(--my_color_e75), 76%));
border-top-right-radius: 1px;border-top-left-radius: 1px;animation: span4 2s linear infinite;animation-delay: 4s;}
@keyframes span4{0%{bottom: -25px;}100%{bottom:25px;}}
.button_xuanzhuan:hover{transition: all .5s;transform: rotate(-3deg) scale(1.1);box-shadow: 0px 3px 5px rgba(0, 0, 0, .4);}
.button_xuanzhuan:hover span{animation-play-state: paused;}



.comment {margin-bottom: 10px;}
.comment:before, 
.comment:after {content: "";display: table;}
.comment:after {clear: both;}
.comment-post {margin-top: 20px;border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), 87%);background: #fff;padding:20px;}
.comment-post:before, 
.comment-post:after {content: "";display: table;}
.comment-post:after {clear: both;}
.comment-post .media-body {display: block;overflow: hidden;}
.comment-item {margin-top: 20px;border: solid 1px hsl(var(--my_color_d), var(--my_color_e25), 87%);padding:20px;background: #fff;}
.comment-item:before, 
.comment-item:after {content: "";display: table;}
.comment-item:after {clear: both;}
.comment-item .media-heading {font-size: 14px;}
.comment-item .media-body {display: block;overflow: hidden;}
.comment-avatar {float: left;display: inline;margin-right: 10px;width: 30px;height: 30px;}
.comment-avatar img {width: 30px;height: 30px;display: block;border-radius:5px;}
.comment-time {color: #000000666;font-size: 12px;}
.comment-ctrl {clear: both;font-size: 12px;}
.comment-ctrl .ctrl-item {display: inline-block;margin-right: 10px;color: hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f60));text-decoration: none;}
.comment-ctrl .ctrl-item:hover {color: hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f35));}
.comment-content {
float: left;
max-width:23.58em;
line-height:18px;
clear: both;
font-size: 14px;
background: hsl(var(--my_color_d), var(--my_color_e90), 100%);
padding: 0.6em 0.8em;
letter-spacing:1px;
margin-bottom: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
position: relative;
word-wrap: break-word;
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
}
.comment-content:after{content:'';position:absolute;right:100%;top:5px;width:8px;height:6px;border-width:0;border-style:solid;border-color:transparent;border-bottom-width:15px;border-bottom-color:currentColor;border-radius:0 0 0 12px;color:hsl(var(--my_color_d), var(--my_color_e90), 100%);}
.comment-content img {max-width:96%;margin:3% 2%;float:right;}
.comment-content1 img {max-width:96%;margin:3% 2%;float:left;}
.comment-content video {max-width:96%;margin:3% 2%;float:right;}
.comment-content1 video {max-width:96%;margin:3% 2%;float:left;}

.comment-content1 {
float: right;
clear: both;
line-height:18px;
letter-spacing:1px;
max-width:23.58em;
font-size: 14px;
background: hsl(var(--my_color_d), var(--my_color_e90), 90%);
padding: 0.6em 0.8em;
margin-bottom: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
position: relative;
word-wrap: break-word;
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
}
.comment-content1:after{content:'';position:absolute;left:100%;top:5px;width:8px;height:6px;border-width:0;border-style:solid;border-color:transparent;border-bottom-width:15px;border-bottom-color:currentColor;border-radius:0 0 12px 0;color:hsl(var(--my_color_d), var(--my_color_e90), 90%);}
.comment-content.hongb {background:hsl(30, 99%, 55%);color:#fff;}
.comment-content.hongb:after {color:hsl(30, 99%, 55%);height:9px;border-bottom-width:12px;}
.comment-content1.hongb {background:hsl(30, 99%, 55%);color:#fff;}
.comment-content1.hongb:after {color:hsl(30, 99%, 55%);height:9px;border-bottom-width:12px;}

.comment-content.hongb.wan {background:hsl(30, 99%, 75%);color:#fff;}
.comment-content.hongb.wan:after {color:hsl(30, 99%, 75%);height:9px;border-bottom-width:12px;}
.comment-content1.hongb.wan {background:hsl(30, 99%, 75%);color:#fff;}
.comment-content1.hongb.wan:after {color:hsl(30, 99%, 75%);height:9px;border-bottom-width:12px;}
.comment-content2 {
float: left;
font-size: 12px;
background: hsl(var(--my_color_d), var(--my_color_e25), 95%);
padding: 0.6em 0.8em;
margin-bottom: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
position: relative;
word-wrap: break-word;
}
.comment-content .caret {position: absolute;left: 0;top: 0;border-width: 6px;border-left-width: 0;margin: 0;}

.ContextMenu {display: none;position: absolute;background-color: #f9f9f9;border: 1px solid #ddd;padding: 6px 10px;z-index: 1000;box-shadow: 2px 2px 5px rgba(0,0,0,0.2);}
.ContextMenu ul {list-style: none;margin: 0;padding: 0;}
.ContextMenu ul li {padding: 2px 8px 1px;cursor: pointer;color:#333;line-height:22px;font-family:SimSun, SimSun;font-weight:normal;}
.ContextMenu ul li:hover {background-color: #eee;}
.x_guanbi{ width:15px;height:15px;background:hsl(var(--my_color_d),var(--my_color_e),95%);cursor:pointer;border-radius:50%!important;padding:3px;line-height:14px;text-align:center;font-size:13px;color:#333;float:left;margin:3px 0px -10px -25px; }
.huan_hang{ word-wrap: break-word; }
/* 以下图片缩放功能 */
.tm-m-photos, .tm-m-photos-thumb {	zoom: 1;}
.tm-m-photos-thumb {margin: 10px 0;list-style-type: none;height: 45px;}
.tm-m-photos-thumb li {float: left;border: 2px solid hsl(var(--my_color_d), var(--my_color_e25), 95%);padding: 2px;margin-right: 8px;position: relative;transition: border-color .2s ease-out;}
.tm-m-photos-thumb .tm-current {border: 2px solid hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f55));border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;-o-border-radius: 2px;cursor: auto;}
.tm-photos-arrow {width: 0;height: 0;line-height: 0;font-size: 0;border: 6px dashed transparent;border-top: 6px solid hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f55));position: absolute;left: 15px;filter: alpha(opacity=0);opacity: 0;bottom: -12px;background: 0 0;}
.tm-current .tm-photos-arrow {filter: alpha(opacity=100);opacity: 1;}
.tm-m-photos-thumb img {display: block;width: 40px;height: 40px;cursor: url(../img/T1nTBDFCRbXXbzTk_b-25-20.png), url(http://assets.alicdn.com/img/common/zoom_in.cur), auto;}
.tm-m-photo-viewer, .tm-m-photo-viewer img, .tm-m-photos-thumb .tm-current img {cursor: url(../img/T1oq4AFupvXXcu5FDa-20-20.png), url(http://assets.alicdn.com/img/common/zoom_out.cur), auto;}
.tm-m-photo-viewer {position: relative;margin: 10px 0;width: 0;height: 0;border: 1px solid #ccc;background: #fff;padding: 2px;overflow: hidden;display: none;transition: all 0.2s ease-in;}
.tm-m-photo-viewer-navleft, .tm-m-photo-viewer-navright {top: 0;bottom: 0;position: absolute;width: 30%;background: url(http://assets.alicdn.com/s.gif); /*解决IE 下背景透明的空白元素无法触发 click 和 hover 事件*/}
.tm-m-photo-viewer-navleft {left: 0;}
.tm-m-photo-viewer-navright {right: 0;}
.tm-m-photo-viewer-navleft i, .tm-m-photo-viewer-navright i{top: 50%;margin-top:-24px;position: absolute;width: 48px;height: 48px;display: none;}
.tm-m-photo-viewer-navleft i{left: 0;background-image: url(../img/arrow-l.png);}
.tm-m-photo-viewer-navright i{right: 0;background-image: url(../img/arrow-r.png);}


/* 闪烁的箭头 */
.s-xguide-down.trans{-webkit-animation:xguide_down 4.0s infinite ease-in-out;-moz-animation:xguide_down 4.0s infinite ease-in-out; -o-animation:xguide_down 4.0s infinite ease-in-out; animation:xguide_down 4.0s infinite ease-in-out}
.s-xguide-down{width:50px;height:50px;display:inline-block;position:fixed;bottom:-80px;left:46%;background:url("//js.16first.com/static/skins/2018/css/gun-ping-cha-jian/images/arr1.png") no-repeat -21px -3px;
_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="//js.16first.com/static/skins/2018/css/gun-ping-cha-jian/images/arr1.png" no-repeat -21px -3px, enabled=true, sizingMethod="crop");
border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;opacity:.7;cursor:pointer}
@keyframes
xguide_down{0%, 100%{transform:scale(0.0);-moz-transform:scale(0.0);-o-transform:scale(0.0);-webkit-transform:scale(0.0);-ms-transform:scale(0.0);opacity:0}50%{transform:scale(1.0);-moz-transform:scale(1.0);-o-transform:scale(1.0);-webkit-transform:scale(1.0);-ms-transform:scale(1.0);opacity:1}}
@-webkit-keyframesxguide_down{0%, 100%{-webkit-transform:scale(0.0);-moz-transform:scale(0.0);-o-transform:scale(0.0);-ms-transform:scale(0.0);transform:scale(0.0);opacity:0}50%{-webkit-transform:scale(1.0);-moz-transform:scale(1.0);-o-transform:scale(1.0);-ms-transform:scale(1.0);transform:scale(1.0);opacity:1}}
@-moz-keyframesxguide_down{0%, 100%{-moz-transform:scale(0.0);-o-transform:scale(0.0);-webkit-transform:scale(0.0);-ms-transform:scale(0.0);transform:scale(0.0);opacity:0}50%{-moz-transform:scale(1.0);-o-transform:scale(1.0);-webkit-transform:scale(1.0);-ms-transform:scale(1.0);transform:scale(1.0);opacity:1}}
@-o-keyframesxguide_down{0%, 100%{-o-transform:scale(0.0);-moz-transform:scale(0.0);-webkit-transform:scale(0.0);-ms-transform:scale(0.0);transform:scale(0.0);opacity:0}50%{-o-transform:scale(1.0);-moz-transform:scale(1.0);-webkit-transform:scale(1.0);-ms-transform:scale(1.0);transform:scale(1.0);opacity:1}}


/*艺术字体*/
@font-face {font-family: 'buding';src: url('font/buding.eot');
src:url('font/buding.eot?#font-spider') format('embedded-opentype'), url('font/buding.woff') format('woff'), url('font/buding.ttf') format('truetype'), url('font/buding.svg') format('svg');}
.ibuding {font-family: 'buding'!important;}
@font-face {font-family: 'quwei';src: url('font/quwei.eot');
src:url('font/quwei.eot?#font-spider') format('embedded-opentype'), url('font/quwei.woff') format('woff'), url('font/quwei.ttf') format('truetype'), url('font/quwei.svg') format('svg');}
.iquwei {font-family: 'quwei'!important;}


/*柱状图*/
@-webkit-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
#bar-chart {
  height: 380px;
  width: 70%;
  position: relative;
  margin: 50px auto 0;
}
#bar-chart * {
  box-sizing: border-box;
}
#bar-chart .graph {
  height: 283px;
  position: relative;
}
#bar-chart .bars {
  height: 253px;
  padding: 0 2%;
  position: absolute;
  width: 100%;
  z-index: 10;
}
#bar-chart .bar-group {
  display: block;
  float: left;
  height: 100%;
  position: relative;
  width: 12%;
  margin-right: 10%;
}
#bar-chart .bar-group:last-child {
  margin-right: 0;
}
#bar-chart .bar-group .bar {
  visibility: hidden;
  height: 0;
  -webkit-animation: animate-height;
  -moz-animation: animate-height;
  animation: animate-height;
  animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
  border: 1px solid hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f15));
  border-radius: 3px 3px 0 0;
  bottom: 0;
  cursor: pointer;
  height: 0;
  position: absolute;
  text-align: center;
  width: 25%;
}
#bar-chart .bar-group .bar:nth-child(2) {
  left: 35%;
}
#bar-chart .bar-group .bar:nth-child(3) {
  left: 70%;
}
#bar-chart .bar-group .bar:nth-child(4) {
  left: 90%;
}
#bar-chart .bar-group .bar span {
  display: none;
}
#bar-chart .bar-group .bar-1 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
#bar-chart .bar-group .bar-2 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
#bar-chart .bar-group .bar-3 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
#bar-chart .bar-group .bar-4 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
#bar-chart .bar-group .bar-5 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
#bar-chart .bar-group .bar-6 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
#bar-chart .bar-group .bar-7 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
#bar-chart .bar-group .bar-8 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#bar-chart .bar-group .bar-9 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
#bar-chart .bar-group .bar-10 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
#bar-chart .bar-group .bar-11 {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
#bar-chart .bar-group .bar-12 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
#bar-chart .bar-group .bar-13 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
#bar-chart .bar-group .bar-14 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
#bar-chart .bar-group .bar-15 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
#bar-chart .bar-group .bar-16 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
#bar-chart .bar-group .bar-17 {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
#bar-chart .bar-group .bar-18 {
  animation-delay: 2.0s;
  -webkit-animation-delay: 2.0s;
}
#bar-chart .bar-group .bar-19 {
  animation-delay: 2.1s;
  -webkit-animation-delay: 2.1s;
}
#bar-chart .bar-group .bar-20 {
  animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
}
#bar-chart ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bar-chart .x-axis {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#bar-chart .x-axis li {
  float: left;
  text-align:center;
  margin-right: 6.25%;
  font-size: 12px;
  width:15%;
}
#bar-chart .x-axis li:last-child {
  margin-right: 0;
}
#bar-chart .y-axis {
  position: absolute;
  text-align: right;
  width: 100%;
}
#bar-chart .y-axis li {
  border-top: 1px solid hsl(var(--my_color_d), var(--my_color_e25), var(--my_color_f35));
  display: block;
  height: 63.25px;
  width: 100%;
}
#bar-chart .y-axis li span {
  display: block;
  font-size: 12px;
  margin: -10px 0 0 -60px;
  padding: 0 10px;
  width: 40px;
}
#bar-chart .stat-1 {
  background-image: -webkit-linear-gradient(left, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 0%, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 47%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 50%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
  background-image: linear-gradient(to right, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 0%, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 47%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 50%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f40)) 100%);
}
#bar-chart .stat-2 {
  background-image: -webkit-linear-gradient(left, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f50)) 0%, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f50)) 47%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f30)) 50%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f30)) 100%);
  background-image: linear-gradient(to right, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f50)) 0%, hsl(var(--my_color_d), var(--my_color_e75), var(--my_color_f50)) 47%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f30)) 50%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f30)) 100%);
}
#bar-chart .stat-3 {
  background-image: -webkit-linear-gradient(left, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 0%, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 47%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f30)) 50%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f30)) 100%);
  background-image: linear-gradient(to right, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 0%, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 47%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f30)) 50%, hsl(var(--my_color_d), var(--my_color_e85), var(--my_color_f30)) 100%);
}
#bar-chart .stat-4 {
  background-image: -webkit-linear-gradient(left, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60)) 0%, var(--my_color_e25), 60%) 47%, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 50%, var(--my_color_e25), 50%) 100%);
  background-image: linear-gradient(to right, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f60)) 0%, var(--my_color_e25), 60%) 47%, hsl(var(--my_color_d), var(--my_color_e), var(--my_color_f50)) 50%, var(--my_color_e25), 50%) 100%);
}
