html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-family: inherit;
    box-sizing: border-box;
}

* {
    cursor: pointer;
}

ul,
li {
    list-style: none;
}

b,
strong {
    font-weight: 700;
}

pre {
    overflow: auto;
}

img {
    border: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    outline: 0;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    border: none;
    outline: none;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

*:not(input, textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.m-wrap {
    position: relative;
    z-index: 1;
    margin: 0 auto !important;
}

.toast {
    position: fixed;
    top: 0;
    /* left: 0; */
    width: 100%;
    height: .8rem;
    font-size: .28rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    max-width: 414px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    min-height: 100vh;
    width: 100vw;
    z-index: 999;
}

.modal-close {
    width: .4rem;
    height: .4rem;
    position: absolute;
    top: -.2rem;
    right: -.2rem;
    z-index: 1000;
}

.center {
    justify-content: center;
    align-items: center;
}

.left {
    justify-content: flex-start;
    align-items: center;
}

.right {
    justify-content: flex-end;
    align-items: center;
}

.bottom {
    justify-content: center;
    align-items: flex-end;
}

.select-group {
    position: relative;
    width: 100%;
    height: 100%;
}

.select-group-input {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.24rem;
}

.select-group-item {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

body {
    overflow-x: hidden;
}

html {
    font-size: calc(100vw / 7.5);
}

#DIALOG_CENTER_SHADE,
#DIALOG_CENTER,
#DIALOG_ASIDE {
    display: none !important;
}

.swiper-box-3>.swiper-wrapper>.swiper-slide {
    width: 3.5rem;
    background: #fff;
}

/* .swiper-box-2>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px !important;
    right: 0 !important;
    width: 100%;
    text-align: right;
    z-index: 99;
} */
.point-position{
    background: transparent !important;
    display: flex;
    height: 0.8rem !important;
    align-items: center;
    justify-content: center;
}

.radio-before::before {
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    border: 0.02rem solid #d9d9d9;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-before:checked::before {
    content: "";
    width: 0.25rem;
    height: 0.25rem;
    border: 0.02rem solid #409eff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-before:checked::after {
    content: "";
    width: 0.13rem;
    height: 0.13rem;
    /* text-align: center; */
    background: #409eff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-before::before {
    content: "";
    background: #fff;
    width: 0.25rem;
    height: 0.25rem;
    border: 0.02rem solid #d9d9d9;
    display: inline-block;
    /* border-radius: 50%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-before:checked::before {
    content: "\2713";
    background-color: #409eff;
    /* width: 0.25rem;
    height: 0.25rem; */
    border: 0.02rem solid #409eff;
    display: inline-block;
    /* border-radius: 50%; */
    color: #ffffff;
    font-size: 0.25rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border-radius: 0.02rem;
}

/* 自定义文字截断 */
.ellipsis-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rolling-wall-item {
    display: flex;
    justify-content: space-between;
}

.rolling-wall-item-text:first-child {
    width: 2rem;
    text-align: left;
}

.rolling-wall-item-text:last-child {
    width: 2rem;
    text-align: right;
}

.rolling-wall-item-text:nth-child(2) {
    flex: 1;
    text-align: center;
}

.diy-toast {
    position: fixed;
    left: 50%;
    margin-left: -2.4rem;
    width: 4.8rem;
    min-height: 2.2rem;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3rem;
    margin-top: calc(-25%);
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.2);
    transition: all 300ms;
}

.diy-prompt {
    position: fixed;
    left: 50%;
    margin-left: -2.4rem;
    width: 4.8rem;
    min-height: 2.2rem;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: calc(-25%);
    padding: 0.3rem;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.2);
    transition: all 300ms;
}

.diy-prompt .diy-prompt-title {
    margin-bottom: 0.46rem;
    text-align: center;
}

.diy-prompt .diy-prompt-text {
    padding: 0.1rem 0.4rem;
    border: 0.01rem solid #e2e2e2;
}

/* 多线沟通 */
.connect span {
    display: inline-block;
    position: absolute;
    left: -0.16rem;
    top: 1rem;
    width: 1.2rem;
    text-align: center;
}

.connect>:nth-child(3)>:first-of-type span {
    top: 1.16rem;
    left: -0.04rem;
}

/* 应用下载 */
.download-type3-span {
    display: inline-block;
    width: 3.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download-type4-span {
    text-align: center;
    margin-bottom: 0.14rem;
    display: inline-block;
    width: 2.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 微信 */
.wechat-type1-span {
    display: inline-block;
    width: 3.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wechat-dialog {
    z-index: 100;
    position: fixed;
    width: 3.7rem;
    height: 4.08rem;
    left: 50%;
    top: 50%;
    margin-left: -1.85rem;
    margin-top: -2.04rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f7fcff;
    border: 1px solid #d7d7d7;
    border-radius: 1px;
}

.wechat-dialog .wechat-dialog-close {
    position: absolute;
    right: 0.12rem;
    top: 0.12rem;
    width: 0.3rem;
    height: 0.3rem;
}
.service-dialog {
    position: fixed;
    left: 0;
    top:0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 100;
}
.service-dialog-content{
    height: calc(100vh - 50px);
    padding: 20px;
    width: 100%;
    overflow: auto;
    font-size: 16px;
}
.service-dialog-tool{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color:#409eff;
}