/* 寄件人标题 */
* {
    -webkit-touch-callout:auto !important;
    -webkit-user-select:auto !important;
    -khtml-user-select:auto !important;
    -moz-user-select:auto !important;
    -ms-user-select:auto !important;
    user-select:auto !important;
    -o-user-select:auto !important;
}
/* .pointer-events {
    pointer-events:none;
} */

.icoInfo {
    width: 30px;
    float: left;
    margin-left: 13px;
    padding-top: 14px;
    height: 100%;
}

.auth_msg {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 7;
}

.top_logo {
    width: 84%;
    margin-left: 8%;
    margin-top: 27%;
    /* padding-top: 34%; */
    /* padding-bottom: 20px; */
    text-align: center;
    border-bottom: 1px solid #E5E7EE;
    height: 24%;
}

.auth_name {
    display: block;
    font-weight: 400;
    font-size: 18px !important;
}

.div_box {
    width: 94.6%;
    margin: 10px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    background-color: #fff;
    z-index: 6;
}

.labItem {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #E3E3E3;
    color: #606265;
    /* padding-right: 9px; */
    height: 45px;
}

.labLeft {
    /* width: 27.5%; */
    float: left;
    font-size: 14px !important;
    color: #606265;
    letter-spacing: 0;
    text-align: left;
    margin-left: 16px;
    min-width: 68px;
}

.labRight {
    width: 70%;
    /* color: #303133; */
    color: #C0C4CC;
    float: left;
}

.btn_sub {
    height: 44px;
    /* background: #faaf19; */
    background: #ffe100;
    border-radius: 5px;
    width: 96%;
    border: 1px;
    font-size: 16px !important;
    /* color: #FFFFFF; */
    color: #003c8d;
    letter-spacing: 0;
    text-align: center;
    margin-left: 2%;
}

.btn_nor {
    background: #F7F7F7;
    border: 1px solid #DDDFE7;
    border-radius: 4px;
    height: 44px;
    width: 96%;
    letter-spacing: 0;
    text-align: center;
    margin-left: 2%;
}

.span_img {
    background: #F4B534;
    border-radius: 2px;
    font-family: PingFangSC-Semibold;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-left: 3%;
    margin-right: 2%;
}

.payment {
    transition: all cubic-bezier(.36, .66, .04, 1) 500ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-left: 8px;
    margin-right: 8px;
    background: #f1f2f3;
}

.contBackground {
    height: 100%;
    width: 100%;
    margin-top: 50px;
    overflow-y: auto;
    background-color: #f7f7f7;
    padding-bottom: 123px;
    /* transition: width 1s ease; */
}



.contBackgrounds {
    width: 100%;
    margin-top: 50px;
    overflow-y: auto;
    background-color: #f7f7f7;
} 
/* 货物信息 */
.mainpage {
    display: none;
}

.goodlist {
    /* height: 100px; */
    width: 100%;
}
.goodlist:last-child {
    padding-bottom: 15px;
}

.goodlist div {
    float: left;
    width: 25%;
    /* margin-left: 7%;
    margin-top: 3%; */
    text-align: center;
}

.goodlist div span {
    font-size: 12px !important;
}

.goodtitle {
    border-bottom: 1px solid rgba(151, 151, 151, 0.27);
    height: 40px;
    line-height: 40px;
    padding-left: 20PX;
}

.divKg {
    /* width: 33%; */
    height: 40px;
    display: inline-block;
}
.divKg0 {
    width:33%;
}
.col25{
    width: 25%;
}
/*  内部代货 */
.divKg1 {
    width:25%;
}
.divKg button {
    color: #747577;
    font-size: 0.86rem !important;
}

.selectClass {
    background-color: #ffe100 !important;
    color: #003c8d !important;
    border: 1px solid #ffe100;
}

select {
    width: 26%;
    color: #8F9399;
}

.goodimg0 img {
    width: 23px;
    height: 28.5px;
    margin-left: 43px;
    margin-top: 23px;
    margin-bottom: 11px;
}

.goodimg1,
.goodimg4 {
    margin-left: 44px;

}

.goodimg1 img {
    width: 28px;
    height: 24px;
    margin-top: 27px;
    margin-bottom: 11px !important;
}

.goodimg2,
.goodimg5 {
    margin-left: 25px;
}

.goodimg2 img {
    width: 28px;
    height: 26px;
    margin-top: 26px;
    margin-bottom: 9px !important;
}

.goodimg3 img {
    width: 28px;
    height: 25px;
    margin-left: 43px;
    margin-top: 25px;
    margin-bottom: 11px;
}

.goodimg4 img {
    width: 26px;
    height: 27px;
    margin-top: 23px;
    margin-bottom: 11px;
}

.goodimg5 img {
    width: 26px;
    height: 26px;
    margin-top: 23px;
    margin-bottom: 11px;
}

.SelectedDailyNecessities {
    color: #faaf19;
}
/* 运输方式样式 */
.delivery-box{
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 18px;
box-sizing: border-box;
padding: 0 12px 15px 12px;
}
.delivery-item{
display: flex;
align-items: center;
justify-content: center;
height: 33px;
border-radius: 5px;
background-color: white;
border: 1px solid rgba(189, 189, 189, 0.32);
box-sizing: border-box;
padding: 0 18px;
color: #747577;
margin-left: 10px;
margin-bottom: 10px;
font-size: 0.86rem !important;
min-width: 85px;
}
/* 下单成功/手机号码错误提示 */
.div-sheet {
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    height: 39.9%;
    width: 270px;
    margin-top: 31%;
    margin-left: 14.1%;
}

.msg1 {
    color: #303133;
    height: 86px;
    line-height: 86px;
    width: 100%;
    font-size: 16px !important;
    letter-spacing: 0;
    text-align: center;
}

.msg2 {
    width: 195px;
    margin-left: 38px;
    height: 61px;
    font-size: 13px !important;
    text-align: center;
    color: #303133;
    letter-spacing: 0;
}

.msg3 {
    width: 100%;
    font-size: 16px !important;
    color: #FFB541;
    letter-spacing: 0;
    text-align: center;
    border-top: 1px solid #ECEEF5;
    height: 46px;
    line-height: 46px;
}

/* 城市选择  */
.city_mask .citySubmitCanSave {
    width: 100%;
    height: 2.6rem;
    position: relative;
    bottom: 0;
    color: #003c8d;
    background-color: #ffe100;
    text-align: center;
    line-height: 3rem;
}
.fontcolorGoodsType{ 
    color: #C0C4CC;
}
.fontcolorSendPaymentType{ 
    color: #C0C4CC;
}
.fontcolor{ 
    color: #303133;
}

/* 联系人地址 */


/* 内部代货发货不能复制粘贴的问题 */

.shipments input{
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
}
/* 页面展示预约上门时间 */
.up-door-time-left{
    width: 30%;
    font-size: 15px;
}
.up-door-time-right{
    width: 60%;
    text-align: right;
    color: #333;    
    font-size: 15px !important;
}
.time-shadow-wripper{
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 300px;
}
.time-shadow-head{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #4d535e;
    height: 45px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding-left: 20px;
    
}
.time-shadow-head-close{
    width: 25%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 15px;
}
.time-shadow-icon-close{
    background: url(https://ca.deppon.com/ows/static/mp/images/close.png) no-repeat;
    background-size: contain;
    width: 15px;
    height:15px;
}
.time-shadow-content{
    display: flex;
    flex-direction: row;
}
.time-shadow-left{
    width: 45%;
    background-color: #f5f5f5;
    color: #909399;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
}
.time-shadow-left-item{
    width: 100%;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.selected-left{
    font-weight: bold;
    color: #f5a623;
    background-color: #fff;
}
.time-shadow-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 55%;
    background-color: #fff;
    overflow: scroll;
    font-size: 15px;
    height: 250px;   
}
.time-ico-scroll{
    width: 100%;
}
.tiem-shadow-right-item{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #090909;
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
}
.gray-right{
    color: #090909;
    font-weight: normal;
}
.selected-right{
    color: #f5a623;
    font-weight: bold;
}
.selected-right::after{
    position: absolute;
    content: "";
    top: 17px;
    right: 26px;
    display: block;
    height: 14px;
    width: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAYAAABE4bxTAAAAAXNSR0IArs4c6QAAA4lJREFUWAndl2tIFFEUx8+ZdVcUoiyT1IToSylEUF/KgooIxYoocB+uhRVaSBJB0otgAyOIsi9hEFSg7rpOaFloYgVaJEVBEFEUQfShAo1Cyweru6dzZ93Zx8y6urgaXdC58z/n3vO799zHLMI/UKjRUgMIayArZQ/OJQ+RQwLn+zoAOqRwILYmzRUQvaowgvNdI8c3hzB452SG6H5FKgwOtAJRQRAGu2FhRuGsA5GzJA1gvB0I1qswiK8hLWkzFjkHJVWchQq1lGYyTE8YDMAnSDEVChiBMGszxDOzHMD7kNPET7V8B1PyBjQ3fA4ohkAlkU9qtK/imenmGDlqHIQBkAxb0er8oGpcSXjKqMmaD8hpAlgSDIyjIEk7saTpTVDz1xIKRC5bIXh9Ik28kCcKghcMaEGb+2lACn0mDIgarRbw+e5xsNTQgIBYzjBC1y0JAWKYw3z6uvjPGBH1BJY034rQwl4VILpTtoA6qpLDLHG+kMtyBsB3jWHCByvhZSyVL8bqViIihOHhu/Czr5ta92bEahDNLvohp7kWfFSj8UGsB5u7WqPrCHy52Sr5oNrEI1oHI54XJNvzdPwmlUiWDeCy3uR+juk4tkNW7kFEJB2bRpIA6biqEi2DsbFe3h3bVC1GRUn1WEsL76QyrSv2gim7GLc4xrU2fUXk+RSf10F6gvlA3g5eC/5PAv12ikptB+bBr74HDLNL64ZvAQ070HxlRGuLrihXBwc/ybm/oHFDrIWS3GpEhy/SxrOYzuCdPJS1kTbe2l9Awnze3t80thiCepeRy3wdfFCu8Udsg3STHQsahgI2Pn1zeABdPDMrA5r6ROjng28jWps/qto0KsGtmZlXye06NW1FOvo9TxgiS9hILl3BMM+iwPzhK6EoXhjRvzpDSjCxJn4P8ZFOq8V7RPnKabjEIKc5TYsjbKInjwJjcz/W2KYhhAGJdiTvywbP6HOuLp16P+hjICvam29PvY2+ZzBlE3Y01/NMGLbzkJUPJv1mESrCkZmAEb1qgISofBYkQTGPOvb5geBgGL4qZqboAomueWF2MS9fkpMVrEO7fG4yj+naogKJjtDuvsH/z0fpVAZ7blUUW9zypEBKr3b3WT7o+FMipCA+AlPeXr0DM8QrrmpMIOVSNObu5/XU44+AL8G4aDeaHZ64IsZopNn20fz9v6e8VwGlo7zof0Tz++/0v6D/GaulbEHGAAAAAElFTkSuQmCC)
    no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
}