.wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    overflow-y: auto;
}

.top-bg {
    width: 100%;
    height: 4.2rem;
    background: transparent url(../imgs/top-bg.png) center top no-repeat;
    background-size: contain;
}

.main-body {
    padding: 0 .44rem .76rem;
}

.title-wrap {
    display: flex;
    margin: .3rem 0 .52rem;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    color: #E5B57D;
}

.title-text {
    padding: 0 .2rem;
    font-size: .36rem;
    line-height: .55rem;
    font-weight: 600;
    color: #333;
}

/* 输入框容器 */
.ipt-wrap {
    position: relative;
    display: flex;
    padding: .1rem .85rem .1rem .15rem;
    align-items: center;
    background: #FBFBFB;
    border-radius: .08rem;
    border: .02rem solid #DEDEDE;
    box-sizing: border-box;
}

/* 相机图标 */
.ipt-wrap .camera-icon {
    display: block;
    width: .52rem;
    height: .45rem;
    position: absolute;
    top: .15rem;
    right: .2rem;
    background: transparent url(../imgs/camera_icon.png) center top no-repeat;
    background-size: contain;
    z-index: 1
}

/* 输出框 */
.ipt-wrap input {
    display: flex;
    width: 100%;
    align-content: center;
    /*height: .8rem;*/
    /*background: #FBFBFB;
    border-radius: .08rem;
    border: .02rem solid #DEDEDE;
    box-sizing: border-box;*/
    /*padding: .2rem .15rem;*/
    font-size: .32rem;
    line-height: normal;
    /*box-sizing: border-box;*/
    padding: 0.112rem 0;
    border: none;
    /*color: #A1A1A1;*/
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    color: #4A90E2;
    background: #FBFBFB;
    /* 光标的颜色*/
    text-shadow: 0 0 0 #191A1C;
    /* 文本颜色 */
    -webkit-text-fill-color: transparent;
}

input::-webkit-input-placeholder {
    color: #A1A1A1;
    font-size: .32rem;
    line-height: 1.32em;
    text-shadow: none;
    /*padding: .1rem 0; */
    /*padding-top: 0.01rem;*/
    -webkit-text-fill-color: w; 
}

.submit-btn {
    display: flex;
    width: 6.6rem;
    height: .8rem;
    margin-top: .4rem;
    margin-bottom: .26rem;
    background: linear-gradient(128deg, #F3CB99 0%, #DCAB70 45%, #D5A46A 100%);
    border-radius: .44rem;
    align-items: center;
    justify-content: center;
    font-size: .32rem;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
}

.warning-wrap {
    visibility: hidden;
    position: relative;
    padding-left: .37rem;
    font-size: .24rem;
    text-align: left;
    color: #D7000F;
    line-height: 1em;
}

.warning-wrap:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: .3rem;
    height: .3rem;
    left: 0;
    top: -0.03rem;
    background: transparent url(../imgs/tip-icon.png) center center no-repeat;
    background-size: contain;
}

.rule-wrap {
    margin-top: .5rem;
    font-size: .24rem;
    line-height: .4rem;
    color: #8C8C8C;
    text-align: left;
}

.rule-wrap p {
    word-wrap: break-word;
    word-break: break-all;
    word-spacing: normal;
}

.rule-title {
    margin-bottom: .2rem;
    font-size: .34rem;
    line-height: .55rem;
    color: #0D0D25;
    font-weight: normal;
}

.pop-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.first-wrap {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.pop-layer {
    display: none;
    background: rgba(0, 0, 0, .7);
}

.success-wrap {
    position: relative;
    width: 4.9rem;
    height: 4.5rem;
    padding: 1.58rem .3rem .3rem;
    margin: 0 auto;
    top: 50%;
    background: #fff;
    border-radius: .26rem;
    transform: translateY(-54%);
    box-sizing: border-box;

}

.first-swrap {
    position: relative;
    height: 3rem;
    margin: 0 auto;
    top: 50%;
    background: #fff;
    transform: translateY(-60%);
    box-sizing: border-box;
}

.success-wrap:before {
    position: absolute;
    content: '';
    display: block;
    width: 4.42rem;
    height: 3.3rem;
    left: .24rem;
    top: -1.9rem;
    background: transparent url(../imgs/suc-pic.png) center center no-repeat;
    background-size: contain;
}

.sw-text {
    margin-bottom: .93rem;
    font-size: .4rem;
    line-height: .56rem;
    color: #464646;
    text-align: center;
}

.swrap-text {
    font-size: .26rem;
    line-height: .37rem;
    color: #464646;
    text-align: center;
}

.sw-btn {
    display: flex;
    /*width: 4.3rem;*/
    height: .64rem;
    justify-content: center;
    align-items: center;
    font-size: .32rem;
    color: #fff;
    background: linear-gradient(128deg, #F3CB99 0%, #DCAB70 45%, #D5A46A 100%);
    border-radius: .32rem;
}

.pop-win {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 99;
    display: none;
}

.pop-body {
    position: relative;
    width: 70vw;
    /*height: 12.8rem;*/
    padding: 0 4vw;
    margin: 0 auto;
    margin-top: 50%;
    transform: translateY(-10%);
    font-size: .3rem;
    background: #fff;
    border-radius: 0.2rem;
    box-sizing: border-box;
}

.pop-title {
    padding: 5vw 0 3vw;
    font-size: .36rem;
    box-sizing: border-box;
    text-align: center;
}

.pop-text {
    padding-bottom: .5rem;
    font-size: .3rem;
    /*text-indent: 2rem;*/
    line-height: 1.5;
    border-bottom: 1px solid #eee;
}

.pop-bottom {
    display: flex;
    padding: .3rem;
}

.pop-close {
    flex: 1;
    text-align: center;
    color: #4A90E2;
}

.pop-close.first-btn {
    border-right: 1px solid #eee
}