/**********************所有文字类页面公共样式****************************/

/*帮助中心*/
body{
	background: #fff;
}
.right{text-align: right;}
.help-top{
	background-color: #fff;
	padding: 10px 5px;
	color: #666;
	font-size: 24px;
}
.help-top a{
	color: #333;
}
.help-top i{
	font-size: 30px;
}
.line1{height: 2px; width: 100%;background-color: #fbeef3;margin: 0 auto;clear: both;}
.help-content{
	padding: 40px 20px;
}
.help-content h3{
	font-size: 30px;
	margin: 20px 0;
}
.help-content h5{
	margin: 10px 0;
}
.help-content h3 i{
	color: #6f0a1c;
}
.help-content .strong{
	font-weight: bold;
	border-top: 1px solid #F5A7C6;
	padding-top: 20px;
}
.help-content .no{
	border: none;!important
	padding-top: 5px;
}
.help-content p{
	color: #666;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.6;
}
.help-content table td{
	padding:  10px 0;
}
.help-content p[class="iphone-title"]{
	color: #FF0000;
	font-size: 24px;
}
.help-content p small{
	font-size: 20px;
	color: #999;
}
.help-content .red{
	color: #DA251C;
}
.help-line{
	margin-top: 20px;
	text-align: center;
}
.help-line h2{
	margin-bottom: 20px;
	color: #00b050;
	font-size: 40px;
}
.help-line p{
	/*font-size: 15px;*/
	color: #333;
}
.help-line .strong{
	font-weight: bold;
}
.help-line .m-top{
	margin-top: 20px;
}
.help-line .m-down{
	margin-bottom: 20px;
}
.help-line .m-foot{
	padding: 20px 0 40px;
}
/*店长日志部分*/
.diary-content .diary-title{
	font-weight: 500;
	color: #333;
}
.diary-content .diary-details i{
	color: #ef2b79;
	margin: 0 12px 10px 10px;
}
.diary-content .diary-details{
	margin-bottom: 20px;
	padding-bottom: 5px;
    box-shadow: 0 3px 7px #ccc;	
    padding: 10px 5px;
}
/*店长日志详情页*/
.diary-details-name{
	display: inline-block;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 26px;
	color: #999;
	height: 26px;
}
.diary-details-title{
	font-weight: 500;
	color: #333;
}
.diary-details-time{
	text-align: center;
}
.diary-details-time i{
	color: #ccc;
	font-size: 22px;
}
.diary-details-recommend a{
	display: inline-block;
	color: #000;
	width: 100%;
	font-size: 28px;
}
.diary-details-content p{
	margin: 20px 0;
}
.diary-details-size span{
	display: block;
	margin-bottom: 10px;
}
.diary-content .color-green{
	color: #00b050;
}
.diary-content .color-pink{
	color: #ED5694;
}
.detail-relevant-title{
	padding: 10px 20px;
	color: #000;
	font-size: 26px;
}
.detail-relevant-title i{
	margin-right: 20px;
	color: #000;
}
.detail-relevant-content{
	width: 100%;
}
.detail-relevant-name{
	padding: 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 24px;
}
.detail-relevant-msg{
	width: 27%;
	display: inline-block;
	padding: 20px;
}
.detail-relevant-price span{
	color: #FF0000;
	font-size: 28px;
	line-height: 1.8;
}
.detail-relevant-img{
	height: 260px;
	overflow: hidden;
}
.diary-other{
	padding: 0 5px 20px;
}
.diary-other p{
	line-height: 1.8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	margin-bottom: 10px;

}
.diary-other p a{
	text-decoration: underline;
}
/*关于我们部分页面*/
.help-content article{
	background: #333;
	color: #fff;
	padding: 20px;
	border-radius: 14px;
	font-size: 22px;
	margin: 30px 0 20px;
}
.about-content p{
	/*padding-bottom: 20px;*/
	font-size: 22px;
	color: #666;
	line-height: 1.8;
}
.about-content p a{
	color: #7ea6c5;
	font-size: 23px;
	line-height: 1.6;
}
.about-content h2{
	margin: 20px 0;
	border-bottom: 1px solid #dedddd;
	line-height: 70px;
	color: #333;
}
.store-info .info1{
	clear: both;
}
.store-info .info1 label{
	width: 200px;
	float: left;
}
.store-info .info1 b{
	font-weight: normal;
	display: block;
	float: left;
	width: 510px;
}
.info1 b p{
	padding-bottom: 0;
}
/*定做部分*/
details,summary{
	appearance: none;
	-webkit-appearance: none;
	outline: medium;
}
details summary::-webkit-details-marker { display:none; }
summary{
	color: #ED5694;
	border: 1px solid #dddddd;
}
summary i{
	margin: 40px 20px 10px;
	color: #ed5694;
}
.production-content form{
	padding: 40px;
}
.production-content form p{
	margin-bottom: 20px;
}
.production-content form p label{
	color: #666;
	font-size: 26px;
}
.production-content form p b{
	color: #666;
	font-size: 26px;
	color: red;	
}
.production-content form p input{
	border: 1px solid #ccc;
	height: 32px;
	width: 300px;
	outline: medium;
	font-size: 24px;
	padding: 5px 10px;
}
.production-content form p:nth-of-type(1) input{
	width: 424px;
}
.production-content form p:nth-of-type(2) input{
	width: 389px;
}
.production-content form p:nth-of-type(3) input{
	width: 300px;
}
.production-content form p:nth-of-type(4) input{
	width: 414px;
}
.production-content form p:nth-of-type(5) input{
	width: 310px;
}
.production-content form p:nth-of-type(6) input{
	width: 362px;
}
.production-content form p:nth-of-type(7) input{
	width: 390px;
}
.production-content form textarea{
	width: 70%;
	height: 200px;
	margin:-20px 0 0 100px;
	padding: 20px;
	font-size: 26px;
	outline: medium;
	resize: none;
	color: #666;
}
.production-content form .sub{
	text-align: center;
}
.production-content form .sub button{
	width: 200px;
	border: 0;
	padding: 20px 0;
	font-size: 24px;
	border-radius: 5px;
	background-color: #fc645f;
	color: #fff;
	
}

/*上传图片预览*/
.page__bd{
	margin-bottom: 54px;
}
.weui-uploader__file {
    float: left;
    margin: 10px 10px 10px 0;
    width: 80px;
    height: 80px;
    background: no-repeat 50%;
    background-size: cover;
    position: relative;
}
.weui-gallery {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 1000;
}
.weui-gallery__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 60px;
    left: 0;
    background: 50% no-repeat;
    background-size: contain;
}
.weui-uploader__input-box{
	width: 100px;
	height: 100px;
	overflow: hidden;
	background: url(../images/add-p.png) center no-repeat;
	background-size: 100px;
}
.weui-uploader__input{
	font-size: 24px;
	width: 100px;
	height: 100px;
	opacity: 0;
}
.weui-gallery__opr {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0d0d0d;
    color: #fff;
    line-height: 60px;
    text-align: center;
}
.weui-gallery__del {
    display: block;
}
.weui-gallery__del i{
    color: #fff;
    font-size: 22px;
}
/*联系我们*/
.contact-content p label{
	font-size: 25px;
}
.contact-content .email{
	margin: 40px 0 20px;
}
.contact-content .email label{
	margin-right: 20px;
}
.contact-content .phone label{
	margin-right: 20px;
}
.contact-content .contact-msg label{
}
.contact-content p input{
	box-sizing: border-box;
	width: 90%;
	height: 60px;
	border: 1px solid #ccc;
	outline: medium;
	font-size: 26px;
	padding-left: 20px;
	margin: 0 5%;
}
.contact-content textarea{
	resize: none;
	width: 84%;
	height: 200px;
	margin-left: 5%;
	padding: 20px;
	font-size: 24px;
	outline: medium;
}
.contact-content .red{
	color: red;
}
.contact-sub{
	text-align: center;
	margin-top: 20px;
}
.contact-sub a button{
	width: 70%;
	height: 70px;
	border: 1px solid #E03C47;
	background: #E03C47;
	font-size: 26px;
	color: #fff;
	border-radius: 5px;
}
/*客户问题解答记录*/
.question-u{
	padding: 20px 5px;
	height: 600px;
}
.question-u .user-head{
	width: 20%;
	float: left;
}
.question-u .user-head img{
	border-radius: 50%;
}
.question-u .user-question{
	width: 98%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.question-u .user-question p{
	line-height: 34px;
	font-size: 23px;
}
.question-u .user-question .u-time{
	color: #999;
}
.question-u .user-question .service-answer p{
	color: #FF0000;
}


/*订单查询部分*/
.query-content .email label{
	
}
.query-content .phone label{
	padding-left: 0;
}
.query-content h5{
	color: #F00801;
	font-size: 30px;
}
.query-msg article{
	color: #a60925;
	margin-bottom: 20px;
}
.query-msg article i{
	margin-right: 20px;
}
.query-msg table{
	border: 1px solid #EFEFF4;
	text-align: center;
	margin-bottom: 40px;
} 
.query-msg table th{
	height: 88px;
}
.query-msg .q-name{
	width: 16%;
}
.query-msg .q-img{
	width: 20%;
}.query-msg .q-pay{
	width: 26%;
}.query-msg .q-zt{
	width: 14%;
}.query-msg .q-time{
	width: 24%;
}

/*照片写真*/
.photo-t{
	margin: 10px 0;
}
.photo-c{
	width: 100%;
	min-height: 950px;
	padding-bottom: 100px;
}
.photo-c section{
	width: 100%;
}
.photo-c section .client{
	display: block;
	width: 29%;
	margin: 0 0 0 5px;
	border: 1px solid #dcdbdb;
	padding: 5px 10px;
	float: left;
}
.photo-c section .client p{
	margin-bottom: 5px;
}
.photo-c-img{
	text-align: center;
	margin-bottom: 10px;
}
.weight{
	font-weight: bold;
	margin-top: 5px;
}
.photo-c .u-work{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.photo-c .u-intr{
	height: 188px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.client .goods-info{
	display: inline-block;
	padding: 5px 10px;
	height: 40px;
	background: #f9709f;
	line-height: 40px;
	color: #fff;
	text-align: center;
	margin: 20px 0;
}
