body {
  /* background-image: linear-gradient(to top, #77349e, #431080); */
  /* background-color: #f0f0f0; */
  min-height: 100%;
  width: 100%;
  color: #333333;
  position: relative;
}

#main-body {
  width: 100%;
  min-height: 100%;
  background-image: url('../img/pc/pcBg1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
}

.main {
  position: relative;
}

.pc {
  min-width: 1140px;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  min-height: 1000px;
}

.pc .right img {
  width: 439px;
  height: auto;
  margin-top: 140px;
}

.pc .left .down {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 304px;
  margin-top: 327px;
}

.pc .btn2 {
  width: 324px;
  height: .82rem;
  font-size: .28rem;
  border-radius: 0.1rem;
  opacity: 0.7;
  font-family: PingFang SC;
  cursor: pointer;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(to right,#66997f, #aab2aa);
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn2image{
  width: 0.44rem;
}
.btnbackimage {
  width: 324px;
  height: auto;
}

.phone-bg {
  background-image: url('../img/yidong/phoneBg1.jpg') !important;
}

.pc select {
  background: transparent;
  border: none;
  color: #ffffff;
  margin-top: 65px;
  font-size: 20px;
  width: 100px;
  padding: 4px;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;

}

select::-ms-expand {
  display: none;
}

option {
  color: #333333;
}

.pc .drop img {
  width: 15px;
  height: 10px;
}

.phone {
  width: 7.5rem;

}

.phone select {
  background: transparent;
  border: none;
  color: #ffffff;
  margin-top: .67rem;
  font-size: .3rem;
  width: 1.6rem;
  margin-left: .38rem;
  padding: .1rem;
}

.phone img.drop {
  width: .15rem;
  height: .1rem;
}

.phone .container {
  text-align: center;
}

.phone .btns {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-top: .8rem;
  height: 2.3rem;
  justify-content: space-between;
}

.phone .btns img {
  width: 4.6rem;
  height: auto;
}

.phone .logo {
  width: 1.7rem;
  height: auto;
  margin-top: 1.33rem;
}

.phone .text {
  font-size: .3rem;
  color: #ffffff;
  margin-top: 1rem;
}

.phone .text p {
  margin-top: .2rem;
}


.bott{
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: .3rem;
}
.bott a{
  color: #eeeeee;
}

.bottphone{
  /* margin-top: .5rem; */
}