﻿.p-head .box .r .shopping-con {
    position: relative;
}
.p-head .box .r .shopping-con:hover .txshow-tips {
    display: block;
}

.p-head .box .r .shopping-con .car-ico {
    position: relative;
    margin-right: 20px;
    height: 68px;
    line-height: 68px;
    cursor: pointer;
}

    .p-head .box .r .shopping-con .car-ico span {
        position: absolute;
        top: 13px;
        left: 0;
        right: -18px;
        width: 16px;
        height: 16px;
        background: #E59115;
        border-radius: 8px;
        margin: 0 auto;
        text-align: center;
        line-height: 16px;
        font-size: 11px;
        color: #ffffff;
    }

    .p-head .box .r .shopping-con .car-ico .iconfont {
        font-size: 28px;
        color: #0081D2;
    }

.p-head .box .r .shopping-con .txshow-tips {
    position: absolute;
    width: 330px;
    max-height: 360px;
    z-index: 99999;
    left: -280px;
    top: 48px;
    display: none;
}

    .p-head .box .r .shopping-con .txshow-tips .top {
        height: 20px;
        position: relative;
    }
        .p-head .box .r .shopping-con .txshow-tips .top .san {
            display: block;
            width: 10px;
            height: 10px;
            background: #fff;
            position: absolute;
            top: 14px;
            right: 30px;
            box-shadow: 0px -2px 3px rgb(0 0 0 / 16%);
            transform: rotate( 45deg );
        }

    .p-head .box .r .shopping-con .txshow-tips .con {
        max-height: 340px;
        position: relative;
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    }

        .p-head .box .r .shopping-con .txshow-tips .con .box {
            max-height: 299px;
            background: #FFFFFF;
            padding: 0 10px;
            overflow-y: auto;
            padding-bottom: 40px;
            /*滚动条样式*/
        }

            .p-head .box .r .shopping-con .txshow-tips .con .box::-webkit-scrollbar {
                width: 4px;
                /*height: 4px;*/
            }

            .p-head .box .r .shopping-con .txshow-tips .con .box::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
                background: rgba(0, 0, 0, 0.2);
            }

            .p-head .box .r .shopping-con .txshow-tips .con .box::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
                border-radius: 0;
                background: rgba(0, 0, 0, 0.1);
            }

            .p-head .box .r .shopping-con .txshow-tips .con .box ul li {
                padding: 10px 0;
                border-bottom: 1px dashed #707070;
            }

                .p-head .box .r .shopping-con .txshow-tips .con .box ul li:hover .pcbText {
                    color: #0081D2;
                    cursor:pointer;
                }

            /* 颜色*/

            .p-head .box .r .shopping-con .txshow-tips .con .box ul .cartIDel {
                color: #666 ;
                font-weight: 200 ;
            }
            .p-head .box .r .shopping-con .txshow-tips .con .box ul .cartIDel:hover {
                color: #0081D2 !important;
            }

            .p-head .box .r .shopping-con .txshow-tips .con .box ul li p {
                width: 230px;
            }

                .p-head .box .r .shopping-con .txshow-tips .con .box ul li:last-child {
                    border-bottom: 0;
                }

                .p-head .box .r .shopping-con .txshow-tips .con .box ul li .typeImg {
                    height: 60px;
                    width: 60px;
                    margin-right: 20px;
                }

                .p-head .box .r .shopping-con .txshow-tips .con .box ul li .pcbText {
                    font-size: 12px;
                    font-family: Source Han Sans SC;
                    font-weight: 400;
                    line-height: 17px;
                    color: #333333;
                }

                    .p-head .box .r .shopping-con .txshow-tips .con .box ul li .pcbText .moneyRed {
                        color: #E51515;
                        font-weight: bold;
                    }

                    .p-head .box .r .shopping-con .txshow-tips .con .box ul li .pcbText a {
                        font-weight: 400;
                    }

        .p-head .box .r .shopping-con .txshow-tips .con .btom {
            width: 308px;
            height: 40px;
            background: aliceblue !important;
            position: absolute;
            bottom: 0;
            font-size: 12px;
            font-family: Source Han Sans SC;
            font-weight: 400;
            line-height: 17px;
            color: #333333;
            padding: 0 10px;
        }

            .p-head .box .r .shopping-con .txshow-tips .con .btom a {
                color: #0081D2;
            }

/* IE游览器版本 */
.browser {
    width: 100%;
    height: 100%;
    background: url(../../images/tips/zz.png) no-repeat center;
    background-size: cover;
    position: fixed;
    left: 0;
    /*  */
    top: 0;
    z-index: 9999;
}

    .browser .browser-box {
        width: 616px;
        height: 300px;
        padding: 26px;
        background: #FFFFFF;
        border-radius: 4px;
        position: absolute;
        top: 50%;
        margin-top: -150px;
        left: 50%;
        margin-left: -308px;
        font-size: 17px;
        font-weight: 400;
        color: #666666;
    }

        .browser .browser-box .logo {
            width: 103px;
            height: 42px;
            display: block;
            margin: 0 auto;
            margin-bottom: 26px;
        }

        .browser .browser-box p {
            margin-bottom: 14px;
        }

        .browser .browser-box .recommend {
            padding-top: 14px;
            margin-bottom: 40px;
            line-height: 20px;
        }

            .browser .browser-box .recommend i {
                display: inline-block;
                width: 214px;
                height: 0px;
                border: 1px solid #707070;
            }

            .browser .browser-box .recommend span {
                margin: 0 20px;
            }

        .browser .browser-box .browser-con {
            text-align: center;
        }

            .browser .browser-box .browser-con a {
                display: inline-block;
                text-align: center;
                color: #666666;
                margin: 0 35px;
            }

                .browser .browser-box .browser-con a img {
                    width: 50px;
                    height: 50px;
                    margin-bottom: 20px;
                }

                .browser .browser-box .browser-con a p {
                    font-size: 12px;
                }
