﻿/*select add*/

.c_search { 
    width: 100%; 
    height: 36px;
}

.twitter-typeahead {
    width: 95.5%;
}
form {
    margin-bottom: 0px !important;
}
.c_search_input {
    font-size: 14px;
}

/*.c_search {
    height: 100%;
}*/

.c_search_selected {
    /*border-top: 1px solid #e2e1e1;*/
    overflow: hidden;
    background-color: #fff;
    margin-top: 15px;
    padding-bottom: 10px;
}

.c_search_title_p {
    float: left;
    /*font-weight: bold;*/
    font-size: 14px;
}

.c_search_icon_close {
    font-size: 10px;
    color: #999999;
    cursor: pointer;
    /*float: right;*/
    position: relative;
    left: 6px;
}

.c_search_relection {
    float: right;
    text-decoration: underline !important;
    font-size: 14px;
    color: #028fde;
}

.c_search_relection:hover {
    color: #3cbcf5;
}

.c_search_selected_line {
    overflow: hidden;
    padding: 6px 10px;
}

.c_search_cloud {
    padding: 4px 8px;
    overflow: hidden;
}

.c_search_cloud a {
    padding: 4px 14px;
    border: none;
    background-color: #e7e7e8;
    border-radius: 2px;
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 13px !important;
    color: #666;
}

.c_search_cloud a:hover {
    background: #efeff0
}


/* end Add */
#sharebtn {
    display: none;
}

.clearfloat {
    clear: both;
}

.video-playicon1 {
    position: absolute;
    width: 25% !important;
    left: 38%;
    cursor: pointer;
    /*z-index: 101;*/
}

#ExhProductVideoModule {
    z-index: 104000;
}

/*.modal-backdrop {
    z-index: 10400;
}*/

.c_search_icon1 {
    background-color: #e65514;
    float: right;
    /* width: 20%; */
    height: 34px;
    text-align: right;
    padding: 10px;
    color: #fff;
    position: relative;
    top: -34px;
}

    .c_search_icon1:hover {
        color: #fff;
    }

.c_dropbox {
    height: auto;
}

.c_product_img {
    /*height: auto;*/
    height: 100%;
    padding: 10px;
}

.c_buser_a {
    word-break: normal;
}

.c_noResult {
    margin: 20px 10px;
    font-size: large;
    font-weight: bold;
}

.tt-menu {
    background: rgb(255, 255, 255);
    border: 1px solid #ddd;
    box-shadow: 5px 5px 5px rgba(0,0,0,.3);
}

    .tt-menu .tt-suggestion {
        padding: 5px;
    }

        .tt-menu .tt-suggestion:hover {
            cursor: pointer;
            color: #fff;
            background-color: #0097cf;
        }

.twitter-typeahead .tt-hint {
    display: none !important;
}

.videoPart {
    display: block;
    position: relative;
}

.c_pfp_gpacView {
    background-color: #007d75;
}


.e_list_txt {
    width: 40px;
    height: 36px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
}
@media screen and (max-width:1199px) {
    #ExhProductVideoModule video {
        max-height: 500px;
    }
    .c_left {
       padding-bottom:0px;
    }
    .c_search_input {
        width: 99%;
    }
}
@media screen and (max-width:992px) {
    #ExhProductVideoModule video {
        max-height: 450px;
    }

    .c_left {
        padding-bottom: 0px;
    }
}

@media screen and (max-width:768px) {
    #ExhProductVideoModule video {
        max-height: 400px;
    }

    .tt-menu {
        width: 150%;
        margin: 10px auto;
        font-size: 12px;
    }
    .c_search_input {
        width: 96%;
    }
}
/*表示当屏幕宽度小于或等于576px*/

@media screen and (max-width:576px) {
    .video-playicon1 {
        top: 35%;
        left: 40%;
        max-width: 50px;
    }

    #ExhProductVideoModule video {
        max-height: 300px;
    }

    .paging {
        height: 26px;
    }

        .paging a.res {
            height: 26px;
            line-height: 25px;
        }

        .paging a, .paging span, .paging span.disabled, .paging span.disabled {
            height: 26px;
            line-height: 25px;
            padding: 0 7px;
        }

    .e_list_txt {
        height: 26px;
        line-height: 25px;
    }

    .c_right_tab a {
        font-size: 18px;
    } 

    #searchWholeForm .twitter-typeahead {
        display: block !important;
    }

    #searchWholeForm .c_search_input {
        width: 92%;
    }

    .tt-menu {
        width: 100%;
        margin: 10px auto;
        font-size: 12px;
    }
}
/*表示当屏幕宽度大于或等于576px*/
@media screen and (min-width:576px) {
    .video-playicon1 {
        top: 35%;
    } 
    #ExhProductVideoModule video {
        max-height: 350px;
    }

    .paging {
        height: 36px;
    }

        .paging a.res {
            height: 36px;
            line-height: 35px;
        }

        .paging a, .paging span, .paging span.disabled, .paging span.disabled {
            height: 36px;
            line-height: 35px;
            padding: 0 14px;
        }

    

    .e_list_txt {
        height: 36px;
        line-height: 35px;
    }
}







.modal-video-tracking {
    width: 100%;
    height: 650px;
}

.page {
    width: 100%;
    float: left;
    margin: 35px 0 5px 0;
    background: #ededef;
}

.pageNew {
    width: 100%;
    float: left;
    margin: 35px 0 5px 0;
    background: #ededef;
    /*min-width: 820px;*/
    }

.paging {
    float: right;
    margin: 8px;
}

    .paging a {
        float: left;
        margin: 0 0 0 4px;
        background: #FFF;
        border-radius: 2px;
        border: 1px solid #ccc;
    }

    .paging span {
        float: left;
        margin: 0 0 0 4px;
        border-radius: 2px;
        border: 1px solid #ccc;
    }

        .paging span.arrowmove {
            border: none;
            padding: 0;
        }

        .paging span.opt {
            background: #009EFF;
            color: #FFF;
        }

    .paging a:hover {
        text-decoration: none;
    }

    .paging a.res {
        float: left;
        color: #FFF;
        margin: 0px;
        border: 0px;
        background: #009EFF;
        border-radius: 0 2px 2px 0;
    }

        .paging a.res:hover {
            background: #00B6EC;
        }

    .paging span.cpb {
        background: #009EFF;
        color: #FFF;
    }

    .paging span.disabled, .paging span.disabled {
        float: left;
        margin: 0 0px 0 4px;
        background: #FFF;
        color: #999999;
    }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.e_list_pages_left {
    float: left;
    padding: 0px 10px 0px 10px;
    margin-top: 3px;
}

.bnt-gopage {
    cursor: pointer;
}
/*改版 add*/
.noBtn {
    float: left;
    /*  width: 30px;*/
    margin: 8px 10px 0px 10px;
}

.noBtnM {
    float: left;
    padding: 0px 6px 0 10px;
    margin-top: 3px;
    /*  width: 30px;*/
}

.pageNew .page-current {
    color: #ff6600;
    border: 1px solid #ff6600;
}

.pageNew .slh {
    border: 0px solid #ccc;
    margin: 0 0 0 0px;
    padding: 0 10px;
}
