.main {
    margin-top: 20px;
}

/* 产品切换 */
.good-function {
    margin: 50px 0;
}

.good-function .good-functionL {
    width: 872px;
    overflow: hidden;
}

.good-function .gtab {
    border-bottom: 1px solid var(--main-color);
}

.good-function .gtab a {
    display: inline-block;
    padding: 0 13px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 16px;
}

.good-function .gtab a.active {
    background-color: var(--main-color);
    color: #fff;
}

.detail-con {
    text-align: center;
    /* margin-top: 25px; */
}

.detail-con>img {
    width: 100%;
}

.detail-con ul li {
    display: none;
}

.detail-con ul li:first-child {
    padding-top: 26px;
}
.detail-con ul li:first-child img{
    border: 0;
    vertical-align: middle;
}

.detail-con ul li.liactive {
    display: block;
}

/* 公共样式 */
.goodhot .hotab,
.good-function .gtab {
    background-color: #fcf7f7;
}

.good-function .gtab a,
.goodhot .hotab span,
.goodhot-listR>a {
    color: var(--mainFontColor);
    font-size: 14px;
}

/* 热销产品 */
.goodhot {
    width: 288px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, .1);
}

.goodhot .hotab {
    padding-left: 18px;
    line-height: 44px;
    border-bottom: #e7e7e7;
    border-radius: 10px 10px 0 0;
}

.goodhot .hotab img,
.goodhot .hotab span {
    vertical-align: middle;
}

.goodhot .hotab img {
    width: 12px;
    height: 16px;
    object-fit: cover;
}

.goodhot-listR>a {
    font-weight: normal;
    word-break: break-all;
    /*截取英文*/
    margin-top: 15px;
}

.goodhot .goodhot-list {
    padding: 16px 34px 0;
    box-sizing: border-box;
}

.goodhot ul li .goodhot-list-li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);;
}

.goodhot ul li .goodhot-list-li .goodhot-img {
    width: 80px;
    height: 80px;
}

.goodhot ul li .goodhot-list-li .goodhot-info {
    margin-top: 20px;
}

.goodhot ul li .goodhot-list-li .goodhot-info .jxinfo-tit {
    color: #000;
}
.goodhot ul li .goodhot-list-li .goodhot-shiprice-addgood{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 12px;
    height: 24px;
}
.goodhot ul li .goodhot-list-li .goodhot-shiprice-addgood .sale-price{
    margin-right: 26px;
    font-size: 12px;
}
.goodhot ul li .goodhot-list-li .goodhot-shiprice-addgood .sale-price em{
    font-size: 16px;
}
.goodhot ul li .goodhot-list-li .goodhot-shiprice-addgood .addgood{
    display: block;
    border: 1px solid #FC4C02;
    line-height: 18px;
    height: 18px;
    font-size: 12px;
    background-color: #fff;
    width: 68px;
    text-align: center;
    color: #FC4C02;
    border-radius: 4px;
    cursor: pointer;
}

.goodhot-listR .sale-price {
    font-size: 14px;
}

.goodhot-listL>a {
    display: block;
}

.goodhot-listL>a>img {
    max-width: 120px;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.goodhot-listR {
    width: 141px;
    overflow: hidden;
    margin-left: 15px;
}

.goodhot-listR .addgood {
    display: block;
    border: 1px solid var(--main-color);
    line-height: 21px;
    font-size: 12px;
    background-color: #fcf7f7;
    width: 80px;
    text-align: center;
    color: var(--main-color);
    border-radius: 5px;
    cursor: pointer;
}

.goodhot-listR>p {
    margin: 5px 0 8px;
}

.goodhot-list ul li {
    margin-bottom: 14px;
}

/* 商品放大样式 */
.tb-booth {
    position: relative;
    z-index: 1;
}

.jqzoom {
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

div.zoomMask {
    width: 200px !important;
    height: 200px !important;
    position: absolute;
    background: var(--main-color);
    opacity: .5;
    z-index: 1;
    cursor: pointer;
}

/*图片小图预览列表*/
.tb-s310 {
    width: 400px;
    height: 400px;
}

.tb_box .items {
    clear: both;
    width: 400px;
    position: relative;
}

.tb_box .items .prev {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.tb_box .items .next {
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
}

.tb_box .items .prev,
.tb_box .items .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 25px;
    height: 54px;
    line-height: 54px;
    color: #999;
    cursor: pointer;
    text-decoration: none;
    font-size: 40px;
    font-weight: bolder;
}

.tb_box #thumblist {
    position: relative;
    width: 84%;
    height: 83px;
    overflow: hidden;
    margin: 3px auto;
    display: flex;
}

#thumblist {
    position: absolute;
    width: 999999px;
    height: 56px;
}

#thumblist li {
    float: left;
    width: 80px;
    text-align: center;
    margin-right: 4px;
    height: 80px;
    overflow: hidden;
    flex-shrink: 0;
}

#thumblist li img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
}

.jqzoom>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 330px !important;
    height: 330px !important;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomDiv>img {
    max-width: none;
}

.tb-thumb .tb-selected {
    border: 1px solid var(--main-color);
}

#thumblist li a {
    display: block;
}

.goodRight {
    margin-left: 60px;
    width: 590px;
    overflow: hidden;
}

.goodRight h3 {
    font-size: 18px;
    color: var(--mainFontColor);
    margin-bottom: 30px;
}

.goodRightDetail {
    /* height: 160px; */
    /* padding: 25px 20px; */
    /* width: 590px; */
    box-sizing: border-box;
    /* background-color: #fcf7f7; */
    /* border: 1px solid #e7e7e7; */
    display: table-cell;
    vertical-align: middle;
}

.offgoodRightDetail {
    width: 300px;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fcf7f7;
    border: 1px solid #e7e7e7;
}

.goodRightDetail p {
    color: #000;
    font-size: 14px;
    margin-bottom: 8px;
    height: 21px;
}

.offgoodRightDetail p {
    color: var(--assFontColor);
    font-size: 12px;
    text-decoration: line-through;
}

.goodRightDetail p>em {
    font-size: 14px;
    font-weight: bold;
}

.goodRightDetail p>i {
    color: var(--main-color);
    margin-left: 5px;
    /* font-weight: bold; */
    font-size: 12px;
}

.goodRightDetail p:first-child em {
    color: var(--main-color);
    font-size: 20px;
}

.goodRightDetail p .sale-price {
    font-size: 12px;
}

.goodRightDetail p .sale-price em {
    font-size: 16px;
}

.goodRightDetail p>a {
    color: #0077ef;
}

.cuxiao {
    margin-top: 18px;
}

.cuxiao span {
    font-size: 12px;
    color: var(--assFontColor);
}

.cuxiao button {
    width: 210px;
    height: 24px;
    line-height: 24px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    background-color: #fff;
    font-size: 14px;
    outline: none;
}

.cuxiao a {
    display: inline-block;
    width: 112px;
    height: 24px;
    line-height: 24px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: relative;
    margin-left: 5px;
}

.cuxiao a::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid;
    border-color: transparent transparent transparent #fff;
}

.goodRightDetail p>span:first-child,
.cuxiao span {
    display: inline-block;
    width: 56px;
    /* text-align: left; */
}

.cuxiao a,
.cuxiao span,
.cuxiao button {
    vertical-align: middle;
}

.goodRightCanshu {
    padding-top: 32px;
    /* border-bottom: 1px solid #e7e7e7; */
    /* margin-bottom: 20px; */
}

.goodRightCanshu dl {
    font-size: 14px;
    margin-bottom: 8px;
}

.goodRightCanshu dl dt {
    line-height: 24px;
    width: 56px;
    text-align: right;
    color: var(--mainFontColor);
    margin-right: 5px;
}

.goodRightCanshu dl dd {
    width: calc(98% - 75px);
}

.goodRightCanshu dl dd a {
    color: var(--main-color);
    display: inline-block;
    border: 1px solid var(--main-color);
    padding: 0 11px;
    height: 22px;
    line-height: 22px;
    position: relative;
    margin: 0 6px 0 0;
}

.goodRightCanshu dl dd a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../newimages/lww_jiaob.png) no-repeat center center;
}

.amountnum .countbtn {
    width: 26px;
    height: 24px;
    line-height: 21px;
    background-color: #fff;
    color: #999;
    cursor: pointer;
}

.amountnum dd input {
    width: 44px;
    text-align: center;
    height: 22px;
}

.amountnum dd button,
.amountnum dd input {
    float: left;
    outline: none;
    border: 1px solid #e7e7e7;
}

.amountnum #btnSubCount {
    font-size: 25px;
    line-height: 20px;
}

.amountnum #btnAddCount {
    font-size: 21px;
}

.amountnum .unclick {
    cursor: not-allowed;
    /*禁止点击手势*/
}

p.special {
    color: #999 !important;
    font-size: 12px;
    height: 18px;
}

.sendbox {
    margin-top: 2px;
    color: var(--assFontColor);
    margin-left: 20px;
}

.offsendbox {
    margin-top: 20px;
}

.sendbox .send_good>img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.sendbox p {
    font-size: 12px;
}

.sendbox .send_good b {
    margin: 0 2px;
    font-size: 16px;
}

.actionbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-box-align: center;
    -webkit-align-items: center; 
     align-items: center; */
    align-items: flex-end;
    margin-top: 45px;
}

.actionbtn a {
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 16px;
}

.actionbtn a.buynow {
    color: #fff;
    background-image: -webkit-linear-gradient(180deg, #FFAE81 0%, #FC4C02 100%);
    background-image: -moz-linear-gradient(180deg, #FFAE81 0%, #FC4C02 100%);
    background-image: -o-linear-gradient(180deg, #FFAE81 0%, #FC4C02 100%);
    background-image: linear-gradient(180deg, #FFAE81 0%, #FC4C02 100%);
    margin-right: 20px;
}

.actionbtn a.addshopcart {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    box-sizing: border-box;
}

.xiajiaImg {
    display: inline-block;
    text-align: center;
}

.xiajiaImg>p {
    color: var(--assFontColor);
}

.noactionbtn a {
    width: 150px;
    padding: 0 10px;
}

/* 评价 */
.assess {
    border: 1px solid #ccc;
}

.assess-list {
    padding: 30px 30px;
    font-size: 14px;
    color: #999;
    border-top: 1px solid #ccc;
}

.assess>div:first-child {
    border-top: 0;
}

.assess-list .usermess {
    overflow: hidden;
}

.assess-list .usermess dd {
    margin-left: 9px;
}

.assess-list .usermess .UserNames {
    line-height: 50px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.assess-list .usermess dt>img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.starimg .star {
    display: inline-block;
    width: 19px;
    height: 17px;
    background: url(../newimages/lww_rotat.png) no-repeat center/20px;
}

.starimg .staring {
    background: url(../newimages/lww_rotate.png) no-repeat center/20px;
}

.assessList-right {
    text-align: left;
    width: 578px;
}

.assess-content {
    margin: 5px 0 15px;
}

.assessTime span {
    font-size: 12px;
}

.kkpager {
    margin: 20px 0;
    font-size: 12px;
}

.jicaigobuy {
    margin-left: 20px;
    /* position: relative;
    top: -2px; */
    height: auto !important;
    line-height: 0 !important;
}

.jicaigobuy img {
    width: 100%;
    height: 51px;
}