body {
  background-color: #f8f8f8;
}
.m-data-wrap {
  width: 1200px;
  margin: 0 auto;
}

.ui-data-crumb {
  margin-bottom: 20px;
  font-size: 12px;
  color: #787878;
}
.ui-data-crumb span {
  color: #2b74af;
}

.ui-data-cont {
  padding-top: 20px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.ui-data-l {
  width: 200px;
  background-color: #fff;
}
.ui-data-r {
  width: 980px;
  min-height: 500px;
}
.ui-data-l span {
  display: block;
  width: 200px;
  height: 60px;
  margin-bottom: 20px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(232, 212, 128, 1) 0%,
    rgba(205, 169, 73, 1) 100%
  );
  font-size: 24px;
  color: #fff;
}
.ui-date-cont {
  position: relative;
  width: 980px;
  height: 80px;
  border-radius: 7px;
  background-color: #fff;
}

.ui-prve-week,
.ui-week-item,
.ui-next-week,
.ui-choose-week {
  line-height: 80px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.ui-prve-week {
  width: 79px;
  border-right: 1px solid #f0f0f0;
  font-size: 16px;
  color: #2b74af;
}
.ui-next-week {
  width: 79px;
  border-left: 1px solid #f0f0f0;
  font-size: 16px;
  color: #2b74af;
}
.ui-week-item {
  width: 75px;
  height: 50px;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.ui-week-item.active,
.ui-week-item:hover {
  background-color: #2b74af;
}
.ui-week-item.active span,
.ui-week-item:hover span {
  color: #fff;
}
.ui-week-item.cur-item span {
  color: #2b74af;
}
.ui-week-item.active span,
.ui-week-item.cur-item:hover span {
  color: #fff;
}
.ui-choose-week {
  width: 85px;
  line-height: 15px;
  padding: 50px 0 15px 0;
  font-size: 12px;
  color: #fff;
  background: #2b74af url("../../image/shuju/date_icon.png") center 15px
    no-repeat;
}
.ui-week-text {
  position: absolute;
  left: 18px;
  top: 22px;
  font-size: 12px;
  color: #484848;
  line-height: 20px;
}
.ui-mounth-text {
  position: absolute;
  left: 18px;
  bottom: 22px;
  font-size: 12px;
  color: #484848;
  line-height: 20px;
}
.ui-day-text {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 36px;
  color: #484848;
}
.ui-tday-icon {
  position: absolute;
  left: 15px;
  width: 8px;
  height: 8px;
  background: rgba(43, 116, 175, 1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.ui-laydate {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
}
.m-data-wrap .layui-laydate .layui-this {
  background-color: #2b74af !important;
}
.ui-list {
  margin-top: 20px;
}
.ui-list li {
  padding: 20px 20px;
}
.ui-list-title {
  display: flex;
  align-items: center;
  padding: 20px;
  line-height: 22px;
  background: #f0f0f0;
}
.ui-list-item {
  display: flex;
  align-items: center;
  line-height: 22px;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}
.ui-list-item span,
.ui-list-title span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #484848;
}
.ui-list-time {
  width: 80px;
}
.ui-list-area {
  width: 150px;
  text-align: left!important;
}
.ui-list-area img {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-right: 10px;
}
.ui-list-zb {
  width: 317px;
}
.ui-list-gbz {
  width: 100px;
}
.ui-list-qz {
  width: 100px;
}
.ui-list-ycz {
  width: 100px;
}
.ui-list-bgq {
  width: 85px;
}
.ui-list-zyx {
  width: 80px;
}
.ui-list-zyx .fill {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../../../static/image/star-fill@2x.png);
  background-size: 15px;
}
.ui-list-zyx .null {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../../../static/image/star-null@2x.png);
  background-size: 15px;
}
.ui-list-item .ui-list-gbz {
  color: #2b74af;
}
/* .flag_cn {
  background: url("../image/flag/China.png") 24px center no-repeat;
  background-size: 20%;
} */
.wrap-sidebar {
  width: 200px;
  float: left;
  background: #ffffff;
  margin-right: 20px;
}
.wrap-sidebar .sidebar-title {
  height: 60px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: white;
  line-height: 60px;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e8d480),
    to(#cda949)
  );
  background: linear-gradient(180deg, #e8d480 0%, #cda949 100%);
}
.wrap-sidebar .sidebar-content {
  margin-top: 20px;
}
.wrap-sidebar .sidebar-content .content-item {
  padding-left: 15px;
  margin-bottom: 20px;
}

.wrap-sidebar .sidebar-content .content-item .item-title {
  cursor: pointer;
  padding-left: 34px;
  margin-bottom: 16px;
}
.wrap-sidebar .sidebar-content .content-item .item-title a {
  font-size: 18px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #262626;
  line-height: 26px;
}
.wrap-sidebar .sidebar-content .content-item .economic-calendar {
  background: url("../../image/shuju/caijingrili-icon.png") no-repeat center
    left;
  background-size: 26px 26px;
}

.wrap-sidebar .sidebar-content .content-item .china-macro {
  background: url("../../image/shuju/hongguanzhongguo-icon.png") no-repeat
    center left;
  background-size: 26px 26px;
}

.wrap-sidebar .sidebar-content .content-item .global-calendar {
  background: url("../../image/shuju/hongguanquanqiu-icon.png") no-repeat center
    left;
  background-size: 26px 26px;
}

.wrap-sidebar .sidebar-content .content-item .item-list {
  display: none;
}

.wrap-sidebar .sidebar-content .content-item .item-list a {
  padding-left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #484848;
  line-height: 18px;
  padding-bottom: 10px;
}

.wrap-sidebar .sidebar-content .content-item .item-list a i {
  display: none;
  width: 6px;
  height: 6px;
  background: #cda949;
  margin-right: 8px;
}

.wrap-sidebar .sidebar-content .content-item .item-list .active-subItem {
  font-weight: bold;
  padding-left: 20px;
}

.wrap-sidebar .sidebar-content .content-item .item-list .active-subItem i {
  display: inline-block;
}

.wrap-sidebar .sidebar-content .active-item .item-title a {
  color: #262626;
  font-weight: bold;
}

.wrap-sidebar .sidebar-content .active-item .economic-calendar {
  background: url("../../image/shuju/caijingrili-icon-cur.png") no-repeat center
    left;
  background-size: 26px 26px;
}

.wrap-sidebar .sidebar-content .active-item .china-macro {
  background: url("../../image/shuju/hongguanzhongguo-icon-cur.png") no-repeat
    center left;
  background-size: 26px 26px;
}

.wrap-sidebar .sidebar-content .active-item .global-calendar {
  background: url("../../image/shuju/hongguanquanqiu-icon-cur.png") no-repeat
    center left;
  background-size: 26px 26px;
}

.wrap-sidebar .sidebar-content .active-item .item-list {
  display: block;
}
.list-loading-more {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.list-loading-more .more-text {
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(72, 72, 72, 1);
  line-height: 16px;
  text-decoration: none;
}
.m-data-wrap .main-crumbs {
  padding-top: 20px;
}
.m-data-wrap .main-crumbs .crumbs-list {
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
}
.m-data-wrap .main-crumbs .crumbs-list a,
.m-data-wrap .main-crumbs .crumbs-list i {
  color: #787878;
}
.m-data-wrap .main-crumbs .crumbs-list span {
  color: #2b74af;
  font-family: PingFangSC-Medium, PingFang SC;
}
.m-data-wrap .main-crumbs .crumbs-date {
  margin-top: -8px;
}
.m-data-wrap .main-crumbs .crumbs-date .date-info {
  float: right;
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #787878;
  line-height: 17px;
}
.m-data-wrap .main-crumbs .crumbs-date .date-info span {
  padding-left: 6px;
  padding-right: 20px;
}
.jsmodern-share {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 335px;
  z-index: 999999;
  background: #fff;
  border: #ddd solid 1px;
  border-radius: 10px;
  box-shadow: #ddd 0 0 20px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.jsmodern-share p {
  display: block;
  height: 20px;
  text-align: center;
  font-size: 18px;
  margin: 15px 0 20px 0;
}

.jsmodern-share div {
  width: 260px;
  height: 260px;
  margin: 0 auto !important;
}

.jsmodern-share .js-close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA/UlEQVQ4T8WU7ZEBQRCGHxFciQARIBJEcGRABFYEZIAIEAkyIAMhqFdtV7WpabuOqptfM9Pdz0x/NvjyalTwesAg0TkAp8guAg6BJdAODC/ADNin8hxwA/zWjIR0J143Bb4DM84T1APl5s69dga6wU9T2cjc90DFpVUCbkATGAPrBCoX9Svp/JQy2Xa0N6CyeQwMPdRguYf6yr4BC2Cecc8DJNbPcjDJFkBRBZSiQbWPYP8H/LPLX0+KYvBJ2VytTV8Vth6IelnDQV7Zyha2lUXdPjbYtsz+4/zpcHiCRUDdq69XrhXTmlfMpnXHlzdWnAT3SzPw7QEbDJnq6ztc3EQVa6MIgAAAAABJRU5ErkJggg==);
  right: 4px;
  top: 4px;
  cursor: pointer;
  color: #ccc;
  opacity: 0.1;
  transition: 0.1s;
}
.main-echarts {
  width: 100%;
  height: 390px;
  padding: 30px;
  padding-bottom: 0;
  box-sizing: border-box;
}
