/* 锁定根元素字体大小，不受微信字体设置影响 */
html {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f0f2f5;
    height: auto;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}
.cell-item:not(:last-child):after{
    border: none;
}
.container {
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}
.input-group {
    margin-bottom: 0.2rem;
    display: flex;
    border-radius: 0.18rem;
    height: 0.9rem;
    font-size: 0.3rem;
    background: #ffffff;
}
.input-group label {
    color: #666666;
    width: 20px;
    text-align: center;
    padding: 5px;
    margin: auto;
}

.input-group input {
    width: calc(100% - 50px);
    padding: 10px;
    border: none;
    margin: auto 5px;
}

/*.input-group .code-button {*/
/*border: none;*/
/*width: 3rem;*/
/*cursor: pointer;*/
/*}*/

.input-group .code-button {
    width: 3rem;
    padding: 10px;
    background-color: #ff7f00;
    color: #ffffff;
    border: none;
    border-radius: 0 0.18rem 0.18rem 0;
    cursor: pointer;
}

.submit-button {
    margin-top: 0.4rem;
}

.activity-img {
    width: 100%;
    max-width: 100%;
}
.closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
}
#pay {
    position: fixed !important;
    border-radius: 20px 20px 0 0;
    padding-top: 20px;
    background-color: #FFFFFF;
}
.pay-img {
    width: 2rem;
    margin: auto;
}
.pay-type {
    width: 50%;
    margin: auto;
}
.footer {
    height: 1.4rem;
    /*background: #FFFFFF url('/images/a9.png') no-repeat;*/
    /*background-size: cover;*/
}
.catch {
    float: right;width: 3.5rem;margin-right: 0.5rem;
    /*transition: transform 0.3s ease; !* 平滑过渡效果 *!*/
    animation: zoomInOut 1.5s infinite; /* 应用动画，持续3秒并无限循环 */
}
@keyframes zoomInOut {
    0%, 100% {
        transform: scale(0.8); /* 初始和结束状态为原始大小 */
    }
    50% {
        transform: scale(1); /* 中间状态放大1.2倍 */
    }
}
.beian {
    background-color: #FDB173;
    text-align: center;
    font-size: 14px;
    line-height: 0.4rem;
    color: #ffffff;
    padding: 10px 30px;
}
.activity-price{
    background-image: url(/images/a1-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 1.2rem;
    margin-top: -1.2rem;
    width: 100%;
    position: absolute;
    display: flex;
}
.activity-price .left{
    height: 1.2rem;
    line-height: 1.2rem;
    color: #ffffff;
    font-size: 0.75rem;
    width: 45%;
    text-align: center;
}

.activity-price .right{
    line-height: 1.65rem;
    color: #ffffff;
    font-size: 0.5rem;
    width: 55%;
    text-align: center;
}


.video-controls {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 1.4rem;
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.video-controls:before {
    position: absolute;
    top: 50%;
    left: 52%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: '';
    width: 0;
    height: 0;
    border-top: .24rem solid transparent;
    border-left: .4rem solid #fff;
    border-bottom: .24rem solid transparent;
}
.small-video .video-img {
    width: 100%;height: 100%;
}

.small-video .video-controls {
    width: 0.7rem;
    height: 0.7rem;
}
.small-video .video-controls:before {
    border-top: .12rem solid transparent;
    border-left: .2rem solid #fff;
    border-bottom: .12rem solid transparent;
}

.video-content {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    margin: auto;
}

.small-video {
    position: fixed;height: 2.5rem;width: 2.5rem;right: 15px;z-index: 999;
    display: none;
}
.small-video-front {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 100000;
    display: none;
}
.small-video-close {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-image: url("/images/close-small.png");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    background-color:rgba(255,255,255,0.2);
    z-index: 1000011;
}
.small-video-full {
    width: 100vw;
    height: 100vh;
    background-color: #333;
    right: 0;
    top: 0;
}
.small-video-full .small-video-close {
    top: 40px;
    right: 18px;
    width: 30px;
    height: 30px;
}
.small-video-full .video-img {
    width: 100vw;
    height: 100vw;
    margin-top: calc((100vh - 100vw)/2);
}
.small-video-full .video-controls {
    width: 1.4rem;
    height: 1.4rem;
}
.small-video-full .video-controls:before {
    border-top: .24rem solid transparent;
    border-left: .4rem solid #fff;
    border-bottom: .24rem solid transparent;
}
/*video默认全屏按钮*/
video::-webkit-media-controls-fullscreen-button{ display: none !important; }

/*video默认aduio音量按钮*/
video::-webkit-media-controls-mute-button { display: none !important;}

/*video默认setting按钮*/
video::-internal-media-controls-overflow-button{ display: none !important;}
