.crumbs-wrap {
    width: 100%;
    min-width: 1200px;
    background: #F2F3F5;
    box-shadow: 0px 2px 12px 0px rgba(204, 204, 204, 0.2);
}
.crumbs {
    width: 1200px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
}
.crumbs a {
    margin: 10px;
}
.crumbs a:first-child {
    margin-left: 0;
}
.contains {
    width: 842px;
    margin: 70px auto 80px;
    background: #FFFFFF;
    position: relative;
}
.contains .title {
    font-size: 32px;
    font-weight: bold;
    color: #212121;
    width: 734px;
    text-align: center;
    margin: 0 auto;
}
.contains .sub-title {
    font-size: 18px;
    color: #666666;
    width: 734px;
    text-align: center;
    margin: 20px auto 0;
}
.contains .info {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
}
.contains .info .split-line {
    margin: 10px;
}
.contains .info .time {
    margin-left: 30px;
}
.contains .line {
    width: 842px;
    height: 1px;
    background: #EFEFEF;
    clear: both;
}
.contains .content {
    font-size: 16px;
    color: #212121;
    line-height: 30px;
    text-align: justify;
    padding-top: 40px;
    padding-bottom: 60px;
}
.contains .content img {
    margin-top: 10px;
    max-width: 100%;
}
.contains .content video {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}

.contains .content video img {
    width: 100%;
    height: 400px;
}
.contains .btn-wrap {
    text-align: center;
}
.contains .btn-wrap .btn {
    width: 154px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #E5191A;
    border: 1px solid #E5191A;
    font-size: 20px;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 60px;
}
.contains .more {
    margin-top: 60px;
    font-size: 14px;
    color: #999999;
}
.contains .more a {
    display: block;
    margin-bottom: 20px;
}
.contains .more a:last-child {
    margin-bottom: 0;
}
.contains .more a:hover {
    color: #E5191A;
}
.share {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 498px;
    transform: translate(0, -50%);
    z-index: 888;
}
.share .item {
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
}
.share .item.back-top2 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: #E5191A;
    border-radius: 50%;
    cursor: pointer;
}
.share .item:last-child {
    margin-bottom: 0;
}
.share .item img {
    width: 100%;
    height: 100%;
}
.share .item.back-top2 img {
    width: 26px;
    height: 26px;
}
.share .item img.moren,
.share .item:hover img.active {
    display: block;
}
.share .item:hover img.moren,
.share .item img.active {
    display: none;
}
.wechat-qrcode {
    position: absolute;
    top: -60px;
    right: 60px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgb(204 204 204 / 40%);
    display: none;
    transition: all .3s;
    opacity: 0;
    transform: translateX(20px);
}
.wechat-qrcode.active {
    opacity: 1;
    transform: translateX(0);
}
.wechat-qrcode #qrcode {
    width: 120px;
    height: 120px;
}
.wechat-qrcode .text {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
}