@charset "utf-8"; div.popup { border: 15px solid #aeaeae; margin: 0 auto; width: 690px; } .popup_close { font-size: 30px; padding: 8px; } .popup h1 { text-align: center; font-size: 30px; color: #00377e; margin: 50px 0 40px; font-weight: 900; } .popup p { line-height: 3em; font-size: 14px; margin: 0 110px; } .popup label { color: #000; margin-right: 10px; } .popup input[type="text"] { width: 335px; border:0; border-bottom: 1px solid #ddd; color:#00377e; font-size: 14px; } .popup input[type="submit"] { width: 122px; height: 40px; color: #ffffff; background-color:#00377e; font-size: 24px; margin: 30px 163px; border: 0; font-family: "微软雅黑"; }