/*
    作者:黄豪琦
    日期:2020-07-15 14:32
*/
/*期权交易*/
.main .row4 a {
  color: #4c2d82;
}
.qqjy .title-internal2 {
  margin: 40px 0;
}

.qqjy .big-btn-blue {
  background: #4c2d82;
  border-radius: 50px;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.combo-vertical {
  position: relative;
  height: 100px;
  width: 70px;
  margin: 0 auto;
}
.combo-vertical > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.combo-horz {
  position: relative;
  height: 100px;
  width: 100%;
}
.combo-horz > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-vertical {
  height: 100%;
  width: 4px;
  background: #4c2d82;
}

.line-horz {
  width: 100%;
  height: 4px;
  background: #4c2d82;
}

.triangle-down {
  width: 0;
  height: 0;
  border-top: #4c2d82 solid;
  border-right: transparent solid;
  border-left: transparent solid;
  border-width: 25px;
}
.triangle-left {
  width: 0;
  height: 0;
  border-left: transparent solid;
  border-right: #4c2d82 solid;
  border-top: transparent solid;
  border-bottom: transparent solid;
  border-width: 25px;
}
.triangle-right {
  width: 0;
  height: 0;
  border-right: transparent solid;
  border-top: transparent solid;
  border-left: #4c2d82 solid;
  border-bottom: transparent solid;
  border-width: 25px;
}

.acc-type {
  border: #4c2d82 1px solid;
  padding: 4px;
  height: 100px;
}
.acc-type > div {
  line-height: 90px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #4c2d82;
}
.combo-horz {
}

.row-2 {
  display: flex;
}
.row-2 > div {
  width: 24%;
}
.option {
  min-width: 200px;
  height: 200px;
  background:  center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
.row-2 .combo-horz {
  width: 14%;
}

.row3 {
  display: flex;
  justify-content: space-between;
}
.row3 .option {
  background: transparent;
  width: 24%;
  height: 100px;
}
.row4 {
  position: relative;
}
.row4 .i1 {
  background:  center center no-repeat;
  background-size: cover;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 110px;
}
.row4 .row4-left {
  width: 73%;
  margin: 0;
}
.row4 .row4-right {
  width: 24%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  padding: 20px 0;
}
.row4 .row4-right p {
  line-height: 4;
}
.row4 .row4-right .title {
  font-size: 20px;
  font-weight: bold;
}
.row4 .row4-right .h-btn-light {
  border-color: #4c2d82;
  margin: 0 auto;
}
/*.row4 .row4-right .h-btn-light {*/
/*    color: #4c2d82;*/
/*}*/
.row4 .row4-left .i2 {
  padding: 10px 0;
}
.row4 .inline-sq {
  margin: 10px 0;
  font-size: 16px;
}
.mianze {
  width: 100%;
  padding: 60px 0;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.option .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.option > div {
  line-height: 2;
  padding: 5px;
}
.yspjieshao {
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}
.yspjieshao .yspcon {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  border: 1px dotted #4c2d82;
  font-size: 1.6rem;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 3rem;
}

@media (max-width: 768px) {
  .row4 .i1 {
    display: flex;
    height: 110px;
    align-items: center;
    line-height: 2;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .row4 .row4-right .h-btn-light {
    width: auto;
  }
  .row4 .row4-right p {
    padding: 0 0.5rem;
  }
  .row4 .row4-left {
    width: 55%;
  }
  .row4 .row4-right {
    height: unset;
    width: 40%;
  }
  .yspjieshao {
    padding: 0;
  }
}
