12345678910111213141516171819202122232425 |
- /**/
- .pu-box {min-width:1200px;}
- .pu-box > img {display:block;width:100%;}
- /**/
- .sign-box {position:relative;}
- .sign-box > img {display:block;width:100%;}
- .sign-inpt {position:absolute;top:0;left:50%;width:480px;margin-left:-240px;}
- .y_reduced_left {position:absolute;top:135px;width:100%;}
- .y_reduced_left input {height:40px;line-height:40px;border:none;background:rgba(0,0,0,0);font-size:14px;width:230px;}
- .y_reduced_left .m_form_input {border:1px solid #ccc;border-radius:10px;margin:0 90px 0 80px;}
- .y_reduced_left .m_form_input img {display:inline-block;width:18px;height:20px;vertical-align:middle;margin:0 15px;}
- .y_reduced_left .m_form_input + .m_form_input {margin-top:20px;}
- .y_reduced_left .m_form_btn {display:inline-block;background:#d4aa7a;width:410px;height:40px;line-height:40px;text-align:center;border-radius:30px;font-size:16px;color:#fff;position:relative;top:95px;padding:10px 15px;margin-left:19px;}
- .y_reduced_left .m_form_btn span {display:block;border:1px solid #be894d;height:100%;border-radius:30px;}
- .y_footmzsm,.y_footer {display:none;}
- /*ýÌå²éѯ*/
- @media screen and (max-width: 1599px) {
- .sign-box > img {width:100%;height:222px;}
- }
|