.yunjisuanPage {
  width: 100%;
  min-width: 1200px;
  overflow-y: auto;
  background-color: #f7f7f7;
}
.yunjisuanPage .header {
  width: 100%;
  position: relative;
}
.yunjisuanPage .header .banner {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.yunjisuanPage .header .absText {
  min-width: 1200px;
  position: absolute;
  top: 128px;
  left: 50%;
  transform: translateX(-50%);
}
.yunjisuanPage .header .absText .title {
  font-family: OPPOSansB;
  font-size: 42px;
  color: #feffff;
}
.yunjisuanPage .header .absText .line {
  width: 41px;
  height: 4px;
  background: #ffffff;
  margin-top: 19px;
  margin-bottom: 23px;
}
.yunjisuanPage .header .absText .infoTextTop {
  font-family: OPPOSansM;
  font-size: 22px;
  color: #bad2f1;
  margin-bottom: 22px;
}
.yunjisuanPage .header .absText .infoTextBottom {
  font-family: OPPOSansR;
  font-size: 18px;
  color: #bad2f1;
}
.yunjisuanPage .absModal {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  transform: translateY(-50%);
  padding-top: 54px;
}
.yunjisuanPage .absModal .tabs {
  width: 1200px;
  margin: auto;
  height: 256px;
  z-index: 1;
  background: #f8fbff;
  border-radius: 20px 20px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 10px 30px rgba(29, 115, 224, 0.5);
}
.yunjisuanPage .absModal .tabs .tabItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yunjisuanPage .absModal .tabs .tabItem .icon1 {
  width: 97px;
}
.yunjisuanPage .absModal .tabs .tabItem .icon2 {
  width: 97px;
}
.yunjisuanPage .absModal .tabs .tabItem .line {
  width: 27px;
  height: 3px;
  background: #1d73e0;
  margin-top: 14px;
  margin-bottom: 20px;
}
.yunjisuanPage .absModal .tabs .tabItem .text {
  font-family: OPPOSansR;
  font-size: 20px;
  color: #333333;
}
.yunjisuanPage .absModal .tabs .tabItem .activeText {
  font-family: OPPOSansR;
  font-size: 20px;
  color: #1d73e0;
}
.yunjisuanPage .absModal .tabs .midLine {
  width: 1px;
  height: 59.7%;
  background: linear-gradient(to bottom, #f8fbff 0%, #555555 50%, #f8fbff 100%);
}
.yunjisuanPage .subTitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
  margin-bottom: 30px;
}
.yunjisuanPage .subTitle .text {
  font-family: OPPOSansB;
  font-weight: normal;
  font-size: 30px;
  color: #555555;
  margin-bottom: 22px;
}
.yunjisuanPage .subTitle .line {
  width: 69px;
  height: 3px;
  background: #1d73e0;
}
.yunjisuanPage .dataList {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.yunjisuanPage .dataList .dataType {
  margin-right: 21px;
  background: #ebf1ff;
  border-radius: 15px;
  width: 363px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.yunjisuanPage .dataList .dataType .current {
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.yunjisuanPage .current .text{
    color:#1d73e0 !important; 
}
.yunjisuanPage .dataList .dataType .typeItem {
  height: 74px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.yunjisuanPage .dataList .dataType .typeItem .leftLine {
  width: 6px;
  height: 37px;
  background: #1d73e0;
  border-radius: 3px;
}
.yunjisuanPage .dataList .dataType .typeItem .icon {
  width: 30px;
  height: auto !important;
  margin-left: 25px;
  margin-right: 22px;
}
.yunjisuanPage .dataList .dataType .typeItem .text {
  font-family: OPPOSansR;
  font-size: 20px;
  color: #333333;
}
.yunjisuanPage .dataList .dataType .typeItem .bIcon {
  position: absolute;
  width: 104px;
  right: 0;
  bottom: 0;
}
.yunjisuanPage .dataList .infoWrap {
  width: 815px;
  height: 415px;
  border-radius: 15px;
}
.yunjisuanPage .dataList .infoWrap .wrapHeader {
  width: 100%;
  height: 27.9%;
  background: url("../single/yunjisuan/infoHeader.png") no-repeat;
  background-size: 100% 100%;
}
.yunjisuanPage .dataList .infoWrap .wrapHeader .headerTitle {
  font-family: OPPOSansM;
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  padding-top: 24px;
  margin-bottom: 21px;
  padding-left: 50px;
}
.yunjisuanPage .dataList .infoWrap .wrapHeader .headerText {
  font-family: OPPOSansR;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  padding-left: 50px;
}
.yunjisuanPage .dataList .infoWrap .wrapBody {
  width: 100%;
  height: 72.1%;
  box-sizing: border-box;
  background: url("../single/yunjisuan/infoMeBack.png") no-repeat;
  background-size: 100% 100%;
  padding-left: 55px;
  padding-top: 53px;
}
.yunjisuanPage .dataList .infoWrap .wrapBody .bodyList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.yunjisuanPage .dataList .infoWrap .wrapBody .bodyList .marginBottom {
  margin-bottom: 48px;
}
.yunjisuanPage .dataList .infoWrap .wrapBody .bodyList .bodyItem {
  display: flex;
  align-items: center;
  width: 50%;
}
.yunjisuanPage .dataList .infoWrap .wrapBody .bodyList .bodyItem .bodyType {
  width: 83px;
  height: 34px;
  background: #dbe8fe;
  border-radius: 5px 6px 6px 6px;
  font-family: OPPOSansM;
  font-weight: normal;
  font-size: 16px;
  color: #1d73e0;
  line-height: 34px;
  margin-right: 33px;
}
.yunjisuanPage .dataList .infoWrap .wrapBody .bodyList .bodyItem .bodyValue {
  font-family: OPPOSansR;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
}
.yunjisuanPage .subTitle1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 77px;
  margin-bottom: 22px;
}
.yunjisuanPage .subTitle1 .text {
  font-family: OPPOSansB;
  font-weight: normal;
  font-size: 30px;
  color: #555555;
  margin-bottom: 22px;
}
.yunjisuanPage .subTitle1 .line {
  width: 69px;
  height: 3px;
  margin-bottom: 25px;
  background: #1d73e0;
}
.yunjisuanPage .subTitle1 .lit {
  font-family: OPPOSansR;
  font-weight: normal;
  font-size: 18px;
  color: #777777;
}
.yunjisuanPage .swipList {
  display: flex;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}
.yunjisuanPage .swipList .swiper {
  width: 100%;
  height: 100%;
}
.yunjisuanPage .swipList .swipItem {
  width: 360px;
  overflow: hidden;
  margin-left: 12px;
  margin-right: 12px;
}

.yunjisuanPage .swipList .swipItem:hover .topImg {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.yunjisuanPage .swipList .swipItem:hover .title {
  color: #1d73e0;
  transition: color 0.3s ease;
}
.yunjisuanPage .swipList .swipItem .topImg {
  width: 100%;
  height: 270px;
}
.yunjisuanPage .swipList .swipItem .title {
  font-family: OPPOSansB;
  font-weight: normal;
  font-size: 24px;
  color: #555555;
  margin-bottom: 10px;
  margin-top: 15px;
}
.yunjisuanPage .swipList .swipItem .info {
  font-family: OPPOSansR;
  font-weight: normal;
  font-size: 16px;
  color: #777777;
}
.yunjisuanPage .imgBtn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.yunjisuanPage .imgBtn .btn {
  width: 400px;
  height: auto;
  margin: 52px auto;
  cursor: pointer;
}
