﻿.GdPadding {
    padding:20px 30px;
    background: white;
}


.detail-title {
    z-index: 99;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.detail-title__name {
    font: 800 20px/30px "微软雅黑",sans-serif;
    color: #333;
    padding: 14px 0 0;
    display: inline-block;
}
.detail-title__info {
    margin: 7px auto 20px;
    line-height: 20px;
    height: 20px;
    z-index: 21;
    padding: 0 0 12px;
    overflow: hidden;
}
.detail-title__info__text {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
.detail-title__info__text {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
.IdleContet {
    background: #f5f5f5;
    float: left;
    width: 100%;
    font-size: 0;
    display: table;
}
.basicinfo {
    background: white;
    float: left;
    width: 100%;
}


/*轮播*/
.slick-track {
    margin-left: unset;
    margin-right: unset;
}

.arrow-location-right-top .slick-arrow {
    position: absolute;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: none;
    border: none;
    width: 28px;
    height: 70px;
    background: rgba(0,0,0,0.6);
    color: white;
    font-weight: 500;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

    .arrow-location-right-top .slick-arrow:hover {
        background: #2879fe;
        color: #ffffff;
    }

    .arrow-location-right-top .slick-arrow:before {
        font-family: "wokiee";
        font-size: 20px;
        line-height: 1;
    }

.arrow-location-right-top .slick-slide img {
    width: 100%;
}

.arrow-location-right-top .slick-prev:before {
    content: "<";
}

.arrow-location-right-top .slick-next:before {
    content: ">";
}

@media (min-width: 1025px) {
    .arrow-location-right-top .slick-prev {
        top: 50%;
        left: 10px;
    }

    .arrow-location-right-top .slick-next {
        top: 50%;
        right: 10px;
    }
    /*.arrow-location-right-top .slick-arrow {
      top: -28px;
  }

  .arrow-location-right-top .slick-prev {
      right: 57px;
  }*/

    .arrow-location-right-top .slick-next {
        right: 10px;
    }
}


.arrow-location-right-top .slick-arrow {
    top: 0;
}

.arrow-location-right-top .slick-prev {
    left: 5px;
}

.arrow-location-right-top .slick-next {
    right: 5px;
}

.slick-slider .slick-dots {
    margin-top: 22px;
    position: absolute;
    width: 100%;
    bottom: 18px;
    text-align: center;
}

    .slick-slider .slick-dots li {
        margin: 0 auto 3px;
        padding: 0 2px;
        cursor: pointer;
        display: inline-block;
    }

        .slick-slider .slick-dots li button {
            width: 50px;
            height: 7px;
            background-color: #fff;
            filter: Alpha(opacity=40);
            opacity: 0.4;
            border: none;
            font-size: 0;
            line-height: 0;
            cursor: pointer;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
        }

        .slick-slider .slick-dots li:hover button {
            background: #fff;
            filter: Alpha(opacity=100);
            opacity: 1;
        }

    .slick-slider .slick-dots .slick-active button {
        background: #fff;
        filter: Alpha(opacity=100);
        opacity: 1;
    }


.RecomCp {
    float: left;
    width: 100%;
}

    .RecomCp .RecomLbbg {
        padding: 5px;
        margin: auto;
        text-align: center;
        padding: 12px;
    }

        .RecomCp .RecomLbbg .RecomLbbgBox {
            width: 191px;
            height: 191px;
            display: table-cell;
            vertical-align: middle;
            padding: 5px;
            border: 2px solid #f1eeee;
        }
            .RecomCp .RecomLbbg .RecomLbbgBox img{
                height:100%
            }
            .RecomCp .RecomLb {
                padding: 22px 12px 22px 32px;
                background: #f6f6f6;
            }

.RecomCp .RecomLbbg img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

.RecomCp .swiper-container {
    background: white;
    width: 90%;
}

.RecomCp .RecomLbbg p {
    margin-top: 13px;
    font-weight: bold;
}


.RecomCp .RecomListImg p {
    text-align: left;
    padding: 0 55px;
}

.RecomCp .RecomListImg img {
    width: 100%;
    margin: 26px 0;
    text-align: center;
}
.RecomLb {
    margin-left: -5px;
    margin-right: -5px;
    margin-top:10px;
}
.switchFore {
    width: 542px;
    overflow: hidden;
    padding: 20px 0 20px 20px;
    float: left;
}
.switchZxc {
    width: 100%;
    height: 288px;
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .switchZxc img {
        max-width: 100%;
        max-height: 100%;
        width:auto;
        height:auto;
    }

.RecomLbbg {
    padding: 0 5px;
}
.RecomLbbgBox {
    border: 1px solid #e5e5e5;
    display: inline-block;
}
/*轮播结束*/
.infocard__container {
    float: left;
    display: inline;
    padding: 18px 0 20px 30px;
    min-height: 262px;
    position: relative;
}
.haveswitch {
    padding-top: 30px;
    padding-left: 20px;
    min-height: 341px;
}
    .haveswitch .text-price {
        font-size: 16px;
        color: #f50;
        margin-right: 5px;
    }
.infocard__container__item {
    clear: both;
    font-size: 14px;
    padding: 3px 0;
    list-style: none;
    line-height: 26px;
}
.infocard__container__item__title {
    width: 100px;
    float: left;
    color: #666;
    text-align: right;
    overflow: hidden;
    width: 10em;
}
    .infocard__container__item__title .w5 {
        letter-spacing: 0.2em;
        margin-right: -0.2em;
    }
    .infocard__container__item__title .w4 {
        letter-spacing: 0.6em;
        margin-right: -0.6em;
    } 
    .infocard__container__item__title .w3 {
        letter-spacing: 1.4em;
        margin-right: -1.4em;
    }
    .infocard__container__item__title .w2 {
        letter-spacing: 3.8em;
        margin-right: -3.8em;
    }
.lxkf {
    font-size: 16px;
    background: #2991de;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    color: white;
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}
.infocard__container__item__main {
    display: inline-block;
    float: left;
    color: #333;
    width: 230px;
}
.infocard__container__item:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: visible;
}

.shopinfo {
    float: right;
    margin: 22px 20px 22px 0;
    padding: 0;
    background: #fff;
    border-radius: 4px;
}
.bjsj {
    /*filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#E0ECFF', endColorStr='#FFFFFF', gradientType='0');
    background: -moz-linear-gradient(top,#e0ecff,#fff);
    background: -o-linear-gradient(top,#e0ecff,#fff);
    background-image: linear-gradient(-180deg,#e0ecff 0,#fff 100%);*/
    color: #65caef;
}
    .bjsj ul{
        margin-top:10px;
    }
        .bjsj ul li {
            line-height: 28px;
            text-align: left;
            word-break: break-all;
            color: #666;
        }
.haveswitch_ewm {
    margin-right: 52px;
    margin-top: 40px;
}

.Specifications {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: white;
    margin-top: 10px;
    padding: 14px 20px 10px 20px;
}
.Position {
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
}
.Position span {
        height: 40px;
        float: left;
        line-height: 40px;
    }
    .Position label:before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 20px;
        background: #009fff;
        vertical-align: middle;
        margin-right: 7px;
    }
.Specifications .Specifications_cont ul {
    padding: 27px 0 0 27px;
    float: left;
    width: 100%;
}
    .Specifications .Specifications_cont ul li {
        float: left;
        width: 50%;
        margin-bottom: 27px;
        color: #737373;
        font-size: 14px;
    }

.Colt_detail_content {
    margin-top: 10px !important;
    font-size: 16px !important;
    line-height: 2em !important;
    text-indent: 2em;
    margin-bottom: 20px !important;
    color: rgb(102, 102, 102);
}
.Colt_detail_content p {
    margin-top: 10px !important;
    font-size: 16px !important;
    line-height: 2em !important;
    text-indent: 2em;
    margin-bottom: 20px !important;
    color: rgb(102, 102, 102);
}
.Colt_detail_content p span {
    font-size: 16px !important;

}
    .Colt_detail_content p img {
        max-width: 100%;
        max-height: 100%;
        max-width: 800px !important;
        width: auto;
        height: auto;
        margin: auto;
        display: block;
    }
