
img,div{
    -webkit-tap-highlight-color:rgba(0,0,0,0) ;
}
.fixprice_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;

    /* max-width: 1200px;*/

}
.pricebgimg{
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    z-index: -1;
    max-width: 1920px;
}
.fixprice_contain{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.fixprice_header{
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 60px;
    color: #243141;
    margin-top: 115px;
    height: 70px;
    line-height: 70px;
    letter-spacing: 4px;
}
.fixprice_header_text{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #3AA73E;
    margin-top: 10px;
    font-weight: bold;
}


.priceboximg{
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    z-index: -1;
    margin-top:190px;
    max-width: 1200px;
}


.equitybox{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
}
.equityitem{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width:433px;
    height:658px;



}

.equityitem1{
    background-image: url("../images/equity1.png?time=1") ;
    background-size: cover; /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-position: center center; /* 背景图片居中 */

}
.equityitem2{
    background-image: url("../images/equity2.png?time=1") ;
    background-size: cover; /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-position: center center; /* 背景图片居中 */
}
.equityitem3{
    background-image: url("../images/equity3.png?time=1") ;
    background-size: cover; /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-position: center center; /* 背景图片居中 */
    margin-left: -50px;
}
.equityitem4{
    background-image: url("../images/equity4.png?time=1") ;
    background-size: cover; /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-position: center center; /* 背景图片居中 */
    margin-left: -50px;
}
.equityitem_header{
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #243141;
}
.equityitem_header2{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #243141;
    background: linear-gradient(to bottom,#FEBF24,#CD6D23);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.equityitem_header4{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #3C2315;
}
.equityitem_solid{
    width: 320px;
    height: 1px;
    background: rgba(165, 165, 165, 0.5);
    margin-top: 20px;
}
.equityitem_introduce{
    width: 320px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-top: 18px;
    margin-left: 25px;
}
.equityitem_flexstart{
    align-items: flex-start!important;
    min-height: 60px!important;
}
.equityitem_text_top{
    margin-top: -4px!important;
}

.equityitem_icon{
    width: 21px;
    height: auto;
}
.equityitem_text{
    width:auto;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #3E3E3E;
    margin-left: 10px;
    max-width: 280px;
}
.equityitem_text2{
    width:100%;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #3D2612;
    text-align: center;
    opacity: 0.8;
    margin-left: -12px;
    margin-top: 30px;
}
.equityitem_green{
    color: #3AA73E;
    font-weight: 600;
}
.equityitem_orange{
    color: #DB8534;
    font-weight: 600;
}
.equityitem_brown{
    color: #3D2612;
  /*  font-weight: 600;*/
}
.equityitem_brown2{
    color: #3C2315;
  /*  font-weight: 600;*/
}
.liangma{
    cursor: pointer;
}
.equityitem_bubble{
    width: auto;
    padding: 5px;
    background: #ffffff;
    border: solid 1px #dcdfe6;
    border-radius: 10px;
    position: absolute;
    margin-top: 170px;
    margin-left: 60px;
    font-size: 15px;
}
/*.equityitem_bubble:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #dcdfe6;
    bottom: -16px;
    left: 50%;
    margin-left: -12px;
}
!* 边框三角形 *!
.equityitem_bubble::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #ffffff;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
}*/
.equityitem_btn1{
    width: 270px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: linear-gradient(to right, #81DC49, #56AA59);
    border-radius:10px;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 40px;
    cursor: pointer;
    letter-spacing: 4px;
}
.equityitem_btn2{
    width: 270px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: linear-gradient(to right, #81DC49, #56AA59);
    border-radius:10px;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 40px;
    cursor: pointer;
    letter-spacing: 4px;
}
.equityitem_btn3{
    width: 270px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: linear-gradient(to right, #E5B04F, #DD8735);
    border-radius:10px;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 40px;
    cursor: pointer;
    letter-spacing: 4px;
}
.equityitem_btn4{
    width: 270px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: radial-gradient(#1D1817, #4C4441);
    border-radius:10px;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 40px;
    cursor: pointer;
}

.price_conactbox{
    width: 100%;
    height:207px;
    background-image: url("../images/conactbg.png") ;
    background-size: cover; /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-position: center; /* 背景图片居中 */

    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 78px;
    margin-left: -18px;
}
.price_conactbox .conactleft{
    width: 60%;
    height:auto;
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.conactleft_text1{
    width: 100%;
    height: auto;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #3C2315;
}
.conactleft_text2{
    width: 100%;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #3C2315;
    margin-top: 23px;
    opacity: 0.7;
}
.price_conactbox .conactright{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.conactright_text1{
    width: 349px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    background: radial-gradient(#1D1817, #4C4441);
    font-family:  PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    border-radius: 10px;
}
.conactright_text2{
    width: 100%;
    text-align: center;
    font-family:  PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #3D2612;
    opacity: 0.8;
}

/*********价格置顶************/
.pricetop_pcbox{
    width: 100%;
    height: 230px;
    background: #FFFFFF;
   /* border-top: solid 4px #EEF9EF;
    border-bottom: solid 4px #EEF9EF;*/
    box-shadow: 0px 0px 10px rgba(58, 167, 62, 0.3) ;
    position:fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricetop_pcbox_contain{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricetop_pcbox_item{
    width: 31%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 1%;

}
.pricetop_item_title{
    width: 100%;
    text-align: center;
    font-family:  PingFang SC;
    font-weight: 600;
    font-size: 26px;
    color: #243141;
    margin-bottom: 30px;
}
.pricetop_item_title2{
    width: 100%;
    text-align: center;
    font-family:  PingFang SC;
    font-weight: 600;
    font-size: 26px;
    color: #243141;
    background: linear-gradient(to bottom,#FEBF24,#CD6D23);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}
.pricetop_item_btn{
    width: 290px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    border-radius: 10px;
    background: linear-gradient(to right, #81DC49, #56AA59);
    cursor: pointer;
}
.pricetop_item_btn2{
    width: 290px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    border-radius: 10px;
    background: linear-gradient(to right, #E5B04F, #DD8735);
    cursor: pointer;
}


.price_compare_header{
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    text-align: center;
    font-family:PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #464C5B;
    margin-top: 20px;
}
.price_compare_contain{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.price_compare_headerbox{
    width: 100%;
    padding: 0 2% 0 5%;
    height: 90px;
    background: #F6F9FA;
    border-radius: 30px ;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.price_compare_table1{
    width: 25%;
    height: 90px;
    line-height: 90px;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 28px;
    color: #464C5B;
    text-align: left;
}
.price_compare_table2{
    width: 35%;
    height: 90px;
    line-height: 90px;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 28px;
    color: #464C5B;
    text-align: center;

}
.price_compare_typebox{
    width: 100%;
    padding: 0 2% 0 5%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #E8EFF1;
}
.price_type1{
    width: 25%;
    height: 90px;
    line-height: 90px;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 24px;
    color: #464C5B;
    text-align: left;
}
.price_type2{
    width: 35%;
    height: 90px;
    line-height: 90px;
    font-family: OPPOSans;
    font-weight: 400;
    font-size: 22px;
    color: #696C6E;
    text-align: center;
}
.pricetype_green{
    color: #3AA73E;
}



.price_question_header{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-family:PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #464C5B;
    margin-top: 50px;
    margin-bottom: 40px;
}
.price_question_contain{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.questlist_item{
    width: 100%;
    padding: 36px 30px;
    background: #F6F9FA;
    border-radius: 30px;
    margin-bottom: 20px;
}
.questitembox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.questitem_header{
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #464C5B;
    font-style: normal;
}
.questitemimg{
    width: 22px;
    cursor: pointer;
}
.questitem_text{
    width: 90%;
    font-family: OPPOSans;
    font-weight: normal;
    font-size: 20px;
    color: #696C6E;
    line-height: 35px;
    word-wrap: break-word;
    overflow-wrap: break-word; /* 标准属性 */
    margin-top:20px ;
}




/************手机版*************/

.phone_fixprice_contain{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.phonepricebgimg{
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    z-index: -1;
    margin-top: 0px;
}
.phonepriceboximg{
    width: 96%;
    height: 680px;
    float: left;
    position: absolute;
    z-index: -1;
    margin-left: 4%;
    margin-top:90px;
}
.phone_fixprice_header{
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 34px;
    color: #243141;
    height: 50px;
    margin-top: 60px;
    letter-spacing: 2px;
}
.phone_equitybox{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.phone_price_conactbox{
    width: 345px;
    height:334px;
    background-image: url("../images/phoneconactbg.png") ;
    background-size: cover; /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-position: center; /* 背景图片居中 */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: -10px;

}
.phone_conactleft_text1{
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #3C2315;
}

.phone_price_question_header{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family:PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #464C5B;
    margin-top: 30px;
    margin-bottom: 20px;
}



/*************************/

.swiper-container {
    width: 100%!important;
    height: 550px!important;
    color: #fff;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 10px;
    margin-left: 4%!important;
}
.swiper-wrapper{
    width: 1360px!important;
    height: 550px!important;
}
.swiper-slide {
    width: 340px!important;
    height: 535px!important;


}
.phoneequityitem{

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 340px;
    height: 535px;

}
.phoneequityitem1{
    background-image: url("../images/phoneequity1.png?time=1") ;
    background-size: cover; /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-position: center center; /* 背景图片居中 */
    margin-left: 10px;

}
.phoneequityitem2{
    background-image: url("../images/phoneequity2.png?time=1") ;
    background-size: cover; /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-position: center center; /* 背景图片居中 */
    margin-left: 0px;
}
.phoneequityitem3{
    background-image: url("../images/phoneequity3.png?time=1") ;
    background-size: cover; /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-position: center center; /* 背景图片居中 */
    margin-left: 0px;
}
.phoneequityitem4{
    background-image: url("../images/phoneequity4.png?time=1") ;
    background-size: cover; /* 背景图片覆盖整个元素 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    background-position: center center; /* 背景图片居中 */
    margin-left: 0px;
}
.phoneequityitem_header{
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #243141;
    margin-top: 0px;
}
.phoneequityitem_header2{
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #243141;
    background: linear-gradient(to bottom,#FEBF24,#CD6D23);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0px;
}
.phoneequityitem_header3{
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #3C2315;
    margin-top: 0px;
}
.phoneequityitem .equityitem_introduce{
    margin-top: 10px;
}

.phoneequityitem .equityitem_btn1,.phoneequityitem .equityitem_btn2,.phoneequityitem .equityitem_btn3{
    width: 275px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 2px;
}
.phone_conactleft_text2{
    width: 275px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #3C2315;
    margin-top: 20px;
    margin-bottom: 80px;
    line-height:70px;
}
.phone_conactright_btn{
    width: 260px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: radial-gradient(#1D1817, #4C4441);
    font-family:  PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.phone_conactright_text{
    width: 275px;
    text-align: center;
    font-family:  PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #3D2612;
    opacity: 0.8;
    margin-top: 0px;

}
.phone_price_compare_contain{
    width:92%;
    height: auto;

}
.phone_price_compare_headerbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F6F9FA;
    border-radius: 20px;
}
.phone_price_compare_table1{
    width: 33%;
    height: 80px;
    line-height: 80px;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 18px;
    color: #464C5B;
    text-align: left;
    margin-left: 5%;
}
.phone_price_compare_table2{
    width: 50%;
    height: 80px;
    line-height: 80px;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 18px;
    color: #464C5B;
    text-align: center;
}
.phone_price_compare_table3{
    width: 50%;
    height: 80px;
    line-height: 80px;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 18px;
    color: #464C5B;
    text-align: center;
}
.phone_price_compare_typebox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #E8EFF1;
    padding: 10px 0px;
}
.phone_price_typebox1{
    width: 50%;
    height: 30px;
    line-height: 30px;
    font-family:  PingFang SC;
    font-weight: 600;
    font-size: 15px;
    color: #464C5B;
   text-align: center;
}
.phone_price_typebox2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone_price_type{
    width: 50%;
    height: 28px;
    line-height: 28px;
    font-family:  OPPOSans;
    font-weight: 400;
    font-size: 13px;
    color: #696C6E;
    text-align: center;
}





















@media screen and (min-width: 1200px) {
    .pricetop_pcbox_contain{
        max-width: 1200px;
    }
    .fixprice_contain {
        max-width: 1200px;
    }

}

@media screen and (min-width: 1200px) {
    .price_conactbox{
        max-width: 1237px;
    }
}

@media screen and (min-width: 601px) and (max-width: 1100px) {
    .questitem_header{
        line-height: 40px;
    }
    .equitybox{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 90px;
    }
    .equityitem{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        width:330px;
        height:501px;
        background-size: cover; /* 背景图片覆盖整个元素 */
        background-repeat: no-repeat; /* 背景图片不重复 */
        background-position: center; /* 背景图片居中 */
    }
    .equityitem2,.equityitem3{
        margin-left: -20px;
    }

    .equityitem_solid{
        width: 260px;
        height: 1px;
        background: #A5A5A5;
        margin-top: 10px;
    }
    .equityitem_introduce{
        width: 260px;
        height: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .equityitem_icon{
        width: 20px;
        height: auto;
    }
    .equityitem_text{
        width:auto;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 13px;
        color: #3E3E3E;
        margin-left: 5px;
        max-width:230px;
        text-align: left;
    }
    .equityitem_text2{
        width:100%;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 13px;
        color: #3D2612;
        text-align: center;
    }
    .equityitem_bubble{
        width: auto;
        padding: 3px;
        background: #ffffff;
        border: solid 1px #dcdfe6;
        border-radius: 5px;
        position: absolute;
        margin-top: 150px;
        margin-left: 60px;
    }
    .equityitem_header,.equityitem_header2{
        height: 40px;
        line-height: 40px;
    }

    .equityitem_btn1,.equityitem_btn2,.equityitem_btn3{
        width: 230px;
        height: 45px;
        line-height: 45px;
        margin-top: 10px;
        font-size: 20px;
    }
    .equityitem_btn4{
        width: 230px;
        height: 45px;
        line-height: 45px;
        margin-top: 10px;
        font-size: 18px;
    }
    .price_conactbox{
        width: 96%;
        margin-left: 2%;
        height:175px;
        background-image: url("../images/conactbg.png") ;
        background-size: cover; /* 背景图片覆盖整个元素 */
        background-repeat: no-repeat; /* 背景图片不重复 */
        background-position: center center; /* 背景图片居中 */
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 78px;
    }
    .price_conactbox .conactleft,.price_conactbox .conactright{
        width: 100%;
        height:auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .equityitem_introducebox{
        width: 275px;
        height: 290px;
    }
    .phone_conactright_btn{
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 601px) and (max-width: 800px) {
    .questitem_header{
        line-height: 40px;
    }
    .fixprice_header{
        width: 100%;
        text-align: center;
        font-family: OPPOSans;
        font-weight: normal;
        font-size: 40px;
        color: #243141;
        margin-top: 80px;
        height: 60px;
    }

    .price_conactbox{
        width: 96%;
        margin-left: 2%;
        height:200px;
        background-image: url("../images/conactbg.png") ;
        background-size: cover; /* 背景图片覆盖整个元素 */
        background-repeat: no-repeat; /* 背景图片不重复 */
        background-position: center center; /* 背景图片居中 */
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 0px 78px;
    }
    .conactleft_text1{
        width: 100%;
        height: 40px;
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 30px;
        color: #3C2315;
        text-align: center;
    }
    .conactleft_text2{
        width: 100%;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 22px;
        color: #3C2315;
        margin-top: 0px;
        opacity: 0.7;
    }
    .conactright_text1{
        width: 300px;
        height: 49px;
        line-height: 49px;
        text-align: center;
        background: radial-gradient(#1D1817, #4C4441);
        font-family:  PingFang SC;
        font-weight: 600;
        font-size: 20px;
        color: #FFFFFF;
        border-radius: 10px;
        margin-top: 10px;
    }
    .price_compare_table1,.price_compare_table2{
        font-size: 24px;
    }
    .price_type1,.price_type2{
        font-size:20px;
    }
    .pricetop_item_title,.pricetop_item_title2{
        font-size: 20px;
    }
    .pricetop_item_btn ,.pricetop_item_btn2{
        width: 190px;
        font-size: 18px;
    }
    .equityitem_introducebox{
        width: 275px;
        height: 290px;
    }
    .phone_conactright_btn{
        margin-bottom: 40px;
    }
}


@media screen and (max-width: 600px) {
    .fixprice_header{
        width: 100%;
        text-align: center;
        font-family: OPPOSans;
        font-weight: normal;
        font-size: 50px;
        color: #243141;
        margin-top: 80px;
        height: 60px;
    }

    .fixprice_header_text{
        width: 80%;
        height: 25px;
        line-height: 25px;
        text-align: center;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #3AA73E;
        margin-top: 0px;
        font-weight: bold;
    }

    .price_conactbox .conactleft,.price_conactbox .conactright{
        width: 100%;
        height:auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .price_conactbox{
        width: 96%;
        margin-left: 2%;
        height:330px;
        background-image: url("../images/conactbg.png") ;
        background-size: cover; /* 背景图片覆盖整个元素 */
        background-repeat: no-repeat; /* 背景图片不重复 */
        background-position: center center; /* 背景图片居中 */
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 0px 78px;
    }
    .conactleft_text1{
        width: 100%;
        height: 40px;
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 30px;
        color: #3C2315;
        text-align: center;
    }
    .conactleft_text2{
        width: 100%;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 20px;
        color: #3C2315;
        margin-top: 0px;
        opacity: 0.7;
    }
    .conactright_text1{
        width: 300px;
        height: 49px;
        line-height: 49px;
        text-align: center;
        background: radial-gradient(#1D1817, #4C4441);
        font-family:  PingFang SC;
        font-weight: 600;
        font-size: 20px;
        color: #FFFFFF;
        border-radius: 10px;
        margin-top: 0px;
    }
    .equityitem_solid{
        width: 275px;
        height: 1px;
        background: rgba(165, 165, 165, 0.5);
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .phone_price_conactbox .equityitem_solid{
        width: 275px;
        height: 1px;
        background: rgba(165, 165, 165, 0.5);
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .equityitem_introducebox{
        width: 275px;
        height: 290px;
    }


    .equityitem_introduce{
        width: 275px;
       height: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 8px;
    }
    .equityitem_bubble{
        width: auto;
        padding: 10px;
        background: #ffffff;
        border: solid 1px #dcdfe6;
        border-radius: 5px;
        position: absolute;
        margin-top: 90px;
        margin-left: 40px;
    }

    .equityitem_text{
        width:auto;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 14px;
       /* font-size: 13px;*/
        color: #3E3E3E;
        margin-left: 10px;
        max-width:240px;
        text-align: left;
    }
    .equityitem_text2{
        width:100%;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #3D2612;
        text-align: center;
        margin-left: 0px;
        margin-top: -20px;
    }
    .equityitem_btn1,.equityitem_btn2,.equityitem_btn3{
        width: 275px;
        height: 50px;
        line-height: 50px;
        margin-top: 36px;
        margin-bottom: 20px;
        font-size: 22px;
        letter-spacing: 2px;
    }
    .equityitem_btn4{
        width: 275px;
        height: 50px;
        line-height: 50px;
        margin-top: 36px;
        margin-bottom: 20px;
        font-size: 22px;
    }


    .equitybox{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 90px;
    }
    .equityitem{
        width: 385px;
        height: 585px;
        margin-top: -40px;
    }
    .equityitem_header ,.equityitem_header2{
        margin-top: -30px;
        margin-bottom: 10px;
    }
    .equityitem2,.equityitem3{
        margin-left: 0px;
    }

    .price_question_header{
        width: 100%;
        height: 80px;
        text-align: center;
        font-family:PingFang SC;
        font-weight: 600;
        font-size: 40px;
        color: #464C5B;
        margin-top: 320px;
    }
    /**********/

    .questlist_item{
        width: 90%;
        padding: 26px 15px;
        background: #F6F9FA;
        border-radius: 10px;
        margin-bottom: 20px;

    }
    .questitembox{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
    }
    .questitem_header{
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 18px;
        color: #464C5B;
        font-style: normal;
        line-height: 30px;
      /*  margin-top: -6px;*/
        width: 90%;
    }
    .questitemimg{
        width: 18px;
        cursor: pointer;
        margin-top: 10px;
    }
    .questitem_text{
        width: 100%;
        font-family: OPPOSans;
        font-weight: normal;
        font-size: 15px;
        color: #696C6E;
        line-height: 27px;
        word-wrap: break-word;
        overflow-wrap: break-word; /* 标准属性 */
        margin-top:10px ;
    }
    .price_compare_table1,.price_compare_table2{
        font-size: 19px;
    }
    .price_type1,.price_type2{
        font-size:14px;
    }

    .price_type1,.price_type2{
        font-size:18px;
    }
    .pricetop_pcbox{
        height: 140px;
    }
    .pricetop_pcbox_item{
        width: 31%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 1%;

    }

    .pricetop_item_title3{
        font-size: 18px!important;
    }
    .pricetop_item_title,.pricetop_item_title2{
        font-size: 13px;
        margin-bottom: 10px;
    }

    .pricetop_item_btn ,.pricetop_item_btn2{
        width: 110px;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
.uploadingimg{
    position: fixed;
     bottom: 80px;
     width: 40px;
    z-index: 99999;
    animation: floating 2s infinite;
    }

    /* 定义一个名为floating的动画 */
    @keyframes floating {
        0% {
            transform: translateY(0); /* 初始位置 */
        }
        50% {
            transform: translateY(-15px); /* 向上移动4像素 */
        }
        100% {
            transform: translateY(0); /* 回到初始位置 */
        }
    }


}
