body{
    font-size: 0.24rem;
    color: #333;
}
/* 布局 */
.container{
    padding-left: .4rem;
    padding-right: .4rem;
}
.row{
    margin-left: -.4rem;
    margin-right: -.4rem;
}
.page{
    margin: auto;
    max-width: 750px;
}
.block{
    display: block;
}
.flex-center,
.flex-both,
.flex-middle,
.flex{
    display: flex;
    display: -webkit-flex;
}
.flex.wrap{
    flex-wrap: wrap;
}
.flex-both{
    justify-content: space-between;
}
.flex-center{
   justify-content: center;
}
.flex-middle{
    align-items: center;
}
.flex1{
    width: 1px;
    flex: 1;
}
.block{
    display: block;
}
.clearfix::after{
    display: table;
    content: '';
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.full{
    width: 100%  !important;
}
.flex .substr{
    width: 1px;
}
/* 边框圆角 */
.border{
    border: 1px solid #ccc;
}
.border-left{
    border-left: 1px solid #ccc;
}
.border-right{
    border-right: 1px solid #ccc;
}
.border-top{
    border-top: 1px solid #ccc;
}
.border-bottom{
    border-bottom: 1px solid #ccc;
}
.border-col1{
    border-color: #e6e6e6;
}
.radius{
    border-radius: 100rem;
}
.radiu12{
    border-radius: 0.12rem;
}
.radiu20{
    border-radius: 0.20rem;
}
/* 主题颜色 */
input:checked + .bg-col1-switch,
.on.bg-col1-switch,
input:checked + .bg-col1-switch,
.bg-col1{
    background-color: #4762F7 !important;
    color: #fff;
}
input:checked + .bg-col2-switch,
.on.bg-col2-switch,
input:checked + .bg-col2-switch,
.bg-col2{
    color: #fff;
    background-color: #5E9FFB !important;
}
.bg-img{
    position: relative;
    z-index: 1;
}
.bg-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.bg-img + *{
    position: relative;
}
.bg-cover{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-white{
    background-color: #fff;
}
.bg-f3f4f5{
    background-color: #f3f4f5;
}
.bg-f7f7f9{
    background-color: #F7F7F9 ;
}
.bg-f4fbfe{
    background-color: #F4FBFE;
}
.bg-f8f9fa{
    background-color: #F8F9FA;
}
.bg-f2f4f7{
    background-color: #f2f4f7;
}
.col-val{
    color: #EA4141;
}
.col1{
    color: #415DEA;
}
.col2{
    color: #5898F1;
}
.col-ccc{
    color: #ccc;
}
.col-999{
    color: #999;
}
.col-666{
    color: #666;
}
.col-333{
    color: #333;
}
.col-000{
    color: #000;
}
.col-white{
    color: #fff;
}
/* 文字 */
.h1{
    font-size: 0.4rem;
}
.h2{
    font-size: 0.36rem;
}
.h3{
    font-size: 0.32rem;
}
.h4{
    font-size: 0.28rem;
}
.h5{
    font-size: 0.24rem;
}
.h6{
    font-size: 0.2rem;
}
.text-center{
    text-align: center;
}
.strong{
    font-weight: 800;
}
.line1{
    line-height: 1;
}
.line2{
    line-height: 2;
}
/* 按钮组 */
.btn{
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    width: 2.4rem;
}
.btn.middle{
    width: 3.2rem;
}
.btn:disabled{
    opacity: 0.5;
}
.icon{
    display: inline-block;
    vertical-align: middle;
}
.icon + *{
    vertical-align: middle;
}
* + .icon{
    vertical-align: middle;
}
.label-card input{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.iocn-right{
    width: 0.12rem;
}
/* 弹窗层 */
.fixed{
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
}
.mark{
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
}
.mark .center{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mark .bottom{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.for-bottom .fixed{
    z-index: 1;
    bottom: 0;
}
.for-bottom.btn-view{
    height: 1.2rem;
}
.for-bottom.btn-view > div{
    padding: 0.14rem 0.3rem;
}
.for-bottom.btn-view .btn{
    display: block;
    text-align: center;
    height: 0.92rem;
    line-height: 0.92rem;
    border-radius: 100rem;
}
.mark .confirm{
    width: 6.22rem;
    color: #222;
    text-align: center;
}
.mark .confirm .title{
    padding: 0.6rem 0;
    line-height: 1;
}
.mark .confirm .tips{
    padding: 0 0.2rem .6rem;
}
.mark .confirm .btns{
    line-height: 1.1rem;
    font-weight: 800;
}
.popup-msg{
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 40%;
    padding: 0.2rem 0.4rem;
    font-size: -0.28rem;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 0.08rem;
}
.hidden{
    display: none;
}
/* 地址 */
.empty-address{
    height: 1.12rem;
}
.empty-address img{
    margin-right: .2rem;
    width: .3rem;
    height: .36rem;
}
.address-item.default{
    position: relative;
}
.address-item.default{
    padding: .5rem .32rem .32rem;
}
.address-item .default,
.address-item.default::before{
    width: .94rem;
    line-height: .4rem;
    text-align: center;
    font-size: .24rem;
    color: #fff;
    background-color: #415DEA;
    border-radius: .2rem 0 .2rem 0;
}
.address-item .default{
    margin-left: .2rem;
}
.address-item.default::before{
    content: '默认';
    position: absolute;
    left: 0;
    top: 0;
}
.address-item{
    padding: .32rem;
}
.address-item .radio + *{
    margin-left: .24rem;
}
.address-item .name{
    padding-bottom: .2rem;
}
.address-item .edit-icon{
    margin-left: .6rem;
}
.address-item .edit-icon img{
    width: .4rem;
}
/* 表单按钮 */
input:checked + .radio-view{
    border-color: transparent;
}
.radio > .radio-view{
    display: flex;
    width: .4rem;
    height: .4rem;
    transition: .3s;
    border: 0.02rem solid #969696;
}
.radio input{
    opacity: 0;
    position: absolute;
}
.radio > .radio-view svg{
    margin-top: .025rem;
    margin-left: .05rem;
    width: .25rem;
    height: .25rem;
}
.switch input{
    position: absolute;
    opacity: 0;
}
.switch .switch-view{
    position: relative;
    display: flex;
    width: 1rem;
    height: .62rem;
    border-radius: 10rem;
    background-color: #eee;
    box-sizing: border-box;
    padding: .05rem;
    transition: .3s;
}
.switch .switch-view::before{
    content: "";
    transition: .3s;
}
.switch input:checked + .switch-view::before{
    flex: 1;
}
.switch .switch-view::after{
    content: '';
    width: .52rem;
    height: .52rem;
    background-color: #fff;
    border-radius: 10rem;
}
/* 空视图 */
.empty-view{
    color: #C3C3CC;
}
.empty-view .img1{
    margin-bottom: .7rem;
    width: 1.52rem;
}
.empty-view .txt1{
    font-size: .52rem;
    padding-bottom: .3rem;
}