
.weixin {
    font-size: 44px;
    color: #aaa;
    justify-content: center;
    text-align: center;

    cursor: pointer;
}
.weixin {
    position: relative;
}

.weixin:hover .imgCode {
    display: block;
}

.imgCode {
    display: none;
    position: absolute;
    top: -57px;
    left: 118px;
    width: 180px;
    height: 204px;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 10px #aaa;
    box-shadow: 0 2px 10px #aaa;
    text-align: center;
    background-color: #fff;
    z-index: 99;
}

.weixin .imgCode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
    margin-bottom: 5px;
}

.weixin .imgCode .qrcode {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.weixin .imgCode .qrcode canvas {
    margin-top: 10px;
}

.weixin .imgCode .help {
    margin-top: 20px;
    padding: 0 15px;
}
.textList p {
    font-size: 18px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #212121;

    line-height: 2.2;
    margin-bottom: 15px;
}

.textList p img {
    max-width: 100%;
}

.shares p {
    width: 90px;
    text-align: center;
    font-size: 20px;
    color: #8d8d8d;
    font-weight: 700;
}

.qrcode img {
    width: 108px !important;
    height: 108px !important;
}

.help p {
    text-indent: 0;
    padding: 0;
    line-height: normal;
}

.content {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    
}

.content .left {
    width: 864px;
    border-radius: 0px 0px 0px 0px;
    position: relative;
}

.content .left .artcleinfo {
       width: 100%;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background:#FFF;
      padding: 0 32px;
    box-sizing: border-box;
}

.content .left .artcleinfo .title {
    width: 100%;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 700;
    font-size: 40px;
    color: #2C3E51;
    line-height: 44px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 110px;
    box-sizing: border-box;
    margin-bottom: 24px;
    padding-top: 32px;
}

.content .left .share {
    position: absolute;
    width: 120px;
    height: 454px;
    background: rgba(13, 110, 252, 0.1);
    border-radius: 0px 0px 0px 0px;
    left: -120px;
    top: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.content .left .share span {
    margin-top: 28px;
    margin-bottom: 24px;
    height: 30px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content .left .share img {
    width: 56px;
    height: 56px;
    margin-bottom: 40px;
}

.content .left .infobox {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.content .left .infobox .info {
    height: 22px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content .left .infobox .info span:first-child {
    margin-right: 20px;
}

.content .left .infobox .size {
    display: flex;
    align-items: center;
}

.content .left .infobox .size img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.content .left .artcleinfo {
    width: 100%;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content .left .artcleinfo img,
.content .left .artcleinfo video {
    max-width: 100%;
}

.content .left .change {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .left .change .prev,
.content .left .change .next {
    width: 420px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    line-height: 64px;
}

.content .left .change span {
    color: #999999;
    margin-right: 5px;
}

.content .right {
    width: 400px;
    border-radius: 0px 0px 0px 0px;
        background:#FFF;
}
.content .infobox + .artcleinfo {
  /* ç›´æŽ¥å†™æ ·å¼ï¼Œä¸éœ€è¦åŠ ç±»å */
    padding-top:32px;
    margin-top: 40px;
    padding: 0;
    padding-bottom:30px;
}