@charset "utf-8";
/*
* @description: 微股东平台空店样式
* @author: enjing
* @update: 2015-9-16
*/
/*修改框架列表小头像的大小*/
.kd-avatar-ss {
	margin: 5px 10px 5px 0;
	width: 30px;
	height: 30px;
}

.kd-wrap {padding-bottom: 120px;}
.kd-logo {
	position: relative;
	margin-top: 20px;
}
.kd-name {
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
}
.kd-name span {
	display: block;
	margin: 0 auto;
	width: 110px;
	text-align: center;
}
/*空店产品*/
.kd-product {
	position: relative;
	background-color:#fff;
}
.price-mark {
	position: absolute;
	top: 16px;
	right: -5px;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	background-color: #F2F2F2;
	border-right: 5px solid #FFC107;
}

.product-img {
	padding: 3px;
	width: 100%;
}
.product-info p {line-height: 1.5;}
.product-info span {font-weight: 600;}

.kd-product-ft {
	position: relative;
	margin-top: 20px;
	padding-bottom: 10px;
}
.adr {
	float: left;
	height: 30px;
	line-height: 30px;
}
.adr-logo {
	padding-right: 3px;
	color:#00A5E4;
	font-size: 14px;
}

.comment-info-btn {
	position: relative;
	z-index: 10;
	float: right;
}
.comment-info-btn i {
	font-size: 25px;
	color: #676767;
}

.release-btn-wrap {
	position: fixed;
	bottom: 56px;
	left: 0;
	width: 100%;
}
.release-btn {
	position: relative;
	margin: 0 auto;
	width: 50px;
	height: 65px;
	background-color: #fff;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	box-shadow: 0px -1px 3px #ccc;
	border: 1px solid #ddd;
	z-index: 100;
}
.release-btn span {
	display: block;
	margin-top: 5px;
	margin-left: 4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: #FFC107;
}
.release-btn span i {
	font-size: 40px;
	color: #fff;
}
.my-dianpu span i{
	font-size: 25px;
}
.release-btn i.fabu {
	display: block;
	padding-top: 3px;
	width: 100%;
	font-size: 10px;
	text-align: center;
}

/*发布产品*/
.release-form {
	width: 100%;
}

.product-title {	
	background-color: #fff;
}
.product-title h4 {
	padding: 5px 0;
	width: 100%;
	border-bottom: 1px solid #ddd;	
}
.release-textarea {
	position: relative;
	width: 100%;
	height: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #fff;
	font-size: 16px;
}
.release-textarea textarea {
	box-sizing: border-box;
	-webkit-appearance: none;
	width: 100%;
	height: 200px;
	margin-top: 15px;
	border: 0;
}

.article-img-thumb {
	background-color: #fff;
	padding: 8px;
	margin: 8px 0 15px 0;
}
.article-img-thumb ul li {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	width: 64px;
	height: 64px;
}

.article-img-thumb ul li .reduce-img {
	position: absolute;
	top: -1px;
	right: -4px;
	color: red;
	line-height: 6px;
	display: none;
}

.article-img-thumb ul li img {
	width: 100%;
	height:100%;
}
.article-img-thumb ul li.add-img {
	border: 1px solid #B6B6B6;
	line-height: 62px;
	text-align: center;
	color: #B6B6B6;
}

.product-img li {margin-bottom: 15px;}
.product-img img {
	display: block;
	width: 100%;
}

.reading {
	padding: 0 6px;
	margin-top: 14px;
	margin-right: 10px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	background-color: #B6B6B6;
}

.details-price {
	position: relative;
	width: 100%;
	height:30px;
	line-height: 30px;
	background-color: #F2F2F2;
	border-radius: 5px;
}

/*小三角形*/
.stiangle {
	position: absolute;
	top: -11px;
	left: 20px;
	display: block;
	height: 0;
	width: 0;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	border-bottom: 12px solid #f2f2f2;
}

.momment-cont {
	margin-top: -5px;
	padding-left: 65px;
	padding-right: 15px;
}
.comment-header {padding-bottom: 0;}
.ui-list .comment-avatar {
	margin-bottom: 0;
}

.product-comment .ui-list:first-child {border-top:none;}
.product-comment .ui-list li {
	padding-top: 0;
	padding-bottom: 0;
}

/*评论弹出框*/
.comment-box.show {
	display: block;
	/*opacity: 1;*/
}

.comment-box {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	display: none;	
	background: #F0EFF5;
	/*opacity: 0;*/
}

.comment-form, .send-form {
	width: 100%;
}
.comment-textarea {
	position: relative;
	width: 100%;
	height: auto;
	line-height: 44px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #fff;
	font-size: 16px;
}
.comment-textarea textarea {
	box-sizing: border-box;
	-webkit-appearance: none;
	width: 100%;
	height: 165px;
	margin-top: 15px;
	border: 0;
}
.wordwrap {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #F44336;
	font-size: 12px;
}
.coment-btn {margin-top: 15px;}

.comment-submit,
.comment-cancel {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	width: 80%;
	height: 36px;	
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	border-radius: 36px;
}
.comment-submit {background-color: #FFC107;}
.comment-cancel {
	color: #B6B6B6;
	border: 1px solid #B6B6B6;
}

.details-comment-btn {
	font-size: 32px;
	line-height: 44px;
	color: #333;
}
.details-share-btn {
	font-weight: 900;
    color: rgb(51, 51, 51);
    font-size: 26px;
    line-height: normal;
}

/*购买宝贝*/
.buy-wrap {background-color: #fff;}
.buy-header {
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.buy-header dt {
	float: left;
	width: 100px;
	height: 100%;
}
.buy-header dd {
	padding-left: 120px;
	width: 100%;
	height: 100%;
}
.buy-header dd h4 {
	line-height: 30px;
}

/*收货信息*/
.goods-form-item {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
}
.goods-form-item textarea {
	padding-top: 14px;
	width: 100%;
	height: 100%;
	resize: none;
	overflow: hidden;
}

/*宝贝数量*/
.goods-number {
	margin-left: 95px;
	padding-top: 10px;
	width: 150px;
	-webkit-user-select: none;
}
.goods-number .reduce,
.goods-number .add {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #ccc;
}
.goods-number .reduce {float: left;}
.goods-number .add {float: right;}

.gray2 {color: #aaa;}

.goods-number .number {
	float: left;
	width: 74px;
	height: 38px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: #333;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	border-radius: 0;
	box-shadow: none;
}

/*订单提交完成*/
.buy-over .logo {
	margin: 0 auto;
	width: 80px;
	height: 80px;
}

/*修改地址*/
.adress-textarea {
	width: 100%;
	height: 100px;
}
.adress-textarea textarea {
	padding-top: 10px;
	height: 100%;
	resize: none;
	overflow: hidden;
	line-height: 1.5;
}
/*编辑信息页头44px*/
.edit-info-wrap {margin-top: 40px;}

/*发布文章时的添加图片按钮*/
.article-img-thumb .add-img i {font-size: 40px;}


/* animation */
.a-bounceinB{
	-webkit-animation:1s ease-out backwards;
	-moz-animation:1s ease-out backwards;
	-ms-animation:1s ease-out backwards;
		animation:1s ease-out backwards;
}
/* 弹入-从下 */
.a-bounceinB{
	-webkit-animation-name:bounceinB;
	-moz-animation-name:bounceinB;
	-ms-animation-name:bounceinB;
		animation-name:bounceinB;
}
/* 弹入-从下 */
@-webkit-keyframes bounceinB{
    0%{opacity:0;-webkit-transform:translateY(1000px);}
    60%{opacity:1;-webkit-transform:translateY(-30px);}
    80%{-webkit-transform:translateY(10px);}
    100%{-webkit-transform:translateY(0);}
}
@-moz-keyframes bounceinB{
    0%{opacity:0;-moz-transform:translateY(1000px);}
    60%{opacity:1;-moz-transform:translateY(-30px);}
    80%{-moz-transform:translateY(10px);}
    100%{-moz-transform:translateY(0);}
}
@-ms-keyframes bounceinB{
    0%{opacity:0;-ms-transform:translateY(1000px);}
    60%{opacity:1;-ms-transform:translateY(-30px);}
    80%{-ms-transform:translateY(10px);}
    100%{-ms-transform:translateY(0);}
}
@keyframes bounceinB{
    0%{opacity:0;transform:translateY(1000px);}
    60%{opacity:1;transform:translateY(-30px);}
    80%{transform:translateY(10px);}
    100%{transform:translateY(0);}
}

/*宝贝缩略图*/
.product-thumb li {
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-thumb li:nth-child(2) {
	margin: 0 5px;
}
@media screen and (min-width:400px){
    .product-thumb li {height: 100px;}
}


/*空店后台页面的样式*/
.kd-info-t {
	width: 100%;
	height: 100px;
}

.kd-info-b {
	height: 64px;
}
.checkbox-r {
	position: absolute;
	top: 16px;
	right: 15px;
}

.tx-tip {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tx-tip span {
	padding-right: 10px;
	display: block;
	height: 100%;
	color: #56ABE4;
}

.my-release-cont {
	position: relative;
	padding-top: 10px;
}
.my-release-cont h4 {
	padding: 10px;
}
.my-release-cont .bottom {
	padding: 10px;
}
.my-release-cont .bottom .btn {
	float: right;
	margin-left: 5px;
	width: 60px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
}
.my-release-cont .bottom .btn:hover {background-color: #ECECEC;}

/*下架标签*/
.xj-mark {
	position: absolute;
	top: 20px;
	right: 0;
	width: 80px;
	height: 30px;
	line-height: 26px;
	font-size: 14px;
	color: red;
	text-align: center;
	border: 2px solid red;	
	-ms-transform:rotate(20deg); /* Internet Explorer */
	-moz-transform:rotate(20deg); /* Firefox */
	-webkit-transform:rotate(20deg); /* Safari 和 Chrome */
	-o-transform:rotate(20deg); /* Opera */
		transform:rotate(20deg);
}

/*卖出的*/
.sell-cont {
	padding: 10px;
}
.sell-cont dt {width: 90px;}
.sell-cont dd {padding-left: 100px;}
.sell-cont dd h4 {line-height: normal;}

.sell-btn {
	margin-top: 13px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
}

.not-receiving,
.yes-receiving {
	display: inline-block;
	font-size: 15px;
	line-height: normal;
	color: #56ABE4;
}
.not-receiving {font-size: 18px;}
/*订单信息*/
.order-info-top {
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #212121;
	font-size: 14px;
}

.order-info-cont {
	padding: 20px 10px;
}
.order-info-cont dt {
	width: 60px;
}
.order-info-cont dd {
	padding-left: 70px;
}
.order-info-seller {
	margin: 0 10px;
	padding:10px 0;
}
.order-info-seller li {
	padding: 0 10px;
	line-height: 30px;
}
.order-info-seller li span {
	display: inline-block;
	width: 100px;
}
/*未参与东方小金项目申请开空店的提示*/
.notking-info {padding: 0 35px;}

/*申请开空店*/
.open-kd-top {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #FFF0C2;
	background-color: #FFC107;
}

.open-kd {
	background-color: #57627E;
}
.open-kd .joinning {
	font-size: 14px;
	color:#0CDC0C;
	line-height: 37px;
}
.open-kd .joinning i {
	float: left;
	display: inline-block;
	font-size: 27px;
	line-height: 36px;
	color: #0CDC0C;
}
.open-kd-info h4,
.open-kd-info p,
.open-kd .not-join {color: #ddd;}
.open-kd-info p {font-size: 12px;}

.open-kd .not-join {margin-right: 15px;}

.kd-empty {
	height: 220px;
}
.kd-empty .logo,
.notkiong-tip .logo {
	margin: 0 auto;
	height: 100px;
	width: 100px;
}
.kd-empty .logo i {
	line-height: 100px;
	font-size: 100px;
	color: #B6B6B6;
}
.notkiong-tip .logo i {
	line-height: 100px;
	font-size: 100px;
}

/*没有数据的提示*/
.notdate {margin-top: 30px;}
.notdate-logo {
	margin: 0 auto;
	width: 200px;
	height: 200px;
}
.notdate-logo i {
	font-size: 200px;
	line-height: normal;
	color: #CACCCD;
}
.notdate-logo p {
	font-size:22px;
	color: #CACCCD;
	text-align: center;
}

/*微股东支付时的输入密码框的输入框*/
.wgd-pay-input {
	width: 230px;
	height: 50px;
	border: 1px solid #ccc;
	font-size: 14px;
	text-indent: 10px;
	box-shadow: 0;
	border-radius: 0;
}

/*详情页底部*/
.product-bottom-menu {
	position: fixed;
	bottom: 56px;
	width: 100%;
	height: 44px;
	z-index: 100;
	background-color: #F7F7F7;
}
.product-bottom-menu .margin {margin-top:7px;}

.order-code .code-img {
	margin: 15px auto;
	width: 240px;
	height: 240px;
	text-align: center;
}

.tx-form-item label:not(.ui-switch):not(.ui-checkbox):not(.ui-radio) {
   	width: 60px;
   	font-weight: 700;
   	color: #080808;
}
.tx-form-item input {
    padding-left: 60px;
}

/*空店订单列表缩略图*/
.kd-order-thumbnail li {
	margin: 0 5px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (min-width:400px){
    .kd-order-thumbnail li {height: 80px;}
}


/*开始 空店首页的代言广告语*/
.daiyan-statement-wrap {
	margin-bottom: 10px;
	width: 100%;
	height: 35px;
	display: -webkit-box;
}
.daiyan-statement {
	display:block;
	padding-left: 5px;
	margin-left: 20px;
	height: 35px;
	font-size: 14px;
	line-height: 18px;
	overflow:hidden;
	border-left: 3px solid #ccc;
	display: -webkit-box;
	-webkit-box-flex: 1;
    width: 100%; 
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
}
/*结束   空店首页的代言广告语*/

/*空店代言小头像*/
.daiyan-avatar-s {
    position: absolute;
    top: 39px;
    left: 26px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 10;
    overflow: hidden;
}

.daiyan-adr {
	width: 40%;
	height: 16px;
	line-height: 16px;
}

/*空店广场*/
.square-search-wrap {
	display: -webkit-box;
	height: 40px;
	background-color: #D32F2F;
	-webkit-box-align: center;
}

.square-search-wrap .return {
	display: block;
	width: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

.square-fenlei {
	display: -webkit-box;
	height: 30px;
	background-color: #F44336;
}

.square-fenlei li {
	display: -webkit-box;
	width: 100%;
	-webkit-box-flex: 1;
	/*-webkit-box-orient: vertical;*/
    -webkit-box-pack: center;
    -webkit-box-align: center;
    color: #fff;
}

.square-fenlei li:nth-child(1){
	border-right: 1px solid #D32F2F;
}

.square-fenlei li i {
	color: #fff;
	line-height: normal;
}

.square-kd-list {
	position: relative;
	margin: 10px 10px 0 10px;
	padding: 10px;
	background-color: #fff;
}

.square-kd-avatar {
	position: relative;
	margin: 0 auto;
	width: 60px;
	height: 60px;		
}
.square-kd-avatar .avatar-lg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
}
.square-kd-avatar .avatar-s {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0 auto;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 10;
}

.square-kd-avatar img {
	width: 100%;
}
/*关注前按钮*/
.square-kd-list .focus {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 40px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #333;
}
/*关注后*/
.square-kd-list .focus-afer {
	position: absolute;
	top: 10px;
	right: -5px;
	display: block;	
	font-size: 56px;
	text-align: center;
	line-height: 22px;
	color: #FFC107;
}

/*代言广告语*/
.square-daiyan-ad {
	margin-top: 5px;
	padding: 10px;
	background-color: #DFF8FF;
	color: #6FC0D7;
	border-radius: 5px;
	font-size: 12px;
}

.square-kd-info i {
	margin: 0 5px;
}

.square-kd-title {
	line-height: 30px;
    padding-top: 5px;
	border-bottom: 1px solid #B6B6B6;
}

.square-kd-thumbnail {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

/*开始空店广场缩略图*/
.square-kd-thumbnail li {
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.square-kd-thumbnail li:nth-child(2) {
	margin: 0 10px;
}
@media screen and (min-width:400px){
    .square-kd-thumbnail li {height: 100px;}
}
/*结束空店广场缩略图*/

.square-kd-footer .location {
	font-size: 12px;
	line-height: normal;
	color: #5DAFE1;
}

.square-kd-footer .location i {font-size: 14px;}

/*分类浮层*/
.fenlei-list,
.sorting-list {
	position: absolute;
	top: 70px;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 999;
}

.square-list>li {
	margin-left: 0;
	padding-right: 0;
}

.square-checked-s {
	margin-right: -7px;
	color: #37C337;
	line-height: 20px;
}

/*空店详情页代言人头像展示*/
.daiyan-avatar-list {
	margin: 10px 0;
	height: 20px;
}

.daiyan-avatar-list .title {
	margin-right: 5px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
} 

.daiyan-avatar-list .thumbnail li {
	float: left;
	margin: 0 2.5px;
	height: 20px;
	width: 20px;
}

.daiyan-avatar-list .thumbnail li img {
	width: 100%;
	height: 100%;
}

.daiyan-avatar-list span {
	display: block;
	width: 25px;
	height: 20px;
	font-size: 20px;
	text-align: center;
	line-height: 10px;
	background-color: #F2F2F2;
	border-radius: 8px;
}

/*空店详情页的关注*/
.kd-detail-focus {
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 35px;
	line-height: 26px;	
}
.focus-gray {color: #B6B6B6;}
.focus-yellow {color: #FFC107;}

.details-price .info {
	min-width: 200px;
	text-align: right;
}

.details-price .info i {
	margin: 0 5px;
}

/*开始空店代言列表样式*/
.daiyan-list {}
.daiyan-list li {
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-flex: 1;
    -webkit-box-align: center;
    background-color: #fff;
}

.daiyan-list-thumb {
	width: 80px;
	height: 80px;
}

.daiyan-list-thumb img {
	width: 100%;
	height: 100%;
}

.daiyan-list-info {
	margin-left: 15px;
	width: 100%;
	-webkit-box-flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
}
.daiyan-list-info h4 {
	padding-bottom: 5px;
}

.daiyan-list li .focus {
	margin-right: 10px;
	width: 40px;
	height: 20px;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	border:1px solid #333;
}

.daiyan-list li .focus-afer {
	font-size: 48px;
	color: #FFC107;
	line-height: normal;
}
/*结束空店代言列表样式*/

/*********************/

/*代言样式*/
.daiyan-cont {
	width: 100%;
	height: 113px;
	resize: none;
	border: none
}

.daiyan-avatar {
	width: 60px;
	height: 60px;
}

.daiyan-list-info p {
	font-size: 12px;
	line-height: 16px;
}
.daiyan-list-info p span {
	font-weight: 600;
}

.daiyan-kd li {
	padding: 0 3px;
	margin-bottom: 10px;
}

.daiyan-kd-header {
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background-color: #F44336;
}

.daiyan-kd-info {
	height: 50px;
}

.daiyan-kd-thumbnail .ui-col {
	margin: 0 3px;
	height: 40px;
	width: 100%;
}

.daiyan-kd-product-info {
	padding: 8px 5px;
}

.daiyan-kd-footer {
	padding: 0 5px 5px;
}

.daiyan-kd-footer .position {
}

.daiyan-kd-footer .btn {
	margin-left: 5px;
	height: 16px;
	width: 35px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}








