body,html{
	margin: 0;
}
a{
     text-decoration: none;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
}
.img{
	display: block;
}
.img img{
	display: block;
}
.footer-section {
    width: 100%;
}
.foot, .footsmall{
    padding: 1.5em;
    background: #323232;
}
.foot .text {
    position: relative;
    width: 760px;
    font-size: 16px;
    margin: 10px auto 20px;
}
.foot .url_box {
    display: flex;
    display: -webkit-flex;
    width: 50%;
    height: 40px;
    line-height: 40px;
}
.foot .url_box a, .foot span, .footsmall .url_box a, .footsmall span {
    flex: 1;
    -webkit-flex: 1;
    color: #fff;
}
.foot p {
    display: flex;
    display: -webkit-flex;
    width: 70%;
    height: 30px;
    line-height: 30px;
}
.foot img {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -20px;
    right: -10%;
}
.foot span:first-child, .footsmall span:first-child{
    flex: 1 1 60px;
    -webkit-flex: 1 1 60px;
}
.footsmall .text{
    position: relative;
    width: 300px;
    font-size: 12px;
}
.footsmall .url_box{
    display: flex;
    display: -webkit-flex;
    width: 75%;
    height: 30px;
    line-height: 30px;
}
.footsmall p{
    display: flex;
    display: -webkit-flex;
    width: 80%;
    height: 25px;
    line-height: 25px;
}
.footsmall img{
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
@media (min-width: 769px) {
    .container-small, .footsmall {
        display: none;
    }
}
@media (max-width: 768px) {
    .container, .foot{
        display: none;
    }
}
@media (max-width: 480px) {
    .footsmall .urlBox{
        width: 90%;
    }
}
@media (max-width: 320px){
    .footsmall{
        padding: 2em 0.5em;
    }
}

/* 20210506 */
.mask {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
}
.androidSmallContainer{
    position: relative;
    margin-top: 12vw;
}
#openOrDownload{
    position: absolute;
    display: block;
    width: 40vw;
    height: 10vw;
    top: 66vw;
    left: 10vw;
}
.androidOpen{
    width: 100%;
    height: 12vw;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}
.openLogo{
    display: inline-block;
    vertical-align: top;
    height: 10vw;
    width: 10vw;
    margin: 1vw 1vw 1vw 3vw;
}
.openTxt{
    display: inline-block;
    vertical-align: top;
}
.openTxt p{
    height: 7vw;
    line-height: 8vw;
    margin: 0;
}
.openTips{
    display: block;
    color: #aaa;
    font-size: 10px;
    line-height: 4vw;
}
.openBtn{
    position: absolute;
    background: #d8a14f;
    color: #ffffff;
    height: 8vw;
    width: 16vw;
    right: 3vw;
    top: 2vw;
    text-align: center;
    line-height: 8vw;
    border-radius: 4vw;
    font-size: 12px;
    font-weight: bold;
}