body,html,ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
i {
	font-style: normal;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.integral-container {
	font-size: 14px;
	font-family: sans-serif;
}
.integral-container .content-full {
	width: 1100px;
	margin: 0 auto;
}
.integral-container .banner-full {
	width: 100%;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center center;
}
.integral-container .store-list {
	overflow: auto;
	margin: 20px auto;
}
.integral-container a {
	text-decoration: none;
	color:#777;
}
.integral-container .commodity-item {
	float: left;
	border: 1px solid #ddd;
	padding: 20px;
	width: 220px;
	text-align: center;
	box-shadow: 0 0 5px 0 #ddd;
	margin: 5px 6px 20px;
	transition: all 0.5 ease-in-out;
}
.integral-container .commodity-item:hover {
	box-shadow: 0 0 8px 0 #0da1da
}
.integral-container .commodity-info {
	border-top: 1px solid #ddd;
	color:#999;
}
.integral-container .commodity-info .title {
	display: block;
	font-size: 14px;
	color:#777;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.integral-container .commodity-info .title,.integral-container .commodity-info .integral {
	text-align: left;
	margin-top: 15px;
	display: block;
}
.integral-container .commodity-info .integral {
	font-size: 12px;
}
.integral-container .commodity-info .new-jf {
	background: #ff6700;
	color:#fff;
	border-radius: 10px;
	padding: 2px 10px;
	margin-right: 5px;
}
.integral-container .commodity-info .old-jf,.commodity-account .old-jf,.commodity-detail .commodity-msg .old-jf {
	text-decoration:line-through;
}
.integral-container .commodity-item img {
	margin: 25px 0
}
.integral-container .int-loaction {
	background:#f3f3f3;
	color:#777;
	height: 50px;
	line-height: 50px;
}
.integral-container .line_title {
	background: #f3f3f3;
	height: 40px;
	border-top: 2px solid #0da1da;
	line-height: 40px;
	font-size: 12px;
}
.integral-container .line_title .titname {
	width: 120px;
	display: inline-block;
	height: 100%;
	background: #0da1da;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
/**/
	.integral-container .commodity-svg {
	margin: 20px 0;
	overflow: hidden;
}
.commodity-svg .commodityImg {
	border: 1px solid #ddd;
	width: 120px;
	height: 120px;
}
.commodity-svg .commodityImg img {
	width: 100%;
}
.integral-container .commodity-account {
	background: #fffece;
	border: 1px solid #ffede0;
	color:#000;
	height: 80px;
	padding: 20px 30px;
	width: 905px;
}
.commodity-account .title {
	font-size: 20px;
	font-family: "Microsoft YaHei";
}
.commodity-account .new-jf,.commodity-detail .commodity-msg .new-jf {
	color:#fe8d51;
	font-size: 18px;
	font-family: "Microsoft YaHei";
}
.commodity-account .old-jf,.commodity-detail .commodity-msg .old-jf {
	color:#989898 ;
}
.integral-container .take-delivery-info {
	clear: both;
	margin-bottom: 20px;
}
.take-delivery-con {
	border: 1px solid #ddd;
	padding: 25px 40px;
	border-top: 0;
	overflow: hidden;
}
.address-info {
	width: 70%;
	border-right: 1px solid #ddd;
}
.address-info .form-group {
	margin-bottom: 15px;
	color:#868686;
	clear: both;
	overflow: hidden;
}
.address-info .form-group label {
	width: 80px;
	display: inline-block;
	line-height: 30px;
	float: left;
	margin-right: 10px;
}
.address-info .form-group .input-control,.address-info .form-group .input-textarea {
	border: 1px solid #ddd;
	height: 30px;
	border-radius: 3px;
	padding: 0 5px;
	float: left;
	width:390px;
}
.address-info .form-box{
    float: left;
    width: 55%;
}
.address-info .form-group .input-textarea {
	height: 100px;
	width: 386px;
}
.integral-container .btn {
	min-width: 125px;
	height: 30px;
	border-radius: 3px;
	font-size: 14px;
	background: #ddd;
	color: #fff;
	border: 0;
	margin-right: 20px;
	font-family: "Microsoft YaHei";
	cursor: pointer;
}
.integral-container .btn :hover{
	background: #ff6600;
}
.address-info .form-group-btn .btn-important {
	background: #ff6700
}
.address-info .select-box {
	border: 1px solid #ddd;
	height: 30px;
	border-radius: 3px;
	width: 110px;
	margin-right: 10px;
}
.address-info .form-group-btn {
	margin-left: 90px;
}
.address-info .tips {
	color:#ff6700;
	clear: both;
	font-size: 12px;
	margin-top: 20px;
}
.take-delivery-con .logistics-img {
	text-align: center;
	margin-top: 50px;
}
.commodity-detail .commodityImg {
	width: 300px;
	height: 300px;
}
.commodity-detail .commodity-msg .title {
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	width: 100%;
    font-weight: bolder;
	color: #000000;
}
.commodity-detail .commodity-msg {
	width: 770px;
	height: 240px;
	padding: 30px 0;
}
.commodity-detail .btn-exchange {
	background: #ff6700;
	font-size: 16px;
	height: 35px;
	width: 145px;
	font-weight: bold;
}
.commodity-detail .integral {
	margin: 30px 0;
	color:#333;
}
.exchangeError{ font-size: 14px;}
.exchangeError p{
    margin: 10px;
    color:#b3b3b3;
    font-size: 14px;

}
.exchangeError .titileTxt{
    /*font-weight: bold;*/
    color: rgba(0, 0, 0, 0.87);
	margin-top: -10px;
}
.exchangeError .error{
    color:#fc080a;
	padding: 8px 0;
}
.exchangeError .more{
    text-decoration: underline;
    color:#f90;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.exchangeError .tips{
    color: #333;}
.exchangeError i{
    font-style: normal;
}
.exchangeError .warename{
    color: #ff6600;
    font-size: 18px;
}
.exchangeError .warePrice{
    font-size: 22px;
    color: #ff6600;
}
#content.error {
     left: 0;
	text-align: center;
 }
.exchangeError .titileTxt{
    margin-top: 20px;
    height: 26px;
	text-align: center;
}
