﻿/* Minification failed. Returning unminified contents.
(436,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(3211,108): run-time error CSS1035: Expected colon, found ';'
(3211,120): run-time error CSS1035: Expected colon, found 'YaHei'
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
    min-height:20px;
    height:auto;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
}
.ui-autocomplete {
	max-height: 260px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 260px;
}

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #ddd; background: #fcfdfd url(../images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #666; }
.ui-widget-header { border: 1px solid #4297d7; background: #2191c0 url(../images/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x; color: #eaf5f7; font-weight: bold; }
.ui-widget-header a { color: #eaf5f7; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #77d5f7; background: #0078ae url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #f0f0f0; font-weight: normal; color: #017cdc; }
.ui-state-hover a, .ui-state-hover a:hover { color: #026890; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #acdd4a; background: #6eac2c url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcd113; background: #f8da4e url(images/ui-bg_glass_55_f8da4e_1x400.png) 50% 50% repeat-x; color: #915608; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #915608; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #e14f1c url(images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% top repeat-x; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_0078ae_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../images/ui-icons_0078ae_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../images/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../images/ui-icons_e0fdff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_056b93_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../images/ui-icons_f5e175_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_f7a50d_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_fcd113_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: 5px 0 0 5px; padding: 0px; background: #999999 url(../images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x; opacity: .45;filter:Alpha(Opacity=45); -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }

/*Begin: Shippingren defined css*/
.ui-autocomplete li .ui-state-focus {background: #e4e9f0 none; border: 0;}
/*END: Shippingren defined css*/
@charset "utf-8";
/*
 * global.css
 * author: Jack
 * time: 2014-12-24
*/

/* reset styles */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre, form, fieldset, legend, button, input, select, textarea, th, td {
    margin: 0;
    padding: 0;
}

button, input, select, textarea {
	/*font: 12px/1.5 Microsoft YaHei, Arial, Tahoma, 'ï¿½ï¿½ï¿½ï¿½';*/
	color: #666;
	outline: none;
}

textarea {
	resize: none;
	overflow-y: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

iframe {
	display: block;
}

del {
	text-decoration: line-through;
}

em, strong {
	font-style: normal;
	font-weight: normal;
}



.clearfix:after,
.cf:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.clearfix,
.cf {
	*zoom: 1;
}

.clear {
	clear: both;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.block {
	display: block;
}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mr03 {margin-right: -3px;}
.ml03 {margin-left: -3px;}

/* body styles */
*html body {padding-top: 0; background-attachment: scroll; height: 100%;}
html {_background: url(about: blank);}
.wrap,
.container {width: 1200px; margin-left: auto; margin-right: auto; *zoom: 1;}
.container {padding-bottom: 50px;}
.wrap:after,
.container:after {clear: both; content: "."; display: block; font-size: 0; height: 0; visibility: hidden;}

/* fixedADImage */
#fixedADImage {width: 100%; overflow: hidden; position: fixed; _position: relative; left: 0; top: -400px; _top: 0; z-index: 1500;}
#fixedADImage .inner {width: 2200px; position: relative; left: 50%; margin-left: -1100px;}
#fixedADImage .image {display: block; margin: 0 auto;}

/* fixedBar */
#fixedBar {width: 100%; height: 30px; font-family: Microsoft YaHei; font-size: 12px; color: #666; background: #f3f3f3; border-bottom: 1px solid #e8e8e8; position: fixed; left: 0; top: 0; z-index: 1500; _position: static;}
#fixedBar .wrap {height: 30px;}
#fixedBar .leftSide {float: left; line-height: 19px; margin-top: 5px; font-size: 14px;}
#fixedBar .leftSide a {color: #666;}
#fixedBar .leftSide a:hover {color: #3599cd; text-decoration: none;}
#fixedBar .leftSide .login {float: left;}
#fixedBar .leftSide .register,
#fixedBar .leftSide .welcome {float: left; margin-left: 20px;}
#fixedBar .leftSide .myCenter {float: left; height: 20px; padding: 0 5px 0 6px; _line-height: 20px; color: #666; background: #ccc; margin-left: 20px; border-radius: 2px;}
#fixedBar .leftSide .myCenter:hover {color: #666;}
#fixedBar .leftSide .myCenterOK {color: #fff; background: #34a8f3;}
#fixedBar .leftSide .myCenterOK:hover {color: #fff;}
#fixedBar .rightSide {float: right;}
#fixedBar .tab {float: left; height: 20px; line-height: 19px; padding-left: 25px; margin: 5px 0 0 30px; font-size: 14px; color: #666; background: url(http://srfiles.yunquna.com/images/global/icons2.png) no-repeat;}
#fixedBar a.tab:hover {color: #3599cd; text-decoration: none;}
#fixedBar .telephone {background-position: 0 -69px; font-size: 18px;}
#fixedBar .QQ {background-position: 0 -99px;}
#fixedBar .help {background: none; padding: 0;}
#fixedBar .help span {float: left; cursor: pointer;}
#fixedBar .help em {float: left; width: 1px; height: 13px; overflow: hidden; background: #666; margin: 3px 0 0 10px;}
#fixedBar .workPF {background-position: 0 -154px;}
.loginUser {float: left; height: 30px; position: relative; z-index: 1500;}
.loginUser .tit_current {}
.loginUser_tit {float: left; height: 30px; padding: 0 10px; border-left: 1px solid #ddd; border-right: 1px solid #ddd; background: #f3f3f3; position: relative; z-index: 3;}
.loginUser_tit a {float: left; height: 30px; line-height: 29px; white-space: nowrap; color: #3599cd; font-size: 14px;}
.loginUser_tit a:hover {color: #3599cd; text-decoration: none;}
.loginUser_tit strong {float: left; height: 17px; line-height: 17px; padding: 0 3px; margin: 6px 0 0 10px; background: #cd3333; color: #fff; font-size: 14px; border-radius: 4px;}
.loginUser_tit em {float: left; width: 11px; height: 6px; overflow: hidden; margin: 12px 0 0 10px; background: url(http://srfiles.yunquna.com/images/global/icons2.png) no-repeat 0 0;}
.loginUser_box {float: left; width: 198px; border: 1px solid #ddd; background: #fff; position: absolute; left: 0; top: 29px; z-index: 2; display: none;}
.loginUser_box .cashBox {float: left; width: 100%; padding: 12px 0; background: #fafafa;}
.loginUser_box .cashBox dt {float: left; width: 40px; height: 40px; margin-left: 15px; display: inline;}
.loginUser_box .cashBox dt a,
.loginUser_box .cashBox dt img {display: block; width: 40px; height: 40px;}
.loginUser_box .cashBox dd {float: right; width: 120px; line-height: 15px; margin-right: 8px; display: inline;}
.loginUser_box .cashBox .numb {height: 25px; line-height: 25px; font-family: Microsoft YaHei; font-size: 23px;}
.loginUser_box .cashBox .numb em {font-size: 14px;}
.loginUser_box .cashBox .cash {float: left; width: 52px; height: 21px; line-height: 21px; text-align: center; color: #fff; margin-top: 8px; border: 1px solid #d76400; background: #f57402;}
.loginUser_box .cashBox .cash:hover {color: #fff; background: #f5ad2e; text-decoration: none;}
.loginUser_box .msgBox {float: left; width: 168px; margin: 5px 0 0 15px; padding-bottom: 5px; display: inline;}
.loginUser_box .msgBox li {float: left; width: 100%; height: 19px; line-height: 19px; padding: 3px 0;}
.loginUser_box .msgBox a {color: #666;}
.loginUser_box .msgBox a em,
.loginUser_box .msgBox a:hover em {color: red;}

.website_nav {float: left; height: 30px; display: inline; position: relative; z-index: 1501;}
.website_nav .textBox {float: left; height: 30px; padding: 0 10px; color: #666; position: relative; z-index: 3;}
.website_nav .textBox:hover {color: #666; text-decoration: none;}
.website_nav .textBox .icon_san {float: left; width: 18px; height: 18px; margin-top: 6px; background: url(http://srfiles.yunquna.com/images/global/icons2.png) no-repeat 0 -183px; cursor: pointer; display: none;}
.website_nav .textBox .icon_arr {float: left; width: 11px; height: 6px; overflow: hidden; margin: 12px 0 0 5px; background: url(http://srfiles.yunquna.com/images/global/icons2.png) no-repeat 0 -16px; cursor: pointer;}
.website_nav .textBox .text {float: left; height: 20px; line-height: 19px; font-size: 14px; margin: 5px 0 0 0; cursor: pointer;}
.website_nav .contBox {clear: both; width: 210px; border: 1px solid #f1f1f1; background: #fff; position: absolute; right: 0; top: 29px; z-index: 2; display: none;}
.website_nav .contBox .inner {width: 180px; padding: 0 15px; overflow: hidden;}
.website_nav .contBox dl {float: left; width: 100%; padding: 12px 0; border-top: 1px solid #e5e5e5; margin-top: -1px;}
.website_nav .contBox dt {float: left; width: 100%; line-height: 17px; font-family: Microsoft YaHei; font-size: 14px;}
.website_nav .contBox dd {float: left; width: 100%; line-height: 17px; margin-top: 4px;}
.website_nav .contBox dd a {float: left; color: #464646; text-decoration: underline; margin: 3px 25px 0 0;}
.website_nav .contBox dd a:hover {text-decoration: none;}
.website_nav_h .textBox {background: #fff;}
.website_nav_h .contBox {display: block;}

/* topWrap */
.topWrap {height: 90px; background: #fff;}
.topWrap .logo {float: left; width: 292px; height: 42px; margin-top: 24px; overflow: hidden; text-indent: -999em; background: url(http://srfiles.yunquna.com/images/global/logo.png) no-repeat 0 0;}
.topWrap .cash {float: right; width: 241px; height: 54px; text-indent: -99em; overflow: hidden; margin-top: 18px; background: url(http://srfiles.yunquna.com/images/global/TCBGService.png) no-repeat 0 0;}
.topScroll {padding-top: 112px; _padding-top: 0;}
.topScroll .topWrap {width: 100%; position: fixed; left: 0; top: -19px; z-index: 1499; border-bottom: 1px solid #34a8f3; box-shadow: 0 0 5px #34a8f3;}

.web_SR_search {float: left; width: 566px; height: 42px; font-family: Microsoft YaHei; color: #666; margin: 24px 0 0 36px; display: inline; background: url(http://srfiles.yunquna.com/images/global/search3.png) no-repeat 0 0;}
.web_search_selType {float: left; width: 80px; height: 38px; margin: 2px 0 0 2px; display: inline; position: relative; z-index: 1010;}
.web_search_selType .textBox {float: left; width: 80px; height: 38px; cursor: pointer;}
.web_search_selType .text {float: left; width: 64px; height: 20px; line-height: 20px; margin: 9px 0 0 0; text-align: center;}
.web_search_selType .arrow {float: left; width: 11px; height: 6px; overflow: hidden; margin: 17px 0 0 0; background: url(http://srfiles.yunquna.com/images/global/icons2.png) no-repeat 0 -16px;}
.web_search_selType .showBox {float: left; clear: both; width: 78px; border: 1px solid #efefef; background: #fff; position: absolute; left: 0; top: 38px; border-radius: 2px; display: none;}
.web_search_selType .showBox li {float: left; width: 100%; height: 32px;}
.web_search_selType .showBox a {display: block; height: 32px; line-height: 32px; padding-right: 16px; color: #8b9cb0; text-align: center;}
.web_search_selType .showBox a:hover {color: #65717f; text-decoration: none;}
.web_search_selPort {float: left; width: 203px; height: 38px; margin-top: 2px; display: inline; border-left: 1px solid #eee;}
.web_search_selPort .text {float: left; height: 20px; line-height: 20px; margin: 9px 0 0 13px;}
.web_search_selPort .input {float: left; width: 120px; height: 20px; line-height: 19px; font-family: Microsoft YaHei; font-size: 14px; color: #666; margin: 10px 0 0 5px; border: 0 none; outline: none;}
.web_search_Btn {float: left; width: 76px; height: 42px; line-height: 42px; color: #fff; text-align: center;}
.web_search_Btn:hover {color: #fff; text-decoration: none;}

/* navWrap */
.navWrap {height: 45px; font-size: 12px; background: #34a8f3; position: relative; z-index: 1000;}
.navWrap .wrap {height: 45px; position: relative;}
#categoryAll {float: left; width: 230px; height: 45px; position: relative; display: none;}
#categoryAll .HD {float: left; width: 230px; height: 45px; cursor: pointer; background: #41b5fe;}
#categoryAll .HD_title {float: left; margin-top: 13px; position: relative; left: 50%;}
#categoryAll .HD_title li {float: left; position: relative; left: -50%;}
#categoryAll .HD_title .text {float: left; font-family: Microsoft YaHei; font-size: 16px; line-height: 21px; color: #fff;}
#categoryAll .HD_title .icon {float: left; width: 11px; height: 6px; margin: 8px 0 0 14px; background: url(http://srfiles.yunquna.com/images/global/icons2.png) no-repeat 0 -32px;}
#categoryAll .HD_title .iconUp {background-position: -25px -184px;}
#category_SR {float: left; clear: both; width: 230px; min-height: 2px; _height: 2px; position: absolute; left: 0; top: 47px; z-index: 1001; display: none;}
#category_SR .listBox {float: left; width: 228px; font-family: Microsoft YaHei; border: 1px solid #d9d9d9; border-bottom: 0; background: #fbfbfb; opacity: 0.94; position: absolute; z-index: 1002;}
#category_SR .listBox ul {float: left; width: 100%;}
#category_SR .listBox li {float: left; width: 100%; border-top: 1px solid #fff; border-bottom: 1px solid #d9d9d9;}
#category_SR .listBox li.liOver {box-shadow: 0 0 5px #ddd;}
#category_SR .listBox li.liOver .cell {width: 222px; background: #fff; z-index: 1004;}
#category_SR .listBox li.liOver .showBox {display: block;}
#category_SR .listBox .cell {float: left; width: 228px; height: 38px; font-size: 14px; position: relative;}
#category_SR .listBox .aBox {float: left; width: 165px; line-height: 17px; margin: 11px 0 0 33px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#category_SR .listBox .aLink {color: #65717f;}
#category_SR .listBox .arrow {float: left; width: 4px; height: 7px; margin: 17px 0 0 5px; background: url(http://srfiles.yunquna.com/images/global/icons.png) no-repeat 0 -207px;}
#category_SR .showBox {float: left; clear: both; width: 730px; min-height: 319px; _height: 319px; border: 1px solid #d9d9d9; background: #fff; box-shadow: 0 0 5px #ddd; position: absolute; left: 221px; top: -1px; z-index: 1003; display: none;}
#category_SR .showBox .topBox {float: left; width: 700px; height: 39px; border-bottom: 1px solid #d9d9d9; margin-left: 15px; display: inline;}
#category_SR .showBox .topBox .title {float: left; line-height: 39px;}
#category_SR .showBox .topBox .more {float: right; line-height: 17px; margin-top: 11px; font-family: 'ï¿½ï¿½ï¿½ï¿½'; color: #65717f;}
#category_SR .dataList {float: left; padding: 10px 0;}
#category_SR .dataList dl {float: left;}
#category_SR .dataList dd {float: left; height: 17px; line-height: 17px; padding: 13px 16px 13px 15px; background: url(http://srfiles.yunquna.com/images/global/icons.png) no-repeat right -250px;}
#category_SR .dataList dd a {float: left; color: #65717f; white-space: nowrap;}
#category_SR .dataList dd a:hover {color: #137bdf;}

.navMenu {float: left; height: 45px;}
.navMenu li {float: left; margin-right: 1px; position: relative;}
.navMenu a {float: left; height: 37px; line-height: 37px; min-width: 69px; _width: 69px; text-align: center; padding: 4px 30px 0; border-bottom: 4px solid #34a8f3; color: #fff; font-family: Microsoft YaHei; font-size: 14px; white-space: nowrap;}
.navMenu a:hover,
.navMenu a.current {background: #268ed1; border-bottom-color: #006eb3; color: #fff; text-decoration: none;}
.navMenu .icon_nav_new {position: absolute; right: 7px; top: 7px;}

.navReleasePH {float: right; width: 380px; height: 45px; font-size: 14px; background: #268ed1; overflow: hidden;}
.navReleasePH .LBG {float: left; width: 10px; height: 100%; overflow: hidden; display: none;}
.navReleasePH .RBG {float: left; width: 10px; height: 100%; overflow: hidden; display: none;}
.navReleasePH ul {float: left; width: 500px; height: 20px; margin: 12px 0 0 17px; display: inline;}
.navReleasePH li {float: left; margin-right: 37px; display: inline;}
.navReleasePH li a {float: left; height: 20px; line-height: 20px; color: #fff; padding-left: 25px; background: url(http://srfiles.yunquna.com/images/global/icons2.png) no-repeat;}
.navReleasePH li a:hover {color: #fff;}
.navReleasePH .p_center {background-position:  0 -301px;}
.navReleasePH .p_price {background-position:  0 -754px;}
.navReleasePH .p_pallet {background-position:  0 -782px;}
.navReleasePH .p_entrust {background-position:  2px -726px;}

/* footer styles */
.footer_options {height: 85px; background: #18567d; font-size: 12px;}
.footer_options ul {float: left; margin-top: 22px; font-family: Microsoft YaHei; color: #fff;}
.footer_options li {float: left; min-height: 40px; _height: 40px; padding-left: 50px; background: url(http://srfiles.yunquna.com/images/global/icons2.png) no-repeat;}
.footer_options .buyer {background-position: 0 -386px; width: 280px;}
.footer_options .supplier {background-position: 0 -436px; padding-left: 60px; width: 230px;}
.footer_options .tools {background-position: 0 -486px; width: 290px;}
.footer_options .dictionary {background-position: 0 -536px; padding-left: 45px; width: 170px;}
.footer_options a,
.footer_options a:hover {color: #fff;}
.footer_options .title {font-size: 17px; font-weight: normal; line-height: 21px;}
.footer_options .detail {line-height: 15px; margin-top: 5px;}
.footer_options .detail a {float: left; white-space: nowrap;}
.footer_options .detail em {float: left; width: 18px; height: 13px; overflow: hidden; text-align: center;}

.footer_yunquna {height: 200px; font-size: 12px; background: #278ed1; font-family: Microsoft YaHei; color: #fff;}
.footer_yunquna a,
.footer_yunquna a:hover {color: #fff;}
.footer_yunquna .wrap {overflow: hidden; *position: relative;}
.footer_yunquna .tabs {float: left; position: relative; left: 50%; margin-top: 25px;}
.footer_yunquna .tabs ul {float: left; position: relative; left: -50%;}
.footer_yunquna .tabs li {float: left; line-height: 17px;}
.footer_yunquna .tabs a {float: left; font-size: 14px;}
.footer_yunquna .tabs em {float: left; width: 20px; height: 15px; *line-height: 15px; text-align: center;}
.footer_yunquna .service {float: left; clear: both; position: relative; left: 50%; margin-top: 37px;}
.footer_yunquna .service ul {float: left; position: relative; left: -50%;}
.footer_yunquna .service li {float: left;}
.footer_yunquna .weibo {width: 318px; margin-top: 18px;}
.footer_yunquna .weibo .icon {display: block; width: 158px; height: 36px; text-indent: -99em; overflow: hidden; background: url(http://srfiles.yunquna.com/images/global/weibo2.png) no-repeat 0 0;}
.footer_yunquna .weibo .link {display: inline-block; line-height: 17px; font-size: 14px; margin-top: 6px;}
.footer_yunquna .wechat {width: 390px;}
.footer_yunquna .wechat .saoMa {float: left; width: 90px; height: 90px;}
.footer_yunquna .wechat .info {float: left; width: 280px; margin-left: 15px; display: inline;}
.footer_yunquna .wechat .info em {display: block; width: 35px; height: 30px; text-indent: -99em; overflow: hidden; margin-top: 5px; background: url(http://srfiles.yunquna.com/images/global/icons2.png) no-repeat 0 -631px;}
.footer_yunquna .wechat .info p {line-height: 18px;}
.footer_yunquna .telephone {width: 205px;}
.footer_yunquna .telephone p {height: 18px; line-height: 17px; font-size: 14px; margin-top: 23px; padding-left: 23px; background: url(http://srfiles.yunquna.com/images/global/icons2.png) no-repeat 0 -671px;}
.footer_yunquna .telephone h2 {height: 30px; line-height: 29px; font-size: 28px; font-weight: normal; margin-top: 4px;}

.footer_copyright {line-height: 19px; padding: 12px 0; font-size: 12px; color: #309ace; background: #fff; text-align: center; font-family: Microsoft YaHei;}
.footer_copyright a,
.footer_copyright a:hover {color: #309ace;}

/* common styles */
/* radio checkbox styles */
.chk,
.radio {height: 15px; line-height: 15px;}
.chk input,
.radio input {height: 13px; width: 13px; vertical-align: -2px; *vertical-align: 1px; _vertical-align: 2px; margin-right: 5px;}

/* ï¿½ï¿½ï¿½Ú¼ï¿½ï¿½ï¿½--loading */
.adminLoading {height: 30px; padding: 50px 0; text-align: center; display: none;}
.adminLoading span {height: 30px; line-height: 30px; padding-left: 35px; background: url(http://srfiles.yunquna.com/images/global/loading.gif) no-repeat left center; display: inline-block;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ä£ï¿½ï¿½ */
.slide-model {width: 100px; border: 1px solid #d5dae0; position: absolute; right: 0; top: 19px; background: #f9f9fb; display: none;}
.slide-model a {height: 27px; display: block; color: #666; padding-left: 10px;}
.slide-model a:hover {background: #e4e9f0; color: #333; text-decoration: none;}
.slide-model .text {float: left; height: 27px; line-height: 27px; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½--dropDwon */
.dropDownWrap {position: relative; z-index: 10; float: left;}
.dropDownShow {float: left; height: 24px; padding-right: 23px; background: url(http://srfiles.yunquna.com/images/formSelect.png) no-repeat right top; cursor: pointer;}
.dropDownShow .word {float: left; width: 82px; height: 21px; line-height: 21px; padding: 1px 5px 0; background: #fff; border: 1px solid #bdc1c7; border-right: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.dropDownSlide {width: 123px; left: 0; right: auto; top: 25px;}
.dropDownSlide a {padding-left: 5px;}
.dropDown60 .dropDownShow .word {width: 31px; padding-right: 0;}
.dropDown60 .dropDownSlide {width: 58px;}
.dropDown70 .dropDownShow .word {width: 36px;}
.dropDown70 .dropDownSlide {width: 68px;}
.dropDown80 .dropDownShow .word {width: 46px;}
.dropDown80 .dropDownSlide {width: 78px;}
.dropDown85 .dropDownShow .word {width: 51px;}
.dropDown85 .dropDownSlide {width: 83px;}
.dropDown110 .dropDownShow .word {width: 76px;}
.dropDown110 .dropDownSlide {width: 108px;}
.dropDown140 .dropDownShow .word {width: 106px;}
.dropDown140 .dropDownSlide {width: 138px;}
.dropDown160 .dropDownShow .word {width: 126px;}
.dropDown160 .dropDownSlide {width: 158px;}

.dropDownBig .dropDownShow {float: left; height: 40px; padding-right: 39px; background: url(http://srfiles.yunquna.com/images/formSelect.png) no-repeat right -34px; cursor: pointer;}
.dropDownBig .dropDownShow .word {float: left; width: 59px; height: 21px; line-height: 21px; padding: 8px 5px 7px; background: #fff; border: 2px solid #568cce; border-right: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.dropDownBig .dropDownSlide {top: 41px;}

/* text-overflow */
.text-overflow {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

/* white-space */
.white-space {white-space: nowrap;}

/* word-break */
.word-break {word-wrap: break-word; word-break: break-all;}

/* noDataDiv */
.noDataDiv,
.noDataDiv_active {margin: 30px 0;}
.noDataDiv .icon,
.noDataDiv_active .icon {float: left; width: 60px; height: 38px; margin: 0 15px; background: url(http://srfiles.yunquna.com/images/global/noDataIcon.png) no-repeat left center;}
.noDataDiv .info {float: left; line-height: 19px; margin-top: 9px; font-family: Microsoft YaHei; font-size: 14px;}
.noDataDiv_active .info {float: left; line-height: 19px; font-family: Microsoft YaHei; font-size: 14px;}

/* È«ï¿½ï¿½ button--Ä¬ï¿½Ï¡ï¿½Ð¡ï¿½ï¿½ï¿½Ð¡ï¿½ï¿½ï¿½ */
.btnDefault,
.btnSmall {float: left; min-width: 48px; _width: 48px; height: 28px; line-height: 28px; padding: 0 20px; background: #3398da; color: #fff; text-align: center; white-space: nowrap;}
.btnDefault:hover,
.btnSmall:hover,
.btnMiddle:hover,
.btnBig:hover {background: #1e9ff3; color: #fff; text-decoration: none;}
.btnGray,
.btnSmallGray {float: left; min-width: 48px; _width: 48px; height: 28px; line-height: 28px; padding: 0 20px; background: #d5dae0; color: #666; text-align: center; white-space: nowrap;}
.btnGray:hover,
.btnSmallGray:hover {background: #dee3e9; color: #666; text-decoration: none;}
.btnForbid {float: left; min-width: 48px; _width: 48px; height: 28px; line-height: 28px; padding: 0 20px; background: #e7e7e7; color: #666; text-align: center; white-space: nowrap; cursor: default;}

.btnSmall,
.btnSmallGray {height: 24px; line-height: 24px;}
.btnMiddle {float: left; width: 170px; height: 38px; line-height: 38px; text-align: center; color: #fff; background: #3398da; font-family: Microsoft YaHei; font-size: 18px;}
.btnBig {float: left; width: 370px; height: 55px; line-height: 55px; text-align: center; color: #fff; background: #3398da; font-family: Microsoft YaHei; font-size: 18px; font-weight: 700;}
.btnMiddleOrange {float: left; width: 170px; height: 38px; line-height: 38px; text-align: center; color: #fff; background: #ff840c; font-family: Microsoft YaHei; font-size: 18px;}
.btnMiddleOrange:hover {background: #ff9b3a; color: #fff; text-decoration: none;}
.btnMiddleGray {float: left; width: 168px; height: 36px; line-height: 36px; text-align: center; color: #666; border: 1px solid #c0c0c0; background: #f5f5f5; font-family: Microsoft YaHei; font-size: 18px;}
.btnMiddleGray:hover {background: #e5e3e3; color: #666; text-decoration: none;}
.btnLarge {float: left; width: 288px; height: 48px; line-height: 48px; font-family: Microsoft YaHei; font-size: 18px; text-align: center; color: #fff; border: 1px solid #1e71a7; background: #278ed1;}
.btnLarge:hover {background: #1e9ff3; color: #fff; text-decoration: none;}
.btnMid {float: left; width: 98px; height: 30px; line-height: 30px; font-family: Microsoft YaHei; font-size: 16px; text-align: center; color: #fff; border: 1px solid #1e71a7; background: #278ed1;}
.btnMid:hover {background: #1e9ff3; color: #fff; text-decoration: none;}
.btnMid150 {float: left; width: 148px; height: 43px; line-height: 43px; font-family: Microsoft YaHei; font-size: 16px; text-align: center; color: #fff; border: 1px solid #1e71a7; background: #278ed1;}
.btnMid150:hover {background: #1e9ff3; color: #fff; text-decoration: none;}

.btnSM {float: left; min-width: 46px; _width: 46px; height: 24px; line-height: 24px; padding: 0 12px; text-align: center; white-space: nowrap; color: #fff; background: #278ed1;}
.btnSM:hover {color: #fff; background: #1e9ff3; text-decoration: none;}
.btnSMGray {float: left; min-width: 46px; _width: 46px; height: 24px; line-height: 24px; padding: 0 12px; text-align: center; white-space: nowrap; color: #fff; background: #d5dae0;}
.btnSMGray:hover {color: #fff; background: #e7e7e7; text-decoration: none;}
.btnSMForbid {float: left; min-width: 46px; _width: 46px; height: 24px; line-height: 24px; padding: 0 12px; text-align: center; white-space: nowrap; color: #fff; background: #ccc;}

/* ï¿½á½»ï¿½ï¿½Å¥ï¿½ï¿½ï¿½ï¿½--loading */
.btnCoverModel {float: left; position: relative;}
.btnCoverModel .btnCover {width: 67px; height: 23px; position: absolute; right: 0; bottom: 0; _bottom: -1px; display: none;}
.btnCoverModel .btnCover .shadow {width: 100%; height: 100%; background-color: #fff; opacity: 0.8; filter: alpha(opacity=80); position: relative; left: 0; top: 0;}
.btnCoverModel .btnCover .loading {width: 100%; height: 100%; background: url(http://srfiles.yunquna.com/images/global/loading2.gif) no-repeat 20px center; position: absolute; left: 0; top: 0;}

/* ï¿½ï¿½ï¿½Ø¶ï¿½ï¿½ï¿½ */
.backToTop {
	width: 42px; height: 42px; display: none; position: fixed; bottom: 20px; top: auto; right: 0; z-index: 1200; text-align: center; cursor: pointer;
	background: url(http://srfiles.yunquna.com/images/global/icons-big.png) no-repeat 0 0; outline: none; text-indent: -99em; overflow: hidden;
}
*html .backToTop {position: absolute; bottom: auto; top: expression(eval(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight - 20))}
.backToTop:hover {background-position: -52px 0;}

/* Ò³ï¿½ï¿½ï¿½Ò²ï¿½400ï¿½ç»°ï¿½ï¿½ï¿½ï¿½ï¿½ß¿Í·ï¿½ */
.pageSideIcons {
	width: 42px; height: 42px; overflow: hidden; position: fixed; _position: absolute; right: 0; top: 50%; z-index: 1200; margin-top: 10px; background: #fff;
	_top: expression(eval(document.documentElement.clientHeight / 2 + document.documentElement.scrollTop));
}
.pageSideIcons i {width: 42px; height: 42px; text-indent: -99em; overflow: hidden; display: block; background: url(http://srfiles.yunquna.com/images/global/icons-big.png) no-repeat;}
.PSI_telephone i {background-position: 0 -52px;}
.PSI_telephone i.over {background-position: -52px -52px;}
.PSI_service {margin-top: 60px;}
.PSI_service i {background-position: 0 -104px;}
.PSI_service i.over {background-position: -52px -104px;}
.pageSideIcons h2 {width: 108px; height: 40px; line-height: 40px; text-align: center; font-family: Microsoft YaHei; font-size: 14px; font-weight: normal; border: 1px solid #ddd; border-left: 0; position: absolute; left: 42px; top: 0;}
.PSI_service h2 {cursor: pointer;}

/* Ò³ï¿½ï¿½ï¿½ï¿½ï¿½Ö²ï¿½ styles */
.pageMask {position: fixed; _position: absolute; left: 0; top: 0; z-index: 1900; background: #333; opacity: 0.1; filter: alpha(opacity = 10);}
.pageMask iframe {position: absolute; left: 0; top: 0; z-index: 1899; opacity: 0; filter: alpha(opacity = 0);}
.pageMask .mask {position: absolute; left: 0; top: 0; z-index: 1901;}

/* dialogï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ styles */
.adminDialog {
	width: 500px; height: 196px; padding: 8px; position: fixed; _position: absolute; left: 50%; margin-left: -260px; top: 50%; margin-top: -120px; z-index: 2000;
	background: url(http://srfiles.yunquna.com/images/dialog/dialog-bg.png) no-repeat 0 0; display: none;
	_background: url(http://srfiles.yunquna.com/images/dialog/dialog-bg-ie6.png) no-repeat 0 0;
	_top: expression(eval(document.documentElement.clientHeight / 2 + document.documentElement.scrollTop));
}
.adminDialog .title {height: 30px; background-color: #3398da;}
.adminDialog .title h3 {height: 17px; line-height: 17px; padding: 6px 0 0 10px; float: left; color: #fff;}
.adminDialog .title .close {width: 17px; height: 17px; float: right; margin: 6px 6px 0 0; background: url(http://srfiles.yunquna.com/images/global/icons.png) no-repeat 4px -372px; cursor: pointer;}
.adminDialog .title .close:hover {background-position: 4px -390px;}
.adminDialog .contentBox {height: 130px;}
.adminDialog .btnBox {height: 29px; padding: 6px 10px 0; border-top: 1px solid #d5dae0; background-color: #f9f9fb;}
.adminDialog .determine {float: right;}
.adminDialog .cancel {float: right; margin-left: 15px;}
.adminDialog .ok {float: right;}
.adminDialog .msg {padding: 40px 0 0;}
.adminDialog .msg .icon {width: 51px; height: 48px; float: left; margin-left: 30px; background: url(http://srfiles.yunquna.com/images/dialog/alert_icon.png) no-repeat 0 0;}
.adminDialog .msg .text {width: 390px; float: left; line-height: 19px; margin: 3px 0 0 13px; font-family: 'ï¿½ï¿½ï¿½ï¿½'; word-wrap: break-word;}
.adminDialog .btnDefault,
.adminDialog .btnGray {height: 23px; line-height: 23px; padding: 0 15px;}
.adminDialog .btnForbid {height: 21px; line-height: 21px; padding: 0 14px;}

.pageDialog,
.pageDialogDiv {position: fixed; _position: absolute; left: 50%; top: 50%; z-index: 1990; _top: expression(eval(document.documentElement.clientHeight / 2 + document.documentElement.scrollTop)); display: none;}
.pageDialog .top,
.pageDialogDiv .top {height: 8px;}
.pageDialog .topLeft,
.pageDialogDiv .topLeft {
	height: 8px; width: 8px; float: left; _margin-right: -8px; background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-top.png) no-repeat left bottom;
	_background-image: url(http://srfiles.yunquna.com/images/dialog/pageDialog-top-ie6.png);
}
.pageDialog .topRight,
.pageDialogDiv .topRight {
	height: 8px; width: 8px; float: right; _margin-left: -8px; background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-top.png) no-repeat right bottom;
	_background-image: url(http://srfiles.yunquna.com/images/dialog/pageDialog-top-ie6.png);
}
.pageDialog .topCenter,
.pageDialogDiv .topCenter {
	height: 8px; margin: 0 8px; background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bg-repeat.png) repeat-x left bottom;
	_background-image: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bg-repeat-ie6.png);
}
.pageDialog .middle,
.pageDialogDiv .middle,
.pageDialogDiv .midd {padding: 0 8px; background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bg-repeat.png) repeat 0 0; _background-image: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bg-repeat-ie6.png);}
.pageDialog .middleInner,
.pageDialogDiv .middleInner {background: #fff;}
.pageDialog .bottom,
.pageDialogDiv .bottom {height: 8px;}
.pageDialog .bottomLeft,
.pageDialogDiv .bottomLeft {
	height: 8px; width: 8px; float: left; _margin-right: -8px; background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bottom.png) no-repeat left top;
	_background-image: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bottom-ie6.png);
}
.pageDialog .bottomRight,
.pageDialogDiv .bottomRight {
	height: 8px; width: 8px; float: right; _margin-left: -8px; background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bottom.png) no-repeat right top;
	_background-image: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bottom-ie6.png);
}
.pageDialog .bottomCenter,
.pageDialogDiv .bottomCenter {
	height: 8px; margin: 0 8px; background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bg-repeat.png) repeat-x left top;
	_background-image: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bg-repeat-ie6.png);
}
.pageDialog .title,
.pageDialogDiv .title {height: 30px; background-color: #3398da;}
.pageDialog .title h3,
.pageDialogDiv .title h3 {height: 17px; line-height: 17px; padding: 6px 0 0 10px; float: left; color: #fff;}
.pageDialog .title .close,
.pageDialog .title .closeNoMask,
.pageDialogDiv .title .close {width: 17px; height: 17px; float: right; margin: 6px 6px 0 0; background: url(http://srfiles.yunquna.com/images/global/icons.png) no-repeat 4px -372px; cursor: pointer;}
.pageDialog .title .close:hover,
.pageDialog .title .closeNoMask:hover,
.pageDialogDiv .title .close:hover {background-position: 4px -390px;}
.pageDialog iframe {display: block;}

/* ï¿½É¹ï¿½ï¿½ï¿½Ê§ï¿½ï¿½ï¿½ï¿½Ê¾ï¿½ï¿½ */
.prompt-success,
.prompt-failure,
.prompt-success-long,
.prompt-failure-long,
.prompt-failure-buy,
.prompt-failure-longDH {
	width: 190px; height: 22px; padding: 22px 13px; font-size: 14px; color: #333; text-align: center; background: url(http://srfiles.yunquna.com/images/dialog/prompt-success.png) no-repeat 0 0;
	position: fixed; _position: absolute; z-index: 2000; left: 50%; top: 50%; margin-left: -108px; margin-top: -33px;
	_top: expression(eval(document.documentElement.clientHeight / 2 + document.documentElement.scrollTop));
	_background-image: url(http://srfiles.yunquna.com/images/dialog/prompt-success-ie6.png);
}
.prompt-failure {width: 270px; background-image: url(http://srfiles.yunquna.com/images/dialog/prompt-failure.png); margin-left: -148px;}
.prompt-success-long {width: 390px; background-image: url(http://srfiles.yunquna.com/images/dialog/prompt-success-long.png); margin-left: -208px;}
.prompt-failure-long {width: 490px; background-image: url(http://srfiles.yunquna.com/images/dialog/prompt-failure-long.png); margin-left: -258px;}
.prompt-failure-buy {width: 390px; height: 47px; background-image: url(http://srfiles.yunquna.com/images/dialog/prompt-failure-buy.png); margin-left: -208px;}
.prompt-failure-longDH {width: 490px; height: 47px; background-image: url(http://srfiles.yunquna.com/images/dialog/prompt-failure-longDH.png); margin-left: -208px;}

.prompt-failure span,
.prompt-failure-long span,
.prompt-failure-buy span,
.prompt-failure-longDH span {padding-left: 25px;}
.prompt-failure .close,
.prompt-failure-long .close,
.prompt-failure-buy .close,
.prompt-failure-longDH .close {float: right; width: 17px; height: 17px; margin: 3px 6px 0 0; background: url(http://srfiles.yunquna.com/images/global/icons.png) no-repeat -12px -372px; cursor: pointer;}
.prompt-failure .close:hover,
.prompt-failure-long .close:hover,
.prompt-failure-buy .close:hover,
.prompt-failure-longDH .close:hover {background-position: -12px -390px;}
.prompt-failure-buy .buyDiv {clear: both; margin-top: 9px; font-size: 12px;}

.textareaMD textarea:hover,.textareaMD textarea:focus,.inputArea:focus,.inputArea:hover,.textareaMD:hover,.textareaMD:focus{box-shadow: none!important;}
.inputBox input:focus,.inputBox input:hover,.inputWrap input:hover,.inputWrap input:focus,.inputMD input:hover,.inputMD input:focus{box-shadow: none!important;border: none!important;}
.tip-icon{display: inline-block;vertical-align: middle;width: 18px;height: 18px;background: url(http://srfiles.yunquna.com/images/v3.0/icon-tip.png) no-repeat;cursor: pointer;}
.inputMD input.input{ padding: 0!important; }
.inputMD .error {
    color: #333 !important;
}

@charset "utf-8";
/*
 * page.css
 * author: Jack
 * time: 2014-12-24
*/

/*******************************************************************/
/* ï¿½ï¿½ï¿½ï¿½Ä£ï¿½ï¿½css */
/*******************************************************************/

/* ï¿½ï¿½Ò³pagination */
.paginationSelect {border: 1px solid #BBBBBB;}
.PagerDiv {float: right;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ê½ */
.prRed {color: #b00;}
.qq-upload-button,
.qq-upload-button input {*filter: alpha(opacity=0); *backgrund: transparent; *border: 0 none; *outline: none;}
.ui-autocomplete {max-width: 500px;}

/*******************************************************************/
/* ï¿½ï¿½ï¿½ï¿½Ä£ï¿½ï¿½css */
/*******************************************************************/

/* index */
.bannerWrap {width: 100%; height: 330px; position: relative;}
.bannerSlide {width: 100%; height: 330px; overflow: hidden; position: relative;}
.bannerSlideImg {width: 100%; height: 330px; background: #f0f0db; position: relative; overflow: hidden;}
.bannerSlideImg div {width: 2000px; height: 330px; position: absolute; left: 50%; margin-left: -1000px; top: 0; z-index: 2;}
.bannerSlideImg div.visible {z-index: 3;}
.bannerSlideImg div a {width: 100%; height: 100%; display: block; text-align: center;}
.bannerSlideImg div a img {height: 100%;}
.bannerSlideTab {height: 9px; position: absolute; left: 50%; bottom: 14px; margin-left: -23px; z-index: 10;}
.bannerSlideTab li {float: left; width: 9px; height: 9px; overflow: hidden; margin-left: 6px; display: inline; cursor: pointer; background: url(http://srfiles.yunquna.com/images/index/point-default.png) no-repeat 0 0;}
.bannerSlideTab li.current {background: url(http://srfiles.yunquna.com/images/index/point-current.png) no-repeat 0 0;}

.indexPlatformInfo {width: 231px; height: 328px; border: 1px solid #dae4e8; background: #fff; position: absolute; left: 50%; margin-left: 367px; top: 0; z-index: 20;}
.indexPlatformInfo .dateBox {float: left; width: 80px; height: 83px; border-right: 1px solid #dae4e8; border-bottom: 1px solid #dae4e8; text-align: center;}
.indexPlatformInfo .dateBox .month {height: 19px; line-height: 19px; color: #65717f; margin-top: 13px; font-family: Microsoft YaHei; font-size: 16px;}
.indexPlatformInfo .dateBox .date {height: 39px; line-height: 39px; color: #082a4b; font-family: Microsoft YaHei; font-size: 40px; font-weight: normal;}
.indexPlatformInfo .exchangeRate {float: left; width: 150px; height: 83px; border-bottom: 1px solid #dae4e8; text-align: center;}
.indexPlatformInfo .exchangeRate .text {height: 21px; line-height: 21px; color: #c1974f; margin-top: 16px; font-family: Microsoft YaHei; font-size: 14px;}
.indexPlatformInfo .exchangeRate .number {height: 29px; line-height: 29px; color: #082a4b; font-family: Microsoft YaHei; font-size: 30px;}
.indexPlatformInfo .businessNum {float: left; width: 213px; padding: 6px 0 6px 18px; border-bottom: 1px dashed #d2d5d9; font-family: Microsoft YaHei;}
.indexPlatformInfo .businessNum li {float: left; width: 110px; height: 25px; line-height: 25px;}
.indexPlatformInfo .businessNum li.new {width: 103px;}
.indexPlatformInfo .businessNum li em {font-weight: 700; color: #137bdf;}
.indexPlatformInfo .platformFunction {float: left; width: 213px; padding: 9px 0 9px 18px;}
.indexPlatformInfo .platformFunction li {float: left; padding: 9px 0 8px;}
.indexPlatformInfo .platformFunction li a {text-decoration: none;}
.indexPlatformInfo .platformFunction dl {float: left; font-family: Microsoft YaHei;}
.indexPlatformInfo .platformFunction dt {float: left; width: 30px; height: 30px; margin-right: 7px; background: url(http://srfiles.yunquna.com/images/index/icons2.png) no-repeat;}
.indexPlatformInfo .platformFunction dd {float: left; width: 170px; line-height: 15px; color: #666;}
.indexPlatformInfo .platformFunction dd.tit {font-size: 14px; font-weight: 700; line-height: 17px; margin-top: -1px;}
.indexPlatformInfo .platformFunction .credit dt {background-position: 0 0;}
.indexPlatformInfo .platformFunction .credit .tit {color: #c0821d;}
.indexPlatformInfo .platformFunction .position dt {background-position: 0 -47px;}
.indexPlatformInfo .platformFunction .position .tit {color: #00797c;}
.indexPlatformInfo .platformFunction .brand dt {background-position: 0 -94px;}
.indexPlatformInfo .platformFunction .brand .tit {color: #aa217b;}
.indexPlatformInfo .introduction em {font-family: 'ï¿½ï¿½ï¿½ï¿½'; font-weight: 700;}
.indexPlatformInfo .introduction:hover {color: #082a4b;}

.indexSlideLRWrap {background: #f7f7f7; padding: 17px 0;}
.indexSlideLRWrap .title {float: left; width: 123px; height: 36px; background: url(http://srfiles.yunquna.com/images/v1.6/icons2.png) no-repeat 0 -152px; overflow: hidden; text-indent: -99em;}
.indexSlideLR {float: left; width: 1200px; height: 90px; margin-top: 15px; position: relative;}
.indexSlideLR .leftBtn,
.indexSlideLR .rightBtn {width: 25px; height: 33px; background: url(http://srfiles.yunquna.com/images/index/indexSlideLR.png) no-repeat;}
.indexSlideLR .leftBtn {background-position: 5px 5px; position: absolute; left: -35px; top: 28px;}
.indexSlideLR .leftBtn:hover {background-position: -25px 5px;}
.indexSlideLR .rightBtn {background-position: 5px -38px; position: absolute; right: -35px; top: 28px;}
.indexSlideLR .rightBtn:hover {background-position: -25px -38px;}
.indexSlideLR .imgBox {width: 1200px; height: 90px; overflow: hidden;}
.indexSlideLR .imgBox ul {float: left; width: 19900px;}
.indexSlideLR .imgBox li {float: left; width: 180px; height: 80px; border: 5px solid #eee; margin-right: 12px;}
.indexSlideLR .imgBox a,
.indexSlideLR .imgBox img {float: left; width: 180px; height: 80px; outline: none;}
.indexMain {float: left; width: 935px;}
.hangHuoListWrap {float: left; width: 100%; padding-bottom: 35px;}
.hangHuoListWrap .tabsBox {float: left; width: 100%;}
.hangHuoListWrap .tabsBox .hotHang,
.hangHuoListWrap .tabsBox .newHuo {float: left; width: 135px; height: 40px; background: url(http://srfiles.yunquna.com/images/index/tabLink.png) no-repeat 0 0; overflow: hidden; text-indent: -99em;}
.hangHuoListWrap .tabsBox .newHuo {background-position: 0 -85px;}
.hangHuoListWrap .tabsBox .releasePrice {float: left; width: 135px; height: 35px; margin-left: 10px; background: url(http://srfiles.yunquna.com/images/index/tabLink.png) no-repeat 0 -45px; overflow: hidden; text-indent: -99em;}
.hangHuoListWrap .tabsBox .more {float: right; font-family: 'ï¿½ï¿½ï¿½ï¿½'; color: #082a4b; line-height: 15px; margin-top: 20px;}
.hangHuoListWrap .tipBox {float: left; width: 100%; height: 33px; margin: 7px 0 5px; background: #f1f1f1;}
.hangHuoListWrap .tipBox span {float: left; height: 33px; line-height: 33px; color: #8b9cb0; padding-left: 10px;}
.hangHuoList {float: left; width: 100%; margin-top: 1px;}
.hangHuoList li {float: left; width: 100%; padding: 6px 0;}
.hangHuoList .titleBox {float: left; width: 100%; height: 42px; line-height: 42px; margin-bottom: 1px; background: #f1f1f1; font-family: Microsoft YaHei;}
.hangHuoList .titleBox a {float: left;}
.hangHuoList .titleBox a:hover {text-decoration: none;}
.hangHuoList .titleBox .from,
.hangHuoList .titleBox .to {float: left; margin-left: 10px; display: inline; font-size: 16px; color: #0b83f6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer;}
.hangHuoList .titleBox .icon {float: left; width: 42px; height: 20px; margin: 9px 0 0 10px; display: inline; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -388px; cursor: pointer;}
.hangHuoList .titleBox .carrier {float: left; width: 230px; margin-left: 20px; color: #65717f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.hangHuoDetail {float: left; width: 100%; background: #f1f1f1; padding: 12px 0 22px; font-family: Microsoft YaHei;}
.hangHuoDetail dt {float: left; width: 250px; margin: 0 20px 0 10px; display: inline;}
.hangHuoDetail dt p {width: 100%; line-height: 17px;}
.hangHuoDetail dd {float: left; width: 145px; padding: 0 10px;}
.hangHuoDetail .schedule {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.hangHuoDetail .detailLink {width: auto; padding: 0; margin: 7px 0 0 30px;}
.hangHuoDetail .detailLink a {float: left; width: 72px; height: 28px; background: url(http://srfiles.yunquna.com/images/index/tabLink.png) no-repeat 0 -170px; text-indent: -99em; overflow: hidden;}
.hangHuoDetail .type,
.hangHuoDetail .price {display: block; height: 17px; line-height: 17px; text-align: center; font-size: 16px; font-weight: 700; color: #65717f;}
.hangHuoDetail .price {color: #ff840c; white-space: nowrap; margin-top: 3px;}
.hangHuoDetail .huoTit {font-size: 16px; color: #0b83f6; text-align: center; line-height: 31px;}
.hangHuoDetail .huoCont {font-size: 14px; color: #0b83f6; height: 42px; line-height: 21px; overflow: hidden; margin: 3px 0; word-wrap: break-word;}
.hangHuoDetail .ddHuo {width: 465px; line-height: 19px; padding: 0; margin-top: 36px; font-size: 16px; font-weight: 700; color: #ff840c;}
.hangHuoDetail .ddHuo .cell {float: left; width: 160px; text-align: center;}
.hangHuoDetail .ddHuo .cell span {float: left; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.hangHuoDetail .ddHuo .typeHuo {width: 95px;}
.hangHuoDetail .ddHuo .arrow {float: left; width: 42px; height: 20px; margin: 0 3px; overflow: hidden; text-indent: -99em; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -492px;}
.hangHuoDetail_huo {padding: 0;}
.hangHuoDetail_huo dt {padding: 12px 25px 22px 25px; margin: 0 10px 0 0; border-right: 1px solid #fff;}
.hangHuoDetail_huo .ddHuo {padding: 12px 0 22px;}
.hangHuoDetail_huo .detailLink {margin-top: 39px; padding: 12px 0 22px;}

.indexSide {float: right; width: 235px; min-height: 300px; margin-top: 30px;}
.indexSideBox {float: left; width: 100%; margin-top: 20px;}
.indexSideTitle {height: 25px; padding-bottom: 2px; border-bottom: 2px solid #082a4b;}
.indexSideTitle .title {float: left; line-height: 25px; font-family: Microsoft YaHei; font-size: 16px; color: #082a4b; padding-left: 30px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat;}
.indexSideTitle .titIntro {background-position: 0 -277px;}
.indexSideTitle .titNews {background-position: 0 -304px;}
.indexSideTitle .titPrice {background-position: 0 -331px;}
.indexSideTitle .titRecord {background-position: 0 -357px;}
.indexSideTitle .more {float: right; line-height: 25px; font-family: 'ï¿½ï¿½ï¿½ï¿½'; color: #082a4b;}
.indexSideNews {margin-top: 5px;}
.indexSideNews li {float: left; width: 100%; height: 17px; line-height: 17px; margin-top: 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.indexSideNews li a,
.indexSideNews li a:hover {line-height: 17px; color: #464646;}
.indexSideRecord {position: relative;}
.indexSideRecord li {float: left; width: 100%; line-height: 17px; padding: 5px 0 9px; word-wrap: break-word;}
.indexSideRecord li em {color: #0b83f6; font-weight: 700;}
.indexSideRecord li a {font-weight: 700; text-decoration: underline;}
.ISSlidePrice,
.ISSlideRecord {height: 480px; overflow: hidden; margin-top: 10px; position: relative;}
.ISSlideRecord {height: 480px;}

/* ï¿½ï¿½Ò³--ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½é¡¢ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.indexPtTit {width: 1200px; margin: -45px auto 0;}
.indexPtTit h3 {float: left; width: 135px; height: 40px; background: url(http://srfiles.yunquna.com/images/index/tabLink.png) no-repeat 0 -208px; overflow: hidden; text-indent: -99em;}
.indexPartner {background: #f7f7f7; padding: 17px 0; margin-top: 1px;}
.indexPartner .title {float: left; width: 123px; height: 36px; background: url(http://srfiles.yunquna.com/images/v1.6/icons2.png) no-repeat 0 -564px; overflow: hidden; text-indent: -99em;}
.indexPartner .indexSlideLR {margin-top: 19px; height: 120px;}
.indexPartner .indexSlideLR .leftBtn,
.indexPartner .indexSlideLR .rightBtn {top: 43px;}
.indexPartner .indexSlideLR .imgBox {height: 120px;}
.indexPartner .indexSlideLR .imgBox li {float: left; width: 175px; height: 114px; border: 3px solid #bfbfbf; margin: 0 29px 0 30px; display: inline; overflow: hidden;}
.indexPartner .indexSlideLR .imgBox a,
.indexPartner .indexSlideLR .imgBox img {display: block; width: 175px; height: 114px;}
.indexLinks {background: #f7f7f7; padding: 17px 0 37px; margin-top: 1px;}
.indexLinks .title {float: left; width: 123px; height: 36px; background: url(http://srfiles.yunquna.com/images/v1.6/icons2.png) no-repeat -133px -564px; overflow: hidden; text-indent: -99em;}
.indexLinks .links {float: left; width: 100%; margin-top: 13px;}
.indexLinks .links li {float: left; margin: 5px 25px 0 0;}
.indexLinks .links li a {float: left; line-height: 17px; white-space: nowrap; color: #666;}
.indexLinks .links li a:hover {color: #0b83f6;}

/* ×¢ï¿½á¡¢ï¿½ï¿½Â¼ */
.loginOutBody {background: #f1f1f1;}
.loginOutWrap {padding: 80px 0 100px;}
.loginOutBox {width: 1120px; min-height: 300px; _height: 300px; padding: 40px; margin: 0 auto; background: #fff;}
.loginOut_form {float: left; width: 710px;}
.loginOut_form li {float: left; width: 100%; padding: 7px 0;}
.loginOut_form .registerTitle {height: 45px; line-height: 45px; font-family: Microsoft YaHei; font-size: 18px; color: #3398da; margin-left: 80px; display: inline;}
.loginOut_form .inputTit {float: left; height: 45px; line-height: 45px; width: 70px; margin-right: 10px; text-align: right;}
.loginOut_form .inputTit em {font-family: 'ï¿½ï¿½ï¿½ï¿½'; color: red; margin-right: 3px;}
.loginOut_form .inputMD,
.loginOut_form .textareaMD {float: left; width: 368px; height: 43px; border: 1px solid #bfbfbf;}
.loginOut_form .inputMD input,
.loginOut_form .textareaMD textarea {float: left; width: 348px; height: 33px; line-height: 33px; border: 0 none; outline: none; margin: 5px 0 0 10px; font-family: Microsoft YaHei; font-size: 16px;}
.loginOut_form .textareaMD textarea {line-height: 21px;}
.loginOut_form .yanLi .tit {float: left; line-height: 45px; margin: 0 11px 0 91px;}
.loginOut_form .yanLi .yanInput {width: 110px;}
.loginOut_form .yanLi .yanInput input {width: 90px;}
.loginOut_form .userLi .tit {float: left; line-height: 45px; margin: 0 25px 0 91px;}
.loginOut_form .userLi .radio {float: left; margin: 15px 28px 0 0;}
.loginOut_form .selectAgreement {float: left; margin: 20px 0 0 91px; font-family: Microsoft YaHei;}
.loginOut_btn {float: left; width: 370px; height: 55px; line-height: 55px; text-align: center; font-family: Microsoft YaHei; font-size: 18px; font-weight: 700; color: #fff; background: #3398da;}
.loginOut_btn:hover {color: #fff; text-decoration: none;}
.sendCheckCode {float: left; width: 248px; height: 45px; margin-left: 10px; display: inline;}
.sendCheckCode .send,
.sendCheckCode .resend {float: left; width: 130px; height: 45px; line-height: 45px; text-align: center; color: #fff; background: #3398da;}
.sendCheckCode .send:hover,
.sendCheckCode .resend:hover {color: #fff;}
.sendCheckCode .resend {display: none;}
.sendCheckCode .second {float: left; width: 130px; height: 45px; line-height: 45px; text-align: center; color: #bfbfbf; background: #f1f1f1; display: none;}
.checkCodePhone {float: left; clear: both; width: 65%; height: 17px; line-height: 17px; padding-left: 19px; margin: 14px 0 0 80px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -22px;}
.loginOut_register_info {float: right; width: 360px; padding: 20px 40px; padding-right: 0; border-left: 1px solid #bfbfbf; font-family: Microsoft YaHei;}
.loginOut_register_info h3 {font-size: 14px; color: #656669; line-height: 17px; padding-bottom: 8px; border-bottom: 1px dashed #97989a;}
.loginOut_register_info h4 {font-size: 14px; color: #656669; line-height: 17px; margin: 10px 0 17px;}
.loginOut_register_info p {line-height: 17px; color: #568cce; margin: 10px 0;}
.loginOut_form .errorTip {float: left; height: 17px; line-height: 17px; padding-left: 19px; color: #ff3f12; margin: 14px 0 0 10px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 2px; display: none;}
.loginOut_form .errorLi .errorTip {display: inline;}
.loginOut_form .errorLi .inputMD {border-color: #ff3f12;}
.loginOut_form .successLi .errorTip {display: inline; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -22px;}
.loginOut_form .successLi .inputMD {border-color: #bfbfbf;}
.loginOut_form .inputErrorWrap {position: relative;}
.loginOut_form .inputErrorWrap .loginError {height: 19px; line-height: 19px; padding: 0 10px; border: 1px solid #ffbdbf; color: #e6393d; background: #ffebec; position: absolute; left: -1px; top: 44px; display: none;}
.loginOut_form .errorLi .inputErrorWrap {z-index: 2;}
.loginOut_form .errorLi .loginError {display: block;}
.loginOut_form .yanArea {float: left; height: 45px; line-height: 45px; margin-left: 10px; display: inline;}

.loginOut_login {width: 1050px; min-height: 300px; _height: 300px; margin: 0 auto;}
.loginOut_login .loginImg {float: left; width: 485px; height: 323px; margin-top: 76px; background: url(http://srfiles.yunquna.com/images/loginImg.png) no-repeat 0 0;}
.loginOut_login_form {float: right; width: 450px; padding-bottom: 50px; background: #fff;}
.loginOut_login_form .loginOut_form {width: 370px; margin: 50px 0 0 40px; display: inline;}
.loginOut_login_form .loginOut_form .registerTitle {margin-left: 0;}
.loginOut_login_form .forgetLi {padding: 14px 0 0;}
.loginOut_login_form .autoLoginLi .chk {float: left; margin-top: 10px;}
.loginOut_login_form .forgetLi .box {float: right; margin-top: 10px;}
.loginOut_login_form .forgetLi .registerA {color: #bfbfbf; margin-right: 12px;}
.loginOut_login_form .forgetLi .registerA:hover {color: #bfbfbf;}
.loginOut_login_form .yanArea {float: left; height: 45px; line-height: 45px; margin-left: 10px; display: inline;}
.loginOut_login_form .registerLi {padding-top: 0;}
.loginOut_login_form .registerLi a {float: right;}

/* ×¢ï¿½ï¿½É¹ï¿½ */
.registerOk_img {float: left; width: 200px; height: 139px; margin: 105px 0 0 296px; display: inline; background: url(http://srfiles.yunquna.com/images/registerOk.png) no-repeat 0 0;}
.registerOk_info {float: left; width: 600px; margin: 125px 0 0 45px; font-family: Microsoft YaHei;}
.registerOk_info h2 {font-size: 32px; color: #568cce;}
.registerOk_info h3 {font-size: 16px; margin: 10px 0 0 25px;}
.registerOk_info h3 span {color: #568cce;}

/* ï¿½Ò»ï¿½ï¿½ï¿½ï¿½ï¿½ */
.loginOut_password_form {width: 100%; color: #666;}
.loginOut_password_form .yanArea {float: left; height: 45px; line-height: 45px; margin-left: 10px; display: inline;}
.loginOut_password_form .passwordTitle {height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 15px; color: #666; border-bottom: 1px solid #abadb3; padding-bottom: 5px; margin-bottom: 15px;}
.loginOut_password_form .sendCheckCode {width: auto;}
.loginOut_password_form .passwordSuccess {height: 28px; line-height: 28px; font-family: Microsoft YaHei; font-size: 18px; padding-left: 45px; margin: 80px 0 0 435px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -107px;}
.loginOut_password_form .sendEmailAgain {padding: 50px 0;}
.loginOut_password_form .sendEmailAgain .sendTo {float: left; height: 28px; line-height: 28px; font-family: Microsoft YaHei; font-size: 15px; color: #666; margin-left: 200px; display: inline;}
.loginOut_password_form .sendEmailAgain .btnSendTo {padding: 0 15px; font-family: Microsoft YaHei; font-size: 14px; font-weight: 700; margin-left: 20px;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.publishTopTip {height: 33px; line-height: 33px; padding: 0 18px; color: #ff3f12; background: #fff4d7; margin-top: 15px;}
.publishForm {margin-top: 8px;}
.publishForm .list {float: left; width: 100%; margin-top: 22px;}
.publishForm .inputTitle {float: left; height: 37px; line-height: 37px; width: 100px; margin-right: 15px; text-align: right;}
.publishForm .inputTitle em {font-family: 'ï¿½ï¿½ï¿½ï¿½'; color: red; margin-right: 3px;}
.publishForm .inputSpan {float: left; height: 37px; line-height: 37px;}
.publishForm .inputMD {float: left; width: 274px; height: 35px; border: 1px solid #bfbfbf; display: inline;}
.publishForm .inputMD .inputArea {float: left; width: 254px; height: 29px; line-height: 29px; border: 0 none; outline: none; margin: 3px 0 0 10px;}
.publishForm .inputMDSM {float: left; width: 88px; height: 22px; border: 1px solid #bfbfbf; margin-top: 7px; display: inline;}
.publishForm .inputMDSM .inputArea {float: left; width: 78px; height: 19px; line-height: 19px; border: 0 none; outline: none; margin: 2px 0 0 5px;}
.publishForm .inputMDSM .inputTextR {float: right; height: 19px; line-height: 19px; margin: 2px 5px 0 0;}
.publishForm .inputMDSM .inputTextL {float: left; height: 19px; line-height: 19px; margin: 2px 0 0 5px;}
.publishForm .inputMDSM .inputDate {float: right; width: 16px; height: 13px; margin: 5px 5px 0 0; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -79px;}
.publishForm .inputMDFB {float: left; width: 88px; height: 22px; line-height: 22px; padding: 0 5px; border: 1px solid #bfbfbf; margin-top: 7px; display: inline; background: #eee; color: #bfbfbf;}
.publishForm .textareaMD {float: left; width: 678px; height: 120px; border: 1px solid #bfbfbf;}
.publishForm .textareaMD textarea {float: left; width: 658px; height: 110px; line-height: 19px; border: 0 none; outline: none; margin: 5px 0 0 10px;}
.publishForm .errorTip {float: left; height: 17px; line-height: 17px; padding-left: 19px; color: #ff3f12; margin: 10px 0 0 10px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 2px;}
.publishForm .normalTip {float: left; height: 17px; line-height: 17px; padding-left: 19px; margin-top: 10px; color: red; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -22px;}
.publishForm .errorBorder {border-color: red;}
.publishForm .colorRed {float: left; height: 37px; line-height: 37px; color: red;}
.publishForm .disabledDiv,
.publishForm .disabledDiv .inputArea,
.publishForm .disabledDiv textarea {background: #f0f0f0;}
.publishForm  .notEdit {float: left; height: 19px; line-height: 19px; color: #bfbfbf; margin: 2px 0 0 5px; display: none;}
.publishForm  .notEditOut {background: #eee;}
.publishForm  .notEditOut .notEdit {display: inline;}
.publishForm  .notEditOut .inputArea,
.publishForm  .notEditOut textarea {display: none;}
.publishForm .sLine {float: left; width: 19px; height: 35px; margin: 0 15px; display: inline; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -41px;}
.publishForm .inputTitlePN {margin-top: 34px;}
.publishForm .palletNumber {float: left;}
.publishForm .PNType {padding-left: 150px; margin-bottom: -10px;}
.publishForm .PNType span {float: left; width: 49px; margin-right: 26px; color: #3398da; line-height: 17px; font-size: 14px; font-weight: 700; text-align: center;}
.publishForm .PNLine {margin-top: 14px;}
.publishForm .PNLine .radio {float: left; width: 150px; margin-top: 5px;}
.publishForm .PNLine .inputMDSM {margin-right: 26px; margin-top: 0; display: inline;}
.publishForm .PNHuo {float: left; width: 25px; height: 24px; line-height: 24px; text-align: center;}
.publishForm .palletType {float: left; margin-top: 11px;}
.publishForm .palletType .radio {float: left; margin-right: 25px;}
.publishForm .notRegisterBox,
.publishForm .yesRegisterBox {width: 795px; border-top: 1px dashed #ddd; margin-top: 33px;}
.publishForm .yanArea {float: left; height: 37px; line-height: 37px; margin-left: 15px; display: inline;}
.publishForm .nimingFabuYan {margin-bottom: -10px;}
.publishForm .nimingFabuYan .chk {float: left; margin: 15px 0 0 21px;}
.publishBtnBig {float: left; width: 370px; height: 55px; line-height: 55px; text-align: center; font-family: Microsoft YaHei; font-size: 18px; font-weight: 700; color: #fff; background: #3398da; margin-left: 21px;}
.publishBtnBig:hover {color: #fff; text-decoration: none;}

.publishForm .dropDownWrap {margin-top: 7px;}
.publishForm .yunfeiChuanqi,
.publishForm .schedulePrice {float: left; width: 490px;}
.publishForm .yunfeiBox {float: left; width: 100%;}
.publishForm .yunfeiBox .type {float: left; width: 370px; padding-left: 115px;}
.publishForm .yunfeiBox .type span {float: left; width: 94px; height: 17px; line-height: 17px; padding-bottom: 9px; margin-right: 13px; color: #3398da; font-size: 14px; font-weight: 700; text-align: center;}
.publishForm .yunfeiBox .inputMD {width: 92px; margin-right: 13px;}
.publishForm .yunfeiBox .inputArea {width: 72px;}
.publishForm .schedulePrice .box {float: left; width: 210px; overflow: hidden;}
.publishForm .schedulePrice .box ul {float: left; margin-top: -15px;}
.publishForm .schedulePrice .box li {float: left; width: 50px; height: 35px; border: 1px solid #abadb3; margin: 15px 15px 0 0;}
.publishForm .schedulePrice .box li a {display: block; line-height: 35px; text-align: center; color: #464646;}
.publishForm .schedulePrice .box li a:hover {text-decoration: none;}
.publishForm .schedulePrice .box li.budingqi {width: 117px;}
.publishForm .schedulePrice .box li.selected {border-color: #ff840c;}
.publishForm .schedulePrice .box li.selected a {background: #ff840c; color: #fff;}
.publishForm .chkRadioBox {float: left; margin-top: 11px;}
.publishForm .chkRadioBox .chk,
.publishForm .chkRadioBox .radio {float: left; margin-right: 20px;}

.estimate_standard_cabinet {float: left; height: 19px; margin: 2px 0 0 20px; position: relative;}
.estimate_standard_cabinet .txtTit {float: left; line-height: 19px; color: red; text-decoration: underline; cursor: pointer;}
.estimate_STCB_box {width: 435px; height: 316px; border: 1px solid #aeb0b6; background: #fff; position: absolute; left: 0; bottom: 19px;}
.estimate_STCB_box .STCB_close {clear: both; width: 15px; height: 15px; line-height: 15px; font-size: 14px; font-weight: 700; color: #ddd; text-align: center; position: absolute; right: 15px; top: 10px;}
.estimate_STCB_box .STCB_close:hover {color: #ddd; text-decoration: none;}
.estimate_STCB_info {float: left; width: 375px; padding: 30px;}
.estimate_STCB_info .infoLine {float: left; width: 100%; padding: 12px 0;}
.estimate_STCB_info .STCB_text {float: left; height: 24px; line-height: 24px;}
.estimate_STCB_info .STCB_input {float: left; width: 88px; height: 22px; line-height: 22px; border: 1px solid #b3b5ba; margin: 0 12px 0 15px; display: inline;}
.estimate_STCB_info .STCB_input input {float: left; width: 78px; height: 22px; line-height: 22px; margin-left: 5px; display: inline; border: 0 none; outline: none;}
.estimate_STCB_table {width: 375px; border: 1px solid #aeb0b6;}
.estimate_STCB_table th,
.estimate_STCB_table td {width: 124px; height: 36px; text-align: center; border: 1px solid #aeb0b6;}
.estimate_STCB_table th {font-size: 14px; font-weight: 700; color: #3398da;}
.estimate_STCB_info .STCB_tip {color: red; margin-top: 10px;}
.estimate_STCB_info .publishBtnBig {width: 375px; margin-left: 0;}

/* admin */
/* ï¿½ï¿½ï¿½ï¿½È¤ï¿½ï¿½ï¿½ï¿½ */
.adminSide {float: left; width: 200px;}
.adminMenu {float: left; width: 198px; border: 1px solid #ddd; background: #fff; margin-top: 15px;}
.adminMenu ul {float: left; width: 100%; margin-bottom: -1px;}
.adminMenu li {border-bottom: 1px solid #ddd;}
.adminMenu li,
.adminMenu dl,
.adminMenu dt {float: left; width: 100%;}
.adminMenu dt a {float: left; width: 100%; height: 41px;}
.adminMenu dt strong {float: left; width: 25px; height: 20px; margin: 11px 0 0 22px; background: url(http://srfiles.yunquna.com/images/v2.2/icons-side.png) no-repeat; cursor: pointer;}
.adminMenu dt .order_cent {background-position: 3px -42px;}
.adminMenu dt .buyer_cent {background-position: 0 -70px;}
.adminMenu dt .supplier_cent {background-position: 0 -96px;}
.adminMenu dt .cashCP {background-position: 0 -178px;}
.adminMenu dt .tools {background-position: 1px -206px;}
.adminMenu dt span {float: left; width: 120px; height: 21px; line-height: 21px; font-family: Microsoft YaHei; font-size: 15px; color: #666; margin-top: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer;}
.adminMenu dt em {float: left; width: 12px; height: 7px; margin: 17px 0 0 5px; background: url(http://srfiles.yunquna.com/images/v2.2/icons-side.png) no-repeat 0 -22px;}
.adminMenu dt .down {background-position: 0 0;}
.adminMenu dt .iconNew {float: left; width: 29px; height: 12px; text-indent: -99em; overflow: hidden; margin: 15px 0 0 -29px; background: url(http://srfiles.yunquna.com/images/v2.0/iconNew.png) no-repeat 0 0;}

.adminMenu dt a:hover,
.adminMenu dt .current {color: #fff; background: #1d8dd4; text-decoration: none;}
.adminMenu dt a:hover .order_cent,
.adminMenu dt .current .order_cent {background-position: 3px -282px;}
.adminMenu dt a:hover .buyer_cent,
.adminMenu dt .current .buyer_cent {background-position: 0 -310px;}
.adminMenu dt a:hover .supplier_cent,
.adminMenu dt .current .supplier_cent {background-position: 0 -337px;}
.adminMenu dt a:hover .cashCP,
.adminMenu dt .current .cashCP {background-position: 0 -416px;}
.adminMenu dt a:hover .tools,
.adminMenu dt .current .tools {background-position: 1px -445px;}
.adminMenu dt a:hover span,
.adminMenu dt .current span {color: #fff;}
.adminMenu dt a:hover em,
.adminMenu dt .current em {background-position: 0 -262px;}
.adminMenu dt a:hover .down,
.adminMenu dt .current .down {background-position: 0 -240px;}

.adminMenu dd {float: left; width: 100%; height: 31px;}
.adminMenu dd a {float: left; line-height: 31px; width: 153px; padding-left: 45px; color: #666;}
.adminMenu dd a:hover,
.adminMenu dd a.current,
.adminMenu dd a.current:hover {color: #fff; background: #1d8dd4; text-decoration: none;}

.adminSideDL {float: left; width: 100%; padding: 20px 0 5px;}
.adminSideDL .icon {float: left; width: 24px; height: 22px; background: url(http://srfiles.yunquna.com/images/icons-admin.png) no-repeat 0 -245px;}
.adminSideDL .link {float: left; height: 21px; line-height: 21px; margin-left: 20px; font-family: Microsoft YaHei; font-size: 16px; color: #464646;}
.adminSideDL .link:hover {color: #464646;}
.adminSideSecret {float: left; width: 194px; padding: 5px 0 15px; margin-top: 15px; border: 2px solid #f2f2f2; background: #f9f9f9;}
.adminSideSecret .title {float: left; width: 100%; height: 31px;}
.adminSideSecret .title h3 {float: left; height: 17px; line-height: 17px; margin: 7px 0 0 10px; display: inline; font-family: Microsoft YaHei; font-size: 14px;}
.adminSideSecret .title a {float: right; height: 17px; line-height: 17px; margin: 7px 10px 0 0;}
.adminSideSecret .list {float: left; width: 100%; margin-top: 5px;}
.adminSideSecret .list li {float: left; width: 100%; padding: 8px 0;}
.adminSideSecret .list em {float: left; width: 10px; height: 13px; margin: 4px 0 0 10px; background: url(http://srfiles.yunquna.com/images/icons-admin.png) no-repeat 0 -277px;}
.adminSideSecret .list a {float: left; width: 155px; height: 19px; line-height: 19px; margin-left: 12px; color: #464646; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.adminMain {float: right; width: 980px;}
.adminHangQuery {width: 960px; padding: 15px 10px; border: 1px solid #ddd; margin-top: 15px;}
.adminHangQuery .textTit {float: left; width: 60px; height: 24px; line-height: 24px; margin-right: 10px; text-align: right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.adminHangQuery .inputWrap {float: left; width: 210px; height: 22px; border: 1px solid #abadb3;}
.adminHangQuery .inputWrap input {float: left; width: 190px; height: 22px; line-height: 22px; margin: 0 0 0 10px; border: 0 none; outline: none;}
.adminHangQuery .line {float: left; width: 38px; height: 28px; line-height: 28px; text-align: center; color: #abadb3;}
.adminHangQuery .query {margin-left: 20px;}
.adminHangQuery .new {margin-left: 10px;}
.adminHangQuery .lineBox {float: left; width: 100%; margin-top: 15px;}
.adminHangQuery .dateBox {float: left; width: 178px; height: 22px; border: 1px solid #abadb3;}
.adminHangQuery .dateBox .time {float: left; height: 22px; line-height: 22px; margin: 0 0 0 10px;}
.adminHangQuery .dateBox .icon {float: right; width: 16px; height: 14px; margin: 4px 5px 0 0; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -78px;}

.adminLineWrap {margin-top: 20px;}
.adminLineTitle {height: 28px; border-bottom: 2px solid #5abfff;}
.adminLineTitle span {float: left; height: 21px; line-height: 21px; text-align: center; font-family: Microsoft YaHei; font-size: 14px; font-weight: 700; color: #666;}
.adminLineTitle .title {width: 330px; margin-left: 70px; text-align: left;}
.adminLineTitle .type {width: 150px;}
.adminLineTitle .action {width: 120px;}
.adminLineTitle .cells {width: 150px;}
.adminLineTitle .sort {cursor: pointer;}
.adminLineTitle .sort span {float: left;}
.adminLineTitle .sort em {float: left; width: 10px; height: 6px; margin: 8px 0 0 7px; overflow: hidden; cursor: pointer; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -264px;}
.adminLineTitle .sort em.up {background-position: -20px -264px;}
.adminLineList .list {float: left; width: 100%; padding: 22px 0; border-bottom: 1px dashed #ddd;}
.adminLineList .infoBox {float: left; width: 400px;}
.adminLineList .infoBox dt {float: left; width: 400px; height: 19px; line-height: 19px; margin-bottom: 8px; font-family: Microsoft YaHei; font-size: 16px; font-weight: 700; color: #0b83f6;}
.adminLineList .infoBox dt a:hover {text-decoration: none;}
.adminLineList .infoBox dt a * {cursor: pointer;}
.adminLineList .infoBox dt b {float: left; width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.adminLineList .infoBox dd {float: left; width: 100%; height: 21px; line-height: 21px;}
.adminLineList .infoBox .collect {float: left; width: 15px; height: 14px; overflow: hidden; margin: 3px 0 0 30px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat -24px -214px; cursor: pointer;}
.adminLineList .infoBox .collectOk {background-position: -49px -214px; cursor: default;}
.adminLineList .palletInfo {float: left; width: 290px; display: inline;}
.adminLineList .palletInfo dd {float: left; width: 100%; line-height: 21px;}
.adminLineList .palletInfo .colorBlue {color: #0b83f6;}
.adminLineList .palletInfo .boxInfo {float: left; width: 250px; word-wrap: break-word;}
.adminLineList .palletInfo .boxHang {float: left; width: 250px;}
.adminLineList .palletInfo .hangLine {float: left; width: 100%;}
.adminLineList .palletInfo .boxHang span {float: left; max-width: 115px; _width: 112px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.adminLineList .palletInfo .boxHang em {float: left; width: 20px; text-align: center;}




.adminLineList .cells {float: left; width: 150px; height: 17px; line-height: 17px; text-align: center;}
.adminLineList .price {float: left; width: 150px; height: 17px; line-height: 17px; margin-top: 27px; font-size: 14px; color: #ff830b; text-align: center;}
.adminLineList .active {float: left; width: 100px; line-height: 17px; margin: 27px 0 0 15px; display: inline;}
.adminLineList .acDetail,
.adminLineList .acDelete,
.adminLineList .acBargain {float: left; clear: both; white-space: nowrap;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½--ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.newLineDialog {
	width: 500px; height: 170px; border: 1px solid #bfbfbf; background: #fff; display: none;
	position: fixed; _position: absolute; left: 50%; margin-left: -250px; top: 50%; margin-top: -85px; z-index: 2100;
	_top: expression(eval(document.documentElement.clientHeight / 2 + document.documentElement.scrollTop));
}
.newLineDialog .titBox {height: 37px; background: #3398da;}
.newLineDialog .titTxt {float: left; height: 37px; line-height: 37px; padding-left: 20px; color: #fff;}
.newLineDialog .close {float: right; width: 14px; height: 14px; text-indent: -99em; overflow: hidden; margin: 11px 20px 0 0; background: url(http://srfiles.yunquna.com/images/icons-admin.png) no-repeat 0 -300px;}
.newLineDialog .hangQuery {float: left; width: 100%; margin-top: 27px;}
.newLineDialog .textTit {float: left; width: auto; height: 28px; line-height: 28px; margin-right: 10px; padding-left: 15px;}
.newLineDialog .inputWrap {float: left; width: 200px; height: 26px; border: 1px solid #abadb3;}
.newLineDialog .inputWrap input {float: left; width: 180px; height: 23px; line-height: 23px; margin: 2px 0 0 10px; border: 0 none; outline: none;}
.newLineDialog .inputWrapErr {border-color: red;}
.newLineDialog .line {float: left; width: 25px; height: 28px; line-height: 28px; text-align: center; color: #abadb3;}
.newLineDialog .addBtn {margin: 35px 0 0 212px;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.adminTabs {border-bottom: 1px solid #568cce; margin: 22px 0 30px;}
.adminTabs ul {float: left; margin-bottom: -1px; position: relative;}
.adminTabs li {float: left; height: 29px; padding: 1px; margin-right: 1px;}
.adminTabs li a {float: left; height: 29px; line-height: 29px; min-width: 85px; _width: 85px; padding: 0 29px; white-space: nowrap; color: #464646; font-family: Microsoft YaHei; font-size: 14px; text-align: center;}
.adminTabs li a:hover {color: #127ddf; text-decoration: none;}
.adminTabs li span {float: left; height: 29px; line-height: 29px; padding: 0 30px; white-space: nowrap; color: #127ddf; font-family: Microsoft YaHei; font-size: 14px; text-align: center;}
.adminTabs li.current {border: 1px solid #568cce; border-bottom-color: #fff; padding: 0;}
.adminTabs li.current a {color: #127ddf;}
.adminTabs li.subTxt {margin-left: -15px;}
.adminTabs li.subTxt span {padding: 0; font-size: 12px; font-family: Arial, 'ï¿½ï¿½ï¿½ï¿½'; color: #666;}
.adminTabs .subTL {float: left;}
.adminTabs .subTL dd {float: left; margin-left: 15px; display: inline;}
.adminTabs .subTR {float: right;}
.adminTabs .subTR dd {float: left; margin-right: 15px; display: inline;}
.adminTabs .subTL a,
.adminTabs .subTL span,
.adminTabs .subTR a,
.adminTabs .subTR span {float: left; height: 29px; line-height: 29px; font-family: 'ï¿½ï¿½ï¿½ï¿½'; margin-top: 1px;}

.adminLineLogistics .adminLineTitle .title {width: 270px;}
.adminLineLogistics .adminLineTitle .sales_logistics {width: 130px;}
.adminLineLogistics .adminLineTitle .type {width: 130px;}
.adminLineLogistics .adminLineTitle .action {width: 100px; margin-left: 15px; text-align: left;}
.adminLineLogistics .adminLineList .infoBox,
.adminLineLogistics .adminLineList .infoBox dt {width: 340px;}
.adminLineLogistics .adminLineList .infoBox dt b {width: 170px;}
.adminLineLogistics .adminLineList .sales_logistics {float: left; width: 130px; line-height: 17px; text-align: center; margin-top: 27px;}
.adminLineLogistics .adminLineList .sales_logistics span {display: block; margin-bottom: 3px; height: 17px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.adminLineLogistics .adminLineList .price {width: 130px;}
.adminLineLogistics .adminLineList .lookDetails {margin: 29px 0 0 10px;}

.adminLineLogistics .adminLineList .mgName,
.adminLineLogistics .adminLineList .mgCompany {float: left; width: 130px; height: 21px; line-height: 21px; font-family: Microsoft YaHei; font-size: 16px; font-weight: 700; color: #666; margin-left: 50px; display: inline;}
.adminLineLogistics .adminLineList .mgCompany {width: 230px; margin-left: 15px;}
.adminLineLogistics .adminLineList .mgPhone,
.adminLineLogistics .adminLineList .mgTime {float: left; width: 120px; line-height: 21px; font-size: 16px; font-weight: 700; color: #666; margin-left: 15px; display: inline;}
.adminLineLogistics .adminLineList .mgTime {width: 180px;}
.adminLineLogistics .adminLineList .mgCredit {float: left; width: 120px; margin-left: 15px; display: inline;}
.adminLineLogistics .adminLineList .creditIcon,
.adminLineLogistics .adminLineList .creditIcon_2,
.adminLineLogistics .adminLineList .creditIcon_3 {margin-top: 4px;}
.adminLineLogistics .adminLineList .otherIcon {float: left; width: 100%;}
.adminLineLogistics .adminLineList .otherIcon span {float: left; width: 16px; height: 16px; margin-right: 5px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -238px;}
.adminLineLogistics .adminLineList .mgDelete {float: left; width: 18px; height: 22px; overflow: hidden; background: gray; margin-left: 65px;}
.adminLineList .zhiDing_list {background: #fffbeb; position: relative;}
.adminLineList .zhiDing_list .zhiDing {position: absolute; left: 0px; top: 0; clear: both;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½Ð³ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ð³ï¿½ */
.dateSelectBox {float: left; width: 178px; height: 22px; border: 1px solid #abadb3;}
.dateSelectBox .input {float: left; width: 158px; height: 22px; line-height: 22px; border: 0 none; outline: none; margin-left: 10px;}
.dateSelectBox .time {float: left; height: 22px; line-height: 22px; margin: 0 0 0 10px;}
.dateSelectBox .icon {float: right; width: 16px; height: 14px; margin: 4px 5px 0 0; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -78px;}
.dateSelectBox .WdateFmtErr {font-weight: normal; color: #464646;}
.dateSelectZhi {float: left; width: 30px; height: 24px; line-height: 24px; text-align: center;}

.marketCategory {width: 1198px; border: 1px solid #bfbfbf; margin-top: 20px;}
.marketCategory .list {float: left; width: 100%; padding: 12px 0; margin-bottom: -1px; border-bottom: 1px dotted #bfbfbf;}
.marketCategory .textTit {float: left; height: 24px; line-height: 24px; padding-right: 10px; margin-left: 20px; font-family: Microsoft YaHei; font-size: 15px; color: #666;}
.marketCategory .cateAll {float: left; height: 18px; line-height: 18px; padding: 0 6px; margin-right: 21px; color: #666;}
.marketCategory .cateAll:hover {color: #666;}
.marketCategory .cateAllCur {color: #fff; background: #3398da;}
.marketCategory .cateAllCur:hover {color: #fff;}
.marketCategory .cateOneWrap {float: left; width: 1030px; margin-left: -6px; display: inline;}
.marketCategory .btnSlide {float: left; width: 16px; height: 17px; margin-left: 20px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -150px;}
.marketCategory .btnUp {background-position: -21px -150px;}
.marketCategory .cateOneBox {float: left; width: 980px; height: 84px; overflow: hidden;}
.marketCategory .cateOneBox ul {float: left; width: 950px;}
.marketCategory .cateOneBox li {float: left; padding-bottom: 10px; margin-right: 18px; display: inline;}
.marketCategory .cateOneBox li a {float: left; height: 18px; line-height: 18px; padding: 0 6px; color: #666; white-space: nowrap;}
.marketCategory .cateOneBox li a.current,
.marketCategory .cateABC a.current {color: #fff; background: #3398da;}
.marketCategory .cateABC {float: left; width: 1020px; margin: 0 0 17px 1px;}
.marketCategory .cateABC a {float: left; height: 18px; line-height: 18px; padding: 0 7px; margin-right: 5px; font-size: 16px; font-weight: 700; color: #666;}
.marketCategory .catePalletType {float: left; margin-top: 5px;}
.marketCategory .catePalletType .chk {float: left; margin-right: 25px;}
.marketCategory .dateBox,
.marketCategory .dateZhi {margin: -3px 0;}
.marketCategory .tuiJian {float: left; margin: 5px 20px 0 0;}
.marketCategory .zhiDa {margin-left: 30px;}

.marketInfoTip {height: 45px; padding: 0 15px; margin: 20px 0; background: #fff4d7;}
.marketInfoTip .total {float: left; height: 17px; line-height: 17px; margin-top: 14px;}
.marketInfoTip .total em {color: #ff830b;}
.marketInfoTip .tip {float: left; height: 17px; line-height: 17px; margin: 14px 15px 0 0; color: #ff830b;}
.marketInfoTip .btnSend {margin-top: 9px;}

.marketListTitle {height: 33px; border-bottom: 1px solid #bfbfbf;}
.marketListTitle h3 {float: left; height: 21px; line-height: 21px; margin-left: 15px; display: inline; font-family: Microsoft YaHei; font-size: 14px; font-weight: 700; color: #666;}
.marketListTitle .sort {cursor: pointer;}
.marketListTitle .sort span {float: left;}
.marketListTitle .sort em {float: left; width: 10px; height: 6px; margin: 8px 0 0 7px; overflow: hidden; cursor: pointer; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -264px;}
.marketListTitle .sort em.up {background-position: -20px -264px;}
.marketListCont .list {float: left; width: 100%; padding: 15px 0; border-bottom: 1px dotted #bfbfbf;}
.marketListCont .over {background: #eaf4fb;}
.marketListCont .cell {float: left; margin-left: 15px; display: inline;}
.marketListCont .gang_tou .gang {float: left; width: 100%; height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 16px; font-weight: 700; color: #0b83f6;}
.marketListCont .gang_tou .gang a:hover {text-decoration: none;}
.marketListCont .gang_tou .gang a * {cursor: pointer;}
.marketListCont .gang_tou .gang b,
.marketListCont .gang_tou .tou span {float: left; width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.marketListCont .gang_tou .gang .start {width: 125px;}
.marketListCont .gang_tou .gang .shipTo {float: left; width: 27px; height: 13px; margin: 3px 0 0 3px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -469px;}
.marketListCont .gang_tou .tou {float: left; width: 100%; height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 13px; margin-top: 20px;}
.marketListCont .price {float: left; height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 16px; font-weight: 700; color: #b00; margin-left: 15px;}
.marketListCont .yun_hang .yun {float: left; width: 100%; height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.marketListCont .yun_hang .hang {float: left; height: 18px; line-height: 18px; padding: 0 5px; margin-top: 7px; color: #fff; background: #3398da;}
.marketListCont .schedule .day {float: left; width: 34px; height: 16px; line-height: 16px; border: 1px solid #bfbfbf; color: #bfbfbf; margin: 0 4px 5px 0; text-align: center;}
.marketListCont .schedule .noQi {width: 74px;}
.marketListCont .schedule .daySel {color: #fff; border-color: #ff840c; background: #ff840c;}
.marketListCont .date span {display: block; height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 14px; margin-bottom: 2px;}
.marketListCont .creditIcon,
.marketListCont .creditIcon_2,
.marketListCont .creditIcon_3 {margin-bottom: 7px;}
.marketListCont .otherIcon {float: left; width: 100%;}
.marketListCont .otherIcon .renzheng,
.marketListCont .otherIcon .cangweiBZ {float: left; width: 16px; height: 16px; margin-right: 5px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -238px;}
.marketListCont .otherIcon .cangweiBZ {background-position: -26px -238px;}
.marketListCont .detailLink {padding: 0 12px;}
.marketListCont .btnDefault,
.marketListCont .btnForbid,
.marketListCont .quoteLink,
.marketListCont .dealBtn,
.marketListCont .bargainLink,
.marketListCont .withdrawnBtn {padding: 0 12px; margin-bottom: 7px;}
.marketListCont .quote_txt1 {float: left; width: 100%; line-height: 19px;}
.marketListCont .quote_txt1 em {color: #ff0000;}
.marketListCont .quote_txt2 {float: left; width: 100%; line-height: 19px;}
.marketListCont .bidder_txt {float: left; width: 100%; margin-top: 6px;}
.marketListCont .bidder_txt em {float: left; width: 15px; height: 14px; margin: 2px 5px 0 0; _margin-top: 1; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -214px;}
.marketListCont .bidder_txt span {float: left; line-height: 17px;}
.marketListCont .dealTxt {float: left; line-height: 19px;}
.marketListCont .dealTxt em {color: #ff0000;}
.marketListCont .gang_tou_opts {float: left; width: 95%; margin-top: 7px; margin-left: 15px; display: inline;}
.marketListCont .gang_tou_opts .elite,
.marketListCont .gang_tou_opts .collect {float: left; width: 15px; height: 14px; margin: 2px 5px 0 0; _margin-top: 1; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -214px;}
.marketListCont .gang_tou_opts .collect {background-position: -24px -214px; cursor: pointer;}
.marketListCont .gang_tou_opts .collectOk {background-position: -49px -214px; cursor: default;}
.marketListCont .gang_tou_opts .sales {float: left; height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 15px; margin-left: 10px;}
.marketListCont .gang_tou_opts .time {float: left; height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 15px; color: red; margin-left: 25px;}
.marketListCont .icon_elite {float: left; width: 15px; height: 14px; overflow: hidden; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -214px;}
.marketListCont .icon_renzheng {float: left; width: 16px; height: 16px; overflow: hidden; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -238px;}
.marketListCont .icon_baozhang {float: left; width: 16px; height: 16px; overflow: hidden; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat -26px -238px;}
.marketListCont .icon_collect {float: left; width: 15px; height: 14px; overflow: hidden; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat -24px -214px; cursor: pointer;}
.marketListCont .icon_collectOk {background-position: -49px -214px; cursor: default;}

.marketListCont .topBox {float: left; width: 1197px; position: relative; border-bottom: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-left: 2px solid #ff840c;}
.marketListCont .topBox .gang_tou,
.marketListCont .topBox .gang_tou_opts,
.marketListCont .topBox .PMInfo,
.marketListCont .topBox .PMOpts {margin-left: 12px;}
.marketListCont .topTip {float: left; clear: both; width: 28px; height: 78px; text-indent: -99em; overflow: hidden; position: absolute; left: -30px; top: -1px; background: url(http://srfiles.yunquna.com/images/top_market.png) no-repeat 0 0; display: none;}
.marketListCont .topBox .topTip {display: block;}
.marketListCont .PMInfo {float: left; width: 260px;}
.marketListCont .PMTxt {float: left; width: 100%; height: 63px; line-height: 21px; overflow: hidden; word-wrap: break-word; font-family: Microsoft YaHei; font-size: 16px; font-weight: 700; color: #0b83f6;}
.marketListCont .PMRen {float: left; width: 100%; font-family: Microsoft YaHei; margin-top: 12px;}
.marketListCont .PMOpts {float: left; width: 95%; margin-top: 3px; margin-left: 15px; display: inline;}
.marketListCont .PMOpts .collect {float: left; width: 16px; height: 16px; margin: 1px 5px 0 0; _margin-top: 0; background: orange;}
.marketListCont .PMOpts .sales {float: left; height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 15px;}
.marketListCont .PMOpts .time {float: left; height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 15px; color: red; margin-left: 25px;}
.marketListCont .HPL {font-family: Microsoft YaHei; font-size: 16px; font-weight: 700; color: #ff840c; line-height: 21px;}
.marketListCont .HPL span {display: block;}
.marketListCont .HPLX,
.marketListCont .CYRQ {font-family: Microsoft YaHei; font-size: 15px; height: 21px; line-height: 21px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.marketListCont .GT b {display: block; font-family: Microsoft YaHei; font-size: 15px; font-weight: 700; color: #0b83f6; height: 21px; line-height: 21px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.marketListCont .GT span {display: block; font-family: Microsoft YaHei; margin-top: 5px; height: 21px; line-height: 21px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.marketListCont .shipTo {float: left; width: 27px; height: 13px; margin: 4px -5px 0 3px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -469px;}
.adminLoadingMarket .inner {background: transparent;}

/* ï¿½ÒµÄ»ï¿½ï¿½ï¿½ */
.adminLineMyPallet .adminLineList {color: #666;}
.adminLineMyPallet .adminLineList .cell-1 {float: left; width: 160px;}
.adminLineMyPallet .adminLineList .cell-1 b {float: left; width: 100%; height: 21px; line-height: 21px; text-align: center; font-family: Microsoft YaHei; font-size: 16px; color: #0b83f6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.adminLineMyPallet .adminLineList .cell-1 .icon {float: left; width: 5px; height: 20px; margin: 5px 0 5px 73px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -439px;}
.adminLineMyPallet .adminLineList .cell-2 {float: left; width: 180px; line-height: 19px; padding: 0 5px; font-family: Microsoft YaHei; font-size: 14px; text-align: center;}
.adminLineMyPallet .adminLineList .cell-3,
.adminLineMyPallet .adminLineList .cell-6 {float: left; width: 160px; line-height: 19px; font-family: Microsoft YaHei; font-size: 14px; text-align: center;}
.adminLineMyPallet .adminLineList .cell-3 span,
.adminLineMyPallet .adminLineList .cell-6 span {float: left; width: 100%; height: 19px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.adminLineMyPallet .adminLineList .cell-4 {float: left; width: 90px; height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 14px; text-align: center;}
.adminLineMyPallet .adminLineList .cell-5 {float: left; width: 90px; line-height: 19px; font-family: Microsoft YaHei; font-size: 14px; color: #0b83f6; text-align: center;}
.adminLineMyPallet .adminLineList .cell-5 span {float: left; width: 100%; height: 19px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.adminLineMyPallet .adminLineList .cell-6 {width: 105px;}
.adminLineMyPallet .adminLineList .cell-7 {float: left; width: 85px; line-height: 19px; font-family: Microsoft YaHei; font-size: 14px; color: #ff840c; text-align: center;}
.adminLineMyPallet .adminLineList .cell-8 {float: left; width: 90px; margin-left: 5px; display: inline; line-height: 17px;}
.adminLineMyPallet .adminLineList .cell-8 .btnDefault {padding: 0 15px; margin: 0 0 5px 9px;}

/* ï¿½Òµï¿½ï¿½Ë»ï¿½ */
.adminUserTabs {border-bottom: 1px solid #568cce; margin: 15px 0;}
.adminUserTabs li {float: left;}
.adminUserTabs li a {float: left; width: 210px; height: 30px; line-height: 30px; text-align: center; font-family: Microsoft YaHei; font-size: 16px; color: #464646; border: 1px solid #568cce; border-bottom: 0;}
.adminUserTabs li a:hover {background: #568cce; color: #fff; text-decoration: none;}
.adminUserTabs li a.current {background: #568cce; color: #fff;}

.adminUserInfo .loginOut_form {width: 100%;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½--iframe */
.iframe_palletDetail {width: 680px; padding: 20px;}
.iframe_palletDetail .topBox .icon {float: left; width: 15px; height: 14px; margin: 3px 15px 0 0; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -214px;}
.iframe_palletDetail .topBox .name {float: left; font-family: Microsoft YaHei; font-size: 16px; color: #ff840c; height: 20px; line-height: 20px;}
.iframe_palletDetail .topBox .No {float: right; height: 15px; line-height: 15px; margin-top: 5px;}
.iframe_palletDetail .infoBox {width: 680px; border: 1px solid #bfbfbf; margin-top: 15px;}
.iframe_palletDetail .infoBox td {width: 340px; border: 1px dotted #bfbfbf; padding: 15px 0;}
.iframe_palletDetail .infoBox .cell {width: 338px;}
.iframe_palletDetail .infoBox .title {float: left; width: 120px; line-height: 21px; font-family: Microsoft YaHei; font-size: 15px; text-align: right;}
.iframe_palletDetail .infoBox .text {float: left; width: 210px; line-height: 21px; font-family: Microsoft YaHei; font-size: 16px; color: #0b83f6; margin-left: 5px;}
.iframe_palletDetail .infoTip {height: 19px; line-height: 19px; margin-top: 25px; text-align: center; font-family: Microsoft YaHei; font-size: 16px;}
.iframe_palletDetail .infoTip em {font-weight: 700; color: #ff840c;}
.iframe_palletDetail .infoTip a {font-family: Arial; font-size: 12px; margin-left: 15px;}

/* ï¿½Ë¼ï¿½ï¿½ï¿½ï¿½ï¿½ */
.detailTabsBox {height: 33px; padding: 0 20px; margin-top: 15px; font-family: 'ï¿½ï¿½ï¿½ï¿½'; background: #f1f1f1;}
.detailTabsBox ul {float: left; height: 19px; margin-top: 7px;}
.detailTabsBox li {float: left;}
.detailTabsBox li a,
.detailTabsBox li span,
.detailTabsBox li em {float: left; color: #464646;}
.detailTabsBox li em {padding: 0 7px;}

.priceDetailCont {float: left; width: 870px;}
.table_palletDetail {width: 870px; margin-top: 25px; color: #666;}
.table_palletDetail .topBox .icon {float: left; width: 15px; height: 14px; margin: 3px 15px 0 0; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -214px;}
.table_palletDetail .topBox .name {float: left; font-family: Microsoft YaHei; font-size: 16px; color: #ff840c; height: 20px; line-height: 20px;}
.table_palletDetail .topBox .No {float: left; height: 15px; line-height: 15px; margin-top: 5px;}
.icon_zhao {float: left; width: 17px; height: 17px; overflow: hidden; text-indent: -99em; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -561px;}
.table_palletDetail .topBox .icon_zhao {margin: 4px 5px 0 0;}
.table_palletDetail .infoBox {width: 870px; margin-top: 10px; position: relative;}
.table_palletDetail .infoBox .maskLayer {width: 133px; height: 50px; position: absolute; right: 50px; top: 200px;}
.table_palletDetail .infoBox table {width: 870px; border: 1px solid #dfdfdf;}
.table_palletDetail .infoBox td {width: 433px; border: 1px solid #dfdfdf; padding: 15px 0;}
.table_palletDetail .infoBox .cell {width: 433px;}
.table_palletDetail .infoBox .title {float: left; width: 120px; line-height: 21px; font-family: Microsoft YaHei; font-size: 15px; text-align: right;}
.table_palletDetail .infoBox .text {float: left; width: 300px; line-height: 21px; font-family: Microsoft YaHei; font-size: 16px; margin-left: 5px;}
.table_palletDetail .infoBox .yunFei {width: 870px; margin: -1px; border: 0 none; line-height: 21px; font-family: Microsoft YaHei; font-size: 16px; font-weight: 700;}
.table_palletDetail .infoTip {height: 19px; line-height: 19px; margin-top: 15px; text-align: center; font-family: Microsoft YaHei; font-size: 16px;}
.table_palletDetail .infoTip em {font-weight: 700; color: #ff840c;}
.table_palletDetail .infoTip a {font-family: Arial; font-size: 12px; margin-left: 15px;}
.divTxtBox_blue {height: 45px; line-height: 45px; padding: 0 15px; font-family: Microsoft YaHei; font-size: 16px; font-weight: 700; color: #0b83f6; background: #eaf4fb; margin-top: 30px;}
.lookMorePrice_box {height: 33px; line-height: 33px; margin-top: 15px; text-align: center; font-family: Microsoft YaHei; font-size: 15px; background: #f1f1f1;}
.lookMorePrice_box a,
.lookMorePrice_box a:hover {color: #464646;}

.priceDetailSide {float: right; width: 290px;}
.diamond_LB {width: 288px; height: 399px; border: 1px solid #ffe2a4; background: url(http://srfiles.yunquna.com/images/diamond_LB.png) no-repeat 0 0; margin-top: 60px;}
.diamond_LB .compTit {float: left; width: 268px; height: 21px; line-height: 21px; font-family: Microsoft YaHei; font-size: 16px; text-align: center; margin: 23px 0 0 10px; display: inline; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.diamond_LB .compTit .renzheng {display: inline-block; width: 16px; height: 16px; margin-right: 5px; *margin-right: 10px; vertical-align: -2px; *vertical-align: 2px; _vertical-align: -3px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -238px;}
.diamond_LB .compInfo {float: left; width: 269px; padding: 0 0 22px 0; margin: 15px 0 0 10px; display: inline; font-family: Microsoft YaHei;}
.diamond_LB .compInfo dt {float: left; width: 100%; margin-bottom: 15px;}
.diamond_LB .compInfo dd {float: left; width: 100%; padding: 5px 0;}
.diamond_LB .compInfo .company b {float: left; width: 222px; height: 17px; line-height: 17px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.diamond_LB .compInfo .company .renzheng {float: left; width: 16px; height: 16px; margin-right: 6px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -238px;}
.diamond_LB .compInfo .title,
.diamond_LB .compInfo .text {float: left; width: 70px; height: 19px; line-height: 19px; font-size: 14px; color: #346698; text-align: right; margin-right: 3px;}
.diamond_LB .compInfo .text {width: auto; text-align: left;}
.diamond_LB .compInfo .creditIcon,
.diamond_LB .compInfo .creditIcon_2 {margin-top: 3px;}
.diamond_LB .compInfo .creditIcon_3 {margin-top: 1px;}
.diamond_LB .compInfo .sales .name {float: left; height: 19px; line-height: 19px; font-size: 16px; font-weight: 700; color: #0b83f6;}
.diamond_LB .compInfo .sales .elite {float: left; width: 16px; height: 16px; margin: 3px 0 0 8px; *margin-top: 2px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -213px;}
.diamond_LB .FWXL {float: left; width: 268px; height: 95px; border-top: 1px dotted #abaaa6; border-bottom: 1px dotted #abaaa6; margin-left: 10px; display: inline; overflow: hidden;}
.diamond_LB .FWXL li {float: left; width: 133px; height: 61px; border-left: 1px dotted #abaaa6; margin: 17px 0 0 -1px;}
.diamond_LB .FWXL .text {float: left; width: 100%; text-align: center; line-height: 17px; margin-top: 8px; font-family: Microsoft YaHei; font-size: 14px;}
.diamond_LB .FWXL .score {float: left; height: 19px; line-height: 19px; font-size: 20px; color: #ff840c; margin: 5px 0 0 53px;}
.diamond_LB .FWXL .icon {float: left; width: 9px; height: 22px; margin: 1px 0 0 10px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -177px;}
.diamond_LB .FWXL .iconDown {background-position: -19px -177px;}
.diamond_LB .callBox {float: left; margin: 15px 0 0 30px; display: inline;}
.diamond_LB .callBox .text {font-family: Microsoft YaHei; font-size: 18px; font-weight: 700; line-height: 27px; color: #568cce;}
.diamond_LB .callBox .call {font-size: 36px; line-height: 45px; color: #137bdf;}

.priceDetailOtherPrice {width: 100%; margin-top: 20px;}
.priceDetailOtherPrice .titleBox {float: left; width: 100%; height: 45px; background: #eaf4fb; font-family: Microsoft YaHei; font-size: 15px;}
.priceDetailOtherPrice .titleBox .title {float: left; line-height: 45px; margin-left: 20px;}
.priceDetailOtherPrice .titleBox .more {float: right; line-height: 21px; margin: 12px 20px 0 0;}
.priceDetailOtherPrice .list {float: left; width: 100%;}
.priceDetailOtherPrice .list li {float: left; width: 100%; padding: 10px 0; border-bottom: 1px dotted #abaaa6;}
.priceDetailOtherPrice .list .line {float: left; width: 100%; padding: 3px 0; font-family: Microsoft YaHei;}
.priceDetailOtherPrice .list .lineTit a:hover {text-decoration: none;}
.priceDetailOtherPrice .list .lineTit a * {cursor: pointer;}
.priceDetailOtherPrice .list .gang {float: left; width: 120px; height: 21px; line-height: 21px; padding: 0 0 8px 20px; font-size: 15px; color: #0b83f6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.priceDetailOtherPrice .list .type {float: left; width: 62px; height: 19px; line-height: 19px; margin-left: 20px; font-size: 14px; color: #666;}
.priceDetailOtherPrice .list .price {float: left; height: 19px; line-height: 19px; font-size: 14px; color: #b00;}
.priceDetailOtherPrice .list .panTit {float: left; width: 75px; height: 19px; line-height: 19px; margin-left: 20px; font-size: 14px; color: #666;}
.priceDetailOtherPrice .list .panCont {float: left; width: 170px; line-height: 19px; font-size: 14px; font-weight: 400; color: #b00;}
.priceDetailOtherPrice .list .panCont span {float: left; width: 100%; margin: 0 -3px 4px 0;}

.priceDetailOtherPrice .list .viewDetailLine {padding: 0;}
.priceDetailOtherPrice .list .viewDetail {float: right; font-family: 'ï¿½ï¿½ï¿½ï¿½'; color: #65717f; height: 17px; line-height: 17px; margin-right: 10px;}
.priceDetailOtherPrice .list .viewDetail:hover {color: #65717f; text-decoration: underline;}
.priceDetailOtherPrice .list .carryLine {padding: 1px;}
.priceDetailOtherPrice .list .carry {float: left; width: 260px; font-size: 14px; color: #666; margin-left: 20px; display: inline; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.priceDetailOtherPrice .list .gangPr {padding-bottom: 0;}


/* ï¿½ÒµÄ»ï¿½ï¿½ */
.adminIntegralInfo {height: 170px; margin-top: 15px;}
.adminIntegralInfo .info {float: left; width: 510px; margin-left: 30px; display: inline; font-family: Microsoft YaHei;}
.adminIntegralInfo .info .title {float: left; width: 100%; height: 61px; line-height: 61px; font-size: 26px; color: #0b83f6;}
.adminIntegralInfo .info .number {float: left; width: 140px; height: 33px; line-height: 33px; padding-left: 10px; background: #e3e3e3; color: #333; font-size: 20px;}
.adminIntegralInfo .info .text {float:left; width: 100%; height: 17px; line-height: 17px; margin-top: 10px; font-size: 14px;}
.adminIntegralInfo .info .text em {color: #ff840c; font-weight: 700;}
.adminIntegralInfo .img {float: right; width: 405px; height: 130px; margin: 20px 30px 0 0; display: inline; background: #fff;}
.adminIntegralList {margin-left: 10px;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½--iframe */
.iframe_new_LB {width: 500px;}
.iframe_new_LB .publishForm {margin: 0;}
.iframe_new_LB .publishForm .list {margin-top: 13px;}
.iframe_new_LB .publishForm .inputTitle {width: 80px;}
.iframe_new_LB .publishForm .inputMDSM {width: 100px;}
.iframe_new_LB .publishForm .inputMDSM .inputArea {width: 90px;}
.iframe_new_LB .publishForm .btnSearch {margin: 7px 0 0 20px;}
.iframe_new_LB .marketListWrap {margin-top: 14px;}
.iframe_new_LB .marketListTitle {background: #eaf4fb; border-top: 1px solid #c1c1c1; border-bottom: 1px solid #c1c1c1;}
.iframe_new_LB .marketListTitle h3 {margin-top: 6px;}
.marketListCont .NLBSales {width: 110px; font-family: Microsoft YaHei; font-size: 16px; color: #666; margin-left: 30px;}
.marketListCont .NLBLogistics {width: 200px; font-family: Microsoft YaHei; font-size: 16px; color: #666;}
.marketListCont .NLBCollection {width: 130px;}
.marketListCont .NLBSales .tit {float: left; max-width: 83px; _width: 81px; height: 19px; line-height: 19px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.marketListCont .NLBSales .icon_elite {margin: 4px 0 0 10px; *margin-top: 3px;}
.marketListCont .NLBLogistics .tit {float: left; max-width: 174px; _width: 171px; height: 19px; line-height: 19px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.marketListCont .NLBLogistics .icon_renzheng {margin: 2px 0 0 10px; *margin-top: 1px;}
.marketListCont .NLBLogistics .creditIcon {margin: 5px 0 0 0; clear: both;}
.marketListCont .NLBCollection .tit {float: left; height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 16px; color: #666;}
.marketListCont .NLBCollection .icon_collect {margin: 4px 0 0 10px; *margin-top: 3px;}
.marketListCont .NLBPhone {width: 120px; height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 16px; font-weight: 700; color: #666;}

/* ï¿½ï¿½Â¼ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½--iframe */
.iframe_login {width: 450px;}
.iframe_login .loginOut_login_form {float: left;}
.iframe_login .loginOut_login_form .loginOut_form {margin-top: 25px;}
.iframe_login_tabs {width: 370px; padding-left: 30px; margin: 40px 0 0 10px; border-bottom: 1px solid #5b90d0;}
.iframe_login_tabs li {float: left; margin: 0 6px -1px 0; font-family: Microsoft YaHei; font-size: 15px; _position: relative;}
.iframe_login_tabs .LI {float: left; width: 94px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #5b90d0; border-bottom-color: #fff; color: #0b83f6;}
.iframe_login_tabs .RG {float: left; width: 81px; height: 27px; line-height: 27px; text-align: center; color: #666; border: 1px solid #bfbfbf; border-bottom: 0; background: #f2f0f0; margin-top: 3px}
.iframe_login_tabs .RG:hover {color: #666;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.helpTabsBox {height: 33px; padding: 0 20px; margin-top: 15px; font-family: 'ï¿½ï¿½ï¿½ï¿½'; background: #f1f1f1;}
.helpTabsBox ul {float: left; height: 19px; margin-top: 7px;}
.helpTabsBox ul.rightList {float: right;}
.helpTabsBox li {float: left;}
.helpTabsBox li a,
.helpTabsBox li span,
.helpTabsBox li em {float: left; color: #464646;}
.helpTabsBox li em {padding: 0 7px;}

.helpToolsBox {width: 100%; margin-top: 62px;}
.helpToolsBox ul {float: left; margin-left: 20px; display: inline;}
.helpToolsBox li {float: left; width: 278px; height: 213px; border: 1px dashed #656669; margin-right: 102px;}
.helpToolsBox dl {float: left; margin-top: 70px;}
.helpToolsBox dt {float: left; width: 75px; margin-left: 58px; display: inline;}
.helpToolsBox dt .icon {float: left; width: 48px; height: 48px; background: url(http://srfiles.yunquna.com/images/help/icons_big.png) no-repeat;}
.helpToolsBox dt .icon_1 {background-position: 0 0;}
.helpToolsBox dt .icon_2 {background-position: 0 -50px;}
.helpToolsBox dt .icon_3 {background-position: 0 -100px;}
.helpToolsBox dt .icon_4 {background-position: 0 -150px;}
.helpToolsBox dt .icon_5 {background-position: 0 -200px;}
.helpToolsBox dt .icon_6 {background-position: 0 -250px;}
.helpToolsBox dt .text {float: left; width: 100%; line-height: 21px;}
.helpToolsBox dd {float: left; width: 145px; margin-top: -2px;}
.helpToolsBox dd div {width: 100%; height: 17px; line-height: 17px; padding-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.helpToolsBox dd a,
.helpToolsBox dd a:hover {color: #464646;}
.helpContactInfo {margin-top: 20px;}
.helpContactInfo .title {float: left; height: 33px; line-height: 33px; padding: 0 30px 0 20px; font-weight: 700; background: #f1f1f1;}
.helpContactInfo .info {float: left; width: 90%; margin: 21px 0 0 20px; display: inline;}
.helpContactInfo .info span {float: left; line-height: 23px; padding-left: 30px; margin-right: 90px; background: url(http://srfiles.yunquna.com/images/help/icons.png) no-repeat;}
.helpContactInfo .info .email {background-position: 0 6px;}
.helpContactInfo .info .phone {background-position: 0 -18px;}
.helpContactInfo .info .QQ {background-position: 0 -46px;}
.helpContactInfo .info .QQ a {float: left; width: 92px; height: 22px; background: url(http://srfiles.yunquna.com/images/help/QQ.png) no-repeat 0 0;}

.helpHowLinks {margin-top: 35px;}
.helpHowLinks a {float: left; height: 56px; line-height: 56px; padding: 0 30px; color: #8b9dab; background: #f1f1f1; font-family: Microsoft YaHei; font-size: 24px; margin-right: 5px;}
.helpHowLinks a:hover,
.helpHowLinks a.current {color: #fff; background: #ff3f12; text-decoration: none;}

.helpMenu {float: left; width: 196px; border: 1px solid #afddfd; margin-top: 15px; overflow: hidden;}
.helpMenu ul {float: left; width: 100%; margin-bottom: -1px;}
.helpMenu li {float: left; width: 100%;}
.helpMenu .title {float: left; width: 100%; height: 41px; border-bottom: 1px solid #afddfd; background: #eaf4fb; cursor: pointer;}
.helpMenu .title .text {float: left; height: 17px; line-height: 17px; color: #666; font-weight: 700; margin: 13px 0 0 25px;}
.helpMenu .title .icon {float: right; width: 14px; height: 14px; margin: 13px 14px 0 0; background: url(http://srfiles.yunquna.com/images/help/icons.png) no-repeat 0 -76px;}
.helpMenu .list {float: left; width: 100%; overflow: hidden; display: none;}
.helpMenu .list dd {float: left; width: 100%; height: 40px; border-bottom: 1px dashed #d8d8d8; margin-bottom: -1px;}
.helpMenu .list dd a {float: left; height: 17px; line-height: 17px; color: #346698; padding-left: 13px; margin: 13px 0 0 25px; background: url(http://srfiles.yunquna.com/images/help/icons.png) no-repeat 0 -121px;}
.helpMenu .list dd a:hover {color: #ff830b;}
.helpMenu .list dd a.current {color: #ff830b; background-position: 0 -142px;}
.helpMenu .list dd a.current:hover {text-decoration: none;}
.helpMenu .present .title {border-bottom: 0 none;}
.helpMenu .present .title .icon {background-position: 0 -100px;}
.helpMenu .present .list {display: block;}

.helpCont {margin-top: 15px;}
.helpContTitle {height: 23px; line-height: 23px; font-family: Microsoft YaHei; font-size: 17px; font-weight: normal; color: #666; border-bottom: 1px solid #666;}
.helpContList {display: block; margin: 20px 0 30px;}
.helpContList dt {display: block; margin: 10px 0; font-weight: 700; color: #0b83f6;}
.helpContList dd {display: block; margin: 10px 0; margin-left: 1.7em;}

.helpHowDetail .box {margin-top: 30px;}
.helpHowDetail h2 {height: 23px; line-height: 23px; font-family: Microsoft YaHei; font-size: 17px; font-weight: normal; color: #666; border-bottom: 1px solid #666; margin-bottom: 20px;}
.helpHowDetail h3 {margin: 10px 0; color: #0b83f6;}
.helpHowDetail p {margin: 10px 0;}
.helpHowDetail img {display: block;}

/* Êµï¿½Ã¹ï¿½ï¿½ï¿½ */
.adminToolsSearch {margin-top: 30px;}
.adminToolsSearch .box {float: left; width: 573px; height: 40px; background: url(http://srfiles.yunquna.com/images/search.png) no-repeat 0 0;}
.adminToolsSearch .box .input {float: left; width: 521px; height: 36px; line-height: 36px; border: 0 none; outline: none; margin: 2px 0 0 12px; display: inline;}
.adminToolsSearch .box .button {float: right; width: 36px; height: 36px; outline: none; margin: 2px 2px 0 0; display: inline;}
.adminToolsABC {margin-top: 30px;}
.adminToolsABC li {float: left; margin-right: 15px;}
.adminToolsABC li a {float: left; height: 19px; line-height: 19px; padding: 0 4px; font-size: 16px; font-weight: 700; color: #666;}
.adminToolsABC li a:hover,
.adminToolsABC li a.current {color: #fff; background: #3398da; text-decoration: none;}
.adminToolsList {margin-top: 20px; font-family: Microsoft YaHei; font-size: 14px; font-weight: 700;}
.adminToolsListTitle {height: 45px; background: #fff4d7;}
.adminToolsListTitle li {float: left; line-height: 45px; margin-left: 10px; display: inline;}
.adminToolsListCont li {float: left; width: 100%; padding: 10px 0; border-bottom: 1px dotted #ababab; font-weight: normal;}
.adminToolsListCont li div {float: left; line-height: 19px; word-wrap: break-word; margin-left: 10px; display: inline;}
.adminToolsListCont .clOrange {color: #ff840c; font-weight: 700;}
.adminToolsListCont .clBlue {color: #0b83f6; font-weight: 700;}

/* ÏµÍ³ï¿½ï¿½ï¿½ï¿½ */
.system_body {padding: 0;}
.system_error_top {width: 1200px; height: 395px; position: relative; background: url(http://srfiles.yunquna.com/images/system_error.jpg) no-repeat 0 0;}
.system_error_top .toIndex {width: 99px; height: 43px; position: absolute; left: 756px; top: 278px; text-indent: -99em; overflow: hidden;}
.system_error_top .toPrev {width: 99px; height: 43px; position: absolute; left: 882px; top: 278px; text-indent: -99em; overflow: hidden;}
.system_list_wrap {width: 1110px; margin: 30px auto 0; padding-bottom: 60px;}
.system_list_wrap .ship {float: left; width: 540px;}
.system_list_wrap .goods {float: right; width: 540px;}
.system_list_wrap .line {float: left; width: 2px; height: 595px; overflow: hidden; background: #b7a864; margin: 65px 0 0 14px; display: inline;}
.system_list_wrap .title {float: left; width: 100%; height: 45px; line-height: 45px; background: #eee5db;}
.system_list_wrap .title span {float: left; margin-left: 20px;}

.system_list_box {float: left; width: 100%; overflow: hidden;}
.system_list_box .list {padding: 18px 0; border-bottom-color: #858585; margin-bottom: -1px;}
.system_list_box .infoBox {width: 260px;}
.system_list_box .infoBox dt {width: 260px; line-height: 21px; margin-bottom: 4px;}
.system_list_box .infoBox dt b {width: 113px; font-size: 15px;}
.system_list_box .infoBox dt em {float: left; width: 30px; height: 19px; text-align: center; color: #0b83f6;}
.system_list_box .sys_GP {float: left; width: 65px; font-size: 14px; line-height: 21px;}
.system_list_box .sys_GP b {display: block; width: 100%; text-align: center; font-family: Microsoft YaHei; margin-bottom: 4px;}
.system_list_box .sys_GP span {display: block; width: 100%; text-align: center; color: #ff830b;}
.system_list_box .lookDetail {float: right; width: 72px; height: 28px; background: url(http://srfiles.yunquna.com/images/index/tabLink.png) no-repeat 0 -170px; text-indent: -99em; overflow: hidden;}
.system_list_box .sys_pallet {float: left; width: 200px; margin-right: 10px; line-height: 21px;}
.system_list_box .sys_pallet b {display: block; font-family: Microsoft YaHei; font-size: 15px; text-align: center; color: #0b83f6; margin-bottom: 4px;}
.system_list_box .sys_qimu {float: left; width: 140px; line-height: 21px; font-family: Microsoft YaHei; font-size: 15px; color: #0b83f6; margin-right: 10px;}
.system_list_box .sys_qimu b {display: block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.system_list_box .sys_qimu em {float: left; width: 5px; height: 20px; margin: 5px 0 5px 22px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -439px;}
.system_list_box .sys_HQ {float: left; width: 100px; line-height: 21px; font-family: Microsoft YaHei; font-size: 14px;}

/* ï¿½ï¿½È¨ï¿½ï¿½ */
.noPermissionImg {float: left; width: 356px; height: 407px; margin: 80px 0 0 225px; display: inline; background: url(http://srfiles.yunquna.com/images/noPermission.png) no-repeat 0 0;}
.noPermissionInfo {float: left; width: 535px; margin: 245px 0 0 80px; display: inline;}
.noPermissionInfo .lineOne {float: left;}
.noPermissionInfo .lineOne .icon {float: left; width: 24px; height: 24px; margin-right: 15px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -522px;}
.noPermissionInfo .lineOne .text {float: left; line-height: 19px; margin-top: 2px;}
.noPermissionInfo .lineOne .link {float: left; line-height: 19px; padding: 0 5px; margin: 2px 3px 0 3px; background: #3398da; color: #fff;}
.noPermissionInfo .lineOne .link:hover {color: #fff;}
.noPermissionInfo .lineTwo {float: left; clear: both; line-height: 17px; margin: 5px 0 0 115px; display: inline; white-space: nowrap;}
.noPermissionInfo .lineTwo .link {font-weight: 700;}

/* ï¿½ï¿½È¨ï¿½ï¿½ */
.programmerImg {float: left; width: 652px; height: 525px; margin-top: 30px; background: url(http://srfiles.yunquna.com/images/lookForward.png) no-repeat 0 0;}
.programmerInfo {float: left; width: 610px; margin: 255px 0 0 -95px;}
.programmerInfo h2 {float: left; width: 100%; height: 45px; line-height: 45px; font-family: Microsoft YaHei; font-size: 42px; font-weight: normal; color: #568cce;}
.programmerInfo h4 {float: left; width: 100%; height: 45px; line-height: 45px; font-family: Microsoft YaHei; font-size: 18px; font-weight: normal;}
.programmerInfo .links {float: left; width: 100%; margin-top: 35px;}
.programmerInfo .links a {float: left; margin-right: 40px;}

/***********************************/
/* v1.1 */
/***********************************/

/* ï¿½ï¿½Ó¢ï¿½Æ»ï¿½ */
.elitePlan_body .footer {margin: 0;}
.elitePlan_1 {width: 100%; height: 1152px; margin-top: 7px; background: #ffb72f url(http://srfiles.yunquna.com/images/v1.1/elite_plan/1a.jpg) no-repeat center center;}
.elitePlan_1 .wrap {height: 1152px;}
.elitePlan_1 .link_1 {float: left; width: 111px; height: 41px; margin: 447px 0 0 793px; text-indent: -99em; overflow: hidden;}
.elitePlan_2 {width: 100%; height: 574px; background: #ffb72f url(http://srfiles.yunquna.com/images/v1.1/elite_plan/2.jpg) no-repeat center center;}
.elitePlan_2 .wrap {height: 574px;}
.elitePlan_2 .link_2 {float: left; width: 81px; height: 27px; margin: 340px 0 0 268px; text-indent: -99em; overflow: hidden;}
.elitePlan_3 {width: 100%; height: 750px; background: #ffb72f url(http://srfiles.yunquna.com/images/v1.1/elite_plan/3.jpg) no-repeat center center;}
.elitePlan_3 .wrap {height: 750px;}
.elitePlan_3 .link_3 {float: left; width: 81px; height: 27px; margin: 353px 0 0 535px; text-indent: -99em; overflow: hidden;}
.elitePlanSlide {float: left; width: 290px; height: 180px; margin: 265px 0 0 210px; overflow: hidden; position: relative;}
.elitePlanSlide ul {float: left; width: 100%; position: relative;}
.elitePlanSlide li {float: left; width: 100%;}
.elitePlanSlide span {float: left; height: 23px; line-height: 23px; color: #fff; font-family: Microsoft YaHei; font-size: 14px;}
.elitePlanSlide .name {width: 60px;}
.elitePlanSlide .text {width: 130px;}

/* ï¿½ï¿½Òµï¿½ï¿½Ö¤ */
.ENTCT_banner {width: 100%; height: 435px; margin-top: 7px; background: url(http://srfiles.yunquna.com/images/v1.1/ENTCT_banner.jpg) no-repeat center center;}
.ENTCT_wrap {padding-bottom: 18px; background: #ffd752;}
.ENTCT_cont {width: 1200px; min-height: 300px; _height: 300px; margin: 0 auto; padding-bottom: 40px; background: #fff; font-family: Microsoft YaHei; position: relative;}
.ENTCT_icon {height: 52px; line-height: 52px; padding-left: 244px; background: url(http://srfiles.yunquna.com/images/v1.1/ENTCT_icon.png) no-repeat 0 0; font-size: 15px; color: #192544; position: absolute; left: -14px; top: 27px;}
.ENTCT_info {width: 870px; margin: 0 auto; padding-top: 117px;}
.ENTCT_info_table {width: 100%; border: 1px solid #bfbfbf;}
.ENTCT_info_table td {padding: 10px; font-size: 14px; border: 1px dotted #bfbfbf;}
.ENTCT_info_table .inputBox {width: 275px; height: 29px;}
.ENTCT_info_table .inputBox input {float: left; width: 275px; height: 21px; line-height: 21px; border: 0 none; font-family: Microsoft YaHei; font-size: 14px; margin-top: 4px;}
.ENTCT_upload_tip {float: left; font-size: 14px;}
.ENTCT_upload_tip .tipText {float: left; line-height: 28px;}
.ENTCT_upload_tip .example {float: left; clear: both; margin-top: 10px;}
.ENTCT_upload_tip .example .text {float: left; line-height: 15px; font-size: 14px;}
.ENTCT_upload_tip .example .image {float: left; width: 120px; height: 120px; border: 1px solid #bfbfbf; margin-left: 5px; display: inline;}
.ENTCT_upload_tip .example .image img {width: 120px; height: 120px; display: block;}
.ENTCT_upload_box {float: left; margin-left: 20px;}
.ENTCT_upload_btn {float: left; height: 28px; position: relative; overflow: hidden;}
.ENTCT_upload_btn .layer {clear: both; height: 28px; width: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(about:blank);}
.ENTCT_upload_btn .flash_area {height: 28px; width: 100%; position: absolute; left: 0; top: 0; z-index: 3; cursor: pointer;}
.ENTCT_upload_img {float: left; clear: both; min-height: 122px; _height: 122px; margin-top: 10px;}
.ENTCT_upload_img .cell {float: left; width: 120px; height: 120px; border: 1px solid #bfbfbf; margin-right: 10px; position: relative;}
.ENTCT_upload_img .cell img {width: 120px; height: 120px; display: block;}
.ENTCT_upload_img .cell .close {width: 17px; height: 17px; overflow: hidden; position: absolute; right: 2px; top: 2px; background: url(http://srfiles.yunquna.com/images/v1.1/icons.png) no-repeat 0 0; display: none;}
.ENTCT_upload_img .cell .close:hover {background-position: -27px 0;}
.ENTCT_info_List .loginOut_form {width: 100%;}
.ENTCT_info_List .loginOut_form .note {float: left; font-size: 14px; color: red; padding-bottom: 5px;}
.ENTCT_info_List .loginOut_form .yanLi {font-family: Arail, 'ï¿½ï¿½ï¿½ï¿½';}
.ENTCT_info_List .loginOut_form .inputTit {width: auto;}
.ENTCT_info_List .loginOut_form .yanArea {color: red;}
.ENTCT_info_btn_box {float: left; width: 217px; height: 63px; margin: 50px 0 0 327px; display: inline; background: url(http://srfiles.yunquna.com/images/v1.1/ENTCT_btn.png) no-repeat 0 0;}
.ENTCT_info_btn {float: left; width: 196px; height: 42px; line-height: 42px; margin: 10px 0 0 11px; font-size: 17px; color: #ffcd39; text-align: center;}
.ENTCT_info_btn:hover {color: #ffcd39; text-decoration: none;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.toolsTitleSquare {height: 27px; padding-bottom: 10px; border-bottom: 1px solid #ababab; margin-top: 40px;}
.toolsTitleSquare .icon {float: left; width: 16px; height: 16px; background: #ff840c; margin: 6px 14px 0 0;}
.toolsTitleSquare .text {float: left; height: 27px; line-height: 27px;font-family: Microsoft YaHei; font-size: 20px; color: #ff840c;}
.supervisionList {font-family: Microsoft YaHei; font-size: 14px; margin: 8px 0 0 10px;}
.supervisionList li {float: left; width: 370px; height: 17px; line-height: 17px; padding: 7px 0; margin-left: 20px; display: inline;}

/* HSCODEï¿½ï¿½ï¿½ï¿½ */
.HSCODE_detail_title {height: 35px; border-bottom: 1px solid #ababab; margin-top: 5px;}
.HSCODE_detail_title li {float: left; height: 35px; line-height: 35px; margin-left: 10px; display: inline; font-family: Microsoft YaHei; font-size: 14px; font-weight: 700;}
.HSCODE_detail_contBox {min-height: 90px; _height: 90px;}
.HSCODE_detail_cont li {float: left; height: 35px; line-height: 35px; margin-left: 10px; display: inline; font-family: Microsoft YaHei; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/* Êµï¿½ï¿½ï¿½ï¿½ï¿½ */
.HSCODE_example {width: 800px;}
.HSCODE_example .adminToolsSearch {margin: 0 0 0 40px; _margin-top: 39px;}

/* ï¿½ï¿½ï¿½ï¿½--ï¿½ï¿½Â¼ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.record_comment_wrap {margin-top: 30px;}
.record_comment_tabs {position: relative;}
.record_comment_tabs .layer {width: 868px; height: 46px; border: 1px solid #e5e5e5; background: #f6f6f6; position: absolute; left: 0; top: 0; z-index: 2;}
.record_comment_tabs .tabs {height: 48px; padding-left: 1px; position: relative; z-index: 3;}
.record_comment_tabs .tabs li {float: left; font-family: Microsoft YaHei; font-size: 14px; font-weight: 700;}
.record_comment_tabs .tabs a {float: left; height: 46px; line-height: 46px; padding: 2px 20px 0 20px; text-align: center; color: #464646;}
.record_comment_tabs .tabs a em {color: #0b83f6; font-weight: 700;}
.record_comment_tabs .tabs a:hover {color: #464646; text-decoration: none;}
.record_comment_tabs .tabs a.current {padding-top: 0; border-top: 2px solid #ff4401; background: #fff; color: #ff4401;}
.record_comment_tabs .tabs a.current:hover {color: #ff4401;}
.record_comment_record {margin-top: 15px;}
.record_comment_record .marketListCont .list {padding: 12px 0;}
.record_comment_record .marketListCont .HPL {font-weight: normal; color: #464646;}
.marketListCont .salesBid {float: left;}
.marketListCont .salesBid .HPLX {margin-left: 10px;}
.marketListCont .salesBid .iconBox {float: left; width: 15px; height: 15px; position: relative;}
.marketListCont .salesBid .icon {position: absolute; left: 5px; top: -12px;}
.table_palletDetail .collect {margin-top: 16px;}
.table_palletDetail .collect .icon {float: left; width: 15px; height: 14px; margin-right: 10px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat -24px -214px; cursor: pointer;}
.table_palletDetail .collect .iconOk {background-position: -49px -214px; cursor: default;}
.table_palletDetail .collect .text {float: left; line-height: 15px;}
.table_palletDetail .opts_btn .inner {float: left; margin-left: 390px; display: inline;}

.RC_comment_score {border: 1px solid #929292; margin-top: 15px;}
.RC_comment_score .scoreBox {height: 82px; position: relative;}
.RC_comment_score .total_score {float: left; width: 65px; height: 64px; padding-right: 29px; border-right: 1px dotted #ababab; margin: 9px 153px 0 32px; display: inline;}
.RC_comment_score .total_score .text {height: 19px; line-height: 19px; font-family: Microsoft YaHei; font-size: 14px; font-weight: normal; text-align: center;}
.RC_comment_score .total_score .number {height: 33px; line-height: 33px; text-align: center; font-size: 32px; font-weight: normal; color: #ff6602;}
.RC_comment_score .total_score .stars em {float: left; width: 11px; height: 11px; overflow: hidden; margin: 0 1px; background: url(http://srfiles.yunquna.com/images/v1.2/icons.png) no-repeat 0 0;}
.RC_comment_score .satisfaction_score {float: left; width: 450px; height: 39px; margin: 33px 0 0 0; display: inline; position: relative; background: url(http://srfiles.yunquna.com/images/v1.2/satisfaction_bar.png) no-repeat 0 0;}
.RC_comment_score .satisfaction_score .bar {width: 355px; height: 30px; position: absolute; left: 70px; top: 0;}
.RC_comment_score .satisfaction_score .icon {width: 34px; height: 25px; line-height: 19px; font-family: Microsoft YaHei; font-size: 14px; color: #fff; text-align: center; background: url(http://srfiles.yunquna.com/images/v1.2/icons.png) no-repeat 0 -21px; position: absolute; left: 355px; top: -25px; margin-left: -17px;}
.RC_comment_score .selScoreBox {height: 29px; background: #c9c9c9; border-top: 1px solid #929292;}
.RC_comment_score .selScoreBox .radio {float: left; font-family: Microsoft YaHei; font-size: 14px; font-weight: 700; color: #333; margin: 7px 0 0 30px; *margin-top: 5px; cursor: pointer;}

.creditIcon {float: left; width: 88px; height: 13px; overflow:hidden; background: url(http://srfiles.yunquna.com/images/icons-admin.png) no-repeat 0 -324px;}
.creditIcon_2 {float: left; width: 88px; height: 13px; overflow:hidden; background: url(http://srfiles.yunquna.com/images/icons-admin.png) no-repeat 0 -363px;}
.creditIcon_3 {float: left; width: 88px; height: 16px; overflow:hidden; background: url(http://srfiles.yunquna.com/images/icons-admin.png) no-repeat 0 -342px;}
.CDIcon5 {width: 88px;}
.CDIcon4 {width: 70px;}
.CDIcon3 {width: 52px;}
.CDIcon2 {width: 34px;}
.CDIcon1 {width: 16px;}

.RC_comment_list li {float: left; width: 100%; padding: 10px 0; border-bottom: 1px dotted #ababab; font-family: Microsoft YaHei; font-size: 14px;}
.RC_comment_list .sideBox {float: left; width: 100px; margin-left: 15px; display: inline;}
.RC_comment_list .sideBox .name {float: left; width: 100%; height: 19px; line-height: 19px; margin: 19px 0 5px 0;}
.RC_comment_list .mainBox {float: left; width: 720px; margin-left: 20px; display: inline;}
.RC_comment_list .cellComment {float: left; width: 100%;}
.RC_comment_list .cellComment .tip {float: left; width: 90px; color: #999;}
.RC_comment_list .cellComment .text {float: left; width: 630px; word-wrap: break-word;}
.RC_comment_list .cellOpts {float: left; width: 100%; color: #999; margin-top: 15px;}
.RC_comment_list .cellOpts .time,
.RC_comment_list .cellOpts .company {float: left; margin-right: 20px;}
.RC_comment_list .cellReply {float: left; width: 710px; padding: 5px 5px 23px; margin-top: 13px; color: #dd6800; background: #eaeaea; word-wrap: break-word;}

/* ï¿½Êºï¿½ï¿½ï¿½ï¿½ï¿½Ë·Ñ¡ï¿½ï¿½ï¿½ï¿½ï¿½ */
.priceSuitableBox .lookMorePrice_box {background: transparent; margin-top: 20px;}
.priceSuitableList {width: 870px; margin-top: 30px; overflow: hidden;}
.priceSuitableList ul {float: left; width: 890px;}
.priceSuitableList li {float: left; width: 281px; min-height: 130px; padding: 0 0 10px; border: 1px solid #e5e5e5; margin-right: 10px;}
.priceSuitableList dl {float: left; width: 253px; margin-left: 14px; display: inline; font-family: Microsoft YaHei;}
.priceSuitableList dt {float: left; height: 21px; line-height: 21px; margin: 10px 0 15px;}
.priceSuitableList dt a {float: left; font-size: 16px;}
.priceSuitableList dt a:hover {text-decoration: none;}
.priceSuitableList dt .from,
.priceSuitableList dt .to {float: left; max-width: 110px; _width: 110px; height: 21px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer;}
.priceSuitableList dt .to {_margin-right: -3px;}
.priceSuitableList dt .line {float: left; width: 30px; text-align: center; cursor: pointer;}
.priceSuitableList dd {float: left; width: 100%; line-height: 21px;}
.priceSuitableList dd b {float: left; width: 75px; font-size: 14px; color: #666;}
.priceSuitableList dd strong {float: left; font-size: 14px; color: #b00;}
.priceSuitableList dd .panCont {width: 150px;}
.priceSuitableList dd .panCont span {float: left; width: 100%; margin-right: -3px;}

.priceSuitableList .viewDetailLine {padding-top: 5px;}
.priceSuitableList .viewDetail {float: right; font-family: 'ï¿½ï¿½ï¿½ï¿½'; color: #65717f; height: 17px; line-height: 17px;}
.priceSuitableList .viewDetail:hover {color: #65717f; text-decoration: underline;}
.priceSuitableList dt.dtPr {margin-bottom: 3px;}
.priceSuitableList dd .carryLine {float: left; width: 100%; padding: 1px 0; font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.priceSuitableList dd .carryLine .big {font-weight: 700;}
.priceSuitableList .GPHQ {float: left; width: 100%; padding: 5px 0; border-top: 1px solid #e5e5e5; margin-top: 5px; overflow: hidden;}
.priceSuitableList .GPHQ .inner {float: left; width: 600px;}
.priceSuitableList .GPHQ .cBox {float: left; width: 80px; padding-left: 15px; font-family: Microsoft YaHei; font-size: 14px;}
.priceSuitableList .GPHQ .A {display: block; color: #666;}
.priceSuitableList .GPHQ .B {display: block; color: #b00; font-weight: 400;}

/* ï¿½ï¿½ï¿½Û¡ï¿½ï¿½ï¿½ï¿½ï¿½ */
.publishForm .btnPrompt {float: left; height: 28px; line-height: 28px; color: red; margin-left: 30px;}
.quoteForm .publishForm .textareaMD,
.bargainForm .publishForm .textareaMD {height: 100px;}
.quoteForm .publishForm .textareaMD textarea,
.bargainForm .publishForm .textareaMD textarea {height: 90px;}
.publishForm .quoteSchedulePrice {float: left;}
.publishForm .quoteSchedulePrice .schedulePrice {width: 340px;}
.publishForm .quoteSchedulePrice .schedulePrice .box {width: 200px; padding: 12px 0 12px 12px; border: 1px solid #b4b5bb;}
.publishForm .quoteSchedulePrice .schedulePrice .box ul {width: 250px;}

.bargainForm .publishForm .yunfeiChuanqi {width: 620px;}
.bargainForm .publishForm .yunfeiBox .type {width: 500px;}
.bargainForm .estimate_standard_cabinet {margin: 10px 0 0 7px;}

/* ï¿½ï¿½ï¿½Û¹ï¿½ï¿½?ï¿½ï¿½ï¿½ï¿½ */
.evaluationSearch {padding-bottom: 15px;}
.evaluationSearch .dropDownWrap {margin-right: 15px;}
.adminLineEvaluation .adminLineTitle .cellOpt {float: left; margin-left: 15px;}
.adminLineEvaluation .dropDownWrap span {font-family: Arail; font-size: 12px; font-weight: normal; text-align: left;}
.adminLineEvaluation .adminLineTitle .cell {float: left; height: 24px; line-height: 24px; margin-left: 15px; display: inline; text-align: left;}
.adminLineEvaluation .adminLineList .list {line-height: 19px;}
.adminLineEvaluation .adminLineList .cell-1 {float: left; width: 80px;}
.adminLineEvaluation .adminLineList .cell-2 {float: left; width: 180px; margin-left: 15px; display: inline;}
.adminLineEvaluation .adminLineList .cell-3 {float: left; width: 150px; margin-left: 15px; display: inline;}
.adminLineEvaluation .adminLineList .cell-4 {float: left; width: 70px; margin-left: 15px; display: inline;}
.adminLineEvaluation .adminLineList .cell-5 {float: left; width: 120px; margin-left: 15px; display: inline;}
.adminLineEvaluation .adminLineList .cell-6 {float: left; width: 60px; margin-left: 15px; margin-top: 19px; display: inline; font-size: 14px; color: #ff840c;}
.adminLineEvaluation .adminLineList .cell-7 {float: left; width: 80px; margin-left: 15px; margin-top: 14px; display: inline;}
.adminLineEvaluation .adminLineList .cell-7 .btnDefault {padding: 0 10px;}
.adminLineEvaluation .adminLineList .cell-1 .icon {float: left; width: 17px; height: 16px; margin: 5px 0 0 31px; background: url(http://srfiles.yunquna.com/images/v1.2/icons.png) no-repeat;}
.adminLineEvaluation .adminLineList .cell-1 .iconTop {background-position: 0 -56px;}
.adminLineEvaluation .adminLineList .cell-1 .iconMid {background-position: -23px -56px;}
.adminLineEvaluation .adminLineList .cell-1 .iconBot {background-position: -44px -56px;}
.adminLineEvaluation .adminLineList .cell-1 .text {float: left; width: 100%; height: 17px; line-height: 17px; text-align: center; margin-top: 2px;}
.adminLineEvaluation .adminLineList .cell-2 span {float: left; width: 100%; word-wrap: break-word;}
.adminLineEvaluation .adminLineList .cell-2 span em {font-family: 'ï¿½ï¿½ï¿½ï¿½';}
.adminLineEvaluation .adminLineList .cell-3 .text {float: left; width: 100%;}
.adminLineEvaluation .adminLineList .cell-3 .company {float: left; width: 100%; height: 19px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.adminLineEvaluation .adminLineList .cell-3 .creditIcon,
.adminLineEvaluation .adminLineList .cell-3 .creditIcon_2,
.adminLineEvaluation .adminLineList .cell-3 .creditIcon_3 {margin-top: 3px;}
.adminLineEvaluation .adminLineList .cell-5 a {float: left; width: 100%;}
.adminLineEvaluation .adminLineList .cell-5 a:hover {text-decoration: none;}
.adminLineEvaluation .adminLineList .cell-5 b {float: left; width: 100%; height: 19px; color: #0b83f6; font-family: Microsoft YaHei; font-size: 16px; _margin-right: -3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer;}
.adminLineEvaluation .adminLineList .cell-5a {float: left; width: 210px; margin-left: 15px; display: inline; word-wrap: break-word;}
.adminLineEvaluation .adminLineList .cell-6a {float: left; width: 90px; margin-left: 15px; display: inline;}
.adminLineEvaluation .adminLineList .cell-6a span {float: left; width: 100%; color: #ff840c; _margin-right: -3px;}

.evaluate_wrap {margin-top: 15px;}
.evaluate_tabs {width: 868px; height: 46px; border: 1px solid #e5e5e5; background: #f6f6f6;}
.evaluate_tabs .title {float: left; height: 46px; line-height: 46px; margin-left: 15px; display: inline; font-family: Microsoft YaHei; font-size: 16px; font-weight: 700; color: #0b83f6;}
.evaluateKnowTip {float: right; margin-right: 15px; display: inline; font-family: Microsoft YaHei; position: relative;}
.evaluateKnowTip .titleBox {float: left; height: 46px; padding: 0 15px 0 18px; border: 1px solid #f6f6f6; border-bottom-color: #e5e5e5; border-top-color: #e5e5e5; margin: -1px 0; position: relative; z-index: 3; cursor: pointer;}
.evaluateKnowTip .titleBox b {float: left; line-height: 46px; font-size: 16px; color: #0b83f6;}
.evaluateKnowTip .titleBox em {float: left; width: 9px; height: 6px; margin: 20px 0 0 11px; background: url(http://srfiles.yunquna.com/images/v1.2/icons.png) no-repeat 0 -82px;}
.evaluateKnowTip .slideBox {clear: both; width: 300px; border: 1px solid #bfbfbf; background: #fff; position: absolute; left: -90px; top: 46px; z-index: 2; display: none;}
.evaluateKnowTip .slideBox p {line-height: 21px; margin: 10px 10px; color: #666;}
.evaluateKnowOver .titleBox {border: 1px solid #bfbfbf; border-bottom-color: #fff; background: #fff;}
.evaluateKnowOver .titleBox em {background-position: -19px -82px;}
.evaluateKnowOver .slideBox {display: block;}

.evaluate_radio {float: left; width: 100%; margin-top: 30px;}
.evaluate_radio .cell {float: left; width: 120px;}
.evaluate_radio .cell input {float: left; width: 13px; height: 13px; margin-top: 3px;}
.evaluate_radio .cell em {float: left; width: 17px; height: 16px; margin: 2px 0 0 11px; background: url(http://srfiles.yunquna.com/images/v1.2/icons.png) no-repeat;}
.evaluate_radio .cell em.iconTop {background-position: 0 -56px;}
.evaluate_radio .cell em.iconMid {background-position: -23px -56px;}
.evaluate_radio .cell em.iconBot {background-position: -44px -56px;}
.evaluate_radio .cell span {float: left; width: 43px; height: 19px; line-height: 19px; background: #ff840c; color: #fff; text-align: center; margin-left: 8px; display: none;}
.evaluate_radio .tipTxt {float: left; height: 19px; line-height: 19px;}

.evaluate_input_wrap {float: left; width: 510px; margin-top: 30px;}
.evaluate_input_box {float: left; width: 508px; height: 128px; border: 1px solid #bfbfbf; background: #fff;}
.evaluate_input_box .textarea {float: left; width: 496px; height: 102px; line-height: 17px; border: 0 none; outline: none; margin: 5px 0 0 6px; display: inline;}
.evaluate_input_box .number {float: right; width: 496px; height: 17px; line-height: 17px; margin-right: 6px; text-align: right; color: #999; display: inline;}
.evaluate_input_opt {float: left; width: 100%; height: 24px; background: #eaf4fb;}
.evaluate_input_opt .chk {float: right; margin: 4px 7px 0 0;}

.evaluate_selStar {float: left; width: 100%; margin-top: 12px;}
.evaluate_selStar .titBox {float: left; height: 50px; line-height: 50px; padding: 0 12px; margin-top: 18px; font-family: Microsoft YaHei; font-size: 14px; font-weight: 700; text-align: center; color: #666; background: #e8e8e8;}
.evaluate_selStar .starBox {float: left; width: 660px; margin-left: 30px; display: inline;}
.evaluate_selStar .line {float: left; width: 100%; padding: 13px 0;}
.evaluate_selStar .text {float: left; height: 17px; line-height: 17px; margin-right: 10px;}
.evaluate_selStar .noSelTip {float: left; height: 17px; line-height: 17px; margin-left: 40px; color: red;}
.evaluate_selStar .clickTip {float: left; height: 17px; line-height: 17px; margin-left: 10px; display: none;}
.evaluate_selStar .clickTip b {color: #ff840c;}
.evaluate_selStar .selStar {float: left; position: relative;}
.evaluate_selStar .selStar .star {float: left; width: 20px; height: 17px; overflow: hidden; background: url(http://srfiles.yunquna.com/images/v1.2/icons.png) no-repeat 0 -98px;}
.evaluate_selStar .selStar .clickGray {background-position: -27px -98px;}
.evaluate_selStar .selStar .clickGold {background-position: -54px -98px;}
.evaluate_selStar .selStarHover .clickGray {background-position: 0 -98px;}
.evaluate_selStar .selStarHover .clickGold {background-position: 0 -98px;}
.evaluate_selStar .selStarHover .hoverGray {background-position: -27px -98px;}
.evaluate_selStar .selStarHover .hoverGold {background-position: -54px -98px;}
.evaluate_selStar .selStar .starNum {height: 17px; border: 1px solid #bfbfbf; position: absolute; left: -6px; top: 22px; display: none;}
.evaluate_selStar .selStar .starNum p {line-height: 17px; padding: 0 6px; color: #ff840c; white-space: nowrap;}
.evaluate_selStar .selStar .starNum strong {width: 8px; height: 5px; background: url(http://srfiles.yunquna.com/images/v1.2/icons.png) no-repeat 0 -125px; position: absolute; left: 10px; top: -5px;}
.evaluate_btn {float: left; width: 170px; height: 38px; line-height: 38px; text-align: center; color: #fff; background: #3398da; font-family: Microsoft YaHei; font-size: 18px; margin: 30px 0 0 170px;}
.evaluate_btn:hover {color: #fff; background: #1e9ff3; text-decoration: none;}

.iframe_evaluate {width: 620px; padding-left: 20px;}
.iframe_evaluate .evaluate_selStar .starBox {width: 480px;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½Ð±?ï¿½ï¿½ï¿½ï¿½ï¿½Ð±ï¿½--ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.quoteBargainSearch .publishForm {margin-top: -12px;}
.quoteBargainSearch .publishForm .list {margin-top: 12px;}
.quoteBargainSearch .btnSearch {margin: 7px 0 0 30px;}
.quoteBargainSearch .moreSelOpts {float: left; height: 17px; line-height: 17px; padding-right: 16px; margin: 10px 0 0 20px; color: #464646; background: url(http://srfiles.yunquna.com/images/v1.2/icons.png) no-repeat right -138px;}
.quoteBargainSearch .moreSelOpts:hover {color: #464646; text-decoration: none;}
.quoteBargainSearch .moreSelOptsUp {background-position: right -156px;}
.quoteBargainSearch .btnSearchSenior {margin: 7px 0 0 115px;}
.quoteBargainSearch .moreSelOptsShow {float: left; width: 100%; display: none;}
.quoteBargainSearch .publishForm .schedulePrice {width: 305px;}
.quoteBargainSearch .publishForm .schedulePrice .box {width: 190px;}
.quoteBargainSearch .publishForm .schedulePrice .box ul {width: 210px;}

.quoteBargainWrap {margin-top: 40px;}
.quoteBargainTitle b {float: left; height: 17px; line-height: 17px; font-family: Microsoft YaHei; font-size: 14px; color: #666;}
.quoteBargainList .list {float: left; width: 978px; border: 1px solid #dad8d8; margin: 17px 0 8px;}
.quoteBargainList .topBox {float: left; width: 100%; height: 43px; background: #f1f1f1;}
.quoteBargainList .topBox .date {float: left; height: 17px; line-height: 17px; margin: 13px 0 0 20px;}
.quoteBargainList .topBox .NoId,
.quoteBargainList .topBox .company {float: left; height: 17px; line-height: 17px; margin: 13px 0 0 35px;}
.quoteBargainList .topBox .company .icon {float: left; width: 16px; height: 16px; margin-top: 1px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -238px;}
.quoteBargainList .topBox .company .text {float: left; margin-left: 8px;}
.quoteBargainList .topBox .zhao {float: left; width: 17px; height: 17px; overflow: hidden; text-indent: -99em; margin: 13px -28px 0 35px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -561px;}
.quoteBargainList .cellBox {float: left; width: 100%; height: 158px; color: #65717f; overflow: hidden;}
.quoteBargainList .cellBox .cell {float: left; height: 133px; line-height: 21px; padding-top: 25px; margin-left: -1px; border-left: 1px solid #f1f1f1;}
.quoteBargainList .listActive {border-color: #fce29d;}
.quoteBargainList .listActive .topBox {background: #fff4d7;}
.quoteBargainList .listActive .cellBox .cell {border-left-color: #fff4d7;}
.quoteBargainList_bargain .cellBox {height: 179px;}
.quoteBargainList_bargain .cellBox .cell {height: 154px;}
.quoteBargainList .cellBox .info_1 {float: left; width: 100%; color: #0b83f6; font-family: Microsoft YaHei; font-size: 14px;}
.quoteBargainList .cellBox .info_1 .textDiv {float: left; width: 235px; height: 42px; overflow: hidden; word-wrap: break-word; word-break: break-all;}
.quoteBargainList .cellBox .info_1 .text {float: left; color: #0b83f6;}
.quoteBargainList .cellBox .info_2,
.quoteBargainList .cellBox .info_3 {float: left; width: 100%; font-family: Microsoft YaHei; font-size: 14px;}
.quoteBargainList .cellBox .info_2 .hang {float: left; width: 235px;}
.quoteBargainList .cellBox .info_2 .line {float: left; width: 100%;}
.quoteBargainList .cellBox .info_2 .line span {float: left; width: 108px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.quoteBargainList .cellBox .info_2 .line em {float: left; width: 15px; text-align: center;}
.quoteBargainList .cellBox .palletNum,
.quoteBargainList .cellBox .quoteNum {float: left; width: 100%; _margin-right: -3px; font-family: Microsoft YaHei; font-size: 14px;}
.quoteBargainList .cellBox .operateLink {float: left; clear: both; white-space: nowrap;}
.quoteBargainList .cellBox .info_b_1 {float: left; width: 100%; color: #0b83f6; font-family: Microsoft YaHei; font-size: 14px; font-weight: 700;}
.quoteBargainList .cellBox .info_b_2 {float: left; width: 100%; font-family: Microsoft YaHei; font-size: 14px;}
.quoteBargainList .cellBox .info_b_1 span,
.quoteBargainList .cellBox .info_b_2 span {float: left; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.quoteBargainList .cellBox .info_b_1 em,
.quoteBargainList .cellBox .info_b_2 em {float: left; width: 15px; text-align: center;}
.quoteBargainList .cellBox .info_b_3 {float: left; width: 100%; font-family: Microsoft YaHei; font-size: 14px;}
.quoteBargainList .cellBox .cangweiBZ {float: left; width: 16px; height: 16px; margin: 3px 0 0 10px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat -26px -238px;}
.quoteBargainList .cellBox .price {float: left; width: 60px;}
.quoteBargainList .cellBox .price b {float: left; width: 100%; font-family: Microsoft YaHei; font-size: 14px;}
.quoteBargainList .cellBox .YXCQ {float: left;}
.quoteBargainList .cellBox .YXCQ span {float: left; clear: both; white-space: nowrap;}

/* ï¿½Ï´ï¿½Î¯ï¿½Ð¡ï¿½ï¿½é¿´Î¯ï¿½Ð¡ï¿½ï¿½ï¿½ï¿½ï¿½Î¯ï¿½ï¿½ */
.iframe_entrust_upload {width: 678px;}
.iframe_entrust_upload .publishForm {padding: 13px 0 25px; margin: 0;}
.iframe_entrust_upload .publishForm .list {margin: 0;}

.entrust_upload_wrap {width: 628px; padding: 20px 0 40px 50px; border-top: 1px dotted #ababab;}
.entrust_upload_wrap .btnEntrust {margin-top: 40px;}
.upload_model_opts {float: left; width: 100%; height: 28px; line-height: 28px;}
.upload_model_opts .title {float: left; margin-right: 30px; position: relative;}
.upload_model_opts .title em {height: 28px; font-family: 'ï¿½ï¿½ï¿½ï¿½'; color: red; position: absolute; left: -9px; top: 0;}
.upload_model_opts .tip {float: left; margin-left: 10px; color: red;}
.upload_model_btn {float: left; height: 28px; position: relative; overflow: hidden;}
.upload_model_btn .layer {clear: both; height: 28px; width: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: url(about:blank);}
.upload_model_btn .flash_area {height: 28px; width: 100%; position: absolute; left: 0; top: 0; z-index: 3; cursor: pointer;}
.upload_model_info {float: left; width: 100%; margin-top: 10px;}
.upload_model_info .title {float: left; width: 100%; height: 28px; line-height: 28px; padding-bottom: 5px;}
.upload_model_info .example {float: left; width: 166px; height: 118px; border: 1px solid #bfbfbf; margin-right: 25px; display: inline;}
.upload_model_info .example img {width: 166px; height: 118px; display: block;}
.upload_model_img {float: left; min-height: 122px; _height: 122px;}
.upload_model_img .cell {float: left; width: 166px; height: 118px; border: 1px solid #bfbfbf; margin-right: 10px; position: relative;}
.upload_model_img .cell img {width: 166px; height: 118px; display: block;}
.upload_model_img .cell .close {width: 17px; height: 17px; overflow: hidden; position: absolute; right: 2px; top: 2px; background: url(http://srfiles.yunquna.com/images/v1.1/icons.png) no-repeat 0 0; display: none;}
.upload_model_img .cell .close:hover {background-position: -27px 0;}

.iframe_entrust_cancel {width: 410px;}
.iframe_entrust_cancel .icon_text {padding: 25px 20px 0;}
.iframe_entrust_cancel .alert_icon {float: left; width: 51px; height: 48px; background: url(http://srfiles.yunquna.com/images/dialog/alert_icon.png) no-repeat 0 0;}
.iframe_entrust_cancel .alert_text {float: left; width: 300px; margin: 3px 0 0 9px; line-height: 19px; word-wrap: break-word;}
.iframe_entrust_cancel .publishForm .inputTitle {width: 60px; height: 33px; line-height: 33px;}
.iframe_entrust_cancel .publishForm .textareaMD {width: 313px; height: 90px;}
.iframe_entrust_cancel .publishForm .textareaMD textarea {width: 303px; height: 80px; margin-left: 5px;}
.iframe_entrust_cancel .publishForm .tipRed {float: left; height: 17px; line-height: 17px; margin: 5px 0 0 75px; color: red;}
.iframe_entrust_cancel .publishForm .btnSmall {margin-left: 112px;}
.iframe_entrust_cancel .publishForm .btnSmallGray {margin-left: 10px;}

/* ï¿½ï¿½Òªï¿½ï¿½ï¿½Ë¡ï¿½ï¿½ï¿½Òªï¿½ï¿½ï¿½ï¿½ */
.consign_carry_cont {margin-top: 30px;}
.consign_carry_cont .marketListTitle {padding-top: 12px; background: #fff4d7; border: 0 none;}
.record_comment_cont .consign_carry_cont {margin-top: 15px;}
.record_comment_record .consign_carry_cont .marketListCont .list {padding: 15px 0;}
.me_carry_radio {padding-bottom: 12px;}
.me_carry_radio .radio {float: left; margin-right: 30px; color: #666;}
.me_carry_radio .radio em {color: red;}

.iframe_consign_carry {padding: 20px;}
.iframe_consign_carry .table_palletDetail {margin-top: 0;}
.iframe_consign_carry .table_palletDetail .infoBox {margin-top: 0;}

/* ï¿½É¹ï¿½ï¿½ï¿½Ê¾Ò³ï¿½ï¿½ */
.success_page_box {padding: 120px 0; text-align: center; font-family: Microsoft YaHei;}
.success_page_box strong {height: 58px; line-height: 58px; padding-left: 88px; font-size: 32px; background: url(http://srfiles.yunquna.com/images/v1.2/success_icon.png) no-repeat left center; display: inline-block;}
.success_page_box .price_p1 {font-size: 16px; color: #666; margin: 1em 0;}
.success_page_box .price_p1 em {color: #f6a623; margin: 0 5px;}
.success_page_box .price_p1 a {font-size: 18px;}

/* ï¿½ï¿½Õ¾ï¿½ï¿½ï¿½ï¿½ */
.website_map {margin-top: 30px;}
.website_map .map_title {height: 17px; line-height: 17px; padding: 0 15px 10px; border-bottom: 1px solid #bfbfbf; color: #0b83f6; font-family: Microsoft YaHei; font-size: 14px; font-weight: normal;}
.website_map .map_list {width: 100%;}
.website_map .map_list li {float: left; width: 100%; height: 115px; margin-top: 15px;}
.website_map .map_list dl {float: left; width: 300px; margin: 0 20px 0 80px; display: inline;}
.website_map .map_list dt {float: left; width: 49px; height: 49px; margin-right: 11px; display: inline; background: url(http://srfiles.yunquna.com/images/v1.2/icons_map.png) no-repeat;}
.website_map .map_list dt.img_1 {background-position: 0 0;}
.website_map .map_list dt.img_2 {background-position: -59px 0;}
.website_map .map_list dt.img_3 {background-position: -115px -0px;}
.website_map .map_list dt.img_4 {background-position: 0 -59px;}
.website_map .map_list dt.img_5 {background-position: 0 -115px;}
.website_map .map_list dt.img_6 {background-position: -59px -57px;}
.website_map .map_list dt.img_7 {background-position: 0 -172px;}
.website_map .map_list dt.img_8 {background-position: -59px -114px;}
.website_map .map_list dt.img_9 {background-position: 0 -231px;}
.website_map .map_list dt.img_10 {background-position: -59px -172px;}
.website_map .map_list dt.img_11 {background-position: -59px -230px;}
.website_map .map_list dd {float: left; width: 240px;}
.website_map .map_list .title {font-family: Microsoft YaHei; font-size: 14px; line-height: 17px;}
.website_map .map_list .links {margin-top: 8px;}
.website_map .map_list .links a {float: left; color: #464646; text-decoration: underline; line-height: 21px; margin-right: 22px;}
.website_map .map_list .links a:hover {text-decoration: none;}

/********************************/
/* v1.3 */
/********************************/

/* Ç±ï¿½Ú¿Í»ï¿½ï¿½ï¿½ï¿½ï¿½ */
.adminTabsSub {margin: 30px 0 0 30px;}
.adminTabsSub ul {float: left;}
.adminTabsSub li {float: left; margin-right: 45px;}
.adminTabsSub li a {float: left; height: 17px; line-height: 17px; padding-left: 21px; color: #464646; background: url(http://srfiles.yunquna.com/images/v1.3/icons.png) no-repeat;}
.adminTabsSub li a:hover {color: #0b83f6; text-decoration: none;}
.adminTabsSub li a.current {color: #0b83f6;}
.adminTabsSub li a.add {background-position: 0 3px; padding-left: 17px;}
.adminTabsSub li a.import {background-position: 0 -19px;}
.adminTabsSub li a.text {padding-left: 0; background: none;}

.customerSearch .publishForm .list {margin-top: 10px;}
.customerSearch .btnSearch {margin-top: 7px;}
.customerSearch .publishForm .schedulePrice {width: 305px;}
.customerSearch .publishForm .schedulePrice .box {width: 190px;}
.customerSearch .publishForm .schedulePrice .box ul {width: 210px;}
.customerMngOpts {margin-top: 30px; padding-left: 30px;}
.customerMngOpts a {float: left; line-height: 17px; margin-right: 20px;}

.adminLineTitle .cellD {float: left; width: 90px; text-align: left; margin-left: 15px; display: inline;}
.adminLineTitle .inputChk {float: left; width: 13px; height: 13px; margin: 4px 0 0 15px;}
.adminLineList .cellD {float: left; width: 90px; text-align: left; margin-left: 15px; display: inline; line-height: 21px;}
.adminLineList .inputChk {float: left; width: 13px; height: 13px; margin: 3px 0 0 15px;}
.adminLineList .cellLineOF {float: left; width: 100%; _margin-right: -3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.adminLineList .cellLineBR {float: left; width: 100%; _margin-right: -3px; word-wrap: break-word; word-break: break-all;}
.adminLineList .icon_elite {float: left; width: 15px; height: 14px; overflow: hidden; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -214px;}
.adminLineList .icon_renzheng {float: left; width: 16px; height: 16px; overflow: hidden; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -238px;}
.adminLineList .icon_baozhang {float: left; width: 16px; height: 16px; overflow: hidden; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat -26px -238px;}
.adminLineList .icon_yifabu,
.adminLineList .icon_weifabu {float: left; margin-left: 5px;}
.adminLineList .icon_yiguoqi {float: left; margin-top: 5px;}
.adminLineList .li_yiguoqi {background: #f5f5f5;}

.customerMngList .adminLineList .list {padding: 12px 0;}
.customerMngList .adminLineList .icon_elite {margin: 3px 0 0 5px;}
.customerMngList .adminLineList .icon_renzheng {margin: 1px 0 0 5px;}

.customerAddList .publishForm {margin-top: 11px;}
.customerAddList .publishForm .list {margin-top: 14px;}
.customerAddList .publishForm .custAL_1 {margin-top: 0px;}
.customerAddList .publishForm .custAL_2 {margin-top: 25px;}

.customerDetailInfo .publishForm {margin-top: 12px;}
.customerDetailInfo .list {margin-top: 5px;}
.customerDetailInfo .priceCell {float: left; width: 50px; margin: 0 25px 0 -10px;}
.customerDetailInfo .priceCell .inputSpan {width: 100%; text-align: center; font-weight: 700;}
.customerDetailInfo .priceCell .number {float: left; width: 100%; height: 37px; line-height: 37px; text-align: center; color: #fff; background: #ff840c;}

/* iframeï¿½ï¿½Ó·ï¿½ï¿½ï¿½Í»ï¿½ */
.iframe_customer {width: 880px;}
.iframe_customer .publishForm .list {margin-top: 5px;}
.iframe_customer .publishForm .btnSearch {margin: 7px 0 0 20px;}
.iframe_customer .adminLineWrap {width: 860px; padding-left: 10px;}
.iframe_customer .adminLineList {height: 405px; overflow-y: auto;}
.iframe_customer .adminLineList .list {float: none; width: auto;}
.iframe_customer_btn {margin-top: 30px; padding-left: 345px;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.importUpload_wrap {margin-top: 25px; padding-left: 30px;}
.importUpload_step span {float: left; height: 17px; line-height: 17px;}
.importUpload_step span.past {color: #0b83f6;}
.importUpload_step em {float: left; width: 56px; height: 8px; margin: 5px 20px 0; background: url(http://srfiles.yunquna.com/images/v1.3/icons.png) no-repeat 0 -62px;}
.importUpload_step em.past {background-position: 0 -44px;}
.importUpload_dynamic {width: 845px; height: 71px; line-height: 19px; text-align: center; border: 1px dashed #dddbdb; margin-top: 18px; position: relative;}
.importUpload_dynamic .box_1,
.importUpload_dynamic .box_2,
.importUpload_dynamic .box_3,
.importUpload_dynamic .box_4,
.importUpload_dynamic .box_5 {float: left; position: relative; left: 50%; margin-top: 26px; display: none;}
.importUpload_dynamic .box_3 {margin-top: 16px;}
.importUpload_dynamic .box_1 .iconTxt {float: left; position: relative; left: -50%; padding-left: 20px; background: url(http://srfiles.yunquna.com/images/v1.3/icons.png) no-repeat 0 -77px;}
.importUpload_dynamic .box_2 .iconTxt {float: left; position: relative; left: -50%; padding-left: 20px; background: url(http://srfiles.yunquna.com/images/global/loading2.gif) no-repeat 0 2px;}
.importUpload_dynamic .box_3 p {float: left; position: relative; left: -50%; clear: both;}
.importUpload_dynamic .box_3 span {float: left;}
.importUpload_dynamic .box_3 .iconTxt {padding-left: 20px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 2px;}
.importUpload_dynamic .box_3 .fail {margin-left: 10px; color: red;}
.importUpload_dynamic .box_3 .download {margin-left: 15px;}
.importUpload_dynamic .box_4 .iconTxt {float: left; position: relative; left: -50%; padding-left: 20px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -21px;}
.importUpload_dynamic .box_5 .iconTxt {float: left; position: relative; left: -50%; color: red; padding-left: 20px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 2px;}
.importUpload_example {width: 847px; margin-top: 20px;}
.importUpload_example .text {float: left; width: 100%; line-height: 17px;}
.importUpload_example .example {float: left; width: 100%; margin-top: 15px;}
.importUpload_example .example dt {float: left; width: 27px; height: 29px; margin-right: 8px; background: url(http://srfiles.yunquna.com/images/v1.3/icon_doc.png) no-repeat 0 0;}
.importUpload_example .example .d_1 {line-height: 15px; margin-top: 7px;}
.importUpload_btn {margin-top: 30px;}

/* ï¿½Ë·Ñ¹ï¿½ï¿½ï¿½ */
.priceCLTitleBox {height: 40px;}
.priceCLTitleBox .adminLineTitle {width: 980px; padding-top: 10px; background: #fff;}
.priceCLTitleBox .priceCLTitleFixed {position: fixed; left: 50%; top: 39px; z-index: 1500; margin-left: -380px; _margin-left: 0;}
.priceCenterList .adminLineList .list {padding: 12px 0;}
.priceCenterList .icon_baozhang {margin-top: 3px;}
.priceCenterListTip {height: 35px; line-height: 35px; padding: 0 15px; color: #ff3f12; background: #fff4d5; margin-top: 33px; margin-bottom: -20px;}

.priceCenterOptsBox {height: 42px; margin-top: 12px;}
.priceCenterOpts {width: 978px; height: 40px; line-height: 40px; border: 1px solid #abadb3; background: #e8e8e8;}
.PRCTOptsFixed {position: fixed; left: 50%; bottom: 0; z-index: 1500; margin-left: -380px; _margin-left: 0;}
.priceCenterOpts .text,
.priceCenterOpts .link {float: left; margin-left: 20px;}

.batchUploadTip {height: 35px; line-height: 35px; padding: 0 15px; color: #ff3f12; background: #fff4d5; margin-top: 40px;}

.DTableOptsBox {height: 60px; margin-top: 12px;}
.DTableOpts {width: 1198px; height: 58px; border: 1px solid #abadb3; background: #e8e8e8;}
.DTableOptsFixed {position: fixed; left: 50%; bottom: 0; z-index: 1500; margin-left: -600px; _margin-left: 0;}
.DTableOpts .link,
.DTableOpts .text {float: left; height: 17px; line-height: 17px; margin: 20px 0 0 15px;}
.DTableOpts .text {margin-left: 5px;}
.DTableOpts .input {float: left; width: 25px; height: 22px; line-height: 22px; text-align: center; border: 1px solid #bfbfbf; margin: 17px 0 0 5px;}
.DTableOpts .sendNiMing {float: left; margin: 22px 15px 0 0;}
.DTableOpts .btnSendPrice {float: left; margin: 10px 15px 0 0;}

.submitPortFixed {width: 72px; height: 54px; text-indent: -99em; overflow: hidden; position: fixed; _position: absolute; left: 50%; top: 355px; margin-left: 615px; background: url(http://srfiles.yunquna.com/images/v1.3/submitPort.png) no-repeat 0 -55px;}
.submitPortFixed:hover {background-position: 0 0;}
.submitPortFS {left: auto; right: 1px; margin-left: 0;}

.history_collect_tabs .tabs a {padding-left: 30px; padding-right: 30px;}
.history_collect_tabs .layer {width: 1198px;}
.priceCent_historyList,
.priceCent_collectList {margin-top: 25px;}
.priceCent_historyList .adminLineList .list {padding: 12px 0;}
.priceCent_collectList .adminLineList .list {padding: 22px 0;}
.priceCent_collectList .adminLineList .icon_elite {margin: 3px 0 0 5px;}
.priceCent_collectList .adminLineList .icon_renzheng {margin: 1px 0 0 5px;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
/* Ñ¡ï¿½ï¿½Í»ï¿½ï¿½ï¿½ï¿½é¡¢ï¿½Â½ï¿½ï¿½Í»ï¿½ï¿½ï¿½ï¿½ï¿½ */
.selCustGroupDialog {width: 386px;}
.selCustGroupDialog .publishForm {width: 370px; padding: 3px 0 25px;}
.selCustGroupDialog .publishForm .list {margin-top: 12px;}
.selCustGroupDialog .publishForm .btnSmall,
.selCustGroupDialog .publishForm .btnSmallGray {margin-top: 7px;}

.newCustGroupDialog {width: 386px;}
.newCustGroupDialog .publishForm {width: 370px; padding: 10px 0;}
.newCustGroupDialog .publishForm .list {margin-top: 0; height: 50px; margin-bottom: -4px;}
.newCustGroupDialog .publishForm .errorTip {width: 200px; margin: 0;;}
.newCustGroupDialog .publishForm .btnSmall,
.newCustGroupDialog .publishForm .btnSmallGray {margin-top: 7px;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½Þ¸ï¿½Í¬ï¿½Ë·ï¿½ */
.patchModifyPrice {width: 426px;}
.patchModifyPrice .publishForm {width: 385px; padding: 3px 0 25px 20px;}
.patchModifyPrice .publishForm .li_1 {margin-top: 12px; height: 50px;}
.patchModifyPrice .publishForm .li_2 {margin-top: 0;}
.patchModifyPrice .publishForm .li_3 {margin-top: 22px;}
.patchModifyPrice .publishForm .btnSmall,
.patchModifyPrice .publishForm .btnSmallGray {margin-top: 7px;}
.patchModifyPrice .publishForm .PNHuo {width: 35px;}
.patchModifyPrice .publishForm .errorTip {margin: 0;}
.patchModifyPrice .publishForm .yunfeiBox .type {width: 100%; padding-left: 0;}
.patchModifyPrice .publishForm .yunfeiBox .type span {width: 116px; margin-right: 10px; padding: 0;}
.patchModifyPrice .publishForm .yunfeiBox .inputMDSM {width: 114px; margin-right: 10px;}
.patchModifyPrice .publishForm .yunfeiBox .inputArea {width: 104px;}

/* v1.3ï¿½ï¿½Ò³ï¿½ï¿½ï¿½Þ¸ï¿½ */
.adminLineList .priceLineA,
.marketListCont .priceLineA {display: block; font-size: 14px; color: #666; text-decoration: line-through;}
.marketListCont .priceLineA {font-size: 15px;}
.adminLineList .priceLineA em,
.marketListCont .priceLineA em {color: #666;}
.adminLineList .priceLineB,
.marketListCont .priceLineB {display: block; font-family: Microsoft YaHei; font-size: 15px; color: #b00;}
.marketListCont .priceLineB {font-size: 16px;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½Ð³ï¿½--ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ï·ï¿½--Ñ¡ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ð§ï¿½ï¿½ */
.cateCheckedOpts {height: 33px; padding: 0 20px; margin-top: 15px; font-family: 'ï¿½ï¿½ï¿½ï¿½'; background: #f1f1f1;}
.cateCheckedOpts .title {float: left; height: 21px; line-height: 21px; margin: 6px 15px 0 0;}
.cateCheckedOpts .title span {float: left;}
.cateCheckedOpts .title em {float: left; padding: 0 2px;}
.cateCheckedOpts .cancelAll {float: right; height: 21px; line-height: 21px; color: #666; margin-top: 6px;}
.cateCheckedOpts .cancelAll:hover {color: #666;}
.cateCheckedOpts .chkOpt {float: left; height: 19px; border: 1px solid #bfbfbf; margin: 6px 10px 0 0; position: relative;}
.cateCheckedOpts .chkOpt:hover {border-color: #666;}
.cateCheckedOpts .chkOpt .text {float: left; height: 19px; line-height: 19px; padding: 0 20px 0 10px; color: #666; white-space: nowrap;}
.cateCheckedOpts .chkOpt .text:hover {color: #666; text-decoration: none;}
.cateCheckedOpts .chkOpt .icon {clear: both; width: 9px; height: 7px; overflow: hidden; background: url(http://srfiles.yunquna.com/images/v1.3/icons.png) no-repeat 0 -109px; position: absolute; right: 10px; top: 7px;}

/* ï¿½Ð±ï¿½ï¿½ï¿½ï¿½ */
.appointCustTip {margin-left: -10px; display: none;}
.appointCustShow {display: none;}
.appointCustBox {float: left; width: 375px; border: 1px solid #aeb0b6; margin: -15px 0 0 115px; display: inline; _position: relative;}
.appointCustBox .apptTit {padding: 13px 0 8px; border-bottom: 1px dashed #aeb0b6;}
.appointCustBox .apptTit dd,
.appointCustBox .apptLine dd {float: left; height: 19px; line-height: 19px; display: inline; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.appointCustBox .apptTit .sp_1,
.appointCustBox .apptLine .sp_1 {width: 75px; margin-left: 25px;}
.appointCustBox .apptTit .sp_2,
.appointCustBox .apptLine .sp_2 {width: 195px; margin-left: 10px;}
.appointCustBox .apptTit .sp_3,
.appointCustBox .apptLine .sp_3 {width: 55px; margin-left: 10px;}
.appointCustBox .apptList {padding: 5px 0;}
.appointCustBox .apptLine {float: left; width: 100%; padding: 4px 0;}
.appointCustBox .apptBtn {padding: 1px 25px 12px;}

.iframe_new_LB .chkSel {float: left; width: 15px; margin: 2px -5px 0 20px;}
.appointCustDialog {width: 516px;}
.appointCustDialog .iframe_new_LB {padding-bottom: 15px;}
.appointCustDialog .marketListCont .NLBSales {width: 90px; margin-left: 15px;}
.appointCustDialog .marketListCont .NLBSales .tit {max-width: 65px; _width: 62px;}
.appointCustDialog .marketListCont .NLBLogistics {width: 200px;}
.appointCustDialog .marketListCont .NLBLogistics .tit {max-width: 173px; _width: 171px;}

/* ï¿½ï¿½Ó¢ï¿½ï¿½ï¿½ï¿½--ï¿½ï¿½ï¿½ï¿½Ò³ï¿½ï¿½ */
.eliteSide {float: left; width: 312px; margin-top: 40px;}
.eliteSideAvatar {float: left; width: 310px; border: 1px solid #ffcc99;}
.eliteSideAvatar .person {float: left; width: 100%; margin-top: 20px;}
.eliteSideAvatar .person dt {float: left; width: 85px; height: 85px; margin: 0 10px 0 75px; display: inline;}
.eliteSideAvatar .person dt img {width: 85px; height: 85px; display: block;}
.eliteSideAvatar .person dd {float: left; width: 77px; height: 25px; line-height: 25px; font-family: Microsoft YaHei; font-size: 17px; text-align: center; margin-top: 5px;}
.eliteSideAvatar .person dd.name {margin-top: 13px;}
.eliteSideAvatar .info {float: left; width: 270px; padding: 8px 20px 16px;}
.eliteSideAvatar .info p {line-height: 23px; padding-top: 10px;}
.eliteSideAvatar .info p.text {line-height: 21px; text-indent: 2em;}
.eliteSideCompany {float: left; width: 310px; border: 1px solid #ffcc99; margin-top: 15px;}
.eliteSideCompany .company {float: left; width: 270px; margin: 18px 20px 0; display: inline;}
.eliteSideCompany .company dt {float: left; width: 80px; height: 80px;}
.eliteSideCompany .company dt img {width: 80px; height: 80px; display: block;}
.eliteSideCompany .company dd {float: left; width: 180px; height: 42px; line-height: 21px; overflow: hidden; font-family: Microsoft YaHei; font-size: 15px; text-align: center; margin: 18px 0 0 10px; display: inline;}
.eliteSideCompany .info {float: left; width: 270px; padding: 0 20px 15px;}
.eliteSideCompany .info p {text-indent: 2em; line-height: 21px; margin-top: 15px;}

.eliteMain {float: right; width: 870px; margin-top: 40px;}
.eliteMainBox {margin-bottom: 40px;}
.eliteMainBox .title {float: left; width: 100%;}
.eliteMainBox .title .cell {float: left; width: 135px; height: 40px; background: url(http://srfiles.yunquna.com/images/index/tabLink.png) no-repeat 0 0;}
.eliteMainBox .title .cell span {float: left; width: 135px; height: 35px; line-height: 35px; background: #3398da; font-family: Microsoft YaHei; font-size: 17px; text-align: center; color: #fff;}
.eliteMainBox .info {float: left; width: 848px; min-height: 52px; _height: 52px; padding: 0 10px 10px; border: 1px solid #bfbfbf; margin-top: 16px;}
.eliteMainBox .info p {line-height: 21px; margin-top: 10px;}
.eliteMainBox .info ul {float: left;}
.eliteMainBox .info li {float: left; margin: 10px 15px 0 0; display: inline; white-space: nowrap;}

/* ï¿½ï¿½Ó¢ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ÑµÓª */
.eliteTraining_1 {width: 100%; height: 923px; margin-top: 7px; background: url(http://srfiles.yunquna.com/images/v1.3/eliteTraining/1.jpg) no-repeat center center;}
.eliteTraining_1 .wrap {position: relative; height: 923px;}
.eliteTraining_1 .wrap .link_1 {width: 125px; height: 42px; position: absolute; left: 721px; top: 435px; text-indent: -99em; overflow: hidden;}
.eliteTraining_2 {width: 100%; height: 1904px; background: url(http://srfiles.yunquna.com/images/v1.3/eliteTraining/2.jpg) no-repeat center center;}
.eliteTraining_3 {width: 100%; height: 790px; background: url(http://srfiles.yunquna.com/images/v1.3/eliteTraining/3.jpg) no-repeat center center;}
.eliteTraining_4 {width: 100%; height: 1112px; background: url(http://srfiles.yunquna.com/images/v1.3/eliteTraining/4.jpg) no-repeat center center;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½Ð³ï¿½--ï¿½ï¿½Â¼ï¿½ï¿½ï¿½ï¿½ */
.marketListLogin {padding: 20px 0; font-family: Microsoft YaHei; font-size: 14px; text-align: center; border: 1px solid #ddd; background: #fff4d7; margin-top: 10px;}
.marketListLogin .numb {color: #ff840c; margin: 0 5px;}

/* ï¿½ï¿½ï¿½ï¿½--ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.cashDialog {
	width: 530px; height: 480px; border: 3px solid #bfbfbf; background: #fff; position: fixed; _position: absolute; left: 50%; top: 50%; margin-left: -353px; margin-top: -253px; z-index: 2000;
	_top: expression(eval(document.documentElement.clientHeight / 2 + document.documentElement.scrollTop)); display: none;
}
.cashDialog .titBox {height: 51px; border-bottom: 1px solid #bfbfbf; background: url(http://srfiles.yunquna.com/images/v1.3/CDTit.png) repeat-x 0 0;}
.cashDialog .titBox .close {float: right; width: 16px; height: 16px; text-indent: -99em; overflow: hidden; margin: 17px 27px 0 0; background: url(http://srfiles.yunquna.com/images/v1.3/icons.png) no-repeat 1px -130px;}
.cashDialog .titBox .close:hover {background-position: -23px -130px;}
.cashDialog .titBox .tit {float: left; line-height: 51px; font-family: Microsoft YaHei; font-size: 16px; margin-left: 28px; display: inline;}
.cashDialog .titBox .balance {float: left; margin-left: 30px;}
.cashDialog .titBox .balance b {font-size: 16px; color: red;}
.cashDialog .contBox {height: 350px;}

.CDBank {width: 530px; padding-top: 50px; font-family: Microsoft YaHei; font-size: 14px;}
.CDBank .list {float: left; width: 100%; height: 61px;}
.CDBank .inputTit {float: left; width: 125px; height: 31px; line-height: 31px; margin-right: 25px; text-align: right;}
.CDBank .inputBox {float: left; width: 228px; height: 29px; border: 1px solid #bfbfbf;}
.CDBank .inputBox input {float: left; width: 208px; height: 25px; line-height: 25px; border: 0 none; margin: 2px 0 0 10px; display: inline; font-family: Microsoft YaHei; font-size: 14px;}
.CDBank .inputBox .text {float: left; width: 208px; height: 25px; line-height: 25px; margin: 2px 0 0 10px;}
.CDBank .inputSpan {float: left; height: 31px; line-height: 31px;}
.CDBank .tipTxt {float: left; clear: both; height: 17px; line-height: 17px; color: #ccc; margin: 5px 0 0 150px; font-family: Arail, 'ï¿½ï¿½ï¿½ï¿½'; font-size: 12px; white-space: nowrap;}
.CDSelBankBox {float: left; height: 31px; position: relative;}
.CDSelBank {float: left; height: 31px; line-height: 31px; color: #0b83f6; margin-left: 5px; cursor: pointer;}
.CDSelBankShow {width: 510px; background: #fff; *padding-bottom: 8px; position: absolute; left: -230px; top: 31px; display: none;}
.CDSelBankShow li {float: left; width: 160px; height: 30px; border: 1px solid #e6e6e6; margin: 0 8px 8px 0; cursor: pointer;}
.CDSelBankShow .radio {float: left; width: 13px; height: 13px; margin: 9px 4px 0 8px; display: inline;}
.CDSelBankShow .image {float: left; width: 120px; height: 30px; text-indent: -99em; overflow: hidden; background: url(http://srfiles.yunquna.com/images/v1.3/bank.jpg) no-repeat;}
.CDSelBankShow .bk_1 .image {background-position: -26px -1px;}
.CDSelBankShow .bk_2 .image {background-position: -196px -1px;}
.CDSelBankShow .bk_3 .image {background-position: -366px -1px;}
.CDSelBankShow .bk_4 .image {background-position: -26px -41px;}
.CDSelBankShow .bk_5 .image {background-position: -196px -41px;}
.CDSelBankShow .bk_6 .image {background-position: -366px -41px;}
.CDSelBankShow .bk_7 .image {background-position: -26px -81px;}
.CDSelBankShow .bk_8 .image {background-position: -196px -81px;}
.CDSelBankShow .bk_9 .image {background-position: -366px -81px;}
.CDSelBankShow .bk_10 .image {background-position: -26px -121px;}
.CDSelBankShow .bk_11 .image {background-position: -196px -121px;}
.CDSelBankShow .bk_12 .image {background-position: -366px -121px;}
.CDSelBankShow .bk_13 .image {background-position: -26px -161px;}
.CDSelBankShow .bk_14 .image {background-position: -196px -161px;}
.CDSelBankShow .bk_15 .image {background-position: -366px -161px;}
.CDSelBankShow .bk_16 .image {background-position: -26px -201px;}
.CDSelBankShow .bk_17 .image {background-position: -196px -201px;}
#CDBankWrap {}
#CDCardWrap {display: none;}
#CDIDWrap {display: none;}
#CDCompleteWrap {display: none;}
#CDBankWrap .btnNext,
#CDIDWrap .btnSubmit,
#CDCompleteWrap .btnDetermine {margin-left: 180px;}
#CDCardWrap .btnPrev {margin-left: 80px;}
#CDCardWrap .btnNext {margin-left: 28px;}

.CDCard {padding-top: 15px;}
.CDCard .list {float: left; width: 100%; margin-top: 20px;}
.CDCard .title {float: left; width: 160px; height: 31px; line-height: 31px; font-family: Microsoft YaHei; font-size: 14px; text-align: right; margin-right: 25px;}
.CDCardUploadBox {float: left; width: 190px; margin-right: 50px;}
.CDCardUploadBox .tip {height: 17px; line-height: 17px; margin-top: 7px; color: #989898;}
.CDCardUpload {width: 188px; height: 103px; border: 1px solid #bfbfbf; position: relative;}
.CDCardUpload .image {width: 188px; height: 103px; display: block;}
.CDCardExam {float: left; width: 188px; height: 103px; border: 1px solid #bfbfbf;}
.CDCardExam img {width: 188px; height: 103px; display: block;}
.CDAgree {margin: 22px 0 0 100px; color: #989898;}
.CDComplete {padding: 135px 0 0 65px;}
.CDComplete .icon {float: left; width: 51px; height: 48px; background: url(http://srfiles.yunquna.com/images/dialog/alert_icon.png) no-repeat 0 0;}
.CDComplete .text {float: left; width: 360px; line-height: 19px; margin: 3px 0 0 13px; font-family: 'ï¿½ï¿½ï¿½ï¿½'; word-wrap: break-word;}

.cashInviteFriends {padding: 23px 0 0 30px;}
.cashInviteFriends .tipTxt {line-height: 17px; color: #ccc;}
.cashInviteFriends .QRCode {line-height: 17px; margin-top: 10px;}
.cashInviteFDS {margin-top: 15px;}
.cashInviteFDS .QRImg {float: left;}
.cashInviteFDS .copyBox {float: left; width: 600px; height: 195px; padding-left: 50px; border-left: 1px solid #989797; margin-left: 50px; display: inline;}
.cashInviteFDS .copyBox .text {float: left; width: 100%; line-height: 17px;}
.cashInviteFDS .copyBox .area {float: left; width: 520px; height: 33px; line-height: 33px; color: #ccc; padding: 0 10px; border: 1px solid #989797; margin-top: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.cashInviteFDS .copyBox .btnCopy {margin-top: 25px;}

/* ï¿½Ö½ï¿½È¯ */
.cashCoupon {width: 978px; height: 133px; border: 1px solid #e1e1e1; margin-top: 15px;}
.cashCoupon .cellA {float: left; width: 295px;}
.cashCoupon .lineA {float: left; width: 285px; line-height: 17px; margin: 26px 0 0 10px; display: inline;}
.cashCoupon .lineB {float: left; width: 285px; margin: 6px 0 0 10px; display: inline;}
.cashCoupon .lineC {float: left; width: 285px; line-height: 17px; margin: 8px 0 0 10px; display: inline;}
.cashCoupon .lineC .act {margin-left: 15px;}
.cashCoupon .number {float: left; height: 35px; line-height: 35px; font-family: Microsoft YaHei; font-size: 30px;}
.cashCoupon .number em {font-size: 18px;}
.cashCoupon .TXSpan {float: left; width: 52px; height: 21px; line-height: 21px; text-align: center; color: #666; border: 1px solid #b4b4b4; margin: 10px 0 0 15px;}
.cashCoupon .TXLink {float: left; width: 52px; height: 21px; line-height: 21px; text-align: center; color: #fff; border: 1px solid #d76400; background: #f57402; margin: 10px 0 0 15px;}
.cashCoupon .TXLink:hover {color: #fff; background: #f5ad2e; text-decoration: none;}
.cashCoupon .TXRule {float: left; height: 23px; line-height: 23px; margin: 10px 0 0 15px;}
.cashCoupon .cellB {float: left; width: 340px; height: 133px; border-left: 1px solid #e1e1e1;}
.cashCoupon .cellB dt {float: left; width: 90px; height: 90px; overflow: hidden; margin: 21px 0 0 10px; display: inline; position: relative;}
.cashCoupon .cellB .AA {width: 90px; height: 90px; background: url(http://srfiles.yunquna.com/images/v1.3/circle.png) no-repeat 0 0; _background: #58c627; position: absolute; left: 0; top: 0; z-index: 1;}
.cashCoupon .cellB .BB {width: 90px; height: 90px; background: url(http://srfiles.yunquna.com/images/v1.3/circle.png) no-repeat -100px 0; _background: #ff3f12; position: absolute; left: 0; bottom: 0; z-index: 2;}
.cashCoupon .cellB .CC {width: 90px; height: 90px; background: url(http://srfiles.yunquna.com/images/v1.3/circle.png) no-repeat -200px 0; _display: none; position: absolute; left: 0; top: 0; z-index: 3;}
.cashCoupon .cellB .DD {width: 90px; height: 90px; line-height: 90px; font-family: Microsoft YaHei; font-size: 36px; font-weight: 700; color: #fff; text-align: center; position: absolute; left: 0; top: 0; z-index: 4;}
.cashCoupon .cellB dd {float: right; width: 225px; line-height: 17px; font-family: Microsoft YaHei;}
.cashCoupon .cellB .ddA {font-size: 16px; font-weight: 700; color: #2c2c2c; line-height: 19px; margin-top: 28px;}
.cashCoupon .cellB .ddB {font-size: 14px; color: #2c2c2c; margin-top: 4px;}
.cashCoupon .cellB .ddC {color: #97989a;}
.cashCoupon .cellB .ddD {margin-top: 4px;}

.cashRecord {margin-top: 30px; font-family: Microsoft YaHei;}
.cashRecord .tit {font-size: 18px; line-height: 45px; color: #666;}
.cashRecord .cont {height: 47px; padding-top: 18px; background: #f4f9fe; border-top: 2px solid #b7d0e8; border-bottom: 1px solid #cecece;}
.cashRecord .cont .text {float: left; height: 28px; line-height: 28px; margin-left: 30px; display: inline;}
.cashRecord .cont .date {float: left; width: 90px; height: 26px; line-height: 26px; padding: 0 10px; border: 1px solid #b3b5c2; background: #fff; font-size: 16px; color: #333;}
.cashRecord .cont .zhi {float: left; width: 25px; height: 28px; line-height: 28px; text-align: center;}
.cashRecordList {margin-top: 10px;}
.cashRecordList .title {height: 31px; border-bottom: 1px solid #cecece; background: #f5f5f5;}
.cashRecordList .title .text {float: left; line-height: 31px; font-family: Microsoft YaHei; font-size: 15px; margin-left: 30px; display: inline;}
.cashRecordList .title .tabs {float: left; line-height: 15px; margin: 8px 0 0 50px;}
.cashRecordList .title .tabs span {float: left; width: 10px; text-align: center;}
.cashRecordList .title .tabs a {float: left; color: #464646;}
.cashRecordList .title .tabs a:hover {color: #464646;}
.cashRecordList .title .tabs a.current,
.cashRecordList .title .tabs a.current:hover {color: #0b83f6;}
.cashRecordList .list li {float: left; width: 100%; line-height: 19px; padding: 12px 0; border-bottom: 1px solid #cecece;}
.cashRecordList .list .cell {float: left; margin-left: 30px; display: inline;}

.activity_exp_body {padding: 0; background: #f3f2ed url(http://srfiles.yunquna.com/images/v1.3/activity_exp_bg.png) repeat-x 0 0;}
.activity_exp_img {margin: 0 auto; display: block;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ö½ï¿½ */
.BNInviteF_1 {width: 100%; height: 846px; margin-top: 7px; overflow: hidden; position: relative;}
.BNInviteF_2 {width: 100%; height: 492px; overflow: hidden; position: relative;}
.BNInviteF_3 {width: 100%; height: 168px; overflow: hidden; position: relative;}
.BNInviteF_1 img,
.BNInviteF_2 img,
.BNInviteF_3 img {width: 2002px; position: absolute; left: 50%; margin-left: -1001px;}
.BNInviteF_invite,
.BNInviteF_record {width: 100%; min-height: 100px; _height: 100px; background: url(http://srfiles.yunquna.com/images/v1.3/inviteFriends/bg.jpg) repeat-y center center;}
.BNInviteF_invite .wrap {width: 958px; margin: 0 auto;}
.BNInviteF_invite .notLogin {width: 818px; padding: 45px 70px;}
.BNInviteF_invite .notLogin .tipTxt {height: 51px; line-height: 51px; text-align: center; background: #fff; border: 1px solid #c7c6c6;}
.BNInviteF_invite .notLogin .btnOut {margin-top: 28px;}
.BNInviteF_invite .notLogin .btnLogin {float: left; width: 130px; height: 52px; text-indent: -99em; overflow: hidden; background: url(http://srfiles.yunquna.com/images/v1.3/inviteFriends/btn_login.png) no-repeat 0 0;}
.BNInviteF_invite .hasLogin {width: 848px; padding: 45px 55px;}

.BNInviteF_invite .QRCode {line-height: 17px; margin-top: 10px; padding-left: 15px; color: #676962;}
.BNInviteF_invite .QRInvite {margin-top: 15px;}
.BNInviteF_invite .QRInvite .QRImg {float: left;}
.BNInviteF_invite .QRInvite .copyBox {float: left; width: 530px; height: 195px; padding-left: 50px; border-left: 1px solid #c7c6c6; margin: 15px 0 0 35px; display: inline;}
.BNInviteF_invite .QRInvite .copyBox .text {float: left; width: 100%; line-height: 17px; color: #676962;}
.BNInviteF_invite .QRInvite .copyBox .area {float: left; width: 510px; height: 33px; line-height: 33px; color: #ccc; padding: 0 9px; margin-top: 20px; background: #fff; border: 1px solid #c7c6c6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.BNInviteF_invite .QRInvite .copyBox .btnCopy {float: left; width: 178px; height: 52px; margin-top: 25px; text-indent: -99em; overflow: hidden; background: url(http://srfiles.yunquna.com/images/v1.3/inviteFriends/btn_copy.png) no-repeat 0 0;}

.BNInviteF_record .wrap {width: 916px; padding: 45px 21px 0; margin: 0 auto;}
.BNInviteF_record .leftRds {float: left; width: 596px;}
.BNInviteF_record .rightRds {float: right; width: 298px;}
.BNInviteF_rds {height: 395px; border: 1px solid #ededec; background: #fff; color: #ababae;}
.BNInviteF_rds .title {float: left; width: 100%; height: 35px; border-bottom: 1px solid #ededec; background: #f3f3f3;}
.BNInviteF_rds .title li {float: left; height: 21px; line-height: 21px; margin: 7px 0 0 10px; display: inline;}
.BNInviteF_rds .list {float: left; width: 100%;}
.BNInviteF_rds .list li {float: left; width: 100%; height: 19px; line-height: 19px; padding: 8px 0; border-bottom: 1px dashed #ededec;}
.BNInviteF_rds .list .cell {float: left; margin-left: 10px; display: inline;}
.BNInviteF_rds .list .clNum {float: left; width: 18px; height: 18px; line-height: 18px; text-align: center; font-weight: 700; color: #fff; background: url(http://srfiles.yunquna.com/images/v1.3/inviteFriends/num.png) no-repeat 0 0;}
.BNInviteF_rds .list .clName {float: left; width: 100%; color: #5d5a5b; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.BNInviteF_rds .list .clAmount {float: left; font-weight: 700; color: #ff6501;}
.BNInviteF_record .rightRds .list {height: 359px; overflow: hidden;}
.BNInviteF_rds .receive_box {float: left; width: 100%; padding-top: 90px;}
.BNInviteF_rds .receive_box .text {line-height: 23px; text-align: center; color: #4f657c;}
.BNInviteF_rds .receive_box .btn_receive {width: 296px; height: 68px; display: block; margin: 35px auto 0; text-indent: -99em; overflow: hidden; background: url(http://srfiles.yunquna.com/images/v1.3/inviteFriends/btn_receive.png) no-repeat 0 0;}

/* Æ·ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.brandLogWrap {background: #f0f1f3;}
.brandLogWrap .topImg {width: 100%; height: 115px; background: url(http://srfiles.yunquna.com/images/v1.3/brandLogistics/top.jpg) no-repeat center center; text-indent: -999em; overflow: hidden;}
.brandLogWrap .bottomImg {width: 1200px; height: 90px; display: block; margin: 20px auto 0;}
.brandLogWrap .wrap {background: #fff; margin-top: 29px; min-height: 200px; _height: 200px;}
.brandLogSrch {float: right; width: 224px; height: 85px; margin: -29px 28px 0 0; background-repeat: no-repeat; background-position: 0 0; _position: relative;}
.brandLogSrch .input {float: left; width: 160px; height: 33px; line-height: 33px; border: 0 none; background: transparent; margin: 41px 0 0 17px;}
.brandLogSrch .button {float: left; width: 42px; height: 45px; border: 0 none; background: transparent; margin-top: 35px; text-indent: -99em; overflow: hidden;}
.brandLogList {float: left; width: 1200px; overflow: hidden;}
.brandLogList ul {float: left; width: 1210px; margin-left: 1px; border-top: 1px solid #f0f1f3; display: inline;}
.brandLogList li {float: left; width: 277px; padding: 13px 11px; border-right: 1px solid #f0f1f3; border-bottom: 1px solid #f0f1f3;}
.brandLogList .image,
.brandLogList .image img {float: left; width: 277px; height: 208px;}
.brandLogList p {float: left; width: 100%; line-height: 19px; font-family: Microsoft YaHei; font-size: 15px; color: #7f7f7f; margin-top: 5px;}
.brandLogList .company {margin-top: 20px;}
.brandLogList .company a {float: left; width: 100%; font-size: 16px; color: #549fd3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.brandLogList .addrText {float: left; width: 240px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.brandLogList .addrIcon {float: left; width: 19px; height: 24px; overflow: hidden; margin: -5px 0 0 5px; position: relative; background: url(http://srfiles.yunquna.com/images/v1.3/brandLogistics/addr.png) no-repeat 1px 0;}
.brandLogList .addrIcon:hover {background-position: -22px 0;}
.brandLogList .business {color: #b7b7b7; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.brandLogDialog {
	width: 1176px; height: 657px; position: fixed; _position: absolute; left: 50%; top: 50%; margin-left: -593px; margin-top: -333px; z-index: 2000;
	background: #fff; border: 5px solid #ccc; display: none;
	_top: expression(eval(document.documentElement.clientHeight / 2 + document.documentElement.scrollTop));
}
.brandLogDialog .info {float: left; width: 255px; margin: 48px 0 0 30px; display: inline;}
.brandLogDialog .info dt,
.brandLogDialog .info dt img {float: left; width: 230px; height: 165px;}
.brandLogDialog .info dd {float: left; width: 100%; line-height: 21px; font-family: Microsoft YaHei; font-size: 14px; color: #7f7f7f; word-wrap: break-word; word-break: break-all;}
.brandLogDialog .info .company {font-size: 15px; color: #549fd3; margin-top: 28px;}
.brandLogDialog .info .business {font-size: 13px; color: #b7b7b7;}
.brandLogDialog .map {float: right; width: 851px; height: 613px; margin: 28px 15px 0 0; display: inline; overflow: hidden;}
.brandLogDialog .close {clear: both; width: 15px; height: 15px; text-indent: -99em; overflow: hidden; position: absolute; right: 15px; top: 5px; background: url(http://srfiles.yunquna.com/images/v1.3/icons.png) no-repeat 2px -153px;}
.brandLogDialog .close:hover {background-position: -19px -153px;}

/* v1.4 style */
/* ï¿½ï¿½Ï¢ï¿½ï¿½ï¿½ï¿½ */
.messageListWrap {margin-top: -10px;}
.messageListWrap .adminLineList .list {padding: 15px 0;}
.adminLineList .msgLink {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.adminLineList .msgLink a,
.adminLineList .msgLink a:hover {color: #666;}
.adminLineList .msgLinkNew {font-weight: 700;}
.msgDetailCont {padding: 10px 175px; margin-top: -10px; line-height: 23px;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½Ìºï¿½Ì¨ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.mngCent_user {padding-bottom: 20px; margin-top: 15px; border: 1px solid #dce0e6;}
.mngCent_user .info {float: left; width: 495px; border-right: 1px solid #dce0e6; margin: 20px 0 0 45px; display: inline;}
.mngCent_user .info dt {float: left; width: 76px; height: 76px; border: 2px solid #eaeaea; position: relative;}
.mngCent_user .info dt .avatar {display: block; width: 76px; height: 76px; position: relative; z-index: 2;}
.mngCent_user .info dt .avatar_link {display: block; width: 76px; height: 76px; position: absolute; left: 0; top: 0; z-index: 3; opacity: 0; filter: alpha(opacity=0);}
.mngCent_user .info dt .avatar_link img {display: block; width: 76px; height: 76px;}
.mngCent_user .info dt .avatar_link:hover {opacity: 1; filter: alpha(opacity=100);}
.mngCent_user .info dd {float: right; width: 400px; font-family: Microsoft YaHei; color: #666;}
.mngCent_user .info .company {font-size: 15px; line-height: 17px;}
.mngCent_user .info .credit {margin-top: 10px;}
.mngCent_user .info .name {margin-top: 25px;}
.mngCent_user .info .name span {float: left; font-size: 14px; line-height: 15px;}
.mngCent_user .info .name em {float: left; width: 15px; height: 14px; overflow: hidden; margin-left: 3px; background: url(http://srfiles.yunquna.com/images/icons.png) no-repeat 0 -214px;}
.mngCent_user .info .account {margin-top: 5px;}
.mngCent_user .info .account .text {float: left; line-height: 15px; margin: 6px 12px 0 0;}
.mngCent_user .RZModel {float: left; height: 22px; margin-right: 13px; position: relative; display: none;}
.mngCent_user .RZModel .icon {float: left; height: 22px; background: url(http://srfiles.yunquna.com/images/v1.4/icons.png) no-repeat;}
.mngCent_user .RZModel .iconMB {width: 16px; background-position: 0 0;}
.mngCent_user .RZModel .iconID {width: 29px; background-position: -29px 0;}
.mngCent_user .RZModel .iconRZ {width: 22px; background-position: -73px 0;}
.mngCent_user .RZModel .iconMBOK {width: 16px; background-position: 0 -27px;}
.mngCent_user .RZModel .iconIDOK {width: 29px; background-position: -29px -27px;}
.mngCent_user .RZModel .iconRZOK {width: 22px; background-position: -73px -27px;}
.mngCent_user .RZModel .RZBox {clear: both; height: 31px; border: 1px solid #ef9051; position: absolute; left: -35px; top: -48px; display: none;}
.mngCent_user .RZModel .RZBox div {padding: 5px 9px; line-height: 21px; white-space: nowrap;}
.mngCent_user .RZModel .RZBox em {width: 23px; height: 12px; background: url(http://srfiles.yunquna.com/images/v1.4/icons.png) no-repeat 0 -59px; position: absolute; left: 18px; bottom: -12px; _bottom: -18px;}
.mngCent_user .cash {float: left; width: 435px; margin-top: 20px;}
.mngCent_user .cash .lineA {float: left; width: 390px; line-height: 19px; font-family: Microsoft YaHei; font-size: 14px; margin: 10px 0 0 45px; display: inline;}
.mngCent_user .cash .lineB {float: left; width: 345px; margin: 6px 0 0 90px; display: inline;}
.mngCent_user .cash .lineC {float: left; width: 345px; line-height: 17px; margin: 8px 0 0 90px; display: inline;}
.mngCent_user .cash .lineC .act {margin-left: 15px; font-family: 'ï¿½ï¿½ï¿½ï¿½';}
.mngCent_user .cash .number {float: left; height: 35px; line-height: 35px; font-family: Microsoft YaHei; font-size: 30px;}
.mngCent_user .cash .number em {font-size: 18px;}
.mngCent_user .cash .TXLink {float: left; width: 52px; height: 21px; line-height: 21px; text-align: center; color: #fff; border: 1px solid #d76400; background: #f57402; margin: 10px 0 0 30px;}
.mngCent_user .cash .TXLink:hover {color: #fff; background: #f5ad2e; text-decoration: none;}
.mngCent_user .cash .TXRule {float: left; height: 23px; line-height: 23px; margin: 10px 0 0 15px;}

.mngCent_opts {width: 978px; border: 1px solid #dce0e6; padding: 17px 0 21px; margin-top: 30px; overflow: hidden;}
.mngCent_opts ul {float: left; width: 990px;}
.mngCent_opts li {float: left; width: 245px;}
.mngCent_opts dl {float: left; width: 244px;}
.mngCent_opts .vLine {float: left; width: 1px; height: 38px; overflow: hidden; background: #dce0e6; margin-top: 16px;}
.mngCent_opts dt {float: left; width: 29px; height: 28px; margin-left: 50px; display: inline; background: url(http://srfiles.yunquna.com/images/v1.4/icons.png) no-repeat;}
.mngCent_opts .icon_1 {background-position: 0 -81px;}
.mngCent_opts .icon_2 {background-position: -38px -81px;}
.mngCent_opts .icon_3 {background-position: 0 -119px;}
.mngCent_opts .icon_4 {background-position: -38px -119px;}
.mngCent_opts .icon_5 {background-position: 0 -157px;}
.mngCent_opts dd {float: right; width: 155px; color: #666; line-height: 21px;}
.mngCent_opts .title {line-height: 15px; padding-bottom: 8px; color: #ff8713;}
.mngCent_opts .numb,
.mngCent_opts .numb:hover {color: #666;}
.mngCent_opts .numb em {color: #ff3f12;}

.mngCent_chart {padding: 5px; border: 1px solid #dce0e6; margin-top: 20px;}
.mngCent_chart .chartBox {width: 480px; height: 310px; position: relative;}
.mngCent_chart .chartArea {width: 480px; height: 310px;}
.mngCent_chart .chartLayer {width: 480px; height: 310px; position: absolute; left: 0; top: 0; z-index: 3;}
.mngCent_chart .chartLayer .text {float: left; height: 19px; position: relative; left: 50%; top: 145px; z-index: 5;}
.mngCent_chart .chartLayer .text span {float: left; height: 19px; line-height: 19px; font-size: 14px; color: red; white-space: nowrap; padding-left: 30px; background: url(http://srfiles.yunquna.com/images/v1.4/noData.png) no-repeat left center; position: relative; left: -50%; top: 0;}
.mngCent_chart .chartLayer .layer {clear: both; width: 480px; height: 310px; position: absolute; left: 0; top: 0; z-index: 4; background: #fff; opacity: 0.5; filter: alpha(opacity=50);}

.mngCentEntrustTit {height: 33px; line-height: 33px; background: #f1f1f1; margin-top: 15px;}
.mngCentEntrustTit .text {float: left; margin-left: 20px;}
.mngCentEntrustTit .more {float: right; margin-right: 20px; color: #666; font-family: 'ï¿½ï¿½ï¿½ï¿½';}
.mngCentEntrustTit .more:hover {color: #666;}

.mngCentEntrustList .list {padding: 12px 0;}
.mngCentEntrustList .cellD {margin-left: 20px;}
.mngCentEntrustList .info_1 {float: left; width: 100%; color: #0b83f6; font-family: Microsoft YaHei; font-size: 14px;}
.mngCentEntrustList .info_1 .textDiv {float: left; width: 235px; max-height: 42px; _height: 42px; overflow: hidden; word-wrap: break-word; word-break: break-all;}
.mngCentEntrustList .info_1 .text {float: left; color: #0b83f6;}
.mngCentEntrustList .info_2,
.mngCentEntrustList .info_3 {float: left; width: 100%; font-family: Microsoft YaHei; font-size: 14px;}
.mngCentEntrustList .info_2 .hang {float: left; width: 235px;}
.mngCentEntrustList .info_2 .line {float: left; width: 100%;}
.mngCentEntrustList .info_2 .line span {float: left; max-width: 108px; _width: 108px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.mngCentEntrustList .info_2 .line em {float: left; width: 15px; text-align: center;}
.mngCentEntrustList .priceC {float: left; width: 70px;}
.mngCentEntrustList .priceC b {display: block; width: 100%; font-family: Microsoft YaHei; font-size: 14px;}
.mngCentEntrustList .palletNum {display: block; width: 100%; _margin-right: -3px; font-family: Microsoft YaHei; font-size: 14px;}

/* ï¿½Òµï¿½ï¿½Ë»ï¿½--ï¿½Ï´ï¿½Í·ï¿½ï¿½ */
.setSelectAvatar {float: left; width: 900px;}
.setSelectAvatar .opts .tip {height: 17px; line-height: 17px; color: #bfbfbf; margin-top: 7px;}
.setSelectAvatar .selectBtnOut {width: 202px; height: 33px; margin-top: 6px; position: relative;}
.setSelectAvatar .selectBtnOut .btnUpload {display: block; width: 144px; height: 33px; line-height: 33px; padding-left: 58px; background: url(http://srfiles.yunquna.com/images/v1.4/btnUpload.png) no-repeat 0 0; position: relative; z-index: 2;}
.setSelectAvatar .selectBtnOut .layer {width: 202px; height: 33px; overflow: hidden; position: absolute; left: 0; top: 0; z-index: 3; cursor: pointer; background: url(about:blank);}
.setSelectAvatar .avatarBox {margin-top: 20px;}
.setSelectAvatarBig {float: left; width: 470px; margin-right: 20px;}
.setSelectAvatarBig .imgBox {width: 470px; min-height: 236px; _height: 236px; border: 1px solid #e9eaec; background: #f9f9f9;}
.setSelectAvatarSmall {float: right; width: 340px; padding-left: 30px; border-left: 1px solid #e9eaec;}
.setSelectAvatarSmall .txt_1 {font-family: Microsoft YaHei; font-size: 15px; font-weight: 700; line-height: 17px;}
.setSelectAvatarSmall .txt_2 {line-height: 21px; color: #999;}
.setSelectAvatarSmall .list {margin-top: 10px;}
.setSelectAvatarSmall dd {float: left; width: 100%;}
.setSelectAvatarSmall .cellBig {float: left; width: 152px; margin-right: 13px;}
.setSelectAvatarSmall .cellBig .imgBox {width: 150px; height: 150px; border: 1px solid #ebebed;}
.setSelectAvatarSmall .cellBig .imgBox img {width: 150px; height: 150px; display: block;}
.setSelectAvatarSmall .cellMid {float: left; width: 82px; margin-right: 13px;}
.setSelectAvatarSmall .cellMid .imgBox {width: 80px; height: 80px; border: 1px solid #ebebed;}
.setSelectAvatarSmall .cellMid .imgBox img {width: 80px; height: 80px; display: block;}
.setSelectAvatarSmall .cellSml {float: left; width: 62px; margin-right: 13px;}
.setSelectAvatarSmall .cellSml .imgBox {width: 40px; height: 40px; border: 1px solid #ebebed;}
.setSelectAvatarSmall .cellSml .imgBox img {width: 40px; height: 40px; display: block;}
.setSelectAvatarSmall .tip {line-height: 17px; margin-top: 4px; display: block;}
.setSelectAvatarSmall .btnCut {margin-top: 15px;}

/* ï¿½ï¿½Â¼Ò³ï¿½ï¿½--ï¿½Þ¸ï¿½ */
.loginNewLogo {width: 1050px; margin: 0 auto; padding-bottom: 45px;}
.loginNewLogo .logo,
.loginNewLogo .logo img {display: block; width: 291px; height: 45px;}

/* 404Ò³ï¿½ï¿½ */
.system404_body {padding: 0; background: #f1f1f1;}
.system404_img {width: 1200px; height: 667px; position: relative;}
.system404_img img {display: block;}
.system404_img .text {position: absolute; left: 130px; top: 345px;}
.system404_img .text p {line-height: 25px; margin-bottom: 20px; font-family: Microsoft YaHei; font-size: 18px; color: #666;}
.system404_img .text .title {font-size: 26px; line-height: 29px;}
.system404_img .text .link,
.system404_img .text .link:hover {color: #666;}

/* ï¿½ï¿½Ã»ï¿½Ð°ï¿½ï¿½Ö»ï¿½ */
.bindingPhoneDialog {
	width: 650px; height: 400px; background: #fff; border: 1px solid #ddd; position: fixed; _position: absolute; z-index: 2000; left: 50%; top: 50%; margin-left: -326px; margin-top: -94px;
	_top: expression(eval(document.documentElement.clientHeight / 2 + document.documentElement.scrollTop)); display: none;
}
.bindingPhoneDialog .inner {width: 100%; height: 100%; background: #fff; position: relative; z-index: 2;}
.bindingPhoneDialog .textTitle {height: 31px; line-height: 31px; font-family: Microsoft YaHei; font-size: 22px; font-weight: normal; color: #2c97dd; padding: 30px 0 0 38px;}
.bindingPhoneDialog .textCont {line-height: 19px; font-family: Microsoft YaHei; font-size: 14px; color: #f5a623; padding: 4px 0 0 38px;}
.bindingPhoneDialog .tipImg {position: absolute; right: -15px; top: -218px; z-index: 3; _z-index: 1;}
.bindingPhoneDialog .loginOut_form {width: 620px; margin: 10px 0 0 25px; display: inline;}
.bindingPhoneDialog .loginOut_form li {padding: 13px 0;}
.bindingPhoneDialog .nextTimeAct {float: left; height: 25px; line-height: 25px; margin: 15px 0 0 30px; font-family: Microsoft YaHei; font-size: 14px;}

/* v1.6 */
/* ï¿½Ï´ï¿½ï¿½Æ¹ãµ¥ */
.sendPromotionList {margin-top: -22px;}
.promotionList .li {float: left; width: 100%; margin-top: 22px;}
.promotionList .textTit {float: left; width: 80px; height: 24px; line-height: 24px; text-align: right; margin-right: 10px;}
.promotionList .inputMD {float: left; width: 398px; height: 22px; border: 1px solid #bfbfbf;}
.promotionList .inputMD input {float: left; width: 378px; height: 19px; line-height: 19px; margin: 2px 0 0 10px; border: 0 none;}
.promotionList .textareaMD {float: left; width: 888px; height: 100px; border: 1px solid #bfbfbf;}
.promotionList .textareaMD textarea {float: left; width: 868px; height: 90px; line-height: 21px; border: 0 none; outline: none; margin: 5px 0 0 10px;}
.promotionList .textBox {float: left; width: 890px;}
.promotionList .textSpan {float: left; line-height: 24px; word-wrap: break-word; word-break: break-all;}
.promotionList .selLink {float: left; height: 24px; line-height: 24px;}

.promSelCustomer {float: right; width: 888px; border: 1px solid #bfbfbf; margin-top: 10px;}
.promSelCustomer .adminLineTitle {height: 35px; padding-top: 13px; background: #f5f6f7; border-bottom: 0 none;}
.promSelCustomer .adminLineList .list {padding: 12px 0;}
.promSelCustomer .adminLineList .icon_elite {margin: 3px 0px 0px 5px;}
.promSelCustomer .adminLineList .icon_renzheng {margin: 1px 0px 0px 5px}

.PriceSendRecordTit {font-family: Microsoft YaHei; font-size: 14px; color: #127ddf; padding-left: 30px; margin-top: 30px;}
.PriceSendUserInfo {width: 950px; padding: 17px 0 17px 30px; background: #f3f3f3; margin-top: 50px;}
.PriceSendUserInfo li {float: left; width: 465px; height: 19px; line-height: 19px; margin-right: 10px; padding: 10px 0; font-family: Microsoft YaHei; font-size: 14px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/* ×¢ï¿½á¡¢ï¿½ï¿½Â¼ */
.nRegBody {padding: 0;}
.nRegPageTop {height: 82px; border-bottom: 1px solid #e7e7e7; background: #f7f7f7;}
.nRegPageTop .logo {float: left; width: 140px; height: 37px; margin-top: 23px; text-indent: -99em; overflow: hidden; background: url(http://srfiles.yunquna.com/images/v1.6/logo.png) no-repeat 0 0;}
.nRegPageTop .link {float: left; height: 50px; line-height: 50px; margin: 16px 0 0 20px; display: inline; padding-left: 15px; border-left: 1px solid #f5a623;}
.nRegPageTop .link a {color: #f5a623; font-family: Microsoft YaHei; font-size: 20px;}
.nRegFooter {padding: 28px 0; background: #f7f7f7; border-top: 1px solid #ddd;}

.nRegTabs {padding-top: 30px; border-bottom: 1px solid #268ed1; display: block;}
.nRegTabs li {float: left; width: 140px; height: 54px; margin-right: 7px; border-top: 1px solid #ddd; border-left: 2px solid #e9e9e9; border-right: 2px solid #e9e9e9;}
.nRegTabs li a {display: block; line-height: 54px; font-family: Microsoft YaHei; font-size: 16px; color: #999; background: #f7f7f7; text-align: center;}
.nRegTabs li a:hover {text-decoration: none;}
.nRegTabs li.current {border-color: #268ed1;}
.nRegTabs li.current a {background-color: #268ed1; color: #fff;}

.nRegWrap {padding: 40px 0 160px;}
.nRegStep {width: 640px; display: block; margin: 0 auto 56px;}
.nRegStep li {width: 100%; height: 103px; background: url(http://srfiles.yunquna.com/images/v1.6/step.png) no-repeat 0 0; text-indent: -999em; overflow: hidden;}
.nRegStep li.step2 {background-position: 0 -146px;}

.nRegForm {width: 100%; font-family: Microsoft YaHei; color: #666;}
.nRegForm li {float: left; width: 100%; margin-top: 30px;}
.nRegForm .inputTit {float: left; width: 420px; height: 45px; line-height: 45px; font-size: 16px; margin-right: 10px; text-align: right;}
.nRegForm .inputTit em {font-family: 'ï¿½ï¿½ï¿½ï¿½'; color: red; margin-right: 3px;}
.nRegForm .inputMD,
.nRegForm .textareaMD {float: left; width: 288px; height: 43px; border: 1px solid #ddd;}
.nRegForm .inputMD input,
.nRegForm .textareaMD textarea {float: left; width: 268px; height: 33px; line-height: 33px; border: 0 none; outline: none; margin: 5px 0 0 10px; font-family: Microsoft YaHei; font-size: 16px; color: #666;}
.nRegForm .textareaMD textarea {line-height: 21px;}
.nRegForm .yanInput {width: 148px;}
.nRegForm .yanInput input {width: 128px;}
.nRegForm .yanArea {float: left; min-width: 130px; height: 45px; line-height: 45px; margin-left: 10px; display: inline;}
.nRegForm .yanSecond {float: left; width: 128px; height: 43px; line-height: 43px; text-align: center; color: #999; background: #eee; border: 1px solid #ddd; margin-left: 10px;}
.nRegForm .textTip {float: left; min-height: 23px; _height: 23px; line-height: 16px; padding-top: 5px; margin: 7px 0 0 10px; display: none;}
.nRegForm .focusLi .inputMD {border-color: #a5b813;}
.nRegForm .focusLi .textTip {display: inline; color: #999; padding-left: 0;}
.nRegForm .errorLi .inputMD {border-color: #e6001c;}
.nRegForm .errorLi .textTip {display: inline; color: #e6001c; padding-left: 36px; background: url(http://srfiles.yunquna.com/images/v1.6/icons.png) no-repeat 0 0;}
.nRegForm .noteLi .inputMD {border-color: #f5a623;}
.nRegForm .noteLi .textTip {display: inline; color: #f5a623; padding-left: 36px; background: url(http://srfiles.yunquna.com/images/v1.6/icons.png) no-repeat 0 -50px;}
.nRegForm .successLi .inputMD {border-color: #ddd;}
.nRegForm .successLi .textTip {display: inline; padding-left: 36px; background: url(http://srfiles.yunquna.com/images/v1.6/icons.png) no-repeat 0 -100px;}
.nRegForm .selectAgreement {float: left; margin: 20px 0 0 91px; font-family: Microsoft YaHei;}
.nRegBtn {float: left; width: 288px; height: 48px; line-height: 48px; text-align: center; font-family: Microsoft YaHei; font-size: 18px; font-weight: 700; color: #fff; background: #268ed1; border: 1px solid #1e71a7;}
.nRegBtn:hover {color: #fff; text-decoration: none;}
.nRegForm .littleLine {height: 1px; overflow: hidden; background: #eee;}
.nRegForm .isBuyer {float: left; width: 76px; height: 43px; line-height: 43px; padding-left: 62px; font-size: 16px; border: 1px solid #ddd; background: url(http://srfiles.yunquna.com/images/v1.6/icons.png) no-repeat 27px -143px; cursor: pointer;}
.nRegForm .isBuyerCur {border-color: #34a8f3; background: url(http://srfiles.yunquna.com/images/v1.6/icons.png) no-repeat 27px -193px;}
.nRegForm .isSupplier {float: left; width: 81px; height: 43px; line-height: 43px; padding-left: 57px; margin-left: 10px; font-size: 16px; border: 1px solid #ddd; background: url(http://srfiles.yunquna.com/images/v1.6/icons.png) no-repeat 20px -239px; cursor: pointer;}
.nRegForm .isSupplierCur {border: 1px solid #34a8f3; background: url(http://srfiles.yunquna.com/images/v1.6/icons.png) no-repeat 20px -284px;}

.nRegOK {padding: 120px 0 180px; font-family: Microsoft YaHei; text-align: center;}
.nRegOK img {display: block; margin: 0 auto;}
.nRegOK h2 {font-size: 32px; color: #f5a656; margin-top: 25px;}
.nRegOK p {font-size: 14px; color: #999; margin-top: 15px;}
.nRegOK p a {color: #999; margin-left: 10px;}
.nRegOK p a:hover {color: #999;}

/* ï¿½ï¿½Â¼Ò³ï¿½ï¿½ */
.nRegPageLogin {width: 1200px; padding: 115px 0 110px; margin: 0 auto;}
.nRegPageLogin .imgLogin {float: left; width: 605px; height: 395px;}
.nRegPageLogin .imgLogin a {display: block; margin-top: 70px;}
.nRegPageLogin .nRegForm {float: right; width: 535px;}
.nRegPageLogin .nRegForm li {margin-top: 20px;}
.nRegForm .plsLoginTit {font-family: Microsoft YaHei; font-size: 20px; font-weight: normal; color: #34a8f3;}
.nRegForm .autoForgetBox {line-height: 15px;}
.nRegForm .autoForgetBox .auto {float: left; width: 160px; color: #999;}
.nRegForm .autoForgetBox .free,
.nRegForm .autoForgetBox .free:hover {color: #999;}
.nRegForm .autoForgetBox .forget {margin-left: 15px;}

/* ï¿½ï¿½Ò³ï¿½Ä°ï¿½ */
.nIndexMain {float: left; width: 850px;}
.nIndexSide {float: right; width: 320px;}
.nIndexTit {margin-top: 30px;}
.nIndexTit .titHot,
.nIndexTit .titPallet {float: left; width: 142px; height: 53px; background: url(http://srfiles.yunquna.com/images/v1.6/icons2.png) no-repeat 0 -8px;}
.nIndexTit .titPallet {height: 66px; background-position: 0 -76px;}
.nIndexTit .more {float: right; line-height: 19px; margin-top: 15px; font-family: Microsoft YaHei; color: #666;}
.nIndexTit .more:hover {color: #666;}
.nIndexHot {margin-top: 10px; width: 100%; overflow: hidden;}
.nIndexHot ul {float: left; width: 900px; margin-top: -20px;}
.nIndexHot li {float: left; width: 270px; height: 140px; margin: 20px 20px 0 0; display: inline; position: relative;}
.nIndexHot img {display: block; border-radius: 10px;}
.nIndexHot h2 {height: 40px; line-height: 40px; color: #fff; font-size: 30px; position: absolute; left: 20px; top: 60px; z-index: 3;}
.nIndexHot h3 {height: 20px; line-height: 20px; color: #fff; font-size: 16px; font-family: Microsoft YaHei; position: absolute; left: 20px; top: 100px; z-index: 3;}
.nIndexHot a {width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 4; background: url(about:blank);}
.nIndexHot .layer {width: 100%; height: 50px; position: absolute; left: 0; bottom: 0; z-index: 2; background: #000; opacity: 0.5; filter: alpha(opacity=50); border-radius: 10px;}

/* ï¿½ï¿½ï¿½Â»ï¿½ï¿½ï¿½ */
.nIndexPallet {width: 848px; border: 1px solid #ddd; border-bottom: 0;}
.nIndexPallet li {float: left; width: 100%; border-bottom: 1px solid #ddd;}
.nIndexPallet .li {float: left; width: 100%; padding: 11px 0 11px; color: #666;}
.nIndexPallet .li:hover {color: #666; text-decoration: none; background: #f7f7f7;}
.nIndexPallet .cell {float: left; margin-left: 20px; display: inline; font-family: Microsoft YaHei; color: #666;}
.nIndexPallet .title {width: 260px; margin-top: 10px;}
.nIndexPallet .title h3 {height: 25px; line-height: 25px; font-size: 14px; font-weight: normal; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.nIndexPallet .title h4 {height: 21px; line-height: 21px; font-weight: normal; color: #999; margin-top: 2px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.nIndexPallet .start,
.nIndexPallet .end {width: 140px; height: 23px; line-height: 23px; font-size: 14px; margin-top: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.nIndexPallet .start {text-align: right;}
.nIndexPallet .icon_ship {width: 55px; height: 23px; margin-top: 23px; background: url(http://srfiles.yunquna.com/images/v1.6/icons2.png) no-repeat 0 -203px;}
.nIndexPallet .icon_HYZX {width: 55px; height: 46px; margin-top: 12px; background: url(http://srfiles.yunquna.com/images/v2.2/palletIndex.png) no-repeat 0 0;}
.nIndexPallet .icon_HYPX {width: 55px; height: 53px; margin-top: 8px; background: url(http://srfiles.yunquna.com/images/v2.2/palletIndex.png) no-repeat 0 -85px;}
.nIndexPallet .icon_KY {width: 55px; height: 43px; margin-top: 13px; background: url(http://srfiles.yunquna.com/images/v2.2/palletIndex.png) no-repeat 0 -191px;}
.nIndexPallet .icon_arrow {width: 14px; height: 26px; margin-top: 22px; margin-left: 10px; background: url(http://srfiles.yunquna.com/images/v1.6/icons2.png) no-repeat 0 -236px;}
.nIndexPallet .numb {width: 100px; height: 69px; line-height: 23px; font-size: 14px; color: #8c9e00; display: table; *position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.nIndexPallet .numb1 {vertical-align: middle; display: table-cell; *position: absolute; *top: 50%;}
.nIndexPallet .numb2 {*position: relative; *top: -50%;}

/* ï¿½ï¿½Ò³ï¿½Ò²ï¿½ */
.nIndexSideTit {font-family: Microsoft YaHei;}
.nIndexSideTit h2 {float: left; height: 23px; line-height: 23px; font-size: 18px; font-weight: normal; color: #666; padding-left: 35px; background: url(http://srfiles.yunquna.com/images/v1.6/icons2.png) no-repeat;}
.nIndexSideTit .titMedia {background-position: 0 -326px;}
.nIndexSideTit .titNovice {background-position: 0 -262px;}
.nIndexSideTit .titTools {background-position: 0 -294px;}
.nIndexSideTit .titHS {background-position: 5px -641px; margin: 15px 0 0 10px; display: inline;}
.nIndexSideTit .more {float: right; line-height: 19px; margin: 4px 0 0 0; color: #666;}
.nIndexSideTit .more:hover {color: #666;}

.nIndexSideMedia {margin-top: 10px; padding: 20px 12px 25px; border: 1px solid #ddd;}
.nIndexSideMedia .list {margin-top: 10px; width: 294px; font-family: Microsoft YaHei; font-size: 14px;}
.nIndexSideMedia .list li {float: left; width: 100%; margin-top: 15px; line-height: 19px;}
.nIndexSideMedia .list .link {float: left; width: 210px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.nIndexSideMedia .list .time {float: right; color: #999;}
.nIndexSideHeadlines {margin-top: 10px; _margin-top: 18px;}
.nIndexSideHeadlines .titMedia {background-position: 0 -610px;}

.nIndexSideNovice {margin-top: 56px;}
.nIndexSideNovice .guide {margin-top: 10px; font-family: Microsoft YaHei;}
.nIndexSideNovice .guide dl {float: left; width: 153px; height: 138px; border: 1px solid #ddd;}
.nIndexSideNovice .guide dt {float: left; width: 40px; height: 36px; margin: 25px 0 0 9px; display: inline;}
.nIndexSideNovice .guide dd {float: right; width: 85px; line-height: 19px; padding: 0 5px 2px 9px; background: url(http://srfiles.yunquna.com/images/v1.6/point.png) no-repeat 0 8px;}
.nIndexSideNovice .guide dd a,
.nIndexSideNovice .guide dd a:hover {color: #666;}
.nIndexSideNovice .guide .title {margin-top: 25px; margin-bottom: 7px; background: none;}
.nIndexSideNovice .guide .title a {font-size: 15px; color: #0b83f6;}
.nIndexSideNovice .guide .title a:hover {color: #0b83f6;}
.nIndexSideNovice .buyer {margin-right: 10px;}
.nIndexSideNovice .buyer dt {background: url(http://srfiles.yunquna.com/images/v1.6/icons2.png) no-repeat 2px -358px;}
.nIndexSideNovice .supplier dt {background: url(http://srfiles.yunquna.com/images/v1.6/icons2.png) no-repeat 0 -401px;}

.nIndexSideTools {margin-top: 10px;}
.nIndexSideTools .tools {width: 318px; font-family: Microsoft YaHei; border: 1px solid #ddd; padding-bottom: 16px;}
.nIndexSideTools .searchBox {width: 283px; height: 34px; padding-left: 18px; margin-top: 20px; background: url(http://srfiles.yunquna.com/images/v1.6/srch_side.png) no-repeat 18px 0;}
.nIndexSideTools .searchBox .input {float: left; width: 194px; height: 22px; line-height: 22px; border: 0 none; margin: 6px 0 0 12px;}
.nIndexSideTools .searchBox .button {float: left; width: 77px; height: 34px; text-indent: -99em; overflow: hidden;}
.nIndexBrandSL {display: block; margin-top: 3px;}
.nIndexBrandSL img {display: block;}

/******************************/
/* v2.0 */
/******************************/

/* Î¯ï¿½Ð±ï¿½ï¿½ï¿½ */
.orderPage {background: #fbfbfb; border-top: 1px solid #fbfbfb;}
.entrustTxtTit {font-family: Microsoft YaHei; font-size: 16px; font-weight: normal; color: #666; line-height: 20px; margin-top: 20px; padding-left: 20px; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 6px 7px;}
.entrustSection {width: 1198px; min-height: 38px; _height: 38px; padding-bottom: 20px; font-family: Microsoft YaHei; border: 1px solid #ddd; border-top: 2px solid #34a8f3; background: #fff; margin-top: 20px; position: relative;}
.entrustSectionTit {height: 26px; line-height: 26px; margin-top: 15px;}
.entrustSectionTit h2 {height: 26px; font-size: 16px; font-weight: normal; color: #34a8f3; margin-left: 20px;}
.entrustSection .orderForm {width: 1158px; margin-left: 20px;}
.entrustSection .orderForm .beizhuText {width: 510px; height: auto; line-height: 20px; margin-top: 6px; word-wrap: break-word; word-break: break-all;}
.entrustSectionGray {border-top: 1px solid #ddd; padding-bottom: 14px;}
.entrustSectionGray .entrustSectionTit h2 {color: #666;}
.entrustSectionGray .orderForm,
.entrustSectionGray .entrustBtnBox {display: none;}

.entrustTypeBox .text {height: 18px; line-height: 18px; font-family: Microsoft YaHei; color: #666; text-align: center;}
.entrustTypeCheck {width: 240px; height: 180px; margin: 30px 0 0 479px;}
.entrustTypeCheck li {float: left;}
.entrustTypeCheck .BG {float: left; width: 72px; height: 130px; text-indent: -99em; overflow: hidden; margin-left: 8px; background: url(http://srfiles.yunquna.com/images/v2.0/check.png) no-repeat left 0;}
.entrustTypeCheck .TC {float: left; width: 76px; height: 130px; text-indent: -99em; overflow: hidden; margin-left: 76px; background: url(http://srfiles.yunquna.com/images/v2.0/check.png) no-repeat right 0;}
.entrustTypeCheck .checked .BG {background-position: left -135px;}
.entrustTypeCheck .checked .TC {background-position: right -135px;}
.entrustViewBox {display: none;}
.entrustBtnBox {margin: 30px 0 -20px;}
.entrustBtnBox .saveBox {height: 50px; margin-top: 30px;}
.entrustBtnBox .entrustSaveBtn {margin: 4px 0 0 550px;}
.entrustBtnBox .errorTip {float: left; height: 20px; line-height: 20px; font-size: 16px; color: #e6001c; margin: 10px 0 0 20px; padding-left: 14px; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -797px;}
.entrustBtnBox .editBox {height: 50px; background: #f3f3f4; display: none;}
.entrustBtnBox .editBox .saveOk {float: left; height: 20px; line-height: 20px; font-family: Microsoft YaHei; font-size: 16px; font-weight: normal; color: #a5b813; margin: 15px 0 0 20px; display: inline; padding-left: 32px; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -646px;}
.entrustEditAgain {float: left; width: 98px; height: 30px; line-height: 30px; font-family: Microsoft YaHei; font-size: 16px; text-align: center; color: #34a8f3; border: 1px solid #34a8f3; background: #fff;}
.entrustEditAgain:hover {background: #fff; color: #34a8f3; text-decoration: none;}
.entrustBtnBox .entrustEditAgain {margin: 9px 0 0 550px;}

/* Î¯ï¿½Ð±ï¿½ï¿½ï¿½--ï¿½Ï´ï¿½ï¿½Ä¼ï¿½ */
.entrustUploadFile {width: 1158px; margin: 5px 0 0 20px;}
.entrustUploadFile .textBox {color: #f5a726; line-height: 20px;}
.entrustUploadFile .textBox .redTip {color: #d0021b;}
.entrustUploadFile .fileList {margin-top: 30px;}
.entrustUploadBtn {float: left; width: 118px; height: 118px; border: 1px solid #99d3f9; overflow: hidden; position: relative;}
.entrustUploadBtn .floor {width: 100%; height: 92px; padding-top: 26px;}
.entrustUploadBtn .icon {display: block; width: 41px; height: 41px; margin-left: 39px; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -685px;}
.entrustUploadBtn .text {height: 16px; line-height: 16px; text-align: center; color: #999; margin-top: 13px;}
.entrustUploadBtn .layer {width: 100%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden; cursor: pointer;}
.entrustUploadBtn .loading {margin: 30px 0 0 44px;}
.entrustUploadList {float: left;}
.entrustUploadList li {float: left; width: 120px; margin: 0 20px 10px 0;}
.entrustUploadList li.entrustUploadBtn {width: 118px; height: 118px; border: 1px solid #99d3f9; position: relative;}
.entrustUploadList .imgBox {float: left; width: 118px; height: 118px; border: 1px solid #ddd; overflow: hidden; position: relative;}
.entrustUploadList .image {width: 118px; height: 118px;}
.entrustUploadList .file {margin: 27px 0 0 30px;}
.entrustUploadList .opts {width: 100%; height: 23px; position: absolute; left: 0; bottom: 0; display: none;}
.entrustUploadList .opts .mask {width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: #fff; opacity: 0.8; filter: alpha(opacity=80);}
.entrustUploadList .opts .active {width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3;}
.entrustUploadList .opts .delete {float: left; width: 17px; height: 17px; margin: 3px 0 0 5px; text-indent: -99em; overflow: hidden; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -736px;}
.entrustUploadList .opts .view {float: right; width: 16px; height: 16px; margin: 3px 5px 0 0; text-indent: -99em; overflow: hidden; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -763px;}
.entrustUploadList .fileName {float: left; width: 100%; height: 20px; line-height: 20px; text-align: center; color: #666; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.orderSteps {height: 75px; margin: 30px 0 0 200px;}
.orderSteps li {float: left;}
.orderSteps .numBox {width: 40px; height: 46px; position: relative;}
.orderSteps .numBox em {width: 40px; height: 46px; line-height: 40px; font-size: 20px; font-weight: 700; color: #fff; text-align: center; display: block; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -92px;}
.orderSteps .numBox strong {width: 140px; height: 20px; line-height: 20px; text-align: center; font-family: Microsoft YaHei; font-size: 14px; color: #666; position: absolute; left: -50px; top: 47px;}
.orderSteps .numBoxCur em {background-position: 0 -148px;}
.orderSteps .numBoxCur strong {color: #34a8f3;}
.orderSteps .line {float: left; width: 210px; height: 4px; overflow: hidden; background: #ddd; margin-top: 18px;}
.orderSteps .lineCur {background: #34a8f3;}

.orderSection {width: 1198px; min-height: 38px; _height: 38px; padding-bottom: 20px; font-family: Microsoft YaHei; border: 1px solid #ddd; background: #fff; margin-top: 20px;}
.orderSectionTit {height: 26px; line-height: 26px; margin-top: 15px;}
.orderSectionTit h2 {height: 26px; font-size: 16px; font-weight: normal; color: #666; margin-left: 20px;}
.orderCreateOk {padding: 60px 0 60px 435px;}
.orderCreateOk .image {float: left;}
.orderCreateOk .text {float: left; width: 500px; margin-left: 30px; display: inline; font-family: Microsoft YaHei;}
.orderCreateOk .text h2 {font-size: 20px; font-weight: normal; color: #666; margin-top: 5px;}
.orderCreateOk .text h3 {font-weight: normal; margin-top: 16px;}
.orderCreateOk .text .viewDetail {font-size: 14px; font-weight: normal; color: #34a8f3;}

/* ï¿½ï¿½ï¿½ï¿½--Formï¿½?Ä£ï¿½ï¿½ */
.dropDownOrder .dropDownShow {float: left; height: 30px; padding: 0; border: 1px solid #ddd; background: #fff; cursor: pointer;}
.dropDownOrder .dropDownShow .word {float: left; height: 30px; line-height: 30px; margin-left: 10px; padding: 0; border: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.dropDownOrder .dropDownShow i {float: left; width: 25px; height: 30px; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 6px -249px;}
.dropDownOrder .dropDownSlide {top: 33px;}
.dropDownOrder .dropDownSlide a {padding-left: 10px;}
.DPDN78 .dropDownShow {width: 78px;}
.DPDN78 .dropDownShow .word {width: 43px;}
.DPDN78 .dropDownSlide {width: 78px;}
.DPDN78 .dropDownSlide .text {width: 63px;}
.DPDN88 .dropDownShow {width: 88px;}
.DPDN88 .dropDownShow .word {width: 53px;}
.DPDN88 .dropDownSlide {width: 88px;}
.DPDN88 .dropDownSlide .text {width: 73px;}
.DPDN113 .dropDownShow {width: 113px;}
.DPDN113 .dropDownShow .word {width: 78px;}
.DPDN113 .dropDownSlide {width: 113px;}
.DPDN113 .dropDownSlide .text {width: 98px;}
.DPDN118 .dropDownShow {width: 118px;}
.DPDN118 .dropDownShow .word {width: 83px;}
.DPDN118 .dropDownSlide {width: 118px;}
.DPDN118 .dropDownSlide .text {width: 103px;}
.DPDN138 .dropDownShow {width: 138px;}
.DPDN138 .dropDownShow .word {width: 103px;}
.DPDN138 .dropDownSlide {width: 138px;}
.DPDN138 .dropDownSlide .text {width: 123px;}
.DPDN148 .dropDownShow {width: 148px;}
.DPDN148 .dropDownShow .word {width: 113px;}
.DPDN148 .dropDownSlide {width: 148px;}
.DPDN148 .dropDownSlide .text {width: 133px;}
.DPDN208 .dropDownShow {width: 208px;}
.DPDN208 .dropDownShow .word {width: 173px;}
.DPDN208 .dropDownSlide {width: 208px;}
.DPDN208 .dropDownSlide .text {width: 193px;}
.DPDN238 .dropDownShow {width: 238px;}
.DPDN238 .dropDownShow .word {width: 203px;}
.DPDN238 .dropDownSlide {width: 238px;}
.DPDN238 .dropDownSlide .text {width: 223px;}
.DPDN288 .dropDownShow {width: 288px;}
.DPDN288 .dropDownShow .word {width: 253px;}
.DPDN288 .dropDownSlide {width: 288px;}
.DPDN288 .dropDownSlide .text {width: 273px;}
.DPDN388 .dropDownShow {width: 388px;}
.DPDN388 .dropDownShow .word {width: 353px;}
.DPDN388 .dropDownSlide {width: 388px;}
.DPDN388 .dropDownSlide .text {width: 373px;}

.orderForm {font-family: Microsoft YaHei; font-size: 14px; color: #666;}
.orderForm .list {float: left; width: 100%; margin-top: 15px;}
.orderForm .inputArea,
.orderForm textarea {font-family: Microsoft YaHei; font-size: 14px; color: #666;}
.orderForm .inputTitle {float: left; height: 32px; line-height: 32px; width: 110px; margin-right: 10px; text-align: right;}
.orderForm .inputTitle em {font-family: 'ï¿½ï¿½ï¿½ï¿½'; color: red; margin-right: 3px;}
.orderForm .inputTit {float: left; height: 32px; line-height: 32px; width: 110px; text-align: right;}
.orderForm .inputTit em {font-family: 'ï¿½ï¿½ï¿½ï¿½'; color: red; margin-right: 3px;}
.orderForm .inputSpan {float: left; height: 32px; line-height: 32px;}
.orderForm .inputMD {float: left; width: 238px; height: 30px; border: 1px solid #ddd; background: #fff; display: inline;}
.orderForm .inputMD .inputArea {float: left; width: 218px; height: 26px; line-height: 26px; border: 0 none; outline: none; margin: 2px 0 0 10px;}
.orderForm .inputMD .inputTextR {float: right; height: 26px; line-height: 26px; margin: 2px 10px 0 0;}
.orderForm .inputMD .inputTextL {float: left; height: 26px; line-height: 26px; margin: 2px 0 0 10px;}
.orderForm .inputMD input.inputTextR,
.orderForm .inputMD input.inputTextL {width: 100px; font-family: Microsoft YaHei; font-size: 14px; color: #666; border: 0; outline: none;}
.orderForm .inputMD .inputDate {float: right; width: 16px; height: 14px; margin: 8px 10px 0 0; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -292px;}
.orderForm .inputMDFB {float: left; width: 88px; height: 22px; line-height: 22px; padding: 0 5px; border: 1px solid #ddd; margin-top: 7px; display: inline; background: #eee; color: #bfbfbf;}
.orderForm .textareaMD {float: left; width: 678px; height: 120px; border: 1px solid #ddd; display: inline;}
.orderForm .textareaMD textarea {float: left; width: 658px; height: 110px; line-height: 20px; border: 0 none; outline: none; margin: 5px 0 0 10px;}
.orderForm .textareaMD .wordTip {float: left; width: 100%; height: 25px; line-height: 25px; color: #999; background: #f9f9f9;}
.orderForm .textareaMD .wordTip em {float: right; margin-right: 10px;}
.orderForm .textareaMD .wordTip em.error {color: #e6001c;}
.orderForm .errorTip {float: left; height: 32px; line-height: 32px; color: #e6001c; margin-left: 10px;}
.orderForm .errorBorder {border-color: red;}
.orderForm .disabledDiv,
.orderForm .disabledDiv .inputArea,
.orderForm .disabledDiv textarea {background: #f0f0f0;}
.orderForm .ZHI {float: left; width: 53px; height: 32px; line-height: 32px; text-align: center;}
.orderForm .orange {color: #f7a623;}
.orderForm .green {color: #a5b813;}
.orderForm .orangeNum {font-size: 20px; color: #f7a623;}
.orderForm .grayNum {font-size: 20px;}
.orderForm .numBoxOut {float: left; background: #de4c5f; color: #fff; display: inline;}
.orderForm .numBox {padding-right: 10px;}
.orderForm .entrustCostTip {font-size: 12px; margin-left: 20px;}
.orderForm .entrustCostTip a,
.orderForm .entrustCostTip a:hover {color: #34a8f3;}
.orderForm .chkRadio {float: left; line-height: 16px; margin: 8px 0 0 10px; *margin-top: 6px;}
.orderForm .chkRadio input {vertical-align: -1px; *vertical-align: 3px;}
.orderForm .selRadio {float: left; line-height: 16px; margin: 8px 30px 0 0; *margin-top: 6px;}
.orderForm .selRadio input {vertical-align: -1px; *vertical-align: 3px;}
.orderForm .CHKRadio {float: left; line-height: 16px; margin-top: 8px; *margin-top: 6px;}
.orderForm .CHKRadio input {width: 13px; height: 13px; margin-right: 5px; vertical-align: -1px; *vertical-align: 3px;}
.formAddSome,
.formRemoveThis {float: left; height: 32px; line-height: 32px; padding-left: 40px; font-size: 14px; color: #34a8f3; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -204px;}
.formRemoveThis {background-position: 0 -899px;}
.formAddSome:hover,
.formRemoveThis:hover {color: #34a8f3; text-decoration: none;}
.listAddSome {float: left; width: 108px; height: 30px; font-size: 14px; color: #34a8f3; text-align: center; border: 1px solid #ddd; background: #fff;}
.listAddSome em {width: 6px; height: 6px; display: inline-block; overflow: hidden; vertical-align: 2px; *vertical-align: 6px; *margin-right: 4px; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -429px; cursor: pointer;}
.listAddSome span {line-height: 30px; display: inline-block; cursor: pointer;}
.listAddSome:hover {color: #34a8f3; text-decoration: none;}
.listAddFile {float: left; width: 110px; height: 32px; position: relative; overflow: hidden; cursor: pointer;}
.listAddFile .layer {clear: both; width: 110px; height: 32px; background: url(about:blank); position: absolute; left: 0; top: 0; z-index: 2;}
.textOverflow {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.whiteSpace {white-space: nowrap;}
.orderSubmitOut {margin: 40px 0 0 455px;}
.orderSaveOut {margin: 40px 0 0 545px;}

.dropDownOrderList .dropDownShow {float: left; width: 98px; height: 28px; padding: 0; border: 1px solid #8d8d8d; background: #8d8d8d; cursor: pointer;}
.dropDownOrderList .dropDownShow .word {float: left; width: 63px; height: 28px; line-height: 28px; margin-left: 10px; padding: 0; border: 0; color: #fff; background: #8d8d8d; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.dropDownOrderList .dropDownShow i {float: left; width: 25px; height: 28px; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 6px -940px;}
.dropDownOrderList .dropDownSlide {width: 98px; top: 30px; border-color: #8d8d8d; border-top: 0; border-bottom: 0; background: #fff;}
.dropDownOrderList .dropDownSlide dd {border-bottom: 1px solid #8d8d8d;}
.dropDownOrderList .dropDownSlide a {padding-left: 10px;}

/* ï¿½ï¿½ï¿½ï¿½--ï¿½Ð±ï¿½Ä£ï¿½ï¿½ */
.orderListWrap {margin: 15px 0 0 20px; font-family: Microsoft YaHei;}
.orderListTitle {width: 1156px; height: 30px; border-left: 1px solid #999; border-right: 1px solid #999; background: #999; color: #fff;}
.orderListTitle .cell {float: left; height: 30px; line-height: 30px; margin-left: 20px; display: inline;}
.orderListTitle .star {font-family: 'ï¿½ï¿½ï¿½ï¿½'; color: #f00; margin-right: 3px;}
.orderListTitle .sort {cursor: pointer;}
.orderListTitle .sort em {float: left; width: 15px; height: 15px; overflow: hidden; margin: 8px 0 0 5px; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -574px;}
.orderListTitle .sort em.up {background-position: -20px -574px;}
.orderListCont {width: 1156px; border-left: 1px solid #ddd; border-right: 1px solid #ddd; background: #fff;}
.orderListCont .list {float: left; width: 100%; line-height: 20px; padding: 9px 0; border-bottom: 1px solid #ddd;}
.orderListCont .evenLi {background: #fbfbfb;}
.orderListCont .cell {float: left; color: #666; margin-left: 20px; display: inline;}
.orderListCont .cellTitle {color: #999; text-align: right; margin-left: 0;}
.orderListCont .cellText {color: #222; margin-left: 0;}
.orderListCont .txtLink {float: left; height: 20px; line-height: 20px; color: #34a8f3;}
.orderListCont .actLink {float: left; height: 20px; line-height: 20px; padding-left: 19px; margin-right: 15px; color: #34a8f3; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat;}
.orderListCont .actLink:hover,
.orderListCont .txtLink:hover {color: #34a8f3;}
.orderListCont .actView {background-position: 0 -314px;}
.orderListCont .actDownload {background-position: 0 -340px;}
.orderListCont .actDelete {background-position: 0 -365px;}
.orderListCont .actModify {background-position: 0 -391px;}
.orderListCont .colorRed {color: #d0021b;}
.orderListCont .colorGreen {color: #a5b813;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.orderStatusOpts {margin-top: 15px;}
.orderStatusOpts h1 {float: left; height: 32px; line-height: 32px; font-family: Microsoft YaHei; font-size: 22px; font-weight: normal; color: #34a8f3; margin-left: 20px;}
.orderStatusProgress {width: 1200px; overflow: hidden; *position: relative; margin-top: 35px;}
.orderStatusProgress .outer {float: left; position: relative; left: 50%;}
.orderStatusProgress .inner {float: left; position: relative; left: -50%;}
.orderStatusProgress .progress li {float: left;}
.orderStatusProgress .progress em {float: left; width: 18px; height: 21px; overflow: hidden; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -455px;}
.orderStatusProgress .progress span {float: left; width: 129px; height: 4px; overflow: hidden; background: #d8d8d8; margin-top: 7px;}
.orderStatusProgress .progress .pass em {background-position: 0 -486px;}
.orderStatusProgress .progress .pass span {background: #a5b813;}
.orderStatusProgress .text {margin: 5px 0 0 0; font-family: Microsoft YaHei;}
.orderStatusProgress .text li {float: left; width: 147px;}
.orderStatusProgress .text .last {width: 110px;}
.orderStatusProgress .text .line {padding-bottom: 10px; color: #999;}
.orderStatusProgress .text .line span {display: block; height: 16px; line-height: 16px;}
.orderStatusProgress .text .successLine {color: #a5b813;}
.orderStatusProgress .text .failureLine {color: #f5a623;}
.orderStatusProgress .text .stopLine {color: #d0021b;}

.orderTabs {border-bottom: 1px solid #34a8f3;}
.orderTabs .tabs {float: left;}
.orderTabs .tabs li {float: left; font-family: Microsoft YaHei; font-size: 16px; margin-right: -1px; position: relative; z-index: 1;}
.orderTabs .tabs li a {float: left; min-width: 88px; _width: 88px; height: 36px; line-height: 36px; padding: 2px 20px 0 20px; white-space: nowrap; text-align: center; color: #666; border: 1px solid #ddd; border-bottom: none; background: #f3f3f4;}
.orderTabs .tabs li a:hover {color: #666; text-decoration: none;}
.orderTabs .tabs li.current {z-index: 2; margin-bottom: -1px;}
.orderTabs .tabs li.current a {padding-top: 0; color: #34a8f3; border: 1px solid #34a8f3; border-top-width: 3px; border-bottom-color: #fff; background: #fff;}
.orderTabs .tabs li.current a:hover {color: #34a8f3;}
.orderTabs .links {float: right; height: 39px;}
.orderTabs .links li {float: left; margin-left: 20px; line-height: 39px; font-family: Microsoft YaHei; font-size: 14px;}
.orderTabs .links a,
.orderTabs .links a:hover {color: #34a8f3;}
.orderTabs .createAdd {float: right; height: 36px; line-height: 36px; margin-top: 2px; font-family: Microsoft YaHei; font-size: 18px; color: #34a8f3; padding-left: 20px; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -597px;}
.orderTabs .createAdd:hover {color: #34a8f3; text-decoration: none;}
.orderTabsScroll {height: 40px; margin-top: 30px;}
.orderTabsScroll .orderTabs {width: 1200px; margin-top: 0;}
.orderTabsFixed .orderTabs {background: #fff; position: fixed; left: 50%; top: 0; z-index: 5; margin-left: -600px;}

.orderSectionMain {width: 1158px; min-height: 38px; _height: 38px; padding: 0 20px 30px; font-family: Microsoft YaHei; border: 1px solid #ddd; border-top: 0 none; background: #fff;}
.orderDivBox {padding-top: 30px;}
.orderDetailTitle {width: 1156px; height: 35px; border: 1px solid #4bb2f4; background: #dbf1ff; font-family; Microsoft YaHei;}
.orderDetailTitle .title {float: left; line-height: 33px; font-size: 16px; color: #666; margin-left: 10px; display: inline;}
.orderDetailTitle .arrow {float: right; width: 17px; height: 11px; margin: 11px 20px 0 0; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -522px; cursor: pointer;}
.orderDetailTitle .arrUp {background-position: 0 -548px;}

.orderDetailBox {border: 1px solid #ddd; border-top: 0;}
.orderDetailModify {padding: 10px;}
.orderDetailModify .modify {float: left; line-height: 20px; font-size: 15px; }
.orderDetailModify .modify:hover {color: #34a8f3;}
.orderDetailAddSome {padding: 5px 10px;}
.orderDetailAddSome .tipTxt {float: left; line-height: 33px; color: #999; margin-left: 10px;}
.orderDetailOrderList {margin-bottom: -1px;}
.orderDetailOrderList .orderSectionTit {padding: 20px 0 7px 0; margin: 0; padding-left: 20px;}
.orderDetailOrderList .orderSectionTit h2 {margin: 0;}
.orderDetailOrderList .orderListWrap {margin: 0;}
.orderDetailBox .orderListTitle {margin: 0 -1px; *position: relative;}
.orderDetailBox .orderListCont {border: 0;}
.orderDetailPrice .beizhuLine {padding: 15px 0; border-top: 1px solid #ddd;}
.orderDetailPrice .beizhuText {width: 1040px; height: auto; line-height: 20px; margin-top: 6px; word-wrap: break-word; word-break: break-all;}
.orderDetailBasic {padding: 15px 0;}
.orderDetailBasic .list {margin-top: 0;}
.orderDetailBasic .beizhuText {width: 1020px; height: auto; line-height: 20px; margin-top: 6px; word-wrap: break-word; word-break: break-all;}

.orderDetailFile {padding: 20px 0 20px 20px;}
.orderRelatedOrder {padding-top: 30px; margin-bottom: -10px;}
.orderRelatedOrder .title {height: 43px; line-height: 43px; padding: 0 10px; border: 1px solid #ddd; font-family: Microsoft YaHei; font-size: 16px; font-weight: normal; color: #666;}
.orderRelatedOrder .title strong {color: #34a8f3;}

/* iframeï¿½ï¿½ï¿½ï¿½ï¿½ï¿½--Ñ¡ï¿½ï¿½ï¿½Ã»ï¿½ï¿½ï¿½ï¿½ï¿½Ñ¡ï¿½Í¶ï¿½Ñ¡ */
.iframeSelectRadio {width: 700px; padding: 0 20px;}
.iframeSelectRadio .searchArea .list {margin-top: 20px;}
.iframeSelectRadio .searchArea .searchBtn {float: left; width: 32px; height: 32px; text-indent: -99em; overflow: hidden; margin-left: -1px; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -835px;}
.iframeSelectRadio .orderListWrap {margin: 15px 0 0 0;}
.iframeSelectRadio .orderListTitle,
.iframeSelectRadio .orderListCont {width: 698px;}
.iframeSelUserRadio,
.iframeSelUserChk  {float: left; width: 13px; height: 13px; overflow: hidden; margin-top: 3px;}
.iframeSelUserAll {float: left; width: 13px; height: 13px; overflow: hidden; margin-top: 8px;}
.iframeSelBtnArea {margin: 25px 0 0 295px;}
.iframeSelectAdd {width: 740px; border-top: 1px solid #ddd; margin-top: 20px;}
.iframeSelectAdd .radio {float: left; line-height: 15px; margin: 8px 30px 0 0; *margin-top: 6px;}
.iframeSelectAdd .listAddSome {margin: 5px 0 0 325px;}
.iframeSelectChecked {width: 720px; padding-left: 20px; border-top: 1px solid #ddd; margin-top: 15px;}
.iframeSelectChecked .textTit {float: left; width: 100%; height: 20px; line-height: 20px; font-family: Microsoft YaHei; font-size: 14px; color: #666; margin-top: 10px;}

.selMemsShow {width: 720px; height: 69px; float: left; margin-top: 10px; overflow-y: auto; position: relative; background-color: #fff;}
.selMemsShow ul {width: 700px; float: left; font-family: Microsoft YaHei; font-size: 14px; color: #666;}
.selMemsShow li {float: left; height: 20px; line-height: 20px; padding-right: 5px; margin: 0 15px 3px 0; display: inline; white-space: nowrap; position: relative;}
.selMemsShow li .name {padding-right: 15px; white-space: nowrap;}
.selMemsShow li .close {width: 16px; height: 16px; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 2px -875px; position: absolute; right: 2px; top: 2px;}

.iframeOperationResult .iframeSelectAdd {border-top: 0 none; margin-top: 0;}
.iframeOperationResult .iframeSelectAdd .listAddSome {margin: 0;}
.iframeOperationResult .iframeSelectRadio {margin-top: 30px;}
.iframeOperationResult .iframeSelectRadio .orderListWrap {margin: 0; padding-top: 30px; border-top: 1px solid #ddd;}

.iframePostEntrust {width: 978px; padding: 0 10px; font-family: Microsoft YaHei;}
.iframePostEntrust .orderDivBox {padding-top: 10px;}
.iframePostEntrust .orderDetailTitle {width: 976px;}
.iframePostEntrust .orderListCont {width: 976px; padding: 10px 0;}
.iframePostEntrust .orderListCont .list {border: 0 none; padding: 5px 0; font-size: 14px;}
.iframePostEntrust .cheduiTip {padding: 0 10px 5px 10px; color: #f5a623;}
.iframePostEntrust .orderForm {padding: 5px 0 20px; margin-top: 5px; border-top: 1px solid #ddd;}

/* divï¿½ï¿½ï¿½ï¿½ï¿½ï¿½--ï¿½é¿´ */
.orderViewDialog {width: 816px; margin-left: -408px;}
.orderViewDialog .orderListCont {width: 800px; border: 0px;}
.commodityCodeDiv {width: 616px; margin-left: -308px;}
.commodityCodeDiv .orderForm {width: 600px; padding: 10px 0 25px;}
.closeOrderDialog {width: 756px; margin-left: -378px;}
.closeOrderDialog .orderForm {width: 740px;}
.closeOrderDialog .closeOrderTit {padding: 50px 0 20px; font-family: Microsoft YaHei; font-size: 20px; line-height: 30px; color: #f5a623; text-align: center;}
.closeOrderDialog .closeOrderBtn {padding: 30px 0 30px 295px;}
.closeOrderDialog .text {padding:20px 100px 0;font-size:16px;}
.closeOrderDialog .closeOrderBtn.auto{text-align:center;padding:30px 0;}
.closeOrderDialog .closeOrderBtn.auto a {float:none;display:inline-block;margin:0 20px;}
.uploadFileNumLayer {width: 700px; position: absolute; display: none;}
.uploadFileNumLayer .orderListTitle {width: 698px; background: #f1f1f1; border: 1px solid #ddd; color: #666;}
.uploadFileNumLayer .orderListCont {width: 698px;}
.uploadFileNumLayer .orderListCont .list {padding: 5px 0;}

/* ï¿½Þ¸Äºï¿½ï¿½Â¼ï¿½ï¿½ï¿½ï¿½ï¿½--2015-07-11 */
.entrustOrderSteps {margin-left: 323px; padding-bottom: 30px;}
.entrustOrderSteps .numBox strong {width: 170px; left: -65px;}

.entrustFirstSel {margin: 20px 0 0 145px;}
.entrustFirstSel li {float: left; margin-right: 20px; position: relative; cursor: pointer;}
.entrustFirstSel .box {float: left; color: #999; text-align: center; font-family: Microsoft YaHei;}
.entrustFirstSel .TCBG {width: 350px; height: 355px; background: url(http://srfiles.yunquna.com/images/v2.0/entrust_first.jpg) no-repeat left 0;}
.entrustFirstSel .BG {width: 261px; height: 355px; background: url(http://srfiles.yunquna.com/images/v2.0/entrust_first.jpg) no-repeat -370px 0;}
.entrustFirstSel .TC {width: 261px; height: 355px; background: url(http://srfiles.yunquna.com/images/v2.0/entrust_first.jpg) no-repeat right 0;}
.entrustFirstSel .icon_ok {position: absolute; right: 0; top: 0; display: none;}
.entrustFirstSel .select .icon_ok {display: block;}
.entrustFirstSel .hover .TCBG,
.entrustFirstSel .select .TCBG {background-position: left -378px;}
.entrustFirstSel .hover .BG,
.entrustFirstSel .select .BG {background-position: -370px -378px;}
.entrustFirstSel .hover .TC,
.entrustFirstSel .select .TC {background-position: right -378px;}
.entrustFirstSel .title {line-height: 42px; font-size: 36px; font-weight: normal; margin-top: 195px;}
.entrustFirstSel .title strong {line-height: 42px; border-bottom: 1px solid #999; padding-bottom: 7px; display: inline-block; _position: relative;}
.entrustFirstSel .TCBG .title strong {border: 0;}
.entrustFirstSel .titleSub {width: 170px; height: 24px; line-height: 24px; font-size: 16px; font-weight: normal; color: #fff; background: #999; margin: -2px auto 0;}
.entrustFirstSel .text {font-size: 14px; line-height: 1.4em; margin-top: 7px;}
.entrustFirstSel .hover .title,
.entrustFirstSel .select .title {color: #34a8f3;}
.entrustFirstSel .hover .title strong,
.entrustFirstSel .select .title strong {border-color: #34a8f3;}
.entrustFirstSel .hover .titleSub,
.entrustFirstSel .select .titleSub {color: #647100; background: #f8e71c;}

.entrustLastOK {padding: 100px 0 80px;}
.entrustLastOK .images {float: left; width: 510px; text-align: right;}
.entrustLastOK .images .BG {width: 80px; height: 81px; display: inline-block; vertical-align: top; background: url(http://srfiles.yunquna.com/images/v2.0/entrust_last.jpg) no-repeat 0 0;}
.entrustLastOK .images .TC {width: 80px; height: 81px; display: inline-block; vertical-align: top; background: url(http://srfiles.yunquna.com/images/v2.0/entrust_last.jpg) no-repeat -123px 0;}
.entrustLastOK .images .HY {width: 80px; height: 81px; display: inline-block; vertical-align: top; background: url(http://srfiles.yunquna.com/images/v2.0/entrust_last.jpg) no-repeat -203px 0;}
.entrustLastOK .images .JC {width: 80px; height: 81px; display: inline-block; vertical-align: top; background: url(http://srfiles.yunquna.com/images/v2.0/entrust_last.jpg) no-repeat -283px 0;}
.entrustLastOK .images .plus {width: 24px; height: 24px; display: inline-block; margin: 32px 6px 0 6px; *margin: 32px 10px 0 10px; vertical-align: top; background: url(http://srfiles.yunquna.com/images/v2.0/entrust_last.jpg) no-repeat -90px -32px;}
.entrustLastOK .text {float: left; margin-left: 30px; display: inline; font-family: Microsoft YaHei;}
.entrustLastOK .tipH1 {font-size: 24px; font-weight: normal; line-height: 30px; color: #666;}
.entrustLastOK .tipH1 strong {color: #de4c5f; margin: 0 7px;}
.entrustLastOK .tipH3 {font-size: 16px; font-weight: normal; line-height: 20px; color: #666; margin-top: 10px;}
.entrustLastOK .tipH3 a {font-size: 14px; color: #34a8f3; margin-right: 10px;}
.entrustLastOK .tipH3 a:hover {color: #34a8f3;}
.entrustLastOK .tipH3 span {color: #34a8f3; margin-right: 10px;}
.entrustLastOK .tipH3 .DCD {padding-right: 30px; background: url(http://srfiles.yunquna.com/images/v2.4/icons.png) no-repeat right 0;}
.entrustLastOK .tipOpts {font-size: 14px; color: #666; line-height: 20px; padding-top: 15px; margin-top: 16px; border-top: 1px solid #ddd;}
.entrustLastOK .tipOpts img {display: block; margin-top: 12px;}

.noAuthority {width: 1200px; margin: 0 auto; padding: 150px 0;}
.noAuthority .imgBox {float: left; width: 440px; text-align: right;}
.noAuthority .textBox {float: left; width: 600px; margin-left: 30px; display: inline; font-family: Microsoft YaHei;}
.noAuthority .textBox .title {font-size: 34px; font-weight: normal; line-height: 40px; color: #666; padding-bottom: 8px;}
.noAuthority .textBox .linkArea {margin-top: 3px;}
.noAuthority .textBox .linkArea a {font-size: 14px; color: #34a8f3;}

.noDataOrder {padding: 30px 0 30px 20px;}
.noDataOrder .text {float: left; height: 32px; line-height: 32px; padding: 0 8px 0 35px; font-family: Microsoft YaHei; font-size: 14px; color: #999; background: #f3f3f4 url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 8px -975px;}

.activityAward {height: 200px; padding: 0 0 5px; margin-top: 30px;}
.activityAward .imgBox {float: left; width: 220px; height: 200px; background: #fff4e1;}
.activityAward .imgBox img {display: block; width: 218px; height: 198px;}
.activityAward .infoBox {float: left; width: 758px; height: 198px; border: 1px solid #eee; border-left: 0; font-family: Microsoft YaHei; color: #666;}
.activityAward .titleBox {height: 48px; line-height: 48px; border-bottom: 1px solid #eee;}
.activityAward .titleBox .title {float: left; font-size: 16px; font-weight: normal; color: #222; margin-left: 20px; display: inline;}
.activityAward .titleBox .time {float: left; margin-left: 20px;}
.activityAward .titleBox .ruleLink {float: right; height: 28px; line-height: 28px; margin: 10px 20px 0 0; padding-left: 17px; color: #666; background: url(http://srfiles.yunquna.com/images/v2.0/icons2.png) no-repeat 0 -121px;}
.activityAward .titleBox .ruleLink:hover {color: #666;}
.activityAward .awardBox {padding-left: 20px;}
.activityAward .awardBox .text {line-height: 20px; margin-top: 12px;}
.activityAward .awardBox .textTop {font-size: 14px;}
.activityAward .awardBox .text .orange {color: #f5a623;}
.activityAward .awardBox .text .name {color: #adbe28; margin-left: 15px;}
.activityAwardView {margin: 10px 0 0 80px;}
.activityAwardView li {float: left;}
.activityAwardView .line {float: left; width: 94px; height: 6px; overflow: hidden; margin-top: 54px; background: #ccc;}
.activityAwardView .lineFirst {width: 12px; border-top-left-radius: 2px; border-bottom-left-radius: 2px;}
.activityAwardView .lineLast {width: 12px; border-top-right-radius: 2px; border-bottom-right-radius: 2px;}
.activityAwardView .box {float: left; width: 32px; height: 40px; padding-top: 20px; position: relative;}
.activityAwardView .box h3 {width: 62px; height: 20px; line-height: 20px; font-weight: normal; text-align: center; position: absolute; left: -15px; top: 0;}
.activityAwardView .box strong {display: block; width: 32px; height: 30px; line-height: 30px; text-align: center; color: #fff; padding-top: 10px; background: url(http://srfiles.yunquna.com/images/v2.0/icons2.png) no-repeat 0 -160px;}
.activityAwardView .past .line {background: #f5a623;}
.activityAwardView .current .box h3 {color: #f5a623;}
.activityAwardView .current .box strong {background-position: 0 -210px;}
.activityAwardView .showAward {width: 210px; height: 210px; position: absolute; left: -89px; bottom: 60px; display: none;}
.activityAwardView .showAward .layer {width: 100%; height: 100%; background: #333; opacity: 0.3; filter: alpha(opacity=30); border-radius: 4px; position: absolute; left: 0; top: 0; z-index: 2;}
.activityAwardView .showAward .inner {width: 200px; height: 200px; background: #fff; position: absolute; left: 5px; top: 5px; z-index: 3;}
.activityAwardView .showAward .text {line-height: 18px; color: #666; text-align: center; margin-top: 18px;}
.activityAwardView .showAward .text em {color: #f5a623;}
.activityAwardView .showAward .image {width: 120px; height: 120px; display: block; margin: 13px auto 0;}

/* ï¿½Ï³ï¿½ï¿½ï¿½ï¿½Ø½ï¿½ï¿½ï¿½ */
.pageAward {width: 100%; overflow: hidden; *position: relative;}
.pageAwardBox {width: 2000px; position: relative; left: 50%; margin-left: -1000px;}
.pageAwardBox .makeOrder {width: 169px; height: 45px; text-indent: -99em; overflow: hidden; background: url(about:blank); position: absolute; left: 50%; top: 218px; margin-left: 209px;}
.pageAwardBox .image {display: block; margin: 0 auto;}
.pageAwardPerson {width: 260px; height: 334px; position: absolute; left: 50%; top: 55px; margin-left: 169px;}
.pageAwardPerson .title {width: 240px; margin: 20px 0 0 20px;}
.pageAwardPerson .title dd {float: left; height: 23px; line-height: 23px; color: #666; font-size: 14px;}
.pageAwardPerson .name {width: 60px;}
.pageAwardPerson .phone {width: 110px;}
.pageAwardPerson .content {width: 240px; height: 253px; overflow: hidden; margin: 5px 0 0 20px; position: relative;}
.pageAwardPerson .content ul {float: left; width: 100%; position: relative;}
.pageAwardPerson .content li {float: left; width: 100%;}
.pageAwardPerson .content span {float: left; height: 23px; line-height: 23px; color: #666; font-size: 14px;}

/* ï¿½Ï³ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.pageOnline {width: 100%; overflow: hidden; *position: relative;}
.pageOnlineBox {width: 2000px; position: relative; left: 50%; margin-left: -1000px;}
.pageOnlineBox .image {display: block; margin: 0 auto;}
.pageOnlineBox .makeOrder {width: 169px; height: 45px; text-indent: -99em; overflow: hidden; background: url(about:blank); position: absolute; left: 50%; top: 252px; margin-left: 357px;}
.pageOnlineOpts {width: 164px; height: 131px; position: fixed; _position: absolute; right: 0; top: 241px; _top: expression(eval(document.documentElement.scrollTop + 250)); background: url(http://srfiles.yunquna.com/images/v2.0/online/option.png) no-repeat 0 0;}
.pageOnlineOpts a {display: block; text-indent: -99em; overflow: hidden;}
.pageOnlineOpts .link_2 {width: 100%; height: 30px; margin-top: 33px;}
.pageOnlineOpts .link_3 {width: 100%; height: 29px; margin-top: 3px;}
.pageOnlineOpts .link_4 {width: 100%; height: 30px; margin-top: 3px;}

/* ï¿½Ï³ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ï¢ï¿½ï¿½ï¿½ï¿½ */
.orderGatherTabs,
.orderGatherTabs .fixedBox {width: 100%; height: 62px; background: #eee;}
.orderGatherTabs ul,
.orderGatherTabs li {float: left; font-family: Microsoft YaHei; position: relative; margin-right: 72px;}
.orderGatherTabs .tab {font-size: 18px; color: #999;}
.orderGatherTabs .tab:hover {color: #666; text-decoration: none;}
.orderGatherTabs .TC {float: left; height: 48px; line-height: 48px; padding: 11px 10px 3px 73px; background: url(http://srfiles.yunquna.com/images/v2.0/gather/gatherTabs.png) no-repeat 0 0;}
.orderGatherTabs .CKNZ {float: left; height: 48px; line-height: 48px; padding: 11px 10px 3px 45px; background: url(http://srfiles.yunquna.com/images/v2.0/gather/gatherTabs.png) no-repeat 0 -70px;}
.orderGatherTabs .BG {float: left; height: 48px; line-height: 48px; padding: 11px 10px 3px 55px; background: url(http://srfiles.yunquna.com/images/v2.0/gather/gatherTabs.png) no-repeat 0 -140px;}
.orderGatherTabs .tip {height: 32px; padding-top: 7px; position: absolute; left: 0; top: 62px; display: none;}
.orderGatherTabs .arrow {width: 13px; height: 8px; background: url(http://srfiles.yunquna.com/images/v2.0/icons2.png) no-repeat 0 -260px; position: absolute; left: 14px; top: 0;}
.orderGatherTabs .cont {float: left; background: #fff;}
.orderGatherTabs .sideL,
.orderGatherTabs .sideR {float: left; width: 4px; height: 32px; overflow: hidden; margin-right: -4px; background: url(http://srfiles.yunquna.com/images/v2.0/icons2.png) no-repeat -23px -260px;}
.orderGatherTabs .sideR {background-position: -37px -260px; margin-left: -4px;}
.orderGatherTabs .text {float: left; line-height: 30px; padding: 0 14px; margin-left: 2px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; white-space: nowrap;}
.orderGatherTabs .current .TC {color: #34a8f3; padding-bottom: 0; border-bottom: 3px solid #34a8f3; background-position: 0 -210px;}
.orderGatherTabs .current .CKNZ {color: #34a8f3; padding-bottom: 0; border-bottom: 3px solid #34a8f3; background-position: 0 -280px;}
.orderGatherTabs .current .BG {color: #34a8f3; padding-bottom: 0; border-bottom: 3px solid #34a8f3; background-position: 0 -350px;}
.orderGatherTabs .current .tip {display: block;}
.orderGatherTabsFixed .fixedBox {position: fixed; left: 0; top: 31px; z-index: 1490;}
.orderGatherTabsFixed .current .tip {display: none;}

.orderGatherCont {padding-top: 5px; font-family: Microsoft YaHei;}
.orderGatherTit {height: 40px; line-height: 40px; padding-top: 70px; font-size: 24px; font-weight: normal; color: #34a8f3; border-bottom: 1px solid #34a8f3;}
.orderGatherTitSub {height: 40px; line-height: 40px; padding: 15px 0 5px; font-size: 18px; font-weight: normal; color: #666;}
.orderGatherTitSub em {font-size: 14px; color: #889715; margin-left: 10px;}
.orderGatherCont .banner_1,
.orderGatherCont .banner_2 {display: block; margin-top: 20px;}
.orderGatherOtherCity li {float: left;}
.orderGatherOtherCity a,
.orderGatherOtherCity img {float: left;}

.orderGatherTrailer {width: 1199px; overflow: hidden; border-left: 1px solid #ebebeb; position: relative;}
.orderGatherTrailer ul {float: left; border-top: 1px solid #ebebeb; margin-left: -1px;}
.orderGatherTrailer li {float: left; width: 239px; height: 118px; border-right: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; background: #fff; position: relative;}
.orderGatherTrailer .info {float: left; width: 207px; height: 100%; padding-left: 32px;}
.orderGatherTrailer .info:hover {text-decoration: none; background: #f7f7f7;}
.orderGatherTrailer .title {line-height: 22px; margin-top: 15px;}
.orderGatherTrailer .title strong {font-size: 16px; color: #8c9e00;}
.orderGatherTrailer .title em {color: #666;}
.orderGatherTrailer .toWhere {line-height: 18px; color: #8c9e00; margin-top: 2px;}
.orderGatherTrailer .toWhere em {width: 26px; height: 5px; display: inline-block; vertical-align: middle; overflow: hidden; margin-right: 2px; *margin-right: 5px; background: url(http://srfiles.yunquna.com/images/v2.0/icons2.png) no-repeat 0 -330px;}
.orderGatherTrailer .oldPrice {height: 16px; margin-top: 8px; color: #999; text-decoration: line-through; line-height: 16px;}
.orderGatherTrailer .priceBox {line-height: 22px;}
.orderGatherTrailer .diZhi {color: #999;}
.orderGatherTrailer .price {font-size: 16px; color: #ef6b58;}
.orderGatherTrailer .type {color: #666; margin: 0 3px;}
.orderGatherTrailer .portCN {font-size: 14px; color: #666; margin-top: 17px;}
.orderGatherTrailer .portEN {font-size: 18px; color: #666; padding-bottom: 5px;}
.orderGatherTrailer .price2 {font-size: 23px; color: #ef6b58;}
.orderGatherTrailer .txtTip {font-size: 14px; color: #666;}
.orderGatherTrailer .free {display: inline-block; width: 18px; height: 18px; text-indent: -99em; overflow: hidden; vertical-align: -3px; *vertical-align: 1px; background: url(http://srfiles.yunquna.com/images/v2.0/icons2.png) no-repeat 0 -302px;}
.orderGatherTrailer .hot {clear: both; position: absolute; left: -1px; top: -1px;}
.orderGatherTrailer .nextBox .portCN,
.orderGatherTrailer .nextBox .portEN,
.orderGatherTrailer .nextBox .txtTip {color: #999;}
.orderGatherTrailer .morePrice {font-size: 14px; line-height: 22px; padding: 26px 0 0 32px;}
.orderGatherTrailer .NZDiv_1 {font-size: 14px; font-weight: normal; line-height: 30px; margin-top: 11px;}
.orderGatherTrailer .NZDiv_1 b {font-size: 16px;}
.orderGatherTrailer .NZDiv_1 strong {font-size: 18px;}
.orderGatherTrailer .NZDiv_2 {font-size: 14px; font-weight: normal; line-height: 30px;}
.orderGatherTrailer .NZDiv_2 .JGK {font-size: 18px;}
.orderGatherTrailer .NZDiv_2 .price {font-size: 18px; color: #ee604b;}
.orderGatherTrailer .colorGray {color: #999;}
.orderGatherTrailer .NZTipBox {width: 479px; font-size: 14px; line-height: 22px;}
.orderGatherTrailer .NZTipBox .info {width: 447px;}
.orderGatherTrailer .NZTip {color: #f5a829; margin-top: 25px;}

.fourCangYou {width: 1200px; height: 71px; margin-top: 30px; background: url(http://srfiles.yunquna.com/images/v2.0/gather/bg_1.png) no-repeat 0 0;}
.fourCangYou h3 {float: left; width: 220px; height: 50px; line-height: 50px; font-size: 20px; font-weight: normal; color: #ee604b; margin: 10px 0 0 25px; display: inline;}
.fourCangYou p {float: left; width: 890px; line-height: 20px; font-size: 14px; color: #222; margin: 15px 0 0 20px;}

.fourImageInfo {margin-top: 30px;}
.fourImageInfo img {float: left;}
.fourImageInfo ul {float: left; margin-top: 15px;}
.fourImageInfo li {float: left; width: 240px; margin-right: 82px; text-align: center; font-size: 18px; line-height: 20px; color: #222;}
.fourImageInfo .last {margin: 0 0 0 -7px;}

.orderGatherCompare {margin-top: 30px;}
.orderGatherCompare .title {float: left; width: 100%; height: 30px; line-height: 30px; padding-bottom: 15px; font-size: 20px; font-weight: normal;}
.orderGatherCompare .PK {float: left; width: 100px; height: 50px; line-height: 50px; margin-top: 225px; font-size: 44px; text-align: center;}
.orderGatherCompare .box {float: left; width: 550px; background: #fff;}
.orderGatherCompare .boxTit {float: left; width: 100%; height: 31px; line-height: 31px; background: #999; color: #fff; font-size: 18px;}
.orderGatherCompare .boxTit strong {float: left; margin-left: 25px;}
.orderGatherCompare .boxCont {float: left; width: 548px; padding: 5px 0 50px; border: 1px solid #999; background: url(http://srfiles.yunquna.com/images/v2.0/gather/out.png) no-repeat right top;}
.orderGatherCompare .boxCont li {float: left; width: 523px; padding-left: 25px; margin-top: 21px;}
.orderGatherCompare .boxCont h4 {font-size: 18px; font-weight: normal; color: #222;}
.orderGatherCompare .boxCont p {font-size: 14px; color: #666; margin-top: 3px;}
.gatherCompareTrailer .title,
.gatherCompareTrailer .PK {color: #5f00c2;}
.gatherCompareTrailer .boxYQN .boxTit {background-color: #5f00c2;}
.gatherCompareTrailer .boxYQN .boxCont {border-color: #5f00c2; background: none;}
.gatherCompareTrailer .boxYQN .boxCont h4 {color: #5f00c2;}
.gatherCompareDeclare .PK {color: #34a8f3;}
.gatherCompareDeclare .boxYQN .boxTit {background-color: #34a8f3;}
.gatherCompareDeclare .boxYQN .boxCont {border-color: #34a8f3; background: none;}
.gatherCompareDeclare .boxYQN .boxCont h4 {color: #34a8f3;}
.orderGatherProcess {width: 1200px; height: 164px; margin-top: 30px; text-indent: -999em; overflow: hidden; background: url(http://srfiles.yunquna.com/images/v2.0/gather/process.png) no-repeat 0 0;}

/* ï¿½ï¿½Ò³ï¿½Ï³ï¿½ï¿½ï¿½ï¿½Ø²ï¿½Æ·ï¿½Æ¼ï¿½ */
.nIndexTit .TCBG {float: left; width: 508px; height: 30px; background: url(http://srfiles.yunquna.com/images/v2.0/indexTCBG.png) no-repeat 0 0;}
.indexGatherTrailer {width: 849px; margin-top: 30px; font-family: Microsoft YaHei;}
.indexGatherTrailer li {width: 169px;}
.indexGatherTrailer .info {width: 147px; padding-left: 22px;}
.indexGatherTrailer .morePrice {padding-left: 22px;}

/******************************/
/* v2.0 */
/******************************/

/******************************/
/* v2.0 Tina code */
/******************************/

/* ï¿½ï¿½ï¿½Ø¶ï¿½ï¿½ï¿½--ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½--Tina code */
.customsFormOrd {width:1010px;}
.customsFormOrd h4 {background:#34a8f3; height:30px; line-height:30px; text-indent:26px; color:#fff; font-size:14px;}
.customsFormOrd ul li {float: left; width: 100%; margin-top: 22px;}
.customsFormOrd ul li span.inputTitle {width: 100px; float: left; margin-right: 10px; text-align:right; height: 30px; line-height: 30px;}
.customsFormOrd ul li span.inputTitle em { font-family: 'ï¿½ï¿½ï¿½ï¿½';  color: red;  margin-right: 3px;}
.customsFormOrd ul li div.inputMDSM,
.customsFormOrd ul li div.inputMDSM1 {float: left; height:30px; border:1px solid #bfbfbf; diplay:inline;}
.customsFormOrd ul li div.inputMDSM .inputArea,
.customsFormOrd ul li div.inputMDSM1 .inputArea {float: left; height: 30px; line-height: 30px; border: 0 none; outline: none; margin: 0 0 0 10px;}
.customsFormOrd ul li div.inputMDSM {width: 218px;}
.customsFormOrd ul li div.inputMDSM .inputArea {width: 198px;}
.customsFormOrd ul li div.inputMDSM1 {width: 118px;}
.customsFormOrd ul li div.inputMDSM1 .inputArea {width:98px;}
.customsFormOrd ul li div.MDSMbtn {float:left; width:98px; height:30px; background:#268ed1; border:1px solid #1e71a7; text-align:center; color:#fff; line-height:30px; cursor: pointer;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½Ð±ï¿½ */
.orderListTitleText {font-family: Microsoft YaHei; font-size: 16px; font-weight: normal; color: #666; line-height: 20px; margin-top: 15px;}
.orderListOutBody {background: #fff;}
.orderListSrchBox {padding: 5px 0 20px; margin-bottom: 30px; border-bottom: 1px solid #ddd;}
.orderListOutBox {margin-top: 20px;}
.orderListOutBox .orderListWrap {margin: 0;}
.orderListOutBox .orderListTitle {width: 978px;}
.orderListOutBox .orderListCont {width: 978px;}
.orderListOutBox .orderListCont .list {padding: 10px 0;}
.orderListOutBox .orderlink {float: left; height: 20px; line-height: 20px; margin-right: 15px; color: #34a8f3; white-space: nowrap;}
.orderListOutBox .orderlink:hover {color: #34a8f3;}
.orderListOutBox .orderlinkbtn {border: 1px solid #34b2f6; padding: 0 5px; float: left; height: 20px; line-height: 20px; margin-right: 15px; color: #34a8f3;}
.orderListOutBox .orderlinkbtn:hover {text-decoration:none; color: #34a8f3;}
.orderListOutBox .orange{color: #f5a623;}
.orderListOutBox .green{color: #a5b813;}

.OrderListNoData {margin-top: 100px; padding-bottom: 60px;}
.OrderListNoData .image {float: left; margin-left: 270px;}
.OrderListNoData .text {float: left; width: 450px; margin-left: 30px; display: inline; font-family: Microsoft YaHei;}
.OrderListNoData .text h2 {font-size: 18px; font-weight: normal; color: #666; margin-top: 45px;}
.OrderListNoData .text h3 {font-size: 14px; font-weight: normal; color: #34a8f3; margin-top: 6px;}

/******************************/
/* v2.0 Tina code */
/******************************/

/******************************/
/* v2.1 */
/******************************/

/* ï¿½ï¿½Ò³ï¿½Ï³ï¿½ï¿½ï¿½ï¿½Ø·ï¿½ï¿½ï¿½--ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.indexTCBGFast {width: 480px; height: 310px; background: #fff; border: 1px solid #fff; position: absolute; left: 50%; top: 9px; margin-left: -600px; z-index: 20;}
.indexTCBGFast .titleTop {height: 22px; line-height: 22px; font-family: Microsoft YaHei; font-size: 15px; font-weight: normal; text-align: center; color: #fff; background: #a5b813;}
.indexTCBGFast .orderForm .list {margin-top: 10px;}
.indexTCBGFast .orderForm .numList {padding: 12px 0 5px; margin-top: 12px; border-top: 1px solid #ddd;}
.indexTCBGFast .service {width: 71px; height: 57px; text-indent: -99em; overflow: hidden; position: absolute; left: 0; bottom: 0; background: url(http://srfiles.yunquna.com/images/index/service.png) no-repeat 0 0; cursor: pointer;}
.orderForm .selType {float: left; height: 22px; line-height: 22px; font-size: 14px; padding-left: 26px; margin: 5px 30px 0 0; background: url(http://srfiles.yunquna.com/images/v2.0/icons2.png) no-repeat 0 2px; cursor: pointer;}
.orderForm .typeChecked {background-position: 0 -26px; color: #34a8f3;}
.orderForm .iconGP { color: #bbb;cursor: default;height: 30px;line-height: 30px;margin-left: 10px;width: 49px;}
.orderForm .iconGPHQ {float: left; width: 43px; height: 30px; margin-left: 10px; background: url(http://srfiles.yunquna.com/images/v2.0/icons2.png) no-repeat -57px -56px;}
.orderForm .errorTipLeft {float: left; height: 32px; line-height: 32px; color: #e6001c; text-align: right; margin-right: 10px;}
.TCBGCellShow {float: left;}
.TCBGCellHide {float: left; display: none;}
.TCBGCellHide .dropDownShow,
.TCBGCellHide .dropDownShow .word,
.TCBGCellHide .inputMD {color: #999; background: #eee;}

.formCHK {float: left; height: 22px; line-height: 22px; font-size: 14px; padding-left: 26px; margin-top: 5px; background: url(http://srfiles.yunquna.com/images/v2.0/icons2.png) no-repeat 0 2px; cursor: pointer;}
.CHKChecked {background-position: 0 -26px;}
.orderSubmitUl {margin-top: 30px;}
.orderSubmitUl .list {margin-top: 5px;}
.orderSubmitUl .CHKLi {float: left; margin-left: 420px; display: inline;}
.orderSubmitUl .yanLi {float: left; margin-left: 320px; display: inline;}
.orderSubmitUl .btnLi {float: left; margin-left: 455px; display: inline;}
.orderSubmitUl .errorLine {height: 30px;}
.orderSubmitUl .errorText {line-height: 20px; font-size: 14px; color: #e6001c; text-align: center;}

/* ï¿½Ï³ï¿½ï¿½ï¿½ï¿½Ø·ï¿½ï¿½ï¿½--ï¿½Û¸ï¿½ï¿½Ñ¯ */
.TCBG_priceCal {margin-top: 15px;}
.TCBG_priceCal .list {margin-top: 0;}
.TCBG_priceCal .subtotalBox {float: left; width: 418px; border: 1px solid #de4c5f;}
.TCBG_priceCal .subtotal {width: 393px; padding: 0 10px 0 15px; background: #de4c5f; color: #fff; font-size: 18px;}
.TCBG_priceCal .tipsBox {float: left; width: 318px; padding: 15px 20px; margin-left: 20px; display: inline; border: 1px solid #ddd; background: #f3f3f4; font-size: 12px;}
.TCBG_priceCal .tipsBox .tipsIcon {float: left; width: 22px; height: 21px; text-indent: -99em; overfow: hidden; background: url(http://srfiles.yunquna.com/images/v2.0/icons2.png) no-repeat 0 -345px;}
.TCBG_priceCal .tipsBox .tipsText {float: left; width: 100%; line-height: 20px; color: #de4c5f; margin: 2px 0 10px;}
.TCBG_priceCal .tipsBox .others {float: left; width: 100%; line-height: 22px;}
.mianBGFImg {position: absolute; right: 438px; top: 15px;}

.IWantEntrust {float: left; width: 270px; padding: 0 14px 30px; border: 1px solid #ddd; border-top: 2px solid #34a8f3; background: #fff; margin-top: 20px;}
.IWE_fixed {position: fixed; left: 50%; top: 31px; margin-left: 300px; margin-top: 0; _position: static; _left: 0; _top: 0; _margin: 0; _margin-top: 20px;}
.IWantEntrust .title {height: 26px; line-height: 26px; font-size: 16px; font-weight: normal; color: #34a8f3; margin-top: 20px;}
.IWantEntrust .text {height: 26px; line-height: 26px; font-size: 16px; font-weight: normal; margin-top: 20px;}
.IWantEntrust .total {line-height: 30px; font-size: 21px; font-weight: normal; color: #de4c5f; margin-top: 6px; word-wrap: break-word;}
.IWantEntrust .btnEntrust {width: 270px; margin-top: 20px;}

/* ï¿½ï¿½ï¿½Ó·ï¿½ï¿½ï¿½Ëµï¿½ï¿½--ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.additionalCostDialog {width: 346px; margin-left: -180px; font-family: Microsoft YaHei; font-size: 14px; color: #666;}
.additionalCostDialog .costText {width: 300px; padding: 15px; color: #f7a623;}
.additionalCostDialog .costInfo {width: 300px; padding: 0 15px 20px; display: block;}
.additionalCostDialog .costInfo li {float: left; padding: 5px 0;}
.additionalCostDialog .infoTitle {float: left; width: 160px; text-align: left;}
.additionalCostDialog .infoNumber {float: left; width: 135px; text-align: right;}

/******************************/
/* v2.1 */
/******************************/

/******************************/
/* v2.2 */
/******************************/
/* ï¿½ï¿½ï¿½Ð¼ */
.admin_tabs {height: 34px; background: #f3f3f3;}
.admin_tabs ul {float: left; height: 34px; line-height: 34px;}
.admin_tabs li {float: left;}
.admin_tabs li a,
.admin_tabs li span,
.admin_tabs li em {float: left; color: #666;}
.admin_tabs li em {padding: 0 7px;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½Ð±ï¿½--ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ä¡¢ï¿½ï¿½ï¿½ï¿½Æ´ï¿½ä¡¢ï¿½ï¿½ï¿½ï¿½tabs */
.palletHKTabs {width: 100%; height: 62px; background: #eee;}
.palletHKTabs ul {float: left;}
.palletHKTabs li {float: left; margin-right: 80px;}
.palletHKTabs .tab {float: left; height: 46px; line-height: 46px; font-size: 18px; color: #999;}
.palletHKTabs .tab:hover {color: #666; text-decoration: none;}
.palletHKTabs .current .tab {padding-bottom: 0; border-bottom: 3px solid #34a8f3; color: #34a8f3;}
.palletHKTabs .HYZX {padding: 13px 3px 3px 60px; background: url(http://srfiles.yunquna.com/images/v2.2/palletHKTabs.png) no-repeat 0 0;}
.palletHKTabs .HYPX {padding: 13px 3px 3px 50px; background: url(http://srfiles.yunquna.com/images/v2.2/palletHKTabs.png) no-repeat 0 -70px;}
.palletHKTabs .KY {padding: 13px 3px 3px 77px; background: url(http://srfiles.yunquna.com/images/v2.2/palletHKTabs.png) no-repeat 0 -140px;}
.palletHKTabs .current .HYZX {background-position: 0 -210px;}
.palletHKTabs .current .HYPX {background-position: 0 -275px;}
.palletHKTabs .current .KY {background-position: 0 -340px;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½Ð±ï¿½ */
.palletListSearch {padding-top: 15px; margin-top: 0;}
.palletListSearch .btnSearch {margin-left: 110px;}

.HOTIcon {float: left; width: 75px; height: 12px; overflow:hidden; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -298px;}
.HOTIcon em {float: left; width: 75px; height: 12px; overflow:hidden; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -276px;}
em.HOTIcon5 {width: 75px;}
em.HOTIcon4 {width: 60px;}
em.HOTIcon3 {width: 45px;}
em.HOTIcon2 {width: 30px;}
em.HOTIcon1 {width: 15px;}

.imgWEI {float: left; width: 32px; height: 32px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -108px;}
.imgPU {float: left; width: 32px; height: 32px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -150px;}
.imgKUANG {float: left; width: 32px; height: 32px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -192px;}
.imgGUAN {float: left; width: 32px; height: 32px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -234px;}
.imgHYZX {float: left; width: 50px; height: 25px; margin-left: 5px; margin-right: 5px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 1px;}
.imgHYPX {float: left; width: 50px; height: 25px; margin-left: 5px; margin-right: 5px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -37px;}
.imgKY {float: left; width: 50px; height: 25px; margin-left: 5px; margin-right: 5px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -75px;}

.palletListTop {width: 1200px; margin-top: 20px;}
.palletListTop ul {float: left;}
.palletListTop li {float: left; width: 400px; height: 200px; background: #fff; position: relative;}
.palletListTop .info {float: left; width: 359px; height: 198px; padding: 0 20px; color: #666; border: 1px solid #ebebeb; margin-right: -1px; position: relative; z-index: 1;}
.palletListTop .info:hover {text-decoration: none; *width: 358px; color: #666; border: 1px solid #34a8f3; box-shadow: 0px 0px 3px #34a8f3; z-index: 2;}
.palletListTop .JING {clear: both; position: absolute; left: 0; top: 0; z-index: 3;}
.palletListTop .titleWrap {width: 100%; *width: 358px; margin-top: 18px;}
.palletListTop .titleBox {float: left; width: 320px;}
.palletListTop .GKMT {float: left; max-width: 130px; _width: 130px;}
.palletListTop .GKMT h2 {font-size: 16px; font-weight: normal; line-height: 26px; color: #222; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; _width: 100%;}
.palletListTop .GKMT h3 {font-size: 14px; font-weight: normal; line-height: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; _width: 100%;}
.palletListTop .imgIcon {float: right;}
.palletListTop .number {font-size: 16px; font-weight: normal; line-height: 26px; margin-top: 12px;}
.palletListTop .number b {color: #8c9e00;}
.palletListTop .YJCYR {line-height: 18px; margin-top: 8px;}
.palletListTop .text {line-height: 18px; height: 36px; overflow: hidden;}
.palletListTop .opts {margin-top: 8px;}
.palletListTop .HOTIcon {margin-right: 10px;}
.palletListTop .renQi,
.palletListTop .baoJia {float: left; line-height: 16px; color: #de4c5f; margin: -2px 10px 0 0;}

.palletListNumb {height: 20px; line-height: 20px; padding: 10px 0;}
.palletListTitle {width: 1198px; height: 30px; background: #999; color: #fff; border-left: 1px solid #999; border-right: 1px solid #999;}
.palletListTitle .cell {float: left; height: 30px; line-height: 30px; margin-left: 20px; display: inline;}
.palletListTitle .star {font-family: 'ï¿½ï¿½ï¿½ï¿½'; color: #f00; margin-right: 3px;}
.palletListTitle .checkAll {width: 13px; height: 13px; margin-top: 9px;}
.palletListTitle .sort {cursor: pointer;}
.palletListTitle .sort em {float: left; width: 15px; height: 15px; overflow: hidden; margin: 8px 0 0 5px; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -574px;}
.palletListTitle .sort em.up {background-position: -20px -574px;}
.dropDownPallet_150 .dropDownShow,
.dropDownPallet_150 .dropDownSlide {width: 148px;}
.dropDownPallet_150 .dropDownShow .word {width: 113px;}

.palletListCont {width: 1200px; background: #fff;}
.palletListCont .list {float: left; width: 1198px; line-height: 20px; padding: 10px 0; border: 1px solid #ddd; margin-bottom: -1px; position: relative; z-index: 1;}
.palletListCont .list:hover {background: #fbfbfb; border-color: #34a8f3; box-shadow: 0px 0px 3px #34a8f3; z-index: 2;}
.palletListCont .cell {float: left; color: #666; margin-left: 20px; display: inline;}
.palletListCont .txtLink {float: left; height: 20px; line-height: 20px; color: #34a8f3;}
.palletListCont .actLink {float: left; height: 20px; line-height: 20px; padding-left: 20px; color: #34a8f3; white-space: nowrap; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat;}
.palletListCont .actLink:hover,
.palletListCont .txtLink:hover {color: #34a8f3;}
.palletListCont .actView {background-position: 0 -314px;}
.palletListCont .actDownload {background-position: 0 -340px;}
.palletListCont .actDelete {background-position: 0 -365px;}
.palletListCont .actModify {background-position: 0 -391px;}
.palletListCont .actRePrice {background-position: 0 -1017px;}
.palletListCont .actStopPrice {background-position: 0 -1044px;}
.palletListCont .actXJHP {background-position: 0 -1070px;}
.palletListCont .actWYTY {background-position: 0 -1095px;}
.palletListCont .checkOne {width: 13px; height: 13px; margin-top: 4px;}

.ptColorRed {color: #de4c5f;}
.ptColorGreen {color: #8c9e00;}
.ptColorLink {color: #34a8f3;}
.ptColorOrange {color: #f5a623;}
.ptColorBlue {color: #34a8f3;}
.ptColorGray {color: #999;}
.ptIconZheng {float: left; width: 18px; height: 20px; overflow: hidden; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -319px;}
.ptIconJing {float: left; width: 30px; height: 20px; overflow: hidden; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -347px;}
.widthAll {float: left; width: 100%;}
.VAMiddle {width: 100%; height: 100%; display: table; *position: relative;}
.VAMiddle .boxA {vertical-align: middle; display: table-cell; *position: absolute; *top: 50%;}
.VAMiddle .boxB {*position: relative; *top: -50%;}

.palletListCont .titleBox {float: left; width: 300px; margin-top: 8px;}
.palletListCont .titleBox a {float: left; cursor: pointer;}
.palletListCont .titleBox a:hover {text-decoration: none;}
.palletListCont .linkArea {float: left; cursor:pointer;}
.palletListCont .linkArea:hover {text-decoration: none;}
.palletListCont .GKMT {float: left; width: 120px; margin-top: 3px;}
.palletListCont .start {text-align: right;}
.palletListCont .GKMT h2 {width: 100%; font-weight: normal; font-size: 14px; color: #34a8f3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.palletListCont .GKMT h3 {width: 100%; font-weight: normal; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.wordBreak {word-wrap: break-word; word-break: break-all;}
.palletListCont .goodsDescription {height: 60px; overflow: hidden; word-wrap: break-word; word-break: break-all;}
.palletListCont .huoLiang {height: 60px; color: #8c9e00;}
.palletListCont .renQi {float: left; width: 100%; color: #de4c5f;}
.palletListCont .schedule {float: left; width: 111px; height: 70px;}
.ptDTCTLookBtn {margin: 2px 0 0 20px;}
.GKLayerMD {height: 20px; position: relative; z-index: 2;}
.GKLayerMD .showBox {padding: 6px 15px; position: absolute; left: 0; top: 20px; border: 1px solid #cae9fd; background: #f4faff; display: none;}
.palletListCont .start .GKLayerMD .showBox {left: auto; right: 0;}
.GKLayerMD .showBox .line {white-space: nowrap; color: #666;}

/* ï¿½ï¿½Òªï¿½ï¿½ï¿½ï¿½ quote */
.palletMain {float: left; width: 880px;}
.palletSide {float: right; width: 300px;}
.palletMain .entrustSection {width: 878px;}
.palletMain .entrustSection .orderForm {width: 838px;}
.palletMain .orderSubmitOut {margin-left: 295px;}
.orderForm .quoteNumb {color: #de4c5f; font-size: 18px;}
.palletSchedule {float: left; width: 330px; height: 74px; overflow: hidden;}
.palletSchedule li {float: left; width: 58px; height: 30px; line-height: 30px; text-align: center; color: #999; border: 1px solid #ddd; margin: 0 20px 10px 0; cursor: pointer;}
.palletSchedule li.selected {color: #34a8f3; border-color: #34a8f3;}
.palletMain .orderSubmitUl .yanLi {margin-left: 160px;}
.palletMain .orderSubmitUl .btnLi {margin-left: 299px;}

.palletSideDetail {width: 268px; padding: 0 15px 20px; border: 1px solid #ddd; background: #fff; margin-top: 20px;}
.palletSideDetail .title {height: 26px; line-height: 26px; font-size: 16px; font-weight: normal; color: #34a8f3; margin-top: 16px;}
.palletSideDetail .GKMTBox {margin-top: 15px;}
.palletSideDetail .GKMT {float: left; max-width: 104px; _width: 104px;}
.palletSideDetail .GKMT h2 {font-size: 14px; font-weight: normal; line-height: 26px; color: #222; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; _width: 100%;}
.palletSideDetail .GKMT h3 {font-size: 14px; font-weight: normal; line-height: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; _width: 100%;}
.palletSideDetail .numbType {margin-top: 5px;}
.palletSideDetail .numbType .numb {float: left; font-size: 16px; line-height: 22px; margin: 5px 20px 0 0;}
.palletSideDetail .size16 {font-size: 16px; font-weight: normal; line-height: 22px; margin-top: 2px;}
.palletSideDetail .goodsDescription {margin-top: 15px; line-height: 20px; word-wrap: break-word; word-break: break-all;}

/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.palletDetailSection {width: 1158px; padding: 20px;}
.palletDetailSection .titleTop .title {float: left; height: 42px; line-height: 40px; font-size: 16px; font-weight: normal;}
.palletDetailSection .titleTop .HYZX {padding-left: 57px; background: url(http://srfiles.yunquna.com/images/v2.2/palletHKTabs.png) no-repeat 0 -410px;}
.palletDetailSection .titleTop .HYPX {padding-left: 45px; background: url(http://srfiles.yunquna.com/images/v2.2/palletHKTabs.png) no-repeat 0 -460px;}
.palletDetailSection .titleTop .KY {padding-left: 67px; background: url(http://srfiles.yunquna.com/images/v2.2/palletHKTabs.png) no-repeat 0 -510px;}
.palletDetailSection .titleTop .code {float: right; line-height: 40px; font-weight: normal;}
.palletDetailSection .infoBox {margin-top: 20px;}
.palletDetailSection .GKMTSide {float: left; width: 540px; padding-bottom: 20px; border-right: 1px solid #ddd; position: relative;}
.palletDetailSection .GKMTTxt {font-size: 16px; line-height: 26px; color: #8c9e00; margin-top: 2px;}
.palletDetailSection .imgArrow {margin-top: 18px;}
.palletDetailSection .size16 {font-size: 16px; font-weight: normal; line-height: 22px; margin-top: 2px;}
.palletDetailSection .numberSide {float: right; width: 595px;}
.palletDetailSection .numbBox {float: left;}
.palletDetailSection .typeBox {float: right;}
.palletDetailSection .typeBox .image {float: right;}
.palletDetailSection .typeBox .text {float: right; clear: both; line-height: 18px; margin-top: 2px;}
.palletDetailSection .goodsDescription {margin-top: 50px; line-height: 20px; word-wrap: break-word; word-break: break-all;}

.palletDetailBJJL {font-size: 16px; line-height: 20px; margin: 15px 0;}
.palletListSchedule {float: left; width: 111px; height: 70px; overflow: hidden;}
.palletListSchedule li {float: left; width: 30px; height: 18px; line-height: 18px; text-align: center; color: #999; border: 1px solid #ddd; margin: 0 5px 5px 0;}
.palletListSchedule li.unscheduled {width: 67px;}
.palletListSchedule li.selected {color: #fff; border-color: #34a8f3; background: #34a8f3;}

.palletMain .palletDetailSection {width: 838px;}
.palletMain .palletDetailSection .GKMTSide {width: 380px;}
.palletMain .palletDetailSection .numberSide {width: 435px;}
.iWantQuote {margin-top: 20px;}
.btnIWQuote {margin-left: 390px;}
.palletMain .palletListTitle,
.palletMain .palletListCont .list {width: 878px;}
.palletMain .palletListCont {width: 880px;}

.palletSideUser {width: 298px; padding: 20px 0; border: 1px solid #ddd; background: #fff; margin-top: 20px;}
.palletSideUser .headPic {float: left; width: 76px; height: 76px; margin-left: 111px; display: inline;}
.palletSideUser .headPic img {width: 76px; height: 76px; display: block; border-radius: 50%;}
.palletSideUser .name {float: left; width: 100%; font-size: 14px; font-weight: normal; line-height: 20px; text-align: center; margin-top: 10px;}
.palletSideUser .company,
.palletSideUser .phone {float: left; width: 100%; font-weight: normal; line-height: 20px; text-align: center;}
.palletSideUser .company {margin-top: 3px;}
.palletSideUser .company .ptIconZheng {float: none; display: inline-block; vertical-align: middle;}
.palletSideUser .creditRating {float: left; width: 200px; margin: 15px 0 0 80px; display: inline;}
.palletSideUser .creditRating .credit {float: left; width: 100%; line-height: 20px;}
.palletSideUser .creditRating .crIcon {margin-top: 4px;}
.palletSideUser .creditRating .rating {float: left; width: 100%; line-height: 20px; margin-top: 15px;}
.palletTitleOpts {line-height: 20px;}
.palletTitleOpts .title {float: left; font-size: 16px; font-weight: normal;}
.palletTitleOpts .more {float: right; color: #666;}
.palletTitleOpts .more:hover {color: #666;}
.palletSideOthers {width: 298px; border: 1px solid #ddd; background: #fff;}
.palletSideOthers .list {float: left; width: 100%; padding-bottom: 10px; border-bottom: 1px solid #ddd;}
.palletSideOthers .titleBox {float: left; width: 268px; line-height: 20px; margin: 20px 0 0 15px; display: inline;}
.palletSideOthers .titleBox .GK {float: left; max-width: 104px; _width: 104px; font-size: 14px; font-weight: normal; color: #222; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.palletSideOthers .huoLiang {float: left; width: 268px; margin: 8px 0 0 15px; display: inline;}
.palletSideOthers .huoLiang .one {float: left; line-height: 20px; font-size: 16px; font-weight: normal; margin-right: 15px;}
.palletSideOthers .time,
.palletSideOthers .text {float: left; width: 268px; line-height: 20px; margin-left: 15px; display: inline; word-wrap: break-word; word-break: break-all;}
.palletSideOthers .time {margin-top: 15px;}
.palletSideOthers .linkDetail {float: right; line-height: 20px; margin-right: 15px;}
.palletSideOthers .telephone {float: left; width: 178px; height: 139px; padding-left: 120px; background: url(http://srfiles.yunquna.com/images/v2.2/telephone.png) no-repeat 8px 20px;}
.palletSideOthers .telephone p {font-size: 14px; line-height: 20px; margin-top: 47px;}
.palletSideOthers .telephone h2 {font-size: 24px; font-weight: normal; line-height: 34px;}

/* ï¿½ÒµÄ»ï¿½ï¿½ï¿½ */
.palletListSrchBox .orderForm .list {margin-top: 20px;}
.palletListSrchBox .btnSrch {margin-left: 110px;}
.moreSearchLink {float: left; height: 20px; line-height: 20px; margin-left: 110px; display: inline; cursor: pointer;}
.moreSearchLink em {float: left; width: 12px; height: 7px; overflow: hidden; margin: 8px 0 0 5px; background: url(http://srfiles.yunquna.com/images/v2.2/icons-side.png) no-repeat 0 0;}
.moreSearchLink em.up {background-position: 0 -22px;}
.moreSearchList {display: none;}
.palletListOutBox {margin-top: 20px;}
.palletListOutBox .palletListWrap {margin: 0;}
.palletListOutBox .palletListTitle {width: 978px;}
.palletListOutBox .palletListCont {width: 980px;}
.palletListOutBox .palletListCont .list {width: 978px; padding: 10px 0;}
.palletListOutBox .palletlink {float: left; height: 20px; line-height: 20px; margin-right: 15px; color: #34a8f3; white-space: nowrap;}
.palletListOutBox .palletlink:hover {color: #34a8f3;}
.palletListOutBox .palletlinkbtn {border: 1px solid #34b2f6; padding: 0 5px; float: left; height: 20px; line-height: 20px; margin-right: 15px; color: #34a8f3;}
.palletListOutBox .palletlinkbtn:hover {text-decoration:none; color: #34a8f3;}

/* ï¿½ï¿½ï¿½ï¿½--ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½--ï¿½ï¿½È¥ï¿½Ä°ï¿½ï¿½ï¿½Ô¤ï¿½ï¿½ï¿½ï¿½×¼ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
.YGBZGNumb,
.YGBZGNumb:hover {color: #e6001c;}
.YGBZGNumbDialog {width: 556px; margin-left: -278px; margin-top: -170px;}
.YGBZGNumbDialog .title h3 {font-size: 14px;}
.YGBZGNumbCont {width: 540px; background: #fbfbfb;}
.YGBZGNumbCont .orderForm {width: 480px; padding: 10px 30px 30px;}
.YGBZGNumbCont .orderForm .list {margin-top: 10px;}
.YGBZGNumbCont .btnYUGU {margin-left: 40px;}
.YGBZGNumbCont .btnYUGU {margin-left: 40px;}
.YGBZGNumbCont .YUGUInfo {width: 480px; padding: 20px 30px; border-top: 1px solid #ddd;}
.YGBZGNumbCont .infoTable {width: 480px; border: 1px solid #ddd; background: #fff;}
.YGBZGNumbCont .infoTable td {width: 160px; height: 46px; font-size: 16px; text-align: center; border: 1px solid #ddd;}
.YGBZGNumbCont .infoTip {color: #f5a623; margin-top: 15px;}

.ptQuoteDetailDialog {width: 616px; margin-left: -308px; margin-top: -250px;}
.ptQuoteDetailDialog .title h3 {font-size: 14px;}
.ptQuoteDetailCont {width: 600px; background: #fbfbfb;}
.ptQuoteDetailCont .orderForm {width: 600px; padding: 15px 0 20px; border-top: 1px solid #ddd;}
.ptQuoteDetailCont .orderForm .list {margin-top: 5px;}
.ptQuoteDetailCont .orderForm .inputTitle {color: #999;}

/* ï¿½Þ¸ï¿½ */
.biJiaZhong {float: right; margin: -21px 0 0 10px; *position: relative;}
.yiWeiTuoXiaJia {position: absolute; right: 20px; bottom: 0;}
.iconBiJiaZhong {float: left; width: 20px; height: 20px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -376px;}
.iconYiWeiTuo {float: left; width: 20px; height: 20px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -408px;}
.iconYiXiaJia {float: left; width: 20px; height: 20px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -440px;}
.iconYiShiXiao {float: left; width: 20px; height: 20px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -470px;}
.iconYiGuoQi {float: left; width: 20px; height: 20px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -500px;}
.iconZhao {float: left; width: 20px; height: 20px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -530px;}
.iconBaoZhang {float: left; width: 20px; height: 20px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -560px;}
.iconTuiJian {float: left; width: 50px; height: 20px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -590px;}
.iconYiShiXiaoLong {float: left; width: 50px; height: 20px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -650px;}
.iconYiWeiTuoLong {float: left; width: 50px; height: 20px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -680px;}

/* ï¿½ï¿½Í¼ï¿½ï¿½ï¿½ï¿½Ê¾ */
.iconTextTip {float: left; width: 20px; height: 20px; margin-top: 6px; position: relative;}
.iconTextTip .icon {float: left; width: 20px; height: 20px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -620px;}
.iconTextTip .show {width: 208px; border: 1px solid #a5b813; background: #fff; font-size: 12px; position: absolute; left: 10px; bottom: 29px; display: none;}
.iconTextTip .text {width: 188px; padding: 5px 10px; line-height: 18px; color: #999;}
.iconTextTip .arrow {width: 7px; height: 8px; overflow: hidden; position: absolute; left: -1px; bottom: -8px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat -40px -620px;}

/* ï¿½ï¿½ï¿½Ëµï¿½ï¿½ï¿½ï¿½ï¿½ */
.statementDetail .palletListWrap {margin-left: 20px;}
.statementDetail .palletListTitle,
.statementDetail .palletListCont .list {width: 1156px;}
.statementDetail .palletListCont {width: 1158px;}
.statementDetail .titOpts {margin: 30px 20px 0 20px;}
.statementDetail .titOpts .info {float: left;}
.statementDetail .titOpts .title {height: 26px; font-size: 16px; font-weight: normal; color: #34a8f3; line-height: 26px;}
.statementDetail .titOpts .beiZhu {width: 579px; padding: 10px 0; font-size: 14px; line-height: 22px;}
.statementDetail .titOpts .others {float: right; width: 350px;}
.statementDetail .titOpts .others .text {float: left; font-size: 14px; line-height: 26px;}
.statementDetail .titOpts .others .tipImg {float: left; width: 110px; height: 110px; margin: -10px 0 0 20px; *position: relative;}
.statementDetail .excelBox {padding: 20px; margin-top: 20px; border-top: 1px solid #ddd;}
.statementDetail .excelBox .excel {float: left; height: 26px; font-size: 14px; padding-left: 27px; line-height: 26px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -707px;}
.palletListCont .listYQR .cell {color: #8c9e00;}
.palletListCont .YQRActive {float: left; height: 20px; padding-left: 23px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -737px;}
.palletListCont .YQRForbid {float: left; height: 20px; padding-left: 23px; background: url(http://srfiles.yunquna.com/images/v2.2/icons.png) no-repeat 0 -759px;}
.palletListCont .FYSubCount {height: 30px; padding: 5px 0; margin-left: 490px; font-size: 18px; font-weight: normal; color: #de4c5f; line-height: 30px;}
.palletListCont .FYSubCountFei {height: 30px; padding: 5px 0; margin-left: 490px; font-size: 18px; font-weight: normal; color: #666; line-height: 30px;}
.statementDetail .actOpts {margin: 20px 20px 0 20px;}
.statementDetail .actOpts .tipImg {float: right;}

/******************************/
/* v2.2 */
/******************************/

/******************************/
/* v2.x */
/******************************/
.LogisticsListSearch .btnSearch {margin-left: 100px;}
.palletListTop .yunFei {margin-top: 15px; padding-bottom: 10px;}
.palletListTop .yunFei .box {float: left; margin-right: 20px;}
.palletListTop .yunFei em {display: block; font-size: 14px; color: #8c9e00; line-height: 18px;}
.palletListTop .yunFei b {display: block; font-size: 16px; color: #de4c5f; line-height: 22px; margin-top: 2px;}

.palletListCont .yunFei {font-size: 14px; color: #de4c5f; margin-top: 20px;}

.palletDetailSection .yunFeiBox {margin-top: 15px; height: 79px;}
.palletDetailSection .yunFeiBox .cell {float: left; width: 85px;}
.palletDetailSection .yunFeiBox .cell span {display: block; height: 20px; font-size: 14px; line-height: 20px;}
.palletDetailSection .yunFeiBox .cell b {display: block; height: 20px; margin-top: 8px; font-size: 16px; font-weight: 700; color: #de4c5f; line-height: 20px;}
.palletDetailSection .collectYF {float: left; height: 20px; padding-left: 26px; margin-top: 10px; color: #999; line-height: 20px; background: url(http://srfiles.yunquna.com/images/v2.x/icons.png) no-repeat 0 0; cursor: pointer;}
.palletDetailSection .collectYFOK {float: left; height: 20px; padding-left: 26px; margin-top: 10px; color: #999; line-height: 20px; background: url(http://srfiles.yunquna.com/images/v2.x/icons.png) no-repeat 0 -30px;}
.palletDetailSection .collectNumb {float: left; height: 20px; margin: 10px 0 0 30px; color: #999;}
.palletDetailSection .titleTop .left .code {float: left;}

.palletSideOthers .yunFei {float: left; width: 268px; margin: 15px 0 0 15px; display: inline;}
.palletSideOthers .yunFei .cell {float: left; width: 70px;}
.palletSideOthers .yunFei .cell span {display: block; height: 20px;  line-height: 20px;}
.palletSideOthers .yunFei .cell b {display: block; height: 20px; margin-top: 2px; font-size: 14px; font-weight: 700; color: #de4c5f; line-height: 20px;}
.palletSideOthers .telephoneLG {background: url(http://srfiles.yunquna.com/images/v2.x/telephone.png) no-repeat 6px 11px;}

.palletSideDetail .yunFei {margin-top: 15px;}
.palletSideDetail .yunFei .cell {float: left; width: 70px;}
.palletSideDetail .yunFei .cell span {display: block; height: 20px;  line-height: 20px;}
.palletSideDetail .yunFei .cell b {display: block; height: 20px; margin-top: 2px; font-size: 14px; font-weight: 700; color: #de4c5f; line-height: 20px;}

/******************************/
/* v2.x */
/******************************/

/******************************/
/* v2.4 */
/******************************/

.formAddSomeTDH,
.formRemoveThisTDH {float: left; height: 32px; line-height: 32px; padding-left: 40px; font-size: 14px; color: #34a8f3; background: url(http://srfiles.yunquna.com/images/v2.0/icons.png) no-repeat 0 -204px;}
.formRemoveThisTDH {background-position: 0 -899px;}
.formAddSomeTDH:hover,
.formRemoveThisTDH:hover {color: #34a8f3; text-decoration: none;}

.iframeSelectNo {width: 540px;}
.iframeSelectNo .hTitle {font-size: 14px; padding: 20px 20px 0;}
.iframeSelectNo .orderListTitle,
.iframeSelectNo .orderListCont {width: 498px;}
.iframeSelectChkNo,
.iframeSelectChkNo .selMemsShow {width: 500px;}
.iframeSelectChkNo .selMemsShow ul {width: 480px;}

.NZPriceTabs .HYZX {padding: 13px 3px 3px 65px; background: url(http://srfiles.yunquna.com/images/v2.4/NZPriceTabs.png) no-repeat 0 0;}
.NZPriceTabs .HYPX {padding: 13px 3px 3px 62px; background: url(http://srfiles.yunquna.com/images/v2.4/NZPriceTabs.png) no-repeat 0 -70px;}
.NZPriceTabs .KY {padding: 13px 3px 3px 50px; background: url(http://srfiles.yunquna.com/images/v2.4/NZPriceTabs.png) no-repeat 0 -140px;}
.NZPriceTabs .HYBX {padding: 13px 3px 3px 50px; background: url(http://srfiles.yunquna.com/images/v2.4/NZPriceTabs.png) no-repeat 0 -411px;}
.NZPriceTabs .current .HYZX {background-position: 0 -210px;}
.NZPriceTabs .current .HYPX {background-position: 0 -277px;}
.NZPriceTabs .current .KY {background-position: 0 -344px;}
.NZPriceTabs .current .HYBX {background-position: 0 -480px;}

.entrustLastOK .images .JC {width: 80px; height: 80px; display: inline-block; vertical-align: top; background: url(http://srfiles.yunquna.com/images/v2.4/entrust-complete.png) no-repeat 0 0;}
.entrustLastOK .images .ZX {width: 80px; height: 80px; display: inline-block; vertical-align: top; background: url(http://srfiles.yunquna.com/images/v2.4/entrust-complete.png) no-repeat right 0;}

.indexTCBGFast .gateTabs li {float: left; width: 118px; height: 34px; font-size: 14px; color: #fff; line-height: 34px; text-align: center; border-right: 1px solid #d2ffff; border-left: 1px solid #569dd1; background-color: #34a8f3; cursor: pointer;}
.indexTCBGFast .gateTabs .last {width: 119px; border-right: 0;}
.indexTCBGFast .gateTabs em,
.indexTCBGFast .gateTabs span {display: inline-block; vertical-align: middle;}
.indexTCBGFast .gateTabs em {margin-right: 3px; *margin-right: 6px; background: url(http://srfiles.yunquna.com/images/v2.4/icons.png) no-repeat;}
.indexTCBGFast .gateTabs .TC {width: 38px; height: 16px; background-position: 0 -132px;}
.indexTCBGFast .gateTabs .NZ {width: 23px; height: 18px; background-position: 0 -163px;}
.indexTCBGFast .gateTabs .BG {width: 14px; height: 18px; background-position: 0 -196px;}
.indexTCBGFast .gateTabs .HY {width: 24px; height: 18px; background-position: 0 -220px;}
.indexTCBGFast .gateTabs .current {color: #34a8f3; border-left-color: #fff; background-color: #fff;}
.indexTCBGFast .gateTabs .current .TC {background-position: 0 -35px;}
.indexTCBGFast .gateTabs .current .NZ {background-position: 0 -66px;}
.indexTCBGFast .gateTabs .current .BG {background-position: 0 -99px;}
.indexTCBGFast .gateTabs .current .HY {background-position: 0 -240px;}
.indexTCBGFast .gateTabsCont {display: none;}
.indexTCBGFast .orderForm {margin-top: 30px;}
.indexTCBGFast .orderForm .srchList {margin-top: 20px;}
.index-gate-tip {position: absolute; left: 49px; bottom: 0;}
.index-gate-tip img {display: block;}

.iframe-detail-pop {width: 1100px; padding: 0 10px 30px; background-color: #fbfbfb;}
.iframe-detail-pop .infoArea {padding: 20px 0;}
.iframe-detail-pop .infoArea h1 {font-size: 16px; font-weight: normal; padding: 5px 0;}
.iframe-detail-pop .infoArea h1 em {color: #f7a623; margin-left: 30px;}
.iframe-detail-pop .infoArea h2 {font-size: 14px; font-weight: normal; padding: 1px 0;}
.iframe-detail-pop .orderListWrap {margin: 0;}
.iframe-detail-pop .orderListTitle {width: 1098px;}
.iframe-detail-pop .orderListCont {width: 1098px; background-color: #fff;}
.iframe-detail-pop .orderForm {margin-top: 15px;}
.iframe-detail-pop .orderForm .list {margin-top: 0;}

.iframeAddTidan {width: 740px;}
.iframeAddTidan .divScroll {height: 410px; overflow-y: auto;}
.iframeAddTidan .orderSection {width: 720px; border-width: 0; border-bottom-width: 1px;}
.iframeAddTidan .orderSectionTit {margin-top: 0;}
.iframeAddTidan .listMT5 .list {margin-top: 8px;}



/******************************/
/* v2.4 */
/******************************/



/******************************/
/* v2.5 */


/***********ï¿½ï¿½×°ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½*************/
.nz-service .clear { clear:both; height:0; overflow:hidden; }
.nz-service .clearfix { zoom:1;}
.nz-service .clearfix:before, .nz-service .clearfix:after { clear:both; content:""; display:block;}
.nz-service dl:before, .nz-service dl:after { clear:both; content:""; display:block;}
.nz-service ul:before, .nz-service ul:after { clear:both; content:""; display:block;}
.nz-service ol:before, .nz-service ol:after { clear:both; content:""; display:block;}
.nz-service {background-color: #008CD7;padding: 45px 0 10px;}
.nz-service .icon { display:inline-block; width:20px; height:20px; line-height:18px; margin:0; padding:0; vertical-align:middle; background:url(http://srfiles.yunquna.com/images/v2.5/icon.png) left -1000px no-repeat;}
.nz-service .icon.location {width: 28px;height: 36px;margin-right:10px;background-position: left top;}
.nz-service .box {margin: 0 auto 45px;width: 1200px;padding:65px 25px 25px;background-color: #6BA6DE;position: relative;}
.nz-service .box .head {position: absolute;left:350px;top:35px;width:506px;height:78px;line-height:78px;background:url(http://srfiles.yunquna.com/images/v2.5/bg-title.png) center top no-repeat;font-size: 25px;color: #fff;text-align: center;}
.nz-service .box .body { background-color: #fff;padding: 40px 85px 50px;}
.nz-service .box .body.wide{padding: 40px 48px 50px;}
.nz-service .box .body.text{font-size: 18px;}
.nz-service .box .body h3 {font-size: 26px;color: #21598c;font-weight: normal;margin: 40px 0;}
.nz-service .box .body ul {}
.nz-service .box .body ul li { float: left; margin-right: 5px;position: relative;}
.nz-service .box .body ul li .mask { position:absolute; bottom:20px; left:0; width:100%; height:60px;line-height: 150%; background-color:#000; opacity: 0.8; z-index:999;color: #fff;font-size: 14px;transition:all .5s ease 0s;}
.nz-service .box .body ul li .mask div {padding: 10px;}
.nz-service .box .body ul li .mask b {display:block;font-size: 20px;}
.nz-service .box .body ul li:hover .mask{opacity: 1;}
.nz-service .box .body ol {}
.nz-service .box .body ol li { float: left;height: 183px;padding:55px 0 0 44px;background:url(http://srfiles.yunquna.com/images/v2.5/bg-step.png) left top no-repeat; position: relative;}
.nz-service .box .body ol li.f-1{width: 255px;}
.nz-service .box .body ol li.f-2{width: 248px;background-position: -299px top;}
.nz-service .box .body ol li.f-3{width: 239px;background-position: -591px top;}
.nz-service .box .body ol li.f-4{width: 185px;background-position: -874px top;}
.nz-service .box .body ol li b {color: #21598c;font-weight: normal;}
.nz-service .box .body ol li.f-1 b {font-size: 19px;}
.nz-service .box .body ol li.f-2 b {font-size: 14px;}
.nz-service .box .body ol li.f-3 b {font-size: 16px;}
.nz-service .box .body ol li.f-4 b {font-size: 22px;}
.nz-service .box .body ol li p{position: absolute;left: 44px;top: 150px;font-size: 12px;color: #666;}
.nz-service .box .body a.btn-1:link,.nz-service .box .body a.btn-1:visited,.nz-service .box .body a.btn-1:active {display: inline-block;width: 253px;height: 52px;line-height:52px;background:url(http://srfiles.yunquna.com/images/v2.5/bg-btn.png) left top no-repeat;color: #fff;font-size: 25px;text-align: center;margin: 0 50px;transition:all .5s ease 0s;}
.nz-service .box .body a.btn-1:hover {opacity:0.8;text-decoration: none;}
.nz-service .box .body a.btn-2:link,.nz-service .box .body a.btn-2:visited,.nz-service .box .body a.btn-2:active {display: inline-block;width: 253px;height: 52px;line-height:52px;background:url(http://srfiles.yunquna.com/images/v2.5/bg-btn.png) left -60px no-repeat;color: #fff;font-size: 25px;text-align: center;margin: 0 50px;transition:all .5s ease 0s;}
.nz-service .box .body a.btn-2:hover {opacity:0.8;text-decoration: none;}
.nz-menu {position:fixed;left:0;top:500px;width:60px;border:1px #fff solid;z-index:20;transition:all .5s ease 0s;}
.nz-menu li {background-color:#1E9AFE;border-top:1px #368CD5 solid;border-bottom:1px #9BDFEA solid;font-size:20px;color:#fff;padding:5px;text-align:center;cursor:pointer;transition:all .5s ease 0s;}
.nz-menu li:hover {background-color:#368CD5;}

/*--------ï¿½ï¿½ï¿½ï¿½-----------*/
.car-team {margin-top:15px;}
.car-team .clearfix { zoom:1;}
.car-team .clearfix:before, .car-team .clearfix:after { clear:both; content:""; display:block;}
.car-team dl:before, .car-team dl:after { clear:both; content:""; display:block;}
.car-team ul:before, .car-team ul:after { clear:both; content:""; display:block;}
.car-team ol:before, .car-team ol:after { clear:both; content:""; display:block;}
.car-team .basic {border:1px #ccc solid;background-color:#fff;}
.car-team .basic dl {padding:20px 50px;}
.car-team .basic dl dt {float:left;margin-right:20px;}
.car-team .basic dl dd {float:left;padding-top:20px;}
.car-team .basic b {font-size:18px;color:#34a8f3;display:block;margin-bottom:10px;}
.car-team .info {border:1px #ccc solid;border-top:none;background-color:#fff;margin-bottom:50px;}
.car-team .info dl {padding:20px 50px;text-align:center;}
.car-team .info dl dt {float:left;width:20%;}
.car-team .info dl dt b {color:#34a8f3;font-size:40px;font-weight:normal;}
.car-team .info dl dd {float:left;font-size:14px;width:40%;}
.car-team .info .icon-1 { display:inline-block; width:40px; height:32px; margin:0; padding:0; vertical-align:middle; background:url(http://srfiles.yunquna.com/images/v2.5/icon.png) left -40px no-repeat;}
.car-team .info .icon-2 { display:inline-block; width:27px; height:24px; margin:0; padding:0; vertical-align:middle; background:url(http://srfiles.yunquna.com/images/v2.5/icon.png) left -80px no-repeat;}
.car-team .info .icon-3 { display:inline-block; width:27px; height:24px; margin:0; padding:0; vertical-align:middle; background:url(http://srfiles.yunquna.com/images/v2.5/icon.png) left -110px no-repeat;}
.car-team .info p {margin:5px 0;}
.car-team .info p.small {font-size:12px;color:#999;}
.car-team .info p.big {font-size:18px;}

.duizhang {margin-top:15px;}
.duizhang .clearfix { zoom:1;}
.duizhang .clearfix:before, .duizhang .clearfix:after { clear:both; content:""; display:block;}
.duizhang dl:before, .duizhang dl:after { clear:both; content:""; display:block;}
.duizhang ul:before, .duizhang ul:after { clear:both; content:""; display:block;}
.duizhang ol:before, .duizhang ol:after { clear:both; content:""; display:block;}
.duizhang .icon_yizuofei { display:inline-block; width:110px; height:110px; margin:0; padding:0; vertical-align:middle; background:url(http://srfiles.yunquna.com/images/v2.5/yizuofei.jpg) left top no-repeat;}
.duizhang .icon_yiqueren { display:inline-block; width:110px; height:110px; margin:0; padding:0; vertical-align:middle; background:url(http://srfiles.yunquna.com/images/v2.5/yiqueren.jpg) left top no-repeat;}
.duizhang .basic {border:1px #ccc solid;background-color:#fff;padding:20px;}
.duizhang .basic dl {font-size:16px;}
.duizhang .basic dl dt {float:left;width:580px;padding-right:200px;}
.duizhang .basic dl dd {float:left;padding-top:20px;margin-left:40px;}
.duizhang .basic dl dd.icon {padding-top:0;}
.duizhang .basic b {font-size:18px;color:#34a8f3;display:block;margin-bottom:10px;}
.duizhang .info {border:1px #ccc solid;border-top:none;background-color:#fff;margin-bottom:50px;padding:20px;}
.duizhang .info .text {margin-bottom:20px;}
.duizhang .info .ptColorGreen .cell{color:#8c9e00;}
.duizhang .info .total {border:1px #ccc solid;border-top:none;background-color:#fff;padding:20px;font-size:14px;}
.duizhang .info .total dt {float:left;width:49%;text-align:right;font-size:20px;padding-top:8px;}
.duizhang .info .total dd {float:right;width:49%;text-align:left;}
.duizhang .info .btn {padding:20px 0 40px;}
.car-extra {margin-top:15px;}
.car-extra .row {margin-bottom:20px;}
.car-extra .row h2 {border:1px #98D2F8 solid;margin-bottom:1px;height:68px;padding:30px 30px 10px;background-color:#fff;background-position:center right;background-repeat:no-repeat;font-size:18px;font-weight:normal;}
.car-extra .row h2 b {color:#368DD5;font-size:20px;}
.car-extra .row h2 span {font-size:12px;}
.table-car {width:100%;background-color:#C1E7FF;border-spacing:1px;border-collapse:inherit;}
.table-car thead td {padding:5px;background-color:#56B7F6;color:#fff;}
.table-car tbody td {padding:10px 5px;background-color:#fff;}
.table-car tbody td.disabled {color:#999;}

.table-car .tip {position:relative;z-index:9;}
.table-car .tip .icon {display:inline-block;width:12px;height:12px; background:url(http://srfiles.yunquna.com/images/v2.5/icon-tip.jpg) left top no-repeat;}
.table-car .tip u {position:absolute;bottom:-6px;left:0;width:12px;height:6px; background:url(http://srfiles.yunquna.com/images/v2.5/arrow-tip.png) left top no-repeat;}
.table-car .tip .c {display:none;position:absolute;bottom:18px;left:12px;width:160px;border:1px #F5A623 solid;padding:10px;background-color:#fff;}
/******************************/

/*-----------------ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½-------------------*/
.supply-copy {position:absolute;right:40px;top:40px;width:372px;}
.supply-copy b {display:block;margin-bottom:10px;font-size:14px;}
.supply-copy p.btn {margin-top:10px;}
.table-gray {width:100%;background-color:#ccc;border:1px #ccc solid;}
.table-gray thead td {padding:5px;background-color:#56B7F6;color:#fff;}
.table-gray tbody td {background-color:#fff;padding:10px 5px;text-align:center;background-color:#fff;border-top:1px #ccc solid;}
.table-gray tbody tr.even td {background-color:#f5f5f5;}


/*---------×¢ï¿½ï¿½note------------*/
.nRegNote {margin:0 auto;width:850px;color:#F5A923;border:1px #ddd solid;background-color:#f7f7f7;font-size:15px;padding:15px 30px;}

/* ï¿½ï¿½Ï¢ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½È«ï¿½ï¿½ï¿½ï¿½ */
.completeInfoDialog {
	width: 650px; height: 450px; background: #fff; border: 1px solid #ddd; position: fixed; _position: absolute; z-index: 2000; left: 50%; top: 50%; margin-left: -326px; margin-top: -94px;
	_top: expression(eval(document.documentElement.clientHeight / 2 + document.documentElement.scrollTop)); display: none;
}
.completeInfoDialog .inner {width: 100%; height: 100%; background: #fff; position: relative; z-index: 2;}
.completeInfoDialog .textTitle {height: 31px; line-height: 31px; font-family: Microsoft YaHei; font-size: 18px; font-weight: normal; color: #2c97dd; padding: 80px 0 0 38px;}
.completeInfoDialog .textCont {line-height: 19px; font-family: Microsoft YaHei; font-size: 14px; color: #f5a623; padding: 4px 0 0 38px;}
.completeInfoDialog .tipImg {position: absolute; right: -15px; top: -218px; z-index: 3; _z-index: 1;}
.completeInfoDialog .loginOut_form {width: 620px; margin: 10px 0 0 25px; display: inline;}
.completeInfoDialog .loginOut_form li {padding: 5px 0;}
.completeInfoDialog .loginOut_form .inputMD, .completeInfoDialog .loginOut_form .textareaMD {height:33px;}
.completeInfoDialog .loginOut_form .inputMD input, .completeInfoDialog .loginOut_form .textareaMD textarea{height:23px;}
.completeInfoDialog .loginOut_form .inputTit {height:35px;line-height:35px;}
.completeInfoDialog .sendCheckCode .send, .completeInfoDialog .sendCheckCode .resend {height:35px;line-height:35px;}
.completeInfoDialog .nextTimeAct {float: left; height: 25px; line-height: 25px; margin: 15px 0 0 30px; font-family: Microsoft YaHei; font-size: 14px;}

/*---------ï¿½ï¿½ï¿½ï¿½----------*/
.popDiv {position:fixed;width:740px;left:20%;top:20px;z-index:2000;}
.popDiv h2 {background-color:#34a8f3;height:35px;line-height:35px;padding:0 10px;font-size:14px;color:#fff;position:relative;}
.popDiv h2 .close {position:absolute;right:10px;top:0;color:#fff;font-size:16px;cursor:pointer;}
.popDiv .body {background-color:#fff;padding:20px 40px;height:425px;font-size:14px;overflow-x:hidden;overflow-y:auto;line-height:180%;}
.popDiv .body h3 {color:#34a8f3;text-align:center;font-size:16px;}
.popDiv .body strong {color:#34a8f3;}


/*--------ï¿½ï¿½ï¿½Å³ï¿½ï¿½Ó±ï¿½ï¿½-----------*/
.chedui .orderListCont .list .l {float:left;border-right:1px #ddd solid;height:71px;padding-top:10px;}
.chedui .orderListCont .list .m {float:left;width:948px;}
.chedui .orderListCont .list .r {float:left;border-left:1px #ddd solid;height:71px;padding-top:10px;}
.chedui .orderListCont .list .cell {padding:10px 0;color:auto;}
.chedui .orderListCont .list .longtext {border-top:1px #ddd solid;margin:0;padding-left:15px;}
.chedui .btn {text-align:center;padding:20px 0;}
.chedui .btn a {display:inline-block;float:none;}


/*-------------ï¿½ï¿½Ò³-------------*/
.pagination a {
    border: 1px solid #aae;
    color: #15b;
    text-decoration: none;
}
.pagination a, .pagination span {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    min-width: 1em;
    padding: 0.3em 0.5em;
    text-align: center;
}
.pagination .current {
    background: #26b none repeat scroll 0 0;
    border: 1px solid #aae;
    color: #fff;
}
.pagination .current.prev, .pagination .current.next {
    background: #fff none repeat scroll 0 0;
    border-color: #999;
    color: #999;
}
.pagination .curFirst, .pagination .curLast {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    color: #999;
}


.orderForm .list .box {float:left;height:50px;padding:20px;border:1px #ddd solid;background-color:#f3f3f3;}
.orderForm .list .box .text {float:left; width:320px;}
.orderForm .list .box .text span {display:block;margin-bottom:10px;font-size:12px;}

.blue-border{border: 1px #34a8f3 solid;border-top: none;padding:20px;}
.box-blue{border:1px #AADBF7 solid;}
.box-blue h2 {height:28px;line-height:28px;padding:0 10px;font-size:14px;font-weight:normal;background-color:#EBFCFF;border-bottom:1px #AADBF7 solid;color:#34a8f3;}
.box-blue h2.normal {font-size:12px;color:#333;}
table.table {width:100%;}
table.table thead td {background-color:#f4f4f4;height:28px;padding:0 10px;}
table.table tbody td {background-color:#fff;padding:5px 10px;border-bottom:1px #E0F3FF solid;}
table.table1 {width:100%;}
table.table1 thead td {background-color:#f4f4f4;height:28px;padding:0 10px;}
table.table1 tbody td {background-color:#fff;padding:5px 10px;border-bottom:1px #E0F3FF solid;}
table.table1 tbody td.border{border-left:1px #E0F3FF solid;}
table.table2 {width:100%;border:1px #ddd solid;}
table.table2 thead td {background-color:#f4f4f4;height:28px;padding:0 10px;border-bottom:1px #ddd solid;}
table.table2 tbody td {background-color:#fff;padding:5px 10px;}
table.table3 {width:100%;border:1px #ddd solid; table-layout:fixed;}
table.table3 thead td {background-color:#999;color:#fff;height:28px;padding:0 10px;}
table.table3 tbody td {background-color:#fff;padding:5px 10px;line-height:25px;border-top:1px #ddd solid;word-warp: break-warp; word-break: break-all;}
table.table3 tbody tr:hover td {background-color:#f4f4f4;}
table.table3 tbody td em{display:inline-block;border:1px #B85E93 solid;color:#B85E93;padding:2px 5px;line-height:20px;border-radius:5px;}
table.table3 tbody td em a:link,table.table3 tbody td em a:visited,table.table3 tbody td em a:active {color:#B85E93;}
.box-blue dl:before, .box-blue dl:after { clear:both; content:""; display:block;}
.box-blue dl.fy{line-height:20px;}
.box-blue dl.fy dt {float:left;margin-right:10px;}
.box-blue dl.fy dd {float:right;text-align:right;}
.box-blue img {vertical-align: middle;}
.box-blue .total{padding:20px;}
.bgColorRed{padding:5px 10px;background-color:#DE4C5F;color:#fff;}
.blue-border .notice{color:#999;padding:10px 0;}
.orderDetailBox .title {padding:10px 10px 0;font-size:14px;}
a.linkBgWhite:link,a.linkBgWhite:visited,a.linkBgWhite:active {border:1px #34a8f3 solid;padding:2px 5px;border-radius:5px;background-color:#fff;color:#34a8f3;font-weight:normal;font-size:12px;}
hr.hr-blue {border:0;border-bottom:1px #34a8f3 solid;height:0;overflow:hidden;margin:20px 0;}
.orderDetailBox.blueB {border-color:#34a8f3;}
.orderListCont.borderN .list {border:none;}

.float-menu {position:fixed;left:0;top:200px;width:80px;text-align:center;z-index:99;}
.float-menu li {border:1px #34a8f3 solid;margin-top:-1px;background-color:#fff;height:40px;line-height:40px;color:#34a8f3;cursor:pointer;}
.float-menu li.active,.float-menu li:hover {background-color:#34a8f3;color:#fff;}


/*--------20150511-----------*/
.fee-info {}
.fee-info .col1,.fee-info .col2,.fee-info .col3 {float:left;}
.fee-info .head {background-color: #F4F4F4;padding: 0 20px;height: 25px;line-height: 25px;border-bottom: 1px #ccc solid;}
.fee-info .head .col1 {}
.fee-info .head .col2 {margin-right: 100px;}
.fee-info .body {border-bottom: 1px #34a8f3 solid;padding: 10px 0;}
.fee-info .body .col1 {width: 150px;text-align: right;}
.fee-info .body .col2 {width: 500px;}
.fee-info .body .row {height: 25px;line-height: 25px;}
.fee-info .foot {border-bottom: 1px #34a8f3 solid;padding: 10px 0;}
.fee-info .foot .col1 {width: 150px;text-align: right;}
.fee-info .foot .col2 {width: 500px;}

.fee-info.order .head .col2 {margin-right: 40px;}
.fee-info.order .body .col2 {width: 40px;}
.fee-info.order .body .col3 {width: 200px;text-align: right;}
.fee-info.order .c-1 {float: left;width: 290px;}
.fee-info.order .c-1 .col1 {width: auto;padding-left: 20px;}
.fee-info.order .c-2 {float: left; width: 460px;}
.fee-info.order .c-3 {float: left;padding-top: 40px;}

.adminMain h2.title {font-size:16px;margin:12px 0;}
.adminMain .entrustSection {width:auto;margin:0 0 20px;}
.adminMain .entrustSection .orderForm {width:auto;margin:0;}


span.v3-icon { display:inline-block; width:25px; height:25px; margin:0; padding:0; vertical-align:middle; background:url(http://srfiles.yunquna.com/images/v1.4/icons.png) left 1000px no-repeat;}
span.v3-icon.mobile {background-position: 0 0;}
span.v3-icon.mobile.active {background-position: 0 -27px;}
span.v3-icon.renzheng {background-position: -73px 0;}
span.v3-icon.renzheng.active {background-position: -73px -27px;}
span.v3-icon.add {width:50px;height:50px;background-position: 0 -191px;}

.wl-center .tips {position:relative;}
.wl-center .tips em {display:none;position:absolute;left:-35px;bottom:35px;width:160px;border:1px #F5A623 solid;background-color:#fff;padding:5px 10px;}
.wl-center .tips em i {position:absolute;left:20px;bottom:-11px;width:21px;height:11px;     background: url(http://srfiles.yunquna.com/images/v1.4/icons.png) no-repeat 0 -59px;}/*background:url(http://srfiles.yunquna.com/images/v3.0/map-icon.png) right -25px no-repeat;*/
.renzheng.tips em{width:168px;}
.renzheng.active.tips em{width:85px;}
.mobile.active.tips em{width:60px;}
.wl-center .basic {border:1px #ddd solid;padding:20px;margin:15px 0;}
.wl-center .basic .l {float:left;width:500px;padding-top:15px;border-right:1px #ddd solid;}
.wl-center .basic .l .head {margin-right:20px; float: left; width: 80px; height: 80px; position: relative;}
.wl-center .basic .l .head img {width:80px; height:80px; border-radius:100px; }
.wl-center .basic .l .head .avatar {display: block; width: 80px; height: 80px; position: relative; z-index: 2;}
.wl-center .basic .l .head .avatar_link {display: block; width: 80px; height: 80px; position: absolute; left: 0; top: 0; z-index: 3; opacity: 0; filter: alpha(opacity=0);}
.wl-center .basic .l .head .avatar_link img {display: block; width: 80px; height: 80px; border-radius:100px;}
.wl-center .basic .l .head .avatar_link:hover {opacity: 1; filter: alpha(opacity=100);}

.wl-center .basic .l .text {float:left;margin-right:20px;font-size:14px;padding-top:2px;line-height:25px;}
.wl-center .basic .l .rz {float:left;padding-top:55px;}
.wl-center .basic .r {float:right;width:400px;}
.wl-center .r .workmate-add{float:left;line-height:25px;}
.wl-center .r .workmate-add b {font-size:14px;display:block;margin-bottom:10px;}
.wl-center .r .ri{float:right;text-align:center;font-size:14px;}
.wl-center .order {float:left;width:454px;height:355px;border:1px #ddd solid;padding:30px;}
.wl-center .order dl  {font-size:12px;/*margin-bottom:40px;*/}
.wl-center .order dl dt {float:left;padding-right:20px;}
.wl-center .order dl dd {float:left;border-left:1px #ddd solid;padding:0 10px;line-height:30px;}
.wl-center .order dl b {color:#34a8f3;}
.wl-center .order dl dt b {font-size:20px;font-weight:normal; line-height:240%;}
.wl-center .order .percent {text-align:center;}
.wl-center .number {float:right;width:464px;}
.wl-center .number li {float:left;width:220px;height:100px;padding-top:30px;text-align:center;font-size:14px;border:1px #ddd solid;margin:0 0 10px 10px; background:url(http://srfiles.yunquna.com/images/v3.0/map-number.jpg) left top no-repeat;}
.wl-center .number li.n-2{background-position:left -130px;}
.wl-center .number li.n-3{background-position:left -260px;}
.wl-center .number li.n-4{background-position:left -390px;}
.wl-center .number li.n-5{background-position:left -520px;}
.wl-center .number li.n-6{background-position:left -650px;}
.wl-center .number li p {margin-bottom:20px;line-height:100%;}
.wl-center .r .workmate {font-size:14px;line-height:18px;}
.wl-center .r .workmate .head {position:relative;line-height:30px;margin-bottom:10px;}
.wl-center .r .workmate .head span {position:absolute;right:0;top:0;}
.wl-center .r .workmate li {float:left;margin-right:24px;text-align:center;width: 56px;}
.wl-center .r .workmate li img {width:50px;height:50px;border-radius: 100px;}
.wl-center .banner {border:1px #ddd solid;margin:15px 0;}
.workmate-text{width: 56px;height: 20px;line-height: 20px;display: block;overflow: hidden;}

span.tip {position:relative;line-height:20px;font-size:12px;color:#666;vertical-align: middle;line-height:40px;}
span.tip em {display:inline-block;width:18px;height:18px; background:url(http://srfiles.yunquna.com/images/v3.0/icon-tip.png) left top no-repeat;}
span.tip .t-con {position:absolute;left:0;top:15px;border:1px #F5AE37 solid;background-color:#fff;padding:10px;width:280px;z-index:10;display:none;}
span.tip .t-con dl{height:20px;line-height:20px;}
span.tip .t-con dl dt {float:left;width:100px;}
span.tip .t-con dl dt.auto {width:auto;}
span.tip .t-con dl dd {float:left;width:100px;text-align:right;padding-right:10px;}

.limit {height:80px;padding:40px; background:url(http://srfiles.yunquna.com/images/v3.0/img-limit.jpg) right top no-repeat;}
.limit .add {text-align:center;width:100px;}
.notice {padding:20px;}
.with-border {border:1px #ddd solid;border-top:none;}
.with-border .orderListTitle,.with-border .orderListCont {width:auto;}
.blno-tip-icon{vertical-align: inherit!important;}

/******************************/
/* v3.0 */
/******************************/
.ptIconChangYong {
            width: 21px;
            height: 20px;
            overflow: hidden;
            background:transparent url('/images/v3.0/icon-common.png') no-repeat scroll 0 0;
        }
.ml5 {margin-left: 5px;}
.pageDialogDiv form{display:block;}
.no-clear:before,.no-clear ul:after{
    clear: none!important;
}
/******************************/


.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}

.pagination .curFirst,
.pagination .curLast {
	color:#999;
	border:1px solid #999;
	background:#fff;
}

@charset "utf-8";
abbr,
address,
article,
aside,
audio,
canvas,
command,
datalist,
details,
dialog,
figure,
figcaption,
footer,
header,
hgroup,
keygen,
mark,
meter,
menu,
menuitem,
nav,
progress,
ruby,
section,
summary,
time,
video,
fieldset,
dir,
dfn {
	margin: 0;
	padding: 0;
	border: 0;
	display: block
}

p {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 150%
}

form {
	border: 0;
	margin: 0;
	padding: 0;
	display: inline
}

ul,
ol,
dl,
dd,
dt {
	margin: 0;
	padding: 0;
	display: block
}

h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0
}

em,
i,
dfn {
	font-style: normal
}

em.label {
	border-radius: 2px;
	border: 1px #268ed1 solid;
	font-size: 12px;
	background-color: #fff;
	color: #268ed1;
	height: 16px;
	padding: 2px 5px
}

em.label.purple {
	border-color: #b85e93;
	color: #b85e93
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

.error-msg {
	color: #f00;
	text-align: center;
	min-height: 20px
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden
}

/*.clearfix:before,
.clearfix:after {
	clear: both;
	content: "";
	display: block
}*/

dl:before,
dl:after {
	clear: both;
	content: "";
	display: block
}

ul:before,
ul:after {
	clear: both;
	content: "";
	display: block
}

.static-page:before,
.static-page:after {
	clear: both;
	content: "";
	display: block
}

hr {
	border: 0;
	border-top: 1px #ccc solid;
	height: 0;
	overflow: hidden;
	margin: 10px 0
}

hr.dashed {
	border-style: dashed;
	border-bottom: none
}

.loading {
	height: 100%;
	/*background: url(http://srfiles.yunquna.com/images/public/loading.gif) center center no-repeat*/
}

.loading.small {
	background: url(http://srfiles.yunquna.com/images/public/loading-small.gif) center center no-repeat
}

mark.icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background: url(http://srfiles.yunquna.com/images/public/map-mark.png) left -1000px no-repeat
}

mark.icon.tel {
	background-position: left top
}

mark.icon.qq {
	background-position: -20px top
}

mark.icon.arrow-white {
	background-position: left -20px
}

mark.icon.correct {
	background-position: -40px top
}

mark.icon.weixin {
	background-position: -60px top
}

mark.icon.cert {
	background-position: -80px top
}

mark.icon.edit {
	background-position: -100px top
}

mark.icon.del {
	background-position: -120px top
}

mark.icon.question {
	background-position: -140px top
}

mark.icon.download {
	background-position: -160px top
}

mark.icon.refresh {
	background-position: -180px top
}

mark.icon.add {
	background-position: -220px top
}

mark.icon.boat {
	width: 48px;
	height: 26px;
	background-position: -60px -20px
}

mark.icon.go {
	width: 26px;
	height: 4px;
	background-position: -212px -20px
}

mark.icon.dc-step-1 {
	width: 30px;
	height: 40px;
	background-position: -60px -240px
}

mark.icon.dc-step-2 {
	width: 30px;
	height: 40px;
	background-position: -90px -240px
}

mark.icon.dc-step-3 {
	width: 30px;
	height: 40px;
	background-position: -120px -240px
}

mark.icon.dc-step-4 {
	width: 30px;
	height: 40px;
	background-position: -150px -240px
}

mark.icon.tc-step-1 {
	width: 30px;
	height: 40px;
	background-position: -180px -240px
}

mark.icon.tc-step-2 {
	width: 30px;
	height: 40px;
	background-position: -210px -240px
}

mark.icon.bg-step-1 {
	width: 30px;
	height: 40px;
	background-position: -240px -240px
}

mark.icon.bg-step-2 {
	width: 30px;
	height: 40px;
	background-position: -270px -240px
}

mark.icon.nz-step-1 {
	width: 30px;
	height: 40px;
	background-position: -120px -280px
}

mark.icon.hot {
	width: 40px;
	height: 40px;
	background-position: -60px -280px
}

mark.icon.correct-purple {
	width: 24px;
	height: 24px;
	background-position: -108px -20px
}

mark.icon.correct-green {
	width: 24px;
	height: 24px;
	background-position: -132px -20px
}

mark.icon.no-purple {
	width: 28px;
	height: 28px;
	background-position: -156px -20px;
	font-size: 18px;
	font-family: arial;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-weight: bold
}

mark.icon.no-blue {
	width: 28px;
	height: 28px;
	background-position: -184px -20px;
	font-size: 18px;
	font-family: arial;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-weight: bold
}

mark.icon.location {
	width: 30px;
	height: 30px;
	background-position: -150px -280px
}

mark.icon.yuanjing {
	width: 30px;
	height: 30px;
	background-position: -180px -280px
}

mark.icon.mode {
	width: 30px;
	height: 30px;
	background-position: -210px -280px
}

mark.icon.float-qq {
	width: 60px;
	height: 60px;
	background-position: left -120px
}

mark.icon.float-qq:hover {
	background-position: left -180px
}

mark.icon.float-tel {
	width: 60px;
	height: 60px;
	background-position: -60px -120px
}

mark.icon.float-tel:hover {
	background-position: -60px -180px
}

mark.icon.float-weixin {
	width: 60px;
	height: 60px;
	background-position: -120px -120px
}

mark.icon.float-weixin:hover {
	background-position: -120px -180px
}

mark.icon.float-feedback {
	width: 60px;
	height: 60px;
	background-position: -180px -120px
}

mark.icon.float-feedback:hover {
	background-position: -180px -180px
}

mark.icon.float-top {
	width: 60px;
	height: 60px;
	background-position: -240px -120px
}

mark.icon.float-top:hover {
	background-position: -240px -180px
}

mark.icon.arrow-down {
	background-position: -260px top
}

mark.icon.arrow-down.active {
	background-position: -240px top
}

mark.icon.case-1 {
	width: 32px;
	height: 32px;
	background-position: left -330px
}

mark.icon.case-2 {
	width: 32px;
	height: 32px;
	background-position: -32px -330px
}

mark.icon.case-3 {
	width: 32px;
	height: 32px;
	background-position: -64px -330px
}

mark.icon.case-4 {
	width: 32px;
	height: 32px;
	background-position: -96px -330px
}

mark.icon.sort {
	background-position: -240px -20px;
	cursor: pointer
}

mark.icon.sort.up {
	background-position: -260px -20px
}

mark.icon.search {
	background-position: -280px top;
	cursor: pointer
}

mark.icon.close {
	width: 40px;
	height: 40px;
	background-position: -240px -280px;
	cursor: pointer
}

mark.icon-title {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background: url(http://srfiles.yunquna.com/images/public/map-title.jpg) left -1000px no-repeat
}

mark.icon-title.dingcang {
	background-position: left top
}

mark.icon-title.tuoche {
	background-position: -70px top
}

mark.icon-title.neizhuang {
	background-position: -140px top
}

mark.icon-title.baoguan {
	background-position: -210px top
}

mark.icon-title.baoxian {
	background-position: -280px top
}

mark.icon-title.tuoche-1 {
	width: 70px;
	height: 40px;
	background-position: left -70px
}

mark.icon-title.tuoche-2 {
	width: 36px;
	height: 40px;
	background-position: -70px -70px
}

mark.icon-title.tuoche-3 {
	width: 36px;
	height: 40px;
	background-position: -106px -70px
}

mark.icon-title.baoxian-1 {
	width: 60px;
	height: 50px;
	background-position: left -150px
}

mark.icon-title.baoxian-2 {
	width: 47px;
	height: 50px;
	background-position: -60px -150px
}

mark.icon-title.baoxian-3 {
	width: 38px;
	height: 50px;
	background-position: -107px -150px
}

mark.icon-title.baoguan-1 {
	width: 94px;
	height: 40px;
	background-position: left -110px
}

mark.icon-title.baoguan-2 {
	width: 72px;
	height: 40px;
	background-position: -94px -110px
}

mark.icon-flow {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background: url(http://srfiles.yunquna.com/images/public/map-flow.png) left -1000px no-repeat
}

mark.icon-flow.flow-1 {
	background-position: left top
}

mark.icon-flow.flow-2 {
	background-position: -70px top
}

mark.icon-flow.flow-3 {
	background-position: -140px top
}

mark.icon-flow.flow-4 {
	background-position: -210px top
}

mark.icon-flow.flow-5 {
	background-position: -280px top
}

mark.icon-flow.flow-6 {
	background-position: left -70px
}

mark.icon-flow.flow-7 {
	background-position: -70px -70px
}

mark.icon-flow.flow-8 {
	background-position: -140px -70px
}

mark.icon-flow.flow-9 {
	background-position: -210px -70px
}

mark.icon-flow.flow-10 {
	background-position: -280px -70px
}

mark.icon-flow.flow-11 {
	background-position: left -140px
}

mark.icon-flow.flow-12 {
	background-position: -70px -140px
}

mark.icon-flow.flow-13 {
	background-position: -140px -140px
}

mark.icon-flow.flow-14 {
	background-position: -210px -140px
}

mark.icon-flow.arrow {
	width: 40px;
	height: 30px;
	background-position: -280px -140px
}

mark.icon-flow.arrow-left {
	width: 40px;
	height: 30px;
	background-position: -280px -170px
}

mark.icon-flow.arrow-down {
	width: 30px;
	height: 40px;
	background-position: -320px -170px
}

span.withText {
	position: relative;
	display: inline-block
}

span.withText em {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 32px;
	padding: 0 5px;
	color: #999
}

input,
select,
textarea {
	color: #000;
	font-family: Microsoft Yahei
}

input[type=checkbox],
input[type=radio] {
	border: 0;
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 14px;
	height: 14px;
	vertical-align: middle
}

input.input {
	height: 34px;
	padding: 5px 30px 5px 5px;
	box-sizing: border-box;
	border: 1px #ddd solid;
	background-color: #fff;
	color: #222
}

input.input.gp20 {
	background: #fff url(http://srfiles.yunquna.com/images/public/map-ui.png) right -210px no-repeat
}

input.input.gp40 {
	background: #fff url(http://srfiles.yunquna.com/images/public/map-ui.png) right -250px no-repeat
}

input.input.hq40 {
	background: #fff url(http://srfiles.yunquna.com/images/public/map-ui.png) right -290px no-repeat
}

input.input.gphq40 {
	background: #fff url(http://srfiles.yunquna.com/images/public/map-ui.png) right -330px no-repeat
}

select.select {
	height: 30px;
	padding: 5px;
	border: 1px #ddd solid
}

textarea.textarea {
	padding: 5px;
	height: 100px;
	border: 1px #ddd solid;
	color: #999
}

/*input[type="text"]:hover,
input[type="password"]:hover,
select:hover,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
	border: 1px #268ed1 solid;
	box-shadow: 0 0 1px #28b9ff
}*/

input[type="text"].error,
input[type="password"].error,
select.error {
	border-color: #f00;
	border-width: 2px;
	color: #f00
}

input.button {
	padding: 0 20px;
	height: 36px;
	border: 1px #1b6596 solid;
	background-color: #268ed1;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	transition: all .2s ease 0s
}

input.button:hover {
	background-color: #1b6596
}

input.button.gray {
	border: 1px #222 solid;
	background-color: #999;
	color: #fff
}

input.button.red {
	border: 1px #de4c5f solid;
	background-color: #de4c5f;
	color: #fff
}

input.button.disabled {
	border: 1px #999 solid;
	background-color: #ddd;
	color: #999;
	cursor: not-allowed
}

input.button.big {
	height: 38px;
	padding: 0 40px;
	font-size: 16px;
    float:none;
        
}

input.button.border {
	border: 1px #268ed1 solid;
	background-color: #fff;
	color: #268ed1
}

input.button.border:hover {
	background-color: #f4f4f4
}

input.button.white {
	background-color: #fff;
	color: #268ed1
}

input.button.white:hover {
	background-color: #e4e4e4
}

.textarea-text {
	position: relative;
	border: 1px #ddd solid
}

.textarea-text dfn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #f4f4f4;
	height: 30px;
	line-height: 30px;
	text-align: right;
	display: block
}

.textarea-text dfn em {
	padding: 0 10px;
	color: #999
}

.textarea-text.error {
	border-color: #f00;
	border-width: 2px;
	margin: -1px;
	color: #f00
}

.textarea-text .textarea {
	border: 0
}

a.button {
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background-color: #268ed1;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: all .2s ease 0s
}

a.button:hover {
	text-decoration: none;
	background-color: #1b6596
}

a.button.small {
	height: 20px;
	line-height: 20px;
	padding: 0 5px
}

a.button.big {
	height: 35px;
	line-height: 35px;
	padding: 0 40px;
	font-size: 16px
}

a.button.border {
	border: 1px #268ed1 solid;
	background-color: #fff;
	color: #268ed1;
	border-radius: 0
}

a.button.border:hover {
	background-color: #e4e4e4
}

.font-red,
.font-red a:link,
.font-red a:visited,
.font-red a:active {
	color: #de4c5f !important
}

.font-red a:hover {
	text-decoration: underline
}

.font-blue,
.font-blue a:link,
.font-blue a:visited,
.font-blue a:active {
	color: #268ed1 !important
}

.font-blue a:hover {
	text-decoration: underline
}

.font-purple,
.font-purple a:link,
.font-purple a:visited,
.font-purple a:active {
	color: #b85e93 !important
}

.font-purple a:hover {
	text-decoration: underline
}

.font-green,
.font-green a:link,
.font-green a:visited,
.font-green a:active {
	color: #a8ba1b !important
}

.font-green a:hover {
	text-decoration: underline
}

.font-orange,
.font-orange a:link,
.font-orange a:visited,
.font-orange a:active {
	color: #f5a92a !important
}

.font-orange a:hover {
	text-decoration: underline
}

.font-gray,
.font-gray a:link,
.font-gray a:visited,
.font-gray a:active {
	color: #999 !important
}

.font-white,
.font-white a:link,
.font-white a:visited,
.font-white a:active {
	color: #fff !important
}

.font-white a:hover {
	text-decoration: underline
}

.bg-color1 {
	background-color: #c3bf72 !important;
	color: #fff !important
}

.bg-color2 {
	background-color: #b85e93 !important;
	color: #fff !important
}

.bg-color3 {
	background-color: #4d96a5 !important;
	color: #fff !important
}

.bg-color4 {
	background-color: #999 !important;
	color: #fff !important
}

.bg-color5 {
	background-color: #de4c5f !important;
	color: #fff !important
}

.border-1 {
	border-color: #dedede !important
}

.border-2 {
	border-color: #8cccf5 !important
}

.height-auto {
	height: auto !important;
	padding-top: 5px !important
}

.underline a:link,
.underline a:visited,
.underline a:active {
	text-decoration: underline
}

.underline a:hover {
	text-decoration: none
}

figure.i-select {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #222
}

figure.i-select.disabled input[name='display'] {
	background-color: #e4e4e4;
	border-color: #e1e1e1;
	color: #999;
	cursor: not-allowed
}

figure.i-select input[type='text'] {
	cursor: pointer;
	min-width: 80px;
	background: #fff url(http://srfiles.yunquna.com/images/public/map-ui.png) right top no-repeat
}

figure.i-select input[type='text'].w150 {
	width: 150px !important
}

figure.i-select input[type='text']:focus {
	background-position: right -40px
}

figure.i-select .i-body {
	display: none;
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	max-height: 310px;
	overflow-y: auto;
	border: 1px #ddd solid;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 90
}

figure.i-select ol li {
	cursor: pointer;
	color: #268ed1;
	position: relative;
	transition: all .5s ease 0s
}

figure.i-select ol li:hover,
figure.i-select ol li.active {
	background-color: #e4e4e4
}

figure.i-select ol li a {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

figure.i-select ol li a span {
	color: #268ed1 !important;
	font-weight: normal !important
}

figure.i-select ol li a em {
	color: #268ed1 !important
}

figure.i-select ol li em {
	position: absolute;
	right: 10px;
	top: 0
}

figure.i-search {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #222;
	z-index: 8
}

figure.i-search.disabled input[type='text'] {
	background-color: #e4e4e4;
	border-color: #e1e1e1;
	color: #999;
	cursor: not-allowed
}

figure.i-search input[type='text'] {
	min-width: 80px;
	background-color: #fff
}

figure.i-search mark.search {
	position: absolute;
	right: 8px;
	top: 8px
}

figure.i-search .i-body {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	max-height: 310px;
	overflow-y: auto;
	border: 1px #ddd solid;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 90
}

figure.i-search ol li {
	cursor: pointer;
	color: #268ed1;
	padding: 2px 5px;
	position: relative;
	transition: all .5s ease 0s
}

figure.i-search ol li:hover,
figure.i-search ol li.active {
	background-color: #e4e4e4
}

figure.i-search ol li a {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

figure.i-search ol li a span {
	color: #268ed1 !important;
	font-weight: normal !important
}

figure.i-search ol li a em {
	color: #268ed1 !important
}

figure.i-search ol li em {
	position: absolute;
	right: 10px;
	top: 0
}

label.i-radio {
	display: inline-block;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	margin-right: 10px;
	background: url(http://srfiles.yunquna.com/images/public/map-ui.png) left -90px no-repeat;
	cursor: pointer
}

label.i-radio:hover {
	background-position: left -110px
}

label.i-radio.checked {
	background-position: left -130px
}

label.i-radio input[type='radio'] {
	display: none
}

label.i-checkbox {
	display: inline-block;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	margin-right: 10px;
	background: url(http://srfiles.yunquna.com/images/public/map-ui.png) left -150px no-repeat;
	cursor: pointer
}

label.i-checkbox:hover {
	background-position: left -170px
}

label.i-checkbox.checked {
	background-position: left -190px
}

label.i-checkbox input[type='checkbox'] {
	display: none
}

.i-digital {
	width: 122px;
	border: 1px #ddd solid;
	background-color: #fff;
	height: 30px;
	line-height: 30px
}

.i-digital b {
	float: left;
	font-weight: normal;
	margin-right: 5px
}

    /*.i-digital i {
        float: left;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        -khtml-user-select: none;
        user-select: none;
        background: #fff url(http://srfiles.yunquna.com/images/public/map-mark.png) left -270px no-repeat;
   
    }
.i-digital i:hover {
	background-color: #268ed1;
	background-position: left -300px
}*/

.i-digital i.plus {
	background-position: -30px -270px
}
.i-digital span{
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    color:#268ed1;
    }

.i-digital span:hover{
    color:#fff;
    background-color: #268ed1;
    cursor:pointer;
    }
.i-digital i.plus:hover {
	background-color: #268ed1;
	background-position: -30px -300px
}

.i-digital label {
	float: left;
	padding: 0;
	height: 30px;
	overflow: hidden
}

.i-digital label .input-num {
	float: left;
	width: 60px;
	height: 30px;
	padding: 0;
	font-size: 14px;
	color: #666;
	border: 0;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
	text-align: center;
	background-color: #fafafa
}

header#header hgroup {
	margin: 0 auto;
	width: 1200px;
	position: relative
}

header#header .top {
	height: 32px;
	line-height: 32px;
	background-color: #268ed1;
	color: #fff
}

header#header .top a:link,
header#header .top a:visited,
header#header .top a:active {
	color: #fff
}

header#header .top .r a:link,
header#header .top .r a:visited,
header#header .top .r a:active {
	margin: 0 10px
}

header#header .top .r .text {
	float: left
}

header#header .top .r .user {
	float: left;
	background-color: #34a8f3;
	padding: 0 10px;
	position: relative
}

header#header .top .r .user strong {
	display: inline-block;
	margin: 0 5px;
	background-color: #de4c5f;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-weight: normal
}

header#header .top .r .user .user-info {
	display: none;
	position: absolute;
	right: -1px;
	top: 32px;
	width: 200px;
	border: 1px #ddd solid;
	border-top: none;
	background-color: #fff;
	color: #222;
	z-index: 90
}

header#header .top .r .user .user-info a:link,
header#header .top .r .user .user-info a:visited,
header#header .top .r .user .user-info a:active {
	margin: 0
}

header#header .top .r .user .user-info p {
	line-height: 20px;
	margin: 0
}

header#header .top .r .user .user-info .price {
	color: #268ed1
}

header#header .top .r .user .user-info .price em {
	font-size: 20px
}

header#header .top .r .user .user-info figure {
	background-color: #f4f4f4;
	padding: 5px 0 0 45px;
	position: relative
}

header#header .top .r .user .user-info figure figcaption {
	position: absolute;
	left: 10px;
	top: 3px
}

header#header .top .r .user .user-info figure figcaption img {
	width: 27px;
	height: 27px;
	border-radius: 50px
}

header#header .top .r .user .user-info ul {
	padding: 0 10px 10px 10px
}

header#header .top .r .user .user-info ul a:link,
header#header .top .r .user .user-info ul a:visited,
header#header .top .r .user .user-info ul a:active {
	color: #222
}

header#header .top .r .user .user-info ul li em {
	color: #de4c5f
}

header#header .top .r .user:hover {
	background-color: #fff;
	color: #268ed1
}

header#header .top .r .user:hover mark.arrow-white {
	background-position: left -40px
}

header#header .top .r .user:hover a:link,
header#header .top .r .user:hover a:visited,
header#header .top .r .user:hover a:active {
	color: #268ed1
}

header#header .top .r .user:hover .user-info {
	display: block
}

header#header .head {
	position: relative;
	height: 70px;
	border-bottom: 5px #d8f0f5 solid
}

header#header .head h1 {
	padding: 14px 0
}

header#header .head nav {
	position: absolute;
	right: 0;
	bottom: -5px;
	font-size: 14px
}

header#header .head nav li {
	float: left;
	height: 39px
}

header#header .head nav li a:link,
header#header .head nav li a:visited,
header#header .head nav li a:active {
	display: block;
	margin: 0 10px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #999
}

header#header .head nav li a:hover {
	text-decoration: none;
	border-bottom: 5px #268ed1 solid
}

header#header .head nav li.current a:link,
header#header .head nav li.current a:visited,
header#header .head nav li.current a:active {
	border-bottom: 5px #268ed1 solid
}

header#header .head nav .menu1 {
	float: left
}

header#header .head nav .menu2 {
	float: left;
	margin-left: 30px
}

footer#footer hgroup {
	margin: 0 auto;
	width: 1200px
}

footer#footer .foot {
	background-color: #268ed1;
	padding: 30px 0;
	text-align: center;
	color: #fff
}

footer#footer .foot a:link,
footer#footer .foot a:visited,
footer#footer .foot a:active {
	color: #fff;
	margin: 0 5px
}

footer#footer .foot .l {
	margin-left: 180px;
	font-size: 14px;
	text-align: left
}

footer#footer .foot .m {
	margin-left: 150px;
	font-size: 14px;
	text-align: left
}

footer#footer .foot .r {
	margin-right: 120px;
	font-size: 14px;
	text-align: left
}

footer#footer .foot .r b {
	font-size: 28px;
	font-weight: normal
}

footer#footer .foot .saoma {
	position: relative;
	padding-left: 70px
}

footer#footer .foot .saoma figcaption {
	position: absolute;
	left: 0;
	top: 0
}

footer#footer .foot .saoma figcaption img {
	width: 60px;
	height: 60px
}

footer#footer .foot p {
	margin-bottom: 40px
}

footer#footer .copyright {
	text-align: center;
	color: #268ed1;
	padding: 30px 0
}

footer#footer .copyright a:link,
footer#footer .copyright a:visited,
footer#footer .copyright a:active {
	color: #268ed1;
	margin: 0 5px
}

footer#footer p {
	margin-bottom: 10px
}

#content {
	margin: 0px auto;
	width: 1062px;
	padding: 20px 20px;
	min-height: 500px;
    border:1px solid #ddd;
    margin-bottom:20px;
}

aside.l,
.float-l {
	float: left
}

aside.m,
.float-m {
	float: left
}

aside.r,
.float-r {
	float: right
}

#body-mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	z-index: 98
}

#pop-window {
	position: fixed;
	left: 30%;
	top: 10%;
	max-width: 100%;
	z-index: 99;
	box-shadow: 0 0 5px #333
}

#pop-window h2 {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	background-color: #268ed1
}

#pop-window .body {
	background-color: #fff;
	padding: 20px
}

#pop-window .body.scroll {
	overflow-y: scroll
}

#pop-window .btn {
	padding-top: 20px;
	text-align: center
}

#pop-window .btn .button {
	margin: 0 20px
}

#layer-close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: Trebuchet MS;
	background-color: #268ed1;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	transition: all .2s ease 0s
}

#layer-close:hover {
	background-color: #1b6596
}

.text-list li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative
}

.text-list.with-image li {
	padding-left: 120px;
	position: relative;
	min-height: 100px
}

.text-list.with-image a:link,
.text-list.with-image a:visited,
.text-list.with-image a:active {
	font-size: 14px
}

.text-list.with-image i {
	display: block;
	position: absolute;
	left: 0;
	top: 0
}

.text-list.with-image i img {
	width: 94px;
	height: 62px
}

.text-list.with-image time {
	display: block;
	color: #999
}

.text-list.with-point li {
	padding-left: 15px;
	background: url(http://srfiles.yunquna.com/images/public/icon-point.png) left center no-repeat
}

.text-list.no-overflow li {
	height: auto;
	overflow: auto;
	text-overflow: inherit;
	white-space: normal;
	line-height: 180%;
	background-position: left 8px;
	padding-bottom: 10px
}

.text-list.with-date li {
	padding-right: 80px
}

.text-list.with-date li time {
	position: absolute;
	right: 0;
	top: 0;
	color: #999
}

.color-list dl {
	margin: 5px 0
}

.color-list dl dd {
	float: left;
	width: 260px;
	height: 30px;
	line-height: 30px;
	background-color: #f4f4f4;
	padding: 0 20px;
	margin: 0 5px;
	border-radius: 5px
}

.notice {
	font-size: 14px
}

.notice li a:link,
.notice li a:visited,
.notice li a:active {
	color: #268ed1
}

.dialog li {
	border: 1px #ddd solid;
	border-radius: 10px;
	padding: 40px 30px;
	margin-bottom: 20px;
	position: relative
}

.dialog li p {
	display: block;
	width: 420px;
	padding: 5px 40px;
	font-size: 14px;
	margin: 0 !important;
	color: #222;
	background: url(http://srfiles.yunquna.com/images/public/bg-dialog.jpg) left top no-repeat
}

.dialog li i {
	position: absolute;
	right: 80px;
	top: 20px;
	width: 180px;
	text-align: center
}

.dialog li i img {
	width: 90px;
	height: 90px;
	border-radius: 90px;
	margin-bottom: 5px
}

.dialog li i b {
	font-weight: normal
}

abbr.position {
	line-height: 20px;
	height: 20px;
	margin-bottom: 10px;
	color: #666
}

abbr.position a:link,
abbr.position a:visited,
abbr.position a:active {
	color: #666
}

article.box {
	border: 1px #ddd solid;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 15px;
	position: relative
}

article.box.top-blue {
	border-top-color: #268ed1;
	border-top-width: 2px
}

article.box .rt {
	position: absolute;
	right: 10px;
	top: 10px
}

article.box h1,
article.box h2 {
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 16px;
	position: relative;
    text-align: center;
}

article.box h1 span,
article.box h2 span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #222
}

article.box h1 mark.icon-title,
article.box h2 mark.icon-title {
	margin-left: -10px;
	vertical-align: top
}

article.box h1 em,
article.box h2 em {
	font-size: 12px;
	margin-left: 50px
}

article.box h1 i,
article.box h2 i {
	font-size: 12px
}

article.box h1.title,
article.box h2.title {
	font-size: 20px
}

article.box h1.bg-blue,
article.box h2.bg-blue {
	position: absolute;
	left: 0;
	top: 0;
	background: #268ed1 url(http://srfiles.yunquna.com/images/public/bg-title.jpg) right top no-repeat;
	height: 30px;
	padding: 0 30px 0 10px;
	color: #fff
}

article.box h1 .float-info,
article.box h2 .float-info {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	font-size: 12px;
	background-color: #eeeeb9;
	border-radius: 5px 0 0 5px
}

article.box.auto {
	padding: 0 !important
}

article.box.auto h2 {
	margin: 10px
}

article.box .body {
	color: #222;
	position: relative
}

article.box hr {
	margin: 10px -20px
}

.m10 {
	margin: 10px !important
}

.m20 {
	margin: 20px !important
}

.m30 {
	margin: 30px !important
}

.m40 {
	margin: 40px !important
}

.mt10 {
	margin-top: 10px !important
}

.mt20 {
	margin-top: 20px !important
}

.mt30 {
	margin-top: 30px !important
}

.mt40 {
	margin-top: 40px !important
}

.mb10 {
	margin-bottom: 10px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.mb30 {
	margin-bottom: 30px !important
}

.mb40 {
	margin-bottom: 40px !important
}

.p10 {
	padding: 10px !important
}

.p20 {
	padding: 20px !important
}

.p30 {
	padding: 30px !important
}

.p40 {
	padding: 40px !important
}

.pt10 {
	padding-top: 10px !important
}

.pt20 {
	padding-top: 20px !important
}

.pt30 {
	padding-top: 30px !important
}

.pt40 {
	padding-top: 40px !important
}

.pb10 {
	padding-bottom: 10px !important
}

.pb20 {
	padding-bottom: 20px !important
}

.pb30 {
	padding-bottom: 30px !important
}

.pb40 {
	padding-bottom: 40px !important
}

.w30 {
	width: 30px !important
}

.w40 {
	width: 40px !important
}

.w50 {
	width: 50px !important
}

.w60 {
	width: 60px !important
}

.w70 {
	width: 70px !important
}

.w80 {
	width: 80px !important
}

.w90 {
	width: 90px !important
}

.w100 {
	width: 100px !important
}

.w110 {
	width: 110px !important
}

.w120 {
	width: 120px !important
}

.w130 {
	width: 130px !important
}

.w140 {
	width: 140px !important
}

.w150 {
	width: 150px !important
}

.w160 {
	width: 160px !important
}

.w170 {
	width: 170px !important
}

.w180 {
	width: 180px !important
}

.w190 {
	width: 190px !important
}

.w200 {
	width: 200px !important
}

.w210 {
	width: 210px !important
}

.w220 {
	width: 220px !important
}

.w230 {
	width: 230px !important
}

.w240 {
	width: 240px !important
}

.w250 {
	width: 250px !important
}

.w260 {
	width: 260px !important
}

.w270 {
	width: 270px !important
}

.w280 {
	width: 280px !important
}

.w290 {
	width: 290px !important
}

.w300 {
	width: 300px !important
}

.w310 {
	width: 310px !important
}

.w320 {
	width: 320px !important
}

.w330 {
	width: 330px !important
}

.w340 {
	width: 340px !important
}

.w350 {
	width: 350px !important
}

.w360 {
	width: 360px !important
}

.w370 {
	width: 370px !important
}

.w380 {
	width: 380px !important
}

.w390 {
	width: 390px !important
}

.w400 {
	width: 400px !important
}

.w410 {
	width: 410px !important
}

.w420 {
	width: 420px !important
}

.w430 {
	width: 430px !important
}

.w440 {
	width: 440px !important
}

.w450 {
	width: 450px !important
}

.w460 {
	width: 460px !important
}

.w470 {
	width: 470px !important
}

.w480 {
	width: 480px !important
}

.w490 {
	width: 490px !important
}

.w500 {
	width: 500px !important
}

.w510 {
	width: 510px !important
}

.w520 {
	width: 520px !important
}

.w530 {
	width: 530px !important
}

.w540 {
	width: 540px !important
}

.w550 {
	width: 550px !important
}

.w560 {
	width: 560px !important
}

.w570 {
	width: 570px !important
}

.w580 {
	width: 580px !important
}

.w585 {
	width: 585px !important
}

.w590 {
	width: 590px !important
}

.w600 {
	width: 600px !important
}

.w610 {
	width: 610px !important
}

.table ul {
	text-align: center;
	transition: all .2s ease 0s
}

.table ul.head li {
	background-color: #cce2f7;
	color: #222
}

.tableul li {
	float: left;
	line-height: 25px;
	padding: 5px 0;
	border: 1px #ddd solid;
	margin: -1px 0 0 -1px
}

.table-list ul {
	border: 1px #ddd solid;
	border-top: none;
	transition: all .2s ease 0s
}

.table-list ul.head {
	height: 30px;
	border: 0;
	background-color: #999;
	color: #fff
}

.table-list ul.head li {
	padding: 0 0 0 10px;
	line-height: 30px
}

.table-list ul.head:hover,
.table-list ul.head.active {
	background-color: #999
}

.table-list ul li {
	float: left;
	width: 80px;
	line-height: 25px;
	padding: 10px 0 10px 10px
}

.table-list ul:hover,
.table-list ul.active {
	background-color: #f4f4f4
}

.float-list {
	width: 476px
}

.float-list dl {
	text-align: center;
	line-height: 30px
}

.float-list dl dt {
	float: left;
	width: 120px;
	border: 1px #ddd solid;
	margin: -1px 0 0 -1px
}

.float-list dl dd {
	float: left;
	width: 70px;
	border: 1px #ddd solid;
	margin: -1px 0 0 -1px
}

.pages {
	padding: 20px 0;
	text-align: right
}

.pages .number span {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 1px;
	font-weight: normal
}

.pages .number span a:link,
.pages .number span a:visited,
.pages .number span a:active {
	display: block;
	transition: all .2s ease 0s;
	padding: 0 8px;
	border: 1px #ddd solid;
	background-color: #fff;
	color: #268ed1
}

.pages .number span a:hover {
	text-decoration: none;
	background-color: #268ed1;
	border: 1px #268ed1 solid;
	color: #fff
}

.pages .number span.current a:link,
.pages .number span.current a:visited,
.pages .number span.current a:active {
	background-color: #268ed1;
	border: 1px #268ed1 solid;
	color: #fff
}

.pages .number span.dis a:link,
.pages .number span.dis a:visited,
.pages .number span.dis a:active {
	color: #999;
	border: 1px #e1e1e1 solid;
	background-color: #e4e4e4;
	cursor: not-allowed
}

.pages .input .button {
	width: 40px;
	padding: 0;
	text-align: center
}

figure.tips {
	position: relative;
	display: inline-block;
	z-index: 9;
    margin:0px 0px;
    width: 25px;
    float: right;
}

figure.tips figcaption {
	color: #268ed1;
	height: 20px;
	line-height: 20px
}

figure.tips .t-con {
	display: none;
	position: absolute;
	right: 0;
	top: 20px;
	min-width: 120px;
	border: 1px #ddd solid;
	background-color: #fff;
	line-height: 150%;
	color: #222;
	text-align: left;
	font-size: 12px
}

figure.tips .t-con .c-text {
	padding: 10px;
	width: 200px
}

figure.tips .t-con .c-list {
	padding: 10px;
	width: 250px
}

figure.tips .t-con .c-list dl {
	font-size: 12px
}

figure.tips .t-con .c-list dl dt {
	float: left;
	width: 100px
}

figure.tips .t-con .c-list dl dd {
	float: left;
	width: 50px;
	text-align: right
}

figure.tips .t-con .c-list dl dd.auto {
	width: auto;
	text-align: left
}

figure.tips .t-con .c-list dl dd.unit {
	width: 40px;
	text-align: center;
	padding: 0
}

figure.tips.f-l .t-con {
	right: inherit;
	left: 0
}

figure.tips:hover {
	z-index: 10
}

figure.tips:hover .t-con {
	display: block
}

figure.float-div {
	position: fixed;
	right: 0;
	bottom: 20px;
	width: 60px;
	z-index: 96
}

figure.float-div li {
	margin-bottom: 10px;
	cursor: pointer;
	position: relative
}

figure.float-div li mark {
	transition: all .2s ease 0s
}

figure.float-div li em {
	position: absolute;
	right: 65px;
	top: 0;
	background-color: #34a8f3;
	padding: 15px;
	display: none;
	transition: all .2s ease 0s
}

figure.float-div li:hover em {
	display: block
}

figure.float-div li:hover strong {
	right: 0
}

figure.float-div li:hover mark.float-tel {
	background-position: -60px -180px;
	margin-left: -220px
}

figure.float-div li strong {
	position: absolute;
	right: -260px;
	top: 0;
	width: 200px;
	background-color: #34a8f3;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 15px;
	height: 30px;
	line-height: 30px;
	transition: all .2s ease 0s
}

.pageDialogDiv {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1990;
	display: none
}

.pageDialog .top,
.pageDialogDiv .top {
	height: 8px
}

.pageDialog .topLeft,
.pageDialogDiv .topLeft {
	height: 8px;
	width: 8px;
	float: left;
	background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-top.png) no-repeat left bottom
}

.pageDialog .topRight,
.pageDialogDiv .topRight {
	height: 8px;
	width: 8px;
	float: right;
	background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-top.png) no-repeat right bottom
}

.pageDialog .topCenter,
.pageDialogDiv .topCenter {
	height: 8px;
	margin: 0 8px;
	background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bg-repeat.png) repeat-x left bottom
}

.pageDialog .middle,
.pageDialogDiv .middle,
.pageDialogDiv .midd {
	padding: 0 8px;
	background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bg-repeat.png) repeat 0 0
}

.pageDialog .middleInner,
.pageDialogDiv .middleInner {
	background: #fff
}

.pageDialog .bottom,
.pageDialogDiv .bottom {
	height: 8px
}

.pageDialog .bottomLeft,
.pageDialogDiv .bottomLeft {
	height: 8px;
	width: 8px;
	float: left;
	background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bottom.png) no-repeat left top
}

.pageDialog .bottomRight,
.pageDialogDiv .bottomRight {
	height: 8px;
	width: 8px;
	float: right;
	background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bottom.png) no-repeat right top
}

.pageDialog .bottomCenter,
.pageDialogDiv .bottomCenter {
	height: 8px;
	margin: 0 8px;
	background: url(http://srfiles.yunquna.com/images/dialog/pageDialog-bg-repeat.png) repeat-x left top
}

.pageDialog .title,
.pageDialogDiv .title {
	height: 30px;
	background-color: #3398da
}

.pageDialog .title h3,
.pageDialogDiv .title h3 {
	height: 17px;
	line-height: 17px;
	padding: 6px 0 0 10px;
	float: left;
	color: #fff
}

.pageDialog .title .close,
.pageDialog .title .closeNoMask,
.pageDialogDiv .title .close {
	width: 17px;
	height: 17px;
	float: right;
	margin: 6px 6px 0 0;
	background: url(http://srfiles.yunquna.com/images/global/icons.png) no-repeat 4px -372px;
	cursor: pointer
}

.pageDialog .title .close:hover,
.pageDialog .title .closeNoMask:hover,
.pageDialogDiv .title .close:hover {
	background-position: 4px -390px
}

.pageDialog iframe {
	display: block
}

.switch-box nav {
	position: relative
}

.switch-box nav ul.tab li {
	float: left;
	white-space: nowrap
}

.switch-box nav ul.tab.auto li {
	width: auto;
	padding: 0 20px
}

.switch-box nav span {
	position: absolute;
	right: 0;
	top: 0
}

.switch-box hgroup {
	display: none
}

.switch-box.auto hgroup {
	min-height: 120px;
	height: auto !important
}

.switch-box.pa0 hgroup {
	padding: 0
}

.switch-box.switch-1 nav {
	z-index: 9;
	height: 42px
}

.switch-box.switch-1 nav ul.tab li {
	float: left;
	width: 120px;
	height: 42px;
	line-height: 42px;
	margin-right: 2px;
	text-align: center;
	font-size: 16px;
	background-color: #1b6596;
	color: #fff;
	cursor: pointer
}

.switch-box.switch-1 nav ul.tab li.active {
	background-color: #fff;
	color: #268ed1
}

.switch-box.switch-1 nav span {
	right: 5px;
	top: 5px
}

.switch-box.switch-1 hgroup {
	background-color: #fff;
	padding: 20px
}

.switch-box.switch-2 h3 {
	color: #268ed1;
	text-align: center;
	font-size: 18px;
	font-weight: normal
}

.switch-box.switch-2 nav {
	position: relative
}

.switch-box.switch-2 nav ul.tab.column1 {
	padding: 0 28px
}

.switch-box.switch-2 nav ul.tab.column2 {
	padding: 0 28px
}

.switch-box.switch-2 nav ul.tab.column3 {
	padding: 0 52px
}

.switch-box.switch-2 nav ul.tab.column4 {
	padding: 0 60px
}

.switch-box.switch-2 nav ul.tab.column5 {
	padding: 0 28px
}

.switch-box.switch-2 nav ul.tab.column6 {
	padding: 0 28px
}

.switch-box.switch-2 nav ul.tab li {
	float: left;
	margin: 0 10px;
	padding: 5px 10px 10px;
	font-size: 16px;
	color: #999;
	cursor: pointer
}

.switch-box.switch-2 nav ul.tab li.active {
	color: #268ed1;
	background: url(http://srfiles.yunquna.com/images/public/bg-arrow.png) bottom center no-repeat
}

.switch-box.switch-2 nav span {
	top: 5px
}

.switch-box.switch-2 hgroup {
	margin-top: 20px;
	background-color: #f4f4f4
}

.switch-box.switch-2 hgroup.bg-white {
	background-color: #fff
}

.switch-box.switch-3 nav {
	background-color: #268ed1;
	padding: 5px 5px 0
}

.switch-box.switch-3 nav ul.tab li {
	float: left;
	padding: 0 30px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	transition: all .2s ease 0s
}

.switch-box.switch-3 nav ul.tab li.active {
	background-color: #fff;
	color: #268ed1
}

.switch-box.switch-3 hgroup {
	border: 1px #ddd solid;
	border-top: none;
	background-color: #fff;
	padding: 10px
}

.switch-box.switch-4 {
	border: 1px #ddd solid;
	background-color: #fff
}

.switch-box.switch-4 nav {
	padding: 10px
}

.switch-box.switch-4 nav ul.tab li {
	float: left;
	width: 50%;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 2px #fff solid;
	cursor: pointer;
	transition: all .2s ease 0s
}

.switch-box.switch-4 nav ul.tab li.active {
	border-color: #268ed1;
	color: #268ed1
}

.switch-box.switch-5 {
	border: 1px #ddd solid;
	background-color: #fff;
	margin-bottom: 15px
}

.switch-box.switch-5 nav {
	padding: 0 10px;
	height: 38px;
	border-bottom: 1px #ddd solid;
	position: relative
}

.switch-box.switch-5 nav ul.tab li {
	float: left;
	margin: 0 10px;
	padding: 10px 10px 0;
	height: 24px;
	font-size: 14px;
	cursor: pointer
}

.switch-box.switch-5 nav ul.tab li.active {
	border-bottom: 4px #268ed1 solid;
	color: #268ed1;
	background: url(/resource/images/public/bg-arrow.png) bottom center no-repeat
}

.switch-box.switch-5 nav ul.tab.more li {
	margin: 0;
	padding: 10px 8px 0
}

.switch-box.switch-5 nav span {
	right: 10px;
	top: 10px
}

.switch-box.switch-5 nav.with-title {
	padding-left: 120px
}

.switch-box.switch-5 nav.with-title b {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	background-color: #268ed1;
	color: #fff
}

.switch-box.switch-5 hgroup {
	padding: 10px
}

.switch-box-inner ul.tab-inner {
	padding: 0 5px
}

.switch-box-inner ul.tab-inner li {
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
	margin: 10px 5px;
	color: #999;
	border: 1px #999 solid;
	background-color: #fff;
	white-space: nowrap;
	cursor: pointer;
	Transition: all .2s ease 0s
}

.switch-box-inner ul.tab-inner li.active,
.switch-box-inner ul.tab-inner li:hover {
	border-color: #268ed1;
	color: #268ed1
}

.switch-box-inner .s-body {
	display: none;
	padding: 0
}

.section-hangxian .hangxian1 aside.l {
	width: 320px
}

.section-hangxian .hangxian1 aside.r {
	width: 870px
}

.section-hangxian .hangxian2 aside.l {
	width: 73%
}

.section-hangxian .hangxian2 aside.r {
	width: 26%
}

.section-hangxian .hangxian2 .route-search dd {
	width: 197px
}

.section-hangxian .hangxian2 .route-search dd .input {
	width: 180px
}

.section-hangxian .category {
	padding: 10px
}

.section-hangxian .category h3 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px
}

.section-hangxian .category p {
	line-height: 25px
}

.section-hangxian .category a:link,
.section-hangxian .category a:visited,
.section-hangxian .category a:active {
	margin-right: 20px;
	white-space: nowrap;
	color: #268ed1
}

.section-hangxian .basic {
	padding: 10px 0
}

.section-hangxian .basic ul li {
	float: left;
	width: 187px;
	padding-right: 20px;
	line-height: 25px
}

.section-hangxian .basic ul.auto li {
	width: auto;
	padding-right: 18px
}

.section-hangxian .price {
	padding: 10px 0
}

.section-hangxian .price ul li {
	float: left;
	width: 31.5%;
	border: 1px #ddd solid;
	text-align: center;
	font-size: 14px
}
.price_ul_li {
    margin-right: 2%;
}

.section-hangxian .price ul li h4 {
	background-color: #cce2f7;
	height: 40px;
	padding: 10px 0;
	font-weight: normal
}

.section-hangxian .price ul li h4 span {
	display: block;
	font-size: 16px
}

.section-hangxian .price ul li dfn {
	padding: 10px;
	height: 30px
}

.section-hangxian .price ul li dfn .i-digital {
	margin: 0 auto
}

.section-hangxian .service {
	margin-bottom: 40px
}

.section-hangxian .service ul {
	margin-bottom: 10px
}

.section-hangxian .service ul li {
	float: left;
	width: 180px;
	border: 1px #34a8f3 solid;
	margin: 2px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	position: relative
}

.section-hangxian .service ul li.li {
	border: 0;
	width: 20px;
	height: 84px;
	cursor: default;
	margin: 0 4px
}

.section-hangxian .service ul li.li mark.add {
	margin-top: 34px
}

.section-hangxian .service ul li dfn {
	display: block;
	padding: 10px;
	height: 20px;
	background-color: #ebfcff;
	font-weight: normal;
	font-size: 18px
}

.section-hangxian .service ul li strong {
	height: 40px;
	line-height: 40px;
	font-weight: normal
}

.section-hangxian .service ul li em {
	position: absolute;
	bottom: -11px;
	left: 80px;
	width: 16px;
	height: 8px;
	background: url(http://srfiles.yunquna.com/images/public/map-mark.png) -200px top no-repeat;
	display: none
}

.section-hangxian .service ul li.selected {
	width: 176px;
	border-width: 3px;
	margin: 0 2px
}

.section-hangxian .service ul li.selected dfn {
	background-color: #34a8f3;
	color: #fff
}

.section-hangxian .service ul li.selected em {
	display: block
}

.section-hangxian .form dl {
	line-height: 40px;
	font-size: 14px;
	padding: 5px 0
}

.section-hangxian .form dl dt {
	float: left;
	width: 100px;
	text-align: right
}

.section-hangxian .form dl dd {
	float: left;
	margin-right: 10px
}

.section-hangxian .form dl dd .input {
	width: 180px
}

.section-hangxian .calculate {
	margin: 40px 0;
	position: relative;
	border-top: 1px #de4c5f solid
}

.section-hangxian .calculate span {
	height: 38px;
    background-color: #fff;
    padding: 0px 20px;
    position: absolute;
    top: -20px;
    left: 35%;
}

.section-hangxian .cost dl {
	line-height: 20px;
	padding-bottom: 10px
}

.section-hangxian .cost dl dt {
	float: left;
	width: 93px;
	text-align: right
}

.section-hangxian .cost dl dd {
	float: left;
    white-space: nowrap;
	
}
.section-hangxian .cost dl dd.f {
    width: 80px;
}
.section-hangxian .cost dl dd.r {
	text-align: right;
    /*width: 32%;*/
    color: #999;
    white-space: nowrap;
}

.section-hangxian .cost .center {
	text-align: center;
}

.section-hangxian .cost .total {
	background-color: #de4c5f;
	color: #fff;
	margin: 0 -10px;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
	position: relative;
    text-align:center;
}
.section-hangxian .cost .totals {
	background-color: #de4c5f;
	color: #fff;
	margin: 0 -10px;
	padding: 30px 5px 5px 20px;
	margin-bottom: 10px;
	position: relative
}
.section-hangxian .cost .total b {
	/*position: absolute;
	left: 20px;
	top: 10px;*/
	font-size: 16px
}

.section-hangxian .cost .total dl {
	/*font-size: 16px;*/
	padding: 5px 0;
	line-height: 20px
}

.section-hangxian .cost .total dl dt {
	/*text-align: left;*/
	width: 30%;
     white-space: nowrap;

}

.section-hangxian .cost .total dl dd {
	text-align: center;
	width: 65%;
}

.route-search {
	margin-bottom: 20px
}

.route-search dl {
	line-height: 34px;
	font-size: 14px
}

.route-search dl dt {
	float: left;
	width: 60px;
	text-align: right
}

.route-search dl dd {
	float: left;
	width: 270px
}

.route-search dl dd .input {
	width: 250px
}

.special dl {
	margin: 20px 0 40px
}

.special dl dt {
	height: 40px;
	padding-right: 40px
}

.special dl dt a {
	white-space: nowrap
}

.special dl dd {
	padding: 10px 0
}

.special.side-l dl {
	float: left;
	width: 33%
}

.search-none {
	background-color: #fbfbfb;
	padding: 40px 0;
	margin-bottom: 40px
}

.search-none .text {
	position: relative;
	margin-left: 250px;
	min-height: 60px;
	padding: 20px 0 20px 150px;
	font-size: 14px
}

.search-none .text i {
	position: absolute;
	left: 0;
	top: 0
}

.route-other figcaption {
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 16px
}

.route-other .special dl {
	float: left;
	width: 25%;
	margin: 20px 0
}

.p20 .float-info {
	right: -20px !important
}

.column-index .intro {
	margin-bottom: 20px
}

.column-index .intro aside.l {
	width: 380px
}

.column-index .intro aside.r {
	width: 800px
}

.column-index .main aside.l {
	width: 860px
}

.column-index .main aside.r {
	width: 320px
}

.column-index .hot-list {
	position: relative
}

.column-index .hot-list figcaption {
	position: absolute;
	left: 0;
	top: 0
}

.column-index .hot-list ul {
	overflow: hidden;
	height: 102px
}

.column-index .hot-list ul li {
	float: left;
	background-color: #fff
}

.column-index .hot-list ul li b {
	display: block;
	margin: 2px 0;
	font-size: 14px;
	font-weight: normal;
	color: #268ed1
}

.column-index .hot-list ul li em {
	display: none
}

.column-index .hot-list ul li:hover em {
	display: block
}

.column-index .hot-list ul li a:link,
.column-index .hot-list ul li a:visited,
.column-index .hot-list ul li a:active {
	border: 1px #ddd solid;
	text-align: center;
	height: 80px;
	padding-top: 20px;
	display: block;
	Transition: all .2s ease 0s
}

.column-index .hot-list ul li a:hover {
	text-decoration: none;
	border-color: #268ed1
}

.column-index .hot-list ul.h5 li {
	width: 160px
}

.column-index .hot-list ul.h5 a:link,
.column-index .hot-list ul.h5 a:visited,
.column-index .hot-list ul.h5 a:active {
	width: 158px
}

.column-index .hot-list ul.h6 li {
	width: 133px
}

.column-index .hot-list ul.h6 a:link,
.column-index .hot-list ul.h6 a:visited,
.column-index .hot-list ul.h6 a:active {
	width: 131px
}

.column-index .hot-list ul.h7 li {
	width: 114px
}

.column-index .hot-list ul.h7 a:link,
.column-index .hot-list ul.h7 a:visited,
.column-index .hot-list ul.h7 a:active {
	width: 112px
}

.column-index .hot-list ul.h8 li {
	width: 100px
}

.column-index .hot-list ul.h8 a:link,
.column-index .hot-list ul.h8 a:visited,
.column-index .hot-list ul.h8 a:active {
	width: 98px
}

.column-index .hot-list ul.h9 li {
	width: 88px
}

.column-index .hot-list ul.h9 a:link,
.column-index .hot-list ul.h9 a:visited,
.column-index .hot-list ul.h9 a:active {
	width: 88px
}

.column-index .hot-list ul.h10 li {
	width: 80px
}

.column-index .hot-list ul.h10 a:link,
.column-index .hot-list ul.h10 a:visited,
.column-index .hot-list ul.h10 a:active {
	width: 78px
}

.column-index .hot-list ul.no-link li {
	float: left;
	border: 1px #ddd solid;
	text-align: center;
	width: 78px;
	padding-top: 20px;
	height: 80px
}

.column-index .hot-list ul.no-link.h5 li {
	width: 158px
}

.column-index .hot-list ul.no-link.h6 li {
	width: 131px
}

.column-index .hot-list ul.no-link.h7 li {
	width: 112px
}

.column-index .hot-list ul.no-link.h8 li {
	width: 98px
}

.column-index .hot-list ul.no-link.h9 li {
	width: 86px
}

.column-index .hot-list ul.no-link.h10 li {
	width: 78px
}

.column-index .form dl {
	line-height: 30px;
	padding-bottom: 10px
}

.column-index .form dl dt {
	float: left;
	width: 80px;
	text-align: right
}

.column-index .form dl dd {
	float: left;
	width: 129px;
	margin-right: 10px
}

.column-index .form dl dd .input {
	width: 125px
}

.column-index .form dl dd.long {
	width: 268px
}

.column-index .form dl dd.long .input {
	width: 260px
}

.column-index .form dl i {
	color: #de4c5f
}

.column-index .form .btn {
	text-align: center
}

.column-index .useage {
	padding: 20px 0 10px
}

.column-index .useage ul.half li {
	width: 379px
}

.column-index .useage li {
	float: left;
	width: 239px;
	padding: 0 0 0 20px;
	color: #999;
	margin-right: 20px;
	position: relative
}

.column-index .useage li strong {
	font-size: 18px;
	color: #268ed1;
	font-weight: normal;
	display: block;
	margin-bottom: 20px
}

.column-index .useage li mark.icon-title {
	position: absolute;
	right: 20px;
	top: 0
}

.column-index .useage li p {
	line-height: 25px
}

.column-index .service {
	padding: 20px
}

.column-index .service li {
	float: left;
	width: 260px;
	margin: 0 2px;
	position: relative
}

.column-index .service li strong {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	padding: 5px 10px;
	display: block;
	margin-bottom: 2px
}

.column-index .service li strong.l2 {
	line-height: 20px
}

.column-index .service li div {
	background-color: #f4f4f4;
	border-radius: 5px;
	text-align: center;
	padding: 5px 0;
	height: 24px;
	line-height: 24px;
	margin-bottom: 2px
}

.column-index .service li div.l2 {
	height: 48px
}

.column-index .service li div.l3 {
	height: 72px
}

.column-index .flow {
	padding: 20px
}

.column-index .flow dl dt {
	float: left;
	width: 127px;
	position: relative;
	text-align: center
}

.column-index .flow dl dt mark.no-purple,
.column-index .flow dl dt mark.no-blue {
	position: absolute;
	left: 10px;
	top: -10px
}

.column-index .flow dl dt mark.icon-flow {
	margin-bottom: 5px
}

.column-index .flow dl dd {
	float: left;
	width: 40px;
	padding: 20px 0
}

.column-index .flow dl dd.r {
	float: right;
	margin-right: 40px
}

.column-index .flow.one {
	padding: 20px 0
}

.column-index .flow.one dt {
	width: 106px
}

.column-index .clients li {
	float: left;
	width: 20%;
	height: 100px;
	margin: 10px 0;
	text-align: center
}

.column-index .clients li img {
	margin-bottom: 10px
}

.column-index .exp-list dl {
	margin-bottom: 10px
}

.column-index .exp-list dl dt {
	padding-left: 15px;
	line-height: 30px;
	background: url(http://srfiles.yunquna.com/images/public/map-mark.png) left -60px no-repeat
}

.column-index .exp-list dl dd {
	float: left;
	padding-left: 15px;
	width: 124px
}

.column-index .case {
	height: 172px;
	margin: 20px 0;
	overflow: hidden;
	position: relative
}

.column-index .case li {
	width: 670px;
	position: relative
}

.column-index .case li p {
	display: block;
	width: 414px;
	height: 142px;
	padding: 30px 80px 0 50px;
	font-size: 14px;
	color: #999;
	background: url(http://srfiles.yunquna.com/images/bg-message.png) left top no-repeat
}

.column-index .case li i {
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: center
}

.column-index .case li i img {
	width: 90px;
	height: 90px;
	border-radius: 90px
}

.column-index .case li a:hover {
	text-decoration: none
}

.column-index .case .bx_wrap {
	margin: 0 80px
}

.column-index .case .bx_wrap a.prev {
	width: 20px;
	height: 24px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 80px;
	left: 20px;
	text-indent: -9999px;
	background: url(http://srfiles.yunquna.com/images/public/map-mark.png) -20px -20px no-repeat;
	transition: all .2s ease 0s
}

.column-index .case .bx_wrap a.next {
	width: 20px;
	height: 24px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 80px;
	right: 20px;
	text-indent: -9999px;
	background: url(http://srfiles.yunquna.com/images/public/map-mark.png) -40px -20px no-repeat;
	transition: all .2s ease 0s
}

.column-index .case .bx_wrap a.prev:hover,
.column-index .case .bx_wrap a.next:hover,
.column-index .case .bx_wrap img:hover {
	opacity: .6
}

.column-index .case .bx_container {
	width: 670px !important
}

.column-index .step ul {
	border-bottom: 1px #c4e6ed solid;
	font-size: 14px
}

.column-index .step ul li {
	float: left;
	padding-right: 50px;
	height: 60px;
	white-space: nowrap;
	position: relative
}

.column-index .step ul li strong {
	font-size: 25px;
	font-weight: normal
}

.column-index .step ul li mark {
	position: absolute;
	bottom: -5px;
	left: 40px
}

.column-index .yunjia ul {
	background-color: #f4f4f4;
	margin: -10px
}

.column-index .yunjia ul li {
	float: left;
	line-height: 20px
}

.column-index .yunjia ul li b {
	font-size: 14px;
	font-weight: normal;
	color: #268ed1
}

.column-index .yunjia ul li .price {
	color: #de4c5f;
	font-size: 14px
}

.column-index .yunjia ul li a:link,
.column-index .yunjia ul li a:visited,
.column-index .yunjia ul li a:active {
	display: block;
	float: left;
	width: 139px;
	height: 80px;
	padding: 15px;
	border: 1px #f4f4f4 solid;
	color: #999;
	border-bottom: 1px #ddd solid;
	Transition: all .2s ease 0s
}

.column-index .yunjia ul li a:hover {
	background-color: #fff;
	border-color: #268ed1;
	text-decoration: none
}

.column-index .yunjia.side ul {
	margin: 0
}

.column-index .yunjia.side ul li {
	float: none
}

.column-index .yunjia.side ul li a:link,
.column-index .yunjia.side ul li a:visited,
.column-index .yunjia.side ul li a:active {
	float: none;
	width: inherit
}

.column-index .slider-images {
	padding: 30px 56px;
	height: 250px !important;
	position: relative;
	z-index: 8;
	overflow: hidden
}

.column-index .slider-images .bjqs-wrapper {
	width: 100% !important
}

.column-index .slider-images ul li {
	width: 725px !important
}

.column-index .slider-images ul li .image {
	position: relative;
	float: left;
	width: 285px;
	height: 225px;
	text-align: left
}

.column-index .slider-images ul li .image figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 0;
	background-color: #222;
	opacity: .8;
	color: #fff
}

.column-index .slider-images ul li .image figcaption p {
	padding: 0 10px
}

.column-index .slider-images ul li .image figcaption em {
	background-color: #268ed1;
	color: #fff;
	padding: 0 5px
}

.column-index .slider-images ul li .image img {
	width: 285px;
	height: 225px
}

.column-index .slider-images ul li .info {
	float: left;
	width: 420px;
	margin-left: 20px;
	text-align: left
}

.column-index .slider-images ul li .info dl {
	line-height: 28px;
	margin-bottom: 5px
}

.column-index .slider-images ul li .info dl dt {
	float: left;
	width: 120px;
	height: 28px;
	border: 1px #ddd solid;
	background-color: #fff;
	padding: 0 10px;
	border-radius: 5px
}

.column-index .slider-images ul li .info dl dd {
	float: left;
	width: 100px;
	height: 28px;
	border: 1px #ddd solid;
	background-color: #fff;
	padding: 0 10px;
	border-radius: 5px;
	margin-left: 5px
}

.column-index .slider-images ul.bjqs {
	position: relative;
	height: 225px !important;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none
}

.column-index .slider-images ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999
}

.column-index .slider-images ul.bjqs-controls.v-centered li a {
	position: absolute;
	width: 20px;
	height: 24px;
	top: 0;
	background: url(http://srfiles.yunquna.com/images/public/map-mark.png) -20px -20px no-repeat;
	text-indent: -9999px;
	transition: all .2s ease 0s
}

.column-index .slider-images ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 20px;
	background-position: -20px -20px;
	max-width: 100px
}

.column-index .slider-images ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
	left: 10px
}

.column-index .slider-images ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 20px;
	background-position: -40px -20px;
	max-width: 100px
}

.column-index .slider-images ul.bjqs-controls.v-centered li.bjqs-next a:hover {
	right: 10px
}

.column-index .slider-images li.bjqs-slide {
	position: absolute;
	width: 100%;
	height: 225px !important;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	cursor: pointer
}

.column-index .slider-images li.bjqs-slide img {
	width: 285px;
	height: 225px
}

.column-index .slider-images ol.bjqs-markers {
	position: absolute;
	bottom: 10px;
	left: 0 !important;
	width: 100%;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0
}

.column-index .slider-images ol.bjqs-markers.h-centered {
	text-align: center
}

.column-index .slider-images ol.bjqs-markers li {
	display: inline
}

.column-index .slider-images ol.bjqs-markers li a {
	width: 8px;
	height: 8px;
	line-height: 8px;
	text-align: center;
	background-color: #ccc;
	color: #fff;
	margin: 2px;
	text-decoration: none;
	font-size: 0;
	overflow: hidden;
	display: inline-block;
	text-indent: -9999px;
	border-radius: 8px;
	transition: all .2s ease 0s
}

.column-index .slider-images ol.bjqs-markers li a:hover {
	background-color: #268ed1
}

.column-index .slider-images ol.bjqs-markers li.active-marker a {
	background-color: #268ed1
}

.static-page nav.menu {
	float: left;
	width: 200px
}

.static-page nav.menu h2 {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	border: 1px #268ed1 solid;
	background-color: #d8f0f5;
	font-size: 16px;
	font-weight: normal;
	color: #268ed1;
	cursor: pointer;
	position: relative
}

.static-page nav.menu h2 mark {
	position: absolute;
	right: 10px;
	top: 10px
}

.static-page nav.menu ul {
	border: 1px #ddd solid;
	border-top: none;
	background-color: #fff
}

.static-page nav.menu ul li {
	height: 30px;
	border-top: 1px #ddd solid
}

.static-page nav.menu ul li a:link,
.static-page nav.menu ul li a:visited,
.static-page nav.menu ul li a:active {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	Transition: all .2s ease 0s;
	color: #666
}

.static-page nav.menu ul li a:hover {
	background-color: #f4f4f4;
	text-decoration: none
}

.static-page nav.menu ul li.current a:link,
.static-page nav.menu ul li.current a:visited,
.static-page nav.menu ul li.current a:active {
	background-color: #268ed1;
	color: #fff
}

.static-page .main {
	float: right;
	width: 970px
}

.static-page .main h3 {
	font-weight: normal;
	line-height: 30px;
	color: #268ed1;
	min-height: 32px;
	font-size: 16px;
	margin-bottom: 20px;
	position: relative
}

.static-page .main h3 span {
	position: absolute;
	right: 0;
	top: 0
}

.static-page .main h3 em {
	margin-left: 10px
}

.static-page .main hr {
	margin: 30px -30px
}

.static-page .main p {
	line-height: 180%;
	margin: 0 0 25px
}

.static-page .main .gongzuoshi dd {
	float: left;
	width: 264px;
	margin-right: 30px
}

.static-page .main .gongzuoshi dd b {
	display: block;
	background-color: #268ed1;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px
}

.static-page .main .gongzuoshi dd i {
	display: block;
	margin-bottom: 10px
}

.static-page .main .with-image {
	position: relative;
	min-height: 200px;
	padding-right: 500px
}

.static-page .main .with-image .image {
	position: absolute;
	right: 100px;
	top: 0
}

.static-page .main .aboutus .l {
	width: 450px
}

.static-page .main .aboutus .r {
	width: 400px;
	height: 330px;
	padding: 20px;
	border: 1px #268ed1 solid
}

.static-page .main .aboutus .r dfn {
	background-color: #fff;
	margin: 0
}

.static-page .main .aboutus .r p {
	margin-bottom: 20px
}

.static-page .main .aboutus dfn {
	background-color: #f4f4f4;
	padding: 20px;
	margin-bottom: 20px
}

.static-page .main .aboutus dfn b {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #268ed1;
	margin-bottom: 20px;
	position: relative;
	display: block
}

.static-page .main .aboutus dfn b span {
	position: absolute;
	right: 0;
	top: 0
}

.static-page .main .aboutus dfn p {
	margin: 0
}

.static-page .main .aboutus .team {
	margin-bottom: 20px
}

.static-page .main .aboutus .team li {
	float: left;
	width: 286px;
	height: 167px;
	margin-right: 16px;
	position: relative
}

.static-page .main .aboutus .team li img {
	width: 286px;
	height: 167px
}

.static-page .main .aboutus .team li b {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 266px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	background-color: #000;
	opacity: .8;
	color: #fff;
	padding: 0 10px
}

.static-page .main .aboutus .prize {
	margin-bottom: 20px
}

.static-page .main .aboutus .prize li {
	float: left;
	width: 160px;
	margin: 0 70px;
	position: relative
}

.static-page .main .aboutus .prize li img {
	height: 229px;
	margin-bottom: 20px
}

.static-page .main .aboutus .prize li time {
	display: block;
	color: #268ed1;
	margin-bottom: 5px
}

.static-page .main .why li {
	float: left;
	width: 370px;
	height: 150px;
	margin: 0 32px
}

.static-page .main .why li b {
	display: block;
	height: 32px;
	line-height: 32px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #268ed1;
	position: relative
}

.static-page .main .why li b mark {
	position: absolute;
	right: 0;
	top: 0
}

.static-page .main .why li p {
	color: #999
}

.static-page .main .clients li {
	float: left;
	width: 120px;
	margin: 10px 15px;
	text-align: center
}

.static-page .main .clients li img {
	border: 1px #ddd solid;
	width: 118px;
	height: 118px;
	margin-bottom: 5px
}

.static-page .main .standard {
	padding: 0
}

.static-page .main .standard dd {
	width: 640px
}

.static-page .main .standard2 {
	padding: 0
}

.static-page .main .standard2 dd {
	width: 460px
}

.standard {
	padding: 20px 50px
}

.standard dl {
	line-height: 28px;
	margin-bottom: 5px
}

.standard dl.disabled dt,
.standard dl.disabled dd {
	color: #ccc;
	text-decoration: line-through
}

.standard dl dt {
	float: left;
	width: 160px;
	height: 28px;
	border: 1px #ddd solid;
	background-color: #fff;
	padding: 0 10px;
	border-radius: 5px
}

.standard dl dd {
	float: left;
	width: 520px;
	height: 28px;
	border: 1px #ddd solid;
	background-color: #fff;
	padding: 0 10px;
	border-radius: 5px;
	margin-left: 5px;
	position: relative
}

.standard dl dd em {
	display: inline-block;
	width: 80px
}

.standard dl dd label {
	position: absolute;
	right: 10px;
	top: 0
}

.standard dl dd label span {
	margin-left: 10px
}

.standard dl.head dt,
.standard dl.head dd {
	border: 1px transparent solid;
	color: #fff
}

.standard2 {
	padding: 20px 50px
}

.standard2 dl {
	line-height: 28px;
	margin-bottom: 5px;
	position: relative
}

.standard2 dl.disabled dt,
.standard2 dl.disabled dd {
	color: #ccc;
	text-decoration: line-through
}

.standard2 dl dt {
	float: left;
	width: 340px;
	min-height: 28px;
	border: 1px #ddd solid;
	background-color: #fff;
	padding: 0 10px;
	border-radius: 5px;
	margin-right: 5px
}

.standard2 dl dt.l1 {
	height: 28px;
	line-height: 28px
}

.standard2 dl dt.l2 {
	height: 56px;
	line-height: 56px
}

.standard2 dl dt.l3 {
	height: 84px;
	line-height: 84px
}

.standard2 dl dt.l4 {
	height: 112px;
	line-height: 112px
}

.standard2 dl dt.l5 {
	height: 140px;
	line-height: 140px
}

.standard2 dl dt.l6 {
	height: 168px;
	line-height: 168px
}

.standard2 dl dt.l7 {
	height: 196px;
	line-height: 196px
}

.standard2 dl dt.l8 {
	height: 224px;
	line-height: 224px
}

.standard2 dl dt.l9 {
	height: 252px;
	line-height: 252px
}

.standard2 dl dt.l10 {
	height: 280px;
	line-height: 280px
}

.standard2 dl.rowspan dt {
	margin-left: 170px;
	width: 170px
}

.standard2 dl.rowspan .title {
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	text-align: center;
	margin: 0
}

.standard2 dl.rowspan .title.r1 {
	height: 28px;
	line-height: 28px
}

.standard2 dl.rowspan .title.r2 {
	height: 63px;
	line-height: 63px
}

.standard2 dl.rowspan .title.r3 {
	height: 98px;
	line-height: 98px
}

.standard2 dl.rowspan .title.r4 {
	height: 133px;
	line-height: 133px
}

.standard2 dl.rowspan .title.r5 {
	height: 168px;
	line-height: 168px
}

.standard2 dl.rowspan .title.r6 {
	height: 203px;
	line-height: 203px
}

.standard2 dl.rowspan .title.r7 {
	height: 238px;
	line-height: 238px
}

.standard2 dl.rowspan .title.r8 {
	height: 273px;
	line-height: 273px
}

.standard2 dl.rowspan .title.r9 {
	height: 308px;
	line-height: 308px
}

.standard2 dl.rowspan .title.r10 {
	height: 343px;
	line-height: 343px
}

.standard2 dl.rowspan .title.r11 {
	height: 376px;
	line-height: 350px
}

.standard2 dl.rowspan .title.r12 {
	height: 393px;
	line-height: 402px
}

.standard2 dl.rowspan .title.r13 {
	height: 428px;
	line-height: 448px
}

.standard2 dl.rowspan .title.r14 {
	height: 463px;
	line-height: 483px
}

.standard2 dl.rowspan .title.r15 {
	height: 498px;
	line-height: 518px
}

.standard2 dl.rowspan .title.r16 {
	height: 533px;
	line-height: 553px
}

.standard2 dl.rowspan .title.r17 {
	height: 568px;
	line-height: 588px
}

.standard2 dl.rowspan .title.r18 {
	height: 603px;
	line-height: 623px
}

.standard2 dl.rowspan .title.r19 {
	height: 638px;
	line-height: 658px
}

.standard2 dl.rowspan .title.r20 {
	height: 673px;
	line-height: 693px
}

.standard2 dl dd {
	float: left;
	width: 340px;
	min-height: 28px;
	border: 1px #ddd solid;
	background-color: #fff;
	padding: 0 10px;
	border-radius: 5px
}

.standard2 dl.head dt,
.standard2 dl.head dd {
	border: 1px transparent solid;
	color: #fff
}

.feedback .formfield {
	margin: 20px auto;
	width: 560px
}

.feedback .formfield figcaption img {
	width: 560px
}

.feedback .formfield dl {
	line-height: 40px;
	padding-bottom: 10px
}

.feedback .formfield dl dt {
	float: left;
	width: 80px;
	text-align: right
}

.feedback .formfield dl dd {
	float: left;
	width: 480px
}

.feedback .formfield dl dd .input {
	width: 250px
}

.feedback .formfield dl i {
	color: #de4c5f
}

.feedback .formfield dl .textarea {
	width: 548px;
	height: 230px
}

.feedback .error-msg {
	text-align: left
}

.feedback .btn {
	text-align: center;
	padding: 20px 0
}

.orderPage a {}

.port-search dl dt {
	float: left;
	width: 600px
}

.port-search dl dt .input {
	width: 100%
}

.port-search dl dd {
	float: right
}

.port-search dfn {
	font-size: 14px;
	padding-top: 10px
}

.port-search dfn label {
	margin-right: 20px
}

.port-fliter {
	font-size: 14px
}

.port-fliter a:link,
.port-fliter a:visited,
.port-fliter a:active {
	margin-left: 10px
}

.port-list li {
	float: left;
	width: 20%;
	margin: 5px 0;
	font-size: 14px
}

.port-stranard {
	background-color: #f4f4f4;
	color: #666
}

.port-stranard .standard dl dt {
	width: 110px
}

.port-stranard .standard dl dd {
	width: 600px
}
.reduces {
   color:#999999 !important;
}
.pluss{
   color:#999999 !important;
}
