*{margin: 0;padding: 0;border: 0;list-style: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}
img{display: block;width: 100%;}
a{text-decoration: none;}
.clear{clear: both;}
a,button,select{
    text-decoration: none;
    /*a标签点击图片有阴影处理*/
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
input{
    text-decoration: none;
    /*a标签点击图片有阴影处理*/
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
/* 两端对齐 */
.spaceBetween{display: flex;justify-content: space-between;flex-wrap: wrap;}
/* 文字垂直居中 */
.alignCenter{display: flex;align-items: center;}

body{width: 100%;font-family: "微软雅黑";font-size: 1rem;-webkit-text-size-adjust: 100% !important;  background: #0f7cf5;}
body:before { content: ' '; position: fixed; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/bg.webp) center 0 no-repeat; background-size: cover;}
.wrap{position: relative;width: 100%;background: #0f7cf5; -webkit-text-size-adjust: 100% !important;-webkit-overflow-scrolling:touch;}
.bg{ width: 100%; position: relative; overflow: hidden;}
.post{position: absolute;}
.sub_box{ width: 100%; padding-bottom: 1px;}
.back img,.content{ margin: 0 auto;}
.back img{ width: 50%; padding: 2rem 0;}
.logo{top: 46%;left: 2.5%;width: 95%;}
.home{ top: 1%; left: 2%; width: 12%;}
.title{bottom: 0;left: 15%;width: 70%;}

.content{ width: 95%; font-size: 1.8rem; color: #fff; line-height: 2.3rem;}
.xjx{ width: 49%; position: absolute; left: 25.5%; top: 0;}
.text{ width: 90%; margin: 1.5rem auto;}
.bg2{ width: 100%; margin: 1.5rem auto; position: relative;}
.pic,.gif{ width: 96%; position: absolute; left: 2%; top: 0.3rem;}
.gif img,.pic img{ border-radius: 3rem;}
.tips{width: 100%;text-align: center;font-size: 1.1rem;color: #fff; line-height: 3rem;}

.bottom{width: 100%; position: absolute; left: 0; top: 25%; color: #ffffff;font-size: 0.8rem; text-align: center;}
.privacyBox{position: absolute;bottom: -4rem;left: 0;width: 100%;}
.privacyBox a{ color: #fff;}

/*横屏*/
@media screen and (min-aspect-ratio:13/8){
    .wrap{width: 650px;margin: 0 auto; border-left: 2px solid #ffffff; border-right: 2px solid #ffffff;}
}