body {
    background: #f2faff;
}
.rmjyzj-container {}
.header {
    position: relative;
    height: 600px;
    background: url(../images/header_bg.png);
    background-position: center center;
    background-size: 100% 100%;
}
.header .zf-logo {
    height: 87.6px;
    position: absolute;
    top: 43px;
    left: 271px;
}
.header .zj-text {
    width: 959px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* é¡»çŸ¥ */
.content-container {
    width: 1200px;
    position: relative;
    top: -83px;
    left: 50%;
    padding-top: 60px;
    padding-left: 61px;
    padding-right: 30px;
    padding-bottom: 76px;
    transform: translateX(-50%);
    background: url('../images/content_bg2.png') no-repeat;
    background-size: 100%;
    /* background-position: 0px -6px; */
    box-sizing: border-box;
}
.content-container .content {
    margin-top: 36px;
}
.content-container .content .title {
    display: flex;
    padding-right: 30px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 40px;
    color: rgba(0, 0, 0, 1);
}
.content-container .content .title img {
    width: 222px;
}

/* è¡¨å• */
.msg {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
}
.search-code {text-align:center;margin:20px 0}
.search-code span {
  color: #d80909;margin-left: 10px;
}

.close {
  border: 1px solid #dddddd;
  padding: 0;
  width: 200px;
  height: 45px;
  background: #aeaeae;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 5px;
  letter-spacing: 0.3em;
  font-size: 20px;
  margin: 0 auto 40px;
}
.content-container .content .form {
    font-size: 18px;
    margin-left: 62px;
    margin-top: 30px;
}
.content-container .content .form > div {
    margin: 10px 0;
}
.content-container .content .form > div >div {
    display: inline-block;
    width: 111px;
    text-align: right;
}
.content-container .content .form > div span:first-child {
    color: red;
}
.content-container .content .form > div span:nth-child(2) {
    display: inline-block;
    text-align: right;
}
.content-container .content .form input,
.content-container .content .form select{
    height: 51px;
    border: none;
    background: rgba(242, 242, 242, 1);
    /* color: rgba(166, 166, 166, 1); */
}
.content-container .content .form #bt,#xm,#lxfs,#jybt,#yzm {
    width: 330px;
    padding-left: 20px;
}
.content-container .content .form .wyxx-place .line {
    color: #808080;
}
.content-container .content .form .wyxx-place #qv,#jd,#sq,#jynr,#jylx {
    width: 248px;
    height: 51px;
    background: rgba(242, 242, 242, 1);
    line-height: 26.06px;
    /* color: rgba(166, 166, 166, 1); */
    border: none;
    padding-left: 20px;
}
.content-container .content .form .jynr>div {
    position: relative;
    top: -152px;
}
.content-container .content .form .jynr #jynr {
    position: relative;
    width: 698px;
    height: 170px;
}
.content-container .btns {
    margin-top: 102px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.content-container .btns div {
    position: relative;
    width: 203px;
    line-height: 66px;
    border-radius: 100px;
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    margin: 0 19px;
    cursor: pointer;
    
}
.content-container .btns div:first-child {
    background: linear-gradient(90deg, rgba(58, 130, 248, 1) 0%, rgba(90, 160, 253, 1) 100%);
}
.content-container .btns div:first-child img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 45px;
}
/* å“åº”å¼ */
@media screen and (max-width: 750px) {
    .header {
        height: 300px;
    }
    .header .zf-logo {
        height: 40px;
        top: 20px;
        left: 30px;
    }
    .header .zj-text {
        width: 500px;
    }
    .content-container {
        top: -20px;
        width: 109%;
        background-size: 100% 100%;
    }
    .content-container .content .form {
        font-size: 12px;
        margin-left: 0px;
    }
    .content-container .content .title img {
        width: 100px;
        object-fit: contain;
    }
    .title-text {
        font-size: 12px;
        line-height: 14px;
    }
    .content-container .content .form #bt, #xm, #lxfs, #jybt, #yzm  {
        width: 150px;
    }
    .content-container .content .form .wyxx-place #qv, #jd, #sq, #jynr, #jylx {
        width: 150px;
    }
    #jd,#sq {
        margin-left: 116px;
        margin-top: 15px;
    }
    .content-container .content .form .jynr #jynr {
        width: 150px;
    }
    
}