.header{ height: 64px; font-size: 20px; color: #333; text-align: center; line-height: 64px; } .content{ width: 1060px; margin: 0 auto; padding: 18px 30px; background: #F9F9F9; } .content p { font-size: 14px; line-height: 28px; } .content p label{ font-weight: bold; } .img{ width: 1000px; /*height: 410px;*/ margin-top: 20px; background: #F9F9F9; border: 1px dotted #979797; border-radius: 8px; } .img img{ width: 100%; } .nextBtn{ margin-top: 20px; } .nextBtn .UitNext{ display: block; width: 225px; height: 40px; margin: 0 auto; color: #ffffff; font-size: 14px; line-height: 40px; text-align: center; background: #4990f9; background: -moz-linear-gradient(top, #4990f9, #3a85f3, #2877ec); background: -webkit-linear-gradient(top, #4990f9, #3a85f3, #2877ec); background: linear-gradient(to bottom, #4990f9, #3a85f3, #2877ec); border-radius: 5px; cursor: pointer; }