html {
  color: #444;
  background: #fff;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  font-size: 12px;
  line-height: 1.6;
  font-family: Tahoma, Arial, "Hiragino Sans GB", "simsun", sans-serif;
  height: 100%;
}
a,
abbr,
acronym,
address,
article,
aside,
audio,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
iframe,
img,
ins,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
section,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
footer,
header,
menu,
nav,
section,
video {
  display: block;
}
i,
em {
  font-style: normal;
}
.ly-clearFix {
  *zoom: 1;
}
.ly-clearFix:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.ly-left {
  float: left;
}
.ly-right {
  float: right;
}
.ly-hide {
  visibility: hidden;
}
.ly-none {
  display: none;
}
.fence {
  width: 100%;
  *zoom: 1;
}
.fence:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.fence-grow {
  margin-top: -10px;
  margin-bottom: -15px;
}
.fence-grow-down {
  margin-bottom: -15px;
}
.fence-wide {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.fence-wide:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.fence-wide {
  width: 1010px;
}
.yard-wide {
  display: inline;
  float: left;
  min-height: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
.yard-wide {
  width: 1000px;
}
.lte1440 {
  right: 0;
}
.gte1440 {
  left: 50%;
  margin-left: 605px;
}
a {
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #e54410;
  text-decoration: underline;
  outline: none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body:not(:-moz-handler-blocked) a:focus {
  overflow: hidden;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
button {
  border: none;
  background: none;
}
button[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.btn {
  overflow: visible;
  text-align: center;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  height: 32px;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn .btn-inner {
  border: 0 none;
  font-weight: bold;
  padding: 0 12px;
  *padding: 0px 6px;
  height: 32px;
  line-height: 32px;
}
.btn .btn-inner:hover {
  text-decoration: none;
}
.btn,
.btn .btn-inner {
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-shine-default .btn-inner,
.btn-shine-large .btn-inner,
.btn-shine-small .btn-inner,
.btn-shine-tiny .btn-inner,
.btn-shine-default .btn-inner:hover,
.btn-shine-large .btn-inner:hover,
.btn-shine-small .btn-inner:hover,
.btn-shine-tiny .btn-inner:hover {
  color: #fff;
}
.btn-shine-default:hover,
.btn-shine-large:hover,
.btn-shine-small:hover,
.btn-shine-tiny:hover {
  color: #fff;
}
.btn-shine-default {
  height: 32px;
  background-position: left top;
}
.btn-shine-default .btn-inner {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 12px;
}
.btn-shine-default,
.btn-shine-default .btn-inner {
  background-image: url(/assets/img/button/shine-default.png);
}
.btn-shine-default .btn-inner {
  background-position: right -35px;
}
.btn-shine-default:hover {
  background-position: left -72px;
}
.btn-shine-default:hover .btn-inner {
  background-position: right -107px;
}
.btn-shine-large {
  height: 45px;
  background-position: left top;
}
.btn-shine-large .btn-inner {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 16px;
}
.btn-shine-large,
.btn-shine-large .btn-inner {
  background-image: url(/assets/img/button/shine-large.png);
}
.btn-shine-large .btn-inner {
  background-position: right -48px;
}
.btn-shine-large:hover {
  background-position: left -98px;
}
.btn-shine-large:hover .btn-inner {
  background-position: right -146px;
}
.btn-shine-small {
  height: 28px;
  background-position: left top;
}
.btn-shine-small .btn-inner {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  padding: 0 9px;
}
.btn-shine-small,
.btn-shine-small .btn-inner {
  background-image: url(/assets/img/button/shine-small.png);
}
.btn-shine-small .btn-inner {
  background-position: right -31px;
}
.btn-shine-small:hover {
  background-position: left -64px;
}
.btn-shine-small:hover .btn-inner {
  background-position: right -95px;
}
.btn-shine-tiny {
  height: 22px;
  background-position: left top;
}
.btn-shine-tiny .btn-inner {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  padding: 0 5px;
}
.btn-shine-tiny,
.btn-shine-tiny .btn-inner {
  background-image: url(/assets/img/button/shine-tiny.png);
}
.btn-shine-tiny .btn-inner {
  background-position: right -25px;
}
.btn-shine-tiny:hover {
  background-position: left -52px;
}
.btn-shine-tiny:hover .btn-inner {
  background-position: right -77px;
}
.btn-vivid-default .btn-inner,
.btn-vivid-large .btn-inner,
.btn-vivid-small .btn-inner,
.btn-vivid-tiny .btn-inner,
.btn-vivid-default .btn-inner:hover,
.btn-vivid-large .btn-inner:hover,
.btn-vivid-small .btn-inner:hover,
.btn-vivid-tiny .btn-inner:hover {
  color: #fff;
}
.btn-vivid-default:hover,
.btn-vivid-large:hover,
.btn-vivid-small:hover,
.btn-vivid-tiny:hover {
  color: #fff;
}
.btn-vivid-default {
  height: 32px;
  background-position: left top;
}
.btn-vivid-default .btn-inner {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 12px;
}
.btn-vivid-default,
.btn-vivid-default .btn-inner {
  background-image: url(/assets/img/button/vivid-default.png);
}
.btn-vivid-default .btn-inner {
  background-position: right -35px;
}
.btn-vivid-default:hover {
  background-position: left -72px;
}
.btn-vivid-default:hover .btn-inner {
  background-position: right -107px;
}
.btn-vivid-large {
  height: 45px;
  background-position: left top;
}
.btn-vivid-large .btn-inner {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 16px;
}
.btn-vivid-large,
.btn-vivid-large .btn-inner {
  background-image: url(/assets/img/button/vivid-large.png);
}
.btn-vivid-large .btn-inner {
  background-position: right -48px;
}
.btn-vivid-large:hover {
  background-position: left -98px;
}
.btn-vivid-large:hover .btn-inner {
  background-position: right -146px;
}
.btn-vivid-small {
  height: 28px;
  background-position: left top;
}
.btn-vivid-small .btn-inner {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  padding: 0 9px;
}
.btn-vivid-small,
.btn-vivid-small .btn-inner {
  background-image: url(/assets/img/button/vivid-small.png);
}
.btn-vivid-small .btn-inner {
  background-position: right -31px;
}
.btn-vivid-small:hover {
  background-position: left -64px;
}
.btn-vivid-small:hover .btn-inner {
  background-position: right -95px;
}
.btn-vivid-tiny {
  height: 22px;
  background-position: left top;
}
.btn-vivid-tiny .btn-inner {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  padding: 0 5px;
}
.btn-vivid-tiny,
.btn-vivid-tiny .btn-inner {
  background-image: url(/assets/img/button/vivid-tiny.png);
}
.btn-vivid-tiny .btn-inner {
  background-position: right -25px;
}
.btn-vivid-tiny:hover {
  background-position: left -52px;
}
.btn-vivid-tiny:hover .btn-inner {
  background-position: right -77px;
}
.btn-general-default .btn-inner,
.btn-general-large .btn-inner,
.btn-general-small .btn-inner,
.btn-general-tiny .btn-inner,
.btn-general-default .btn-inner:hover,
.btn-general-large .btn-inner:hover,
.btn-general-small .btn-inner:hover,
.btn-general-tiny .btn-inner:hover {
  color: #444;
}
.btn-general-default {
  height: 32px;
  background-position: left top;
}
.btn-general-default .btn-inner {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 12px;
}
.btn-general-default,
.btn-general-default .btn-inner {
  background-image: url(/assets/img/button/general-default.png);
}
.btn-general-default .btn-inner {
  background-position: right -35px;
}
.btn-general-large {
  height: 45px;
  background-position: left top;
}
.btn-general-large .btn-inner {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 16px;
}
.btn-general-large,
.btn-general-large .btn-inner {
  background-image: url(/assets/img/button/general-large.png);
}
.btn-general-large .btn-inner {
  background-position: right -48px;
}
.btn-general-small {
  height: 28px;
  background-position: left top;
}
.btn-general-small .btn-inner {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  padding: 0 9px;
}
.btn-general-small,
.btn-general-small .btn-inner {
  background-image: url(/assets/img/button/general-small.png);
}
.btn-general-small .btn-inner {
  background-position: right -31px;
}
.btn-general-tiny {
  height: 22px;
  background-position: left top;
}
.btn-general-tiny .btn-inner {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  padding: 0 5px;
}
.btn-general-tiny,
.btn-general-tiny .btn-inner {
  background-image: url(/assets/img/button/general-tiny.png);
}
.btn-general-tiny .btn-inner {
  background-position: right -25px;
}
.btn-disable-default .btn-inner,
.btn-disable-large .btn-inner,
.btn-disable-large .btn-inner,
.btn-disable-tiny .btn-inner {
  cursor: pointer;
}
.btn-disable-default .btn-inner,
.btn-disable-large .btn-inner,
.btn-disable-large .btn-inner,
.btn-disable-tiny .btn-inner,
.btn-disable-default .btn-inner:hover,
.btn-disable-large .btn-inner:hover,
.btn-disable-large .btn-inner:hover,
.btn-disable-tiny .btn-inner:hover {
  color: #999;
}
.btn-disable-default {
  height: 32px;
  background-position: left top;
}
.btn-disable-default .btn-inner {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 12px;
}
.btn-disable-default,
.btn-disable-default .btn-inner {
  background-image: url(/assets/img/button/disable-default.png);
}
.btn-disable-default .btn-inner {
  background-position: right -35px;
}
.btn-disable-large {
  height: 45px;
  background-position: left top;
}
.btn-disable-large .btn-inner {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 16px;
}
.btn-disable-large,
.btn-disable-large .btn-inner {
  background-image: url(/assets/img/button/disable-large.png);
}
.btn-disable-large .btn-inner {
  background-position: right -48px;
}
.btn-disable-small {
  height: 28px;
  background-position: left top;
}
.btn-disable-small .btn-inner {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  padding: 0 9px;
}
.btn-disable-small,
.btn-disable-small .btn-inner {
  background-image: url(/assets/img/button/disable-small.png);
}
.btn-disable-small .btn-inner {
  background-position: right -31px;
}
.btn-disable-tiny {
  height: 22px;
  background-position: left top;
}
.btn-disable-tiny .btn-inner {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  padding: 0 5px;
}
.btn-disable-tiny,
.btn-disable-tiny .btn-inner {
  background-image: url(/assets/img/button/disable-tiny.png);
}
.btn-disable-tiny .btn-inner {
  background-position: right -25px;
}
.color-red {
  color: #e94609;
}
.color-lightRed {
  color: #ff7553;
}
.color-green {
  color: #71ad4d;
}
.color-blue {
  color: #3068c5;
}
.color-gray9 {
  color: #999;
}
.color-gray6 {
  color: #666;
}
.color-gray4 {
  color: #444;
}
.color-gray3 {
  color: #333;
}
.color-ness {
  color: #f60;
}
.company-logo,
.company-normal-logo {
  display: inline-block;
  *display: inline;
  text-indent: -9999em;
  *text-transform: capitalize;
  *zoom: 1;
  outline: 0;
  background-repeat: no-repeat;
  overflow: hidden;
  zoom: 1;
  text-decoration: none;
}
.company-logo {
  width: 140px;
  height: 50px;
  background-image: url(/assets/img/company/company-home.png);
}
.company-810001 {
  background-position: 0px 0;
}
.company-601001 {
  background-position: -150px 0;
}
.company-811001 {
  background-position: 0px -60px;
}
.company-612001 {
  background-position: -150px -60px;
}
.company-609001 {
  background-position: 0px -120px;
}
.company-616001 {
  background-position: -150px -120px;
}
.company-608001 {
  background-position: 0px -180px;
}
.company-615001 {
  background-position: -150px -183px;
}
.company-802001 {
  background-position: 0px -240px;
}
.company-605001 {
  background-position: -150px -240px;
}
.company-618001 {
  background-position: 0px -300px;
}
.company-619001 {
  background-position: -150px -300px;
}
.company-604001 {
  background-position: 0px -360px;
}
.company-807000 {
  background-position: -150px -360px;
}
.company-613001 {
  background-position: 0px -420px;
}
.company-603001 {
  background-position: -150px -420px;
}
.company-606001 {
  background-position: 0px -480px;
}
.company-814001 {
  background-position: -150px -480px;
}
.company-817001 {
  background-position: 0px -540px;
}
.company-820001 {
  background-position: -150px -540px;
}
.company-621001 {
  background-position: 0px -600px;
}
.company-622001 {
  background-position: -150px -600px;
}
.company-823001 {
  background-position: 0px -660px;
}
.company-824001 {
  background-position: -150px -660px;
}
.company-625001 {
  background-position: 0px -720px;
}
.company-826001 {
  background-position: -150px -720px;
}
.company-633000 {
  background-position: 0px -780px;
}
.company-827001 {
  background-position: -150px -780px;
}
.company-838000 {
  background-position: 0px -840px;
}
.company-842001 {
  background-position: -150px -840px;
}
.company-641001 {
  background-position: 0px -900px;
}
.company-843001 {
  background-position: -150px -900px;
}
.company-632000 {
  background-position: 0px -960px;
}
.company-829001 {
  background-position: -150px -960px;
}
.company-847000 {
  background-position: 0px -1020px;
}
.company-830001 {
  background-position: -150px -1020px;
}
.company-845000 {
  background-position: 0px -1080px;
}
.company-848001 {
  background-position: -150px -1080px;
}
.company-846001 {
  background-position: 0px -1140px;
}
.company-normal-logo {
  width: 95px;
  height: 30px;
  background-image: url(/assets/img/company/company-normal.png);
}
.company-normal-810001 {
  background-position: 0 0;
}
.company-normal-811001 {
  background-position: 0 -40px;
}
.company-normal-609001 {
  background-position: 0 -80px;
}
.company-normal-608001 {
  background-position: 0 -120px;
}
.company-normal-802001 {
  background-position: 0 -160px;
}
.company-normal-618001 {
  background-position: 0 -200px;
}
.company-normal-604001 {
  background-position: 0 -240px;
}
.company-normal-613001 {
  background-position: 0 -280px;
}
.company-normal-606001 {
  background-position: 0 -320px;
}
.company-normal-817001 {
  background-position: 0 -360px;
}
.company-normal-621001 {
  background-position: 0 -400px;
}
.company-normal-823001 {
  background-position: 0 -440px;
}
.company-normal-625001 {
  background-position: 0 -480px;
}
.company-normal-633000 {
  background-position: 0 -520px;
}
.company-normal-838000 {
  background-position: 0 -560px;
}
.company-normal-641001 {
  background-position: 0 -600px;
}
.company-normal-632000 {
  background-position: 0 -640px;
}
.company-normal-847000 {
  background-position: 0 -680px;
}
.company-normal-845000 {
  background-position: 0 -720px;
}
.company-normal-846001 {
  background-position: 0 -760px;
}
.company-normal-601001 {
  background-position: -105px 0;
}
.company-normal-612001 {
  background-position: -105px -40px;
}
.company-normal-616001 {
  background-position: -105px -80px;
}
.company-normal-616002 {
  background-position: -105px -80px;
}
.company-normal-615001 {
  background-position: -105px -120px;
}
.company-normal-605001 {
  background-position: -105px -160px;
}
.company-normal-619001 {
  background-position: -105px -200px;
}
.company-normal-807000 {
  background-position: -105px -240px;
}
.company-normal-603001 {
  background-position: -105px -280px;
}
.company-normal-814001 {
  background-position: -105px -320px;
}
.company-normal-820001 {
  background-position: -105px -360px;
}
.company-normal-622001 {
  background-position: -105px -400px;
}
.company-normal-824001 {
  background-position: -105px -440px;
}
.company-normal-826001 {
  background-position: -105px -480px;
}
.company-normal-827001 {
  background-position: -105px -520px;
}
.company-normal-842001 {
  background-position: -105px -560px;
}
.company-normal-843001 {
  background-position: -105px -600px;
}
.company-normal-829001 {
  background-position: -105px -640px;
}
.company-normal-830001 {
  background-position: -105px -680px;
}
.company-normal-848001 {
  background-position: -105px -720px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
.link-blue {
  color: #0f93e6;
}
.link-blue:hover {
  color: #e64211;
}
.link-doc {
  text-decoration: underline;
}
.link-doc:hover {
  text-decoration: underline;
}
.link-gray3 {
  color: #333;
}
.link-gray3:hover {
  color: #e64211;
}
.link-gray4 {
  color: #444;
}
.link-gray4:hover {
  color: #e64211;
}
.link-gray5 {
  color: #555;
}
.link-gray5:hover {
  color: #e64211;
}
.link-gray6 {
  color: #666;
}
.link-gray6:hover {
  color: #e64211;
}
.link-green {
  color: #68a741;
}
.link-green:hover {
  color: #e64211;
}
.link-list a:hover {
  color: #e54410;
}
.link-red {
  color: #e64211;
}
.link-red:hover {
  color: #e64211;
}
.link-visited:visited,
.link-visitedTank a:visited {
  color: #7c397c;
}
del .money,
del.money {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}
.money {
  line-height: 1;
  font-family: Arial;
  font-size: 15px;
}
.money dfn {
  font-style: normal;
  padding-right: 1px;
  color: #999999;
}
.money .num {
  color: #e84720;
}
.money small {
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  position: relative;
  top: -1px;
}
.share .sina {
  background-position: 0 0;
}
.share .email {
  background-position: 0 -18px;
}
.share .tengxunweibo {
  background-position: 0 -36px;
}
.share .taobao {
  background-position: 0 -54px;
}
.share .qqzone {
  background-position: 0 -72px;
}
.share .renren {
  background-position: 0 -90px;
}
.share .baiducang {
  background-position: 0 -108px;
}
.share .douban {
  background-position: 0 -126px;
}
.share .kaixin {
  background-position: 0 -144px;
}
.share .wangyi {
  background-position: 0 -162px;
}
.share .shareSNS {
  *zoom: 1;
  overflow: hidden;
  *vertical-align: middle;
}
.share .shareSNS:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.share .shareSNS a,
.share .shareSNS .shareAll {
  display: inline-block;
  *display: inline;
  width: 18px;
  height: 18px;
  text-indent: -9999em;
  *text-transform: capitalize;
  *zoom: 1;
  outline: 0;
  *float: left;
  *overflow: hidden;
}
.share .shareSNS a {
  background-image: url(/assets/img/share/share.png);
  background-repeat: no-repeat;
}
.share .shareSNS .shareAll,
.share .shareSNS .shareAllNone {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.share .shareSNS .shareAll:hover,
.share .shareSNS .shareAllNone:hover {
  text-decoration: none;
}
.share .shareSNS .shareAll {
  background-position: -1px -180px;
}
.share .shareSNS .shareAllNone {
  background-position: -1px -198px;
}
.share input {
  _display: none;
}
.life .share-life {
  position: relative;
}
.life .share-life .xlwb,
.life .share-life .txwb,
.life .share-life .douban,
.life .share-life .btn-down,
.life .share-life .btn-up,
.life .share-life .yjfx,
.life .share-life .flow,
.life .share-life .tjh,
.life .share-life .qq,
.life .share-life .renren,
.life .share-life .baidusc,
.life .share-life .douban,
.life .share-life .kxw,
.life .share-life .wywb {
  background-image: url(/images/insurance-dictionary/share-bg.png);
  background-repeat: no-repeat;
}
.life .share-life div a {
  float: left;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  background-image: none;
  margin-right: 5px;
}
.life .share-life .xlwb {
  background-position: 0 0;
}
.life .share-life .xlwb:hover {
  background-position: 0 -32px;
}
.life .share-life .txwb {
  background-position: 0 -128px;
}
.life .share-life .txwb:hover {
  background-position: 0 -160px;
}
.life .share-life .douban {
  background-position: 0 -192px;
}
.life .share-life .douban:hover {
  background-position: 0 -224px;
}
.life .share-life .btn-up {
  background-position: 0 -640px;
  position: relative;
}
.life .share-life .btn-down {
  background-position: 0 -640px;
  position: relative;
}
.life .share-life .yjfx {
  background-position: 0 -576px;
}
.life .share-life .yjfx:hover {
  background-position: 0 -608px;
}
.life .share-life .tjh {
  background-position: 0 -64px;
}
.life .share-life .tjh:hover {
  background-position: 0 -96px;
}
.life .share-life .qq {
  background-position: 0 -448px;
}
.life .share-life .qq:hover {
  background-position: 0 -480px;
}
.life .share-life .renren {
  background-position: 0 -384px;
}
.life .share-life .renren:hover {
  background-position: 0 -416px;
}
.life .share-life .baidusc {
  background-position: 0 -512px;
}
.life .share-life .baidusc:hover {
  background-position: 0 -544px;
}
.life .share-life .kxw {
  background-position: 0 -256px;
}
.life .share-life .kxw:hover {
  background-position: 0 -288px;
}
.life .share-life .wywb {
  background-position: 0 -320px;
}
.life .share-life .wywb:hover {
  background-position: 0 -352px;
}
.life .down-detail {
  border: 3px solid #e5e5e5;
  padding: 5px;
  position: absolute;
  background-color: #fff;
  z-index: 9999;
  width: 198px;
  top: 18px;
  left: 0;
  margin-left: -28px;
}
.life .down-detail div {
  background-color: #fff;
}
.life .down-detail .down-detail-line {
  width: 65px;
  cursor: pointer;
  float: left;
  line-height: 12px;
  padding: 5px 0 5px 25px;
  display: inline-block;
  background-color: #fff;
  height: 22px;
}
.life .down-detail a {
  float: left;
}
.life .share_to {
  margin-top: 6px ;
  margin-right: 5px;
}
.share-line {
  width: 300px;
  line-height: 18px;
  position: relative;
}
.share-line .name {
  font-size: 12px;
}
.share-line .shareSNS a {
  margin: 0 4px;
}
.share-line .shareSNS .shareAll span,
.share-line .shareSNS .shareAllNone span {
  display: inline-block;
  width: 50px;
}
.share-line #sharebox {
  top: 20px;
  left: 0px;
}
#sharebox {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  padding: 5px;
  width: 250px;
  background: #7c7c7c;
  z-index: 6501;
}
#sharebox #at_hover {
  overflow: hidden;
  zoom: 1;
  padding: 5px;
}
#sharebox #at_hover a {
  width: 94px;
  height: 18px;
  line-height: 18px;
  float: left;
  background-image: url(/assets/img/share/share.png);
  background-repeat: no-repeat;
  margin: 2px;
  padding-left: 20px;
  cursor: pointer;
  text-align: left;
  border: 1px solid #fff;
}
#sharebox #at_hover a:hover {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
}
#sharebox #ats_inner {
  background: #fff;
}
#sharebox #ats_head {
  *zoom: 1;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  padding: 4px 8px;
  line-height: 16px;
  position: relative;
}
#sharebox #ats_head:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#sharebox #ats_head .fl {
  float: left;
}
#sharebox #ats_head a {
  float: right;
  color: #68a741;
}
#sharebox #ats_head a:hover {
  color: #e64211;
}
#sharebox #ats_head a,
#sharebox #ats_head span {
  line-height: 16px;
}
/*
.share-cont.share-cont-short {
    overflow:visible;
    margin:0 auto;
    height:250px;
    width:100%;
}

.share-cont-short {
    .shareSNS {
        display:block;
        text-align:center;
        float:left;
        width:150px;
        a {
            margin:0 8px 0 7px;
        }
    }
    .shareAll {
        float:left;
        span {
            display:inline-block;
            width:50xp;
        }
    }
    #sharebox {
        left:116px;
        top:20px;
    }
}

.share-cont-paySuc {
    .shareAll {
        width:55px;
        float:left;
    }
    #sharebox {
        left:175px;
        top:20px;
    }
}

.share-cont,
.share-cont2 {
    line-height:18px;
    zoom:1;
    font-size:12px;
}
.share-cont {
    position:relative;
    a {
        float:left;
        font-weight:500;
        display:inline-block;
        line-height:18px;
    }
}


.giftNcollection {
    margin-top:5px;
    background-color:#f8f8f8;
    padding:0 5px;
}
.share-gift,
.collection {
    height:30px;
    padding:5px 0;
    height:18px;
}
.share-gift {
    position:relative;
    border-bottom:1px dashed #d8d8d8;
    .title {
        float:left;
    }
}
.collection a,
.share-gift .title {
    margin-right:7px;
    float:left;
    vertical-align:middle;
}


.share-cont {
    span {
        padding-right:5px;
    }
    a {
        float:left;
        font-weight:500;
    }
}
.share-sina,
.share-email {
    margin:0 10px 0 0;
    text-indent:-9999em;
}
*/
.table-layout td {
  vertical-align: top;
}
.table-orig th,
.table-orig td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.table-orig th {
  background: #fbfbfb;
}
.table-orig thead th {
  background: #f1f1f1;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: none;
}
table th,
table td {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.table-wordWrap {
  table-layout: fixed;
}
.table-wordWrap td,
.table-wordWrap th {
  word-wrap: break-word;
  word-break: break-all;
}
ul,
ol,
ul li,
ol li {
  list-style: none;
}
.list-question li,
li.list-question,
.list-question dt,
.list-question dd {
  background-image: url(/assets/img/icon/icon-qa.png);
  background-repeat: no-repeat;
  background-position: -50px 5px;
  line-height: 1.5;
  padding: 5px 0 5px 25px;
}
.list-question li .ask-time,
li.list-question .ask-time,
.list-question dt .ask-time,
.list-question dd .ask-time {
  color: #999;
  white-space: nowrap;
  display: block;
}
.list-question dd {
  background-position: -18px -25px;
}
.typo-size11 {
  font-size: 11px;
}
.typo-size12 {
  font-size: 12px;
}
.typo-size14 {
  font-size: 14px;
}
.typo-size16 {
  font-size: 16px;
}
.typo-size18 {
  font-size: 18px;
}
.typo-size22 {
  font-size: 22px;
}
.typo-size24 {
  font-size: 24px;
}
.typo-size28 {
  font-size: 28px;
}
.typo-sans {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
.typo-left {
  text-align: left;
}
.typo-right {
  text-align: right;
}
.typo-center {
  text-align: center;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}
.typo-strong {
  font-weight: 700;
}
abbr,
acronym {
  border: none;
  font-variant: normal;
}
abbr {
  cursor: help;
}
del {
  text-decoration: line-through;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
.adrift-service {
  position: absolute;
  z-index: 9000;
  top: 200px;
  right: 0;
}
.adrift-service .service {
  display: inline-block;
  *display: inline;
  width: 100px;
  height: 120px;
  text-indent: -9999em;
  *text-transform: capitalize;
  *zoom: 1;
  outline: 0;
  *float: left;
  background: url(/assets/img/total/total.png) -141px -188px no-repeat;
}
.adrift-navbar {
  border: 1px solid #fdcd99;
  border-bottom: none;
  position: absolute;
  z-index: 9000;
}
.adrift-navbar .shoppingCart,
.adrift-navbar .shoppingCart:hover,
.adrift-navbar .buy-ins,
.adrift-navbar .buy-ins:hover,
.adrift-navbar .buy-ins-on,
.adrift-navbar .compareSide-on,
.adrift-navbar .compareSide,
.adrift-navbar .compareSide:hover,
.adrift-navbar .goTop,
.adrift-navbar .goTop:hover {
  width: 43px;
  height: 43px;
  display: block;
  background-image: url(/assets/img/total/total.png);
  background-repeat: no-repeat;
}
.adrift-navbar .shoppingCart,
.adrift-navbar .buy-ins,
.adrift-navbar .compareSide,
.adrift-navbar .goTop,
.adrift-navbar .buy-ins-on,
.adrift-navbar .compareSide-on {
  border-bottom: 1px dashed #fdcd99;
}
.adrift-navbar .shoppingCart:hover,
.adrift-navbar .buy-ins:hover,
.adrift-navbar .compareSide:hover,
.adrift-navbar .goTop:hover,
.adrift-navbar .buy-ins-on:hover,
.adrift-navbar .compareSide-on:hover {
  text-decoration: none;
  border-bottom: 1px solid #ff7858;
}
.adrift-navbar .buy-ins:hover,
.adrift-navbar .compareSide:hover,
.adrift-navbar .buy-ins-on:hover,
.adrift-navbar .compareSide-on:hover {
  border-bottom: 1px dashed #fdcd99;
}
.adrift-navbar .shoppingCart {
  background-position: -48px -491px;
}
.adrift-navbar .shoppingCart:hover {
  background-position: -48px -537px;
}
.adrift-navbar .shoppingCart .num {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 22px;
  text-align: center;
  padding: 5px 6px 0 13px;
  display: block;
}
.adrift-navbar .buy-ins {
  text-indent: -9999em;
  *text-transform: capitalize;
  *zoom: 1;
  outline: 0;
  background-position: -96px -491px;
}
.adrift-navbar .buy-ins:hover {
  background-position: -96px -537px;
}
.adrift-navbar .buy-ins-on {
  text-indent: -9999em;
  *text-transform: capitalize;
  *zoom: 1;
  outline: 0;
  background-position: -96px -537px;
}
.adrift-navbar .compareSide {
  text-indent: -9999em;
  *text-transform: capitalize;
  *zoom: 1;
  outline: 0;
  background-position: -144px -491px;
}
.adrift-navbar .compareSide:hover {
  background-position: -144px -537px;
}
.adrift-navbar .compareSide-on {
  text-indent: -9999em;
  *text-transform: capitalize;
  *zoom: 1;
  outline: 0;
  background-position: -144px -537px;
}
.adrift-navbar .goTop {
  text-indent: -9999em;
  *text-transform: capitalize;
  *zoom: 1;
  outline: 0;
  background-position: 0 -491px;
  border-bottom-style: solid;
}
.adrift-navbar .goTop:hover {
  background-position: 0 -537px;
  border-bottom: 1px solid #fdcd99;
}
.buy-ins-animation {
  position: absolute;
  left: -130px;
  top: -25px;
  background: url("/assets/img/total/buy-ins-animation.gif") no-repeat;
  width: 125px;
  height: 80px;
}
.buy-ins-animation .close-animation {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 42px;
  top: 3px;
  cursor: pointer;
}
.buy-ins-side-mian {
  position: absolute;
  left: -221px;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #ff7858;
  width: 219px;
}
.buy-ins-side-mian .buy-ins-side-title {
  line-height: 30px;
  color: #fff;
  background-color: #ff7858;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}
.buy-ins-side-mian .buy-ins-side-title .close {
  display: block;
  width: 34px;
  height: 29px;
  cursor: pointer;
}
.buy-ins-side-mian .ins-detail dt {
  float: left;
  width: 209px;
  background-color: #fdefdb;
  font-size: 14px;
  color: #666;
  padding: 8px 0 8px 10px;
}
.buy-ins-side-mian .ins-detail dd {
  width: 99px;
  font-weight: bold;
  padding: 15px 0 15px 10px;
  float: left;
  border-bottom: 1px dashed #fce7ca;
}
.buy-ins-side-mian .ins-detail dd:hover {
  background-color: #fff8ef;
}
.buy-ins-side-mian .ins-detail .borderNone {
  border: none;
}
.buy-ins-side-mian .icon {
  float: left;
  background: url("/assets/img/total/total.png");
  background-repeat: no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.buy-ins-side-mian .icon-house {
  background-position: 0 -198px;
}
.buy-ins-side-mian .icon-enterprise {
  background-position: -22px -198px;
}
.buy-ins-side-mian .icon-ins-travel {
  background-position: 0 -220px;
}
.buy-ins-side-mian .icon-ins-accident {
  background-position: -22px -220px;
}
.buy-ins-side-mian .icon-ins-health {
  background-position: -44px -220px;
}
.buy-ins-side-mian .icon-ins-treasure {
  background-position: -66px -220px;
}
.buy-ins-side-mian .icon-ins-car {
  background-position: -88px -220px;
}
.buy-ins-side-mian .icon-ins-investment {
  background-position: -110px -220px;
}
.buy-ins-side-mian .icon-ins-cargo {
  background-position: 0 -264px;
}
.buy-ins-side-mian .icon-ins-liability {
  background-position: -22px -264px;
}
.buy-ins-side-mian .icon-ins-group {
  background-position: -44px -264px;
}
.buy-ins-side-mian .icon-ins-auto {
  background-position: -66px -264px;
}
.buy-ins-side-mian .icon-ins-renshou {
  background: url(/assets/img/total/renshou.png) no-repeat 0 2px;
}
#xyz-annouce .substance {
  background-color: #fffef9;
  border: 1px solid #ffca9c;
  color: #f95730;
  height: 12px;
  line-height: 12px;
  padding: 8px 10px;
  text-align: center;
  overflow: hidden;
}
#xyz-footer {
  margin-top: 15px;
}
#xyz-footer .compass {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #f6f6f6;
  padding: 20px 0 10px;
  *zoom: 1;
}
#xyz-footer .compass:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-footer .compass .inner {
  *zoom: 1;
  padding: 0 20px;
}
#xyz-footer .compass .inner:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-footer .compass dl {
  float: left;
  margin-right: 73px;
}
#xyz-footer .compass .vilya {
  width: 235px;
  margin-right: 0;
}
#xyz-footer .compass dt {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
#xyz-footer .compass dd {
  line-height: 22px;
}
#xyz-footer .compass dd a {
  color: #666;
}
#xyz-footer .compass dd a:hover {
  color: #e64211;
}
#xyz-footer .compass .askfor {
  *zoom: 1;
}
#xyz-footer .compass .askfor:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-footer .compass .askfor .microblog {
  height: 23px;
  margin-bottom: 5px;
  margin-top: 3px;
  overflow: hidden;
}
#xyz-footer .compass .askfor .qrcode,
#xyz-footer .compass .askfor .help {
  float: left;
}
#xyz-footer .compass .askfor .qrcode,
#xyz-footer .compass .askfor .mbSina,
#xyz-footer .compass .askfor .mbTencent {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(/assets/img/total/total.png);
  background-repeat: no-repeat;
}
#xyz-footer .compass .askfor .qrcode {
  width: 80px;
  height: 80px;
  background-position: 0 -106px;
  margin-right: 5px;
}
#xyz-footer .compass .askfor .help {
  width: 150px;
}
#xyz-footer .compass .askfor .mbSina,
#xyz-footer .compass .askfor .mbTencent {
  width: 25px;
  height: 23px;
}
#xyz-footer .compass .askfor .mbSina {
  background-position: -90px -106px;
  *margin-right: 4px;
}
#xyz-footer .compass .askfor .mbSina:hover {
  background-position: -160px -106px;
}
#xyz-footer .compass .askfor .mbTencent {
  background-position: -125px -106px;
}
#xyz-footer .compass .askfor .mbTencent:hover {
  background-position: -195px -106px;
}
#xyz-footer .compass .askfor .mail,
#xyz-footer .compass .askfor .hotline {
  color: #666;
}
#xyz-footer .compass .askfor .mail a {
  color: #666;
}
#xyz-footer .compass .askfor .mail a:hover {
  color: #e64211;
}
#xyz-footer .compass .atom {
  position: relative;
}
#xyz-footer .compass .atom .notice {
  position: absolute;
  top: 19px;
  left: 0;
}
#xyz-footer .compass .atom .heading {
  background: url(/assets/img/icon/mark-16-suc.png) 0 3px no-repeat;
  font-size: 16px;
  font-weight: bold;
  padding-left: 22px;
  margin-bottom: 5px;
}
#xyz-footer .compass .atom .tipError {
  display: none;
  position: absolute;
  width: 207px;
  top: 20px;
  left: 0;
  color: #ff6666;
  background: #dddddd url(/assets/img/icon/mark-16-error.png) 5px 3px no-repeat;
  padding-left: 25px;
  margin-top: 5px;
}
#xyz-footer .compass .feed {
  *zoom: 1;
  width: 230px;
  height: 21px;
  overflow: hidden;
  border: 1px solid #dddddd;
  margin-top: 5px;
}
#xyz-footer .compass .feed:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-footer .compass .feed input,
#xyz-footer .compass .feed .sub {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  vertical-align: top;
}
#xyz-footer .compass .feed input {
  width: 189px;
  height: 15px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  padding: 3px 0;
  line-height: 15px;
  border: 0 none;
  padding-left: 2px;
  outline: 0;
}
#xyz-footer .compass .feed .sub {
  width: 37px;
  height: 19px;
  padding: 0;
  margin: 0;
  border: 1px solid #eb532c;
  background: #fa5e36;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: 19px;
}
#xyz-footer .compass .feed .sub:hover {
  text-decoration: none;
  _color: #fff;
}
#xyz-footer .compass .feedTopic a {
  color: #666;
}
#xyz-footer .compass .facilitate {
  text-indent: -9999em;
  *text-transform: capitalize;
  *zoom: 1;
  outline: 0;
  margin-top: 10px;
  height: 55px;
  width: 1000px;
  background: url(/assets/img/home/facilitate-1000.png) no-repeat;
}
#xyz-footer .footer {
  text-align: center;
  padding: 20px 0;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#xyz-footer .footer li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#xyz-footer .footer .quick {
  margin-bottom: 3px;
}
#xyz-footer .footer .color-F05536 {
  color: #f05536;
}
#xyz-footer .footer .cooperation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 4px;
}
#xyz-footer .footer .copy {
  margin: 10px 0;
  color: #888;
}
#xyz-footer .footer .verify a {
  width: 108px;
  height: 40px;
  text-indent: -9999em;
  *text-transform: capitalize;
  *zoom: 1;
  outline: 0;
  display: block;
  margin: 0 3px 0 2px;
  background: url(/assets/img/total/total.png) no-repeat;
}
#xyz-footer .footer .verify .verifySSL {
  background-position: 0 -318px;
}
#xyz-footer .footer .verify .verifyTenpay {
  background-position: -118px -318px;
}
#xyz-footer .footer .verify .verifyUnionpay {
  background-position: 0 -368px;
}
#xyz-footer .footer .verify .verifyPolice {
  background-position: -118px -368px;
}
#xyz-footer .footer .verify .verifySupervision {
  background-position: 0 -418px;
}
#xyz-footer .footer .verify .verifySecurity {
  background-position: -118px -418px;
}
#xyz-footer .cryptic {
  color: #fff;
}
.popBg {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #000000;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.popDiv {
  background: #fff;
  border: 1px solid #e8edf1;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 9999;
  width: 500px;
}
.popDiv .lay-msg {
  margin-bottom: 0;
}
.popDivB {
  border: 8px solid #fce2bf;
}
.popDiv h2,
.popDiv .popDivHead {
  background: url(/images/bg_popDiv.gif) repeat-x;
  height: 25px;
  line-height: 140%;
  margin: 0;
  padding: 6px 3px 0 10px;
  font-size: 14px;
  font-weight: bold;
}
.popDiv h2 small,
.popDiv .popDivHead small {
  font-weight: normal;
  margin-left: 5px;
  font-size: 12px;
}
.popDiv h2 .fn-right,
.popDiv h2 .fr,
.popDiv .popDivHead .fn-right,
.popDiv .popDivHead .fr {
  cursor: pointer;
  margin: -7px -3px 0 0;
}
.popDiv h2 a:link,
.popDiv h2 a:visited,
.popDiv .popDivHead a:link,
.popDiv .popDivHead a:visited {
  float: left;
  padding: 2px 10px;
  margin-left: 5px;
  background: #005aa0;
  border-top: 1px solid #005aa0;
  border-left: 1px solid #005aa0;
  border-right: 1px solid #005aa0;
  color: #fff;
}
.popDiv h2 a:hover,
.popDiv .popDivHead a:hover {
  color: #fff;
}
.popDiv h2 a.now:link,
.popDiv h2 a.now:visited,
.popDiv .popDivHead a.now:link,
.popDiv .popDivHead a.now:visited {
  background: #fff;
  border-top: 1px solid #b0d0fa;
  border-left: 1px solid #b0d0fa;
  border-right: 1px solid #b0d0fa;
  color: #333;
}
.popDiv h2 a.now:hover,
.popDiv .popDivHead a.now:hover {
  text-decoration: none;
}
.popDiv .popCon {
  padding: 10px 15px;
}
.popDiv button {
  margin: 0;
  *margin-right: 5px /*padding:2px 4px*/;
}
#xyz-header {
  padding: 20px 0 8px;
  background: #fff;
}
#xyz-header .hallmark,
#xyz-header .slogan {
  float: left;
}
#xyz-header .hallmark {
  margin-top: 9px;
  padding-bottom: 14px;
}
#xyz-header .hallmark a {
  width: 220px;
  height: 43px;
  text-indent: -9999em;
  *text-transform: capitalize;
  *zoom: 1;
  outline: 0;
  display: block;
  overflow: hidden;
  background: url(/assets/img/total/total.png) 0 -56px no-repeat;
}
@media not all, not all, screen and (-webkit-min-device-pixel-ratio: 1.25), not all {
  #xyz-header .hallmark a {
    background-image: url(/assets/img/total/retina-hallmark.png);
    background-repeat: no-repeat;
    background-size: 240px 99px;
  }
}
#xyz-header .slogan {
  margin-left: 15px;
  margin-top: 11px;
}
#xyz-header .search-integrate {
  float: right;
}
#xyz-header .activity {
  display: none;
}
#xyz-header .special-header-right {
  float: right;
  margin-top: 10px;
}
#xyz-header .special-header-right .special-header-quick {
  *zoom: 1;
  _width: 510px;
  margin-bottom: 5px;
}
#xyz-header .special-header-right .special-header-quick:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-header .special-header-right .special-header-quick dt,
#xyz-header .special-header-right .special-header-quick dd {
  float: left;
}
#xyz-header .special-header-right .special-header-quick dt {
  *zoom: 1;
  color: #999999;
  width: 115px;
  _width: 120px;
}
#xyz-header .special-header-right .special-header-quick dt:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-header .special-header-right .special-header-quick dd {
  color: #666;
  padding-right: 5px;
  margin-left: 5px;
}
#xyz-header .special-header-right .special-header-quick a {
  color: #666;
}
#xyz-header .special-header-right .special-header-quick span {
  color: #dedede;
}
#xyz-header .special-header-right .special-header-quick a:hover {
  color: #e54410;
  text-decoration: underline;
}
#xyz-header .special-header-right .special-header-quick .private-home {
  width: 18px;
  height: 16px;
  background: url(/assets/img/total/total.png) -53px -201px no-repeat;
  display: block;
  float: left;
  margin: 2px 5px 0 0;
}
#xyz-header .special-header-right .special-header-quick .company-group {
  width: 18px;
  height: 14px;
  background: url(/assets/img/total/total.png) -76px -201px no-repeat;
  display: block;
  float: left;
  margin: 2px 5px 0 0;
}
#xyz-header .search-integrate {
  *zoom: 1;
  width: 552px;
  margin-top: 12px;
}
#xyz-header .search-integrate:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-header .search-integrate .transPoint {
  background: #ffcfc1;
  width: 1px;
  height: 1px;
  position: absolute;
  display: inline-block;
}
#xyz-header .search-integrate .transPoint.lt {
  top: -2px;
  left: -2px;
}
#xyz-header .search-integrate .transPoint.lb {
  bottom: -2px;
  left: -2px;
}
#xyz-header .search-integrate .transPoint.rt {
  right: -2px;
  top: -2px;
}
#xyz-header .search-integrate .transPoint.rb {
  right: -2px;
  bottom: -2px;
}
#xyz-header .search-integrate .searchBar {
  *zoom: 1;
  width: 548px;
  height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  z-index: 7500;
  border: 2px solid #f65730;
}
#xyz-header .search-integrate .searchBar:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-header .search-integrate .type,
#xyz-header .search-integrate .entrar,
#xyz-header .search-integrate .action {
  float: left;
}
#xyz-header .search-integrate .type {
  background: #f6f6f6;
  width: 85px;
  position: relative;
  z-index: 7503;
}
#xyz-header .search-integrate .type .value {
  height: 30px;
  line-height: 30px;
  padding-left: 7px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
#xyz-header .search-integrate .type .dropdown {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-style: dashed;
  border-width: 5px 5px;
  border-color: #999999 transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: 13px;
  right: 5px;
}
#xyz-header .search-integrate .type .options {
  display: none;
  position: absolute;
  left: -2px;
  top: 30px;
  background: #f6f6f6;
  width: 100%;
  border: 2px solid #f65730;
  border-top: none;
}
#xyz-header .search-integrate .type .options .option {
  display: block;
  padding-left: 7px;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}
#xyz-header .search-integrate .type .options .option:hover {
  color: #f65730;
  background: #fff;
}
#xyz-header .search-integrate .entrar {
  width: 412px;
  position: relative;
  z-index: 7501;
}
#xyz-header .search-integrate .entrar input {
  width: 396px;
  height: 16px;
  display: block;
  margin: 0;
  border: 0 none;
  padding: 7px 8px;
  line-height: 16px;
  font-size: 14px;
  overflow: hidden;
  *height: 15px;
  _height: 14px;
}
#xyz-header .search-integrate .entrar input:focus {
  outline: none;
}
#xyz-header .search-integrate .entrar .placeholder {
  *position: absolute;
  *left: 0;
  *top: 0;
}
#xyz-header .search-integrate .searchHint {
  position: absolute;
  z-index: 7502;
  top: 30px;
  left: -2px;
  width: 412px;
  background: #fff;
  border: 2px solid #f65730;
  border-top: none;
}
#xyz-header .search-integrate .searchHintChief,
#xyz-header .search-integrate .searchHintEx {
  padding: 4px 10px;
  font-size: 14px;
  color: #888;
  border-bottom: 1px dotted #e8e8e8;
}
#xyz-header .search-integrate .searchHintItem a {
  *zoom: 1;
  display: block;
  padding: 4px 10px;
}
#xyz-header .search-integrate .searchHintItem a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-header .search-integrate .searchHintItem.mouseDown a,
#xyz-header .search-integrate .searchHintItem a:hover {
  background: #f6f6f6;
  text-decoration: none;
}
#xyz-header .search-integrate .searchHintItem .typehead {
  float: left;
}
#xyz-header .search-integrate .searchHintItem .typehead em {
  font-weight: bold;
}
#xyz-header .search-integrate .searchHintItem .typecount {
  float: right;
  color: #999999;
}
#xyz-header .search-integrate .action {
  width: 51px;
}
#xyz-header .search-integrate .action .submiter {
  display: block;
  border: 0 none;
  width: 51px;
  height: 30px;
  text-indent: -9999em;
  *text-transform: capitalize;
  *zoom: 1;
  outline: 0;
  cursor: pointer;
  background: url(/assets/img/total/total.png) -88px -156px no-repeat;
}
#xyz-header .cms-logo {
  position: static;
  margin-top: 7px;
  margin-left: 15px;
  float: left;
}
#xyz-header .more-ins-hd {
  *zoom: 1;
  width: 83px;
  height: 24px;
  position: relative;
  float: left;
  display: block;
  padding-top: 33px;
  margin-left: 15px;
  margin-top: -14px;
}
#xyz-header .more-ins-hd:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-header .more-ins-hd span {
  position: static;
  float: none;
  display: block;
  height: 22px;
  *line-height: 22px;
}
#xyz-header .more-ins-hd ul {
  top: 23px;
  left: 0;
}
#xyz-top {
  height: 29px;
  background: #f6f6f6;
  border-bottom: 1px solid #eee;
  *position: relative;
  *z-index: 8500;
}
#xyz-top .icon-dropdown {
  display: block;
  position: absolute;
  top: 13px;
  right: 5px;
}
#xyz-top .icon-basket,
#xyz-top .icon-tele {
  background-image: url(/assets/img/total/total.png);
  background-repeat: no-repeat;
}
#xyz-top .icon-basket {
  display: block;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 18px;
  height: 13px;
  background-position: -114px -139px;
}
#xyz-top .icon-tele {
  width: 12px;
  height: 15px;
  background-position: -142px -139px;
}
#xyz-top .member,
#xyz-top .menu {
  height: 29px;
  line-height: 29px;
  *line-height: 30px;
}
#xyz-top .member {
  float: left;
  color: #999999;
}
#xyz-top .member .authaction {
  font-weight: bold;
}
#xyz-top .member .politeNac {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
  vertical-align: middle;
  _width: expression(documentElement.clientWidth>110 ? '110px':'auto');
}
#xyz-top .menu {
  *zoom: 1;
  float: right;
}
#xyz-top .menu:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-top .menu .attach {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  padding: 0 6px;
  color: #666;
  position: relative;
  z-index: 8502;
}
#xyz-top .menu .attach:hover {
  color: #e64211;
}
#xyz-top .menu .dropdown-remote {
  padding: 0 17px 0 6px;
}
#xyz-top .menu li {
  color: #dedede;
  float: left;
  margin: 0 4px;
  list-style: none;
}
#xyz-top .menu li li {
  margin: 0;
}
#xyz-top .menu .count {
  font-weight: bold;
  color: #ef4218;
}
#xyz-top .dropdown-menu .dropdown-on {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: none;
  background: #fff;
  padding: 0 16px 0 5px;
}
#xyz-top .dropdown-menu .dropdown-on .icon-dropdown {
  right: 4px;
}
#xyz-top .dropdown-panel {
  padding-top: 1px;
  top: 29px;
  right: 0;
  _right: -1px;
}
#xyz-top .basket .dropdown-remote {
  padding-left: 25px;
}
#xyz-top .basketPanel,
#xyz-top .favorPanel {
  width: 240px;
}
#xyz-top .pdGroup .pdItem {
  *zoom: 1;
  float: none;
  padding: 10px;
  border-bottom: 1px dashed #d8d8d8;
  overflow: hidden;
  margin-bottom: -1px;
  *position: relative;
}
#xyz-top .pdGroup .pdItem:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-top .pdPic,
#xyz-top .pdInfo {
  float: left;
}
#xyz-top .pdPic {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
#xyz-top .pdInfo {
  width: 130px;
}
#xyz-top .pdInfo .pdName {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1.3;
  margin-bottom: 7px;
}
#xyz-top .basketPanel .baseketCount {
  display: block;
  padding: 15px;
  color: #444;
}
#xyz-top .basketPanel .realem {
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #F5F6F8;
  color: #68a741;
}
#xyz-top .basketPanel .realem:hover {
  color: #e64211;
}
#xyz-top .favorPanel .collectionCount {
  padding: 15px 10px 20px;
  color: #444;
}
#xyz-top .favorPanel .realem {
  display: block;
  text-align: right;
  padding: 10px;
}
#xyz-top .helpPanel,
#xyz-top .memberPanel {
  padding-left: 0;
  padding-right: 0;
}
#xyz-top .helpPanel li,
#xyz-top .memberPanel li {
  padding: 0;
}
#xyz-top .helpPanel a,
#xyz-top .memberPanel a {
  display: block;
  line-height: 16px;
  padding: 7px 20px 7px 10px;
}
#xyz-top .helpPanel a:hover,
#xyz-top .memberPanel a:hover {
  background: #f9f9f9;
}
#xyz-top .helpPanel {
  width: 90px;
}
#xyz-top .helpPanel a {
  width: 60px;
  text-align: center;
}
#xyz-top .memberPanel {
  width: 140px;
}
#xyz-top .memberPanel a {
  width: 110px;
}
#xyz-top .naviPanel {
  width: 200px;
  padding: 0 10px;
}
#xyz-top .naviPanel dl {
  margin-bottom: -1px;
}
#xyz-top .naviPanel dt {
  font-weight: bold;
  color: #999999;
  height: 28px;
  line-height: 28px;
}
#xyz-top .naviPanel dd {
  *zoom: 1;
  margin-right: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}
#xyz-top .naviPanel dd:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-top .naviPanel dd a {
  float: left;
  white-space: nowrap;
  line-height: 14px;
  padding: 4px 10px 4px 0;
}
#xyz-top .hotline {
  float: right;
  height: 29px;
  line-height: 29px;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  color: #e84720;
  font-weight: bold;
}
#xyz-top .hotline .icon-tele {
  position: absolute;
  left: 0;
  top: 7px;
}
#xyz-top .hotline .telFee {
  color: #999999;
  font-weight: normal;
}
.modal-back {
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000;
}
.modal-back-ie6 {
  position: absolute;
}
.modal-mask {
  position: fixed;
  width: 440px;
  z-index: 10010;
  background: #b2b5b7;
  padding: 6px;
}
.modal-mask .modal-wrap {
  background: #fff;
}
.modal-mask .modal-header {
  min-height: 31px;
  height: auto !important;
  height: 31px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.modal-mask .modal-header .heading,
.modal-mask .modal-header .headingSlim {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
.modal-mask .modal-header .heading {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}
.modal-mask .modal-header .headingSlim {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}
.modal-mask .modal-header .close {
  text-indent: -9999em;
  *text-transform: capitalize;
  outline: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(/assets/img/modal/modal-close.png) no-repeat;
  cursor: pointer;
  width: 34px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
}
.modal-mask .modal-body,
.modal-mask .modal-bodyCramp {
  background: #fff;
  position: relative;
}
.modal-mask .modal-body p,
.modal-mask .modal-bodyCramp p {
  padding-bottom: 15px;
  font-size: 14px;
}
.modal-mask .modal-body {
  padding: 25px 20px;
}
.modal-mask .modal-bodyCramp {
  padding: 10px 20px 25px 20px;
}
.modal-mask .modal-footer {
  padding: 15px 15px 30px;
  text-align: center;
}
.modal-mask .modal-footer .btn,
.modal-mask .modal-footer .btn-inner {
  margin: 0;
}
.modal-mask .modal-footer .btn {
  margin-left: 10px;
}
.modal-mask .modal-footer .btn-inner {
  *overflow: visible !important;
}
#xyz-header.x-special {
  padding: 6px 0 0;
}
#xyz-top,
#xyz-annouce,
#xyz-header,
#xyz-nav,
#xyz-footer {
  min-width: 1000px;
}
.fence-wide {
  width: 1000px !important;
}
.yard-wide {
  width: 1000px;
  margin-left: 0;
  margin-right: 0;
}
.block-waist {
  min-width: 1000px;
}
.block-inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.text-indent {
  text-indent: -9999em;
  *text-transform: capitalize;
  *zoom: 1;
  outline: 0;
}
.dropdown-menu {
  position: relative;
}
.dropdown-remote {
  position: relative;
}
.dropdown-remote .icon-dropdown {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-style: dashed;
  border-width: 5px 5px;
  border-color: #999999 transparent transparent transparent;
  border-top-style: solid;
}
.dropdown-panel {
  background: #ffffff;
  border: 1px solid #cccccc;
  position: absolute;
  z-index: 8501;
}
#xyz-top {
  height: 29px;
  background: #f6f6f6;
  border-bottom: 1px solid #eeeeee;
  *position: relative;
  *z-index: 8500;
}
#xyz-top .icon-dropdown {
  display: block;
  position: absolute;
  top: 13px;
  right: 5px;
}
#xyz-top .icon-basket,
#xyz-top .icon-tele {
  background-image: url(/assets/img/total/total.png);
  background-repeat: no-repeat;
}
#xyz-top .icon-basket {
  display: block;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 18px;
  height: 13px;
  background-position: -114px -139px;
}
#xyz-top .icon-tele {
  width: 12px;
  height: 15px;
  background-position: -142px -139px;
}
#xyz-top .member,
#xyz-top .menu {
  height: 29px;
  line-height: 29px;
  *line-height: 30px;
}
#xyz-top .member {
  float: left;
  color: #999999;
}
#xyz-top .member .politeNac {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
  vertical-align: middle;
  _width: expression(documentElement.clientWidth>110 ? '110px':'auto');;
}
#xyz-top .menu {
  *zoom: 1;
  float: right;
}
#xyz-top .menu:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-top .menu .attach {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  padding: 0 6px;
  color: #666666;
  position: relative;
  z-index: 8502;
}
#xyz-top .menu .attach:hover {
  color: #e64211;
}
#xyz-top .menu .dropdown-remote {
  padding: 0 17px 0 6px;
}
#xyz-top .menu li {
  color: #dedede;
  float: left;
  margin: 0 4px;
  list-style: none;
}
#xyz-top .menu li li {
  margin: 0;
}
#xyz-top .menu .count {
  font-weight: bold;
  color: #ef4218;
}
#xyz-top .dropdown-menu .dropdown-on {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: none;
  background: #fff;
  padding: 0 16px 0 5px;
}
#xyz-top .dropdown-menu .dropdown-on .icon-dropdown {
  right: 4px;
}
#xyz-top .dropdown-panel {
  padding-top: 1px;
  top: 29px;
  right: 0;
  _right: -1px;
}
#xyz-top .basket .dropdown-remote {
  padding-left: 25px;
}
#xyz-top .basketPanel,
#xyz-top .favorPanel {
  width: 240px;
}
#xyz-top .pdGroup .pdItem {
  *zoom: 1;
  float: none;
  padding: 10px;
  border-bottom: 1px dashed #d8d8d8;
  overflow: hidden;
  margin-bottom: -1px;
  *position: relative;
}
#xyz-top .pdGroup .pdItem:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-top .pdPic,
#xyz-top .pdInfo {
  float: left;
}
#xyz-top .pdPic {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
#xyz-top .pdInfo {
  width: 130px;
}
#xyz-top .pdInfo .pdName {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1.3;
  margin-bottom: 7px;
}
#xyz-top .basketPanel .baseketCount {
  display: block;
  padding: 15px;
  color: #444444;
}
#xyz-top .basketPanel .realem {
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #F5F6F8;
  color: #68a741;
}
#xyz-top .basketPanel .realem:hover {
  color: #e64211;
}
#xyz-top .favorPanel .collectionCount {
  padding: 15px 10px 20px;
  color: #444444;
}
#xyz-top .favorPanel .realem {
  display: block;
  text-align: right;
  padding: 10px;
}
#xyz-top .helpPanel,
#xyz-top .memberPanel {
  padding-left: 0;
  padding-right: 0;
}
#xyz-top .helpPanel li,
#xyz-top .memberPanel li {
  padding: 0;
}
#xyz-top .helpPanel a,
#xyz-top .memberPanel a {
  display: block;
  line-height: 16px;
  padding: 7px 20px 7px 10px;
}
#xyz-top .helpPanel a:hover,
#xyz-top .memberPanel a:hover {
  background: #f9f9f9;
}
#xyz-top .helpPanel {
  width: 100px;
}
#xyz-top .helpPanel a {
  width: 70px;
}
#xyz-top .memberPanel {
  width: 140px;
}
#xyz-top .memberPanel a {
  width: 110px;
}
#xyz-top .naviPanel {
  width: 200px;
  padding: 0 10px;
}
#xyz-top .naviPanel dl {
  margin-bottom: -1px;
}
#xyz-top .naviPanel dt {
  font-weight: bold;
  color: #999999;
  height: 28px;
  line-height: 28px;
}
#xyz-top .naviPanel dd {
  *zoom: 1;
  margin-right: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}
#xyz-top .naviPanel dd:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#xyz-top .naviPanel dd a {
  float: left;
  white-space: nowrap;
  line-height: 14px;
  padding: 4px 10px 4px 0;
}
#xyz-top .hotline {
  float: right;
  height: 29px;
  line-height: 29px;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  color: #e84720;
  font-weight: bold;
}
#xyz-top .hotline .icon-tele {
  position: absolute;
  left: 0;
  top: 7px;
}
#xyz-top .hotline .telFee {
  color: #999999;
  font-weight: normal;
}
