@charset "utf-8";
/*初始化*/
body{-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-x:hidden;padding:0;margin:0 auto;color:#fff;font-size:16px;line-height:1.5;width:100%;min-width:320px;zoom:1;background-color:#fff;word-break:break-word;}
html{-webkit-text-size-adjust:100%;position:relative;}
body{font-family:'Noto Sans SC',-apple-system,BlinkMacSystemFont,"Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;}

p{min-height:4px;}
*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;word-break:break-word;outline:0;}

/*初始化图片*/
img{border:none;border:0;vertical-align:top;max-width:100%;height:100%;object-fit: cover;}

.ml-10{margin-left:10px;}
.ml-20{margin-left:20px;}
.mt-20{margin-top: 20px;}

/*全局样式*/
body{background-color:#131416;display: flex;flex-direction: column;justify-content: space-between;min-height: 100vh;}
.page_content{flex: 1;}
.banner {height:520px;}
.banner img {height:100% !important;object-fit:cover;}
.swiper-pagination-bullet {width:10px;height:10px;border-radius:10px;background-color:#848485;transition:all 0.3s ease-out;}
.swiper-pagination-bullet.swiper-pagination-bullet-active {width:30px;background-color:#c61912;}
#app{flex: 1;}

/* 楼层*/
.floor {position:relative;display:flex;justify-content:center;align-items:center;background-position:top center;background-repeat:no-repeat;background-size:cover;}
.floor1 {height:528px;}
.floor2 {height:1002px;}
.floor3 {height:507px;}
.floor4 {
    height: 633px;
    background-image: url('/static/image/06.jpg');
}
.download-box {position:absolute;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-position:top center;background-repeat:no-repeat;background-size:cover;width:1440px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;}
.download-box .download-btn {display:block;position:absolute;left:0;top:370px;width:220px;height:50px;text-indent:-9999px;}
    .download-box .download-btn.ios {
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url('/static/image/ios.png');
        background-size: contain;
    }
.ewm-box {
    display: none;
    position: relative;
    width: 220px;
    height: 193px;
    background: url('/static/image/ewm-bg.png') no-repeat center center;
    background-size: 100% 100%;
    margin-top: -193px;
}
.ewm-box.show {display:block;}
.ewm-box img {display:block;width:134px;height:134px;position:absolute;left:43px;top:26px;}
.download-box .download-btn.ios:hover {
    background-image: url('/static/image/ios-active.png');
}
.download-box .download-btn.android {
    left: 240px;
    background: url('/static/image/android.png') no-repeat center center;
    background-size: contain;
}

/* 底部*/
.footer {height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;color:#aeaeae;font-weight:400;}
.footer-content_box {width:1440px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 0;}

.footer-content .footer-right {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.footer-content a {position:relative;color:#aeaeae;font-size:16px;text-decoration:none;}
.footer-content a:hover {text-decoration:underline;}
.footer-content .ga {margin-left:20px;padding-left:20px;}
    .footer-content .ga::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background: url('/static/image/ga.png') no-repeat center center;
        background-size: contain;
    }

@media (max-width:1440px) {
    .footer-content_box,.download-box {width:1200px;}
    .banner {height:420px;}
    .swiper-pagination-bullet {width:8px;height:8px;border-radius:8px;}
    .swiper-pagination-bullet.swiper-pagination-bullet-active {width:20px;}
    .floor1 {height:428px;}
    .floor2 {height:802px;}
    .floor3 {height:407px;}
    .floor4 {
        height: 533px;
        background-image: url('/static/image/06.jpg');
    }
    .download-box .download-btn{top:320px;}
}
@media (max-width:1200px) {
    .footer-content_box,.download-box {width:1000px;}
    .banner {height:360px;}
    .floor1 {height:328px;}
    .floor2 {height:702px;}
    .floor3 {height:307px;}
    .floor4 {
        height: 433px;
        background-image: url('/static/image/06.jpg');
    }
    .download-box .download-btn{top:280px;}
}

a{text-decoration: none;transition: all 0.15s ease-out;}
a:hover{color: #fff;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none !important;
}
input[type='number'] {
-moz-appearance: textfield;
}

.color-fff{color: #fff;}
.color-aaa{color: #aaa;}
.color-ce0{color: #ce0000;}
.color-f4d{color: #F4D78C;}
.bg-000{background-color: #000;}

.smore-wrap {position:relative;max-width:1440px;width:96%;margin-left:auto;margin-right:auto;}
.header .smore-wrap {display:flex;justify-content:space-between;align-items:center;height:80px;}
.logo {flex:1;text-align:center;}
.logo-a{display:flex;justify-content:center;align-items:center;gap:10px;}
.login-user {position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;flex-shrink:0;}
.login-user .login {width:100px;height:40px;border-radius:20px;border:1px solid #494A4C;display:flex;align-items:center;justify-content:center;font-size:18px;color:#AAAAAA;cursor:pointer;}
.login-user .login:hover {background-color:#494A4C;color:#fff;}
.login-user .login .icon {display:block;width:17px;height:18px;margin-right:10px;}
.login-user .user {display:flex;align-items:center;justify-content:center;cursor:pointer;}
.login-user .user .avatar {width:40px;width:40px;border-radius:50%;margin-right:12px;}
.login-user .user .name {font-size:18px;color:#FFFFFF;}
    .login-user .user .icon {
        display: block;
        width: 12px;
        height: 7px;
        background: url('/static/image/down.png') no-repeat center center;
        background-size: contain;
        margin-left: 14px;
    }
.dropdown-menu {position:absolute;top:80px;right:0;width:262px;background:#131416;border-radius:14px;border:4px solid #CD0000;z-index:999;opacity:0;visibility:hidden;transition:all 0.3s ease-out;transform:translateY(-10px);}
.dropdown-menu.show {opacity:1;visibility:visible;transform:translateY(0);}
    .dropdown-menu a {
        display: block;
        height: 70px;
        line-height: 70px;
        font-size: 18px;
        color: #fff;
        padding: 0 30px;
        background-repeat: no-repeat;
        background-position: calc(100% - 30px) center;
        background-image: url('/static/image/right1.png');
        background-size: 7px 12px;
    }
.dropdown-menu a + a {border-top:1px solid rgba(255,255,255,0.1);}
        .dropdown-menu a:hover {
            color: #cd0000;
            background-image: url('/static/image/right2.png');
        }

/* 登录页 */
.login-container {display:flex;min-height:100vh;padding-right: 240px;}
.login-container .login-img {height:100vh;}
.login-container .login-img img {width:100%;height:100vh;object-fit:cover;}
.login-container .login-box {flex-shrink:0;position:relative;width:440px;margin-left:120px;padding-top:170px;}
.login-container .login-back {position:absolute;right:0;top:20px;display:flex;align-items:center;justify-content:center;width:100px;height:40px;font-size:18px;color:#AAAAAA;border-radius:20px;border:1px solid #494A4C;}
.login-container .login-back:hover {background-color:#494A4C;color:#fff;}
.login-container .login-back img {display:block;width:20px;height:18px;margin-right:10px;}
.login-container .login-title {font-size:30px;font-weight:bold;padding:20px 0;}
.login-container .login-form {margin-top:90px;}
.login-container .login-input {background-color:#262626;background-repeat:no-repeat;background-position:20px center;border-radius:8px;padding:0 20px;padding-left:50px;height:60px;display:flex;align-items:center;}
.login-container .login-input + .login-input {margin-top:20px;}
.login-container .login-input input {flex:1;height:100%;border:none;font-size:15px;background:transparent;color:#fff;}
.login-container .login-input input::placeholder {color:#666;}
    .login-container .login-input.phone {
        background-image: url(/static/image/phone.png);
        background-size: 12px 18px;
    }
    .login-container .login-input.code {
        position: relative;
        background-image: url(/static/image/code.png);
        background-size: 15px 18px;
    }
.login-container .login-input.code span {font-size:16px;color:#CD0000;cursor:pointer;padding-left:20px;}
.login-container .login-btn {color:#fff;border:none;font-size:18px;cursor:pointer;margin-top:80px;width:440px;height:60px;line-height:60px;text-align:center;background:#CD0000;border-radius:8px;transition:all 0.15s ease-in-out;}
.login-container .login-btn:hover {background:rgba(205,0,0,0.9);}
.login-container .login-other {margin-top:34px;text-align:center;font-size:16px;line-height:28px;}
.login-container .login-other span {color:#666;}
.login-container .login-other a {color:#666;}
.login-container .login-other a:hover {color:#fff;}
.login-container .login-other a.beian {margin-left:10px;}
    .login-container .login-other a.ga {
        background: url(/static/image/ga.png) no-repeat left center;
        background-size: 16px 18px;
        padding-left: 26px;
    }


.ban {
    width: 100%;
    height: 160px;
    background: url(/static/image/ban.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.ban .ban-info {height:100%;display:flex;align-items:center;justify-content:space-between;margin-left:auto;margin-right:auto;}
.ban .user-info {display:flex;align-items:center;}
.ban .user-info-wrap {display:flex;flex-direction:column;}
.ban .user-info .avatar {width:80px;height:80px;border-radius:50%;margin-right:30px;}
.ban .user-info .name {font-size:20px;margin-bottom:5px;}
.ban .user-info .name em {margin-left:5px;font-style:normal;}
.ban .user-info .info {display:flex;flex-wrap: wrap;align-items:center;gap: 10px;margin-top:10px;}
.ban .user-info .info .vip {color:#F4D78C;font-size:18px;margin-right:10px;}
.ban .user-info .info .integral {font-size:18px;color:#aaa;}
    .ban .user-info .info .integral em {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url(/static/image/bone.png) no-repeat;
        background-size: 14px 15px;
        margin-right: 5px;
        margin-left: 10px;
    }
.ban .user-info .info .integral i {font-style:normal;}
.ban .ban-nav {height:100%;display:flex;align-items:flex-end;}
.ban .ban-nav a {color:#fff;font-size:20px;padding:30px 0;margin:0 25px;border-bottom:4px solid transparent;transition:all 0.3s ease;}
.ban .ban-nav a:hover,.ban .ban-nav a.active {border-bottom:4px solid #CE0000;}

.charge-header {display:flex;flex-direction: column;gap: 20px;padding:20px 0;border-bottom:1px solid #222;padding: 10px 0;}
.charge-header .charge-title {font-size:24px;font-weight:bold;color:#fff;line-height:normal;}
.charge-header .charge-title em {font-size:18px;color:#aaa;font-style:normal;font-weight:normal;margin-left:20px;}
.charge-header .charge-info {display:flex;align-items:center;font-size:18px;}
.charge-header .charge-info .charge-form {display:flex;align-items:center;}
.charge-header .charge-info .charge-form input {width:360px;height:40px;background:#131416;border-radius:10px;border:1px solid #222222;padding:0 20px;color:#fff;}
.charge-header .charge-info .charge-form input:focus {outline:none;}
.charge-header .charge-info .space {width:1px;height:16px;margin:0 20px;background-color:#333;}
.charge-header .charge-info .r {flex-shrink:0;font-size:18px;cursor:pointer;}

.charge-body {display:flex;flex-wrap: wrap;align-items:center;justify-content:space-between;padding:50px 0 80px;border-bottom:1px solid rgba(255,255,255,0.1);}
.charge-body .charge-list-wrap {align-self:stretch;width: 100%;}
.charge-body .charge-list-title {font-size:18px;color:#aaa;margin-bottom:20px;}
.charge-body .charge-list {display:flex;flex-wrap:wrap;}
.charge-body .charge-item {position: relative;display:flex;align-items:center;flex-direction:column;width:calc(25% - 20px);padding:20px;border-radius:14px;line-height:1;margin-right:20px;margin-bottom:20px;background-color:#262626;border:4px solid transparent;cursor:pointer;}
.charge-body .charge-item .icon {display:block;width:27px;height:28px;}
.charge-body .charge-item .dogfood {font-size:24px;padding:10px;border-bottom:1px solid rgba(255,255,255,0.1);}
.charge-body .charge-item .input {width:100%;padding:12px 10px;border:none;color:#fff;font-size:18px;text-align:center;background-color:transparent;border-bottom:1px solid rgba(255,255,255,0.1);}
.charge-body .charge-item .price {width:100%;font-size:18px;padding-top:10px;color:#6D6D6D;text-align:center;}
.charge-body .charge-ewm {position:relative;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;text-align: center;margin-top: 30px;}
.charge-body .charge-ewm::after {content:'';position:absolute;top:50%;left:0;transform:translateY(-50%);width:1px;height:310px;background:#222;}
.charge-body .charge-ewm img {width:180px;}
.charge-body .charge-ewm .ewm-text {margin-top:40px;font-size:18px;color:#fff;text-align: center;padding: 0 20px;}
.charge-body .charge-ewm .ewm-text span {display:inline-block;}
.charge-body .charge-ewm .ewm-text .rmb {font-size:18px;font-weight:bold;}
.charge-body .charge-ewm .ewm-text .yuan {font-size:34px;font-weight:bold;}
.pay-list .pay-item {position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:16px;width:150px;height:50px;line-height:50px;padding:0;border-radius:8px;border:4px solid transparent;box-sizing:border-box;margin-bottom:0;}
.pay-list .pay-item.active::after {content:'';position:absolute;top:0;right:0;width:29px;height:26px;background-size:29px 26px;background-repeat: no-repeat;background-position: top right;}
.pay-list .pay-item.alipay .icon {width:20px;height:20px;margin-right:8px;}
.pay-list .pay-item.wechat .icon {width:22px;height:18px;margin-right:10px;}
.vip-r {text-align: center;margin-top: 60px;}

.charge-dogfood .charge-header .charge-info .r,
.charge-dogfood .charge-header .charge-info .charge-form .exc,
.charge-dogfood .charge-body .charge-ewm .ewm-text .yuan,
.charge-dogfood .charge-body .charge-ewm .ewm-text .rmb{color:#CD0000;}

.charge-dogfood .charge-body .charge-item.active,
.charge-dogfood .pay-list .pay-item.active{border-color:#CD0000;}

.charge-vip .charge-header .charge-info .r,
.charge-vip .charge-header .charge-info .charge-form .exc,
.charge-vip .charge-body .charge-ewm .ewm-text .yuan,
.charge-vip .charge-body .charge-ewm .ewm-text .rmb{color:#F4D78C;}

.charge-vip .charge-body .charge-item.active,
.charge-vip .pay-list .pay-item.active{border-color:#F4D78C;}

.charge-dogfood .pay-list .pay-item.active::after {
    background-image: url('/static/image/checked-label.png');
}
.charge-vip .pay-list .pay-item.active::after {
    background-image: url('/static/image/checked-label2.png');
}

.charge-vip .charge-item{
    /*width:auto;*/
    width: calc(25% - 20px);
    padding-top: 42px;
}
.charge-vip .pay-item{
    padding-top: 0;
}
.charge-vip .charge-item .label{
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 10;
    max-width: 95%;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #433000;
    font-style: normal;
    background: linear-gradient(181deg, #C1AA71, #F3D68B);
    border-radius: 12px 0px 14px 0px;
}
.charge-vip .charge-item .oprice{
    color: #6D6D6D;
    line-height: 1;
    text-decoration: line-through;
}
.charge-vip .charge-item .sprice{
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-top: 10px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    border-bottom:1px solid rgba(255,255,255,0.1);
}

.charge-vip .charge-item .sprice .rmb{
    font-size: 16px;
    font-style: normal;
    margin-right: 2px;
    font-weight: normal;
}
.charge-vip .charge-item .desc{
    padding-top: 16px;
    line-height: 1.5;
    text-align:center;
}
.charge-vip .charge-item.active .sprice,
.charge-vip .charge-item.active .desc{
    color: #F4D78C;
}
.layui-layer-btn a:hover{color:#000;}
.layui-layer-content{color:#000;}



/**/
body{min-width:1100px;}

/*手机站处理*/
@media(max-width:750px){
    body{min-width:320px;overflow-y:auto;overflow-x:hidden;}
    .logo img{max-height:42px;}
    .login-user .login{font-size:14px;}
    .banner{height:auto;}
    .banner img{object-fit:contain;}
    .smore-wrap{width:90%;}
    .swiper-container{overflow:hidden;}
    *{max-width:100%;}
    .floor1{height:auto;}
    .floor1 img{object-fit:cover;max-width:140%;width:140%;}
    .floor2{height:auto;}
    .floor2 img{object-fit:contain;max-width:130%;width:130%;}
    .floor3{height:auto;}
    .floor3 img{object-fit:contain;max-width:130%;width:130%;}
    .floor4{background-position:bottom center;background-size:120% auto;height:auto;}
    .footer-content_box,
    .download-box{width:100%;}
    .download-box{position:relative;left:auto;top:auto;transform:translateY(0) translateX(0);padding-bottom:160px;display:flex;align-items:center;justify-content:center;margin-top:-30px;}
    .download-box .download-btn{position:relative;left:auto!important;top:auto;width:160px;margin:0 5px;}
    .footer{height:auto;}
	.footer-content{padding:20px 4vw;}
    .footer-content_box{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;line-height:1.65;}
    .footer-content a{font-size:12px;}
    .footer-content .footer-right{width:100%;flex-direction:column;}
    .footer-content .ga{display:inline-flex;align-items:center;}

    /*登录*/
    .login-container{padding:0 5%;position:relative;}
    .login-container .login-img{position:absolute;width:100%;height:100%;left:0;top:0;z-index:0;}
    .login-container .login-img img{height:100%;opacity:.1;}
    .login-container .login-box{width:100%;height:auto;padding:0;margin:0;}
    .login-container .login-other a{display:inline-block;vertical-align:top;}
    .login-logo{min-height:80px;display:flex;align-items:center;}
    .login-logo img{max-height:42px;}
    .login-container .login-back{font-size:14px;}
    .login-container .login-input.code span{white-space:nowrap;}
    .login-container .login-form{margin-top:40px;}
	.login-container .login-input input{min-width: 0;}



    /*充值*/
    .ban{height: auto;min-height: 160px;}
    .ban .ban-info{flex-direction: column;padding-top: 5%;padding-bottom: 5%;align-items: flex-start;}
    .ban .user-info .info{margin-top: 4px;}
    .ban .user-info .avatar{width: 60px;height: 60px;margin-right:12px;flex-shrink: 0;}
    .ban .user-info .name{font-size: 16px;}
    .ban .user-info .info .vip{font-size: 14px;margin-right: 0;}
    .ban .user-info .info .integral{font-size: 14px;display: flex;align-items: center;flex-wrap: wrap;}
    /*.charge-dogfood 
.charge-dogfood 
.charge-dogfood */
    .header .smore-wrap{justify-content: space-between;flex-direction:column;align-items:flex-start;padding:10px 0;gap:10px;height:auto;}
    .header .login-user{position: relative;}
    .header .logo{flex: none;}

    .ban .ban-nav{width: 100%;justify-content: center;margin-top:6px;}
    .ban .ban-nav a{font-size: 16px;padding: 20px 0;margin: 0 15px;}
    .login-user .user .name{font-size: 16px;}
    .login-user .user .icon{margin-left: 2px;}
    .dropdown-menu a{font-size: 14px;line-height: 1.2;padding: 12px 10px;height: auto;background-position: 90% center;}

    .dropdown-menu{position:fixed;top:10px;right:10px;left:10px;width:auto;}

    .charge-header{min-height: 100px;height: auto;flex-wrap: wrap;justify-content: flex-start;}

    .charge-header .charge-title{font-size: 16px;margin-bottom: 6px;}
    .charge-header .charge-info .r,
    .charge-header .charge-info{font-size: 14px;}

    .charge-header .charge-title em{font-size: 12px;margin-left: 5px;}

    .charge-header .charge-info{width: 100%;}
    .charge-header .charge-info .charge-form{flex: 1;min-width: 0;}
    .charge-header .charge-info .charge-form>div{flex: 1;min-width: 0;}
    .charge-header .charge-info .charge-form>span{white-space: nowrap;flex-shrink: 0;font-size: 12px;}
    .charge-header .charge-info .charge-form input{min-width: 100%;width: 100%;padding: 0 12px;font-size: 12px;}
    .charge-header .charge-info .space{margin: 0 10px;}

    .charge-header .charge-info .r{font-size: 12px;}

    .charge-body{padding: 20px 0 20px;margin-right: -6px;}
    .charge-body .charge-item{border-radius: 5px;margin:3px;border-width: 2px;padding: 10px;width: auto;min-width: calc(33.3333333% - 6px);}
	.charge-body .charge-item .dogfood{font-size: 16px;padding: 10px 0;width: 100%;text-align: center;}
    .charge-body .charge-item .price{font-size: 14px;}
    .charge-body .charge-item .icon{vertical-align: top;height: 22px;object-fit: contain;}
    .charge-body .charge-list-title{font-size: 16px;}
    .charge-body .charge-list:not(.pay-list) .charge-item:last-child{width: 100%;}
    .charge-body .charge-item .input{font-size: 16px;}

    .charge-body{flex-direction: column;justify-content: center;}

    .charge-body .charge-list-title{margin-bottom: 10px;}
    .charge-body .charge-ewm{margin-top: 20px;text-align: center;}
    .charge-body .charge-ewm .ewm-text{margin-top: 10px;font-size: 14px;}
    .charge-body .charge-ewm .ewm-text .rmb{font-size: 14px;}
    .charge-body .charge-ewm .ewm-text .yuan{font-size: 18px;}

    .charge-body .charge-ewm::after{display: none;}

    .charge-vip + div{margin-top: 0!important;}
    .charge-dogfood + div{margin-top: 0!important;}

    .vip-r{margin-top: 20px;}
    .vip-r img{height: auto;object-fit: contain;width: 100%;max-width: 100%;display: block;}

    .charge-vip .charge-body .charge-list:not(.pay-list) .charge-item:last-child{width: 100%;}
    .charge-vip .charge-body .charge-item{min-width: calc(50% - 6px);padding-top: 10px;}
    .charge-vip .charge-body .charge-list:not(.pay-list) .charge-item{padding-top: 30px;width: 100%}

    .charge-vip .charge-item .desc{font-size: 12px;min-height: 32px;padding-top: 10px;}
    .charge-vip .charge-item .label{font-size: 12px;padding: 0 6px;border-radius: 5px 0 5px 0;width: auto;height: auto;line-height: 22px;left: -2px;top: -2px;}
    .charge-vip .charge-item .sprice{font-size: 16px;}

    .charge-vip .charge-item .oprice{font-size: 12px;}

    .header .login-user:hover .dropdown-menu{opacity: 1;
    visibility: visible;
    transform: translateY(0);}

    .hy-h1{font-size: 18px;}

}

.qui_pad{width: 90%;max-width: 1440px;margin-left: auto;margin-right: auto;padding-top: 5%;padding-bottom: 5%;}

