
/* 轮播 */
.Lb img{
    width:1170px!important;
}
.ljProduct {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    min-width: 1170px;
}

    .ljProduct .ljProductLbBox {
        margin: 0 5px;
    }

        .ljProduct .ljProductLbBox a:nth-child(1) img {
            margin-bottom: 10px;
        }

.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: 38px;
    height: 38px;
    background: #f7f8fa;
    color: #191919;
    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: 50%;
}

.arrow-location-right-top .slick-prev {
    left: 0px;
}

.arrow-location-right-top .slick-next {
    right: 19px;
}

.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;
    }

/* 轮播结束 */


/* 机台列表 */




.MachineList_right {
    width: 900px;
    float: left;
    padding: 0 40px;
}

    .MachineList_right .Position {
        border-bottom: 1px solid black;
        padding: 6px 0;
        width: 100%;
        display: inline-block;
    }

        .MachineList_right .Position span {
            height: 40px;
            float: left;
            line-height: 40px;
        }

        .MachineList_right .Position label:before {
            content: '';
            display: inline-block;
            width: 4px;
            height: 20px;
            background: #ff7701;
            vertical-align: middle;
            margin-right: 7px;
        }

        .MachineList_right .Position span a {
            margin: 0 5px;
        }

        .MachineList_right .Position .LookJd {
            color: #979797;
            font-size: 12px;
            margin-left: 28px;
        }

    .MachineList_right .search {
        vertical-align: middle;
        float: right;
    }

        .MachineList_right .search input {
            height: 40px;
            float: left;
        }

            .MachineList_right .search input:nth-of-type(1) {
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                width: 202px;
                text-indent: 1em;
                border: none;
                border: 1px solid #ccc;
            }

        .MachineList_right .search .search_After {
            width: 60px;
            border: none;
            font-size: 14px;
            height: 40px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            background: #e60012;
            color: white;
            cursor: pointer;
        }

.MachineList_detil {
    float: left;
    margin-bottom: 10px;
}

    .MachineList_detil .Macst_detilLeft h6 {
        font-size: 45px;
        font-weight: bold;
        margin: 38px 0;
        color: red;
    }

    .MachineList_detil .Macst_detilLeft {
        float: left;
        width: 470px;
    }

        .MachineList_detil .Macst_detilLeft p {
            font-weight: bold;
            margin-bottom: 30px;
        }

        .MachineList_detil .Macst_detilLeft .Macst_detilLeftImg {
            border: 1px dashed #a3a3a3;
            width: 464px;
            height: 464px;
            padding: 20px;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }

            .MachineList_detil .Macst_detilLeft .Macst_detilLeftImg img {
                max-width: 100%;
                max-height: 100%;
                height: auto;
                width: auto;
            }

    .MachineList_detil .Macst_detilRight {
        float: left;
        width: 350px;
        padding: 43px 50px 0 55px;
        text-align: center;
    }

        .MachineList_detil .Macst_detilRight .smlscanning {
            width: 90px;
            height: 90px;
        }

        .MachineList_detil .Macst_detilRight p {
            margin: 10px 0 40px 0;
            color: #a3a3a3;
        }

        .MachineList_detil .Macst_detilRight h6 {
            text-align: left;
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .MachineList_detil .Macst_detilRight .popup_show {
            display: block;
            padding: 6px 0;
            background: red;            
            font-size: 17px;
            border-radius: 5px;
            margin-bottom: 20px;
            width: 209px;
            cursor: pointer;
        }
            .MachineList_detil .Macst_detilRight .popup_show a {
                color: white;
            }
            .MachineList_detil .Macst_detilRight .lxcj {
                display: block;
                padding: 6px 0;
                background: white;
                color: red;
                font-size: 15px;
                border-radius: 5px;
                margin-bottom: 40px;
                border: 1px solid red;
                width: 209px;
                cursor: pointer;
            }
        .MachineList_detil .Macst_detilRight .jrqy {
            display: block;
            padding: 6px 0;
            background: white;
            color: red;
            font-size: 15px;
            border-radius: 5px;
            border: 1px solid red;
            width: 209px;
            cursor: pointer;
        }

        .MachineList_detil .Macst_detilRight .lxff {
            text-align: left;
            width: 273px;
            position: relative;
            line-height: 26px;
            font-size: 15px;
            color: #737373;
            min-height: 208px;
        }
            .MachineList_detil .Macst_detilRight .lxff ul li {
                width: 190px;
                word-break: break-all;
            }

            .MachineList_detil .Macst_detilRight .lxff img {
                position: absolute;
                bottom: 55px;
                width: 78px;
                height: 78px;
                right: 0;
            }

.Specifications {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.More {
    float: right;
    font-size: 12px;
    margin-top: 10px;
    color: #aaaaaa;
}

.Specifications .Specifications_cont ul {
    padding: 27px 0 0 27px;
    background: #f6f6f6;
    float: left;
    width: 100%;
}

    .Specifications .Specifications_cont ul li {
        float: left;
        width: 50%;
        margin-bottom: 27px;
        color: #737373;
    }

.RecomCp {
    float: left;
    width: 100%;
}

.draggable {
    background: white;
    margin-left: -10px;
    padding-bottom:5px;
}

.RecomCp .RecomLbbg {
    text-align: center;
    width: 179px;
    padding: 12px;
}
    .RecomCp .RecomLbbg .RecomLbbgBox {
        width: 191px;
        height: 191px;
        display: table-cell;
        vertical-align: middle;
        padding: 5px;
        border: 2px solid #f1eeee;
        overflow:hidden;
    }
.RecomCp .RecomLb {
    padding: 22px 12px 22px 32px;
    background: #f6f6f6;
}

.RecomCp .RecomLbbg img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    max-height: 100%;
}

    .RecomCp .swiper-container {
        background: white;
        height: 181px;
        width: 90%;
    }

    .RecomCp .RecomLbbg p {
        margin-top: 13px;
        font-weight: bold;
    }

    .RecomCp .RecomListImg {
        text-align: left;
        padding: 0 55px;
        line-height:2em;
    }


.RecomCp .RecomListImg img {
    text-align: center;
    width: 100%;
    margin: 26px 0;
}
#Colt_detail_content img {
    max-width: 70%;
    width: 100%;
    margin: 30px auto;
    display: block;
}

#Colt_detail_content section {
    font-size: 16px;
    line-height: 2em;
    text-indent: 2em;
    color: rgb(102, 102, 102);
}

#Colt_detail_content p span {
    font-size: 16px;
    line-height: 2em;
    text-indent: 2em;
    color: rgb(102, 102, 102);
}
/* 机台列表结束 */



/* 联系卖家 */
.menu_form_body span {
    margin-left: 10px;
    margin-right: 10px;
    width: 380px;
    height: 25px;
    float: left;
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 5px;
}
div.sample_popup {
    visibility: visible;
    display: none;
    position: absolute;
    z-index: 9999;
    text-align: left;
}
    div.sample_popup input, div.sample_popup textarea {
        border: 1px solid #666;
    }
    div.sample_popup div.menu_form_header {
        border: 1px solid #999;
        border-bottom: 0px;
        cursor: default;
        width: 400px;
        height: 30px;
        line-height: 19px;
        vertical-align: middle;
        text-decoration: none;
        font-family: "Times New Roman", Serif;
        font-weight: 900;
        font-size: 13px;
        color: #206040;
        background-color: #ffffff;
    }
    div.sample_popup .menu_form_exit {
        float: right;
        margin: 4px 5px 0px 0px;
        cursor: pointer;
        width: 20px;
    }
.menu_form_header span {
    margin-top: 5px;
    margin-left: 5px;
    float: left;
}
div.sample_popup div.menu_form_body {
    border: 1px solid black;
    width: 400px;
    height: 405px;
    border: 1px solid #999;
    background-color: #ffffff;
}
.menu_form_body address {
    margin-left: 10px;
    margin-right: 10px;
    width: 380px;
    float: left;
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 5px;
}
.menu_form_body strong {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    margin-top: 10px;
    float: left;
    width: 100%;
    height: 25px;
    overflow: hidden;
}
.menu_form_body .menu_form_bg {
    width: 380px;
    margin: 10px;
    height: 150px;
    float: left;
}
.menu_form_bg dl {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    float: left;
}
    .menu_form_bg dl dt {
        float: left;
        position: absolute;
    }
    .menu_form_bg dl dd {
        float: left;
        margin-left: 50px;
    }
        .menu_form_bg dl dd .txtname {
            width: 320px;
            height: 22px;
            float: left;
        }
        .menu_form_bg dl dd .txtadre {
            width: 320px;
            height: 70px;
            float: left;
        }
        .menu_form_bg dl dd .btnsubmit {
            text-align: center;
            width: 120px;
            height: 30px;
            background-color: #ff4400;
            -moz-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
            color: #ffffff;
            border: none;
            margin-left: 80px;
        }
/* 联系卖家结束 */





/*机台详情立即询单*/
#JiTaiCreateModal .modal-content {
    border: none;
    box-shadow:none;
}

#JiTaiCreateModal .modal-dialog .modal-content {
    background-color: unset;
}
    #JiTaiCreateModal .modal-dialog .modal-content .modal-body{
        padding:0;
    }

    #JiTaiCreateModal .modal-body .tabRit {
        float: left;
        background: url('/Views/Home/images/zcebg.png') no-repeat;
        background-size: 100% 100%;
        color: white;
        position: relative;
    }

    #JiTaiCreateModal .modal-body button.close {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 30px;
    }

    #JiTaiCreateModal .modal-body .tabLef img {
        width: 100%
    }

    #JiTaiCreateModal .modal-body .tabRit .ListBiao {
        width: 50%;
        float: left;
        padding: 20px 20px 0 20px;
        position: relative;
    }

    #JiTaiCreateModal .modal-body .tabRit h6 {
        font-size: 24px;
        margin: 30px 40px 0 40px;
    }

    #JiTaiCreateModal .modal-body .tabRit .ListBiao label {
        display: block;
        font-size: 14px;
    }

    #JiTaiCreateModal .modal-body .tabRit .ListBiao input {
        border: none;
        background: none;
        font-size: 20px;
        color: white;
    }

    #JiTaiCreateModal .modal-body .tabRit .ListBiao .borBom {
        color: #000;
        border-bottom: 1px solid white;
        position: relative;
        margin-top: 5px
    }

        #JiTaiCreateModal .modal-body .tabRit .ListBiao .borBom:after {
            content: '';
            width: 0;
            height: 2px;
            background: #e21fa6;
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }

        #JiTaiCreateModal .modal-body .tabRit .ListBiao .borBom:hover:after {
            /* border-top: 3px solid #e21fa6; */
            color: #e21fa6;
            font-weight: bold;
            left: 0;
            width: 100%;
        }

    #JiTaiCreateModal .modal-body .tabRit #create-user-details {
        padding: 20px;
        float: left;
    }

    #JiTaiCreateModal .modal-body .tabRit .SignInBox {
        text-align: center;
        margin-top: 20px;
        float: left;
        width: 100%;
        position: relative;
    }


    #JiTaiCreateModal .modal-body .tabRit .YdSignIn {
        background: #fed239;
        width: 235px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 30px;
        display: inline-block;
        font-size: 16px;
        color: white;
        box-shadow: 1px 5px 12px #2f2e2e;
        border: none;
    }

    #JiTaiCreateModal .modal-body .tabRit .ListBiao .borBom .high {
        color: red;
    }

    #JiTaiCreateModal .modal-body .tabRit .ListBiao .msg {
        position: absolute;
        bottom: -19px;
        font-size: 12px;
    }
/*GTI机台详情立即询单结束*/

