.pc-desk {
    display: block;
}

.mb-desk {
    display: none;
}



.futaki-nav {
    background: #D7083B;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.navbar {
    width: 76%;
    margin: auto;
}

.navbar-back {
    width: 83%;
}

.navbar-header {
    width: 100%;
    margin-bottom: 10px;
    font-size: 17px;
    overflow: hidden;
}

.navbar-header .sign {
    display: flex;
    float: left;
    color: #fff;
	width: 200px;
}

.navbar-header .sign-up,
.navbar-header .sign-in,
.navbar-header .sign-lang {
    width: auto;
    text-align: left;
    cursor: pointer;
    margin-right: 22px;
}

.navbar-header .sign-up a,
.navbar-header .sign-in a,
.navbar-header .sign-lang a{
    color: #fff;
	font-size: 14px;
}

.navbar-header .sign-up a span{
	font-size: 14px;
}

.navbar-body {
    display: flex;
    width: 100%;
}

.navbar-body .logo {
	margin-top:1%;
    margin-bottom: 18px;
    margin-right: 10px;
}

.navbar-body .logo img.pc-desk {
    width: 300px;
    margin-bottom: 5px;
}

.navbar-body .seach {
    width: 100%;
    margin: auto 0;
}

.navbar-body .seach .seach-input {
    position: relative;
	width: 97%;
}

.navbar-body .seach .seach-input input {
    padding-left: 10px;
    width: 100%;
    border: 0;
    outline: none;
    height: 35px;
    padding-bottom: 0;
	border-radius: 15px;
	background-color: #B31E24;
	color: #FFFFFF;
}

.navbar-body .seach .seach-input input::placeholder {
	color: #FFFFFF;
}

.navbar-body .seach .seach-input .seach-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 25px;
}

.navbar-body .seach .often {
    overflow: hidden;
    height: 25px;
}

.navbar-body .seach .often a {
    color: #fff;
    margin-right: 10px;
}

.navbar-body .fast-key .shop-car {
    margin: auto;
	margin-top: 10px;
    margin-left: 23px;
	float:left;
}

.navbar-body .fast-key img {
    width: 30px;
}

.fast-key .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 14px;
    font-weight: bold;
}

.fast-key .circle.rbg {
    background-color: #fff;
    color: red;
}

.main-content {
    margin-top: 120px;
    min-height: 550px;
}

.hot-search {
    width: 1230px;
    margin: 15px auto;
    padding: 15px 45px 30px;
    background: #fff;
    overflow: hidden;
}

.hot-seach {
    width: 1100px;
    padding: 10px;
    position: initial;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

.hot-search .title {
    font-size: 23px;
    color: #D7083B;
    font-weight: 600;
    margin-bottom: 1.2em;
}

.hot-project {
    display: flex;
    padding: 15px;
    height: 140px !important;
    box-shadow: 0 0 10px #ddd;
    border-radius: 30px;
}

.hot-project .hot-item {
    width: 60%;
    margin: auto;
}

.hot-project .hot-item h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 1em;
    color: #000;
}

.hot-project .hot-item p {
    color: #999;
    font-weight: 600;
}

.hot-project .hot-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.time-limit {
    width: 1230px;
    margin: 15px auto;
    padding: 15px 30px 30px;
    background: #fff;
    overflow: hidden;
}

.time-header {
    display: flex;
    margin-bottom: 30px;
}

.time-header .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-header .title h3 {
    font-size: 23px;
    color: #D7083B;
    font-weight: 600;
}

.time-header .title .time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

.time-header .title .time span {
    background: #000;
    text-align: center;
    font-weight: 600;
    color: #fff;
    float: left;
    margin: 0 5px;
    padding: 3px 8px;
    border-radius: 4px;
}

.time-header .more {
    cursor: pointer;
    font-size: 18px;
    margin: auto;
    margin-top: 0;
    margin-right: 0;
    color: gray;
    font-weight: 600;
}

.time-project {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.time-project .time-image {
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.time-project .time-image .round-mark {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    background-image: url(../../fimg/free_shipping.png);
    background-size: cover;
    z-index: 10;
    cursor: pointer;
}

.time-project .time-image .triangle-rear {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: -9;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 100px 0;
    border-color: transparent #c10000 transparent transparent;
    line-height: 0px;
    _border-color: #000000 #c10000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.time-project .time-image .triangle-front {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 9;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 90px 90px 0;
    border-color: transparent #ff0000 transparent transparent;
    line-height: 0px;
    _border-color: #000000 #ff0000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.time-project .time-image .triangle-width {
    width: 90px;
    height: 90px;
}

.time-project .time-image .triangle-discount {
    display: flex;
    justify-content: center;
    float: right;
    width: 61px;
    height: 38px;
}

.time-project .time-image .triangle-discount h5 {
    margin: auto;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

.time-project .time-price {
    margin: 15px;
}

.time-project .time-price h4 {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    color: red;
}

.time-project .lastbar {
    background-color: #000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 30px;
    border-radius: 20px;
}

.time-project .lastbar .lbar {
    width: 0;
    height: 30px;
    background-color: red;
    position: absolute;
    left: 0;
    border-radius: 20px;
}

.time-project .lastbar p {
    color: #fff;
    margin: 0 auto;
    z-index: 2;
}

.group {
    width: 1230px;
    margin: 15px auto;
    padding: 15px 30px 30px;
    background: #fff;
    overflow: hidden;
}

.group-header {
    display: flex;
    margin-bottom: 1.2em;
}

.group-header .title {
    display: flex;
}

.group-header .title h3 {
    font-size: 23px;
    color: #D7083B;
    font-weight: 600;
}

.group-header .more {
    cursor: pointer;
    font-size: 18px;
    margin: auto;
    margin-top: 0;
    margin-right: 0;
    color: gray;
    font-weight: 600;
}

.group-project .group-item {
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.group-project .group-image {
    width: 170px;
    height: 170px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.group-project .group-image .round-mark {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    background-image: url(../../fimg/free_shipping.png);
    background-size: cover;
    z-index: 10;
    cursor: pointer;
}

.group-project .group-price {
    margin-bottom: 1em;
    padding-bottom: 5px;
}

.group-project .group-price .fixed p {
    text-align: center;
    color: #999;
    margin: 0;
    font-weight: 600;
    text-decoration: line-through;
}

.group-project .group-price .actual h4 {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    color: red;
}

.group-project .group-amount h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-left: 5px;
    letter-spacing: 2px;
    padding: 10px 0;
}

.specialty {
    position: relative;
    width: 1230px;
    margin: 15px auto;
    padding: 15px 30px 15px;
    background: #fff;
    overflow: hidden;
}

.specialty .title {
    background-image: url("../../fimg/futaki/specialty1.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    width: 70px;
    height: 100%;
    padding: 20px;
}

.specialty .title h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.specialty-header {
    position: absolute;
    top: 0;
    float: left;
    height: 100%;
    z-index: 90;
}

.specialty-body {
    width: 100%;
    float: right;
    overflow: hidden;
    padding-left: 7%;
}

.specialty-body .specialty-project {
    padding: 10px;
}

.specialty-body .specialty-project .specialty-image {
    width: 100%;
}



.classification-header {
    display: flex;
    margin-bottom: 1.2em;
}

.classification-header .title {
    display: flex;
}

.classification-header .title h3 {
    font-size: 23px;
    color: #D7083B;
    font-weight: 600;
}

.classification-project .classification-name h5 {
    text-align: center;
    color: #000;
	font-size: 17px;
}

.merchant {
    width: 1230px;
    margin: 15px auto;
    padding: 15px 30px 30px;
    background: #fff;
    overflow: hidden;
}

.merchant-header {
    display: flex;
    margin-bottom: 1.2em;
}

.merchant-header .title {
    display: flex;
}

.merchant-header .title h3 {
    font-size: 23px;
    color: #D7083B;
    font-weight: 600;
}

.welfare-body {
    width: 1100px;
    padding: 10px;
    position: initial;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

.merchant-project {
    cursor: pointer;
}

.welfare-project {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column
}

.welfare-project p {
    font-size: 12px;
}

.welfare-image {
    border-radius: 15px;
    border: 1px solid #999;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welfare-image img {
    width: 95%;
    z-index: -1;
}

.brand {
    width: 1230px;
    margin: 15px auto;
    padding: 15px 30px 30px;
    background: #fff;
    overflow: hidden;
}

.brand-header {
    display: flex;
    margin-bottom: 1.2em;
}

.brand-header .title {
    display: flex;
}

.brand-header .title h3 {
    font-size: 23px;
    color: #D7083B;
    font-weight: 600;
}

.filter-clicked {
    background: red !important;
}

.filter-li {
    cursor: pointer;
    background: #888;
    border-right: 1px solid #fff;
}

.filter-li:last-child {
    border-right: 0;
}

.filter-li h5 {
    margin: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.commodity {
    width: 1230px;
    margin: 15px auto;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 5px;
}
/*1600*/
.commodity-project {
    position: relative;
    z-index: 9;
    background: #fff;
    width: 15.5%;
    float: left;
	margin-left: 1%;
    margin-bottom: 1em;
	height: 380px;
}

.commodity-project.finish {
    width: 100%;
}

.commodity-flex {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 229px;
    overflow: hidden;
}

.commodity-flex.finish {
    height: auto;
}

.commodity-img {
    position: relative;
    background: #fff;
    width: 100%;
    height: 229px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.commodity-img.finish {
    width: 100%;
    height: auto;
}

.commodity-img .triangle-rear {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: -9;
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0px;
}

.commodity-img .triangle-front {
    position: absolute;
    top: -10px;
    right: -5px;
    z-index: 9;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 90px 0 0;
    line-height: 0px;
}

.commodity-img .triangle-width {
    width: 90px;
    height: 90px;
}

.commodity-img .triangle-discount {
    display: flex;
    justify-content: center;
    float: right;
    width: 80px;
    height: 65px;
	background-image: url(../../fimg/mall/discount.png);
}

.commodity-img .triangle-discount h5 {
    margin: auto;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
	margin-left: 40px;
}

.commodity-img .triangle-discount span {
    font-size: 17px;
}

.commodity-img .round-mark {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    background-image: url(../../fimg/free_shipping.png);
    background-size: cover;
    z-index: 10;
    cursor: pointer;
}

.commodity-img .round-mark h5 {
    color: #fff;
}

.commodity-img .label {
    position: absolute;
    left: -12px;
    bottom: 5px;
    width: 85px;
}

.commodity-img .label img {
    height: 40px;
}

.commodity-img2 {
    width: auto !important;
    height: 100% !important;
}

.commodity-item {
    padding: 10px;
}

.commodity-item .commodity-name {
    margin-bottom: 10px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.commodity-item .commodity-name h4 {
    color: #000;
    font-size: 20px;
}

.commodity-item .commodity-assess {
    display: flex;
	margin-top: -5px;
}

.commodity-item .commodity-assess .love {
    cursor: pointer;
    
    margin-right: 5px;
    width: 30px;
}

.commodity-item .commodity-price {
    padding-bottom: 5px;
    height: 60px;
}

.commodity-item .commodity-price .fixed p {
    color: #999;
    margin: 0;
    font-weight: 600;
    text-decoration: line-through;
}

.commodity-item .commodity-price .actual h4 {
    font-weight: 600;
    font-size: 20px;
    color: #D7083B;
}

.naxpoint.storeSPAN,
.naxpoint.storeSPAN .storeImgName,
.naxpoint.storeSPAN .storeC {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.naxpoint.storeSPAN .storeImgName {
    margin-right: 10px;
    width: 50%;
}

.naxpoint.storeSPAN .storeImgName img {
    width: 50px;
    margin-right: 5px;
}

.naxpoint.storeSPAN .storeImgName h3 {
    width: 70%;
}

.naxpoint-img {
    width: 50px;
    height: 50px;
    float: left;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.naxpoint-img img {
    margin: auto 0;
}

.naxpoint-value {
    float: left;
}

.naxpoint-value .association {
    color: red;
}

.pcont-mber {
    cursor: pointer;
    background: #2E3192;
    padding: 9px 2px;
    width: 120px;
    float: right;
    border-radius: 5px;
}

.pcont-mber p {
    color: #fff;
    text-align: center;
}

.naxpoint-img {
    width: 40px;
    height: 45px;
}


@media (min-width: 1920px) {
}
@media (min-width: 1600px) and (max-width: 1919px) { 
}
@media (min-width: 1281px) and (max-width: 1599px) {
	.navbar {
		width: 90%;
		margin: auto;
	}
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.navbar {
		width: 90%;
		margin: auto;
	}
}
@media screen and (max-width: 1248px) {
    
}

@media screen and (max-width: 480px) {
    .pcont-mber {
        padding: 6px 2px;
        width: 100px;
        border-radius: 3px;
        margin-right: 10px;
        margin-top: 9px;
    }

    .pcont-mber p {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .main-content {
        margin-top: 55px;
    }

    .fast-key .circle {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .main-content {
        min-height: 300px;
        padding-bottom: 90px;
    }

    .main-content.index {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1248px) {
    .navbar {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .navbar-header {
        width: 100%;
        margin-bottom: 15px;
        font-size: 15px;
    }

    .navbar-body .logo {
		margin-top:0%;
        margin-bottom: 18px;
        margin-right: 1em;
    }

    .navbar-body .logo img.pc-desk {
        width: 200px;
        margin-bottom: 5px;
    }

    .navbar-body .seach {
        width: 100%;
        margin: auto 0;
    }

    .navbar-body .seach .seach-input {
        position: relative;
    }

    .navbar-body .seach .seach-input input {
        padding-left: 10px;
        height: 35px;
		border-radius: 15px;
    }

    .navbar-body .seach .seach-input .seach-btn {
        top: 0;
        bottom: 0;
        right: 5px;
        margin: auto;
        width: 25px;
    }

    .navbar-body .seach .often {
        height: 17px;
        font-size: 12px;
    }

    .navbar-body .seach .often a {
        font-size: 12px;
    }

    .navbar-body .fast-key .notice,
    .navbar-body .fast-key .shop-car {
        margin-top: 1px;
        margin-left: 1.5em;
    }

    .navbar-body .fast-key img {
        width: 30px;
    }
}
@media (min-width: 561px) and (max-width: 1024px){
    .pc-desk {
        display: none !important;
    }

    .mb-desk {
        display: inline-block !important;
    }

    .navbar-body .logo {
		margin-top:0%;
        margin-bottom: 0;
        margin-right: 1em;
    }

    .navbar-body .logo img.mb-desk {
        width: 45px;
        height: 45px;
        margin-bottom: 0px;
    }

    .navbar-body .seach {
        width: 100%;
        margin: 0;
    }

    .navbar-body .seach .seach-input {
        position: relative;
		
    }

    .navbar-body .seach .seach-input input {
        padding-left: 10px;
        height: 28px;
		border-radius: 15px;
    }

    .navbar-body .seach .seach-input input::placeholder {
        font-size: 14px;
    }

    .navbar-body .seach .seach-input .seach-btn {
        top: 0;
        bottom: 0;
        right: 5px;
        margin: auto;
        width: 20px;
    }

    .navbar-body .fast-key .notice {
        margin: 0 10px;
    }

    .navbar-body .fast-key .shop-car {
        margin: 0;
        margin-right: 10px;
    }

    .navbar-body .fast-key img {
        width: 35px;
    }
    .fast-key{
        width: 23%;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .pc-desk {
        display: none !important;
    }

    .mb-desk {
        display: inline-block !important;
    }

    .navbar-body .logo {
		margin-top:0%;
        margin-bottom: 0;
        margin-right: 1em;
    }

    .navbar-body .logo img.mb-desk {
        width: 50px;
        height: 50px;
        margin-bottom: 0px;
    }

    .navbar-body .seach {
        width: 100%;
        margin: 0;
    }

    .navbar-body .seach .seach-input {
        position: relative;
		
    }

    .navbar-body .seach .seach-input input {
        padding-left: 10px;
        height: 35px;
		border-radius: 15px;
    }
   
    .navbar-body .seach .seach-input input::placeholder {
        font-size: 14px;
    }

    .navbar-body .seach .seach-input .seach-btn {
        top: 0;
        bottom: 0;
        right: 7px;
        margin: auto;
        width: 25px;
    }

    .navbar-body .fast-key .notice {
        margin: 0 10px;
    }

    .navbar-body .fast-key .shop-car {
        margin: 0;
        margin-right: 10px;
    }

    .navbar-body .fast-key img {
        width: 38px;
    }
    .fast-key{
        width: 16%;
    }
    .navbar-body .seach .often a{
      font-size: 14px;
    }
    .navbar{
        height: 65px;
    }
   
}
@media screen and (max-width: 560px) {
    .pc-desk {
        display: none !important;
    }

    .mb-desk {
        display: inline-block !important;
    }

    .navbar-body .logo {
		margin-top:0%;
        margin-bottom: 0;
        margin-right: 1em;
    }

    .navbar-body .logo img.mb-desk {
        width: 45px;
        height: 45px;
        margin-bottom: 0px;
    }

    .navbar-body .seach {
        width: 100%;
        margin: 0;
    }

    .navbar-body .seach .seach-input {
        position: relative;
		
    }

    .navbar-body .seach .seach-input input {
        padding-left: 10px;
        height: 28px;
		border-radius: 15px;
    }

    .navbar-body .seach .seach-input input::placeholder {
        font-size: 14px;
    }

    .navbar-body .seach .seach-input .seach-btn {
        top: 0;
        bottom: 0;
        right: 5px;
        margin: auto;
        width: 20px;
    }

    .navbar-body .fast-key .notice {
        margin: 0 10px;
    }

    .navbar-body .fast-key .shop-car {
        margin: 0;
        margin-right: 10px;
    }

    .navbar-body .fast-key img {
        width: 35px;
    }
}

@media screen and (max-width: 1248px) {

	
    .hot-search {
        width: 100%;
    }

    .hot-seach {
        width: 98%;
    }

    .hot-search .title {
        font-size: 17px;
    }
}

@media screen and (max-width: 1024px) {
    .hot-project {
        height: 120px !important;
    }

    .hot-project .hot-item h4 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 1em;
        color: #000;
    }

    .hot-project .hot-item p {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .hot-seach {
        width: 100%;
    }

    .hot-search {
        padding: 15px 10px 30px;
    }
}

@media screen and (max-width: 560px) {
    .hot-search .title {
        font-size: 15px;
    }

    .hot-project {
        padding: 5px;
        height: 110px !important;
        border-radius: 10px;
    }

    .hot-project .hot-item h4 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 1em;
        color: #000;
    }

    .hot-project .hot-item p {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .hot-project {
        height: 80px !important;
    }
}

@media screen and (max-width: 1248px) {
    .time-limit {
        width: 100%;
    }

    .time-header {
        display: flex;
        margin-bottom: 1.2em;
    }

    .time-header .title h3 {
        font-size: 17px;
    }

    .time-header .title .time {
        margin: auto;
        margin-left: 10px;
    }

    .time-header .title .time span {
        font-size: 12px;
        padding: 1px 5px;
        border-radius: 4px;
    }

    .time-header .title .time p {
        font-size: 12px;
    }

    .time-header .more {
        font-size: 15px;
        line-height: 1.8;
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .time-project .time-price h4 {
        font-size: 20px;
    }

    .time-project .time-discount h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 560px) {
    .time-limit {
        padding: 15px 15px 30px;
    }

    .time-header .title h3 {
        font-size: 15px;
    }

    .time-header .title .time {
        margin: auto;
        margin-left: 10px;
    }

    .time-header .title .time div {
        font-size: 12px;
        padding: 0px 5pxv;
    }

    .time-header .more {
        cursor: pointer;
        font-size: 12px;
        line-height: 1.8;
    }

    .time-project {
        padding: 0px;
    }

    .time-project .time-image {
        width: 130px;
        height: 130px;
    }

    .time-project .time-image .round-mark {
        width: 30px;
        height: 30px;
    }

    .time-project .time-image .triangle-rear {
        border-width: 0 80px 80px 0;
    }

    .time-project .time-image .triangle-front {
        border-width: 0 70px 70px 0;
    }

    .time-project .time-image .triangle-width {
        width: 70px;
        height: 70px;
    }

    .time-project .time-image .triangle-discount {
        width: 50px;
        height: 30px;
    }

    .time-project .time-image .triangle-discount h5 {
        font-size: 14px;
    }

    .time-project .lastbar {
        width: 130px;
    }

    .time-project .time-price {
        margin-bottom: 10px;
    }

    .time-project .time-price h4 {
        font-size: 15px;
    }

    .time-project .time-discount {
        width: 90%;
        margin: auto;
        padding: 5px;
    }

    .time-project .time-discount h3 {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 480px){
    .time-project .time-image {
        width: 170px;
        height: 170px;
    }
    .time-project .time-image .round-mark {
        width: 40px;
        height: 40px;
    }
    .time-project .lastbar {
        width: 170px;
        height: 20px;
    }
    .time-project .lastbar .lbar{
        height: 20px;
    }
}

@media screen and (max-width: 400px){
    .time-header .title {
        align-items: flex-start;
        flex-direction: column;
    }

    .time-header .title .time {
        margin-left: 0;
    }

    .time-project .time-discount h3 {
        font-size: 12px;
    }
    .time-project .time-image {
        width: 140px;
        height: 140px;
    }
    .time-project .lastbar {
        width: 140px;
    }
    .time-project .lastbar p {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px){
    .time-project .time-image {
        width: 120px;
        height: 120px;
    }
    .time-project .lastbar {
        width: 120px;
    }
}

@media screen and (max-width: 1248px) {
    .group {
        width: 100%;
        margin: 15px auto;
        padding: 15px 30px 30px;
    }

    .group-header {
        margin-bottom: 1.2em;
    }

    .group-header .title h3 {
        font-size: 17px;
    }

    .group-header .more {
        font-size: 15px;
        margin: auto;
        margin-top: 0;
        margin-right: 0;
        color: gray;
        font-weight: 600;
    }

    .group-project .group-item {
        background: #fff;
    }

    .group-project .group-image {
        display: flex;
        align-items: center;
    }

    .group-project .group-price {
        margin-bottom: 1em;
        padding-bottom: 5px;
    }

    .group-project .group-price .fixed p {
        text-align: center;
        color: #999;
        margin: 0;
        font-weight: 600;
        text-decoration: line-through;
    }

    .group-project .group-price .actual h4 {
        text-align: center;
        font-weight: 600;
        font-size: 25px;
    }

    .group-project .group-amount h3 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #fff;
        margin-left: 5px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 1024px) {
    .group-project .group-item {
        background: #fff;
    }

    .group-project .group-image {
        display: flex;
        align-items: center;
        overflow: hidden;
    }
}

@media screen and (max-width: 560px) {
    .group-header .title h3 {
        font-size: 15px;
    }
    .group-project .group-image {
        width: 130px;
        height: 130px;
    }
    .time-project .time-image .round-mark {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 480px) {
    .group {
        margin: 15px auto;
        padding: 15px 15px 30px;
    }

    .group-header {
        margin-bottom: 1.2em;
    }

    .group-header .more {
        font-size: 12px;
        margin: auto;
        margin-top: 0;
        margin-right: 0;
        color: gray;
        font-weight: 600;
        height: auto;
        padding: 2px;
    }

    .group-project .group-item {
        background: #fff;
    }

    .group-project .group-image {
        width: 170px;
        height: 170px;
    }

    .time-project .time-image .round-mark {
        width: 40px;
        height: 40px;
    }

    .group-project .group-price {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .group-project .group-price .fixed p {
        font-size: 12px;
    }

    .group-project .group-price .actual h4 {
        font-size: 15px;
    }

    .group-project .group-amount h3 {
        font-size: 10px;
        font-weight: 600;
        text-align: center;
        color: #fff;
        margin-left: 5px;
        letter-spacing: 2px;
    }
}
@media screen and (max-width: 400px){
    .group-project .group-image {
        width: 140px;
        height: 140px;
    }
}

@media screen and (max-width: 320px){
    .group-project .group-image {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 1248px) {
    .specialty {
        width: 100%;
        margin: 15px auto;
        padding: 15px 30px 30px;
    }
}

@media screen and (max-width: 1024px) {
    .specialty .title h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 900px) {
    .specialty-body {
        padding-left: 7%;
    }
}

@media screen and (max-width: 480px) {
    .specialty {
        margin: 15px auto;
        padding: 15px;
    }

    .specialty .title {
        width: 55px;
        padding: 15px;
    }

    .specialty .title h3 {
        font-size: 15px;
    }

    .specialty-body {
        padding: 15px 10px 15px;
        padding-left: 17%;
        padding-bottom: 0;
    }

    .specialty-body .specialty-project {
        padding: 0px;
    }
}

@media screen and (max-width: 1248px) {


    .classification-header {
        margin-bottom: 1.2em;
    }

    .classification-header .title h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 560px) {
    .classification-header .title h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {

    .classification-project .classification-name h5 {
        font-size: 13px;
		width: 85px;
    }
}

@media screen and (max-width: 1248px) {
    .merchant {
        width: 100%;
        margin: 15px auto;
        padding: 15px 30px 30px;
    }

    .welfare-body {
        width: 98%;
    }

    .merchant-header {
        margin-bottom: 1.2em;
    }

    .merchant-header .title h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 560px) {
    .merchant {
        padding: 15px 15px 30px;
    }
}

@media screen and (max-width: 560px) {
    .merchant-header .title h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .merchant {
        margin: 15px auto;
    }
}

@media screen and (max-width: 1248px) {
    .brand {
        width: 100%;
    }
}

@media screen and (max-width: 1248px) {
    .filter {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .filter-li {
        cursor: pointer;
        background: #888;
        border-right: 1px solid #fff;
    }

    .filter-li:last-child {
        border-right: 0;
    }

    .filter-li h5 {
        font-size: 13px;
        text-align: center;
        color: #fff;
    }
}

@media screen and (max-width: 1248px) {
    .commodity {
        width: 100%;
        margin: 15px auto;
    }

    .commodity-project {
        background: #fff;
        width: 20.8%;
        float: left;
        margin-right: 1.5%;
        margin-bottom: 1em;
    }

    .commodity-flex {
        height: 290px;
    }

    .commodity-img {
        position: relative;
        width: 100%;
        height: 290px;
    }

    .commodity-img .label {
        bottom: 15px;
    }

    .commodity-item .commodity-name {
        margin-bottom: 10px;
    }

    .commodity-item .commodity-name h4 {
        font-size: 17px;
    }
}

@media screen and (max-width: 1024px) {

    /*-- index -- */
	.commodity-project {
        background: #fff;
        width: 22.2%;
        float: left;
        margin-right: 1.5%;
        margin-bottom: 1em;
    }
    .commodity-flex {
        height: 240px;
    }

    .commodity-img {
        position: relative;
        height: 240px;
    }

    .commodity-img .triangle-rear {
        position: absolute;
        top: -5px;
        right: -5px;
        z-index: -9;
        width: 0;
        height: 0;
        border-style: solid;
        line-height: 0px;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    }

    .commodity-img .triangle-front {
        position: absolute;
        top: -10px;
        right: -5px;
        z-index: 9;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 90px 0 0;
        line-height: 0px;
    }

    .commodity-img .triangle-width {
        width: 90px;
        height: 90px;
    }

    .commodity-img .triangle-discount {
        display: flex;
        justify-content: center;
        float: right;
        width: 80px;
        height: 65px;
		background-image: url(../../fimg/mall/discount.png);
    }

    .commodity-img .triangle-discount h5 {
        margin: auto;
        font-size: 18px;
        line-height: 1.2;
        color: #fff;
		margin-left: 40px;
    }

    .commodity-img .triangle-discount span {
        font-size: 17px;
    }

    .commodity-img .round-mark {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 50px;
        height: 50px;
        background-image: url(../../fimg/free_shipping.png);
        background-size: cover;
        z-index: 10;
    }

    .commodity-img .round-mark h5 {
        color: #fff;
    }

    .commodity-img .label {
        position: absolute;
        left: -12px;
        bottom: 5px;
        width: 85px;
    }

    .commodity-img .label img {
        height: 40px;
    }

    .commodity-item .commodity-assess {
        display: flex;
		margin-top: -5px;
    }

    .commodity-item .commodity-assess .love {
        cursor: pointer;
        margin-right: 15px;
        width: 30px;
    }

    .commodity-item .commodity-price {
        padding-bottom: 5px;
    }

    .commodity-item .commodity-price .fixed p {
        color: #999;
        margin: 0;
        font-weight: 600;
        text-decoration: line-through;
    }

    .commodity-item .commodity-price .actual h4 {
        font-weight: 600;
        font-size: 20px;
        color: #D7083B;
    }

    /*--end index -- */
}

@media screen and (max-width: 920px) {

    /*-- index -- */
    .commodity-project {
        background: #fff;
        width: 22.2%;
        float: left;
        margin-right: 1.5%;
        margin-bottom: 1em;
		height: 450px;
    }

    .commodity-flex {
        height: 291px;
    }

    .commodity-img {
        height: 291px;
    }

    /*--end index -- */
}

@media screen and (max-width: 768px) {

    /*-- index -- */
    .commodity-flex {
        height: 242px;
    }

    .commodity-img {
        height: 242px;
    }

    .commodity-img .label {
        bottom: 10px;
        width: 80px;
    }

    .commodity-img .label img {
    }

    .commodity-item .commodity-name h4 {
        font-size: 15px;
    }

    .commodity-item .commodity-assess .star {
        width: 110px;
    }

    .commodity-item .commodity-assess .love {
        width: 25px;
    }

    /*--end index -- */
}

@media screen and (max-width: 640px) {/*OPPO*/

    /*-- index -- */
    .commodity {
        padding: 10px;
        padding-bottom: 90px;
    }

    .commodity-project {
        background: #fff;
        width: 45%;
        float: left;
        margin-right: 2.6%;
        margin-bottom: 1em;
		height: 450px;
    }

    .commodity-flex {
        height: 305px;
    }

    .commodity-img {
        height: 305px;
    }

    /*--end index -- */
}

@media screen and (max-width: 560px) {

    /*-- index -- */
    .commodity {
        padding-bottom: 80px;
    }

    .commodity-flex {
        height: 267px;
    }

    .commodity-img {
        height: 267px;
    }

    /*--end index -- */
}

@media screen and (max-width: 480px) {

    /*-- index -- */
    .commodity-flex {
        height: 228px;
    }

    .commodity-img {
        height: 228px;
    }

    .commodity-item .commodity-name {
        height: 38px;
    }

    /*--end index -- */
}

@media screen and (max-width: 400px) {/*iPhone*/

    /*-- index -- */
    .commodity-project {
        background: #fff;
        width: 45%;
        float: left;
        margin-right: 4% !important;
        margin-bottom: 1em;
		height: 320px;
    }

    .commodity {
        padding: 10px 10px 80px 10px;
    }

    .commodity-flex {
        height: 188px;
    }

    .commodity-img {
        height: 188px;
    }

    /*--end index -- */
}

@media screen and (max-width: 320px) {

    /*-- index -- */
    .commodity-flex {
        height: 149px;
    }

    .commodity-img {
        height: 149px;
    }

    /*--end index -- */
}

/*--end index -- */
.puper {
    display: none;
    position: fixed;
    width: 600px;
    left: 33%;
    top: 29%;
    bottom: 0;
    margin: auto;
    z-index: 99999;
}

.puper-close {
    position: relative;
    height: 30px;
}

.puper-close i {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: -11px;
}

.puper-freezoom {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.puper-freezoom iframe,
.puper-freezoom object,
.puper-freezoom embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
