html,body {
	padding: 0px;
	margin: 0px;
	font-family: MicrosoftYaHei;
}

/* 针对屏幕尺寸适应做设置 */
@media screen and (min-width:1200px){ 
    .w50-100{
        width: 50% !important;
    }
    .text-group .el-form-item__content .el-input{
      width: 38%!important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .w100-100{
            width: 100% !important;
        }
    .text-group .el-form-item__content .el-input{
      width: 38%!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .wrap-mt-0{
        margin-top: 0 !important;
    }
    .w100-100{
        width: 100% !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
    .wrap-mt-0{
        margin-top: 0 !important;
    }
    .w100-100{
        width: 100% !important;
    }
}
@media only screen and (max-width: 479px) {
    .wrap-mt-0{
        margin-top: 0 !important;
    }
    .w100-100{
        width: 100% !important;
    }
}
.container{
    padding: 0;
}
.form-main-box{
    margin-bottom: 30px;
}
.form-main-box .form-title-desc{
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 2px dotted #f5f5f5;
}  

.form-main-box .form-title-desc h2{
    color: #2083fb;
    margin-bottom: 20px;
}
.form-main-box .form-title-desc h5{
    color: #606266;
}
.form-main-box .form-title-desc h2,
.form-main-box .form-title-desc h5{
    text-align: center;
}
.form-main-box .form-box{
    margin: 0 auto;
    min-height: 860px;
}

 /* 评估表单 */
 .estimate-form{
     border: 2px solid #56a6f8;
 }
 .estimate-form .form-title{
      height: 100px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background-image: url("../images/banner2_05.png");
      background-size: 102% 100%;
    }
    .estimate-form .form-title h1,
    .estimate-form .form-title h3{
        margin: 0;
        color: #fff;
    }
    .estimate-form .form-title h1{
        margin-bottom: 10px;
        font-size: 24px;
    }
    .estimate-form .form-title h3{
        font-size: 16px;
    }
    .el-step__main{
        margin-top: 8px;
    }
    .el-radio-button__inner{
        padding: 8px 12px !important;
    }
    .el-form-item{
        margin-bottom: 12px;
    }