/*商品详情页功能*/
.m_goods_title{margin: 10px 18px;box-shadow: 0 5px 5px #ccc;border-radius: 10px;overflow: hidden;}
.m_goods_title .v_function{font-size: 0;}
.m_goods_title .v_function a{display: inline-block;width: 20%;text-align: center;padding-top: 10px;line-height: 20px;}
.m_goods_title .v_function a img{width: 25px;}
.m_goods_title .v_function a .x_cartNum{height: 18px;line-height: 18px;text-align: center;border-radius: 18px;background: red;color:#FFF;position:absolute;left: 50%;top:0;overflow:visible !important;padding: 0 5px;font-size: 12px;display: none;}

/*商品详情页 - 商品介绍*/
.m_goods_introduce{margin: 18px;}
.m_goods_introduce .v_name{font-size: 18px;color: #333;}

/*商品详情页 - 立即购买按钮*/
.m_goods_btn{text-align: center;margin: 35px 0;}
.m_goods_btn div{display: inline-block;color: #fff;text-align: center;line-height: 45px;height: 45px;border-top-left-radius: 45px;border-top-right-radius: 45px;width: 130px;font-size: 16px;}
.m_goods_btn div.v_left{background: #dfcdab;border-bottom-left-radius: 45px;border-bottom-right-radius: 10px;margin-right: 7px;}
.m_goods_btn div.v_right{background: #5d213c;border-bottom-right-radius: 45px;border-bottom-left-radius: 10px;}

/*底部弹出*/
.m_tancu_d{position: fixed;top: 0;left: 0;z-index: 20;background-color: rgba(0,0,0,0.2);width: 100%;height: 100%;display: none;}
.m_tancu_d .v_yy{height: 100%;}
.m_tancu_d .v_nr{background: #fff;width: 100%;position: fixed;bottom: 0;overflow: auto;padding: 12px 18px;border-top-right-radius: 15px;border-top-left-radius: 15px;}
.m_tancu_d .v_nr .s_xq{height: 120px;position: relative;}
.m_tancu_d .v_nr .s_xq img{width: 100px;height: 100px;position: absolute;}
.m_tancu_d .v_nr .s_xq .x_xq{padding-left: 110px;}
.m_tancu_d .v_nr .s_xq .x_xx{position: absolute;right: 3px;top: 3px;text-align: center;font-size: 32px;}
.m_tancu_d .v_nr .s_qb .mui-icon.mui-icon-arrowup,.m_tancu_d .v_nr .s_qb.cur .mui-icon.mui-icon-arrowdown{display: none;}
.m_tancu_d .v_nr .s_qb.cur .mui-icon.mui-icon-arrowup{display: inline-block;}

/*商品详情页 - 商品详情*/
.m_goods_details {background-size: 100%;padding: 20px;background: #f2f2f2;}
.m_goods_details .v_img {width: 35px;margin: 10px 0;}
.m_goods_details .v_title {text-align: center;padding: 10px 0 0;}
.m_goods_details .v_title img {width: 50px;}
.m_goods_details .v_title em {color: #5b1e3b;font-size: 24px;font-weight: bold;font-family: "楷体";padding: 0 10px;letter-spacing: 2px;}
.m_goods_details .v_fu_title{color: #5b1e3b;text-align: center;font-size: 12px;margin-bottom: 20px;opacity: 0.5;}
.m_goods_details .v_imgList{background: #fff;padding: 10px;}
