@charset "utf-8";
/* CSS Document */
body{min-width:inherit;background:none; opacity:1;}
#activity-form{margin-top:20px;}
#activity-form li{ padding:15px;}
.left-name{width:20%; text-align:right; padding:0 10px; box-sizing:border-box;font-size:14px; line-height:36px;}
.right-con{ width:80%;}
.right-con input[type="text"]{ padding:5px; box-sizing:border-box; height:36px; border:1px solid #eee; width:90%;}
.option-input{ line-height:36px; margin-right:15px;}
.red-font{ margin-left:5px; color:red; font-family:'SimSun'}
textarea{ line-height:36px; box-sizing:border-box; height:150px; width:90%; padding:5px; border:1px solid #eee;}
.submit-btn{ text-align:center; margin:20px 0;}
.submit-btn input{ display:inline-block; line-height:40px;background: #0288d1;color: #fff;border: 0;width: 150px;height: 40px;font-size: 16px;border-radius: 3px;}