* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

.mobile {
  /* display: none; */
  width: 100%;
  height: 100%;
  /* background: url('../img/wx.png') center no-repeat; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pc {
  /* display: none; */
  width: 100%;
  height: 100%;
  position: relative;
}

.pc-content {
  width: 441px;
  height: 405px;
  /* border: 1px solid blue; */
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* transform: translate(-50%, -50%); */
  color: #5d5d5d;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(12, 12, 12, 0.02);
  border-radius: 5px;
  transform: scale(1.5);
}

.pc-content__title {
  margin-top: 56px;
  font-size: 16px;
  font-weight: bold;
}

.pc-content__subtitle {
  margin-top: 20px;
  font-size: 14px;
}

.pc-content__qrcode {
  margin: 4px 0;
}

.pc-content__please {
  font-size: 14px;
}

.pc-content__copy {
  /* visibility: hidden; */
  margin-top: 20px;
  font-size: 14px;
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
}

.pc-content__copy--left p {
  line-height: 1.5;
}

.pc-content__copy--btn {
  width: 64px;
  height: 28px;
  border: 1px solid #90aaf7;
  border-radius: 4px;
  color: #90aaf7;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  margin-left: 30px;
}

.pc-content__copy--btn:hover {
  cursor: pointer;
  opacity: 0.9;
}
/*                                 mode c                                               */
.pc-content-c,.pc-content-b{
    width: 785px;
    height: 444px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #5d5d5d;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    background-size: cover;
    transform: scale(1.2);
}
.pc-content-b{
    background: url('https://cowork-storage-public-cdn.lx.netease.com/common/2022/03/31/3db9a6f886f64f97aafa66972e7a662c.png');
    background-size: cover;
}
.pc-content-c{
    background: url('https://cowork-storage-public-cdn.lx.netease.com/common/2022/03/31/02f33f1f14c242469aa32ca40dd0899c.png');
    background-size: cover;
}
[class^='pc-content-'] .link{
    position: absolute;
    color: #bfc0c7;
    left: 350px;
    bottom: 66px;
    font-size: 12px !important;
}
[class^='pc-content-'] .pc-content__copy--btn{
    position: absolute;
    color: aliceblue;
    width: 100px;
    height: 30px;
    right: 77px;
    bottom: 70px;
    border: 0;
}
[class^='pc-content-'] .pc-content__copy--btn:active{
    background-color: rgba(12, 12, 12, 0.2);
}
[class^='pc-content-'] .pc-content__qrcode{
   position: absolute;
   left: 72px;
    top: 140px;
    border-radius: 4px;
}
.pc-content__text{
    color: #f1d3ac;
    font-size: 22px;
    position: absolute;
    top: 195px;
    left: 350px;
}
.pc-content__text span:nth-of-type(1){
    font-size: 28px;
    font-weight: 500;
    margin-right: 3px;
}
.pc-content__text1{
    position: absolute;
    top: 240px;
    left: 350px;
    font-family: 14px;
    color: aliceblue;
}
/* 名片 */
.container {
    position: relative;
    left: 50%;
    transform: translateX(-50%); 
    width: 94vw;
    height: 144vw;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #eceaea;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #5d5d5d;
    font-size: 4.2667vw;
  }
  .card-lx {
    width: 14.4vw;
    height: 14.4vw;
    margin-top: 10.6667vw;
  }
  .card-title {
    /* font-size: 2.1333vw; */
    margin: 2vw 0;
  }
  .card-company {
    color: #ffa55f;
  }
  .card-box {
    width: 69.8667vw;
    height: 77.8667vw;
    background-color: #fbfbfb;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 13vw;
    padding: 10.1vw 0 6vw 0;
  }
  .card-box p {
    width: 27vw;
    font-size: 3.7333vw;
    text-align: justify;
    height: 4.7333vw;
  }
  .card-box p span {
    display: inline-block;
    padding-left: 100%;
  } 
  .card-box__qrcode {
    margin-top: 6.666vw;
    width: 45.8667vw;
    height: 45.8667vw;
  }
  .tle {
    width: 100%;
    color: #5d5d5d;
    text-align: center;
    margin-top: 20px;
  }

/* 名片模板 */
#card{
    height: 100%;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-a{
    padding-top: 50px;
    background-repeat: no-repeat;
}
.card-b{
    width: 100%;
    height: 160vw;
    background: url('https://cowork-storage-public-cdn.lx.netease.com/common/2022/03/31/719d93741c02411ab30c74749d45f983.png') no-repeat  center;
    background-size: cover;
    position: relative;
}
.card-b img,.card-c img{
    width: 160px;
    height: 160px;
    border-radius: 4px;
    position: absolute;
    top: 90vw;
    left: 0;
    right: 0;
    margin: auto;
}
.card-c{
    width: 100%;
    height: 160vw;
    background: url('https://cowork-storage-public-cdn.lx.netease.com/common/2022/03/31/5642e21f018a451b9f08487219ce0740.png') no-repeat  center;
    background-size: cover;
    position: relative;
}
.card-c__text{
    color: #f1d3ac;
    font-size: 22px;
    position: absolute;
    top: 66vw;
    margin: auto;
    text-align: center;
    width: 100%;
}
.card-c__text span:nth-of-type(1){
    font-size: 28px;
    font-weight: 500;
    margin-right: 3px;
}
.card-c__text1{
    position: absolute;
    top:77vw;
    text-align: center;
    width: 100%;
    font-family: 14px;
    color: #f1d3ac;
}