/*/topic/2023/shentong_202307/css/index.css*/
.select_dialog{position:fixed;top:0;left:0;z-index:999;width:100%;height:100%;overflow:hidden;display:none}.select_dialog .dialog_mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3)}.select_dialog .select_dialog_content{background:#fff;position:absolute;bottom:0;left:0;width:100%;height:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all .3s ease;transition:all .3s ease}.select_dialog .select_dialog_content.hide{bottom:-40%}.select_dialog .select_dialog_content .select_header{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;height:.8rem;border-bottom:1px solid #c3c3c3;position:relative}.select_dialog .select_dialog_content .select_header .cancel_btn{position:absolute;left:.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;background:#f3f3f3;color:var(--theme_color);height:.6rem;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1rem;border-radius:.05rem}.select_dialog .select_dialog_content .select_header .select_title{font-size:.3rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:50%}.select_dialog .select_dialog_content .dialog_list{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch}.select_dialog .select_dialog_content .dialog_list .select_item{width:90%;margin:0 auto;font-size:.28rem;padding:.2rem .1rem;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ease;transition:all .3s ease}.select_dialog .select_dialog_content .dialog_list .select_item.selected{background:var(--theme_color);color:#fff}.select_dialog .select_dialog_content .dialog_list .select_item:hover{background:var(--theme_color);color:#fff}.select_dialog .select_dialog_content .dialog_list .select_item+.select_item{border-top:1px solid #f2f2f2}.select_dialog .select_dialog_content .select_dialog_btn_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.2rem}.select_dialog .select_dialog_content .select_dialog_btn_list .select_dialog_btn{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;width:1.6rem;height:.6rem;border-radius:.1rem}.select_dialog .select_dialog_content .select_dialog_btn_list .select_dialog_btn.cancel_btn{background:#f3f3f3;color:var(--theme_color)}.select_dialog .select_dialog_content .select_dialog_btn_list .select_dialog_btn.success_btn{background:var(--theme_color);color:#fff;margin-left:.2rem}.select_dialog .select_dialog_content .select_dialog_filter{width:100%;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;padding:.2rem;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;position:relative}.select_dialog .select_dialog_content .select_dialog_filter input{display:block;width:100%;height:.6rem;text-align:center;border:1px solid #f3f3f3;font-size:.28rem;border-radius:.3rem;outline:0}.select_dialog .select_dialog_content .select_dialog_filter input:focus{border-color:var(--theme_color)}.select_dialog .select_dialog_content .select_dialog_filter .clear_btn{position:absolute;height:.5rem;width:0;font-size:.24rem;right:.3rem;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;background:var(--theme_color);color:#fff;border-radius:.5rem;opacity:0;overflow:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}.select_dialog .select_dialog_content .select_dialog_filter .clear_btn.show{opacity:1;width:.8rem}@-webkit-keyframes btn_bg_move{0%{opacity:1;-webkit-transform:translateX(-100%);transform:translateX(-100%)}50%{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}100%{opacity:0}}@keyframes btn_bg_move{0%{opacity:1;-webkit-transform:translateX(-100%);transform:translateX(-100%)}50%{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}100%{opacity:0}}.music{z-index:100;cursor:pointer}.music.run{-webkit-animation:3s linear rotate_music infinite;animation:3s linear rotate_music infinite}@-webkit-keyframes rotate_music{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate_music{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.main{font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;overflow:hidden;background:url(//papu.yunshuren.com/topic/2023/shentong_202307/images/bg_pc.jpg) #000 no-repeat;background-position:top 354px center}@media (max-width:768px){.main{padding-bottom:0;background-size:7.2rem;background:url(//papu.yunshuren.com/topic/2023/shentong_202307/images/bg_mob.jpg) #000 no-repeat;background-size:contain;background-position:top 3.5rem center}}.container{display:block;width:1008px;margin:0 auto}@media (max-width:768px){.container{width:6.5rem}}.last{margin-bottom:30px}@media (max-width:768px){.last{margin-bottom:.2rem}}.select_dialog{z-index:2005!important}.select_dialog .select_item{color:#000}.banner{display:block;width:1920px;margin:0 auto;text-align:center}.banner .banner_pc{display:block}@media (max-width:768px){.banner .banner_pc{display:none}}.banner .banner_mob{display:none}@media (max-width:768px){.banner .banner_mob{display:block;width:100%}}@media (max-width:768px){.banner{width:100%}}.top{display:block;width:100%}.btn_line{display:block;width:100%;text-align:center;padding-top:10px;padding-bottom:50px}@media (max-width:768px){.btn_line{padding-bottom:.3rem}}.btn_line a{padding-left:10px;padding-right:10px}.btn_line a img{border-radius:10px;-webkit-box-shadow:0 0 6px 3px rgba(255,255,255,.4);box-shadow:0 0 6px 3px rgba(255,255,255,.4)}@media (max-width:768px){.btn_line a{width:45%;padding-left:.1rem;padding-right:.1rem}.btn_line a img{width:40%;border-radius:.1rem}}.intro_line{display:block;width:100%;height:352px;margin:0 auto 60px}@media (max-width:768px){.intro_line{height:2rem;margin-bottom:.4rem}}.intro_line .intro_pic{display:block;width:552px}@media (max-width:768px){.intro_line .intro_pic{width:3.4rem;height:2rem}.intro_line .intro_pic img{width:100%}}.intro_line .intro_text{display:block;width:400px}@media (max-width:768px){.intro_line .intro_text{width:2.9rem;height:2rem}}.intro_line .intro_title{display:block;width:100%}.intro_line .intro_title img{-webkit-box-shadow:0 0 6px 3px rgba(255,141,0,.4);box-shadow:0 0 6px 3px rgba(255,141,0,.4)}@media (max-width:768px){.intro_line .intro_title{width:1.45rem}.intro_line .intro_title img{width:100%}}.intro_line .intro_content{display:block;width:100%;font-size:26px;line-height:45px;font-weight:500;color:#fff}@media (max-width:768px){.intro_line .intro_content{font-size:.14rem;line-height:.24rem;font-weight:0}}.intro_left .intro_pic{float:left}.intro_left .intro_text{float:right}.intro_right .intro_pic{float:right}.intro_right .intro_text{float:left}.title{display:block;width:100%;height:72px;text-align:top;font-size:40px;color:#fff;line-height:40px;margin-top:80px}@media (max-width:768px){.title{height:.5rem;line-height:.3rem;font-size:.3rem;margin-top:.3rem}}.title .title_content{display:block;float:left;width:386px;height:100%;background:url(//papu.yunshuren.com/topic/2023/shentong_202307/images/title_bg.png) no-repeat;background-position:bottom 0 left 50px}@media (max-width:768px){.title .title_content{width:2rem;background-position:bottom 0 left 0;background-size:100%}}.title .title_more{display:block;float:right;width:66px;height:72px;line-height:72px;text-align:center}@media (max-width:768px){.title .title_more{width:.7rem;height:.5rem;line-height:.5rem;padding_right:.26rem}.title .title_more img{width:.4rem}}.news_list{width:1008px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}@media (max-width:768px){.news_list{margin-top:.3rem;width:6.53rem;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:0}.news_list .news_item:nth-child(2n){margin-left:.18rem}.news_list .news_item:nth-child(n+3){margin-top:.2rem}.news_list .news_item:last-child:nth-child(2n+1){display:none}}.news_item{display:-webkit-box;display:-ms-flexbox;display:flex;width:325px;background:#ee7938;color:#fff;-ms-flex-negative:0;flex-shrink:0;-webkit-box-shadow:0 3px 10px 0 rgba(8,104,241,.4);box-shadow:0 3px 10px 0 rgba(8,104,241,.4)}@media (max-width:768px){.news_item{width:3.17rem}}.news_item_img{width:100%;height:220px;display:block;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.news_item_img{height:2.14rem}}.news_item_text{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:25px 10px}@media (max-width:768px){.news_item_text{padding:.1rem}}.news_item_title{font-size:16px;line-height:26px;color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:justify}@media (max-width:768px){.news_item_title{font-size:.24rem;line-height:.34rem;-webkit-line-clamp:1}}.news_item_time{font-size:14px;color:#fff;width:100%;display:block;text-align:right}@media (max-width:768px){.news_item_time{font-size:.2rem;display:none}}.news_intro{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:0 3px 10px 0 rgba(8,104,241,.4);box-shadow:0 3px 10px 0 rgba(8,104,241,.4);margin-top:30px;text-decoration:none}@media (max-width:768px){.news_intro{margin-top:.3rem;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (min-width:1024px){.news_intro{-webkit-transition:all .3s linear;transition:all .3s linear}.news_intro:hover{text-decoration:underline}}.news_intro .news_intro_container{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box;padding:30px 16px}@media (max-width:768px){.news_intro .news_intro_container{padding:.2rem;position:relative}}.news_intro .news_intro_container h3{font-size:30px;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width:768px){.news_intro .news_intro_container h3{font-size:.3rem;position:absolute;width:100%;top:0;left:0;padding:.2rem;line-height:.4rem;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-box-sizing:border-box;box-sizing:border-box}}.news_intro .news_intro_container div{font-size:16px;line-height:24px;color:#fff;margin-top:30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}@media (max-width:768px){.news_intro .news_intro_container div{font-size:.24rem;line-height:.36rem;margin-top:0}}.news_intro .news_img{width:420px;height:284px;display:block;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.news_intro .news_img{width:100%;height:4.6rem}}.video_swiper{width:1008px;margin:0 auto;position:relative;margin-top:30px;height:464px}@media (max-width:768px){.video_swiper{width:100%;margin-top:.3rem;padding:.1rem 0;height:3.74rem}}.video_swiper .swiper-slide{position:relative;display:block;width:686px;height:464px;-webkit-box-shadow:0 3px 10px 0 rgba(8,104,241,.4);box-shadow:0 3px 10px 0 rgba(8,104,241,.4)}@media (max-width:768px){.video_swiper .swiper-slide{width:5.54rem;height:3.74rem}}.video_swiper .swiper-slide:after{content:"";width:100%;height:100%;background:rgba(0,0,0,.1);position:absolute;left:0;top:0;display:block}.video_swiper .swiper-slide .video_poster{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video_swiper .swiper-slide .video_icon{position:absolute;display:block;left:50%;top:50%;width:44px;height:44px;-o-object-fit:contain;object-fit:contain;margin-left:-22px;margin-top:-22px;opacity:.8}@media (max-width:768px){.video_swiper .swiper-slide .video_icon{width:.54rem;height:.54rem;margin-left:-.27rem;margin-top:-.27rem}}.video_swiper .swiper-left,.video_swiper .swiper-right{position:absolute;top:50%;width:38px;height:38px;border:2px solid #fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:999px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;z-index:50}@media (max-width:768px){.video_swiper .swiper-left,.video_swiper .swiper-right{width:.38rem;height:.38rem}}@media (min-width:1024px){.video_swiper .swiper-left,.video_swiper .swiper-right{-webkit-transition:all .3s linear;transition:all .3s linear}.video_swiper .swiper-left:hover,.video_swiper .swiper-right:hover{background:rgba(0,105,255,.5)}}@media (min-width:1024px){.video_swiper .swiper-left,.video_swiper .swiper-right{-webkit-transition:all .3s linear;transition:all .3s linear}.video_swiper .swiper-left:hover,.video_swiper .swiper-right:hover{background:rgba(0,105,255,.5)}}.video_swiper .swiper-left i,.video_swiper .swiper-right i{font-size:14px;color:#fff}@media (max-width:768px){.video_swiper .swiper-left i,.video_swiper .swiper-right i{font-size:.2rem}}.video_swiper .swiper-left{left:180px}@media (max-width:768px){.video_swiper .swiper-left{left:.8rem}}.video_swiper .swiper-right{right:180px}@media (max-width:768px){.video_swiper .swiper-right{right:.8rem}}.left_btn,.right_btn{position:absolute;top:50%;margin-top:-43px;width:34px;height:86px;text-align:center;line-height:86px;color:#fff;font-size:40px;z-index:4;cursor:pointer;outline:0;opacity:.8;-webkit-animation:show_btn_fade 3s linear infinite;animation:show_btn_fade 3s linear infinite}@media (min-width:1024px){.left_btn,.right_btn{-webkit-transition:all .3s linear;transition:all .3s linear}.left_btn:hover,.right_btn:hover{-webkit-animation:none;animation:none;opacity:1}}@media (max-width:768px){.left_btn,.right_btn{width:.6rem;height:1.2rem;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;margin-top:-.6rem;line-height:normal;opacity:.8}}.left_btn i,.right_btn i{font-size:30px}@media (max-width:768px){.left_btn i,.right_btn i{font-size:.3rem}}.left_btn{left:0}.right_btn{right:0}.pics_box_list{display:block;width:1008px;margin:30px auto 0}@media (max-width:768px){.pics_box_list{width:6.48rem;margin-top:.3rem}}.pics_box_list .slider_item{display:block;width:100%;margin:0 auto;overflow:hidden;position:relative}.pics_box_list .slider_item .slider_sides{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pics_box_list .slider_item .img_item{display:block;width:100%;overflow:hidden;height:308px;-webkit-transition:all .3s linear;transition:all .3s linear;-ms-flex-negative:0;flex-shrink:0}@media (max-width:768px){.pics_box_list .slider_item .img_item{width:100%;height:3.5rem}}.pics_box_list .slider_item .img_item .img:first-child{display:block;float:left;width:323px;height:308px}@media (max-width:768px){.pics_box_list .slider_item .img_item .img:first-child{width:3.8rem;height:3.5rem}}.pics_box_list .slider_item .img_item .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pics_box_list .slider_item .img_item .center_imgs{display:block;float:left;width:226px;height:308px;margin-left:2px}@media (max-width:768px){.pics_box_list .slider_item .img_item .center_imgs{width:2.56rem;height:3.5rem}}.pics_box_list .slider_item .img_item .center_imgs .img{display:block;float:left;height:153px;width:100%}@media (max-width:768px){.pics_box_list .slider_item .img_item .center_imgs .img{width:2.56rem;height:1.76rem}}.pics_box_list .slider_item .img_item .center_imgs .img+.img{margin-top:2px}.pics_box_list .slider_item .img_item .last_img{display:block;float:left;width:455px;height:308px;margin-left:2px}@media (max-width:768px){.pics_box_list .slider_item .img_item .last_img{width:100%;height:auto}}.pics_box_list .pagination{width:100%;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;margin-top:30px}@media (max-width:768px){.pics_box_list .pagination{margin-top:.3rem}}.pics_box_list .pagination .bullet{width:15px;height:15px;border-radius:999px;background:#67ef34;margin:0 7px}@media (max-width:768px){.pics_box_list .pagination .bullet{width:.15rem;height:.15rem;margin:0 .07rem}}.pics_box_list .pagination .active{background:#fff}.form_dialog{width:720px;height:1000px;background:#ec6628;position:fixed;display:none;left:50%;top:50%;z-index:100;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.form_dialog option{color:#000}@media (min-width:1024px)and (max-height:1200px){.form_dialog{top:80px;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);height:auto;bottom:20px}.form_dialog .form_overflow_scroll{height:100%}.form_dialog .tips_div{font-size:14px}.form_dialog .form_container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form_dialog .form_dialog_header{padding-top:10px;margin-bottom:-5px}.form_dialog .form_dialog_header img{width:80%}.form_dialog .form_dialog_area{-webkit-box-flex:1;-ms-flex:1;flex:1;height:auto;margin-bottom:20px;overflow-y:scroll;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-size:100%;background-position:bottom center;border-radius:20px}.form_dialog .form_dialog_area::-webkit-scrollbar{display:none}.form_dialog .form_dialog_label{height:30px;font-size:16px}.form_dialog .form_dialog_select{min-height:30px}.form_dialog .form_dialog_select_text{min-height:30px;font-size:16px}.form_dialog .form_dialog_input{height:30px;font-size:16px}.form_dialog .form_dialog_submit{margin-top:auto;margin-bottom:30px;-ms-flex-negative:0;flex-shrink:0}}@media (min-width:1024px)and (max-height:600px){.form_dialog .form_dialog_item{margin-bottom:10px}}@media (min-width:1024px)and (max-height:500px){.form_dialog .form_dialog .form_dialog_header img{width:60%}.form_dialog .tips_div{padding-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.form_dialog .form_dialog_submit{height:30px;width:80px;margin-bottom:10px;font-size:16px}.form_dialog .form_dialog_area{margin-bottom:10px}}@media (max-width:768px){.form_dialog{width:100%;height:100%;left:0;top:0;-webkit-transform:none;transform:none}.form_dialog .form_overflow_scroll{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow-y:scroll}}.form_dialog .form_dialog_header{padding-top:26px}.form_dialog .form_dialog_header img{display:block;width:100%;margin:0 auto}.form_dialog .form_dialog_item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}@media (max-width:768px){.form_dialog .form_dialog_item{margin-bottom:.2rem}}.form_dialog .form_dialog_label{width:160px;font-size:22px;color:#fff;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-negative:0;flex-shrink:0}@media (max-width:768px){.form_dialog .form_dialog_label{width:1.6rem;font-size:.24rem;height:.5rem}}.form_dialog .form_dialog_inputs{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}.form_dialog .form_dialog_select{position:relative;min-height:48px;border-radius:5px;background:#fff;min-width:180px;max-width:465px;margin-right:10px}@media (max-width:768px){.form_dialog .form_dialog_select{min-height:.5rem;height:auto;border-radius:.05rem;width:4rem}}.form_dialog .form_dialog_select .form_dialog_select_text{font-size:24px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;color:#333}@media (max-width:768px){.form_dialog .form_dialog_select .form_dialog_select_text{font-size:.24rem;padding:0 .1rem;min-height:.5rem;height:auto}}.form_dialog .form_dialog_select select{opacity:0;position:absolute;left:0;top:0;bottom:0;right:0;width:100%;font-size:18px;display:block}@media (max-width:768px){.form_dialog .form_dialog_select select{display:none}}.form_dialog .form_dialog_input{height:48px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;font-size:22px;width:180px;color:#333;outline:0;border:none}.form_dialog .form_dialog_input::-webkit-input-placeholder{color:#a5a5a5}.form_dialog .form_dialog_input::-moz-input-placeholder{color:#a5a5a5}.form_dialog .form_dialog_input::-ms-input-placeholder{color:#a5a5a5}.form_dialog .form_dialog_input::-webkit-placeholder{color:#a5a5a5}.form_dialog .form_dialog_input::-moz-placeholder{color:#a5a5a5}.form_dialog .form_dialog_input::-ms-placeholder{color:#a5a5a5}@media (max-width:768px){.form_dialog .form_dialog_input{height:.5rem;font-size:.24rem;border-radius:.05rem;padding:0 .1rem;width:2.3rem}}.form_dialog .form_dialog_submit{border-radius:5px;-webkit-box-shadow:0 0 6px 3px rgba(255,255,255,.4);box-shadow:0 0 6px 3px rgba(255,255,255,.4);width:188px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:26px;font-weight:700;cursor:pointer;margin-top:164px;position:relative;overflow:hidden}.form_dialog .form_dialog_submit img{width:100%}.form_dialog .form_dialog_submit::after{content:"";width:100%;height:100%;position:absolute;display:block;left:0;top:0;background:linear-gradient(135deg,transparent 30%,rgba(255,255,255,.8) 50%,transparent 70%);background-repeat:no-repeat;-webkit-animation:btn_bg_move 1.5s ease-in-out infinite;animation:btn_bg_move 1.5s ease-in-out infinite;pointer-events:none}@media (max-width:768px){.form_dialog .form_dialog_submit{margin-top:.9rem;font-size:.2em;width:1.88rem;height:.48rem;font-size:.26rem;border-radius:.1rem}}.tips_div{font-size:22px;color:#fff;margin-bottom:56px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:30px;padding-top:40px}.tips_div .tips{font-size:22px;font-weight:bolder}@media (max-width:768px){.tips_div{font-size:.22rem;margin-bottom:.8rem;padding-top:.26rem;padding-left:.3rem}}.form_dialog_area{border-radius:10px;width:656px;height:785px;margin:0 auto;background-image:url(//papu.yunshuren.com/topic/2023/shentong_202307/images/form_bg.png);background-size:contain;background-repeat:no-repeat}@media (max-width:768px){.form_dialog_area{width:6.56rem;height:7.85rem;border-radius:.1rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:.2rem}}#city{display:none}@media (max-width:768px){#city{display:block;width:4rem}}@media (max-width:768px){.city_select,.province_select{display:none}}.hide_dialog{border-radius:999px;border:2px solid #fff;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;width:30px;height:30px;top:-15px;right:-15px;cursor:pointer;z-index:1002;position:absolute}.hide_dialog i{color:#fff;font-size:14px}@media (max-width:768px){.hide_dialog{right:.2rem;top:.2rem;width:.5rem;height:.5rem}.hide_dialog i{font-size:.24rem}}.fixed_buy{position:fixed;bottom:50px;left:50%;z-index:3000;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:120px;display:none;overflow:hidden;border-radius:4px;-webkit-box-shadow:0 0 6px 3px rgba(255,255,255,.4);box-shadow:0 0 6px 3px rgba(255,255,255,.4)}@media (max-width:768px){.fixed_buy{bottom:1rem;width:2rem}}.fixed_buy img{display:block;width:100%;cursor:pointer}.fixed_buy::after{content:"";width:100%;height:100%;position:absolute;display:block;left:0;top:0;background:linear-gradient(135deg,transparent 30%,rgba(255,255,255,.8) 50%,transparent 70%);background-repeat:no-repeat;-webkit-animation:btn_bg_move 1.5s ease-in-out infinite;animation:btn_bg_move 1.5s ease-in-out infinite;pointer-events:none}
