@charset "UTF-8";

/* 移动端常用reset.css (无文字版本) */


/* reset */

a,
img,
input {
    border: none;
}

body {
    font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

a,
img {
    -webkit-touch-callout: none;
    /* 禁止长按链接与图片弹出菜单 */
}

img{
    -webkit-touch-callout:default;
}

html,
body {
    -webkit-user-select: none;
    /* 禁止选中文本（如无文本选中需求，此为必选项） */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffe5cd;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

body {
    background: #ccc;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100% !important;
    -webkit-touch-callout: none;
    -webkit-user-select: text;
    -webkit-touch-callout: none;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 1;
}

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

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

input,
select,
form,
img {
    vertical-align: middle;
    outline: none;
}

a,
button,
input,
select,
textarea,
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[onclick] {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
    -webkit-touch-callout: none;
    text-decoration: none;
    color: #333;
    outline: 0;
}

.hidden {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    text-indent: -9999px;
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-touch-callout: default;
}

.pa {
    position: absolute;
    z-index: 5;
}





body::-webkit-scrollbar,
html::-webkit-scrollbar {
    display: none;
    width: 0;
}

body *,
html * {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    /* background-color: #FFEEBF; */
    /* left: 10vw; */
    /* position: absolute; */
    /* top: 0vw; */
    /* overflow-x: initial; */
    /* overflow: hidden; */
}

.page {
    background-repeat: no-repeat;
    background-size: 7.5rem auto;
    background-position: 50% 0;
    width: 100%;
    position: relative;
    z-index: 3;
}

.page .tit {
    background: no-repeat 100% / 100%;
}

.wrap {
    width: 100%;
    /* height: 10vw; */
    overflow: hidden;
    background-color: #ffffff;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

.bg div {
    margin-top: -1px;
}

.bg1 {
    /* background-image: url(../ossweb-img/m/bg1.png); */
    height: 13.6rem;
}

.bg2 {
    /* background-image: url(../ossweb-img/m/bg2.jpg); */
    height: 16.71rem;
}

.bg3 {
   
    height: 19.77rem;
}

.bg4 {
   
    height: 16.13rem;
}

.cont {
    background: #fff;
    width: 100%;
    position: relative;
    /* margin-top: -1px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
