@charset "utf-8";
body {
  padding: 0rem;
  margin: 0rem;
  font-family: '微软雅黑';
  background: #F2F2F2;
  width: 100%;
  height: 100%;
}
.calculate {
  width: 100%;
  margin: 0 auto;
  background-color: #F1F2F8;
  background: url("../static/others/yuceBoxImg.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 0.09rem;
  padding-bottom: 0.15rem;
}
.calculate .topArea {
  width: 100%;
  /* width: 1202px; */
  width: 12.02rem;
  margin: 0 auto;
}
.calculate .topArea .yuceMenuList {
  height: 0.5rem;
  font-size: 0.11rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #9f9f9f;
  display: flex;
  align-items: center;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
}
.calculate .topArea .yuceMenuList .item {
  width: 1.4rem;
  height: 0.5rem;
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #979797;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: url("../static/others/yuce_tabGray.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 0.06rem;
}
.calculate .topArea .yuceMenuList .item_active {
  color: #AE875E;
  font-weight: 600;
  background: url("../static/others/yuce_tabActive.png") no-repeat;
  background-size: 100% 100%;
}
.calculate .topArea .jiangMain {
  /* width: 1202px; */
  width: 12.02rem;
  height: 1.2rem;
  background: #FFFFFF;
  border: 0.01rem solid #E6E7EF;
  border-radius: 0.1rem;
  margin: 0 auto;
  margin-top: 0.07rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.11rem;
  padding-right: 0.11rem;
}
.calculate .topArea .jiangMain .left_box {
  width: 3.1rem;
  height: 1.02rem;
  background: url("../static/others/yuceBg.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.calculate .topArea .jiangMain .left_box .tittle {
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 0.1rem;
}
.calculate .topArea .jiangMain .left_box .qi {
  margin: 0 auto;
  margin-top: 0.07rem;
  width: 2.41rem;
  height: 0.31rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #AC7231;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calculate .topArea .jiangMain .result {
  height: 0.36rem;
  display: flex;
  justify-content: space-around;
}
.calculate .topArea .jiangMain .result .item {
  width: 0.44rem;
  height: 0.44rem;
  background: #5A98FF;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}
.calculate .topArea .jiangMain .result .blue {
  background-color: #5A98FF;
}
.calculate .topArea .jiangMain .result .red {
  background-color: #FF4D5E;
}
.calculate .topArea .jiangMain .result .last {
  margin-left: 0.1rem;
}
.calculate .topArea .jiangMain .result .fuhao {
  width: 0.24rem;
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #979797;
  text-align: center;
}
.calculate .topArea .jiangMain .btDetail {
  width: 2.9rem;
  height: 1.02rem;
  background: #F3F6F9;
  border-radius: 0.1rem;
}
.calculate .topArea .jiangMain .btDetail .topbox {
  margin-top: 0.17rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: bold;
  padding-left: 0.19rem;
  padding-right: 0.19rem;
}
.calculate .topArea .jiangMain .btDetail .topbox .text1 {
  color: #979797;
}
.calculate .topArea .jiangMain .btDetail .topbox .text2 {
  color: #158510;
}
.calculate .topArea .jiangMain .btDetail .bBox {
  margin: 0 auto;
  margin-top: 0.07rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 2.7rem;
  height: 0.44rem;
  background: #FFFFFF;
  border-radius: 0.06rem;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
.calculate .topArea .jiangMain .btDetail .bBox .right {
  display: flex;
  align-items: center;
}
.calculate .topArea .jiangMain .btDetail .bBox .right .ltext {
  width: 0.46rem;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 0.08rem;
  background-color: #B32532;
  text-align: center;
  border-radius: 0.05rem;
}
.calculate .topArea .jiangMain .btDetail .bBox .right .rtext {
  font-size: 0.14rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FF4D5E;
}
.calculate .topArea .jiangMain .btDetail .bBox .error {
  display: flex;
  align-items: center;
}
.calculate .topArea .jiangMain .btDetail .bBox .error .ltext {
  width: 0.46rem;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 0.08rem;
  background-color: #277E23;
  text-align: center;
  border-radius: 0.05rem;
}
.calculate .topArea .jiangMain .btDetail .bBox .error .rtext {
  font-size: 0.14rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #158510;
}
.calculate .topArea .header {
  height: 0.7rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background-color: #F1F2F8;
  margin-top: 0.06rem;
  background-color: #FFFFFF;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.calculate .topArea .header .header_item {
  text-align: center;
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #0B1028;
  height: 0.7rem;
  line-height: 0.7rem;
}
.calculate .tableList {
  /* width: 1202px; */
  width: 12.02rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  margin: 0 auto;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  background-color: #FFFFFF;
  padding-bottom: 0.09rem;
  position: relative;
}
.calculate .tableList .innnerTable {
  margin: 0 auto;
  width: 11.6rem;
  background: #F1F2F8;
  border-radius: 0.1rem;
  padding-left: 0.09rem;
  padding-right: 0.09rem;
  padding-top: 0.09rem;
  padding-bottom: 0.09rem;
}
.calculate .tableList .innnerTable .table_item {
  height: 0.64rem;
  background: #F1F2F8;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  margin-bottom: 0.09rem;
}
.calculate .tableList .innnerTable .table_item .row_item {
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  font-size: 0.16rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #AAAAAA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calculate .tableList .innnerTable .table_item .daXiaoShuang {
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 0.22rem;
  text-align: center;
  line-height: 0.43rem;
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}
.calculate .tableList .innnerTable .table_item .red {
  background: url("../static/redtem_yuan.png") no-repeat;
  background-size: 100% 100%;
}
.calculate .tableList .innnerTable .table_item .blue {
  background: url("../static/blueItem_yuan.png") no-repeat;
  background-size: 100% 100%;
}
.calculate .tableList .innnerTable .table_item .issue {
  width: 15%;
}
.calculate .tableList .innnerTable .table_item .issue .issue_text {
  line-height: 0.18rem;
}
.calculate .tableList .innnerTable .table_item .content {
  flex-direction: column;
  width: 30%;
  font-size: 0.16rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #0B1028;
}
.calculate .tableList .innnerTable .table_item .content .clock {
  width: 0.14rem;
  height: 0.14rem;
}
.calculate .tableList .innnerTable .table_item .content .cutDown {
  color: #FF4D5E;
  margin-left: 0.04rem;
}
.calculate .tableList .innnerTable .table_item .content .t_text {
  margin-bottom: 0.02rem;
}
.calculate .tableList .innnerTable .table_item .firstConent {
  flex-direction: row;
}
.calculate .tableList .innnerTable .table_item .yuce {
  width: 20%;
}
.calculate .tableList .innnerTable .table_item .time {
  width: 20%;
}
.calculate .tableList .innnerTable .table_item .result {
  width: 15%;
}
.calculate .tableList .innnerTable .table_item .result .result_img {
  width: 0.46rem;
  height: 0.24rem;
}
.calculate .tableList .innnerTable .table_item:last-child {
  margin-bottom: 0;
}
.calculate .touzhu {
  position: absolute;
  right: -1.2rem;
  top: 1.6rem;
}
.calculate .touzhu img {
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
}
.calculate .touzhu .huxi {
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-name: breathe;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
}
@-webkit-keyframes breathe {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes breathe {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes breathe {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes breathe {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
