article,
aside,
audio,
blockquote,
body,
button,
canvasde,
dd,
details,
div,
dl,
dt,
fieldset,
figca1tion,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
input,
legend,
li,
main,
nav,
ol,
p,
pre,
section,
summary,
td,
textarea,
th,
ul,
video {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
    visibility: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

del {
    font-family: Arial;
}

img {
    vertical-align: middle;
    border: 0;
}

li {
    list-style: none;
}

mark {
    background: #ff0;
    color: #000;
}

pre {
    white-space: pre-wrap;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

address,
caption,
cite,
dfn,
em,
i,
q,
th {
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: 700;
}

fieldset,
legend {
    border: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button,
input,
select,
select optgroup,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    vertical-align: middle;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    font-size: 0.28rem;
    line-height: 1.42857143;
    color: #666;
    max-width: 7.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: thin dotted #333;
    outline: 0.05rem auto -webkit-focus-ring-color;
    outline-offset: -0.02rem;
}

.page {
    width: 100%;
    height: 100%;
}

.top {
    width: 100%;
    background-color: #fff;
}

.topBox {
    width: 6.9rem;
    height: 100%;
    margin: 0 auto;
}

.callBox {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 2.67rem;
    height: 0.67rem;
}

.callBox a {
    display: block;
}

.callBox div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.callBox div img {
    width: 0.21rem;
    height: 0.21rem;
    margin-right: 0.1rem;
}

.callBox div p {
    font-size: 0.2rem;
    color: #3E487E;
    font-weight: bold;
}

.nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0 0.1rem 0;
}

.nav a {
    display: block;
    width: 20%;
    border-right: 1px solid #3E487E;
    text-align: center;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #3E487E;
}

.nav a:last-child {
    border-right: 0;
}

.banner {
    background: url("../images/img1.png") no-repeat center center;
    background-size: cover;
    width: 7.5rem;
    height: 6.96rem;
}

.ban {
    width: 6.1rem;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 1rem;
}

.ban dt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ban dt span {
    display: block;
    width: 23%;
    height: 0.44rem;
    border: 1px solid #fff;
    text-align: center;
    line-height: 0.44rem;
    color: #fff;
    font-size: 0.3rem;
}

.ban h2 {
    font-size: 0.61rem;
    color: #fff;
    text-align: center;
    margin-top: 0.25rem;
}

.ban h5 {
    font-size: 0.5rem;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.ban ul {
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ban ul li {
    width: 46%;
    height: 0.46rem;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
}

.ban ul li img {
    width: 0.25rem;
    height: 0.25rem;
}

.ban ul li p {
    font-size: 0.26rem;
    color: #3E487E;
    margin-left: 0.1rem;
}

.ban button {
    width: 3.29rem;
    height: 0.48rem;
    border: 0;
    background: #F7CC21;
    border-bottom-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    font-size: 0.28rem;
    font-weight: bold;
    display: block;
    margin: 0.1rem auto;
    color: #3E487E;
}

.title {
    width: 100%;
    text-align: center;
    padding: 0.6rem 0;
}

.title h2 {
    display: inline-block;
    position: relative;
    font-size: 0.48rem;
    color: #262626;
}

.title h2:before {
    content: '';
    background: url("../images/img3.png") no-repeat center center;
    background-size: cover;
    width: 1.19rem;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    left: -1.3rem;
    margin-top: -0.1rem;
}

.title h2:after {
    content: '';
    background: url("../images/img3.png") no-repeat center center;
    background-size: cover;
    width: 1.19rem;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    right: -1.3rem;
    margin-top: -0.1rem;
    transform: rotate(-180deg);
}

.jj {
    width: 6.9rem;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.jj_img {
    width: 2.88rem;
    height: 3.49rem;
}

.jj ul {
    width: 4.02rem;
    box-sizing: border-box;
    padding-left: 0.3rem;
}

.jj ul li {
    display: flex;
    align-items: center;
    border: 1px solid #404A7E;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
}

.jj ul li:nth-child(2) {
    margin: 0.2rem 0;
}

.jj ul li img {
    width: 0.66rem;
    height: 0.66rem;
}

.jj ul li div {
    width: 2.96rem;
    box-sizing: border-box;
    padding-left: 0.2rem;
}

.jj ul li h2 {
    font-size: 0.25rem;
    color: #404A7E;
}

.jj ul li p {
    font-size: 0.22rem;
    color: #262626;
}

.about {
    width: 6.9rem;
    margin: 0 auto;
    font-size: 0.22rem;
    color: #262626;
    padding: 0.3rem 0;
}

.content2 {
    background: url("../images/img8.png") no-repeat center center;
    background-size: cover;
    width: 7.5rem;
    height: 1.38rem;
}

.con2 {
    width: 6.9rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.con2 dt h2 {
    font-size: 0.4rem;
    color: #fff;
}

.con2 dt p {
    font-size: 0.3rem;
    color: #F7CC21;
}

.con2 button {
    width: 2.3rem;
    height: 0.52rem;
    border-radius: 0.5rem;
    background-color: #fff;
    font-size: 0.32rem;
    color: #404A7E;
    border: 0;
    font-weight: bold;
}

.content3 {
    width: 100%;
}

.con3 {
    width: 6.9rem;
    height: 100%;
    margin: 0 auto;
}

.ts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ts dt {
    width: 2.79rem;
    height: 2.79rem;
    box-sizing: border-box;
    padding-top: 1.1rem;
}

.ts dt:nth-child(1) {
    background: url("../images/img9.png") no-repeat center center;
    background-size: cover;
}

.ts dt:nth-child(2) {
    background: url("../images/img10.png") no-repeat center center;
    background-size: cover;
}

.ts dt:nth-child(3) {
    background: url("../images/img11.png") no-repeat center center;
    background-size: cover;
}

.ts dt:nth-child(4) {
    background: url("../images/img12.png") no-repeat center center;
    background-size: cover;
}

.ts dt h2 {
    font-size: 0.22rem;
    color: #404A7E;
    text-align: center;
}

.ts dt p {
    font-size: 0.16rem;
    color: #262626;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.6rem;
    display: -webkit-box; /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical; /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 3; /**显示的行数**/
    overflow: hidden; /**隐藏超出的内容**/
}

.content4 {
    width: 100%;
}

.con4 {
    width: 6.9rem;
    height: 100%;
    margin: 0 auto;
}

.scConBox {
    width: 100%;
    overflow: hidden;
}

.scConBox ul {
    width: 100%;
    height: 100%;
    padding-bottom: 0.3rem;
}

.scConBox ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}

.scConBox ul li:last-child {
    margin-bottom: 0;
}

.scConBox ul li img {
    width: 2.33rem;
    height: 100%;
}

.scCon {
    width: 4.57rem;
}

.scCon dt {
    width: 100%;
    height: 0.52rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.2rem;
    background-color: #404A7E;
}

.scCon dt h2 {
    font-size: 0.3rem;
    color: #fff;
}

.scCon dt a {
    display: block;
    font-size: 0.22rem;
    border: 1px dashed #F7CC21;
    border-radius: 0.05rem;
    width: 1.03rem;
    height: 0.3rem;
    color: #F7CC21;
    text-align: center;
    line-height: 0.3rem;
}

.scConIn {
    width: 100%;
    box-sizing: border-box;
    padding: 0.10rem 0.2rem;
    background-color: #F2F2F2;
}

.scCon p {
    font-size: 0.22rem;
    color: #262626;
    line-height: 0.35rem;
}

.scCon p span {
    font-weight: bold;
}

.scConIn div {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.scConIn div p {
    width: 50%;
    box-sizing: border-box;
}

.scConIn div p:nth-child(1) {
    padding-right: 0.1rem;
}

.scConIn div p:nth-child(2) {
    padding-left: 0.1rem;
}

.scConIn div button {
    width: 3.12rem;
    height: 0.41rem;
    border-radius: 0.05rem;
    background-color: #F7CC21;
    font-weight: bold;
    color: #404A7E;
    font-size: 0.25rem;
    margin-right: 0.2rem;
    border: 0;
    margin-top: 0.1rem;
}

.more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more img {
    width: 0.26rem;
    height: 0.17rem;
}

.more p {
    font-size: 0.26rem;
    font-weight: bold;
    color: #404A7E;
    margin-left: 0.1rem;
}

.content5 {
    width: 100%;
}

.con5 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.sz {
    width: 100%;
    position: relative;
}

.s1 {
    width: 6.9rem;
    height: 3.36rem;
    display: block;
    margin: 0 auto;
}

.s2 {
    width: 6.9rem;
    height: 3.76rem;
    display: block;
    margin: 0 auto;
}

.s3 {
    width: 7rem;
    height: 5.38rem;
    position: absolute;
    top: 0.4rem;
    right: 0;
}

.szC {
    width: 5.08rem;
    position: absolute;
    top: 3rem;
    right: 0.6rem;
}

.szC dt {
    width: 5.08rem;
    height: 1.44rem;
    display: flex;
    align-items: center;
}

.szC dt i {
    display: block;
    width: 1.04rem;
}

.szC dt i img {
    width: 0.66rem;
    height: 0.66rem;
    display: block;
    margin: 0 auto;
}

.szC dt p {
    width: 4.04rem;
    font-size: 0.22rem;
    color: #262626;
    box-sizing: border-box;
    line-height: 0.35rem;
    padding: 0 0.2rem 0 0;
    display: -webkit-box; /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical; /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 3; /**显示的行数**/
    overflow: hidden; /**隐藏超出的内容**/
}

.szC dt:nth-child(1) {
    background-color: #F2F2F2;
}

.szC dt:nth-child(2) {
    background-color: #F7CC21;
}

.call {
    width: 5.08rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 0.4rem;
    right: 0.6rem;
}

.call a {
    display: block;
    border-radius: 0.5rem;
}

.call a div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.39rem;
    height: 0.56rem;
    border-radius: 0.5rem;
}

.call a:nth-child(1) {
    background-color: #E8E8E8;
}

.call a:nth-child(2) {
    background-color: #F7CC21;
}

.call a img {
    width: 0.23rem;
    height: 0.21rem;
}

.call a p {
    font-size: 0.25rem;
    font-weight: bold;
    color: #404A7E;
    margin-left: 0.1rem;
}

.content6 {
    width: 100%;
}

.con6 {
    width: 6.9rem;
    height: 100%;
    margin: 0 auto;
}

.sx {
    width: 100%;
    height: 3.32rem;
    position: relative;
}

.sx ul {
    width: 4.67rem;
}

.sx ul li {
    width: 100%;
    height: 0.98rem;
    display: flex;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 0.2rem;
}

.sx ul li i {
    display: block;
    width: 1.07rem;
    text-align: center;
}

.sx ul li i img {
    display: block;
    margin: 0 auto;
}

.sx ul li:nth-child(1) {
    background-color: #404A7E;
    color: #fff;
}

.sx ul li:nth-child(2) {
    background-color: #F7CC21;
    color: #262626;
}

.sx ul li:nth-child(3) {
    background-color: #404A7E;
    color: #fff;
}

.sx ul li:nth-child(1) img {
    width: 0.57rem;
    height: 0.51rem;
}

.sx ul li:nth-child(2) img {
    width: 0.51rem;
    height: 0.5rem;
}

.sx ul li:nth-child(3) img {
    width: 0.51rem;
    height: 0.49rem;
}

.sx ul li div {
    width: 3.6rem;
    box-sizing: border-box;
    padding-right: 0.4rem;
}

.sx ul li div h2 {
    font-size: 0.3rem;
    display: inline-block;
}

.sx ul li div p {
    font-size: 0.22rem;
}

.sx ul li:nth-child(1) h2 {
    border-bottom: 1px solid #ffffff;
}

.sx ul li:nth-child(2) h2 {
    border-bottom: 1px solid #262626;
}

.sx ul li:nth-child(3) h2 {
    border-bottom: 1px solid #ffffff;
}

.lj {
    display: block;
    background: url("../images/img28.png") no-repeat center center;
    background-size: cover;
    width: 2.06rem;
    height: 2.06rem;
    box-sizing: border-box;
    padding-top: 0.4rem;
    text-align: center;
    font-size: 0.46rem;
    font-weight: bold;
    color: #404A7E;
    position: absolute;
    top: 50%;
    margin-top: -1.03rem;
    right: 0;
}

.content7 {
    width: 100%;
}

.con7 {
    width: 6.9rem;
    height: 100%;
    margin: 0 auto;
}

.lc {
    background: url("../images/img29.png") no-repeat center center;
    background-size: cover;
    width: 6.62rem;
    height: 3.24rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.lc dt {
    width: 33.3333%;
    height: 2.11rem;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1rem;
}

.lc dt:nth-child(4) {
    margin-top: -1.1rem;
}

.lc dt:nth-child(5) {
    margin-top: -1.1rem;
}

.lc dt h2 {
    font-size: 0.26rem;
}

.lc dt p {
    font-size: 0.26rem;
    margin-top: -0.05rem;
}

.call1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0.4rem 0;
}

.call1 dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.99rem;
    height: 0.56rem;
    border-radius: 0.5rem;
}

.call1 dt:nth-child(1) {
    background-color: #E8E8E8;
}

.call1 dt:nth-child(2) {
    background-color: #F7CC21;
}

.call1 dt img {
    width: 0.23rem;
    height: 0.21rem;
}

.call1 dt a {
    font-size: 0.25rem;
    font-weight: bold;
    color: #404A7E;
    margin-left: 0.1rem;
}

.content8 {
    background-color: #404A7E;
    width: 100%;
}

.con8 {
    width: 6.9rem;
    height: 100%;
    margin: 0 auto;
}


.title1 {
    width: 100%;
    text-align: center;
    padding: 0.6rem 0;
}

.title1 h2 {
    display: inline-block;
    position: relative;
    font-size: 0.48rem;
    color: #fff;
}

.title1 h2:before {
    content: '';
    background: url("../images/img30.png") no-repeat center center;
    background-size: cover;
    width: 1.19rem;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    left: -1.3rem;
    margin-top: -0.1rem;
}

.title1 h2:after {
    content: '';
    background: url("../images/img30.png") no-repeat center center;
    background-size: cover;
    width: 1.19rem;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    right: -1.3rem;
    margin-top: -0.1rem;
    transform: rotate(-180deg);
}

.hj {
    width: 100%;
    padding-bottom: 0.6rem;
}

.hj dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.hj dt:nth-child(1) img:nth-child(1) {
    width: 3.81rem;
    height: 2.36rem;
}

.hj dt:nth-child(1) img:nth-child(2) {
    width: 2.89rem;
    height: 2.36rem;
}

.hj dt:nth-child(2) img:nth-child(2) {
    width: 3.81rem;
    height: 2.36rem;
}

.hj dt:nth-child(2) img:nth-child(1) {
    width: 2.89rem;
    height: 2.36rem;
}

.hj dt:last-child img {
    width: 6.9rem;
    height: 2.44rem;
}

.content9 {
    width: 100%;
    margin-bottom: 0rem;
}

.con9 {
    width: 6.9rem;
    height: 100%;
    margin: 0 auto;
}

.que {
    width: 100%;
    border: 1px solid #404A7E;
    border-radius: 0.15rem;
    box-sizing: border-box;
    padding: 0.4rem 0;
}

.que h2 {
    font-size: 0.3rem;
    color: #262626;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
    position: relative;
}

.que h2:before {
    content: '';
    background: url("../images/img36.png") no-repeat center center;
    background-size: cover;
    width: 0.1rem;
    height: 0.59rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.295rem;
}

.que ul {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
}

.que ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.7rem;
    border-bottom: 1px dashed #9FA4BD;
}

.que ul li:last-child {
    border-bottom: 0;
}

.que ul li div {
    display: flex;
    align-items: center;
}

.que ul li div span {
    display: block;
    width: 0.3rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.3rem;
    background-color: #404A7E;
    border-radius: 50%;
    margin-right: 0.2rem;
}

.que ul li div p {
    font-size: 0.25rem;
    color: #262626;
}

.que ul li a {
    display: block;
    width: 1.6rem;
    height: 0.4rem;
    border-radius: 0.5rem;
    background-color: #F7CC21;
    color: #262626;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.4rem;
}

.bottom {
    width: 100%;
    height: 0.8rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: flex;
    align-items: center;
}

.bottom a {
    display: block;
    width: 33.33333%;
    height: 100%;
}

.bottom a div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom a:nth-child(1) {
    background-color: #404A7E;
}

.bottom a:nth-child(2) {
    background-color: #E8E8E8;
}

.bottom a:nth-child(3) {
    background-color: #404A7E;
}


.bottom a:nth-child(1) div img {
    width: 0.23rem;
    height: 0.23rem;
}

.bottom a:nth-child(2) div img {
    width: 0.26rem;
    height: 0.22rem;
}

.bottom a:nth-child(3) div img {
    width: 0.23rem;
    height: 0.23rem;
}

.bottom a div p {
    margin-left: 0.1rem;
}

.bottom a:nth-child(1) div p {
    font-size: 0.26rem;
    color: #fff;
}

.bottom a:nth-child(2) div p {
    font-size: 0.26rem;
    color: #262626;
}

.bottom a:nth-child(3) div p {
    font-size: 0.26rem;
    color: #fff;
}

.showBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}

.show {
    background: url("../images/img40.png") no-repeat center center;
    background-size: cover;
    width: 6.8rem;
    height: 8.2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -4.1rem;
    margin-left: -3.4rem;
    box-sizing: border-box;
    padding: 0.2rem;
}

.hide {
    display: block;
    overflow: auto;
}

.hide img {
    float: right;
    width: 0.31rem;
    height: 0.31rem;
}

.show h2 {
    font-size: 0.32rem;
    color: #ffffff;
    text-align: center;
}

.show dt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
}

.show dt span {
    font-size: 0.18rem;
    color: #fff;
}

.show dt img {
    width: 0.45rem;
    height: 0.04rem;
}

.show dt img:last-child {
    transform: rotate(-180deg);
}

.showForm {
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem 0.3rem 0 0.3rem;
    background-color: #fff;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
}

.showForm input {
    width: 100%;
    height: 0.78rem;
    border-radius: 0.05rem;
    border: 1px solid #ABABAB;
    box-sizing: border-box;
    padding: 0 0.2rem;
    font-size: 0.2rem;
    color: #999999;
    margin-bottom: 0.2rem;
    outline: none;
}

.showForm select {
    width: 100%;
    height: 0.78rem;
    border-radius: 0.05rem;
    border: 1px solid #ABABAB;
    box-sizing: border-box;
    padding: 0 0.2rem;
    font-size: 0.22rem;
    color: #999999;
    margin-bottom: 0.2rem;
    outline: none;
}

.showForm button {
    width: 100%;
    height: 0.58rem;
    border-radius: 0.5rem;
    background-color: #F7CC21;
    font-size: 0.26rem;
    font-weight: bold;
    color: #3F4B7F;
    border: 0;
    outline: none;
}

.checkbox {
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.2rem;
}

.checkbox dt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox input {
    width: 0.2rem !important;
    height: 0.2rem !important;
    margin: 0 0.1rem 0 0 !important;
}

.checkbox p {
    font-size: 0.18rem;
    color: #9f9c9c9e;
    margin-top: 0.1rem;
    text-align: left;
}

.checkbox a {
    color: #9f9c9c;
    margin: 0 !important;
}