/** ios16弹框 **/
.system-os-16 {
    display: none;
}
.system-upgrade-notice {
    position: fixed;
    z-index: 555;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.system-upgrade-notice .upgrade-mask {
    position: fixed;
    z-index: 555;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    transition: all .25s;
    opacity: 1;
}
.system-upgrade-notice .upgrade-container {
    position: relative;
    z-index: 666;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    flex-direction: column;
    padding-bottom: env(safe-area-inset-bottom);
    transition: all .25s;
    opacity: 1;
    transform: translateY(0);
    padding-bottom: 25px;
}
.system-upgrade-notice .upgrade-main {
    padding: 15px;
}
.system-upgrade-notice .upgrade-top {
    text-align: center;
}
.system-upgrade-notice .tips {
    color: #282828;
    font-size: .34rem;
    padding: 10px 0 5px;
    font-weight: bold;
}
.system-upgrade-notice .upgrade-bottom-download {
    background-color: #4D77F7;
    font-size: 16px;
    margin: 20px 20px 10px;
    border-radius: 20px;
    color: #fff;
    transition: all .1s;
    text-align: center;
    padding: 8px;
}

/** 17 **/
.game-os-version-index {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
    max-width: 720px;
    margin: 0 auto;
    transition: all .4s ease-out;
    display: none;
}
.game-os-version-index .os-site {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
    height: 100%;
}
.game-os-version-index .os-site .os-main {
    background: #fff;
    width: 85%;
    text-align: center;
    border-radius: 8px;
}
.game-os-version-index .os-site .os-main .os-top {
    display: flex;
    align-items: center;
    background: #f5f6f8;
    padding: 10px 20px 10px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.game-os-version-index .os-site .os-main .os-top .title {
    flex: 1 1;
    font-size: .32rem;
    color: #282828;
}
.game-os-version-index .os-site .os-main .os-top .close img {
    width: 20px;
}
.game-os-version-index .os-site .os-main .os-center {
    padding: 10px 20px 10px 20px;
}
.game-os-version-index .os-site .os-main .os-center .desc {
    text-align: left;
    color: #282828;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.game-os-version-index .os-site .os-main .os-center .step {
    display: flex;
    align-items: center;
}
.game-os-version-index .os-site .os-main .os-center .step .number {
    width: 0.2rem;
    height: 0.2rem;
    padding: 10px;
    border-radius: 30px;
    background: #ffc000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 0.1rem;
    font-size: .2rem;
}
.game-os-version-index .os-site .os-main .os-center .step .text {
    font-size: .24rem;
}
.game-os-version-index .os-site .os-main .os-center .style-img {
    margin-top: 0.1rem;
}
.game-os-version-index .os-site .os-main .os-center .style-img img {
    border-radius: 8px;
}


/** qi ye qian xia zai  **/
.m-down-type {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.75);
    transition: all .25s;
    display: none;
}
.m-down-type .inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 85vh;
    transition: .3s;
}
.m-down-type .inner .down-top {
    color: #282828;
    border-bottom: 1px solid #eee;
}
.m-down-type .inner .m-down-wp {
    margin: 0 auto;
    padding: 0 0.2rem;
}
.m-down-type .inner .down-top .g-t1 {
    padding: 0.2rem 0 0.2rem 0;
}
.m-down-type .inner .down-top .t-left-jt-close {
    width: 0.3rem;
    height: 0.3rem;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    margin-top: 0.115rem;
    right: 0;
    margin-right: 0.5rem;
}
.m-down-type .inner .down-top .g-t1 .tit {
    text-align: center;
    font-size: .36rem;
    font-weight: 500;
}
.m-down-type .inner .m-down-wp {
    margin: 0 auto;
    padding: 0 0.2rem;
}
.m-down-type .inner p {
    clear: both;
    font-family: PingFang SC;
    font-weight: 500;
    color: #282828;
    font-size: .3rem;
    margin-bottom: 0.2rem;
}
.m-down-type .inner p:first-child {
    margin-top: 0.2rem;
}
.m-down-type .inner .down-game-pic3 {
    width: 0.6rem;
    position: absolute;
    margin-top: 0.2rem;
    margin-left: 1.225rem;
    z-index: 999;
}
.m-down-type .inner .p-down-v1 {
    margin-top: 0.28rem;
}
.m-down-type .inner .p-down-v1 li {
    float: left;
    /*width: 15%;*/
    width: 14.5%;
    overflow: hidden;
    margin-bottom: 0.2rem;
    position: relative;
    z-index: 1;
    margin-right: 0.945rem;
}
.m-down-type .inner .p-down-v1 li:last-child {
    margin-right: 0;
}
.m-down-type .inner .down-game-pic {
    width: 1rem;
    height: 1rem;
    border-radius: 0.28rem;
    margin-bottom: 0.14rem;
}
.m-down-type .inner .down-game-pic img {
    width: 100%;
}
.m-down-type .inner .down-game-pic2 {
    position: absolute;
    top: 0;
}
.m-down-type .inner .down-game-pic2 img {
    width: 1rem;
    height: 1rem;
}
.m-down-type .inner .trust {
    width: 100%;
    background: #FFC000;
    border-radius: 0.5rem;
    color: #fff;
    padding: 0.2rem;
    font-size: .36rem;
    margin: 0.2rem 0;
    border: 0;
}