@media (min-width:480px){
    .Ottking{
        position: relative;
        padding-bottom: 65px;
    }
    .Ottking .OttkingBg{
        width: 100%;
        z-index: 1;
        display: block;
    }

    .Dija{
        width: 409px;
        display: block;
        margin:0 auto 50px;
    }



    .Ottmother{
        text-align: center;
        margin-top: 40px;
    }
    .Ottmother ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 80px;
    }
    .Ottmother ul li {
        margin-right: 60px;
        text-align: center;
        font-size: 30px;
        color: #333;
        margin-bottom: 53px;
    }
    .Ottmother ul li:nth-child(3n){
        margin-right: 0;
    }
    .Ottmother ul li div{
        width: 100px;
        height: 100px;
        margin:0 auto;
    }
    .Ottmother ul li div img{
        height: 77px;
    }
    .Ottmother .submit_button{
        width: 600px;
    }


    .Ottfather ul{
        margin:0 32px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: center;
    }
    .Ottfather ul img{
        width: 210px;
        margin-bottom: 18px;
    }
    .Ottfather ul li{
        margin-bottom: 30px;
        font-size: 23px;
        font-weight: 400;
        color: #000000;
    }
    .Ottfather ul li p{
        position: relative;
    }
    .Ottfather ul li p::after{
        content:"";
        display: block;
        width: 55px;
        height: 4px;
        background: #4B95D3;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
    }
    .Ottfather .Gaussian{
        width: 507px;
        height: 168px;
        background-image: url(../img/Gaussianbg.png);
        background-size: 100% 100%;
        margin: 0 auto;
        padding-top: 46px;
    }
    .Ottfather .Gaussian .Dana{
        font-size: 42px;
        font-family: Source Han Sans CN;
        font-weight: 800;
        color: #4B95D3;
        background: linear-gradient(0deg, #B70227 0%, #EA010D 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
    }
    .Ottfather .Gaussian .Gaia{
        font-size: 32px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #000000;
        text-align: center;
        margin-top: 20px;
    }

    .Zofi{
        margin-top: 87px;
    }
    .Zofi .Gaussian{
        display: flex;
        justify-content: space-between;
        margin:0 32px;
        position: relative;
    }
    .Zofi .Gaussian .vs{
        position: absolute;
        width: 73px;
        top: 44px;
        left: 50%;
        transform: translateX(-50%);
    }
    .Zofi .Gaussian div{
        width: 326px;
        border-radius: 30px;
        overflow: hidden;
    }
    .Zofi .Gaussian span{
        display: block;
    }
    .Zofi .Gaussian .Astra .CerroTitle{
        background-color: #0E5AB4;
        padding: 40px 0 46px;
        text-align: center;
    }
    .Zofi .Gaussian .Astra .CerroTitle .CerroTitle2{
        font-size: 40px;
        font-weight: 500;
        color: #FFFFFF;
    }
    .Zofi .Gaussian .Astra .CerroTitle .CerroTitle1{
        font-size: 32px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .Zofi .Gaussian .Jonias .CerroTitle{
        background-color: #A5A5A5;
        padding: 40px 0 46px;
        text-align: center;
    }
    .Zofi .Gaussian .Jonias .CerroTitle .CerroTitle2{
        font-size: 40px;
        font-weight: 500;
        color: #FFFFFF;
    }
    .Zofi .Gaussian .Jonias .CerroTitle .CerroTitle1{
        font-size: 32px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .Zofi .Gaussian .Astra ul li{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 28px;
        font-weight: 400;
        color: #595859;
        padding: 26px 26px;
    }
    .Zofi .Gaussian .Jonias ul li{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 28px;
        font-weight: 400;
        color: #595859;
        padding: 26px 26px;
    }
    .Zofi .Gaussian .Astra ul li:nth-child(2n+1){
        background-color: #F6F6F6;
    }
    .Zofi .Gaussian .Astra ul li:nth-child(2n){
        background-color: #E9E9E9;
    }
    .Zofi .Gaussian .Jonias ul li:nth-child(2n+1){
        background-color: #F6F6F6;
    }
    .Zofi .Gaussian .Jonias ul li:nth-child(2n){
        background-color: #E9E9E9;
    }
    .Zofi .Gaussian  ul li img{
        width: 40px;
    }


    .Altman{
        margin-top: 87px;
    }
    .Altman ul{
        margin:0 32px;
    }
    .Altman ul li{
        display: flex;
        justify-content: space-between;
        background-image: url(../img/AltmanBg.png);
        background-size: 100% 100%;
        align-items: center;
        padding: 30px;
    }
    .Altman .Dana{
        width: 164px;
        font-size: 38px;
        font-weight: bold;
        color: #F99247;
        margin-right: 53px;
    }
    .Altman .Gaia{
        width: 433px;
        font-size: 22px;
        font-weight: 400;
        color: #000000;
    }


    .Severn{
        margin-top: 87px;
    }
    .Severn .Dija{
        margin-bottom: 100px;
    }
    .Severn .Gaussian{
        margin:0 32px 70px;
        background: #FFFBED;
        border-radius: 20px;
        padding: 50px 32px 30px;
        position: relative;
    }
    .Severn .Gaussian .Gaia{
        font-size: 20px;
        color: #5F5E5E;
        line-height: 1.5;
    }
    .Severn .Gaussian .Dana{
        font-size: 30px;
        font-weight: 500;
        color: #FFFFFF;
        position: absolute;
        top: -50px;
        left: 0;
        background-size: 100% 100%;
        padding: 14px 36px;
    }
    .Severn .Gaussian .Dana1{
        background-image: url(../img/Dana1.png);
    }
    .Severn .Gaussian .Dana2{
        background-image: url(../img/Dana2.png);
    }
    .Severn .Gaussian .Dana3{
        background-image: url(../img/Dana3.png);
    }

    .Jack{
        text-align: center;
    }
    .Jack img{
        width: 600px;
    }
}
@media (max-width:480px){
    .Ottking{
        position: relative;
        padding-bottom: 35px;
    }
    .Ottking .OttkingBg{
        width: 100%;
    }

    .Dija{
        width: 320px;
        display: block;
        margin:0 auto 30px;
    }



    .Ottmother{
        text-align: center;
    }
    .Ottmother ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 43px;
    }
    .Ottmother ul li {
        margin-right: 40px;
        text-align: center;
        font-size: 16px;
        color: #333;
        margin-bottom: 28px;
    }
    .Ottmother ul li:nth-child(3n){
        margin-right: 0;
    }
    .Ottmother ul li div{
        width: 50px;
        height: 50px;
        margin:0 auto;
    }
    .Ottmother ul li div img{
        height: 40px;
    }
    .Ottmother .submit_button{
        width: 320px;
    }


    .Ottfather ul{
        margin:0 16px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: center;
    }
    .Ottfather ul img{
        width: 100px;
        margin-bottom: 10px;
    }
    .Ottfather ul li{
        margin-bottom: 16px;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
    }
    .Ottfather ul li p{
        position: relative;
    }
    .Ottfather ul li p::after{
        content:"";
        display: block;
        width: 29px;
        height: 2px;
        background: #4B95D3;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
    }
    .Ottfather .Gaussian{
        width: 270px;
        height: 90px;
        background-image: url(../img/Gaussianbg.png);
        background-size: 100% 100%;
        margin: 0 auto;
        padding-top: 24px;
    }
    .Ottfather .Gaussian .Dana{
        font-size: 22px;
        font-family: Source Han Sans CN;
        font-weight: 800;
        color: #4B95D3;
        background: linear-gradient(0deg, #B70227 0%, #EA010D 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
    }
    .Ottfather .Gaussian .Gaia{
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #000000;
        text-align: center;
        margin-top: 8px;
    }

    .Zofi{
        margin-top: 46px;
    }
    .Zofi .Gaussian{
        display: flex;
        justify-content: space-between;
        margin:0 16px;
        position: relative;
    }
    .Zofi .Gaussian .vs{
        position: absolute;
        width: 39px;
        top: 24px;
        left: 50%;
        transform: translateX(-50%);
    }
    .Zofi .Gaussian div{
        width: 174px;
        border-radius: 16px;
        overflow: hidden;
    }
    .Zofi .Gaussian span{
        display: block;
    }
    .Zofi .Gaussian .Astra .CerroTitle{
        background-color: #0E5AB4;
        padding: 20px 0 22px;
        text-align: center;
    }
    .Zofi .Gaussian .Astra .CerroTitle .CerroTitle2{
        font-size: 24px;
        font-weight: 500;
        color: #FFFFFF;
    }
    .Zofi .Gaussian .Astra .CerroTitle .CerroTitle1{
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .Zofi .Gaussian .Jonias .CerroTitle{
        background-color: #A5A5A5;
        padding: 20px 0 22px;
        text-align: center;
    }
    .Zofi .Gaussian .Jonias .CerroTitle .CerroTitle2{
        font-size: 24px;
        font-weight: 500;
        color: #FFFFFF;
    }
    .Zofi .Gaussian .Jonias .CerroTitle .CerroTitle1{
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .Zofi .Gaussian .Astra ul li{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        font-weight: 400;
        color: #595859;
        padding: 13px 13px;
    }
    .Zofi .Gaussian .Jonias ul li{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        font-weight: 400;
        color: #595859;
        padding: 13px 13px;
    }
    .Zofi .Gaussian .Astra ul li:nth-child(2n+1){
        background-color: #F6F6F6;
    }
    .Zofi .Gaussian .Astra ul li:nth-child(2n){
        background-color: #E9E9E9;
    }
    .Zofi .Gaussian .Jonias ul li:nth-child(2n+1){
        background-color: #F6F6F6;
    }
    .Zofi .Gaussian .Jonias ul li:nth-child(2n){
        background-color: #E9E9E9;
    }
    .Zofi .Gaussian  ul li img{
        width: 20px;
    }


    .Altman{
        margin-top: 46px;
    }
    .Altman ul{
        margin:0 16px;
    }
    .Altman ul li{
        display: flex;
        justify-content: space-between;
        background-image: url(../img/AltmanBg.png);
        background-size: 100% 100%;
        align-items: center;
        padding: 20px;
    }
    .Altman .Dana{
        width: 100px;
        font-size: 20px;
        font-weight: bold;
        color: #F99247;
        margin-right: 30px;
    }
    .Altman .Gaia{
        width: 231px;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
    }


    .Severn{
        margin-top: 46px;
    }
    .Severn .Dija{
        margin-bottom: 55px;
    }
    .Severn .Gaussian{
        margin:0 16px 37px;
        background: #FFFBED;
        border-radius: 10px;
        padding: 26px 14px 15px;
        position: relative;
    }
    .Severn .Gaussian .Gaia{
        font-size: 10px;
        color: #5F5E5E;
        line-height: 1.5;
    }
    .Severn .Gaussian .Dana{
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        position: absolute;
        top: -30px;
        left: 0;
        background-size: 100% 100%;
        padding: 14px 36px;
    }
    .Severn .Gaussian .Dana1{
        background-image: url(../img/Dana1.png);
    }
    .Severn .Gaussian .Dana2{
        background-image: url(../img/Dana2.png);
    }
    .Severn .Gaussian .Dana3{
        background-image: url(../img/Dana3.png);
    }

    .Jack{
        text-align: center;
    }
    .Jack img{
        width: 320px;
    }
}  


.container{
    display: none;
}
.pc{
    display: block;
}


.pc .header{
    background: #ffffff;
    height: 95px;
}
.pc .header div{
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    line-height: 34px;
    width: 1296px;
    margin: 0 auto;
    height: 100%;
}
.pc .header div img{
    width: 58px;
    margin-right: 20px;
}

.pc .qrcode{
    background-image: url(../img/pc/bg.png);
    background-size: 100% 100%;
    min-height: 836px;
    display: flex;
    align-items: center;
}
.pc .qrcode ul{
    width: 1296px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}
.pc .qrcode ul .p1{
    font-size: 74px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 5px;
    margin-bottom: 47px;
}
.pc .qrcode ul span{
    color:#00E254;
}
.pc .qrcode ul .p2{
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 3px;
}
.pc .qrcode .right{
    display: flex;
    justify-content: space-between;
}
.pc .qrcode .down{
    width: 242px;
    background: #00E254;
    border-radius: 30px;    
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 10px 0;
    justify-content: center;
    margin-top: 30px;
}
.pc .qrcode .down img{
    width:16px;
    margin-right: 20px;
}
.iosdiv{
    margin-right: 70px;
}
.pc .right .content{
    height: 240px;
}
.pc .right .content img{
    margin:0 auto;
    border-radius: 10px;
    border: 4px solid #00E254;
    padding: 4px;
    background-color: #fff;
}

.pc .title{
    font-size: 46px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #464646;
    margin-bottom: 36px;
    text-align: center;
}
.pc .subtitle{
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-bottom: 82px;
}
.pc .fun{
    width: 1296px;
    margin: 0 auto;
    padding: 96px 0 0px;
}
.pc .fun ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.pc .fun ul li{
    flex: 0 0 25%;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 92px;
}
.pc .fun ul img{
    width: 160px;
    margin-bottom: 29px;
}

.pc .youshi ul{
    width: 1296px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.pc .youshi ul li{
    width: 356px;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.08);
    border-radius: 20px;
    padding: 37px 28px 30px;
}
.pc .youshi ul li div{
    height: 211px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc .youshi .img1{
    width: 136px;
}
.pc .youshi .img2{
    width: 152px;
}
.pc .youshi .img3{
    width: 131px;
}
.pc .youshi .p1{
    font-size: 36px;
    font-weight: bold;
    color: #006CFF;
    text-align: center;
    margin-bottom: 30px;
}
.pc .youshi .p2{
    font-size: 24px;
    font-weight: 400;
    color: #222222;
    opacity: 0.9;
}

.pc .comment{
    padding-top: 135px;
}
.pc .comment ul{
    width: 1296px;
    margin: 0 auto;
    position: relative;
    height: 790px;
}
.pc .comment li{
    position: absolute;
    display: inline-block;
}
.pc .comment li:nth-child(1){
    left: 21px;
}
.pc .comment li:nth-child(2){
    left: 0px;
    top: 290px;
}
.pc .comment li:nth-child(3){
    left: 479px;
    top: 142px;
    z-index: 2;
}
.pc .comment li:nth-child(4){
    right: 0;
    top: 7px;
}
.pc .comment li:nth-child(5){
    right: 82px;
    top: 298px;
    z-index: 1;
}
.pc .comment li div{
    display: flex;
    font-size: 28px;
    font-weight: 500;
    color: #464646;
    line-height: 36px;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}
.pc .comment li div img{
    width: 64px;
    margin-left: 22px;
}
.pc .comment li>p{
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}
.pc .comment .comment1{
    width: 515px;
    height: 235px;
    background-image: url(../img/pc/bg1.png);
    background-size: 100% 100%;
    padding: 40px 49px 62px 48px;
}
.pc .comment .comment2{
    width: 462px;
    height: 263px;
    background-image: url(../img/pc/bg2.png);
    background-size: 100% 100%;
    padding: 40px 49px 62px 48px;
}
.pc .comment .comment3{
    width: 463px;
    height: 247px;
    background-image: url(../img/pc/bg3.png);
    background-size: 100% 100%;
    padding: 40px 49px 62px 48px;
}
.pc .comment .comment4{
    width: 372px;
    height: 264px;
    background-image: url(../img/pc/bg4.png);
    background-size: 100% 100%;
    padding: 40px 49px 62px 48px;
}
.pc .comment .comment5{
    width: 418px;
    height: 247px;
    background-image: url(../img/pc/bg5.png);
    background-size: 100% 100%;
    padding: 40px 49px 62px 48px;
}
.pc .msg{
    width: 100%;
    text-align: center;
    height: 124px;
    background: #333333;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

a{
    color: inherit;/*继承父级元素的颜色*/
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
}