﻿html {
	height: 100%
}
body{
	box-sizing: border-box;
	padding-top: 43px;
	padding-bottom: 10px;
	min-width: 790px;
	height: 100%;
	overflow: hidden;
}
.clear {
	clear:both; 
	height:0; 
	overflow:hidden;
	display:block;
}
.sui-breadcrumb{
	padding: 0px;
	margin-bottom:10px;
}
.xyy-container{
	padding:10px;
}
.xyy-left{
	float:left;
}
.xyy-right{
	float:right;
}
.xyy-color-g{
	color:green;
}
.xyy-color-o{
	color:#ff6600;
}
.xyy-color-r{
	color:#ff0000;
}
.xyy-color-w{
	color:#ffffff;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.left{
	float:left;
}
.right{
	float:right;
}
.color-green{
	color:#22cd6e;
}
.color-red{
	color:#ea4a36;
}
.color-grey{
	color:#a6a6a6;
}
.color-orange{
	color:#ff6600;
}
.input-radius{
	-webkit-border-radius:3px;
}
.box-radius{
	-webkit-border-radius:5px;
}
.hide {
	display: none
}

@-webkit-keyframes fadeIn { 
	0%{
		opacity: 0
	}

	100%{
		opacity: 1
	}
}
@-moz-keyframes fadeIn { 
	0%{
		opacity: 0
	}
	100%{
		opacity: 1
	}
}
.fade-in {
	-webkit-animation: fadeIn 0.1s ease .1s both;
	-moz-animation: fadeIn 0.1s ease .1s both
}

header.sui-navbar {
	min-width: 790px
}
.sui-nav .sui-dropdown i.caret {
	margin-top: 0
}
.fhd-custom-menu {
	position: relative;
}
.fhd-custom-menu-list {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.1);
    background-clip: padding-box;
    position: absolute;
    left: -1px;
    top: 38px;
    padding: 5px 10px 10px 10px;
    width: 530px;
    display: none;
}
.fhd-custom-menu-list .menu-list{
    border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.fhd-custom-menu-list .menu-list .first{
	width: 15px;
}
.fhd-custom-menu-list .menu-list th{
	height: 38px;
	line-height: 38px;
	color: #ff6600;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding: 0px 16px;
}
.fhd-custom-menu-list .menu-list td{
	height: 38px;
	line-height: 38px;
	padding: 0px 16px;
}
.fhd-custom-menu-list .menu-list td.menu{
    cursor: pointer;
}
.fhd-custom-menu-list .menu-list td.menu:hover{
    text-decoration: none;
	color: #fff;
	background-color: #40adf1;
}
#container {
	position: relative;
	box-sizing: border-box;
	height: 100%;
	overflow-y: scroll;
	background: #fff;
}
div.content{
	padding:10px 10px 40px 10px;
	clear:both; 
	overflow-y: hidden;
	overflow-x: auto;
	min-height: 480px;
	position: relative;
}
div.bottom-help{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #3a3c43;
	width: 100%;
	height: 30px;
	line-height: 30px;
	z-index: 999;
}
div.bottom-help a{
	color: #cacaca;
}
div.bottom-help .left-c{
	float: left;
	margin-left: 8px;
}
div.bottom-help .right-c{
	float: right;
	margin-right: 15px;
}
div.bootom-help-opt{
	box-shadow: 0px -3px 10px #bbb;
}
div.browser-op{
	position:fixed;
	bottom:32px;
	right:5px;
	width:31px;
	z-index:1000;
}
div.browser-op i{
	display:block;
	width:31px;
	height:31px;
	margin-bottom:5px;
	cursor:pointer;
}
div.browser-op i.go-top{
	background:url("//qimg2.xyy001.com/qnjy/images/browser_op_nnnn.png") 0 0 no-repeat;
}
div.browser-op i.go-top:hover{
	background:url("//qimg2.xyy001.com/qnjy/images/browser_op_nnnn.png") 0 -31px no-repeat;
}
div.browser-op i.go-back{
	background:url("//qimg2.xyy001.com/qnjy/images/browser_op_nnnn.png") 0 -62px no-repeat;
}
div.browser-op i.go-back:hover{
	background:url("//qimg2.xyy001.com/qnjy/images/browser_op_nnnn.png") 0 -93px no-repeat;
}
div.browser-op i.refresh{
	background:url("//qimg2.xyy001.com/qnjy/images/browser_op_nnnn.png") 0 -124px no-repeat;
}
div.browser-op i.refresh:hover{
	background:url("//qimg2.xyy001.com/qnjy/images/browser_op_nnnn.png") 0 -155px no-repeat;
}
div.browser-op i.phone{
	background:url("//qimg2.xyy001.com/qnjy/images/browser_op_nnnn.png") 0 -186px no-repeat;
}
div.browser-op i.phone:hover{
	background:url("//qimg2.xyy001.com/qnjy/images/browser_op_nnnn.png") 0 -217px no-repeat;
}
div.browser-op i.cs{
	background:url("//qimg2.xyy001.com/qnjy/images/browser_op_nnnn.png") 0 -248px no-repeat;
}
div.browser-op i.cs:hover{
	background:url("//qimg2.xyy001.com/qnjy/images/browser_op_nnnn.png") 0 -279px no-repeat;
}
div.browser-op i.soft{
	background:url("//qimg2.xyy001.com/qnjy/images/browser_op_nnnn.png") 0 -310px no-repeat;
}
div.browser-op i.soft:hover{
	background:url("//qimg2.xyy001.com/qnjy/images/browser_op_nnnn.png") 0 -341px no-repeat;
}
.tipMsg-success {
	color: #22cd6e;
}
.tipMsg-warn {
  color: #ff7300;
}
.tipMsg-fail {
  color: #ea4a36;
}

.top-avatar{
	width: 30px;
	height: 30px;
	vertical-align: bottom;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 50%;
}

.order-version{margin-top:-1px; font-size:12px;}
.order-version .item{padding:3px 8px 8px 8px;min-width: 375px;}
.order-version .item-title{margin-top: 3px;}
.order-version .item-content{margin-top:2px;}
.order-version .item-content .des{float:left; width:115px;}
.order-version .item-content .sui-btn{ margin-top: 0!important; }
.order-version .color-red{color: red; }

.sui-form input[disabled], .sui-form select[disabled], .sui-form textarea[disabled] {
	background-color: #eee;
}
.sui-table th.middle {
	vertical-align: middle;
}
.sui-table th.bottom {
	border-bottom: 1px solid #e6e6e6;
}
.tooltip-inner {
	font-size: 12px;	
}
a span.ico_sort{
	overflow:hidden;
	display:inline-block;
	width:9px;
	height:10px;
	background: url('//qimg2.xyy001.com/qnjy/images/ico_sort.png') 0 0;
	vertical-align:middle;
	margin-left:2px;
}
a span.sort_down{
	background: url('//qimg2.xyy001.com/qnjy/images/ico_sort.png') 0 -10px;
}
a span.sort_up{
	background: url('//qimg2.xyy001.com/qnjy/images/ico_sort.png') 0 -20px;
}

div.upgradeMsg {
	margin: 0px 10px 10px 10px;
	display: none;
}
div.notice {
	position: relative;
	min-height: 30px;
	margin: 10px 10px 0px 10px;
	display: none;
}
div.notice i.close{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 16px;
	padding-top: 2px;
	font-weight: bold;
	opacity: 0.5;
	background-color: #fff;
	cursor: pointer;
}

div.upgrade{
	position:relative;
	width:700px;
	height:500px;
	background:url('//qimg2.xyy001.com/qnjy/images/jy_upgrade_4.jpg') no-repeat;
}
div.upgrade a{
	position:absolute;
	width: 183px;
	height: 54px;
	display:block;
}
div.upgrade a.m1{
	top: 373px;
	left: 68px;
}
div.upgrade a.m3{
	top: 373px;
	left: 255px;
}
div.upgrade a.m12{
	top: 373px;
	left: 446px;
}
div.upgrade-new{
	position:relative;
	width:500px;
	height:360px;
	background:url('//qimg2.xyy001.com/qnjy/images/jy_upgrade_5.jpg') no-repeat;
}
div.upgrade-new .sms-count{
	position: absolute;
	top: 167px;
	left: 211px;
	font-size: 24px;
	font-weight: bold;
	color: #ea5541;
	text-shadow: 1px 1px 1px #ffd009;
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
div.upgrade-new a{
	position:absolute;
	width: 154px;
	height: 45px;
	display:block;
}
div.upgrade-new a.m3{
	top: 270px;
	left: 267px;
}
div.upgrade-new a.m12{
	top: 270px;
	left: 74px;
}
div.upgrade-free{
	position:relative;
	width:700px;
	height:500px;
	background:url('//qimg2.xyy001.com/qnjy/images/jy_upgrade_free.jpg') no-repeat;
}
div.upgrade-free a{
	position:absolute;
	width: 145px;
	height: 44px;
	display:block;
}
div.upgrade-free a.m1{
	top: 396px;
	left: 91px;
}
div.upgrade-free a.m3{
	top: 396px;
	left: 279px;
}
div.upgrade-free a.m12{
	top: 396px;
	left: 466px;
}

ul.option-info li{
	margin: 5px 0px;
}

ul.notice-info{
	list-style-type : disc;
	padding: 0px 20px;
}

.pay-sms .num{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.pay-sms .num b{
	color: #ff6600;
	font-weight: bold;
	width: 85px;
	display: inline-block;
}
.pay-sms .cardlist .card{
	float: left;
	width: 176px;
	height: 98px;
	cursor: pointer;
	margin-bottom: 20px;
	margin-right: 20px;
	background: url('//qimg2.xyy001.com/qnjy/images/sms-card.png') no-repeat;
	opacity: 0.8;
}
.pay-sms .cardlist .card:hover{
	opacity: 1;
}
.pay-sms .cardlist .card-tj{
	background: url('//qimg2.xyy001.com/qnjy/images/sms-card-select.png') no-repeat;
}
.pay-sms .cardlist .card-last{
	margin-right: 0px;
}
.pay-sms .cardlist .card .price{
	margin-top: 20px;
	color: #fff;
	text-align: center;
}
.pay-sms .cardlist .card .price span{
	font-size: 28px;
	margin-right: 5px;
}
.pay-sms .cardlist .card .desc{
	margin-top: 18px;
	text-align: center;
	color: #024167;
}
.pay-sms .desc{
	margin-bottom: 10px;
	margin-left: 10px;
}
.pay-sms .desc li{
	line-height: 20px;
}
.pay-sms-list{
	margin-bottom: 20px;
}
.pay-sms-list .left{
	float: left;
	text-align: center;
	width: 50%;
}
.pay-sms-list .right{
	float: right;
	text-align: center;
	width: 50%;
}
.pay-sms-list .top-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pay-sms-list .top-desc{
	margin-bottom: 40px;
	color: red;
}
.pay-sms-list .top-desc-2{
	font-size: 14px;
	margin-bottom: 5px;
}
.pay-sms-list .bottom-desc{
	font-size: 14px;
	margin-bottom: 40px;
}
.pay-sms-list .bottom-desc span{
	margin: 0px 3px;
	color: #ff6600;
	font-weight: bold;
}
.pay-sms-list .left-count{
	margin-bottom: 10px;
}
.pay-sms-list .title{
	margin-bottom: 20px;
	text-align: center;
}
.pay-sms-list .title p{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.pay-sms-list .title span{
	font-size: 14px;
	color: red;
}
.pay-sms-list .list{
	font-size: 14px;
	margin-left: 100px;
	margin-bottom: 20px;
}
.pay-sms-list .list li{
	margin-bottom: 10px;
}
.new-pay-sms-list{
	font-size: 14px;
}
.new-pay-sms-list li{
	margin-bottom: 10px;
}
.ly-plate{
	position:relative;
	width:500px;
	height:500px;
}
.rotate-bg{
	width:500px;
	height:500px;
	background: url("//qimg2.xyy001.com/qnjy/images/choujiang/cj_bg_n.png") no-repeat;
	position:absolute;
    top:0;
    left:0;
}
.ly-plate div.lottery-star{
	width:212px;
	height:212px;
	position:absolute;
	top: 145px;
	left: 140px;
	outline:none;
}
.ly-plate div.lottery-star img{
	cursor: pointer;
}
.top-helper-content{
	position: absolute;
	right: 8px;
	top: 6px;
}
.top-helper-content a{
	color: #333;
	text-decoration: none;
	text-shadow: none;
}
.top-helper-content a:hover{
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}
@-webkit-keyframes topImgShake {
  	0% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
	25% {
		-webkit-transform: translate(35px, -35px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.top-img-shake{
	-webkit-animation: topImgShake 5s infinite;
	position: absolute;
	left: 70px;
	top: 18px;
}
@-webkit-keyframes fadeInRight {
  	0% {
    	opacity: 0;
    	-webkit-transform: translate3d(100%, 0, 0);
  	}
  	100% {
    	opacity: 1;
    	-webkit-transform: none;
  	}
}
.free-zx-btn {
	position: absolute;
	right: 5px;
	top: 12px;
	width: 50px;
	border-radius: 34px;
	background: #f53232;
	color: #fff;
	padding: 2px 10px;
	cursor: pointer;
	-webkit-animation: fadeInRight 1s ease 0.9s 1 backwards;
}

.sms-promotion-pay{
	width: 102px;
	height: 30px;
	background-color: #fa2b57;
	text-decoration: none;
	display: block;
	-webkit-border-radius:5px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
}
.sms-promotion-pay:hover{
	background-color: #de244b;
	color: #fff;
	text-decoration: none;
}
.sms-promotion-pay-disabled{
	width: 102px;
	height: 30px;
	background-color: #f55928;
	text-decoration: none;
	display: block;
	-webkit-border-radius:5px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	cursor:default;
	background-color: #afafaf;
}
.sms-promotion-pay-disabled:hover{
	color: #fff;
	text-decoration: none;
}
.sms-promotion-pay-other{
	width: 102px;
	height: 25px;
	background-color: #ffe701;
	text-decoration: none;
	display: block;
	-webkit-border-radius: 5px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
}
.sms-promotion-pay-other:hover{
	background-color: #ffcc01;
	color: #333;
	text-decoration: none;
}
.sms-promotion-count{
	color: #ffffff;
	text-align: center;
	width: 36px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	background-color: #000;
	margin: 0px 3px;
	font-size: 14px;
}

.brand-image-top{
	height: 470px;
	position: relative;
}
.brand-image-top .ico{
	width: 16px;
	height: 16px;
	display: block;
}
.brand-image-top .text{
	font-size: 12px;
	color: #fff;
}
.brand-image-top .round{
	width:28px;
	height:28px;
	background-color: rgba(0,0,0,0.2);
	border-radius:14px;
	display: block;
}
.brand-image-top .before-round{
	position: absolute;
	top: 414px;
	left: 21px;
	cursor: pointer;
}
.brand-image-top .before{
	position: absolute;
	top: 420px;
	left: 27px;
	background:url("//qimg2.xyy001.com/qnjy/images/yy/160621/icon.png") 0 0 no-repeat;
	cursor: pointer;
}
.brand-image-top .before-desc{
	position: absolute;
	top: 443px;
	left: 23px;
}
.brand-image-top .praise-already{
	position: absolute;
	top: 392px;
	left: 733px;
	color: red;
	width: 60px;
	text-align: center;
}
.brand-image-top .praise-round{
	position: absolute;
	top: 414px;
	left: 750px;
	cursor: pointer;
}
.brand-image-top .praise{
	position: absolute;
	top: 421px;
	left: 756px;
	background:url("//qimg2.xyy001.com/qnjy/images/yy/160621/icon.png") 0 -16px no-repeat;
	cursor: pointer;
}
.brand-image-top .praise-desc{
	position: absolute;
	top: 443px;
	left: 734px;
	width: 60px;
	text-align: center;
}
.brand-image-top .share-round{
	position: absolute;
	top: 414px;
	left: 751px;
}
.brand-image-top .share{
	position: absolute;
	top: 420px;
	left: 756px;
	background:url("//qimg2.xyy001.com/qnjy/images/yy/160621/icon.png") 0 -32px no-repeat;
}
.brand-image-top .share-desc{
	position: absolute;
	top: 443px;
	left: 740px;
}
.brand-image-top .jiathis-share{
	position: absolute;
	top: 414px;
	left: 751px;
	width: 28px;
	height: 28px;
}
.brand-image-top .arrow{
	position: absolute;
	top: 462px;
	left: 25px;
	height: 8px;
	width: 20px;
	display: block;
	background:url("//qimg2.xyy001.com/qnjy/images/yy/160621/icon.png") -16px 0 no-repeat;
}
.brand-image-bottom{
	height: 100px;
	background-color: #e8e8e8;
	position: relative;
}
.brand-image-bottom .page{
	float: left;
	color: #999;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	margin: 0px 5px;
}
.brand-image-bottom .pics{
	width: 685px;
    margin: 0px auto;
	padding-top: 15px;
}
.brand-image-bottom .pic{
	width: 100px;
	height: 68px;
	border: 2px solid #fff;
	float: left;
	margin: 0px 5px;
}
.brand-image-bottom .pic-click{
	cursor: pointer;
}
.brand-image-bottom .pic-select{
	border: 2px solid #ff6600;
}

.ticket-title {
	color: #d82525;
	font-size: 24px;
	margin: 10px 20px 15px 20px;
	line-height: 35px;
	font-weight: bold;
}
.ticket-list {
	margin: 0px 20px;
	min-height: 100px;
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
}
.ticket-list table {
	width: 100%;
	background-color: #de947d;
}
.ticket-list table td, .ticket-list table th {
	background-color: #fff;
	padding: 5px;
	text-align: center;
}
.ticket-desc{
	margin: 20px 20px 15px 20px;
}
.ticket-desc .title{
	font-weight: bold;
}
.ticket-desc .desc{
	margin-top: 3px;
}
.ticket-desc .desc span{
	color: #d82525;
}

.pay-sms-list{
	font-size: 14px;
}
.pay-sms-list li{
	margin-bottom: 14px;
	height: 19px;
	line-height: 19px;
}
.pay-sms-list li .free-con{
	width: 275px;
	display: inline-block;
}
.pay-sms-list li .free-con-select{
	color: #f82657;
}
.pay-sms-list li .advanced-con{
	width: 300px;
	display: inline-block;
}
.pay-sms-list li .advanced-con-select{
	color: #f82657;
}
.pay-sms-list li .note{
	width: 190px;
	display: inline-block;
}
.pay-sms-list li .desc{
	font-size: 12px;
	color: #959595;
}
.pay-sms-list{
	font-size: 14px;
}
.pay-sms-list li{
	margin-bottom: 14px;
}

.pay-sms-activity-btn{
	position: absolute;
	top: 395px;
	left: 239px;
	width: 215px;
	height: 61px;
	display: block;
	background:url("//qimg2.xyy001.com/qnjy/images/yy/160504/pay_sms_btn.png") 0 0 no-repeat;
}
.pay-sms-activity-btn:hover{
	background:url("//qimg2.xyy001.com/qnjy/images/yy/160504/pay_sms_btn.png") 0 -71px no-repeat;
}
.pay-sms-activity-btn:active{
	background:url("//qimg2.xyy001.com/qnjy/images/yy/160504/pay_sms_btn.png") 0 -142px no-repeat;
}
.pay-sms-activity-btn-advanced{
	position: absolute;
	top: 395px;
	left: 239px;
	width: 215px;
	height: 61px;
	display: block;
	background:url("//qimg2.xyy001.com/qnjy/images/yy/160504/pay_sms_btn_advanced.png") 0 0 no-repeat;
}
.pay-sms-activity-btn-advanced:hover{
	background:url("//qimg2.xyy001.com/qnjy/images/yy/160504/pay_sms_btn_advanced.png") 0 -71px no-repeat;
}
.pay-sms-activity-btn-advanced:active{
	background:url("//qimg2.xyy001.com/qnjy/images/yy/160504/pay_sms_btn_advanced.png") 0 -142px no-repeat;
}

.free-w-top {
	width:840px;
	height:420px;
	position:relative;
}
.free-w-bottom{
	height:130px;
	width:840px;
	background:url("//qimg2.xyy001.com/qnjy/images/yy/170622/window/bottom.png") no-repeat;
	position: relative;
}
.free-w-top .free-w-left{
	width:170px;
	height:390px;
	background:#37363c;
}
.free-w-top .free-w-right{
	position:absolute;
	top:0px;
	right:0px;
	width:670px;
	height:420px;
	background:#26292E;
	overflow:hidden;
	display:none;
}
.free-w-top .free-w-nav-box {
	width:170px;
	height:50px;
	color:#707a84;
	font-size:14px;
	background:#26292e;
	line-height:50px;
	border-bottom: 1px solid #1e2225;
	border-top: 1px solid #2e3337;
	text-align: left;
}
.free-w-top .free-w-nav-inner-box{
	padding-left:9px;
	margin-left:3px;
	width:158px;
	height:50px;
	background:#26292e;
	cursor:pointer;
}
.free-w-top .free-w-nav-box.active{
	background:#1e2125;
	color:#f33835;
}
.free-w-top .free-w-nav-box.active .free-w-right{
	display:block;
}
.free-w-top .free-w-nav-box.active .free-w-nav-inner-box{
	background:#1e2125;
}
.free-w-top .free-w-ico{
	width:21px;
	height:18px;
	margin-right:10px;
	display: inline-block;
	vertical-align: middle;
	margin-top:-2px;
	background:url("//qimg2.xyy001.com/qnjy/images/yy/170704/renew/icon.png") no-repeat;
}
.free-w-top .sms-ico{
	background-position:0 -135px;
}
.free-w-top .active .sms-ico{
	background-position:-35px -135px;
}
.free-w-top .relevance-ico{
	background-position:0 0;
}
.free-w-top .active .relevance-ico{
	background-position:-34px 0;
}
.free-w-top .zdpj-ico{
	background-position:0 -85px;
}
.free-w-top .active .zdpj-ico{
	background-position:-35px -85px;
}
.free-w-top .cpfy-ico{
	background-position:0 -28px;
}
.free-w-top .active .cpfy-ico{
	background-position:-35px -28px;
}
.free-w-top .cptx-ico{
	background-position:0 -56px;
}
.free-w-top .active .cptx-ico{
	background-position:-34px -56px;
}
.free-w-top .bhzs-ico{
	background-position:0 -110px;
}
.free-w-top .active .bhzs-ico{
	background-position:-35px -110px;
}
.free-w-top .wireless-ico{
	background-position:0 -154px;
}
.free-w-top .active .wireless-ico{
	background-position:-35px -154px;
}
.free-w-top .zstb-ico{
	background-position:0 -135px;
}
.free-w-top .active .zstb-ico{
	background-position:-35px -135px;
}
.free-w-top .auto-ico{
	background-position:0 0;
}
.free-w-top .active .auto-ico{
	background-position:-34px 0;
}
.free-w-top .pick-ico{
	background-position:0 -85px;
}
.free-w-top .active .pick-ico{
	background-position:-35px -85px;
}
.free-w-top .scan-ico{
	background-position:0 -28px;
}
.free-w-top .active .scan-ico{
	background-position:-35px -28px;
}
.free-w-top .ddqll-ico{
	background-position:0 -56px;
}
.free-w-top .active .ddqll-ico{
	background-position:-34px -56px;
}
.free-w-top .hyyx-ico{
	background-position:0 -110px;
}
.free-w-top .active .hyyx-ico{
	background-position:-35px -110px;
}
.free-w-top .other-ico{
	background-position:0 -154px;
}
.free-w-top .active .other-ico{
	background-position:-35px -154px;
}
.free-w-top .a-ico{
	background-position:0px 0px;
}
.free-w-top .active .a-ico{
	background-position:-37px 0px;
}
.free-w-top .b-ico{
	background-position:0px -25px;
}
.free-w-top .active .b-ico{
	background-position:-37px -25px;
}
.free-w-top .c-ico{
	background-position:0px -78px;
}
.free-w-top .active .c-ico{
	background-position:-37px -78px;
}
.free-w-top .d-ico{
	background-position:0px -171px;
}
.free-w-top .active .d-ico{
	background-position:-37px -171px;
}
.free-w-top .e-ico{
	background-position:0px -52px;
}
.free-w-top .active .e-ico{
	background-position:-37px -52px;
}
.free-w-top .f-ico{
	background-position:0px -104px;
}
.free-w-top .active .f-ico{
	background-position:-37px -104px;
}
.free-w-top .g-ico{
	background-position:0px -130px;
}
.free-w-top .active .g-ico{
	background-position:-37px -130px;
}
.free-w-top .h-ico{
	background-position:0px -150px;
}
.free-w-top .active .h-ico{
	background-position:-37px -150px;
}
.operate-mask{
	position : absolute; 
	z-index : 999;
	left : 0px;
	top : 0px;
	width : 100%;
	height : 100%;
}
.fhd_jiathis_style_32x32  .jtico {
	text-align: left;
	overflow: hidden;
	display: block !important;
	height: 32px !important;
	line-height: 32px !important;
	padding-left: 36px !important;
	background: url("//qimg2.xyy001.com/qnjy/images/jiathis/jiathis_ico_32x32.png") no-repeat left;
	cursor: pointer;
}
.fhd_jiathis_style_32x32  .jtico:hover {
	opacity: 0.8;
}
.fhd_jiathis_style_32x32  .jiathis_txt {
	float: left;
	font-size: 22px;
	text-decoration: none;
	line-height: 32px !important;
}
.fhd_jiathis_style_32x32  .jiathis_separator {
	display: block;
	float: left;
	margin: 0 5px;
	line-height: 32px !important;
}
.fhd_jiathis_style_32x32  .jialike {
	position: relative;
	border: none;
	overflow: hidden;
	margin: -3px 5px;
}
.fhd_jiathis_style_32x32 .jtico_tsina {
	background-position: 0px 0px
}
.fhd_jiathis_style_32x32 .jtico_qzone {
	background-position: 0px -32px
}
.fhd_jiathis_style_32x32 .jtico_weixin {
	background-position: 0px -3680px
}
.fhd_jiathis_style_32x32 .jtico_cqq {
	background-position: 0px -4032px
}
.top-nav-go-sms{
	height: 11px;
	width: 14px;
	display: inline-block;
	background:url("//qimg2.xyy001.com/qnjy/images/yy/160805/icon.png") 0 -1px no-repeat;
}
.top-nav-go-print{
	height: 11px;
	width: 14px;
	display: inline-block;
	background:url("//qimg2.xyy001.com/qnjy/images/yy/160805/icon.png") 0 -16px no-repeat;
}
.top-nav-exclusive-cs{
	height: 14px;
	width: 14px;
	display: inline-block;
	background:url("//qimg2.xyy001.com/qnjy/images/yy/160805/icon.png") 0 -28px no-repeat;
}
.datepicker-select-month{
	float: left;
	border-left: 1px solid #e5e5e5;
}
.datepicker-select-months{
	width: 100px;
	height: 228px;
	position: relative;
	padding: 12px 20px;
	background: #fff;
}
.datepicker-select-months .month-d{
	float: left;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height: 28px;
	line-height: 28px;
	margin: 5px 0px;
}
.datepicker-select-months .month-d:hover{
	background: #eee;
}
.print-frame{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
	width: 1px;
	height: 1px;
}
.fhd-checkbox{
	display:inline-block;
	border:1px solid #ddd;
	cursor:pointer;
	background-color:#fff;
	padding:0px 8px;
	color: #333;
}
.fhd-checkbox:hover{
	border:1px solid #ff6600;
	color:#ff6600;
}
.fhd-checkbox-selected{
	border:1px solid #ff6600;
	color:#ff6600;
	background:#fff url('//qimg2.xyy001.com/qnjy/images/switch_tab_mark.png') bottom right no-repeat;
}
.fhd-checkbox-small{
	font-size:12px;
	height:22px;
	line-height:22px;
}
.fhd-checkbox-big{
	font-size:14px;
	height:26px;
	line-height:26px;
}
.fhd-btn-important {
	color: #fff;
	background-color: #ff6600;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #fd6d0d;
}
.fhd-btn-important:hover, .fhd-btn-important:focus {
	color: #fff;
	background-color: #fc812f;
	border: 1px solid #fc8e44;
}
/* 背景色(无要求) */
.striped-yellow {
  background-color: #FCF6E9 !important;
}
.striped-green {
  background-color: #F8FDF1 !important;
}
.striped-blue {
  background-color: #EEF5FE !important;
}
.striped-gray {
  background-color: #F9F9F9 !important;
}
/* 垂直对齐 */
.v-middle {
  vertical-align: middle !important;
}
.v-top {
  vertical-align: top !important;
}
.v-baseline {
  vertical-align: baseline !important;
}
/* 手势样式 */
.cur-default,
.cur-default:hover {
  cursor: default !important;
}
.cursor,
.cursor:hover,
.cur-pointer,
.cur-pointer:hover {
  cursor: pointer !important;
}
.text-decoration-none {
	text-decoration: none;
}
/* 溢出显示省略号 */
.ellipsis {
  white-space: nowrap;
  word-wrap: normal;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.haslayout {
  zoom: 1;
}
.half-col {
  float: left;
  display: inline;
  width: 50%;
}
.table-cell {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  letter-spacing: -6px;
}
.table-cell .placeholder {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 100%;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
}
.table-cell .cell-data {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: middle;
}
.bfc-aside {
  float: left;
  display: inline;
  _margin-right: -3px;
}
.bfc-main {
  overflow: hidden;
  zoom: 1;
  padding-left: 10px;
}
/* 一些宽度 */
.w10 {
  width: 10px;
}
.w15 {
  width: 15px;
}
.w16 {
  width: 16px;
}
.w20 {
  width: 20px;
}
.w25 {
  width: 25px;
}
.w30 {
  width: 30px;
}
.w35 {
  width: 35px;
}
.w40 {
  width: 40px;
}
.w45 {
  width: 45px;
}
.w50 {
  width: 50px;
}
.w55 {
  width: 55px;
}
.w60 {
  width: 60px;
}
.w65 {
  width: 65px;
}
.w70 {
  width: 70px;
}
.w75 {
  width: 75px;
}
.w80 {
  width: 80px;
}
.w85 {
  width: 85px;
}
.w90 {
  width: 90px;
}
.w100 {
  width: 100px;
}
.w110 {
  width: 110px;
}
.w120 {
  width: 120px;
}
.w130 {
  width: 130px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w160 {
  width: 160px;
}
.w170 {
  width: 170px;
}
.w180 {
  width: 180px;
}
.w190 {
  width: 190px;
}
.w200 {
  width: 200px;
}
.fn-none {
  display: none !important;
}
.noborder {
  border: 0 none !important;
}
.bt-none {
  border-top: 0 none !important;
}
.br-none {
  border-right: 0 none !important;
}
.bb-none {
  border-bottom: 0 none !important;
}
.bl-none {
  border-left: 0 none !important;
}
.table-fixed {
  table-layout: fixed;
}
/* 有关位置 */
.p-rel {
  position: relative;
}
.p-abs {
  position: absolute;
}
.p-fixed {
  position: fixed;
}
.f-lt,
.f-li li {
  float: left;
  display: inline;
}
.f-rt {
  float: right;
  display: inline;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* 有关间距、空隙 */
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.mg_0 {
  margin: 0;
}
.mg_3 {
  margin: 3px;
}
.mg_5 {
  margin: 5px;
}
.mg_10 {
  margin: 10px;
}
.mg_15 {
  margin: 15px;
}
.mg_20 {
  margin: 20px;
}
.mg_25 {
  margin: 25px;
}
.mg_30 {
  margin: 30px;
}
.mg_35 {
  margin: 35px;
}
.mg_40 {
  margin: 40px;
}
.mg_45 {
  margin: 45px;
}
.mg_50 {
  margin: 50px;
}
.mt_-10 {
  margin-top: -10px;
}
.mt_-5 {
  margin-top: -5px;
}
.mt_-3 {
  margin-top: -3px;
}
.mt_-1 {
  margin-top: -1px;
}
.mt_0 {
  margin-top: 0;
}
.mt_3 {
  margin-top: 3px;
}
.mt_5 {
  margin-top: 5px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_12 {
  margin-top: 12px;
}
.mt_15 {
  margin-top: 15px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_25 {
  margin-top: 25px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_35 {
  margin-top: 35px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_45 {
  margin-top: 45px;
}
.mt_50 {
  margin-top: 50px;
}
.mr_-10 {
  margin-right: -10px;
}
.mr_-5 {
  margin-right: -5px;
}
.mr_-3 {
  margin-right: -3px;
}
.mr_-1 {
  margin-right: -1px;
}
.mr_0 {
  margin-right: 0;
}
.mr_3 {
  margin-right: 3px;
}
.mr_5 {
  margin-right: 5px;
}
.mr_10 {
  margin-right: 10px;
}
.mr_12 {
  margin-right: 12px;
}
.mr_15 {
  margin-right: 15px;
}
.mr_20 {
  margin-right: 20px;
}
.mr_25 {
  margin-right: 25px;
}
.mr_30 {
  margin-right: 30px;
}
.mr_35 {
  margin-right: 35px;
}
.mr_40 {
  margin-right: 40px;
}
.mr_45 {
  margin-right: 45px;
}
.mr_50 {
  margin-right: 50px;
}
.mb_-10 {
  margin-bottom: -10px;
}
.mb_-5 {
  margin-bottom: -5px;
}
.mb_-3 {
  margin-bottom: -3px;
}
.mb_-1 {
  margin-bottom: -1px;
}
.mb_0 {
  margin-bottom: 0;
}
.mb_3 {
  margin-bottom: 3px;
}
.mb_5 {
  margin-bottom: 5px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_12 {
  margin-bottom: 12px;
}
.mb_15 {
  margin-bottom: 15px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_25 {
  margin-bottom: 25px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_35 {
  margin-bottom: 35px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_45 {
  margin-bottom: 45px;
}
.mb_50 {
  margin-bottom: 50px;
}
.ml_-10 {
  margin-left: -10px;
}
.ml_-5 {
  margin-left: -5px;
}
.ml_-3 {
  margin-left: -3px;
}
.ml_-1 {
  margin-left: -1px;
}
.ml_0 {
  margin-left: 0;
}
.ml_3 {
  margin-left: 3px;
}
.ml_5 {
  margin-left: 5px;
}
.ml_10 {
  margin-left: 10px;
}
.ml_12 {
  margin-left: 12px;
}
.ml_15 {
  margin-left: 15px;
}
.ml_20 {
  margin-left: 20px;
}
.ml_25 {
  margin-left: 25px;
}
.ml_30 {
  margin-left: 30px;
}
.ml_35 {
  margin-left: 35px;
}
.ml_40 {
  margin-left: 40px;
}
.ml_45 {
  margin-left: 45px;
}
.ml_50 {
  margin-left: 50px;
}
.ml_70 {
  margin-left: 70px;
}
.pd_0 {
  padding: 0;
}
.pd_5 {
  padding: 5px;
}
.pd_10 {
  padding: 10px;
}
.pd_15 {
  padding: 15px;
}
.pd_20 {
  padding: 20px;
}
.pd_25 {
  padding: 25px;
}
.pd_30 {
  padding: 30px;
}
.pd_35 {
  padding: 35px;
}
.pd_40 {
  padding: 40px;
}
.pd_45 {
  padding: 45px;
}
.pd_50 {
  padding: 50px;
}
.pt_0 {
  padding-top: 0;
}
.pt_5 {
  padding-top: 5px;
}
.pt_10 {
  padding-top: 10px;
}
.pt_15 {
  padding-top: 15px;
}
.pt_20 {
  padding-top: 20px;
}
.pt_25 {
  padding-top: 25px;
}
.pt_30 {
  padding-top: 30px;
}
.pr_0 {
  padding-right: 0;
}
.pr_5 {
  padding-right: 5px;
}
.pr_10 {
  padding-right: 10px;
}
.pr_15 {
  padding-right: 15px;
}
.pr_20 {
  padding-right: 20px;
}
.pr_25 {
  padding-right: 25px;
}
.pr_30 {
  padding-right: 30px;
}
.pb_0 {
  padding-bottom: 0;
}
.pb_5 {
  padding-bottom: 5px;
}
.pb_10 {
  padding-bottom: 10px;
}
.pb_15 {
  padding-bottom: 15px;
}
.pb_20 {
  padding-bottom: 20px;
}
.pb_25 {
  padding-bottom: 25px;
}
.pb_30 {
  padding-bottom: 30px;
}
.pl_0 {
  padding-left: 0;
}
.pl_5 {
  padding-left: 5px;
}
.pl_10 {
  padding-left: 10px;
}
.pl_15 {
  padding-left: 15px;
}
.pl_20 {
  padding-left: 20px;
}
.pl_25 {
  padding-left: 25px;
}
.pl_30 {
  padding-left: 30px;
}
/* 有关字体 */
.ft_0 {
  font-size: 0;
  line-height: 0;
}
.ft_6 {
  font-size: 6px;
}
.ft_8 {
  font-size: 8px;
}
.ft_10 {
  font-size: 10px;
}
.ft_12 {
  font-size: 12px;
}
.ft_14 {
  font-size: 14px;
}
.ft_16_d {
  font-size: 16px;
}
/* 16号字体以上默认雅黑 */
.ft_16 {
  font-size: 16px;
  font-family: 'microsoft yahei';
}
.ft_18 {
  font-size: 18px;
  font-family: 'microsoft yahei';
}
.ft_20 {
  font-size: 20px;
  font-family: 'microsoft yahei';
}
.ft_22 {
  font-size: 22px;
  font-family: 'microsoft yahei';
}
.ft_24 {
  font-size: 24px;
  font-family: 'microsoft yahei';
}
.ft_26 {
  font-size: 26px;
  font-family: 'microsoft yahei';
}
.ft_28 {
  font-size: 28px;
  font-family: 'microsoft yahei';
}
.ft_30 {
  font-size: 30px;
  font-family: 'microsoft yahei';
}
.ft_32 {
  font-size: 32px;
  font-family: 'microsoft yahei';
}
.ft_34 {
  font-size: 34px;
  font-family: 'microsoft yahei';
}
.ft_36 {
  font-size: 36px;
  font-family: 'microsoft yahei';
}
.ft_38 {
  font-size: 38px;
  font-family: 'microsoft yahei';
}
.ft_40 {
  font-size: 40px;
  font-family: 'microsoft yahei';
}
.ft_42 {
  font-size: 42px;
  font-family: 'microsoft yahei';
}
.ft_44 {
  font-size: 44px;
  font-family: 'microsoft yahei';
}
.ft_46 {
  font-size: 46px;
  font-family: 'microsoft yahei';
}
.ft_48 {
  font-size: 48px;
  font-family: 'microsoft yahei';
}
.ft_50 {
  font-size: 50px;
  font-family: 'microsoft yahei';
}
.ft-normal {
  font-weight: 400;
  font-style: normal;
}
.ft-bold {
  font-weight: bold;
}
.ft-italic {
  font-style: italic;
}
.ft-left {
  text-align: left;
}
.ft-right {
  text-align: right;
}
.ft-center {
  text-align: center;
}
.fc-red {
  color: #ea4a36;
}
.fc-blue {
  color: #2597DD;
}
.fc-green {
  color: #22CD6E;
}
.fc-orange {
  color: #FF7300;
}
.fc-gray {
  color: #666666;
}
.fc-black {
  color: #000000;
}
.fc-yellow {
  color: #F0A606;
}
.fc_000,
.fc_000 {
  color: #000;
}
.fc_333,
.fc_333 {
  color: #333;
}
.fc_666,
.fc_666 {
  color: #666;
}
.fc-999,
.fc-999999 {
  color: #999;
}
.fc_999,
.fc_999999 {
  color: #999;
}
.fc-cyan {
  color: #1CB408;
}
.fc-success {
  color: #22CD6E;
}
.fc-warn {
  color: #FF7300;
}
.fc-error {
  color: #ea4a36;
}
.yen,
.fm-yahei {
  font-family: 'microsoft yahei';
}
.fm-arial {
  font-family: arial;
}
.fm-simsun,
.fm-songti {
  font-family: simsun;
}
.fm-impact {
  font-family: impact;
}
.fm-georgia {
  font-family: georgia;
}
.f-li,
.clearfix,
box,
.hd,
.bd,
.ui-box,
.ui-box-hd,
.ui-box-bd,
.ui-section,
.ui-section-hd,
.ui-section-bd {
  *zoom: 1;
}
.f-li:after,
.clearfix:after,
.box:after,
.hd:after,
.bd:after,
.ui-box:after,
.ui-box-hd:after,
.ui-box-bd:after,
.ui-section-hd:after,
.ui-section-bd:after {
  visibility: hidden;
  display: block;
  height: 0;
  content: ".";
  font-size: 0;
  clear: both;
}

.top-notice {
    overflow: hidden;
    height: 22px;
    line-height: 22px;
}

.notice-status-open {
    width: 14px;
    height: 14px;
    display: block;
    background: url('//qimg2.xyy001.com/qnjy/images/print_status.png') no-repeat 0 0;
}

.notice-status-close {
    width: 14px;
    height: 14px;
    display: block;
    background: url('//qimg2.xyy001.com/qnjy/images/print_status.png') no-repeat 0 -18px;
}

.top-notice .notice-desc {
    height: 22px;
    line-height: 22px;
    transition: margin-top 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

i.new-soft{
	display: inline-block;
	width: 31px;
	height: 31px;
	background: url("//qimg2.xyy001.com/qnjy/images/browser_op_nnnn.png") 0 -310px no-repeat;
	position: absolute;
	left: 138px;
	top: 0px;
}
.thumbnail{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    padding: 20px;
    box-shadow: 0 4px 20px 10px rgba(0, 0, 0, .1);
    text-align: center;
}
.thumbnail img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
    height: 40px;
    vertical-align: middle;
    border: 0;
}
.ant-modal-body {
	padding: 0 !important;
	border: 1px solid #42a6ff;
	border-radius: 8px;
	box-shadow: 0 0 6px 0 #42a6fe;
	overflow: hidden;
}
.head {
	display: flex;
	height: 60px;
	line-height: 60px;
	background-color: #1f2f47;
}

.head .logo {
	width: 160px;
	color: var(--color-white);
	font-size: 24px;
	text-align: center;
}

.head .current {
	width: 840px;
	height: 60px;
	background-image: linear-gradient(90deg, #213C5F 3%, #3B6EB2 61%, #42A6FF 100%);
}

.head .current .vip-logo{
	width: 92px;
	height: 92px;
	position: absolute;
	top: 13px;
	left: 45%;
	clip: rect(0px,90px,40px,50px);
}

.head .current .vip-font{
	width: 48px;
	height: 22px;
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 500;
	position: absolute;left: 55%;
}

.head .logo .fhd-icon {
	display: block;
	margin: 0 auto;
	margin-top: -20px;
	color: var(--color-white) !important;
	font-size: 100px !important;
}

.top {
	display: flex;
	height: 384px;
}

.top .nav {
	position: relative;
	min-width: 160px;
	background-color: #1f2f47;
}

.top .nav > .nav-current {
	position: absolute;
	top: 4px;
	left: 10px;
	width: 140px;
	height: 40px;
	background: #284a77;
	border: 1px solid #3f8fdf;
	transition: top 0.1s !important;
	content: '';
}

.top .nav > .nav-current::after{
	position: absolute;
	top: 0;
	left: 47px;
	width: 44px;
	height: 2px;
	background: #42a6ff;
	content: '';
}

.top .nav > .nav-current .leftTop {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 2px;
	height: 2px;
	border: 1px solid #3f8fdf;
	border-right: none;
	border-bottom: none;
}

.top .nav > .nav-current .leftBottom {
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 2px;
	height: 2px;
	border: 1px solid #3f8fdf;
	border-right: none;
	border-bottom: none;
	transform: rotate(-90deg);
}

.top .nav > .nav-current .rightTop {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 2px;
	height: 2px;
	border: 1px solid #3f8fdf;
	border-right: none;
	border-bottom: none;
	transform: rotate(90deg);
}

.top .nav > .nav-current.rightBottom {
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 2px;
	height: 2px;
	border: 1px solid #3f8fdf;
	border-right: none;
	border-bottom: none;
	transform: rotate(180deg);
}

.nav-item {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 48px;
	padding-left: 24px;
	color: #81abe5;
	font-size: 14px;
	line-height: 48px;
	cursor: pointer;
}

.nav-item .current {
	color: var(--color-white);
}

.nav-item .current .fhd-icon {
	color: var(--color-white) !important;
}


nav-item .current .fhd-icon:hover:not(.current) {
	background-color: #243652;
}

nav-item .current .fhd-icon {
	color: #81abe5 !important;
}

nav-item .current .fhd-icon > span {
	margin-left: 8px;
	line-height: 1 !important;
}

.banner {
	flex: 1;
	overflow: hidden;
	background-color: #263957;
}
.banner .banner-scroll {
	transform: translateY(0);
	transition: all 0.1s !important;
	user-select: none;
}

.bottom {
	position: relative;
	display: flex;
	height: 116px;
	background: no-repeat;
	background-color: #243652;
}
.bottom .left {
	padding-left: 52px;
	color: #81abe5;
	font-weight: bold;
	font-size: 24px;
	line-height: 116px;
}
.bottom .right {
	width: 200px;
	height: 50px;
	background-image: linear-gradient(47deg, #FDC227 0%, #FFED6E 100%);
	border: 1px solid #F9F4D0;
	border-radius: 4px;
	position: relative;
	top: 21px;
	left: 284px;
	cursor: pointer;
}
.bottom .right .border{
	width: 192px;
	height: 42px;
	opacity: 0.57;
	border: 1px solid #F9F4D0;
	position: absolute;
	top: 3px;
	left: 3px;
}
.bottom .right .buy-vip-btn {
	height: 25px;
	font-family: PingFangSC-Semibold;
	font-size: 18px;
	color: #722E06;
	letter-spacing: 0;
	text-align: center;
	font-weight: 600;
	margin-top: 9px;
}
.bottom .font {
	height: 20px;
	font-family: Alibaba-PuHuiTi-H;
	font-size: 14px;
	color: #A1BADF;
	line-height: 20px;
	font-weight: 400;
}

.NewPay-window {
	box-sizing: content-box;
	padding: 0;
	overflow: hidden;
	background: rgba(0, 0, 0, 0);
	user-select: none;
}

.NewPay-window .ant-modal-body {
	padding: 0;
	border: 0;
	border-radius: 4px;
}

.NewPay-window .ant-modal-close {
	color: #fafafa;
}

.NewPay-window .left {
	width: 160px;
	height: 560px;
	border-right: 0.5px solid #e6e6e8;
}

.NewPay-window .left .left-top {
	width: 100%;
	height: 72px;
	line-height: 72px;
	padding-left: 18px;
	overflow: hidden;
}

.NewPay-window .left .left-top span {
	height: 24px;
	padding: 4px 20px;
	line-height: 18px;
	background-image: linear-gradient(270deg, #ffbe48 0%, #ff6512 100%);
	border-radius: 14px;
	color: #fff;
	float: left;
	margin-top: -46px;
	margin-left: 26px;
}

.NewPay-window .left .left-menu .item {
	cursor: pointer;
	height: 48px;
	line-height: 48px;
	text-align: left;
	padding-left: 16px;
	color: #666;
}

.NewPay-window .left .left-menu .select {
	font-size: 14px;
	color: #fb8c00;
	letter-spacing: 0;
	font-weight: 500;
	background: #fafafa;
}

.NewPay-window .left .left-menu .select::before {
	content: '';
	position: absolute;
	left: 0;
	width: 2px;
	height: 48px;
	background: #fb8c00;
}

.NewPay-window .right {
	width: 100%;
}

.NewPay-window .right .right-top {
	background: #f5f5f5;
	padding: 10px;
	height: 440px;
	overflow: hidden;
	border-top-right-radius: 8px;
}

.NewPay-window .right .right-top img {
	width: 100%;
	height: 100%;
}

.NewPay-window .right .right-bottom {
	height: 120px;
	border-top: 0.5px solid #e6e6e8;
	display: flex;
	padding: 24px 40px;
	align-items: center;
	justify-content: space-between;
}

.NewPay-window .right .right-bottom .title {
	font-size: 16px;
	color: #666666;
	text-align: center;
	font-weight: 400;
}

.NewPay-window .right .right-bottom .item-price {
	width: 190px;
	height: 72px;
	background: #fefefe;
	box-shadow: 0px 1px 4px 0px #f99449;
	border-radius: 12px;
	padding: 5px;
}

.NewPay-window .right .right-bottom .item-price .price {
	cursor: pointer;
	width: 180px;
	height: 62px;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	overflow: hidden;
	position: relative;
}

.NewPay-window .right .right-bottom .item-price .price .pay {
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 0;
	font-weight: 600;
	padding-top: 5px;
}

.NewPay-window .right .right-bottom .item-price .price .inline {
	text-decoration: line-through #fff;
	opacity: 0.8;
	font-size: 12px;
	color: #ffffff;
}

.NewPay-window .right .right-bottom .item-price .price .tip {
	width: 73.35px;
	height: 41px;
	background: #fed9a3;
	position: absolute;
	color: #872703;
	font-size: 14px;
	transform: rotate(140deg);
	top: -12px;
	left: -28px;
}

.NewPay-window .right .right-bottom .item-price .price .right-tip {
    width: 79.08px;
    height: 16px;
    border-radius: 0px 0px 0px 4px;
    position: absolute;
    background: #fed9a3;
    top: 0px;
    left: 101px;
}

.NewPay-window .right .right-bottom .item-price .price .right-tip span {
    font-size: 12px;
    color: #FF3000;
    height: 12.13px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}

.NewPay-window .right .right-bottom .item-price .price .tip span {
	display: block;
	transform: rotate(180deg);
}

.NewPay-window .right .right-bottom .item-price .bc1 {
	background-image: linear-gradient(90deg, #ff6900 0%, #ffbf00 99%);
}

.NewPay-window .right .right-bottom .item-price .bc2 {
	background-image: linear-gradient(90deg, #ff2400 0%, #ffac1e 100%);
}

.NewPay-window .right .right-bottom .item-price .bc3 {
	background-image: linear-gradient(90deg, #ff0000 0%, #ff6000 100%);
}
