.processBar{
  width: 333px;
  height: 100%;
  display: grid;
  /* display: flex; */
  align-content: center;
  justify-content: center;
  align-items: center;
}
/* border-top: blue 4px solid; */
  .processBar .bar{

    position: relative;
    width: 210px;
    margin-left: 10px;  
  }
  .b-select{
    border-top: #038374 5px solid; 
    
    /* background: #e8e8e8; */
  }
  .b-select .poetry {
    color: #038374 !important;
  }
  .processBar .bar .c-step{
    position: absolute;
    width: 400px;
    height: 4px;  
    text-align: center;
    color: white;
    /* border-radius: 50%; */
    background: rgb(230, 224, 236);
    left: -10px;
    top: -55%;

  }
.bar .c-select{
    /* width: 400px;
    height: 4px; */
    color: #038374;
    background:#339999;
  }
  .c-span {
    /* margin: -7px -64px; */
    color: #038374;
  }
  .main-hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .poetry{
    color: black;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:31px;
    color:rgba(153,153,153,1);
      font-size: 24px; 
      background-color: #F5F5F5; 
      font-style: normal; 
      text-decoration: none;
  }
  button{
      width: 80px;
      line-height: 30px;	    
      font-size: 11px;
      /* color: rgb(116, 42, 149); */
      text-align: center;
      border-radius: 6px;
      border: 1px solid #e2e2e2;	    
      cursor: pointer;
      background-color: #fff;
      outline:none;
  }
  button:hover{
    /* border: 1px solid rgb(179, 161, 200); */
  }
  .messageInfo {
    height: 40px;
    padding: 0 20px;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 6px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    display: none;
    z-index: 9999;
}
.dotClick {
  cursor: not-allowed!important;
  /* background: #e0e0e0!important; */
}

body{
  background:#fafafa;
}
h3{
  line-height: 20px;
}
label{
  font-size:16px;
  font-family:Microsoft YaHei;
  font-weight:400;
  line-height:21px;
  color:rgba(51,51,51,1);
  opacity:1;
  text-align: right;
}
input, select{
  width:500px;
  height:48px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(179,179,179,1);
  opacity:1;
  border-radius:4px;
  margin-left: 5px;
  padding-left:10px;
  font-size: 16px;
  }
  .big{
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent transparent #038374 ;
  }
  .big-bottom{
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #fafafa transparent;
      margin: 0 auto -42px auto;;
  }
  i { margin-right: 5px;}
  .red{
      color: red;
  }
  ul li {list-style: none; min-height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #fafafa;}
ul li p {
  font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
line-height:19px;
color:rgba(102,102,102,1);
opacity:1
}
ul li p a{
  color:rgba(3,131,116,1);
}
ul li p a:first-child{
  margin:0 15px 0 20px;
}

::-webkit-input-placeholder{/*Webkit browsers*/
  font-size:16px;
  font-family:Microsoft YaHei;
  font-weight:400;
  line-height:21px;
  color:rgba(153,153,153,1);
}
:-moz-placeholder{/*Mozilla Firefox 4 to 8*/
  font-size:16px;
  font-family:Microsoft YaHei;
  font-weight:400;
  line-height:21px;
  color:rgba(153,153,153,1);
}
::moz-placeholder{/*Mozilla Firefox 19+*/
  font-size:16px;
  font-family:Microsoft YaHei;
  font-weight:400;
  line-height:21px;
  color:rgba(153,153,153,1);
}
:-ms-input-placeholder{/*Internet Explorer 10+*/
  font-size:16px;
  font-family:Microsoft YaHei;
  font-weight:400;
  line-height:21px;
  color:rgba(153,153,153,1);
}
textarea {
  width:500px;
  height:140px;
  /* background:rgba(252,252,252,1); */
  border:1px solid rgba(179,179,179,1);
  opacity:1;
  border-radius:4px;
  padding: 16px 14px;
  font-size: 16px;
}
button{
  width:420px;
  height:56px;
  background:rgba(3,131,116,1);
  opacity:1;
  border-radius:100px;
  font-size:18px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  line-height:24px;
  color:rgba(255,255,255,1);
  margin-bottom: 60px;

}
.content{
  text-align: center;
}
.uploadimg{
  width:70px;
  background-image: url('../Image/newimages/iconDownload.png');
}
.file {
  position: relative;
  display: inline-block;
  /* background: #D0EEFF; */
  /* border: 1px solid #99D3F5; */
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
  color: #1E88C7;
  text-decoration: none;
  text-indent: 0;
  width: 72px;
  height: 72px;
}
.file input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  height: 69px;
  width: 69px;
}
.file:hover {
  /* background: #AADFFD; */
  /* border-color: #78C3F3; */
  color: #004974;
  text-decoration: none;
}
.fileli a{margin-left: 10px;}
.fileli a:-webkit-any-link {color:#038374;}    
.fileli a:first-child {margin-left: 40px;} 
.filelist{display: flex;    align-items: center;}
.filelist img{width: 16px;height: 14px;}
.filelist a{margin-left: 10px;}
input ,textarea, select{ outline-color:#038374; }
.b-select .poetry_bold{font-weight: bold;}
/*  */
.main-alert-body{
  text-align: center;
  background: rgb(255,255,255);
}
.main-alert-body >h1{
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  line-height:62px;
  color:rgba(3,131,116,1);
  margin: 40px 0;
}
.main-alert-body-main{
  width:880px;
  height:416px;
  background:#fcfcfc;
  /* border:1px solid rgba(112,112,112,1); */
  margin: 0  auto;
  padding: 32px 30px;
  overflow:scroll;
  overflow-x: hidden;
  text-align: left;
}
.main-alert-body-main >h1{
  color: #333333;
  font-size: 16px;
  margin:21px 0 0  0;
  /* line-height: 20px; */
  font-family:Microsoft YaHei;
}
.main-alert-body-main >ul{
  /* margin: 0 0 -21px 0; */
  color: #707070;
  font-size: 16px;
  font-weight: Regular;

}
.main-alert-body-main >ul li {
  line-height:25px;
  min-height:25px;
}

.main-alert-body-main::-webkit-scrollbar {/*滚动条整体样式*/
      width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
      height: 1px;
  }
.main-alert-body-main::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
      border-radius: 25px;
      -webkit-box-shadow: inset 0 0 25px #cccccc;
      background: #cccccc;
  }
.main-alert-body-main::-webkit-scrollbar-track {/*滚动条里面轨道*/
      -webkit-box-shadow: inset 0 0 25px #fafafa;
      border-radius: 10px;
      background: #fafafa;
  }

#iknow{
  margin: 40px 0 60px 0;
}
/*  */
#main-body{display: none;}
.classify{
  background: #e0e0e0!important; 
  color: white!important;
  border:none!important;
}
#MainContent{
  margin:0px 0 50px;
  background: rgb(255,255,255);
}
#previous_step, #submitA{
  width: 220px;
  height: 56px;
  margin: 0 15px 60px;
}