.dota {
	white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dbox {
	border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    position: relative;
    padding: 10px;
    font-size: 14px;
}
.dbox-tit {
	width: 34px;
}
.dbox-cont {
	color: #5fbfd9;
	overflow: hidden;
}
.icon-addr {
	vertical-align: middle;
	width: 12px;
	height: 12px;
	display: inline-block;
    margin-right: 4px;
}
.more {
    list-style: none;
}
.more:after {
    content: " ";
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #878787;
    border-style: solid;
    transform: rotate(45deg);
    position: absolute;
    margin-top: -4px;
    top: 50%;
    right: 22px;
}
/************ pop ***************/
.pmask {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: 100;
    display:none
}
.pclose {
    cursor: pointer;
    z-index: 1001;
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top:10px;
}
.pwrap {
    width:100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 999999;
    display: none;
}
.pcont {
    background: #f2f2f2;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    position: absolute;
}
.pcont img {
    max-width:100%;
    width: auto;
}
/*********type***********/
.type-w { 
    padding: 12px 20px 20px;
    overflow:hidden;
    font-size: 13px;
}
.type-top {
	min-height: 78px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.type-img {
	width: 108px;
    position: absolute;
    top: -20px;
}
.type-top .goods_money_content {
	margin-left: 108px;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.type-top .goods_money-bord {
	padding-left: 10px;
}
.type-top .cl0, .type-txt1, .type-txt2 {
	text-align: left;
	margin-top: 2px;
}
.type-txt1 {
	color: #999;
    font-family: 'microsoft yahei',Verdana,Arial,Helvetica,sans-serif;
}
.type-txt2 {
	color: #000;
}
.type-tit {
	padding-bottom: 5px;
}
.type-list {
    overflow: hidden;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.type-option {
    float: left;
    position: relative;
    padding: 10px;
    margin: 10px 10px 0 0;
    min-width: 80px;
    border-radius: 6px;
    text-align: center;
    word-break: break-all;
    color: #333;
    background-color: #fff;
}
.type-selected {
	background-color: #5fbfd9
}
.type-option:after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	border-radius: 6px;
	bottom: -100%;
    right: -100%;
	-webkit-transform: scale(.5);
    -webkit-transform-origin: 0 0;
}
.type-num {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.type-num .select {
	margin: 0;
}
.type-num .btn-add, .type-num .btn-del, .type-num .fm-txt {
	border: 0;
	height: 28px;
    width: 28px;
	line-height: 28px;
	border-radius: 4px;
}
.type-num .fm-txt {
	background: none
}
.type-num .btn-add, .type-num .btn-del {
	text-indent: 0;
	background: #fff;
}
.type-btn .btn {
    font-size: 20px;
    border-radius: 0;
    padding: 10px;
    background: #5fbfd9;
    color: #000;
}
.type-btn .btn:active {
	opacity: .8
}
.type-btn .btn-buy {
	background: #e90003;
	color: #fff;
}

.type-btn .btn {
    font-size: 14px;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    background: #ed8ca8;
    color: #fff;
}
.type-btn .btn:active {
    opacity: .8
}
.type-btn .btn-buy {
    background: #5fbfd9;
    color: #fff;
}