body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
aside,
blockquote,
th,
td,
span,
i,
b {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* 750px转换为7.5rem */
html {
    width: 100%;
    margin: 0 auto;
    font-size: calc(100vw / 7.5);
    /* 750px 宽度对应 7.5rem，1rem = 100px */
    font-family: Helvetica, Arial, "Microsoft YaHei", "PingFang SC";
}

body {
    font-family: Helvetica, Arial, "Microsoft YaHei", "PingFang SC";
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-color: transparent;
    color: #333
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

:focus {
    outline: 0
}

a,
input,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    border-radius: 0;
    /* 去掉 iOS 圆角 */
    background-image: none;
    /* 去掉部分默认背景 */
}
select{
  outline: none;
  border-radius: 0;
  /* 去掉 iOS 圆角 */
  background-image: none;
  /* 去掉部分默认背景 */
  background: #FFFFFF;
}

.ad_pc input[type="checkbox"] {
    width: 0.24rem;
    height: 0.24rem;
    background: #F8F8F8;
    border-radius: 0.04rem;
    border: 0.02rem solid #999999;
    padding: 0;
}


q:before,
q:after {
    content: ''
}

em,
i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    vertical-align: middle
}

ol,
ul,
li {
    list-style: none;
    vertical-align: middle
}

input[type="text"],
textarea {
    font-family: Helvetica, Arial, "Microsoft YaHei";
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.clear {
    clear: both
}

textarea {
    resize: none
}

textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder,
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
input::-ms-input-placeholder {
    color: #bababa
}

input:focus {
    outline-width: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

a {
    text-decoration: none;
    outline: 0;
    font-weight: normal;
    border: 0
}

.fix:after {
    content: '';
    display: block;
    clear: both
}

.elips {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis
}

.l {
    float: left
}

.r {
    float: right
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.tl {
    text-align: left
}

.vm {
    vertical-align: middle
}

.f3 {
    background: #f3f3f3 !important
}

.zt-box {
    max-width: 100%;
    margin: 0 auto;
}

.zt-form {
    width: 100%;
    float: left;
}

.zt-form h5 {
    height: 0.50rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 0.5rem;
    color: #333333;
    line-height: 0.50rem;
    text-align: center;
    margin-bottom: 0.3rem;
}

.zt-form .formbox div {
    margin-bottom: 0.3rem;
}

.zt-form input,
.zt-form select {
    display: block;
    width: 100%;
    border: none;
    height: 0.85rem;
    line-height: 0.85rem;
    font-size: 0.3rem;
    padding-left: 0.5rem;
    font-family: "微软雅黑";
    border-radius: 0.16rem;
}

.zt-form .yzm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zt-form .yzm .zput {
    width: 66%;
}

.zt-form .yzm img {
    width: 28%;
    display: block;
    float: right
}

#input_smssend {
    width: 30%;
    display: block;
    float: right;
    padding-left: 0rem;
    background: #FE4500;
    text-align: center;
    color: #fff;
    font-size: 0.35rem;
}

#btn_submit {
    width: 100%;
    height: 1rem;
    background: #FE4500;
    border-radius: 0.5rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    font-size: 0.35rem;
    font-weight: bold;
    margin: 0 auto;
    clear: both;
    border: 0;
    padding-left: 0;
}

.zt-form div.ad_pc {
    width: 100%;
    white-space: normal;
    font-family: "微软雅黑";
    font-size: 0.28rem;
    color: #999999;
    text-align: center;
    margin-bottom: 0.3rem;
}

.zt-form div.ad_pc label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zt-form div.ad_pc input {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
}

.t-mask {
    background: none !important;
}