* {
    padding: 0;
    margin: 0;
}

.continer {
    width: 100%;
    height: 150px;
    background: url(../images/banner.png); 
    background-size: 100% 100%;
}
.title-box {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 33px;
}
.agree-text {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    font-family: PingFang SC, PingFang SC-Semibold;
    color: #646566;
}

.continer h2 {
    line-height: 80px;
    font-size: 45px;
    color: #fff;
    text-align: left;
}

.continer h5 {
    color: #fff;
    text-align: left;
}

.continer_big {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 30px 0;
}

.center_box {
    width: 1200px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 2px #ababab;
    margin: 0 auto;
    padding: 30px 30px;
}

.info_tit {
    border-bottom: 1px solid #eee;
}

.info_tit span {
    display: inline-block;
    font-weight: bold;
    font-size: 19px;
    height: 45px;
    line-height: 45px;
    border-bottom: 3px solid #1677ff;
}

#test1 {
    background-color: #fafafa;
    border: 1px solid #eee;
    color: #ababab;
}

.people {
    font-weight: bold;
    font-size: 16px;
    margin: 20px 60px;
    border-bottom: 1px solid #eee;
}

font {
    color: #ff2222;
}

.bt-margin-left-0 {
    margin-left: 0;
}

.btns {
    margin-top: 50px;
    text-align: center;
}

#plane{
    display: none;
}
#train{
    display: none;
}
#car{
    display: none;
}
#otherM{
    display: none;
}

.symptom{
    display: none;
}

.symptom-detail{
    display: none;
}

.layui-form-label {
  width: 170px !important;
}
.layui-input-block {
  margin-left: 200px !important;
}