12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- .max_box{min-width:1200px;position: relative;margin:auto;}
- .m_imgBox{width:100%;position:relative;}
- .m_imgBox img{width:100%;display:block;}
- .m_bmbox{position:fixed;top:13%;right:60px;}
- .m_bmbox.on{display:none;}
- .m_bmbox form{width:254px;height:324px;background:url(../image/yzw_1_33.png) no-repeat 0 0/ 100% 100%;position:relative;}
- .m_input_box{position:absolute;top:35%;left:50%;width:80%;margin-left:-38%}
- .m_input{background:rgba(255, 255, 255, 0.39);border-radius:100px;height:40px;padding:0 15px;}
- .m_input_box .m_input + .m_input{margin-top:10px;}
- .m_input img{margin-top:12px;}
- .m_input input{float:right;width:88%;height:100%;border:0;font-size:16px;color:#FFF;background:none;}
- .m_input input::-webkit-input-placeholder {
- color: #fff;
- }
- .m_input input::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #fff;
- }
- .m_input input:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #fff;
- }
- .m_input input:-ms-input-placeholder {
- /* Internet Explorer 10-11 */
- color: #fff;
- }
- .m_input_box p{margin-top:10px;background:rgba(255, 255, 255, 0.39);border-radius:100px;height:40px;text-align:center;line-height:40px;font-size:17px;color:#fff;}
- .m_bmgb{position:absolute;right:5%;top:5%;width:26px;}
- .m_bmgb img{width:100%;display:block;}
- .m_input_box em{display:block;font-size:12px;color:#FFF;text-align:center;margin-top:13px;}
- .m_input_box span{display:block;font-size:12px;color:#FFF;text-align:center;margin-top:5px;}
- .lpbm{position:fixed;top:50%;right:60px;width:100px;height:100px;}
- .lpbm img{width:100%;height:100%;}
- .shiajian{ position: relative; width: 100%; height: auto;}
- .shiajian span{ padding: 6px 20px; background: #face8e; display: block; font-size:25px; font-weight: bold; color: #775024; position:absolute; left: 50%; margin-left: -3%; top:0px;}
|