.guigedic {
    float: left;
    width: 399px;
    padding-top: 15px;
    padding-bottom: 15px;

}

.nochoose {
    color: #f1420b;
    margin-left: 86px;
    font-size: 13px;
    font-weight: 800;
}

.nohd {
    display: none;
}

.noch {
    border: 1px solid red;
}

.itembanner {
    margin-top: 20px;
    float: left;
    height: 500px
}

.collectImg {
    cursor: pointer;
    margin-left: 15px;
    width: 22px;
    height: 22px;
    margin-top: -6px;
}

.collectImg2 {
    cursor: pointer;
    margin-left: 15px;
    width: 22px;
    height: 22px;
    margin-top: -3px;
}


.collectspan {
    font-size: 14px;
    font-weight: 200;
}

.detailsImgDIV {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #e4dada;
    background: #f1f1f1
}

.detailsImgDIV2 {
    border: 1px solid #e4dada;
    background: #f1f1f1;
    padding: 20px;
}

.jianju {
    height: 545px
}

.pinglun {
    font-size: 16px;
    font-weight: 400
}

.pinglundv {
    background: #eaeaea;
    margin-top: 20px;
    margin-left: 20px;
    overflow: hidden;
    padding: 20px;
}

.fltfarther{
    width: 1098px;overflow: hidden
}
.pinglundv .flt {
    float: left
}

.fltimg {
    border-radius: 40px;
    width: 40px;
    height: 40px;
}

.fltname {
    margin-top: 10px;
    margin-left: 15px;
}

.fltxingx {
    margin-left: 13px;
    margin-top: 7px;
}


.flttime {
    float: right;
    margin-right: 8px;
    margin-top: 11px;

}


.fltcomment {
    margin-left: 55px;
    width: 1045px;
}

.fltcommentimg {
    margin-top: 20px;
    margin-left: 40px;
    width: 1045px;
}
.flttitle {
    margin-top: 20px;
    margin-left: 55px;
    width: 1045px;
}

.comment-img {
    width: 100px;
    height: 100px;
    margin-left: 15px;
}

.goods_photo1_bg{
    width: 400px;
    height: 0px;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.detailImgDv{
    width: 1160px;
    height: 1160px;
}

.detailImgDv_bg{
    width: 1160px;
    height: 0px;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rightcart{
    margin-top: 22%;
    position: fixed;
    background: #eaeaea;
    top: 0px;
    z-index: 9999;
    right: 0;
    padding: 5px;
    cursor: pointer;
}
.cartdv{
    width: 20px;
    height: 50px;
    line-height: 16px;
    padding: 0;
    margin: 0 auto;
    color: #3a3939;
    text-align: center;
    font-size: 12px;
}
.cartiomg{
    width: 24px;
}

.rightcart:hover .cartdv{
    color: #f14a76;
}

.rightcart:hover{
    background: white;
}

.rightcart:hover .mycart{
    display: block;
    animation: leftFadeIn .3s ease-out
}

.rightcart:hover .cartiomg{
    display: block;
}

.mycart{
    display: none;
    z-index: 100000022;
    position: absolute;
    top: 8px;
    left: -85px;
    width: 85px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    font-family: tahoma,arial,'Hiragino Sans GB',simsun,sans-serif;
    text-align: center;
    background: #f14a76;

}

@keyframes leftFadeIn
{
    from {left:-90px;}
    to {left:-85px;}
}

@-webkit-keyframes leftFadeIn /*Safari and Chrome*/
{
    from {left:-90px;}
    to {left:-85px;}
}

.mycaritem{
    position: absolute;
    right: -6px;
    top: 0;
    color: #f14a76;
}

.cartnum{
    border-radius: 10px;
    background-color: #f14a76;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
}

.jianjst{
    margin-top: 5px;border: 1px solid #e0e8e8;padding-left: 2px;
}
.cmtdivhead{
    margin-top: 15px;height: 43px;background: #f1f1f1; border: 1px solid #e4dada;
}
.butcmt{
    height: 43px;float: left;border-right: 1px solid #e4dada;
}
.butcmt_dv{
    margin-left: 20px;margin-top: 11px;margin-right: 20px;color: #3C3C3C;font-size: 16px;cursor: pointer;
}
.cmtnum{
    color: #f14a76;
}
.deft{
    background: white;
    border-top: 2px  solid #f14a76;
    height: 41px;
}
.defts{
    color: #f14a76;
}