/* 针对PC */
@media (min-width: 600px) {
  .share-box {
    width: 375px;
    /* height: ; */
    background-color: #121212;
    position: fixed;
    top: 5vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 33333;
    touch-action: none;
    box-sizing: border-box;
    display: none;
    /* height: 820px; */
    border: 1px solid #fff;
  }
  .share-title-text {
    color: #fff;
    padding: 0 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .share-box .share-cha {
    float: right;
    width: 25px;
    height: 25px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    margin-top: 5px;
    z-index: 99999;
    transform: translateY(-41px);
    cursor: pointer;
  }
  .share-box .share-box-img {
    margin-top: 40px;
    height: 80%;
    border-bottom: 1px solid #242424;
    padding: 30px;
    padding-bottom: 20px;
    padding-top: 0px;
    /* background: url(../assets/share-bg.png) no-repeat;
        background-size: 100% 100%; */
  }
  .share-box .share-box-img .share-content {
    width: 100%;
    height: 100%;
    background: url(../assets/share-bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .sh-c-top {
    width: 100%;
    height: 73%;
    /* display: flow-root; */
    padding-top: 1px;
  }
  .sh-c-top .sct-img {
    width: 75%;
    margin: 0 auto;
    margin-top: 44px;
  }
  .sh-c-top .sct-text {
    color: #000;
    padding: 0 20px;
    margin-top: 10px;
  }
  .sh-c-top .sct-text .sct-text-title {
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sh-c-top .sct-text .sct-text-tag > div {
    display: inline-block;
  }
  .sct-text-tag .scttt-icon .icon {
    color: #979ca6;
    font-size: 14px;
  }
  .sct-text-tag .scttt-date {
    color: #979ca6;
    font-size: 12px;
  }
  .share-box .sh-c-bot {
    color: #000;
    margin-top: 20px;
    height: 167px;
  }
  .sh-c-bot .sh-c-bot-text {
    text-align: center;
  }
  /* #fxqqbtn,
  #fxwbbtn {
    display: none;
  } */
  .shcbt-bot {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shcbt-bot span {
    display: inline-block;
  }
  .shcbt-bot .douhao-cion {
    width: 20px;
    height: 20px;
  }
  .shcbt-bot-title {
    font-size: 25px;
    margin: 0 10px;
    font-weight: 600;
    color: #e86a16;
  }
  .dou-c-zuo {
    background: url(../assets/yinghao-zuo.png) no-repeat;
    background-size: 100%;
  }
  .dou-c-you {
    background: url(../assets/yinghao-you.png) no-repeat;
    background-size: 100%;
  }
  .sh-c-bot-code {
    display: flex;
    margin-top: 36px;
    padding-left: 20px;
  }
  .sh-c-bot-code .shcbc-code {
    width: 60px;
  }
  .sh-c-bot-code .shcbc-code img {
    width: 100%;
  }
  .sh-c-bot-code .shcbc-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 10px;
    margin-left: 10px;
  }

  .share-box .share-box-img img {
    border-radius: 10px;
  }
  .share-box .share-box-item {
    height: calc(20% - 60px);
    background-color: #000000;
    display: flex;
    padding: 20px 20px;
    color: #fff;
    padding-top: 0;
  }
  .share-box .share-box-item-text {
    width: 20%;
  }
  .share-box .share-box-item-text div:nth-of-type(1) {
    font-size: 18px;
  }
  .share-box .share-box-item-text div:nth-of-type(2) {
    font-size: 12px;
  }
  .sbii-icon-text {
    text-align: center;
    font-size: 8px;
    margin-top: 5px;
  }

  .share-box-item-icon {
    width: 80%;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    justify-content: flex-end;
    padding-top: 15px;
  }
  .share-box-item-icon .share-box-icon-list {
    width: 40px;
    /* height: 40px; */
    margin-right: 20px;
    cursor: pointer;
  }
  .share-box-item-icon .share-box-icon-list .sbi-list {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .share-box-icon-list .sbi-list img {
    width: 100%;
    height: 100%;
  }
  .sh-c-bot-init {
    opacity: 0;
  }
  #container1 {
    background-color: #000;
    width: 100%; 
  }
}
/* 针对手机 ------------------------------------------------------------------------------*/
@media (max-width: 600px) {
  .share-box {
    width: 100%;
    height: 100vh;
    background-color: #121212;
    position: fixed;
    top: 0;
    /* left: 0; */
    z-index: 33333;
    touch-action: none;
    box-sizing: border-box;
    display: none;
  }
  .share-box .share-cha {
    float: right;
    width: 25px;
    height: 25px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    margin-top: 5px;
    z-index: 99999;
    transform: translateY(-41px);
  }
  .share-box .share-box-img {
    margin-top: 40px;
    height: 80%;
    border-bottom: 1px solid #242424;
    padding: 30px;
    padding-bottom: 20px;
    padding-top: 0px;
    /* background: url(../assets/share-bg.png) no-repeat;
        background-size: 100% 100%; */
  }
  .share-box .share-box-img .share-content {
    width: 100%;
    height: 100%;
    background: url(../assets/share-bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .sh-c-top {
    width: 100%;
    height: 73%;
    /* display: flow-root; */
    padding-top: 1px;
  }
  .sh-c-top .sct-img {
    width: 30vh;
    margin: 0 auto;
    margin-top: 44px;
  }
  .sh-c-top .sct-text {
    color: #000;
    padding: 0 20px;
    margin-top: 10px;
  }
  .sh-c-top .sct-text .sct-text-title {
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .share-title-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 30px;
  }
  .sh-c-top .sct-text .sct-text-tag > div {
    display: inline-block;
  }
  .sct-text-tag .scttt-icon .icon {
    color: #979ca6;
    font-size: 14px;
  }
  .sct-text-tag .scttt-date {
    color: #979ca6;
    font-size: 12px;
  }
  .share-box .sh-c-bot {
    color: #000;
    margin-top: 20px;
  }
  .sh-c-bot .sh-c-bot-text {
    text-align: center;
  }
  .shcbt-bot {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shcbt-bot span {
    display: inline-block;
  }
  .shcbt-bot .douhao-cion {
    width: 20px;
    height: 20px;
  }
  .shcbt-bot-title {
    font-size: 25px;
    margin: 0 10px;
    font-weight: 600;
    color: #e86a16;
  }
  .dou-c-zuo {
    background: url(../assets/yinghao-zuo.png) no-repeat;
    background-size: 100%;
  }
  .dou-c-you {
    background: url(../assets/yinghao-you.png) no-repeat;
    background-size: 100%;
  }
  .sh-c-bot-code {
    display: flex;
    margin-top: 2vh;
    padding-left: 20px;
  }
  .sh-c-bot-code .shcbc-code {
    width: 40px;
  }
  .sh-c-bot-code .shcbc-code img {
    width: 100%;
  }
  .sh-c-bot-code .shcbc-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 10px;
    margin-left: 10px;
  }

  
  .share-box .share-box-img img {
    border-radius: 10px;
  }
  .share-box .share-box-item {
    height: calc(20% - 60px);
    background-color: #000000;
    display: flex;
    padding: 0px 30px;
  }
  .share-box .share-box-item-text {
    width: 20%;
  }
  .share-box .share-box-item-text div:nth-of-type(1) {
    font-size: 18px;
  }
  .share-box .share-box-item-text div:nth-of-type(2) {
    font-size: 12px;
  }
  .sbii-icon-text {
    text-align: center;
    font-size: 8px;
    margin-top: 5px;
  }

  .share-box-item-icon {
    width: 80%;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    justify-content: flex-end;
    padding-top: 5px;
  }
  .share-box-item-icon .share-box-icon-list {
    width: 40px;
    /* height: 40px; */
    margin-right: 20px;
  }
  .share-box-item-icon .share-box-icon-list .sbi-list {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .share-box-icon-list .sbi-list img {
    width: 100%;
    height: 100%;
  }
  .sh-c-bot-init {
    opacity: 0;
  }
  #container1 {
    background-color: #000;
    width: 100%; 
    height: 100%
  }
}
