body {
    background: #67cfc4;     
    height: 100%;    
    margin: 0;
    padding: 0;
}

.pageBox{
    height: 100%;
    display: flex;
    background-size: 100% 100%;
    overflow: auto;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 0;
}




.header .ksflogoBox {
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 99;
}

.header .offset-ksflogo {
    width: 45%;
}

.header .shuomingBox {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 99;
    display: flex;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #F3183D;
    line-height: 4px;

}

.header .offset-shuoming {
    margin-right: 10px;
    width: 75px;
    height: 30px;
    background: #FFF2E1;
    color: #000;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
}

.header .offset-record {
    margin-right: 10px;
    width: 75px;
    height: 30px;
    background: #FFF2E1;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
}

.content {
    width: 100%;
    text-align: center;
    z-index: 30;
}

.content .btn-box {
    position: relative;
    display: flex;
    justify-content: center
}

.content .bottom {
    width: 80%;
    margin: 0 auto;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    flex-direction: row;
}

.content .bottom .ksf-ewm {
    width: 50px;
    height: 50px;
}

.content .bottom .info1 {
    margin-left: 20px;
    text-align: left;
    font-size: 12px;
}

.content .bottom .info2 {
    margin-left: 20px;
    text-align: left;
    font-size: 12px;
}

.content .contentBox {
    width: 100%;
    text-align: center;
    z-index: 30;
}

.content .logo {
    width: 80%;
    text-align: center;
    margin-top: 30%;
}

.content .submit-btn {
    width: 140px;
    height: 40px;
    margin-top: 15px;
}

.content .btn-zi {
    position: absolute;
    margin-top: 16px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.content .input-code-btn {
    position: absolute;
    width: 73px;
    height: 30px;
    right: 0;
    top: 18px;
    text-align: center;
    background: #FFF2E1;
    border-radius: 15px 0 0 15px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #F3183D;
    line-height: 30px;
}


/*活动说明*/
.shuoming-text {
    background-size: 100% 100%;
    width: 325px;
    height: 400px;
    display: none;
    border-radius: 10px;
    padding-top: 15px;
    background: #fff;
}

.shuoming-text .close {
    float: right;
    width: 8%;
    margin-right: 30px;
    /*margin-top: 58px;*/
    opacity: 1;
    position: absolute;
    right: 0;
}

.shuoming-text .activity-des {
    margin-top: 5px;
    text-align: center;
    height: 16px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
}

.shuoming-text .activityText {
    word-wrap: break-word;
    margin: 10px auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    width: 85%;
    max-height: 330px;
    color: #000;
    overflow-y: auto;
}


.show-winning-pop-up {
    width: 328px;
    height: 369px;
    overflow: hidden;
    background-size: contain;
}

.show-winning-pop-up .win-title {
    margin-top: 50%;
    text-align: center;
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.show-winning-pop-up .draw-btn {
    margin-top: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.show-winning-pop-up .draw-btn .btn1, .btn2 {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #E31000;
    background: #FFF2E1;
    border-radius: 15px;
}

.show-winning-pop-up .draw-btn .points-phone {
    width: 220px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    border: none;
    outline-style: none;
}

.show-winning-pop-up .draw-btn .write-off-btn {
    margin-top: 7%;
    font-size: 15px;
}

/*第二种情况*/
.show-winning-pop-up .phoneExchangeSuccess {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.show-winning-pop-up .phoneExchangeSuccess .success {
    width: 65px;
    height: 65px;
    margin-top: 42%;
    border-radius: 65px;
}

.show-winning-pop-up .phoneExchangeSuccess .success-info {
    margin-top: 10px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.show-winning-pop-up .phoneExchangeSuccess .success-info2 {
    margin-top: 10px;
    font-size: 10px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.show-winning-pop-up .phoneExchangeSuccess .btn2 {
    margin-top: 20px;
    width: 100px;
    height: 30px;
    font-size: 15px;
    background: #FFF2E1;
    border-radius: 15px;
}

.show-winning-pop-up .phoneExchange {
    z-index: 100;
}

/*第三种情况*/
.show-winning-pop-up .exchangeSuccess {
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.show-winning-pop-up .exchangeSuccess .success-info3 {
    margin-top: 50%;
    color: #FFFFFF;
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
}

.show-winning-pop-up .exchangeSuccess .success-info4 {
    margin-top: 10px;
    font-size: 10px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.show-winning-pop-up .exchangeSuccess .btn3 {
    margin-top: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #F3183D;
    text-align: center;
    font-size: 15px;
    background: #FFF2E1;
    border-radius: 15px;
}

/*//*/

.show-winning-pop-up-2 {
    display: flex;
    width: 320px;
    height: 313px;
    /* display: none; */
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    text-align: -webkit-center;

}
.show-winning-pop-up-2 .imgSty{
    width: 90%;
    height: 100%;
}
.show-winning-pop-up-2 .materialAwards {
    width: 130px;
    margin-top: 20px;
}






.show-winning-pop-up-2 .btn3 {
    margin-top: 16px;
    width: 100px;
    height: 30px;
    font-size: 15px;
    color: #F3183D;
    line-height: 30px;
    background: #FFF2E1;
    border-radius: 15px;
    text-align: center;
}


.show-winning-pop-up-2 .winContent{
  margin-top: 20px;
  color: red;
  font-family: Source Han Sans CN;
  font-size: 20px;
}

.show-winning-pop-up-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.show-winning-pop-up-3 .failDraw {
    width: 300px;
    height: 373px;
}

.verific-pop-up {
    width: 300px;
    /*height: 500px;*/
    background: #fff;
    border-radius: 10px;
    /*margin-top: 50px;*/
}

.verific-pop-up .verific-tab1 {
    position: relative;
    overflow: hidden;
}

.verific-pop-up .verific-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
}

.verific-pop-up .verific-title {
    text-align: center;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    margin: 25px 0;
}

.verific-pop-up .verific-tips {
    color: #F3183D;
    font-size: 10px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.verific-pop-up .verific-info {
    padding: 0 30px;
}

.verific-pop-up .verific-info .write-off-item {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.verific-pop-up .verific-info .write-off-item .write-off-name {
    width: 70px;
    line-height: 30px;
    text-align-last: justify;
    margin-right: 10px;
    font-size: 14px;
}

.verific-pop-up .verific-info .write-off-item input {
    min-width: 100px;
    flex: 1;
    height: 30px;
    line-height: 30px;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    outline: none;
    padding-left: 10px;
}

.verific-pop-up .write-off-info-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 33px;
    margin-top: 15px;
    padding-bottom: 30px;
}

.verific-pop-up .write-off-info-btn .tips {
    font-size: 10px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #BBBBBB;
}

.verific-pop-up .write-off-info-btn #confirm {
    margin-top: 30px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(0deg, #F20C3A, #FF7555);
    border-radius: 15px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.verific-pop-up .verific-tab2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    margin-top: 50px;
}

.verific-pop-up .verific-tab2 .verific-close2 {
    position: absolute;
    top: 60px;
    right: 15px;
    width: 22px;
    height: 22px;
}

.verific-pop-up .verific-tab2 .verific-success {
    width: 103px;
    height: 103px;
    position: absolute;
    top: 0px;
}

.verific-pop-up .verific-tab2 .verific-title2 {
    text-align: center;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #F3183D;
    margin-top: 60px;
    margin-bottom: 10px;
}

.verific-pop-up .verific-info2 {
    padding: 0 30px;
    margin-top: 10px;
}

.verific-pop-up .verific-info2 .write-off-item2 {
    display: flex;
    flex-direction: row;
}

.verific-pop-up .verific-info2 .write-off-item2 .write-off-name {
    width: 70px;
    line-height: 30px;
    text-align-last: justify;
    margin-right: 10px;
    font-size: 14px;
}

.verific-pop-up .verific-info2 .write-off-item2 .input-value {
    flex: 1;
    height: 30px;
    line-height: 30px;
}

.verific-pop-up .verific-info2 .write-off-item2 .input-value.address {
    line-height: 20px;
    margin-top: 6px;
}

.verific-pop-up .verific-tab2 .tips2 {
    padding: 0 30px;
    font-size: 10px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #BBBBBB;
    margin: 30px 0;
}










