html, body {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-color: #dc222c;
}


.text-input {
    background-color: rgb(255, 255, 255);
    color: black;
    width: 76%;
    height: 3rem;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    border: 2px solid #FA6C01;
    border-radius: 14px;
}

.text-input::-webkit-input-placeholder {
    color: #646262;
    font-size: 1.05em;
}
.queren{
   /* border: 2px solid white;
    border-radius: 5px;*/
    flex:0 0 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.5rem;
    border:1px rgba(244,244,244,0.3) solid;
    color:rgba(244,244,244,0.3);
    margin:auto 0.1rem;
}

@keyframes scaleDrew {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.2);
    }
}

@keyframes rotate {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(15px);
    }
    50% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes rotate2 {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(20px);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.v8{
    position: relative;
    background-image:url("./image/video-image.png");
    left: 0.6rem;
    width: calc(100% - 1.2rem);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
    margin-top: 15rem;
}
.v8>div{
    flex: 0 0 calc(50% - 1rem);
    width: calc(50% - 1rem);
    position: relative;
    margin: 0.5rem 0.4rem;
}
.v8>div>img{
    position: relative;
    left: 0;
    width: 100%;
}
.v8>div>div{
    position: absolute;
    background-color: rgb(230,154,69);
    color: white;
    text-align: center;
    border-radius: 1rem;
    left: 50%;
    transform: translate(-50%);
    bottom: 1rem;
}
.descDiv {
    text-align: center;
    position: absolute;
    z-index: 2;
    width: calc(100% - 20px);
}
.descTitle {
    width: 45%;
    margin: -0.5rem auto 0;
    /*background: #FFC72C;*/
    border-radius: 50px;
    font-size: 18px;
    padding: 0.65rem 0;
    font-weight: bold;
    color: #ffc400;
}
.contentText {
    line-height: 24px;
    padding: 2rem 2px;
    color: #f8f9fa;
    text-align: left;
    font-size: 10px;
}
.contentText_pack {
    line-height: 24px;
    padding: 2rem 2px;
    font-size: 12px;
    background-color: #84C1FF;
}

/*loading*/
.loading-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.text-ipt{
    width: 70%;
    background: #FFFFFF;
    border-radius: 20px;
   
    font-size: 0.25rem;
}
.text-ipt::-moz-placeholder{
    color: #FF3844;
}

.ipt-box{
    height: 1.2rem;
    border: 1px solid rgb(255, 42, 42);
            background-color: rgb(255, 255, 255);
            border-radius: 10px;
    margin: 0 1rem;
    display: flex;
    box-sizing: border-box;
    padding: 0.15rem 0.25rem;
}

.getcode-box{
    padding: 0 0.25rem;
    background: rgb(238,27,61);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}


.ipt-box .getcode-box{
    height: 100%;
}

.loading-box {
    border-radius: 0.2rem;
    position: absolute;
    width: 3rem;
    left: 50%;
    top: 50%;
    font-size: .35rem;
    color: rgb(250, 250, 250);
    text-align: center;
    -webkit-transition: .3s color, .3s border;
    transition: .3s color, .3s border;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*loading*/

.w-h-100 {
    width: 100%;
    height: 100%;
}

.phone-input {
    background-color: #FFFFFF;
    color: #FF2A2A;
    border: 3px solid #FFD994;
    border-radius: 10px;
    font-size: 1.65em;
    padding: 10px 20px;
    text-align: center;
}

.phone-input::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #FF2A2A;
    /* placeholder字体大小 */
    font-size: 1em;
}

.code-box {
    background-color: #FFFFFF;
    color: #FF2A2A;
    border: none;
    border-radius: 10px;
    padding: 6px 14px 6px 2px;
    text-align: center;
    margin: 0 auto;
}

.code-input {
    border: none;
    padding: 8px;
    font-size: 16px;
}

.code-input::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #FF2A2A;
    /* placeholder字体大小 */
    font-size: 16px;
}

.code-btn {
    width: 100%;
    border: none;
    color: #FFE9C4;
    background:#FF8200;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}

/*列表*/
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box li {
    width: calc(50% - 0.067rem);
    border-radius: 0.167rem;
    background: mistyrose;
    margin: 0.067rem 0;
}

.yinying-top {
    z-index: 1;
    width: 100%;
    height: 1.027rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.yinying-bottom {
    z-index: 1;
    width: 100%;
    height: 1.027rem;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
/*列表*/

.t-h-center {
    display: flex; /*主轴居中对齐*/
    justify-content: center; /*侧轴居中对齐*/
    align-items:center;
}

.dialog-box {
    width: 100%;
    text-align: center;
    padding: 2.65rem 0 0 0;
}

.dialog-prize-box {
    width: 100%;
    text-align: center;
    margin: 2.65rem 0 0 0;
}


.check-code>div{
    display: inline;
    position: absolute;
    margin: 1rem -3rem;
    border-radius: 0.2rem;
    text-align: center;
    font-size: 0.8rem;
}
.hw-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(241, 237, 237, 0.3);
    z-index: 10;
}

.hw-layer-wrap {
    box-sizing: border-box;
    width: 300px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -150px;
    border-radius: 10px;
    background-color: #f8001e;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 10px;
    text-align: center;
}

.hw-layer-wrap_td {
    box-sizing: border-box;
    width: 350px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -175px;
    border-radius: 10px;
    background-color: #ff9359;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
    padding: 2px 2px;
    text-align: center;
}

.hwLayer-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 20px;
    color: #ccc;
}

.hw-layer-wrap .hw-icon {
    color: #b4d8f3;
    font-size: 86px;
    text-align: center;
}

.hw-layer-wrap h4 {
    margin: 5px 0 30px;
    font-size: 24px;
    color: #383c3e;
}

.hw-layer-wrap p {
    margin: 30px 0;
    line-height: 22px;
    color: #595d60;
    text-align: left;
}

.hw-layer-title {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    position: absolute;
    left: 20px;
    top: 10px;
    font-weight: bold;
}