html,
body {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    overflow: hidden;
    max-width: 450px;
}

::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

body > #h5 {
    height: 100%;
    opacity: 0.8px;
}

.imgs {
    padding: 0;
    width: 100%;
    margin-top: -4px;
}

.teching {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	z-index: 1001;
	overflow: auto;
}

.teching2 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	z-index: 1001;
	overflow: auto;
}

.teching2 .tab-content {
    display: none;
}

.teching2 .tab-content p {
    max-width: 400px;
    line-height: 1.333;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.teching2 .tab-content img {
    width: 100%;
    margin: 0;
}

/* index.css */
.logo{
    position:absolute;
    width: 60px;
    height: 60px;
    left:50%;
    margin-left:-30px;
    top: 15%;
}

.loader{
    position:absolute;
    width: 200px;
    height: 100px;
    left:50%;
    margin-left:-100px;
    top: 25%;
}

.loader{
    position:absolute;
    width: 200px;
    height: 100px;
    left:50%;
    margin-left:-100px;
    top: 35%;
}

.ios{
    position:absolute;
    width: 200px;
    height: 100px;
    left:50%;
    margin-left:-100px;
    top: 45%;
}

.android{
    position:absolute;
    width: 200px;
    height: 100px;
    left:50%;
    margin-left:-100px;
    top: 55%;
}
.down {
    width: 100%;
    bottom: 0px;
    z-index: 999;
    /*display: block;*/
    /*border: 0;*/
    /*vertical-align: top;*/
    /*-webkit-tap-highlight-color: transparent;*/
}

/* index10.css */
.gif {
	position: relative;
}

.gif .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 50px;
	height: 50px;
}

.his-back {
    position: fixed;
    left: 0;
    top: 0.25rem;
    z-index: 1;
    margin-left: calc((100% - 10rem) / 2);
    width: 10rem;
    height: 1.1733rem;
    background: transparent;
}

.his-back-img {
    position: absolute;
    left: 0.427rem;
    top: 0.26665rem;
    height: 0.64rem;
    width: 0.64rem;
    object-fit: cover;
}

.iospage {
    width: 10rem;
    height: 17.97rem;
    padding: 0;
    margin: 0;
    position: relative;
    background-image: url('https://bishuitangzyy.oss-cn-shanghai.aliyuncs.com/img/app_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.iospage-kefubtn {
    position: absolute;
    top: 15rem;
    background: transparent;
    width: 3.5rem;
    height: 1.25rem;
    right: 0.6rem;
}

.iospage-install {
    position: absolute;
    top: 8.94rem;
    left: 1rem;
    width: 8.4rem;
}

.iospage-install-items {
    width: 100%;
    height: 100%;
}

.iospage-install-item {
    margin-bottom: 0.427rem;
    width: calc(100% - 0.64rem);
    height: 2.56rem;
    background: #FFFFFF;
    box-shadow: 0px 0.027rem 0.187rem 0px rgba(247, 210, 84, 0.3);
    border-radius: 0.267rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-left: 0.32rem;
}

.iospage-install-item-left {
    width: 1.92rem;
    height: 1.92rem;
    object-fit: cover;
    border-radius: 0.427rem;
}

.iospage-install-item-right {
    margin-left: 0.32rem;
    width: 100%;
    height: calc(100% - 0.64rem);
}

.iospage-install-item-right-top {
    font-size: 0.453rem;
    color: #9F7538;
    letter-spacing: 0;
    font-weight: 500;
}

.iospage-install-item-right-bottom {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
}

.iospage-install-item-right-bottom-left {
    position: absolute;
    left: 0rem;
    top: 0.64rem;
    width: 1.493rem;
    height: 0.64rem;
    background: #007AFF;
    border-radius: 0.32rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 0.64rem;
    font-weight: 500;
    text-align: center;
}

.iospage-install-item-right-bottom-right {
    position: absolute;
    right: 0.32rem;
    top: 0.64rem;
    width: 1.92rem;
    height: 0.64rem;
    border: 0.0267rem solid #007AFF;
    border-radius: 0.32rem;
    font-size: 0.32rem;
    color: #007AFF;
    letter-spacing: 0;
    line-height: 0.64rem;
    font-weight: 400;
    text-align: center;
}

.iospage-install-des {
    text-align: center;
    font-size: 0.347rem;
    color: #9F7538;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.533rem;
    font-weight: 400;
}

.iospage-install-des span {
    font-size: 0.373rem;
    color: #FF0000;
    font-weight: 500;
}