html,
body {
  background: #edf0ec;
}
.header {
  width: 100% !important;
  height: 45px !important;
  background: white;
}
.head-plate {
  width: 100%;
  height: auto;
  background: url("../img/my-head-bg.jpg") top center;
  background-size: 100% 100%;
  overflow: hidden;
}
.head-plate .pla1 {
  text-align: right;
  margin-top: 6px;
}
.head-plate .pla1 span {
  margin-right: 12px;
  position: relative;
}
.head-plate .pla1 span:last-child {
  margin-right: 16px;
}
.head-plate .pla1 span img {
  width: 25px;
}
.head-plate .pla1 span i {
  display: block;
  width: 8px;
  height: 8px;
  background: #c91c0b;
  border-radius: 50%;
  position: absolute;
  right: -4px;
  top: -14px;
}
.head-plate .headImg {
    text-align: center;
    width: 75px;
    height: 75px;
    background: #edf0ec;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.head-plate .headImg img {
     width: 100%;
    height: 100%;
    border-radius: 50%;
}
.head-plate .vip-cont {
  width: 120px;
  height: 20px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3);
  margin-top: 12px;
  border-radius: 50px 15px 15px 15px;
}
.head-plate .vip-cont img {
  height: 29px;
  position: relative;
  top: -4px;
  left: -5px;
  float: left;
}
.head-plate .vip-cont span {
  float: left;
  color: white;
  line-height: 20px;
  *width:100%;
  text-align:center;
}
.head-plate .ovview {
  width: 100%;
  height: 47px;
  background: rgba(0, 0, 0, 0.3);
  margin-top: 15px;
}
.head-plate .ovview ul li {
  width: 19.5%;
  float: left;
  box-sizing: border-box;
  height: 25px;
  margin-top: 11px;
  border-right: 1px solid #fff;
}
.head-plate .ovview ul li:last-child {
  border-right: none;
}
.head-plate .ovview ul li span {
  display: block;
  text-align: center;
  color: white;
  margin-top: -3px;
}
.head-plate .ovview ul li p {
  text-align: center;
  color: white;
}
.list-cont {
  width: 100%;
}
.list-cont ul li {
  width: 100% ;
  height: auto;
  background: white;
  margin: 5px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 12px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.list-cont ul li .icon {
  float: left;
  margin-left: 4%;
}
.list-cont ul li .icon img {
  width: 13px;
  margin-top: 3px;
}
.list-cont ul li .cent-txt {
  width: 75%;
  float: left;
  margin-left: 4%;
}
.list-cont ul li .cent-txt h3 {
  color: #c91c0b;
  font-size: 15px;
  font-weight: inherit;
}
.list-cont ul li .cent-txt p {
  margin-top: 5px;
  line-height: 15px;
  font-size: 12px;
}
.list-cont ul li .more {
  float: right;
  height: 100%;
  margin-top: 15px;
  margin-right: 4%;
}
.list-cont ul li .more img {
  vertical-align: middle;
  height: 15px;
}
.list-cont ul li dl {
  overflow: hidden;
}
.list-cont ul li dl dd {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}
.list-cont ul li dl dd.kh {
  background: url("../img/kh.png") no-repeat right;
  background-size: auto 100%;
}
.list-cont ul li dl dd img {
  height: 25px;
  margin-top:5px;
}
.list-cont ul li dl dd span {
  display: block;
  text-align: center;
  margin-top: 3px;
}
.list-cont ul li dl dd i {
  display: block;
  width: 15px;
  height: 15px;
  color: white;
  position: absolute;
  background: #c91c0b;
  border-radius: 50px;
  font-size: 12px;
  font-style: normal;
  right: 5%;
  top: 0px;
}
.date-list {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  background: white;
  overflow: hidden;
}
.date-list .ul1 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.date-list .ul1 li {
  width: 50%;
  float: left;
  height: 80px;
}
.date-list .ul1 li:first-child {
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.date-list .ul1 li b {
  display: block;
  text-align: center;
  color: #c91c0b;
  font-size: 23px;
  font-weight: 500;
  margin-top: 8px;
}
.date-list .ul1 li span {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.date-list .ul2 {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.date-list .ul2 li {
  width: 33.3%;
  height: 75px;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}
.date-list .ul2 li:last-child {
  border-right: none;
}
.date-list .ul2 li span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}
.date-list .ul2 li p {
  text-align: center;
  margin-top: 6px;
  font-size: 13px;
}
@media (max-width: 350px) {
  .date-list .ul2 li p {
    font-size: 12px;
  }
}
.tr-btn {
  width: 100%;
  height: auto;
  margin-top: 5px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 7px;
}
.tr-btn ul {
  overflow: auto;
}
.tr-btn ul li {
  width: 32.3%;
  background: white;
  float: left;
  text-align: center;
  padding-top: 2%;
  margin-left: 1.3%;
  padding-bottom: 10px;
}
.tr-btn ul li:first-child {
  margin-left: 0;
}
.tr-btn ul li img {
  width: 60px;
}
.tr-btn ul li span {
  display: block;
  text-align: center;
  margin-top: 4px;
}
.billing-details {
  width: 100%;
  background: white;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.billing-details h3 {
  width: 100%;
  height: 45px;
  background: white;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.billing-details h3 img {
  width: 24px;
  position: relative;
  left: -7px;
  top: 5px;
}
.billing-details h3 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
}
.billing-details ul li {
  width: 100%;
  background: white;
  height: 50px;
  border-bottom: 1px solid rgba(228, 228, 228, 0.55);
  padding: 10px 0;
}
.billing-details ul li .time {
  width: 20%;
  float: left;
  text-align: center;
  font-size: 15px;
  color: black;
  padding-top: 7px;
  box-sizing: border-box;
}
.billing-details ul li .icon {
  width: 20%;
  height: 50px;
  float: left;
  text-align: center;
}
.billing-details ul li .icon img {
  height: 40px;
  margin-top: 5px;
}
.billing-details ul li .txt {
  width: 60%;
  float: left;
  height: 50px;
}
.billing-details ul li .txt span {
  display: block;
  text-align: left;
  color: black;
  font-size: 18px;
  font-weight:bolder;
  margin-top: 5px;
}
.billing-details ul li .txt span i {
    font-style: normal;
    float: right;
    color: #8d8d8c;
    margin-right: 5%;
  font-weight:normal;
}
.billing-details ul li .txt p {
  margin-top: 2px;
  display: block;
  text-align: left;
  font-size: 15px;
  color: #a5a5a4;
}
.billing-details .det {
  width: 90px;
  height: 30px;
  border: 2px solid #c91c0b;
  color: #c91c0b;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
}
.my-ear {
  width: 100%;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 8px;
  overflow: hidden;
}
.my-ear h3 {
  width: 100%;
  height: 45px;
  background: white;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.my-ear h3 img {
  width: 24px;
  position: relative;
  left: -7px;
  top: 5px;
}
.my-ear h3 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
}
.my-ear ul {
  background: white;
  position: relative;
  z-index: 9;
}
.my-ear ul li {
  text-align: right;
  padding-right: 3%;
  box-sizing: border-box;
  margin-top: 5px;
}
.my-ear ul li img {
  width: 16px;
  position: relative;
  left: -2px;
  top: 2px;
}
.my-ear ul li span {
  font-size: 14px;
}
.my-ear #myvip {
  width: 100%;
  height: 320px;
  margin: 0 auto;
  margin-top: -45px;
}
.my-ear #myvip canvas {
  padding-left: 5px !important;
  margin-left: 3% !important;
}
.my-statistical {
  width: 100%;
  background: white;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 8px;
}
.my-statistical h3 {
  width: 100%;
  height: 45px;
  background: white;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.my-statistical h3 img {
  width: 24px;
  position: relative;
  left: -7px;
  top: 5px;
}
.my-statistical h3 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
}
.my-statistical ul {
  overflow: hidden;
  background: white;
}
.my-statistical ul li {
  width: 50%;
  float: left;
  text-align: center;
}
.my-statistical ul li img {
  margin-top: 15px;
  width: 80px;
}
.my-statistical ul li span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 2px;
}
.my-statistical ul li b {
  display: block;
  text-align: center;
  color: #c91c0b;
  font-size: 18px;
  margin-top: 3px;
  font-weight: 500;
}
.my-statistical .det {
  width: 90px;
  height: 30px;
  border: 2px solid #c91c0b;
  color: #c91c0b;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
}
.my-circle {
  width: 100%;
  background: white;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 8px;
}
.my-circle h3 {
  width: 100%;
  height: 45px;
  background: white;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.my-circle h3 img {
  width: 24px;
  position: relative;
  left: -7px;
  top: 5px;
}
.my-circle h3 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
}
.my-circle ul {
  overflow: hidden;
  background: white;
  width: 86%;
  margin: 0 auto;
  position: relative;
  left: 20px;
  box-sizing: border-box;
}
.my-circle ul li {
  float: left;
  text-align: center;
  margin-left: 3%;
  margin-top: 20px;
}
.my-circle ul li img {
  width: 50px;
}
.my-circle ul li span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
}
.my-circle p {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-top: 20px;
}
.my-circle .det {
  width: 90px;
  height: 30px;
  border: 2px solid #c91c0b;
  color: #c91c0b;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
}
.logo-sy {
  margin-top: 10%;
  margin-bottom: 75px;
}
