/****************元素初始化 S*/

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scrollbar-width: none;
}

html::-webkit-scrollbar {
    display: none;
}

body,
input,
select,
p,
h1,
h2,
h3,
h4,
a,
ul,
ol,
dd,
dl,
textarea,
button {
    font-family: "PingFang-SC-Regular", "Microsoft Yahei", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun, sans-serif;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
dd,
dl,
form {
    margin: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

i,
em {
    font-style: normal;
}

big {
    font-size: 1.3em;
}

small {
    font-size: 0.77em;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
}

a:active {
    color: #999;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress,
video {
    display: block;
}

input,
select,
textarea {
    outline: 0;
    font-family: inherit;
    font-size: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    height: .62rem;
    margin-bottom: 0;
    font-size: .26rem;
    text-align: center;
    line-height: .42rem;
    background-color: #f2f2f2;
    border-radius: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.mui-search:before {
    top: 81.5%;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    font-size: 1.3em;
    line-height: 2.5;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

td,
th {
    padding: 0;
}

html,
body {
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

html {
    font-size: 13.33333333333333vw;
}

body {
    position: relative;
    overflow-x: hidden;
    color: #666;
    font-size: .28rem;
    user-select: none;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    background-color: #f4f4f4;
}

input::-webkit-input-placeholder {
    color: #999;
}

button, input[type=button] {
    outline: none;
}

.btn {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
}

/****************元素初始化 E*/

/****************工具样式类 S*/

.clearfix {
    *zoom: 1;
    *clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    clear: both;
    content: "";
}

.oh {
    overflow: hidden;
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.el2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hide {
    display: none !important;
}

.show,
.hide.show {
    display: block !important;
}

.opc0 {
    opacity: 0;
    filter: alpha(opacity=0);
}

/****************工具样式类 E*/

/*通用样式类*/

/*隐藏滚动条*/
::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar {
    width: 0px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: .36rem;
    color: #999;
}

input::-moz-placeholder { /* Firefox 19+ */
    font-size: .36rem;
    color: #999;
}

input:-ms-input-placeholder { /* IE 10+ */
    font-size: .36rem;
    color: #999;
}

input:-moz-placeholder { /* Firefox 18- */
    font-size: .36rem;
    color: #999;
}

/*客服按钮*/
.customer-btn {
    position: fixed;
    top: 8.4rem;
    right: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: url(../../img/fenqile/customer_bg.png);
    background-size: 100%;
}

/*弹出框*/
.dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}

.card-warn {
    position: absolute;
    top: 3.28rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5.42rem;
    height: 4.02rem;
    background-color: #fff;
    border-radius: .1rem;
}

.invalid-icon {
    position: absolute;
    top: .6rem;
    left: 50%;
    transform: translateX(-50%);
    width: .96rem;
    height: .96rem;
}

.card-warn .tip-msg {
    width: 5.42rem;
    height: .32rem;
    margin-top: 1.82rem;
    text-align: center;
    line-height: .32rem;
    font-size: .32rem;
    color: #333;
}

#knowBtn {
    margin-top: .49rem;
    border: none;
    width: 3.6rem;
    height: .86rem;
    background-image: linear-gradient(180deg,
    #44b2ff 0%,
    #3071ff 100%);
    box-shadow: 0 .09rem .16rem .01rem rgba(38, 121, 255, .34);
    border-radius: .43rem;
    font-size: .36rem;
    color: #fff;
}

/**************大地保险客服样式start*********************/
.kefu {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 99;
    width: 1.1rem;
}

/**************大地保险客服样式end*********************/

a, img, button, input, textarea, div {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.no-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
}