html {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
}
body {
    margin:0; padding:0;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}
html,
body {
    height: 100%;
}
body {
    padding-bottom: constant(safe-area-inset-bottom);
}
body, div, p, th, td, ul, li, dl, dt, dd, input, button, select, textarea{
    font-family: "SimHei", Arial, "SimSun";
}
body, div, p, th, td{
    margin:0; padding:0; color:#303030;
    -webkit-text-size-adjust:none;
}
input, button, select, textarea{
    margin:0; padding:0; border:0; line-height:normal;
    outline:none; vertical-align:middle;
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
    -moz-box-sizing:border-box; -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box; box-sizing:border-box;
    background-color:#fff;
}
label {
    cursor:pointer;
}
table{
    border-collapse:collapse; border:0;
}
th, td{
    border:0;
}
img{
    width:100%; max-width:10rem; vertical-align:middle; border:0;
}

/* div,
p,
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
} */

a,
a:hover{
    text-decoration: none;
}

.boxsize{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

body{
    background-color: #0099ff;
}

.container{
    width: 100%;
    height: auto;
    max-width: 10rem; margin: 0 auto;
}
.page{
    position: relative;
    width: 100%;
}
.page .bg{
    width: 100%; height: auto;
}
.page .bg img{
    width: 100%; display: block;
}
.page .wrapper{
    width: 100%; height: auto;
    position: absolute; top: 5.533rem; left: 0;
    z-index: 1;
}
.videoBox{
    width: 7.8rem;
    height: 4.32rem;
    margin: 0 auto;
    overflow-y: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.item_video{
    width: 7.8rem;
    height: 4.32rem;
    background-color: #000000;
    /* object-fit:cover; */
}
.videoBox img{
    width: 7.8rem;
    height: 4.32rem;
    display: block;
}
.v_play{
    position: absolute;
    width: 1.6267rem;
    top: 1.6rem;
    left: 3.4667rem;
}
.detail_link{
    padding: 0.36rem 0 0.333rem 0;
    text-align: center;
}
.detail_link img{
    width: 3.493rem;
    cursor: pointer;
}
.btnBox{
    padding-left: 1.053rem;
    overflow: hidden;
}
.btnBox_li{
    float: left;
    width: 2.493rem;
    margin-right: 0.213rem;
    margin-bottom: 0.173rem;
    cursor: pointer;
}
.foot_btn{
    width: 4.373rem; height: auto;
    display: block;
    padding: 0.307rem 0;
    margin: 0 auto;
}
.foot_btn img{
    width: 100%;
    cursor: pointer;
    display: block;
}

.popup_fixed{
    width: 100%; height: 100%;
    position: fixed; left: 0; top: 0; z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
}
.popup_w{
    width: 10rem; margin: 0 auto;
    position: absolute; left: 50%; top: 50%;
    margin-top: -0.493rem;
    transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);
}
.popup_tips img{
    width: 100%;
}