.curr-exg[data-v-2e2081bc] {
  height: 83vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0,0,0,0.65);
}
.main[data-v-2e2081bc] {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px 4px rgba(69,100,206,0.06);
          box-shadow: 0px 4px 8px 4px rgba(69,100,206,0.06);
  padding: 0 2vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main .steps[data-v-2e2081bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100px;
  padding: 0 20px;
}
.main .title[data-v-2e2081bc] {
  line-height: 50px;
  font-weight: bold;
}
.main .title span[data-v-2e2081bc] {
  border-left: #4871ff 2px solid;
  padding-left: 10px;
}
.result[data-v-2e2081bc] {
  position: relative;
}
.result .res-main[data-v-2e2081bc] {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.result .res-main .ok[data-v-2e2081bc] {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.result .res-main .opt-ok[data-v-2e2081bc] {
  font-weight: bold;
  text-align: center;
  margin: 100px 0 30px;
}
.result .res-main .exc-from[data-v-2e2081bc],
.result .res-main .exc-to[data-v-2e2081bc] {
  margin: 20px 0;
  color: rgba(0,0,0,0.85);
}
.result .res-main .exc-from p[data-v-2e2081bc],
.result .res-main .exc-to p[data-v-2e2081bc] {
  font-size: 14px;
}
.result .res-main .exc-from p .colon[data-v-2e2081bc],
.result .res-main .exc-to p .colon[data-v-2e2081bc] {
  margin: 0 4px;
}
.result .res-main .exc-from p .name[data-v-2e2081bc],
.result .res-main .exc-to p .name[data-v-2e2081bc] {
  color: rgba(0,0,0,0.45);
}
.but-ofs[data-v-2e2081bc] {
  margin-left: 2vw;
}
.side[data-v-2e2081bc] {
  height: 100%;
  width: 20vw;
  margin-left: 30px;
  background-color: #fff;
  border-radius: 8px;
}
.side .title[data-v-2e2081bc] {
  font-weight: bold;
  color: rgba(0,0,0,0.85);
  line-height: 60px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
  font-size: 20px;
}
.side ul[data-v-2e2081bc] {
  font-size: 14px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.side ul li[data-v-2e2081bc] {
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side ul li .country span[data-v-2e2081bc] {
  margin-left: 20px;
}

