.points-rule {
    display: block;
    padding: 5px 10px;
    background: #fff9f6;
}
.points-rule .rule-li {
    display: flex;
    width: 100%;
    font-size: 14px;
    color: #757575;
    line-height: 26px;
    padding-bottom: 5px;
}
.ey-con-points {
    display: block;
}

.points ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.points ul li {
    width: calc((100% - 45px) / 3);
    margin: 10px 15px 15px 0;
    position: relative;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border: #eee 1px solid;
    border-radius: 5px;
}

.points ul li .pic {
    display: table-cell;
    position: relative;
    width: 247px;
    height: 247px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.points ul li .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.points ul li .con {
    display: block;
    margin-top: 10px
}

.points ul li .con .title {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    cursor: pointer;
}

.points ul li .con .info {
    display: block;
    font-size: 14px;
    color: #ff9600;
}

.points ul li .con .info .prc {
    font-size: 16px;

}


.carousel {
    width: 50%;
    float: left;
}

.carousel * {
    box-sizing: unset
}

#showbox {
    background: #eee;
}

#showbox img {
    width: 400px;
    height: 400px;
}

#showsum {
    left: 25px;
    margin-top: 10px;
}

#showsum span {
    border: 1px solid #ddd;
}

#showsum span.sel {
    border: 1px solid #ff9600;
}

.showpage {
    width: 400px;
    position: relative;
}

.showpage a {
    display: block;
    width: 15px;
    border: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    background: #eee;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -62px;
    text-decoration: none;
    color: #999;
}

.showpage a#shownext {
    left: auto;
    right: 0;
}

.showpage a:hover {
    background: #ccc;
    color: #777;
}

.product-info {
    width: 50%;
    float: left;
}

.extInfo {
    width: 100%;
    height: 520px;
    float: right;
}

.tr-nobdr {
    margin-top: 20px;
    padding-bottom: 10px;
}

.tr-nobdr h3 {
    color: #171717;
    font-size: 28px;
    font-weight: 400;
}

.txt {
    width: 100%;
    padding: 0 5px;
    margin-top: 15px;
    overflow: hidden;
    background: #f8f8f8;
}

.nowprice {
    display: block;
    line-height: 100px;
    color: #d02b18;
    font-size: 24px;
    float: left;
}

.nowprice i {
    font-size: 36px;
    color: #d02b18;
}

.tyu {
    border: none;
}

.txt-h {
    width: 100%;
    overflow: hidden;
}

.tex-o {
    float: left;
    font-size: 14px;
    line-height: 80px;
    padding-right: 20px;
    color: #848484;
}

#glist {
    padding-top: 25px;
}

#glist li {
    float: left;
    padding-right: 10px;
}

#glist li a {
    padding: 5px 8px;
    color: #222222;
    font-size: 16px;
    border: #e3e3e3 solid 1px;
    display: block;
}

#glist li a.on,
#glist li a:hover {
    border: #ff9600 solid 1px;
    text-decoration: none;
    color: #ff9600;
}

.gcIpt {
    height: 70px;
}

.guT {
    color: #848484;
    font-size: 14px;
    padding-right: 18px;
    line-height: 70px;
}

.gcIpt input {
    border: #e3e3e3 solid 1px;
    padding: 5px 8px;
    color: #848484;
    font-size: 16px;
}

.nobdr-btns {
    padding-top: 25px;
}

.Hgt {
    color: #424242;
    font-size: 14px;
    padding-left: 10px;
}

.addcart {
    background: #ff9600;
    padding: 0px 50px;
    border-radius: 4px;
    color: #FFFFFF;
    margin-right: 10px;
    font-size: 16px;
    line-height: 50px;
    border: unset
}

.addcart:hover,
.addcart:focus {
    outline: unset;
}

.details {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    clear: both;
}

.tab-nav {
    margin-top: 30px;
    border-bottom: 1px solid #EFEFEF;
}

.tab-nav li {
    display: inline-block;
    width: 12%;
}

.tab-nav li a {
    position: relative;
    margin-bottom: -1px;
    color: #6E6E6E;
    padding: 20px 0;
    display: block;
    line-height: 24px;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    text-align: center;
}

.tab-nav li a:after {
    content: ' ';
    width: 0;
    height: 2px;
    background: #ff9600;
    display: block;
    z-index: 10;
    transition: width .1s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.tab-nav li.active a,
.tab-nav li.active a:hover {
    cursor: default !important;
    color: #ff9600 !important;
}

.tab-nav li.active a:after,
.tab-nav li.active a:hover:after {
    width: 20px;
}
.details-con{
    padding: 30px 15px;
}
.attribute li {position:relative;color:#666;line-height:32px;}
.attribute li span {color:#999}