@charset "utf-8";
/* CSS Document */


/***动画效果***/
.aniByViewportUp{transform:translateY(150px);opacity:0.5;}
.aniByViewportDown{transform:translateY(150px);opacity:1; animation:moveUpFromDown 5s ;  }
.aniByViewportLeft{transform:translateX(100px);opacity:0.8;}
.aniByViewportRight{transform:translateX(-100px);opacity:0.8;}
.comeUp{animation:comeIn 1s ease forwards;}
/**.comeDown{animation:comeIn 1s ease forwards;}**/
.comeLeft{animation:comeIn 1s ease forwards;}
.comeRight{animation:comeIn 1s ease forwards;}
.comeUp:nth-child(odd),.comeDown:nth-child(odd){animation-duration:1.5s;}
.comeLeft:nth-child(odd),comeRight:nth-child(odd){animation-duration:1.5s;}
.comeUp:nth-child(1){animation-duration:1s;}
.comeUp:nth-child(2){animation-duration:1.2s;}
.comeUp:nth-child(3){animation-duration:1.4s;}
.comeUp:nth-child(4){animation-duration:1.6s;}
.comeUp:nth-child(5){animation-duration:1.8s;}

@keyframes moveUpFromDown{
0%{transform:translateY(100%) scale(1.1); opacity:0;}
25%{transform:scale(1);}
50%{transform:scale(1.1);}
75%{transform:scale(1);}
100%{transform:translateY(0) scale(1); opacity:1;}

}
/**
@-webkit-keyframes moveUpFromDown{
from{-webkit-transform:translateY(100%);}
to{-webkit-transform:translateY(0);}
}
@-moz-keyframes moveUpFromDown{
from{-moz-transform:translateY(100%);}
to{-moz-transform:translateY(0);}
}
@-ms-keyframes moveUpFromDown{
from{-ms-transform:translateY(100%);}
to{-ms-transform:translateY(0);}
}
@-o-keyframes moveUpFromDown{
from{-o-transform:translateY(100%);}
to{-o-transform:translateY(0);}
}**/
@keyframes comeIn{
to{transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);opacity:1;}
}




/*内容*/
.wrap{ width:100%; height:100%; margin:0px auto; overflow:hidden; max-width:640px; min-height:850px;}
.main{ max-width:640px; height:100%; margin:0px auto;} 
.a_img{ background-position:center; background-size:contain; background-repeat:no-repeat; float:left;}
.a_bg02{ background-color:#ffdfd0;}
.a_mod{ width:100%; float:left; padding:10px 20px;}
.a_mod::after{ content:"020"; display:block; height:0; clear:both; visibility:hidden;}
.a_mod.a_bg01{ background-image:url(../images/sbg_01.jpg);}
.a_mod img{ width:auto; max-width:100%; margin:10px 0; border-radius:10px; overflow:hidden;}
.a_mod .a_btn{ width:100%; height:60px; float:left; margin:20px 0; background-image:url(../images/simg_06.png);}
.a_mod .a_note{ width:100%; float:left; padding:50px 15px 40px;}
.a_mod .a_note h3{ width:100%; float:left; font-size:18px; color:#333; margin-bottom:5px;}
.a_mod .a_note h3 span{ width:26px; height:26px; float:left; background-image:url(../images/icon02.png); margin-right:10px;}
.a_mod .a_note h3 span.a_nico{ background-image:url(../images/icon22.png);}
.a_mod .a_note p{ width:100%; float:left; font-size:16px; color:#656565; margin:10px 0 0 0;}
.a_mod.a_n20{ padding:0;}
.a_mod.a_n20 img{margin:0px 0; border-radius:0px;}
.a_mod.a_n20 img.a_mg20{ margin:20px 0 0 0;}
.a_mod.a_n20 img.a_mg10{ margin:10px 0 0 0;}
.a_mod.a_n20 img.a_mgb20{ margin:10px 0 20px 0;}
.a_mod.a_nyj{ padding:10px 30px;}
.a_mod.a_nyj img{ border-radius:0px;}
.a_mod img.a_jump{ width:20%; margin:10px 40% 30px 40%; text-align:center; animation:rotate .5s linear infinite;}
.a_mod .a_put{ width:100%; float:left; padding:20px;}
.a_mod .a_put b{ width:100%; float:left; font-size:16px; color:#3d228c; font-weight:normal;}
.a_mod .a_put p{ width:100%; float:left; font-size:14px; color:#333; line-height:160%; margin-top:5px;}
.a_mod .a_put span{ width:100%; float:left; font-size:14px; color:#ff4444; margin-top:10px;}
.a_mod .a_open{ width:100%; height:55px; float:left; background-image:url(../images/simg_12.png);}
/***升级成为商家***/
.a_move{ width:100%; float:left; background-image:url(../images/simg_08.jpg); background-size:contain; background-repeat:repeat; margin-top:-5px;}
.a_move img{ margin:10px 0;}
.a_move .a_note{ width:100%; float:left; padding:30px 25px 60px;}
.a_move .a_note h3{ width:100%; float:left; font-size:16px; color:#fff; margin-bottom:3px;}
.a_move .a_note h3 span{ width:20px; height:20px; float:left; background-image:url(../images/icon02.png); margin-right:10px;}
.a_move .a_note p{ width:100%; float:left; font-size:14px; color:#fff; margin:5px 0 0 0;}
/***增加发布数量&升级成为商家***/
.a_remove{ width:100%; height:100%; background-size:cover; background-repeat:no-repeat; background-position:top center; padding:0 20px; background-attachment:fixed; position:fixed;}
.a_RBg{ background-image:url(../images/rimg_06.jpg); }
.a_BBg{ background-image:url(../images/simg_07.jpg); }
.a_remove .a_removeL{ margin-top:400px;}
.a_remove .a_removeR{ margin-top:320px;}
.a_remove .a_removeR .a_removeD{ width:100%; height:100%;}
.a_remove .a_removeM{ width:100%; float:left;}
.a_remove .a_removeM .a_removeB{ width:100%; float:left;}
.a_remove .a_removeM .a_removeB .a_removeL{ width:100%; height:84px; float:left; background-color:#fff; border-radius:42px; padding:10px 15px; margin:3px 0;}
.a_remove.a_BBg .a_removeM .a_removeB .a_removeL{ height:84px; border-radius:42px;}
.a_remove .a_removeM .a_removeB .a_removeL span{ width:20px; height:64px;}
.a_remove.a_RBg .a_removeM .a_removeB .a_removeL span{ background-image:url(../images/icon16.png);}
.a_remove.a_BBg .a_removeM .a_removeB .a_removeL:nth-child(1) span{ background-image:url(../images/icon18.png);}
.a_remove.a_BBg .a_removeM .a_removeB .a_removeL:nth-child(2) span{ background-image:url(../images/icon19.png);}
.a_remove.a_BBg .a_removeM .a_removeB .a_removeL:nth-child(3) span{ background-image:url(../images/icon20.png);}
.a_remove .a_removeM .a_removeB .a_removeL .a_removeC{ width:68%; float:left; padding-left:10px;}
.a_remove.a_BBg .a_removeM .a_removeB .a_removeL:nth-child(1) .a_removeC,.a_remove.a_BBg .a_removeM .a_removeB .a_removeL:nth-child(2) .a_removeC{ margin-top:8px;}
.a_remove .a_removeM .a_removeB .a_removeL .a_removeC .a_removeJ{ width:100%; float:left;font-size:17px; color:#000;}
.a_remove .a_removeM .a_removeB .a_removeL .a_removeC .a_removeJ i{ color:#ff3838; font-size:12px; margin-left:10px;}
.a_remove .a_removeM .a_removeB .a_removeL .a_removeC .a_removeJ em{ color:#ff3838; }
.a_remove .a_removeM .a_removeB .a_removeL .a_removeC .a_removeJ b{ font-size:12px; font-style:normal; margin-left:5px; letter-spacing:1px;}
.a_remove .a_removeM .a_removeB .a_removeL .a_removeC p{ width:100%; float:left; font-size:13px; color:#666; margin-top:3px;}
.a_remove .a_removeM .a_removeB .a_removeL .a_removeK{ width:24%; height:64px; float:right;}
.a_remove.a_RBg .a_removeM .a_removeB .a_removeL .a_removeK{ background-image:url(../images/icon17.png);}
.a_remove.a_BBg .a_removeM .a_removeB .a_removeL .a_removeK{ background-image:url(../images/icon21.png);}
.a_remove .a_removeM .a_note{ width:100%; float:left; padding:30px 0 50px;}
.a_remove .a_removeM .a_note h3{ width:100%; float:left; font-size:16px; color:#fff; line-height:26px; margin-bottom:3px; text-align:left;}
.a_remove .a_removeM .a_note h3 span{ width:20px; height:20px; float:left; background-image:url(../images/icon02.png); margin-right:10px;}
.a_remove .a_removeM .a_note p{ width:100%; float:left; font-size:14px; color:#fff; margin:5px 0 0 0; text-align:left;}

/***升级VIP***/
.a_vip{ height:100%; background-image:url(../images/vip_bg.jpg); background-size:cover; background-repeat:no-repeat; background-position:bottom center; background-attachment:fixed; position:fixed; background-color:#fff;}
.a_vip img{ margin-top:50px;}
.a_vip .a_btn{ width:36%; height:40px; background-color:#ffcf00; background-image:none; font-size:16px; color:#fff; border-radius:20px; line-height:40px; text-align:center; margin:10px 32%; }
.a_vip .a_btn:hover{ font-size:14px; background-color:#fedc48;}


/***升级VIP后***/
.a_viph{ height:100%; background-image:url(../images/vip_bg01.jpg); background-size:cover; background-repeat:no-repeat; background-position:top center; background-attachment:fixed; position:fixed; left:0; top:0; background-color:#fff;}
.a_viph .a_viph_M{ width:100%; float:left; background-color:#fff; padding:40px 20px; border-radius:10px; margin-top:165px;}
.a_viph .a_viph_M .a_viph_U{ width:100%; float:left;}
.a_viph .a_viph_M .a_viph_U .a_viph_H{ width:60px; height:60px; background-size:cover; background-repeat:no-repeat; background-position:center; border-radius:50%; float:left;}
.a_viph .a_viph_M .a_viph_U .a_viph_N{ width:auto; float:left; padding-left:10px; line-height:60px;}
.a_viph .a_viph_M .a_viph_U .a_viph_N p{ float:left; color:#333; font-size:16px;}
.a_viph .a_viph_M .a_viph_U .a_viph_N span{ width:20px; height:20px; float:left; background-size:contain; margin:20px 5px 20px 10px;}
.a_viph .a_viph_M .a_viph_U .a_viph_N span.a_hy01{ background-image:url(../images/icon26.png);}
.a_viph .a_viph_M .a_viph_U .a_viph_N span.a_hy02{ background-image:url(../images/icon27.png);}
.a_viph .a_viph_M .a_viph_U .a_viph_N span.a_hy03{ background-image:url(../images/icon28.png);}
.a_viph .a_viph_M .a_viph_U .a_viph_N span.a_hy04{ background-image:url(../images/icon29.png);}
.a_viph .a_viph_M .a_viph_U .a_viph_N i{ width:20px; height:20px; float:left; margin-top:5px; margin:20px 0; background-image:url(../images/icon25.png); background-size:contain;}
.a_viph .a_viph_M .a_viph_U .a_viph_B{ width:80px; height:30px; line-height:30px; color:#fff; font-size:14px; background-color:#ff7d00; border-radius:15px; float:right; text-align:center; margin:15px 0; -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;}
.a_viph .a_viph_M .a_viph_U .a_viph_B:hover{ font-size:12px; background-color:#ffa249;}
.a_viph .a_viph_M .a_viph_O{ width:100%; float:left; padding:20px 0 0 0;}
.a_viph .a_viph_M .a_viph_O ul{ width:100%; float:left;}
.a_viph .a_viph_M .a_viph_O ul li{ width:100%; float:left; color:#333; font-size:15px; line-height:180%;}
.a_viph .a_viph_M .a_viph_O .a_viph_C{ width:100%; float:left; padding:20px 0 0 0; margin-top:20px; border-top:1px solid #bdbdbd;}
.a_viph .a_viph_M .a_viph_O .a_viph_C p{ width:100%; float:left; color:#666; font-size:14px; line-height:160%;}
.a_viph .a_viph_R{ width:100%; float:left; color:#fff; font-size:12px; text-align:center; margin-top:10px;}

/***购买顶贴次数***/
.a_PBg{ background-image:url(../images/post_bg.jpg),linear-gradient(to right, #e6b6ff, #d88fff); background-size:contain; padding:0 30px;}
.a_remove .a_removeP{ margin-top:270px;}
.a_remove .a_removeP .a_removeD{ width:100%; float:left;}
.a_remove .a_removeP .a_removeM .a_removeB{ width:100%; float:left; background-color:#fff; border-radius:10px; }
.a_remove .a_removeP .a_removeM .a_removeB .a_removeL{ height:auto; border-bottom:1px dashed #e6b6ff; border-radius:0px; padding:20px 15px;}
.a_remove .a_removeP .a_removeM .a_removeB .a_removeL:nth-child(1){ border-radius:10px 10px 0 0;}
.a_remove .a_removeP .a_removeM .a_removeB .a_removeL:nth-child(3){ border-radius:0 0 10px 10px; border-bottom:none;}
.a_remove .a_removeP .a_removeM .a_removeB .a_removeL span{ background-image:url(../images/icon23.png);}
.a_remove .a_removeP .a_removeM .a_removeB .a_removeL .a_removeC{ width:62%;}
.a_remove .a_removeP .a_removeM .a_removeB .a_removeL .a_removeC .a_removeJ{ font-weight:bold;}
.a_remove .a_removeP .a_removeM .a_removeB .a_removeL .a_removeK{ width:30%; background-image:url(../images/icon24.png);}

@keyframes rotate {
    0% {
    transform: translateY(0) ;
    }
    25% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(20px);
       
    }
    75% {
        ransform: translateY(10px) ;
    }
    100% {
        transform: translateY(0) ;
    }
}



/***器材搭配，技术交流，问答咨询***/
.a_mod .a_mate{ width:100%; float:left; padding:20px 20px 60px 20px;}
.a_mod .a_mate .a_mateC{ width:100%; float:left; margin:10px 0;}
.a_mod .a_mate .a_mateC .a_mateT{ width:100%; float:left; color:#ab003e; font-size:20px;}
.a_mod .a_mate .a_mateC .a_mateT span{ width:24px; height:24px; margin:2px 10px 0 0;}
.a_mod .a_mate .a_mateC p{ width:100%; float:left; font-size:16px; color:#f2a8c2; line-height:160%; padding:5px 10px 0; letter-spacing:1px;}
.a_mod .a_mate.a_mateBg{ background-color:#3c75e6; margin-top:-5px;}
.a_mod .a_mate.a_mateBg .a_mateC .a_mateT{ color:#fff;}
.a_mod .a_mate.a_mateBg .a_mateC p{ color:#fff;}
.a_mod.a_skill{ height:100%; background-image:url(../images/mimg_bg.jpg); background-size:cover; background-repeat:no-repeat; background-position:top center; background-attachment:fixed; position:fixed; left:0; top:0; padding:0 0 60px 0;}
.a_mod.a_skill .a_t250{ margin-top:420px;}
.a_mod.a_skill .a_mateH{ width:100%; float:left; margin-bottom:20px}
.a_mod.a_skill .a_mateH h3{ width:100%; float:left; font-size:24px; color:#fff; text-align:center; letter-spacing:1px;}
.a_mod.a_skill .a_mateH p{ width:100%; float:left; font-size:16px; color:#fff; text-align:center; letter-spacing:1px; margin-top:5px;}
.a_mod.a_skill .a_mateC .a_mateT,.a_mod.a_skill .a_mateC p{ color:#fff;}

.a_mod.a_match{ height:100%; background-image:url(../images/mimg_bg01.jpg); background-size:cover; background-repeat:no-repeat; background-position:top center; background-attachment:fixed; position:fixed; left:0; top:0; padding:0 0 60px 0;}
.a_mod.a_match .a_mate{ padding:0; }
.a_mod.a_match .a_t250{ margin-top:300px; padding:0 20px;}
.a_mod.a_match .a_mate .a_matchM{ width:100%; float:left; background-color:rgba(255,255,255,0.7); border-radius:5px; padding:20px; margin-top:0px;}
.a_mod.a_match .a_mate .a_matchM b{ width:100%; float:left; font-size:20px; color:#a21d18; font-weight:normal; margin-bottom:10px;}
.a_mod.a_match .a_mate .a_matchM p{ width:100%; float:left; font-size:16px; color:#a21d18; line-height:150%; text-indent:2em; margin:5px 0;}



/***关于我们***/
.a_mod .a_up{ width:100%; position:relative; float:left; margin-bottom:-5px; }
.a_mod .a_up .aniByViewportUp{ width:100%; float:left; position:absolute;}
.a_mod .a_up .a_upt01{ top:50%; left:0; margin-top:-110px;}
.a_mod .a_up .a_upt02{ top:20px; left:0; }
.a_mod .a_up .a_upt03{ top:50%; left:0; margin-top:-70px; }
.a_mod .a_up .a_upt04{ top:50%; left:0; margin-top:-50px;}

footer{ width:100%; background-color:#3e3e3e; float:left; padding:25px 20px; box-sizing:border-box;}
footer .f_left{ width:50%; float:left; margin-top:20px;}
footer .f_left .f_icon{ width:100%; float:left; margin-bottom:10px;}
footer .f_left .f_icon span{ width:25px; height:25px; background-size:contain; background-position:center; background-repeat:no-repeat; float:left; margin-right:20px;}
footer .f_left .f_icon span:nth-child(1){ background-image:url(../images/icon31.png);}
footer .f_left .f_icon span:nth-child(2){ background-image:url(../images/icon32.png);}
footer .f_left .f_icon span:nth-child(3){ background-image:url(../images/icon33.png); margin:0;}
footer .f_left .f_way{ width:100%; float:left;}
footer .f_left .f_way .f_text{ width:100%; float:left; font-size:1em; color:#fff; line-height:20px; font-weight:bold; letter-spacing:0.05em; margin-top:5px;}
footer .f_left .f_way .f_text span{ width:20px; height:20px; background-size:contain; background-position:center; background-repeat:no-repeat; float:left; margin-right:5px;}
footer .f_left .f_way .f_text:nth-child(1) span{ background-image:url(../images/icon34.png);}
footer .f_left .f_way .f_text:nth-child(2) span{ background-image:url(../images/icon35.png);}
footer .f_left .f_way p{ width:100%; float:left; font-size:0.75em; color:#fff; margin-top:10px; letter-spacing:0em; line-height:140%; }
footer .f_right{ width:50%; float:right; padding:0px 5px; background-color:#fff; }
footer .f_right img{ width:100%;}
footer .f_right span{ width:100%; float:left; margin-top:10px; font-size:0.875em color:#3e3e3e; text-align:center;}


/***自由买卖***/
.a_mod .a_trade{ width:100%; float:left; padding:20px;}
.a_mod .a_trade .a_tradeT{ width:100%; float:left; color:#1390fd; font-size:20px;}
.a_mod .a_trade p{ width:100%; float:left; font-size:16px; color:#1390fd; line-height:160%; padding:10px 0px 10px; letter-spacing:1px;}


/***支付页面***/
.a_pay{ width:100%; float:left;}
.a_pay .a_payP{ width:100%; float:left;}
.a_pay .a_payM{ width:100%; float:left; margin-top:-4px;}
.a_pay .a_payM .a_payS{ border-top:10px solid #efefef;}
.a_pay .a_payM .a_payU{ width:100%; float:left; padding:10px 20px; display:block;}
.a_pay .a_payM .a_payU i{ width:24px; height:24px; display:table-cell; vertical-align:middle; background-image:url(../images/icon30.png); float:none;} 
.a_pay .a_payM .a_payU .a_payX{ display:table-cell; vertical-align:middle; padding:0 0 0 8px;}
.a_pay .a_payM .a_payU .a_payX p{ width:100%; float:left; font-size:14px; color:#666; margin:3px 0;}
.a_pay .a_payM .a_payI{ width:100%; float:left; font-size:14px; color:#666; padding:12px 20px;}
.a_pay .a_payM .a_payI i{ font-size:20px; color:#fd4350;}
.a_pay .a_payM .a_payW{ width:100%; float:left; padding:12px 20px;}
.a_pay .a_payM .a_payW p{ width:100%; float:left; font-size:14px; color:#666;}
.a_pay .a_payM .a_payW .a_payB{ width:100%; float:left; padding:15px 10%;}
.a_pay .a_payM .a_payW .a_payB a{ width:100%; height:50px; border-radius:25px; float:left; margin:10px 0;}
.a_pay .a_payM .a_payW .a_payB a.a_payB_zfb{ background-color:#01aaed;}
.a_pay .a_payM .a_payW .a_payB a.a_payB_zfb i{ width:100%; height:30px; background-image:url(../images/btn_img_zfb.png); margin:10px 0; background-size:45%;}
.a_pay .a_payM .a_payW .a_payB a.a_payB_wx{ background-color:#38b035;}
.a_pay .a_payM .a_payW .a_payB a.a_payB_wx i{ width:100%; height:30px; background-image:url(../images/btn_img_wxzf.png); margin:10px 0; background-size:45%;}
.a_pay .a_payM .a_payW .a_payB a i{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;}
.a_pay .a_payM .a_payW .a_payB a:hover i{ background-size:40%;}


@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2),(device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone4/4s5/5 */ 
.a_remove .a_removeM .a_note{ padding:20px 0 50px;}


}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) { /* 兼容iphone6，iphone7，iphone8s*/
.a_remove .a_removeL{ margin-top:380px;}
.a_remove .a_removeM .a_note{ padding:30px 0 60px;}
.a_mod.a_skill .a_t250{ margin-top:380px;}
.a_mod.a_match .a_t250{ margin-top:290px;}

}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3) { /*兼容iphone6 Plus,iphone7 Plus,iphone8 Plus*/
.a_remove .a_removeL{ margin-top:430px;}
.a_remove .a_removeR{ margin-top:350px;}
.a_remove .a_removeM .a_note{ padding:30px 0 60px;}
.a_mod.a_match .a_t250{ margin-top:320px;}
.a_mod.a_match .a_mate .a_matchM{ margin-top:10px;}



} 
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){ /*兼容iphoneX,iphoneXs,iPhone11Pr*/
.a_remove .a_removeL{ margin-top:380px;}
.a_remove .a_removeM .a_note{ padding:30px 0 60px;}
.a_remove .a_removeP .a_removeM .a_removeB .a_removeL .a_removeC{ width:63%;}
.a_remove .a_removeP .a_removeM .a_removeB .a_removeL .a_removeK{ width:29%;}
.a_mod.a_match .a_t250{ margin-top:340px;}
.a_mod.a_match .a_mate .a_matchM{ margin-top:20px;}


}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) { /*兼容iphoneXR,iphone11*/
.a_remove{ position:fixed; top:0; left:0;}
.a_remove .a_removeL{ margin-top:430px;}
.a_remove .a_removeR{ margin-top:350px;}
.a_remove .a_removeM .a_note{ padding:30px 0 60px;}
.a_mod.a_skill .a_t250{ margin-top:420px;}
.a_mod.a_match .a_t250{ margin-top:340px;}
.a_mod.a_match .a_mate .a_matchM{ margin-top:20px;}


}
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) { /*兼容iphone12Pro*/
.a_remove{ position:fixed; top:0; left:0;}
.a_mod.a_skill .a_t250{ margin-top:420px;}
.a_mod.a_match .a_t250{ margin-top:360px;}
.a_mod.a_match .a_mate .a_matchM{ margin-top:20px;}


}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) { /*兼容iphone xs max */
.a_remove .a_removeM .a_note{ padding:30px 0 60px;}




}
