* {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: inherit;
    line-height: inherit;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
img {
    border: none;
    vertical-align: middle;
    width: 100%;
}
i, em {
    font-style: normal;
}
ol, ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: normal;
}
input, select, button, h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-family: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    color: #666;
}
body {
    margin: 0 auto;
    min-width: 320px;
    max-width: 640px;
    height: 100%;
    font-family: Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;
    line-height: 1.5;
    color: #666;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}
textarea {
    resize: none;
}
input[type="text"], input[type='tel'], input[type='button'], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
body {
    font-size: 0.14rem;
    -webkit-overflow-scrolling: touch;
} /*允许独立的滚动区域触摸回弹*/
html {
    box-sizing: border-box;
    font-size: 100px;
    height: 100%;
    -webkit-text-size-adjust: none
}
*, *:before, *:after {
    box-sizing: inherit;
}
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both
}
/* 着陆页公共样式*/
.t8t-module, .t8t-module-pic {
    width: 100%;
}
.t8t-form-con {
    margin: 0 auto;
}
.t8t-form-line {
    margin-bottom: 0.10rem;
}
.t8t-form-line input {
    width: 100%;
    height: 0.40rem;
    padding: 0.10rem;
    border: 0.01rem solid #c4c4c4;
    line-height: 0.20rem;
}
.t8t-form-line.t8t-form-btn {
    margin-top: 0.20rem;
}
.t8t-form-line.t8t-form-address {
    position: relative;
}
.t8t-form-line.t8t-form-address:before {
    position: absolute;
    top: 0.15rem;
    right: 0.15rem;
    width: 0.10rem;
    height: 0.10rem;
    border-top: 0.01rem solid #9b9b9b;
    border-right: 0.01rem solid #9b9b9b;
    content: '\200b';
    -webkit-transform: rotate(45deg);
}
.t8t-form-line.t8t-form-btn a {
    display: block;
    width: 100%;
    height: 0.38rem;
    background: #ff7e00;
    color: #fff;
    line-height: 0.38rem;
    text-align: center;
    font-size: 0.16rem;
}

/* ----------- iPhone 4 and 4S ----------- */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPhone 5 and 5S ----------- */
@media only screen  and (min-device-width: 320px)  and (max-device-width: 568px)  and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- android width360 ----------- */
@media only screen  and (min-width: 360px)  and (max-height: 640px) {
html {
    font-size: 112.5px;
}
}

/* ----------- android width411 ----------- */
@media only screen  and (min-width: 400px) {
html {
    font-size: 128.4375px;
}
}

/* ----------- iPhone 6 ----------- */
@media only screen  and (min-device-width: 375px)  and (max-device-height: 667px)  and (-webkit-min-device-pixel-ratio: 2) {
html {
    font-size: 117.1875px;
}
}

/* ----------- iPhone 6+ ----------- */
@media only screen  and (min-device-width: 414px)  and (max-device-width: 736px)  and (-webkit-min-device-pixel-ratio: 3) {
html {
    font-size: 129.375px;
}
}
