body {
  background-color: #fffff7;
  margin: 0;
}
/*table{*/
/*    border: 2px solid #d9edda;*/
/*}*/

.search {
  display: inline;
  position: fixed;
  top: 470px;
  left: 60px;
  width: 105px;
  border: 1px solid black;
  background-color: #d9edda;
  z-index: 200;
}
.search form .input {
  width: 100%;
  padding-left: 8px;
  padding-right: 5px;
  height: 35px;
  box-sizing: border-box;
}
.search form .submit {
  text-align: center;
  border: 1px solid black;
}
.search form .submit .button {
  width: 70px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.search .tips {
  text-align: center;
  line-height: 40px;
}
/*左侧图片广告*/
.leftimg {
  position: fixed;
  top: 50px;
  right: 50%;
  margin-right: 515px;
  display: inline;
}
/*.left2{*/
/*    position: fixed;*/
/*    top: 250px;*/
/*    left: 360px;*/
/*    display: inline;*/
/*}*/
.rightimg {
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left: 600px;
  display: inline;
}
/*右侧菜单样式*/
.menu {
  display: inline;
  top: 30px;
  left: 50%;
  margin-left: 505px;
  position: fixed;
}
.menu > ul {
  display: block;
  padding-left: 0;
}
.menu > ul > li {
  list-style: none;
  padding: 3px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
}
.menu .page-search #search-button {
  padding: 3px 10px;
  font-size: 15px;
}
#searchtips {
  display: none;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(204, 204, 204, 0);
}
#searchtips .searchtips-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#searchtips .searchtips-wrapper .searchtips {
  position: relative;
  width: 320px;
  text-align: center;
  background: #fff;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}
#searchtips .searchtips-wrapper .searchtips .searchtips-title {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#searchtips .searchtips-wrapper .searchtips .searchtips-title .searchtips-title-text {
  margin-left: 20px;
}
#searchtips .searchtips-wrapper .searchtips .searchtips-title .iconfont {
  cursor: pointer;
  margin-right: 15px;
}
#searchtips .searchtips-wrapper .searchtips .searchtips-content {
  margin: 30px 0 20px 20px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
#searchtips .searchtips-wrapper .searchtips .searchtips-foot {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
#searchtips .searchtips-wrapper .searchtips .searchtips-foot .ok-btn {
  cursor: pointer;
  margin-right: 10px;
  background: #0ff560;
  padding: 4px 9px;
}
#money-dialog {
  display: none;
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(204, 204, 204, 0);
}
#money-dialog .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#money-dialog .wrapper .money-wrapper {
  width: 520px;
  position: relative;
  text-align: center;
  background: #fff;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}
#money-dialog .wrapper .money-wrapper .money-title {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#money-dialog .wrapper .money-wrapper .money-title .money-title-text {
  margin-left: 20px;
}
#money-dialog .wrapper .money-wrapper .money-title .iconfont {
  cursor: pointer;
  margin-right: 15px;
}
#money-dialog .wrapper .money-wrapper .money-content {
  padding: 30px 20px 20px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#money-dialog .wrapper .money-wrapper .money-content .money-content-text {
  text-align: left;
  margin-bottom: 15px;
}
#money-dialog .wrapper .money-wrapper .money-content .money-value-wraper {
  margin-bottom: 3px;
}
#money-dialog .wrapper .money-wrapper .money-content img {
  width: 140px;
}
#money-dialog .wrapper .money-wrapper .money-content .complete-btn-wrapper {
  width: 100%;
  text-align: right;
  margin-top: 20px;
}
#money-dialog .wrapper .money-wrapper .money-content .complete-btn-wrapper .pay-result-text {
  color: #f00;
}
#money-dialog .wrapper .money-wrapper .money-content .complete-btn-wrapper .complete-btn {
  padding: 3px 8px;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: red;
}
/*第一行样式*/
.head1 {
  width: 1000px;
  margin: auto;
  font-size: 16px;
  padding-top: 6px;
  margin-bottom: 3px;
}
.head1 > a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  margin-right: 4px;
}
.conn {
  width: 1000px;
  margin: 0 auto;
  border: 2px solid #8ab78a;
  background-color: #eff7f0;
  position: relative;
  /*第三行图片广告*/
}
.conn .head2 {
  display: flex;
  /*第二行广告*/
}
.conn .head2 .picture {
  width: 300px;
  height: 200px;
}
.conn .head2 .ad1 {
  width: 450px;
  height: 200px;
  background-color: #d9edda;
  font-size: 14px;
  font-family: arial, sans-serif, "宋体";
  display: flex;
  border-right: 1px solid #bdbdbd;
  align-items: center;
}
.conn .head2 .ad1 > ol {
  width: 100%;
}
.conn .head2 .ad1 > ol > .red {
  color: red;
}
.conn .head2 .ad1 > ol > .redbold {
  color: red;
  font-weight: bold;
}
.conn .head2 .ad1 > ol > .bold {
  font-weight: bold;
}
.conn .head2 .ad1 > ol > li {
  width: 100%;
  display: block;
  height: 25px;
}
.conn .head2 .ad1 > ol > li > a {
  display: flex;
  justify-content: center;
}
.conn .head2 .ad2 {
  font-size: 15px;
  width: 250px;
  height: 200px;
  text-align: center;
  background-color: #d9edda;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  line-height: 30px;
}
.conn .head2 .ad2 > .href {
  font-weight: bold;
}
.conn .center-picture .imgad {
  display: flex;
}
.conn .center-picture .imgad img {
  width: 250px;
}
.conxf {
  background-color: #0ff560;
  height: 30px;
  font-size: 18px;
  text-align: center;
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conxf > a {
  margin-left: 10px;
  text-decoration: none;
  color: black;
}
.sub-item-wrapper .sub-item {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.sub-item-wrapper .sub-item .category-title-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  border: 1px solid #8ab78a;
  border-left: none;
  border-right: none;
  margin-top: 10px;
}
/*页脚*/
.foot {
  background-color: #d9edda;
  height: 100px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.foot > .foot1 {
  margin-bottom: -12px;
}
.foot > .foot1 > p {
  width: 1000px;
}
.foot > .foot2 > p {
  margin: 0;
}
.foot > .foot2 > p a img {
  vertical-align: bottom;
}
#to-top {
  display: none;
  position: fixed;
  bottom: 14%;
  left: 50%;
  margin-left: 510px;
  z-index: 99;
  border: none;
  cursor: pointer;
}
#to-top img {
  width: 40px;
}
