/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: baseline;
  border: 0;
}

* {
  padding: 0;
  margin: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', 'microsoft yahei', sans-serif;
  color: #505050;
  background: #3D3D3D;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  font-size: 12px;
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  line-height: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
}

em {
  font-style: normal;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.red {
  color: #e93429;
}

.org {
  color: #f67e42;
}

body {
  font-family: "微软雅黑";
  background: white;
}

.btn {
  display: inline-block;
  letter-spacing: 2px;
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 5px;
}

.wrap {
  width: 980px;
  margin: 0 auto;
}

.topBar {
  padding: 10px 0;
  background-color: #fffce9;
  border-bottom: 3px solid #db684c;
}

.backHome {
  display: inline-block;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background-color: #ff6d2d;
  border: 1px solid #fe6623;
  border-radius: 5px;
}

.backAct {
  display: inline-block;
  padding: 8px 15px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background-color: #ff6d2d;
  background-color: #ff3b3b;
  border: 1px solid #fe6623;
  border-color: #f72b2b;
  border-radius: 5px;
}

.actBtn {
  display: inline-block;
  padding: 12px 15px;
  font-size: 18px;
  letter-spacing: 2px;
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background-color: #f12828;
  *background-color: #f12828;
  background-image: -moz-linear-gradient(top, #fe3b3b, #e81a1a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe3b3b), to(#e81a1a));
  background-image: -webkit-linear-gradient(top, #fe3b3b, #e81a1a);
  background-image: -o-linear-gradient(top, #fe3b3b, #e81a1a);
  background-image: linear-gradient(to bottom, #fe3b3b, #e81a1a);
  background-repeat: repeat-x;
  border: 2px solid #dd0c0c;
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe3b3b', endColorstr='#e81a1a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.actBtn.orange {
  background-color: #f36222;
  *background-color: #f36222;
  background-image: -moz-linear-gradient(top, #ff6e2e, #e95817);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6e2e), to(#e95817));
  background-image: -webkit-linear-gradient(top, #ff6e2e, #e95817);
  background-image: -o-linear-gradient(top, #ff6e2e, #e95817);
  background-image: linear-gradient(to bottom, #ff6e2e, #e95817);
  background-repeat: repeat-x;
  border-color: #ea5919;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e2e', endColorstr='#e95817', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.actBtn.blue {
  padding: 12px 65px;
  text-align: center;
  background: #26a0e6;
  border-color: #26a0e6;
}

.banner {
  background: url(http://a.yilucaifu.com/src/activity/20140422/banner.jpg) no-repeat center top;
}

.banner .wrap {
  position: relative;
  height: 390px;
}

.banner .actBtn {
  position: absolute;
  bottom: 5px;
  left: 130px;
}

.banner .actBtn.orange {
  left: 360px;
}

.banner.act {
  background: url(http://a.yilucaifu.com/src/activity/20140422/banner2.jpg) no-repeat center top;
}

.wgtBox {
  max-width: 1280px;
  padding-bottom: 80px;
  margin: 0 auto;
  background: url(http://a.yilucaifu.com/src/activity/20140422/bg.jpg) repeat-x;
}

.wgtBox .box {
  position: relative;
  width: 940px;
  padding: 30px 20px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
}

.wgtBox .box .tBar {
  position: relative;
  left: -49px;
  width: 318px;
  height: 85px;
  margin-bottom: 5px;
  overflow: hidden;
  color: white;
  text-indent: -99999px;
  background: url(http://a.yilucaifu.com/src/activity/20140422/sprites.png) no-repeat;
}

.wgtBox .box .tBar.join {
  background-position: 0 -89px;
}

.wgtBox .box .tBar.plan {
  background-position: 0 -178px;
}

.wgtBox .box .tBar.notice {
  background-position: 0 -268px;
}

.wgtBox .box .tBar.question {
  background-position: 0 -362px;
}

.wgtBox .box .tBar.orderinfo {
  background-position: 0 -548px;
}

.wgtBox .box .tBar.forder {
  background-position: 0 -456px;
}

.wgtBox .box .img {
  margin-bottom: 30px;
}

.planItem li {
  float: left;
  width: 200px;
  padding: 10px;
}

.planItem li .des {
  margin-top: 5px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
}

.actBox {
  margin-bottom: 30px;
}

.actBox .actBtn {
  margin-left: 15px;
}

.actBox .fundNum {
  position: relative;
  width: 220px;
  padding-left: 20px;
  font-size: 16px;
  color: #666666;
}

.actBox .fundNum i {
  position: absolute;
  top: 8px;
  left: 3px;
  display: block;
  width: 10px;
  height: 10px;
  background: url(http://a.yilucaifu.com/src/activity/20140422/sprites.png) -184px -644px no-repeat;
}

.planTitle {
  margin: 10px 0;
  font: bold 22px/25px "微软雅黑";
}

.planCon {
  padding: 5px 0 20px 0px;
}

.fundTable {
  width: 100%;
  font-size: 16px;
  background-color: #f1f1f1;
}

.fundTable th {
  height: 45px;
  line-height: 45px;
  color: white;
  text-align: center;
  background: url(http://a.yilucaifu.com/src/activity/20140422/repeat.png) repeat-x;
  border-right: 4px solid white;
}

.fundTable td {
  padding: 10px 5px;
  text-align: center;
  border-right: 4px solid white;
  border-bottom: 4px solid white;
}

.fundTable .buyBtn {
  padding: 5px 10px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background: #f36222;
  border: none;
  border-radius: 5px;
}

.noticeList {
  margin: 10px 0 20px 0px;
}

.noticeList li {
  position: relative;
  padding: 8px 0 8px 20px;
  font-size: 18px;
  line-height: 28px;
  color: #969696;
}

.noticeList li i {
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  background: url(http://a.yilucaifu.com/src/activity/20140422/sprites.png) -115px -644px no-repeat;
}

.noticeList .agreement {
  position: relative;
  display: inline-block;
  padding: 1px 20px 1px 8px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  background-color: #d73434;
  border-radius: 3px;
}

.noticeList .agreement em {
  position: absolute;
  top: 11px;
  right: 5px;
  display: block;
  width: 10px;
  height: 10px;
  background: url(http://a.yilucaifu.com/src/activity/20140422/sprites.png) -85px -644px no-repeat;
}

.tipsBox {
  margin-top: 20px;
  border: 1px solid #f87b9e;
  border-radius: 5px;
}

.tipsBox .top {
  position: relative;
  height: 40px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 40px;
  color: white;
  background-color: #f87b9e;
}

.tipsBox .top i {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 26px;
  height: 23px;
  background: url(http://a.yilucaifu.com/src/activity/20140422/sprites.png) 0 -641px no-repeat;
}

.tipsBox .con {
  padding: 15px 20px;
}

.tipsBox .dbox {
  position: relative;
  width: 400px;
  padding: 0 20px;
}

.tipsBox .dbox i {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: url(http://a.yilucaifu.com/src/activity/20140422/sprites.png) -204px -642px no-repeat;
}

.tipsBox .dbox .des {
  margin-bottom: 10px;
  font-size: 16px;
  color: #888888;
}

.tipsBox .dbox .khBtn {
  display: inline-block;
  padding: 8px 50px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #26a0e6;
  border: none;
  border-radius: 5px;
}

.tipsBox .dbox .android {
  padding: 10px;
  background-color: #26a0e6;
  border-radius: 5px;
}

.tipsBox .dbox .android dt {
  display: inline;
  float: left;
  width: 68px;
  height: 68px;
  margin-right: 20px;
  overflow: hidden;
  background-color: white;
}

.tipsBox .dbox .android dt img {
  width: 68px;
  height: 68px;
}

.tipsBox .dbox .android dd {
  float: left;
  line-height: 28px;
  color: white;
}

.tipsBox .dbox .android dd .tp {
  position: relative;
  padding: 17px 0 5px 22px;
  font-weight: bold;
}

.tipsBox .dbox .android dd .tp i {
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: url(http://a.yilucaifu.com/src/activity/20140422/sprites.png) -47px -642px no-repeat;
}

.fxTips {
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}

.fxTips p {
  font: 12px/25px "宋体";
  color: #999999;
}

.fxTips .telNum {
  font-size: 20px;
  color: #888888;
}

.fxTips .telNum em {
  font-size: 24px;
  font-style: italic;
  color: #f87b9e;
}

.questionList li {
  margin-bottom: 30px;
  font-size: 18px;
}

.questionList li .ques {
  height: 40px;
  padding: 0 15px;
  margin-bottom: 10px;
  line-height: 40px;
  color: #e93429;
  background-color: #fff9da;
}

.questionList li .resp {
  padding: 0 15px;
  margin-bottom: 15px;
  line-height: 28px;
  color: #535353;
}

.actBtn.back {
  width: 150px;
  margin-top: 30px;
}

.orderList li {
  padding: 10px 20px;
  margin-top: 15px;
  font-size: 16px;
  color: #888888;
  background-color: #f2f2f2;
  border: 1px solid #d3d3d3;
}

.orderList li label {
  display: inline-block;
  width: 100px;
  color: #444444;
}

.orderBox {
  padding: 25px;
  margin: 20px;
  border: 2px solid #dedede;
}

.orderBox .tips {
  padding: 5px 0;
  margin-bottom: 20px;
  font-size: 14px;
  background-color: #fff1f1;
}

.actBox.mar {
  margin: 0 40px;
}

.actBox.mar .fundNum {
  width: 200px;
}

.actBox.mar .orange {
  width: 180px;
  text-align: center;
}

.listItem {
  width: 450px;
}

.listItem li {
  position: relative;
  padding: 10px 0 10px 120px;
  font-size: 14px;
}

.listItem li i {
  position: absolute;
  top: 18px;
  left: 3px;
  display: block;
  width: 10px;
  height: 10px;
  background: url(http://a.yilucaifu.com/src/activity/20140422/sprites.png) -184px -644px no-repeat;
}

.listItem li label {
  position: absolute;
  top: 10px;
  left: 23px;
  display: block;
  width: 80px;
  font-size: 16px;
}

.listItem li a {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px;
  color: #444444;
  text-decoration: none;
  border: 1px solid #cbcbcb;
}

.listItem li a.selected {
  color: white;
  background-color: #ff3b3b;
  border-color: #ff3b3b;
}

.listItem li .clickBtn {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 10px;
  font-weight: bold;
  color: #444444;
  text-decoration: none;
  cursor: pointer;
  background-color: white;
  border: 1px solid #cbcbcb;
}

.listItem li select {
  min-width: 120px;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #cbcbcd;
}

.listItem li select option {
  padding: 0 5px;
}

.listItem li .txt {
  width: 300px;
  height: 22px;
  padding: 5px;
  margin-top: 10px;
  line-height: 22px;
  background-color: white;
  border: 1px solid #d9d9d9;
}

.imgbox {
  width: 350px;
  height: 350px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.imgbox img {
  max-width: 340px;
  max-height: 340px;
  margin-top: 5px;
}