.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prize-wrapper{
    width: 6.74rem;
    height: 7.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .0rem auto .2rem;
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/1.png) no-repeat center center;
    background-size: 100%;
    border-radius: .34rem;
    margin-top: .46rem;
}

.prize-wrapper-top{
    width: 7.3rem;
    margin: 6.67rem auto .47rem;
    height: 8.37rem;
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/price_bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
#swiper-top{
    height: .56rem;
    font-size: .24rem;
}
.prize-wrapper.active{
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/2.png) no-repeat center center;
    background-size: 100%;
}
.jackPot-border{
    padding: 0rem;
    width: 5.94rem;
    height: 5.94rem;
    border-radius: .4rem;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.jackPot-border>div{ 
    width: 1.9rem;
    height: 1.9rem;
    background:url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/jp-border.png);
    background-size: cover;
    border-radius: .1rem;
    position: relative;
}
/* 谢谢参与格子特殊样式 - 只针对最后一个(第9个)格子 */
.jackPot-border>div:nth-child(9){
    display: flex;
    justify-content: center;
    align-items: center;
}
.jackPot-border>div:nth-child(9)>div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jackPot-border>div:nth-child(9) .img-border{
    height: auto;
    margin: 0;
}
.jackPot-border>div:nth-child(9) .img-border p{
    text-align: center;
    font-size: .28rem;
    font-weight: bold;
    color: #8E3113;
    line-height: normal;
}
.jackPot-border>div.active{
    background:url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/jp-active.png);
    background-size: cover;
}
.jackPot-border>div:nth-child(5){
    background: none;
    width: 1.9rem;
    height: 1.9rem;
    position: relative;
    cursor: pointer;
}

.anniu{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.anniu-static{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.anniu-static-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}
.anniu-static-layer.layer-4{
    z-index: 0;
}
.anniu-static-layer.layer-3{
    z-index: 1;
}
.anniu-static-layer.layer-0{
    z-index: 2;
    width: 50%;
    height: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.jackPot-border>div>div p{
    padding: 0;
    font-size: .20rem;
    font-weight: bolder;
    color: #8E3113;
    line-height: .24rem;
    margin-top: .1rem;
    text-align: center;
    padding: 0 .2rem;

}
.jackPot-border>div .zhezhao {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.7rem;
    height: 1.6rem;
    background-color: white;
    z-index: 2;
    border-radius: .1rem;
    visibility: hidden;
}
.jackPot-border>div>div.active{
    background:yellow;
}
.app-container .goods{
    margin: 0.2rem;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.app-container .goods .goods-content{
    width: 3.42rem;
    height: auto;
    background: #FFFFFF;
    border-radius: 0.16rem;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 0.2rem;
    padding-bottom:.2rem ;
}
.app-container .goods .goods-content .goods-picture{
    width: 3.42rem;
    height: 3.42rem;
    overflow: hidden;
    border-radius: 0.16rem;
}
.app-container .goods .goods-content .goods-picture img{
    width: 100%;
}
.app-container .goods .goods-content .goods-name{
    width: auto;
    height: 0.68rem;
    font-size: 0.28rem;
    font-weight: normal;
    color: #303133;
    line-height: 0.34rem;
    margin: 0.1rem;
}
a{
    text-decoration: none;
}
.app-container .goods .goods-content .goods-info{
    margin: 0 0.1rem;
    height: 0.34rem;
    padding-top: 0rem;
}
.app-container .goods .goods-content .goods-info span{
    font-size: 0.34rem;
    font-weight: normal;
    color: #FF2B22;
    line-height: 0.34rem;
}
.app-container .goods .goods-content .goods-info span em{
    font-size: 0.28rem;
    font-style: normal;
}
.app-container .seeMore{
    width: 2.52rem;
    height: .62rem;
    background: #FFFFFF;
    border-radius:.31rem;
    border: 1px solid #137AD0;
    color: #137AD0;
    font-size: .28rem;
    line-height: .62rem;
    text-align: center;
    margin: 0 auto .6rem;
}
.img-border{
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 1rem;
    margin: 0.1rem auto;

}
.img-border img{
    height: .84rem;
    width: 1.5rem;
    margin-top: .3rem;
}

.jackPot-border>div:nth-child(7) .img-border,.jackPot-border>div:nth-child(8) .img-border{
    height: 1rem;
}
.img7{
    margin-top: .46rem;
    position: relative;
}
.open-img{
    display: none;
    margin-top: 3rem;
    width: 5.12rem;
    height: 6.22rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.open-img-good{
    background: none;
    position: relative;
    
}
.open-img-good .percent-img{
    width: 100%;


}
.open-img-good .huojiang{
    margin-top: 0;
}
.open-img-good .percent-img img{

    height: 1.65rem;
    margin: 1.02rem auto .12rem;

}
.open-img-good .percent-img p{
    
        font-size: .4rem;
        color:#495057;
}
.open-img-good .percent-img p.red{
    color: #F94E30;
    font-size: .34rem;
    font-weight: bold;
   margin-bottom: .1rem;
}
.open-img-good .percent-img p span{
    position: relative;
}
.open-img-good .percent-img p.red span::before{
    content: "";
    width:.32rem;
    height: .02rem;
    position: absolute;
    left:-.47rem;
    top: .22rem;
    display: block;
    background: #FF2501
}
.open-img-good .percent-img p.red span::after{
    content: "";
    width:.32rem;
    height: .02rem;
    position: absolute;
    right:-.47rem;
    top: .22rem;
    display: block;
    background:#FF2501
}
.showSvg{
    position: absolute;
    z-index: -1;
    left: 52%;
    top: 39%;
    width: 7.5rem;
    transform: translate(-50%,-50%);
}
.address-border p span::after{
    content: "";
    width:.32rem;
    height: .02rem;
    position: absolute;
    right: -.47rem;
    top: .26rem;
    display: block;
   
}
.address-border p span::before{
    content: "";
    width:.32rem;
    height: .02rem;
    position: absolute;
    left:-.47rem;
    top: .26rem;
    display: block;

}
.open-img,.open-img-good{
    display: none;
}
.open-img-border{

    position: fixed;
    background: rgba(0, 0,0,0.4);
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    display: none;

}
.percent-img{
    display: none;
}
.open-img-good .percent-img .desc{
    color: #868E96;
    font-size: .24rem;
    width: 4rem;
    margin: .16rem auto .2rem;
}
.percent-img{
    text-align: center;
    overflow: hidden;
    margin: 0 auto;

    
}
.jifen-num{
    color: white;
    font-size: .2rem;
    transform: scale(.875);
    margin-top: 1.26rem;
    text-align: center;
}
.thanks{
    display: none;
}
.huojiang{
    margin-top: 2.5rem;
    font-size: .4rem;
    color: #495057;
    
}


.open-img .percent-img .jifen{
    color: #82311C;
    font-size: .28rem;
    margin: 0 auto;
    width: 3.5rem;
    height: .8rem;
    
    font-weight: bold;
    line-height: .4rem;
}
.open-img-jifen .percent-img .jifen{
    width: auto;
    line-height: 2rem;
}

.next{
    width: 2.71rem;
    height:.84rem;
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/btn.png) no-repeat;
    background-size: 100%;
    border-radius: .42rem;
    margin:0 auto;
    font-size: .342rem;
    line-height: .83rem;
    color: #725438;
    text-align: center;
    margin-top: .3rem;
}
.close{
    width: .7rem;
    height: .7rem;
    background:url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/close.png) no-repeat;
    background-size: 100%;
    margin: 1.06rem auto 0;
}
.open-img-good .next{
    margin-top: .6rem;
}
.percent-img.noPrice{
    background:url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/img_xiexie.png) no-repeat  center 1rem;
    background-size: 1.46rem auto;

}
.percent-img.noPrice .huojiang{
    height: 2rem;
}
.percent-img.noPrice .thanks{
    margin: 3.06rem auto .5rem;
    display: block;
    font-size: .4rem;
    color: #495057;

}


.app-container{
    position: relative;
    background:url('https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/bottom.png') no-repeat bottom center,url('https://xhsc.app.xinhuanet.com/download-source/img/zjcj/bodyBg.jpg') no-repeat top;
    background-size: 100% auto;
   
}
.top-shuoming{
    display: none;
    width: 1.5rem;
    height: .46rem;
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/shuoming.png);
    background-size: cover;
    float:right;
    margin: .44rem .33rem 5.77rem auto;
    cursor: pointer;
}
#swiper-top{
    width: 4.6rem;
    margin: 0 auto;
}
.last{
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/shengyu.png) no-repeat center center;
    background-size: 100%;
    width: 4.58rem;
    height: .34rem;
    font-size: .34rem;
    color:white;
    text-align: center;
    margin:.5rem auto .4rem;
    line-height: .24rem;
}
.last span{
    color: #FFFE8E;
    font-size: .4rem;

}
.bottom{
    text-align: center; 
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .24rem;
    line-height: .24rem;
    height: 2.17rem;
    width: 5.06rem;
    margin: 0 auto;
}
.bottom .left,.bottom .right{
    cursor: pointer;
    overflow: hidden;
    height: 1.43rem;
    margin-top: .27rem;
    width: 1.09rem;
    background:url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/guize.png) no-repeat ;
    background-size: 100%;
    float: left;
    
}
.bottom .right{
    background:url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/jilu.png) no-repeat ;
    background-size: 100%;
}
.bottom p{
    margin-top:1.19rem ;
}
.bottom::after{
    display:block;
    height: 0;
    content: '';
    clear: both;
}
.middle{
    cursor: pointer;
    float: left;
    width: 1.64rem;
    height: 1.64rem;
    background:url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/haoli.png)  ;
    background-size: 100%;
    margin: 0 .62rem;
    position: relative;
}
#lottie{
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.work-alert{
    display: none;
    width: 7.5rem;
    height: 100%;
    background:rgba(0,0,0,0.6) ;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    overflow: scroll;
    z-index: 11;
}
.top-img{
    width: 5.07rem;
    height: .56rem;
    margin: 1.67rem auto .35rem;
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/sign/top.png) no-repeat;
    background-size: 100%;
}
.work-list{
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/sign/renwu-bg.png) no-repeat;
    background-size: 100%;
    height: 15.56rem;
    width: 7.22rem;
    margin: 0 auto;
    overflow: hidden;
}
.work-list .last-tip{
    width: 3.15rem;
    height: .35rem;
    font-size: .24rem;
    color: #FFFFFF;
    line-height:  .35rem;
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/sign/last-bg.png) no-repeat;
    background-size: 100%;
    margin: .38rem auto .15rem;
    text-align: center;

}
.work-list .last{

}
.days{
    height: 1.17rem;
    margin-left: .64rem;
    font-size: .24rem;
    text-align: center;
    font-weight: 500;
    color: #890800;
   
}
.days>div{
    float: left;
}
.days .img{
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/sign/weiqian.png) no-repeat  center .07rem;
    background-size: 100%;
    padding-top: .85rem;
    width: .56rem;
}
.days .img.active{
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/sign/dui.png) no-repeat  center .07rem;
    background-size: 100%;
    color: white;
}
.days .heng{
    width: .34rem;
    background:#A20A00;
    height: .1rem;
    margin-top: .3rem;
}
.days .heng.active{
    background: #FFAE00;
    color: white;
}
#img7{
    position: relative;
    width: .7rem;
    height: .7rem;
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/sign/lw-top.png) no-repeat  0 0;
    background-size: 100%;
}
#img7.active{
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/sign/lw.png) no-repeat  0 0;
    background-size: 100%;

}
.work-list-detail{
    margin: .33rem .31rem 0;
}
.work-item{
    margin-bottom: .37rem;
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/sign/item-border.png) no-repeat;
    background-size: 100%;
    height: 1.43rem;
    padding:.2rem .3rem ;
    box-sizing: border-box;

}
.work-item img{
    float: left;
    width: .82rem;
    height: .82rem;
    margin-top: .08rem;
}
.work-item .middle-desc{
    margin-left: 1.37rem;
    color: #6B4F44;
    vertical-align:middle;
    display:table-cell;
    padding-left: .25rem;
    height: .96rem;
}
.middle-desc p{

    font-size: .34rem;
    font-weight: 500;
    line-height: .34rem;
}
.middle-desc .desc{
    margin-top: .1rem;  
    font-size: .24rem;
    font-weight: 400;
    color: #6B4F44;
    line-height: .3rem;
}
.work-item .button{
    float: right;
    width: 1.32rem;
    height: .6rem;
    background: #EE3136;
    color: white;
    border-radius: .3rem;  
    font-size: .28rem;
    font-weight: 500;
    text-align: center;
    line-height: .6rem;
    margin-top: .2rem;
    cursor: pointer;
}
.work-item .button.hasSign{
 
    background: #C3C3C3;
}
.cha{
    width: .64rem;
    height: .64rem;
    background:url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/sign/cha.png) no-repeat ;
    background-size: 100%;
    position: absolute;
    top:2rem;
    right: .17rem;
}
.two-day{
    width: .94rem;
    height: .58rem;
    top: -.58rem;
    background:url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/sign/tips.png) no-repeat ;
    background-size: 100%;
    position: absolute;
    left: -.16rem;
    color: #FF3C5C;
    font-size: .2rem;
    
line-height: .65rem;
}
.jieshao .title{
    margin:.3rem  auto .33rem;
    height: .28rem;
    font-size: .28rem;
    font-weight: 500;
    color: #6B4F44;
    line-height:  .28rem;

}
.swiper-container{
    pointer-events: none;
}
.scroll-border{
    height: 8rem;
    overflow: scroll;
    padding:0 .77rem ;
}
.price-item{
    margin-bottom: .69rem;

}
.price-item div{
    background:url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/price-item.png) ;
    background-size: cover;
    width: 2.62rem;
    height: 2.6rem;
    margin:0 auto
}
.price-item h1{
    height: 1rem;
    
    font-size: .34rem;
    font-weight: 500;
    line-height: 1rem;
}
.price-item .desc{ 
    font-weight: 400;
    color: #6B4F44;
    line-height: .48rem;
    font-size: .28rem;
    text-align: left;
    text-indent: 2em;
}
.price-item div img{
    height: 50%;
    margin-top: 25%;
}
.jieshao,.toWork,.toOpen{
    position: fixed;
    background: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    color: #6B4F44;
    text-align: center;
    overflow: hidden;
    display: none;
}

.toOpen .red{
    color: #CB2916;
    font-size: .34rem;
    line-height: .78rem;
    font-weight: bolder;
}
.toOpen .toWork-border .text{
    margin: 1.1rem auto .4rem;
    font-size: .28rem;
}
.toOpen img{
    position: absolute;
    top: -.4rem;
    left: 0;
    width: 3.5rem;
}
.img-top{
    position: relative;
    width: 3.5rem;
    margin: 0 auto;
    height: 0;
}
.toWork-border{
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/toWork-bg.png);
    background-size: 100%;
    width: 6.57em;
    height: 4.02rem;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%) ;
    box-sizing: border-box;
}
.toOpen .toWork-border{
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/open-bg.png);
    background-size: 100%;
    width: 6.57em;
    height: 4.32rem;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%) ;
    box-sizing: border-box;
}
.toWork-border .text{
     margin: 1rem auto .63rem;   
    font-size: .32rem;
    font-weight: 400;
    color: #333333;
    line-height: .5rem;
}
.toWork-border .toButton,.toOpen-bt{
    width: 4rem;
    height: .78rem;
    background: #EE3136;
    color: white;
    border-radius: .39rem;
    line-height:.78rem;
    font-size: .3rem;
    margin: 0 auto .95rem;
}
.jieshao-border{
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/jieshao.png);
    background-size: 100%;
    width: 6.69em;
    height: 9.02rem;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%) ;
}
.jieshao-title{
    text-align: center;
    font-size: .44rem;
    font-weight: 500;
    color: #FDF6E1;
    line-height: .83rem;
}
.jieshaoCha,.toWorkCha{
    width: .58rem;
    height: .58rem;
    margin: .38rem auto 0;
    background:url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/whitecha.png) ;
    background-size:100%;
}
.swiper-slide p{
    height: .62rem;
    font-size: .24rem;
    line-height: .62rem;
    color: #FFFFFF;
    padding:0 .2rem;
    text-align: center;
}
#swiper-top{
    margin-top: .1rem;
}

.guize .top-img{
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/guize-top.png) no-repeat;
    background-size: 100%;
}
.guize .top-img{
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/guize-top.png) no-repeat;
    background-size: 100%;
}
.guize .work-list{
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/guize-bg.png) no-repeat;
    background-size: 100%;
    padding: 1.18rem .77rem .6rem;
    box-sizing: border-box;
    height: auto;
}
.guize .work-list>div{
    color: #6B4F44;
    margin-bottom: .6rem;
    line-height: .52rem;
    font-size: .28rem;
}
.address{
    display: none;
    background: rgba(0,0,0,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    overflow: scroll;
}
.address-border{
    width: 6.57rem;
    height: 10.58rem;
    background: url(https://my-statics-cdn.app.xinhuanet.com/uploadfile/h5/choujiangyouli/img/address-bg.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding:0 .3rem;
    box-sizing: border-box;
    margin-top: 1.35rem;
    /* position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%) ; */
}
.address-border p{
    text-align: center;
    margin: .57rem auto .42rem;
    font-size: .36rem;
    font-weight: 500;
    color: #FFF5CB;
    line-height:.36rem;
}
.address-border p span{
    position: relative;
}
.address-border p span::after{
    content: "";
    width:1rem;
    height: .02rem;
    position: absolute;
    right: -1.2rem;
    top: .26rem;
    display: block;
    background: #FFF5CB;
}
.address-border p span::before{
    content: "";
    width:1rem;
    height: .02rem;
    position: absolute;
    left:-1.2rem;
    top: .26rem;
    display: block;
    background: #FFF5CB;
}
.address-border .tishi{
    
    font-size: .25rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: .42rem;
    margin-bottom: .6rem;
}
.address-inner>div{
    height: .98rem;
    border-bottom: .02rem solid #F85040;;
    line-height: .98rem;
    color: #333333;
    font-size: .28rem;
}
.address-inner{
    padding: 0 .3rem;
}
.address-inner>div span{
    color: #F85040;
}
.address-inner>div input{
    border: none;
    list-style: none;
    background-color: transparent;
    display: inline-block;
    outline: none;
    max-width: 50%;
}
.address-inner>div  select{
    outline: none;
    width: 1.3rem;
    background:transparent;
    border: none;
    list-style: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.address-inner>div.submit{
    border-bottom:none;
    background-color: #EE3136;
    border-radius: .64rem;
    height: .78rem;
    line-height: .78rem;
    font-size: .3rem;
    color: white;
    text-align: center;
    cursor: pointer;
}
.address-inner>div.area{
    height: auto;
    border: none;
}
.address-inner>div.area textarea{
    width: 100%;
    line-height: .5rem;
    border: none;
    height: 1.65rem;
    background: #FFFFFF;
    border: .02rem solid #FCB49E;
    border-radius: 4px;
    outline: none;
}
.address-border .tishi_small{
    font-size: .2rem;
    line-height: .35rem;
    display: block;
}
.address-border p{
    margin: .35rem auto .2rem;
}