.calculator-index[data-v-03db52d1]{margin:0 auto;width:1260px;background:#1452b6;padding:30px}.calculator-index .calculator-index-header[data-v-03db52d1]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.calculator-index .calculator-index-header .back[data-v-03db52d1]{width:100px;cursor:pointer;font-size:18px}.calculator-index .calculator-index-header .title[data-v-03db52d1]{width:100%;text-align:center;font-size:26px;-webkit-transform:translateX(-50px);transform:translateX(-50px)}.calculator-index .content[data-v-03db52d1]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:1200px;height:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:40px;margin:0 auto}.calculator-index .content .calculator-item[data-v-03db52d1]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:280px;height:300px;margin:13px 0;cursor:pointer;background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(70%,#eef4fd),to(#eef4fd));background:linear-gradient(180deg,#fff 0,#eef4fd 70%,#eef4fd);background-color:#fff;border-radius:12px;-webkit-box-shadow:4px 4px 16px 4px hsla(0,0%,65.9%,.2);box-shadow:4px 4px 16px 4px hsla(0,0%,65.9%,.2)}.calculator-index .content .calculator-item .icon[data-v-03db52d1]{position:relative;width:100px;height:100px}.calculator-index .content .calculator-item .icon .box[data-v-03db52d1]{position:absolute;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100px;height:100px;background:#fff;border-radius:50%}.calculator-index .content .calculator-item .icon img[data-v-03db52d1]{position:absolute;width:60px;height:60px}.calculator-index .content .calculator-item .icon .shawdow[data-v-03db52d1]{position:absolute;top:29px;left:47px;z-index:0;width:100px;height:120px;background:-webkit-gradient(linear,left bottom,left top,from(#eef4fd),color-stop(80%,#eef4fd),to(transparent));background:linear-gradient(0deg,#eef4fd 0,#eef4fd 80%,transparent);-webkit-transform:rotate(130deg);transform:rotate(130deg)}.calculator-index .content .calculator-item .line[data-v-03db52d1]{width:20px;height:2px;margin:40px 0 15px;background-color:#3783ff}.calculator-index .content .calculator-item span[data-v-03db52d1]{position:relative;font-size:18px;color:#3d3d3d}.calculator-index .content .calculator-item[data-v-03db52d1]:hover{background:-webkit-gradient(linear,left top,left bottom,from(#6da4ff),color-stop(30%,#6da4ff),to(#2579ff));background:linear-gradient(180deg,#6da4ff 0,#6da4ff 30%,#2579ff);background-color:var(--primaryColor);-webkit-box-shadow:4px 4px 16px 4px rgba(109,164,255,.83);box-shadow:4px 4px 16px 4px rgba(109,164,255,.83)}.calculator-index .content .calculator-item:hover .icon .shawdow[data-v-03db52d1]{background:-webkit-gradient(linear,left bottom,left top,from(#478dff),color-stop(60%,#478dff),to(transparent));background:linear-gradient(0deg,#478dff 0,#478dff 60%,transparent)}.calculator-index .content .calculator-item:hover .line[data-v-03db52d1]{background-color:#fff}.calculator-index .content .calculator-item:hover span[data-v-03db52d1]{color:#fff}