@charset "UTF-8";
/* mixin */
/* caret 三角箭头 */
/* mixin end */
body{
  min-width: 1200px;
  background-color: #fff;
}
.bg {
  background-color: #f2f2f2;
}

.pd-t-1-b-5 {
  padding-top: 10px;
  padding-bottom: 50px;
}

.guide {
  width: 350px;
  margin: 15px auto;
  padding: 15px;
  background-color: #fff;
}
.guide .top h4 {
  font-size: 18px;
  color: #ff7e00;
  padding-left: 15px;
}
.guide .top h4 em {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  margin-left: 15px;
}
.guide .top .line {
  width: 325px;
  height: 1px;
  background-color: #dcdcdc;
  margin: 10px auto;
}
.guide .middle p {
  line-height: 28px;
}
.guide .middle p:hover span.btn {
  color: #ff7e00;
}
.guide .middle p a,
.guide .middle p span {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.guide .middle p span.btn {
  float: right;
  margin-right: 20px;
}

.tip-box {
  margin: 15px 0;
  padding: 15px;
}
.tip-box p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.tip-box p strong {
  color: #333;
}
.tip-box p .chat-link {
  margin-left: 15px;
  font-size: 18px;
  color: #ff7e00;
  font-weight: 700;
}

.login-record {
  width: 150px;
  padding: 0 36px;
  line-height: 36px;
  background-color: #ff7e00;
  text-align: center;
  margin: 20px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.login-record:hover {
  background-color: #ff8f21;
}
.login-record a {
  color: #fff;
}

.flow-box {
  zoom: 1;
  margin: 50px auto;
}
.flow-box:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.flow-box .flow-item,
.flow-box .flow-process {
  float: left;
}
.flow-box .flow-item i,
.flow-box .flow-item span,
.flow-box .flow-process i,
.flow-box .flow-process span {
  color: #6b798e;
}
.flow-box .flow-item i.p-text,
.flow-box .flow-item span.p-text,
.flow-box .flow-process i.p-text,
.flow-box .flow-process span.p-text {
  color: #333;
}
.flow-box .flow-item span,
.flow-box .flow-process span {
  font-size: 14px;
}
.flow-box .flow-item {
  width: 110px;
  text-align: center;
}
.flow-box .flow-item.active i.fa, .flow-box .flow-item:hover i.fa {
  color: #0343e4;
}
.flow-box .flow-item.active .intr span, .flow-box .flow-item:hover .intr span {
  color: #0343e4;
}
.flow-box .flow-item.active .intr span.cycle, .flow-box .flow-item:hover .intr span.cycle {
  background-color: #0343e4;
  color: #fff;
}
.flow-box .flow-item i.fa {
  font-size: 70px;
}
.flow-box .flow-item .intr {
  margin: 20px auto 15px;
  text-align: center;
}
.flow-box .flow-item .intr span.cycle {
  background-color: #6b798e;
  padding: 0px 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}
.flow-box .flow-process {
  width: 160px;
  position: relative;
}
.flow-box .flow-process .line {
  height: 1px;
  width: 100%;
  background-color: #6b798e;
  display: block;
  margin-top: 35px;
}
.flow-box .flow-process .p-text {
  background-color: #fff;
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  z-index: 10;
  margin-top: -9px;
  text-align: center;
}

.doc-box {
  height: 330px;
  width: 570px;
  margin: 15px auto;
  padding-top: 6px;
  padding-right: 6px;
}
.doc-box .cate {
  height: 210px;
  padding: 60px 0;
  float: left;
  width: 100px;
  background-color: #fce2cb;
  padding-left: 40px;
}
.doc-box .cate h3 {
  font-size: 16px;
  color: #333;
}
.doc-box .cate .line {
  width: 32px;
  height: 3px;
  margin-top: 10px;
  background-color: #ff7e00;
}
.doc-box .cont {
  margin-left: 140px;
  -webkit-box-shadow: 3px 3px 10px #dcdcdc, -3px -3px 10px #dcdcdc;
  -moz-box-shadow: 3px 3px 10px #dcdcdc, -3px -3px 10px #dcdcdc;
  box-shadow: 3px 3px 10px #dcdcdc, -3px -3px 10px #dcdcdc;
  padding: 20px 30px 20px 50px;
  height: 290px;
  background-color: #fff;
}
.doc-box .cont ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: disc;
  padding-left: 0;
  margin-left: 0;
  line-height: 36px;
  border-bottom: 1px solid #dcdcdc;
  color: #666;
}
.doc-box .cont ul li:hover a,
.doc-box .cont ul li:hover span,
.doc-box .cont ul li:hover em {
  color: #ff7e00;
}
.doc-box .cont ul li a {
  line-height: 36px;
  display: block;
  height: 36px;
  zoom: 1;
}
.doc-box .cont ul li a:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.doc-box .cont ul li a span {
  color: #666;
  font-size: 14px;
  width: 266px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block\9;
}
.doc-box .cont ul li a em {
  font-style: normal;
  color: #aeaeae;
  float: right;
}
.doc-box .cont ul li a .created {
  font-size: 12px;
}
.doc-box .cont .more-info {
  color: #ff7e00;
  font-size: 14px;
  line-height: 70px;
}
