* {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    width: 100%;
}


.container {
    width: 100%;
    min-height: 100vh;
    background: url(../images/bg.png) no-repeat 50%/100% 100%;
    padding-top: .72rem;
    padding-bottom: .71rem;
    box-sizing: border-box;

}

.swiper-container {
    width: 100%;
    position: relative;
}

.swiper-container .swiper-item {
    width: 100%;
    display: block;
}


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    right: 0;
}

.swiper-pagination {
    text-align: center;
}

.swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    display: inline-block;
    border-radius: 50%;
    background: #ffffff;
    box-sizing: border-box;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #eb5c20;
}


.card {
    width: 6.81rem;
    min-height: 12.57rem;
    border-radius: .27rem;
    background: url(../images/kuang.png) no-repeat 50%/100% 100%;
    overflow: hidden;
    margin: 0 auto;
    background-color: #ffffff;
    padding-bottom: .61rem;
    box-sizing: border-box;
    background-position: left;
}

.main {
    width: 100%;
    position: relative;
    padding-top: 1.34rem;
    padding-bottom: 1.53rem;
    box-sizing: border-box;
}

.pie1 {
    width: .82rem;
    height: .92rem;
    position: absolute;
    top: .37rem;
    left: .40rem;

}

.pie2 {
    width: .82rem;
    height: .92rem;
    position: absolute;
    bottom: 0;
    right: .42rem;
}

.title {
    font-size: .49rem;
    font-weight: bold;
    color: #101010;
    text-align: center;
}


.form {
    width: 5.05rem;
    margin: 0 auto;
    margin-top: .7rem;
}

.scan {
    width: 100%;
    height: .89rem;
    margin-bottom: .32rem;
}

.row {
    width: 100%;
    height: .89rem;
    display: flex;
    overflow: hidden;
    border: 1px solid #eb5c20;
    box-sizing: border-box;
    border-radius: .08rem;
}

.input {
    width: 3.88rem;
    height: .89rem;
    border: 0;
    background: #ffffff;
    text-align: center;
    font-size: .32rem;
    font-weight: 400;
    color: #eb5c20;
}

.success {
    flex: 1 1 0;
    height: .89rem;
    background: #eb5c20;
    line-height: .89rem;
    text-align: center;
    font-size: .32rem;
    font-weight: 400;
    color: #FFFFFF;
}


.input:focus {
    outline: none;
}

.input::-webkit-input-placeholder {
    color: #eb5c20;
    line-height: 1.4;
    text-align: center;

}

.tip{
    width: 5.06rem;
    margin: 0 auto;
    margin-top: .65rem;
}