/**********common**************/
body {
  margin: 0;
  padding: 0;
  /*background-color: #f2f2f2;*/
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bg-gray {
  background-color: #f2f2f2;
}
.bg1 {
  background-color: #e4ecef;
}
.bg2 {
  background-color: #f49d15;
}
.color-danger {
  color: red;
}
.w80{
    width:80px;
}
.w1200 {
  width: 1160px;
}
.mauto {
  margin: 0 auto;
}
.mainpage {
  padding: 20px;
  background-color: #f2f2f2;
}
.text-center{text-align: center;}
.addOne{font-weight: bold;text-decoration: none;line-height: 40px;text-align: center;}
.addOne .circleBtn {
  display:inline-block;
  width:18px;
  height: 18px;
  border-radius:50%;
  background-color:#0061b2;
  color:#fff;
  text-align: center;
  line-height: 18px;
  font-weight: bold;

}





/* steps */
.stepscontanier .steps {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.stepscontanier .steps .item {
  float: left;
  width: 20%;
  text-align: center;
}
.stepscontanier .steps .item .num {
  color: #fff;
  /*background-color: #999;*/
  background-image:url('../Images/normal_bg.png');
  margin: 0 auto;
  padding: 3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 2;
  font-weight:bold;
  font-size:18px
}
.stepscontanier .steps .pass .num {
 
    background-image:url('../Images/pass_bg.png');
  position: relative;
  z-index: 2;
}
.stepscontanier .steps .item .tit {
  color: #999;
  /*font-weight: bold;*/
  font-size: 20px;
}
.stepscontanier .steps .pass .tit {
  color: #f49d15;
}
.stepscontanier .steps .item .line {
  position: relative;
  top: -53px;
  border-top: 2px solid #999;
  z-index: 1;
}
.stepscontanier .steps .pass .line {
  border-color: #f49d15;
}
.newform-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
.newform-table .blue-td {
  background-color:		WhiteSmoke;
  color: #666666;
  font-weight: bold;
  text-align: right;
 margin-right:10px;
 font-size:15px;


}
.newform-table tr td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 3px 15px;
}
.newform-table thead tr th {
    padding: 12px 15px;
     border-right: 1px solid #ddd;
     background-color: #E8F6FF;
}
.newform-btngroup {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.newform-btngroup .normal-btn {
  padding: 8px 28px;
  border-radius: 5px;
  background-color: goldenrod;
  color: #fff;
  text-decoration: none;
}
.newform-btngroup .default-btn {
    background-color: goldenrod;
    border:1px solid #666;
    color:white;
    font-weight:300;
}

.newform-btngroup .lemonbtn{
    background-color: darkgoldenrod;
}

.newform-btngroup .normal-btn:hover {
  background-color: darkgoldenrod;
  color: #fff;
}
.newform-btngroup .default-btn:hover {
    background-color: #ddd;
    color:#333;
}
.newform-btngroup .lemonbtn:hover {
    background-color: goldenrod;
}

.newform-table tr td input,
.newform-table tr td select {
  border: 1px solid #ddd;
  padding: 10px 12px;
}
.newform-table tr td input[type="button"] {
  border-radius: 5px;
  width: 120px;
  background-color: #1b67ae;
  color: #fff;
}

.UploadButton{
  border-radius: 5px;
  width: 120px;
  background-color: #1b67ae;
  color: #fff;

}
.newform-btngroup .check {
    margin-bottom: 40px;
    color:#999
}
/* step1 */
.maincontent .block {
  margin-top: 10px;
 
}
.maincontent{
	width: 60%;
	margin-left: 15%;
}
.maincontent .block .block-header .bigtit {
  margin: 0 auto;
  width: 160px;
  text-align: center;
  padding: 10px;
  position: relative;
  background-color: #f2f2f2;
  z-index: 2;
  font-size:18px;
  font-weight:bold;
	
}
.maincontent .block .block-form {
  margin-top: 10px;
  border-radius: 15px;
  border: 1px solid goldenrod;
  padding: 20px;
  box-shadow: 2px 2px 10px 0px goldenrod;
   background-color:#fff
}
.maincontent .block .block-header .niceline {
  border-top: 1px solid #ddd;
  position: relative;
  top: -22px;
  z-index: 1;
}
/* step2 */
/* step3 */
    .block-form .form-item {
        margin:20px 0px;
    }
    .block-form .form-item .small-tit{
        color:#0061b2;
        font-weight: bold;
        line-height: 32px;
    }
    .block-form .form-item .small-ps {
        color:#666;line-height: 22px;
        display: block;
    }
    .block-form .form-item table {
        margin-top: 10px;
    }
/* step4 */
/* step5*/
.stepscontanier .steps .item .active{
 background-image: url(../Images/this.png);
 background-repeat: no-repeat;
 background-position: 85px 8px;
 font-weight: bold;
}
.stepscontanier .steps .item .activeIFOther{
 background-image: url(../Images/this.png);
 background-repeat: no-repeat;
 background-position: 55px 8px;
 font-weight: bold;
}

.St{
     padding:0 1% !important;
    height:40px;
    color:#0061b2;
    font-weight:500

}

.wt{
    padding:0 1% !important;
    height:40px;
    font-size:15px
}
.success{
height: 100px;
width: 60%;
margin-top: 200px;
margin-left: 20%;
font-size: 36px;
text-align: center;
}
.return{
height: 50px;
width: 40%;
margin-top: 100px;
margin-left: 60%;
font-size: 16px;
text-align: center;
text-decoration: none;
}
