.section-switch{
    padding-top: 75px;
    width: 1200px;
    margin: 0 auto;
}

.section-switch-item{
    width: 380px;
    height: 72px;
    background: #2878FF;
    border-radius: 8px;
    margin: 0 auto;
}

.section-switch-item .option{
    color: #fff;
    width: 178px;
    height: 56px;
    float: left;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
    text-align: center;
    line-height: 56px;
    margin-left: 8px;
    transition: background-color 0.3s ease;
}

.section-selected{
    color: #12141D !important;
    background: #fff;
    border-radius: 8px;
    margin-left: 8px !important;
    margin-top: 8px;
    transition: background-color 0.3s ease; /* 添加过渡效果，0.3秒平滑过渡 */
}

.section-switch img{
    height: 20px;
    width: 20px;
    position: relative;
    top: 3px;
}
.section-fps{
    padding: 59px 0 0 0;
    text-align: center;
    font-size: 22px;
}
.section-fps img{
    width: 24px;
    height: 24px;
}
.price-info{
    font-size: 14px;
    color: #FF7C58;
}
.section-bg-price{
    /*background: url(../../../img/v3/h@2x.jpeg) no-repeat;*/
    /*background-size: cover;*/
    background: #f6f9ff;
    /*background: linear-gradient(135deg, #fff, #f6f9ff);*/
}
.section-price {
    padding: 80px 100px;
}
.section-price-type{
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.section-price .pro-type {
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: var(--transition-normal);
    cursor: pointer;
}
.section-price .pro-type span:hover {
    color: var(--text-color-blue);
}
.section-price .pro-type img{
    opacity: .8;
}
.section-price .pro-type span{
    color: var(--text-color-gray);
    margin-left: 10px;
}
.section-price .pro-type.active img{
    opacity: 1;
}
.section-price .pro-type.active span{
    font-size: 22px;
    color: var(--text-color-black);
}
.price-info {
    display: flex;
    justify-content: center;
}
.price-info--title {
    margin-bottom: 55px;
    text-align: center;
}
.price-info--title .title_name {
    font-size: 36px;
    line-height: 2em;
}
.price-info--title .title_desc {
    font-size: 18px;
    line-height: 2em;
    margin: 0;
    color: var(--text-color-gray);
}
.price-icon-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.price-icon-text div {
    margin-left: 5px;
    flex: 1;
    color: var(--text-color-black);
}
.price-info .price-info-bar{
    width: 88px;
    height: 820px;
    background: #7A73FF;
    box-shadow: 0px 2px 2px 0px rgba(44,71,146,0.1);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 40px 10px;
    text-align: center;
    font-size: 13px;
}
.price-info .price-info-layout>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(44, 71, 146, 0.10);
    z-index: 2;
}
.price-info .price-info-layout>div>span{
    flex: 1;
    display: flex;
    align-items: center;
}
.price-info .price-info-layout>div:last-child{
    flex: 1;
}
.price-info .price-info-layout>div:nth-child(2){
    font-size: 16px;
    line-height: 80px;
    font-weight: bold;
}
.price-info .price-info-layout>div:first-child{
    height: 370px;

}
.price-info .price-info-layout>div:last-child{
    font-size: 13px;
    padding-bottom: 0;
    flex: 1;
    border-bottom: none;
    padding-top: 20px;
    z-index: 1;
}
.price-info .price-info-item{
    width: 278px;
    height: 820px;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(44,71,146,0.1);
    border-radius: 8px;
    color:var(--text-color-gray);
    display: flex;
    flex-direction: column;
    padding: 40px;
    text-align: center;
    font-size: 16px;
    position: relative;
}
.price-info .price-info-item .btn{
    height: 38px;
    line-height: 38px;
    padding: 0;
}
.price-info .price-info-item >div:first-child >*{
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.price-info .price-info-item .title{
    font-size: 22px;
    color: var(--text-color-black);
    position: relative;
    display: flex;
    justify-content: flex-end !important;
}
.price-info .price-info-item .badge{
    top: -6px;
    right: 30px;
    bottom: auto;
    position:absolute;
}
.price-info .price-info-item .subtitle{
    color: rgba(18, 20, 29, .5);
    display: block;
    margin-top: 10px;
    font-size: 14px;
    height: 40px;
}
.price-info .price-info-item .remark{
    font-size: 10px;
    margin: 0;
    line-height: 24px;
}
.price-info .price-info-item .price {
    font-size: 14px;
    font-weight: bold;
    color: var(--text-color-black);
}
.price-info .price-info-item .price .price_int {
    font-size: 42px;
    margin-left: 2px;
}

.price-info .price-info-item .price p{
    height: 20px;
    margin: 0;
    color: rgba(18, 20, 29, .5);
    text-decoration: line-through;
    font-size: 14px;
}
/*.price-info .price-info-item .price span{*/
/*    font-size: 14px;*/
/*}*/
.price-info .price-info-item .discount_display{
    font-size: 14px;
    color: rgba(255, 88, 88, 1);
}
.price-info .price-info-item::before{
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
.price-info .price-info-item:hover::before{
    opacity: 1;
}
.price-info .price-info-item.item-type-1::before{
    background-image: url(../picture/item1@2x.png);
}
.price-info .price-info-item.item-type-2::before{
    background-image: url(../picture/item@2x.png);
}
.price-info .price-info-item.item-type-3::before{
    background-image: url(../picture/item3@2x.png);
}
.price-info .price-info-item.item-type-4::before{
    background-image: url(../picture/item4@2x.png);
}
.choice{
    display: flex;
    width: 100%;
    align-items: center;
}
.choice .choice-op{
    width: 20px;
    height: 20px;
    background: url(../picture/t-r@2x.png) no-repeat center center;
    background-size: 7px 10px;
    cursor: pointer;
    opacity: .6;
}
.choice .choice-l{
    transform: rotate(180deg);
}
.choice .choice-l:hover,.choice .choice-r:hover{
    opacity: 1;
}

.choice .choice-c{
   flex: 1;
   margin: 0 10px;
   font-weight: bold;
   font-size: 16px;
   color: var(--text-color-black);
   position: relative;
}
.choice .choice-c ul{
    /* display: block;
    white-space: nowrap;
    width: 120px;
    overflow: auto;
    margin: 0; */
    padding: 0 20px;
 }
 .choice .choice-c ul li{
    /* display: inline-block; */
    /* width: 120px; */
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    line-height: 3em;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
 }
 .choice .choice-c ul li.active{
   color: var(--text-color-blue);
 }
 /*
 .choice .choice-c .popover{
    z-index: 3;
    top:50px
}

 .choice .choice-c:hover .popover{
    transform: translateX(-50%) scale(1);
    margin-top: 8px;
    visibility:visible;
}

  */
.price-contact-type{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
@media screen and (min-width: 769px){
    .price-contact-type .tel a {
        cursor: default;
        pointer-events: none;
    }
}
.price-contact-type>div{
    flex: 0 200px;
}
.price-contact-type>div>div{
    margin-top: 10px;
}
.price-contact-type>div .tel{
    background: rgba(245, 245, 245, 1);
    border-radius: 8px;
    width: 100%;
    text-align: center;
    height: 46px;
    line-height: 46px;
}
.price-contact-type>div .qq{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.price-contact-type>div .qq a{
   height: 46px;
   padding: 10px 0;
   position: relative;
}
.price-contact-type>div .qq a:first-child{
    background-color: var(--text-color-black);
    border-color:  var(--text-color-black);
    margin-right: 20px;
}
.price-contact-type>div .qq a:last-child:hover .popover{
    transform: translate(-50%,-100%) scale(1);
    visibility:visible;
}
.price-contact-type>div .gzh {
    width: 100%;
}
.price-contact-type .gzh a{
    background-color: rgba(132, 195, 9, 1);
    border-color:  rgba(132, 195, 9, 1);
}
.price-contact-type>div b{
    font-size: 20px;
}
.price-contact-type>div>span{
    color: var(--text-color-gray);
    line-height: 3em;
}
.section-question{
    width: 1240px;
    margin: 0 auto;
    padding: 70px 0;
}
.section-question .box{
    padding: 30px;
    color:var(--text-color-gray);
    margin: 20px;
    box-shadow: none;
    line-height: 2em;
}
.section-bg-question{
    background: url(../picture/g_0@2x.jpeg) no-repeat center;
    background-size: cover;
    color: #fff;
}

.choice .popover {
    top: 52px;
    left: -10px;
}
.choice .popover>.popover__content {
    width: 138px;
}

/* mobile */
@media screen and (max-width: 768px) {
    .header {
        background: transparent;
    }
    .section-bg-price {
        /*background-size: contain;*/
        overflow: hidden;
    }
    .price-info-layout .pricing-select{
        display: inline;
        white-space: nowrap;
        overflow: auto;
        width: 100%;
    }
    .price-info-layout .pricing-select::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .price-info-layout .pricing-select li{
        display: inline-block;
        font-size: 10px;
        padding: 3px 10px;
        border-radius: 3px;
        color: var(--text-color-gray);
        border: 1px solid var(--text-color-gray);
    }
    .price-info-layout .pricing-select li.active{
        border: 1px solid var(--text-color-blue);
        color: var(--text-color-blue);
        background: rgba(40, 120, 255, 0.10);
    }
    .section-price {
        padding: 50px 0;
    }
    .section-price-type {
        width: 100%;
        margin-bottom: 50px;
    }
    .section-price .pro-type {
        font-size: 10px;
    }
    .section-price .pro-type img{
        width: 16px;
    }
    .section-price .pro-type.active span {
        font-size: 16px;
    }
    .price-info-mobile .price-info-layout{
        padding: 26px;
        color: var(--text-color-gray);
        background: #fff url(../picture/o1@2x.png) no-repeat;
        background-position: top right;
        background-size: 74px;
        position: relative;
        margin: 20px 0;
    }
    .price-info-mobile .price-info-layout.nodiscount{
        background-image: none;
    }
    .price-info-mobile .title{
        font-size: 18px;
        font-weight: bold;
        color: var(--text-color-black);
        display: flex;
        align-items: center;
    }
    .price-info-mobile .subtitle{
        font-size: 10px;
        color: var(--text-color-gray);
        margin-left: 10px;
    }
    .price-info-mobile .tag{
        padding: 2px 6px;
        margin-left: 10px;
    }
    .choice {
        display: flex;
        width: 100%;
        align-items: center;
        position: relative;
        margin-top: 10px;
    }
    .choice::after {
        position: absolute;
        right: 0;
        height: 100%;
        background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
        width: 20px;
        content: '';
    }
    .price-info--title {
        margin-bottom: 40px;
    }
    .price-info--title .title_name {
        display: none;
    }
    .price-info--title .title_desc {
        font-size: 14px;
    }
    .price-info-mobile .desc{
       display: flex;
       justify-content: space-between;
       flex-wrap: wrap;
       font-size: 10px;
       margin-top: 10px;
    }
    .price-info-mobile .desc>*{
        line-height: 3em;
    }
    .price-info-mobile .buy {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }
    .price-info-mobile .price{
        font-size: 10px;
        color: rgba(255, 88, 88, 1);
    }
    .price-info-mobile .price .price_int {
        font-size: 20px;
        font-weight: bold;
        margin-left: 2px;
    }
    /*.price-info-mobile .price span{*/
    /*    font-size: 10px;*/
    /*    font-weight: normal;*/
    /*}*/
    .price-info-mobile .price p{
        font-weight: normal;
        font-size: 10px;
        color: rgba(107, 109, 112, 1);
        text-decoration: line-through;
        display: inline-block;
    }
    .price-info-mobile .discount_display-m {
        position: absolute;
        right: -10px;
        top: -10px;
        color: #fff;
        text-align: center;
        line-height: 74px;
        font-size: 14px;
        font-weight: bold;
        width: 74px;
        height: 74px;
        transform: rotate(45deg);
    }
    .section-question {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .price-contact-type {
        flex-direction: column;
        width: 200px;
        margin-top: 30px;
    }
    .price-contact-type>div {
        flex: 0 auto;
        margin-bottom: 40px;
    }
    .price-contact-type>div div {
        margin-top: 5px;
    }
    .price-contact-type>div:last-child {
        margin-bottom: 0;
    }
    .price-contact-type .img_box{
        width: 200px;
        height: 200px;
        border: 1px solid var(--bg-color-gray);
    }
    .price-contact-type .img_box img {
        width: 100%;
        height: 100%;
    }
    .price-contact-type .wechat {
        margin-top: 15px;
    }
    .price-contact-type .gzh {
        margin-top: 10px;
    }
    .price-contact-type .wechat a,.price-contact-type .gzh a{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .question-item{
        flex-direction: column;
    }
    .section-main {
        padding: 50px 0;
    }
    .section-bg-question {
        background-image: url(../picture/g_01@2x.jpeg);
    }

    .section-switch{
        width: 206px;
        margin: 20px auto;
        padding: 0;
    }
    .section-switch-item{
        width: 213px;
        height: 45px;
    }
    .section-switch .option img{
        width: 15px;
        height: 15px;
    }
    .section-switch .option span{
        font-size: 12px;
    }
    .section-switch-item .option{
        width: 95px;
        height: 29px;
        line-height: 29px;
    }
    .switch-ch-or-fps .section-price{
        padding: 10px 0;
    }
    .switch-ch-or-fps p{
        text-align: left;
    }
    .section-fps{
        padding: 41px 0 0 0;
    }
}

#apply_scenarios {

}
#product_feature {
    background: #fff;
}
@media screen and (min-width: 480px) and (max-width: 768px){
    .section-question .box {
        width: 80%;
    }
}



