.mypb-container {
  width: 100%;
  height: 100%;
  padding: 24px 50px 0 50px;
}
.mypb-lfCon {
  width: 396px;
  float: left;
  height: 100%;
}
.mypb-rtCon {
  width: calc(100% - 432px);
  float: left;
  margin-left: 36px;
  height: 100%;
}
.mypb-time-wrap {
  height: 180px;
  width: 100%;
  border: 1px solid #d4d4d4;
  background-color: #f0f0f0;
}
.mypb-time-wrap .clock-area {
  float: left;
  width: 150px;
  height: 100%;
  text-align: center;
}
.mypb-time-wrap .clock-area canvas {
  width: 130px;
  height: 130px;
  border: 4px solid #dcdcdc;
  border-radius: 50%;
  margin-top: 25px;
}
.mypb-time-wrap .time-area {
  width: calc(100% - 150px);
  float: left;
  margin-top: 30px;
}
.mypb-time-wrap .time-area .time-msg {
  width: 220px;
  margin: 0 auto;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px dashed #646464;
}
.mypb-time-wrap .time-area .time-box {
  font-size: 42px;
  font-weight: bolder;
  text-align: center;
  line-height: 72px;
}
.mypb-recwrap {
  width: 100%;
  height: 81px;
  border: 1px solid #e01116;
  border-top: none;
}
.mypb-recwrap ul {
  overflow: hidden;
}
.mypb-recwrap ul li span {
  display: block;
  float: left;
  width: 50%;
  border-right: 1px solid #e01116;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #6e6e6e;
}
.mypb-recwrap ul li span a {
  color: #e01116;
}
.mypb-recwrap ul li span:last-child {
  border-right: none;
}
.mypb-recwrap ul .cap span {
  color: #fff;
  border-right: 1px solid #fff;
  background-color: #e01116;
}
.mypb-notinfo {
  height: 40px;
  line-height: 40px;
  margin-top: 16px;
  font-size: 16px;
}
.mypb-notinfo .rednotice-icon {
  width: 16px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  background: url(../images/tit-icon/notice-icon_03.png) no-repeat center center;
  margin-right: 7px;
}
.mypb-notinfo .more-wrap {
  display: block;
  float: right;
  height: 100%;
  margin-right: 8px ;
  color: #e01116;
}
.mypb-notinfo .more-wrap .more-icon {
  width: 10px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  background: url(../images/tit-icon/notice-icon_06.png) no-repeat center center;
  margin-left: 3px;
}
.mypb-notice-wrap {
  width: 100%;
  height: calc(100% - 265px);
  background-color: #f5f5f5;
}
.mypb-notice-list,
.mypb-notice-list-v2 {
  overflow: hidden;
  padding: 8px;
  width: 100%;
}
.mypb-notice-list li,
.mypb-notice-list-v2 li {
  height: 45px;
  line-height: 45px;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypb-notice-list li .po-ico,
.mypb-notice-list-v2 li .po-ico {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #858181;
  display: inline-block;
  margin-top: 20px;
  vertical-align: top;
}
.mypb-notice-list li .sq-ico,
.mypb-notice-list-v2 li .sq-ico {
  width: 16px;
  height: 16px;
  background-color: #333;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #cdcdcd;
  color: #fff;
}
.mypb-notice-list li .bg-1,
.mypb-notice-list-v2 li .bg-1 {
  background-color: #d61200;
}
.mypb-notice-list li .bg-2,
.mypb-notice-list-v2 li .bg-2 {
  background-color: #ff9300;
}
.mypb-notice-list li .bg-3,
.mypb-notice-list-v2 li .bg-3 {
  background-color: #f3d500;
}
.mypb-notice-list li a,
.mypb-notice-list-v2 li a {
  display: inline-block;
  font-size: 16px;
  padding-left: 5px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 20px);
}
.mypb-notice-list li:hover .po-ico,
.mypb-notice-list-v2 li:hover .po-ico {
  background-color: #e01116;
}
.mypb-notice-list li:hover a,
.mypb-notice-list-v2 li:hover a {
  color: #e01116;
}
.mypb-notice-list-v2 {
  padding: 13px 18px;
}
.mypb-notice-list-v2 li {
  height: 40px;
  line-height: 40px;
}
.mypb-rttop-menu {
  overflow: hidden;
}
.mypb-rttop-menu li {
  height: 32px;
  text-align: center;
  line-height: 32px;
  float: left;
  margin-right: 16px;
}
.mypb-rttop-menu li a {
  display: block;
  color: #8f8f8f;
  background-color: #fff;
  padding: 0 18px;
  border: 1px solid #e01116;
  border-bottom: none;
  font-weight: bolder;
  font-size: 14px;
  border-radius: 3px 3px 0 0;
}
.mypb-rttop-menu .current a {
  color: #fff;
  background-color: #e01116;
}
.mypb-rtmain-con {
  width: 100%;
  height: calc(100% - 62px);
  border: 1px solid #e01116;
}
.mypb-rtdis-body {
  padding: 24px 30px;
  height: 100%;
}
.mypb-listtop-opeawrap {
  margin-bottom: 15px;
}
.mypb-listtop-opeawrap .operate-list {
  height: 30px;
}
.mypb-listtop-opeawrap .operate-list dt {
  float: left;
  height: 100%;
  line-height: 30px;
  margin-right: 10px;
}
.mypb-listtop-opeawrap .operate-list dd {
  float: left;
  height: 100%;
  margin-right: 20px;
  line-height: 30px;
}
.mypb-listtop-opeawrap .operate-list dd input {
  border: 1px solid #e0e0e0;
  height: 30px;
  width: 140px;
  line-height: 30px;
  padding: 0 8px;
}
.mypb-listtop-opeawrap .operate-list dd select {
  border: 1px solid #e0e0e0;
  height: 30px;
  width: 120px;
  line-height: 30px;
  padding: 0 8px;
}
.mypb-listtop-opeawrap .operate-list dd .red-searchbtn {
  background-color: #e01116;
  text-align: center;
  width: 75px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 5px ;
}
.mypb-listtop-opeawrap .operate-list dd .red-searchbtn .fdj-icon {
  display: inline-block;
  height: 100%;
  width: 17px;
  vertical-align: top;
  background: url(../images/inp-icon/fdjicon_03.png) no-repeat center center;
  margin-right: 8px;
}
.mypb-list-wrap {
  height: calc(100% - 100px);
}
.mypb-list-thead {
  height: 40px;
  line-height: 38px;
  border: 1px solid #e0e0e0;
  background-color: #f8f8f8;
  color: #989898;
}
.mypb-list-thead li {
  text-align: center;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypb-list-scrobox {
  height: calc(100% - 40px);
}
.mypb-list-tbody {
  border: 1px solid #e0e0e0;
  border-top: none;
  height: 40px;
  line-height: 38px;
}
.mypb-list-tbody li {
  text-align: center;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypb-list-tbody li .red-minibtn {
  height: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0 10px;
  background-color: #e01116;
  color: #fff;
  border-radius: 3px;
}
.mypb-list-tbody li .gray-minibtn {
  height: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0 10px;
  background-color: #c8c8c8;
  color: #fff;
  border-radius: 3px;
}
.mypb-cont-v2 {
  width: 100%;
  height: 100%;
}
.mypb-cont-v2 .lf-cont {
  width: 336px;
  float: left;
  height: 100%;
  padding-top: 29px;
  padding-bottom: 40px;
}
.mypb-cont-v2 .rt-cont {
  width: calc(100% - 336px);
  float: left;
  padding-left: 32px;
  height: 100%;
}
.mypb-cont-v2 .rate-tit {
  width: 100%;
  height: 42px;
  line-height: 42px;
  position: relative;
  font-size: 16px;
  background: url(../images/pb-ico/ps_v2_ico02_06.png) no-repeat 13px center;
  padding-left: 34px;
}
.mypb-cont-v2 .pb-rate-wrap {
  height: 249px;
  width: 100%;
  border-radius: 6px;
  background-color: #f3f4f6;
  position: relative;
}
.mypb-cont-v2 .pb-rate-wrap .rt-switch-box {
  position: absolute;
  width: 52px;
  height: 42px;
  right: 0;
  top: 0;
  background-color: #fff;
  border-radius: 6px;
  padding: 0 0 4px 4px;
}
.mypb-cont-v2 .pb-rate-wrap .rt-switch-box .rt-switch-slide {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: block;
  cursor: pointer;
  background: #f3f4f6 url("../images/pb-ico/ps_v2_ico02_03.png") no-repeat center center;
}
.mypb-cont-v2 .pb-rate-wrap .rt-switch-box .ring-switch-slide-rign {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: block;
  cursor: pointer;
  background: #f3f4f6 url("../images/pb-ico/pb_new_01_03.png") no-repeat center center;
}
.mypb-cont-v2 .pb-rate-wrap .ring-rate-wrap {
  width: 100%;
  float: left;
}
.mypb-cont-v2 .pb-rate-wrap .ring-rate-wrap .ring-can {
  display: block;
  width: 200px;
  height: 177px;
  margin: 15px auto;
}
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap {
  width: 170px;
  height: 177px;
  display: block;
  margin: 15px auto;
}
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .bot-hang {
  width: 100%;
  float: left;
  margin-top: -13px;
}
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .yellow-slide,
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .blue-slide,
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .pink-slide {
  width: 80px;
  height: 95px;
  background: url(../images/pb-ico/jd_pg_01_03.png) no-repeat center center;
  position: relative;
  float: left;
}
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .yellow-slide {
  margin-left: 45px;
}
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .blue-slide {
  transform-origin: center bottom;
  transform: rotateZ(-120deg);
  background: url(../images/pb-ico/pb_jd_bg_02_08.png) no-repeat center center;
  margin-left: -80px;
}
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .pink-slide {
  transform-origin: center bottom;
  transform: rotateZ(120deg);
  margin-left: -80px;
  background: url(../images/pb-ico/pb_jd_bg_02_03.png) no-repeat center center;
}
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .yellow-bar,
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .blue-bar,
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .pink-bar {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-size: 100% 100%!important;
  background: url(../images/pb-ico/jd_pg_01_06.png) no-repeat center center;
}
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .blue-bar {
  background: url(../images/pb-ico/pb_jd_bg_02_05.png) no-repeat center center;
  background-size: 100% 100%!important;
}
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .pink-bar {
  background: url(../images/pb-ico/pb_jd_bg_02_12.png) no-repeat center center;
  background-size: 100% 100%!important;
}
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .co-1,
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .co-2,
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .co-3 {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 5px;
}
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .co-1 {
  background: url(../images/pb-ico/ps_v2_ico02_15.png) no-repeat center bottom;
}
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .co-2 {
  background: url(../images/pb-ico/ps_v2_ico02_11.png) no-repeat center bottom;
  transform: rotateZ(-120deg);
}
.mypb-cont-v2 .pb-rate-wrap .qiqiu-rate-wrap .co-3 {
  background: url(../images/pb-ico/ps_v2_ico02_19.png) no-repeat center bottom;
  transform: rotateZ(120deg);
}
.mypb-cont-v2 .pb-data-wrap {
  width: 100%;
  float: left;
  height: 89px;
  border-radius: 6px;
  background-color: #f3f4f6;
  margin-top: 3px;
  padding-top: 15px;
}
.mypb-cont-v2 .pb-data-wrap .data-item {
  width: 100px;
  text-align: center;
  float: left;
}
.mypb-cont-v2 .pb-data-wrap .data-item .t-tit {
  font-size: 15px;
  line-height: 30px;
}
.mypb-cont-v2 .pb-data-wrap .data-item .t-tit .cir-red,
.mypb-cont-v2 .pb-data-wrap .data-item .t-tit .cir-blue,
.mypb-cont-v2 .pb-data-wrap .data-item .t-tit .cir-orange {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f10030;
  margin-top: 11px;
  margin-right: 5px;
}
.mypb-cont-v2 .pb-data-wrap .data-item .t-tit .cir-blue {
  background-color: #318dfd;
}
.mypb-cont-v2 .pb-data-wrap .data-item .t-tit .cir-orange {
  background-color: #fc820b;
}
.mypb-cont-v2 .pb-data-wrap .data-item .data-txt {
  font-size: 15px;
  color: #318dfd;
  line-height: 30px;
  font-family: FZCuSong-B09S;
}
.mypb-cont-v2 .pb-data-wrap .data-item .data-num {
  font-size: 20px;
  color: #318dfd;
  line-height: 30px;
  font-family: FZCuSong-B09S;
  padding-left: 13px;
}
.mypb-cont-v2 .pb-data-wrap .data-item .data-num .txt-top {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
}
.mypb-cont-v2 .pb-data-wrap .data-item .data-num .line {
  float: left;
  line-height: 30px;
  color: rgba(51, 51, 51, 0.7);
  margin: 0 3px;
}
.mypb-cont-v2 .pb-data-wrap .data-item .data-num .txt-bot {
  float: left;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  color: #333;
}
.mypb-cont-v2 .pb-data-wrap .data-last {
  width: 120px;
}
.mypb-cont-v2 .pb-pj-wrap {
  width: 100%;
  float: left;
}
.mypb-cont-v2 .pb-pj-wrap .pj-tit {
  width: 100%;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #e01116;
  font-size: 16px;
  font-weight: bold;
}
.mypb-cont-v2 .pb-pj-wrap .pj-slide {
  padding-top: 10px;
  padding-bottom: 9px;
  width: 100%;
  float: left;
}
.mypb-cont-v2 .pb-pj-wrap .pj-msg {
  width: 100%;
  float: left;
  border: 1px solid #e0e0e0;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.mypb-cont-v2 .pb-pj-wrap .pj-txt {
  border: 1px solid #e0e0e0;
  padding: 7px 32px;
  width: 100%;
  display: block;
  float: left;
  line-height: 28px;
  font-size: 15px;
  resize: none;
}
.mypb-cont-v2 .pb-pj-wrap .pj-info {
  min-height: 45px;
  width: 100%;
  border: 1px solid #e0e0e0;
  float: left;
  padding: 7px 32px;
  line-height: 30px;
  font-size: 15px;
}
@media screen and (max-width: 1540px) {
  .mypb-listtop-opeawrap .operate-list dd {
    margin-right: 10px;
  }
  .mypb-listtop-opeawrap .operate-list dd input,
  .mypb-listtop-opeawrap .operate-list dd select {
    width: 90px;
  }
}
