* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #f4f4f4;
}
body {
  margin-top: 120px;
}
header {
  background-color: #383431;
  width: 100%;
  height: 120px;
  border-bottom: 2px solid #f3cb8f;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.headerImg {
	width: 238px;
	height: 72px;
	margin: 23px 0px;
	float:left;
}
header ul {
	margin-left: 0px;
	float:right;
}
#page>div .a_on {
  background-color:#00261b;
 border-color: #00261b;
 color: #f3cb8f;
}

.secName,
.firstP {
  color: #f3cb8f;
  /*font-size: 10px;*/
  margin: 0;
}

header ul li {
  height: 116px;
  width: 97px;
  display: inline-block;
  text-align: center;
  position: relative;
}
header ul li:hover .headerItem {
  visibility: visible;
}
.headerItem {
  position: absolute;
  top: 115px;
  visibility: hidden;
  overflow: hidden;
  border-top: 5px solid transparent;
  display: flex;
  align-items: center;
}
.outNav {
  width: 97px;
  height: 116px;
  border-top: 5px solid transparent;
}
.headerP,
.headerC,
.headerA {
  left: -48.5px;
}
.itemLine {
  display: block;
  width: 1px;
  height: 31px;
  background-color: #eceae5;
}
.headerW,
.headerT {
  left: -97px;
}

.headerItem div:hover {
  color: #f3cb8f;
}
.headerItem div {
  width: 97px;
  height: 50px;
  color: #999999;
  line-height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border-bottom: 1px solid #eceae5;
  margin-right: -1px;
}
.firstP {
  margin-top: 35px;
  margin-bottom: 15px;
}
header ul li:hover {
  background-color: #C4261D;
  height: 100%;
}
.myBanner {
  width: 100%;
  
  border-bottom: 2px solid #f3cb8f;
}

.myBanner img {
  width: 100%;
  height: 100%;
}
.outC {
  width: 100%;
  height: 80px;
  background: url("../images/cBack.png");
  background-size: cover;
}
.choose {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
.choose p{
  cursor: pointer;
}
.p1 {
  width: 79px;
  text-align: center;
  position: absolute;
  left: 0;
  height: 80px;
  line-height: 80px;
 
  color: #999999;
  margin: 0;
}
.p2 {
  width: 79px;
  text-align: center;
  position: absolute;
  left: 145px;
  height: 80px;
  height: 80px;
  line-height: 80px;
  color: #999999;
  margin: 0;
}
.p3 {
  width: 79px;
  text-align: center;
  position: absolute;
  left: 289px;
  height: 80px;
  height: 80px;
  line-height: 80px;
  color: #999999;
  margin: 0;
}
.arrow {
  position: absolute;
  left: 288px;
  bottom: 0;
  transition: all 0.4s linear;
}
.isC {
  color: #fff;
}

.allOut {
  width: 1200px;
  margin: 0 auto;
  /* display: flex; */
  overflow: hidden;
}
.weeklyList {
  width: 800px;
  float: left;
}
.weeklyknow {
  width: 800px;
  float: left;
  display: none;
}
.weeklyInfo {
  position: relative;
  width: 800px;
  height: 200px;
  display: flex;
  padding: 20px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 8px;
  transition: all 0.1s linear;
}
.weeklyInfo:hover .wTitle {
  color: #fff;
}
.weeklyInfo:hover .wTime {
  color: #fff;
}
.weeklyInfo:hover {
  background: #f3cb8f;
}
.wImg {
  width: 288px;
  height: 160px;
}
.wTitle {
  width: 456px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.1px;
  color: #333333;
  margin-left: 20px;
}
.wInfo {
  width: 456px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.1px;
  color: #999999;
  margin-left: 20px;
}
.wTime {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.1px;
  color: #999999;
}
.btnList {
  text-align: center;
  padding-top: 67px;
  padding-bottom: 56px;
  margin: 20px -20px -20px -20px;
  background-color: #f4f4f4;
}
.btnList .back,
.btnList .next {
  width: 64px;
  height: 25px;
  border: solid 1px #cdcdcd;
}
.btnOn {
  background-color: #f3cb8f;
  color: #fff;
}
.btnList ul li {
  text-align: center;
  line-height: 25px;
  display: inline-block;
  list-style: none;
  width: 25px;
  height: 25px;
  border: solid 1px #cdcdcd;
  margin-left: 8px;
}
.weeklyItr {
  width: 800px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 8px;
  text-align: center;
  float: left;
  display: none;
}
.itrTitle {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #333333;
  text-align: center;
  margin: 0;
  margin-top: 30px;
}
.itrInfo {
  width: 299px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
  color: #999999;
}
.itrCon {
  margin-top: 20px;
  width: 763px;
  margin: 0 auto;
  text-indent: 2em;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.1px;
  color: #666666;
}
.goDiv {
  width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.goDiv p {
  width: 164px;
  margin-bottom: 25px;
}
.goDiv p:hover {
  color: #f3cb8f;
  text-decoration: underline;
}
.itrImg {
  text-align: center;
  margin-top: 20px;
}
.weeklyA {
  float: left;
  width: 800px;
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.answerInfo {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #8cc7c3;
  overflow: hidden;
}
.buyer {
  float: left;
  overflow: hidden;
}
.buyerDiv {
  text-align: center;
  float: left;
}
.buyerImg {
  width: 90px;
  height: 90px;
  border-radius: 90px;
	border: solid 1px #5dcec6;
}
.buyerName {
  margin: 0;
  margin-top: 9px;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.1px;
	color: #333333;
}
.buyerInfo {
  float: left;
  width: 500px;
  padding: 20px;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.1px;
  color: #333333;
  border-radius: 10px;
  background-color: #f4f4f4;
  position: relative;
  margin-left: 15px;
  margin-top: 15px;
}
.buyerInfo>img {
  position: absolute;
  left: -10px;
  top: 15px;
}
.me {
  float: right;
  overflow: hidden;
  
}
.meInfo {
  border-radius: 10px;
  width: 530px;
  padding: 20px;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
  letter-spacing: 0.1px;
  background-color: #f3cb8f;
  color: #ffffff;
  float: left;
  position: relative;
  margin-right: 15px;
  margin-top: 15px;
}
.meInfo>img {
  position: absolute;
  right: -10px;
  top: 15px;
}
.meImg {
  width: 90px;
  height: 112px;
  float: left;
}
.otherList {
  margin-left: 20px;
  margin-top: 20px;
  float: left;
}
.idea {
  width: 380px;
  padding: 20px;
  position: relative;
  background-color: #fff;
  margin-top: 13px;
}
.ideaLine {
  width: 380px;
	height: 12px;
	background-color: #00261b;
  border-radius: 8px 8px 0px 0px;
  position: absolute;
  top: -12px;
  left: 0;
}
.ideaH {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0.2px;
  color: #333333;
  text-align: center;
}
.ideaInfo {
  width: 339px;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #666666;
}
.hotList {
  width: 380px;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 20px;
}
.hotInfo {
  padding: 20px 0 20px 0;
  position: relative;
  width: 345px;
  border-bottom: 1px solid #eeeeee;
}
.order {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  position: absolute;
}
.hotInfo p {
  margin: 0;
  margin-left: 30px;
  width: 315px;
  color: #999999;
}
.hotInfo p:hover {
  color: #f3cb8f;
  text-decoration: underline;
}
.no1 {
  background-color: #ff5a5a;
}
.no2 {
  background-color: #ff8432;
}
.no3 {
  background-color: #ffbf5a;
}
.noOther {
  background-color: #999999;
}


.hc_fy1{text-align:center;/* overflow:hidden;*/ border:0px solid red; height:30px;/* margin:0 auto 18px;*/}
.hc_fy1 ul{/*display: inline-table;*/position: relative;text-align:center;height:30px; width:1200px;margin:auto;}
.hc_fy1 ul li{text-align:center; margin:0 2px;height:30px; display:inline-block;*zoom:1;*display:inline;*margin-top:10px;}
.hc_fy1 ul li a{ display:block; height:28px; width:28px; border:1px solid #333; line-height:28px; font-size:14px; font-weight:bold; color:#333; border-radius:2px;}
.hc_fy1 ul li a:hover{ background:#444444; color:#fff;}
.hc_fy1 ul li a.now{ background:#444444; color:#fff;}
.hc_fy1 ul li a.hc_sxy{ width:58px;}
.hc_fy1 ul li a.hc_sxdf{ width:58px; border:1px solid #e2e2e2; color:#f1f1f1;}
.hc_fy1 ul li a.hc_sxdf:hover{ border:1px solid #333;}