/* 修改页面 */
/* 来币商城 */
.mall-homepage {
	min-height: 820px;
}
.mall-homepage a {
	color: #333;
}
/* 顶部-左边区域 */
.mall-homepage .top-area .top-lf-area {
	width: 260px;
}
.mall-homepage .top-lf-area .about {
	padding-bottom: 10px;
}
.mall-homepage .top-lf-area .about .th {
	padding-left: 30px;
	color: #333333;
	line-height: 40px;
	font-size: 16px;
	padding-top: 10px;
	font-weight: bold;
}
.mall-homepage .top-lf-area .about a {
	color: #333;
}
.top-lf-area .classify > .list li a:hover,
.mall-homepage .top-lf-area .about a:hover {
	color: #02b68f;
}
.mall-homepage .top-lf-area .about .color-red {
	color: #f93535;
}
.mall-homepage .top-lf-area .about .tr {
	display: block;
	color: #333333;
	font-size: 15px;
	line-height: 30px;
	padding-left: 55px;
}
.top-lf-area .about .th  > .icon {
	position: relative;
	top: 1.5px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 5px solid #04b48e;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 9px;
}
.top-lf-area .classify .classify-title {
	position: relative;
	width: 210px;
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	background-color: #02b68f;
	font-size: 16px;
	color: #fff;
}
.top-lf-area .classify .classify-title .icon {
	position: absolute;
	left: 25px;
	top: 0;
	display: block;
	width: 15px;
	height: 50px;
	background: url(../images/icon_mall01.png) no-repeat center center;
	background-size: contain;
}
.top-lf-area .classify .classify-title .icon-triangle {
	position: absolute;
	left: 32px;
	bottom: -8px;
	display: block;
	border-top: 8px solid #02b68f;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.top-lf-area .classify > .list {
	min-height: 224px;
	padding-top: 18px;
	padding-bottom: 20px;
	border-left: 1px solid #dfdbdc;
	border-right: 1px solid #dfdbdc;
	border-bottom: 1px solid #dfdbdc;
}
.top-lf-area .classify > .list li {
	padding: 0 25px;
	line-height: 38px;
	font-size: 14px;
}
.top-lf-area .classify > .list li, 
.top-lf-area .classify > .list li a{
	color: #545151;
	font-weight: bold;
}
/* 顶部-右边区域 */
.mall-homepage .top-area .top-rt-area {
	width: 920px;
}
.top-area .top-rt-area .mall-search {
	padding: 38px 0 32px 5px;
}
.mall-search .search-box {
	position: relative;
	width: 878px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
.mall-search .search-box input {
	width: 626px;
	height: 100%;
	padding-left: 170px;
	padding-right: 80px;
	color: #666;
	border: 1px solid #00b58c;
	border-radius: 5px;
}
.mall-search .search-box .icon-search {
    position: absolute;
    top: 0;
    right: 0;
	display: block;
    width: 80px;
    height: 40px;
    line-height: 38px;
    background: url(../images/part_time02.png) no-repeat 25px 4px #00B48B;
    cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.mall-search .search-box .scope {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.mall-search .search-box .drop-down-box {
    top: 0;
    left: 0;
	width: 160px;
    height: 38px;
    border: 0;
    padding: 0;
}
.mall-search .search-box .drop-down-box .drop-down-text {
	padding: 0 15px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
	cursor: pointer;
}
.mall-search .search-box .drop-down-box .drop-down-img {
    border-left: 0;
    padding-left: 15px;
    right: 0;
}
.mall-search .search-box .drop-down-box .drop-down-list {
	width: 160px;
    top: 39px;
    padding: 0;
    border-left: 1px solid #00B48B;
    border-right: 1px solid #00B48B;
    border-bottom: 1px solid #00B48B;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
}
.mall-search .drop-down-box .drop-down-list li {
    padding: 0;
	margin: 0;
	border: none;
    box-sizing: border-box;
}
.mall-homepage .top-rt-area .tab-control {
	width: 918px;
	height: 44px;
	line-height: 44px;
	margin-left: 2px;
	border-bottom: 1px solid #e8e8e8;
}
.top-rt-area .tab-control .nav li {
	float: left;
	min-width: 78px;
	text-align: center;
	font-size: 16px;
	padding: 0 40px;
	font-weight: bold;
	color: #cccccc;
	cursor: pointer;
}
.top-rt-area .tab-control .nav li.on {
	color: #1f1d1d;
}
.top-rt-area .tab-control .nav li.on {
	height: 43px;
	line-height: 44px;
	border-bottom: 2px solid #01b58e;
}
.top-rt-area .tab-control .nav li:first-child {
	padding-left: 0;
}
.top-rt-area .tab-control .turn-page {
	font-size: 0;
	padding-right: 2px;
}
.top-rt-area .tab-control .turn-page .icon,
.colorful-goods2 .tab-control .turn-page .icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	cursor: pointer;
	background: url(../images/icon_prev.png) no-repeat center center #bfbfbf;
	background-size: auto 16px;
	vertical-align: middle;
	margin-left: 8px;
}
.tab-control .turn-page .icon.next {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.tab-control .turn-page .icon.bac-green {
	background-color: #03b68f;
}
.tab-control .turn-page .icon.on {
	width: 28px;
	height: 28px;
	background-size: auto 18px;
	background-color: #03b68f;
}
.tab-control .tab-content .tab-card {
	padding: 15px 0 20px 0;
	margin-left: -30px;
}
.tab-control .tab-content .tab-card li {
	float: left;
	width: 284px;
	height: 474px;
	border: 1px solid #dad4d4;
	margin-left: 30px;
}
.tab-control .tab-card li .good-img {
	display: block;
	width: 100%;
	height: 285px;
	overflow: hidden;
}
.tab-control .tab-card li .good-img:hover .block,
.colorful-goods .colorful-list li .goods-img:hover .block{
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.tab-control .tab-card li .details {
	height: 188px;
	padding: 15px 30px 0 30px;
	text-align: center;
	line-height: initial;
	font-size: 12px;
}
.tab-control .tab-card .details .goods-name {
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
}
.tab-control .tab-card .details .goods-name,
.tab-control .tab-card .details .goods-name a {
	color: #3f3b3b;
}
.tab-control .tab-card .details .abstract {
	line-height: 20px;
	color: #999898;
}
.tab-control .tab-card .details .discount {
	text-align: center;
	padding: 10px 0 5px 0;
}
.tab-card .discount .discount-price {
	font-size: 15px;
	color: #000;
	padding-bottom: 5px;
}
.tab-card .discount .discount-price .discount-num {
	display: inline-block;
	padding: 0 4px;
	background-color: #D92521;
	color: #fff;
}
.tab-card .discount .discount-price .currency-num {
	color: #D92521;
}
.tab-control .tab-card .details .original-price {
	font-size: 14px;
	color: #838A8C;
}
.tab-control .details .original-price .line-through {
	text-decoration: line-through;
}
.tab-control .details .original-price .currency {
	font-size: 12px;
	padding-left: 5px;
	vertical-align: bottom;
}
.tab-control .tab-card .details .amount {
	color: #02b68f;
	line-height: 28px;
}
.tab-control .tab-card .details .view-details {
	display: block;
	width: 98px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	background-color: #02b68f;
	color: #fff;
	margin: 12px auto 0 auto;
}
.mall-homepage .mall-title {
	position: relative;
	height: 49px;
	line-height: 50px;
	font-size: 18px;
	color: #060606;
	border-bottom: 1px solid #02b68f;
	padding-left: 42px;
	font-weight: bold;
}
.mall-homepage .mall-title i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 50px;
	background: url(../images/icon_gifts01.png) no-repeat center center;
	background-size: contain;
}
.colorful-goods .colorful-list li {
	float: left;
	width: 270px;
	height: 310px;
	margin: 24px 14px 26px 14px;
}
.colorful-goods .colorful-list li .goods-img {
    display: block; 
	width: 100%;
	height: 242px;
	overflow: hidden;
}
.colorful-goods .colorful-list li .goods-name,
.colorful-goods .colorful-list li .amount{
	display: block;
	font-size: 18px;
	line-height: 32px;
	border-bottom: 1px solid #e1e1e1;
	color: #000;
}
.lucky-draw .lucky-draw-box {
	padding: 30px 0;
}
.lucky-draw .lucky-draw-box .box-rt {
	width: 675px;
	padding-right: 40px;
}
.lucky-draw .box-rt .announcement {
	margin-bottom: 30px;
	background-color: #cdf0ea;
	border-radius: 5px;
	padding: 15px 10px;
}
.lucky-draw .box-rt .announcement .overflow {
	overflow: hidden;
	height: 80px;
}
.lucky-draw .box-rt .announcement li {
	position: relative;
	float: left;
	width: 295px;
	font-size: 14px;
	line-height: 20px;
	color: #464a49;
	padding-left: 32px;
}
.lucky-draw .box-rt .announcement li i {
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	width: 14px;
	height: 20px;
	background: url(../images/voice.png) no-repeat center center;
	background-size: contain;
}
.lucky-draw .box-rt .rules {
	color: #464a49;
	font-size: 14px;
	line-height: 20px;
}
.lucky-draw .lucky-draw-box .box-lf {
	width: 400px;
	height: 346px;
	background: url(../images/lucky_draw_bac01.png) no-repeat center center;
	background-size: contain;
}
.lucky-draw .lucky-draw-box .box-lf.active {
	background: url(../images/lucky_draw_bac02.png) no-repeat center center;
}
.lucky-draw .box-lf .roulette {
	padding: 24px 20px;
}
.lucky-draw .box-lf .roulette li {
	float: left;
	width: 107px;
	height: 86px;
	border-radius: 6px;
	margin: 1px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #fff;
	border: 5px solid #fff;
}
.lucky-draw .box-lf .roulette li.on {
	width: 107px;
	height: 86px;
	border: 5px solid #fdf151;
	/* background-size: 117px 96px; */
}
.lucky-draw .box-lf .roulette .start {
	background-image: url(../images/lucky_draw02.png);
	cursor: pointer;
}
/* .lucky-draw .box-lf .roulette .red-envelope {
	background-image: url(../images/lucky_draw03.png);
}
.lucky-draw .box-lf .roulette .deduction-volume100 {
	background-image: url(../images/lucky_draw04.png);
}
.lucky-draw .box-lf .roulette .deduction-volume10 {
	background-image: url(../images/lucky_draw05.png);
}
.lucky-draw .box-lf .roulette .members {
	background-image: url(../images/lucky_draw06.png);
}
.lucky-draw .box-lf .roulette .juicer {
	background-image: url(../images/lucky_draw07.png);
} */
/* 商品详情 */
.goods-details-page {
	min-height: 820px;
}
.commodity-info .picture-zone .larger-version {
	width: 443px;
	height: 323px;
	border: 1px solid #efefef;
}
.commodity-info .picture-zone .thumbnail {
	width: 410px;
	height: 100px;
	white-space: nowrap;
	margin: 30px 0 10px 10px;
	overflow: hidden;
}
.commodity-info .picture-zone .thumbnail .td {
	display: inline-block;
	width: 66px;
	height: 64px;
	cursor: pointer;
	border: 1px solid #efefef;
	margin: 0 6px;
	overflow: hidden;
	border-radius: 5px;
}
.commodity-info .picture-zone .thumbnail .td.on {
	border: 2px solid #040000;
}
.commodity-info .select-area {
	width: 485px;
	margin: 0 20px;
}
.commodity-info .select-area .goods-name {
	font-size: 16px;
	color: #202329;
	line-height: 24px;
	font-weight: bold;
}
.commodity-info .select-area .goods-des {
	font-size: 14px;
	color: #f22249;
	line-height: 20px;
	font-weight: bold;
}
.commodity-info .select-area .information {
	padding-top: 12px;
}
.select-area .information > h2 {
	height: 42px;
	line-height: 42px;
	color: #fff;
	padding-left: 50px;
	font-size: 22px;
	background-color: #02b68f;
}
.select-area .information .bac {
	background-color: #f0eeef;
	padding-top: 6px;
	padding-bottom: 4px;
}
.select-area .information .bac p {
	line-height: 30px;
	font-size: 14px;
	color: #000;
}
.select-area .information .bac .title {
	display: inline-block;
	width: 74px;
	color: #969292;
	padding-left: 24px;
}
.commodity-info .com.title {
	width: 68px;
	padding-left: 12px;
	color: #777373;
	font-size: 12px;
}
.commodity-info .goods-size > .title {
	line-height: 30px;
}
.commodity-info .choose-color > .title {
	line-height: 28px;
}
.commodity-info .goods-size .choose-size,
.commodity-info .choose-color .choose-img{
	margin-left: -8px;
}
.commodity-info .goods-size .choose-size label {
	float: left;
	min-width: 4px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	color: #777374;
	border: 1px solid #777374;
	margin: 5px 0 5px 8px;
	padding: 0 10px;
	cursor: pointer;
	border-radius: 3px;
}
.commodity-info .goods-size .choose-size .on,
.commodity-info .choose-color .choose-img .on{
	position: relative;
	border: 2px solid #02b58d;
}
.commodity-info .choose-color .choose-img .on:before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 10px;
	height: 10px;
	background: url(../images/icon_selected01.png) no-repeat right bottom;
	background-size: contain;
}
.commodity-info .choose-color .choose-img label {
	float: left;
	width: 32px;
	height: 26px;
	border: 1px solid #777374;
	margin: 6px 0 6px 8px;
	cursor: pointer;
	border-radius: 3px;
}
.commodity-info .choose-number > .title {
	line-height: 45px;
}
.commodity-info .choose-number {
	font-size: 12px;
	color: #777373;
	padding-bottom: 5px;
}
.commodity-info .choose-number .text {
	line-height: 52px;
}
.commodity-info .choose-number .pd {
	padding-left: 6px;
	padding-right: 15px;
}
.commodity-info .choose-number .input-box {
	padding: 9px 0;
}
.choose-number .input-box .nums {
	display: inline-block;
	width: 37px;
	height: 33px;
	border: 1px solid #817d7e;
	padding: 0 4px;
	font-size: 14px;
	color: #777373;
}
.choose-number .input-box .number-btn {
	width: 18px;
	padding: 0 2px;
}
.choose-number .input-box .number-btn .com {
	display: inline-block;
	width: 16px;
	height: 12px;
	border: 1px solid #817d7e;
	cursor: pointer;
	margin: 2px 0;
	background: url(../images/add.png) no-repeat center center;
	background-size: 8px auto;
}
.choose-number .input-box .number-btn .reduction {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.commodity-info .choose-address .title {
	line-height: 28px;
}
.commodity-info .choose-address .p {
	font-size: 12px;
	color: #777373;
	padding-left: 12px;
}
.commodity-info .line-height28 {
	line-height: 28px;
}
.commodity-info .line-height38 {
	line-height: 38px;
}
.commodity-info .select-area .btn-exchange {
	display: inline-block;
	min-width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #02b68f;
	color: #fff;
	padding: 0 10px;
	border-radius: 3px;
	font-size: 24px;
	cursor: pointer;
	margin: 24px 0 34px 12px;
}
.commodity-info .select-area .btn-exchange.bac-grey {
	background-color: #f0eeef;
	color: #888;
	cursor: default;
}
.commodity-info .recommend {
	width: 184px;
	height: 420px;
	padding-left: 30px;
	border-left: 1px solid #efebec;
}
.commodity-info .recommend > h2 {
	position: relative;
	width: 184px;
	height: 24px;
	margin: 8px 0 22px 0;
}
.commodity-info .recommend > h2 .icon-line {
	position: absolute;
	left: 5px;
	top: 12px;
	display: block;
	width: 174px;
	height: 1px;
	background-color: #cec4c3;
}
.commodity-info .recommend > h2 .text {
	display: inline-block;
	left: 50%;
	position: absolute;
	width: 76px;
	text-align: center;
	font-size: 14px;
	color: #605b5b;
	line-height: 24px;
	background-color: #fff;
	margin-left: -38px;
}
.commodity-info .recommend-list li {
	position: relative;
	width: 184px;
	height: 155px;
	margin-bottom: 20px;
}
.commodity-info .recommend-list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}
.commodity-info .recommend-list li p {
	position: absolute;
	bottom: 0;
	width: 174px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding-left: 10px;
	background-color: rgba(255,255,255,.5);
}
.commodity-info .recommend .switch {
	text-align: center;
	font-size: 0;
}
.commodity-info .recommend .switch .point {
	display: inline-block;
	width: 12px;
	height: 5px;
	border-radius: 10px;
	background-color: #d8d8d8;
	margin: 0 3px;
	cursor: pointer;
}
.commodity-info .recommend .switch .on {
	background-color: #03b591;
}
/* 底部区块 */
.btm-details .btm-lf .items {
	display: block;
	width: 225px;
	height: 210px;
	cursor: pointer;
	margin-bottom: 15px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-o-box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.btm-details .btm-rt {
	width: 960px;
}
.btm-details .btm-rt .rt-title {
	height: 57px;
	line-height: 58px;
	border-top: 1px solid #8c8384;
	border-left: 1px solid #8c8384;
}
.btm-details .btm-rt .rt-title > h3 {
	position: relative;
	width: 130px;
	text-align: center;
	border-top: 2px solid #04b893;
	font-size: 16px;
	color: #535152;
}
.btm-details .btm-rt .rt-title > h3:before {
	position: absolute;
	left: 50%;
	content: '';
	border-top: 6px solid #04b893;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	margin-left: -6px;
}
.btm-details .btm-rt .btm-detail-img {
	text-align: center;
}
.btm-details .btm-rt .btm-detail-img img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.select-area .choose-address {
	position: relative;
}
/* 选择地区 */
.com-select-area {
	position: absolute;
	top: -7px;
	left: 50px;
	font-size: 14px;
	color: #777373;
}
.com-select-area .shadow {
	box-shadow: 0 4px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,.2);
	-ms-box-shadow: 0 4px 10px rgba(0,0,0,.2);
	-o-box-shadow: 0 4px 10px rgba(0,0,0,.2);
}
.com-select-area .icon-triangle,
.com-select-area .inverted-triangle,
.com-select-area .choice-nav .item i{
	display: inline-block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.com-select-area .icon-triangle{
	border-bottom: 6px solid #bcbcbc;
}
.com-select-area .inverted-triangle,
.com-select-area .choice-nav .item i {
	border-top: 6px solid #bcbcbc;
}
.com-select-area .selected-text {
	position: relative;
	display: inline-block;
	min-width: 179px;
	cursor: pointer;
	line-height: 28px;
	padding: 6px 50px 10px 21px;
	z-index: 9;
	background-color: #fff;
}
.com-select-area .selected-text span {
	margin: 0 6px;
}
.com-select-area .selected-text .icon {
	position: absolute;
	top: 16px;
}
.com-select-area .choice-area {
	position: relative;
	top: -15px;
	width: 445px;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 8px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 8px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 8px 10px rgba(0,0,0,.2);
	-ms-box-shadow: 0 8px 10px rgba(0,0,0,.2);
	-o-box-shadow: 0 8px 10px rgba(0,0,0,.2);
}
.com-select-area .choice-area .choice-nav {
	width: 360px;
	border-bottom: 2px solid #02b68f;
	margin-left: 20px;
	padding-top: 12px;
}
.com-select-area .choice-nav .item {
	position: relative;
	line-height: 26px;
	border-top: 1px solid #999393;
	border-left: 1px solid #999393;
	border-right: 1px solid #999393;
	margin-left: 5px;
	padding: 0 30px 0 5px;
	cursor: pointer;
}
.com-select-area .choice-nav .item.on {
	border-top: 2px solid #00b68e;
	border-left: 2px solid #00b68e;
	border-right: 2px solid #00b68e;
}
.com-select-area .choice-nav .item i {
	position: absolute;
	top: 10px;
	right: 10px;
}
.com-select-area .choice-nav .item.on i{
	border-top: none;
	border-bottom: 6px solid #bcbcbc;
}
.com-select-area .choice-area .choice-list {
	padding: 5px 20px 40px 20px;
	overflow: hidden;
}
.com-select-area .choice-area .choice-list ul{
	margin-left: -40px;
}
.com-select-area .choice-area .choice-list li {
	float: left;
	min-width: 50px;
	text-align: center;
	line-height: 22px;
	padding: 0 5px;
	cursor: pointer;
	margin: 5px 0 5px 40px;
}
.com-select-area .choice-area .choice-list li.on {
	background-color: #02b68f;
	color: #fff;
}
/* 缤纷好礼-改- */
.colorful-goods2 .tab-control {
	width: 920px;
}
.colorful-goods2 .tab-control .mall-title {
	position: relative;
	min-width: 88px;
	padding-right: 20px;
	border-bottom: 2px solid #02b68f;
	z-index: 9;
}
.colorful-goods2 .tab-control .wire {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e8e8e8;
	z-index: 1;
}
.colorful-goods2 .tab-control .remain-time {
	position: absolute;
	top: 50%;
	left: 240px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ED3B37;
	border-radius: 20px;
	font-size: 15px;
	margin-top: -16px;
	font-weight: bold;
	z-index: 2;
}
.colorful-goods2 .tab-control .remain-time > .text {
	display: inline-block;
	background-color: #FC3329;
	color: #fff;
	border-radius: 20px;
	padding: 0 10px;
}
.colorful-goods2 .tab-control .remain-time .time {
	color: #ED3B37;
	padding: 0 10px 0 5px;
}
.colorful-goods2 .tab-control .nav {
	width: 678px;
	height: 50px;
	padding: 0 70px 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
}
.colorful-goods2 .tab-control .nav li {
	float: left;
	height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #6a6a6a;
	padding: 10px 15px 0 15px;
    font-weight: bold;
}
.colorful-goods2 .tab-control .nav li a {
	color: #6a6a6a;
}
.colorful-goods2 .tab-control .nav li a:hover {
	color: #02b68f;
}
.colorful-goods2 .tab-control .tab-nav .arrow {
	position: absolute;
	top: 16px;
	right: 5px;
	z-index: 9;
}
.colorful-goods2 .tab-control .tab-content .tab-card li {
	margin-bottom: 20px;
}
.colorful-goods2 .tab-content .replace-container {
	text-align: center;
	padding-bottom: 40px;
}
.colorful-goods2 .tab-content .replace-container .replace {
	display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #00b78a;
    border-radius: 20px;
    margin: 0 auto;
    cursor: pointer;
}
/* 来币排行榜 */
.colorful-goods2 .coin-leaderboard .leaderboard-title {
	line-height: 38px;
	padding: 10px 0 0 16px;
}
.colorful-goods2 .coin-leaderboard .leaderboard-box {
	border: 1px solid #e6e6e6;
}
.colorful-goods2 .leaderboard-list li {
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #e6e6e6;
	padding: 0 10px 0 12px;
	font-size: 14px;
}
.colorful-goods2 .leaderboard-list li .lf-box {
	width: 135px;
	color: #888888;
}
.colorful-goods2 .leaderboard-list li .currency {
	position: relative;
	width: 68px;
	color: #02b68f;
	padding-left: 22px;
}
.colorful-goods2 .leaderboard-list .medal {
	display: inline-block;
	width: 20px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: center left;
	text-align: center;
	padding-right: 4px;
}
.colorful-goods2 .leaderboard-list .name {
	width: 100px;
}
.colorful-goods2 .leaderboard-list .icon-medal01 {
	background-image: url(../images/icon_medal01.png);
}
.colorful-goods2 .leaderboard-list .icon-medal02 {
	background-image: url(../images/icon_medal02.png);
}
.colorful-goods2 .leaderboard-list .icon-medal03 {
	background-image: url(../images/icon_medal03.png);
}
.colorful-goods2 .leaderboard-list .currency > i {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 40px;
	background: url(../images/icon_coin.png?v=1) no-repeat center 8px;
	background-size: contain;
}
/* 热门兑换 */
.colorful-goods2 .hot-exchange {
	width: 250px;
	padding-bottom: 20px;
}
.colorful-goods2 .hot-exchange .top-line,
.colorful-goods2 .coin-leaderboard .top-line {
	display: block;
	height: 49px;
	border-bottom: 1px solid #02b68f;
	border-top: 0;
}
.colorful-goods2 .hot-exchange .popular-gift {
	border: 1px solid #e6e6e6;
	margin-top: 20px;
}
.colorful-goods2 .popular-gift .hot-title,
.colorful-goods2 .coin-leaderboard .list-title {
	position: relative;
	line-height: 44px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #595a5a;
	padding-left: 25px;
	padding-right: 10px;
}
.colorful-goods2 .popular-gift .hot-title > i,
.colorful-goods2 .coin-leaderboard .list-title > i {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
	width: 3px;
	height: 18px;
	background-color: #02b68f;
}
.colorful-goods2 .popular-gift .gift-list,
.colorful-goods2 .leaderboard-list {
	margin-top: -1px;
}
.colorful-goods2 .popular-gift .gift-list li {
	border-top: 1px solid #e6e6e6;
	padding: 10px 0;
	font-size: 14px;
}
.colorful-goods2 .popular-gift .gift-list .gift-img {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 2px 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.colorful-goods2 .popular-gift .gift-list .fr-text {
	width: 158px;
}
.popular-gift .gift-list .fr-text {
	width: 158px;
}
.popular-gift .gift-list .fr-text > h4 {
	color: #888;
}
.popular-gift .gift-list .fr-text .des {
	padding: 5px 0;
	color: #555;
}
.popular-gift .gift-list .fr-text .time {
	color: #999;
	font-size: 12px;
}