@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?rretjt');
  src: url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'), url('../fonts/icomoon.woff?rretjt') format('woff'), url('../fonts/icomoon.ttf?rretjt') format('truetype'), url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}
/* Reset */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  font-weight: 500;
  font-size: 1.05em;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
a {
  color: #2fa0ec;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  color: #74777b;
}
img {
  width: 100%;
}
.red {
  color: #E75151 !important;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0); 
    box-shadow: inset 0 3px 5px rgba(0,0,0,0); 
}
/* sjheader */
.sjheader {
  padding: 130px 0px 180px 0px;
  letter-spacing: 1px;
  text-align: center;
  background: #F8F8F8;
}
.sjheader h1 {
  color: #5F554A;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 0;
  font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}
.sjheader .step-box {
  margin-top: 140px;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sjheader .step-box .step {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sjheader .step-box .step:before, .sjheader .step-box .step:first-child:after, .sjheader .step-box .step.current:after {
  border-color: #A59078;
  position: absolute;
  height: 1px;
  display: block;
  z-index: 0;
  top: 68px;
  content: '';
  opacity: .2;
  width: 100%;
}
.sjheader .step-box .step:before {
  border-top: 2px dotted;
}
.sjheader .step-box .step:first-child:after, .sjheader .step-box .step.current:after {
  /*    border-top: 2px solid;*/
}
.sjheader .step-box .step:first-child:before, .sjheader .step-box .step:first-child:after {
  width: 50% !important;
  left: unset;
  right: unset;
  -webkit-transform: translateX(49%);
  -ms-transform: translateX(49%);
  transform: translateX(49%);
}
.sjheader .step-box .step:last-child:before {
  width: 50% !important;
  left: 2px;
}
.sjheader .step-box .step:after {
  width: 0%;
  left: 0;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.sjheader .step-box .step.completed:after, .sjheader .step-box .step.current:after {
  border-color: #A59078;
  opacity: 1;
}
.sjheader .step-box .step.completed:after {
  width: 100%;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.sjheader .step-box .step.current:after {
  width: calc(50% - 10px);
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.sjheader .step-box .step-icon {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  z-index: 2;
}
.sjheader .step-box .step .step-txt {
  display: block;
  margin: 10px 0;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.sjheader .step-box h3 {
  font-size: 30px;
  color: #62584e;
  font-weight: 600;
}
.sjheader .step-box p {
  font-size: 16px;
  color: #5F554A;
  margin-top: 20px;
}
/*wrap*/
.wrap {
  padding: 30px 0px 0px 0px;
}
.wrap .panel-group .panel-heading .panel-title {
  font-size: 15px;
}
.wrap .panel-group .panel-heading .panel-title a {
  text-decoration: none;
  font-size: 15px;
  color: #222;
}
.wrap .panel-default {
  border: none;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, .1);
  margin-bottom: 30px;
  padding: 0;
  background: #fff;
}
.wrap .panel-default > .panel-heading {
  color: #2D2D2D;
  background-color: #fff;
  border: none;
}
.wrap .panel-group .panel-heading .panel-title a {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px 30px 40px;
}
.wrap .panel-group .panel-heading .panel-title a:hover {
  color: #2D2D2D;
}
.wrap .panel-group .panel-heading .panel-title a .tips {
  font-size: 16px;
  color: #868686;
  margin-top: 3px;
}
.wrap .panel-group .panel-heading .panel-title .title-left {
  width: 100%;
  font-weight: 600;
  font-size: 30px;
}
.wrap .panel-group .panel-heading .panel-title .title-right {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap .panel-group .panel-heading .panel-title a .arrow {
  width: 20px;
  height: 20px;
  display: flex;
  transform: rotate(180deg);
  -webkit-transition: all .3s .2s linear;
  -moz-transition: all .3s .2s linear;
  -ms-transition: all .3s .2s linear;
  -o-transition: all .3s .2s linear;
  transition: all .3s .2s linear;
  -webkit-transform: rotate(180deg);
}
.wrap .panel-group .panel-heading .panel-title a.collapsed .arrow {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -webkit-transition: all .3s .2s linear;
  -moz-transition: all .3s .2s linear;
  -ms-transition: all .3s .2s linear;
  -o-transition: all .3s .2s linear;
  transition: all .3s .2s linear;
}
.wrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding: 60px;
}
.panel-collapse {
  border-top: 2px solid #F2F2F2;
}
.panel-collapse label {
  font-size: 16px;
  color: #3a3a08;
  font-weight: normal;
  position: relative;
  margin-bottom: 15px;
}
.panel-collapse label span {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 55px;
}
.form-control {
  border: 1px solid #797979;
  height: 36px;
  border-radius: 0;
}
.form-group, .form-group-no {
  margin-bottom: 50px;
}
.radio label {
  margin-bottom: 0px;
  font-size: 14px
}
.radio {
  margin-top: 0px;
}
.picExplain {
  font-size: 12px;
  color: #333300;
}
.picState {
  font-size: 14px;
}
#inputfile {
  font-size: 14px;
  margin-top: 30px;
  outline: none;
}
.has-error, .has-success {
  position: relative;
}
.list-unstyled li {
  font-size: 12px;
}
.input-group-addon.time {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-align: center;
    background-color: #fff;
    border:none;
    border-radius: 4px;
	position: absolute;
	right:4px;
	top:4px;
	width: 40px;
}
.input-group-addon img{
	width: 24px;
}
.form-control-feedback {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-left: 0px;
  color: #C74242;
}
.panel .list-unstyled li {
  color: #C74242;
}
.has-error .form-control {
  border-color: #C74242 !important;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #C74242 !important;
}
.has-error .form-control-feedback {
  color: #C74242 !important;
}
.displayed.has-error .control-label{
	color: #3a3a08 !important;
}
.displayed.has-error .form-control {
    border-color: #797979 !important;
}
.displayed.has-error .form-control-feedback {
    display: none;
}
.displayed.has-error .help-block{
    display: none;	
}
.btn-box, .btn-box:hover {
  background: none;
  color: #333;
  font-size: 16px;
  border: none;
  box-shadow: none;
  padding: 0px;
}
.btn-box:hover, .btn-box:focus, .btn-box:active, .btn-box.active, .open > .dropdown-toggle.btn-box {
  background: none !important;
  color: #333 !important;
  font-size: 16px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none;
  padding: 0px;
}
.item {
  width: 30%;
  display: inline-block;
}
.item .item-name {
  font-size: 16px;
  color: #333300;
  display: block;
  margin-bottom: 10px;
}
.picselect .btn-primary {
  color: #333;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  display: inline-block;
}
.picselect .btn-primary.active {
  background: #F8F8F8;
  border: 1px solid #979797;
}
.btn-pic {
  float: left;
  width: 120px;
  height: 120px;
}
.btn-txt {
  float: left;
  line-height: 120px;
}
.textarea-box {
  position: relative;
}
.nun-txt {
  font-size: 12px;
  color: #BCBCBC;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.info-box {
  background: #F8F8F8;
  width: 100%;
  height: auto;
  position: relative;
  padding: 60px 0px 80px 0px;
}
.info-box .info-content {
  display: flex;
}
.info-box h2 {
  font-size: 36px;
  color: #5F554A;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
.info-box .info-item {
  width: 50%;
  display: inline-block;
  padding: 20px;
}
.info-box .info-item h3 {
  font-size: 16px;
  color: #5F554A;
  text-align: center;
  margin-bottom: 30px;
}
.info-box .info-item h3 a{
	color: #5F554A;
	text-decoration: none;
}
.info-box .info-item .info-pic {
  width: 100%;
  height: auto;
}
fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.add-bottom {}
.add-bottom .create {
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  color: #222;
}
.add-bottom .create span {
  color: #C74242;
  border: 1px solid #C74242;
  display: inline-block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.btn.btn-primary.submit{
	 padding:8px 25px;
	font-size: 16px;
	color: rgba(255,255,255,.5);
   background: #87C8F0;
    border: none;
	outline: none;
}

 @media (max-width:640px) {
/* sjheader */
.sjheader {
  padding: 120px 15px 60px  15px;
  letter-spacing: 1px;
  text-align: center;
  background: #F8F8F8;
}
.sjheader h1 {
  color: #5F554A;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
  font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}
.sjheader .step-box {
  margin-top: 40px;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sjheader .step-box .step {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sjheader .step-box .step:before, .sjheader .step-box .step:first-child:after, .sjheader .step-box .step.current:after {
  border-color: #A59078;
  position: absolute;
  height: 1px;
  display: block;
  z-index: 0;
  top: 68px;
  content: '';
  opacity: .2;
  width: 100%;
}
.sjheader .step-box .step:before {
  border-top: 2px dotted;
}
.sjheader .step-box .step:first-child:after, .sjheader .step-box .step.current:after {
  /*    border-top: 2px solid;*/
}
.sjheader .step-box .step:first-child:before, .sjheader .step-box .step:first-child:after {
  width: 50% !important;
  left: unset;
  right: unset;
  -webkit-transform: translateX(49%);
  -ms-transform: translateX(49%);
  transform: translateX(49%);
}
.sjheader .step-box .step:last-child:before {
  width: 50% !important;
  left: 2px;
}
.sjheader .step-box .step:after {
  width: 0%;
  left: 0;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.sjheader .step-box .step.completed:after, .sjheader .step-box .step.current:after {
  border-color: #A59078;
  opacity: 1;
}
.sjheader .step-box .step.completed:after {
  width: 100%;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.sjheader .step-box .step.current:after {
  width: calc(50% - 10px);
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.sjheader .step-box .step-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  z-index: 2;
}
.sjheader .step-box .step .step-txt {
  display: block;
  margin: 10px 0;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.sjheader .step-box h3 {
  font-size: 12px;
  color: #62584e;
  font-weight: 600;
}
.sjheader .step-box p {
  font-size: 12px;
  color: #5F554A;
  margin-top: 20px;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: rgba(0,0,0,0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 0.5rem 0;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear,background 0.15s linear;
    -moz-transition: border-color 0.15s linear,background 0.15s linear;
    -ms-transition: border-color 0.15s linear,background 0.15s linear;
    -o-transition: border-color 0.15s linear,background 0.15s linear;
    transition: border-color 0.15s linear,background 0.15s linear;
}
[data-toggle=buttons]>.btn>input[type=radio], [data-toggle=buttons]>.btn>input[type=checkbox] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.red {
  color: #E75151 !important;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0); 
    box-shadow: inset 0 3px 5px rgba(0,0,0,0); 
}







.fa-chevron-left {
      background: url(../icon/arrow-left.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
}
.fa-chevron-right {
      background: url(../icon/arrow-right.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
}


/* top-step */
.top-step{
  padding: 80px 15px 60px  15px;
  letter-spacing: 1px;
  text-align: center;
  background: #F8F8F8;
}
.top-step h1 {
  color: #5F554A;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
}
.top-step .step-box {
  margin-top: 60px;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-step .step-box .step {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-step .step-box .step:before, .top-step .step-box .step:first-child:after, .top-step .step-box .step.current:after {
  border-color: #A59078;
  position: absolute;
  height: 1px;
  display: block;
  z-index: 0;
  top: 26px;
  content: '';
  opacity: .2;
  width: 100%;
}
.top-step .step-box .step:before {
  border-top: 2px dotted;
}
.top-step .step-box .step:first-child:after, .top-step .step-box .step.current:after {
  /*    border-top: 2px solid;*/
}
.top-step .step-box .step:first-child:before, .top-step .step-box .step:first-child:after {
  width: 50% !important;
  left: unset;
  right: unset;
  -webkit-transform: translateX(49%);
  -ms-transform: translateX(49%);
  transform: translateX(49%);
}
.top-step .step-box .step:last-child:before {
  width: 50% !important;
  left: 2px;
}
.top-step .step-box .step:after {
  width: 0%;
  left: 0;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.top-step .step-box .step.completed:after, .top-step .step-box .step.current:after {
  border-color: #A59078;
  opacity: 1;
}
.top-step .step-box .step.completed:after {
  width: 100%;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.top-step .step-box .step.current:after {
  width: calc(50% - 10px);
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
.top-step .step-box .step-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  z-index: 2;
}
.top-step .step-box .step .step-txt {
  display: block;
  margin: 10px 0;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.top-step .step-box h3 {
  font-size: 14px;
  color: #62584e;
  font-weight: 600;
}
.top-step .step-box p {
  font-size: 12px;
  color: #5F554A;
  margin-top: 10px;
}


/*wrap*/
.wrap {
  padding: 50px 15px 0px 15px;
}
.wrap .panel-group{
  
}
.wrap .panel-default {
  border: none;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, .1);
  margin-bottom: 30px;
  padding: 0;
  background: #fff;
  color: #333;  
  
}
.wrap .panel-default > .panel-heading {
  color: #2D2D2D;
  background-color: #fff;
  border: none;
      padding: 10px 15px; 
}

.wrap .panel-group .panel-heading .panel-title {
  font-size: 15px;
  line-height: 1;
    margin-bottom: 0.625rem;
  color: #333;
}
.wrap .panel-group .panel-heading .panel-title a {
  text-decoration: none;
  font-size: 15px;
  color: #222;
}

.wrap .panel-group .panel-heading .panel-title a {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px 5px 5px;
}
.sjheader h1 {
    color: #5F554A;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}
.wrap .panel-group .panel-heading .panel-title a:hover {
  color: #2D2D2D;
}
.wrap .panel-group .panel-heading .panel-title a .tips {
  font-size: 14px;
  color: #868686;
  margin-top: 3px;
  font-weight: normal;
}
.wrap .panel-group .panel-heading .panel-title .title-left {
  width: 100%;
  font-weight: 600;
  font-size: 1.2rem;
}
.wrap .panel-group .panel-heading .panel-title .title-right {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26%;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap .panel-group .panel-heading .panel-title a .arrow {
  width: 20px;
  height: 20px;
  display: flex;
  transform: rotate(180deg);
  -webkit-transition: all .3s .2s linear;
  -moz-transition: all .3s .2s linear;
  -ms-transition: all .3s .2s linear;
  -o-transition: all .3s .2s linear;
  transition: all .3s .2s linear;
  -webkit-transform: rotate(180deg);
}
.wrap .panel-group .panel-heading .panel-title a.collapsed .arrow {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -webkit-transition: all .3s .2s linear;
  -moz-transition: all .3s .2s linear;
  -ms-transition: all .3s .2s linear;
  -o-transition: all .3s .2s linear;
  transition: all .3s .2s linear;
}
.panel-collapse {
  border-top: 2px solid #F2F2F2;
}

.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}
.wrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding: 30px;
}
.sjheader .step-box .step-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  z-index: 2;
}
/*列*/
.form-group, .form-group-no {
  margin-bottom: 40px;
  clear: both;
}
.panel-collapse label {
  font-size: 1rem;
  color: #3a3a08;
  font-weight: normal;
  position: relative;
  margin-bottom: 15px;
 display: inline-block;
  display: block;
}
.panel-collapse label span {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 55px;
}
.form-control {
  border: 1px solid #797979;
  height: 36px;
  border-radius: 0;
}

.form-control-feedback {
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-error, .has-success {
  position: relative;
}
.has-error .form-control-feedback {
     color: #C74242 !important;
   background:url("../icon/错误提示.png") no-repeat;
}
.has-error .form-control {
  border-color: #C74242 !important;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #C74242 !important;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.glyphicon-ok { 
   background:url("../icon/内容成功.png") no-repeat;  
}
.displayed.has-error .control-label{
  color: #3a3a08 !important;
}
.displayed.has-error .form-control {
    border-color: #797979 !important;
}
.displayed.has-error .form-control-feedback {
    display: none;
}
.displayed.has-error .help-block{
    display: none;  
}



/*单选区域*/
.radio{
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label{
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
  padding-left: 20px;
  font-size: 14px
}


/*其他*/
.picExplain {
  font-size: 12px;
  color: #333300;
}
.picState {
  font-size: 14px;
  margin: 20px 15px;  
}
.picState li{
  padding:3px 0px;
  list-style: disc; 
}
#inputfile {
  font-size: 14px;
  outline: none;
}
.input-group-addon.time {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-align: center;
    background-color: #fff;
    border:none;
    border-radius: 4px;
  position: absolute;
    right: 10px;
    top: 2px;
    width: 10px;
}


/*空间*/
.space-box{
  
}
.space-box fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.space-box .item {
  width: 30%;
  display: inline-block;
}
.space-box .item .item-name {
  font-size: 16px;
  color: #333300;
  display: block;
  margin-bottom: 10px;
}
.list-unstyled li {
  font-size: 12px;
}

.input-group-addon img{
  width: 20px;
}
.btn-box, .btn-box:hover {
  background: none;
  color: #333;
  font-size: 1rem;
  border: none;
  box-shadow: none;
  padding: 0px;
}
.btn-box:hover, .btn-box:focus, .btn-box:active, .btn-box.active, .open > .dropdown-toggle.btn-box {
  background: none !important;
  color: #333 !important;
  font-size: 16px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none;
  padding: 0px;
}
.btn-box.btn-primary{
margin: 0! important;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
margin: 0! important;
}
.sjheader .step-box .step:before, .sjheader .step-box .step:first-child:after, .sjheader .step-box .step.current:after {
  border-color: #A59078;
  position: absolute;
  height: 1px;
  display: block;
  z-index: 0;
  top: 38px;
  content: '';
  opacity: .2;
  width: 100%;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
  width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  display: table-cell;
}
.input-group-addon:last-child {
    border-left: 0;
  border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.picselect .btn-primary {
  color: #333;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  display: inline-block;
  width: 47.3%;
}
.picselect btn.btn-primary:last-child{
  float:none;
}
.picselect .btn-primary.active {
  background: #F8F8F8;
  border: 1px solid #979797;
}
.btn-pic {
  float: left;
  width: 58px;
  height:58px;
  padding: 10px;
}
.btn-txt {
  float: left;
  line-height: 78px;
  font-size: 12px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}


.add-bottom {
  margin-bottom: 30px;
}
.add-bottom .create {
  font-size: 0.9rem;
  display: inline-block;
  text-decoration: none;
  color: #222;
}
.add-bottom .create span {
  color: #C74242;
  border: 1px solid #C74242;
  display: inline-block;
  width: 130px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.btn.btn-primary.submit{
   padding:8px 25px;
  font-size: 16px;
  color: rgba(255,255,255,.5);
   background: #87C8F0;
    border: none;
  outline: none;
  margin-left: 15px;
}


textarea.form-control {
    height: auto;
  min-height: 50px;
  padding: 10px;
  font-size: 14px;
  text-align: left;
}
.textarea-box {
  position: relative;
}
.nun-txt {
  font-size: 12px;
  color: #BCBCBC;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left;
}
.sjheader .step-box h3 {
  font-size: 12px;
  color: #62584e;
  font-weight: 600;
}
.sjheader .step-box p {
  font-size: 12px;
  color: #5F554A;
  margin-top: 20px;
}

/*信息*/
.info-box {
  background: #F8F8F8;
  width: 99%;
  height: auto;
  position: relative;
  padding: 60px 5% 60px 5%;
}
.info-box .info-content {
  display: flex;
}
.info-box h2 {
  font-size: 20px;
  color: #5F554A;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.info-box .info-item {
  width: 50%;
  display: inline-block;
  padding: 10px;
}
.info-box .info-item h3 {
  font-size: 15px;
  color: #5F554A;
  text-align: center;
  margin-bottom: 20px;
}
.info-box .info-item h3 a{
  color: #5F554A;
  text-decoration: none;
}
.info-box .info-item .info-pic {
  width: 100%;
  height: auto;
}




}