* {
  margin: 0;
  padding: 0;
}
body,
html {
  font: 12px/1.5 'Microsoft YaHei';
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  background: none;
  border: none;
  outline: none;
  color: #666;
}
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}
a,
body,
div,
em,
font,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
img,
li,
menu,
object,
ol,
p,
pre,
span,
strong,
thead,
u,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  border: none;
  outline: none;
}
ol,
ul,
li {
  list-style: none;
}
/*table {
  border-collapse: collapse;
  word-wrap: break-word;
  table-layout: fixed;
}*/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
/* --ie清除--*/
select::-ms-expand {
  display: none;
}
/* --火狐、谷歌清除--*/
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
tr,
th,
td,
caption {
  font-weight: normal;
  text-align: left;
  border-spacing: 0;
  padding: 0;
  margin: 0;
}
input,
button {
  outline: none;
  padding: 0;
  margin: 0;
}
/*去除IE10的清空文本框按钮“X”*/
input::-ms-clear {
  display: none;
}
input:focus {
  outline: none;
  border: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
i,
em {
  font-style: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
  visibility: hidden;
  height: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.hide {
  display: none;
}
.elhidden {
  visibility: hidden;
  top: -9999px !important;
}
.behaviorBg {
  -ms-behavior: url("backgroundsize.min.htc");
  behavior: url("backgroundsize.min.htc");
}
.behavior {
  behavior: url("PIE.htc");
}
.behavior-relative {
  position: relative;
  z-index: 1;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.word-break {
  word-break: break-all;
}
.cler {
  clear: both;
}
.marginCenter {
  margin: 0 auto;
}
.princiPalpart {
  padding: 105px 150px;
  background-color: #f6f8f9;
  overflow: hidden;
}
.princiPalpart .contAiner {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.princiPalpart .contAiner .menuList {
  text-align: center;
  overflow: hidden;
  padding: 78px 0 31px;
}
.princiPalpart .contAiner .menuList .navigationbar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto;
}
.princiPalpart .contAiner .menuList .navigationbar li {
  float: left;
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.35px;
}
.princiPalpart .contAiner .menuList .navigationbar li.scheDule {
  color: #4ba83b;
}
.princiPalpart .contAiner .menuList .navigationbar .transverseLine {
  position: relative;
  top: 10px;
  width: 36px;
  height: 2px;
  background-color: #e3e8ea;
  margin: 0 17px;
}
.princiPalpart .contAiner .menuList:after {
  content: '';
  visibility: hidden;
  font-size: 0;
  height: 0;
  display: block;
  clear: both;
}
.transverseLine {
  width: 1400px;
  height: 1px;
  background-color: #f0f2f4;
  margin: 0 auto;
}
.containerMain {
  overflow: hidden;
  padding: 53px 187px;
}
.containerMain .containerList {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-collapse: collapse;
  word-wrap: break-word;
  table-layout: fixed;
}
.containerMain .containerList tr,
.containerMain .containerList th,
.containerMain .containerList td {
  width: 100%;
  height: 50px;
  position: relative;
  vertical-align: middle;
  font-size: 18px;
}
.containerMain .containerList tr .increaseName,
.containerMain .containerList th .increaseName,
.containerMain .containerList td .increaseName {
  width: 136px!important;
}
.containerMain .containerList tr .fieldName,
.containerMain .containerList th .fieldName,
.containerMain .containerList td .fieldName {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: left;
  margin-right: 46px;
}
.containerMain .containerList tr .fieldName .require,
.containerMain .containerList th .fieldName .require,
.containerMain .containerList td .fieldName .require {
  display: inline-block;
  color: #ff4848;
  margin-right: 5px;
}
.containerMain .containerList tr.commEnt,
.containerMain .containerList th.commEnt,
.containerMain .containerList td.commEnt {
  height: 54px;
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  vertical-align: top;
}
.containerMain .containerList tr .editBox,
.containerMain .containerList th .editBox,
.containerMain .containerList td .editBox {
  width: 528px;
  height: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #f1f1f3;
}
.containerMain .containerList tr .squAre,
.containerMain .containerList th .squAre,
.containerMain .containerList td .squAre {
  top: -5px !important;
}
.containerMain .containerList tr .comPile,
.containerMain .containerList th .comPile,
.containerMain .containerList td .comPile {
  position: relative;
}
    .containerMain .containerList tr .comPile .profilePhoto,
    .containerMain .containerList th .comPile .profilePhoto,
    .containerMain .containerList td .comPile .profilePhoto {
        width: 116px;
        height: 116px;
        border: 1px solid #f1f1f3;
        cursor: pointer;
        background: url("../Images/touxiang.png") center center no-repeat;
    }
.containerMain .containerList tr .comPile .speCial,
.containerMain .containerList th .comPile .speCial,
.containerMain .containerList td .comPile .speCial {
  width: 363px !important;
  height: 35px !important;
}
.containerMain .containerList tr .comPile .notreQuired,
.containerMain .containerList th .comPile .notreQuired,
.containerMain .containerList td .comPile .notreQuired {
  position: absolute;
  top: 8px;
  left: 545px;
  color: #576b95;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
.containerMain .containerList tr .comPile .verificaTion,
.containerMain .containerList th .comPile .verificaTion,
.containerMain .containerList td .comPile .verificaTion {
  position: absolute;
  top: 6px;
  left: 395px;
  color: #576b95;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
.containerMain .containerList tr .comPile .verificaTion input[type=button],
.containerMain .containerList th .comPile .verificaTion input[type=button],
.containerMain .containerList td .comPile .verificaTion input[type=button] {
  width: 135px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  outline: none;
  border: 1px solid #f1f1f3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #242424;
  font-size: 16px;
  font-weight: 400;
}
.containerMain .containerList tr .comPile .verificaTion input[type=button]:hover,
.containerMain .containerList th .comPile .verificaTion input[type=button]:hover,
.containerMain .containerList td .comPile .verificaTion input[type=button]:hover {
  border: 0;
  background-color: #4ba83b;
  color: #ffffff;
}
.containerMain .containerList tr .comPile input[type=text],
.containerMain .containerList th .comPile input[type=text],
.containerMain .containerList td .comPile input[type=text],
.containerMain .containerList tr .comPile input[type=password],
.containerMain .containerList th .comPile input[type=password],
.containerMain .containerList td .comPile input[type=password] {
  width: 510px;
  height: auto;
  line-height: 35px;
  padding: 0 10px;
  background: none;
  outline: none;
  border: 1px solid #f1f1f3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 12px;
}
.framEkip {
  top: -5px !important;
}
.sendBack:after {
  content: '';
  visibility: hidden;
  font-size: 0;
  height: 0;
  display: block;
  clear: both;
}
.sendBack {
  width: 100%;
  margin-top: 105px;
  text-align: center;
}
.sendBack .authenTication {
  display: inline-block;
}
.sendBack .authenTication li {
  float: left;
}
.sendBack .authenTication li .lastStep {
  margin-right: 16px;
  color: #242424 !important;
  background-color: #fff !important;
  border: 1px solid #f1f1f3;
}
.adjusTment {
  top: 17px!important;
}
.frameSkip {
  top: -4px !important;
}
.verticalAlign {
  vertical-align: top!important;
}
.chosenTtem {
  top: 48px!important;
  left: 130px!important;
}
.disableCode {
  color: #a5a6aa !important;
  border: 1px solid #dadbe0 !important;
  background-color: #e7e7eb !important;
}
.nextStep {
  text-align: center;
}
.nextStep input[type=button] {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
  padding: 11px 41px;
  outline: none;
  border: 1px solid #36af3b;
  background-color: #43b348;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.picTures {
  width: 700px;
  height: auto;
  margin-top: 50px;
}
.picTures .picturePresentation li {
  width: 50%;
  height: auto;
  float: left;
  overflow: hidden;
  margin-bottom: 56px;
  text-align: center;
}
.picTures .picturePresentation li p {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.picTures .picturePresentation li .retreatUploadPhoto .uploaDing {
  position: relative;
  border: 1px solid #f1f1f3;
  width: 224px;
  height: 149px;
  margin: 0 auto 8px;
  overflow: hidden;
}
.picTures .picturePresentation li .retreatUploadPhoto .uploaDing .uploadingSign {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 55px 55px;
  background: url(../images/shangchuan.png) center center no-repeat;
  cursor: pointer;
}
.uploAding {
  margin-top: 0!important;
  padding-bottom: 50px;
}


