﻿@charset "utf-8";

.component-warning {
    text-align: center;
    padding: 15px;
}

.component-placeholder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.component-tips {
    display: block;
    padding: 10px;
    background: #eee;
}

/*  箭头导航组件 */
.component-arrow-navigator {
    display: block;
    position: relative;
    padding: 10px 15px 10px 10px;
    font-size: 14px;
    border-radius: 6px;
    /* background: #fff; */
}

.component-arrow-navigator[link]:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 10px;
    height: 100%;
    background-image: url("../images/FLinkNext.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 10px auto;
}

.component-arrow-navigator:after {
    content: "";
    display: block;
    clear: both;
}

.component-arrow-navigator .title {
    float: left;
}

.component-arrow-navigator .value {

}

.component-arrow-navigator .footer {
    float: right;
    border-top: 0;
    background: none;
}

.component-arrow-navigator[link] .footer {
    margin-right: 15px;
}

/*goods*/
/*Goods--GoodsImgZoom*/
.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    display: none;
    text-align: center;
    overflow: hidden;
}

.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.GoodsBox {
    width: 1198px;
    min-height: 600px;
    margin: 0 auto 20px;
}

.GoodsImgBox {
    width: 500px;
    height: 600px;
    float: left;
    overflow: hidden;
}

.GoodsImgBig {
    width: 500px;
    height: 500px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.GoodsImgBig img {
    max-height: 500px;
    max-width: 500px;
    vertical-align: middle;
}

.GoodsImgBig .goods-video-player {
    width: 500px;
    max-height: 500px;
}

.GoodsImgSmall {
    width: 500px;
    height: 85px;
    padding: 8px 0 0;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
}

.GoodsImgSmall .goods-video-small-list,
.GoodsImgSmallList {
    display: inline-block;
}

.GoodsImgSmall .goods-video-small-list .item,
.GoodsImgSmallList li {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 8px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.GoodsImgSmall .goods-video-small-list .item .img,
.GoodsImgSmallList li img {
    max-height: 80px;
    max-width: 80px;
}

.Goods {
    width: 657px;
    padding: 20px 20px 0 20px;
    min-height: 580px;
    float: right;
}

.Goods > h1 {
    width: 100%;
    height: 50px;
    line-height: 25px;
    font-size: 24px;
    overflow: hidden;
}

.Goods .selected-spec-value {
    font-size: 20px;
}

.GoodsPriceBox {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.GoodsMPrice {
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    *zoom: 1;
    *display: inline;
}

.GoodsMPrice span {
    font-size: 32px;
}

.GoodsMLevel {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 91px;
    height: 18px;
    padding-left: 13px;
    line-height: 18px;
    position: relative;
    margin-right: 5px;
}

.GoodsMLevelBox {
    display: none;
    position: absolute;
    top: 18px;
    left: 0;
    width: 248px;
    z-index: 1;
}

.GoodsMLevelBox > dl {
    padding: 10px 0 0 10px;
    width: 238px;
}

.GoodsMLevelBox > dl > dd {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.GoodsMLevelTip {
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.GoodsMLevelTip a {
    font-size: 14px;
    text-decoration: underline;
}

.GoodsMLevel:hover .GoodsMLevelBox {
    display: block;
}

.GoodsOPrice {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-decoration: line-through;
    *zoom: 1;
    *display: inline;
}

.CashBackPrice {
    display: inline-block;
}

.CashBackPrice span {
    font-size: 17px;
}

.GoodsData {
    width: 657px;
    padding: 10px 0;
    height: 50px;
    margin: 20px 0;
}

.GoodsData dd {
    float: left;
    width: 219px;
    height: 50px;
    text-align: center;
}

.GoodsData dd > span {
    display: block;
    width: 100%;
    font-size: 14px;
}

.GoodsData dd p img {
    vertical-align: middle;
    margin-left: 5px;
}

.GoodsEvalBox {
    width: 100%;
    height: 11px;
    text-align: center;
}

.GoodsEvalBox .GoodsEval {
    display: inline-block;
    width: 56px;
    height: 11px;
    background: url("../images/EvalStar1.png") center no-repeat;
    overflow: hidden;
    margin-right: 2px;
    text-align: left;
}

.GoodsEvalBox .GoodsEval i {
    display: inline-block;
    height: 11px;
    background: url("../images/EvalStar2.png") left center no-repeat;
    vertical-align: top;
}

.GoodsSaleActBox {
    width: 652px;
    padding: 10px 0 10px 5px;
    height: 20px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
}

.GoodsSaleActBox .floatL {
    width: 68px;
    height: 20px;
}

.GoodsSaleAct {
    float: left;
    width: 528px;
    min-height: 20px;
}

.GoodsSaleAct dl dd {
    float: left;
    width: 176px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.GoodsSaleAct dl dd img {
    vertical-align: middle;
    margin-right: 5px;
}

.GoodsAttrList {
    width: 100%;
}

.GoodsAttrList li {
    width: 100%;
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.GoodsAttrList li > .floatL {
    width: 60px;
    height: 12px;
    line-height: 100%;
    padding: 8px 10px 8px 0;
    vertical-align: middle;
}

.GoodsAttrBox {
    margin-left: 59px;
    vertical-align: middle;
    /* height: 30px; */
}

.GoodsAttrList li.GoodsAttrLong .floatL {
    width: 50px;
}

.GoodsAttrList li.GoodsAttrLong .GoodsAttrBox {
    margin-left: 50px;
}

.GoodsAttrW {
    display: inline-block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
}

.GoodsAttrW.cur {
    padding: 0 8px;
    height: 26px;
    background: url("../images/GoodsAttrBg.png") right bottom no-repeat;
}

.GoodsAttrP {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.GoodsAttrP.cur {
    width: 26px;
    height: 26px;
}

.GoodsAttrP img {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 28px;
    max-height: 28px;
}

.GoodsAttrP.cur img {
    display: block;
}

.GoodsNumTab {
    float: left;
    display: inline-block;
    width: 88px;
    height: 30px;
}

.GoodsNumTab input[type=button] {
    float: left;
    width: 18px;
    height: 30px;
    font-size: 20px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
}

.GoodsNumTab input[type=text] {
    float: left;
    width: 48px;
    height: 28px;
    border-left: 0;
    border-right: 0;
    line-height: 28px;
    text-align: center;
}

.NumJianBt {
}

.Inventory {
    display: inline-block;
    height: 30px;
    float: left;
}

.GoodsBuy {
    width: 100%;
    height: 48px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.GoodsBuy > a {
    display: inline-block;
    width: 200px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    margin: 0 6px;
}

.GoodsBuy > a.GoodsAddcart {
    position: relative;
    z-index: 2;
}

.GoodsBuy > a.btn-go-to-cart {
    width: 60px;
    margin-left: -10px;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    position: absolute;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.GoodsFun {
    width: 100%;
    height: 25px;
    margin: 0 auto;
    text-align: center;
}

.GoodsFun li {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    *display: inline;
    *zoom: 1;
}

.GoodsFun li img {
    vertical-align: top;
    *vertical-align: middle;
    margin-right: 5px;
}

.GoodsFun li .on,
.GoodsFun li .active .off {
    display: none;
}

.GoodsFun li .active .on {
    display: inline;
}

.GoodsFun li.GoodsFunLove img {
    vertical-align: middle;
}

.GoodsFun li.GoodsFunShare {
    width: 70px;
}

.GoodsFun2 {
    width: 657px;
    margin-top: 20px;
}

.GoodsFun2 li {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}

.GoodsFun2 li img {
    vertical-align: top;
}

.GoodsFun2 li.GoodsFunLove img {
    vertical-align: middle;
}

.GoodsFun2 li .GoodsEvalBox {
    text-align: left;
}

.GoodsFun2 li .GoodsEvalBox span {
    margin-left: 5px;
}

/*Goods--GoodsRecom*/
.GoodsRecomBox {
    width: 1198px;
    height: 258px;
    margin: 0 auto 20px;
}

.GoodsRecomH {
    width: 100%;
    height: 38px;
}

.GoodsRecomH h1 {
    display: inline-block;
    float: left;
    /* width: 92px; */
    line-height: 100%;
    padding: 15px 10px 12px;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.GoodsRecom {
    width: 1158px;
    padding: 20px;
    height: 180px;
}

.GoodsRecoms {
    display: none;
}

.GoodsRecomPro {
    width: 910px;
    height: 190px;
    float: left;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    *white-space: nowrap;
}

.GoodsRecomPro > div {
    display: inline-block;
    white-space: normal;
    overflow: hidden;
    *zoom: 1;
    *display: block;
    vertical-align: top;
    position: relative;
}

.GoodsRecomPro > div.GoodsRecomProList {
    width: 140px;
    height: 180px;
}

.GoodsRecomPro > div.GoodsRecomSeparate {
    width: 45px;
    height: 117px;
    padding-top: 63px;
    text-align: center;
}

.GoodsRecomProImg {
    width: 138px;
    height: 138px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.GoodsRecomProImg img {
    max-width: 138px;
    max-height: 138px;
}

.GoodsRecomProPrice {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
}

.GoodsRecomProPrice .floatL {
    width: 14px;
    height: 14px;
    padding: 3px 0;
    overflow: hidden;
    position: relative;
}

.GoodsRecomProPrice .floatL label.checklabel {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/CheckboxBg1.png") center no-repeat;
}

.GoodsRecomProPrice .floatL label.cur {
    background: url("../images/CheckboxedBg1.png") center no-repeat;
}

.GoodsRecomProPrice .floatL input[type=checkbox] {
    position: absolute;
    top: -100px;
    left: -200px;
}

.GoodsRecomBuy {
    float: right;
    width: 208px;
    height: 160px;
    padding: 20px 0 0 40px
}

.GoodsRecomPrice {
    width: 100%;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
}

.GoodsRecomPrice span {
    font-size: 20px;
}

.GoodsRecomOPrice {
    width: 100%;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
}

.GoodsRecomOPrice span {
    text-decoration: line-through;
}

.GoodsRecomBuy > a {
    display: block;
    width: 124px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    margin-top: 9px;
}

.GoodsRecomBuy > a.GoodsRecomAddCart {
    width: 122px;
    height: 32px;
}

/*Goods--GoodsDetBox*/
.GoodsDetBox {
    width: 1200px;
    margin: 0 auto 40px;
}

.GoodsDetRecom {
    float: left;
    width: 225px;
    height: auto;
    overflow: hidden;
}

.GoodsDetR {
    float: left;
    width: 974px;
    margin-left: -1px;
}

.GoodsDetTab .goods-fun-scan {
    display: block;
    position: relative;
    /*width: 22px;*/
    float: right;
    height: 32px;
    margin: 14px 10px;
    line-height: 32px;
    cursor: pointer;
}

.GoodsDetTab .goods-fun-scan .btn-scan {
    display: block;
    font-size: 14px;
}

.GoodsDetTab .goods-fun-scan .btn-scan img {
    width: 27px;
    margin-left: 5px;
    pointer-events: none;
}

.GoodsDetTab .goods-fun-scan .big-img {
    top: 100%;
    right: 0;
    position: absolute;
    width: 90px;
    padding: 15px;
}

.GoodsDetR .GoodsDetTab a.btn-to-cart {
    display: none;
    float: right;
    width: 100px;
    height: 32px;
    margin: 14px 10px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.GoodsDetR.fixed .GoodsDetTab {
    position: fixed;
    top: 27px;
    z-index: 1;
}

.GoodsDetR.fixed .GoodsDets {
    padding-top: 60px;
}

.GoodsDetR.fixed .GoodsDetTab a.btn-to-cart {
    display: inline-block;
}

.GoodsDetRecomH {
    width: 215px;
    height: 35px;
    padding-left: 10px;
    line-height: 35px;
    font-size: 16px;
}

.GoodsDetRecomList {
    width: 205px;
    padding: 10px 9px 0;
}

.GoodsDetRecomList li {
    width: 100%;
    height: 82px;
    margin-bottom: 10px;
}

.GoodsDetRecomProImg {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
}

.GoodsDetRecomProImg img {
    max-height: 80px;
    max-width: 80px;
}

.GoodsDetRecomProInfo {
    margin-left: 90px;
    padding: 5px 0;
    height: 72px;
}

.GoodsDetRecomProName {
    width: 100%;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    margin-bottom: 10px;
}

.GoodsDetRecomProPrice {
    width: 100%;
    height: 14px;
    line-height: 14px;
    margin-bottom: 17px;
}

.GoodsDetRecomProEval {
    width: 100%;
    height: 14px;
    text-align: right;
}

.GoodsDetTab {
    width: 940px;
    height: 60px;
    padding-left: 34px;
    /*overflow: hidden;*/
}

.GoodsDetTab > div {
    float: left;
    width: 125px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    line-height: 60px;
    font-size: 18px;
    margin-right: 60px;
}

.GoodsDets {
    width: 100%;
    overflow: hidden;
}

.GoodsDet {
    width: 100%;
    display: none;
    line-height: 200%;
    padding: 10px;
    font-size: 15px;
}

.GoodsDetCon {
    width: auto;
    padding: 3.125%;
}

.GoodsDetCon > * {
    max-width: 100%;
    line-height: 130%;
}

.GoodsDet img {
    max-width: 974px;
}

.GoodsDetData {
    width: 934px;
    padding: 20px
}

.GoodsDetData > h1 {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}

.GoodsDetData > table {
    width: 910px;
    margin: 20px auto 0;
}

.GoodsDetData > table tr {
    width: 100%;
}

.GoodsDetData > table td {
    width: 50%;
    line-height: 200%;
    font-size: 15px;
}

.GoodsDetEvalBox {
    width: 100%;
    height: 95px;
    padding: 20px 0;
}

.GoodsDetEvalBox .floatL {
    width: 153px;
    height: 95px;
    text-align: center;
    font-size: 14px;
}

.GoodsDetEvalBox .floatR {
    width: 820px;
    height: 95px;
    overflow: hidden;
}

.GoodsDetEvalH {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

.GoodsDetEvalScore {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 34px;
    font-weight: bold;
}

.GoodsDetEvalStar {
    width: 100%;
    height: 12px;
    margin-bottom: 5px;
}

.GoodsDetEvalPleasedBox {
    width: 535px;
    height: 85px;
    margin: 5px auto;
    background: url("../images/EvalPleasedBg.png") center no-repeat;
    position: relative;
}

.GoodsDetEvalPleasedBox .EvalCursor {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    background: url("../images/EvalcursorBg.png") center no-repeat;
}

.GoodsDetEvalListH {
    width: 954px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
}

.GoodsDetEvalListH span {
    margin-left: 20px;
}

.GoodsDetEvalList {
    width: 954px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.GoodsDetEvalList li {
    width: 100%;
    padding: 20px 0;
    min-height: 100px;
}

.GoodsDetEvalList li .floatL {
    width: 120px;
    text-align: center;
}

.GoodsDetEvalList li .floatL p {
    font-size: 14px;
}

.GoodsDetEvaler {
    width: 68px;
    height: 68px;
    margin: 0 auto 10px;
    overflow: hidden;
    border-radius: 50%;
}

.GoodsDetEvaler img {
    border-radius: 50%;
}

.GoodsDetEvalCon {
    margin-left: 130px;
    min-height: 100px;
}

.GoodsDetEvalCons {
    width: 100%;
}

.GoodsDetEvalCons p {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    word-break: break-all;
}

.GoodsDetEvalCons span {
    display: block;
    width: 100%;
    font-size: 14px;
}

/*Goods_Integral*/
.GoodsIntegralData {
    width: 637px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin-top: 30px;
    font-size: 16px;
}

.GoodsIntegralBuy {
    width: 637px;
    height: 50px;
    padding: 30px 10px;
    overflow: hidden;
    margin: 20px 0;
}

.GoodsIntegralBuy .floatL {
    width: 420px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}

.GoodsIntegralBuy .floatL span {
    font-size: 63px;
}

.GoodsIntegralBuy .floatR {
    width: 200px;
    height: 50px;
    overflow: hidden;
}

a.GoodsIntegralBuyBt {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    background: url("../images/GoodsTeamBuyBt.png") center no-repeat;
}

/*Goods_team*/
.GoodsTeamTip {
    width: 641px;
    padding: 10px 7px 0;
    margin-top: 50px;
}

.GoodsTeamTip > div {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 16px;
}

.GoodsTeamTip > div img {
    vertical-align: middle;
    margin-right: 10px;
}

.GoodsTeamData {
    width: 637px;
    /*height: 20px;*/
    line-height: 20px;
    padding: 0 10px;
    margin-top: 56px;
    font-size: 16px;
}

.GoodsTeamData .floatL img {
    vertical-align: middle;
    margin-right: 10px;
}

.GoodsTeamData .buy-count {
    margin-top: 13px;
}

.GoodsTeamBuy {
    width: 637px;
    height: 50px;
    padding: 30px 10px;
    overflow: hidden;
    margin-top: 70px;
}

.GoodsTeamBuy .floatL {
    width: 420px;
    height: 50px
}

.GoodsTeamBuy .floatR {
    width: 200px;
    height: 50px;
    overflow: hidden;
}

a.GoodsTeamBuyBt {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    background: url("../images/GoodsTeamBuyBt.png") center no-repeat;
}

.GoodsTeamPrice {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.GoodsTeamOPrice {
    display: inline-block;
    height: 50px;
    overflow: hidden;
}

.GoodsTeamOPrice p {
    font-size: 16px;
    text-decoration: line-through;
}

a.GoodsTeamBuyBtNo {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    background: url("../images/GoodsTeamBuyBtNo.png") center no-repeat;
}

/*Goods_Hp*/

.GoodsHpProBox {
    width: 462px;
    padding-bottom: 20px;
    margin: 0 auto 20px;
}

.GoodsHpPro {
    width: 100%;
    height: 42px;
    background: url("../images/GoodsHpProBg.png") center bottom no-repeat;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.GoodsHpProNum {
    width: 90px;
    height: 42px;
    text-align: center;
    line-height: 20px;
    background: url("../images/GoodsHpProNumBg.png") center no-repeat;
    font-size: 12px;
    position: absolute;
    top: 0;
}

.GoodsHpProNum > div {
    width: 90px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.GoodsHpProNum span {
    font-size: 14px;
}

.GoodsHpProBox > p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}

.GoodsHpTime {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}

.GoodsHpTime img {
    vertical-align: middle;
    margin-right: 5px;
}

.GoodsHpPriceList {
    width: 100%;
    min-height: 110px;
    overflow: hidden;
    margin: 20px 0;
}

.GoodsHpPriceList dt {
    float: left;
    width: 97px;
    height: 70px;
    padding: 20px 0 20px 20px;
    font-size: 16px;
}

.GoodsHpPriceList dt p {
    margin-bottom: 30px;
}

.GoodsHpPriceList dd {
    float: left;
    width: 180px;
    height: 70px;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
}

.GoodsHpPriceList dd p {
    margin-bottom: 30px;
}

.GoodsHpPriceList dd .GoodsHpPriceList4 {
    width: 97px;
    padding: 20px 0px 20px 20px;
    text-align: left;
}

.GoodsHpAttrAndNum {
    width: 100%;
}

.GoodsHpAttrAndNum dd {
    width: 100%;
    padding: 5px 0;
    height: 30px;
    line-height: 30px;
    display: none;
}

.GoodsHpAttrBox {
}

.GoodsHpAttrKc {
    margin-right: 20px;
}

.GoodsHpAttrsBox {
    float: left;
    width: 500px;
    min-height: 50px;
}

.TeamsPrBuy {
    width: 100%;
    height: 50px;
}

.TeamsPrBuy > a {
    display: none;
    width: 200px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    margin: 0 6px;
}

.TeamsPrBuy .GoodsBuyBt a {
    display: inline-block;
    width: 200px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    margin: 0 6px;
    cursor: pointer;
}

.TeamsPrBuy .btn-to-cart {
    position: relative;
    z-index: 2;
}

.TeamsPrBuy .GoodsBuyBt a.btn-go-to-cart {
    width: 60px;
    margin-left: -10px;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    position: relative;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.TeamsPrBuy > a.TeamsShow {
    display: inline-block;
}

.TeamsNumPrice {
    display: none;
    width: 617px;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 20px;
}

.TeamsNumPrice span {
    margin: 0 10px;
}

.hpbuyrule {
    text-decoration: line-through;
}

.EvalShowImg .EvalShowImgSmallBox {
    height: auto;
}

span.AttrWord {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
}

/*倒计时代码*/
.ClockFrame {
    width: 380px;
    height: 60px;
    margin-left: 50px;
}

.ClockFrame li {
    width: 40px;
    height: 60px;
    overflow: hidden;
    float: left;
    clear: none;
    text-align: center;
    position: relative;
    font-size: 60px;
    line-height: 333px;
}

.ClockFrame li b {
    width: 40px;
    height: 60px;
    position: absolute;
    background: url("../images/AllNum.png") center no-repeat;
    top: 0;
    left: 0
}

.ClockFrame li.Code_1 b {
    background-position: 0 -8px;
}

.ClockFrame li.Code_2 b {
    background-position: -40px -8px;
}

.ClockFrame li.Code_3 b {
    background-position: -80px -8px;
}

.ClockFrame li.Code_4 b {
    background-position: -120px -8px;
}

.ClockFrame li.Code_5 b {
    background-position: -160px -8px;
}

.ClockFrame li.Code_6 b {
    background-position: -200px -8px;
}

.ClockFrame li.Code_7 b {
    background-position: -240px -8px;
}

.ClockFrame li.Code_8 b {
    background-position: -280px -8px;
}

.ClockFrame li.Code_9 b {
    background-position: -320px -8px;
}

.ClockFrame li.Code_0 b {
    background-position: -360px -8px;
}

.ClockFrame li.Code_Point b {
    background-position: -400px 0;
}

/*Menber*/
.MenberBox {
    width: 1200px;
    margin: 20px auto 30px;
    padding-top: 30px;
    overflow: hidden;
}

.MenberL {
    width: 197px;
    float: left;
    position: relative;
    padding-top: 35px;
}

.MenberFaca {
    width: 101px;
    height: 101px;
    overflow: hidden;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -51px;
    z-index: 1;
    border-radius: 50%;
}

.MenberFaca img {
    max-width: 101px;
    max-height: 101px;
    width: 100%;
}

.MenberNav {
    width: 195px;
    padding-top: 46px;
}

.MenberNav_Men {
    width: 155px;
    height: 53px;
    line-height: 53px;
    padding-left: 40px;
    background: url("../images/MenberIco_Men.png") 8px center no-repeat;
    font-size: 16px;
}

.MenberNavList {
    width: 195px;
}

.MenberNavList dt {
    width: 195px;
    /*height: 49px;*/
    /*line-height: 20px;*/
    font-size: 16px;
    position: relative;
}

.MenberNavList dt a {
    display: block;
    width: 155px;
    height: 20px;
    padding: 10px 0 10px 40px;
    background: url("../images/ArrowTType13_01.png") 155px 18px no-repeat;
    position: relative;
    z-index: 2;
}

.MenberNavList dd {
    /*width: 155px;*/
    width: 100%;
    /*height: 20px;*/
    /*line-height: 20px;*/
    font-size: 14px;
    /*margin-bottom: 10px;*/
}

.MenberNavList dd a {
    /* padding-left: 40px; */
    display: block;
    padding: 5px 0 5px 40px;
}

.MenberNavList dd a .ibCount {
    margin: 0 3px;
}

.MenberNavList dd.last {
    margin-bottom: 19px;
}

.MenberNavList dt > div {
    display: none;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 0;
}

.MenberNav1 dt {
    background: url("../images/MenberIco_MyOrder.png") 8px 12px no-repeat;
}

.MenberNav2 dt {
    background: url("../images/MenberIco_Assets.png") 8px 12px no-repeat;
}

.MenberNav3 dt {
    background: url("../images/MenberIco_FYCenter.png") 8px 12px no-repeat;
}

.MenberNav4 dt {
    background: url("../images/MenberIco_XFRecord.png") 8px 12px no-repeat;
}

.MenberNav5 dt {
    background: url("../images/MenberIco_New.png") 8px 12px no-repeat;
}

.MenberNav_Exit dt {
    background: url("../images/MenberIco_Exit.png") 8px 12px no-repeat;
}

.MenberNavOne dt a {
    background: url("../images/ArrowTType13_03.png") 158px 16px no-repeat;
}

.MenberNavOne dt.cur a {
    background: url("../images/ArrowTType13_05.png") 158px 16px no-repeat;
}

.MenberNavList dt.cur > div {
    display: block;
}

.MenberR {
    width: 995px;
    float: right;
    overflow: hidden;
}

.MenberRH {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 18px;
}

.MenberRH > span {
    margin-left: 20px;
}

/*Menber_men*/
.MenberR_Men_Assets {
    width: 993px;
    height: 65px;
    padding: 19px 0;
    margin-bottom: 20px;
}

.MenberR_Men_Assets li {
    width: 247px;
    float: left;
    height: 65px;
    overflow: hidden;
    text-align: center;
}

.MenberR_Men_Assets li.last {
    border-left: 0;
}

.MenberR_Men_Assets li p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 15px;
}

.MenberR_Men_Assets li p a {
    vertical-align: top
}

.MenberR_Men_Assets li span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}

.MenberR_Men_LatelyOrderBox {
    width: 993px;
    min-height: 160px;
    margin-bottom: 20px;
}

.MenberR_Men_LatelyOrderH {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.MenberR_Men_LatelyOrderH .floatL {
    width: 80px;
    text-align: center;
    margin-left: 10px;
    font-size: 16px;
}

.MenberR_Men_LatelyOrderH .floatR a {
    font-size: 14px;
    margin-right: 10px;
}

.MenberR_Men_LatelyOrder {
    width: 100%;
}

.MenberR_Men_LatelyOrderN {
    height: 118px;
    line-height: 118px;
    text-align: center;
    font-size: 18px;
}

.MenberR_Men_LatelyOrderN img {
    margin-right: 10px;
    vertical-align: middle;
}

/*.MenberR_RecomBox {
    width: 993px;
    height: 208px;
    margin-bottom: 20px;
}

.MenberR_RecomBox dd {
    float: left;
    width: 475px;
    height: 186px;
    padding: 10px 8px;
}*/
.MenberR_RecomBox {
    width: 993px;
    /*height: 208px;*/
    margin-bottom: 10px;
}

.MenberR_RecomBox dd {
    float: left;
    width: 475px;
    height: 186px;
    padding: 10px 8px;
    margin-bottom: 10px;
}

.MenberR_RecomBox dd:nth-child(2) {
    float: right;
}

.MenberR_RecomH {
    width: 100%;
    height: 15px;
}

.MenberR_RecomH a {
    width: 100%;
    height: 15px;
    display: block;
    background: url("../images/ArrowTType13_03.png") center right no-repeat;
    font-size: 16px;
    line-height: 15px;
    text-indent: 10px;
}

.MenberR_Recom {
    width: 100%;
    height: 155px;
    padding-top: 18px;
    overflow: hidden;
    position: relative;
}

.MenberR_Recom > a {
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 22px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.MenberR_Recom .MenberR_Recom_CollectList li {
    float: left;
    width: 104px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.MenberR_Recom > a.MenberR_Recom_PrevBt {
    left: 5px;
}

.MenberR_Recom > a.MenberR_Recom_NextBt {
    right: 5px;
}

.MenberR_RecomBox dd:hover .MenberR_Recom > a {
    display: block;
}

.MenberR_Recom > ul {
    height: 155px;
    overflow: hidden;
}

.MenberR_Recom > ul > li {
    float: left;
    height: 155px;
}

.MenberR_Recom_Collect > ul {
    min-width: 321px;
}

.MenberR_Recom_Collect > ul > li {
    width: 100px;
    overflow: hidden;
    margin-right: 6px;
}

.MenberR_Recom_Collect_Img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
}

.MenberR_Recom_Collect_Img img {
    max-height: 100px;
    max-width: 100px;
}

.MenberR_Recom_Collect_Price {
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

a.MenberR_Recom_Collect_Buy {
    display: block;
    width: 98px;
    height: 19px;
    text-align: center;
    line-height: 19px;
}

.MenberR_Recom_Team ul {
    width: 100%;
    height: 100%;
}

.MenberR_Recom_Team ul li {
    width: 475px;
    height: 155px;
    overflow: hidden;
    float: left;
}

.MenberR_Recom_Img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    padding-left: 50px;
}

.MenberR_Recom_Img img {
    max-height: 100px;
    max-width: 100px;
}

.MenberR_Recom_Info {
    margin-left: 170px;
    height: 140px;
    overflow: hidden;
    position: relative;
}

.MenberR_Recom_Time {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 20px;
}

.MenberR_Recom_Time span {
    display: inline-block;
    width: 22px;
    height: 25px;
    overflow: hidden;
    background: url("../images/TeamTimeBg.png") center no-repeat;
    line-height: 22px;
    text-align: center;
    margin: 0 4px;
}

.MenberR_Recom_Time del {
    margin-left: 8px;
}

.MenberR_Recom_Name {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    line-height: 15px;
    font-size: 14px;
    overflow: hidden;
}

.MenberR_Recom_Price {
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
}

.MenberR_Recom_Buy {
    width: 100%;
    height: 15px;
    line-height: 15px;
    text-align: right;
    position: absolute;
    bottom: 0;
}

.MenberR_Recom_Buy a {
    font-size: 14px;
}

.MenberR_LoveBox {
    width: 977px;
    height: 190px;
    margin-bottom: 20px;
    padding: 14px 8px;
}

.MenberR_LoveH {
    width: 974px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
    text-indent: 10px;
    margin-bottom: 18px;
}

.MenberR_Love {
    width: 100%;
    overflow: hidden;
    height: 160px;
}

.MenberR_LoveList {
    width: 990px;
    height: 160px;
}

.MenberR_LoveList li {
    width: 99px;
    float: left;
    /*height: 158px;*/
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.MenberR_LoveImg {
    width: 97px;
    height: 97px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.MenberR_LoveImg img {
    max-height: 97px;
    max-width: 97px;
}

.MenberR_LovePrice {
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 5px;
}

a.MenberR_LoveBuy {
    display: block;
    width: 95px;
    height: 19px;
    text-align: center;
    line-height: 19px;
}

/*menber_order*/
.MenberR_OrderBox {
    width: 993px;
}

.MenberR_OrderH {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.MenberR_OrderH dd {
    float: left;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}

.MenberR_OrderH dd h1 {
    width: 100%;
    height: 50px;
    font-size: 18px;
}

.MenberR_OrderH dd h1 span {
    margin-left: 2px;
}

.MenberR_OrderH dd h1.cur {
    height: 47px;
}

.MenberR_OrderH dt {
    float: left;
    width: 330px;
    height: 30px;
    overflow: hidden;
    padding: 10px 8px 10px 5px;
}

.MenberR_OrderH dt.floatR {
    float: right;
}

.MenberR_OrderH dt input[type=text] {
    width: 268px;
    height: 28px;
    text-indent: 10px;
    float: left;
}

.MenberR_OrderH dt input[type=submit] {
    width: 60px;
    height: 30px;
    border: 0;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    float: left;
}

.MenberR_OrderListBox {
    width: 100%;
}

.MenberR_OrderListBox li {
    width: 100%;
    overflow: hidden;
}

.MenberR_OrderListBox li.MenberR_OrderListNo {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.MenberR_OrderListBox li.MenberR_OrderListNo span {
    margin: 0 15px;
}

.MenberR_OrderListBox li.MenberR_childOrderListNo {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
}

.MenberR_OrderListBox li.MenberR_childOrderListNo a {
    margin: 0 15px;
}

.MenberR_OrderListBox li.MenberR_OrderList {
    padding: 14px 0;
    min-height: 70px;
}

.MenberR_OrderListBox li.MenberR_OrderListBlank {
    height: 18px;
}

.MenberR_OrderListInfo {
    width: 100%;
    min-height: 70px;
    overflow: hidden;
}

.MenberR_OrderListInfo dd {
    float: left;
    width: 121px;
    min-height: 70px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}

.MenberR_OrderListInfo dd.MenberR_OrderNum {
    width: 100px;
}

.MenberR_OrderListInfo dt {
    float: left;
    width: 397px;
    min-height: 70px;
    overflow: hidden;
}

.MenberR_OrderImg {
    width: 69px;
    height: 69px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.MenberR_OrderImg img {
    max-height: 69px;
    max-width: 69px;
}

.MenberR_OrderInfo {
    margin-left: 80px;
    height: 70px;
    overflow: hidden;
}

.MenberR_OrderInfo h1 {
    width: auto;
    height: 30px;
    margin-bottom: 10px;
    line-height: 15px;
    font-size: 14px;
    overflow: hidden;
}

.MenberR_OrderListInfo dd del {
    display: block;
    width: 100%;
    text-decoration: line-through;
}

.MenberR_OrderListInfo dd > p {
    margin-bottom: 5px;
}

.MenberR_OrderListInfo dd > a.MenberR_OrderBt {
    display: block;
    width: 80px;
    height: 30px;
    margin: 0 auto 10px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    background: url("../images/MenberR_OrderBtBg.png") no-repeat;
}

.MenberR_OrderListInfo dd > a.MenberR_OrderNowPayBt {
    background-position: 0 0;
}

.MenberR_OrderListInfo dd > a.MenberR_OrderSureBt {
    background-position: 0 -40px;
}

.MenberR_OrderListHBox {
    padding-top: 10px;
}

.MenberR_OrderListHBox li.MenberR_OrderList, .MenberR_OrderListHBox .MenberR_OrderInfo dt, .MenberR_OrderListHBox .MenberR_OrderInfo, .MenberR_OrderListHBox .MenberR_OrderInfo dd {
    height: 28px !important;
    line-height: 28px;
    padding: 0;
    min-height: inherit;
}

.MenberR_OrderPaging {
    padding-top: 20px;
}

.MenberR_OrderPaging .control {
    text-align: center;
}

.MenberR_OrderPaging .control .item {
    display: inline-block;
}

.MenberR_OrderPaging #kkpager {
    width: 953px;
    padding: 0 20px;
}

.MenberR_OrderListProList {
    width: 100%;
    height: 70px;
    padding: 10px 0px;
}

.MenberR_OrderListInfo dt .MenberR_OrderListProList {
    width: 357px;
    padding: 10px 20px;
}

.MenberR_OrderListProList.last {
    border: 0;
}

.MenBerR_OrderListNone {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    text-align: center;
}

/*menber_fy*/
.MenberR_FYBox {
    width: 993px;
}

.MenberR_FYH {
    width: 973px;
    padding: 10px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
}

.MenberR_FYBox .about {
    width: 97.5%;
    margin: 1% auto 5%;
}

.MenberR_FYH .floatL {
    height: 16px;
    padding-left: 10px;
}

.MenberR_FYH .floatL span {
    font-size: 14px;
    margin-left: 10px;
}

.MenberR_FYH .floatR a {
    font-size: 14px;
}

.MenberR_FYInfo {
    width: 993px;
    min-height: 160px;
    padding: 30px 0;
}

.MenberR_FYInfo li {
    float: left;
    width: 331px;
    height: 160px;
    text-align: center;
}

.MenberR_FYInfo li > h1 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.MenberR_FYInfo li > a.MenberR_FYBt {
    display: inline-block;
    height: 28px;
    padding: 0 15px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 10px;
}

.MenberR_FYInfo li > p {
    font-size: 14px;
}

.MenberR_FYData {
    height: 80px;
    margin-left: 110px;
    text-align: left;
}

.MenberR_FYData p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
}

.MenberR_FYData p img {
    vertical-align: middle;
    margin-right: 10px;
}

.MenberR_FYImg {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    text-align: center;
}

.MenberR_ApplyWT {
    width: 100%;
}

.MenberR_ApplyWT p {
    width: 100%;
    font-size: 16px;
    margin: 20px 0;
    text-align: center;
}

.MenberR_ApplyWT input[type=button] {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 16px;
    border: 0;
}

.MenberR_ApplyRes {
    width: 100%;
}

.MenberR_ApplyRes p {
    width: 100%;
    font-size: 16px;
    margin: 20px 0;
    text-align: center;
}

.MenberR_ApplyRes p span {
    margin-left: 5px;
}

.MenberR_ApplyRes input[type=button] {
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 16px;
    border: 0;
}

#MenberR_FYCode {
    display: none;
    width: 920px;
    height: 400px;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -220px 0 0 -500px;
    z-index: 999999;
}

#MenberR_BannerCode {
    display: none;
    width: 920px;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -220px 0 0 -500px;
    z-index: 999999;
}

#MenberR_BannerCode img {
    display: block;
    margin: 0 auto;
    width: 65.6%;
}

.MenberR_CodeH {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

#MenberR_FYCodeShadow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#MenberR_FYCodePic {
    width: 100%;
}

#MenberR_FYCodePic li {
    width: 50%;
    float: left;
    height: 300px;
    padding: 50px 0 0;
    overflow: hidden;
    text-align: center;
}

#MenberR_FYCodePic li input[type=button] {
    padding: 0 5px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}

#MenberR_FYRule li {
    float: none;
    width: 100%;
}

/*channel*/
.FullBanner, .FullBanner img {
    width: 100%;
    /*height: 450px;*/
}

.ChannelHotClass {
    width: 1161px;
    /*height: 400px;*/
    margin: 50px auto 0;
    padding: 25px 20px;
}

.ChannelHotClassList {
    width: 100%;
    /*height: 400px;*/
    overflow: hidden;
}

.ChannelHotClassList li {
    display: inline-block;
    float: left;
    width: 290px;
    height: 200px;
    overflow: hidden;
}

.ChannelHotClassList li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ChannelHotClassList li.ChannelHotClassH {
    text-align: center;
    height: 50px;
    padding: 50px 0;
}

.ChannelHotClassList li.ChannelHotClassH p {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.ChannelHotClassList li.ChannelHotClassH p.ChannelHotClassH_cn {
    font-size: 35px;
}

.ChannelHotClassList li.ChannelHotClassH p.ChannelHotClassH_en {
    font-size: 28px;
    font-weight: bold;
}

.ChannelHotClassInfo {
    width: 270px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 10px;
}

.ChannelHotClassInfo p {
    font-size: 16px;
}

.ChannelHotClassInfo p img {
    margin-right: 4px;
}

.ChannelHotSaleContain {
    width: 100%;
    /*height: 959px;*/
    overflow: hidden;
    padding: 40px 0;
    margin-top: 40px;
}

.ChannelHotSaleBox {
    width: 1200px;
    /*height: 959px;*/
    overflow: hidden;
    margin: 0 auto;
}

.ChannelHotSaleBanner {
    width: 1200px;
    /*height: 654px;*/
    margin-bottom: 10px;
}

.ChannelHotSaleBannerL {
    float: left;
    /*height: 654px;*/
    width: 595px;
    margin-right: 8px;
}

.ChannelHotSaleBannerLT {
    height: 330px;
    /*width: 560px;*/
    padding: 0 0 10px 10px;
    margin-bottom: 9px;
}

.ChannelHotSaleBannerLD {
    width: 596px;
    /*height: 305px;*/
    overflow: hidden;
    position: absolute;
}

.ChannelHotSaleBannerM {
    float: left;
    height: 654px;
    width: 295px;
    margin-right: 7px;
}

.ChannelHotSaleBannerMT {
    width: 295px;
    /*height: 100px;*/
    padding-top: 50px;
    margin-bottom: 5px;
    text-align: right;
}

.ChannelHotSaleBannerMT p.ChannelHotSaleH_cn {
    font-size: 35px;
}

.ChannelHotSaleBannerMT p.ChannelHotSaleH_en {
    font-size: 50px;
    font-weight: bold;
}

.ChannelHotSaleBannerMD {
    width: 280px;
    height: 480px;
    padding: 7px 0 0 15px;
    overflow: hidden;
}

.ChannelHotSaleBannerMD > a {
    display: block;
    width: 280px;
    height: 330px;
    overflow: hidden;
    margin-bottom: 25px;
}

.ChannelHotSaleBannerMDName {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 20px;
    margin-bottom: 10px;
}

.ChannelHotSaleBannerMDPrice {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 10px;
}

.ChannelHotSaleBannerMDBt {
    width: 100%;
    height: 22px;
}

.ChannelHotSaleBannerMDBt a {
    display: block;
    width: 80px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
}

.ChannelHotSaleBannerR {
    float: left;
    height: 654px;
    width: 295px;
}

.ChannelHotSaleBannerRT {
    width: 295px;
    height: 349px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.ChannelHotSaleBannerRInfo {
    width: 220px;
    height: 50px;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.ChannelHotSaleBannerRName {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    overflow: hidden;
}

.ChannelHotSaleBannerRBt {
    width: 100%;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
}

.ChannelHotSaleBannerRBt span {
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 22px;
    margin-right: 10px;
}

.ChannelHotSaleBannerRBt a {
    display: inline-block;
    float: left;
    width: 80px;
    height: 22px;
    text-align: center;
    font-size: 16px;
}

.ChannelHotSaleBannerRD {
    width: 295px;
    height: 295px;
    overflow: hidden;
}

.ChannelHotSaleList {
    width: 1208px;
    /*height: 295px;*/
    overflow: hidden;
}

.ChannelHotSaleList li {
    width: 295px;
    height: 295px;
    display: inline-block;
    float: left;
    margin-right: 7px;
    position: relative;
}

.ChannelHotSaleListInfo {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 23px;
    text-align: center;
    overflow: hidden;
}

.ChannelHotSaleListInfo span {
    display: inline-block;
    font-size: 17px;
    line-height: 22px;
    margin-right: 2px;
}

.ChannelHotSaleListInfo a {
    display: inline-block;
    width: 76px;
    height: 18px;
    font-size: 16px;
    line-height: 18px;
}

.ChannelNewProContain {
    /*height: 947px;*/
    padding: 30px 0;
}

.ChannelNewProBox {
    width: 1200px;
    /*height: 947px;*/
    overflow: hidden;
    margin: 0 auto;
}

.ChannelNewProH {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.ChannelNewProH_en {
    font-size: 30px;
}

.ChannelNewProH_cn {
    width: 145px;
    height: 30px;
    line-height: 30px;
    background: url("../images/Bg.png") center no-repeat;
    margin: 0 auto 11px;
    font-size: 22px;
}

.ChannelNewPro {
    width: 1162px;
    /*height: 718px;*/
    padding: 40px 19px;
    position: relative;
}

.ChannelNewPro > a {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.ChannelNewProListBox {
    width: 1200px;
    /*height: 718px;*/
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.ChannelNewProList {
    /*min-width: 1020px;
    max-height: 746px;*/
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
}

.ChannelNewProList li {
    width: 1200px;
    /*height: 385px;*/
    float: left;
}

.ChannelNewProList .Channelunit {
    float: left;
    margin-right: 8px;
    width: 292px;
    height: 330px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.ChannelNewProList .Channelunit:nth-child(4n) {
    margin-right: 0;
}

.ChannelNewProImg {
    width: 276px;
    height: 276px;
    margin: 17px;
    overflow: hidden;
    text-align: center;
}

.ChannelNewProImg img {
    width: 276px;
    height: 276px;
}

.ChannelNewProPrice {
    width: 310px;
    height: 35px;
    line-height: 35px;
    font-size: 28px;
    text-align: center;
}

/*prolist*/
.container-list-supplier,
.ProListClassBox {
    width: 1198px;
    height: auto;
    border-bottom: 0;
    margin: 0 auto;
}

.ProListClassList {
    width: 100%;
}

.supplier-list .container-selected,
.ProListClassList dt {
    width: 100%;
    height: 45px;
}

.supplier-list .container-filter .container-list,
.ProListClassList dd {
    width: 100%;
    overflow: hidden;
}

.ProListClassList dd {
    min-height: 90px;
}

.supplier-list .container-filter .container-list {
    min-height: 45px;
}

.supplier-list .container-selected .title,
.supplier-list .container-filter .title,
.ProListClassName {
    width: 60px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    font-size: 12px;
    float: left;
}

.supplier-list .container-selected .title,
.supplier-list .container-filter .title {
    font-weight: bold;
}

.supplier-list .container-selected .list-selected,
.ProListClassChoiced {
    float: left;
    width: 998px;
    height: 22px;
    padding: 10px 0;
}

.supplier-list .container-selected .list-selected .link,
.ProListClassChoiced span {
    display: inline-block;
    float: left;
    height: 22px;
    padding: 0 2px;
    line-height: 22px;
    cursor: pointer;
    margin-right: 10px;
}

.container-filter .operation-bar,
.ProListClassMore {
    float: right;
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.container-filter .operation-bar .btn-more {
    cursor: pointer;
}

.container-filter .operation-bar .btn-more .img,
.ProListClassMore a img {
    margin-left: 5px;
}

.container-filter .operation-bar .btn-more .up,
.container-filter .operation-bar .btn-more.active .down,
.ProListClassMore a img.MoreUp {
    display: none;
}

.container-filter .operation-bar .btn-more.active .up,
.container-filter .operation-bar .btn-more .down {
    display: initial;
}

.container-filter .list,
.ProListClass {
    width: auto;
    overflow: hidden;
    margin: 0 50px 0 80px;
}

.ProListClass {
    height: 90px;
}

.container-filter .list {
    height: 45px;
}

.container-filter .list.active,
.ProListClass.open {
    height: auto;
}

.container-filter .list .item,
.ProListClass span {
    display: inline-block;
    float: left;
    width: 150px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.goodslistRight .ProListClassSortBox {
    width: 900px;
    height: 40px;
    margin: 0 auto;
    padding: 0 11px;
}

.container-sort,
.ProListClassSortBox {
    height: 40px;
    margin: 0 auto;
}

.ProListClassSortBox {
    width: 1178px;
    padding: 0 11px;
}

.container-sort,
.ProListClassSortBox .floatL {
    height: 22px;
}

.ProListClassSortBox .floatL {
    padding: 9px 0;
}

.container-sort {
    padding: 9px 11px;
}

.container-sort .list,
.ProListClassSort {
    float: left;
    /*width: 200px;*/
    height: 20px;
    border-right: 0;
    margin-right: 10px;
}

.container-sort .list .item,
.ProListClassSort dd {
    width: 49px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: left;
}

.container-sort .list .item .link,
.ProListClassSort dd a {
    display: block;
    width: 100%;
    height: 100%;
}

.container-sort .list .item .link .img,
.ProListClassSort dd a img {
    margin-left: 4px;
}

.ProListClassSort_Price {
    height: 22px;
    line-height: 20px;
    float: left;
}

.ProListClassSort_Price dd {
    float: left;
    display: inline-block;
    width: 53px;
    height: 20px;
}

.ProListClassSort_Price dd input[type=text] {
    width: 100%;
    height: 20px;
    border: 0;
    line-height: 22px;
    vertical-align: top;
}

.ProListClassSort_Price dt {
    width: 12px;
    text-align: center;
    float: left;
    display: inline-block;
}

.ProListClassSort_Price dd.ProListClassSort_PriceBt {
    width: 53px;
    height: 22px;
    border: 0;
    margin-left: 12px;
}

.ProListClassSort_Price dd.ProListClassSort_PriceBt input[type=submit] {
    width: 53px;
    height: 20px;
    border: 0;
    text-align: center;
    line-height: 20px;
}

.ProListClassSortBox > .floatR {
    height: 26px;
    padding: 7px 0;
}

.ProListClassSortBox > .floatR .ProListPaging1 {
    float: right;
    margin: 6px 0;
    padding-left: 10px;
}

.ProListLayoutMode {
    float: right;
}

.ProListLayoutMode a {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    float: left;
}

.ProListBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 20px;
}

.ProListBox .no-data {
    font-size: 30px;
    text-align: center;
    padding: 20% 0;
}

.ProListBox .no-data2 {
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    width: 940px;
}

.goodslistRight .ProList {
    width: 940px;
}

.ProList {
    width: 1200px;
    margin: 0 auto;
}

.ProList > li {
    width: 215px;
    height: 371px;
    float: left;
    margin: 18px 9px 0;
    position: relative;
}

.ProListImgBox {
    width: 212px;
    /* height: 256px; */
    margin: 4px auto 0;
    overflow: hidden;
}

.ProListImgBig {
    width: 210px;
    height: 210px;
    text-align: center;
    overflow: hidden;
}

.ProListImgBig > a > img {
    max-height: 210px;
    max-width: 210px;
}

.ProListImgSmall {
    width: 220px;
    height: 32px;
    margin-top: 9px;
    overflow: hidden;
}

.ProListImgSmall > li {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 4px;
    cursor: pointer;
    overflow: hidden;
}

.ProListImgSmall > li img {
    max-height: 30px;
    max-width: 30px;
}

.ProListPrice {
    width: 212px;
    height: 20px;
    line-height: 20px;
    margin: 10px auto;
}

.ProListPrice del {
    font-size: 18px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.ProListPrice span {
    float: left;
    margin: 2px 5px 2px 0;
}

.ProListName {
    width: 212px;
    height: 32px;
    line-height: 16px;
    margin: 10px auto 0;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 14px;
}

.ProListSaleStatus {
    width: 220px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.ProListSaleStatus dt {
    width: 109px;
    height: 30px;
    float: left;
    overflow: hidden;
}

.ProListSaleStatus dd {
    width: 110px;
    height: 30px;
    float: left;
    overflow: hidden;
}

.ProListHotRecomBox {
    width: 1198px;
    height: 338px;
    margin: 0 auto 20px;
}

.ProListHotRecomH {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-indent: 9px;
}

.ProListHotRecom {
    width: 1180px;
    height: 282px;
}

.ProListHotRecomList {
    width: 1200px;
}

.ProListHotRecomList li {
    position: relative;
    width: 20%;
    height: 282px;
    float: left;
    /*margin-right: 30px;*/
    overflow: hidden;
    padding: 9px 0;
}

.ProListHotRecomImg {
    width: 210px;
    height: 210px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.ProListHotRecomImg img {
    max-height: 210px;
    max-width: 210px;
}

.ProListHotRecomName {
    margin: 9px auto 0;
    width: 200px;
    padding: 0 5px;
    height: 30px;
    line-height: 15px;
    overflow: hidden;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
}

.ProListHotRecomPrice {
    width: 200px;
    margin: 9px auto 0;
    padding: 0 5px;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    font-size: 18px;
}

.box-hover {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
}

.ProListHotRecomList li:hover .box-hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.box-hover .btn-hot-add-cart {
    display: block;
    width: 137px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 50% auto;
    background: url("../images/BuyBtBg.png") center no-repeat;
    background-size: 100% auto;
}

.ProList2 {
    width: 1200px;
    margin: 0 auto;
}

.ProList2 li {
    width: 1180px;
    height: 200px;
    padding: 20px 10px;
}

.ProList2 li > .floatL {
    width: 198px;
    height: 198px;
    overflow: hidden;
    text-align: center;
}

.ProList2 li > .floatL img {
    vertical-align: middle;
    max-width: 198px;
    max-height: 198px;
}

.ProList2 li > .floatR {
    width: 240px;
    padding-top: 50px;
    height: 148px;
    overflow: hidden;
    text-align: right;
}

.ProList2 li > .ProListMid {
    margin: 0 260px 0 230px;
    padding-top: 50px;
    height: 148px;
    overflow: hidden;
}

.ProlistProName {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-bottom: 30px;
    font-size: 20px;
    overflow: hidden;
}

.ProlistProSale, .ProlistProEval, .ProlistCashBack {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.ProlistProMPrice {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
}

.ProlistProOPrice {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-decoration: line-through;
}

/*Login*/
.Logincontain {
    /* height: 440px; */
}

.LoginBox {
    width: 1200px;
    min-height: 440px;
    padding: 30px 0;
    margin: 0 auto;
}

.LoginBox > .floatL {
    width: 642px;
    height: 440px;
    overflow: hidden;
    text-align: center;
}

.LoginBox > .floatL .ImgLight {
    max-height: 100%;
}

.LoginBox > .floatR {
    width: 558px;
}

.Login {
    width: 317px;
    padding: 20px;
    margin: 0 auto;
}

.LoginH {
    width: 100%;
    line-height: 20px;
    overflow: hidden;
}

.page-login .scan-login-contain {
    padding: 15px 0;
}

.page-login .scan-login-contain .scan-code {
    display: inline-block;
    position: relative;
    margin: 15px auto 0;
}

.page-login .scan-login-contain .scan-code img {

}

.page-login .scan-login-contain .tips {
    margin: 15px auto;
}

.page-login .scan-login-contain .scan-code .status {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 40%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgb(0 0 0 / 50%);
}

.page-login .scan-login-contain .scan-code .status .text {
    display: block;
    margin-top: 3px;
    color: #fff;
}

.page-login .item-user-sign-in-type {
    margin: 30px 0;
}

.page-login .item-user-sign-in-type .list-form .item-form {
    padding: 5px;
    margin-bottom: 5px;
}

.page-login .item-user-sign-in-type .list-form .item-form .icon {
    width: 21px;
    height: 21px;
}

.page-login .item-user-sign-in-type .list-form .item-form .input-with-btn {
    position: relative;
}

.page-login .item-user-sign-in-type .list-form .item-form .input-with-btn .input {
    line-height: 30px;
}

.page-login .item-user-sign-in-type .list-form .item-form .input-with-btn .link,
.page-login .item-user-sign-in-type .list-form .item-form .input-with-btn .btn {
    position: absolute;
    right: 0;
    top: 0;
}

.page-login .item-user-sign-in-type .list-form .item-form .input-with-btn .link {
    margin-top: 10px;
}

.page-login .item-user-sign-in-type .list-form .item-form .input {
    border: none;
}

.page-login .item-user-sign-in-type .list-form .item-form .input-mobile-phone {

}

.page-login .item-user-sign-in-type .list-form .item-form .input-msg-verify {

}

.page-login .item-user-sign-in-type .list-form .item-form .btn-submit {

}

.page-login .item-user-sign-in-type .list-form .item-form .btn-submit.block {
    margin-left: 0;
    margin-right: 0;
}

.page-login .item-user-sign-in-type .contain-agreement {

}

.page-login .item-user-sign-in-type .list-form .item-form .contain-agreement .icon {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.page-login .item-user-sign-in-type .list-form .item-form .contain-agreement .text {
    vertical-align: middle;
}

.page-login .list-options {

}

.page-login .list-options .item-options {
    margin: 0 5px;
}

.LoginList {
    width: 100%;
}

.LoginList li {
    width: 315px;
    margin-top: 15px;
    overflow: hidden;
}

.LoginList li input {
    width: 100%;
    /* height: 38px; */
    line-height: 38px;
    text-indent: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.LoginList li input[type=password] {
    background: url("../images/LoginPwIco.png") 292px center no-repeat;
}

.LoginPwStatus {
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.LoginPwStatus .floatL input {
    vertical-align: middle;
    margin-right: 4px;
}

.LoginBt {
    width: 100%;
    margin-top: 15px;
}

.LoginBt input[type=submit] {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 18px;
}

.ThirdLoginH {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: url("../images/ThirdLoginHBg.png") center no-repeat;
    margin-top: 15px;
}

.ThirdLogin {
    display: flex;
    height: 50px;
    margin: 4px auto 0;
    -webkit-box-pack: center;
    -mz-flex-pack: center;
    justify-content: center;
}

.ThirdLogin dd {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    overflow: hidden;
}

.ThirdLogin dd a {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
}

.ThirdLogin dd a > img {
    width: 50px;
    vertical-align: middle;
}

.LoginCode {
    width: 315px;
    height: 34px;
    margin-top: 15px;
    overflow: hidden;
}

.LoginCode > input {
    display: inline-block;
    width: 100px;
    height: 32px;
    vertical-align: middle;
}

.LoginCode > img {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle
}

/* 登录注册弹窗 */
.member_container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 223;
}

.pop_member {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 224;
}

.pop_member .formLogin {
    display: block;
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 357px;
    height: 378px;
    top: 20%;
}

/*register*/

.supplier-register .container-tab,
.RegH {
    width: 1000px;
    height: 37px;
    overflow: hidden;
    margin: 0 auto;
}

.supplier-register .container-tab .item.active,
.RegH .floatL {
    width: 119px;
    height: 33px;
    line-height: 33px;
    margin-left: 165px;
    font-size: 18px;
    text-align: center;
}

.supplier-register .container-tab .item.active {
    float: left;
}

.supplier-register .container-tab .item.no-active,
.RegH .floatR {
    height: 37px;
    font-size: 14px;
    line-height: 50px;
}

.supplier-register .container-tab .item.no-active {
    float: right;
}

.supplier-register .container-register,
.RegBox {
    width: 900px;
    min-height: 400px;
    padding: 40px 50px;
    margin: 0 auto 40px;
}

.RegBox > .floatL {
    width: 538px;
    overflow: hidden;
}

.RegList {
    width: 100%;
}

.RegList li {
    display: block;
    width: 538px;
    margin-bottom: 15px;
}

.RegList li:after {
    content: "";
    display: block;
    clear: both;
}

.RegList li.RegListCodeBox {
    /* height: 25px; */
}

.RegList li.RegListSub {
    /* height: 42px; */
}

.RegList li .floatL {
    width: 105px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 16px;
}

.RegListTxt {
    float: left;
    width: 329px;
    position: relative;
}

.RegListTxt select {
    width: 329px;
    height: 40px;
    line-height: 40px;
}

.RegListSelect {
    position: relative;
    overflow: hidden;
    width: 329px;
}

.RegListSelect img {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
    pointer-events: none;
}

.RegListTxt input {
    width: 100%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.RegListTxt input[type=password] {
    background: url("../images/LoginPwIco.png") 97% center no-repeat;
}

.RegBox > .floatR {
    width: 362px;
    height: 362px;
    overflow: hidden;
}

.RegBox > .floatR img {
    max-width: 362px;
    max-height: 362px;
}

.RegListCode {
    float: left;
}

.RegListCode input {
    width: 228px;
    height: 36px;
    vertical-align: middle;
    margin-right: 4px;
    padding: 0 15px;
}

.RegListCode img {
    vertical-align: middle;
    margin-right: 4px;
}

.RegListSubBt {
    width: 433px;
    float: left;
    height: 42px;
    overflow: hidden;
}

.RegListSubBt input[type=submit] {
    width: 317px;
    height: 42px;
    background: url("../images/LoginBtBg.png") center no-repeat;
    border: 0;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    vertical-align: middle;
}

.RegListSubBt a {
    font-size: 14px;
    vertical-align: middle;
}

.MobiValidateTxt input[type=text] {
    display: inline-block;
    float: left;
    width: 189px;
    height: 40px;
    border-right: 0;
}

.MobiValidateTxt input[type=button] {
    display: inline-block;
    float: left;
    width: 140px;
    height: 40px;
    font-size: 16px;
    border: 0;
    text-align: center;
    /* line-height: 40px; */
}

/*shopcart*/
.headCartStatus {
    width: 405px;
    height: 60px;
    padding: 26px 0;
    overflow: hidden;
    text-align: center;
}

.headCartStatus dl {
    width: 405px;
    height: 30px;
}

.headCartStatus dl dd {
    float: left;
    width: 135px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.headCartStatus dl dd.headCartStatus1 {
    text-align: left;
}

.headCartStatus dl dd.headCartStatus3 {
    width: 130px;
    text-align: right;
}

.CartBox {
    width: 1200px;
    margin: 30px auto 20px;
    /* background: #f7f7f7; */
}

.CartH {
    width: 1198px;
    height: 36px;
    line-height: 36px;
}

.CartH .floatL {
    width: 160px;
    height: 36px;
    font-size: 18px;
    text-align: center;
}

.CartH .floatL a.cur {
    display: block;
}

.CartListNav {
    width: 1198px;
    height: 49px;
    overflow: hidden;
    border-top: 0;
}

.CartListNav dd {
    float: left;
    overflow: hidden;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 15px;
}

.CartListNav dd.CartListChoice {
    width: 86px;
    text-align: left;
    position: relative;
    padding-left: 10px;
    cursor: pointer;
}

.CartListNav dd.CartListProInfo {
    width: 510px;
}

.CartListNav dd.CartListDJ {
    width: 180px;
}

.CartListNav dd.CartListNum {
    width: 112px;
}

.CartListNav dd.CartListTotal {
    width: 190px;
}

.CartListNav dd.CartListHandle {
    width: 110px;
}

.CartListNav dd.CartListChoice input[type=checkbox] {
    position: absolute;
    top: -200px;
    left: -200px;
}

.CartListNav dd.CartListChoice label {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../images/CheckBg.png") center no-repeat;
    vertical-align: middle;
    margin-right: 4px;
    cursor: pointer;
}

.CartListNav dd.CartListChoice label.cur {
    background: url("../images/CheckedBg.png") center no-repeat;
}

.CartList dd.CartListChoice {
    width: 86px;
    position: relative;
    padding-left: 10px;
    margin-top: 4%;
    overflow: hidden;
}

.CartNumXgZi {
    text-align: center;
    line-height: 25px;
}

.CarMiss .CarMissZi {
    width: 50px;
    text-align: center;
}

.CartList {
    width: 1198px;
    /* height: 118px; */
    /*overflow: hidden;*/
    border-top: 0;
    margin-top: 15px;
}

.CartList .title {
    padding: 15px 0;
    margin: 0 10px;
    border-bottom: 1px solid #eee;
}

.CartList .title .text {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

.CartList dd {
    /* height: 118px; */
    float: left;
    /*overflow: hidden;*/
    margin-top: 5px;
}

.CartList dd.CartListChoice {
    width: 86px;
    position: relative;
    padding-left: 10px;
    margin-top: 4%;
    overflow: hidden;
}

.CartList dd.CartListProInfo {
    width: 510px;
}

.CartList dd.CartListDJ {
    width: 180px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    padding: 40px 0;
}

.CartList dd.CartListNum {
    width: 112px;
}

.CartList dd.CartListTotal {
    width: 190px;
    line-height: 118px;
    text-align: center;
    font-size: 16px;
}

.CartList dd.CartListHandle {
    width: 110px;
    line-height: 118px;
    text-align: center;
    font-size: 16px;
}

.CartList dd.CartListHandle .btn-delete-cart-goods:hover {
    opacity: 0.9;
}

.CartList dd.CartListChoice input[type=checkbox] {
    position: absolute;
    top: -200px;
    left: -200px;
}

.CartList .label-select {
    cursor: pointer;
}

.CartList dd.CartListChoice label,
.CartList .item-select {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../images/CheckBg.png") center no-repeat;
    vertical-align: middle;
    margin-right: 4px;
    cursor: pointer;
}

.CartList .item-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.CartList dd.CartListChoice label.cur,
.CartList .item-select.active {
    background: url("../images/CheckedBg.png") center no-repeat;
}

.CartListProImg {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 24px 10px 24px 0;
}

.CartListProImg a, .CartListProImg a img {
    display: block;
}

.CartListProImg img {
    max-width: 100px;
    width: 100%;
    height: auto;
}

.CartListProName {
    float: left;
    width: 240px;
    height: 30px;
    line-height: 130%;
    font-size: 15px;
    margin-top: 27px;
    word-break: break-all;
    word-wrap: break-word;
}

.CartListProName .tag {
    display: inline-block;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 4px;
    margin-top: 3px;
    line-height: 100%;
}

.CartListProAtrr {
    float: left;
    width: 103px;
    height: 84px;
    padding: 10px;
    margin: 6px 0 6px 33px;
    /*overflow: hidden;*/
    position: relative;
}

.CartListProAtrr .edit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.CartListProAtrr .sku-edit-popup {
    position: absolute;
    top: 50%;
    left: 0;
    width: 250px;
    padding: 0 180px 0 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    z-index: 10002;
    min-height: 180px;
}

.sku-edit-popup .sku-edit-content {
    padding: 20px 10px;
    min-height: 140px;
    _height: 140px;
}

.sku-props-selector .prop {
    overflow: hidden;
    margin-bottom: 15px;
}

.sku-props-selector .amount dt, .sku-props-selector .prop dt {
    width: 60px;
    float: left;
}

.sku-props-selector .amount dd, .sku-props-selector .prop dd {
    margin-left: 65px;
    height: auto;
    float: none;
}

.sku-props-selector .prop ul {
    _float: left;
}

.sku-props-selector .prop li {
    float: left;
    line-height: 20px;
    margin: 0 7px 4px 0;
    position: relative;
}

.sku-props-selector .prop li, .sku-props-selector .prop a {
    cursor: pointer;
}

.sku-props-selector .prop a {
    display: block;
    padding: 0 9px;
    line-height: 18px;
    height: 18px;
    white-space: nowrap;
    _display: inline;
}

.sku-props-selector .prop .selected i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("../images/GoodsAttrBg.png") no-repeat center;
}

.sku-props-selector .prop .img-mode a {
    display: block;
    height: 30px;
    min-width: 32px;
    line-height: 30px;
    padding: 0;
    _width: 32px;
}

.sku-props-selector .prop .img-mode span {
    display: none;
}

.sku-props-selector .operate {
    float: left;
}

.sku-props-selector .operate {
    padding-left: 65px;
    overflow: hidden;
}

.sku-edit-popup .add-cart {
    display: block;
    width: 55px;
    height: 21px;
    overflow: hidden;
    float: left;
    text-decoration: none;
    line-height: 21px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.sku-props-selector .operate .cancel {
    display: inline-block;
    line-height: 21px;
    text-align: center;
    width: 55px;
    height: 21px;
}

.sku-edit-popup .sku-item-pic {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    text-align: center;
    min-height: 180px;
    _height: 180px;
}

.sku-edit-popup .sku-item-pic .cart-pic {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -80px;
}

.sku-edit-popup .sku-item-pic .cart-pic a {
    display: block;
    width: 160px;
    height: 160px;
}

.sku-edit-popup .sku-item-pic .cart-pic a img {
    display: block;
    width: 100%;
}

.sku-edit-popup .arrow {
    position: absolute;
    left: 33px;
    top: -9px;
    display: block;
    width: 18px;
    height: 9px;
    background: url("../images/icon-arrow-pointer.png") center no-repeat;
}

.CartList dd.CartListDJ p.OPrice {
    text-decoration: line-through;
}

.CartList dd.PackageName {
    line-height: 118px;
    font-size: 16px;
    text-align: center;
}

.CartTotalBox {
    width: 1200px;
    /*height: 140px;*/
    margin-top: 26px;
}

.CartTotalBox.fixed {
    position: fixed;
    bottom: 0;
}

.CartTotalInfo {
    width: 1198px;
    height: 52px;
    overflow: hidden;
}

.CartTotalInfo .footer-warning {

    height: 24px;

    font-size: 14px;

    font-weight: bold;
}

.CartTotalHandle {
    width: 1200px;
    height: 94px;
    padding: 0 10px;
    background: url("../images/CartTotalHandle.png") center no-repeat;
    margin: -10px 0 0 -11px;
    overflow: hidden;
}

.CartTotalInfo ul {
    margin-left: 30px;
}

.CartTotalInfo ul li {
    float: left;
    width: 100px;
    height: 50px;
    text-align: center;
}

.CartTotalInfo ul li p {
    line-height: 25px;
    height: 25px;
    font-size: 13px;
}

.CartTotalHandle .floatL {
    height: 94px;
}

.CartAllChoice {
    float: left;
    width: 86px;
    line-height: 102px;
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    overflow: hidden;
    cursor: pointer;
}

.CartAllChoice input[type=checkbox] {
    position: absolute;
    top: -200px;
    left: -200px;
}

.CartAllChoice label {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../images/CheckBg.png") center no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    cursor: pointer;
}

.CartAllChoice label.cur {
    background: url("../images/CheckedBg.png") center no-repeat;
}

.CartAllDel {
    height: 94px;
    line-height: 102px;
    padding-left: 20px;
    font-size: 15px;
    float: left;
}

.CartTotalHandle .floatR {
    height: 94px;
}

.CartPriceTotal {
    height: 94px;
    line-height: 102px;
    font-size: 15px;
    float: left;
    margin-right: 10px;
}

.CartPriceTotal span {
    font-size: 18px;
}

.CartPriceTotal span del {
    font-size: 24px;
}

a.CartSettleBt {
    display: block;
    width: 182px;
    height: 52px;
    background: url("../images/SettleBtBg.png") center no-repeat;
    float: left;
    margin: 25px 22px 16px 0;
    cursor: pointer;
}

a.CartSettleBt:hover {
    opacity: 0.9;
}

a.CartSettleBt.btn-disabled {
    opacity: 0.3;
}

.CartNone {
    width: 100%;
    height: 267px;
    overflow: hidden;
    background: url("../images/CartIco_big.png") 410px center no-repeat;
}

.CartNoneCon {
    width: 240px;
    margin: 100px 0 0 540px;
}

.CartNoneCon p {
    font-size: 18px;
    margin-bottom: 10px;
}

.CartNoneCon a {
    display: block;
    width: 115px;
    height: 35px;
    background: url("../images/Goshopping.png") center no-repeat;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}

/*teamlist*/
.TeamListBanner {
    width: 1200px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.TeamListSortBox {
    width: 1200px;
    min-height: 20px;
    padding-top: 14px;
    margin: 0 auto 20px;
}

.TeamListSortBox .floatL {
    width: 95px;
    height: 20px;
    line-height: 18px;
    margin-bottom: 14px;
    text-align: center;
    font-size: 18px;
}

.TeamListSort {
    margin-left: 100px;
    min-height: 20px;
    line-height: 20px;
}

.TeamListSort a {
    display: inline-block;
    padding: 0 10px;
    margin: 0 10px 14px 0;
    font-size: 14px;
}

.TeamListBox {
    width: 1200px;
    margin: 0 auto 100px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

.TeamList {
    width: 1225px;
    height: auto;
}

.TeamList li {
    width: 380px;
    height: 504px;
    position: relative;
    margin: 0 23px 23px 0;
    float: left;
}

.seckillListFrome .TeamList li.superSeckill {
    width: 590px;
    border: 0;
    overflow: hidden;
}

.supperLeft {
    width: 240px;
    float: left;
    padding: 40px 20px;
}

.supperRight {
    width: 250px;
    float: left;
    padding: 80px 20px;
    margin-top: 17px;
}

.supperRight img {
    width: 100%;
    vertical-align: middle;
}

.supperLeft .Title {
    background: url(../images/supperTitle.png) no-repeat;
    width: 208px;
    height: 50px;
    float: left;
}

.supperLeft .Name {
    width: 100%;
    float: left;
    line-height: 30px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-top: 50px;
}

.superSeckill .seckilljsR {
    width: 200px;
    float: left;
    margin-top: 13px;
}

.seckillListFrome .superSeckill .meter {
    width: 200px;
    height: 13px;
    position: relative;
    border-radius: 10px;
    float: left;
    text-align: center;
    font-size: 12px;
}

.seckillListFrome .superSeckill .meter .meterJDT {
    display: block;
    height: 13px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    line-height: 13px;
    text-align: center;
}

.seckillListFrome .superSeckill .meterSz {
    position: absolute;
    text-align: center;
    z-index: 1;
    line-height: 13px;
}

.TeamListQg {
    width: 100%;
    float: left;
    height: 140px;
}

.TeamListProImg {
    width: 100%;
    height: 380px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.TeamListProImg img {
    max-height: 380px;
    max-width: 380px;
}

.GradNo {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/MengLayer.png") repeat;
    width: 380px;
    height: 380px;
    text-align: center;
}

.TeamListName {
    width: 360px;
    height: 34px;
    line-height: 21px;
    padding: 10px;
    font-size: 16px;
    overflow: hidden;
}

.TeamListBuy {
    width: 380px;
    height: 70px;
    overflow: hidden;
}

.TeamListBuy a {
    display: block;
    width: 360px;
    height: 57px;
    padding: 13px 10px 0;
    background: url("../images/TeamBuyBt.png") center no-repeat;
}

.TeamListTPrice {
    float: left;
    max-width: 118px;
    height: 39px;
    font-size: 24px;
    line-height: 39px;
    overflow: hidden;
    margin-right: 5px;
}

.TeamListTPrice span {
    font-size: 30px;
}

.TeamListOPrice {
    width: 90px;
    float: left;
}

.TeamListOPrice dt {
    width: 77px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    text-decoration: line-through;
}

.TeamListOPrice dd {
    width: 90px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
}

.TeamListOPrice dd span {
    font-size: 14px;
}

.TeamListBuyBt {
    width: 110px;
    height: 52px;
    float: right;
}

.TeamListBuyBt dt {
    width: 110px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
}

.TeamListBuyBt dd {
    width: 110px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
}

.TeamListBuyBt2 {
    width: 110px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    float: right;
}

.TeamTime {
    display: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}

.DiscountBox {
    position: absolute;
    top: -5px;
    left: 0;
    height: 55px;
}

.DiscountBox dd {
    float: left;
    width: 47px;
    height: 55px;
    background: url("../images/Discount_zhe.png");
    line-height: 55px;
    text-align: center;
    font-size: 16px;
}

.DiscountBox dt {
    float: left;
    width: 37px;
    height: 51px;
    margin-left: -3px;
    text-align: center;
    padding: 2px 6px 2px 4px;
    font-size: 14px;
    line-height: 16px;
}

.DiscountBox dt.DiscountQT {
    background: url("../images/Discount_QT.png") center no-repeat;
}

.DiscountBox dt.DiscountTK {
    background: url("../images/Discount_TK.png") center no-repeat;
}

.TeamGoods > h1 {
    height: auto;
}

/*InfoCenter*/
.InfoCenterBox {
    width: 1200px;
    height: auto;
    margin: 0 auto 35px;
}

.InfoCenterBox > .floatL {
    width: 800px;
    overflow: hidden;
}

.InfoCenterBox > .floatR {
    width: 350px;
    overflow: hidden;
}

.InfoCenterBannerBox {
    width: 800px;
    height: 410px;
    overflow: hidden;
    position: relative;
}

.InfoCenterBanner {
    width: 100%;
    height: 410px;
}

.InfoCenterBanner li {
    float: left;
    width: 100%;
    height: 410px;
    overflow: hidden;
}

.InfoCenterBannerBox > a {
    display: block;
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    z-index: 1;
}

.InfoCenterBannerBox > a.InfoCenterBannerPrev {
    left: 10px;
    background: url("../images/ArrowTType12_01.png") center no-repeat;
}

.InfoCenterBannerBox > a.InfoCenterBannerNext {
    right: 10px;
    background: url("../images/ArrowTType12_02.png") center no-repeat;
}

.InfoCenterShowBox {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.InfoCenterShowH {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.InfoCenterShowH > .floatL {
    width: 250px;
    height: 50px;
    font-size: 30px;
}

.InfoCenterShowH > .floatL img {
    vertical-align: middle;
    margin-right: 10px;
}

.InfoCenterShowH > .floatR {
    height: 50px;
    padding-right: 10px;
    font-size: 18px;
}

.InfoCenterShow {
    width: 100%;
    margin-top: 30px;
}

.InfoCenterShow li {
    width: 375px;
    height: 425px;
    float: left;
    margin: 0 12.5px;
    overflow: hidden;
}

.InfoCenterShowImg {
    width: 100%;
    height: 255px;
    overflow: hidden;
    text-align: center;
}

.InfoCenterShowImg img {
    max-width: 375px;
    max-height: 255px;
}

.InfoCenterShowName {
    width: 360px;
    height: 54px;
    margin: 20px auto 0;
    line-height: 27px;
    font-size: 24px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

.InfoCenterShowIntro {
    width: 360px;
    height: 40px;
    margin: 20px auto 0;
    line-height: 20px;
    overflow: hidden;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
}

.InfoCenterShowData {
    width: 360px;
    height: 20px;
    margin: 17px auto 0;
    overflow: hidden;
}

.InfoCenterShowData .floatL {
    height: 20px;
    line-height: 14px;
}

.InfoCenterShowData .floatL span {
    font-size: 14px;
    margin-right: 20px;
}

.InfoCenterShowData .floatL img {
    vertical-align: middle;
    margin-right: 2px;
}

.InfoCenterShowData .floatR {
    height: 20px;
    line-height: 14px;
}

.InfoCenterShowData .floatR a {
    font-size: 14px;
    text-decoration: underline;
}

.InfoCenterHotBox {
    width: 100%;
    height: 410px;
}

.InfoCenterHotH {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 24px;
    overflow: hidden;
}

.InfoCenterHot {
    width: 348px;
    height: auto;
    border-bottom: 0;
    margin-top: 10px;
}

.InfoCenterHot li {
    width: 328px;
    height: 61px;
    padding: 0 10px;
    line-height: 61px;
    overflow: hidden;
    font-size: 20px;
}

.InfoCenterHot li img {
    vertical-align: middle;
    margin-right: 15px;
}

.InfoCenterShowBox2 {
    width: 100%;
    margin-top: 30px;
}

.InfoCenterShow2H {
    width: 100%;
    height: 52px;
}

.InfoCenterShow2H .floatL {
    height: 52px;
    line-height: 52px;
    font-size: 30px;
}

.InfoCenterShow2H .floatR {
    height: 52px;
    line-height: 60px;
    font-size: 18px;
}

.InfoCenterShow2_Notive {
    width: 100%;
    max-height: 294px;
    margin-top: 4px;
    overflow: hidden;
}

.InfoCenterShow2_Notive li {
    width: 100%;
    height: 49px;
    overflow: hidden;
    line-height: 49px;
    font-size: 20px;
}

.InfoCenterShow2 {
    width: 100%;
}

/*.InfoCenterShow2 .floatL a img.lazy {*/
/*width: 100%;*/
/*}*/

.InfoCenterShow2 li {
    width: 100%;
    height: 152px;
    padding: 20px 0;
}

.InfoCenterShow2 li .floatL {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.InfoCenterShow2 li .floatL > img {
    max-height: 82px;
    max-width: 82px;
}

.Info_TeamTime {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}

.InfoCenterShow2 li.last {
    border-bottom: 0;
}

.Info_TeamTime img {
    vertical-align: middle;
    margin-right: 5px;
}

.InfoCenterShowPro {
    margin-left: 162px;
    height: 152px;
    position: relative;
}

.InfoCenterShowPro h1 {
    display: block;
    width: 100%;
    max-height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 18px;
}

.InfoCenterShowPro p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.InfoCenterShowPro p span {
    font-size: 24px;
}

.InfoCenterShowPro p i {
    font-size: 16px;
    text-decoration: line-through;
}

.InfoCenterShowPro > span {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*Article*/
.ArticleBox {
    width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.ArticleTitle {
    width: 100%;
    /*height: 50px;*/
    line-height: 50px;
    text-align: center;
    /*overflow: hidden;*/
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ArticleInfo {
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
    line-height: 20px;
}

.ArticleInfo .floatL {
    font-size: 16px;
}

.ArticleInfo .floatR {
    font-size: 14px;
}

.ArticleInfo .floatR span {
    margin-left: 20px;
}

.ArticleInfo .floatR span img {
    vertical-align: middle;
    margin-right: 5px;
}

.Article {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 200%;
}

.Article img {
    max-width: 100%;
}

.Article p {
    max-width: 100%;
}

.ArticleShare {
    width: 100%;
    height: 45px;
    margin-bottom: 30px;
    line-height: 45px;
}

.ArticleShare .floatL {
    height: 45px;
}

.ArticleShare .floatR {
    height: 45px;
}

.ArticleShare .floatR > .jiathis {
    float: left;
    min-width: 36px;
    height: 45px;
    margin-left: 30px;
    font-size: 16px;
}

.ArticleShare .floatR > div > a {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.ArticleShare .floatR > div > a.ArticlePraiseBt span {
    display: inline-block;
    vertical-align: middle;
}

.ArticleShare .floatR > div > a.ArticlePraiseBt .icon {
    width: 34px;
    height: 34px;
    background: url("../images/PraiseBtIco.png") center no-repeat;
    margin-right: 3px;
}

.ArticleShare .floatR > div > a.ArticleUselessBt .icon {
    width: 34px;
    height: 34px;
    background: url("../images/UselessBtIco.png") center no-repeat;
}

.ArticleEvalBox {
    width: 100%;
    margin-bottom: 20px;
}

.ArticleEvalH {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 19px;
    margin-bottom: 10px;
}

.ArticleEval {
    width: 998px;
    height: 118px;
    position: relative;
    overflow: hidden;
}

.ArticleEval textarea {
    width: 988px;
    height: 108px;
    resize: none;
    border: 0;
    padding: 5px;
}

.ArticleEval a.ArticleEvalLoginBt {
    display: none;
    width: 100px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    position: absolute;
    right: 9px;
    bottom: 9px;
}

.ArticleEval input.ArticleEvalBt {
    display: block;
    width: 100px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    position: absolute;
    right: 9px;
    bottom: 9px;
    border: 0;
}

.ArticleEvalList {
    width: 100%;
}

.ArticleEvalList dt {
    width: 100%;
    height: 40px;
}

.ArticleEvalList dt h1 {
    display: inline-block;
    width: 70px;
    height: 37px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

.ArticleEvalList dd {
    width: 100%;
    min-height: 60px;
    padding: 40px 0;
}

.ArticleEvalList dd .floatL {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.ArticleEvalConBox {
    margin-left: 50px;
    min-height: 60px;
}

.ArticleEvalConBox p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
}

/*order*/
.OrderFillH {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin: 0 auto;
}

.OrderFillBox {
    width: 1180px;
    padding: 20px 9px;
    margin: 0 auto 40px;
}

.OrderGive {
    width: 100%;
    margin-bottom: 30px;
}

.OrderGiveH {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

.OrderGiveMode {
    width: 1160px;
    padding: 0 10px;
    height: 30px;
    margin-bottom: 20px;
}

.OrderGiveMode dt {
    float: left;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.OrderGiveMode dt input {
    margin-right: 5px;
}

.OrderGiveMode dd {
    float: left;
    width: 1040px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.OrderFillAddr {
    width: 1160px;
    padding: 0 10px;
}

.OrderFillAddr dd {
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
}

.OrderFillAddr dd.SaveFillBox {
    margin-top: 30px;
}

.OrderFillAddr dd .floatL {
    width: 120px;
    height: 32px;
    text-align: right;
    font-size: 14px;
}

.OrderFillAddr dd .floatL i {
    font-size: 18px;
    vertical-align: bottom;
    margin-right: 5px;
}

.OrderGiveTxt {
    margin-left: 120px;
    height: 32px;
    position: relative;
    overflow: hidden;
}

.OrderGiveTxt input[type=text] {
    height: 30px;
    vertical-align: top;
}

.OrderGiveTxt input[type=text].OrderConsigneeTxt {
    width: 160px;
}

.OrderGiveTxt input[type=text].OrderProvinceTxt {
    width: 360px;
}

.OrderGiveTxt input[type=text].OrderDetailAddrTxt {
    width: 657px;
}

.OrderGiveTxt input[type=text].OrderPhoneTxt {
    width: 160px;
}

.OrderGiveTxt input[type=text].OrderTelTxt {
    width: 160px;
}

.OrderGiveTxt input[type=text].OrderPickedPhoneTxt {
    width: 270px;
}

.OrderGiveTxt span.OrderFillTel {
    margin-left: 52px;
    display: inline-block;
}

.OrderSetDefAddr input[type=checkbox] {
    vertical-align: middle;
    margin-right: 5px;
}

.OrderGiveTxt select {
    width: 170px;
    height: 32px;
    vertical-align: top;
}

.PickedBranch {
    display: inline-block;
    vertical-align: top;
}

.PickedLookMap {
    display: inline-block;
    margin-left: 40px;
}

.PickedLookMap a {
    margin-right: 20px;
}

.SaveFillAddrBt {
    width: 160px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border: 0;
}

#spanCity {
    margin-left: 20px;
}

.OrderSetSaveAddr span {
    margin-right: 20px;
    font-size: 14px;
}

.OrderSetSaveAddr span input {
    margin-right: 5px;
}

.OrderNoProTip {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
}

.OrderLogiList {
    width: 1120px;
    padding: 0 20px;
}

.OrderLogiList li {
    width: 1100px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}

.OrderLogiList li > div {
    float: left;
    height: 35px;
    font-size: 14px;
    visibility: hidden;
}

.OrderLogiList li.cur > div, .OrderLogiList li:hover > div {
    visibility: visible;
}

.OrderLogiList li > div.OrderLogiListH {
    width: 85px;
}

.OrderLogiList li > div.OrderLogiListH img {
    vertical-align: middle;
    margin-right: 5px;
}

.OrderLogiList li > div.OrderLogiListInfo {
    /*width: 680px;*/
    visibility: visible;
}

.OrderLogiList li > div.OrderLogiListInfo span {
    display: inline-block;
    height: 35px;
    margin: 0 10px;
    /*width: 454px;*/
    vertical-align: middle;
}

.OrderLogiList li > div.OrderLogiListInfo span input[type=radio] {
    vertical-align: middle;
    margin-right: 10px;
}

/*.OrderLogiList li > div.OrderLogiListInfo span.OrderLogiListName {*/
/*width: 110px;*/
/*}*/

.OrderLogiList li > div.OrderLogiListInfo span.OrderLogiListTel {
    width: 116px;
}

.OrderLogiList li > div.OrderLogiListDef {
    width: 230px;
}

.OrderLogiList li > div.OrderLogiListReset {
    width: 105px;
}

.OrderInfoH {
    width: 1160px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.OrderInfo {
    width: 1170px;
    margin: 0 auto;
}

.OrderInfoList {
    display: block;
    min-height: 70px;
    padding: 20px 10px;
    font-size: 14px;
}

.OrderInfoList dd {
    float: left;
    min-height: 70px;
}

.OrderInfoList dd.OrderInfoListInfo {
    width: 490px;
    padding-left: 10px;
}

.OrderInfoList dd.OrderInfoListPrice {
    width: 180px;
    text-align: center;
}

.OrderInfoList dd.OrderInfoListNum {
    width: 330px;
    text-align: center;
}

.OrderInfoList dd.OrderInfoListTotal {
    width: 130px;
    text-align: right;
    padding-right: 10px;
}

.OrderInfoList dd.OrderInfoListRemarks {
    width: 670px;
    padding-left: 10px;
}

.OrderInfoListH {
    min-height: inherit;
    height: 16px;
    line-height: 16px;
}

.OrderInfoList dd.OrderInfoListInfo .OrderInfoListImg {
    float: left;
    width: 68px;
    height: 68px;
    overflow: hidden;
}

.OrderInfoList dd.OrderInfoListInfo .OrderInfoListImg img {
    max-height: 68px;
    max-width: 68px;
    vertical-align: middle;
}

.OrderInfoList dd.OrderInfoListInfo .OrderInfoListName {
    float: left;
    width: 200px;
    min-height: 70px;
    margin-left: 10px;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 14px;
}

.OrderInfoList dd.OrderInfoListInfo .OrderInfoListAttr {
    float: left;
    margin-left: 50px;
    width: 150px;
    overflow: hidden;
}

.OrderInfoList dd.OrderInfoListNum .CartNumTab {
    margin: 0 auto;
}

.OrderRemarks {
    height: 100px;
}

.OrderDiscountInfo {
    width: 100%;
    padding: 10px 0;
}

.OrderDiscountInfo p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: right;
}

.OrderInfoList dd.OrderInfoListRemarks .floatL {
    width: 45px;
}

.OrderInfoRemarks {
    margin-left: 45px;
    height: 90px;
}

.OrderInfoRemarks textarea {
    display: block;
    width: 498px;
    height: 38px;
    padding: 10px;
    resize: none;
    vertical-align: bottom;
}

.OrderInfoRemarks p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.OrderInfoRemarks p input[type=checkbox] {
    position: absolute;
    left: -200px;
    top: -100px;
}

.OrderInfoList dd.OrderInfoListNum select {
    width: 145px;
    height: 26px;
}

.OrderInfoTotal {
    width: 1150px;
    padding: 0 10px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    text-align: right;
}

.p-coupon {
    display: none;
    width: 100%;
    text-align: right;
    height: 68px;
    line-height: 68px;
}

.p-coupon span {
    display: inline-block;
    width: 117px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.saile_submit {
    display: inline-block;
    width: 117px;
    height: 32px;
    border: none;
    letter-spacing: 0.1em;
    cursor: pointer;
    margin: -6px 0 0 -7px;
}

.OrderCoupon {
    width: 1130px;
    padding: 0 10px;
    height: 68px;
    line-height: 68px;
    font-size: 14px;
    text-align: right;
}

.OrderCoupon > span {
    margin-left: 10px;
}

.OrderCoupon > span.OrderCouponSel select {
    width: 205px;
    height: 28px;
    margin-left: 10px;
}

.OrderCoupon > a.OrderCouponTxtBt {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-left: 10px;
}

.OrderCoupon > a.cur {
    display: none;
}

.OrderCoupon > span.OrderCouponTxt {
    display: none;
}

.OrderCoupon > span.OrderCouponTxt input[type=text] {
    width: 205px;
    height: 26px;
}

.OrderCoupon > span.OrderCouponTxt input[type=button] {
    width: 100px;
    height: 28px;
    border: 0;
    text-align: center;
    line-height: 26px;
}

.OrderSubmit {
    width: 1150px;
    padding: 20px 0;
    height: 50px;
    line-height: 50px;
    text-align: right;
    overflow: hidden;
    font-size: 14px;
}

.OrderSubmit input[type=submit] {
    width: 200px;
    height: 50px;
    vertical-align: top;
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    border: 0;
}

.OrderSubmit span {
    display: inline-block;
    height: 50px;
    margin-left: 33px;
}

.OrderSubmit span del {
    font-size: 30px;
    margin: 0 10px;
}

.OrderPayWayYC {
    width: 1080px;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
}

.OrderPayWayYC input {
    vertical-align: middle;
}

.OrderPayWayYC span {
    margin-left: 20px;
}

.OrderPayBox {
    width: 1100px;
    padding: 25px 50px;
    margin: 0 auto 40px;
}

.OrderPayH {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
}

.OrderPayH .floatL {
    height: 45px;
    font-size: 18px;
}

.OrderPayH .floatL img {
    vertical-align: top;
    margin-right: 10px;
}

.OrderPayH .floatR {
    height: 45px;
    font-size: 28px;
}

.OrderPayWay {
    width: 1080px;
    padding: 13px 10px;
    margin-bottom: 10px;
}

table.OrderPayWaytable {
    width: 100%;
    border: none;
}

table.OrderPayWaytable td {
    padding: 5px;
    height: 25px;
    background: transparent;
    border: none;
    text-align: left;
    width: 25%;
}

table.OrderPayWaytable .bank td {
    padding-left: 32px;
}

table.OrderPayWaytable img {
    width: auto;
    vertical-align: middle;
}

table.OrderPayWaytable input {
    vertical-align: middle;
    margin-right: 5px;
}

.OrderPayInfo {
    width: 100%;
    margin-bottom: 20px;
}

.OrderPayInfoList {
    width: 1080px;
    padding: 0 10px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
}

.OrderPayInfoList dt {
    width: 400px;
    height: 37px;
    float: left;
}

.OrderPayInfoList dd {
    width: 175px;
    height: 37px;
    float: left;
}

.OrderPayBt {
    width: 180px;
    height: 50px;
    border: 0;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
}

.OrderPaySucBox {
    width: 1200px;
    min-height: 40px;
    margin: 0 auto 30px;
    padding: 105px 0;
}

.OrderPaySuc {
    width: 180px;
    min-height: 40px;
    margin: 0 auto;
    padding-left: 50px;
    background: url("../images/TickIco.png") left top no-repeat;
}

.OrderPaySucTip {
    width: 100%;
    font-size: 18px;
}

.LookOrderStatus {
    width: 100%;
    font-size: 14px;
}

.PayWayList {
    width: 1160px;
    padding: 0 10px;
    height: 30px;
    margin-bottom: 20px;
}

.PayWayList dd {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.PayWayList dd input[type=radio] {
    vertical-align: middle;
    margin-right: 10px;
}

/*Inregral*/
.InegralBannerBox {
    width: 1200px;
    height: 400px;
    margin: 0 auto 20px;
}

.InegralBanner {
    width: 1000px;
    height: 400px;
    float: left;
    overflow: hidden;
}

.InegralInfo {
    width: 200px;
    height: 400px;
    float: right;
}

.InegralInfoMenber {
    width: 200px;
    height: 128px;
    padding: 30px 0;
}

.InegralInfoMenberFace {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.InegralInfoMenberFace img {
    vertical-align: middle;
    width: 100%;
}

.InegralNum {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
}

.InegralInfoFun {
    width: 200px;
    height: 130px;
    padding: 40px 0;
    overflow: hidden;
}

.InegralInfoFun > a {
    display: block;
    width: 162px;
    height: 58px;
    background: url("../images/InegralInfoFunBg.png") center no-repeat;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    margin: 0 auto 12px;
}

.IntegralSortBox {
    width: 1198px;
    height: 15px;
    padding: 10px 0;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 15px;
}

.IntegralSortBox .floatL {
    width: 76px;
    height: 15px;
    text-align: center;
}

.IntegralSort {
    margin-left: 77px;
    height: 15px;
    overflow: hidden;
}

.IntegralSort a {
    padding: 0 20px;
}

.IntegralListBox {
    width: 1200px;
    margin: 0 auto 20px;
}

.IntegralList {
    width: 1225px;
    overflow: hidden;
}

.IntegralList li {
    float: left;
    width: 272px;
    height: 378px;
    padding: 0 4px;
    margin: 0 24px 19px 0;
    position: relative;
}

.IntegralProImg {
    width: 270px;
    height: 270px;
    text-align: center;
    margin: 4px auto 10px;
}

.IntegralProImg img {
    max-height: 270px;
    max-width: 270px;
}

.IntegralProName {
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 15px;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.IntegralProPrice {
    width: 208px;
    height: 40px;
    overflow: hidden;
    float: left;
}

.IntegralProPrice .floatL {
    font-size: 14px;
}

.IntegralProPrice .floatL span {
    font-size: 32px;
}

.IntegralProData {
    float: left;
    height: 40px;
    font-size: 14px;
    margin-left: 2px;
}

.IntegralProData p.IntegralProOPrice {
    text-decoration: line-through;
}

.IntegralList li a.IntegralBuyBt {
    position: absolute;
    right: 4px;
    bottom: 10px;
    display: block;
    width: 40px;
    height: 44px;
    padding: 8px 10px;
    line-height: 22px;
    background: url("../images/IntegralBuyBt.png") center no-repeat;
    font-size: 20px;
    text-align: center;
    word-break: normal;
    word-wrap: break-word;
}

.IntegralList li.cur a.IntegralBuyBt {
    background: url("../images/IntegralBuyBt2.png") center no-repeat;
}

.InteralRulePopBox h1 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.InteralRulePopBox p {
    font-size: 16px;
}

/*HP*/
.HpListBanner {
    width: 1200px;
    height: 400px;
    margin: 0 auto 20px;
}

.HpListSortBox {
    width: 1200px;
    min-height: 42px;
    margin: 0 auto 20px;
    line-height: 42px;
}

.HpListSortBox .floatL {
    width: 96px;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
}

.HpListSortBox .HpListSort {
    margin-left: 96px;
    padding: 14px 0 10px;
    min-height: 18px;
    line-height: 18px;
}

.HpListSortBox .HpListSort a {
    font-size: 16px;
    margin: 0 6px;
}

.HpListBox {
    width: 1200px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.HpList {
    width: 1224px;
    overflow: hidden;
}

.HpList li {
    float: left;
    width: 280px;
    height: 428px;
    overflow: hidden;
    margin: 0 24px 19px 0;
    padding: 4px 0;
}

.HpListProImg {
    width: 270px;
    height: 270px;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
}

.HpListProImg img {
    max-width: 270px;
    max-height: 270px;
}

.HpListTime {
    display: none;
    width: 250px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
}

.HpListProName {
    width: 270px;
    height: 34px;
    line-height: 17px;
    margin: 0 auto 17px;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 14px;
}

.HpListProPrice {
    width: 270px;
    height: 60px;
    background: url("../images/HpListPriceBg.png") center no-repeat;
    position: relative;
    padding: 0 5px;
    line-height: 70px;
    margin-bottom: 5px;
}

.HpListProPrice > span {
    font-size: 20px;
}

.HpListProPrice > span > strong {
    font-size: 35px;
    font-weight: normal;
}

.HpListProPrice i {
    display: inline-block;
    width: 60px;
    height: 24px;
    background: url("../images/HPIco.png") center no-repeat;
    top: -8px;
    left: 10px;
    position: absolute;
}

.HpListProPrice del {
    font-size: 18px;
    text-decoration: line-through;
}

.HpListData {
    width: 270px;
    padding: 0 5px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    margin: 0 auto;
}

.HpListData > div {
    height: 25px;
}

.HpListData > div > a {
    display: none;
}

.HpList li:hover {
    width: 278px;
    height: 428px;
    padding: 3px 0;
}

.HpList li:hover .HpListTime {
    display: block;
}

.HpList li:hover .HpListProPrice, .HpList li:hover .HpListData {
    padding: 0 4px;
}

.HpList li:hover .HpListProPrice i {
    left: 9px;
}

.HpList li:hover .HpListData > div > del {
    display: none;
}

.HpList li:hover .HpListData > div > a {
    display: inline;
}

.HpListNone {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 25px;
}

.CartList dd.CartListHpPrice {
    width: 180px;
    height: 108px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}

.YgCartPaymentBox {
    width: 1200px;
    margin: 20px auto;
}

.YgCartPaymentH {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.YgCartPayment {
    width: 1160px;
    padding: 20px;
}

/*地址*/
#summary {
    border: none;
    float: left;
}

#storeinfocontainer {
    border: none;
}

#storeinfo dd ul {
    float: left;
    padding-top: 8px;
    border: none;
    background: none;
}

#storeinfo dd ul li {
    line-height: 26px;
    padding: 0;
    margin: 0;
    border: none;
}

#storeinfo dd .pr {
    position: relative;
}

#storeinfo dd ul li.h26 {
    height: 26px;
}

#storeinfo dd ul li a.sbg {
    height: 20px;
    overflow: hidden;
    z-index: 10;
    position: relative;
}

#storeinfo dd ul li a {
    padding: 3px;
}

#storeinfo dd ul li a:hover {
    padding: 3px;
    z-index: 10;
    position: relative;
}

#storeinfo dd ul li.let {
    width: 25px;
    text-align: right;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#storeinfo dd ul li.prov {
    width: 102px;
    margin-left: 5px;
}

#storeinfo dd ul li .anhui {
    top: 35px;
    left: -100px;
}

#storeinfo dd ul li .fujian {
    top: 69px;
    left: -100px;
}

#storeinfo dd ul li .guangdong {
    top: 69px;
    left: 25px;
}

#storeinfo dd ul li .guangxi {
    top: 95px;
    left: 25px;
}

#storeinfo dd ul li .gansu {
    top: 121px;
    left: 25px;
}

#storeinfo dd ul li .guizhou {
    top: 121px;
    left: 45px;
}

#storeinfo dd ul li .hainan {
    top: 69px;
    left: 45px;
}

#storeinfo dd ul li .heilongj {
    top: 95px;
    left: 45px;
}

#storeinfo dd ul li .hebei {
    top: 121px;
    left: 45px;
}

#storeinfo dd ul li .henan {
    top: 121px;
    left: 45px;
}

#storeinfo dd ul li .hubei {
    top: 147px;
    left: 45px;
}

#storeinfo dd ul li .hunan {
    top: 147px;
    left: 45px;
}

#storeinfo dd ul li .jiangsu {
    top: 181px;
    left: -100px;
}

#storeinfo dd ul li .jiangxi {
    top: 181px;
    left: -50px;
}

#storeinfo dd ul li .jilin {
    top: 207px;
    left: -100px;
}

#storeinfo dd ul li .liaoning {
    top: 181px;
    left: 25px;
}

#storeinfo dd ul li .ningxia {
    top: 181px;
    left: 45px;
}

#storeinfo dd ul li .neimeng {
    top: 207px;
    left: 45px;
}

#storeinfo dd ul li .qinghai {
    top: 81px;
    left: -100px;
}

#storeinfo dd ul li .sichuan {
    top: 31px;
    left: 45px;
}

#storeinfo dd ul li .shanxi {
    top: 91px;
    left: 25px;
}

#storeinfo dd ul li .shanxi2 {
    top: 91px;
    left: 45px;
}

#storeinfo dd ul li .shandong {
    top: 49px;
    left: 45px;
}

#storeinfo dd ul li .yunnan {
    top: 23px;
    left: 25px;
}

#storeinfo dd ul li .zhejiang {
    top: 117px;
    left: 25px;
}

#storeinfo dd ul li .xinjiang {
    top: 65px;
    left: -100px;
}

#storeinfo dd ul li .xizang {
    top: 185px;
    left: 25px;
}

#storeinfo.hover .i-storeinfo div {
    border-bottom: 0;
    height: 20px;
}

#storeinfo {
    float: left;
    margin: 0px 4px 0;
    position: relative;
    z-index: 55;
}

#storeinfo .i-storeinfo {
    float: left;
    cursor: pointer;
    height: 27px;
}

#storeinfo .i-storeinfo div {
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 4px 20px 1px 5px;
    position: relative;
    z-index: 125;
}

#storeinfo dl {
    display: none;
    margin-top: -1px;
    padding: 5px;
    position: absolute;
    /*width:410px;*/
    width: 530px;
    z-index: 58;
    left: -91px;
    top: 26px;
}

#storeinfo.hover dl {
    display: block;
}

/*collect*/
.CollectH {
    width: 1200px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
}

.CollectH .floatL {
    width: 140px;
    height: 43px;
    font-size: 16px;
    text-align: center;
}

.CollectH .floatR {
    height: 45px;
}

.CollectH .floatR a.CollectDelAllBt {
    display: block;
    width: 73px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    margin: 14px 20px 0 0;
}

.CollectListBox {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.CollectList {
    width: 100%;
}

.CollectList li {
    width: 222px;
    height: 270px;
    float: left;
    margin: 20px 9px 0;
}

.CollectProImg {
    width: 220px;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.CollectProImg > a > img {
    vertical-align: middle;
    max-width: 220px;
    max-height: 220px;
}

.CollectProName {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
}

.CollectPrice {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.CollectPrice span {
    font-size: 20px;
}

.CollectPrice del {
    font-size: 16px;
    text-decoration: line-through;
}

.CollectProBt {
    display: none;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.CollectProBt > a {
    display: block;
    width: 109px;
    height: 30px;
    text-align: center;
    font-size: 14px;
}

.CollectProImg > del {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    width: 30px;
    height: 30px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.CollectProImg > del img {
    vertical-align: middle;
}

.CollectProImg:hover .CollectProBt, .CollectProImg:hover > del {
    display: block;
}

.CollectListNo {
    width: 100%;
    padding: 50px 0;
    height: 100px;
    text-align: center;
}

.CollectListNo p {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}

.CollectListNo a {
    display: block;
    width: 115px;
    height: 35px;
    margin: 20px auto 0;
    background: url("../images/Goshopping.png") center no-repeat;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}

/*销售网点*/
.SaleMapInfoBox {
    width: 1198px;
    margin: 0 auto;
}

.SaleMapImg {
    width: 500px;
    height: 500px;
    overflow: hidden;
}

.SaleMapImg img {
    width: 100%;
}

.SaleMapInfo {
    width: 677px;
    padding: 0 10px;
    min-height: 500px;
}

.SaleMapInfo > p {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}

.SaleMapInfo > p.pShare {
    margin-top: 20px;
}

.SaleMapInfo > p.pShare > span {
    float: left;
}

.SaleMapInfo h1 {
    width: 100%;
    height: 30px;
    margin: 20px 0;
    line-height: 30px;
    font-size: 25px;
    overflow: hidden;
}

.SaleStoreIntro {
    height: 60px;
    overflow: hidden;
    margin-bottom: 40px;
    font-size: 15px;
}

.SaleStoreData {
    width: 100%;
    font-size: 18px;
}

.SaleStoreData dd {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.SaleStoreData dd:first-child {
    margin-bottom: 20px;
}

.SaleStoreData dd span {
    display: inline-block;
    width: 50%;
}

.SaleStoreData dt {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}

.SaleStoreData dt .MapScoreL {
    width: 90px;
}

.SaleStoreShare {
    width: 100%;
    margin-top: 20px;
}

.SaleStoreShare span {
    float: left;
}

.SalesoutletsInfo {
    margin-left: 220px;
    height: 188px;
    padding-top: 10px;
}

.SalesoutletsInfo dt {
    font-size: 20px;
    margin-bottom: 30px;
}

.SalesoutletsInfo dd {
    font-size: 14px;
}

.SaleStoreDetBox {
    width: 1200px;
    margin: 40px auto;
}

.SaleStoreDetH {
    width: 100%;
    height: 34px;
}

.SaleStoreDetH li {
    /* width: 110px; */
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.SaleStoreDetH li.cur {
    height: 35px;
    margin-top: -3px;
}

.SaleStoreDets {
    width: 100%;
}

.SaleStoreDets .SaleStoreDet {
    width: 100%;
    padding: 20px 0;
    display: none;
}

.SaleStoreDets .SaleStoreDet img {
    max-width: 100%;
}

.MapScore {
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
}

.MapScoreL {
    float: left;
    width: 70px;
}

.MapScoreR {
    float: left;
    width: 90px;
    height: 20px;
    background: url("../images/outletsScore.png") center left no-repeat;
    background-size: 90px 16px;
    overflow: hidden;
}

.MapScoreR span {
    float: left;
    display: inline-block;
    height: 20px;
    background: url("../images/outletsScroed.png") center left no-repeat;
    background-size: 90px 16px;
    overflow: hidden;
}

.SaleStoreMapBox {
    width: 1200px;
    margin: 20px auto;
}

/*========产品tab中内容中  评价列表/疑难提问中不同处=========*/
.SaleStoreDet .comment_title {
    overflow: hidden;
    margin-top: 5px;
    height: 26px;
    font-weight: bold;
}

.SaleStoreDet .comment_title span {
    float: left;
    padding-left: 20px;
    height: 25px;
    line-height: 25px;
}

.SaleStoreDet .comment_list li {
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.SaleStoreDet .comment_list .radio {
    width: 15px;
    margin-left: 10px;
}

.SaleStoreDet .comment_list .first_li {
    margin-left: 10px;
}

.SaleStoreDet .comment_list h5 {
    font-size: 12px;
    margin: 5px 5px 0 5px;
}

.SaleStoreDet .comment_list h5 span {
    display: block;
    text-align: right;
}

.SaleStoreDet .comment_title a {
    float: right;
    padding: 0 5px;
    text-align: center;
    margin-right: 10px;
}

.SaleStoreDet .comment_list div {
    padding: 5px;
}

.SaleStoreDet .comment_list p {
    margin: 5px 5px 5px 5px;
}

.SaleStoreDet .comment_list p.last {
    text-align: right;
}

.SaleStoreDet .comment_list input {
    width: 64px;
    height: 22px;
    vertical-align: middle;
}

.SaleStoreDet .comment_list p input {
    width: 70%;
}

.SaleStoreDet .comment_list input.submit {
    margin-left: 90px;
    margin-top: 5px;
    width: 57px;
    height: 21px;
    border: none;
    text-align: center;
    cursor: pointer;
}

.SaleStoreDet .comment_list p textarea {
    overflow: auto;
    width: 70%;
    height: 120px;
}

.SaleStoreDet .comment_list label {
    display: block;
    float: left;
    width: 80px;
    margin-right: 5px;
    text-align: right;
    letter-spacing: 0.2em;
}

.SaleStoreDet .comment_list img {
    display: inline;
    margin: 0 0 0 10px;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
}

.SaleStoreDet .comment_list .imgCode {
    height: 25px;
}

.SaleStoreDet .comment_list span {
    margin-left: 5px;
}

.SaleStoreDet .question_title span {
    float: left;
    padding-left: 20px;
    height: 25px;
}

/*help*/
.HelpHBox {
    width: 100%;
    height: 301px;
    position: relative;
    background: url("../images/HelpBg.jpg") center no-repeat;
}

.HelpH {
    width: 270px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -135px;
}

.HelpHTitleCN {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
}

.HelpHTitleEN {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
}

.HelpSearchBox {
    width: 100%;
    margin-top: 20px;
}

.HelpSearchHot {
    width: 100%;
    font-size: 14px;
}

.HelpSearch {
    width: 245px;
    height: 35px;
    background: url("../images/HelpSearchBox.png") center no-repeat;
}

.HelpSearch input[type=text] {
    float: left;
    width: 195px;
    height: 35px;
    border: 0;
    background: none;
    padding: 0 10px;
}

.HelpSearch input[type=submit] {
    float: left;
    width: 30px;
    height: 35px;
    background: url("../images/SearchIco.png") center no-repeat;
    border: 0;
}

.SelfServiceBox {
    margin-top: 40px;
}

.HelpConH {
    width: 1200px;
    height: 24px;
    line-height: 22px;
    font-size: 24px;
    margin: 0 auto;
    text-indent: 10px;
}

.SelfService {
    width: 1200px;
    overflow: hidden;
    margin: 0px auto;
}

.SelfServiceList {
    width: 100%;
}

.SelfServiceList li {
    float: left;
    width: 300px;
    text-align: center;
    margin-top: 40px;
}

.SelfServiceList li > a {
    display: block;
    width: 165px;
    height: 165px;
    margin: 0 auto;
}

.SelfServiceList li > a.SelfServiceIco1 {
    background: url("../images/Self_Pay.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco2 {
    background: url("../images/Self_Send.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco3 {
    background: url("../images/Self_Hp.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco4 {
    background: url("../images/Self_Yg.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco5 {
    background: url("../images/Self_Guide.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco6 {
    background: url("../images/Self_Safe.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco7 {
    background: url("../images/Self_About.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco8 {
    background: url("../images/Self_Suggest.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco1:hover {
    background: url("../images/Self_PayH.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco2:hover {
    background: url("../images/Self_SendH.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco3:hover {
    background: url("../images/Self_HpH.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco4:hover {
    background: url("../images/Self_YgH.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco5:hover {
    background: url("../images/Self_GuideH.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco6:hover {
    background: url("../images/Self_SafeH.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco7:hover {
    background: url("../images/Self_AboutH.png") center no-repeat;
}

.SelfServiceList li > a.SelfServiceIco8:hover {
    background: url("../images/Self_SuggestH.png") center no-repeat;
}

.SelfServiceInfo {
    width: 100%;
    height: 25px;
    margin-top: 10px;
    line-height: 25px;
    font-size: 24px;
}

.HotProblemBox {
    margin-top: 40px;
    padding: 40px 0;
}

.HotProblem {
    width: 1200px;
    margin: 40px auto 0;
    overflow: hidden;
}

.HotProblem ul {
    width: 1244px;
    overflow: hidden
}

.HotProblem ul li {
    float: left;
    width: 267px;
    height: 193px;
    overflow: hidden;
    margin-right: 44px;
}

.HotProblemH {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    text-align: center;
}

.HotProblemCon {
    width: 207px;
    height: 68px;
    padding: 40px 30px;
}

.HotProblemCon a {
    display: block;
    float: left;
    width: 50%;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    overflow: hidden;
}

.ShopProBox {
    padding: 40px 0;
}

.ShopPro {
    width: 1200px;
    margin: 40px auto 0;
}

.ShopPro dl {
    width: 1200px;
    height: 164px;
}

.ShopPro dl dd {
    float: left;
    width: 134px;
    height: 164px;
}

.ShopPro dl dt {
    float: left;
    width: 132px;
    height: 134px;
    text-align: center;
    background: url("../images/ShopPro_Arrow.png") center no-repeat;
}

.ShopProIco {
    width: 134px;
    height: 134px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    behavior: url(ie-css3.htc);
}

.ShopProCon {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}

.ShopPro dl dd.ShopPro1 .ShopProIco:hover {
    width: 132px;
    height: 132px;
}

.ShopPro dl dd.ShopPro2 .ShopProIco:hover {
    width: 132px;
    height: 132px;
}

.ShopPro dl dd.ShopPro3 .ShopProIco:hover {
    width: 132px;
    height: 132px;
}

.ShopPro dl dd.ShopPro4 .ShopProIco:hover {
    width: 132px;
    height: 132px;
}

.ShopPro dl dd.ShopPro5 .ShopProIco:hover {
    width: 132px;
    height: 132px;
}

.ContactBox {
    padding: 40px 0;
}

.Contact {
    width: 1200px;
    overflow: hidden;
    margin: 40px auto 0;
}

.Contact ul {
    width: 1280px;
}

.Contact ul li {
    float: left;
    width: 260px;
    min-height: 90px;
    margin-right: 80px;
    padding-left: 60px;
}

.Contact ul li.Contact1 {
    background: url("../images/HelpIco_HI.png") top left no-repeat;
}

.Contact ul li.Contact2 {
    background: url("../images/HelpIco_Tel.png") top left no-repeat;
}

.Contact ul li.Contact3 {
    background: url("../images/HelpIco_New.png") top left no-repeat;
}

.ContactH {
    width: 100%;
    line-height: 20px;
    font-size: 18px;
}

.ContactTip {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 15px;
}

.Contact ul li a.ContactBt {
    display: block;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.Contact ul li.Contact1 a.ContactBt {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    behavior: url(ie-css3.htc);
}

.Contact ul li.Contact3 a.ContactBt {
    width: 102px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    behavior: url(ie-css3.htc);
}

/*个人信息*/
.MenberRInfoH {
    width: 100%;
    height: 16px;
    padding: 12px 0;
}

.MenberRInfoH > span {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    margin-left: 15px;
    text-indent: 5px;
}

.MenberRInfoBox {
    width: 975px;
    padding: 0 10px;
}

.MenberRInfo_FaceName {
    width: 915px;
    padding: 20px 30px;
    height: 102px;
}

.MenberRInfo_Face {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    behavior: url(ie-css3.htc);
}

.MenberRInfo_Face > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.MenberRInfo_Face > a img {
    max-height: 100px;
    max-width: 100px;
    vertical-align: middle;
}

.MenberRInfo_Face > a p {
    display: none;
    width: 100%;
    height: 30px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
}

.MenberRInfo_Face > a:hover p {
    display: block;
}

.MenberRInfo_Name {
    float: left;
    width: 152px;
    height: 32px;
    padding: 34px 0;
    margin-left: 10px;
}

.MenberRInfo_Name input[type=text] {
    width: 150px;
    height: 30px;
}

.MenberRInfo {
    width: 100%;
    padding: 20px 0;
}

.MenberRInfoList {
    width: 100%;
}

.MenberRInfoList li {
    width: 100%;
    min-height: 32px;
    margin-bottom: 18px;
}

.MenberRInfoList li .floatL {
    width: 125px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: right;
}

.MenberRInfoList li .floatL span {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.MenberRInfoCon {
    margin-left: 125px;
    min-height: 32px;
    line-height: 32px;
}

.MenberRInfoCon input[type=text] {
    width: 300px;
    height: 30px;
}

.MenberRInfoCon > i {
    margin-right: 30px;
}

.MenberRInfoCon > i input[type=radio] {
    margin-right: 10px;
}

.MenberRInfoCon select {
    width: 225px;
    height: 30px;
    margin-right: 20px;
}

.MenberRInfoCon textarea {
    width: 470px;
    height: 60px;
    resize: none;
    line-height: 20px;
}

.MenberRInfoCon input[name=UserAddress] {
    width: 470px;
}

.MenberRInfo_third {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.MenberRInfo_third dd {
    width: 72px;
    height: 140px;
    float: left;
    overflow: hidden;
    margin-right: 60px;
}

.MenberRInfo_thirdImg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    behavior: url(ie-css3.htc);
    overflow: hidden;
}

.MenberRInfo_thirdImg img {
    width: 100%;
}

.MenberRInfo_thirdName {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.MenberRInfo_thirdLink {
    width: 100%;
    height: 32px;
}

.MenberRInfo_thirdLink > a {
    display: block;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.MenberRInfoCon input[type=submit] {
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    border: 0;
    border-radius: 4px;
    behavior: url(ie-css3.htc);
}

.MenberRInfoCon .input-tip {
    margin-left: 10px;
}

.MenberRInfoCon .spProvinces {
    display: block;
    margin: 0;
}

/* 绑定手机 */
.member-msg .contain-edit-mobile-phone {
}

.member-msg .contain-edit-mobile-phone .MenberRInfoCon {
}

.contain-edit-mobile-phone .edit-view {
    position: fixed;
    bottom: 15%;
    left: 0;
    right: 0;
    width: 400px;
    margin: 0 auto;
    padding: 30px;
    z-index: 121;
}

.contain-edit-mobile-phone .edit-view .wrapper {

}

.contain-edit-mobile-phone .edit-view .wrapper .view-title {

}

.contain-edit-mobile-phone .edit-view .wrapper .view-title .btn-close {
    width: 32px;
}

.contain-edit-mobile-phone .edit-view .wrapper .view-title .btn-close .img {
    width: 100%;
}

.contain-edit-mobile-phone .edit-view .list {
    margin-top: 30px;
}

.contain-edit-mobile-phone .edit-view .list .item {

}

.contain-edit-mobile-phone .edit-view .list-form .item-form {
    padding: 10px;
    margin-bottom: 5px;
}

.contain-edit-mobile-phone .edit-view .list-form .item-form .icon {
    width: 21px;
    height: 21px;
}

.contain-edit-mobile-phone .edit-view .list-form .item-form .input-with-btn {
    position: relative;
}

.contain-edit-mobile-phone .edit-view .list-form .item-form .input-with-btn .input {

}

.contain-edit-mobile-phone .edit-view .list-form .item-form .input-with-btn .btn {
    position: absolute;
    right: 0;
    top: 0;
}

.contain-edit-mobile-phone .edit-view .list-form .item-form .input {
    border: none;
}

.contain-edit-mobile-phone .edit-view .list-form .item-form .input-mobile-phone {

}

.contain-edit-mobile-phone .edit-view .list-form .item-form .input-msg-verify {

}

.contain-edit-mobile-phone .edit-view .list-form .item-form .btn-submit {

}

.contain-edit-mobile-phone .edit-view .list-form .item-form .btn-submit.block {
    margin-left: 0;
    margin-right: 0;
}

.MenberRInfoFaceBox {
    width: 975px;
    padding: 20px 10px;
}

.MenberRUserFaceBox {
    width: 100%;
    margin-top: 20px;
}

.MenberRUserFaceBox .floatL {
    width: 90px;
    text-align: right;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.MenberRUserFace {
    margin-left: 100px;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.MenberRUserFace img {
    vertical-align: middle;
    width: 120px;
}

.MenberRChangeFaceH {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 20px 0;
}

.MenberRUsserFaceBt {
    width: 100%;
    height: 35px;
    margin: 20px 0;
    text-align: center;
}

#MenberRUsserFaceUpload {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 35px;
    border: 0;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    behavior: url(ie-css3.htc);
    margin-right: 20px;
}

.MenberRUsserFaceBt input[type=submit] {
    vertical-align: middle;
    width: 140px;
    height: 35px;
    border: 0;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    behavior: url(ie-css3.htc);
}

.row {
    width: 800px;
    margin: 0 auto;
}

.col-sm-6 {
    margin-bottom: 20px;
    text-align: center;
    line-height: 300px;
}

.col-sm-6 img {
    vertical-align: middle;
}

.user-face-page .cropper-example-1 {
    position: relative;
}

.user-face-page .MenberRInfoFaceBox .btns {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    line-height: 100%;
    z-index: 1;
}

.user-face-page .MenberRInfoFaceBox .btns a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
}

/*订单详情*/
.OrderDetBox {
    width: 1100px;
    padding: 20px 49px;
    margin: 20px auto;
}

.OrderDetProBox {
    width: 100%;
    padding-top: 18px;
    height: 32px;
    text-align: center;
    position: relative;
}

.OrderDetProBox > div {
    width: 100px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    top: 0;
    margin-left: -50px;
    font-size: 14px;
}

.OrderDetProBox > div.OrderDetPro1 {
    left: 57px;
}

.OrderDetProBox > div.OrderDetPro2 {
    left: 302px;
}

.OrderDetProBox > div.OrderDetPro3 {
    left: 550px;
}

.OrderDetProBox > div.OrderDetPro4 {
    left: 798px;
}

.OrderDetProBox > div.OrderDetPro5 {
    right: 0;
}

.OrderDetNowStatus {
    width: 1060px;
    padding: 19px;
    margin-top: 20px;
}

.OrderDetNowStatus > p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}

.OrderDetNowStatus > span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.OrderDetNowStatus > span > a.OrderDetStatusBt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    behavior: url(ie-css3.htc);
}

.OrderDetFunBox {
    width: 1098px;
    margin-top: 20px;
}

.OrderDetFunH {
    width: 1060px;
    padding: 0 19px;
    height: 36px;
    line-height: 36px;
}

.OrderDetFunH .floatL {
    height: 36px;
    font-size: 16px;
}

.OrderDetFunH .floatR {
    height: 36px;
    font-size: 14px;
}

.OrderDetFun {
    width: 1060px;
    padding: 10px 19px;
}

.img-url {
    width: 100px;
}

.OrderDetFunLogi .OrderDetFun {
    height: 130px;
    overflow: hidden;
}

.OrderDetFunLogi .OrderDetFun.cur {
    height: auto;
}

.OrderDetFunLogiList {
    width: 100%;
}

.OrderDetFunLogiList li {
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.OrderDetFunLogiList li .floatL {
    width: 90px;
    text-align: right;
}

.OrderDetFunLogiCon {
    margin-left: 90px;
}

.OrderDetFunInfoList {
    width: 100%;
}

.OrderDetFunInfoList li {
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 14px;
}

.OrderDetFunInfoList li .floatL {
    width: 90px;
    text-align: right;
    font-weight: bold;
}

.OrderDetFunInfoCon {
    margin-left: 90px;
}

.OrderDetFunInfoCon > span {
    margin-right: 30px;
}

.OrderDetgoodsBox {
    width: 1058px;
    margin-top: 20px;
}

.OrderDetgoodsH {
    width: 100%;
    height: 37px;
    line-height: 37px;
}

.ChildOrderNOH {
    font-size: 13px;
    font-weight: bold;
    text-indent: 1em;
}

.OrderDetgoodsH dd {
    float: left;
    height: 37px;
    text-align: center;
    font-size: 14px;
}

.OrderDetgoodsH dd.OrderDetgoodsH1 {
    width: 352px;
}

.OrderDetgoodsH dd.OrderDetgoodsH2 {
    width: 126px;
}

.OrderDetgoodsH dd.OrderDetgoodsH3 {
    width: 120px;
}

.OrderDetgoodsH dd.OrderDetgoodsH4 {
    width: 110px;
}

.OrderDetgoodsH dd.OrderDetgoodsH5 {
    width: 100px;
}

.OrderDetgoodsH dd.OrderDetgoodsH6 {
    width: 130px;
}

.OrderDetgoodsH dd.OrderDetgoodsH7 {
    width: 120px;
}

.OrderDetgoods {
    width: 100%;
}

.OrderDetgoods dd {
    float: left;
    text-align: center;
    font-size: 14px;
}

.OrderDetgoods dd.OrderDetgoodsInfo {
    width: 708px;
    min-height: 88px;
    overflow: hidden;
}

.cf_winOrderDetail .OrderDetgoods dd.OrderDetgoodsInfo {
    width: 582px;
}

.OrderDetgoods dd.OrderDetgoodsInfo > ul {
    width: 100%;
    height: 88px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.OrderDetgoods dd.OrderDetgoodsInfo > ul:first-child {
    border-top: none;
}

.OrderDetgoods dd.OrderDetgoodsInfo > ul > li {
    float: left;
    height: 70px;
    padding: 9px 0;
    text-align: center;
    overflow: hidden;
}

.OrderDetgoods dd.OrderDetgoodsInfo > ul > li.OrderDetgoods1 {
    width: 311px;
    padding: 9px 20px;
    text-align: left;
}

.OrderDetgoods dd.OrderDetgoodsInfo > ul > li.OrderDetgoods2 {
    width: 125px;
}

.OrderDetgoods dd.OrderDetgoodsInfo > ul > li.OrderDetgoods3 {
    width: 119px;
}

.OrderDetgoods dd.OrderDetgoodsInfo > ul > li.OrderDetgoods4 {
    width: 109px;
}

.OrderDetgoods dd.OrderDetgoodsInfo > ul > li.OrderDetgoods5 {
    width: 99px;
}

.OrderDetgoods dd.OrderDetgoodsInfo > ul > li.OrderDetgoods6 {
    width: 129px;
}

.OrderDetgoods dd.OrderDetgoodsInfo > ul.cur {
    border-bottom: 0;
}

.OrderDetgoods dd.OrderDetgoods5 {
    width: 99px;
    height: 88px;
}

.OrderDetgoods dd.OrderDetgoods6 {
    width: 129px;
}

.OrderDetgoods dd.OrderDetgoods7 {
    width: 120px;
    height: 70px;
    padding: 9px 0;
}

.OrderDetgoodsImg {
    width: 68px;
    height: 68px;
    float: left;
    overflow: hidden;
}

.OrderDetgoodsImg img {
    max-height: 68px;
    max-width: 68px;
}

.OrderDetgoodsName {
    margin-left: 75px;
    height: 60px;
    padding: 4px 0;
    overflow: hidden;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
}

/*refund*/
.RefundBox {
    width: 1200px;
    margin: 0 auto 20px;
}

.RefundH {
    width: 1185px;
    height: 20px;
    padding: 10px 0px 10px 15px;
}

.RefundH .floatL {
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    text-indent: 10px;
}

.Refund {
    width: 1160px;
    padding: 10px 20px;
}

.RefundGoods .floatL {
    width: 98px;
    /*height: 98px;*/
    overflow: hidden;
    position: relative;
}

.RefundGoods .floatL img {
    max-width: 98px;
    max-height: 98px;
    vertical-align: middle;
}

.RefundGoods .floatL span {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    opacity: 0.6;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.RefundGoodsInfo {
    margin-left: 110px;
    overflow: hidden;
    font-size: 14px;
}

.RefundTxt dl dd {
    min-height: 32px;
    margin-bottom: 10px;
}

.RefundTxt dl dd .floatL {
    width: 110px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    font-size: 14px;
}

.RefundTxt dl dd .floatL span {
    vertical-align: middle;
    font-size: 18px;
}

.RefundTxtCon {
    margin-left: 110px;
    min-height: 32px;
}

.RefundTxtCon_M {
    line-height: 32px;
    font-size: 14px;
}

.RefundTxtCon select {
    width: 340px;
    height: 30px;
}

.RefundTxtCon input[type=text] {
    width: 340px;
    height: 30px;
}

.RefundTxtCon i {
    font-size: 14px;
    margin-left: 10px;
}

.RefundTxtCon textarea {
    width: 600px;
    height: 60px;
}

.RefundTxtCon input[type=submit], .RefundTxtCon input.submit {
    width: 140px;
    height: 35px;
    border: 0;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    behavior: url(ie-css3.htc);
}

.RefundVoucher {
    height: 32px;
    overflow: hidden;
    position: relative;
}

.RefundTxtCon input[type=file] {
    position: absolute;
    left: -300px;
    top: 0px;
}

.RefundTxtCon label {
    display: inline-block;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
}

.RefundTxtCon strong {
    margin-right: 40px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
}

.RefundTxtCon strong input[type=radio] {
    margin-right: 4px;
}

/*new*/
.MenberRNewBox {
    width: 965px;
    padding: 40px 15px;
}

.MenberRNewSendList {
    width: 100%;
}

.MenberRNewSendList dd {
    width: 100%;
    min-height: 32px;
    margin-bottom: 20px;
}

.MenberRNewSendList dd .floatL {
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    font-size: 14px;
}

.MenberRNewSendList dd .floatL span {
    vertical-align: middle;
    font-size: 18px;
}

.MenberRNewSend {
    margin-left: 90px;
    min-height: 32px;
    line-height: 32px;
}

.MenberRNewSend span {
    vertical-align: middle;
    margin-right: 40px;
    font-size: 14px;
}

.MenberRNewSend span input[type=radio] {
    margin-right: 2px;
    font-size: 14px;
}

.MenberRNewSend input[type=text] {
    width: 800px;
    height: 30px;
}

.MenberRNewSend textarea {
    width: 800px;
    height: 140px;
    resize: none;
}

.MenberRNewSend input[type=submit] {
    width: 140px;
    height: 35px;
    border: 0;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    behavior: url(ie-css3.htc);
}

.MenberRInfoH > span > i {
    font-size: 14px;
}

.MenberRNexRecH {
    width: 965px;
    padding: 0 15px;
    height: 45px;
}

.MenberRNexRecH .floatL {
    height: 31px;
    padding: 7px 0;
}

.MenberRNexRecH .floatL select {
    width: 160px;
    height: 31px;
}

.MenberRNexRecH .floatR {
    height: 31px;
    padding: 7px 0;
}

.MenberRNexRecH .floatR a {
    display: block;
    width: 80px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 16px;
}

.MenberRNexRecList {
    width: 100%;
}

.ShowNewsInfo {
    width: 975px;
    padding: 10px;
    font-size: 16px;
    display: none;
    word-break: break-all;
}

.MenberRNewRecBox {
    width: 100%;
}

.MenberRNexRecListH {
    width: 100%;
    height: 30px;
}

.MenberRNexRecListH dd {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
}

.MenberRNexRecListH dd.dd1 {
    width: 133px;
}

.MenberRNexRecListH dd.dd2 {
    width: 330px;
}

.MenberRNexRecListH dd.dd3 {
    width: 219px;
}

.MenberRNexRecListH dd.dd4 {
    width: 150px;
    border-right: 0;
}

.MenberRNexRecList {
    width: 100%;
    height: 31px;
}

.MenberRNexRecList dd {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    overflow: hidden;
}

.MenberRNexRecList dd.dd1 {
    width: 174px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.MenberRNexRecList dd.dd2 {
    width: 330px;
}

.MenberRNexRecList dd.dd3 {
    width: 220px;
}

.MenberRNexRecList dd.dd4 {
    width: 151px;
    border-right: 0;
}

.MenberRNexRecList dd.dd4 i {
    margin: 0 2px;
}

.AllMessageBox {
    width: 1200px;
    margin: 0 auto 20px;
}

.AllMessageH {
    width: 100%;
    height: 40px;
}

.AllMessageH .floatL {
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.AllMessageH .floatR {
    padding: 5px 10px 5px 0;
}

.AllMessageH .floatR a {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.AllMessageList {
    width: 1120px;
    padding: 0 60px 0 20px;
}

.AllMessageList dd {
    width: 100%;
    min-height: 45px;
    padding-top: 20px;
}

.AllMessageList dd .floatL {
    width: 45px;
    height: 45px;
    overflow: hidden;
}

.AllMessageList dd .floatL img {
    width: 100%;
}

.AllMessage {
    margin-left: 55px;
    min-height: 45px;
    padding-bottom: 20px;
}

.AllMessage span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.AllMessage p {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
}

.AllMessageReply {
    width: 1025px;
    padding: 15px 20px;
    position: relative;
    margin-top: 10px;
}

.AllMessageReply span {
    display: block;
    position: absolute;
    top: -9px;
    left: 40px;
    width: 19px;
    height: 9px;
    background: url("../images/MArrowIco.png") center no-repeat;
}

.MadeMessageBox {
    width: 1198px;
    margin: 0 auto 20px;
}

.MadeMessageH {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-indent: 10px;
}

.MadeMessage {
    width: 100%;
    padding: 20px 0;
}

.MadeMessage ul {
    width: 100%;
}

.MadeMessage ul li {
    width: 100%;
    margin-bottom: 20px;
    min-height: 32px;
}

.MadeMessage ul li .floatL {
    width: 90px;
    height: 32px;
    text-align: right;
    line-height: 32px;
    overflow: hidden;
}

.MadeMessageTxt {
    margin: 0 406px 0 90px;
    min-height: 32px;
}

.MadeMessageTxt input[type=text] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.MadeMessageTxt i {
    font-size: 14px;
}

.MadeMessageTxt textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
}

.MadeMessageTxt input[type=text].MessageCode {
    width: 100px;
}

.MadeMessageTxt input[type=submit] {
    width: 100px;
    height: 30px;
    border: 0;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.MenberNewRecListNo {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    text-align: center;
}

.MenberRExpenseH {
    width: 965px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
}

.MenberRExpenseH > span {
    font-size: 14px;
    margin-right: 20px;
}

.MenberRExpenseListH {
    width: 100%;
    height: 30px;
}

.MenberRExpenseListH dd {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
}

.MenberRExpenseListH dd.dd1 {
    width: 104px;
}

.MenberRExpenseListH dd.dd2 {
    width: 209px;
}

.MenberRExpenseListH dd.dd3 {
    width: 121px;
}

.MenberRExpenseListH dd.dd4 {
    width: 105px;
}

.MenberRExpenseListH dd.dd5 {
    width: 108px;
}

.MenberRExpenseListH dd.dd6 {
    width: 103px;
    border-right: 0;
}

.MenberRExpenseBox {
    width: 100%;
}

.MenberRExpenseList {
    width: 100%;
    height: 51px;
}

.MenberRExpenseList dd {
    float: left;
    height: 30px;
    line-height: 15px;
    padding: 10px 20px;
    font-size: 14px;
}

.MenberRExpenseList dd.dd1 {
    width: 105px;
}

.MenberRExpenseList dd.dd2 {
    width: 210px;
}

.MenberRExpenseList dd.dd3 {
    width: 121px;
}

.MenberRExpenseList dd.dd4 {
    width: 106px;
}

.MenberRExpenseList dd.dd5 {
    width: 109px;
}

.MenberRExpenseList dd.dd6 {
    width: 103px;
    border-right: 0;
}

/*FindPw*/
.FindPwBox {
    width: 800px;
    margin: 40px auto 20px;
}

.FindPwH {
    width: 800px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.FindPwH > div {
    width: 100px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    font-size: 14px;
}

.FindPwH > div.FindPwProH1 {
    left: 0;
}

.FindPwH > div.FindPwProH2 {
    left: 50%;
    margin-left: -50px;
}

.FindPwH > div.FindPwProH3 {
    right: 0;
}

.FindPwPro1Box dl {
    display: inline-block;
}

.FindPwPro1Box dl dd.curH {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.FindPwPro1Box dl dd .floatL {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: right;
}

.FindPwPro1, .password_find_page .right {
    margin-left: 100px;
    min-height: 32px;
    line-height: 32px;
    text-align: left;
}

.password_find_page .type label {
    margin: 0 75px 0 4px;
}

.FindPwPro1Box {
    margin-top: 30px;
}

.FindPwPro1 input[type=text],
.FindPwPro1 input[type=password] {
    width: 288px;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 5px;
}

.input-with-btn .btn {
    height: 30px;
    margin-bottom: 5px;
    vertical-align: top;
}

.FindPwPro1 input[type=text].FindPwcode {
    width: 205px;
}

.FindPwPro1 span {
    margin-left: 20px;
    font-size: 14px;
}

.FindPwPro1 span img {
    margin-right: 4px;
}

.FindPwPro1 input[type=submit] {
    font-size: 18px;
}

.FindPwPro2Box {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

.FindPwPro2Box p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}

.FindPwPro2Box p img {
    margin-right: 4px;
}

.FindPwPro2Box a {
    display: block;
    width: 152px;
    height: 42px;
    margin: 0 auto;
    background: url("../images/FindPwBt.png") center no-repeat;
    line-height: 42px;
    font-size: 18px;
}

.FindPwPro3Box {
    width: 720px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    margin: 20px auto 100px;
    padding: 0 40px;
}

.FindPwPro3Box img {
    vertical-align: middle;
    margin-right: 10px;
}

/*积分换预存款*/
.MenberRConBox {
    width: 100%;
    padding: 40px 0;
}

.MenberRConBoxFK {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}

.MenberRJfzYckList {
    width: 100%;
}

.MenberRJfzYckList dd {
    width: 100%;
    min-height: 32px;
    margin-bottom: 30px;
}

.MenberRJfzYckList dd.curHight {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
}

.MenberRJfzYckList dd .floatL {
    width: 130px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    font-size: 14px;
}

.MenberRJfzYck {
    margin-left: 130px;
    min-height: 32px;
}

.MenberRJfzYck select {
    width: 227px;
    height: 32px;
}

.MenberRJfzYck input[type=submit] {
    width: 140px;
    height: 34px;
    margin-right: 20px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    border: 0;
    border-radius: 4px;
    behavior: url(ie-css3.htc);
}

/*预存款充值*/
.MenberRCon_Recharge {
    padding: 40px;
}

.RechargeTxt {
    width: 100%;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    font-size: 14px;
    margin-bottom: 20px;
}

.RechargeTxt input[type=text] {
    width: 300px;
    height: 30px;
    vertical-align: top;
}

.RechargeTxt span {
    margin-left: 20px;
}

.RechargeBt {
    width: 100%;
}

.RechargePayType {
    width: 100%;
    margin-bottom: 20px;
}

.RechargeBt input[type=submit] {
    width: 140px;
    height: 34px;
    margin-right: 20px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    border: 0;
    border-radius: 4px;
    behavior: url(ie-css3.htc);
}

table.RechargePayTypeList {
    width: 913px;
}

table.RechargePayTypeList td {
    padding: 5px;
    height: 25px;
    background: transparent;
    text-align: left;
}

table.RechargePayTypeList img {
    width: auto;
    vertical-align: middle;
}

table.RechargePayTypeList input {
    vertical-align: middle;
    margin-right: 5px;
}

/*评论*/
.EvalTxtCon {
    margin-left: 110px;
    height: 64px;
    position: relative;
    overflow: hidden;
}

.EvalTxtCon input[type=file] {
    position: absolute;
    left: -200px;
    top: 0;
}

.EvalTxtCon label.EvalShowImgBt {
    display: inline-block;
    width: 62px;
    height: 62px;
    cursor: pointer;
}

#span-question {
    line-height: 32px;
    font-size: 14px;
}

.UpdatePwFail {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.UpdatePwFail img {
    vertical-align: middle;
    width: 30px;
}

.content-box {
    width: 100%;
}

.content-box-header li {
    margin: 0 4.773%;
    float: left;
    text-align: center
}

.content-box-header li:first-child {
    margin-left: .1%
}

.content-box-header li a {
    display: block;
    padding: 16px 28px 9px
}

.content-box-content .tab-content {
    padding-top: 2%
}

.content-box-content .tab-content li {
    margin: 2% 0
}

.content-box-content .tab-content .text {
    display: inline-block;
    width: 154px;
    text-align: right;
    vertical-align: middle
}

.content-box-content .tab-content .text span {
    vertical-align: middle
}

.content-box-content .tab-content .input-box {
    display: inline-block;
    padding: .904% 1.8%;
    border-radius: 2px;
    width: 450px
}

.content-box-content .tab-content.tab1 .input-box, .content-box-content .tab-content.tab3 .input-box {
    width: 300px
}

.content-box-content .tab-content div.input-box {
    margin-left: -5px
}

.content-box-content .tab-content .btn-select {
    position: relative
}

.content-box-content .tab-content .btn-select select {
    border: 0;
    width: 100%
}

.content-box-content .tab-content .btn-select .icon-arrow-down {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 51px;
    height: 100%;
    pointer-events: none
}

.content-box-content .tab-content .tip {
    display: inline-block;
    margin-left: 1%
}

.content-box-content .tab-content .btn-submit {
    padding: .9% 5.226%;
    text-align: center;
    border: 0;
    border-radius: 3px;
    margin-left: 154px
}

.content-box-content .tab-content .old-question {
    margin-left: 83px
}

/*---2015-10-20评论晒图---*/
.EvalShowImg {
    width: 400px;
    min-height: 50px;
}

.EvalShowImgSmallBox dd {
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    position: relative;
    text-align: center;
}

.EvalShowImgSmallBox dd > div {
    width: 45px;
    height: 45px;
}

.EvalShowImgSmallBox dd img {
    max-width: 45px;
    max-height: 45px;
}

.EvalShowImgSmallBox dd span {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.EvalShowImgSmallBox dd.cur {
    z-index: 111;
}

.EvalShowImgBigH {
    float: left;
    display: none;
    position: relative;
    margin-top: 10px;
}

.EvalShowImgBigH > a {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 34px;
}

.EvalShowImgBigH > a.EvalShowImgNextBt {
    right: 5px;
    background: url("../images/FLinkNext.png") center no-repeat;
}

.EvalShowImgBigH > a.EvalShowImgPrevBt {
    left: 5px;
    background: url("../images/FLinkPrev.png") center no-repeat;
}

.EvalShowImgBigBox {
    width: 100%;
}

.EvalShowImgBigBox dd {
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    overflow: hidden;
    display: none;
}

.EvalShowImgBigBox dd img {
    max-width: 400px;
    max-height: 400px;
}

.MyEvalInputH {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 30px;
    font-size: 14px;
    margin-top: 20px;
}

.MyEvalInput {
    width: 802px;
    height: 438px;
    margin: 20px auto 0;
}

.MyEvalInput ul {
    width: 800px;
    height: 436px;
    border-bottom: 0;
}

.MyEvalInput ul li {
    width: 100%;
    overflow: hidden;
}

.MyEvalInput ul li .floatL {
    width: 99px;
    height: 100%;
    text-align: center;
    font-size: 14px;
}

.EvalInputr {
    width: auto;
    margin-left: 100px;
    height: 100%;
    position: relative;
}

.EvalInputr textarea {
    width: 100%;
    height: 100%;
    border: 0;
    resize: none;
}

.MyEvalTxtTip {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 14px;
}

.EvalInputr input.MyEvalContactTxt {
    width: 100%;
    height: 100%;
    border: 0;
}

.EvalInputr input.MyEvalCodeTxt {
    width: 200px;
    height: 100%;
    border: 0;
    text-indent: 10px;
}

.MyEvalInput ul li.MyEvalContact .EvalInputr img {
    vertical-align: middle;
    margin: 0 10px;
}

.MyEvalShowImgDiv {
    height: 73px;
    padding: 5px;
}

.tab-content .MyEvalShowImgDiv div {
    padding: 0;
}

.MyEvalShowImgBtBox {
    float: left;
    width: 62px;
    height: 62px;
    overflow: hidden;
    position: relative;
    margin-right: 11px;
}

.MyEvalShowImgBtBox .EvalShowImgBt {
    display: block;
    width: 42px;
    height: 42px;
}

.tab-content .comment_list .MyEvalShowImgBtBox label {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.MyEvalShowImgBtBox input[type=file] {
    position: absolute;
    left: -200px;
}

.MyEvalShowImgNum {
    float: left;
    width: 30px;
    height: 100%;
    line-height: 73px;
    text-align: center;
    font-size: 16px;
}

.MyEvalShowImgList {
    width: auto;
    height: 50px;
    padding-top: 11px;
    margin-left: 110px;
}

.MyEvalShowImgList span {
    display: inline-block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.MyEvalShowImgList span i {
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 1px;
    right: 1px;
    overflow: hidden;
}

.MyEvalShowImgList span i.cur {
    display: block;
}

.tab-content .MyEvalShowImgList span i img {
    width: 15px;
    vertical-align: top;
}

.tab-content .comment_list .MyEvalShowImgList span img {
    width: 100%;
    margin: 0;
}

.MyEvalInput ul li.MyEvalCon {
    height: 173px;
}

.MyEvalInput ul li.MyEvalContact {
    height: 52px;
}

.MyEvalInput ul li.MyEvalShowImg {
    height: 73px;
}

.MyEvalInput ul li.MyEvalCode {
    height: 53px;
}

.MyEvalInput ul li.MyEvalSubBt {
    height: 80px;
}

.MyEvalInput ul li.MyEvalCon .floatL {
    line-height: 173px;
}

.MyEvalInput ul li.MyEvalContact .floatL {
    line-height: 52px;
}

.MyEvalInput ul li.MyEvalShowImg .floatL {
    line-height: 73px;
}

.MyEvalInput ul li.MyEvalCode .floatL {
    line-height: 53px;
}

.MyEvalInput ul li.MyEvalSubBt input[type=submit] {
    display: block;
    width: 200px;
    height: 41px;
    margin: 20px auto 0;
    font-size: 20px;
    text-align: center;
    border: 0;
}

.tab-content .comment_list li .comment_list_con {
    overflow: inherit;
}

/*---2015-10-20评论晒图---*/
#txtCommentCode {
    width: 100px;
}

.EvalNoGoods {
    width: 1160px;
    padding: 40px 20px;
    margin: 0 auto 20px;
    text-align: center;
}

.EvalNoGoods p {
    font-size: 18px;
    margin-bottom: 20px;
}

.EvalNoGoods a.GoshoppingBt {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    behavior: url(ie-css3.htc);
}

/*分佣*/
.MenberRFytxDone, .FindPwNoSet {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    text-align: center;
}

.MenberRFytxDone img, .FindPwNoSet img {
    vertical-align: middle;
    margin-right: 5px;
}

.MenberRFytxList {
    width: 100%;
}

.MenberRFytxList dd {
    width: 100%;
    min-height: 32px;
    margin-bottom: 30px;
}

.MenberRFytxList dd.curHight {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
}

.MenberRFytxList dd .floatL {
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    font-size: 14px;
}

.MenberRFytx {
    margin-left: 150px;
    min-height: 32px;
}

.MenberRFytx input[type=text], .MenberRFytx input[type=password] {
    width: 500px;
    height: 30px;
}

.MenberRFytx textarea {
    width: 500px;
    height: 100px;
}

.MenberRFytx del {
    margin-right: 20px;
}

.MenberRFytx del input[type=radio] {
    margin-right: 4px;
}

.MenberRFytx input[type=submit] {
    width: 140px;
    height: 34px;
    margin-right: 20px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    border: 0;
    border-radius: 4px;
    behavior: url(ie-css3.htc);
}

.content-box {
    padding: 2% 0;
}

.content-box li {
    margin: 0;
}

.user-shipping-address .content-box li {
    margin: 10px 0;
}

.supplierRight.content-box .text {
    display: inline-block;
    width: 90px;
    text-align: left;
    vertical-align: top;
    padding-top: 0.904%;
}

.content-box .text {
    display: inline-block;
    width: 137px;
    text-align: left;
    vertical-align: top;
    padding-top: 0.904%;
}

.wholesalerLeft.content-box .text {
    display: inline-block;
    width: 100px;
    text-align: left;
    vertical-align: top;
    padding-top: 0.904%;
}

.content-box .text2 {
    display: inline-block;
    width: 100%;
    height: 30px;
    text-align: left;
    vertical-align: top;
    margin-top: -2px;
}

.content-box .text span {
    vertical-align: middle;
}

.content-box .input-box {
    display: inline-block;
    padding: 0.904% 1.8%;
    border-radius: 2px;
    width: 285px;
}

.content-box div.input-box {
    margin-left: -5px;
    margin-right: 10px;
    width: 174px;
}

.content-box textarea.input-box {
    margin-left: -5px;
    resize: none;
    width: 620px;
}

.content-box .btn-select {
    position: relative;
}

.content-box .btn-select select {
    border: none;
    width: 100%;
}

.content-box .btn-select .icon-arrow-down {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 51px;
    height: 100%;
    pointer-events: none;
}

.content-box .tip {
    display: inline-block;
    margin-left: 1%;
}

.content-box .btn-submit {
    padding: 0.9% 5.226%;
    text-align: center;
    border: none;
    border-radius: 3px;
    margin: 20px 0 0 40%;
}

.check-box {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 0 7px 0 162px;
    width: 19px;
    height: 19px;
    background: url("../images/CheckboxBg1.png") center no-repeat;
    background-size: 100% auto;
}

.check-box:checked {
    background-image: url("../images/CheckedBg.png");
}

.check-box-text {
    vertical-align: middle;
}

.address-list {
    display: block;
    margin: 0 auto;
    width: 922px;
}

.address-list th, .address-list td {
    padding: 14px 10px;
    vertical-align: top;
}

.address-list .name {
    width: 75px;
}

.address-list .area {
    width: 170px;
}

.address-list .detail {
    width: 227px;
}

.address-list .email {
    width: 100px;
}

.address-list .phone {
    width: 134px;
}

.address-list .operate {
    width: 215px;
}

.address-list .op {
    vertical-align: top;
}

.address-list .btn-edit, .address-list .btn-delete {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
}

.address-list .btn-edit {
    margin-left: 0;
}

.address-list a.btn-main {
    display: none;
    cursor: pointer;
    padding: 9px 13px;
    border-radius: 2px;
    font-size: 14px;
}

.address-list tr:hover .btn-main {
    display: inline-block;
}

.help-detail .MenberL {
    padding-top: 0;
}

.help-detail .MenberNav_Men {
    padding-left: 19px;
    background: none;
}

.help-detail .MenberNavList dt a {
    padding: 10px 0 10px 40px;
    background: url("../images/icon-expand.png") 19px center no-repeat;
    font-weight: bold;
}

.help-detail .MenberNavList.no-expand dt a {
    background-image: url("../images/icon-no-expand.png");
}

.help-detail .MenberNavList.no-expand dd {
    display: none;
}

.help-detail .MenberR h1 {
    padding: 1.708% 2.01%;
}

.help-detail .MenberR .contents {
    padding: 2.311% 2.01%;
    overflow: hidden;
}

.help-detail .MenberR .contents h4 {
    font-weight: bold;
    font-size: 1rem;
}

.help-detail .MenberR .contents p {
    font-size: 0.9rem;
    line-height: 150%;
    margin-bottom: 2.512%;
}

.help-detail .search {
    padding: 9px 63px 0;
    margin-bottom: 9px;
    float: right;
    width: 869px;
}

.help-detail .search .quests {
    width: 15.276%;
}

.help-detail .search .hot-topic {
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
}

.help-detail .search .hot-topic .fast-search {
    margin: 0 3px;
}

.help-detail .search .search-box {
    display: inline-block;
    border-radius: 2px;
    vertical-align: middle;
}

.help-detail .search .search-box .search-keyword {
    float: left;
    width: 212px;
    padding: 10px;
    border: none;
}

.help-detail .search .search-box .btn-search {
    float: left;
    width: 30px;
    height: 35px;
    background: url("../images/SearchIco2.png") center no-repeat;
    border: none;
}

/*佣金历史记录*/

.commission_history .tab-nav a {
    display: inline-block;
    margin: 0 22px;
    padding: 12px 17px;
}

.commission_history .tab-content {
    padding-bottom: 169px;
    padding-top: 20px;
}

.commission_history .tab-content .no-record {
    margin: 0 50px;
    padding-bottom: 20px;
}

.commission_history .history-list {
    display: block;
    width: 95%;
    margin: 20px auto;
}

.commission_history .history-list tbody {
    display: block;
}

.commission_history .history-list tr {
    display: block;
}

.commission_history .history-list tr:first-child {
    border-top: none;
}

.commission_history .history-list th, .commission_history .history-list td {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 10px 1%;
    box-sizing: border-box;
}

.withdrawal .history-list th, .withdrawal .history-list td {
    width: 14.5%;
}

.withdrawal .history-list th:first-child, .withdrawal .history-list td:first-child {
    width: 14.5%;
}

.container-invoice-detail .invoice-info .list .item {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.container-invoice-detail .invoice-info .list .item .title {
    display: inline-block;
    width: 100px;
}

.commission_history .history-list th:first-child, .commission_history .history-list td:first-child {
    border-left: none;
}

.commission_history #kkpager {
    width: auto;
    margin: 0 50px;
}

.commission_history #kkpager_btn_go {
    width: 50px;
    border-radius: 2px;
}

.commission_history .spanDot, .commission_history .infoTextAndGoPageBtnWrap, .commission_history .totalText {
    display: none;
}

/* 我的抵用券 */
.coupon-list .nocontact {
    width: 100%;
}

.coupon-list .nocontact td {
    display: block;
    text-align: center;
    width: 100%;
}

.coupon-list table {
    border-collapse: collapse;
}

.coupon-list table td, .coupon-list table th {
    padding: 5px;
    text-align: left;
}

.coupon-list table td {
    display: block;
    width: 100%;
    border: none;
    text-align: center;
}

.coupon-list table td span {
    display: inline-block;
    padding-left: 5%;
}

.coupon-list table tr {
    float: left;
    width: 50%;
    height: 213px;
    padding-top: 11px;
}

.coupon-list table tr:first-child {
    height: auto;
}

.coupon-list table img {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: auto;
}

.coupon-list table a {
    height: 22px;
    width: 60px;
    display: inline-block;
    line-height: 22px;
    text-align: center;
}

/*推广会员*/

.commission-downline .tab-content {
    padding-bottom: 169px;
    padding-top: 20px;
}

.commission-downline .tab-content .no-record {
    margin: 0 50px;
    padding-bottom: 20px;
}

.commission-downline .history-list {
    display: block;
    width: 95%;
    margin: 20px auto;
}

.commission-downline .history-list tbody {
    display: block;
}

.commission-downline .history-list tr {
    display: block;
}

.commission-downline .history-list tr:first-child {
    border-top: none;
}

.commission-downline .history-list th, .commission-downline .history-list td {
    display: inline-block;
    float: left;
    width: 31.2%;
    padding: 10px 1%;
}

.commission-downline .history-list th, .commission-downline .history-list td {
    width: 30%;
}

.commission-downline .history-list th:first-child, .commission-downline .history-list td:first-child {
    width: 30%;
}

.commission-downline .history-list th:first-child, .commission-downline .history-list td:first-child {
    border-left: none;
}

.commission-downline #kkpager {
    width: auto;
    margin: 0 50px;
}

.commission-downline #kkpager_btn_go {
    width: 50px;
    border-radius: 2px;
}

.commission-downline .spanDot, .commission-downline .infoTextAndGoPageBtnWrap, .commission-downline .totalText {
    display: none;
}

/* 我的抵用券详情 */

.coupon-detail .content {
    padding: 1.484%;
}

.coupon-detail .content li {
    padding: 1% 0;
}

.coupon-detail .content label {
    display: inline-block;
    width: 85px;
    text-align: right;
    vertical-align: top;
}

.coupon-detail .content .tip {
    margin: 10px 0 0 20px;
}

.coupon-detail .content .btn-submit {
    margin: 10px 0 0 85px;
    padding: 1% 5%;
    border: none;
}

/* 支付成功 */
.pay-success .centerInside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.pay-success .main-content {
    margin-top: 30px;
    margin-bottom: 156px
}

.pay-success .mid-content {
    margin: 0 auto;
    width: 238px
}

.pay-success .mid-content > img {
    width: 50px;
    height: 50px;
    float: left \9;
    vertical-align: middle
}

.pay-success .mid-content div {
    display: inline-block;
    margin-left: 4px;
    float: left \9;
    vertical-align: middle
}

.pay-success .mid-content p {
    font-size: 18px;
}

.pay-success .mid-content a {
    font-size: 14px;
}

.pay-success .mid-content a span {
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.pay-success .mid-content a:hover span {
    opacity: .5;
    filter: alpha(opacity=50)
}

.pay-success .pay-status, .red-gift-container .red-gift, .red-gift-container .red-gift-forces {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.pay-success .pay-status {
    padding: 64px 0
}

.red-gift-container .red-gift {
    margin-top: -1px;
    padding: 5px 30px 5px 49px;
    height: 173px
}

.red-gift-container .red-gift .left-msg {
    float: left;
    position: relative;
    margin: 0;
    width: 547px;
    height: 100%;
    overflow: hidden
}

.red-gift-container .red-gift .left-msg img {
    position: absolute;
    width: 100%;
    height: 100%
}

.red-gift-container .red-gift .left-msg p {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 90px;
    bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center
}

.red-gift-container .red-gift .clickMe {
    float: right;
    margin-top: 64px
}

.red-gift-container .red-gift .clickMe img {
    -webkit-transition: .3s cubic-bezier(0.3, 0, 0, 1.3);
    -moz-transition: .3s cubic-bezier(0.3, 0, 0, 1.3);
    -o-transition: .3s cubic-bezier(0.3, 0, 0, 1.3);
    -ms-transition: .3s cubic-bezier(0.3, 0, 0, 1.3);
    transition: .3s cubic-bezier(0.3, 0, 0, 1.3);
    cursor: pointer
}

.red-gift-container .red-gift .clickMe:hover img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    filter: alpha(opacity=90)
}

.red-gift-container .shareScan {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 1
}

.red-gift-container .shareScan.hide {
    display: none;
    opacity: 0
}

.red-gift-container .shareScan div {
    margin: 0 auto;
    position: relative;
    top: 60px;
    width: 400px;
    /*height: 715px*/
}

.red-gift-container .shareScan .bg {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%
}

.red-gift-container .shareScan div .btn-close-share {
    position: absolute;
    top: 0;
    right: -58px;
    width: 58px;
    height: 58px;
    cursor: pointer
}

.red-gift-container .shareScan div p {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 25%;
    font-size: 32px;
    text-align: center
}

.red-gift-container .shareScan div .img-scan {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 46%;
    bottom: 10%;
    border-radius: 10px;
}

.red-gift-container .red-gift-forces {
    position: relative;
    padding: 20px 0;
}

.red-gift-container .red-gift-forces .clickMe-forces {
    /*display: block;*/
    position: relative;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.red-gift-container .red-gift-forces img {
    width: 100%;
}

.red-gift-container .red-gift-forces .floating-layer {
    position: absolute;
    top: 6.25%;
    left: 12.74%;
}

.red-gift-container .red-gift-forces .title {
    font-size: 35px;
    font-weight: bold;
}

.red-gift-container .red-gift-forces .content {
    font-size: 23px;
}

.red-gift-container .red-gift-forces .date {
    font-size: 13px;
}

.red-gift-container .red-gift-forces .btn-call {
    position: absolute;
    right: 1.7%;
    bottom: 6.25%;
    padding: 16px 11px;
    font-size: 20px;
    /*text-align: center;*/
    border-radius: 10px;
}

.red-gift-container .shareScan-forces {
    cursor: pointer;
}

.red-gift-container .shareScan-forces div {
    position: relative;
    padding-top: 15%;
    width: 27%;
}

.red-gift-container .shareScan-forces div .bg {
    position: absolute;
    margin-left: 5%;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.red-gift-container .shareScan-forces div .img-scan {
    display: block;
    position: static;
    margin: 0 auto;
    width: 35%;
}

/* 品牌分类 */

.category-show .category-layout {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 43px 0;
}

.category-show .category-layout .tabs .tab {
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: 5px 0;
}

.category-show .category-layout .tab-contents .brand-list {
    position: relative;
    overflow: hidden;
}

.category-show .category-layout .tab-contents .brand-list ul {
    display: block;
    margin: 31px 32px;
    padding: 10px 0 17px 0;
}

.category-show .category-layout .tab-contents .brand-list li {
    float: left;
    width: 200px;
    margin: 14px 0 0 21px;
    overflow: hidden;
}

.category-show .category-layout .tab-contents .brand-list li img {
    display: block;
    margin: 10px auto;
    height: 50px;
}

.category-show .category-layout .tab-contents .brand-list li h5 {
    padding: 6px 0;
    text-align: center;
}

.category-show .category-layout .stress-title {
    position: absolute;
    top: 10px;
    top: 0 \9;
    left: -68px;
    left: 0 \9;
    padding: 8px 120px 8px 68px;
    padding-right: 68px \9;
    text-align: center;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=30);*/
}

.category-show .category-box {
    margin: 20px 0 22px;
}

.category-show .category-box li {
    float: left;
}

.category-show .category-box a {
    display: inline-block;
    padding: 9px;
    margin: 9px 7px 0 3px;
}

.category-show .brand .category-box a {
    margin-top: 18px;
}

.category-show .category-box .index {
    position: relative;
}

.category-show .brand .category-box .index:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.category-show .categories {
    margin: 24px -20px 43px 0;
    column-width: 590px;
    -webkit-column-width: 590px;
    -moz-column-width: 590px;
    column-gap: 1px;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    -o-column-gap: 1px;
}

.category-show .categories .category {
    /*float: left;*/
    width: 590px;
    margin-right: 20px;
}

.category-show .categories .category .title {
    position: relative;
}

.category-show .categories .category .line {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1;
}

.category-show .categories .category .title h4 {
    display: inline-block;
    margin: 12px;
    padding: 0 9px 0 30px;
}

.category-show .categories .category .thumbnails {
    margin-right: -4px;
}

.category-show .categories .category .thumbnail {
    display: inline-block;
    width: 190px;
    height: 190px;
    margin-left: 4px;
    vertical-align: top;
}

.category-show .categories .category .thumbnail:first-child {
    margin-left: 0;
}

.category-show .categories .category .thumbnail img {
    width: 100%;
}

.category-show .categories .thumbnails .title {
    padding: 8px 0;
    text-align: center;
}

.category-show .categories .category .detail-category {
    padding: 12px 0;
}

.category-show .categories .category .detail-category .dt {
    display: inline-block;
    width: 84px;
    padding: 0 0 0 21px;
    text-align: left;
    font-weight: bold;
}

.category-show .categories .category .detail-category .dd {
    display: inline-block;
    width: 473px;
}

.category-show .categories .category .detail-category .dd a {
    margin-left: 5px;
}

.category-show .categories .category .detail-category .dd a:first-child {
    margin-left: 0;
}

/* 注册服务协议 */
.supplier-register-agreement {
    padding: 3% 0;
}

.supplier-register-agreement .container,
.register-agreement .container {
    width: 700px;
    margin: 3% auto;
    padding: 3%;
}

.supplier-register-agreement .container .title,
.register-agreement .container h1 {
    padding: 0 0 2px 0;
    margin: 0 0 3% 0;
}

.register-agreement .container h1 {
    width: 80px;
}

.supplier-register-agreement .container .title {
    display: inline-block;
}

.supplier-register-agreement .container .detail,
.register-agreement .container p {
    line-height: 180%;
    margin-bottom: 10px;
}

.supplier-register-agreement .container .submit,
.register-agreement #btnAgreeServicet {
    display: block;
    width: 317px;
    height: 42px;
    background: url("../images/LoginBtBg.png") center no-repeat;
    border: 0;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    margin: 10% auto 0;
    cursor: pointer;
}

.content-box-header > div {
    width: auto;
}

.CartList dd.cfCartListDJ {
    width: 180px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    padding: 40px 0;
}

.filter-category {
    padding: 17px 20px;
}

.filter-category a {
    margin: 0 3px;
}

.filter-category a:first-child {
    margin-right: 10px;
}

.cfOverflow {
    overflow: hidden;
}

.LimitBuyNum {
    margin-left: 10px;
}

.limitBuy b, .buyMinUnitNote b {
    font-weight: normal;
}

.ui_dialog, .ui_buttons, .ui_title:before, .ui_title:after, #ldg_lockmask {
    background: transparent;
}

.ui_inner {
    border: none;
}

.ui_icon > img {
    display: none;
}

.ui_buttons {
    border-top: none;
    text-align: center;
}

.ui_buttons input {
    border: none;
    text-shadow: none;
    box-shadow: none;
}

.ui_dialog {
    background: transparent;
}

.ui_title_bar {
    display: none;
}

/* 首页自定义代码模块 */
.customer_content, .customer_code {
    width: 1200px;
    margin: 10px auto
}

/* 我的红包列表 */
.BonusListBody {
    min-height: 365px;
}

.BonusListNav {
    width: 50%;
    height: 40px;
    margin: 10px auto 0;
    border-radius: 5px;
}

.BonusListNav a {
    display: inline-block;
    width: 50%;
    height: 40px;
    float: left;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
}

.BonusList {
    width: 100%;
    margin: 10px auto;
}

.BonusList li {
    width: 90%;
    min-height: 80px;
    padding: 10px 5%;
}

.BonusList .floatR {
    width: 50%;
    text-align: right;
    font-size: 14px;
}

.BonusList .BonusShare {
    position: relative;
}

.BonusList .img-scan {
    position: absolute;
    margin: 0 auto;
    right: 0;
    top: 40px;
    width: 200px;
    z-index: 2;
}

.relaybonus-list .BonusList .BonusHas .img-scan {
    top: 57px;
    right: 6%;
    width: 13%;
}

.BonusList li .BonusListl {
    width: auto;
    margin-right: 125px;
    overflow: hidden;
    min-height: 60px;
}

.BonusList li .BonusListl p {
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    /*margin-bottom: 5px;*/
}

.BonusList li .BonusListl p.BonusName {
    font-size: 18px;
    /*margin-bottom: 8px;*/
}

.BonusList li .floatr {
    width: 100%;
    overflow: hidden;
    text-align: right;
}

.BonusList li .floatr p {
    margin-bottom: 5px;
}

.BonusList li.BonusHas .BonusListl, .BonusList li.BonusNo .BonusListl {
    /*padding-left: 74px;*/
    font-size: 14px;
    /*background: url("../images/BonusList.png") top left no-repeat;*/
    /*background-size: 59px auto;*/
    /*background: url("../images/BonusListNo.png") top left no-repeat;*/
    /*background-size: 50px 56px;*/
}

.BonusList li .BonusListl .icon {
    display: inline-block;
    width: 100px;
}

.BonusList li .BonusListl .icon img {
    display: block;
    width: 73%;
}

.BonusShare a {
    display: block;
    width: 55px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    float: right;
    border-radius: 4px;
    margin: 5px 0 5px 5px;
}

.BonusShare a img {
    width: 12px;
    vertical-align: middle;
    margin-right: 4px;
}

/* 红包详情 */
.BonusBody {
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

.OpBonusBox {
    width: 100%;
    position: relative;
}

.OpBg {
    width: 100%;
}

.OpBg img {
    width: 100%;
}

.OpBonusBgBox {
    width: 300px;
    height: 219px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -150px;
    background-size: 300px 219px;
}

.OpBonusNum {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 46px;
    left: 50%;
    margin-left: -28px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    font-weight: bold;
}

.OpBonusNum span {
    font-size: 28px;
}

.OpBonusTip1 {
    width: 100%;
    margin-top: 120px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.OpBonusTip2 {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.OpBonusRule {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: 95px;
    text-align: center;
}

.OpBonusRule a {
    font-size: 14px;
    display: block;
    width: 60px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    border-radius: 5px;
}

.OpBonusRule a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.OpBonusMoneyNum {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.OpBonusMoneyNum span {
    font-size: 20px;
}

.OpBonusOpenL {
    width: 100%;
    margin: -20px 0 20px 0;
}

.OpBonusOpenLH {
    width: 100%;
    position: relative;
}

.OpBonusOpenLHCon {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-size: 100% 1px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 0;
}

.OpBonusOpenL ul {
    width: 100%;
}

.OpBonusOpenL ul li {
    width: 100%;
    height: 80px;
    padding: 15px 3.125%;
}

.OpBonusOpenL ul li .floatr {
    width: 80px;
    height: 50px;
    padding: 8px 0;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 14px;
}

.OpBonusGetFace {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.OpBonusGetFace img {
    width: 100%;
    border-radius: 50%;
}

.OpBonusGetInfo {
    height: 50px;
    margin-left: 10px;
}

.OpBonusGetInfo p {
    font-size: 14px;
    margin: 8px 0;
}

.relaybonus-list .BonusList .BonusHas {
    position: relative;
    width: 90%;
}

.relaybonus-list .BonusList .BonusHas img {
    width: 8.75%;
    vertical-align: middle;
}

.relaybonus-list .BonusList .BonusHas div {
    display: inline-block;
    width: 46.8%;
    vertical-align: middle;
}

.relaybonus-list .BonusList .BonusHas div p {
    line-height: 150%;
}

.relaybonus-list .BonusList .BonusHas div .title {
    text-align: left;
    font-size: 24px;
    border-bottom: none;
}

.relaybonus-list .BonusList .BonusHas div .time {
    font-size: 18px;
}

.relaybonus-list .BonusList .BonusHas div .from {
    font-size: 12px;
}

.relaybonus-list .BonusList .BonusHas a {
    display: inline-block;
    float: right;
    width: 28.1%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 19px;
    border-radius: 12px;
    vertical-align: middle;
    margin-top: 3%;
    padding: 5px 0;
}

.relaybonus-list .BonusList .BonusHas .check-money {
    display: inline-block;
    width: 28.1%;
    float: right;
    text-align: center;
}

.relaybonus-list .BonusList .BonusHas .money {
    margin-top: 2%;
    font-size: 25px;
    display: inline-block;
}

.relaybonus-list .BonusList .BonusHas .check-money a.active {
    width: 60%;
}

.relaybonus-list .BonusList .BonusHas img.already-miss {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 33%;
    top: 12%;
    width: auto;
    height: 76%;
}

/* 摇一摇红包中奖记录 */
.shake-bonus-list .record .item {
    display: block;
    width: 94%;
    padding: 2% 3%;
}

.shake-bonus-list .record .item .big-icon {
    display: inline-block;
    position: absolute;
    width: 52px;
    height: 52px
}

.shake-bonus-list .record .item .big-icon img {
    display: block;
    width: 100%;
    height: 100%
}

.shake-bonus-list .record .item .msg {
    position: relative;
    margin: 1% 0 10px 52px;
    padding-left: 3%
}

.shake-bonus-list .record .item .msg .title {
    display: block;
    font-size: 16px;
    margin: 0 120px 0 0;
    overflow: hidden;
    white-space: nowrap
}

.shake-bonus-list .record .item .msg .time {
    font-size: 12px;
    margin-top: 3px;
    overflow: hidden
}

.shake-bonus-list .record .item .msg .money {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
}

/* 积分广告 */
.integral-ad .banner, .integral-ad .banner img {
    display: block;
    max-width: 1200px;
    margin: 15px auto;
    width: 100%;
}

/* 购买境外商品的身份验证 */
.set-id-card {
    min-width: 300px;
    width: 500px;
    height: 320px;
    overflow: hidden;
}

.set-id-card .table {
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin: 10px 0;
}

.set-id-card .table tr td {
    height: 30px;
    padding: 5px 10px;
    font-size: 16px;
}

.set-id-card .table h3 {
    font-family: 黑体;
    font-size: 25px;
}

.set-id-card .table .left {
    text-align: left;
}

.set-id-card ul.DescShow {
    font-size: 13px;
    text-align: left;
}

.set-id-card .table .input-text {
    height: 27px;
    width: 370px;
    padding: 5px;
    border-radius: 4px;
}

.set-id-card .saile_submit {
    margin: 0 5px;
    width: 117px;
    height: 32px;
    border: none;
    font: 16px "微软雅黑", Microsoft YaHei, SimHei;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.Validform_right {
    display: none;
}

.Validform_wrong {
    display: block;
    line-height: 16px;
    padding: 6px 10px;
    overflow: hidden;
    width: 100%;
    margin: 1px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Validform_wrong p {
    float: left;
    margin: 5px 0;
    white-space: normal;
    word-wrap: break-word;
    width: 240px;
}

#Validform_msg {
    display: none;
}

.login #Validform_msg, .register-page #Validform_msg {
    position: fixed;
    top: 0;
    margin-left: -100%;
    left: -100%;
}

.register-page .RegListTxt #spMobile {
    position: absolute;
    right: 5px;
    top: 10px;
}

.order-submit-page .sDeliveryWay {
    padding: 0 10px;
}

.order-submit-page .sDeliveryWay .title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

.order-submit-page .sDeliveryWay .remark {
    display: block;
    line-height: 200%;
    margin-bottom: 20px;
}

.order-submit-page .table-send-time {
    margin: 10px auto;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.order-submit-page .table-send-time th {
    height: 25px;
    text-align: center;
}

.order-submit-page .table-send-time td {
    height: 35px;
}

.order-submit-page .table-send-time td input {
    margin: 0 5px;
}

.order-submit-page .table-send-time.secondtable th {
    text-align: left;
}

.order-submit-page .table-send-time.secondtable td {
    height: 25px;
    text-align: left;
}

.order-submit-page .table-send-time.secondtable td a {
    display: inline;
}

.user-sign-page .main-content {
    padding: 63px 10px;
}

.user-sign-page .main-content .content {
    width: 67.8%;
    padding: 40% 0 6%;
    border-radius: 19px;
    text-align: center;
}

.user-sign-page .status-unable {
    margin: 0 auto;
    background: url("../images/bg-gold.png") center no-repeat;
    width: 163px;
    height: 163px;
    line-height: 163px;
}

.user-sign-page .main-content .title {
    font-weight: bold;
    margin-bottom: 15px;
}

.user-sign-page .Highlight {
    font-weight: bold;
}

.user-sign-page .btn-active {
    font-weight: bold;
}

.user-sign-page .btn-sign {
    display: block;
    margin: 14px auto;
    width: 162px;
    padding: 7px 0 2px;
    text-align: center;
}

.user-sign-page .btn-sign .icon {
    margin: 0 8px 2px 0;
}

.user-sign-page .main-content .side {
    position: relative;
    width: 30.2%;
    margin-left: 2%;
    z-index: 0;
}

.user-sign-page .main-content .side .top, .user-sign-page .main-content .side .bot {
    border-radius: 19px;
    padding-bottom: 38px;
}

.user-sign-page .main-content .side .top .head {
    height: 22px;
    margin: 0 0 38px 0;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}

.user-sign-page .main-content .side .top .head .circle {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 8px 12px 0;
}

.user-sign-page .main-content .side .top .head .circle:first-child {
    float: left;
}

.user-sign-page .main-content .side .top p {
    text-align: center;
}

.user-sign-page .main-content .side .bot {
    margin-top: 8px;
}

.user-sign-page .main-content .side .bot .link {
    margin-top: -25px;
}

.user-sign-page .main-content .side .bot .link .left {
    margin-left: 40px;
}

.user-sign-page .main-content .side .bot .link .right {
    margin-right: 40px;
}

.user-sign-page .main-content .side .bot .role {
    padding: 24px;
}

.user-sign-page .main-content .side .bot .line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0;
}

.user-sign-page .result-container .cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 350;
}

.user-sign-page .result-container .result {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 846px;
    margin: 19% auto 0;
    z-index: 350;
}

.user-sign-page .result-container .float-object {
    position: absolute;
    top: -113px;
    width: 100%;
}

.user-sign-page .result-container .window {
    width: 710px;
    margin: 0 auto;
    padding-bottom: 42px;
    border-radius: 19px;
    text-align: center;
}

.user-sign-page .result-container .window .other-msg {
    padding: 30px;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}

.user-sign-page .result-container .window .other-msg .time {
    vertical-align: middle;
    margin-left: 25px;
}

.user-sign-page .result-container .window .title {
    margin-top: 42px;
}

.user-sign-page .result-container .window .detail {
    display: inline-block;
    border-radius: 10px;
}

.user-sign-page .result-container .window .detail .top {
    padding-bottom: 22px;
}

.user-sign-page .result-container .window .detail .top .circle {
    display: inline-block;
    width: 10px;
    height: 18px;
    margin: -8px 25px 0;
    border-radius: 5px;
}

.user-sign-page .result-container .window .detail .bot {
    padding: 14% 10px;
    line-height: 100%;
}

.user-sign-page .result-container .window .detail .left {
    display: inline-block;
    width: 12px;
}

.user-sign-page .result-container .window .detail .day {
    display: inline-block;
    font-weight: bold;
    font-size: 70px;
}

.user-sign-page .result-container .window .detail .unit {
    display: inline-block;
}

.user-sign-page .result-container .window .tip {
    margin-top: 30px;
}

.meter {
    width: 75%;
    height: 13px;
    position: relative;
    border-radius: 10px;
    float: left;
}

.meter .meterJDT {
    display: block;
    height: 13px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    line-height: 13px;
    text-align: center;
}

.meterSz {
    position: absolute;
    text-align: center;
    z-index: 1;
    line-height: 13px;
}

/*秒杀*/
.seckillindexTitle {
    width: 1200px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    float: left;
    font-size: 27px;
    font-weight: bold;
}

.seckillindexfrome {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.seckillindexfrome .title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-indent: 0.5em;
}

.seckillindexfrome .title a {
    float: right;
}

.seckillListFrome .TeamListBanner {
    width: 1200px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
}

.seckillListFrome .TeamListSortBox {
    width: 1200px;
    height: 60px;
    padding-top: 0;
    margin: 0 auto 10px;
    border-bottom: 0;
    overflow: hidden;
}

.seckillListFrome .TeamListSort {
    width: 100%;
    float: left;
    margin-left: 0;
}

.seckillListFrome .TeamListSort a.prior {
    width: 237px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    float: left;
    border-right: 0;
    background: url(../images/seckill_title_04.png) no-repeat;
    background-size: 100% 100%;
}

.seckillListFrome .TeamListSortBox a.floatL {
    background: url(../images/seckill_title_03.png) no-repeat;
    background-size: 100% 100%;
}

.seckillListFrome .TeamList li {
    width: 285px;
    height: 409px;
    position: relative;
    margin: 5px;
    float: left;
}

.seckillListFrome .TeamListProImg {
    width: 100%;
    height: 280px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.seckillListFrome .TeamListProImg img {
    width: 100%;
    height: 100%;
}

.seckillListFrome .TeamListName {
    width: 94%;
    height: 55px;
    line-height: 18px;
    padding: 10px;
    font-size: 14px;
    overflow: hidden;
}

.seckillListFrome .TeamListName a {
    height: 45px;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    float: left;
}

.seckillListFrome .TeamListBuy {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.seckillListFrome .TeamListBuy a {
    display: block;
    width: 265px;
    height: 33px;
    padding: 10px;
    vertical-align: bottom;
}

.seckillListFrome .TeamListTPrice {
    height: auto;
    vertical-align: bottom;
}

.seckillListFrome .TeamListOPrice dt {
    margin-top: 15px;
}

.seckillListFrome .TeamListBuyBt2 {
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    float: right;
    border-radius: 5px;
    margin-top: 3px;
}

.seckillListFrome .TeamListBuyBt3 {
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    float: left;
    border-radius: 5px;
    margin-top: -32px;
}

.seckilljs {
    width: 100%;
    padding-top: 5px;
}

.seckilljsL {
    width: 114px;
    float: left;
}

.seckilljsR {
    width: 120px;
    float: right;
}

.seckillListFrome .meter {
    width: 100%;
    height: 13px;
    position: relative;
    border-radius: 10px;
    float: left;
    text-align: center;
    font-size: 12px;
}

.seckillListFrome .meter .meterJDT {
    display: block;
    height: 13px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    line-height: 13px;
    text-align: center;
}

.seckillListFrome .meterSz {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    line-height: 13px;
}

.seckillListFrome .TeamListOPrice {
    width: 82px;
    float: left;
}

.seckillListFrome .bannerBox {
    width: 1200px;
    height: 400px;
    float: left;
    position: relative;
    z-index: 1;
}

.seckillListFrome .slides {
    height: 480px;
    position: relative;
}

.seckillListFrome .slides li, .seckillListFrome .slides li a {
    display: block;
    height: 480px;
}

.seckillListFrome .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    right: 0;
    text-align: center;
}

.seckillListFrome .flex-control-nav li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    zoom: 1;
}

.seckillListFrome .flex-control-nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    background: url("../images/bannernav.png") 0 0 no-repeat;
    cursor: pointer;
}

.seckillListFrome .flex-control-nav .flex-active {
    background-position: right 0;
}

.seckillListFrome .flex-direction-nav li:nth-child(1) {
    width: 25px;
    height: 40px;
    position: absolute;
    left: 0;
}

.seckillListFrome .flex-direction-nav li:nth-child(2) {
    width: 25px;
    height: 40px;
    position: absolute;
    right: 0;
}

.seckillListFrome .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.seckillListFrome .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url("../images/ArrowTType11_01.png") center center no-repeat;
    float: left;
    width: 25px;
    height: 40px;
}

.seckillListFrome .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url("../images/ArrowTType11_02.png") center center no-repeat;
    float: left;
    width: 25px;
    height: 40px;
}

.member_menu_icon {
    font-weight: bold;
    font-size: 18px;
    margin-left: -14px;
}

.childOrderBtn {
    float: right;
}

.MenberR_OrderListBox li.MenberR_OrderListNo a.OrderListCancel {
    padding: 1px 10px;
}

.MenberR_OrderListBox li.MenberR_OrderListNo a.MenberR_OrderNowPayBt {
    padding: 1px 10px;
}

.MenberR_OrderListBox li.MenberR_OrderListNo a.OrderListDD {
    padding: 1px 10px;
}

.GoodsDetRecomProImg {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
}

.GoodsJP .GoodsDetRecomProName {
    height: 45px;
    overflow: hidden;
    list-style: none;
}

.ZhuYi {
    text-align: center;
    padding: 50px 0;
    line-height: 30px;
}

.ZhuYi i {
    border-radius: 100%;
    padding: 1px 10px;
    font-weight: bold;
}

.openshopListzi {
    height: 200px;
    overflow: auto;
}

.seckilltop {
    width: 610px;
    height: 68px;
    line-height: 68px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    background: url(../images/seckilltop.png) no-repeat;
    margin-top: 20px;
}

.seckilltop span {
    padding: 0 5px;
    border-radius: 5px;
    margin: 0 3px;
}

.seckilltop strong {
    font-size: 30px
}

.SeckillTeamData {
    width: 637px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 16px;
}

.SeckillTeamData .floatL img {
    vertical-align: middle;
    margin-right: 10px;
}

.SeckillTeamData .buy-count {
    margin-top: 13px;
}

.SeckillTeamData i {
    float: right;
}

.SeckillTeamData i span {
    padding: 0 3px;
    border-radius: 5px;
}

.SeckillPriceBox {
    width: 97%;
    /* height: 30px; */
    padding: 10px;
    line-height: 39px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#kkpager {
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 20px auto 0;
}

/*频道页*/
.ChannelmainR {
    width: 930px;
    height: auto !important;
}

.ChannelRBanner {
    width: 870px;
    height: 146px;
    margin: 0 auto 30px;
    overflow: hidden;
}

.ChannelRBanner img {
    width: 100%;
    height: 100%;
}

.ChannelProBox {
    width: 100%;
    margin-bottom: 30px;
}

.ChannelProH {
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

.ChannelProH .floatL {
    height: 30px;
    font-size: 20px;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
}

.page-order-result .wechat-scan-pay {
    margin-left: 20px;
    padding: 5px;
}

.page-order-result .wechat-scan-pay .text {
    display: block;
    margin-bottom: 5px;
    margin-left: 25px;
}

.page-user-pay-online .wechat-scan-pay {
    width: 300px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 4px;
}

.page-user-pay-online .wechat-scan-pay .text {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 20px;
}

.page-user-pay-online .wechat-scan-pay .scan {
    display: block;
    margin: 0 auto;
}

.Channelshowbox {
    padding: 27px 0;
}

.ChannelshowH {
    margin: 0 auto 20px;
    width: 1200px;
    height: 46px;
    border-bottom: 2px solid #333;
    line-height: 46px;
}

.ChannelshowH .floatL {
    color: #333;
    font-size: 22px;
}

.ChannelshowH .floatR a {
    color: #333;
    font-size: 14px;
    line-height: 52px;
}

.Channelshow {
    margin: 0 auto;
    width: 1200px;
}

.Channelshow ul {
    width: 1210px;
}

.Channelshow ul li {
    float: left;
    margin: 0 8px 20px 0;
    width: 292px;
    height: 383px;
}

.ChannelShowImg {
    position: relative;
    width: 292px;
    height: 292px;
    text-align: center;
}

.ChannelShowImg img {
    max-width: 292px;
    max-height: 292px;
    vertical-align: middle;
}

.ChannelShowImg span {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.ChannelShowPr {
    margin: 0 auto;
    width: 282px;
    height: 40px;
    line-height: 40px;
}

.ChannelShowPr span {
    margin-right: 10px;
    font-size: 14px;
}

.ChannelShowPr span i {
    font-style: normal;
    font-size: 18px;
}

.ChannelShowPr del {
    text-decoration: line-through;
    font-size: 12px;
}

.ChannelShowBuyBtRm {
    margin: 0 auto;
    width: 100px;
    height: 35px;
    float: right;
    margin-top: 5px;
}

.ChannelShowBuyBtRm a {
    float: right;
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
}

.ChannelShowNameRm {
    overflow: hidden;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
    width: 282px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.ChannelShowNameRm a {
    color: #333;
}

.ChannelhotPr {
    margin: 0 auto;
    width: 282px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.ChannelNewProListBox .channelHover {
    display: none;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
}

.ChannelNewProList li .Channelunit:hover .channelHover {
    display: block;
}

.ChannelNewProListBox > a.ChannelNewProListPrev {
    left: 0;
    top: 130px;
    background: url("../images/ArrowTType7_01.png") center no-repeat;
    width: 48px;
    height: 68px;
    position: absolute;
}

.ChannelNewProListBox > a.ChannelNewProListNext {
    right: 0;
    top: 130px;
    width: 48px;
    height: 68px;
    position: absolute;
    background: url("../images/ArrowTType7_02.png") center no-repeat;
}

.supplier-list {
    margin-bottom: 30px;
}

.supplier-list .list-supplier .item {
    padding: 20px 10px;
}

.supplier-list .list-supplier .item .thumbnail {
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.supplier-list .list-supplier .item .thumbnail .img {
    width: 100%;
}

.supplier-list .list-supplier .item .info {
    margin-left: 183px;
}

.supplier-list .list-supplier .item .info .title {
    font-size: 20px;
    font-weight: bold;
}

.supplier-list .list-supplier .item .attributes .value {
    font-size: 20px;
}

.supplier-list .list-supplier .item .attributes .attribute {
    margin-top: 15px;
    padding: 0;
}

.supplier-list .list-supplier .item .attributes .name {
    font-size: 12px;
}

.supplier-list .list-supplier .item .left {
    float: left;
}

.supplier-list .list-supplier .item .right {
    float: right;
    width: 207px;
}

.supplier-list .list-supplier .item .right .item {
    float: left;
    width: 63px;
    height: 63px;
    overflow: hidden;
}

.supplier-list .list-supplier .item .right .item .link {
    display: block;
}

.supplier-list .list-supplier .item .right .item .link .img {
    width: 100%;
}

.supplier-list .list-supplier .item .right .item {
    margin: 6px 0 0 6px;
    padding: 0;
}

.supplier-list .list-supplier .item .right .item-0 {
    margin: 0 0 0 144px;
}

.supplier-list .list-supplier .item .right .item-1 {
    margin-left: 75px;
}

.btn-register .list-supplier .item .right .item-1 {
    margin-left: 75px;
}

.supplier-register .container-register .list,
.supplier-register .container-logo,
.supplier-register .container-control,
.supplier-register .container-agreement {
    width: 387px;
}

.supplier-register .container-register .list .item .item-selection-single,
.supplier-register .container-register .list .item {
    margin-top: 35px;
}

.supplier-register .container-register .list .item .item-selection-single:first-child {
    margin-top: 0;
}

.supplier-register .container-register .list .item .input,
.supplier-register .container-register .list .item .textarea,
.supplier-register .container-register .list .item .select,
.supplier-register .container-register .list .item .button {
    padding: 14px 7px;
}

.supplier-register .container-register .list .item .input,
.supplier-register .container-register .list .item .textarea,
.supplier-register .container-register .list .item .select {
    width: 100%;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.supplier-register .container-register .list .item .input.verify-input {
    width: 67%;
}

.supplier-register .container-register .list .item .btnImageCode {
    padding-top: 10px;
    padding-bottom: 5px;
}

.supplier-register .container-register .list .item .select {
}

.supplier-register .container-register .list .item.input-button .input {
    width: 68%;
}

.supplier-register .container-register .list .item .button {
    float: right;
    width: 32%;
}

.supplier-register .container-agreement,
.supplier-register .container-control {
    text-align: center;
    margin-top: 20px;
}

.supplier-register .container-agreement .input-agreement {
    margin: 0;
}

.supplier-register .btn-file {
    display: none;
}

.supplier-register .container-logo {
    position: relative;
}

.supplier-register .container-logo:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    height: 60px;
    background: #999;
}

.supplier-register .container-logo .img-con {
    display: block;
    margin: 0 auto;
    width: 62px;
    height: 62px;
    padding: 18px;
    border-radius: 50%;
    border: 18px solid rgba(238, 238, 238, 0.2);
    background: rgba(238, 238, 238, 0.5);
    cursor: pointer;
}

.supplier-register .container-logo .img-con .img {
    width: 100%;
    border-radius: 50%;
}

.supplier-register .btn-submit {
    width: 241px;
    border-radius: 24px;
    padding: 11px 0;
    text-align: center;
    font-size: 16px;
}


/* 弹窗样式 */
.container-modal .cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.container-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 112;
}

.container-modal .result {
    width: 100%;
    height: 100%;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.container-modal .result {
    position: relative;
    padding-top: 10%;
}

.container-modal .result.hide {
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}

.container-modal .window {
    position: relative;
    border-radius: 16px;
    width: 76.56%;
    max-width: 400px;
    margin: 0 auto;
}

.container-modal .window .window-title {
    display: block;
    width: 63%;
    margin: -10% auto 0;
}

.container-modal .window .bg-window {
    position: absolute;
    top: -10%;
    width: 115%;
    height: 115%;
    left: -7%;
}

.container-modal .window .tip-text {
    padding: 4px 11%;
    text-align: center;
    font-size: 3.57vw;
}

.container-modal .show-pro .content {
    max-height: 300px;
    padding: 4%;
    overflow-y: auto;
}

.container-modal .show-pro .content .slot {
    margin-top: 15px;
}

.container-modal .show-pro .content .goods-link {
    display: block;
    margin-bottom: 5px;
}

.container-modal .show-pro .thumbImg {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.container-modal .show-pro .thumbImg img {
    width: 100%;
}

.container-modal .show-pro .text {
    margin-left: 85px;
    text-align: left;
}

.container-modal .show-pro .text .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container-modal .show-pro .text .attr {
    color: #fff;
    margin-top: 3%;
}

.container-modal .show-pro .price {
    text-align: left;
    margin-top: 4%;
}

.container-modal .show-pro .period {
    text-align: left;
}

.container-modal .show-pro .btns {
    position: relative;
    text-align: center;
    z-index: 1;
}

.container-modal .show-pro .btns .btn {
    display: inline-block;
    font-size: 12px;
    width: 85px;
    height: 24px;
    line-height: 24px;
    margin: 3% 0 3% 1.5%;
    text-align: center;
    background-size: 100% 100%;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}

.container-modal .show-pro .btns .btn-normal-3 {
    background: url("../images/GoodsYgBuyBtBg.png") center no-repeat;
}

.container-modal .show-pro .btns .btn-unable-2 {
    background: url("../images/GoodsYgLukyNumBg.png") center no-repeat;
}

.form-invoice-apply .cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
}

.form-invoice-apply .content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 400px;
    min-height: 300px;
    margin: 10% auto 0;
    z-index: 112;
    overflow-y: auto;
    border-radius: 8px;
    background: #f7f7f7;
    box-shadow: 0 5px 47px rgba(255, 255, 255, 0.15);
}

.form-invoice-apply .header {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.form-invoice-apply .RgTxtBox {
    margin: 0;
    border-radius: 0;
    border: 0;
    background: #fff;
}

.form-invoice-apply .RgTxt {
    padding: 10px 15px;
    line-height: 30px;
    height: auto;
    /* min-height: 50px; */
    border-bottom: 1px solid #d5d5d5;
}

.form-invoice-apply .RgTxt:last-child {
    border-bottom: 1px solid #d5d5d5;
}

.form-invoice-apply .RgTxt .name {
    font-size: 14px;
}

.form-invoice-apply .RgTxt .value {
    display: inline-block;
    float: right;
}

.form-invoice-apply .RgTxt .value .item {
    display: inline-block;
    cursor: pointer;
}

.form-invoice-apply .RgTxt .value .radio {
    -webkit-appearance: radio;
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.form-invoice-apply .RgTxt .value .radio,
.form-invoice-apply .RgTxt .value .radio-label {
    vertical-align: middle;
}

.form-invoice-apply .RgTxt .value .input {
    display: block;
    width: 100%;
    text-align: right;
    line-height: 30px;
    height: 30px;
}

.form-invoice-apply .control {
    margin-top: 15px;
}

.form-invoice-apply .control .btn-positive:hover {
    color: #fff;
}

.container-invoice {
    width: 565px;
    margin-bottom: 10px;
}

.container-invoice .container-invoice-apple-btn {
    padding-left: 0;
    padding-top: 0;
}

.page-supplier-goods-list .ad {
    width: 100%;
}

.page-supplier-goods-list .supplier-info {
    width: 1200px;
    margin: 0 auto;
}

.page-supplier-goods-list .supplier-info .component-goods-item .msg .container-sale .btn {
    width: 40px;
}

.page-supplier-goods-list .supplier-info .component-goods-item .thumbnail {
    border-radius: 50%;
}

.page-supplier-goods-list .supplier-info .component-goods-item .thumbnail .img {
    width: 100px;
    margin: 10px 10px 10px 0;
}

.page-supplier-goods-list .ProList .autoHeight {
    height: auto;
}

.page-supplier-goods-list .ProList .ProListName {
    height: 40px;
}