@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
.main{
    width: 100%;
    height: 100%;
    position: relative;
}
div,
img {
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    width: 100%;
    height: 100%;
 
    font-size: 16px;
    position: relative;
    overflow: hidden;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.tips{
    width: 100px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    border-radius: 5px;
    left: 0; 
    text-align: center;
    display: none;
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    background-color:#f7d599 ;
    border: 1px solid #f7d599;
    position: absolute;
    color: #fff;
    z-index: 8;
}
/* 横屏提示 */
.hpTips {
    display: none;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #c7291e;
    width: 100%;
}

.tipsImgs {
    padding-top: 14vh;
    height: 36vh;
    background: url(../images/hpTip.png) no-repeat center bottom;
}

.tipsInfo {
    height: 16vh;
    line-height: 16vh;
    font-size: 1.5rem;
    text-align: center;
    color: #fddca6;
}

/* 遮罩 */
.mask {
    background: rgba(0, 0, 0, 0.7) no-repeat top right;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    display: none;
}

/* 第一屏 */
.cj1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/cj1.jpg) no-repeat #CE2222;
    background-size: 100%;
    position: relative;
}

.jrBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    margin: auto auto;
    animation: shake 2s linear infinite;
    -webkit-animation: shake 2s linear infinite;
    width: 8.375rem;
    height: 2.075rem;
    background: url(../images/button.png)  ;
    background-size: 100% 100%;
}
.titleBack{
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;


    margin: auto auto;

    height: auto;
  max-width: 100%;

}
.bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin: auto auto;

    max-width: 70%;
    height: auto;
}
/* 第二屏 */
.cj2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/laohu.gif) no-repeat #CB1E20;
    background-size: 100%;
    position: relative;
    display: none;
}




/* 第三屏 */
.cj3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/cj3.jpg) no-repeat #B00D0E;
    background-size: 100%;
    position: relative;
    display: none;
    z-index: 2;
}

.imgCard {
    margin-top: 4.5vw;
    width: 88.4%;
    margin-left: auto;
    margin-right: auto;
    height: 74.6vh;
    
    background: url(../images/tback1.png) no-repeat;
    background-size: 100% 100%;
}

.cj3 .hbscBtn {
    width: 8.1875rem;
    height: 1.8125rem;
    left: 50%;
    margin-left: -4.09375rem;
    position: absolute;
    bottom: 2.215rem;
    background: url(../images/schbBtn.png) no-repeat;
    background-size: 100%;
}
.cj3 input{
    box-sizing: border-box;
  width: 78.4%;
  color: white;
    margin-left: 10.79%;
    outline-style: none;
    border: 0px;
    margin-right: auto;
    padding: 14px 7px;
    background: #510f0f;
}
.cj3 input::-webkit-input-placeholder{
    text-align: center
}
 .imgCard .cardInner{
    padding: 1rem;
    height: 76%;
} 
 .leftTop{
    float: left;

    height: 1.7125rem;
    width: 4.5625rem;
    background: url(../images/zbkm.png) no-repeat;
    background-size: 100%;
}
 .rightTop{
    float: right;

    height: 1.5125rem;
    width: 3.8475rem;
    background: url(../images/lefttitle.png) no-repeat;
    background-size: 100%;
}
 .innerContent{
    margin-top: 0.5rem;
    width: 100%;
    height:78%;
    src: url( https://www.kunming.cn/zhuanti/upload/resources/image/2022/01/30/976100_260x195.png);
    
    
}
 .innerBottom{
    margin-top: 1rem;
    width: 70%;
    height: 6rem;

    background: url(../images/text2.png) no-repeat;
    background-size: 100% 100%;
    
}
/* 第四屏 */
.cj4 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/tback2.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    z-index: 1;
}
.cj4 .zftText{
    margin-left: 1rem;
    font-size:17px;
    color: #fff;
  
    width: 80%;
    left: 10%;
    line-height: 2.25rem;
    bottom: 2rem;
}
.cj4 .sm{
    margin-left: 1rem;
    font-size:12px;
    color: #f7d599;
}
.cj4 .press{
    
    font-size:12px;
    color: #fff;
    margin: 10px auto;
    text-decoration:underline;
    text-align: center;
}
.cj4 .bb{
    display: flex;
    justify-content: space-between;

}
.cj4 .bb2{
    flex: 1;
}
.cj4 .ewm{
    margin-right: 1rem;
    width: 80px;
    margin-top: 1rem;
    height: 80px;
    background: url(../images/ewm.png) no-repeat;
    background-size: 100% 100%;
}
#cj5 {
    width: 100%;
    height: 100vh;
    background-size: 100%;
    background-color:green;
    position:absolute;
    display: none;
    z-index: 5;
}
/* 动画 */
@-webkit-keyframes shake {

    10%,
    30%,
    50% {
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }

    20%,
    40%,
    60% {
        -webkit-transform: translate3d(0, 3px, 0);
        transform: translate3d(0, 3px, 0);
    }

    70%,
    80%,
    90% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes shake {

    10%,
    30%,
    50% {
        -webkit-transform: translate3d(0, -3px, 0);
        transform: translate3d(0, -3px, 0);
    }

    20%,
    40%,
    60% {
        -webkit-transform: translate3d(0, 3px, 0);
        transform: translate3d(0, 3px, 0);
    }

    70%,
    80%,
    90% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes play {
    100% {
        background-position: -737px -2px;
    }
}

@-webkit-keyframes play {
    100% {
        background-position: -737px -2px;
    }
}

/*  */
@media only screen and (max-width:1180px) {
    html {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 1181px) {
    html {
        font-size: 36px !important;
    }
}