body, html {
  height: 100%;
  line-height:inherit;
  -webkit-tap-highlight-color: transparent;
}
.demos-title {
  text-align: center;
  font-size: 34px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

.demos-sub-title {
  text-align: center;
  color: #888;
  font-size: 14px;
}

.demos-header {
  padding: 35px 0;
}

.demos-content-padded {
  padding: 15px;
}

.demos-second-title {
  text-align: center;
  font-size: 24px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

.center
{
	text-align:center;	
}

footer {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}

footer a {
  color: #999;
  text-decoration: none;
}

/*iconfont*/
@font-face {font-family: "iconfont";
          src: url('iconfont.eot'); /* IE9*/
          src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('iconfont.woff') format('woff'), /* chrome, firefox */
          url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
          url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
          font-family:"iconfont" !important;
          font-size:16px;
          font-style:normal;
          -webkit-font-smoothing: antialiased;
          -webkit-text-stroke-width: 0.2px;
          -moz-osx-font-smoothing: grayscale;
}

.icon {
   width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}
/*End iconfont*/

.red
{
	color:#ed1c11;
}

.gray
{
	color:#999;	
}

.blue
{
	color:#0b8dd7;	
}

.black
{
	color:#000;	
}

.left
{
	float:left;
}

.right
{
	float:right !important;	
}

.qipao
{
	width:22px;
	height:22px;
	line-height:22px;
	background:#e83525;
	color:#FFF;
	display:inline-block;
	border-radius:11px;
	text-align:center;
}

.prompt
{
	padding:15px;	
}

.prompt h4
{
	color:#333;
	font-weight:normal;
	font-size:14px;
	padding:5px 0;
}

.prompt ul li
{
	list-style:none;
	font-size:14px;
	line-height:30px;
	color:#333;	
}

.weui_navbar + .weui_tab_bd {
    padding-top: 50px;
    padding-bottom: 60px;
}

.small
{
	font-size:12px;	
}

/*tabbar*/

.weui_tabbar_item {
    padding: 4px 0 0;
}

.weui_tabbar_icon
{
    width: 26px;
    height: 26px;
	font-weight:normal !important;	
}
.weui_tabbar_icon .iconfont
{
	font-size:26px;
	color:#858283;
}

.weui_tabbar_label {
    text-align: center;
    color: #858283;
    font-size: 12px;
	font-weight:normal !important;
}

.weui_tabbar_item.weui_bar_item_on .iconfont
{
	color:#0086d1;
}

.weui_msg {
    padding-top: 35px;
}

.weui_msg .weui_text_area {
    margin-bottom: 35px;
}

/*navbar*/
.weui_navbar_item
{
	color:#999;
	padding:0;
	font-weight:bold;
}
.weui_navbar_item.weui_bar_item_on {
    background-color: #FFF;
	color:#0086d1;
}

.weui_navbar_item a
{
	font-weight:bold;
	display:inline-block;
	height:20px;
	padding:10px 0;
	color:#999;
}

.weui_navbar_item.weui_bar_item_on a
{
	border-bottom:2px solid #0086d1;
	color:#0086d1;
}

.weui_tabbar_label
{
	font-weight:bold;	
}


/*header*/
#header
{
	height:64px;
	padding: 0 15px;
	background:#FFF;	
}

#header .logo
{
	height:64px;
	float:left;	
}

#header .logo .icon
{
	width:6em;
	height:4em;	
}

#header .login
{
	float:right;	
}

#header .login .weui_btn
{
	height:36px;
	line-height:36px;
	border-radius:18px;
	padding: 0 30px;
}

#header .login .btn_login
{
	background:#7fd5f7;
}

/*swiper*/

.swiper-container {
	width: 100%;
} 

.swiper-container img {
	display: block;
	width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets
{
	bottom:3px;	
}

.swiper-pagination
{
	text-align:center;	
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #FFF;
	opacity:1;
}

.swiper-pagination-bullet-active {
	background:#2c95d1;
	opacity:1;
}


/*weui_panel*/

.weui_panel_hd
{
    padding: 10px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	border-bottom:1px solid #eee;	
}

.weui_panel_hd::after
{
	content:none;
}

.weui_panel_th
{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
	color:#353535;
	font-size:14px;
	font-weight:bold;
}
.weui_panel_more a
{
	color:#888;
}

.weui_panel_more:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #888;
    border-style: solid;
    position: relative;
    top: -2px;
    top: -1px;
    margin-left: .3em;
}

.weui_media_box
{
	padding:20px 15px;	
}

.weui_media_box.weui_media_text .weui_media_info {
	margin-top:10px;
    padding-bottom: 0;
}

.weui_media_box.weui_media_text2 .weui_media_info {
	margin-top:10px;
    padding-bottom: 0;
}

.weui_media_box .weui_media_desc
{
	color:#353535;
	font-size:15px;
	line-height:20px;
	padding:10px 0;
	padding-top:0;
}

.weui_media_box .weui_media_desc a
{
	color:#353535;
}

.weui_media_hd.photo
{
	border-radius:30px;	
}

.weui_media_hd.photo img
{
	width:60px;
	height:60px;
	border-radius:30px;	
}

.weui_media_hd .text
{
	position:absolute;
	width:60px;
	padding:12px 0;
	text-align:center;
	font-size:14px;
	line-height:18px;
	color:#1289eb;
}

.weui_media_box::before
{
	left:0;
	height:10px;
	background:#F1F1F1;	
}

.weui_media_box .weui_media_info_meta {
    float: left;
    padding-right: 1em;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

.weui_media_box .weui_media_info_meta_tag
{
	font-size:12px;
	background:#eee;
	color:#989898;
	padding:0.3em 1em;
	border-radius: 0 10px 0 10px;
	float:right;	
}

.weui_media_box.weui_media_text .weui_media_info_meta_tag
{
	float:right;	
}

.weui_media_box .weui_media_info_meta_tag a
{
	color:#999;	
}


.usercenter .weui_media_text:before {
    height: 1px;
}


.usercenter .weui_media_box .weui_media_desc {
    padding: 0;
}

.weui_media_box .weui_media_info {
    font-size: 13px;
    color: #a2a2a2;
    line-height: 1em;
    list-style: none;
}

.weui_media_info_meta_tag
{
	font-size:12px;
	background:#eee;
	color:#989898;
	padding:0.3em 1em;
	border-radius: 0 10px 0 10px;
	float:right;	
}


/*uploader*/
.weui-uploader__files
{
	overflow:hidden;
	float:left;	
}

.weui-uploader__input-box {
    background:url(images/btn_uploader_bg.png) no-repeat;
	background-size:100% 100%;
}

.weui-uploader__input-box:before {
    display:none;
}

.weui-uploader__input-box:after {
    display:none;
}

.weui-uploader__input-box {
    border: 1px solid #FFF;
}

.uploader_title
{
	float: left;
    position: relative;
    margin-right: 9px;
    margin-bottom: 9px;
    height: 77px;
	line-height:77px;
	color:#000;
	
}

/*button*/
.weui_btn_primary {
    background-color: #fcd105;
	color: #1a180f;
}


.weui_btn
{
	border-radius: 50px;
}

.weui_btn::after
{
	content:none;	
}

.btn_red_border 
{
	border:1px solid #e94b43;
	background:#FFF;
	color:#e94b43;
	height:40px;
	line-height:40px;
	border-radius:20px;
	width:80%;
}

.btn_blue_border 
{
	border:1px solid #4dabdf;
	background:none;
	color:#FFF;
	border-radius:20px;
	width:80%;
}


.weui_btn.weui_btn_mini {
    line-height: 2.6;
    font-size: 14px;
    padding: 0 1.2em;
    display: inline-block;
}

.weui_btn.weui_btn_mini_history {
	width:80%;
	margin: 0 auto;
}

.btn_blue2
{
	background:#7fd5f7;	
}


/*home*/
.home_nav 
{
	background:#FFF;
	padding:10px;	
}

.home_nav .weui_grid {
    position: relative;
    float: left;
    padding: 10px 10px;
    width: 33.33333333%;
    box-sizing: border-box;
}

.weui_grid:before
{
	content:none;	
}

.home_nav .weui_grid_icon {
    width: 50px;
    height: 50px;
	line-height:50px;
	background:#0b8dd7;
	border-radius:30px;
	text-align:center;
    margin: 0 auto;
}

.home_nav .weui_grid_icon img
{
	width:32px;
	height:32px;
	display:inline;
	margin-top:8px;	
}
.home_nav .weui_grid_icon .iconfont
{
	font-size:28px;
	color:#FFF;	
}

/*header2*/
#header2
{
	background:#FFF;
}

#header2 .logo
{
	text-align:center;
}

#header2 .logo .icon
{
	width:150px;
	height:100px;
}

/*form*/
.form 
{
	background:#FFF;
	padding: 0 10px;
	padding-bottom:30px;	
}

.form .weui_input 
{
	color:#000;	
}

.form .weui_btn .iconfont
{
	font-size:26px;	
}

.form .weui_btn
{
	line-height:2.5em;	
}

.form .weui_cells {
    margin-top: 0;
    line-height: 1.41176471;
	color:#858283;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

.form .weui_cell_hd img {
    display:inline;
    margin-right: 0; 
}

.form .weui_cells:after, .weui_cells:before {
    content: none;
}

.form .weui_cell {
	padding:15px;
	border:1px solid #e8eae9;
	margin-bottom:10px;
}

.form .weui_cell:before {
	content:none;	
}

.form .weui_vcode .weui_cell_ft img {
    margin-left: 5px;
    height: 30px;
    vertical-align: middle;
}

.form .weui_cell .weui_btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 2.33333333;
    border-radius:40px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
}

.form .weui_label
{
	width:auto;
	padding-right:10px;
	text-align:left;	
}

.form .weui_select {
	padding:0;
	height:24px;
	line-height:24px;
    color:#858283;	
}

.form .weui_cell_select .weui_cell_bd:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    position: relative;
    top: -2px;
    position: absolute;
    top: 40%;
    right: 15px;
    margin-top: -3px;
}


/*msg*/
.weui_icon_success:before {
    font-size: 80px;
    color: #0086d1;
}

.weui_msg .weui_icon_area {
    margin-bottom: 5px;
}

.weui_msg .weui_msg_title {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 24px;
	color:#0086d1;
}

.msg_page
{
	padding-top:50px;
	background:#FFF;
	min-height:500px;	
}


.usercenter .weui_navbar
{
	position:relative;	
}

.user_desc
{
	background:#0086d1;
}

.user_desc .edit
{
	color:#FFF;
	display:block;
	margin-top:10px;
	margin-left:20px;
}

.user_desc .edit .iconfont
{
	
	font-size:24px;		
}

.user_desc .tool
{
	color:#FFF;
	display:block;
	margin-top:10px;
	margin-right:20px;
	float:right;
}

.user_desc .tool .qipao
{
	 float:right;	
}

.user_desc .tool .iconfont
{
	
	font-size:24px;
	float:left;		
}

.user
{
	padding:15px 0;
	text-align:center;
	color:#FFF;
}

.user .user_photo
{
	width:84px;
	height:84px;
	border:4px solid #4dabdf;
	border-radius:46px;
	margin: 0 auto;
}

.user .user_photo img
{
	width:80px;
	height:80px;
	border:2px solid #0086d1;
	border-radius:40px;
}

.user .user_name
{
	font-size:15px;
	line-height:30px;
}

.user .user_name .name
{
	font-size:16px;
	color:#fff100;
	font-weight:bold;	
}

.user .income_label
{
	font-size:12px;
	line-height:20px;
	color:#a5d5ff;	
}

.usercenter .points
{
	font-size:12px;
	color:#858283;
	height:36px;
	line-height:36px !important;
	vertical-align:middle;
	padding-left:24px;
}

.usercenter .points span
{
	float:left;
	line-height:36px;
	position:relative;
	min-width:24px;	
}

.usercenter .points .iconfont
{
	font-size:24px;
	margin-top:-1px;
	margin-left:-24px;
	position:absolute;
}

.usercenter .points span.point
{
	font-size:24px;	
	color:#0086d1;
	padding: 0 5px;
}

.usercenter .user_points
{
	background:#FFF;
	padding:15px;
	overflow:hidden;
}

.usercenter .right
{	
	height:36px;
	line-height:36px;
	padding:0;
	margin:0;
	overflow:hidden;
}

.usercenter .right .weui_btn
{
	margin:0;
	height:36px;
	line-height:36px;
}

.usercenter_menu
{
	min-height:350px;	
}

.usercenter_menu .weui_cell .weui_cell_hd
{
	padding-right:5px;
}

.usercenter_menu .weui_cell
{
	font-size:14px;
}

.usercenter_menu .weui_cell .iconfont
{
	font-size:20px;
	color:#0b8dd7;
}

.usercenter_menu .weui_cell_bd p
{
	font-weight:bold;	
}

.usercenter_menu .weui_cells_access .weui_cell_ft::after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    position: relative;
    top: -2px;
    top: -1px;
    margin-left: .3em;
}


/*usercenter_sub*/
.title
{
	
}

.title h2{
	font-size:15px;	
}

.title p
{
	font-size:12px;
	color:#858283;	
}

/**/
.fix_header
{
	padding:15px;
	background:#FFF;
	overflow:hidden;
	margin-bottom:10px;	
}

.fix_list
{
	padding-bottom:50px;
}

.fix_list .weui_panel_hd .left
{
	flex:2;
}
.fix_list .weui_panel_hd .right
{
	flex:2;
	text-align:right;
}

.fix_info
{
	
}

.fix_info li
{
	list-style:none;
	font-size:14px;
	line-height:22px;
	padding:5px 0;
	
}

.fix_info li .th
{
	color:#858283;
	padding-right:5px;	
}

.fix_info li .iconfont
{
	font-size:16px;
}

.fix_info .weui_btn_area .iconfont
{
	font-size:20px;	
}

.fix_img
{
	padding:5px 0;
}

.fix_img img
{
	width:80px;
	height:80px;
	margin-right:15px;
}


/*评价*/
.comment_form
{
	
}

.comment_form .weui_cell_2
{
	border:none;
	display:block;
	padding:3px 0;
}

.comment_form .weui_cell_2 .weui_cell_hd
{
	
}

/*星星评论*/
.br-widget
{
	
}

.br-widget a
{
	display:inline-block;
	width:30px;
	height:30px;
	color:#888686;
	margin-right:10px;
	font-size:24px;
}

.br-widget a .iconfont
{
	font-size:30px;	
}

.weui_grids a:active
{
	background-color:#FFF;	
}


.br-widget a.br-selected span,.br-widget a.br-active span
{
	color:#0086d1;	
}

.br-widget a span
{
	
}

.br-widget .br-current-rating
{
	display:inline-block;
	height:24px;
	line-height:24px;	
}


/*weui_dialog*/

.weui_dialog
{
	top:10%;
	border-radius:0;
}

.weui_dialog_hd {
    padding: 0.8em 1em;
	background:#109333;
	color:#FFF;
	text-align:left;
	display:flex;
}

.weui_dialog_hd .weui_dialog_title
{
	flex:1;	
}


.weui_dialog_hd .weui_dialog_close
{
	flex:2;	
	text-align:right;
}

.weui_dialog_hd .weui_dialog_close i
{
	border:2px solid #FFF;
	font-size:16px;	
	padding:2px 3.5px;
	cursor:pointer;
}

.weui_dialog_bd {
    padding: 10px;
    font-size: 15px;
    color: #888;
    word-wrap: break-word;
    word-break: break-all;
	text-align:left;
	background:#FFF;
}


/*验证*/
.v_list
{
	padding:12px;
}

.v_list .weui_panel_bd
{
	border:1px solid #dcdbdb;	
}

.v_list .weui_cells
{
	margin:0;
}

.v_list .weui_cell:before {
	left:0;	
}

.v_list .weui_cell
{
	font-size:12px;
}

.v_list .weui_cell.odd
{
	background:#eeeeee;
}

.v_list .weui_cell p
{
	padding:2px 0;	
}

.v_list .weui_cell .number
{
	font-size:16px;	
}

.v_list .weui_cell .state
{
	font-size:14px;	
}


/*验证结果*/
.v_results_header
{
	padding:12px;
	padding-top:30px;
	background:#FFF;
	margin-bottom:10px;
}

.v_results_header .number_wrap
{
	display:flex;
	line-height:40px;
}

.v_results_header .number_wrap .l,.v_results_header .number_wrap .r
{
	flex:3;
	background:url(images/v_bg.png);
	background-size: auto 100%;
}

.v_results_header .number_wrap .number
{
	flex:6;
	font-size:26px;
	text-align:center;	
	color:#444444;
}

.v_state_wrap p
{
	padding:3px 0;
}

.v_state_wrap .v_state
{
	font-size:16px;
	padding-top:5px;
}

.v_state_wrap .v_title
{
	font-size:12px;	
}

.form h2
{
	font-size:16px;	
}

.v_info
{
	padding:10px;
}

.v_info .item
{
	padding:8px 0;
}

.v_info .title
{
	font-size:13px;
	color:#444041;
	padding:8px 0;
}

.v_info .no
{
	font-size:18px;
	color:#000;
	background:#eee;
	padding:5px 0;
	line-height:34px;
}

.v_info .weui_cells {
       padding-top:20px;
}

/*产品*/
.product_catalog
{
	padding:12px;
	background:#eaeef1;	
}

.product_catalog .catalog
{
	
}

.product_catalog .catalog a
{
	background:#FFF;
	display:block;
	float:left;
	width:48%;
	margin:1%;
}

.product_catalog .catalog a img
{
	width:100%;
}

.product_catalog .catalog_title
{
	padding:10px;
	text-align:center;
}
/*产品*/
.product_catalog_1
{
	padding:12px;	
}

.product_catalog_1 .catalog
{
	
}

.product_catalog_1 .catalog a
{
	background:#FFF;
	display:block;
	margin-bottom:6px; 
}

.product_catalog_1 .catalog a img
{
	width:100%;
}

.product_catalog_1 .catalog_title
{
	padding:10px;
	text-align:center;
}

.backtoUp
{
	position:fixed;
	bottom:80px;
	right:30px;
	z-index:100000;
	display:none;
}

.backtoUp.backtoUp_yellow a
{
	
	background:#fccf05;
}


.backtoUp.backtoUp_blue a
{
	
	background:#0086d0;
}

.backtoUp a
{
	display:block;
	width:40px;
	height:40px;
	line-height:30px;
	font-size:30px;
	text-align:center;
	border-radius:20px;
	background:#fccf05;
	color:#FFF;
	
}

.product
{
	background:#FFF;
		
}

.product .product_banner img
{
	width:100%;	
}

.product .weui_grids
{
	
}

.product .weui_grid {
    
    width: 50%;
}

.product .weui_grid:nth-child(2n):before {
    border-right-width: 0;
}

.product .weui_grid:nth-child(3n):before {
    border-right-width: 1px;
}

.product .weui_grid_icon {
    width: 100px;
    height: 70px;
    margin: 0 auto;
}

.product .weui_grids2 .weui_grid_icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.product .weui_grids3
{
	background:#f7f7f7;
	padding:10px 0;
}

.product .weui_grids3 h3
{
	font-size:18px;
	padding:10px 0;	
}

.product .weui_grids3 p.gray
{
	font-size:12px;
}

.product .weui_grids3 .weui_grid_label
{
	font-size:15px;	
}

.product .weui_grids3 .weui_grid_desc
{
	color:#444041;
	font-size:13px;
	text-align:center;
}

.product .weui_grids3 .weui_grid_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
	border:2px solid #0086d1;
	border-radius:44px;
}

.product_2 .weui_grids3 .weui_grid_icon {
	border:2px solid #fccf05;
}


.product_desc .weui_panel_hd
{
	background:#0086d1;
	color:#1a180f;
	font-size:18px;
}
.product_desc .weui_panel_hd2
{
	color:black;
}

.product_1 .product_desc .weui_panel_hd
{
	background:#fcd105;
}

.product_2 .product_desc .weui_panel_hd
{
	background:#fccf05;
}

.product_desc .weui_panel_hd img
{
	margin-right:15px;	
}

.product_1 .product_desc .weui_panel_hd img
{
	border-radius:20px;
}

.product_desc .weui_panel_hd2 img
{
	margin-right:5px;
	background:#f2f2f2;
	border-radius:20px;	
}

.product_desc .weui_panel_bd
{
	background:#f7f7f7;	
}

.product_desc .weui_media_box
{
	text-align:center;	
}

.product_desc .weui_media_title
{
	font-size:20px;	
	padding-top:40px;
	font-weight:bold;
}

.product_desc .weui_media_desc
{
	font-size:13px;
	color:#444041;
	padding: 0 25px;
	display: block;
}

.product_2 .product_desc .weui_media_desc
{
	padding: 0;
}


.product_3 .product_desc .weui_media_desc
{
	padding: 0;
}


.product_desc .weui_media_desc2
{
	padding:0 ;	
}

.product_desc .weui_media_desc img,.product_desc .weui_media_desc2 img
{
	width:100%;
	height:auto;	
}

.product_desc .weui_media_box {
    padding: 0;
	padding-bottom:20px; 
}

.product_desc .weui_media_box::before {
    height: 1px;
    background: #F1F1F1;
}


/*液压*/

.product3_catalog {
    background: #eaeef1;
    padding: 12px;
}

.product3_catalog li {
    display: block;
    margin-bottom: 10px;
}

.product3_catalog li a {
    display: flex;
    align-items: center;
    background: #0086d1;
    color: #FFF;
    font-size: 24px;
    padding: 20px 0;
}

.product3_catalog li a img {
    max-width: 100px;
}

.product3_catalog li a span {
    flex: 4;
    text-align: center;

}

.product3_catalog li a span.title {
    flex: 6;
    text-align: left;

}

.product_desc_item
{
	padding:10px 60px;
}

.product_3 .product_desc_item {
    padding: 10px 40px;
}

.product_desc_item ul
{
	color:#7fd5f7;	
}

.product_desc_item li
{
	text-align:left;
	list-style:square;
	padding:3px 0;
}

.product_3 .gray
{
	color:#4c4948;	
}

/*视频*/
.product_video
{
	padding:12px;
	background:#eaeef1;	
}

.product_video li video
{
	background:#000;
	width:100%;	
}

.product_video li
{
	background:#FFF;
	margin-bottom:12px;	
}

.product_video li .video_info
{
	padding:10px;	
	display:flex;
	font-size:15px;
}

.product_video li .video_info .title
{
	flex:8;	
}

.product_video li .video_info .share
{
	flex:1;
	text-align:right;	
}

.product_video li .video_info .play_num
{
	flex:2;
	text-align:right;	
}


/*注册切换*/
#user_groups {

}

#user_groups .group_item {
    display:none;
}