﻿@charset "utf-8";

.confirmWrap{
    padding:8px;
    box-sizing:border-box;
    background-color:#f4f4f4;
    overflow:hidden;
}
.confirmBox{
    width:100%;
    padding:10px 0px;
    box-sizing:border-box;
    border-radius:7px;
    background-color:#fff;
}
.confirmNote{
    padding:10px;
    box-sizing:border-box;
    align-items:center;
}
.confirmNote span{
    display:inline-block;
    width:75px;
}
.confirmNote input{
    flex:1;
    padding:5px;
    box-sizing:border-box;
}
.addressDetail{
    align-items:center;
    box-shadow: 2px 2px 4px 0px #999;
}
.addressIcon{
    width:17%;
    text-align:center;
}
.addressIcon span{
    display:inline-block;
    width:28px;
    height:28px;
    line-height:28px;
    text-align:center;
    border-radius:14px;
    background-color:#f60;
    color:#fff;
}
.addressIcon i{
    color:#fff;
    font-size:18px;
}
.addressInfo{
    flex:1;
}
.contacts span,.contacts label{
    font-size:15px;
    vertical-align:middle;
}
.contacts span{
    margin-right:10px;
}
.contacts label{
    color:#999;
}
.addressName{
    padding:8px 0px;
    font-size:12px;
}
.addressPick{
    width:10%;
    text-align:center;
}
.addressPick i{
    color: #999;
}