.tophead{ padding:30px; text-align:center; color:#FFFFFF; font-size:24px; font-weight:bold}
.main{ padding: 20px 10px;}
.main .item{ background:#fff; border-bottom:1px solid #eee; border-left:1px solid #E2DEDE; border-right:1px solid #E2DEDE;}
.main .item{ padding-left:30px; position:relative;}
.main .item .glyphicon{ position:absolute; left:10px; top:12px; color:#aaa;}
.main .item:first-child,.main .item:first-child input{ border-radius:10px 10px 0 0;}
.main .item:last-child,.main .item:last-child input{ border-radius:0 0 10px 10px;}
.main .item:first-child{ border-top:1px solid #E2DEDE;}
.main .item:last-child{ border-bottom:1px solid #E2DEDE;}
.main .item input{ width:100%; height:40px; line-height:40px; padding:5px 10px; border: none;}
.btns{ padding:10px;}
.btns input{ width:100%; height:40px; line-height:40px; color:#fff; background:#27CA27; border:none; border-radius:10px;}
.more{ padding:20px 10px; text-align:left; color:#FFFFFF; font-size:14px; line-height:30px;}a:link { font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"SimSun"; font-size: 14px; font-weight:bold; color: #FFFFFF;  text-decoration: none;  }  a:visited {  font-size: 14px; font-weight:bold; color: #FFFFFF;  text-decoration: none;  }  a:hover {  font-size: 14px; font-weight:bold; color: #FFFFFF;  text-decoration: underline;  }
.code-box{ position:relative;}
.code-box .send_btn{ position:absolute; top:0;  right:0px; line-height:40px; padding:0 20px;}
.main .code-box input{ padding-right:100px;}body{/* 加载背景图 */background-image: url(__PUBLIC__/images/body.jpg);/* 背景图垂直、水平均居中 */background-position: center center;/* 背景图不平铺 */background-repeat: no-repeat;/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */background-attachment: fixed;/* 让背景图基于容器大小伸缩 */background-size: cover;/* 设置背景颜色，背景图加载过程中会显示背景色 */background-color: #DDDDDD;}