﻿.conjointWrap .jqRadio {
    position: static
}

.conjointTable {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #EBEBEB;
    font-size: 14px;
    color: #262626;
}

    .conjointTable tr td {
        border: 1px solid #EBEBEB;
        padding: 8px 12px;
        box-sizing: border-box;
    }

        .conjointTable tr td:nth-of-type(n+2) {
            cursor: pointer;
        }

    .conjointTable tr:first-child td p {
        font-size: 14px;
        font-weight: 600;
        color: #262626;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .conjointTable td p {
        display: block;
       min-width: 120px;
    }
    .conjointTable td img {
        margin-top: 10px;
    }
    .conjointTable tr .lwidth {
        min-width: 120px;
        text-align: center;
    }

    .conjointTable tr .attrname {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        color: #262626;
        line-height: 20px;
    }

    .conjointTable tr .attrname .lwidth {
        width: 112px;
        text-align: left;
    }


.cjpageWrap {
    font-size: 14px;
    color: #262626;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-top: 0;
    text-align: center;
    line-height: 40px;
    position: relative;
    width: 726px;
    margin-bottom: 20px;
    background:#fff;
}
.cjpageWrap::after {
    height: 8px;
    position: absolute;
    content: "";
    left: 7px;
    right: 7px;
    bottom: -9px;
    background-image: url(/images/comImg/mdlayer@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.div_conjoint {
    position: relative;
    margin: 20px 0 0;
}
.conjointWrap {
    background: #fff;
    width: 728px;
    overflow-x: auto;
}
#prev_box .conjointWrap{
    width:580px;
}
#prev_box .cjpageWrap {
    width: 578px;
}
.rightshadow::after {
    content: "";
    position: absolute;
    width: 20px;
    right:-20px;
    top: -2px;
    bottom: 0px;
    box-shadow: -10px 0 8px -4px rgb(0 0 0 / 15%);
}
.leftshadow::before {
    content: "";
    position: absolute;
    width: 20px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    box-shadow: inset 6px 0 6px -4px rgb(0 0 0 / 15%);
}
.cjtaskProgramWrap {
    display: inline-block;
    margin-top: 9px;
    font-weight: 600;
    color: #262626;
    height: 20px;
    line-height: 18px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    padding: 0 8px;
}

.cjrechioce {
    position: absolute;
    top: 9px;
    left: 12px;
    line-height: normal;
    margin-left: 0 !important;
    color: #A6A6A6 !important;
}
.cjnextchioce {
    position: absolute;
    top: 9px;
    right: 12px;
    line-height: normal;
    margin-left: 0 !important;
    color: #A6A6A6 !important;
}

.cjhover {
    background: #f7f7f7;
}
.conjointWrap .jqradiowrapper {
    float: none;
    margin:0 !important;
}
.cjnojoinid{
    width:625px !important;
}
.cjnojoinid .conjointWrap {
    width: 100% !important;
}
.cjnojoinid + .cjpageWrap {
    width: 623px !important;
}
    .cjnojoinid + .cjpageWrap::after {
        width: 612px !important;
        background-size: contain;
    }

.conjointImgBox {
    position: relative;
    min-width:120px;
}
    .conjointImgBox .icon_lookBigpic{
        padding:0;
        width:30px;
        height:30px;
    }
    @media screen and (min-width: 700px) {
        .cjpageWrap::after {
        height: 9px;
        left: 0;
        width: 100%;
        bottom: -10px;
        background-image: url(/images/comImg/mdlayerPc@2x.png);
        background-size: contain;
        background-repeat:no-repeat;
        background-position:top;
    }

    .cjtaskProgramWrap {
        line-height: 20px;
    }
}
