


/****** 通用 ******/
.full_line{display:block; float:left; width:100%; height:auto; overflow:hidden;}
.subtitle{display:block; float:left; width:90%; height:50px; line-height:50px; margin:20px 0 30px 40px; padding:0 0 0 40px;
          font-size:40px; color:#444; font-weight:800;
          background:url("../../cn/yIncs/images/title_line.png") left 7px no-repeat;
          background-size:15px 40px;}

/****** 顶部返回 ******/
#top_back{display:block; width:60px; height:60px; border-radius:50%;
          position:fixed; top:100px; left:30px; z-index:600;
          background:rgba(0,0,0,0.5) url("../../cn/yIncs/images/icon/arrow_left_white.png") center center no-repeat;
          background-size:44px auto; }
/****** 大图 ******/
#full_pic{display:block; float:left; width:100%; height:auto; }
.pic_list_box{display:block; float:left; width:96%; height:155px; padding:15px 0 20px 4%; overflow:hidden;}
.pic_list_box .po_one, .pic_list_box .po_cur{display:block; float:left; width:150px; height:150px; padding:5px; margin:0 10px;
                                            border:1px solid #FFF; border-radius:10px;}
.pic_list_box .po_cur{border-color:#f60;}
.pic_list_box img{display:block; width:150px; height:150px; border:none; border-radius:10px;}

/****** 价格等 ******/
._price{display:block; float:left; width:auto; height:50px; line-height:50px; padding:0 0 0 18px; margin:30px 0 0 50px;
        font-size:52px; color:#F60; font-weight:800;
        background:url("../../cn/yIncs/images/shop/price.png") 0 18px no-repeat;
        background-size:26px auto;}
._price_old{display:block; float:left; width:auto; height:40px; line-height:40px; margin:40px 0 0 10px;
            font-size:30px; color:#aaa; text-decoration:line-through;}
._gname{display:block; float:left; width:90%; height:auto; line-height:1.4em; margin:30px 0 0 40px;
        font-size:38px; color:#222; text-align:justify;}
._tsname, ._ptname{display:block; float:left; width:auto; line-height:1em; padding:7px 15px; margin:20px 0 40px 40px;
                  border:1px solid #090; border-radius:10px; font-size:32px; color:#090;}
._ptname{border-color:#F60; color:#F60;}
/****** 可选规格（分类） ******/
.product_box{display:block; float:left; width:92%; height:auto; padding:40px 4%; border-top:15px solid #eaf9f4; border-bottom:15px solid #eaf9f4;
              background:url("../../cn/yIncs/images/icon/arrow_right.png") 920px center no-repeat;
              background-size:30px auto;}
.product_box .l_label{display:block; float:left; width:120px; height:80px; line-height:80px; font-size:30px; color:#aaa;}
.product_box .p_one{display:block; float:left; width:80px; height:80px; margin:0 30px 0 0;}
.product_box .selected_line{display:block; float:left; width:87%; height:50px; line-height:50px; color:#444; font-size:32px;
                            margin:20px 0 0 13%;}
/****** 简介 ******/
._gintro{display:block; float:left; width:92%; padding:40px 4%; background:#eaf9f4; font-size:32px; color:#444; text-align:justify;}
/****** 详情图 ******/
.detail_full_box{display:block; float:left; width:100%; height:auto; overflow:hidden;}
.detail_full_box img{display:block; float:left; width:100%; height:auto; border:none;}
/****** 底部按钮 ******/
.bottom_box{display:block; width:940px; height:100px; padding:15px 30px; background:#FFF; border-top:1px solid #DDD;
            position:fixed; left:0; bottom:0;}
#home_icon{display:block; float:left; width:90px; height:40px; padding:60px 0 0 0; text-align:center;
            font-size:24px; color:#888;
            background:url("../../cn/yIncs/images/icon/home.png") center top no-repeat;
            background-size:auto 60px;}
.button_tb, .button_blf{display:block; float:right; width:400px; height:100px; line-height:100px;
            font-size:36px; color:#FFF; font-weight:800; text-align:center; border-radius:50px 0 0 50px;
            background:##ff5600 url("../../cn/yIncs/images/shop/button_bg_tb.png") no-repeat;
            background-size:cover;}
.button_blf{background:#ffa501 url("../../cn/yIncs/images/shop/button_bg_blf.png"); border-radius:0 50px 50px 0; }
/****** 购买弹出 ******/
#full_mask{display:none; width:100%; height:100%; z-index:900; position:fixed; top:0; left:0; background:rgba(0,0,0,0.7);
           overflow:hidden; place-items:center;}
#buy_box{display:block; width:600px; height:800px; background:#FFF; position:relative; text-align:left;}
#buy_box .bb_top_box{display:block; float:left; width:100%; height:80px; line-height:80px;
                    background:#ffe4b4 url("../../cn/yIncs/images/icon/logo_icon.png") 30px center no-repeat;
                    background-size:50px auto;}
#buy_box .bb_top_box .bbt_title{display:block; float:left; width:auto; height:50px; line-height:50px;
                                font-size:36px; color:#835929; font-weight:800; margin:15px 0 0 100px;}
#buy_box .bb_top_box .bbt_close{display:block; float:right; width:50px; height:50px; margin:15px 30px 0 0;
                                background:url("../../cn/yIncs/images/icon/top_close.png") no-repeat;
                                background-size:cover;}
#buy_box .qr_box{display:block; float:left; width:100%; height:auto; overflow:hidden; text-align:center;}
#buy_box .qr_box ._img{display:inline-block; width:480px; height:480px; margin:50px 0;}
#buy_box .qr_box ._sm{display:inline-block; width:auto; height:auto; line-height:1em; padding:20px;
                border:1px solid #FFE4B4; font-size:30px; color:#835929;}
