/* 43 */

.main-page43 {
    width: 100%;
    height: 100vh;
    overflow: scroll;
    font-size: 12px;
	    max-width: 750px;
    margin: 0 auto;
    width: 100%;
}

.main-page43::-webkit-scrollbar {
    width: 0;
}

.main-page43 * {
    box-sizing: border-box;
}

.main-page43 .mobile_center {
    width: 100%;
    height: 100vh;
	padding-top: 6vh;
}

.main-page43 .mobile_center .app_top{
    position: relative;
}

.main-page43 .mobile_center .app_top img {
    height: 100%;
    width: 100%;
    vertical-align: top;
    display: block;
}

.main-page43 .mobile_center .app_top .app_button {
    position: relative;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: 9vh
}

.top_dow img {
    background-repeat: no-repeat;
    background-position: center bottom;
    position: fixed;
    z-index: 999;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.mo_dow img {

	
	background-repeat: no-repeat;
    background-position: center bottom;
    position: fixed;
    z-index: 999;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    left: 50%;
       transform: translate(-50%, -100%);

}



.main-page43 .mobile_center .app_top .app_button a img {
    position: relative;
    display: block;
    width: 55vw;
}

.main-page43 .mobile_center .app_top .app_button .notice_icon {
    position: absolute;
    left: 12vw;
    bottom: -1vh;
}

.main-page43 .mobile_center .app_top .app_button .notice_icon img {
    width: 80px;
    height: 80px;
    animation: page43_shake 600ms ease-in-out 0s infinite alternate, page43_flash 600ms ease-in-out 0s infinite;
}

@keyframes page43_shake {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(10deg);
    }
}

@keyframes page43_flash {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
}

.main-page43 .mobile_center .app_top .url_button_download {
    position: absolute;
    background-image: url(../images/btn_appdownload_pt.png);
    width: 55vw;
    aspect-ratio: 416 / 130;
    background-size: cover;
    background-repeat: no-repeat;
    animation: page26_c 600ms -300ms linear infinite;
	left: 30%;
    width: 40%;
}

.main-page43 .mobile_center .app_top .url_button_enterWeb {
    position: absolute;
    top: 6vh;
    background-image: url(../images/btn_web_pt.png);
    width: 55vw;
    aspect-ratio: 416 / 130;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-page43 .mobile_center .app_center {
    position: relative;
	    padding-bottom: 11vh;
}

.main-page43 .mobile_center .app_center img {
    height: 100%;
    width: 100%;
    vertical-align: top;
    display: block;
}

.main-page43 .mobile_center .fixed_bottom {
    width: 100vw;
    background-image: url(../images/img_footerbg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: fixed;
    left: 0;
    bottom: 0;
    padding-top: 12px;
    padding-bottom: 2px;
    transition: all 300ms;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.main-page43 .mobile_center .fixed_bottom .left_dow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 27px;
    top: -4px;
    width: 150px;
}

.main-page43 .mobile_center .fixed_bottom p {
    font: italic 1.3em "Arial", serif;
    color: #FFFFFF;
    font-weight: 100;
}

.main-page43 .mobile_center .fixed_bottom .right_dow {
    margin-right: 2.6vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.main-page43 .mobile_center .fixed_bottom .right_dow .url_button_download {
    position: relative;
}

.main-page43 .mobile_center .fixed_bottom .right_dow .url_button_download .chess_game_a_container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 1.4vw;
}

.main-page43 .mobile_center .fixed_bottom .right_dow .url_button_download .chess_game_a {
    width: 50vw;
    display: block;
    animation: page43_zoom 1s linear infinite;
}

@keyframes page43_zoom {
    0% {
        transform: scale(0.98);
    }
    50% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(0.98);
    }
}

.main-page43 .mobile_center .fixed_bottom .right_dow .url_button_download .footerArrow {
    position: absolute;
    z-index: 2;
    top: 45%;
    right: 15%;
    transform: translateY(-50%);
}

.main-page43 .mobile_center .fixed_bottom .right_dow .url_button_download .footerArrow img {
    width: 1em;
    height: 1.2em;
    opacity: 0;
    animation: page43_slideIn 1s ease-in-out infinite;
}

.main-page43 .mobile_center .fixed_bottom .right_dow .url_button_download .footerArrow img:nth-child(1) {
    animation-delay: 0.1s;
}

.main-page43 .mobile_center .fixed_bottom .right_dow .url_button_download .footerArrow img:nth-child(2) {
    animation-delay: 0.3s;
}

.main-page43 .mobile_center .fixed_bottom .right_dow .url_button_download .footerArrow img:nth-child(3) {
    animation-delay: 0.5s;
}

@keyframes page43_slideIn {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}



.download-bar-model-shell {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001
}

.download-bar-model-shell.hide-model {
    display: none
}

.download-bar-model-shell .bar-model-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4)
}

.download-bar-model-shell .bar-model-closes {
    position: absolute;
    top: -6vh;
    right: 0;
    width: 5vh;
    height: 5vh;
}

.download-bar-model-shell .bar-model-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 40vh;
    -webkit-animation: zoomShow .2s both;
    animation: zoomShow .2s both;
}

.download-bar-model-shell .bar-model-contents .bar-model-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.download-bar-model-shell .bar-model-contents .bar-model-bg .modal-logo {
    position: absolute;
    left: .4rem;
    bottom: .71rem;
    height: .75rem
}

.download-bar-model-shell .bar-model-contents .bar-model-bg .modal-bg {
    display: block;
    width: 4.14rem
}

.download-bar-model-shell .bar-model-contents .bar-model-bg .modal-title {
    /* position: absolute; */
    left: 0;
    /* bottom: 0; */
    width: 100%
}

.download-bar-model-shell .bar-model-contents .appdown-list {
    width: 100%;
    padding: 15vh 1vh 2vh;
    border-radius: .3rem;
    background-color: #1b2132
}

.download-bar-model-shell .bar-model-contents .item-link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8vh;
    padding: 0 .1rem;
    border-radius: .1rem;
    background-color: #2b3248
}

.download-bar-model-shell .bar-model-contents .item-link:not(:last-child) {
    margin-bottom: .2rem;
}

.download-bar-model-shell .bar-model-contents .item-link .app-info {
    display: flex;
    align-items: center;
}

.download-bar-model-shell .bar-model-contents .item-link .app-info h5 {
    font-size: 1vh;
    font-weight: 500;
    color: #fff
}

.download-bar-model-shell .bar-model-contents .item-link .app-info p {
    font-size: .2rem;
    color: #a5a9b3;
    text-align: left;
    line-height: .32rem
}

.download-bar-model-shell .bar-model-contents .item-link .app-info .app-icon {
    width: 5vh;
    height: 5vh;
    margin-right: 01vh;
}

.download-bar-model-shell .bar-model-contents .item-link .down-btn {
    height: 4vh;
    line-height: 4vh;
    padding: 0 .1rem;
    background-color: #08c456;
    border: none;
    outline: none;
    font-size: 1vh;
    font-weight: 600;
    color: #fff;
    border-radius: .12rem;
    text-align: center;
}

.download-bar-model-shell .bar-model-closes svg{width: 100%;
    position: relative;
    z-index: 999;
    height: auto;}