@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
li,
p,
br {
    list-style: none;
}

img {
    vertical-align: middle;
    width: 100%;
    margin-top: -1px;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    color: inherit;
}

i {
    font-style: normal;
    font-size: 0.25rem;
}

:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a,
li,
button,
label,
input,
select {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

button,
input,
select,
textarea {
    font-family: "微软雅黑", "Helvetica Neue", "Arial", "Hiragino Sans GB", "PingFang SC", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", "sans-serif";
    border: 0;
}

::placeholder {
    color: #999;
}

button {
    cursor: pointer;
}

body {
    font-family: "微软雅黑", "Helvetica Neue", "Arial", "Hiragino Sans GB", "PingFang SC", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", "sans-serif";
    font-size: .24rem;
    max-width: 750px;
    margin: 0 auto;
    /*padding-bottom: 2rem;*/
    background-color: #f0f0f0;
}

.confirmInfo-phone {
    width: 100%;
    position: absolute;
    top: 2rem;
    display: flex;
    justify-content: space-around;
    padding: 0 0.7rem;
    color: white;
    font-size: 10px;
    font-weight: bold;
}
/*
.main {
    width: 100% !important;
    position: relative !important;
}

.maBox {
    width: 95% !important;
    left: 0 !important;
    padding-left: 0.4rem;
    transform: translateX(0) !important;
}

.swiperBox {
    width: 100% !important;
}

.m_box {
    width: 100% !important;
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
}


*/




