12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- body{background:#FFF;}
- .max_box{max-width:750px;margin:0 auto;overflow:hidden;position:relative;z-index:10;}
- .Plan_img{width:100%;position:absolute;top:0;}
- .Plan_img img{width:100%;}
- .lunbo_box{width:100%;}
- .lunbo{width:100%;height:100%;}
- .lunbo ul{width:100%;height:100%;}
- .lunbo li{width:100%;height:100%;position:relative;}
- .Plan_img_bj{width:100%;height:100%;}
- .Plan_img_bj img{width:100%;height:100%;}
- .m_xf{position:fixed;top:50%;right:0;z-index:10;width:40px;height:83px;margin-top:-127.5px;}
- .m_xf .m_xf_img{width:100%;height:100%;}
- .Navigation{position:fixed;top:50%;right:0;margin-top:-300px;background:#FFF;z-index:10;padding:20px;display:none;}
- .Navigation a{display:block;margin-bottom:20px;font-size:1rem;color:#777;}
- .Navigation a:last-child{margin-bottom:0;color:#E94D00;}
- .Navigation a img{width:16px;margin-right:10px;position:relative;top:-1px;}
- .m_bm_box{position:fixed;top:0;left:0;width:100%;height:100%;display:none;z-index:100;}
- .m_bm{width:88%;margin:auto;position:relative;top:20%}
- .m_bm .m_bm_bj{width:100%;}
- .m_bm form{position: absolute;top: 7%;z-index: 1000;width: 100%;height: 76%;}
- .m_bm .m_form{position:absolute;top:28%;left:50%;width:69%;margin-left:-32.1%;}
- .m_bm .m_form .input{height:40px;background:#FFF;border-radius:50px;margin-bottom:10px;}
- .m_bm .m_form .input img{width:17px;margin-left: 6%;margin-top:-1px;}
- .m_bm .m_form .input input{width:70%;margin-left:6%;height:100%;background:#FFF;border:0;font-size:1rem;color:#BC7439;}
- .m_bm input::-webkit-input-placeholder {
- /* WebKit browsers */
- color: #BC7439;
- }
- .m_bm input:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #BC7439;
- }
- .m_bm input::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #BC7439;
- }
- .m_bm input::-ms-input-placeholder {
- /* Internet Explorer 10+ */
- color: #BC7439;
- }
- .m_bm .bottom{width:85%;height:15%;position:absolute;bottom:0;left:10%;}
- .m_gb_box{position: absolute;top: 100%; left: 50%;width: 13%;margin-left: -6.5%;}
- .m_gb_box img{width:100%;}
- .m_gb{width:100%;height:50%;position:absolute;bottom:0;}
- .lunbo_box .swiper-pagination {color: #111;z-index: 1;font-size:0.8rem;}
- .lunbo_box .swiper-button-prev{width:40px;height:40px;background: url(../image/zuo.png) no-repeat 0 0/ 100% 100%;left:15px;}
- .lunbo_box .swiper-button-next{width:40px;height:40px;background: url(../image/you.png) no-repeat 0 0/ 100% 100%;right:15px;}
- .m_dh{position:absolute;bottom:5%;left:19%;}
- .m_dh em{font-size:1.05rem;color:#FFF;font-weight:600;}
- .m_dh span{font-size:1.5rem;color:#E6691E;font-weight:600;position:relative;top:2px;}
|