html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size: 62.5%}
*{ margin:0; padding:0}
a{outline:none;text-decoration:none;}
a:hover{text-decoration:none;}
html{zoom:1;}
html *{outline:0;zoom:1;}
html button::-moz-focus-inner{border-color:transparent!important;}
body{overflow-x: hidden;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,a img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button{-webkit-appearance: none;}
em,i{font-style:normal;}
::-webkit-scrollbar{width:3px}
::-webkit-scrollbar-track {background-color:#000}
::-webkit-scrollbar-thumb {background-color:#000}
::-webkit-scrollbar-thumb:hover {background-color:#000}
::-webkit-scrollbar-thumb:active {background-color:#000}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
@media screen and (min-width:751px) {
    html {
        zoom: 72% !important;												
      }
    body{
        min-height: 133vh !important;
    }
    #main .navi>li .jsBox li .url {
        width:7rem !important;
        margin-right: .3rem;
    }
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

html,body{
    font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    background: #333333;
	max-width: 750px;
	margin: 0 auto;
    overflow: hidden;
    font-size: 1.5rem;
}

img {
	vertical-align: top;
	width: 100%;
}
.pagewrap{
    height: 100%;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: fixed;
    background: #fff;
    overflow-y: auto;
}
.bg-img{
    background: #fff;
	background-size: 100% auto;
    /*height: 100%;*/
	/*min-height: 100vh;*/
	max-width: 750px;
    margin: 0 auto;
}

#container {
	position: fixed;
	width: 100%;
	max-width: 750px;	
	bottom: 0;
	margin: 0 auto;
	text-align: center;
}

.main {
	padding: 0;
	margin: 0 auto;
}

.main .linkUl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1vh;
    margin: 0 auto;
}

.main .linkUl > li {
    width: 232px;
    /* position: relative; */
}

.li01{
    margin-left: .3rem;
}

.li02{
    position: relative;
}

.li03{
    margin-right: .3rem;
}

/* FOOTER */
.footer {
    font-size: .7rem;
    color: #f7e6cd;
	background-color: #000;
    text-align: center;
	overflow: hidden;
    margin: 0.5rem 0;
}

/* JSBOX ç¶²åŸŸé¸å–® */
.jsBox {
    position: absolute;
    top: -507px;
    left: 0;

    width: min(100vw, 750px);
    max-width: 750px;
    min-width: 300px;

    box-sizing: border-box;
    color: #fff;
    border: 1px solid #9f865c;
    background: rgba(0, 0, 0, 0.9);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    z-index: 10;
    font-size: .8rem;

    width: 96%;
    left: 50%;
    transform: translateX(-50%);

    position: absolute;
    left: 50%;
    top: 0;                  
    transform: translate(-50%, -100%);
    height: 518px;
    padding-top: 20px;
}

.jsBox li .ms,
.jsBox li span,
.jsBox li a{
    padding: .4rem;
}

.jsBox .arrow {
    width: .8rem;
    position: absolute;
    left: 50%;
    bottom: -0.48rem;
    transform: translateX(-50%);
}

.jsBox p {
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 1rem 0 1rem;
    /* white-space: nowrap; */
}

.jsBox .txtapp {
    width: 90%;
    color: #fff;
    background: #9f865c;
    border: 1px solid #b49868;
    padding: .2rem .6rem;
    border-radius: 2rem;
    font-weight: bold;
    text-align: center;
    padding: .3rem;
	cursor: pointer;
    margin: 0 auto 1rem;
}

.jsBox ul {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.jsBox li {
    width: 90%;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    zoom: 1;
}

.jsBox li:last-child{
    margin-bottom: 0;
}

.jsBox li .ms {
    width: 16%;
}

.jsBox li span {
    display: block;
    float: left;
    color: #414755;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}

.jsBox li img {
    display: block;
    width: 5%;
    margin-right: 1.2%;
}

.jsBox li .url {
    margin-right: .5rem;
    white-space: nowrap;
    width: 52%;
}


.jsBox li a {
    display: block;
    float: right;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #9f865c;
    box-sizing: border-box;
    width: 25%;
    white-space: nowrap;
}

.show{
    display: block;
}

.hide{
    display: none;
}
#wrap{
    background:#fff url(../img/bg.jpg) no-repeat top center;
    width:100%;
    max-width:750px;
    height:47rem;
    background-size:100% 100%;
}
#container{
    position:fixed;
    background: #fff;
}
@media screen and (max-width: 750px){

    .main .linkUl{
        gap: 0;
    }

    .footer{
        font-size: .5rem;
    }

    .jsBox{
        font-size: .5rem;
        height:320px;
        margin-top:0;
    }

    .jsBox .arrow{
        bottom: -0.4rem;
    }
	.pagewrap{position:inherit}
	.bg-img{background: #fff url(../img/bg.jpg) no-repeat center top;background-size: 100% auto;}
	#wrap{display:none}
	#container{position:fixed}
	.jsBox p{margin:0px auto 10px}
	.jsBox .txtapp{margin-bottom:10px}
	.jsBox li{margin-bottom:10px}
	.jsBox ul{margin-bottom:0;}
	.jsBox .txtapp, .jsBox li{width:96%;}
	.bg-img{
       height: 100%;
	   min-height: 100vh;
	   max-width: 750px;
       margin: 0 auto;
    }
}