﻿@charset "utf-8";
html {
  font-size: 100%;
  background-color: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
html.border-box *,
html.border-box *:after,
html.border-box *:before {
  *behavior: url(../js/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
iframe {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea,
optgroup {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button,
input,
select {
  vertical-align: middle;
}
::-webkit-input-placeholder {
  color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  resize: vertical;
  overflow: auto;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
ul,
ol {
  list-style: none;
}
div,
textarea,
th,
th {
  word-break: break-all;
  word-wrap: break-word;
  hyphens: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
th {
  text-align: inherit;
}
img {
  height: auto;
  vertical-align: middle;
  border: none;
  -ms-interpolation-mode: bicubic;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.abs {
  position: absolute;
}
.rel {
  position: relative;
}
.fixed {
  position: fixed;
  left: 0;
  right: 0;
}
.mod {
  overflow: hidden;
  *zoom: 1;
}
.left {
  float: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-middle {
  vertical-align: middle;
}
.text-top {
  vertical-align: top;
}
.text-bottom {
  vertical-align: bottom;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.none,
.hide,
[hidden] {
  display: none;
}
.blk,
.show {
  display: block;
}
.inblk {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  *clip: rect(1px 1px 1px 1px);
}
.img-preserve {
  max-width: none;
}
.text-nowrap {
  overflow: hidden;
  white-space: nowrap;
}
.text-truncate {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  _width: 95%;
}
.text-break {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
}
.text-indent2 {
  text-indent: 2em;
}
.text-hide {
  text-indent: -9999em;
  overflow: hidden;
}
.checkbox,
.radio {
  vertical-align: middle;
  margin: 1px 0 -1px 0;
}
.skip-link {
  position: absolute;
}
.skip-link a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  background: black;
  color: white;
  text-decoration: none;
}
.skip-link a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}
.font-yaihei {
  font-family: 'Microsoft Yahei';
}
.font-arial {
  font-family: Arial;
}
.font-simsun {
  font-family: Simsun;
}
.arrow-down {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  vertical-align: middle;
}
.vafter:after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
}
.w50 {
  width: 50px;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.w450 {
  width: 450px;
}
.w500 {
  width: 500px;
}
.w550 {
  width: 550px;
}
.w600 {
  width: 600px;
}
.w1000 {
  width: 1000px;
}
.w1100 {
  width: 1100px;
}
.w1200 {
  width: 1200px;
}
.wp10 {
  width: 10%;
}
.wp20 {
  width: 20%;
}
.wp25 {
  width: 25%;
}
.wp30 {
  width: 30%;
}
.wp33 {
  width: 33.3333%;
}
.wp40 {
  width: 40%;
}
.wp50 {
  width: 50%;
}
.wp60 {
  width: 60%;
}
.wp66 {
  width: 66.6666%;
}
.wp70 {
  width: 70%;
}
.wp75 {
  width: 75%;
}
.wp80 {
  width: 80%;
}
.wp90 {
  width: 90%;
}
.wp100 {
  width: 100%;
}
.wauto {
  width: auto;
}
.p0 {
  padding: 0!important;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.m0 {
  margin: 0!important;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-style: 40px;
}
.lht1 {
  line-height: 1;
}
.lht12 {
  line-height: 12px;
}
.lht14 {
  line-height: 14px;
}
.lht16 {
  line-height: 16px;
}
.lht18 {
  line-height: 18px;
}
.lht20 {
  line-height: 20px;
}
.lht22 {
  line-height: 22px;
}
.lht24 {
  line-height: 24px;
}
.lht26 {
  line-height: 26px;
}
.lht28 {
  line-height: 28px;
}
.lht30 {
  line-height: 30px;
}
.lht35 {
  line-height: 35px;
}
.lht40 {
  line-height: 40px;
}
.h50 {
  height: 50px;
}
.h100 {
  height: 100px;
}
.h200 {
  height: 200px;
}
.h300 {
  height: 300px;
}
body {
  min-height: 100%;
  font-family: Tahoma, Arial, "Helvetica Neue", "Hiragino Sans GB", 'Microsoft Yahei', sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ff6600;
}
img {
  max-width: 100%;
}
.container {
  width: 985px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.white {
  color: #fff;
}
.gray {
  color: #999;
}
.grayDarker {
  color: #666;
}
.grayLighter {
  color: #ccc;
}
.black {
  color: #000;
}
.blackLighter {
  color: #333;
}
.red {
  color: #f35151;
}
.blue {
  color: blue;
}
.green {
  color: green;
}
.orange {
  color: #ff6600;
}
.hyperlink {
  color: #3399ff;
}
.caret-down {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid #999999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0 dotted;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.sprite {
  background-repeat: no-repeat;
  background-image: url('');
}
.bgWhite {
  background-color: #fff;
}
.help-inline {
  color: #999;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.help-block {
  color: #999;
  display: block;
  margin-top: 5px;
}
.radio,
.checkbox {
  margin: -1px 0 1px 0;
  vertical-align: middle;
}
.select,
.input-like,
.input-text,
.textarea {
  line-height: 20px;
  padding: 4px 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.select.error,
.input-like.error,
.input-text.error,
.textarea.error {
  border: 1px solid #ff6600;
}
span.error {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 3px;
  color: red;
}
[type="file"],
.input-text {
  height: 20px\0;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px;
  border: 1px solid #bfbfbf;
  background-color: #bfbfbf;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  text-indent: 0;
  color: #fff;
}
.btn:focus,
.btn:active {
  outline: none;
}
.btn:hover {
  background-color: #cccccc;
  color: #fff;
}
.btn:active {
  background-color: #b2b2b2;
  color: #fff;
}
.btn.big {
  padding: 8px 30px;
  font-size: 16px;
  border-radius: 4px;
}
.btn.med {
  padding: 6px 15px;
  font-size: 14px;
}
.btnOk {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px;
  border: 1px solid #bfbfbf;
  background-color: #bfbfbf;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  text-indent: 0;
  color: #fff;
  background: #ff6600;
  border: 1px solid #ff6600;
  color: #ffffff;
}
.btnOk:focus,
.btnOk:active {
  outline: none;
}
.btnOk:hover {
  background-color: #cccccc;
  color: #fff;
}
.btnOk:active {
  background-color: #b2b2b2;
  color: #fff;
}
.btnOk.big {
  padding: 8px 30px;
  font-size: 16px;
  border-radius: 4px;
}
.btnOk.med {
  padding: 6px 15px;
  font-size: 14px;
}
.btnOk:hover {
  background-color: #ff751a;
  color: #ffffff;
}
.btnOk:active {
  background-color: #e65c00;
  color: #ffffff;
}
.btnOk .icon {
  color: #ffffff;
}
.btnInfo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px;
  border: 1px solid #bfbfbf;
  background-color: #bfbfbf;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  text-indent: 0;
  color: #fff;
  background: #91a1c5;
  border: 1px solid #91a1c5;
  color: #ffffff;
}
.btnInfo:focus,
.btnInfo:active {
  outline: none;
}
.btnInfo:hover {
  background-color: #cccccc;
  color: #fff;
}
.btnInfo:active {
  background-color: #b2b2b2;
  color: #fff;
}
.btnInfo.big {
  padding: 8px 30px;
  font-size: 16px;
  border-radius: 4px;
}
.btnInfo.med {
  padding: 6px 15px;
  font-size: 14px;
}
.btnInfo:hover {
  background-color: #a2afce;
  color: #ffffff;
}
.btnInfo:active {
  background-color: #8093bc;
  color: #ffffff;
}
.btnInfo .icon {
  color: #ffffff;
}
.btnReverse {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px;
  border: 1px solid #bfbfbf;
  background-color: #bfbfbf;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  text-indent: 0;
  color: #fff;
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #333333;
}
.btnReverse:focus,
.btnReverse:active {
  outline: none;
}
.btnReverse:hover {
  background-color: #cccccc;
  color: #fff;
}
.btnReverse:active {
  background-color: #b2b2b2;
  color: #fff;
}
.btnReverse.big {
  padding: 8px 30px;
  font-size: 16px;
  border-radius: 4px;
}
.btnReverse.med {
  padding: 6px 15px;
  font-size: 14px;
}
.btnReverse:hover {
  background-color: #ffffff;
  color: #333333;
}
.btnReverse:active {
  background-color: #f2f2f2;
  color: #333333;
}
.btnReverse .icon {
  color: #666666;
}
.btnUpload {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px;
  border: 1px solid #bfbfbf;
  background-color: #bfbfbf;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  text-indent: 0;
  color: #fff;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  color: #333333;
}
.btnUpload:focus,
.btnUpload:active {
  outline: none;
}
.btnUpload:hover {
  background-color: #cccccc;
  color: #fff;
}
.btnUpload:active {
  background-color: #b2b2b2;
  color: #fff;
}
.btnUpload.big {
  padding: 8px 30px;
  font-size: 16px;
  border-radius: 4px;
}
.btnUpload.med {
  padding: 6px 15px;
  font-size: 14px;
}
.btnUpload:hover {
  background-color: #ffffff;
  color: #333333;
}
.btnUpload:active {
  background-color: #e6e6e6;
  color: #333333;
}
.btnUpload .icon {
  color: #666666;
}
.page-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-bg {
  background: #f2f2f2;
}
.topbar {
  background-color: #fff;
  padding: 7px 0 6px;
  border-bottom: 1px solid #eee;
}
/*商城系统头部统一导航栏*/
/*ecshop-top-menu*/
.ecs-fl{float:left;}
.ecs-fr{float:right;}
.ecs-rel{position:relative;}
.ecs-abs{position:absolute;}
.ecs-inline{display:inline;}
.ecshop-top-menu{background:#eee;height:30px;line-height:30px;font-size:12px;}
.ecshop-top-menu .ui{background:url(/images/ecshop-top-nav-ico.png) no-repeat;}
.ecshop-top-menu .ecs-w{width:980px;margin:auto;}
.ecshop-top-menu a{color:#606060;}
.ecshop-top-menu a:hover{color:#cf1f3f;}
.ecshop-top-menu .say-hi{margin-right:15px;}
.ecshop-top-menu .login-link span{top:-1px;margin: 0 8px;color: #606060;}
.ecshop-top-menu a.cr,.ecshop-top-menu b.cr{color:#cf1f3f;font-weight:normal;}
.ecshop-top-menu b.cr{padding-left:2px;}
.ecshop-top-menu .sys-menu ul li.item{position:relative;z-index:110;float:left;display:inline;padding:0 6px;border:1px solid #eeeeee;border-bottom:none;background:#eee;height:29px;line-height:28px;}
.ecshop-top-menu .sys-menu ul li.item:hover{border-left:1px solid #ddd;border-right:1px solid #ddd;background:#fff;}
.ecshop-top-menu .sys-menu ul li.item .submenu{display:none;position:absolute;top:29px;border:1px solid #ddd;border-top:none;width:100%;text-align:left;left:-1px;background:#fff;}
.ecshop-top-menu .sys-menu ul li.item .submenu dd{padding-left:10px;}
.ecshop-top-menu .sys-menu ul li.item .submenu.store-submenu dd{padding-left:6px;}
.ecshop-top-menu .sys-menu ul li.item .submenu dd a{display:block;}
.ecshop-top-menu .sys-menu ul li.item:hover .submenu{display:block;}
.ecshop-top-menu .sys-menu ul li.item i,.ecshop-top-menu .sys-menu ul li.item s{position:relative;display:inline-block;vertical-align:middle;top:-1px;}
.ecshop-top-menu .sys-menu ul li.item i{margin-left:8px;width:5px;height:4px;background-position:-2px -47px;transition:all .3s linear;}
.ecshop-top-menu .sys-menu ul li.item:hover i.arrow{transform:rotate(180deg);}
.ecshop-top-menu .sys-menu ul li.item s{margin-right:6px;transition:background-position .3s linear;}
.ecshop-top-menu .sys-menu ul li.item.q-shoppingcart s{background-position: 0 0;width:13px;height:12px;}
.ecshop-top-menu .sys-menu ul li.item.q-shoppingcart:hover s{background-position: 0 -14px;}
.ecshop-top-menu .sys-menu ul li.item.q-shoppingcart .menu-hd span{color:#cf1f3f;padding-left:2px;}
.ecshop-top-menu .sys-menu ul li.item.q-favorite s{background-position: -14px 0;width:12px;height:12px;}
.ecshop-top-menu .sys-menu ul li.item.q-favorite:hover s{background-position: -14px -14px;}
.header {
  background-color: #fff;
  height: 100px;
}
.header .logo {
  max-width: 300px;
  _width: expression(this.width>300?300:true);
  height: 100px;
  line-height: 100px;
  overflow: hidden;
}
.header .logo:after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
}
.header .logo img {
  vertical-align: middle;
  max-width: 300px;
  max-height: 100px;
  _width: expression(this.width>300?300:true);
  _height: expression(this.height>100?100:true);
}
.header .join-link {
  line-height: 60px;
  font-size: 24px;
  display: inline;
  margin: 20px 0 20px 10px;
  padding-left: 10px;
  border-left: 1px solid #eee;
  color: #666;
}
.header .nav-main {
  padding-top: 40px;
}
.header .nav-main li {
  float: left;
}
.header .nav-main li a {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  padding: 0 1.2em;
}
.header .nav-main li a:hover,
.header .nav-main li a.active {
  color: #ff6600;
}
.banner {
  height: 299px;
  background-repeat: no-repeat;
  background-position: top;
}
.banner a {
  height: 100%;
  width: 100%;
  display: block;
}
.footer {
  background-color: #fff;
}
.footer .footer-content {
  margin: 10px 0;
  text-align: center;
  line-height: 20px;
}
.nav-bot {
  margin: 10px 0;
}
.nav-bot a {
  display: inline-block;
  margin: 0 5px;
}
.page-block {
  background-color: #fff;
  padding: 10px 15px;
  position: relative;
  border-radius: 2px;
}
.page-block .block-hd {
  *zoom: 1;
  padding: 0 5px 8px;
  border-bottom: 1px dotted #ddd;
  line-height: 25px;
}
.page-block .block-hd:before,
.page-block .block-hd:after {
  content: "";
  display: table;
}
.page-block .block-hd:after {
  clear: both;
}
.page-block .block-hd .block-title {
  font-size: 16px;
}
.article-list {
  list-style: inside;
  list-style-type: disc;
  color: #999;
}
.article-list.hot {
  padding: 10px 5px 0;
  font-size: 10px;
}
.article-list li {
  line-height: 31px;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  _width: 95%;
}
.article-list li a {
  font-size: 12px;
  color: #666;
  padding-left: 2px;
}
.article-list li a:hover {
  color: #ff6600;
}
.wp37 {
  width: 37%;
}
.wp26 {
  width: 26%;
}
.i-block {
  height: 198px;
  overflow: hidden;
  *zoom: 1;
}
.i-center-block {
  padding: 15px 15px 0;
}
.i-center-block a {
  display: block;
  margin: 15px 0;
}
.join-flow {
  *zoom: 1;
  background: url(../images/join_flow.png) top no-repeat;
  padding-top: 120px;
  padding-bottom: 15px;
  width: 925px;
  margin: 25px auto 0;
}
.join-flow:before,
.join-flow:after {
  content: "";
  display: table;
}
.join-flow:after {
  clear: both;
}
.join-flow li {
  float: left;
  width: 25%;
  text-align: center;
}
.enter-flow {
  *zoom: 1;
  padding-bottom: 15px;
  width: 925px;
  margin: 25px auto 0;
}
.enter-flow:before,
.enter-flow:after {
  content: "";
  display: table;
}
.enter-flow:after {
  clear: both;
}
.enter-flow li {
  float: left;
  width: 25%;
  padding-top: 120px;
  text-align: center;
  background-position: center 5px;
  background-repeat: no-repeat;
  position: relative;
}
.enter-flow li .arrow {
  position: absolute;
  top: 35px;
  right: -10px;
  width: 20px;
  height: 40px;
  background: url(../images/enter_step_arrow.png);
}
.enter-flow li.step01 {
  background-image: url(../images/enter_step01.png);
}
.enter-flow li.step01:hover {
  background-image: url(../images/enter_step_r01.png);
}
.enter-flow li.step02 {
  background-image: url(../images/enter_step02.png);
}
.enter-flow li.step02:hover {
  background-image: url(../images/enter_step_r02.png);
}
.enter-flow li.step03 {
  background-image: url(../images/enter_step03.png);
}
.enter-flow li.step03:hover {
  background-image: url(../images/enter_step_r03.png);
}
.enter-flow li.step04 {
  background-image: url(../images/enter_step04.png);
}
.enter-flow li.step04:hover {
  background-image: url(../images/enter_step_r04.png);
}
.enter-flow li.step05 {
  background-image: url(../images/enter_step05.png);
}
.enter-flow li.step05:hover {
  background-image: url(../images/enter_step_r05.png);
}
.apply-status {
  padding-top: 35px;
  border-radius: 4px;
}
.apply-status li {
  float: left;
  background-color: #f3f3f4;
  position: relative;
}
.apply-status li.active {
  background-color: #ff9900;
  color: #fff;
}
.apply-status li.active span {
  background: url(../images/status_bg_a.png) no-repeat right;
}
.apply-status li.active i {
  display: block;
  position: absolute;
  left: -15px;
  width: 15px;
  height: 41px;
  background: url(../images/status_bg_b.png) no-repeat right;
}
.apply-status li:first-child,
.apply-status li.first {
  border-radius: 4px 0 0 4px;
}
.apply-status li:first-child.active i,
.apply-status li.first.active i {
  display: none;
}
.apply-status li:last-child,
.apply-status li.last {
  border-radius: 0 4px 4px 0;
}
.apply-status li:last-child span,
.apply-status li.last span {
  background: none;
  padding-right: 20px;
}
.apply-status li span {
  display: inline-block;
  padding: 0 30px 0 15px;
  font-size: 14px;
  line-height: 40px;
  height: 41px;
  background: url(../images/status_bg.png) no-repeat right;
}
.apply-status li i {
  display: none;
}
.deal-wrapper {
  padding: 20px 40px;
}
.deal-wrapper .deal-content {
  border: 1px solid #dddddd;
  line-height: 22px;
  height: 400px;
  overflow: auto;
  padding: 10px;
}
.deal-wrapper .deal-agree {
  padding: 20px;
  text-align: center;
}
.form-page {
  padding: 20px;
  background-color: #fff;
}
.sidebar {
  width: 175px;
}
.main-content {
  margin-left: 200px;
}
.sidebar-title {
  font-size: 18px;
  border-bottom: 4px solid #eee;
  padding: 10px 15px;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  _width: 95%;
}
.sidebar-nav {
  padding: 15px 12px;
}
.sidebar-nav li a {
  display: block;
  padding-left: 20px;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  background: url(../images/dot-gray.png) repeat-y 2px;
}
.sidebar-nav li a:hover,
.sidebar-nav li a.active {
  background: url(../images/dot-orange.png) no-repeat left;
  color: #ff6600;
}
.page-notice {
  color: #ff6600;
  background: url(../images/icon-notice.png) no-repeat 10px;
  min-height: 24px;
  _height: 24px;
  line-height: 24px;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0 10px 50px;
}
.form-block {
  margin: 25px 0;
}
.form-block .block-hd {
  font-size: 16px;
  font-weight: bold;
}
.form-block .block-content {
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
}
.table-setting {
  table-layout: fixed;
}
.table-setting th,
.table-setting td {
  padding: 8px 0 8px 5px;
  font-weight: normal;
}
.table-setting th {
  width: 12em;
  text-align: right;
  font-size: 14px;
}
.table-datalist {
  width: 100%;
}
.table-datalist th {
  text-align: center;
  background: #f2f2f2;
}
.table-datalist th,
.table-datalist td {
  font-weight: normal;
  padding: 9px;
  border: 1px solid #ddd;
}
.result-post-wrapper {
  text-align: center;
  padding: 100px 0 120px;
}
.result-fail-wrapper {
  padding: 40px;
}
.result-wrapper {
  padding: 100px 30px 100px 340px;
  min-height: 300px;
  _height: 300px;
  background: url(../images/icon-r-success.png) no-repeat 100px 110px #ffffff;
}
.result-wrapper.r-done {
  background: url(../images/icon-r-done.png) no-repeat 140px 100px #ffffff;
}
.result-wrapper.r-pay {
  background: url(../images/icon-r-pay.png) no-repeat 100px 110px #ffffff;
}
.toggle-trigger {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 18px;
  height: 19px;
  text-align: center;
  vertical-align: top;
  background-color: #FF751A;
  position: relative;
}
.toggle-trigger i {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 5px solid #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0 dotted;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -2px;
}
.toggle-trigger.active i {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0 dotted;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  margin-top: -2px;
  margin-left: -5px;
}
.preview-img {
  width: 50px;
  height: 50px;
}
