﻿@charset "utf-8";
/**
 * 
 * @马少博 (you@example.org)
 * @2016-05-09 12:41:15
 * @ 产品静态页样式
 */


body {
    font-family: "MicroSoft YaHei";
    margin: 0;
    padding: 0;
    background-color: #eee;
}

.container {
    width: 1000px;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
}

    .container .content {
        /*min-width: 700px;
    width: 80%;*/
        margin-left: auto;
        margin-right: auto;
        height: auto;
        width: 1000px;
    }

img {
    width: 100%;
}
/*  网页中的内容*/


.divshow {
    height: 320px;
}

.prodinfo {
    height: 430px;
    border-top: 2px solid #3A96E3;
    margin-top: 8px;
}

.thumb {
    width: 37%;
    padding: 0 10px 10px 0;
    margin: 15px 0 0 0;
    float: left;
}

.infoblock {
    width: 50%;
    float: left;
    padding: 70px 10px 10px 10px;
}

.showimg {
    margin: 0 auto;
    display: block;
    height: 100%;
}

.divimgleader {
    text-align: center;
    vertical-align: middle;
    height: 75px;
    position: relative;
}

.leaderimg {
    margin-top: 15px;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 10px 5px;
    line-height: 70px;
}

    .leaderimg.active {
        border: 2px solid #00bfff; /*display: block;
     position: absolute;
     left: 0;
     top: 0;
     width: 20%;
     height: 70px;
     background-color: white;
     opacity: 0.5;*/
    }

/*左右指示箭头*/
.leftarrow {
    left: 0;
    top: 15px;
}

.rightarrow {
    right: 0;
    top: 15px;
}

.tabtitle {
    background-color: #FAFAFA;
}

.arrow {
    position: absolute;
    cursor: pointer;
    margin-top: 15px;
    display: block;
    width: 6%;
    line-height: 70px;
    height: 70px;
}

#latestView li {
    position: relative;
}

#latestView a {
    position: absolute;
    height: 119px;
    display: block;
    left: 2px;
    font-size: 13px;
    cursor: pointer;
    color: #ccc;
    bottom: 2px;
}

    #latestView a:hover {
        text-decoration: underline;
        color: #0c7ede;
    }

.arrow:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*最近浏览*/
.rightblock {
    height: 400px;
    float: left;
    width: 17%;
    float: right;
    background-color: white;
    text-align: center;
}

    .rightblock ul {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .rightblock li {
        list-style-type: none;
        display: block;
        height: 120px;
        margin: 10px 0;
    }

        .rightblock li img {
            height: 120px;
            width: 200px;
        }
/*商品价格*/
.prod_price { /*height: 80px;*/
    position: relative;
    font-size: 13px; /*background-color: lightblue;*/
    border-bottom: 1px solid #e3e5e6;
}
/*收费标准*/
.chargerule {
    position: absolute;
    bottom: 0;
}
/*成交量*/
.chargecount {
    height: 38px;
}

.bgc_chargecount_img {
    width: 100%;
    height: auto;
}

.prod_detail {
    height: 100px;
    width: 110%;
    overflow-Y: scroll;
    margin-right: -150px;
}

    .prod_detail p {
        margin: 6px;
        font-size: 13px;
    }



.btngroup {
    height: 70px;
}

/*左侧信息详细展示 */
.product_detail_left {
    min-height: 100px;
    width: 25%;
    float: left;
}

    .product_detail_left hr {
        width: 95%;
        margin: 3px 5px 3px 0;
    }
/*右侧信息详细展示 */
.product_detail_right {
    min-height: 100px;
    width: 74%;
    float: left;
    border-top: 1px solid #e3e5e6;
}
/*机构信息*/
.orginfo {
}

.orgbtn {
    height: 30px;
    margin-bottom: 10px;
    background-color: #FAFAFA;
    padding: 5px 5px 5px 10px;
    font-size: 18px;
    border-bottom: 1px solid #e3e5e6;
}

.btnradius {
    border: 1px solid rgb(58, 150, 227);
    margin-bottom: 10px;
    background-color: #FAFAFA;
    padding: 5px 5px 5px 10px;
    font-size: 16px;
    border-radius: 3px;
    border-width: 2px;
    max-width: 130px;
    width: 30%;
    margin: 20px;
}

button {
    font-family: "MicroSoft YaHei";
}

.shopinfo_top {
    border-color: #3A96E3 #e3e5e6 #e3e5e6;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-right: 8px;
    padding-bottom: 10px;
}

.shopinfo p {
    font-size: 13px;
    margin: 10px;
}

.liucheng {
    width: 99%;
    margin: 10px 0;
    border-top: 1px solid #e3e5e6;
    border-bottom: 1px solid #e3e5e6;
    float: left;
}

.shopbtns { /*width: 90%;*/
    text-align: center;
    border-top: 1px solid #e3e5e6;
    padding-top: 10px;
}

    .shopbtns button {
        margin: 0 5px;
        background-color: #5BB1FE;
        border: 1px solid #5BB1FE;
        color: white;
    }

/*相似店铺推荐*/
.similar_prod_list {
    padding: 0 3%; /*text-align: center;*/
}

    .similar_prod_list ul {
        margin: 0;
        padding: 0;
    }

    .similar_prod_list img {
        clear: both;
        display: block; /*width: 45%;*/
        height: 100%;
    }

li.similar_prod {
    display: block;
    margin: 8px 0;
    height: 130px; /*background-color: #ccc;*/
    padding-right: 5px;
    padding-bottom: 25px; /*border-bottom: 1px solid #ccc;*/
}

    li.similar_prod a {
        font-size: 13px;
        color: #666;
        text-decoration: none;
    }

        li.similar_prod a:hover {
            text-decoration: underline;
        }

    li.similar_prod img {
        margin-right: 5px;
    }
/*产品tab导航页*/
.prod_main_dtail_title {
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: gray;
    margin-top: -1px;
    cursor: pointer;
}

.prod_main_cumulative_title {
    border: 2px solid #006EDA;
    background-color: #0C7EDE;
    border-bottom: none;
    color: white;
    z-index: 3; /*    background-color: white;*/
}


.active.prod_main_dtail_title {
    border: 2px solid #006EDA;
    background-color: #0C7EDE;
    border-bottom: none;
    color: white;
    z-index: 3; /*    background-color: white;*/
}


.infomation_detail {
    border-top: 2px solid #0C7EDE;
    z-index: 0;
    margin-bottom: 10px;
    min-height: 100px;
}

    .infomation_detail ul {
        margin: 0;
        padding: 0;
    }

        .infomation_detail ul li {
            display: inline-block;
            width: 99%;
            font-size: 15px;
            margin: 3px 0;
            list-style-type: none;
        }

    .infomation_detail .tableD {
        width: 100%;
        border-collapse: collapse !important;
        text-align: center;
    }

        .infomation_detail .tableD th,
        .infomation_detail .tableD td {
            border: 1px solid #ddd !important;
            height: 25px;
            line-height: 25px;
        }

        .infomation_detail .tableD th {
            height: 30px;
            line-height: 30px;
            background-color: #0c7ede;
            color: #FFF;
        }

        .infomation_detail .tableD tr:hover {
            background-color: #e3e5e6;
            cursor: pointer;
        }

        .infomation_detail .tableD tr.stripe {
            background-color: #dff0d8;
        }


.prod_title {
    font-size: 25px;
}

.btn_apply {
    background-color: #0c7ede;
    color: white;
}

.btn_collect {
    background-color: #EBEBEB;
    color: #3A96E3;
}
/*成交记录*/
.prod_charge_record, .prod_main_detail {
    display: none;
}

.active.prod_charge_record, .active.prod_main_detail {
    display: block;
}

.iframes iframe {
    border-style: none;
    min-height: 160px;
}

.iframes1 iframe {
    margin-top: 15px;
    border-style: none;
    height: 260px;
}

.order {
    font-size: 20px;
    margin: 10px 0 0 10px;
}
