/*公用*/
html,body, textarea, input, button, select, keygen, legend {
    font: 16px/1.7 MicrosoftYaHei;
    color: #333;
    outline: 0;
}

/*首页*/

/*列表*/
.layui-tab{
    margin:10px 10px 4.5rem 10px;
}
.layui-tab-content{
    padding: 0;
    box-sizing: border-box;
}
.layui-tab-item{
    height: 100%;
}
.layui-tab-title{
    border-bottom-width: 0;
}
.layui-tab-title li{
    width: 25%;
    height: 1.04rem;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
    color: #222222;
    padding: 0;
}
.layui-tab-title .layui-this{
    font-size: 1.05rem;
    font-weight: 700;
    font-stretch: normal;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
    color: #3333e1;
}
.layui-tab-title .layui-this:after{
    position: absolute;
    left: 41%;
    top: 30px;
    width: 20%;
    height: 4px;
    border-width: 2px;
    border-color: #3333e1;
    border-radius: 5px;
    box-sizing: border-box;
    pointer-events: none;
}
.layui-bg-blue3333e1{
    background-color: #3333e1;
}

/*首页E*/

/*发布拼车*/
.layui-form-item{
    margin-bottom: 0px;
    padding: 5px 0;
}

/*地址选择器S*/
.mint-popup-head{
    height: 3rem!important;
    font-size: 1.1rem!important;
}
.picker-item{
    font-size: 1rem!important;
}
.picker-selected{
    font-size: 1.1rem!important;
}
/*地址选择器E*/