@charset "utf-8";
/***
 *  .--,       .--,
 * ( (  \.---./  ) )
 *  '.__/o   o\__.'
 *     {=  ^  =}
 *      >  -  <
 *     /       \
 *    //       \\
 *   //|   .   |\\
 *   "'\       /'"_.-~^`'-.
 *      \  _  /--'         `
 *    ___)( )(___
 *   (((__) (__)))    忽忘初心。
 */

.return{
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 0;
    top: -6px;
    z-index: 50;
}



/*产品详情页*/
#pdetail {
    position: relative;
}
#pdetail .content {
    width: 500px;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.conplist {
    width: 230px;
    position: absolute;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.conplist a {
    font-size: 16px;
    color: #fff;
    background-color: #002f7b;
    padding: 12px 25px;
}
.con-l {
    left: 0;
}
.con-l a{
    /*border-top-left-radius: 8px;*/
    /*border-bottom-left-radius: 8px;*/
}
.con-r{
    right: 0;
}
.con-r a{
    /*border-top-right-radius:8px;*/
    /*border-bottom-right-radius: 8px;*/
}
#pdetail .detail .dcc {
    border-top: 1px dashed #ccc;
}

#pdetail .pro-module{
    width: 500px;
    padding: 40px 0;
    margin: auto;
}
.goodsName{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.goodsName .fa{
    padding-right: 10px;
}
.property{}
.property li{}
.property li span{
    font-size: 15px;
    width: 135px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    /*text-align: right;*/
}
.property li h4{
    font-size: 15px;
}

#pdetail .pro-module li {
    line-height: 30px;
    position: relative;
}




@media  (max-width: 767px){
    .conplist{
        width: 100%;
        position: relative;
    }
    .conplist a{
        border-radius: 0;
        display: block;
        width: 100%;
        text-align: center;
        padding: 5px;
        font-size: 14px;
    }
    #pdetail .content{
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #pdetail .pic-module {
        float: none;
        width: 100%;
    }
    #pdetail .pro-module,
    #pdetail .pic-module .pic  {
        width: 100%;
    }
    #pdetail .pro-module{
        text-align: center;
    }
    .return {
        /*top: 11px;*/
        /*font-size: 16px;*/
        /*color: #ffffff;*/
        /*padding: 5px 10px;*/
        /*background: #002f7b;*/
        display: none;
    }

}


