xinghuicheng.css 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. body{background:#FFF;}
  2. .max_box{max-width:750px;margin:0 auto;overflow:hidden;position:relative;z-index:10;}
  3. .Plan_img{width:100%;position:absolute;top:0;}
  4. .Plan_img img{width:100%;}
  5. .lunbo_box{width:100%;}
  6. .lunbo{width:100%;height:100%;}
  7. .lunbo ul{width:100%;height:100%;}
  8. .lunbo li{width:100%;height:100%;position:relative;}
  9. .Plan_img_bj{width:100%;height:100%;}
  10. .Plan_img_bj img{width:100%;height:100%;}
  11. .m_xf{position:fixed;top:50%;right:0;z-index:10;width:40px;height:83px;margin-top:-127.5px;}
  12. .m_xf .m_xf_img{width:100%;height:100%;}
  13. .Navigation{position:fixed;top:50%;right:0;margin-top:-300px;background:#FFF;z-index:10;padding:20px;display:none;}
  14. .Navigation a{display:block;margin-bottom:20px;font-size:1rem;color:#777;}
  15. .Navigation a:last-child{margin-bottom:0;color:#E94D00;}
  16. .Navigation a img{width:16px;margin-right:10px;position:relative;top:-1px;}
  17. .m_bm_box{position:fixed;top:0;left:0;width:100%;height:100%;display:none;z-index:100;}
  18. .m_bm{width:88%;margin:auto;position:relative;top:20%}
  19. .m_bm .m_bm_bj{width:100%;}
  20. .m_bm form{position: absolute;top: 7%;z-index: 1000;width: 100%;height: 76%;}
  21. .m_bm .m_form{position:absolute;top:28%;left:50%;width:69%;margin-left:-32.1%;}
  22. .m_bm .m_form .input{height:40px;background:#FFF;border-radius:50px;margin-bottom:10px;}
  23. .m_bm .m_form .input img{width:17px;margin-left: 6%;margin-top:-1px;}
  24. .m_bm .m_form .input input{width:70%;margin-left:6%;height:100%;background:#FFF;border:0;font-size:1rem;color:#BC7439;}
  25. .m_bm input::-webkit-input-placeholder {
  26. /* WebKit browsers */
  27. color: #BC7439;
  28. }
  29. .m_bm input:-moz-placeholder {
  30. /* Mozilla Firefox 4 to 18 */
  31. color: #BC7439;
  32. }
  33. .m_bm input::-moz-placeholder {
  34. /* Mozilla Firefox 19+ */
  35. color: #BC7439;
  36. }
  37. .m_bm input::-ms-input-placeholder {
  38. /* Internet Explorer 10+ */
  39. color: #BC7439;
  40. }
  41. .m_bm .bottom{width:85%;height:15%;position:absolute;bottom:0;left:10%;}
  42. .m_gb_box{position: absolute;top: 100%; left: 50%;width: 13%;margin-left: -6.5%;}
  43. .m_gb_box img{width:100%;}
  44. .m_gb{width:100%;height:50%;position:absolute;bottom:0;}
  45. .lunbo_box .swiper-pagination {color: #111;z-index: 1;font-size:0.8rem;}
  46. .lunbo_box .swiper-button-prev{width:40px;height:40px;background: url(../image/zuo.png) no-repeat 0 0/ 100% 100%;left:15px;}
  47. .lunbo_box .swiper-button-next{width:40px;height:40px;background: url(../image/you.png) no-repeat 0 0/ 100% 100%;right:15px;}
  48. .m_dh{position:absolute;bottom:5%;left:19%;}
  49. .m_dh em{font-size:1.05rem;color:#FFF;font-weight:600;}
  50. .m_dh span{font-size:1.5rem;color:#E6691E;font-weight:600;position:relative;top:2px;}