#baiduMap{ border:1px solid #eee; height:450px; } .contact-title{ font-size:48px; font-weight:700; margin-top:30px; } .contact-title span{ color:#a18a54; } .contact-img{ display:block; margin:20px 0; max-width:100%; } #myform p{ margin:15px 0; } #myform input{ display:block; width:100%; border:none; background:#f6f6f6; height:50px; line-height:50px; font-size:16px; box-sizing:border-box; padding:0 15px; max-width:400px; color:#000; } #myform .tips{ font-size:14px; color:#666; } #myform input::-webkit-input-placeholder{ color:#333; } #myform input::-moz-placeholder{ color:#333; } #myform input:-moz-placeholder{ color:#333; } #myform input:-ms-input-placeholder{ color:#333; } #myform textarea{ display:block; width:100%; border:none; background:#f6f6f6; box-sizing:border-box; padding:15px; font-size:16px; } #myform textarea::-webkit-input-placeholder{ color:#333; } #myform textarea::-moz-placeholder{ color:#333; } #myform textarea:-moz-placeholder{ color:#333; } #myform textarea:-ms-input-placeholder{ color:#333; } #myform button{ border:none; display:block; background:#0f69fd; height:60px; line-height:60px; width:100%; color:#fff; width:50%; font-size:16px; opacity:0.9; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease; } #myform button i{ position:relative; right:0px; top:3px; font-size:22px; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease; } #myform button:hover{ opacity:1; } #myform button:hover i{ right:-10px; } .userInfo{ margin-left:40px; } .userInfo .siteName{ font-size:24px; font-weight:700; color:#0f69fd; margin-bottom:40px; } .userInfo .info{ margin-bottom:40px; } .userInfo .desc{ line-height:24px; color:#666; font-size:15px; padding:30px 0; line-height:30px; border-top:1px solid #eee; } @media screen and (max-width:768px){ #baiduMap{height:300px;} .contact-title{font-size:24px;} #myform input{height:50px;line-height:50px;} #myform textarea{height:180px;} .userInfo{margin-left: 0px;} }