body {
    padding: 0;
    margin: 0;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

a,
a:hover,
a:active,
a::after {
    text-decoration: none;
}

button {
    border: none;
    color: #ffffff;
    cursor: pointer;
}

#main {
    width: 100%;
}

.container {
    min-width: 1100px;
    max-width: 1100px;
    margin: 0 auto;
}

.navbar {
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    z-index: 9999999999;
}

.navbar a,
.navbar a:hover,
.navbar a:active,
.navbar a::after {
    color: #ffffff;
}

.navbar .logo img {
    height: 46px;
    margin-top: 17px;
}

.navbar .nav {
    flex:1 1 auto;
    line-height: 80px;
}

.navbar .nav .nav-item {
    font-size: 16px;
    margin-left: 52px;
}

.navbar .nav .nav-item .btn-login {
    width: 80px;
    height: 40px;
    line-height: 40px;
    background: #D8D8D8 linear-gradient(90deg, #027AFF 0%, #3C6FF1 100%);
    border-radius: 8px;
    font-size: 16px;
}

.banner {
    height: 700px;
    background: url(../imgs/banner.png) no-repeat;
    background-size: cover;
}

.banner .container {
    padding-top: 80px;
}

.banner .container .desc {
    margin-top: 140px;
}

.banner .container .desc .tit-1 {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}

.banner .container .desc .tit-2 {
    margin-top: 40px;
    font-size: 16px;
    color: #D6E7FF;
    line-height: 28px;
}

.banner .container .desc .tit-3 {
    margin-top: 50px;
}

.banner .container .desc .tit-3 button {
    width: 120px;
    height: 44px;
    background: linear-gradient(90deg, #027AFF 0%, #3C6FF1 100%);
    border-radius: 8px;
    font-size: 16px;
}

.banner .container .silder img {
    width: 500px;
    margin-top: 117px;
}

.func {
    background-color: #ffffff;
    text-align: center;
}

.func-tit {
    padding-top: 100px;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    text-align: center;
}

.func .func-tit-sm {
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    margin-top: 20px;
}

.func-nav {
    margin-top: 60px;
    padding: 0 73px;
}

.func-nav .func-nav-item {
    width: 74px;
    height: 36px;
    line-height: 36px;
    color: #333333;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.func-nav .func-nav-item-active {
    color: #027AFF;
    border-bottom: 2px solid #027AFF;
}

.func-nav .func-nav-item .spot {
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 3px;
    margin: 16px auto;
}

.func-info {
    margin-top: 50px;
}

.func-info .func-item .func-desc .tit {
    height: 32px;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    margin-top: 120px;
    text-align: left;
}

.func-info .func-item .func-desc .desc {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    margin-top: 40px;
}

.func-info .func-item .func-desc button {
    width: 120px;
    height: 44px;
    background: linear-gradient(90deg, #027AFF 0%, #3C6FF1 100%);
    border-radius: 8px;
    margin-top: 40px;
}

.func-info .func-item .func-img {
    width: 747px;
    height: 424px;
}

.o-func {
    margin-top: 88px;
    height: 956px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E2E9F0 100%);
}

.o-func .container {
    padding-top: 100px;
}

.o-func .container .flex-row {
    background-color: #ffffff;
}

.o-func .container .o-func-tit {
    height: 32px;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    text-align: center;
    margin-bottom: 60px;
}

.o-func .o-func-item {
    width: 184px;
    height: 218px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
}

.o-func .o-func-item .o-f-img {
    height: 96px;
}

.o-func .o-func-item .o-f-img img {
    height: 46px;
    margin-top: 30px;
}

.o-func .o-func-item .o-f-info {
    padding: 0 26px;
}

.o-func .o-func-item .o-f-info .o-f-i-tit {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
}

.o-func .o-func-item-active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.o-func .o-func-item .o-f-info .o-f-i-desc {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 21px;
}

.scene {
    height: 1034px;
    position: relative;
}

.scene .scene-top {
    height: 466px;
}

.scene .s-i {
    z-index: 9999;
}

.scene .s-i .s-i-img {
    padding: 60px 0 30px;
    text-align: center;
}

.scene .s-i .s-i-img img {
    width: 100px;
    height: 100px;
}

.scene .s-i .s-i-tit {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
    text-align: center;
}

.scene .s-i .s-i-desc {
    padding: 20px 36px 0;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
}

.scene .scene-item {
    margin-top: 60px;
    width: 340px;
    height: 390px;
    background: #ffffff;
    box-shadow: 5px 10px 25px #3c6ff12c;
}

.scene .s-smp {
    width: 100%;
    height: 568px;
    background: url(../imgs/yingyong_bg.png) no-repeat;
    background-size: cover;
}

.scene .s-smp .container {
    position: absolute;
    top: 211px;
    height: 240px;
    background: url(../imgs/line_bg.png) no-repeat;
    background-size: cover;
}

.scene .s-smp .s-smp-item {
    width: 100px;
    height: 100px;
    background: linear-gradient(137deg, #FFFFFF 0%, #D8ECFF 100%);
    background: url(../imgs/ball_bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 100px;
    color: #333333;
    font-size: 16px;
    position: absolute;
}

.scene .s-smp .smp-1 {
    top: 60px;
    left: 10px;
}

.scene .s-smp .smp-2 {
    top: 70px;
    left: 230px;
}

.scene .s-smp .smp-3 {
    top: -40px;
    left: 394px;
}

.scene .s-smp .smp-4 {
    top: 120px;
    left: 530px;
}

.scene .s-smp .smp-5 {
    top: 110px;
    left: 750px;
}

.scene .s-smp .smp-6 {
    top: 180px;
    left: 990px;
}

.footer {
    height: 540px;
    background: url(../imgs/bottom_bg.png) no-repeat;
    background-size: cover;
    color: #ffffff;
}

.footer .container {
    padding: 100px 0 0;
}

.footer .qr-item {
    margin: 0 85px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    color: #D6D6D7;
}

.footer .qr-item img {
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
}

.footer .href {
    margin-top: 60px;
}

.footer .copy {
    margin-top: 40px;
    text-align: center;
}

.footer a,
.footer a:hover,
.footer a:active,
.footer a::after {
    color: #ffffff;
}

.txt-locations {
    width: 100%;
    height: 300px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 15px;
    resize: none;
}

.p-banner {
    height: 560px;
    background: url(../imgs/meal-bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.price {
    padding-top: 100px;
}

.price .func-tit {
    justify-content: center;
}

.price .price-tip {
    margin-top: -15px;
    margin-left: 8px;
}

.price .price-tip svg {
    width: 20px;
    height: 20px;
}

.price .price-tit-sm {
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    margin-top: 20px;
    text-align: center;
}

.price-list {
    margin-top: 60px;
    position: relative;
}

.price-list .price-item {
    width: 188px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.price-list .price-item .p-i-h {
    height: 257px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 15px #3333331e;
}

.price-item .p-i-h .p-d {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    padding-top: 30px;
}

.p-d-sm {
    font-size: 14px;
    color: #666666;
    margin-top: 14px;
}

.price-item .p-i-h .p-p-i {
    justify-content: center;
    margin-top: 28px;
}

.price-item .p-i-h .p-p-i .num {
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    margin-right: 10px;
}

.price-item .p-i-h button {
    margin-top: 32px;
    width: 120px;
    height: 44px;
    background: linear-gradient(90deg, #027AFF 0%, #3C6FF1 100%);
    border-radius: 8px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.price-item .vip-func {
    padding: 20px;
}

.price-item .vip-func div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.price-item .vip-func div img {
    width: 14px;
    height: 14px;
    margin-top: 8px;
}

.price-item .vip1 {
    background: url(../imgs/vip1_bg.png) no-repeat;
}

.price-item .vip1 .p-d,
.price-item .vip1 .p-d-sm,
.price-item .vip1 .p-p-i .num {
    color: #ffffff !important;
}

.price-item .vip1 button {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%);
    color: #027AFF;
}

.price-item .vip2 {
    background: url(../imgs/vip2_3_bg.png) no-repeat;
}

.price-item .vip2 .p-d,
.price-item .vip2 .p-d-sm,
.price-item .vip2 .p-p-i .num,
.price-item .vip-cust .p-d,
.price-item .vip-cust .p-d-sm,
.price-item .vip-cust .p-p-i .num {
    color: #FCF0D3 !important;
}

.price-item .vip-cust {
    background: url(../imgs/customized_bg.png) no-repeat;
}

.price-item .vip-cust button {
    background: linear-gradient(90deg, #FEF9E6 0%, #CCB293 100%);
    color: #733B07;
}

.price-item .vip-cust .p-p-i .num {
    margin-right: 0;
}

.qrcode {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 15px #3333333a;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 9px;
    z-index: 98999;
    padding: 10px;
    font-size: 13px;
    color: #333333;
}

.qrcode img {
    width: 150px;
}

.qa {
    background: #FAFAFC;
    height: 610px;
}

.qa .qa-item {
    margin-top: 60px;
    width: 50%;
}

.qa .qa-item .qa-item-tit {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
}

.qa .qa-item .qa-item-res {
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.qa .qa-more {
    margin-top: 60px;
    text-align: center;
}

.qa .qa-more button {
    width: 152px;
    height: 44px;
    background: linear-gradient(90deg, #027AFF 0%, #3C6FF1 100%);
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
}

.about-content {
    padding: 150px 0 120px;
}

.ad {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.ad .ad-txt {
    text-align: center;
    flex: 1 1 auto;
    font-size: 14px;
}

.ad .ad-link,
.ad .ad-link:hover,
.ad .ad-link:after,
.ad .ad-link:active {
    color: #027AFF;
}

.ad .btn-close{
    font-size: 22px;
    height: 40px;
    line-height: 37px;
    padding: 0 10px;
    color: red;
    cursor: pointer;
}

.new-item{
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: linear-gradient(135deg, #165dff 0%, #0c3fb5 100%);
    border-radius: 3px;
}