.ellipsis {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*------------------------------------------------
main
------------------------------------------------*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.wrapper {
  width: 100%;
  height: 100%;
}
.wrapper *,
.wrapper *:before,
.wrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainFull {
  min-height: 100%;
  margin: 0 auto;
  background: url("/images/img_goldPrice/bg.jpg") no-repeat center;
  background-size: cover;
  /* 底部定位 */
}
@media (max-width: 767px) {
  .mainFull {
    padding: 0;
  }
}
.mainFull .banner {
  /*swiper*/
}
.mainFull .banner .swiperWrapper {
  position: relative;
  width: 100%;
}
.mainFull .banner .swiperWrapper .swiper-container:hover .swiper-button-prev,
.mainFull .banner .swiperWrapper .swiper-container:hover .swiper-button-next {
  opacity: 0;
}
.mainFull .banner .swiperWrapper .swiper-container .swiper-button-prev,
.mainFull .banner .swiperWrapper .swiper-container .swiper-button-next {
  top: 45%;
  z-index: 99;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  opacity: 0;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .mainFull .banner .swiperWrapper .swiper-container .swiper-button-prev,
  .mainFull .banner .swiperWrapper .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.mainFull .banner .swiperWrapper .swiper-container .swiper-button-prev {
  background: url("/images/img_index/prev.png") no-repeat center;
  background-size: 56px;
  left: 8px;
}
@media (max-width: 767px) {
  .mainFull .banner .swiperWrapper .swiper-container .swiper-button-prev {
    background-size: 30px;
  }
}
.mainFull .banner .swiperWrapper .swiper-container .swiper-button-next {
  background: url("/images/img_index/next.png") no-repeat center;
  background-size: 56px;
  right: 8px;
}
@media (max-width: 767px) {
  .mainFull .banner .swiperWrapper .swiper-container .swiper-button-next {
    background-size: 30px;
  }
}
@media (max-width: 767px) {
  .mainFull .banner .swiperWrapper .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .mainFull .banner .swiperWrapper .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 180px;
  }
}
.mainFull .banner .swiperWrapper .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
@media (max-width: 767px) {
  .mainFull .banner .swiperWrapper .swiper-container .swiper-wrapper .swiper-slide a img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.mainFull .banner .swiperWrapper .swiper-pagination {
  bottom: 0;
  width: 100%;
  line-height: 48px;
}
@media (max-width: 767px) {
  .mainFull .banner .swiperWrapper .swiper-pagination {
    line-height: 35px;
  }
}
.mainFull .banner .swiperWrapper .swiper-pagination span {
  width: 20px;
  height: 5px;
  border-radius: 5px;
  margin: 0 5px;
  background-color: rgba(131, 84, 33, 0.2);
  opacity: 1;
}
@media (max-width: 767px) {
  .mainFull .banner .swiperWrapper .swiper-pagination span {
    width: 18px;
    margin: 0 3px;
  }
}
.mainFull .banner .swiperWrapper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: rgba(131, 84, 33, 0.8);
}
.mainFull .goldContent {
  width: calc(100% - 40px);
  background: #fff;
  border-radius: 40px;
  padding: 45px 20px;
  margin: 48px auto 0;
}
@media (max-width: 991px) {
  .mainFull .goldContent {
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .mainFull .goldContent {
    width: 100%;
    border-radius: 0;
    padding: 25px 10px;
    margin: 0;
  }
}
.mainFull .goldContent .goldTitle {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.mainFull .goldContent .goldTitle img {
  max-height: 120px;
}
@media (max-width: 991px) {
  .mainFull .goldContent .goldTitle img {
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .mainFull .goldContent .goldTitle img {
    max-width: 200px;
  }
}
.mainFull .goldContent .goldTitle .goldTitle_text {
  line-height: 76px;
  font-size: 60px;
  font-weight: bold;
  color: #33160F;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .mainFull .goldContent .goldTitle .goldTitle_text {
    line-height: 64px;
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .mainFull .goldContent .goldTitle .goldTitle_text {
    line-height: 34px;
    font-size: 24px;
  }
}
.mainFull .goldContent .goldTable {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 2px;
}
@media (max-width: 767px) {
  .mainFull .goldContent .goldTable {
    margin-top: 15px;
    border-spacing: 2px;
  }
}
.mainFull .goldContent .goldTable.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.mainFull .goldContent .goldTable thead tr {
  height: 120px;
}
@media (max-width: 1079px) {
  .mainFull .goldContent .goldTable thead tr {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .mainFull .goldContent .goldTable thead tr {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .mainFull .goldContent .goldTable thead tr {
    height: 60px;
  }
}
.mainFull .goldContent .goldTable thead tr th {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  background: #33160F;
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
  vertical-align: middle;
  text-align: left;
  padding: 8px 10px;
}
@media (max-width: 1079px) {
  .mainFull .goldContent .goldTable thead tr th {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .mainFull .goldContent .goldTable thead tr th {
    font-size: 30px;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .mainFull .goldContent .goldTable thead tr th {
    font-size: 16px;
    border-radius: 8px 8px 0 0;
    padding: 8px 4px;
  }
}
.mainFull .goldContent .goldTable tbody tr {
  height: 120px;
}
@media (max-width: 1079px) {
  .mainFull .goldContent .goldTable tbody tr {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .mainFull .goldContent .goldTable tbody tr {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .mainFull .goldContent .goldTable tbody tr {
    height: 60px;
  }
}
.mainFull .goldContent .goldTable tbody tr td {
  font-size: 58px;
  font-weight: bold;
  color: #33160F;
  border-top: 0;
  vertical-align: middle;
  padding: 8px 10px;
}
.mainFull .goldContent .goldTable tbody tr td:first-child {
  font-size: 45px;
}
@media (max-width: 1079px) {
  .mainFull .goldContent .goldTable tbody tr td:first-child {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .mainFull .goldContent .goldTable tbody tr td:first-child {
    font-size: 30px;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .mainFull .goldContent .goldTable tbody tr td:first-child {
    font-size: 16px;
    padding: 8px 4px;
  }
}
@media (max-width: 1079px) {
  .mainFull .goldContent .goldTable tbody tr td {
    font-size: 53px;
  }
}
@media (max-width: 991px) {
  .mainFull .goldContent .goldTable tbody tr td {
    font-size: 39px;
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .mainFull .goldContent .goldTable tbody tr td {
    font-size: 20px;
    padding: 8px 4px;
  }
}
.mainFull .goldBottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  background: rgba(131, 84, 33, 0.2);
  padding: 0 15px;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .mainFull .goldBottom {
    height: 90px;
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .mainFull .goldBottom {
    height: 60px;
    margin-top: 70px;
  }
}
.mainFull .goldBottom .updateDate {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 991px) {
  .mainFull .goldBottom .updateDate {
    font-size: 22px;
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  .mainFull .goldBottom .updateDate {
    font-size: 14px;
    margin-top: -14px;
  }
}
.mainFull .goldBottom .tips {
  position: absolute;
  font-size: 19px;
  font-weight: normal;
  color: #fff;
  right: 6%;
  z-index: 8;
}
@media (max-width: 991px) {
  .mainFull .goldBottom .tips {
    font-size: 17px;
    right: auto;
    bottom: 11px;
  }
}
@media (max-width: 767px) {
  .mainFull .goldBottom .tips {
    font-size: 13px;
    bottom: 8px;
  }
}
.mainFull .pos_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
}
