*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
* img{
    display: block;
    width: 100%;
}
.wrap{
    width: 100%;
    height: 14.4rem;
    overflow: hidden;
    position: relative;
}
.weui-picker__group{
    font-size: 0.26rem;
}
.gift_watch{
    width: 2.17rem;
    height: 0.66rem;
    position: absolute;
    top: 3.5rem;
    right: 0.2rem;
}
.formBox{
    width: 7.19rem;
    height: 7.92rem;
    background: url('../img/box.png') no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
    margin: 4.4rem auto 0;
}
.formBox>p{
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 0.2rem;
    color: #1f1e1d;
    text-align: center;
    margin-top: 0.9rem;
}
.formList{
    width: 6.54rem;
    overflow: hidden;
    margin: 0.1rem auto 0;
}
.formList li{
    width: 100%;
    height: 0.78rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
}
.formList li p{
    display: block;
    width: 2.49rem;
    height: 0.78rem;
    font-size: 0;
    float: left;
}
.formList li:nth-child(1) p{
    background: url('../img/captcha.png') no-repeat left center;
    background-size: 100% 100%;
}
.formList li:nth-child(2) p{
    background: url('../img/uid.png') no-repeat left center;
    background-size: 100% 100%;
}
.formList li:nth-child(3) p{
    background: url('../img/name.png') no-repeat left center;
    background-size: 100% 100%;
}
.formList li:nth-child(4) p{
    background: url('../img/phone.png') no-repeat left center;
    background-size: 100% 100%;
}
.formList li:nth-child(5) p{
    background: url('../img/area.png') no-repeat left center;
    background-size: 100% 100%;
}
.formList li:nth-child(6) p{
    background: url('../img/address.png') no-repeat left center;
    background-size: 100% 100%;
}
.formList li input{
    width: calc( 100% - 2.59rem);
    height: 0.78rem;
    float: right;
    outline: none;
    border: 0.01rem solid #fc6917;
    box-sizing: border-box;
    padding: 0 0.1rem;
    font-size: 0.24rem;
    color: #1f1e1d;
    border-radius: 0;
}
.submmit{
    width: 2.43rem;
    height: 0.58rem;
    /* background: url('../img/submit1.png') no-repeat center center; */
    /* background-size: 100% 100%; */
    margin: 0.15rem auto 0;
    cursor: pointer;
}
.sy-alert.sureBox{
    width: 7.1rem;
    height: 6.18rem;
    background: url(../img/pop_box.png) no-repeat top center;
    background-size: 100% 100%;
}
.sy-alert .syClose{
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/pop_close.png) no-repeat top center;
    background-size: 100% 100%;
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;
}
.sy-alert h1{
    width: 2.4rem;
    height: 0.4rem;
    font-size: 0.24rem;
    color: #eadfce;
    line-height: 0.4rem;
    font-weight: bold;
    padding-left: 0.1rem;
}
.sureForm p:nth-child(1),.sureForm p:nth-child(2){
    width: 100%;
    height: 0.4rem;
    margin-top: 0.28rem;
    font-size: 0.24rem;
    color: #373330;
    line-height: 0.4rem;
    padding-left: 2rem;
    box-sizing: border-box;
}
.sureForm p:nth-child(2){
    margin-top: 0.1rem;
}
.sureForm p:nth-child(3),.sureForm p:nth-child(4),.sureForm p:nth-child(5){
    display: block;
    width: 4.5rem;
    height: auto;
    margin-top: 0.1rem;
    font-size: 0.24rem;
    color: #bbb0a9;
    line-height: 0.4rem;
    padding: 0.05rem 0.1rem;
    background:#464646;
    box-sizing: border-box;
    margin: 0.15rem auto 0;
}
.sureForm p:nth-child(3){
    margin-top: 0.5rem;
}
.sureConfirm{
    width: 2.7rem;
    height: 0.65rem;
    background: url(../img/pop_btn.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 0;
    margin: 0.4rem auto 0.1rem;
}
.sy-btn>p{
    display: block;
    width: 100%;
    font-size: 0.24rem;
    color: #464646;
    text-align: center;
}
.sy-alert.phoneRegBox{
    width: 7.1rem;
    height: 4.28rem;
    background: url(../img/pop_box2.png) no-repeat top center;
    background-size: 100% 100%;
}
.ph_formBox{
    width: 100%;
    overflow: hidden;
}
.ph_formBox h1{
    font-weight: bold;
    font-size: 0.36rem;
    color: #464646;
    margin: 0.3rem auto 0.2rem;
    text-align: center; 
}
.ph_formList{
    width: 6.54rem;
    overflow: hidden;
    margin: 0.1rem auto 0;
}
.ph_formList li{
    width: 100%;
    height: 0.78rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
}
.ph_formList li p{
    display: block;
    width: 2.49rem;
    height: 0.78rem;
    font-size: 0;
    float: left;
}
.ph_formList li:nth-child(1) p{
    background: url('../img/phone1.png') no-repeat left center;
    background-size: 100% 100%;
}
.ph_formList li:nth-child(2) p{
    background: url('../img/captcha1.png') no-repeat left center;
    background-size: 100% 100%;
}

.ph_formList li:nth-child(1) input{
    width: calc( 100% - 2.59rem);
    height: 0.78rem;
    float: right;
    outline: none;
    border: 0.01rem solid #fc6917;
    box-sizing: border-box;
    padding: 0 0.1rem;
    font-size: 0.24rem;
    color: #1f1e1d;
    border-radius: 0;
}
.ph_formList li:nth-child(2) input{
    width: 2rem;
    height: 0.78rem;
    float: left;
    outline: none;
    border: 0.01rem solid #fc6917;
    box-sizing: border-box;
    padding: 0 0.1rem;
    font-size: 0.24rem;
    color: #1f1e1d;
    margin-left: 0.1rem;
    border-radius: 0;
}
.ph_formList li:nth-child(2) button{
    width: 1.8512452rem;
    height: 0.78rem;
    background: #de682c;
    border: none;
    outline: none;
    font-size: 0.24rem;
    color: #fff;
    cursor: pointer;
    float: right;
}
.send-validate.disabled{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.phoneConfirm{
    width: 2.7rem;
    height: 0.65rem;
    background: url(../img/pop_btn.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 0;
    margin: 0.2rem auto 0.2rem;
}

.sy-alert.successBox{
    width: 7.1rem;
    height: 4.28rem;
    background: url(../img/pop_box2.png) no-repeat top center;
    background-size: 100% 100%;
}
.successBox p{
    display: block;
    font-size: 0.24rem;
    width: 100%;
    text-align: center;
    color: #464646;
    margin-top: 0.1rem;
}
.successBox p:nth-child(2){
    margin-top: 0.5rem;
}
.successBox p:nth-child(4){
    margin-top: 0.3rem;
}
.successConfirm{
    width: 2.7rem;
    height: 0.65rem;
    background: url(../img/pop_btn.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 0;
    margin: 0.5rem auto 0;
}
.sy-alert.giftWatchBox{
    width: 7.18rem;
    height: 6.12rem;
    background: url(../img/pop_box1.png) no-repeat top center;
    background-size: 100% 100%;
}
.sy-alert.giftWatchBox .syClose{
    top: 0;
}
.gift_total,.gift_detail{
    width: 6.6rem;
    height: 4rem;
    margin: 1.15rem auto 0;
}
.gift_total>p{
    display: block;
    font-size: 0.26rem;
    width: 100%;
    text-align: center;
    color: #464646;
    margin: 0.1rem 0;
}
.gift_Box{
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    overflow: auto;
}
.gift_Box li{
    width: 2rem;
    height: 2rem;
    background: url(../img/item_bg.jpg) no-repeat top center;
    background-size: 100% 1.27rem;
    text-align: center;
    position: relative;
}
.gift_Box li img{
    display: inline-block;
    width: auto;
    max-height: 1.27rem;
    text-align: center;
}
.gift_Box li p{
    display: block;
    font-size: 0.22rem;
    width: 100%;
    text-align: center;
    color: #464646;
    position: absolute;
    top: 1.3rem;
    font-weight: bold;
}
.gift_detail{
    display: none;
    margin-top: 1.2rem;
    position: relative;
}
.gift_detail .gift_d_back{
    width: 2rem;
    height: 0.66rem;
    position: absolute;
    top: -0.78rem;
    left: -0.24rem;
    z-index: 5;
}
.gift_detail .detailTu{
    display: block;
    width: auto;
    max-height: 3.6rem;
    margin: 0 auto;
}
.gift_detail>p{
    display: block;
    font-size: 0.3rem;
    width: 100%;
    text-align: center;
    font-weight: bold;
    /* margin-top: -0.2rem; */
}