1234567891011121314151617181920212223242526272829303132333435 |
- body{ background: #75071d; max-width: 640px; margin: 0 auto;}
- .yztHome_head{ width: 100%; height: auto;}
- .yztHome_head p.allt_p{position: relative;}
- .yztHome_head img{ width: 100%; height: auto;}
- .yztHome_box{ background: #fff; width: 95%; margin: 0 auto;}
- .box_title{ width: 70%; height: auto; margin: 0px auto; padding: 15px 0;}
- .box_title img{ width: 100%; height: auto;}
- .yztHome_list{ width: 95%; margin: 0 auto;}
- .yztHome_lp{background: #fff; box-shadow: 0 0 20px 0 #ccc; margin-top: 20px; padding: 15px 0;}
- .yztHome_lp{ width: 100%;}
- .yztHome_lp .lp_tu{ width: 100%; height: auto;}
- .yztHome_lp .lp_tu img{ width: 100%; height: auto;}
- .yztHome_lp .lp_text{ width: 100%; height: auto; margin-top: 5px;}
- .yztHome_lp .lp_text img{ width: 100%; height: auto;}
- .yztHome_lp .lp_bottom{ margin-top: 10px; text-align: center;}
- .yztHome_lp .lp_bottom a{ display: inline-block; width: 37%;}
- .yztHome_lp .lp_bottom a img{ width: 100%;}
- .yztHome_lp .lp_bottom a+a{ margin-left: 20px;}
- .yztHome_lp2{ margin-top: 40px;}
- .yztHome_list2{ margin-top: 60px;}
- .Footapply{ position: relative;}
- .Footapply_box{background: #fff; width: 95%; margin: 0 auto;}
- .Footapply_box p.title{ width: 70%; margin: 0 auto;}
- .Footapply_box p.title img{width: 100%; height: auto;}
- .foot_main{ width: 70%; margin: 0 auto; margin-top:20px; position: relative; z-index: 2;}
- .foot_main .in_text{ text-align: center; width: 100%; height: 40px; border-radius: 30px; border:none; background: #f1f1f1; font-size: 1rem; color: #666;}
- .foot_main .a_buttom{width: 100%; height: 40px; display: block; text-align: center; line-height: 40px; background: #e00d2b; color: #fff; font-size: 1.2rem; font-weight: 600; border-radius: 30px; margin-top: 25px;}
- .bg_img{ width: 100%; height: auto; position: absolute;left: 0px; bottom: 0px; z-index: 1;}
- .bg_img img{ width: 100%;height: auto;}
|