#introduceBox {
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fafafa;
}

.bannerBox {
  position: relative;
}
.bannerBox .banner{
  width: 100%;
}
.bannerBox .positionBanner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.positionBanner .bannerP {
    color: #fff;
    text-align: center;
    font-size: .5rem;
    font-weight: bold;
}
.bannerP:nth-of-type(1) {
    margin-top: .84rem;
    margin-bottom: .1rem;
}
.bannerDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: .6rem;
}
.bannerDiv p {
    margin-right: 50px;
}
.bannerDiv p span{
    display: block;
    font-size: .32rem;
    text-align: center;
}
.bannerDiv p em{
    font-style: normal;
    display: block;
    font-size: .22rem;
    text-align: center;
}
.priceBox {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  margin-top: 50px;
}

.priceBox .everyBox {
  flex: 1;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.priceBox .everyBox img {
  margin-bottom: 22px;
}

.priceBox .everyBox p:nth-of-type(1) {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.priceBox .everyBox p:nth-of-type(2) {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.askPriceBox {
  text-align: center;
  margin-top: 15px;
}

.askPriceBox button {
  width: 200px;
  height: 50px;
  background: #32a0ec;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  border: none;
  box-shadow:0px 2px 5px #ccc;
}

.askPriceBox button a, .askPriceBox button span {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.askPriceBox button:hover {
  background: #4ab4ff;
}

.serverBox {
  padding: 0 60px;
  margin-top: 75px;
  margin-bottom: 30px;
}

.serverBox .title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.serverBox .everyBox {
  display: flex;
  justify-content: space-between;
}

.serverBox .everyBox div {
  flex: 1;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

.serverBox .everyBox div:nth-last-child(1) {
  margin-right: 0;
}

.serverBox .everyBox div img {
  width: 100%;
  display: block;
}

.activeServer {
  background: rgba(39, 121, 169, .5) !important;
}
.serverBox .everyBox .clickDiv {
  position: relative;
}
.serverBox .everyBox .clickDiv .clickMark {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.4);
}
.activeMark {
  display: none;
}

.serverBox .everyBox div p {
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  z-index: 2;
}

.serverBox .switchBox {
  background: #fff;
  display: none;
  box-shadow:0px 2px 5px #ccc;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.serverBox .switchBox .desc {
  margin-bottom: 16px;
  line-height: 24px;
  font-size: 14px;
}


.serverBox .switchBox .flexSwitch {
  display: flex;
}

.serverBox .switchBox .flexSwitch .flexLeft {
  width: 34%;
  min-width: 34%;
  border-right: 1px solid #ddecff;
  padding: 20px;
}

.flexSwitch .flexLeft p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}

.flexSwitch .flexLeft img {
  width: 100%;
}

.serverBox .switchBox .flexSwitch .flexRight {
  flex: 1;
  padding: 20px;
}
.flexSwitch .flexRight .imgDesc {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.flexSwitch .flexRight .rightTit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.btn1 {
  padding: 0 16px;
  height: 28px;
  border-radius: 6px;
  background-color: white;
  border: 1px solid #0089e9;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  line-height: 28px;
  margin-bottom: 20px;
  margin-right: 15px;
}

.btn1, .btn1 a {
  color: #0089e9;
  text-decoration: none;
}

.btn1:hover {
  color: white;
  background-color: #0089e9;
}

.btn1:hover a {
  color: white;
}

.joinBox {
  margin-top: 75px;
}

.joinBox .title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.joinBox .desc {
  text-align: center;
  margin-bottom: 5px;
}

.joinBox .joinStep {
  width: 67%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.joinBox .joinStep .everyBox {
  flex: 1;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.joinStep .everyBox img {
  margin-bottom: 22px;
}

.joinStep .everyBox p:nth-of-type(1) {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.joinStep .everyBox p:nth-of-type(2) {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.askJoin {
  margin-bottom: 75px;
  margin-top: 40px;
}

    
   
    
    



