body{
	padding: 0;
	margin: 0;
	font-size: 12px;
	overflow-x: auto;
	overflow-y: scroll;
}
div.content {
	padding: 30px 20px 70px 20px;
	min-height: 600px;
}
.top-navigation-custom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 111;
}
.container-body {
	position: relative;
	height: 100%;
}
.container-body .left-menu {
	position: fixed;
	left: 0px;
	top: 50px;
	bottom: 0px;
	right: 0px;
	width: 148px;
	z-index: 101;
}
.container-body .left-menu-mini {
	width: 48px;
}
.container-body .left-menu-warp {
	height: 100%;
	width: 148px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 40px;
	background-color: #424242;
	color: #ffffff;
}
.container-body .left-menu-warp:hover {
	overflow-y: auto;
}
.container-body .left-menu-warp.transition-width{
	transition: width, ease-in, 100ms;
}
.container-body .left-menu-warp-mini {
	width: 48px;
}
.container-body .left-menu-warp .top-menu {
	height: 36px;
	background-color: #525252;
	cursor: pointer;
	position: relative;
}
.container-body .left-menu-warp .top-menu i{
	position: absolute;
    top: 8px;
    left: 64px;
}
.container-body .left-menu-warp-mini .top-menu i{
	position: absolute;
    top: 8px;
    left: 14px;
}
.container-body .left-menu-warp .sub-menus {
	display: none;
}
.container-body .left-menu-warp .sub-menus >div {
	border-bottom: 1px solid #525252;
}
.container-body .left-menu-warp .sub-menu {
	list-style: none;
	border-bottom: 1px #333 solid;
}
.container-body .left-menu-warp .sub-menu li {
	padding-left: 40px;
}
.container-body .left-menu-mini .left-menu-warp .sub-menu li {
	padding-left: 50px;
}
.container-body .left-menu-warp .sub-menu .title {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
}
.container-body .left-menu-warp .sub-menu .title-default {
	cursor: default;
}
.container-body .left-menu-warp .sub-menu .title-select {
	background-color: #333;
}
.container-body .left-menu-warp .sub-menu .title-hover:hover {
	background-color: #333;
}
.container-body .left-menu-warp .sub-menu .title .icon {
	position: absolute;
	left: 15px;
	top: 16px;
}
.container-body .left-menu-warp .sub-menu .title .title-desc {
	position: relative;
    width: 108px;
    display: inline-block;
}
.container-body .left-menu-warp .sub-menu .title .slider {
	position: absolute;
	right: 16px;
	top: 18px;
}
.container-body .left-menu-warp .sub-menu .child {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
	/*display: none;*/
	position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.container-body .left-menu-warp .sub-menu .child .vip{
	position: absolute;
	display: none;
	width: 40px;
	height: 26px;
	right: 1px;
	top: 5px;
	background:url("//qimg2.xyy001.com/qnjy/images/qnui/vip_big.png") 0 0 no-repeat;
}
.container-body .left-menu-warp .abs-menu .child .vip{
	position: absolute;
	display: none;
	width: 24px;
	height: 12px;
	right: 1px;
	top: 12px;
	background:url("//qimg2.xyy001.com/qnjy/images/qnui/vip.png") 0 0 no-repeat;
}
.container-body .left-menu-warp .sub-menu .title .vip {
	position: absolute;
	display: none;
	width: 40px;
	height: 26px;
	right: 1px;
	top: 12px;
	background:url("//qimg2.xyy001.com/qnjy/images/qnui/vip_big.png") 0 0 no-repeat;
}
.container-body .left-menu-warp .abs-menu .title .vip {
	position: absolute;
	display: none;
	width: 24px;
	height: 12px;
	right: 1px;
	top: 19px;
	background:url("//qimg2.xyy001.com/qnjy/images/qnui/vip.png") 0 0 no-repeat;
}
.container-body .left-menu-warp .sub-menu .child .msg{
	position: absolute;
	display: none;
	width: 40px;
	height: 26px;
	left: 22px;
	top: 12px;
	width: 12px;
    height: 12px;
    background-color: #f13a4c;
    border-radius: 50%;
    display: inline-block;
}
.container-body .left-menu-warp .abs-menu .child .msg{
	position: absolute;
	display: none;
	width: 24px;
	height: 12px;
	left: 3px;
	top: 12px;
	width: 12px;
    height: 12px;
    background-color: #f13a4c;
    border-radius: 50%;
    display: inline-block;
}
.container-body .left-menu-warp .sub-menu .child-select {
	background-color: #333;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
}
.container-body .left-menu-warp .sub-menu .child:hover {
	background-color: #333;
}
.container-body .left-menu-warp .abs-menu{
	list-style: none;
	width: 102px;
    background-color: #525252;
    position: absolute;
    right: -102px;
    display: none;
}
.container-body .left-menu-warp .abs-menu-abs-1{
    top: 36px;
}
.container-body .left-menu-warp .abs-menu-abs-2{
    top: 88px;
}
.container-body .left-menu-warp .abs-menu-abs-3{
    top: 140px;
}
.container-body .left-menu-warp .abs-menu-abs-4{
    top: 192px;
}
.container-body .left-menu-warp .abs-menu-abs-5{
    top: 244px;
}
.container-body .left-menu-warp .abs-menu-abs-6{
    top: 296px;
}
.container-body .left-menu-warp .abs-menu-abs-7{
    top: 343px;
}
.container-body .left-menu-warp .abs-menu-abs-8{
    top: 394px;
}
.container-body .left-menu-warp .abs-menu-abs-9{
    top: 445px;
}
.container-body .left-menu-warp .abs-menu li {
	padding-left: 16px;
}
.container-body .left-menu-warp .abs-menu .title {
	height: 51px;
	line-height: 51px;
	font-size: 14px;
	background-color: #3d3d3d;
    border-bottom: 1px solid #333;
}
.container-body .left-menu-warp .abs-menu .title-click {
	cursor: pointer;
}
.container-body .left-menu-warp .abs-menu .child {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}
.container-body .left-menu-warp .abs-menu .child.first {
	border-top: 1px solid #525252;
}
.container-body .left-menu-warp .abs-menu .child-select {
	background-color: #383838;
}
.container-body .left-menu-warp .abs-menu .child:hover {
	background-color: #383838;
}
#container {
	overflow-y: hidden;
}
.container-body .right-content {
	padding: 50px 0px 0px 148px;
}
.container-body .right-content-mini-left {
	padding-left: 48px;
}
.container-body .right-content-no-left {
	padding-left: 0px;
}
div.bottom-help {
    position: fixed;
    bottom: 0;
    left: 148px;
}
div.bottom-help-mini {
    left: 48px;
}
div.bootom-help-opt {
	box-shadow: none;
}

.datepicker {
	padding: 4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	direction: ltr
}

.datepicker-inline {
	width: 280px
}

.datepicker.datepicker-rtl {
	direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
	float: right
}

.datepicker-dropdown {
	top: 0;
	left: 0
}

.datepicker>div {
	display: none
}

.datepicker.days div.datepicker-days {
	display: block
}

.datepicker.months div.datepicker-months {
	display: block
}

.datepicker.years div.datepicker-years {
	display: block
}

.datepicker table {
	margin: 0;
	float: left;
	border-spacing: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.datepicker td,.datepicker th {
	text-align: center;
	width: 38px;
	height: 28px;
	line-height: 28px
}

.table-striped .datepicker table tr td,.table-striped .datepicker table tr th
	{
	background-color: transparent
}

.datepicker table tr td.day:hover,.datepicker table tr td.day.focused {
	background: #eee;
	cursor: pointer
}

.datepicker table tr td.old,.datepicker table tr td.new {
	color: #999
}

.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover
	{
	background: none;
	color: #999;
	cursor: default
}

.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover
	{
	color: #f89406
}

.datepicker table tr td.today:hover:hover {
	color: #f89406
}

.datepicker table tr td.today.active:hover {
	color: #f89406
}

.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover
	{
	background: #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.datepicker table tr td.range.today,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover
	{
	color: #f89406
}

.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover
	{
	background-color: #b3b3b3;
	border-color: #808080;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover
	{
	background-color: #28a3ef;
	border-color: #2861ef;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.datepicker table tr td span:hover {
	background: #eee
}

.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover
	{
	background: none;
	color: #999;
	cursor: default
}

.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover
	{
	background-color: #28a3ef;
	border-color: #2861ef;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td span.old,.datepicker table tr td span.new {
	color: #999
}

.datepicker th.datepicker-switch {
	width: 145px;
	font-size: 18px;
	font-weight: 600;
	height: 38px
}

.datepicker .prev b,.datepicker .next b {
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #bcbcbc;
	border-right: 8px solid #bcbcbc
}

.datepicker .date-header .prev:hover,.datepicker .date-header .next:hover
	{
	background: transparent
}

.datepicker .prev b {
	margin-left: 2px;
	border-left-color: transparent
}

.datepicker .next b {
	margin-left: 22px;
	border-right-color: transparent
}

.datepicker .week-content .dow {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	margin: 0;
	color: #999;
	font-weight: 600
}

.datepicker thead tr:first-child th,.datepicker tfoot tr th {
	cursor: pointer
}

.datepicker thead tr:first-child th:hover,.datepicker tfoot tr th:hover
	{
	background: #eee
}

.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
	cursor: default;
	background-color: transparent
}

.datepicker.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	list-style: none;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px
}

.datepicker .timepicker-container {
	float: left;
	border-left: 1px solid #e5e5e5
}

.datepicker.datepicker-small .datepicker-days td,.datepicker.datepicker-small .datepicker-days th
	{
	text-align: center;
	width: 28px;
	height: 20px;
	line-height: 20px
}

.datepicker.datepicker-small .datepicker-days .next b {
	margin-left: 2px
}

.datepicker.datepicker-small .datepicker-months td {
	width: 25px
}

.datepicker.datepicker-small .datepicker-months td span {
	height: 30px;
	line-height: 30px
}

.datepicker.datepicker-small .timepicker .picker-con span {
	height: 24px
}

.timepicker {
	width: 100px;
	height: 228px;
	position: relative;
	padding: 12px 20px;
	background: #fff
}

.timepicker:before,.timepicker:after {
	display: table;
	content: "";
	line-height: 0
}

.timepicker:after {
	clear: both
}

.timepicker .picker-wrap {
	width: 40px;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 1
}

.timepicker .picker-wrap:first-child {
	margin-right: 20px
}

.timepicker .picker-btn {
	display: block;
	width: 50%;
	height: 27px;
	line-height: 25px;
	margin: 0 auto;
	text-align: center;
	position: relative
}

.timepicker .picker-btn .arrow,.timepicker .picker-btn .arrow-bg {
	width: 0;
	height: 0;
	display: inline-block;
	position: absolute;
	left: 3px
}

.timepicker .picker-btn .arrow {
	border: 7px solid #bbb
}

.timepicker .picker-btn .arrow-bg {
	border: 7px solid #fff
}

.timepicker .picker-btn.up .arrow,.timepicker .picker-btn.up .arrow-bg {
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent
}

.timepicker .picker-btn.up .arrow {
	top: 0
}

.timepicker .picker-btn.up .arrow-bg {
	top: 1px
}

.timepicker .picker-btn.down .arrow,.timepicker .picker-btn.down .arrow-bg
	{
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent
}

.timepicker .picker-btn.down .arrow {
	bottom: 0
}

.timepicker .picker-btn.down .arrow-bg {
	bottom: 1px
}

.timepicker .picker-con {
	width: 100%;
	height: 174px;
	overflow: hidden;
	position: relative
}

.timepicker .picker-con .picker-innercon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.timepicker .picker-con span {
	display: block;
	height: 35px;
	width: 100%;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	color: #bbb
}

.timepicker .picker-con span.current {
	color: #000;
	font-size: 16px
}

.timepicker .timePicker-split {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 100px;
	z-index: 0
}

.timepicker .timePicker-split .hour-input,.timepicker .timePicker-split .minute-input
	{
	width: 38px;
	height: 28px;
	border: 1px solid #ececec;
	float: left;
	background: #f9f9f9
}

.timepicker .timePicker-split .split-icon {
	width: 20px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	color: #000
}

.timepicker.dropdown-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px
}

.timepicker {
    width: 140px;
    padding: 5px 20px;
}

.timepicker .timePicker-split {
    left: 22px;
    margin-top: -9px;
}

.datepicker-select-months {
    width: 140px;
    padding: 6px 20px;
}

.iteminfo-info .title{
	width: 400px;
    height: auto;
}

.show-when-hover {
	visibility: hidden;
}
.show-when-hover:hover {
	color: #129bed !important;
}

.ticet-top-count{
	background-color: #f4d62e;
    width: 17px;
    color: #F13A4C;
    height: 16px;
    position: absolute;
    font-weight: bold;
    right: -7px;
    top: 6px;
    display: block;
    line-height: 17px;
    text-align: left;
    -webkit-border-radius: 10px;
    padding-left: 5px;
}
.ticet-top-warning{
	background-color: #f4d62e;
    width: 16px;
    color: #F13A4C;
    font-weight: bold;
    height: 16px;
    position: absolute;
    right: -7px;
    top: 6px;
    display: block;
    line-height: 17px;
    text-align: center;
    -webkit-border-radius: 10px;
}

.brand-image-top .left-progress{
    background-color: #3570f2;
    width: 0px;
    height: 16px;
    position: absolute;
    left: 164px;
    top: 267px;
    -webkit-border-radius: 16px;
    display: none;
}
.brand-image-top .right-progress{
    background-color: #bc1506;
    width: 0px;
    height: 16px;
    position: absolute;
    left: 472px;
    top: 267px;
    -webkit-border-radius: 16px;
    display: none;
}
.brand-image-top .left-time{
  	 	color: #fff;
    width: 90px;
    height: 28px;
    position: absolute;
    left: 200px;
    top: 301px;
    font-size: 18px;
    line-height: 28px;
    display: none;
}
.brand-image-top .right-time{
       color: #fff;
    width: 90px;
    height: 28px;
    position: absolute;
    left: 509px;
    top: 301px;
    font-size: 18px;
    line-height: 28px;
    display: none;
}
.brand-image-bottom .pic{
	width: 104px;
	height: 72px;
}

.pay-sms-choose{
	width: 14px;
	height: 14px;
	display: block;
	background:url("//qimg2.xyy001.com/qnjy/images/yy/170223/pay_sms_choose_nn.png") -28px 0 no-repeat;
}
.pay-sms-choose-select {
	background:url("//qimg2.xyy001.com/qnjy/images/yy/170223/pay_sms_choose_nn.png") 0 0 no-repeat;
}
.pay-sms-content-select {
	color: #fe1717;
}

.free-w-top .free-w-nav-box{
	height: 52px;
	line-height: 52px;
}
.free-w-top .free-w-nav-inner-box{
	width: 167px;
}

.iteminfo-pic .img {
    border: 1px solid #e6e6e6;
    width: 52px;
    height: 52px;
}

.hover-special:hover {
	color: #8b0004;
}

div.notice {
	min-height: auto;
	margin: 0;
}

div.notice .next-notice.next-notice-medium {
	padding: 12px 20px;
}

.fv-middle {
    vertical-align: middle;
}

.account-mark {
	display: inline-block;
	width: 26px;
	height: 32px;
	vertical-align: middle;
	margin-right: 4px;
}
.account-mark.free {
	background: url("//qimg2.xyy001.com/qnjy/images/qnui/free_mark.png") 0 0 no-repeat;
}
.account-mark.advance {
	background: url("//qimg2.xyy001.com/qnjy/images/qnui/advance_mark.png") 0 0 no-repeat;
}

.left-menu-can-close-tip {
    position: absolute;
    background-color: #fff;
    width: 180px;
    height: 102px;
    z-index: 112;
    padding: 20px;
    line-height: 18px;
    border: 1px solid #ccc;
}

.left-menu-can-close-tip .left-img {
    position: absolute;
    left: -4px;
    top: 20px;
}

.system-notice-close {
    color: #c2c2c2!important;
}

.system-notice-close:hover {
    color: #6e6f76!important;
}

.container-body .left-menu-warp .sub-menu .child .menu-hover-i{
    visibility: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("//qimg2.xyy001.com/qnjy/images/qnui/sms/menu_desc_i.png");
}

.container-body .left-menu-warp .sub-menu .child:hover .menu-hover-i{
    visibility: visible;
}

#leftMenuTipWindowSquare:after {
    display: none;
}

div.browser-op {
    bottom: 52px;
    right: 5px;
}

.page-size-choose-contain {
    display: inline-block;
    line-height: 28px;
}

.page-size-choose-contain .page-size-choose-el {
    margin-right: 8px;
    cursor: pointer;
}

.platform-renew-tag-div.next-tag-selectable.next-tag-level-normal {
	height: auto;
    border-width: 2px;
    border-radius: 4px;
    margin: 0;
    border-color: #eee;
}
.platform-renew-tag-div.next-tag-selected {
	background-color: #fef0f0 !important;
}
.platform-renew-tag-div.next-tag-selected:before {
	right: -14px !important;
    bottom: -14px !important;
    width: 28px !important;
    height: 28px !important;
}
.platform-renew-tag-div.next-tag-selected:after {
	right: -2px !important;
	bottom: -2px !important;
	line-height: 16px !important;
    font-size: 16px !important;
}
.platform-renew-tag-div.type2 {
	color: #333 !important;
	font-size: 14px;
	height: 44px !important;
}
.platform-renew-tag-div.next-tag-selected.type2 {
	background-color: #fff !important;
	border-color: #129bec !important;
}
.platform-renew-tag-div.next-tag-selected.type2:before {
	content: none;
}
.platform-renew-tag-div .alipay {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url('//img1.fhd001.com/portal/image/pay/alipay.jpg') no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 5px;
}
.platform-renew-tag-div .weixin {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url('//img1.fhd001.com/portal/image/pay/weixin.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 5px;
}
.platform-renew-combos {
    display: flex;
    justify-content: space-around;
    align-items: start;
}
.platform-renew-combos .platform-renew-combo {
	width: 140px;
	text-align: center;
    line-height: 1;
}
.platform-renew-combo .platform-renew-combo-title {
	color: #333;
	font-size: 16px;
    margin-top: 18px;
    margin-bottom: 8px;
}
.platform-renew-combo .platform-renew-combo-pay {
	color: #f13a4c;
	font-size: 32px;
}
.platform-renew-combo .platform-renew-combo-pay i {
	font-size: 18px;
	font-style: normal;
}
.platform-renew-combo .platform-renew-combo-desc {
	color: #999;
	font-size: 12px;
	margin-bottom: 8px;
}
.platform-renew-combo .platform-renew-combo-desc span {
	text-decoration: line-through;
}
.platform-renew-tag-div.type2 .platform-renew-combo {
	width: 160px;
    transform: translateY(7px);
}

.platform-renew-combo.sms .platform-renew-combo-pay {
	color: #333;
	margin-top: 20px;
}
.platform-renew-combo.sms .platform-renew-combo-desc {
	line-height: 18px;	
}
.platform-renew-tag-div.next-tag-selectable.next-tag-level-normal .platform-renew-combo.sms .platform-renew-combo-pay {
	color: #f13a4c;
}

.sms-pay-div {
	margin-top: 16px;
	width: 144px;
	text-align: center;
}
.sms-pay-div .sms-pay-div-name {
	color: #333;
}
.sms-pay-div.sms-selected .sms-pay-div-name {
	color: #f13a4c;
}
.sms-pay-div .sms-pay-div-single {
	color: #999;
}

.member-div {
	margin-top: 16px;
}
.member-div .member-div-avatar {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.member-div .member-div-avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.member-div .member-div-info {
	display: inline-block;
	vertical-align: middle;
}
.member-div .member-div-name {
	display: inline-block;
	vertical-align: middle;
	width: 110px;
}
.member-div .member-div-name-edit {
	display: none;
	vertical-align: middle;
	position: relative;
}
.member-div-name-edit input {
	border:0;
	width: 86px;
	outline: none;
}
.member-div-name-edit hr {
	width: 118px;
	position: absolute;
	left: -3px;
	top: 13px;
}
.member-div .member-div-time {
	display: inline-block;
	margin-left: 12px;
    margin-right: 12px;
	width: 100px;
	text-align: right;
	vertical-align: middle;
}
.member-div .member-div-operation {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
}
.member-div:hover .member-div-operation{
	visibility: visible;
}
.group-div >i {
	visibility: hidden;
}
.group-div:hover >i {
	visibility: visible;
}

.notice-scroll-div {
    transition: transform linear 1s;
}
.notice-scroll-div >div {
	margin-bottom: 4px;
}

.red-point {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ff0000;
}
.version-dialog{
	display: flex;
}
.version-dialog-date {
	font-size: 14px;
	border-right:1px solid #dddddd;

}
.version-dialog-message-left,
.version-dialog-message-right {
	padding: 10px;
	display: table-cell;
}
