

.cla{
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}
.claView{
    width: 100%;
  /*width: 80vw;*/
  /* margin-left: calc(50vw - 570px); */
  display: flex;
  flex-direction: row;
}
.calculators{
  width: 33%;
  display: flex;
  flex-direction: column;

}
.caTitle{
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  line-height: 42px;
  padding-left: 10px;
}
.caRectangle{
  width: 5px;
  height: 30px;
}
.caList{
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.caItem{
  display: flex;
  flex-direction: row;
}
.caSec{
  cursor: pointer;
  background: #EAEAEA;
  border-radius: 15px;
  color: #878787;
  width: 150px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
}
.caSecIcon{
  margin-top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #878787;
}
.caSecImg{
  background-image: url("/template/default/images/change.png");
  background-size: 100% 100%;
  height: 30px;
  width: 30px;
  margin-left: 9px;
  margin-right: 9px;
}
.caInput{
  height: 30px;
  width: 250px;
  border-radius: 15px;
  font-size: 16px;
  line-height: 30px;
  background: none;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #FF6F00;
  font-weight: 100;
  text-align: right;
}
.caInput:focus{
  border: 1px solid #FF6F00;
}
.caInput::placeholder {
  font-size: 16px;
  font-weight: 100;
  color: #878787;
  line-height: 30px;
}
.caBtn{
  width: 170px;
  height: 35px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}
.caBtnText{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
}















.tableView{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tvList{
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
  max-height: 50px !important;
  border-radius: 5px;
}
.tvHead{
}
.tvItem{
  height: 50px;
  width: 90px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tvLview{
  background-color: #fff;
}
.tvMain{
  width: 35%;
}
.tbBox{
  width: 14%;
}
.tbBox2{
  width: 9%;
}
.tvTitle{
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.tvH3{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.tvqi{
  height: 39px;
  width: 39px;
}
.tvjt{
  width: 23px;
  height: 15px;
}
.tvItemText{
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
.tvVip{
  height: 16px;
  width: 16px;
}
.tvYellow{
  background: #FFFDF6;
}
.tvWhite{
  background: #fff;
}

.img-left,.img-middle,.img-right{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
  text-align: left;
}

.img-left,.img-right{
  width: 42.5%;
}

.img-middle{
  width: 11%;
}




@media screen and (max-width: 1140px) {
    .tvH3{
    font-size: 14px !important;
    font-weight: 500;
    color: #000000;
  }
  .img-left,.img-middle,.img-right{
    text-align: center;
  }
  .img-left,.img-right{
    width: 40%;
  }
  .img-middle{
    width: 10%;
  }
  .claView{
    flex-direction: column !important;
    width: 94vw;
    margin-left: unset !important;
  }
  .calculators{
    width: 100% !important;
  }
  .tableView{
    width: 100% !important;
    margin-top: 30px;
  }
  .tvqi{
    display: none !important;
  }
  .tvjt{
    display: none !important;
  }
  .tvItemType{
    display: none !important;
  }
  .tbBox{
    width: 17.5%;
    margin: 0 auto;
  }
  .tbBox-vip{
    width: 35% !important;
    position: relative;
    top: 0;
  }
  .tvBgVip{
    display: unset !important;
    position: absolute;
    right: 0;
    height: 50px;
    width: 50px;
  }

  .tvjt-text{
    display: unset !important;
  }
  .tvBgfVip{
    display: unset !important;
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
  }
}
.tvBgfVip{
  display: none;
}
.tvjt-text{
  display: none;
}
.tvBgVip{
  display: none;
}
.tbBox-vip{
  width: 14%;
}
.tvVipText{
  margin: 0 auto;
}




#leftSelectText{
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#rightSelectText{
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#calcSellFee{
  cursor: not-allowed;
}
#calcBuyFee{
  cursor: not-allowed;
}






