html {
	margin: 0;
	padding: 0
}

body {
	color: #666;
	font-family: "微软雅黑"
}

ul {
	margin: 0;
	padding: 0
}

h1,.h1 {
	font-size: 20px
}

h2 {
	font-size: 18px;
	padding: 8px 10px
}

label {
	font-weight: normal
}

#ctu-tools {
	display: block;
	position: fixed;
	width: 42px;
	bottom: 40px;
	left: 50%;
	right: 50%;
	margin-left: 500px
}

#ctu-tools>.scrolltop {
	background: #fff;
	border: 1px solid #dfdfdf;
	position: relative;
	text-align: center
}

#ctu-tools>.scrolltop i {
	border-top: 2px solid #999;
	width: 22px;
	color: #999;
	margin: 6px auto;
	display: block;
	font-size: 20px
}

#ctu-tools>.scrolltop:hover {
	background: #ff4a00
}

#ctu-tools>.scrolltop>a {
	display: block;
	width: 40px;
	height: 40px;
	padding-top: 3px;
	font-size: 12px;
	text-align: center
}

#ctu-tools a:hover {
	color: #fff;
	text-decoration: none
}

#ctu-tools>.scrolltop span {
	display: none
}

#ctu-tools>.scrolltop:hover i {
	display: none
}

#ctu-tools>.scrolltop:hover span {
	display: block
}

#scroll2Top {
	display: none
}

#connect2qq {
	position: fixed;
	right: 0;
	top: 280px;
	width: 90px;
	height: 157px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	background: #fff;
	font-size: 12px;
	text-align: center
}

#connect2qq p {
	margin-bottom: 0
}

#connect2qq .qq-warp {
	border-bottom: 1px solid #dfdfdf;
	padding: 6px
}

#connect2qq .qq-box {
	border: 3px solid #ffb784;
	border-radius: 50%;
	overflow: hidden;
	width: 76px;
	height: 76px
}

#connect2qq .qq-tel {
	padding-top: 10px
}

#connect2qq .qq-telno {
	color: #e4393c
}

.row {
	padding: 0;
	margin: 0
}

.row .col-xs-1,.row .col-xs-2,.row .col-xs-3,.row .col-xs-4,.row .col-xs-5,.row .col-xs-6,.row .col-xs-7,.row .col-xs-8,.row .col-xs-9,.row .col-xs-10,.row .col-xs-11,.row .col-xs-12,.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,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12
	{
	padding: 0
}

.clear {
	clear: both
}

a {
	color: #666
}

.a {
	color: #428bca;
	text-decoration: none
}

.left {
	float: left
}

.right {
	float: right
}

.center {
	text-align: center
}

a:hover,a:focus {
	color: #ff4a00;
	text-decoration: none;
	transition: color .2s
}

.hint {
	color: #999
}

.modal-content {
	border: none;
	*border: 6px solid #aaa;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

.modal-mask {
	background: none repeat scroll 0 0 #000;
	*display: none;
	bottom: -6px;
	left: -6px;
	margin: 0;
	opacity: .4;
	filter: alpha(opacity = 40);
	position: absolute;
	right: -6px;
	top: -6px;
	z-index: -1
}

.layout {
	position: relative;
	width: 100%;
	*zoom: 1
}

.layout:before,.layout:after {
	content: " ";
	display: table
}

.layout:after {
	clear: both
}

.layout>.content {
	margin-left: 200px;
	padding-left: 10px
}

.layout>.aside {
	width: 200px;
	float: left
}

.layout.right>.content {
	margin-left: 0;
	padding-left: 0;
	margin-right: 0px;
	padding-right: 10px
}

.layout.right>.aside {
	width: 200px;
	float: right
}

.site-nav {
	width: 100%;
	background: #fafafa;
	border-bottom: 1px solid #dfdfdf;
	line-height: 35px;
	font-size: 12px
}

.site-nav a:hover,.site-nav a:focus {
	text-decoration: none
}

.site-nav-bd {
	height: 35px;
	margin: 0 auto
}

.site-nav-bd .dropdown {
	display: inline-block
}

.site-nav-bd .dropdown:hover .dropdown-menu {
	display: block
}

.site-nav-bd .dropdown-menu {
	min-width: inherit;
	box-shadow: none;
	margin-top: 0
}

.site-nav-bd-l {
	margin: 0
}

.site-nav-bd-l>li {
	float: left;
	list-style: none;
	padding: 0 5px
}

.site-nav-bd .menu {
	display: inline;
	float: left
}

.site-nav-bd .menu .menu-hd {
	z-index: 1002;
	position: relative;
	padding: 0 6px;
	height: 35px;
	line-height: 35px;
	_display: inline;
	_zoom: 1
}

.site-nav-bd .menu .menu-hd a {
	display: inline;
	float: left;
	margin-right: 7px;
	font-size: 12px
}

.site-nav-bd .menu .menu-hd i {
	display: inline;
	float: left;
	position: relative;
	margin: 15px 0;
	width: 6px;
	height: 6px;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in
}

.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative
}

.swipe-wrap {
	overflow: hidden;
	position: relative
}

.swipe-wrap>div {
	float: left;
	width: 100%;
	position: relative
}

.swipe-wrap img {
	width: 100%
}

.swipe .swipe-indicators {
	position: absolute;
	right: 10px;
	bottom: 0
}

.swipe .swipe-indicators>li {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	list-style: none;
	padding: 2px 6px;
	border: 1px solid #f3f3f3;
	border: 1px solid rgba(255, 255, 255, .3);
	background: #c3c3c3;
	background: rgba(0, 0, 0, .3);
	cursor: pointer;
	margin-right: 3px
}

.swipe .swipe-indicators>li.active {
	background: #6d6d6d;
	background: rgba(0, 0, 0, .6)
}

.design-tile {
	width: 100%;
	height: 100%;
	min-height: 200px;
	padding: 10px;
	background-color: #e83828;
	color: #fff;
	display: block;
	text-align: center
}

.design-tile:hover,.design-tile:active,.design-tile:focus {
	color: #fff !important
}

.design-tile.blue {
	background-color: #32a2ff
}

.design-tile.purple {
	background-color: #5b1e7b
}

.design-tile.green {
	background-color: #8fc31f
}

.design-tile .title {
	font-size: 42px
}

.design-tile .desc {
	font-size: 18px
}

.design-tile .desc span {
	margin: 0 5px
}

.design-tile .icon {
	background:
		url(http://static.ctu58.com/images/design/design-icon.png?20150209)
		no-repeat;
	width: 52px;
	height: 52px;
	margin: 0 auto
}

.design-tile .icon.i2 {
	background-position-y: -52px
}

.design-tile .icon.i3 {
	background-position-y: -104px
}

.design-tile .icon.i4 {
	background-position-y: -156px
}

.design-tile .icon.i5 {
	background-position-y: -208px
}

.design-tile .icon.i6 {
	background-position-y: -260px
}

.mini-cart {
	position: relative;
	z-index: 1001;
	display: block;
	background: #ff4a00;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	float: right;
	text-align: center;
	margin-left: 10px
}

.mini-cart>a {
	color: #fff
}

.mini-cart:hover {
	background-color: #fff;
	border: 1px solid #ff4a00;
	border-style: solid solid none solid;
	padding-bottom: 20px
}

.mini-cart:hover>a {
	color: #666
}

.drop-fix {
	width: 100%;
	height: 2px;
	border: none;
	background-color: #fff;
	display: none;
	position: absolute;
	z-index: 999;
	top: 39px;
	right: 0
}

.mini-cart-content {
	width: 335px;
	display: none;
	position: absolute;
	z-index: 9;
	top: 39px;
	right: -1px;
	padding: 10px;
	color: #666
}

.mini-cart:hover .mini-cart-content {
	display: block;
	background-color: #fff;
	border: 1px solid #e3393c
}

.mini-cart:hover .drop-fix {
	display: block;
	background-color: #fff
}

.site-nav-bd .menu-hd .mini-cart-num {
	padding-left: 2px;
	font-weight: bold;
	color: #e4393c
}

.minicart-item {
	width: 280px;
	margin-bottom: 8px
}

.minicart-img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left
}

.minicart-content {
	line-height: 20px;
	width: 220px;
	float: left;
	margin-left: 10px
}

.minicart-img img {
	width: 50px
}

.minicart-content>div {
	position: relative;
	width: 158px;
	margin-bottom: 3px
}

.minicart-title {
	display: block;
	line-height: 20px;
	text-overflow: ellipsis;
	height: 20px;
	overflow: hidden;
	color: #333
}

.minicart-price,.minicart-remove {
	position: absolute;
	line-height: 20px;
	top: 0;
	right: -60px
}

.minicart-price b {
	color: #e3393c
}

.minicart-desc {
	color: #999;
	display: block;
	width: 172px;
	height: 20px;
	overflow: hidden;
	float: none;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.minicart-footer {
	margin-top: 10px;
	border-top: 1px solid #eee;
	text-align: right;
	color: #333
}

.tophead {
	height: 80px;
	position: relative;
	margin: 0 auto
}

.header-info {
	height: 40px;
	float: right;
	margin: 25px 0 15px 0
}

.search-section {
	float: left
}

.search-form {
	width: 400px;
	float: left;
	margin-right: 60px
}

.search-form input,.search-form .btn {
	height: 40px
}

header {
	margin: 0 auto
}

nav {
	height: 40px;
	background-color: #404144;
	line-height: 40px
}

.crumbs {
	margin: 10px 0
}

.crumbs>span {
	font-family: 宋体
}

.crumbs a {
	margin-right: 5px;
	margin-left: 5px
}

.crumbs>.btn {
	margin: 0
}

.crumbs-bott {
	margin-bottom: -20px
}

.tab-filter li {
	float: left
}

.tab-filter>li>a {
	display: block;
	padding: 8px
}

.tab-filter>li>a.active {
	color: #fff;
	background-color: #e3393c
}

.hm-list {
	margin: 0;
	padding: 0
}

.tophead .hm-list {
	margin-right: 200px
}

.hm-list>li {
	float: left;
	list-style: none
}

.main-menu>li.m-item {
	font-size: 15px;
	padding: 0 20px;
	position: relative
}

.main-menu .active {
	background-color: #ff4a00
}

.main-menu>li.m-item:hover {
	background-color: #333
}

.main-menu>li.m-item a {
	color: #fff
}

.main-menu>li a:hover {
	text-decoration: none
}

.logo {
	float: left;
	height: 80px;
	position: relative
}

.logo>a>img {
	margin: 16px 10px 0 0;
	height: 48px
}

.sublogo {
	padding: 22px 0;
	height: 80px;
	position: absolute;
	left: 180px;
	top: 0
}

.sublog img {
	margin-top: 15px
}

.service-phone {
	width: 200px;
	height: 80px;
	background: url(image/phone.png) no-repeat 0 18px;
	padding: 20px 0 0 50px;
	letter-spacing: 1px;
	position: absolute;
	top: 0;
	right: 0
}

.phone-no {
	color: #e4393c;
	font: bold 22px arial
}

.phone-time {
	font: normal 12px "微软雅黑"
}

.nav-desgin {
	background: url(image/2.png) no-repeat 0 20px;
	height: 80px;
	padding: 26px 0 0 50px;
	font-size: 12px;
	color: #b8ab9f;
	margin-right: 12px
}

.nav-print {
	background: url(image/3.png) no-repeat 0 20px;
	height: 80px;
	padding: 26px 0 0 50px;
	font-size: 12px;
	color: #b8ab9f;
	margin-right: 10px
}

.nav-service {
	background: url(image/1.png) no-repeat 0 18px;
	height: 80px;
	padding: 26px 0 0 50px;
	font-size: 12px;
	color: #b8ab9f;
	margin-right: 20px
}

.tb-title {
	text-align: right;
	padding-right: 20px !important;
	min-width: 150px
}

.list-menu {
	width: 200px;
	background: #ff4a00
}

.list-menu>div {
	padding-left: 20px;
	position: relative;
	font-size: 15px
}

.list-menu>div>a {
	color: #fff
}

.list-menu>div>a:hover {
	text-decoration: underline
}

.list-menu .droplist {
	padding: 0;
	margin: 0;
	position: absolute;
	width: 200px;
	z-index: 999;
	display: none
}

.list-menu:hover {
	background: #ff4a00
}

.list-menu:hover .droplist {
	display: block
}

.display .list-menu:hover {
	background: #ff4a00
}

.display .ico-drop {
	display: none
}

.display .droplist {
	display: block
}

.droplist {
	background: #fff
}

.droplist>li {
	border: 1px solid #dfdfdf;
	border-style: none solid solid solid;
	list-style: none;
	position: relative;
	padding: 8px 0 8px 16px
}

.droplist>li:hover {
	background-color: #fefefe;
	border-left: 2px solid #ff4a00;
	padding-left: 15px
}

.p-item {
	position: relative;
	background-position: -128px 10px;
	line-height: 20px
}

.p-item>a {
	color: #ff4a00
}

.p-item>.links {
	height: 20px;
	font-size: 12px;
	overflow: hidden;
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.p-item>.links>a {
	white-space: nowrap;
	margin-right: 5px
}

.droplist .p-mc {
	display: none;
	position: absolute;
	left: 197px;
	top: -1px;
	width: 422px;
	background: #fff;
	z-index: 999;
	border: 1px solid #e1e1e1;
	padding: 10px 10px 10px 20px
}

.droplist>li:first-child .p-mc {
	top: 0
}

.p-content {
	position: relative
}

.p-content h4 {
	margin-top: 0;
	font-size: 16px;
	color: #333;
	font-weight: bold
}

.p-content p {
	margin-bottom: 0
}

.p-content a {
	margin-right: 20px
}

.p-img {
	position: absolute;
	right: 30px;
	top: 30px
}

.b-fix {
	position: absolute;
	left: -20px;
	top: 0;
	width: 21px;
	height: 35px;
	background: #fff
}

.droplist>li:hover .p-mc {
	display: block
}

.ctu .tile {
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	cursor: pointer;
	background-color: #eee;
	box-shadow: inset 0 0 1px #ffc;
	width: 120px;
	height: 120px
}

.ctu img {
	max-width: 100%
}

.ctu .tile:hover {
	outline: #dfdfdf solid 3px
}

.ctu .tile:active {
	outline: 0
}

.ctu .tile.no-outline {
	outline-color: transparent
}

.ctu .tile.half {
	width: 55px;
	height: 55px
}

.ctu .tile.double {
	width: 250px
}

.ctu .tile.double-vertical {
	height: 250px
}

.ctu .tile.triple {
	width: 380px
}

.ctu .tile.triple-vertical {
	height: 380px
}

.ctu .tile.quadro {
	width: 510px
}

.ctu .tile.quadro-vertical {
	height: 510px
}

.ctu .tile.selected {
	border: 4px #4390df solid
}

.ctu .tile.selected:after {
	position: absolute;
	display: block;
	border-top: 28px solid #4390df;
	border-left: 28px solid transparent;
	right: 0;
	content: "";
	top: 0;
	z-index: 101
}

.ctu .tile .tile-content {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden
}

.ctu .tile .tile-content.padded {
	padding: 10px
}

.ctu .tile .tile-content.image {
	width: 100%;
	min-height: 100%;
	max-height: 100%
}

.ctu .tile .tile-content.icon [class*="icon-"],.ctu .tile .tile-content.icon img
	{
	line-height: 56px;
	height: 56px;
	width: 56px;
	font-size: 48px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -28px;
	margin-left: -28px
}

.ctu .tile .tile-content.image-set img {
	margin: 0;
	padding: 0;
	width: 25% !important;
	height: 50%;
	float: left;
	border: 1px #1e1e1e solid
}

.ctu .tile .tile-content.image-set img:first-child {
	width: 50% !important;
	float: left;
	height: 100%
}

.ctu .tile .tile-content:first-child {
	display: block
}

.ctu .tile .tile-status {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 29px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	color: #fff;
	padding: 0 5px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,
		endColorstr=#7F000000)
}

footer,.footer {
	background: #fafafa;
	margin-top: 50px;
	padding-bottom: 50px
}

.line {
	width: 100%;
	border-bottom: 1px solid #dfdfdf
}

.footer-bar>div {
	height: 85px;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.ctu-footer>div {
	background-color: #fafafa
}

.ctu-footer a {
	color: #666
}

.footer-service {
	padding: 30px
}

.s-block>ul>li {
	list-style: none
}

.footer-copyright {
	padding: 20px 0
}

.foot-title {
	font-weight: bold;
	padding-bottom: 5px
}

#qqtalklink {
	display: block;
	margin: 20px auto;
	width: 140px
}

.chromeframe {
	margin: .2em 0;
	background: #ddd;
	padding: .2em 0;
	text-align: center
}

.chromeframe a {
	color: #08c
}

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%
}

.form-control,.input-group-addon,.input-lg,.panel {
	border-radius: 0
}

.form-group .control-label {
	padding: 8px 10px 0 0
}

.img-thumbnail {
	border-radius: 0
}

.panel-group .panel {
	border-radius: 0
}

.nav-tabs>li>a {
	border-radius: 0
}

.btn {
	border-radius: 2px
}

.dropdown-menu {
	border-radius: 2px
}

.btn-huge {
	padding: 10px 30px
}

ul.tab-pane {
	margin: 0
}

.panel-body {
	padding: 10px
}

.form-control {
	*padding: 0;
	*line-height: 34px
}

.input-group,.form-group {
	position: relative
}

.form-group div.success {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: -22px;
	top: 8px;
	background: url(image/a.png) no-repeat -122px -150px
}

.form-group div.error {
	position: absolute;
	right: 0;
	top: -36px;
	border: 1px solid #dfdfdf;
	padding: 3px 5px;
	background-color: #fff;
	box-shadow: 0 1px 5px #dfdfdf;
	z-index: 10000
}

.form-group div.error:before,.form-group div.error .before {
	content: "";
	border: 8px solid #dfdfdf;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -16px;
	right: 20px;
	border-color: #dfdfdf transparent transparent transparent
}

.form-group div.error:after,.form-group div.error .after {
	content: "";
	border: 8px solid #fff;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -15px;
	right: 20px;
	border-color: #fff transparent transparent transparent
}

.tooltip-inner {
	font-weight: normal
}

.btn-danger {
	background: #ff4a00;
	border-color: #ff4a00
}

.btn-danger:hover {
	background: #e3272a;
	border-color: #c51216
}

.clearfix {
	*zoom: 1
}

.clearfix1 {
	border: 1px solid #dfdfdf;
	*zoom: 1
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0
}

.clearfix:after {
	clear: both
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mp-editor {
	width: 970px
}

.editor-left {
	float: left;
	width: 665px
}

.editor-right {
	float: right;
	width: 300px
}

.editor-header {
	height: 40px;
	background-color: #e5e5e5;
	padding: 0 10px
}

.editor-header a {
	font-size: 14px;
	color: #666;
	line-height: 40px;
	padding: 0 5px
}

.editor-header a:hover {
	color: #e3393c
}

.editor-header a i {
	padding-right: 3px
}

.editor-title {
	display: block;
	float: left;
	color: #333;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold
}

.editor-search {
	border: 1px solid #999;
	margin: 8px 50px 8px 5px;
	padding: 0 0 0 5px;
	display: block;
	line-height: 22px;
	height: 24px;
	float: right;
	background-color: #fdebe1;
	position: relative;
	width: 154px
}

.editor-search span {
	position: absolute;
	top: 0;
	left: 5px;
	width: 68px;
	height: 22px
}

.editor-search a {
	position: absolute;
	top: 0;
	left: 128px;
	height: 22px;
	width: 22px;
	display: block;
	padding-top: 3px
}

.editor-search a>i {
	display: block
}

.editor-search a:hover {
	text-decoration: none
}

.editor-search input {
	position: absolute;
	top: 0;
	left: 68px;
	height: 22px;
	width: 60px;
	border: none;
	outline: none;
	background-color: #fdebe1
}

.editor-search input:focus {
	background-color: #fff
}

.editor-yuanjiao {
	float: right
}

.editor-history {
	float: right
}

.editor-content {
	margin-top: 5px;
	background-color: #f5f5f5
}

.newimgtable {
	width: 100%;
	text-align: center
}

.newimgtable td {
	padding: 10px
}

.radius-preview {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(image/yuanjiao.png) no-repeat
}

.jiao1 {
	top: 0;
	left: 0
}

.jiao2 {
	background-position: -20px 0;
	top: 0;
	right: 0
}

.jiao3 {
	background-position: 0 -20px;
	bottom: 0;
	left: 0
}

.jiao4 {
	background-position: -20px -20px;
	bottom: 0;
	right: 0
}

.mp-view {
	padding: 30px 10px;
	margin: 0 auto;
	overflow: hidden
}

.verticalCard .mp-front {
	float: left;
	margin: 0 10px 0 15px
}

.verticalCard .mp-back {
	float: left;
	margin: 0 10px
}

.mp-front {
	background-color: #fff;
	position: relative;
	margin: 0 auto;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}

.mp-back {
	background-color: #fff;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5)
}

.text-zone {
	display: inline-block;
	position: absolute;
	cursor: move;
	line-height: normal;
	background-repeat: no-repeat;
	background-image: url(image/defaultfont.png)
}

.text-zone span {
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: hidden
}

.selectrange-back {
	position: absolute;
	left: -1px;
	top: -1px
}

.selectrange-front {
	position: absolute;
	left: -1px;
	top: -1px
}

.img-zone {
	padding: 1px;
	position: absolute;
	cursor: move
}

.img-zone img {
	position: absolute;
	left: 0;
	top: 0
}

.actived .selectrange-back {
	border: 1px solid #fff
}

.actived .selectrange-front {
	border: 1px dashed #000
}

.left-silder {
	width: 200px;
	float: left
}

.right-content {
	margin-left: 200px;
	padding: 0 10px 10px 10px
}

.panel-body>ul {
	padding-left: 14px
}

.panel-body>ul>li {
	list-style: none;
	line-height: 22px
}

.page-title {
	margin-bottom: 10px;
	border-bottom: 1px solid #eee
}

.page-title h3 {
	margin: 0;
	padding: 6px
}

.btn>i {
	padding-right: 3px
}

.dropdownpanel {
	position: relative
}

.dropdown-zone {
	background-color: #fff;
	border: 2px solid #e3393c;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 998;
	display: none;
	padding: 10px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

.dropdown-zone:after {
	position: absolute;
	top: -4px;
	left: 20px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: ''
}

.dropdown-zone:before {
	position: absolute;
	top: -7px;
	left: 19px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #e3393c;
	border-left: 7px solid transparent;
	border-bottom-color: #e3393c;
	content: ''
}

.control-group {
	height: 30px
}

.control-group>* {
	float: left;
	display: block
}

.control-group .radio {
	margin: 0 20px 0 0
}

.control-group>label {
	margin: 0 20px 0 10px
}

.control-group>img {
	width: 120px;
	height: 90px;
	margin-left: 20px
}

.select {
	position: relative;
	font-size: 16px
}

.select>.select-zone {
	display: none;
	padding: 0;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 35px;
	width: 322px;
	border: 1px solid #bbb;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.select>.select-zone>li {
	border: none;
	background-color: #fff;
	text-align: center;
	list-style: none;
	float: left;
	width: 80px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.select>ul>li:hover {
	background-color: #08c;
	color: #fff
}

.style .select {
	margin: 0 10px 10px 0
}

.table1>tbody>tr>td {
	vertical-align: top;
	padding: 5px 5px
}

.table1>tbody>tr>td:first-child {
	font-weight: bold;
	width: 45px
}

.textcolor {
	color: transparent;
	background-color: #08c
}

.dropdown-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	text-align: center;
	background-color: #f5f5f5
}

.dropdown-right {
	right: 0;
	left: auto !important
}

.dropdownpanel .dropdown-right:after {
	position: absolute;
	top: -4px;
	left: auto;
	right: 20px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: ''
}

.dropdownpanel .dropdown-right:before {
	position: absolute;
	top: -7px;
	left: auto;
	right: 19px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #e3393c;
	border-left: 7px solid transparent;
	border-bottom-color: #e3393c;
	content: ''
}

.t_editorimage {
	width: 100%
}

.t_editorimage td {
	padding: 10px 0
}

.span1 {
	width: 80px
}

.span1 img {
	width: 75px;
	height: 65px
}

.font-style button {
	width: 40px
}

.s-active {
	background-color: #fff
}

.hiddentext {
	width: 3px;
	height: 3px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99
}

.hiddentext input {
	width: 1px;
	height: 1px;
	border: none;
	margin: 0;
	padding: 0
}

.image_editor {
	display: none
}

.uploadzone {
	position: relative;
	overflow: hidden
}

.uploadzone input[type="file"] {
	position: absolute;
	top: 0;
	right: 5px;
	width: 100px;
	height: 35px;
	padding-left: 100px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.uploadify-queue-item {
	background-color: transparent
}

.imagePreviewzone img {
	width: 150px;
	height: 90px;
	background-color: #ddd
}

.pagination {
	margin: 20px 0
}

.pagination ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	*display: inline;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*zoom: 1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.pagination ul>li {
	display: inline
}

.pagination ul>li>a,.pagination ul>li>span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-right: 5px
}

.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span
	{
	background-color: #f5f5f5
}

.pagination ul>.active>a,.pagination ul>.active>span {
	color: #999;
	cursor: default
}

.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus
	{
	color: #999;
	cursor: default;
	background-color: transparent
}

.pagination ul>li:first-child>a,.pagination ul>li:first-child>span {
	border-left-width: 1px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px
}

.pagination ul>li:last-child>a,.pagination ul>li:last-child>span {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px
}

.pagination .disabled>a {
	border-color: #fff
}

.button-content {
	text-align: center
}

.button-content button {
	margin: 10px 10px 20px 0
}

.sns-content {
	text-align: center;
	padding-left: 20px
}

.msg-tip {
	position: fixed;
	width: 100%;
	height: 30px;
	top: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 9999;
	padding-top: 10px
}

.msg-tip-content {
	display: inline;
	padding: 5px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	color: #fff;
	background-color: #468847;
	border-color: #d6e9c6
}

.msg-tip-success {
	background-color: #468847;
	border-color: #d6e9c6
}

.msg-tip-info {
	background-color: #3a87ad;
	border-color: #bce8f1
}

.msg-tip-error {
	color: #f2dede;
	background-color: #b94a48;
	border-color: #eed3d7
}

.msg-tip-warning {
	background-color: #f8a406;
	border-color: #bce8f1
}

.mymodal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.mymodal-backdrop.fade {
	opacity: 0
}

.mymodal-backdrop,.mymodal-backdrop.fade.in {
	opacity: .2;
	filter: alpha(opacity = 20)
}

.mymodal {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin-left: -280px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box
}

.mymodal.fade {
	top: -25%;
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out
}

.mymodal.fade.in {
	top: 10%
}

.mymodal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee
}

.mymodal-header .close {
	margin-top: 2px
}

.mymodal-header h3 {
	margin: 0;
	line-height: 30px
}

.mymodal-body {
	position: relative;
	max-height: 400px;
	padding: 15px;
	overflow-y: auto
}

.loading {
	position: fixed;
	top: 42%;
	left: 42%;
	right: auto;
	margin: 0 auto 20px;
	z-index: 1050;
	max-width: 100%;
	width: 220px
}

.error {
	color: #ac2925
}

#UserLoginModal .input-group {
	width: 250px;
	margin: 0 auto
}

img[src="http://eiv.baidu.com/hmt/icon/21.gif"] {
	display: none
}

.validation-summary-errors li {
	list-style: none;
	padding: 0 0 5px 0;
	color: #ac2925
}

.left-menu {
	padding: 0 16px
}

.left-menu ul>li {
	padding-left: 10px;
	line-height: 32px
}

.nav-menu .icon {
	margin: 4px 3px 0 0
}

.nav-menu li {
	list-style: none;
	line-height: 30px
}

.nav-menu>li>a {
	padding-left: 20px;
	display: block;
	position: relative;
	border-bottom: 1px solid #fff
}

.nav-menu>li>a>.arrow {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background: url("image/glyphicons-halflings.png") no-repeat -456px -72px;
	margin-top: 1px;
	position: absolute;
	right: 10px;
	top: 6px
}

.nav-menu>li>a:hover {
	background-color: #e3393c;
	color: #fff;
	text-decoration: none
}

.nav-menu a:hover>.icon,.nav-menu a:hover>.arrow {
	background-image: url(image/glyphicons-halflings-white.png)
}

.open {
	display: block
}

.active .arrow {
	background-position: -288px -120px !important
}

.sub-menu {
	background: #f5f5f5
}

.sub-menu>li>a {
	display: block;
	position: relative;
	padding-left: 40px
}

.msg-box {
	margin: 50px auto;
	padding: 100px;
	border: 2px solid #ccc;
	box-shadow: 0 0 20px #ccc;
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.msg-box.info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.msg-box.error {
	background: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.msg-box.success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.msg-box.primary {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca
}

.msg-box.warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.msg-box .title {
	font-size: 24px
}

.step-progress {
	background-color: #dadbd8;
	position: relative;
	height: 14px;
	width: 90%;
	padding: 3px 0;
	margin: 80px auto 40px auto
}

.step-progress .step-bar {
	position: absolute;
	height: 8px;
	background-color: #ff4a00;
	z-index: 101;
	margin: 0
}

.step-progress .step {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	left: -25px
}

.step .step-zone {
	position: absolute;
	background: url(../images/step-progress.png) no-repeat 0 -80px;
	top: -18px;
	left: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-right: 2px
}

.step-zone .step-content {
	position: absolute;
	height: 30px;
	line-height: 30px;
	width: 110px;
	top: -35px;
	left: -25px;
	color: #666;
	font-size: 16px;
	text-align: center
}

.step-zone .active {
	position: absolute;
	background: url(../images/step-progress.png) no-repeat 0 -32px;
	width: 36px;
	height: 36px;
	top: 7px;
	left: 7px;
	z-index: 102
}

.address-list {
	padding: 0;
	margin: 0;
	overflow: hidden
}

.address-list>li {
	list-style: none;
	display: block;
	float: left;
	height: 120px;
	width: 227px;
	margin: 7.5px;
	background: url(../images/step-progress.png) no-repeat 0 -274px;
	position: relative;
	padding: 12px;
	overflow: hidden;
	cursor: pointer
}

.address-list>li.active,.address-list>li:hover {
	background: url(../images/step-progress.png) no-repeat 0 -140px
}

.address-list .name {
	font-size: 16px;
	margin: 5px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc
}

.address-list .phone {
	font-size: 14px;
	float: right;
	margin-top: 2px
}

.address-list .address {
	font-size: 12px;
	line-height: 20px;
	margin: 5px;
	height: 60px;
	overflow: hidden
}

.sorter {
	overflow: hidden;
	height: 40px;
	background: #fdfdfd;
	border: 1px solid #e7e3e7;
	padding: 5px 10px 5px 10px;
	zoom: 1;
	margin: 10px 0
}

.sorter div {
	float: left;
	line-height: 30px
}

dl.order {
	margin: 0
}

.order dd,.order dt {
	float: left;
	line-height: 30px
}

.order dd a {
	margin: 0 3px;
	background-color: #fff;
	padding: 3px 8px;
	border: 1px solid #e7e3e7
}

.curr a {
	background-color: #e3393c !important;
	color: #fff;
	padding: 3px 8px
}

.curr a:hover {
	color: #fff
}

.sorter .pagin {
	float: right
}

.sorter .total {
	float: right;
	padding-right: 20px
}

.filter-set {
	border: 1px solid #e7e3e7
}

.filter-set>ul {
	padding: 0;
	margin: 0
}

.filter-set>ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dotted #e7e3e7;
	*display: inline-block
}

.filter-set>ul>li:last-child {
	border: none
}

dl.filter {
	margin: 0;
	padding: 5px 0
}

.filter>dt {
	width: 100px;
	line-height: 30px;
	text-align: right;
	position: absolute
}

.filter>dd {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	padding-left: 110px
}

.filter>dd>ul {
	padding: 0;
	margin: 0
}

.filter>dd>ul>li {
	list-style: none;
	line-height: 30px;
	float: left;
	margin-right: 15px;
	position: relative
}

.mpmodel-list {
	margin-left: -20px;
	overflow: hidden
}

.mpmodel-list>li {
	width: 227.5px;
	margin: 20px 0 0 20px;
	background-color: #efefef;
	display: block;
	height: 170px;
	list-style: none;
	float: left
}

.mpmodel-list a {
	text-align: center
}

.mpmodel-list a>p {
	overflow: hidden
}

.mpmodel-list img {
	border: none;
	margin: 10px auto;
	display: block
}

.more-template {
	line-height: 35px;
	height: 35px;
	display: block;
	text-align: center;
	background-color: #e5e5e5;
	margin: 20px 0
}

.product-menu {
	border: 1px solid #dfdfdf;
	width: 200px;
	padding: 10px;
	margin: 0
}

.menu-item>h2 {
	padding: 0;
	margin: 0;
	background: none;
	color: #e3393c;
	font-size: 16px;
	border: none
}

.menu-item>dl,.menu-item>ul {
	margin: 8px 0 16px 0
}

.menu-item>dl>dd,.menu-item>ul>li {
	float: left;
	margin-right: 14px;
	list-style: none
}

.menu-item>dl>dd.active a,.menu-item>ul>li.active a {
	background: #337ab7;
	color: #fff
}

.block-list {
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf
}

.block-list .item {
	position: relative;
	text-align: center;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf
}

.item-content {
	position: relative;
	height: 180px;
	overflow: hidden
}

.item-content.h-2 {
	height: 361px
}

.item-content.h-3 {
	height: 542px
}

.item-content .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,
		endColorstr=#7F000000);
	color: #fff;
	padding: 5px 10px
}

.item-content .mask>.title {
	text-align: left;
	font-size: 14px;
	margin: 0;
	line-height: 20px
}

.item-content .mask>.desc {
	line-height: 20px;
	text-align: left;
	margin: 0;
	font-size: 12px
}

.item-content .mask>.price {
	position: absolute;
	bottom: 6px;
	right: 6px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	font-size: 14px
}

.userAccount-check .alert {
	margin: 10px auto
}

.title-bar {
	line-height: 100%;
	position: relative;
	margin: 15px 0 10px 0
}

.title-bar.underline {
	border-bottom: 1px solid #dfdfdf
}

.title-bar>h1,.title-bar>h2,.title-bar>h3 {
	color: #333;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	zoom: 1;
	white-space: nowrap
}

.title-bar .subtitle {
	font-size: 16px;
	color: #666;
	margin: 0;
	padding-left: 16px
}

.title-bar span {
	font-family: "宋体";
	margin: 0 5px
}

.title-bar .more {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 10000px
}

.more .btn-group {
	text-align: center
}

.goods-title {
	font-weight: bold;
	color: #e84908;
	margin-bottom: 5px
}

.goods-desc {
	font-size: 12px
}

.tabs-left>.nav {
	float: left;
	border: 1px solid #ddd;
	border-style: none solid none none
}

.tabs-left>.nav>li {
	float: none;
	margin-right: -3px
}

.tabs-left>.nav>li>a {
	border-radius: 0
}

.tabs-left>.nav>li>a:hover {
	border-color: transparent #ddd transparent transparent
}

.tabs-left li.active>a {
	border-color: #ddd transparent #ddd #ddd !important
}

.tabs-left li.active>a:hover {
	border-color: #ddd transparent #ddd #ddd
}

.tag {
	border: 2px solid #ccc;
	padding: 3px 5px;
	cursor: pointer;
	margin-bottom: 6px
}

.tag.active {
	background: url(image/checked4.png) no-repeat left bottom
}

.tag:hover,.tag.active {
	border: 2px solid #e54044
}

.tag .dropdown-toggle {
	display: none
}

.tag .dropdown-toggle>.icon {
	margin-top: 3.2px
}

.tag.tag-lg {
	padding: 8px 16px;
	font-size: 16px
}

.tag-title {
	text-align: right;
	vertical-align: top;
	min-width: 100px
}

.tag-title>span {
	padding: 0 15px
}

.tag-container div {
	float: left;
	margin-right: 10px
}

.tab-pane>table td {
	padding: 5px 0
}

.craft>li {
	list-style: none;
	padding-bottom: 5px
}

.craftdesc {
	padding-top: 3px
}

.space {
	padding-right: 10px !important
}

.money {
	padding-right: 20px
}

.progress-animated .bar {
	background: url(image/progressbar.gif) !important;
	filter: none
}

.fileupload-loading {
	position: absolute;
	left: 50%;
	width: 128px;
	height: 128px;
	background: url(image/loading.gif) center no-repeat;
	display: none
}

.fileupload-processing .fileupload-loading {
	display: block
}

[class*="user-safe"] {
	background: url(/resources/shop/imagesv1.0/icon-common.png) no-repeat;
	position: relative;
	top: 1px;
	width: 61px;
	height: 11px;
	display: inline-block
}

.user-safe-lv1 {
	background-position: -14px 0
}

.user-safe-lv2 {
	background-position: -14px -11px
}

.user-safe-lv3 {
	background-position: -14px -22px
}

.user-safe-open,.user-safe-closed {
	position: relative;
	top: 2px;
	width: 13px;
	height: 13px
}

.user-safe-open {
	background-position: 0 0
}

.user-safe-closed {
	background-position: 0 -13px
}

.separator {
	margin: 0 10px;
	color: #ccd1d9
}

.frendlink {
	padding: 20px 0
}

.frendlink>ul>li {
	float: left;
	list-style: none;
	padding: 1px 5px
}

#right-cart {
	position: absolute;
	right: -18px;
	top: -19px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 10px
}

#right-img {
	position: absolute;
	right: -18px;
	top: -16px
}

.pace .pace-progress {
	background: #ec8384;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s
}

.pace-inactive {
	display: none
}

.top-notice>.alert {
	margin: 0 auto;
	padding: 5px 10px;
	border-radius: 0
}

.top-notice p {
	font-size: 14px;
	margin: 0
}

.message {
	margin: 5px 0;
	padding: 16px;
	border-left: 5px solid #eee;
	box-shadow: 0 0 5px #aaa
}

.message.message-info {
	background-color: #dcedf6;
	border-color: #269abc
}

.message.message-danger {
	background-color: #fadbdd;
	border-color: #d9534f
}

.message.message-warning {
	background-color: #f9eccd;
	border-color: #f0ad4e
}

.message.message-success {
	background-color: #eef5d9;
	border-color: #47a447
}

.message.message-info h4 {
	color: #269abc
}

.message.message-danger h4 {
	color: #d9534f
}

.message.message-warning h4 {
	color: #f0ad4e
}

.message.message-success h4 {
	color: #47a447
}

.message-box {
	margin: 0;
	padding: 0
}

.message-box.fixed {
	position: fixed;
	z-index: 6005
}

.message-box>li {
	list-style: none
}

.message-top {
	left: 50%;
	top: 0;
	width: 600px;
	margin-left: -300px
}

.message-bottom {
	left: 50%;
	bottom: 0;
	width: 600px;
	margin-left: -300px
}

.message-left {
	left: 10px;
	right: auto;
	width: 350px;
	margin-left: 0
}

.message-right {
	left: auto;
	right: 10px;
	width: 350px;
	margin-left: 0
}

.red {
	color: #e3393c
}

.redstar {
	color: red;
	font-family: "宋体"
}

.waterflow {
	margin: 0 auto;
	margin-left: -16px
}

.wf-list {
	width: 236px;
	margin-left: 16px;
	float: left
}

.waterflow .wf-item {
	float: left
}

.wf-item {
	min-height: 150px;
	min-width: 150px;
	width: 226px;
	margin-left: 16px;
	margin-bottom: 20px;
	box-shadow: 0 0 5px #aaa;
	position: relative;
	background-color: #fafafa
}

.wf-item.logo {
	height: auto
}

.wf-item.logo .imgzone {
	text-align: center;
	padding: 42px 0
}

.wf-item.logo .imgzone img {
	max-height: 100px;
	*height: 100px;
	width: auto
}

.wf-item .actions {
	display: none
}

.wf-item:hover .actions {
	display: block
}

.wf-item>a>img {
	width: 226px
}

.wf-item p {
	line-height: 30px
}

.wf-item .description {
	display: block;
	padding: 0 16px;
	margin: 10px 0;
	overflow: hidden;
	word-wrap: break-word
}

.wf-item .author {
	padding: 10px 16px;
	background-color: #efefef
}

.wf-item .avatar,.wf-item .inner {
	float: left
}

.wf-item .avatar>a {
	padding: 0
}

.wf-item .inner {
	margin-left: 10px;
	width: 142px
}

.wf-item .time {
	font-size: 12px;
	color: #999
}

.wf-item .avatar img {
	width: 40px;
	height: 40px
}

.name {
	margin-right: 8px
}

.sign {
	background: url(http://static.ctu58.com/Images/layout/signature.png)
		no-repeat;
	width: 120px;
	height: 55px;
	position: absolute;
	top: 5px;
	right: 5px
}

.sign.recommend {
	background-position: 0 -55px
}

.sign.finalist {
	background-position: -120px 0
}

.sign.winner {
	background-position: -120px -55px
}

.sign.finalize {
	background-position: 0 0
}

.level,.cert {
	background: url(http://static.ctu58.com/Images/layout/level.png)
		no-repeat;
	height: 16px;
	display: inline-block;
	margin: 4px 8px 0 0
}

.level {
	color: #e3393c;
	font-size: 12px;
	padding-left: 16px
}

.cert {
	width: 20px
}

.cert.lv1 {
	background-position-y: -16px
}

.cert.lv5 {
	background-position-y: -32px
}

.cert.lv10 {
	background-position-y: -48px
}

.cert.lv15 {
	background-position-y: -64px
}

.imgzone {
	position: relative
}

.imgzone img {
	width: 226px;
	min-height: 50px
}

.actions {
	width: 226px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,
		endColorstr=#7F000000)
}

.wf-item:hover .actions {
	display: block
}

.actions table {
	width: 100%;
	border-spacing: 0;
	border: 0
}

.actions table td {
	border-spacing: 0;
	border: 0;
	margin: 0;
	padding: 0
}

.shej-tm {
	width: 100%;
	line-height: 36px;
	height: 36px;
	text-align: center
}

.shej-tm a {
	display: block;
	width: 100%;
	line-height: 36px;
	height: 36px;
	text-align: center
}

.shej-tm a:hover {
	text-decoration: none
}

.shej-tm:hover {
	background-color: #e3393c
}

.wf-item .description {
	margin: 0;
	padding: 12px;
	font-size: 12px;
	position: relative;
	background-color: #f3f3f3
}

.shej-tm a {
	color: #fff
}

.file-icon {
	display: inline-block;
	width: 92px;
	height: 92px;
	background: url(http://static.ctu58.com/Content/image/file-icon.png)
		9999px 9999px no-repeat;
	background-position: -0 -0
}

.file-icon-doc,.file-icon-docx {
	background-position: -462px -0
}

.file-icon-xls,.file-icon-xlsx {
	background-position: -308px -0
}

.file-icon-ppt,.file-icon-pptx {
	background-position: -616px -0
}

.file-icon-vsd {
	background-position: -770px -0
}

.file-icon-pdf {
	background-position: -924px -0
}

.file-icon-apk {
	background-position: -1225px -0
}

.file-icon-dws,.file-icon-dwt,.file-icon-dxf,.file-icon-dwg {
	background-position: 0 -117px
}

.file-icon-mmap {
	background-position: -153px -117px
}

.file-icon-xmind {
	background-position: -306px -117px
}

.file-icon-mm {
	background-position: -460px -117px
}

.file-icon-exe,.file-icon-msi {
	background-position: -1378px -0
}

.file-icon-dmg {
	background-position: -2602px -0
}

.file-icon-ipa {
	background-position: -1540px -0
}

.file-icon-zip {
	background-position: -154px -0
}

.file-icon-rar {
	background-position: -2142px -0
}

.file-icon-psd {
	background-position: -2294px -0
}

.file-icon-key {
	background-position: -2447px -0
}

.file-icon-ai {
	background-position: -2753px -0
}

.file-icon-txt {
	background-position: -1072px -0
}

.file-icon-torrent {
	background-position: -1990px -0
}

.file-icon-wma,.file-icon-wav,.file-icon-mp3,.file-icon-aac,.file-icon-ra,.file-icon-ram,.file-icon-mp2,.file-icon-ogg,.file-icon-aif,.file-icon-mpega,.file-icon-amr,.file-icon-mid,.file-icon-midi,.file-icon-m4a
	{
	background-position: -1836px -0
}

.file-icon-wmv,.file-icon-rmvb,.file-icon-mpeg4,.file-icon-mpeg2,.file-icon-flv,.file-icon-avi,.file-icon-3gp,.file-icon-mpga,.file-icon-qt,.file-icon-rm,.file-icon-wmz,.file-icon-wmd,.file-icon-wvx,.file-icon-wmx,.file-icon-wm,.file-icon-swf,.file-icon-mpg,.file-icon-mp4,.file-icon-mkv,.file-icon-mpeg,.file-icon-mov,.file-icon-asf
	{
	background-position: -1685px -0
}

.file-icon-multi {
	background-position: -2902px -2px
}

.uploadArea {
	width: 450px;
	border: 1px solid #dadada;
	color: #666
}

.dndArea {
	border: 3px dashed #e6e6e6;
	min-height: 300px;
	text-align: center;
	margin: 16px;
	padding: 10px
}

.webuploader-container {
	position: relative
}

.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	clip: rect(1px, 1px, 1px, 1px)
}

.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background-color: #428bca;
	border-color: #357ebd;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	width: 150px
}

.webuploader-pick-hover {
	background-color: #3071a9;
	border-color: #285e8e
}

.webuploader-pick-disable {
	opacity: .6;
	pointer-events: none
}

.uploadcontent {
	padding-top: 148px;
	background: url(http://static.ctu58.com/Content/image/uploadcloud.png)
		no-repeat center 20%
}

.webuploader-dnd-over {
	border-color: #999
}

.webuploader-dnd-denied {
	border-color: red
}

.filename {
	height: 20px;
	font-size: 12px;
	color: #666;
	width: 150px;
	text-align: center;
	margin: 0 auto;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.webuploader-pick-progress {
	padding: 0;
	height: 40px;
	line-height: 40px;
	background-color: grey;
	position: relative
}

.progress-step {
	display: block;
	text-align: center;
	background: #5cb85c;
	width: 100%;
	height: 40px
}

.progress-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	text-align: center
}

.filelist {
	display: none
}

.uploadArea .filelist {
	list-style: none;
	margin: 0;
	padding: 0
}

.uploadArea p {
	margin: 0
}

.uploadArea .filelist:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both
}

.uploadArea .filelist li {
	width: 110px;
	height: 110px;
	background: url(http://static.ctu58.com/Content/image/bg.png) no-repeat;
	text-align: center;
	margin: 0 8px 20px 0;
	position: relative;
	display: inline;
	float: left;
	overflow: hidden;
	font-size: 12px
}

.uploadArea .filelist li p.log {
	position: relative;
	top: -45px
}

.uploadArea .filelist li p.title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	top: 5px;
	text-indent: 5px;
	text-align: left
}

.uploadArea .filelist li p.progresser {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 8px;
	overflow: hidden;
	z-index: 50
}

.uploadArea .filelist li p.progresser span {
	display: none;
	overflow: hidden;
	width: 0;
	height: 100%;
	background: #1483d8
		url(http://static.ctu58.com/Content/image/progress.png) repeat-x;
	-webit-transition: width 200ms linear;
	-moz-transition: width 200ms linear;
	-o-transition: width 200ms linear;
	-ms-transition: width 200ms linear;
	transition: width 200ms linear;
	-webkit-animation: progressmove 2s linear infinite;
	-moz-animation: progressmove 2s linear infinite;
	-o-animation: progressmove 2s linear infinite;
	-ms-animation: progressmove 2s linear infinite;
	animation: progressmove 2s linear infinite;
	-webkit-transform: translateZ(0)
}

progressmove { 0% {
	background-position: 0 0;
}

100%
{
background-position


:


17
px

 

0;
}
}
progressmove { 0% {
	background-position: 0 0;
}

100%
{
background-position


:


17
px

 

0;
}
}
progressmove { 0% {
	background-position: 0 0;
}

100%
{
background-position


:


17
px

 

0;
}
}
.uploadArea .filelist li p.imgWrap {
	position: relative;
	z-index: 2;
	line-height: 110px;
	vertical-align: middle;
	overflow: hidden;
	width: 110px;
	height: 110px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webit-transition: 200ms ease-out;
	-moz-transition: 200ms ease-out;
	-o-transition: 200ms ease-out;
	-ms-transition: 200ms ease-out;
	transition: 200ms ease-out
}

.uploadArea .filelist li img {
	width: 100%
}

.uploadArea .filelist li p.error {
	background: #f43838;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 28px;
	line-height: 28px;
	width: 100%;
	z-index: 100
}

.uploadArea .filelist li .success {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	z-index: 200;
	background: url(http://static.ctu58.com/Content/image/success.png)
		no-repeat right bottom
}

.uploadArea .filelist div.file-panel {
	position: absolute;
	height: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr='#80000000', endColorstr='#80000000') \0;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 300
}

.uploadArea .filelist div.file-panel span {
	width: 24px;
	height: 24px;
	display: inline;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: url(http://static.ctu58.com/Content/image/icons.png)
		no-repeat;
	margin: 5px 1px 1px;
	cursor: pointer
}

.uploadArea .filelist div.file-panel span.rotateLeft {
	background-position: 0 -24px
}

.uploadArea .filelist div.file-panel span.rotateLeft:hover {
	background-position: 0 0
}

.uploadArea .filelist div.file-panel span.rotateRight {
	background-position: -24px -24px
}

.uploadArea .filelist div.file-panel span.rotateRight:hover {
	background-position: -24px 0
}

.uploadArea .filelist div.file-panel span.cancel {
	background-position: -48px -24px
}

.uploadArea .filelist div.file-panel span.cancel:hover {
	background-position: -48px 0
}

.uploadArea .statusBar {
	height: 63px;
	line-height: 63px;
	vertical-align: middle;
	position: relative;
	display: none;
	margin: 0 16px 16px 16px
}

.uploadArea .statusBar .progresser {
	border: 1px solid #1483d8;
	width: 198px;
	background: #fff;
	height: 18px;
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	color: #6dbfff;
	position: relative;
	margin-right: 10px
}

.uploadArea .statusBar .progresser span.percentage {
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: #1483d8;
	position: absolute
}

.uploadArea .statusBar .progresser span.text {
	position: relative;
	z-index: 10
}

.uploadArea .statusBar .info {
	display: inline-block;
	font-size: 14px;
	color: #666
}

.uploadArea .statusBar .btns {
	position: absolute;
	top: 10px;
	right: 0;
	line-height: 40px;
	z-index: 10
}

.uploadArea .addFileBtn {
	display: inline-block;
	float: left
}

.uploadArea .statusBar .btns .webuploader-pick,.uploadArea .statusBar .btns .uploadBtn,.uploadArea .statusBar .btns .uploadBtn.state-uploading,.uploadArea .statusBar .btns .uploadBtn.state-paused
	{
	background: #fff;
	border: 1px solid #cfcfcf;
	color: #565656;
	padding: 0 18px;
	display: inline-block;
	border-radius: 3px;
	margin-left: 10px;
	cursor: pointer;
	font-size: 14px;
	float: left;
	width: auto
}

.uploadArea .statusBar .btns .webuploader-pick-hover,.uploadArea .statusBar .btns .uploadBtn:hover,.uploadArea .statusBar .btns .uploadBtn.state-uploading:hover,.uploadArea .statusBar .btns .uploadBtn.state-paused:hover
	{
	background: #f0f0f0
}

.uploadArea .statusBar .btns .uploadBtn {
	background-color: #428bca;
	border-color: #357ebd;
	color: #fff
}

.uploadArea .statusBar .btns .uploadBtn:hover {
	background-color: #3071a9;
	border-color: #285e8e
}

.uploadArea .statusBar .btns .uploadBtn.disabled {
	pointer-events: none;
	opacity: .6
}

.element-invisible .filelist {
	display: block
}

.element-invisible .statusBar {
	display: block
}

.element-invisible .uploadcontent {
	display: none
}

.showResult {
	overflow: hidden;
	position: relative;
	text-align: center;
	min-height: 300px;
	text-align: center;
	vertical-align: middle;
	display: none;
	width: 100%
}

.uploadsuccess .showResult>.content {
	display: table-cell;
	min-height: 300px;
	vertical-align: middle;
	text-align: center;
	width: 100%
}

.showResult img {
	max-width: 100%;
	max-height: 100%
}

.showResult .file-panel {
	position: absolute;
	line-height: 40px;
	top: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	z-index: 300;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr='#80000000', endColorstr='#80000000') \0;
	background: rgba(0, 0, 0, .5)
}

.showResult .file-panel span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	float: right;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
	transition: background .3s
}

.showResult .file-panel span.cancel:hover {
	background-color: #e3393c
}

.uploadsuccess .dndArea {
	display: none
}

.uploadsuccess .showResult {
	display: table
}

.upload-about {
	margin-top: 5px
}

.upload-about a>i {
	color: #aaa
}

.amount-widget {
	margin: 0;
	*zoom: 1;
	display: inline-block
}

.amount-widget:before,.amount-widget:after {
	display: table;
	content: " "
}

.amount-widget:after {
	clear: both
}

.amount-widget input {
	width: 60px;
	float: left;
	margin-right: 5px
}

.amount-widget .amount-btn {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 34px;
	float: left
}

.amount-widget .amount-increase,.amount-widget .amount-decrease {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #aaa;
	display: block;
	font-size: 14px;
	line-height: 12px;
	text-align: center
}

.amount-widget .amount-increase {
	top: 0
}

.amount-widget .amount-decrease {
	bottom: 0
}

.disabled {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.avatar {
	text-align: center
}

.avatar a {
	padding: 10px;
	background: #fff;
	display: block;
	border: 1px solid #ddd;
	border-radius: 50%
}

.avatar img {
	width: 100px;
	height: 100px;
	border-radius: 50%
}

.avatar.small {
	margin: 10px;
	text-align: center;
	width: 50px
}

.avatar.small a {
	border: none
}

.avatar.small img {
	width: 50px;
	height: 50px
}

.container {
	padding: 0;
	transition: all .3s;
	position: relative;
	width: 1194px;
	min-width: 1194px;
	margin: 0 auto
}

@media ( min-width :1200px) {
	.container {
		min-width: 1194px
	}
	#ctu-tools {
		margin-left: 600px
	}
	.waterflow {
		margin-left: -16px
	}
	.wf-item {
		margin-left: 16px
	}
	.item-content {
		height: 222px
	}
	.item-content.h-2 {
		height: 445px
	}
	.item-content.h-3 {
		height: 668px
	}
}

.step-bar {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin: 20px 0
}

.step-bar.st3 .step {
	width: 33.333333%
}

.step-bar.st4 .step {
	width: 25%
}

.step-bar.st5 .step {
	width: 20%
}

.step-bar .step {
	background: #dfdfdf;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	border-right: 10px solid #fff
}

.step-bar .step:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	border: 20px solid #fff;
	border-color: transparent transparent transparent #fff
}

.step-bar .step:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: -40px;
	top: 0;
	z-index: 1000;
	border: 20px solid #dfdfdf;
	border-color: transparent transparent transparent #dfdfdf
}

.step-bar .step:first-child:before {
	border: none
}

.step-bar .step:last-child {
	border: none
}

.step-bar .step:last-child:after {
	border: none
}

.step-bar .step.first:before {
	border: none
}

.step-bar .step.last {
	border: none
}

.step-bar .step.last:after {
	border: none
}

.step-bar .step.active {
	background: #ff8b3d;
	color: #fff
}

.step-bar .step.active a {
	color: #fff
}

.step-bar .step.active:after {
	border-left-color: #ff8b3d
}

.product-features {
	margin-top: 30px;
	border-top: 1px solid #dadada
}

.product-features h2 {
	border: none;
	background: none;
	text-align: center;
	font-size: 32px;
	margin-top: 50px
}

.product-features .desc {
	background: none;
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px
}

.product-features .tab-pane {
	text-align: center
}

.product-features .tab-pane img {
	text-align: center;
	max-width: 100%;
	margin: 0 auto 80px auto
}

.product-features .tab-pane p {
	text-align: left
}

.tab-features {
	margin: 0 auto;
	*zoom: 1;
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.tab-features:before,.tab-features:after {
	display: table;
	content: " "
}

.tab-features:after {
	clear: both
}

.tab-features>li {
	float: left;
	border: 1px solid #adadad;
	border-radius: 4px
}

.tab-features li+li {
	margin-left: -1px
}

.tab-features
>
li
:not
 
(
:first-child
 
)
:not
 
(
:last-child
 
){
border-radius
:
 
0
}
.tab-features>li:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.tab-features>li:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.tab-features>li.active {
	background-color: #e6e6e6
}

.tab-features li>a {
	display: block;
	padding: 8px 16px
}

.tab-features>li a:focus {
	outline: 0
}

.product-features table th {
	text-align: center
}

.product-features ol>li {
	line-height: 22px;
	margin: 6px 0
}

.login-content {
	margin: 0
}

.login-img {
	float: left;
	width: 500px
}

.login-img img {
	width: 100%
}

.login-panel {
	width: 406px;
	float: right;
	background:#f6f6f6;
	margin:20px;
}

.login-panel .nav-tabs {
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background: #f6f6f6
}

.login-panel .nav-tabs>li {
	width: 135px;
	border-right: 1px solid #dfdfdf
}

.login-panel .nav-tabs a {
	border-width: 1px 0 0 0;
	border-top: 1px solid transparent;
	text-align: center;
	font-weight: bold
}

.login-panel .nav-tabs>li.active a {
	border-top: 1px solid #dfdfdf
}

.login-panel .tab-content {
	border: 1px solid #dfdfdf;
	padding: 20px
}

.login-panel .tab-pane {
	min-height: 250px
}

.mix-input {
	display: block;
	position: relative;
	width: 100%;
	height: 42px;
	font-size: 14px;
	color: #999
}

.mix-input .input-icon {
	display: block;
	position: absolute;
	font-size: 21px;
	left: 14px;
	top: 6px
}

.mix-input input {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 40px
}

#tab-login-ctu .checkbox {
	margin: 0
}

#tab-login-wechat {
	text-align: center
}

.error-msg>label {
	margin-right: 5px
}

.open-login {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #e3e3e3
}

.form-control.error {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control.valid {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.error-msg {
	color: #a94442
}

.login {
	background: url(/resources/shop/images/oauthlogin.png)
		no-repeat;
	display: block;
	width: 36px;
	height: 36px;
	float: left
}

.login.weibo {
	background-position-y: -36px
}

.login.taobao {
	background-position-y: -72px
}

.login.baidu {
	background-position-y: -108px
}

.login.alipay {
	background-position-y: -144px
}

.login.xiaomi {
	background-position-y: -180px
}

.goods-detail>dl {
	margin: 10px 0 0 0;
	*zoom: 1
}

.goods-detail>dl:before,.goods-detail>dl:after {
	display: table;
	content: " "
}

.goods-detail>dl:after {
	clear: both
}

.goods-detail>dl>dt {
	float: left;
	line-height: 36px;
	font-weight: normal;
	text-align: right;
	width: 74px;
	margin: 0 10px
}

.goods-detail>dl>dd {
	line-height: 36px;
	font-weight: normal;
	margin-left: 98px
}

.goods-detail dl>dt i {
	color: #999
}

.goods-detail .goods-price {
	background: url();
	line-height: 36px;
	height: 36px;
	margin-bottom: 10px
}

.goods-service a {
	margin-right: 16px
}

.goods-type a {
	margin-right: 10px
}

.box {
	border: 1px solid #dfdfdf;
	padding: 10px
}

.box h3 {
	font-size: 16px;
	margin: 0 0 12px 0
}

.box .desc {
	font-size: 12px;
	color: #999
}

.box .oldprice {
	margin-left: 10px;
	color: #999;
	text-decoration: line-through
}

.box .price {
	margin-left: 10px;
	font-size: 16px
}

.service-scope {
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	margin-left: 20px
}

.uploader-list .alert {
	border: 1px solid #dfdfdf
}

.goods-price .price {
	font-size: 24px
}

.goods-price .tip {
	background-color: #00c853;
	color: #fff;
	padding: 2px 5px;
	margin-left: 5px
}

.goods-gallery {
	overflow: hidden;
	width: 480px
}

.tb-cover {
	height: 400px;
	overflow: hidden
}

.tb-cover:hover .image-magnifier {
	display: none
}

.tb-pic>.image-magnifier {
	position: absolute;
	z-index: 55;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 16px;
	filter: alpha(opacity = 30);
	-moz-opacity: .3;
	opacity: .3
}

.tb-pic {
	border: 1px solid #dfdfdf;
	position: relative;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
	*display: block;
	*font-family: Arial;
	*line-height: 1
}

.tb-pic img {
	vertical-align: middle;
	max-width: 100%;
	width: 100%
}

.tb-thumblist {
	margin: 10px 0 0 -10px;
	overflow: hidden
}

.tb-thumblist li {
	border: 1px solid #dfdfdf;
	float: left;
	width: 88px;
	height: 88px;
	margin: 0 0 0 10px;
	overflow: hidden;
	vertical-align: middle
}

.tb-thumblist>.tb-selected {
	border: 1px solid #e54044
}

.tb-thumblist>.tb-selected>div {
	border: medium none
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 400px;
	background: #fff;
	border: 1px solid #dfdfdf;
	display: none;
	text-align: center;
	overflow: hidden
}

div.zoomMask {
	position: absolute;
	background: rgba(0, 0, 0, .1);
	cursor: move;
	z-index: 1
}

.corner {
	position: absolute;
	right: -30px;
	top: -6px;
	font-style: normal;
	background: #ed1c24;
	color: #fff;
	line-height: 16px;
	padding: 0 3px;
	font-size: 12px
}

.corner.blue {
	background: #29abe2
}

.corner.purple {
	background: #92378f
}

.corner.green {
	background: #8cc63f
}

.corner.orange {
	background: #f15a24
}

.top-xsdt {
	height: 35px;
	overflow: hidden
}

.nav-tabs .active [data-toggle="tab"],.nav-tabs .active [data-toggle="tab"]:focus,.nav-tabs .active [data-toggle="tab"]:hover
	{
	border-top: 1px solid #dfdfdf
}

.tag-list>li {
	float: left;
	line-height: 30px;
	padding: 0 6px;
	font-size: 13px;
	width: 100%;
	list-style: none;
	text-align: left;
	overflow: hidden
}

.tag-list a {
	white-space: nowrap;
	position: relative
}

.tag-list.w2>li {
	float: left;
	width: 50%
}

.tag-list.w3>li {
	float: left;
	width: 33.333333%
}

.tag-list.w4>li {
	float: left;
	width: 25%
}

.qqtalk {
	background: url(http://static.ctu58.com/Images/layout/qqtalk.png);
	height: 22px;
	width: 77px;
	display: inline-block;
	vertical-align: bottom
}

label.fieldError {
	line-height: 23px;
	color: #ffb042;
	padding-left: 6px;
}