@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');

.dow-but li,.main,.title01,.title02,.tab-but li,.section-1 .ofPet,.section-2 .ofPet{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


body{
    background: url(../img/bg.png) #3d61a2;
}
.header{
    
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 1.2rem;
    background: rgba(254, 254, 254, .2);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    box-shadow: 0 0 .4rem rgba(38, 28, 19, .4);
}
/* top-nav */
.top-nav {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.2rem;
}
.top-nav ul li {
    position: relative;
    height: 1.2rem;
    cursor: pointer;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .24rem;
    justify-content: center;
    letter-spacing: 1px;
}
.top-nav ul li a {
    position: relative;
    display: block;
    z-index: 1;
    padding: 0 .3rem;
    min-width: 2rem;
    text-align: center;
    font-weight: 400;
    color: #fff;
    transition: color .6s ease;
}
.top-nav ul li span{
    color: #ffd35e;
    font-size: 0.17rem;
    font-variant: all-small-caps;
}
.top-nav ul li.on a {
    color: #ffe7c8;
    background-image: linear-gradient(#ffb959, #b66d14);
}
.top-nav ul li a:hover {
    /* color: #ffe7c8; */
}
.top-nav ul li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(254, 254, 254, .2);
    transition: height .6s ease;
}
.top-nav ul li:hover::after {
    height: 100%;
    background: rgba(254, 254, 254, .2);
}
.top-nav .logo {
    float: left;
    margin-top: 0.04rem;
    width: 1.56rem;
    height: 0.97rem;
    background: url(../img/logo.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.top-nav .exit-btn{
	display:none;
}
.header.fixed {
    background: rgba(46, 46, 46, 0.5);
    /* height: .6rem; */
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
    transition: all .5s ease;
}
.header.fixed ul li {
    /* line-height: .6rem; */
    /* color: #000; */
}
.header.fixed .nav-list li a {
    height: .6rem;
    /* line-height: .6rem; */
}
.banner{
    position: relative;
    width: 100%;
    min-height: 10.8rem;
    background: url(../img/banner.png) no-repeat center top;
    background-size: contain;
}
.ban-log{
    position: absolute;
    right: 0;
    left: 0;
    top: 3.7rem;
    margin: auto;
    display: block;
    width: 7.56rem;
    height: 3.11rem;
    background: url(../img/max-logo.png) no-repeat center;
    background-size: contain;
    animation: s 1.5s infinite;
    z-index: 1;
    cursor: pointer;
}
.dow-but{
    position: absolute;
    right: 0;
    left: 0;
    bottom: .8rem;
    margin: auto;
    width: 12rem;
    height: .96rem;
    display: flex;
    justify-content: space-between;
}
.dow-but li a{
    width: 3.06rem;
    height: 100%;
    display: block;
}
.dow-but li:nth-child(1){
    background-image: url(../img/btn-apk.png);
}
.dow-but li:nth-child(2){
    background-image: url(../img/btn-app-store.png);
}
.dow-but li:nth-child(3){
    background-image: url(../img/btn-gp.png);
}
.dow-but li:hover{
    opacity: .9;
}

.section{
    width: 100%;
    min-height: 10.8rem;
}
.section-1 h3 {
    font-size: .18rem;
}
.section-1 .con h3, .section-2 .con h3 {
    margin-left: -.08rem;
    font-weight: 500;
}
.section-1 .con h3:not(:first-child), .section-2 .con h3:not(:first-child) {
    margin-top: .1rem;
}
.section-1 .con ol {
    padding-left: .2rem;
}
.section-1 .con li {
    list-style: circle;
}
.img-list {
    display: flex;
    justify-content: space-between;
}
.con p em, .con li em {
    color: #b37f4e;
}
.main{
    width:12.9rem;
    height: 9.3rem;
    margin: auto;
    position: relative;
    padding-top: 0.8rem;
    background-position: bottom center;
}
.title01 {
    width:4.04rem;
    height: 1.34rem;
    margin: auto;
    margin-top: -0.44rem;
}
.tab-but{
    
display: flex;
    
justify-content: center;
    
margin: .2rem 0 .3rem 0;
}
.tab-but li{
    width: 2.17rem;
    height: .64rem;
    line-height: .64rem;
    background-image: url(../img/btn-tabOn.png);
    margin: 0 .1rem;
    color: #70240b;
    text-align: center;
    font-size: .28rem;
    cursor: pointer;
    opacity: .5;
}
.tab-but li.act{
    opacity: 1;
}
.content{
    width: 81%;
    height: 6.1rem;
    margin: .5rem auto 0;
    font-size: .16rem;
    color: #333333;
    line-height: .34rem;
    overflow: auto;
    padding: 0 .12rem;
}
.content .con{
    width: 100%;
    display: none;
}
.content .con.act{
    display: block;
}
.content .con table{    border: 1px solid #ccc;}
.content .con table th{    border: 1px solid #ccc;}
.content .con table td{    border: 1px solid #ccc;padding: 0.08rem;line-height: .28rem;}

.section-1 .main{
    background-image: url(../img/bg-con1.png);
}
.section-2 .main{
    background-image: url(../img/bg-con2.png);
}
.section-1 .title01{
    background-image: url(../img/title1.png);
}
.section-2 .title01{
    background-image: url(../img/title2.png);
}
.section-1 .ofPet{
    position: absolute;
    bottom: -0.6rem;
    left: -3.1rem;
    width: 4.65rem;
    height: 5.59rem;
    background-image: url(../img/d1.png);
    display: none;
}
.section-2 .ofPet{
    position: absolute;
    bottom: -1.2rem;
    right: -3rem;
    width: 4.55rem;
    height: 4.42rem;
    background-image: url(../img/d2.png);
    display: none;
}

/* footer */
footer {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 1rem;
    background-color: #363b4e;
    overflow: hidden;
}
footer .footer-con {
    margin: 0 auto;
    width: 12rem;
    height: 100%;
}
footer .footer-con span {
    font-family: 'Noto Serif SC', serif;
    font-size: .12rem;
    color: #fff;
}
footer .fl {
    float: left;
    display: flex;
    align-items: center;
}
footer .fl img {
    float: left;
    margin-top: .23rem;
    width: 1.15rem;
}
footer .fl span {
    float: right;
    margin-top: .4rem;
    margin-left: .1rem;
    line-height: .2rem;
}
footer .fr {
    float: right;
    min-width: 2.6rem;
    height: 100%;
    display: flex;
    align-items: center;
}
footer .fr img {
    float: left;
    width: .44rem;
    height: auto;
    margin-right: .06rem;
}
footer .fr span {
    /* width: 1.9rem; */
    float: right;
}

@media (max-width: 800px) {
    .top-nav {
        padding: 0 .2rem;
        width: 100%;
        box-sizing: border-box;
    }
    .section-2 .ofPet,.top-nav ul li:nth-child(1),.top-nav ul li:nth-child(3),.top-nav ul li:nth-child(4),.top-nav ul li span,.top-nav ul li::after {
        display: none;
    }
    .top-nav ul li {
        font-size: .32rem;
    }
    .banner {
        height: 13rem;
        background: url(../img/banner.png) no-repeat center;
        background-size: cover;
        overflow: hidden;
    }
    .ban-log {
        width: 99%;
        height: 2rem;
        top: 6rem;
        transform: scale(1.3);
    }
    .dow-but {
        bottom: 1.6rem;
        width: 100%;
        height: auto;
        justify-content: center;
        box-sizing: border-box;
    }
    .dow-but li {
        margin: .32rem .1rem 0;
        width: 45%;
        height: 1rem;
    }
    .dow-but li a {
        width: 100%;
    }
    .dow-but li:nth-child(2) {
        width: 60%;
        height: 1.4rem;
    }
    .main {
        width: 94%;
        height: 11rem;
    }
    .section-1 .main,.section-2 .main {
        background-size: cover;
    }
    .section-1 .ofPet {
        display: none;
    }
    .download-google, .download-app {
        display: none;
    }
    .title01 {
        margin-top: -1.2rem;
        width: 100%;
        height: 1.6rem;
    }
    .tab-but li {
        width: 42%;
        height: 1rem;
        line-height: 1rem;
        font-size: .32rem;
    }
    .content {
        width: 90%;
        height: 73%;
        font-size: .28rem;
        line-height: .48rem;
    }
    .section-1 h3 {
        margin-bottom: .1rem;
        font-size: .32rem;
    }
    .section-1 .con h3:not(:first-child) {
        margin-top: 0.32rem;
    }
    .section-2 {
        margin-top: 1rem;
    }

    footer {
        padding: .12rem 0;
        height: auto;
    }
    footer .footer-con {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        font-size: .22rem;
        line-height: .36rem;
    }
    footer .fl {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: .32rem;
        text-align: center;
    }
    footer .fl span {
        margin-top: .2rem;
        line-height: .36rem;
    }
    footer .fr {
        padding: 0 .32rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    footer .fr img {
        margin-bottom: .2rem;
        width: .72rem;
    }
}