body {
    background: linear-gradient(to top, #fff, #2b99ed);
}
.main {
    background: url(../../ztzl/images/swwjyxc_back.png) top center no-repeat;
}
.container {
    padding: 0 20px;
}
.top {
    height: 673px;
    padding-top: 26px;
}

.top .logo {display: block;height: 75px;text-align: left;margin: 0;}

.top .logo img {
    width: auto;
    height: 100%;
}
.ghlogo {
    display: block;
    width: auto;
    margin: 0 auto;
    margin-top: 60px;
}
.top>span {
    display: block;
    width: 424px;
    height: 46px;
    line-height: 46px;
    font-size: 22px;
    padding: 0 36px;
    margin: 0 auto;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 199px;
}
.hdjl {
    border-radius: 20px;
    background: rgba(237, 245, 255, 0.9);
    box-shadow: 10px 5px 28px  rgba(188, 222, 247, 1);
    padding: 44px 50px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group > div {
    position: relative;
}
.form-group > div input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    padding-left: 27px;
    color: rgba(128, 128, 128, 1);
}
.form-group > div span {
    position: absolute;
    right: 14px;
    color: #d80909;
    top: 20px;
}
.form-group > div textarea {
    width: 100%;
    height: 600px;
    resize: none;
    font-size: 22px;
    color: rgba(128, 128, 128, 1);
    padding: 33px 27px;
}
.form-group > div textarea,
.form-group > div input {
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(196, 206, 255, 1);
}
.xfrxx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xfrxx .form-group {
    width: 48.5%;
}
.xfrxx .form-group.yzm {}

.xfrxx .form-group.yzm>div {
    display: flex;
    align-items: center;
}

.xfrxx .form-group.yzm>div input {
    flex-basis: 48%;
}

.xfrxx .form-group.yzm>div a {
    font-size: 16px;
    line-height: 28px;
}

.xfrxx .form-group.yzm>div span {
    left: 45%;
}
#dx_yzm {
    margin: 0 2%;
}
#dx_yzm img {
    width: 110px;
    height: 40px;
}
.xfrxx .form-group.ysbh {
    width: 100%;
}

.xfrxx .form-group.ysbh #ysbh {
    display: inline-block;
    font-size: 22px;
}

.xfrxx .form-group.ysbh input {
    width: 22px;
}

.xfrxx .form-group.ysbh label {
    font-size: 22px;
}
.xfrxx .form-group.tijiao {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}
.xfrxx .form-group.tijiao button {
    width: 260px;
    height: 60px;
    border: none;
    border-radius: 6px;
    background: rgba(255, 144, 26, 1);
    color: #fff;
    font-size: 26px;
}
.xfrxx .form-group.tijiao button + button {
    margin-left: 30px;
}
.ysbh div input:last-child {
    margin-left: 30px;
}
.tijiao {
    margin-left: 13%;
}
.tijiao button {
    border: 1px solid #dddddd;
    padding: 0;
    width: 220px;
    height: 50px;
    background: #106BBC;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    letter-spacing: .3em;
    font-size: 20px;
}
.tijiao .hd_wyxx_close {
    background: #aeaeae;
    letter-spacing: .1em;
    margin-left: 3%;
}
.tijiaos {
    margin: 10px auto 0;
    text-align: center;
}
.tijiaos .hd_wyxx_close {
    margin-left: 0;
}
.wz{
    font-size: 24px;
    text-align: center;
    padding: 5px 0;
}
.wz span{
    color: red;
}


@media (max-width:768px){
    .main {
    background-image: url(../../ztzl/images/swwjyxc_mobile.png);
}
    .top {
    height: 556px;
}
    .top .logo {
    width: 100%;
    height: auto;
    text-align: center;
}
    .top .logo img{
    width: 85% !important;
    height: auto;
    text-align: center;
}
    .ghlogo {
    margin-top: 40px;
    width: 90%;
}
    .top>span {
    font-size: 17px;
    width: auto;
    padding: 0 24px;
    text-align: center;
}
    .hdjl {
    padding: 20px;
}
    .form-group > div input {
    padding-left: 15px;
}
    .form-group > div textarea, .form-group > div input {
    font-size: 17px;
}
    .form-group > div textarea {
    height: 400px;
}
    .xfrxx .form-group{
    width: 100%;
}
    .xfrxx .form-group.yzm>div a {
    font-size: 14px;
}
    .xfrxx .form-group.yzm>div span {
    left: 34%;
}
}