html,
body {
    margin: 0;
    padding: 0;
}

.ios-page-div {
    width: 100%;
    display: none;
}

.android-page-div {
    width: 100%;
    display: none;
}

.current {
    top: 23%;
    position: absolute;
    z-index: 999;
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.currenturl {
    color: red;
    text-shadow: -1px -1px rgb(255, 255, 255), 1.5px 1.5px rgb(255, 255, 255);
    font-weight: 900;
    font-size: 18px;
    max-width: 80%;
    overflow: hidden;
}

.copycurrenturl {
    width: 50px;
    height: 30px;
    font-weight: 900;
    text-shadow: -1px -1px rgb(68, 0, 255), 1.5px 1.5px rgb(25, 0, 255);
    text-decoration: underline;
    color: rgb(255, 255, 255);
}

.image-div {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgimg {
    width: 100%;
}

.buttom-div-one {
    position: absolute;
    width: 80%;
    display: flex;
    margin-top: 30%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 10px;
}

.buttom-div-one-item-template {
    width: 45%;
    display: none;
    /* margin: 10px 0; */
    position: relative;
    margin-top: 90px;
    margin: auto;
    height: 40px;
}

.template-p {
    position: absolute;
    height: 90%;
    right: 20%;
    top: 0;
    color: #462909;
    font-size: 15px;
    margin: 0;
    /*padding-top: 4%;*/
    display: flex;
    align-items: center;
}

.template-span {
    /* margin-bottom: 3px; */
}

.buttom-div-one-item {
    width: 45%;
    margin: 10px 0;
    margin-top: 10px;
    margin: auto;
    height: 40px;
}

.android-buttom-div {
    position: absolute;
    top: 65%;
    right: 30%;
    width: 40%;
    margin-top: 40px;
}

.android-button-img {
    width: 100%;
}

.button-img {
    /* width: 80%; */
    /* margin-left: 10%; */
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.footer-button-div {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 10px;
    margin-bottom: 50px;
}

.footer-button-img {
    position: absolute;
    bottom: 0px;
    left: 30%;
    width: 40%;
    height: 40px;
}

#androidSafeDown {
    animation: myfirst 1.5s infinite linear;
    -moz-animation: myfirst 1.5s infinite linear;
    /* Firefox */
    -webkit-animation: myfirst 1.5s infinite linear;
    /* Safari 和 Chrome */
    -o-animation: myfirst 1.5s infinite linear;
    /* Opera */
}