/*detail*/
#detail .dc {
    width: 100%;
    height: 58px;
    background: #f0f0f0;
}

.modal-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 999; /* 确保在其他元素之上 */
    width: 60%; /* 根据需要调整宽度 */
    max-width: 700px;
    text-align: center;
}

.modal-close {
    float: right;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    color: #000;
    margin-top: -10px;
    margin-right: -10px;
}

.show-modal {
    display: block;
}

.btn-primary{
    padding: 10px 20px; /* 内边距，按钮大小 */
    font-size: 16px; /* 文字大小 */
    color: #ffffff; /* 文本颜色（白色） */
    background-color: #4CAF50; /* 背景颜色（绿色） */
    border: none; /* 去除默认边框 */
    margin-top: 50px;
    /* 设置圆角效果 */
    border-radius: 5px;

    /* 鼠标悬停时的样式改变 */
    transition: all 0.3s ease; /* 添加过渡效果 */
}


.code-input{
    margin-top: 60px;
    border: 1px solid #cccccc; /* 设置边框为灰色 */
    border-radius: 2px; /* 设置四个角的圆角效果，数值可按需调整 */
    width: 80%; /* 设置宽度 */
    height: 40px; /* 设置高度 */
}



#detail .dc .content {
    height: 58px;
    width: 1226px;
}

#detail .dc .content .title {
    width: 300px;
    height: 58px;
    line-height: 58px;
    font-size: 22px;
    font-weight: bold;
}

#detail .dc .content nav {
    display: inline-block;
    width: 170px;
    height: 58px;
    line-height: 58px;
}

#detail .dc .content nav li {
    font-size: 14px;
    float: left;
    display: block;
    margin: 0px 5px;
}

#detail .dc .content nav li a {
    color: #333;
    font-size: 14px;
}

#detail .dc .content nav li a:hover {
    color: #ff6700;
}

#detail .intro .left {
    width: 560px;
}

#detail .intro .left > img {
    width: 100%;
    height: 100%;
}

#detail .intro .left .smallbox {
    display: none;
    background-color: rgba(0, 255, 0, 0.3);
    width: 280px;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
}

#detail .intro .left .swiper-container {
    width: 100%;
    height: 100%;
    margin: 20px auto;
    padding: 0 34px;
    box-sizing: border-box;
}

#detail .intro .left .swiper-container .swiper-button-prev {
    left: 0;
    background-position: left;
}

#detail .intro .left .swiper-container .swiper-button-next {
    right: 0;
    background-position: right;
}

#detail .intro .right {
    width: 620px;
    background: #f8f8f8;
    padding-bottom: 50px;
}

#detail .intro .right .sub_title {
    font-size: 16px;
    color: #b0b0b0;
    line-height: 20px;
    height: 100px;
    margin-top: 44px;
}

#detail .intro .right .item_price {
    width: 180px;
    font-size: 18px;
    color: #1baeae;
    height: 100px;
    font-weight: bold;
    float: right;
}

#detail .intro .right .item_price del {
    font-size: 14px;
    margin-left: 5px;
    color: #b0b0b0;
    text-decoration: line-through;
}

#detail .intro .right .order {
    height: 50px;
    line-height: 50px;
    float: right;
}

#detail .intro .right .order .car {
    height: 50px;
    width: 156px;
    border: none;
    background: #1baeae;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-right: 40px;
}

#detail .intro .right .order .car:hover {
    border: 1px solid #fff;
}

.swiper-container {
    width: 300px;
    height: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.pro-policy {
    height: 100px;
    line-height: 50px;
    float: right;
    margin-top: 80px;
}

.pro-policy a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    cursor: default;
    white-space: nowrap;
    color: #b0b0b0;
}

.pro-policy span i {
    font-size: 20px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-style: normal;
    vertical-align: middle;
}

.pro-policy span em {
    font-style: normal;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 2px;
    vertical-align: middle;
}

.tb-extra {
    font-size: 13px;
    margin-top: 40px;
    height: 70px;
    width: 55%;
    float: left;
}

.tb-extra dl {
    overflow: hidden;
    *zoom: 1;
}

.tb-extra dl dt {
    float: left;
    width: 60px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 4px;
    color: #6C6C6C;
}

.tb-extra dl dd a {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 22px;
    line-height: 22px;
    color: #6C6C6C;
}

.goods img {
    width: 100%;
    margin-top: 2px;
}