/* 物流查询页专属样式 */

body{
    position: relative;
}

.eq-wrap{
    height: auto;
    min-height: 14.4rem;
    overflow: unset;
    padding-top: 5rem;
    box-sizing: border-box;
}

/* 顶部用户信息栏 */
.eq-header{
    /* width: 100%; */
    height: 0.3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    top: 1.7rem;
    right: 0.5rem;
}
.eq-user-phone{
    font-size: 0.24rem;
    color: #fff;
    text-shadow: 0 0.01rem 0.04rem rgba(0,0,0,0.5);
}
.eq-logout{
    font-size: 0.2rem;
    /* color: #fc6917; */
    height: 0.3rem;
    line-height: 0.3rem;
    margin-left: 0.1rem;
    padding: 0.02rem 0.14rem;
    /* border: 0.01rem solid #fc6917; */
    background-color: #fc6917;
    color: #fff;
    border-radius: 0.04rem;
    cursor: pointer;
}

/* 表单容器 */
.eq-formBox{
    height: 5rem;
    padding-bottom: 0.4rem;
    overflow: visible;
    margin-top: 0;
    background: url(../img/box_express.png) no-repeat center top;
    background-size: 100%;
    padding-top: 0.2rem;
}
.formList{
    margin-top: 0.2rem;
}
.eq-formBox > p{
    margin-top: 0.8rem;
}

/* 表单列表 */
.eq-formList li:nth-child(1) p{
    background: url('../img/activity.png') no-repeat left center;
    background-size: 100% 100%;
}
.eq-formList li:nth-child(2) p{
    background: url('../img/uid.png') no-repeat left center;
    background-size: 100% 100%;
}
.eq-formList li:nth-child(3) p{
    background: url('../img/phone.png') no-repeat left center;
    background-size: 100% 100%;
}

/* select 样式 */
.eq-select{
    width: calc(100% - 2.59rem);
    height: 0.78rem;
    line-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;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
}
.eq-select-box{
    width: calc(100% - 2.59rem);
    float: right;
    position: relative;
}
.eq-select-trigger{
    width: 100%;
    height: 0.78rem;
    line-height: 0.78rem;
    border: 0.01rem solid #fc6917;
    box-sizing: border-box;
    padding: 0 0.12rem;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
}
.eq-select-text{
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 0.24rem;
    color: #1f1e1d;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    pointer-events: none;
}
.eq-select-text:focus{
    outline: none;
    background: transparent;
    box-shadow: none;
}
.eq-select-text::-webkit-input-placeholder{ color: #aaa; }
.eq-select-text::placeholder{ color: #aaa; }
.eq-select-box.is-open .eq-select-trigger{
    border-bottom-color: #f3b58d;
}
.eq-select-arrow{
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 0.12rem;
    height: 0.12rem;
    margin-left: 0.1rem;
    border-right: 0.02rem solid #ca6d33;
    border-bottom: 0.02rem solid #ca6d33;
    transform: rotate(45deg);
    transition: .2s;
}
.eq-select-box.is-open .eq-select-arrow{
    transform: rotate(225deg);
}
.eq-select-dropdown{
    position: absolute;
    max-height: 3.02rem;
    overflow-y: auto;
    top: 0.78rem;
    left: 0;
    width: 100%;
    background: #fff;
    border: 0.01rem solid #fc6917;
    border-top: none;
    box-sizing: border-box;
    z-index: 30;
}
.eq-select-options{
    width: 100%;
}
.formList .eq-select-option{
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    /* padding: 0.18rem 0.12rem; */
    box-sizing: border-box;
    font-size: 0.2rem;
    color: #4f3c30;
    border-bottom: 0.01rem solid rgba(202, 109, 51, 0.14);
    background: rgba(255,255,255,0.96);
    margin-bottom: 0;
    text-indent: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.eq-select-option:last-child{
    border-bottom: none;
}
.eq-select-option.is-active{
    background: rgba(252, 105, 23, 0.12);
    color: #ca6d33;
}

/* 查询按钮 */
.eq-query-btn{
    width: 2.43rem;
    height: 0.58rem;
    line-height: 0.58rem;
    text-align: center;
    font-size: 0.26rem;
    color: #fff;
    background: url(../img/pop_btn.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0.3rem auto 0;
    cursor: pointer;
    letter-spacing: 0.04rem;
}



/* 结果弹窗中的 uid/phone 行沿用 sureForm nth-child(1)(2) 样式，无需额外覆盖 */
/* 结果弹窗确认按钮 */
.eq-resultBox{
    height: auto;
    min-height: 5.2rem;
}
.eq-result-meta{
    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;
    /* padding: 0.08rem 0.18rem; */
    /* box-sizing: border-box; */
    /* background: rgba(255, 247, 240, 0.92);
    border: 0.01rem solid rgba(252, 105, 23, 0.18);
    box-shadow: inset 0 0 0 0.01rem rgba(255,255,255,0.5); */
}
.eq-result-meta-sub{
    margin-top: 0.08rem;
}
.eq-result-list{
    width: 6rem;
    min-height: 1.9rem;
    max-height: 2.8rem;
    margin: 0.22rem auto 0;
    overflow: auto;
    /* background: linear-gradient(180deg, rgba(255,250,246,0.98) 0%, rgba(248,241,235,0.96) 100%); */
    /* border: 0.01rem solid rgba(252, 105, 23, 0.5); */
    /* box-shadow: 0 0.04rem 0.12rem rgba(99, 70, 43, 0.08); */
}
.eq-accordion-item{
    border-bottom: 0.01rem solid rgba(190, 145, 110, 0.22);
}
.eq-accordion-item:first-child{
    border-top: 0.01rem solid rgba(190, 145, 110, 0.22);
}
.eq-accordion-head{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 0.5rem;
    padding: 0 0.16rem;
    font-size: 0.2rem;
    color: #4f3c30;
    cursor: pointer;
    box-sizing: border-box;
    background: rgba(255,255,255,0.32);
}
.eq-accordion-item.is-open .eq-accordion-head{
    background: linear-gradient(90deg, rgba(252, 105, 23, 0.3) 0%, rgba(255,255,255,0.3) 100%);
}
.eq-accordion-title{
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.eq-accordion-arrow{
    width: 0.08rem;
    height: 0.08rem;
    margin-left: 0.1rem;
    border-right: 0.02rem solid #ca6d33;
    border-bottom: 0.02rem solid #ca6d33;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}
.eq-accordion-item.is-open .eq-accordion-arrow{
    transform: rotate(225deg);
}
.eq-accordion-body{
    display: none;
    padding: 0.04rem 0.1rem 0.06rem;
    box-sizing: border-box;
    background: rgba(255,255,255,0.5);
}
.eq-accordion-item.is-open .eq-accordion-body{
    display: block;
}
.eq-accordion-content{
    font-size: 0.2rem;
    color: #464646;
    line-height: 0.38rem;
}
.eq-express-row{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #5d4a3d;
}
.eq-express-row:first-child{
    margin-top: 0;
}
.eq-express-label{
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 1.15rem;
    /* color: #8c6548; */
}
.eq-express-value{
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    word-break: break-all;
}
.eq-express-no-text{
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4f3c30;
}
.eq-copy-btn{
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    min-width: 0.6rem;
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0 0.06rem;
    border: none;
    border-radius: 0.04rem;
    background: #fc6917;
    color: #fff;
    font-size: 0.16rem;
    cursor: pointer;
    outline: none;
}
.eq-express-empty{
    color: #7d6b5f;
}
.eq-result-empty{
    width: 100%;
    text-align: center;
    margin: 1.2rem auto;
    font-size: 0.24rem;
    color: #464646;
}
.eq-resultConfirm{
    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;
    cursor: pointer;
}
.ph_formBox h1{
    font-size: 0.3rem;
}
.ph_formList li{
    overflow: unset;
}
.formList,
.formList li{
    overflow: unset;
}
#eqActivityTrigger input{
    border:none;
    padding: 0;
}
#eq-uid,
#eq-phone{
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
#eq-uid:focus,
#eq-phone:focus{
    outline: none;
    box-shadow: none;
}