.login-box{
	width:600px;
	padding:20px;
	border:1px solid #999;
	margin: 0 auto;
	margin-top:30px;
	margin-bottom:250px;
}
.login-box h3{
	padding-bottom:10px;
	border-bottom:1px solid #929191;
}
.form-group{
	margin-top:10px;
}
.login-btn{
	background:#007AFF;
	/* padding:2px 20px !important; */
	margin-top:20px;
}

/* 联系我们 */
.callbox{
	margin-top:50px;
	height:600px;
	display: flex;
	justify-content: space-between;
}
.waybox{
	width:50%;
}
.waybox span{
	vertical-align: sub;
}
.talkbox{
	width:50%;
	padding:20px;
}
.talkstxt{
	width:100%;
	height:200px;
}
.subbtn{
	width:100%;
	margin-top:10px;
}

/* 资讯内容 */
.bigaibox{
	background: #F1F1F1;
	border:1px solid #ccc;
	margin-top:20px;
}
.ailists span:nth-child(1){
	display: inline-block;
	background:#1F9DD4;
	width:100px;
	color: white;
	padding:2px 0;
	text-align: center;
}
.ailists span:nth-child(2){
	padding-left:60px;
	font-size:20px;
}
.hunbox{
	margin-top:20px;
	display: flex;
	justify-content: space-between;
}
.imgbox{
	border:1px solid #666;
	padding:3px;
	width:260px !important;
	height:140px;
	overflow: hidden;
}
.imgbox img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.content-txts{
	padding:10px 30px;
}
.content-txts p{
	text-indent:2em;
}

.paybtn{
	padding:2px 20px;
	float:right !important;
}

/* 商品详情 */
.detail-box{
	width:64%;
	margin:0 auto;
	/* height:700px; */
	padding:50px 20px;
	display:flex;
	justify-content:space-between;
	margin-top:30px;
	margin-bottom:30px;
}
.imgbox{
	width:480px !important;
	height:100%;
}
.imgbox img{
	width:100%;
	height:100%;
	object-fit:cover;
	border:1px solid #999;
}

/* 详情选择 */
.detail-txt{
	width:50%;
	height:100%;
	padding:20px;
}
.flower-txt{
	font-size:24px;
	font-weight:500;
}
.fuwu-txt{
	margin-top:20px;
	text-indent:2em;
	color: #777777;
}
.price-txt{
	font-size:22px;
	color:#C10000;
	margin-top:20px;
}
.color-box{
	border:1px solid coral;
	padding:20px;
	margin-top:30px;
}
.color-box span{
	display: inline-block;
	padding:2px 10px;
	border:1px solid #999;
	margin:10px 20px;
	cursor: pointer;
}
.color-box span:hover{
	border:1px solid orangered;
}






/* 数量加减 */
.mt25{
    margin-top: 25px;
}
.ml18{
    margin-left: 18px;
}
.ml68{
    margin-left: 68px;
}
.purchasenum > span{
    color:#898989;
    font-family: "宋体";
    padding: 8px 24px 0 0;
}
.purchasenum > i,
.purchasenum > input{
    display: inline-block;
    width: 30px;
    height:33px;
    line-height: 32px;
    text-align: center;
    color:#bbbbbb;
    border: 1px solid #cecece;
}
.purchasenum > input{
    width:45px;
    box-sizing: content-box;
    vertical-align: top;
    margin-left: -6px;
    border-left-style: none;
}
.purchasenum .plus{
    margin-left: -4px;
}
.addpurchase > button{
    width: 186px;
    height: 45px;  
    font:bold 16px/45px "微软雅黑";
    cursor: pointer;
}
.addpurchase .add{
    color:#fafbf3;
    background-color: #f26a12;
}
.addpurchase .purchase{
    border: 1px solid #F46C15;
    background-color: #FEF9F6;
    color:#F46C15;
}
.small-flo{
	width:100%;
	height:100%;
}