/**!
 * index
 * date:2018-10-30
 * author: csxiang;
 */

/* content */
.content {
	padding: 30px 0;
	background-color: #f4f4f7;
	color: #393939;
}
.common-title {
	margin-bottom: 18px;
	color: #393939;
	font-size: 24px;
	font-weight: bold;
}
.product-item {
	width: 860px;
	height: 240px;
	margin-bottom: 20px;
	background-color: #fff;
}
.product-adv {
	margin-top: 10px;
    margin-left: 10px;
}

.pro-pic {
	position: relative;
	width: 240px;
	height: 240px;
}
.pro-pic img {
	display: block;
	width: 100%;
}
.pro-flag-list {
	position: absolute;
	top: 0;
}
.pro-flag-list li {
	float: left;
	width: 50px;
	height: 27px;
	line-height: 27px;
	margin-left: 10px;
	text-align: center;
	color: #fff;
	background-color: #eb2d2d;
}
.pro-detail-wrap {
	width: 578px;
	height: 238px;
	border:1px solid #ebeef2;
	 border-left-color: transparent;
	 padding: 0 20px;
}
.pro-top-wrap {
	min-height: 150px;
}
.pro-title {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
}
.pro-desc {
	color: #999;
}
.ptuan-wrap {
	margin-bottom: 5px;
	font-size: 12px;
	color: #999;
}
.ptuan-wrap em {
	color: #d82a38;
}
.pro-process {
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background-color: #e86444;
}
.pro-process .process-bar {
	width: 100px;
	height: 4px;
	border-radius: 2px;
	background: -webkit-linear-gradient(left, #904e95, #eb7355);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #904e95, #eb7355);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #904e95, #eb7355);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #904e95, #eb7355);
	/* 标准的语法 */
}

.pro-price {
	color: #d82a38;
	font-size: 30px;
	font-weight: bold;
}
.pro-tuan-num {
	display: inline-block;
	width: 63px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 12px 8px 0;
	border-radius: 10px;
	background-color: #dbdfe2;
	font-size: 12px;
	color: #333;
}
.pro-singleprice {
	margin-left: 20px;
	margin-top: 13px;
	color: #333;
}
.pro-oldprice {
	margin-left: 20px;
	margin-top: 13px;
	color: #999;
    text-decoration: line-through;
}
.pro-order-num {
	margin-top: 13px;
	margin-right: 60px;
	color: #333;
}
.pro-order-num em {
	font-size: 16px;
	font-weight: bold;
}
.pro-ptuan-btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	background-color: #e83535;
	cursor: pointer;
}

/* notice-wrap */
.notice-wrap {
	width: 320px;
}
.notice-content {
	width: 318px;
	border: 1px solid #ebeef2;
	background-color: #fff;
}
.notice-content .split {
	width: 290px;
	height: 2px;
	margin: 0 auto;
	background-color: #e8e2e2;
}
.notice-top {
	padding: 20px;
}
.notice-top h2 {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.notice-top p {
	line-height: 28px;
}
.notice-top p a {
	color: #d22a2a;
}
.notice-bt {
	padding: 20px;
}
.notice-bt ul {
	margin-left: 20px;
}
.notice-bt li {
	margin-bottom: 10px;
	list-style-type: disc;
}
.notice-bt li a {
	color: #393939;
}
.notice-bt li:hover a {
	color: #e83535;
}


/* 2022-01-13 鏂板 */
.nogroup{
	height: 25px;
}
.content {
    padding: 20px 0 49px 0;
    color: #333;
}

.platform {
    float: left;
    padding: 15px 29px 0 24px;
    width: 741px;
    height: 219px;
}

.user-info {
    float: left;
    padding: 22px 30px 0 30px;
    width: 326px;
    height: 212px;
}

.platform-hd {
    height: 40px;
    line-height: 40px;
    color: #d22a2a;
}

.platform-hd p {
    display: inline;
    float: right;
}

.platform-hd a {
   color: #d22a2a;
}

.platform-tt {
    font-size: 20px;
    font-weight: bold;
}

.platform-bd {
    margin-top: 27px;
}

.notice-node {
    position: relative;
    margin-top: 20px;
    padding-left: 9px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.notice-node:first-child {
    margin-top: 0;
}

.notice-node::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background: #333;
}

.notice-node:hover::before {
    background: #e83535;
}

.notice-date {
    float: right;
    color: #999;
}

.notice-name {
    display: block;
    margin-right: 150px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notice-node:hover .notice-name,
.notice-node:hover .notice-date {
    color: #e83535;
}

.user-hd {
    height: 28px;
    line-height: 28px;
}

.user-hd .welcome {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    max-width: calc(100% - 79px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.loginout-btn {
    float: right;
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    color: #666;
    background: #eee;
}

.user-bd {
    margin-top: 33px;
}

.user-node {
    margin-top: 20px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}

.user-node:first-child {
    margin-top: 0;
}

.user-node > label {
    color: #666;
}

.user-node > span {
    font-size: 18px;
    font-weight: bold;
}

.user-link {
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background: #e81425;
}

.goods-nav {
    position: fixed;
    z-index: 900;
    top: 50%;
    left: 50%;
    transform: translate(-812px, -30%);
    padding: 20px 12px;
    width: 126px;
}

.goods-nav.fix {
    position: fixed;
    top: 0;
    transform: translate(-812px, 0%);
}

.nav-item {
    margin-top: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.nav-item:first-child {
    margin-top: 0;
}

.nav-item > a {
    display: block;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.nav-item.current > a {
    color: #fff;
    background: #e81425;
}

.goods-cate {
    padding-top: 36px;
}

.goods-hd {
    height: 52px;
    line-height: 52px;
    text-align: center;
}

.goods-hd > h3 {
    font-size: 30px;
    font-weight: bold;
}

.goods-bd {
    margin: 0 -10px;
}

.goods-node {
	float: left;
    width: 33.3333333333333%;
}

.goods-item {
    display: block;
    margin: 20px 10px 0 10px;
    height: 410px;
}

.goods-img {
    position: relative;
    height: 257px;
    overflow: hidden;
}

.goods-img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.goods-info {
    padding: 20px 30px 0 30px;
}

.goods-name {
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    font-size: 18px;
}

.goods-tips {
    margin-top: 18px;
    height: 36px;
    line-height: 36px;
}

.goods-price {
    float: left;
    font-weight: bold;
    color: #e81425;
}

.goods-price>span:nth-child(1) {
    font-size: 28px;
}

.goods-price>span:nth-child(2) {
    font-size: 20px;
}

.goods-reserve {
    float: right;
    width: 109px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    background: #e81425;
}


@media (max-width: 1640px) {
    .goods-nav {
        left: 0;
        transform: translate(0%, -30%);
    }
    .goods-nav.fix {
        top: 0;
        transform: translate(0%, 0%);
    }
}

/*鏂板搧logo*/
.new-product-background {
	z-index:999;
	position:absolute;
	background-color:orangered;
	width:30%;
	height:30%;
	transform:rotate(135deg);
	top:-15%;
	left:85%;
	transition:opacity .3s;
	-moz-transition:opacity .3s; /* Firefox 4 */
	-webkit-transition:opacity .3s; /* Safari and Chrome */
	-o-transition:opacity .3s; /* Opera */
}

.new-product-font {
	position:absolute;
	transform:rotate(-90deg);
	width:100%;
	height:100%;
	line-height:100%;
	left:70%;
	z-index:9999;
	text-align:center;
	font-size:2em;
	color:lightgoldenrodyellow;
}

.goods-img:hover .new-product-background{
	opacity:0.3;
}
/* end */

.toplink {
/* 	display: none; */
	height: 30px;
	width: 30px;
	position: fixed;
	bottom: 35px;
	right: 50%;
	margin-right: -650px;
}

.toplink img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1300px) {
	.toplink {
		margin-right: -620px;
	}
}


