.dkform * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.dkform input {
    border: none;
    outline: none;
}
/* pc端样式 */
.dkform {
    box-sizing: border-box;
    position: relative;
    background-color: #F9F9F9;
}
.dkform .content {
    width: 1200px;
    height: 982px;
    margin: 0 auto;
    display: flex;
    padding: 35px 25px 160px 30px;
    background: url("../images/dkbg.png") 100% no-repeat;
}
.dkform .content .left, .right {
    flex: 1;
    height: auto;
}
.dkform .content .left .logo {
    display: flex;
    align-items: center;
}
.dkform .content .left .logo .fg {
    width: 1px;
    height: 20px;
    background-color: #fff;
    margin: 0 10px;
}
.dkform .content .left .logo div {
    font-size: 19.99px;
    line-height: 20px;
    color: #FFFFFF;
}
.dkform .content .left .title {
    padding: 70px 0 26px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.dkform .content .left .cs {
    padding: 30px 0 215px;
    text-align: center;
    font-size: 16.66px;
    color: #FFF000;
}
.dkform .content .left .lc {
    position: relative;
}
.dkform .content .left .lc .niu {
    position: absolute;
    top: -70%;
    left: 50%;
    transform: translateX(-50%);
}
.dkform .content .left .leftcontent {
    position: relative;
    padding: 25px 0 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 261px;
    border-radius: 20px;
    background-color: #FAF8EB;
}
.dkform .content .left .leftcontent .wen {
    font-size: 33.32px;
    color: #C80307;
    font-weight: bold;
}
.dkform .content .left .leftcontent .desc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dkform .content .left .leftcontent .desc .line {
    width: 91.7px;
    height: 5px;
}
.dkform .content .left .leftcontent .desc .box {
    font-family: SourceHanSansCN-Light;
    padding: 0 25px;
    text-align: center;
    color: #C80307;
    font-size: 16.66px;
    font-weight: bold;
    letter-spacing: 3px;
}
.dkform .content .left .leftcontent .desc .box div:nth-child(even) {
    padding: 3px 0;
}
.dkform .content .right {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px 59px;
}
.dkform .content .right .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #C80307;
}
.dkform .content .right .logo img {
    margin-right: 17px;
}
.dkform .content .right .checkboxs {
    position: relative;
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dkform .content .right .checkboxs .tck {
    display: none;
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 2;
}
.dkform .content .right .checkboxs .tck .zhu {
    font-size: 22px;
    color: #353535;
}
.dkform .content .right .checkboxs .tck .zhu span {
    color: #C80307;
}
.dkform .content .right .checkboxs .tck .box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px 10px;
}
.dkform .content .right .checkboxs .tck .box div {
    width: 100%;
    color: #353535;
    font-size: 22.07px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dkform .content .right .form .checkbox {
    padding-top: 15px;
    display: flex;
    align-items: center;
}
.dkform .content .right .form .inp-items {
    position: relative;
    padding-top: 35px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #383838;
    border-bottom: 1px solid #ECECEC;
}
.dkform .content .right .form .inp-items .zw {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
    width: 130px;
    height: 50px;
}
.dkform .content .right .form .inp-items .getcode {
    color: #C80307;
    cursor: pointer;
    text-align: center;
}
.dkform .content .right .form label .imgbox {
    width: 36px;
}
.dkform .content .right .form label div:nth-child(even) {
    font-family: 思源黑体 CN;
    width: 124px;
}
.dkform .content .right .form label input {
    font-size: 20px;
    color: #676767;
    line-height: 24px;
}
.dkform .content .right .form .inp-items input {
    flex: 1;
}
.dkform .content .right .form label input[type="checkbox"] {
    position: relative;
    width: 26px;
    height: 26px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    background-color: #A6A6A6;
}
.dkform .content .right .form label input[type="checkbox"]:checked::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\2714";
    display: inline-block;
    text-align: center;
    width: 26px;
    color: #C80307;
    border: 1px solid #C80307;
    background-color: #ECECEC;
    box-sizing: border-box;
    border-radius: 4px;
}
.dkform .content .right .form label .ysxy {
    flex: 1;
    font-size: 22px;
    padding-left: 10px;
    color: #676767;
}
.dkform .content .right .form label .ysxy span {
    color: #C80307;
}
.dkform .content .right .form .submit {
    margin-top: 50px;
    width: 100%;
    line-height: 68px;
    font-size: 24px;
    color: #fff;
    background-color: #C80307;
    border-radius: 15px;
    cursor: pointer;
}
.dkform .fottxt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 52px;
}
.dkform .fottxt .txt {
    padding: 0 28px;
    text-align: center;
}
.dkform .fottxt .line {
    width: 130px;
    height: 1px;
    background-color: #fff;
}


/* 移动端样式 */
.yddkform * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.yddkform input {
    border: none;
    outline: none;
}
.yddkform {
    position: relative;
    height: 100vh;
    overflow: auto;
    background-color: #F9F9F9;
}
.yddkform .content {
    width: 100%;
    display: block;
    height: auto;
    padding: 17px 10px 93.57px 10px;
    background: url("../images/ydbg.png") 100% no-repeat;
}
.yddkform .content .left, .right {
    flex: 1;
    height: auto;
}
.yddkform .content .left .logo {
    padding-left: 12px;
    display: flex;
    align-items: center;
}
.yddkform .content .left .logo .fg {
    width: 1px;
    height: 20px;
    background-color: #fff;
    margin: 0 5.5px 0 7px;
}
.yddkform .content .left .logo div {
    font-size: 14.99px;
    line-height: 20px;
    color: #FFFFFF;
}
.yddkform .content .left .title {
    margin: 0 12px;
    padding: 42px 0 15.5px;
    font-family: FZZCHJW--GB1-0;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.yddkform .content .left .title div:nth-child(2) {
    padding-top: 7px;
}
.yddkform .content .left .cs {
    font-family: MicrosoftYaHei;
    padding: 18px 0 135.5px;
    text-align: center;
    font-size: 12px;
    color: #FFF000;
}
.yddkform .content .left .lc {
    position: relative;
}
.yddkform .content .left .lc .niu {
    width: 145px;
    position: absolute;
    top: -72%;
    left: 50%;
    transform: translateX(-50%);
}
.yddkform .content .left .leftcontent {
    position: relative;
    padding: 14.5px 0 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    background-color: #FAF8EB;
}
.yddkform .content .left .leftcontent > img {
    width: 185px;
    height: 45px;
    margin: 12px 0 8.5px;
}
.yddkform .content .left .leftcontent .wen {
    font-size: 22px;
    color: #C80307;
    font-weight: bold;
}
.yddkform .content .left .leftcontent .desc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.yddkform .content .left .leftcontent .desc .line {
    width: 55px;
    height: 5px;
}
.yddkform .content .left .leftcontent .desc .box {
    font-family: SourceHanSansCN-Light;
    padding: 0 25px;
    text-align: center;
    color: #C80307;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 3px;
}
.yddkform .content .left .leftcontent .desc .box div:nth-child(even) {
    padding: 5px 0;
}
.yddkform .content .right {
    font-family: SourceHanSansCN-Regular;
    margin-top: 13px;
    background-color: #fff;
    border-radius: 20px;
    padding: 14.5px 30px 29.5px;
}
.yddkform .content .right .logo {
    font-family: SourceHanSansCN-Regular;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #C80307;
}
.yddkform .content .right .logo img {
    width: 32px;
    margin-right: 7.5px;
}
.yddkform .content .right .checkboxs {
    font-family: SourceHanSansCN-Regular;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yddkform .content .right .tck {
    width: 100%;
    /* padding-top: 20px; */
    border-radius: 4px;
}
.yddkform .content .right .tck .zhu {
    font-size: 16px;
    color: #353535;
}
.yddkform .content .right .tck .zhu span {
    color: #C80307;
}
.yddkform .content .right .tck .box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.yddkform .content .right .tck .box div {
    width: 100%;
    color: #353535;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yddkform .content .right .form .checkbox {
    padding-top: 15px;
    display: flex;
    align-items: center;
}
.yddkform .content .right .form .inp-items {
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #383838;
    border-bottom: 1px solid #ECECEC;
}
.yddkform .content .right .form label .imgbox {
    width: 12px;
    flex-shrink: 0;
}
.yddkform .content .right .form label .imgbox img {
    width: 100%;
}
.yddkform .content .right .form label div:nth-child(even) {
    font-family: 思源黑体 CN;
    padding-left: 7.5px;
    font-size: 15px;
    font-weight: bold;
    width: 90px;
    line-height: 24px;
    flex-shrink: 0;
}
.yddkform .content .right .form label input {
    font-family: SourceHanSansCN-Normal;
    font-size: 15px;
    color: #676767;
    line-height: 24px;
}
.yddkform .content .right .form label input[type="checkbox"] {
    width: 14px;
    height: 14px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    background-color: #A6A6A6;
}
.yddkform .content .right .form label input[type="checkbox"]:checked::before {
    content: "\2714";
    text-align: center;
    width: 14px;
    height: 14px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C80307;
    border: 1px solid #C80307;
    background-color: #ECECEC;
    box-sizing: border-box;
    border-radius: 4px;
}
.yddkform .content .right .form label .ysxy {
    flex: 1;
    font-size: 22px;
    padding-left: 10px;
    color: #676767;
}
.yddkform .content .right .form label .ysxy a {
    color: #C80307;
}
.yddkform .content .right .form .submit {
    margin-top: 23.5px;
    width: 100%;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
    background-color: #C80307;
    border-radius: 7.5px;
    cursor: pointer;
}
.yddkform .fottxt {
    padding-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    color: #fff;
    position: static;
    left: 50%;
    bottom: 52px;
}
.yddkform .fottxt .txt {
    padding: 0 12px;
    text-align: center;
}
.yddkform .fottxt .line {
    width: 80px;
    height: 1px;
    background-color: #fff;
}
.yd {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    font-family: SourceHanSansCN-Regular;
    display: flex;
    align-items: center;
}
.yd .left {
    width: 35%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E2E2E2;
}
.yd .left .logo {
    width: 36px;
}
.yd .left > div {
    text-align: center;
    font-size: 13px;
}
.yd .left > div img {
    width: 16px;
}
.yd .left > div a {
    color: #C8080A;
}
.yd .left > div a div {
    padding-top: 5px;
}
.yd .right {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: #FB9B09;
}
.yd .right img {
    width: 26px;
}
.yd .right div a {
    color: #fff;
}
.yddkform .content .right .form .inp-items .zw {
    width: 80px;
    height: 30px;
    margin-left: 5px;
}
.yddkform .content .right .form .inp-items .getcode {
    color: #C80307;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    padding-left: 5px;
}

.zxsq * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.zxsq input {
    border: none;
    outline: none;
}
.zxsq {
    position: relative;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    background-color: #F9F9F9;
}
.zxsq .content {
    width: 100%;
    display: block;
    height: auto;
    padding: 20px 10px 33.57px;
    background: url("../images/ydbg.png") 100% no-repeat;
}
.zxsq .content .left, .right {
    flex: 1;
    height: auto;
}
.zxsq .content .left .logo {
    padding-left: 12px;
    display: flex;
    align-items: center;
}
.zxsq .content .left .logo img {
    height: 24px;
}
.zxsq .content .left .logo .fg {
    width: 1px;
    height: 20px;
    background-color: #fff;
    margin: 0 5.5px 0 7px;
}
.zxsq .content .left .logo div {
    font-size: 14.99px;
    line-height: 20px;
    color: #FFFFFF;
}
.zxsq .content .left .title {
    margin: 0 12px;
    padding: 21px 0 15.5px;
    font-family: FZZCHJW--GB1-0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.zxsq .content .left .title div:nth-child(1) {
    font-size: 38px;
}
.zxsq .content .left .title div:nth-child(2) {
    font-size: 18px;
    padding-top: 2px;
    letter-spacing: 2px;
}
.zxsq .content .left .cs {
    font-family: MicrosoftYaHei;
    padding: 18px 0;
    text-align: center;
    font-size: 12px;
    color: #FFF000;
}
.zxsq .content .left .center {
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}
.zxsq .content .left .center .niu {
    position: relative;
    left: 14px;
    width: 57%;
}
.zxsq .content .left .center .txts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.zxsq .content .left .center .txt1 {
    left: 50%;
    width: 20px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
}
.zxsq .content .left .center .txt2 {
    left: 60%;
    width: 31px;
    font-size: 34px;
    font-family: HBZYLBJT--GB1-0;
}
.zxsq .content .left .lc {
    position: relative;
}
.zxsq .content .left .leftcontent {
    position: relative;
    padding: 14.5px 0 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    background-color: #FAF8EB;
}
.zxsq .content .left .leftcontent > img {
    width: 185px;
    height: 45px;
    margin: 12px 0 8.5px;
}
.zxsq .content .left .leftcontent .wen {
    font-size: 22px;
    color: #C80307;
    font-weight: bold;
}
.zxsq .content .left .leftcontent .desc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.zxsq .content .left .leftcontent .desc .line {
    width: 55px;
    height: 5px;
}
.zxsq .content .left .leftcontent .desc .box {
    font-family: SourceHanSansCN-Light;
    padding: 0 25px;
    text-align: center;
    color: #C80307;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 3px;
}
.zxsq .content .left .leftcontent .desc .box div:nth-child(even) {
    padding: 5px 0;
}
.zxsq .content .right {
    margin-top: 13px;
    background-color: #fff;
    border-radius: 20px;
    padding: 14.5px 30px 29.5px;
}
.zxsq .content .contentimg {
    width: 100%;
    margin-top: 13px;
    border-radius: 20px;
}
.zxsq .content .right .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #C80307;
}
.zxsq .content .right .logo img {
    width: 32px;
    margin-right: 7.5px;
}
.zxsq .content .right .checkboxs {
    margin-bottom: 6px;
    display: none;
    padding: 8px 16px;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #E5E5E5;
}
.zxsq .content .right .checkboxs .checkbox {
    flex: 1;
}
.zxsq .content .right .dytype {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    margin-bottom: 18px;
}
.zxsq .content .right .dytype .types {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #C80307;
    letter-spacing: 1px;
}
.zxsq .content .right .dytype .types img {
    width: 22px;
    margin: 0 6px;
}
.zxsq .content .right .tck {
    width: 100%;
    padding: 10px 16px 0;
    border-radius: 4px;
}
.zxsq .content .right .tck .zhu {
    font-size: 16px;
    color: #353535;
}
.zxsq .content .right .tck .zhu span {
    color: #C80307;
}
.zxsq .content .right .tck .box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.zxsq .content .right .tck .box div {
    width: 100%;
    color: #353535;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zxsq .content .right .form .checkbox {
    display: flex;
    align-items: center;
}
.zxsq .content .right .form .inp-items {
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #383838;
    border-bottom: 1px solid #ECECEC;
}
.zxsq .content .right .form label .imgbox {
    width: 12px;
    flex-shrink: 0;
}
.zxsq .content .right .form label .imgbox img {
    width: 100%;
}
.zxsq .content .right .form label div:nth-child(even) {
    font-family: 思源黑体 CN;
    padding-left: 7.5px;
    font-size: 15px;
    font-weight: bold;
    /* width: 90px; */
    line-height: 24px;
    flex-shrink: 0;
}
.zxsq .content .right .form label .titletxt {
    width: 90px;
}
.zxsq .content .right .form label .getcode {
    padding: 0 6px;
    line-height: 20px !important;
    font-size: 11px !important;
    color: #fff;
    background-color: #C80307;
}
.zxsq .content .right .form label input {
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #676767;
    line-height: 24px;
}
.zxsq .content .right .form label input[type="checkbox"] {
    width: 14px;
    height: 14px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    background-color: #A6A6A6;
}
.zxsq .content .right .form label input[type="checkbox"]:checked::before {
    content: "\2714";
    text-align: center;
    width: 14px;
    height: 14px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C80307;
    border: 1px solid #C80307;
    background-color: #ECECEC;
    box-sizing: border-box;
    border-radius: 4px;
}
.zxsq .content .right .form label .ysxy {
    flex: 1;
    font-size: 12px !important;
    padding-left: 10px;
    color: #676767;
}
.zxsq .content .right .form label .ysxy a {
    color: #C80307;
}
.zxsq .content .right .form .submit {
    margin-top: 23.5px;
    width: 100%;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
    background-color: #C80307;
    border-radius: 7.5px;
    cursor: pointer;
}
.zxsq .fottxt {
    padding-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    color: #fff;
    position: static;
    left: 50%;
    bottom: 52px;
}
.zxsq .fottxt .txt {
    padding: 0 12px;
    text-align: center;
}
.zxsq .fottxt .line {
    width: 80px;
    height: 1px;
    background-color: #fff;
}
