.mainContent{
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
}
.ck-content ul,.ck-content ul li{
    list-style: inherit!important;
}
.lefZoom{
    width: 45.66666666%;
}
.largeImg{
    margin-right: 40px;
    width: 94%;
    height: auto;
    background-color: #fff;
    border:1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.largeImg img{
    width: 100%;
    height: auto;
    vertical-align:middle;
    object-fit: contain;
}
.rightContent{
    width: 100%;
}
.box2{
    width: 54.33333333%;
    left: 878.5px;
    z-index: 5;
    background: #fff;
    /* max-width: 900px; */
}
.rightContent .shopTitle{
    margin-bottom: 15px;
    font-size: 24px;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    line-height: 27px;
    width: 100%;
}
.rightContent .shopTitle span{
    font-size: 24px;
    font-family: Arial;
    font-weight: 700;
    color: var(--commonColor,'#3863A3');
}
.titleB {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.priceCon {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
}
.titleB>span{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    display: inline-block;
    color: #999999;padding-right: 10px;
}
.priceCon{
    display: flex;
    align-items: center;
}
.currencyL,
.symbol{
    font-size: 36px;
    font-weight: 700;
}
.market_price{
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    text-decoration: line-through;
    color: #999999;
    margin-left: 5px;
    margin-left: 16px;
}
.largePrice{
    font-size: 62px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}
.saleLabel{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #E63E2F;
    padding: 2px 3px;
    line-height: 22px;
    background: #FFB2B6;
    margin-left: 5px;
}
.titleCon{
    /* background: #F1F1F7; */
    padding: 10px 15px;
    box-shadow: 0px 2px 3px 0px rgba(101,101,101,0.10);
}
.titleCon p{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Arial;
    color: #333333;
    line-height: 26px;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: 700;
}
.titleCon p:hover{
    color: var(--commonColor,'#3863A3');
}
.titleCon p img{
    width: 27px;
    height: 27px;
    margin-right: 10px;
}
.seleteSize label,
.selecteFlocking label,
.selectBadges>label
{
    display: block;
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 10px;
}
.seleteSize>p,
.selecteFlocking>p,
.selectBadges>p{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #E84646;
    line-height: 22px;
    margin-left: 10px;
    margin-bottom: 5px;
    display: none;
}
.seleteAtrr a.setSize{
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    text-decoration: underline;
    color: #999999;
    float: right;
}
.seleteAtrr a.setSize:hover {
    color: var(--commonColor,'#3863A3');
}
.seleteSize .sizeCon {
    display: flex;
    flex-wrap: wrap;
}
.sizeCon span{
    padding:0 15px;
    border: 2px solid #CBCACF;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: Arial;
    /* font-weight: bold;  */
    color: #666666;
    margin-right: 8px;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 7px;
    padding: 0 20px;
}
.sizeCon span img{
    width: 30px;
    height: 30px;
    /* margin-right: 5px; */
    object-fit: cover;
}
.sizeCon span:hover{
    color:2px solid var(--commonColor,'#3863A3');
    border: 2px solid var(--commonColor,'#3863A3');
}
.sizeCon .impnit {
    font-size: 0;
    width: 80px;
    height: 80px;
    opacity: 1;
    /* border: 2px solid #999; */
    border-radius: 7px;
    padding: 0;
}
.sizeCon .impnit img {
    width: 80px;
    height: 80px;
    border-radius: 7px;
    object-fit: contain;
}

.no-drop{
    cursor: no-drop!important;
    background-color: #ddd!important;
    border: 1px dashed #CBCACF!important;
}
.addBTN button {
    height: 64px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
.payType{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    /* background: #F1F1F7; */
    padding: 22px;
    max-width: 590px;
    /* box-shadow: 0px 2px 3px 0px rgba(101,101,101,0.10);  */
}
.payType li {
    margin-right: 10px;
}
.payType li img{
    height: 32px;
    width: auto;
}
.sizeFlocking{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.sizeFlocking>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sizeFlocking>ul>li{
    border: 2px solid #CBCACF;
    line-height: 40px;
    padding: 0 20px;
    margin-right: 8px;
    cursor: pointer;
    /* position: relative; */
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    border-radius: 7px;
    color: #666666;
    margin-bottom: 10px;
}
.sizeFlocking>ul>li:hover{
    color: var(--commonColor,'#3863A3');
    border: 2px solid var(--commonColor,'#3863A3');
    border-radius: 7px;
}
.liactive{
    color: var(--commonColor,'#3863A3')!important;
    border: 2px solid var(--commonColor,'#3863A3')!important;
    border-radius: 7px;
}
.flock{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.badges{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.playerRitList{
    display: none;
    position: relative;
    width: 280px;
}
.playerRit{
    background: #FFFFFF;
    border: 1px solid #CBCACF;
    border-radius: 2px;
    width: 263px;
    padding-left: 15px;
    cursor: pointer;
}
.playerRit span{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
}
.playerRit:hover{
    border: 1px solid var(--commonColor,'#3863A3');
}
.playerRit i{
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: 15px;
}
.selectList{
    display: none;
    position: absolute;
    top:44px;
    background-color: #fff;
    width: 278px;
    max-height: 300px;
    margin: auto;
    border: 1px solid #CBCACF;
    border-radius: 2px;
    overflow: auto;
    left: 10px;
}
.selectList li{
    line-height: 42px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    padding-left: 10px;
}
.selectList li:hover{
    color:#fff;
    background: var(--commonColor,'#3863A3');
    border-radius: 2px;
}

select {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #eee;
    width: 94px;
}
select option{
    line-height: 26px;
}

.playerRit li{
    padding: 5px 10px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
}
.playerRit li:hover{
    background: var(--commonColor,'#3863A3');
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
}
.flockSelect{
    display: none;
}
.selectBadges ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.selectBadges ul li label{
    margin-right: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.selectBadges ul li img{
    /* margin-bottom: 10px; */
    width: 55px;
    height: 55px;
}
.input{
    width: 220px;
}
.inputR{
    margin-right: 3px;
    width: 90px;
}
.flockSelect p{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #E84646;
    line-height: 22px;
}
/* .selectQuantity{
    display: flex;
    align-items: center;
} */
.quantityCon .removeQuantity{
    width: 32px;
    height: 32px;
    border: 1px solid #999999;
    line-height: 32px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.addQuantity{
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #999999;
    font-size: 18px;
    /* color: #999999; */
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.quantityCon{
    display: flex;
    align-items: center;
}
.quantityTxt{
    font-size: 18px;
    color: #000000;
    border: 1px solid #999;
    display: inline-block;
    padding: 7px 45px;
    border-radius: 7px;
}
.selectQuantity label{
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    color: #666666;
}
.removeQuantitycss{
    background-color: #F1F1F7!important;
    border: 1px solid #ddd!important;
    color: #999!important;
    cursor: no-drop!important;
}
/* size */
.el-dialog{
    padding: 25px 15px;
    border-radius: 10px;
}
.el-dialog__body{
    padding:15px 20px
}
.el-table thead tr th{
    background: #333333!important;
    padding: 0px;
}
thead tr th{
    height: 52px;
    background: #333333;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 52px;
}
.el-table td div{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 42px;
}
.el-table tr:nth-child(2n){
    background: #ECEFF2;
}
.setSizeDailog p{
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 42px;
}
/* tab */
.tabLi{
    display: flex;
    /* background: #F1F1F7; */
    border-bottom: 2px solid #ededed;
}
.tabLi li a{
    border:none;
    font-size: 24px;
    font-family: Arial;
    color: #333333;
    height: 45px;
    line-height: 45px;
    width: 180px;
    font-weight: 700;
    text-align: center;
    display: block;
}
.tabLi li a:hover{
    border-bottom: 4px solid var(--commonColor,'#3863A3');
}
.tabLi li a.is-active{
    border-bottom: 4px solid var(--commonColor,'#3863A3');
}
.attrCon p{
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
.attrCon img{
   max-width: 870px;
   height: 520px;
   display: block;
   margin: 25px auto;
}
.attributesList{
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 40px;
}
.attributesList li span{
    font-size: 16px;
    color:#666666;
    display: inline-block;
    margin-right: 5px;
}
.attributesList li{
    font-size: 16px;
    color:#000;
    line-height: 32px;
    font-family: Arial;
    max-width: 470px;
    width: 470px;
}
.share{
    display: flex;
    align-items: center;
}
.share label{
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
}
.share img{
    margin-left: 10px;
}
/* blogs */
.blogsCon{
    display: flex;
}
.blogsLi{
    /* width: 700px; */
    width: calc(50% - 17.5px);
    display: flex;
    margin-right: 25px;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
}
.blogs>p{
    font-size: 24px;
    font-family: Arial;
    font-weight: 700;
    color: #000000;
}
.blogs .blogsLi a{
    display: block;
    height: 205px;
}
.blogs .blogsLi img{
    width: 100%;
   height: 205px;
   object-fit: scale-down;
}
.blogs .blogsLi a.blogsTxt{
    display: block;
    margin-left: 20px;
}
.blogsTxt p{
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}
.blogsDes{
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
    color: #A1A3AF;
    line-height: 22px;
}
.area{
    width: 200px ;
    height: 200px;
    background: #eee;
    opacity: 0.3;
    position: absolute;
    left: 0;top: 0;
    display: none;
    z-index: 1000;
}

.mdl_table tr:first-child,.mdl_table tr:first-child th{
    background-color: #333333;
    line-height: 52px;
    white-space: nowrap;
    word-break: normal;
    color: #fff;
    padding: 0 10px;
    border: none;
    font-size: 16px;
}
.mdl_table tr:nth-child(2n+1){
    background-color:  #ECEFF2;
    line-height: 52px;
    white-space: nowrap;
    word-break: normal;
}
.mdl_table tr td{
    line-height: 52px;
    white-space: nowrap;
    word-break: normal;
    padding: 0 10px;
    border: none;
    font-size: 14px;
    text-align: center;
}
.mdl-dialog__content{
    overflow: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top:0;
    max-height: 450px;
}
table{
    border-spacing: 0px;
}
.mdl_close{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
font-family: Arial;
font-weight: bold;
color: #000000;
line-height: 42px;
}
.mdl_close a{
    font-size: 22px;
    color: #999;
}
.mdl_title{
    font-size: 18px;
font-family: Arial;
font-weight: 400;
color: #666666;
line-height: 42px;
}
/* 评论 */
.bottom-comment{
    width: 100%;
}
.comment-title{
    font-size: 24px;
    text-align: left;
    color: #333333;
    font-weight: 700;
    line-height: 36px;
}
#comment-container .comment-li{
    background-color: #fff;
    height: 362px;
    box-shadow: 0px 3px 7px 0px rgba(51,51,51,0.10);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    /* width: 278px; */
    width: calc(20% - 28px);
    margin-right: 10px;
    margin-right: 10px;
    border-radius: 8px;
}
#comment-container .comment-li:nth-child(5) {
    margin-right: 0px;
}
#comment-container .comment-img-con{
    width: 100%;
    height: 180px;
    display: flex;
    flex-flow:  row wrap;
}
#comment-container .comment-img-con img{
    width: calc(33.33% - 10px);
    height: 79px;
    margin-right: 7px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 8px;
    object-fit: contain;
}
#comment-container .comment-right{
    padding-right: 10px;
}
#comment-container .comment-img-con img:nth-child(3n){
    margin-right:0;
}
#comment-container .comment-user{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
#comment-container .comment-star-date{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#comment-container .comment-star{
    display: flex;
    justify-content: center;
    align-items: center;
}
#comment-container .comment-date{
    font-size: 14px;
    color: #999999;
    text-align: justifyLeft;
}
#comment-container .comment-txt{
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
#comment-container {
    padding: 15px;
    display: flex;
    flex-flow: row wrap;
}
.swiper-pagination1{
    text-align: center;
}
.swiper-pagination1 .swiper-pagination-bullet{
    border-radius: 2px;
    width: 10px;
    height: 10px;
    background-color: #999;
}
.swiper-pagination1 .swiper-pagination-bullet-active,.swiper-pagination2 .swiper-pagination-bullet-active{
    background-color: var(--commonColor,'#3863A3')!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px;
}
.swiper-pagination-custom, .swiper-pagination-fraction{

}
.comment-container-con .swiper-pagination2{
    bottom: -17px;
    position:static;
}
/* #comment-container .swiper-wrapper{
    padding: 15px;
} */
.sheet-content-bg{
    position: fixed;
    height: 100%;
    bottom: -120%;
    z-index:1000;
    overflow-x: hidden;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: bottom .3s;
    -webkit-transition: bottom .3s;
    -moz-transition: bottom .3s;
    display: flex;
    display: -webkit-flex;
    align-items:center;
    justify-content:center;
}

.show-sheet {
    bottom: 0!important;
}
.side-scroll {
        /* height: 60%; */
    width: 800px;
    max-height: 630px;
    overflow-x: hidden;
    /* background-color: #fff; */
    /* padding: 30px; */
}
#comment ,.swiper-wrapper{
height: auto!important;
}
.side-scroll .swiper-slide{
    display: flex;
    display: -webkit-flex;
    align-items:center;
    justify-content:center;
}
.side-scroll .swiper-slide img{
    max-height: 375px;
    max-width: 550px;
}
.comment-container-con .swiper-wrapper{
    /* display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center; */
}
.comment-container-con .swiper-slide{
    height: 400px;

}
.swiper-close{
    font-size: 34px;
    display: block;
    text-align: right;
    color: #fff;
}
.star-5 {
    z-index: 0;
    position: relative;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    line-height: 1;
}
.star-5 .iconfont{
    font-size: 14px;
    margin-right: 5px;
    width: 14px;
}
.star-5>i{
    color: #d1d1d1;
}
.star-show i{
    color: #ffb200;
}
.star-show{
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    /* font-size: 0; */
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    line-height: 1;
}
.imgavatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.comment-top {
    display: flex;
}
.titleB .comment-star strong{
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    line-height: 21px;
}
.press-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.press-right strong {
    font-size: 24px;
    font-weight: bold;
    color: #999;
    line-height:40px;
    margin-left: 25px;
}
.press-right .comment-star {
    display: flex;
    justify-content: center;
    align-items: center;
}
.star-5 {
    z-index: 0;
    position: relative;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    line-height: 1;
}
.press-right .star-5 .iconfont {
    font-size: 26px;
    margin-right: 3px;
}
.star-5>i {
    color: #d1d1d1;
}
.star-show {
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    line-height: 1;
}
.star-show i {
    color: #ffb200;
}
.press-right>span {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    margin-top: 15px;
}
.review-star-all .press-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review-star-all li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.review-star-all li .press-con {
    position: relative;
    width: 526px;
    height: 16px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: -5px;
}
.review-star-all li .press-con span.ddd-press {
    background-color: #E9E9E9;
}
.review-star-all .press-con span {
    width: 526px;
    display: inline-block;
    height: 16px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: -4px;
}

.review-star-all li .press-con span.FF7200-press {
    background-color: var(--commonColor,'#3863A3');
    position: absolute;
    left: 0;
}
.review-star-all .press-left>span {
    font-size: 20px;
    color: #666666;
    display: flex;
}
.press-num {
    display: inline-block;
    width: 55px;
    text-align: right;
}
#comment{
    height: auto!important;
}
.pagination-bottom-comment {
    width: 100%;
}
.pagination-bottom-comment .comment-li {
    background-color: #fff;
    /* height: 180px; */
    box-shadow: 0px 3px 7px 0px rgb(51 51 51 / 10%);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}
.pagination-bottom-comment .comment-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
}
.pagination-bottom-comment .comment-left img {
    width: 24px;
    height: 24px;
}
.pagination-bottom-comment .comment-user {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.pagination-bottom-comment .comment-star-date {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.pagination-bottom-comment .comment-left .star-5 .iconfont {
    font-size: 12px;
    margin-right: 3px;
}
.pagination-bottom-comment .comment-left strong {
    margin-top: 2px;
    margin-left: 5px;
    color: #999;
    font-size: 14px;
}
.pagination-bottom-comment .comment-date {
    font-size: 14px;
    color: #999;
    text-align: justifyLeft;
}
.pagination-bottom-comment .comment-right {
    width: calc(100% - 180px);
    /* padding-right: 15px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pagination-bottom-comment .comment-txt {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    width: calc(100% - 320px);
}
.pagination-bottom-comment .comment-img-con {
    display: flex;
    flex-flow: row wrap;
    width: 182px;
}
.pagination-bottom-comment .comment-img-con img {
    width: 56px;
    height: 56px;
    margin-right: 7px;
    cursor: pointer;
    border-radius: 5px;
}
.pagination-bottom-comment .comment-img-con img:nth-child(3n){
    margin-right: 0px;
}
#pagination-container .whj_jqueryPaginationCss-1 .whj_checked {
    background-color: var(--commonColor,'#3863A3')!important;
}
#pagination-container .whj_jqueryPaginationCss-1 .whj_bgc:hover{
    background-color: var(--commonColor,'#3863A3')!important;
}
#pagination-container .whj_jqueryPaginationCss-1 .whj_bgc {
    background-color: #eee;
}
#pagination-container .whj_jqueryPaginationCss-1 .whj_bgc {
    font-size: 14px;
}
.rightContent .star-5 .iconfont {
    font-size: 14px;
    margin-right: 3px;
}
.rightContent .star-5 .iconfont:nth-child(5n){
    margin-right: 0;
}
.review-star-all li .press-con{
    height: 13px!important;
}
.review-star-all .press-con span{
    height: 13px!important;
}
.review-star-all{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: 0px 3px 7px 0px rgb(51 51 51 / 10%);
    padding: 15px;
}
.top-comment-left{
    width: 40%;
}
.press-right .star-5 .iconfont:nth-child(5n) {
    margin-right: 0;
}
.bottom-comment .dataImg{
    margin-top: 35px;
}
.bottom-comment .dataImg img{
    width: 191px;
    height: 126px;
}

.favor-con .favor-con-item:hover {
    background: url(../image/order/favor_select.png) 0 0 no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 31px;
    height: 30px;
    background-size: 30px;
}
.active-favor{
    background: url(../image/order/favor_select.png) 0 0 no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 31px;
    height: 30px;
    background-size: 30px;
}
.favor-con-item{
    cursor: pointer;
    display: inline-block;
    width: 31px;
    height: 30px;
    background-size: 30px;
}
.addBTN{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.favor-con{
    border: 2px solid rgba(153, 153, 153, .4);
    border-radius: 10px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1470px){
    .addBTN button {
        height: 59px;
        font-size: 22px;
    }
    .favor-con {
        width: 59px;
        height: 59px;
    }
}
@media (max-width: 1350px){
    .addBTN button {
        height: 55px;
        font-size: 20px;
    }
    .favor-con {
        width: 55px;
        height: 55px;
    }
    .largeImg img{
        width: 100%;
        height: 100%;
    }
    .comment-li .comment-date{
        display: none;
    }
    .imgavatar{
        width: 24px;
        height: 24px;
    }

}
@media (max-width: 1200px){
    .addBTN button {
        height: 50px;
        font-size: 18px;
    }
    .favor-con {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1100px){
    .addBTN button {
        height: 43px;
        font-size: 18px;
    }
    .favor-con {
        width: 43px;
        height: 43px;
    }
}
.coupon-con img{
    position: absolute;
}
.coupon-name {
    width: 245px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-right: 34px;
    margin-left: 15px;
    margin-top: 5px;
}
.couponList{
    display: flex;
    flex-direction: column;
    align-content: baseline;
    padding: 15px 15px;
    /* overflow-y: auto; */
}
.discountList{
    display: flex;
    flex-direction: column;
    padding: 15px 25px;
    /* border-bottom: 8px solid #f2f2f2; */
}
.discountList li{
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
}
.coupon-title{
    color: #999!important;
    font-size: 12px;
    padding: 15px 25px 0 25px;
}
.con-discount-coupon{
    max-width: 433px;
    max-height: 380px;
    min-height: 150px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgb(15 40 76 / 15%);
    overflow-y: auto;
    margin-top: 0;
}
.coupon-img-bootom{
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 15px;
    height: 100%;
    width: calc(100% - 20px);
    z-index: 1;
}
.couponLi-left{
    padding: 8px 5px;
}
.couponLi{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    position: relative;
    /* margin-left: 27px;
    margin-right: 27px; */
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.couponLi img{
    display: block;
    object-fit: contain;
    width: 100%;
    /* width: 473px;
   height: 154px; */
}
.couponLi .price{
    font-size: 20px;
    line-height: 23px;
    text-align: left;
}
.couponLi .decs{
    font-size: 12px;
}
.bottom_cou{
    font-size: 12px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
}
.couponLi-btn{
    width: 94px;
    height: 30px;
    opacity: 1;
    background: #ffffff;
    border-radius: 15px;
    font-size: 14px;
    color: #ff6008;
    text-align: center;
    line-height: 30px;
}
.coupon-con{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.coupon-con .coupon-a{
    font-size: 18px;
    color: #00A2FF;
    cursor: pointer;
}
.coupon-down>b{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 9px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    z-index: 10;
    cursor: pointer;
}
.dotted {
    position: relative;
    background: linear-gradient(to right, #e4bd63, #FC000D);
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-right: 25px;

  display: inline-block;
}

.dotted:before {
    content: "";
  position: absolute;
  top: -20px;
  display: block;
  width: 10px;
  height: 100%;
  margin-top: 20px;
  background-size: 20px 10px;
    left: -10px;
  background-color: #fff;
  background-position: 100% 35%;
  background-image: linear-gradient(-45deg, #e4bd63 25%, transparent 25%, transparent),
                  linear-gradient(-135deg, #e4bd63 25%, transparent 25%, transparent),
                  linear-gradient(-45deg, transparent 75%, #e4bd63 75%),
                  linear-gradient(-135deg, transparent 75%, #e4bd63 75%);
}
.dotted::after {
    content: "";
  position: absolute;
  top: -20px;
  display: block;
  width: 10px;
  height: 100%;
  margin-top: 20px;
  background-size: 20px 10px;
    right: -10px;
  background-color: #FC000D;
  background-position: 100% 15%;
  background-image: linear-gradient(-45deg, #fff 25%, transparent 25%, transparent),
                 linear-gradient(-135deg, #fff 25%, transparent 25%, transparent),
                 linear-gradient(-45deg, transparent 75%, #fff 75%),
                 linear-gradient(-135deg, transparent 75%, #fff 75%);
}
.coupon_content{
    position: relative;
}
.coupon-down>span{
    width: 7px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    top: -10px;
    left: 50px;
    z-index: 1000;
}
.coupon-down{
    width: 433px;
    height: auto;
    position: absolute;
    display: none;
    z-index: 1;
    margin-top: 20px;
}
.get-coupon-use{
    font-size: 14px;
    font-weight: bold;
    color: #FF6008;
    /* border-bottom: 2px solid #f5f5f5;
    padding-bottom: 15px; */
    display: inline-block;
    cursor: pointer;
}
