﻿
.bossgoo-index-choose19{
  margin-bottom: 100px;
}

.bossgoo-index-choose19 .choosebar {
  display: flex;
}

.bossgoo-index-choose19 .choosebar .left {
  width: 50%;
}

.bossgoo-index-choose19 .choosebar .left .videobox {
  width: 100%;
  height: 0;
  padding-bottom: 72.71%;
  position: relative;
}

.bossgoo-index-choose19 .choosebar .left .videobox .innerbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-choose19 .choosebar .left .videobox .innerbox video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-choose19 .choosebar .right {
  margin-top: 80px;
  width: 50%;
  background: #232323;
  border-radius: 0 0 0 6px;
}

.bossgoo-index-choose19 .choosebar .right .textbox {
  width: 100%;
  height: 0;
  padding-bottom: 72.71%;
  position: relative;

  overflow-y: auto;
}

.bossgoo-index-choose19 .choosebar .right .textbox .innerbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-top: 60px;
}

.bossgoo-index-choose19 .choosebar .right .textbox .innerbox .first-title {
  text-align: left;
  color: #fff;
}

.bossgoo-index-choose19 .choosebar .right .textbox .innerbox .donateline {
  width: 42px;
  height: 4px;
  background: #fff;
  position: relative;
  margin-bottom: 40px;
}

.bossgoo-index-choose19 .choosebar .right .textbox .innerbox .donateline:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 2px solid #232323;
  border-bottom: 2px solid #232323;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
}

.bossgoo-index-choose19 .choosebar .right .textbox .innerbox .donateline:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 2px solid #232323;
  border-bottom: 2px solid #232323;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
}

.bossgoo-index-choose19 .choosebar .right .textbox .innerbox .des {
  font-size: 18px;
  color: var(--themeColor);
  margin-bottom: 10px;
}

.bossgoo-index-choose19 .choosebar .right .textbox .innerbox ul {
  width: 100%;
}

.bossgoo-index-choose19 .choosebar .right .textbox .innerbox ul li {
  width: 70%;
  display: flex;
  margin-bottom: 20px;
}

.bossgoo-index-choose19 .choosebar .right .textbox .innerbox ul li .subtitle {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.bossgoo-index-choose19 .choosebar .right .textbox .innerbox ul li .subdes {
  color: #fff;
  font-size: 18px;
}

.bossgoo-index-choose19 .choosebar .right .textbox .innerbox ul li span.iconfont {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: var(--themeColor);
  margin-right: 20px;
}

.bossgoo-index-choose19 .choosebar .right .textbox .innerbox ul li .text {
  width: calc(100% - 100%);
  flex: 1;
}

.bossgoo-index-choose19 .choosebar .right .textbox .innerbox ul .icon-ictel {
  font-size: 48px !important;
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-choose19 .choosebar {
    flex-direction: column;
  }
  .bossgoo-index-choose19 .choosebar .left {
    width: 100%;
  }
  .bossgoo-index-choose19 .choosebar .right {
    width: 100%;
    margin-top: 0;
  }
  .bossgoo-index-choose19 .choosebar .right .textbox {
    padding-bottom: 0;
    height: auto;
  }
  .bossgoo-index-choose19 .choosebar .right .textbox .innerbox {
    position: static;
  }
  .bossgoo-index-choose19 .choosebar .right .textbox .innerbox .first-title {
    text-align: center;
    margin-top: 30px;
  }
  .bossgoo-index-choose19 .choosebar .right {
    border-radius: 0;
  }

  .bossgoo-index-choose19{
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-choose19 .choosebar .right .textbox .innerbox {
    padding: 0 .2rem;
  }
  .bossgoo-index-choose19 .choosebar .right .textbox .innerbox .des {
    font-size: .24rem;
    text-align: center;
    margin-bottom: .6rem;
  }
  .bossgoo-index-choose19 .choosebar .right .textbox .innerbox .donateline {
    display: none;
  }
  .bossgoo-index-choose19 .choosebar .right .textbox .innerbox ul li .subtitle {
    font-size: .36rem;
    margin-bottom: .2rem;
    line-height: 1.4;
  }
  .bossgoo-index-choose19 .choosebar .right .textbox .innerbox ul li .subdes {
    font-size: .28rem;
    line-height: 1.4;
  }
  .bossgoo-index-choose19 .choosebar .right .textbox .innerbox ul li {
    width: 100%;
  }
  .bossgoo-index-choose19 .choosebar .right .textbox .innerbox ul li span.iconfont {
    width: 1.2rem;
    height: 1.2rem;
    font-size: .96rem;
    margin-right: .4rem;
  }
}