/* clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

*html .clearfix {
    zoom: 1;
}

.preview {
    width: 400px;
    height: 465px;
}

/* smallImg */
.smallImg {
    position: relative;
    height: 52px;
    margin-top: 1px;
    background-color: #F1F0F0;
    padding: 6px 5px;
    width: 390px;
    overflow: hidden;
    float: left;
}

.scrollbutton {
    width: 14px;
    height: 50px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}

.scrollbutton.smallImgUp,
.scrollbutton.smallImgUp.disabled {
    background: url(../image/d_08.png) no-repeat;
}

.scrollbutton.smallImgDown,
.scrollbutton.smallImgDown.disabled {
    background: url(../image/d_09.png) no-repeat;
    margin-left: 375px;
    margin-top: -50px;
}

#imageMenu {
    height: 50px;
    width: 360px;
    overflow: hidden;
    margin-left: 0;
    float: left;
}

#imageMenu li {
    height: 50px;
    width: 60px;
    overflow: hidden;
    float: left;
    text-align: center;
}

#imageMenu li img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#imageMenu li#onlickImg img,
#imageMenu li:hover img {
    width: 44px;
    height: 44px;
    border: 3px solid #959595;
}

/* bigImg */
.bigImg {
    position: relative;
    float: left;
    width: 400px;
    height: 400px;
    overflow: hidden;
}

.bigImg #midimg {
    width: 400px;
    height: 400px;
}

.bigImg #winSelector {
    width: 235px;
    height: 210px;
}

#winSelector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
    background-color: #000;
    border: 1px solid #fff;
}

/* bigView */
#bigView {
    position: absolute;
    border: 1px solid #959595;
    overflow: hidden;
    z-index: 999;
}

#bigView img {
    position: absolute;
}

.con {
    display: flex;
    margin-bottom: 16px;
}

.con>.info {
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.con>.info>.up>.title {
    font-size: 16px;
    font-weight: bold;
}

.con>.info>.up>.price {
    width: 604px;
    height: 34px;
    background: #f0f0f0;
    color: #999;
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    line-height: 34px;
    box-sizing: border-box;
    padding-left: 16px;
}

.con>.info>.up>.price>span {
    color: red;
}

.con>.info>.up>.pay {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.con>.info>.up>.pay>.wepay {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.con>.info>.up>.pay>.alipay {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.con>.info>.up>.pay>.unionpay {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.con>.info>.up>.pay>.applepay {
    width: 52px;
    height: 24px;
    margin-right: 12px;
}

.con>.info>.up>.pay>.visa {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.con>.info>.up>.pay>.master {
    width: 50px;
    height: 24px;
    margin-right: 6px;
}

.con>.info>.up>.pay>.american_express {
    width: 38px;
    height: 24px;
    margin-right: 12px;
}

.con>.info>.up>.item {
    margin-top: 16px;
    position: relative;
}

.con>.info>.up>.item>ul>li {
    color: #999;
    margin-top: 16px;
}

.con>.info>.up>.item>ul>li>span {
    color: #666;
}

.con>.info>.down>.item {
    width: 180px;
    height: 48px;
    background: #db4f33;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.clearfix {
    display: flex;
    margin-bottom: 16px;
}

.clearfix>.left {
    width: 264px;
    margin-right: 20px;
}

.clearfix>.left>.item {
    margin-bottom: 16px;
}

.clearfix>.left>.item>.label {
    padding-left: 10px;
    background: #f0f0f0;
    line-height: 38px;
    font-weight: bold;
}

.clearfix>.left>.item>.info>.classify {
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}

.clearfix>.left>.item>.info>.classify>a {
    padding: 4px 10px;
}

.clearfix>.left>.item>.info>.classify>a:hover {
    color: #039;
    text-decoration: underline;
}

.clearfix>.left>.item>.info>.classify>a:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}



.clearfix>.left>.item>.info>.product {
    display: flex;
    flex-direction: column;
}

.clearfix>.left>.item>.info>.product>a {
    display: flex;
    margin-top: 8px;
}

.clearfix>.left>.item>.info>.product>a:hover {
    color: #039;
    text-decoration: underline;
}

.clearfix>.left>.item>.info>.product>a>img {
    width: 92px;
    height: 92px;
    object-fit: cover;
}

.clearfix>.left>.item>.info>.product>a>.title {
    margin-left: 10px;
    color: #666;
    width: 162px;
    height: 92px;
    overflow: hidden;
}

.clearfix>.right {
    border: 1px solid #f0f0f0;
    flex: 1;
    position: relative;
}

.clearfix>.right>.label {
    line-height: 38px;
    padding-left: 32px;
    font-weight: bold;
    color: #039;
    border-bottom: 1px solid #f0f0f0;
}

.clearfix>.right>.label:before {
    content: "";
    width: 3px;
    height: 16px;
    background: #039;
    position: absolute;
    left: 16px;
    top: 11px;
}

.clearfix>.right>.content {
    padding: 16px;
    text-align: center;
}

#midimg,
.bigImg>img {
    object-fit: cover;
}