html,
body {
    margin: 0;
    padding: 0;
}

.ios-page-div {
    width: 100%;
    display: none;
}

.android-page-div {
    width: 100%;
    display: none;
}

.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%;
}

.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: 22px;
    max-width: 80%;
    overflow: hidden;
}

.copycurrenturl {
    width: 50px;
}

.buttom-div-one {
    position: absolute;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    top: 78%;
}

.buttom-div-one-item-template {
    width: 50%;
    display: none;
    margin: 10px 0;
    display: none;
    position: relative;
}

.template-p {
    position: absolute;
    height: 90%;
    right: 20%;
    top: 0;
    color: #FFFFFF;
    font-size: 17px;
    margin: 0;
    /*padding-top: 4%;*/
    display: flex;
    align-items: center;
}

.template-span {
    margin-bottom: 3px;
}

.buttom-div-one-item {
    width: 50%;
    margin: 10px 0;
}

.android-buttom-div {
    position: absolute;
    top: 85%;
    right: 30%;
    width: 40%;
}

.android-button-img {
    width: 100%;
}

.button-img {
    width: 80%;
    margin-left: 10%;
}

.footer-button-div {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 120px;
}

.footer-button-img {
    position: absolute;
    bottom: 40px;
    left: 31%;
    width: 30%;
}

#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 */
}