#rule,#receive_btn,#follow_item,#add_cart,#follow_item_new,#add_cart_new,#dialog_close,#coupon,#address,#submit_address,#exchange,#go_shop,#rule_btn,#go_couponLink,.receive_btn {
    cursor: pointer;
}
#sign_btn,#go_back,.jump_shop {
    cursor: pointer;
}
#my_prize,#draw_btn,#prize_task,#sign_in,#share,.follow_item {
    cursor: pointer;
}

.select-address-title {
    width:90%;
    height: 10vw;
    border:1px solid red;
    color: #000;
    font-size:4.2vw;
    line-height: 10vw;
    margin: auto;
}
/*地址选择*/
.address_text{
    width: 100%;
    height:0;
    background: #FFFFFF;
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
    position: fixed;
    bottom: 0;
    left: 0;
    color:#222;
    letter-spacing: 0.2vw;
}
.address_text .title{
    padding:4vw 6vw;
    text-align: center;
    font-size:4.6vw;
    height:6vw;
    line-height:6vw;
}
.address_text .title .close-btn{
    float: right;
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    background: #f2f2f2;
    color: #9a9a9a;
    border-radius: 50%;
    margin-top: 0.5vw;
}
.address_text .result-box{
    padding: 0 5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:3.2vw;
    height:6vw;
    line-height:6vw;
}
.address_text .result-box span{
    margin-right: 5.8vw;
}
.address_text .result-box span.active{
    font-weight: bold;
}
.address_text .result-line{
    width: 6.8vw;
    height: 1vw;
    background: linear-gradient(45deg, #ff1515, transparent);
    transition: margin-left .2s ease-in-out;
    margin-left:6.5vw;
}
.address_text .list-ctn{
    margin-top: 4vw;
    height: calc(100% - 25vw);
}
.address_text .choose-list{
    padding:0 5vw;
    height:100%;
    overflow-y:auto;
    display:none;
}
.address_text .choose-list.active{
    display:block;
}
.address_text .choose-list>li{
    padding:2vw 0;
    font-size:3vw;
    display:flex;
    align-items: center;
}
.address_text .choose-list>li.active{
    font-weight: bold;
}
.address_text .choose-list>li.active span{
    margin-left:2vw;
}
.address_text .choose-list>li.active::before{
    content:'√';
    display: block;
    color:#e94300;
}