body {
    padding: 0;
}
.container {
    width: 100%;
    background: url("/static/images/zt/cj_huodong_2021/background.png") no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.container .editors {
    height: 10rem;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.container .editors .editor {
    height: 100%;
}


.container .pointer {
    position: relative;
    width: 16rem;
    height: 16rem;
    margin: auto;
    margin-bottom: 1rem;
}
.container  .pointer .pointer-bg {
    /*width: 998px;*/
    width: 16rem;
    height: 16rem;
    z-index: 3;
}
.container  .pointer .turntable {
    position: absolute;
    width: 14rem;
    top: 1rem;
    left: 1rem;
    /*margin-left: 1rem;*/
    /*margin-top: 1rem;*/
    z-index: 4;
    transition: all 4s;
}
.container  .pointer .pointer {
    position: absolute;
    width: 4rem;
    height: 5rem;
    top: 50%;
    left: 50%;
    margin-top: -2.5rem;
    margin-left: -2rem;
    z-index: 5;
}

.container  .pMessage {
    font-size: 0.8rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2.5rem;
}

.container  .prize {
    display: none;
    width: 100%;
}
.container  .prize .myPrize {
    height: 2.5rem;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.container  .prize .myPrize img {
    height: 100%;
    /*margin: auto;*/
}
.container  .prize .bouns {
    height: 6rem;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.container  .prize .bouns img {
    height: 100%;
    margin: auto;
}

.ipt-message {
    /*width: 800px;*/
    width: 18rem;
    margin: auto;
    border-radius: 12px;
    border: 4px solid #f0c553;
    margin-bottom: 40px;
}
.ipt-message ul {
    width: 16rem;
    margin: 0 auto;
    padding-top: 1rem;
}
.ipt-message ul li {
    width: 16rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.5rem;
    color: #fff;
    background-color: #D42438;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}
.ipt-message ul .lis-bg {
    background: url("/static/images/zt/cj_huodong_2021/btn-bg.png") no-repeat center;
    background-size: cover;
    text-align: center;
    font-size: 1rem;
    color: #F9382B;
}
.ipt-message ul li span {
    float: left;
    /*letter-spacing: 2px;*/
    margin-left: 1rem;
}
.ipt-message ul li a {
    color: #ffffff;
}

.ipt-message ul li input[type=text] {
    border: none;
    background-color: transparent;
    padding-left: 10px;
    float: left;
    height: 2rem;
    line-height: 2rem;
    outline: none;
    color: #fff;
    font-size: 0.5rem;
    width: 4rem;
}
.ipt-message ul li #txtMobile {
    border: none;
    background-color: transparent;
    padding-left: 10px;
    float: left;
    height: 2rem;
    line-height: 2rem;
    outline: none;
    color:#fff;
    font-size: 0.5rem;
    width: 9rem;
}
.verification_img { float: right; }
.verification_img img {height: 2rem;}

.container  .rule {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
.container  .rule .wire {
    width: 6rem;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    height: 0.4rem;
}
.container  .rule .rules {
    margin: 0 2rem;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
}
.container  .activity {
    font-size: 1rem;
    color: #ffffff;
    margin: auto;
    margin-bottom: 60px;
    padding: 0 1rem;
}

.container  .activity p {
    /*height: 2rem;*/
    /*margin-bottom: 2rem;*/
    /*line-height: 2rem;*/
}

.container  .training {
    /*width: 1200px;*/
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.container  .training .trainings {
    flex: 0 0 11rem;
    margin-bottom: 1rem;
}
.container  .training .trainings .imgs {
    width: 100%;
    margin-bottom: 10px;
}
.container  .training .trainings .imgs img {
    width: 100%;
}
.container  .training .trainings .btn {
    background: url("/static/images/zt/cj_huodong_2021/training-bg.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
    /*width: 253px;*/
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1rem;

}
.container  .training .trainings .btn  a {
    color: #F9382B;
    width: 100%;
    display: block;
}