.aui-content-box {
    position: relative;
    width: 95%;
    border-right: solid 1px #f0f0f0;
    height: 460px;
    margin: 0 auto;
    background: #fff;
    float: left;
}

.aui-content-item-img {
    position: absolute;
    width: 180px;
    height: 180px;
    left: 50%;
    margin-left: -60px;
    top: 40px;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.aui-content-item-img img {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.aui-content-item-name {
    position: absolute;
    top: 225px;
    left: 90px;
    width: 230px;
    padding: 0 15px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    font-size: 18px;
	font-weight:bolder;
}

.aui-content-box-list ul li {
    float: left;
    border-right: 1px solid #eee;
}

.aui-content-box-list ul li a {
    position: relative;
    display: block;
    width: 300px;
    height: 365px;
    text-align: center;
    margin: auto;
}

.aui-content-price {
    position: absolute;
    left: 90px;
    top: 260px;
    width: 270px;
    height: 30px;
    padding: 1px;
    background: #fff;
    line-height: 20px;
}

.aui-content-price-new {
    float: left;
    width: 80px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #e6382f;
    line-height: 20px;
}

.aui-content-price-new i {
    /* margin-right: 3px; */
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
}

.aui-content-price-new span {
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.aui-content-price-origin {
    float: left;
    width: 80px;
    height: 20px;
    background: #fff;
    text-align: center;
    color: #b7bcb8;
    font-size: 12px;
    text-decoration: line-through;
}

.aui-content-price-origin i {
    margin-right: 3px;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
}

.aui-content-price-origin span {
    height: 20px;
    background: #fff;
    text-align: center;
    color: #b7bcb8;
    font-size: 12px;
    text-decoration: line-through;
}

.aui-content-box-ovf {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-left: 24px;
    height: 460px;
}

.aui-content-box-list {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.cpprev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -40px;
}

.cpnext {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
}

.cpprev a {
    opacity: 0.6;
    background: #2f3430;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 24px;
    height: 45px;
}

.cpnext a {
    background: #2f3430;
    position: absolute;
    right: 0;
    z-index: 100;
    width: 24px;
    height: 45px;
    opacity: 0.6;
}

.cpprev img {
    width: 80%;
    display: block;
    border: none;
    position: absolute;
    left: 0;
    top: 12px;
}

.cpnext img {
    width: 80%;
    display: block;
    position: absolute;
    border: none;
    top: 13px;
    right: 0;
}

.cpprev a:hover {
    opacity: 1;
}

.cpnext a:hover {
    opacity: 1;
}

.aui-content-max {
    width: 1200px;
    height: 275px;
    background: #e83632;
    margin: 0 auto;
    position: relative;
}

.aui-sale-time {
    position: relative;
    float: left;
    width: 190px;
    height: 275px;
    background: #e83632;
    color: #fff;
}

.aui-sale-time-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.aui-sale-title {
    position: absolute;
    font-family: 'fzzxh';
    left: 0;
    width: 100%;
    text-align: center;
    top: 32px;
    font-size: 36px;
}

.aui-sale-second {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 90px;
    color: #edac8e;
    color: #f19999;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
}

.aui-sale-icon-sd {
    position: absolute;
    left: 86px;
    top: 126px;
    display: block;
    width: 20px;
    height: 33px;
    background-position: -35px -25px;
    background-image: url(../img/icon-end.png);
    background-position: -32.5px 0;
    -moz-background-size: 52.5px 40px;
    background-size: 52.5px 40px;
}

.aui-sale-ends {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 170px;
    font-size: 16px;
}

.aui-sale-count {
    position: absolute;
    top: 212px;
    left: 17px;
    height: 40px;
}

.aui-sale-time-link:hover {
    color: #fff;
}

.aui-sale-count-item {
    position: relative;
    float: left;
    width: 50px;
    height: 40px;
    text-align: center;
    background-color: #2f3430;
    margin-right: 5px;
}

.aui-sale-count-item span {
    position: relative;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
}

.aui-sale-count-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #e83632;
}

.aui-small-ad {
    position: relative;
    float: left;
    width: 194px;
    height: 275px;
    background: #333;
}




/*商品大類CSS開始 */
.aui-content-box2 {
    position: relative;
    width: 95%;
    border-right: solid 1px #f0f0f0;
    height: 345px;
    margin: 0 auto;
    background: #fff;
    float: left;
}

.aui-content-item-img2 {
    position: absolute;
    width: 180px;
    height: 180px;
    left: 50%;
    margin-left: -60px;
    top: 40px;
	text-align:center;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.aui-content-item-img2 img {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.aui-content-item-name2 {
    position: absolute;
    top: 235px;
    left: 20px;
    width: 180px;
    padding: 0 15px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    font-size: 20px;
	font-weight:bolder;
}

.aui-content-box-list2 ul li {
    float: left;
    border-right: 1px solid #eee;
}

.aui-content-box-list2 ul li a {
    position: relative;
    display: block;
    width: 200px;
    height: 290px;
    text-align: center;
    margin: 20px;
}

.aui-content-box-list2 ul li a img {
    transition: all 0.5s;
}

.aui-content-box-list2 ul li a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.aui-content-price2 {
    position: absolute;
    left: 40px;
    top: 260px;
    width: 180px;
    height: 30px;
    padding: 1px;
    background: #fff;
    line-height: 20px;
}

.aui-content-price-new2 {
    float: left;
    width: 80px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #e6382f;
    line-height: 20px;
}

.aui-content-price-new2 i {
    /* margin-right: 3px; */
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
}

.aui-content-price-new2 span {
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.aui-content-price-origin2 {
    float: left;
    width: 80px;
    height: 20px;
    background: #fff;
    text-align: center;
    color: #b7bcb8;
    font-size: 12px;
    text-decoration: line-through;
}

.aui-content-price-origin2 i {
    margin-right: 3px;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
}

.aui-content-price-origin2 span {
    height: 20px;
    background: #fff;
    text-align: center;
    color: #b7bcb8;
    font-size: 12px;
    text-decoration: line-through;
}

.aui-content-box-ovf2 {
    width: 90%;
    overflow: hidden;
    position: relative;
    margin-left: 24px;
    height: 335px;
}

.aui-content-box-list2 {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.dlprev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -40px;
}

.dlnext {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
}

.dlprev a {
    opacity: 0.6;
    background: #2f3430;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 24px;
    height: 45px;
}

.dlnext a {
    background: #2f3430;
    position: absolute;
    right: 0;
    z-index: 100;
    width: 24px;
    height: 45px;
    opacity: 0.6;
}

.dlprev img {
    width: 80%;
    display: block;
    border: none;
    position: absolute;
    left: 0;
    top: 12px;
}

.dlnext img {
    width: 80%;
    display: block;
    position: absolute;
    border: none;
    top: 13px;
    right: 0;
}

.dlprev a:hover {
    opacity: 1;
}

.dlnext a:hover {
    opacity: 1;
}

.aui-content-max2 {
    width: 1200px;
    height: 275px;
    background: #e83632;
    margin: 0 auto;
    position: relative;
}

.aui-sale-time2 {
    position: relative;
    float: left;
    width: 190px;
    height: 275px;
    background: #e83632;
    color: #fff;
}

.aui-sale-time-link2 {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.aui-sale-title2 {
    position: absolute;
    font-family: 'fzzxh';
    left: 0;
    width: 100%;
    text-align: center;
    top: 32px;
    font-size: 36px;
}

.aui-sale-second2 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 90px;
    color: #edac8e;
    color: #f19999;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
}

.aui-sale-icon-sd2 {
    position: absolute;
    left: 86px;
    top: 126px;
    display: block;
    width: 20px;
    height: 33px;
    background-position: -35px -25px;
    background-image: url(../img/icon-end.png);
    background-position: -32.5px 0;
    -moz-background-size: 52.5px 40px;
    background-size: 52.5px 40px;
}

.aui-sale-ends2 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 170px;
    font-size: 16px;
}

.aui-sale-count2 {
    position: absolute;
    top: 212px;
    left: 17px;
    height: 40px;
}

.aui-sale-time-link2:hover {
    color: #fff;
}

.aui-sale-count-item2 {
    position: relative;
    float: left;
    width: 50px;
    height: 40px;
    text-align: center;
    background-color: #2f3430;
    margin-right: 5px;
}

.aui-sale-count-item2 span {
    position: relative;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
}

.aui-sale-count-item2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #e83632;
}

.aui-small-ad2 {
    position: relative;
    float: left;
    width: 194px;
    height: 275px;
    background: #333;
}
/*商品大類CSS結束 */




.luara-left {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.luara-left ul {
    position: relative;
    padding: inherit;
    margin: 0;
}

.luara-left ul li {
    float: left;
    padding: inherit;
    margin: inherit;
    list-style: none;
}

.luara-left ul li img {
    width: 100%;
    display: block;
    border: none;
}

.joininfo{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px 0px 10px 0px;
	width: 100%;

	color:#000;
	font-size: 16px;
	line-height: 26px;
	word-break: break-all; 
	word-wrap:break-word;
}

.RPList-vip{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:100%;
	height: auto;
	border-bottom: 0px dotted #fff;
	background:#fff;
	float:left;
}
.RPList-vip-goods{
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 194px;
	height: 419px;
	border-bottom: 0px dotted #fff;
	background:#fff;
	float:left;
	position: relative;
}
.RPList-vip-goods_photo{
	float: left;
	margin: 4px 4px 0px 4px;
	width: 186px;
	height: 186px;
}
.RPList-vip-goods_photo_2{
	float: left;
	position:relative;
	margin: 5px 4px 0px 4px;
	width: 186px;
	height: 30px;
	background:#5a5657;
}
.RPList-vip-goods_data{
	float: left;
	margin: 0px 2px 15px 3px;
	padding-top:10px;
	width: 190px;
	height: 147px;
	position: absolute;
	top:216px;
	bottom: 0px;
	left: 0px;
	background:#FFF;
	line-height: 1.2;
}
.RPList-vip-goods_data_title{
	font-size:14px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}
 a.RPList-vip-goods_data_title:link {
	font-size: 14px;
	color: #000;
	text-decoration:none;
 }
 a.RPList-vip-goods_data_title:visited {
	font-size: 14px;
	color: #000;
	text-decoration:none;
 }
 a.RPList-vip-goods_data_title:hover {
	font-size: 14px;
	color: #000;
	text-decoration:underline;
 }
 a.RPList-vip-goods_data_title:active {
	font-size: 14px;
	color: #000;
	text-decoration:none;
 }

.RPList-vip2-goods{
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 244px;
	height: 435px;
	border-bottom: 0px dotted #fff;
	background:#fff;
	float:left;
	position: relative;
}
.RPList-vip2-goods_photo{
	float: left;
	margin: 4px 4px 0px 4px;
	width: 284px;
	height: 284px;
}
.RPList-vip2-goods_photo_2{
	float: left;
	margin: 0px 4px 0px 4px;
	width: 284px;
	height: 35px;
	background:#5a5657;
	position: relative;
}
.RPList-vip2-goods_data{
	float: left;
	margin: 0px 2px 15px 0px;
	width: 292px;
	height: 115px;
	position: absolute;
	top:319px;
	bottom: 0px;
	left: 0px;
	line-height: 1.2;
	background:#FFF;
}
.RPList-vip2-goods_data_title{
	font-size:14px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}
 a.RPList-vip2-goods_data_title:link {
	font-size: 14px;
	color: #000;
	text-decoration:none;
 }
 a.RPList-vip2-goods_data_title:visited {
	font-size: 14px;
	color: #000;
	text-decoration:none;
 }
 a.RPList-vip2-goods_data_title:hover {
	font-size: 14px;
	color: #000;
	text-decoration:underline;
 }
 a.RPList-vip2-goods_data_title:active {
	font-size: 14px;
	color: #000;
	text-decoration:none;
 }
.product_button {
    grid-row: 3;
    -ms-grid-row: 3;
    grid-column: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
.product_button .btn {
      background: #D2B4A1;
      color: #ffffff;
      width: 30%;
	  height:35px;}

.btn-quick_buy {
        background: #D2B4A1;
        border-color: #D2B4A1;
        border-radius: 5px;
        color: #ffffff;
        transition: all ease-in-out .15s;
        text-align: center; }
.btn-quick_buy:hover {
          background: #899292;
          border-color: #899292; }
