.form-control{
    height: 36px;
    line-height: 36px;
    -webkit-appearance:none;
    background-color:#fff;
    background-image:none;
    border-radius:4px;
    border:1px solid #dcdfe6;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#606266;
    display:inline-block;
    font-size:inherit;
    height:40px;
    line-height:40px;
    outline:none;
    padding:0 15px;
    -webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);
    transition:border-color .2s cubic-bezier(.645,.045,.355,1);
    width:100%
}

.zchead{
    color: #111;
    padding: 0 50px;
    background-image: linear-gradient(to bottom, #324029, #fff);
    background: linear-gradient(to bottom, #01589f 120px,#fff 100%);
    height: 50px;
    z-index: 9999999;
}
.zchead img{
    height: 60px;
}
.requiredColor{
    color: #ff0000;
}
.textColor{
    color: #324029;
    font-weight: 400;
}
.zcfoot{
  /*  background: url("https://www.shwusong.com/html/img/title-bg-3.png");*/
    height: 80px;
    background-size:100% 80px;
    background-repeat:no-repeat;
}

.zcbg{
    background-color: #eee;
}
.zcdivbg{
    background-color: #fff;
    margin: 15px 15px 15px 15px;
    border-radius: 10px;
}
.wel{
    text-align: center;
    min-height: 280px;
}

.smiletext{
    font-size: 150px;
    color: #56ba31;
    margin-top: 20px;
}
.smail{
    margin-bottom: 30px;
}
.textwel{
    font-size: 15px;
    color: #bb6e48;
}
.tjtext{
    font-size: 20px;
    color: #326a39;
}