/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
	=product-list
-----------------------------------------------------------------------------*/

/* +product
*----------------------------------------------------------------------------*/

#content-main .product {
    position: relative;
    overflow: hidden;
    padding: 15px 0 0;
}

#content-main .product h2 {
    display: none;
}

.banner img {
    display: block;
    max-width: 100%;
}

/**
*
* =category
*
**/

#content-main .product .category {
    float: left;
    width: 320px;
    box-sizing: border-box;
}

#content-main .product .category h3 {
    display: none;
}

#content-main .product .category ul {
    list-style: none;
}

#content-main .product .category ul li {
    border-bottom: 1px solid #0095b1;
}

#content-main .product .category ul li a {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 55px;
    background: url(../../i/bg-product-category.png) no-repeat 20px center;
    color: #0095b1;
    font-size: 24px;
    text-decoration: none;
    outline: none;
}

#content-main .product .category ul li.hot a {
    background: url(../../i/bg-product-category-hot.png) no-repeat 20px center;
}

#content-main .product .category ul li.with-sub a:after {
    position: absolute;
    top: 21px;
    right: 15px;
    content: "";
    width: 30px;
    height: 15px;
    background: url(../../i/icon-arrow-down05.png) no-repeat 0 0;
}

#content-main .product .category ul li ul {
    display: none;
}

#content-main .product .category ul li ul li {
    background-color: #cce8ed;
}

#content-main .product .category ul li ul li:last-child {
    border: none;
}

#content-main .product .category ul li ul li a {
    padding-left: 75px;
    background: none;
    color: #0095b1;
}

#content-main .product .category ul li.with-sub ul li a:after,
#content-main .product .category ul li          ul li a:after {
    background: none;
}

#content-main .product .category ul li ul li.active a {
    background-color: #0095b1;
    color: #fff;
}

/**
*
* =tabs
*
**/

#content-main .product .tabs {
    overflow: hidden;
    list-style: none;
    margin-bottom: 30px;
    padding: 0 1%;
}

#content-main .product .tabs li {
    float: left;
    width: 33.3%;
    border: 1px solid #008ca5;
    box-sizing: border-box;
}

#content-main .product .tabs li a {
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #cce8ed;
    box-sizing: border-box;
    color: #544c47;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    outline: none;
}

#content-main .product .tabs li.ui-tabs-active {
    border-bottom: none;
    border-right: none;
    border-left: none;
}

#content-main .product .tabs li.ui-tabs-active a {
    border-top: 4px solid #008ca5;
    background-color: #fff;
    line-height: 36px;
}

/**
*
* =list
*
**/

#content-main .product .list {
    position: static;
    width: 100%;
    margin-top: 20px;
}

#content-main .product .list .btn-sort {
    display: none;
    float: right;
    font-size: 24px;
    line-height: 50px;
    outline: none;
}

#content-main .product .list .sort {
    overflow: hidden;
    margin-bottom: 15px;
}

#content-main .product .list .sort a {
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #f6d376;
    color: #f6d376;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
}

#content-main .product .list .sort a:first-child {
    margin-left: 1%;
}

#content-main .product .list .sort a.active,
#content-main .product .list .sort a:hover {
    background-color: #f6d376;
    color: #fff;
}

#content-main .product .list h3 {
    display: none;
}

#content-main .product .list ul {
    overflow: hidden;
    list-style: none;
}

#content-main .product .list ul li {
    float: left;
    width: 23%;
    height: 100%;
    margin: 0 2% 15px 0;
    box-sizing: border-box;
}

#content-main .product .list ul li:nth-child(4n) {
    margin-right: 1%;
}

#content-main .product .list ul li:nth-child(4n+1) {
    clear: both;
    margin-left: 1%;
}

#content-main .product .list ul li .product-content {
    position: relative;
    height: 100%;
    padding: 15px 0 0;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}

#content-main .product .list ul li .product-content .photo {
    margin-bottom: 15px;
    padding: 0 15px;
}

#content-main .product .list ul li .product-content .photo a {
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 0;
      padding: 100% 0 0 0;
}

#content-main .product .list ul li .product-content .photo img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

#content-main .product .list ul li .product-content h4 {
    min-height: 70px;
    padding: 0 15px;
    color: #37a1b3;
    font-size: 20px;
    line-height: 24px;
}

#content-main .product .list ul li .product-content h4 a {
    color: #37a1b3;
}

#content-main .product .list ul li .product-content p.text {
    overflow: hidden;
    padding: 0 15px 8px;
    color: #888;
    font-size: 12px;
    text-align: justify;
}

#content-main .product .list ul li .product-content p.price {
    position: relative;
    overflow: hidden;
    padding: 0 15px 8px;
    color: #c92818;
    font-size: 24px;
    text-align: right;
}

#content-main .product .list ul li .product-content p.price span {
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 0 15px 8px;
    color: #888;
    font-size: 12px;
    text-align: left;
    text-decoration: line-through;
}

#content-main .product .list ul li .product-content .btn-buy {
    display: block;
    height: 44px;
    line-height: 44px;
    border-bottom: 3px solid #00869c;
    background-color: #f3f8fb;
    color: #9e9fa1;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

#content-main .product .list ul li .product-content .btn-buy span {
    display: inline-block;
    height: 44px;
    padding: 0 55px 0 0;
    background: url(../../i/icon-cart01.png) no-repeat right bottom;
    vertical-align: bottom;
}

/**
*
* =detail-wrap
*
**/

#product-detail .detail-wrap {
    position: static;
    width: 100%;
    margin-top: 20px;
    padding-left: 320px;
    box-sizing: border-box;
}

#product-detail .product-detail {
    overflow: hidden;
    padding: 0 1% 20px;
}

#product-detail .photo-wrap {
    float: left;
    width: 500px;
}

#product-detail .photo-wrap img {
    display: block;
    width: 500px;
}

#product-detail .photo-wrap ul {
    overflow: hidden;
    list-style: none;
}

#product-detail .photo-wrap ul li {
    float: left;
    width: 25%;
}

#product-detail .photo-wrap ul li img {
    width: 100%;
}

#product-detail .product-content {
    margin-left: 520px;
}

#product-detail .product-content h1 {
    margin: 0 0 10px 0;
    color: #007085;
    font-size: 28px;
    line-height: 120%;
}

#product-detail .product-content .price {
    margin-bottom: 10px;
    color: #cd3022;
    font-weight: bold;
    font-size: 32px;
}

#product-detail .product-content .price span {
    color: #000;
    margin-left: 30px;
    font-weight: normal;
    font-size: 18px;
    text-decoration: line-through;
}

#product-detail .product-content .sold {
    color: #666;
    font-size: 16px;
}

#product-detail .product-content .func {
    overflow: hidden;
}

#product-detail .product-content .func a {
    float: left;
    outline: none;
}

#product-detail .product-content .func .btn-add,
#product-detail .product-content .func .btn-checkout {
    width: 42%;
    height: 44px;
    line-height: 44px;
    margin-right: 2%;
    border-bottom: 3px solid #00869c;
    background-color: #f3f8fb;
    color: #9e9fa1;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

#product-detail .product-content .func .btn-add span {
    display: inline-block;
    height: 44px;
    padding: 0 55px 0 0;
    background: url(../../i/icon-cart01.png) no-repeat right bottom;
    vertical-align: bottom;
}

#product-detail .product-content .func .btn-checkout {
    border-bottom: 3px solid #f0b61a;
    background-color: #008ca5;
    color: #fff;
}

#product-detail .product-content .func .btn-checkout span {
    display: inline-block;
    height: 43px;
    padding: 0 28px 0 0;
    background: url(../../i/icon-dollar.png) no-repeat right bottom;
    vertical-align: bottom;
}

#product-detail .product-content .func .btn-collect {
    width: 12%;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 38px;
    background: url(../../i/icon-heart.png) no-repeat 0 center;
    box-sizing: border-box;
    color: #e96c00;
    font-weight: bold;
    font-size: 24px;
}

#product-detail .product-content .preferential {
    list-style: none;
}

#product-detail .product-content .preferential li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #e4b200;
}

#product-detail .product-content .preferential li a {
    display: block;
    padding-right: 35px;
    background: url(../../i/icon-arrow-down02.png) no-repeat right center;
    color: #a35253;
    font-weight: bold;
    font-size: 16px;
}

#product-detail .product-content .preferential li:last-child a {
    background: url(../../i/icon-arrow-down03.png) no-repeat right center;
}

#product-detail .product-content .preferential li a span {
    display: inline-block;
    margin-right: 7px;
    color: #e4b200;
}

#product-detail .product-content .preferential li a span.discount {
    padding: 0 7px;
    border-radius: 8px;
    background-color: #f0b61a;
    color: #008ca5;
    box-shadow: 2px 2px 2px 2px #ccc;
}

#product-detail .product-content .preferential li a span.all {
    float: right;
    color: #e96c00;
}

#product-detail .product-content .preferential li a span img {
    margin-right: 3px;
    vertical-align: middle;
}

#product-detail .product-content .desc {
    overflow: hidden;
    list-style: none;
    margin-bottom: 20px;
    padding: 10px 0 0 15px;
}

#product-detail .product-content .desc li {
    position: relative;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
}

#product-detail .product-content .desc li:before {
    content: "★";
}

#product-detail .product-content .specification {
    position: relative;
    overflow: hidden;
}

#product-detail .product-content .specification .btn-choose {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 0;
    background: url(../../i/icon-arrow-right03.png) no-repeat right 0;
    color: #e96c00;
    font-weight: bold;
    font-size: 16px;
}

#product-detail .product-content .specification p {
    padding: 0 120px 0 0;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

#product-detail .product-content .specification ul {
    overflow: hidden;
    list-style: none;
    padding: 5px 0 0;
}

#product-detail .product-content .specification ul li {
    float: left;
    margin-right: 8px;
}

#product-detail .product-content .specification ul li a {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 7px;
    border: 1px solid #73c0cd;
    color: #008ca5;
    font-weight: bold;
    font-size: 16px;
}

#product-detail .product-detail .share {
    overflow: hidden;
    clear: both;
    list-style: none;
    padding: 10px 0 0;
}

#product-detail .product-detail .share li {
    float: right;
}

#product-detail .product-detail .share li a {
    display: block;
    width: 72px;
    height: 45px;
    text-indent: -100000px;
    outline: none;
}

#product-detail .product-detail .share li a.fb {
    background: url(../../i/icon-fb.png) no-repeat 0 0;
}

#product-detail .product-detail .share li a.line {
    background: url(../../i/icon-line.png) no-repeat 0 0;
}

#product-detail .info-content {
    padding: 0 1%;
}

#product-detail .info-content iframe {
    float: left;
    width: 49%;
    margin: 0 2% 20px 0;
}

#product-detail .info-content iframe:nth-child(2n) {
    margin-right: 0;
}

#product-detail .info-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/**
*
* =group-random
*
**/

.random h2 {
    display: none;
}

.random .list {
    margin-top: 15px;
}

.random .list form ul {
    overflow: hidden;
    list-style: none;
}

.random .list form ul li {
    display: block;
    float: left;
    width: 16%;
    margin: 0 0.33%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}

.random .list form ul li .product-content {
    position: relative;
    padding: 15px;
}

.random .list form ul li .product-content .photo {
    border: 1px solid #e0e0e0;
}

.random .list form ul li .product-content .photo img {
    display: block;
    width: 100%;
}

.random .list form ul li .product-content h4 {
    min-height: 96px;
    line-height: 24px;
    font-size: 20px;
}

.random .list form ul li .product-content h4 a {
    color: #37a1b3;
}

.random .list form ul li .product-content .price {
    overflow: hidden;
    padding: 0;
    font-size: 13px;
    text-align: right;
}

.random .list form ul li .product-content .price select {
    float: left;
    margin-top: 10px;
}

.random .list form ul li .product-content .price strong {
    color: #c92818;
    font-size: 24px;
}

.random .list form .btn-func {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #87c5d2;
    color: #fff;
    font-size: 24px;
}

.random .list form .btn-func .content,
.random .list form .btn-func .amount {
    float: left;
    height: 44px;
    line-height: 44px;
}

.random .list form .btn-func .amount {
    font-size: 32px;
}

.random .list form .btn-func .btn-reset {
    display: block;
    position: absolute;
    top: 15px;
    right: 255px;
    width: 110px;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    border-bottom: 3px solid #b3dae1;
    background-color: #007085;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.random .list form .btn-func .btn-reset span {
    display: inline-block;
    height: 44px;
    padding-right: 55px;
    background: url(../../i/icon-reset.png) no-repeat right bottom;
}

.random .list form .btn-func .btn-buy {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 175px;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    border-bottom: 3px solid #f0b524;
    background-color: #fef3e1;
    color: #a09c95;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.random .list form .btn-func .btn-buy span {
    display: inline-block;
    height: 44px;
    padding-right: 55px;
    background: url(../../i/icon-cart02.png) no-repeat right bottom;
}

.random .list form h5 {
    padding: 0 15px;
    font-size: 20px;
}

.random .list form p {
    padding: 0 15px;
    font-size: 13px;
}

.random .list form p mark {
    background-color: #fff;
    color: #37a1b3;
}

/* +width: 1725↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 1725px) {
	
#product-detail .product-content .func .btn-add,
#product-detail .product-content .func .btn-checkout {
    width: 38%;
}

#product-detail .product-content .func .btn-collect {
    width: 20%;
}
}

/* +width: 1450↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 1450px) {

.random .list form ul li {
    width: 19%;
    margin: 0 0.5%;
}
}

/* +width: 1360↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 1360px) {
	
#product-detail .photo-wrap {
    width: 45%;
    padding-right: 20px;
    box-sizing: border-box;
}

#product-detail .photo-wrap img {
    width: 100%;
}

#product-detail .product-content {
    margin-left: 45%;
}
}

/* +width: 1200↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 1200px) {

.random .list form ul li {
    width: 24%;
    margin: 0 0.5%;
}
}

/* +width: 1100↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 1100px) {

#content-main .product .category {
    position: absolute;
    top: 0;
    left: -320px;
    z-index: 10;
    margin: 0;
    background-color: #fff;
}

#content-main .product .list,
#content-main .product .detail-wrap {
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

#content-main .product .list ul li {
    width: 32%;
    margin-right: 1% !important;
}

#content-main .product .list ul li:nth-child(4n+1) {
    clear: none;
    margin-left: 0;
}

#content-main .product .list ul li:nth-child(3n+1) {
    clear: both;
    margin-left: 1%;
}
	
#product-detail .product-content .func .btn-add,
#product-detail .product-content .func .btn-checkout {
    width: 35%;
}

#product-detail .product-content .func .btn-add span,
#product-detail .product-content .func .btn-checkout span {
    padding: 0;
    background: none;
}

#product-detail .product-content .func .btn-collect {
    width: 26%;
}
}

/* +width: 950↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 950px) {

.random .list form ul li {
    width: 32%;
    margin: 0 0.665%;
}
}

/* +width: 900↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 900px) {

#content-main .product .list .sort {
    box-sizing: border-box;
}
}

/* +width: 720↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 720px) {

.random .list form ul li {
    width: 48%;
    margin: 0 1%;
}
}

/* +width: 690↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 690px) {
	
#content-main .product .list .sort a {
    width: 24.5%;
    box-sizing: border-box;
    font-size: 16px;
}

#content-main .product .list ul li {
    width: 48%;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

#content-main .product .list ul li:nth-child(4n+1),
#content-main .product .list ul li:nth-child(3n+1) {
    clear: none;
}

#content-main .product .list ul li:nth-child(2n+1) {
    clear: both;
}

#product-detail .photo-wrap {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}

#product-detail .product-content {
    margin-left: 0;
}
}

/* +width: 520↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 520px) {

.random .list form ul li {
    width: 98%;
    margin: 0 1%;
}
}

/* +width: 480↓
*----------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	
#content-main .product .list {
    clear: both;
    padding: 0 10px;
}

#content-main .product .list .btn-sort {
    display: block;
}

#content-main .product .list .sort {
    display: none;
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 10;
    width: 100px;
    padding: 0;
    border: 1px solid #000;
    border-bottom: none;
}

#content-main .product .list .sort a {
    display: block;
    float: none;
    width: auto;
    border-bottom: 1px solid #000;
    background-color: #f6d376;
    color: #fff;
}

#content-main .product .list ul {
    clear: both;
}

#content-main .product .list ul li {
    width: 98%;
    margin-right: 1% !important;
    box-sizing: border-box;
}
}