﻿.header {
    padding: .3rem 5% .5rem;
    background-color: #f5fdff
}

.header img {
    width: 90%
}

#vim {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

#carousel {
    width: 18rem;
    margin: 0 auto 1rem;
}

#carousel img {
    display: block;
    line-height: 0;
    width: 18rem;
}

.container {
    flex: 1;
    padding: 1rem .5rem;
    margin-bottom: 2rem;
    background-image: url(../image/indexswm/220929/bg.jpg);
    background-size: 100%;
    color: #5e5e5e;
}

.container-all {
    /* padding: 1rem; */
    box-sizing: border-box;
    width: 18rem;
    margin: 1rem auto;
}

.subtitle-flex {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.subtitle {
    padding-left: .5rem;
    border-left: .3rem solid #052c77;
    color: #052c77;
    font-size: .82rem;
    /* border-radius: 1px; */
    font-weight: bold;
    line-height: 1;
    margin: 0.2rem 0;
}

.shadowbox {
    box-shadow: 2px 2px 2px rgba(124, 29, 192, 0.7);
    border-radius: 4px;
}

.appcenter-container {
    /* background-color: #FFF; */
}

.appcenter-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.appcenter-wrapper2 {
    padding: 1.2rem 0 1rem;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    bottom: 1.5rem;
    border-radius: 4px;
}

.hide {
    width: 1.2rem;
    position: absolute;
    top: .5rem;
    right: .5rem;
}

.appcenter-inner {
    width: 33.33%;
    text-align: center;
    font-size: .75rem;
    margin-top: .9rem
}

.appcenter-inner img {
    height: 3rem;
    margin-bottom: .2rem
}

.wxgz-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .7rem 0;
    margin-top: 1rem;
    background-color: #FFF;
    font-size: .8rem;
    color:#fff;
}

.wxgz-container img {
    width: 1.5rem;
    margin-right: .5rem
}


.wxgz-container-flex {
    display: flex;
    justify-content: space-between;
    margin: 1rem auto;
    width: 18rem;
}

.wx-code {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.wx-code img {
    width: 30%;
}

.gzh span, .wx-code span {
    width: 60%;
    font-size: .7rem;
}

.product-container {
    margin-top: .5rem
}

.product-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .8rem;
}

.product-inner {
    width: 46%;
    text-align: center;
    margin-bottom: .5rem
}

.product-img {
    background: linear-gradient(to bottom, #ffffff, #e3e2e2);
    padding: .8rem 0;
    box-shadow: 3px 3px 5px #676666
    /* border-radius: 2px */
}

.product-img img {
    height: 4rem
}

.product-inner p {
    font-size: .75rem;
    margin-top: .5rem
}

.news-container {
    background-color: #FFF;
    padding: .5rem .5rem .7rem;
    border-radius: 2px;
    color: #333;
}

    .news-container .subtitle {
        color: #052c77;
        border-left: .3rem solid #052c77;
    }

.news-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .8rem
}

.news-poster {
    width: 50%;
}

.news-info {
    width: 46%
}

.news-title {
    font-size: .75rem
}

.news-date {
    color: gray;
    font-size: .6rem;
    margin-top: .2rem
}

.authorBox {
    position: fixed;
    top: 35%;
    left: 15%;
    right: 15%;
    z-index: 22;
    padding: 5%;
    background: url(/tjswm/img/bgblue.png) no-repeat;
    background-size: 100%;
    text-align: center;
    border-radius: 0.312rem;
}

.icon_right {
    width: 30%
}

.point_authorBox {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .5rem 0;
    color: #FFF;
    background-color: #ae2d18;
    font-size: .75rem;
    text-align: center
}

.popup-integral-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    background-color: rgba(0, 0, 0, .5);
}

.popup-integral-wrapper {
    position: relative;
    padding: 1rem 0;
    width: 18rem;
    background-color: #FFF;
    background-size: 100% 100%;
    border-radius: 5px;
    border: 1px solid #020202;
}

.popup-integral-inner {
    width: 14rem;
    margin: 0 auto;
}

.popup-yzm-input {
    width: 100%;
    height: 1.9rem;
    line-height: 1.9rem;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    font-size: .8rem;
    border: 1px solid #020202;
    border-radius: 5px;
}

.popup-btn-sure {
    margin-top: 1rem;
    height: 1.9rem;
    line-height: 1.9rem;
    background-color: #ff6600;
    text-align: center;
    font-size: .8rem;
    border: 1px solid #ff6600;
    border-radius: 5px;
    color: #FFF;
}

.noAuthorBox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
}

.noAuthorBox .wrapper {
    width: 80%;
    padding: 1rem;
    background-color: #FFF;
    border-radius: 5px;
    background: url(/tjswm/img/bgblue.png) no-repeat;
    background-size: 100% 100%;
}

.noAuthorBox .wrapper .title {
    margin-bottom: 1rem;
    font-size: .9rem;
}

.noAuthorBox .wrapper .content {
    margin-top: 10px;
    font-size: .8rem;
    text-align: left;
    line-height: 1.5;
}

.labelimg {
    width: 7rem;
}

.swmlogo {
    width: 3rem;
    margin: 10px 0
}

.btn-ai {
    width: 18rem;
    margin: 0 auto 1rem;
    background-image: url(../image/indexswm/k-s.png);
    background-size: 100% 100%;
}

.btn-ai img {
    width: 1.6rem;
}

.btn-ai span {
    font-size: .9rem;
}

.btn-gzh {
    background-image: url(../image/indexswm/k-x.png);
    background-size: 100% 100%;
}

.installAppPanel {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000bb;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.installAppPanel-slideIn {
    animation: slideIn 300ms forwards;
}

.dontShowAgain {
    position: absolute;
    left: 0;
    bottom: -2rem;
    color: #68BFED;
    text-shadow: 1px 2px 2px #666;
}

.dontShowAgain-close {
    animation: slideOut 300ms forwards;
}

.dontShowAgain:active {
    color: #d5d5d5;
}

.instructionPanel {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #00000066;
    top: 0;
    left: 0;
    z-index: 9999;
    /*display: flex;*/
    display: none;
    justify-content: center;
    align-items: center;
}

.installAppPanel-copy-button {
    width: 85%;
    background: #68BFED;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    box-shadow: 1px 1px 2px #d5d5d5;
}

.installAppPanel-container {
    background: #fff;
    width: 90%;
    height: 266px;
    border-radius: 9px;
    box-shadow: 0px 0px 10px #d5d5d5;
    animation: installAppPanelSlideIn 600ms;
    position: relative;
    font-size: 0.8rem;
    user-select: none;
}

.installAppPanel-copy-button:active {
    filter: brightness(0.6);
}

.appname {
    color: #a3a51c;
}

.text-center {
    text-align: center;
}

.installAppPanel-Android {
    text-align: center;
    padding: 15px 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
    /* box-shadow: 0px -7px 7px -7px #d5d5d5; */
}

.panel-swmlogo {
    width: 100px;
}

.appstorepic {
    width: 100px;
}

.installAppPanel-text {
    font-size: 0.9rem;
    text-align: center;
    font-weight: bold;
}

.closeMark {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0.8rem;
    top: -0.5rem;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 20px auto;
    box-shadow: inset 0px 0px 0px 25px #e74c3c
}

.closeMark:active {
    filter: brightness(0.7);
}

.closeMark .closeMark-circle {
    /*stroke-dasharray: 166;*/
    /*stroke-dashoffset: 166;*/
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: #e74c3c;
    fill: #ffffff;
}

.closeMark .closeMark-line {
    transform-origin: 50% 50%;
    stroke: #e74c3c;
}

.shrinkAndBeScanned {
    transition: all 650ms;
    transform: scale(0.8);
    box-shadow: 0px 0px 25px 10px #f5f5f5;
    filter: brightness(0.6);
}

.scanline {
    width: 70%;
    position: absolute;
    left: 15%;
    top: 5%;
    z-index: 99;
    border: 2px solid rgb(243, 108, 108);
    height: 1px;
    filter: brightness(150%);
    transition: all 300ms ease;
    animation: lineUpAndDown 2000ms linear infinite 220ms;
    visibility: hidden;
}

@keyframes lineUpAndDown {
    0% {
        transform: translateY(50px);
        opacity: 1;
    }

    50% {
        transform: translateY(200px);
        opacity: 0.3;
    }

    100% {
        transform: translateY(400px);
        opacity: 1;
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    to {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }
}

@keyframes spin2 {
    from {
        -webkit-transform: perspective(500px) rotateX(70deg) rotate(0deg);
        transform: perspective(500px) rotateX(70deg) rotate(0deg);
    }

    to {
        -webkit-transform: perspective(500px) rotateX(70deg) rotate(360deg);
        transform: perspective(500px) rotateX(70deg) rotate(360deg);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0.4;
        transform: translateY(50vw);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideOut {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(250vw);
    }
}
.popup-qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(0,0,0,.8);
    text-align: center;
}

    .popup-qrcode p {
        text-align: center;
        margin-bottom: .5rem;
        font-size: .9rem;
        font-weight: bold;
        color: #fff;
    }
.video-intro-container {
    padding: .5rem;
    background: linear-gradient(to bottom right, #fefefe, #d6d6d6);
    box-shadow: 3px 3px 3px #6b696a;
    font-size: .7rem
}