﻿.checked {
  background: #f8223c;
  border: 1px solid transparent;
}
body {
  font-family: "微软雅黑";
}
#headdivbox {
  border-top: 2px solid #f8223c;
}
.BigBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f1f1f1;
}
.box {
  width: 1200px;
  margin: 0 auto;
  background: #F1F1F1;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
.box_l {
  float: left;
  width: 100px;
  height: auto;
  overflow: hidden;
  margin-right: 20px;
  /*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
  /*定义滚动条的轨道，内阴影及圆角*/
  /*定义滑块，内阴影及圆角*/
}
.box_l .year {
  display: block;
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #3b3c42;
  color: #ffffff;
  font-size: 18px;
}
.box_l .years_list {
  height: 615px;
  overflow: hidden;
  overflow-y: scroll;
}
.box_l .years_list li {
  width: 100px;
  height: 40px;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  cursor: pointer;
}
.box_l .years_list li:hover {
  color: #f8223c;
  background: #f1f1f1;
}
.box_l .years_list .active {
  color: #f8223c;
  background: #f1f1f1;
}
.box_l .years_list::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #f5f5f5;
}
.box_l .years_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(191, 191, 191, 0.6);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.box_l .years_list::-webkit-scrollbar-thumb {
  width: 12px;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
.box_r {
  float: left;
  width: 1080px;
  height: auto;
  overflow: hidden;
  background: #ffffff;
}
.box_r .listhead {
  height: 59px;
  line-height: 59px;
  font-family: "微软雅黑";
  border-bottom: 1px solid #e6e6e6;
}
.box_r .listhead span {
  margin-left: 20px;
  color: #2f4143;
  font-size: 18px;
}
.box_r .listbox {
  width: 1080px;
  padding: 20px;
  overflow: auto;
}
.box_r .listbox .hmfb {
  width: 1040px;
  height: auto;
  overflow: hidden;
}
.box_r .listbox .hmfb h1 {
  font-size: 18px;
  color: #2f4143;
  font-family: "微软雅黑";
}
.box_r .listbox .hmfb ul {
  height: 50px;
  line-height: 50px;
  width: 1040px;
}
.box_r .listbox .hmfb ul input {
  margin-right: 5px;
}
.box_r .listbox .hmfb li {
  float: left;
  height: inherit;
  font-size: 14px;
  color: #666666;
  margin: 0 10px;
}
.box_r .listbox .hmfb .title {
  margin-left: 0;
  font-size: 16px;
}
.box_r .listbox .hmfb .first_li {
  margin-left: -10px;
}
.box_r .listbox .hmfb .return {
  width: 80px;
  height: 30px;
  background: #43a2e6;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border: none;
  overflow: hidden;
  border-radius: 2px;
}
.box_r .listbox .hmfb .xzsx a {
  display: inline-block;
  width: auto;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0 10px;
  margin-top: 13px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
}
.box_r .listbox .hmfb .xzsx .checked {
  color: #ffffff;
  border-radius: 4px;
  border: 0;
}
.box_r .listbox .hmfb .xzhm li,
.box_r .listbox .hmfb .xztj li {
  width: auto;
  height: 25px;
  line-height: 25px;
  position: relative;
}
.box_r .listbox .hmfb .xzhm i,
.box_r .listbox .hmfb .xztj i {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  border: 1px solid #e6e6e6;
}
.box_r .listbox .hmfb .xzhm li:hover a,
.box_r .listbox .hmfb .xztj li:hover a {
  color: #F8223C;
}
.box_r .listbox .hmfb .xzhm li:hover i,
.box_r .listbox .hmfb .xztj li:hover i {
  border: 1px solid #F8223C;
}
.box_r .listbox .hmfb .xzhm .active i,
.box_r .listbox .hmfb .xztj .active i {
  border: 1px solid #f8223c;
  background: url("../img/icon/active-icon.png?v=20172130") 0 -1px no-repeat;
}
.box_r .listbox .hmfb .xzhm .active a,
.box_r .listbox .hmfb .xztj .active a {
  color: #F8223C;
}
.box_r .listbox .hmfb .xzhm .active:hover i,
.box_r .listbox .hmfb .xztj .active:hover i {
  background: url("../img/icon/active-icon.png?v=20172130") -31px -1px no-repeat;
}
.box_r .listbox .hmfb .xzhm a,
.box_r .listbox .hmfb .xztj a {
  display: inline-block;
  margin-left: 22px;
  color: #333333;
}
.box_r .listbox .hmfb .xzhm li {
  margin-top: 18px;
}
.box_r .listbox .hmfb .xztj li {
  margin-top: 10px;
}
.box_r .listbox .boyOrgirl,
.box_r .listbox .fiveElement,
.box_r .listbox .fourSeasons,
.box_r .listbox .homeOrbeast,
.box_r .listbox .qinqsh,
.box_r .listbox .threeColor,
.box_r .listbox .topOrbottom {
  display: none;
}
.box_r .listbox .hmfbTable {
  width: 1040px;
  background: #fffff;
  margin-top: 15px;
  border-top: 1px solid #e6e6e6;
}
.box_r .listbox .hmfbTable .box-title {
  background: #F5F5F5;
}
.box_r .listbox .hmfbTable .box-title li {
  font-family: "微软雅黑 16px";
  font-size: 16px;
}
.box_r .listbox .hisNUm_box {
  width: 100%;
  border-top: 0;
}
.box_r .listbox .hisNUm_box ul {
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.box_r .listbox .hisNUm_box ul li {
  height: 100%;
  text-align: center;
  float: left;
  border-right: 1px solid #E6E6E6;
  line-height: 50px;
  font-size: 14px;
}
.box_r .listbox .hisNUm_box ul .Time_box {
  width: 15.05%;
  border-left: 1px solid #E6E6E6;
}
.box_r .listbox .hisNUm_box ul .Time_box span:first-child {
  margin-right: 5px;
}
.box_r .listbox .hisNUm_box ul .red {
  background: #F8223C;
}
.box_r .listbox .hisNUm_box ul .blue {
  background: #0093E8;
}
.box_r .listbox .hisNUm_box ul .green {
  background: #1FC26B;
}
.box_r .listbox .hisNUm_box ul .hisNum_detail {
  width: 39.6%;
}
.box_r .listbox .hisNUm_box ul .hisNum_detail li {
  width: 16.6%;
  border: 0;
}
.box_r .listbox .hisNUm_box ul .hisNum_detail li span:first-child {
  margin-top: 10px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}
.box_r .listbox .hisNUm_box ul .hisNum_detail li span:first-child + span {
  margin-left: -2px;
}
.box_r .listbox .hisNUm_box ul .temaNum {
  width: 10.1%;
  border-right: 0;
}
.box_r .listbox .hisNUm_box ul .temaNum span:first-child {
  margin-top: 10px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}
.box_r .listbox .hisNUm_box ul .temaNum span:first-child + span {
  margin-left: -2px;
}
.box_r .listbox .hisNUm_box ul .Daxia_dansh {
  width: 8.6%;
}
.box_r .listbox .hisNUm_box ul .dansh_ {
  border-left: 1px solid #E6E6E6;
}
.box_r .listbox .hisNUm_box ul .Daxia_dansh:last-child {
  border: 0;
  border-right: 1px solid #E6E6E6;
}
#ABimg_box {
  background: #F8F8F8;
}
#ABimg_btn button {
  border: 1px solid #ccc;
  line-height: 30px;
  margin-left: 30px;
  width: 80px;
  margin-top: 20px;
  margin-bottom: 10px;
  outline: 0;
  margin-left: 45px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
}
#ABimg_btn .active {
  background: #797979;
  color: #fff;
  border-color: #555555;
}
#add_ABimg {
  text-align: center;
  padding-bottom: 10px;
}