/* Mixins */
/* Animations */
.loader[data-v-3b7d31a8] {
  width: 100%;
}
.loader .loaderDiv[data-v-3b7d31a8] {
  height: 100%;
  position: relative;
  margin: auto;
  width: 400px;
  height: 400px;
  z-index: 2000;
}
.loader .loaderDiv .loader_cogs[data-v-3b7d31a8] {
  z-index: -2;
  width: 100px;
  height: 100px;
  top: -120px !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.loader .loaderDiv .loader_cogs .loader_cogs__top[data-v-3b7d31a8] {
  position: relative;
  width: 100px;
  height: 100px;
  transform-origin: 50px 50px;
  animation: rotate-data-v-3b7d31a8 10s infinite linear;
}
.loader .loaderDiv .loader_cogs .loader_cogs__top div[data-v-3b7d31a8]:nth-of-type(1) {
  transform: rotate(30deg);
}
.loader .loaderDiv .loader_cogs .loader_cogs__top div[data-v-3b7d31a8]:nth-of-type(2) {
  transform: rotate(60deg);
}
.loader .loaderDiv .loader_cogs .loader_cogs__top div[data-v-3b7d31a8]:nth-of-type(3) {
  transform: rotate(90deg);
}
.loader .loaderDiv .loader_cogs .loader_cogs__top div.top_part[data-v-3b7d31a8] {
  width: 100px;
  border-radius: 10px;
  position: absolute;
  height: 100px;
  background: rgba(249, 141, 184, 0.3764705882);
}
.loader .loaderDiv .loader_cogs .loader_cogs__top div.top_hole[data-v-3b7d31a8] {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  position: absolute;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.loader .loaderDiv .loader_cogs .loader_cogs__left[data-v-3b7d31a8] {
  position: relative;
  width: 80px;
  transform: rotate(16deg);
  top: 28px;
  transform-origin: 40px 40px;
  animation: rotate_left-data-v-3b7d31a8 10s 0.1s infinite reverse linear;
  left: -24px;
  height: 80px;
}
.loader .loaderDiv .loader_cogs .loader_cogs__left div[data-v-3b7d31a8]:nth-of-type(1) {
  transform: rotate(30deg);
}
.loader .loaderDiv .loader_cogs .loader_cogs__left div[data-v-3b7d31a8]:nth-of-type(2) {
  transform: rotate(60deg);
}
.loader .loaderDiv .loader_cogs .loader_cogs__left div[data-v-3b7d31a8]:nth-of-type(3) {
  transform: rotate(90deg);
}
.loader .loaderDiv .loader_cogs .loader_cogs__left div.left_part[data-v-3b7d31a8] {
  width: 80px;
  border-radius: 6px;
  position: absolute;
  height: 80px;
  background: rgba(151, 221, 255, 0.3764705882);
}
.loader .loaderDiv .loader_cogs .loader_cogs__left div.left_hole[data-v-3b7d31a8] {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: white;
  position: absolute;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.loader .loaderDiv .loader_cogs .loader_cogs__bottom[data-v-3b7d31a8] {
  position: relative;
  width: 60px;
  top: -65px;
  transform-origin: 30px 30px;
  animation: rotate_left-data-v-3b7d31a8 10.2s 0.4s infinite linear;
  transform: rotate(4deg);
  left: 79px;
  height: 60px;
}
.loader .loaderDiv .loader_cogs .loader_cogs__bottom div[data-v-3b7d31a8]:nth-of-type(1) {
  transform: rotate(30deg);
}
.loader .loaderDiv .loader_cogs .loader_cogs__bottom div[data-v-3b7d31a8]:nth-of-type(2) {
  transform: rotate(60deg);
}
.loader .loaderDiv .loader_cogs .loader_cogs__bottom div[data-v-3b7d31a8]:nth-of-type(3) {
  transform: rotate(90deg);
}
.loader .loaderDiv .loader_cogs .loader_cogs__bottom div.bottom_part[data-v-3b7d31a8] {
  width: 60px;
  border-radius: 5px;
  position: absolute;
  height: 60px;
  background: rgba(255, 205, 102, 0.3764705882);
}
.loader .loaderDiv .loader_cogs .loader_cogs__bottom div.bottom_hole[data-v-3b7d31a8] {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: white;
  position: absolute;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.loader .loaderDiv .loader_cogs .loader_cogs__text[data-v-3b7d31a8] {
  text-align: center;
  font-size: 15px;
  padding-top: 12px;
  color: #fff;
  margin: !important;
}
@keyframes rotate-data-v-3b7d31a8 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
@keyframes rotate_left-data-v-3b7d31a8 {
from {
    transform: rotate(16deg);
}
to {
    transform: rotate(376deg);
}
}
@keyframes rotate_right-data-v-3b7d31a8 {
from {
    transform: rotate(4deg);
}
to {
    transform: rotate(364deg);
}
}
.cssLoadingLog .el-dialog {
  width: 1300px !important;
  background-color: #3e3e3e;
  border-radius: 8px !important;
}
.cssLoadingLog .el-dialog__body {
  min-height: 400px;
  padding: 0 10px 5px !important;
}
.cssLoadingLog .el-dialog__header {
  padding: 20px 10px !important;
  display: flex;
  justify-content: center;
}
.cssLoadingLog .el-dialog__header .el-dialog__title {
  color: #fff;
  cursor: pointer;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(transparent, transparent 50%, rgba(255, 255, 255, 0.3));
  font: bold 22px/1.231 georgia, sans-serif;
  text-transform: uppercase;
}
.image-slot {
  line-height: 210px;
}
.upload-File-box {
  position: relative;
}
.upload-File-box ::v-deep .el-form-item__content {
  width: 100%;
  height: 100%;
}
.upload-File-box .upload-File {
  margin: 2px auto 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.priceTitle {
  font-size: 20px !important;
  text-align: center;
  font-family: "pingfangSc";
  margin: 80px auto !important;
  color: #333333 !important;
}
.priceTitle span {
  font-family: "pingfangSc";
  color: #FF0000 !important;
  font-size: 52px;
  display: inline-block;
  padding: 0 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANUAAAAcCAYAAAD2p/r/AAAAAXNSR0IArs4c6QAAAstJREFUeF7tmk9u00AYxd+M/+RPiQAhpyBxgmbZA8AFWMJ1aM+TS/QCXcKSFQvUIITUksb22ANOSlonwRmbCRmHZymL2DNvvu/3zdPYYwvwIAESsEpAWFWjGAmQAGgqTgISsEyAprIMlHIkQFNxDpCAZQI0lWWglCMBmopzgAQsE6CpLAOlHAk0MJVe6XPeQIPgD4fA+8NJ5T4TXU5KrPyvTrmGIZZmEng7FphEAteDGv0PkT1zsk/gdKPk5rP2R/+tOBhARxH0eASNs1+/+WFmLkNTFIY6F3j9SuJqIjGNJJ7dSKShAJ4D6puhzu4gUHl3BKKl9HB3g1Qpl4a9j8YkmHqtAT/MNb4AX4Nch4M4719N8+HwJL+4QA4U5tpuLEMz6GJ1kvgw8tD75OPmqYfekYf0VqIbS5Pk2MYVAoNSIOV/NmJcV/zrMeYC1SqPbIR+pxF0jvIfcZ53UpVdz9Lsye0LNRohG48LY9kzlcTppYcw8TGRAXwRwNc+AuUhlwI6NjSnxcwp9QcCvfL5HrBypgG5skI9vf7G8cw1qhMw0zFrVQQqpdYi1jro5plCT6kwTWffp+lx8lJdvkGGM1GsWJWHgRnmz1ICJ2Mf/uMAuh9CxyG8vg+pfehEIJQGOttC4fXmBLprXdfP1FFf9O7U6fKg9XJs4yAWDY2bb2hdr++GxLoLBZFoLSR0hkyFIlMi7iSiP0vU5+P04zuoxfNV9WplYAaaqtbc2ktjmqplpipmiebt317M0mRQ3v6tU3Pu9m9uKm5UNJnfTvbhRsW2svyrjQpuqW+rxAFf55b6TrbU71arxcThy98DNtD+U/tvXv4+RM3PlPY/8VyKgJ8prVbDYPfPpQIyFhJwnwBN5X6NGGHLCNBULSsYw3WfAE3lfo0YYcsI0FQtKxjDdZ8ATeV+jRhhywjQVC0rGMN1nwBN5X6NGGHLCPwEHkkALB2wuYkAAAAASUVORK5CYII=) no-repeat bottom center;
  background-size: 100% auto;
}
.fileTitle {
  font-size: 15px !important;
  text-align: center;
  color: #000;
}
.fileTitle span {
  color: #666;
}

.upload-File-box,
.uploadForm .el-form-item__content,
.uploadForm .upload-File,
.uploadForm .upload-File .el-upload {
  width: 100% !important;
  height: 100% !important;
}
.upload-File-box .el-upload-dragger {
  height: 100% !important;
  width: 100% !important;
}
.marginForm .el-form-item__label {
  margin: 0;
}
.reportTable .el-table__indent {
  display: none !important;
}
.reportTable .el-table__expand-icon {
  display: none !important;
}

.indexContent {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background: url(../static/img/indexBg.1caf52eb.png) no-repeat bottom center;
  background-size: cover;
  position: relative;
  font-family: "pingfangSc";
}
.indexContent .indexContentCenter {
  width: 100%;
  position: absolute;
  top: 54%;
  left: 50%;
  display: flex;
  align-items: flex-start;
  transform: translate(-50%, -50%);
}
.indexContent .indexContentCenter .centerLeft {
  width: 50%;
}
.indexContent .indexContentCenter .centerLeft img {
  height: 98px;
}
.indexContent .indexContentCenter .centerLeft ul {
  font-size: 25px;
  line-height: 42px;
  margin: 30px 10px;
  letter-spacing: 1px;
}
.indexContent .indexContentCenter .centerLeft ul li {
  display: flex;
  align-items: center;
}
.indexContent .indexContentCenter .centerLeft ul li span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  margin-right: 6px;
}
.indexContent .indexContentCenter .centerLeft .clickBtn {
  display: flex !important;
  margin: 35px auto 0;
}
.indexContent .indexContentCenter .centerLeft .clickBtn div {
  border: 1px solid #0034c5;
  border-radius: 2px;
  padding: 0 20px;
  line-height: 48px;
  color: #0034c5;
  margin-left: 10px;
  cursor: pointer;
  letter-spacing: 1px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  font-size: 17px;
  border-radius: 5px;
}
.indexContent .indexContentCenter .centerLeft .clickBtn div.active {
  background-image: linear-gradient(to right, #0034c5, #2b44ed);
  color: #fff !important;
}
.indexContent .indexContentCenter .centerRight {
  width: 50%;
}
.indexContent .indexContentCenter .centerRight .videoBg {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
}
.indexContent .indexContentCenter .centerRight .videoBg img {
  width: 100%;
}
.indexContent .indexContentCenter .centerRight .videoBg .playIcon {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.indexContent .indexContentCenter .centerRight .videoBg:hover .playIcon {
  width: 52px;
}
.indexContent .indexContentCenter .centerRight .fourTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "pingfangSc";
}
.indexContent .indexContentCenter .centerRight .fourTxt p {
  margin: 0 8px;
  display: flex;
  align-items: center;
  color: #1e3fe1;
}
.indexContent .indexContentCenter .centerRight .fourTxt p img {
  height: 16px;
  height: 16px;
  margin-right: 4px;
  margin-bottom: 2px;
}
.indexContent .indexContentCenter .centerContent {
  width: 80%;
  min-width: 1300px;
  margin: 10px auto 30px;
}
.indexContent .indexContentCenter .centerContent h3 {
  font-size: 60px;
  font-family: "pingFangRegular";
  text-align: center;
  color: #333333;
  margin: 0;
}
.indexContent .indexContentCenter .centerContent h3 span {
  color: #2c44ee;
}
.indexContent .indexContentCenter .centerContent p {
  font-size: 28px;
  font-family: "pingFangRegular";
  text-align: center;
  color: #333333;
  margin: 20px auto;
}
.indexContent .indexContentCenter .centerContent .tabDivBox {
  width: 1000px;
  height: 520px;
  margin: 30px auto;
  position: relative;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .tabBgH {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .tabBgTop {
  width: 504px;
  height: 70px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 10;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 30;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile {
  width: 100%;
  height: calc(100% - 64px);
  padding: 15px;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileTop {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileTop .brnList {
  display: flex;
  height: 50px;
  align-items: center;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileTop .brnList .btnItemDiv {
  margin-right: 15px;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #edf6ff;
  border-radius: 23px;
  font-family: "pingFangRegular";
  font-size: 14px;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileTop .brnList .btnItemDiv img {
  margin-right: 4px;
  width: 16px;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileTop .brnList .btnItemDiv:hover {
  background: rgba(0, 52, 197, 0.1882352941);
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileTop .brnList .btnItemDiv.active {
  background-image: linear-gradient(to right, #0034c5, #2b44ed);
  color: #fff !important;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileTop .videoImgPlay {
  padding: 7px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 35px;
  border-radius: 3px;
  font-family: "pingFangRegular";
  font-size: 14px;
  border: 1px solid #2c44ee;
  color: #2c44ee;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileTop .videoImgPlay img {
  margin-right: 4px;
  width: 20px;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileCon {
  width: 100%;
  height: calc(100% - 65px);
  padding: 10px;
  margin: 8px 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileCon .topLogin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileCon .contentFileConTop {
  height: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: "pingfangSc";
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileCon .contentFileConTop p {
  color: #666666;
  font-size: 14px;
  text-align: left;
  margin: 0;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileCon .contentFileConTwo {
  width: calc(100% - 16px);
  height: calc(100% - 36px);
  padding: 10px;
  margin: 8px;
  position: relative;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentFile .contentFileCon .contentFileConTwo .btnBottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentTab {
  width: 514px;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 6px 14px 0;
  justify-content: space-around;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentTab .contentTabItem {
  width: 50%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  font-family: "pingfangSc";
  cursor: pointer;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentTab .contentTabItem.activeL {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAREAAAA4CAMAAADtnjz2AAAAwFBMVEUAAAAENcoANMYpQ+wkQegWPNoJN88bPt8QOtUgQOQYN9spQ+0jP+gqQ+0pQ+0pQu0nQ+spQ+0AM8UpQ+wAM8UoQu0pQuwoQuwAM8UANMUAM8QANMUrQu0ANMUfP+MROtYNOdILONAlQukoQ+sBNccBNMYjQeYdP+EcPuAVPNkTO9gGNssENckDNcgkQechQOQaPt4YPdwXPNsQOtQJN84IN80HN8wFNsonQuorRO4iQOUaPd0WPNoPOdMqQ+wpQ+w5TKgWAAAAHXRSTlMA9vf29vb29vb2DcEi4Z1E7ILf0Js3ZGBD0q7LcGkfFeUAAAGmSURBVGje7dtHbsMwFIRhJkqVqOaewjSlF/dGF/n+twqtTcKx1xIBz3+EDw94qxFC+I3asXKjl23P235M36bZbPZlmk6nk8lkPB4/Fj0Urdej0ei+6NP0YVqthsPhYDBYLvv9/rvpzXRX1Ov1FotXU7fbfTIl9agp9iZryplKFDHN54EUe7pR7lS2yDzZcyYd5VCli2SJFFhDOVT5IlkgsCvlUBWIZC0BufJmKhMJfRBRLlWFSNamCIgEFAGRTFIERFKKgEhIERDJYoqASEQREPF8itgimzZFQCSgCIhsJEVAJKUIiIQUAZE8pgiIRBQBEc+niC2StykCIgFFQGQjKWKL5ClFQCSkCIjomCIgElEERDyfIraIblEERAKKgEguKWKL6JQiIBJSBER0TBEQiSgCIp5PEVtEtygCIgFFQERLioBIShEQCSkCIjqmCIhEFAGROkVAxKMIiGjh0LrGCZHk4LcTKBIc+r5mR+RWiGvlTtWLbJcUvkMLm8pFvKYw+e5cSdUidQNS1HFg33psdbTbmd2F1andudXlv07svL+SehQL0y8Sjvnfd7zeqwAAAABJRU5ErkJggg==) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
.indexContent .indexContentCenter .centerContent .tabDivBox .contentFixed .contentTab .contentTabItem.activeR {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAREAAAA4CAMAAADtnjz2AAAAjVBMVEUAAAAANMUsRO4GM8oAM8UAM8UAMsUDMMcAM8UANMUAM8UAM8UAM8UqRO0ANMUrQ+4rRO8qQ+0AM8YsRO4qQ+4rRO4YRv8rQ+4AMcMANMUDNckPOdMIN80eP+EFNssrRO4oQ+smQuokQegTO9gKOM8pQ+whQOUbPt8YPdwWPNoROtYMONEjQeYgQOMZPd5P2/vCAAAAGXRSTlMA9rQf3Zw/DP3wyb198l2XfMywrWJQBYgvUPcDUQAAAZ1JREFUaN7dm9lygkAUBScSFYgEt5hcspB9T/7/85w78mAhLz6dLts/mGqOTRUThriZlUVuKpo9Hnbcdbwmfpzbjm/nJfHlfDr/kQ/nfsdf5N35jTwnnhKPiTenbavFOgwyXZqWxiQn4ow24ZDs3LQ0/lOciDMfMOT4AzmVp8appqHP2I7mlBxpr0KPiclpVDsy/NiUJkfrSM1TRLgjzgq3ImpHRr0/msL0+I5gTuTSAKAcuTAA8SAwjmS5ASA5MjMCpB2RBzzNEUKMsHaEECMoRxAxgtoRRIygHEHECGlHGDFCcoQRI6QdYcQIyBFIjIB2BBIjHEcoMcLZEUqMcByhxAhmRzAxgnEEEyOYHcHECMURToxQdoQTIxBHQDEC2RFQjEAcAcUIY0dIMcJwhBQjjB0hxQjCEVSMIHYEFSMER1gxQtgRVowQHGHFCGBHYDECcAQWI4AdWRoNsSOET3phOwILVrkjK6Qjyh2pccVq8rsTtLca9f2aDeK2BMiRNeEWGmlH6uBksI7XOVLNQ8dkXBZnYnL1jlSL6yxEttDrmv7Y4MlxAAAAAElFTkSuQmCC) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
.indexContent .indexContentCenter .centerContent .fourDiv {
  width: 1000px;
  margin: 55px auto 0;
  display: flex;
  height: 150px;
  justify-content: space-between;
}
.indexContent .indexContentCenter .centerContent .fourDiv .fourDivItem {
  width: 300px;
  height: 120px;
  background-image: linear-gradient(to top, #d9eaf3, #eef4fa);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "pingfangSc";
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.indexContent .indexContentCenter .centerContent .fourDiv .fourDivItem .leftFor {
  font-size: 20px;
  font-family: "pingfangSc";
  color: #333333;
  line-height: 24px;
  letter-spacing: 1px;
  margin-right: 8px;
  border-right: 1px solid #999999;
  padding-right: 8px;
}
.indexContent .indexContentCenter .centerContent .fourDiv .fourDivItem:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
.guangbo {
  position: relative;
}
.guangbo img {
  width: 100%;
}
.guangbo .textIconBox {
  display: flex;
  align-items: center;
  width: 80%;
  position: absolute;
  color: #666666;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "pingfangSc";
}
.guangbo .textIconBox img {
  width: 23px;
  margin-right: 8px;
}
.threeDiv {
  width: 1300px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
.threeDiv .threeDivItem {
  width: 28%;
  background-image: linear-gradient(to bottom, #eff3ff, #ffffff, #ffffff);
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 30px 30px;
  cursor: pointer;
}
.threeDiv .threeDivItem img {
  margin: 0 20px 0 10px;
  width: 60px;
}
.threeDiv .threeDivItem div {
  flex: 1;
  font-size: 20px;
}
.threeDiv .threeDivItem div h3 {
  font-size: 24px;
  margin: 0 auto;
  letter-spacing: 1px;
  font-family: "pingfangSc";
}
.threeDiv .threeDivItem div p span {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  color: #666666;
  font-family: "pingfangSc";
}
.threeDiv .threeDivItem:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  transform: scale(1.01);
}
.threeDiv .threeDivItem p span:hover {
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 1930px) {
.indexContent {
    height: 1300px !important;
}
}
@media screen and (max-width: 1600px) {
.indexContent {
    height: 100vh;
}
.indexContent .centerContent .tabDivBox {
    margin-top: 20px !important;
    zoom: 0.92 !important;
}
.indexContent .centerContent h3 {
    font-size: 42px !important;
}
.indexContent .centerContent > p {
    font-size: 20px !important;
    margin: 8px auto 20px !important;
}
.indexContent .centerContent .fourDiv {
    zoom: 0.92 !important;
    margin-top: 20px !important;
}
.threeDiv {
    zoom: 0.92 !important;
}
.threeDiv .threeDivItem {
    padding: 30px 30px !important;
}
.threeDiv .threeDivItem div h3 {
    font-size: 20px !important;
}
}
@media screen and (max-width: 1500px) {
.indexContent {
    height: 100vh;
}
.indexContent .centerContent .tabDivBox {
    margin-top: 10px !important;
    zoom: 0.7 !important;
}
.indexContent .centerContent h3 {
    font-size: 32px !important;
}
.indexContent .centerContent > p {
    font-size: 16px !important;
    margin: 8px auto 20px !important;
}
.indexContent .centerContent .fourDiv {
    zoom: 0.85 !important;
    margin-top: 20px !important;
}
.indexContentCenter .centerLeft img {
    height: 80px !important;
}
.indexContentCenter .centerLeft ul {
    font-size: 20px !important;
    line-height: 38px !important;
}
.indexContentCenter .centerLeft .clickBtn {
    margin: 30px auto 0 !important;
}
.indexContentCenter .centerLeft .clickBtn div {
    line-height: 40px !important;
    font-size: 14px !important;
}
.threeDiv {
    zoom: 0.85 !important;
}
.threeDiv .threeDivItem {
    padding: 30px 30px !important;
}
.threeDiv .threeDivItem div h3 {
    font-size: 20px !important;
}
}

.buttonPageLog .el-dialog__body {
  padding: 8px 20px 20px !important;
}

