﻿/* Reset Jquery-UI */
.ui-widget-overlay {
	background: rgb(0 0 0);
	opacity: .3;
	filter: Alpha(Opacity=30);
	z-index: 9999;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0;
}

.ui-dialog {
	border: none;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	z-index: 9999;
}

.ui-widget-header {
	height: 36px;
	line-height: 26px;
	background: #ffffff;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}

.ui-dialog .ui-dialog-title {
	color: #012b39;
	font-size: .8rem;
	text-indent: 1em;
	margin: 0px;
}

.ui-dialog .ui-dialog-content {
	padding: 5px 15px;
	background: #fff;
	clear: both;
}

.ui-dialog .ui-dialog-content input {
	height: auto;
	line-height: 20px;
	outline: none;
}

.ui-dialog .ui-dialog-content input.button {
	color: #fff;
	background-color: #6064ff;
	border-color: #6064ff;
	border: none;
	padding: 0.25rem 0.5rem;
	font-size: 0.71094rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.ui-dialog .ui-dialog-content input.button:hover {
	color: #fff;
	background-color: #3452e1;
	border-color: #2948df;
}

.ui-dialog .ui-dialog-buttonpane {
	margin: 0px;
	background: #fff;
	border-radius: 0px 0px 0px 0px;
	border-top: 1px dotted #eceeef;
}

.ui-accordion .ui-accordion-content {
	background: #fff;
	border: 1px solid #aaa;
	border-top: none;
}

.ui-widget.ui-widget-content {
	border: none;
}

.ui-slider {
	background: #efefef!important;
	border: none;
	border-radius: 10px;
	padding: 0px;
	height: 5px;
}

.ui-slider-horizontal .ui-slider-range-min {
	background: #007bfc;
	border-radius: 10px;
}

.ui-slider-handle {
	height: 16px!important;
	width: 16px!important;
	outline: none !important;
	background: #fff!important;
	border: 2px solid #007bfc!important;
	border-radius: 50% !important;
	margin-top: -2px;
}
/* 
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: none;
	background: #fff;
	font-weight: normal;
	color: #454545;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	color: #fff;
	background: #000;
} */

.ui-dialog-titlebar-close {
	width: 15px!important;
	height: 15px!important;
	border: none!important;
	background: none!important;
	outline: none!important;
}

.ui-icon-closethick {
	background: url(/static/images/close.png) no-repeat left center!important;
}

.ui-state-hover span.ui-icon-closethick {
	background: url(/static/images/close.png) no-repeat right center!important;
}

.ui-dialog .ui-dialog-titlebar-close {
	top: 40%!important;
	right: 10px!important;
	border: none!important;
}

.ui-dialog .ui-dialog-buttonpane button {
	display: inline-block;
	font-weight: 400;
	color: #495057;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.47rem 0.75rem;
	font-size: 0.8125rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	margin: 0.25rem;
}

.ui-dialog .ui-dialog-buttonpane button:first-child {
	color: #fff;
	background-color: #6064ff;
	border-color: #6064ff;
}

.ui-dialog .ui-dialog-buttonpane button:first-child:hover {
	color: #fff;
	background-color: #3452e1;
	border-color: #2948df;
}

.ui-dialog .ui-dialog-buttonpane button:first-child {
	color: #fff;
	background-color: #6064ff;
	border-color: #6064ff;
}

.ui-dialog .ui-dialog-buttonpane button:first-child:hover {
	color: #fff;
	background-color: #3452e1;
	border-color: #2948df;
}

.ui-dialog .ui-dialog-buttonpane button {
	color: #212529;
	background-color: #fff;
	border-color: #eff2f7;
	-webkit-box-shadow: 0 0 0 0.15rem rgba(239, 242, 247, 0.5);
	box-shadow: 0 0 0 0.15rem rgba(239, 242, 247, 0.5);
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	color: #212529;
	background-color: #eff2f7;
	border-color: #eff2f7;
}

.ui-icon-circle-triangle-e {
	display: none!important;
}

.catList .ui-button-text-icon-primary .ui-button-text {
	padding: 0.4em 1em;
}

.ui-button-text-icon-primary,.ui-state-hover {
	border: 1px solid #2db2df!important;
}

.catList .ui-button-text-icon-primary span,.catList .ui-state-hover span {
	background: #3bb4f2!important;
	color: #fff!important;
}

.ui-state-default {
	border-color: #007bfc;
	background: #007bfc;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;
}

button.btn_vos.dialog_button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
	margin-top: 15px;
}

.ui-buttonset a {
	margin-right: 0.6em!important;
}

.ui-widget {
	font-size: 12px
}

.ui-widget-content a {
	color: #027fa7;
	text-decoration: none;
}

.pricing {
	font-family: Microsoft YaHei;
	color: #fb3200!important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #E20909;
}

table.ui-datepicker-calendar td a {
	line-height: 22px;
}

@media screen and (max-width: 750px) {
	.ui-dialog {
		width: 100%!important;
	}

	#OrderConfig tr:first-child td {
		width: 50px!important;
	}
}

#OrderConfig input[type=radio] {
	display: none;
}

#OrderConfig td label {
	width: 60px;
	padding: 0.2rem 0.75rem;
	text-align: center;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-right: none;
}
#OrderConfig td>p {
	margin-bottom: 0rem;
}
#OrderConfig td>div {
	margin-top: 0.4rem !important;
	margin-bottom: 0.6rem !important;
}

#OrderConfig td label, #OrderConfig td select, #OrderConfig td input, #OrderConfig td .oslist {
	margin-top: 0.2rem !important;
	margin-bottom: 0.2rem !important;
}

#OrderConfig td label:last-child {
	border-right: 1px solid #d9d9d9;
}

#OrderConfig input[type=checkbox] + label {
	border:none;
	text-align: left;
	width: auto;
	padding: 0;
	margin-right: 10px;
}

#OrderConfig .premark {
	display: none;
}


/*theme*/
.appList li {
	width: 202px;
	float: left;
	display: inline;
	margin: 20px;
}

.appList li h2 {
	border-bottom: 5px solid #0095de;
	text-indent: 1.2em;
	color: #012b39;
	font: 14px/32px "Microsoft Yahei";
}

.appList li h2 span {
	float: right;
	font-size: 12px;
	padding-right: 3px
}

.appList li p {
	display: block;
	border: 1px solid #ccc;
	margin: 10px auto;
	padding: 8px;
}

.appList li p img {
	width: 182px;
	height: 198px;
}

.appList li div {
	border-bottom: 1px solid #012b39;
	text-align: right;
}

.appList li:hover {
	background: #f1f1f1;
}

.appList li.tActive h2 {
	border-bottom: 5px solid #ff3300;
	color: #ff3300;
}

.appList li.tActive div {
	height: 40px;
	border-bottom: 1px solid #ff3300;
}
/*pay*/
.btn-pay {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	background: #007bfc!important;
	border-color: #007bfc!important;
	color: #fff!important;
}

.btn-pay:hover {
	background: #e17100!important;
	border-color: #e17100!important;
	color: #fff!important;
}

.pay {
	float: left;
	width: 125px;
	height: 42px;
	border: 1px solid #eee;
	margin: 10px 20px 10px 0;
	list-style: none;
	position: relative;
}

.pay label {
	width: inherit;
	height: inherit;
	margin: 0;
	cursor: pointer;
}

.pay .radio[type=radio] {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	-webkit-appearance: none;
	background-color: transparent;
	outline: 0 !important;
	cursor: pointer;
}

.pay .radio[type=radio]:checked:after {
	display: inline-block;
	width: 126px;
	height: 42px;
	border: 1px solid #00aaff;
	position: relative;
	z-index: 1;
	margin-top: -5px;
	content: "";
	background: url(../images/pay-select-icon.png) no-repeat bottom right;
}

.pay i.余额支付 {
	display: inline-block;
	width: inherit;
	height: inherit;
	position: absolute;
	background: url(../images/yue.png) no-repeat;
	background-position: center;
	background-size: 80%;
}

.pay i.Alipay,.pay i.支付宝 {
	display: inline-block;
	width: inherit;
	height: inherit;
	position: absolute;
	background: url(../images/pay_alipay.png) no-repeat;
	background-position: center;
	background-size: 60%;
}

.pay i.PayPal,.pay i.贝宝支付 {
	float: left;
	display: inline-block;
	width: inherit;
	height: inherit;
	position: absolute;
	background: url(../images/PayPal.png) no-repeat;
	background-position: center;
	background-size: 80%;
}

.pay i.WeChat,.pay i.微信 {
	display: inline-block;
	width: inherit;
	height: inherit;
	position: absolute;
	background: url(../images/pay_weixin.png) no-repeat;
	background-position: center;
	background-size: 80%;
}

.pay i.银联 {
	display: inline-block;
	width: inherit;
	height: inherit;
	position: absolute;
	background: url(../images/unionpay_cn.png) no-repeat;
	background-position: center;
	background-size: 40%;
}

.pay i.比特币 {
	display: inline-block;
	width: inherit;
	height: inherit;
	position: absolute;
	background: url(../images/bitcoin.png) no-repeat;
	background-position: center;
	background-size: 60%;
}

.pay i.墨西哥 {
	display: inline-block;
	width: inherit;
	height: inherit;
	position: absolute;
	background: url(../images/oxx_mx.png) no-repeat;
	background-position: center;
	background-size: 60%;
}

.copySuccess {
	width: 100%;
	position: fixed;
	top: 64px;
	left: 0;
	font-size: 14px;
	z-index: 1100;
	pointer-events: none
}

.copySuccess-notice {
	padding: 4px;
	text-align: center
}

.copySuccess-notice.move-up-appear,.copySuccess-notice.move-up-enter {
	animation-duration: .3s
}

.copySuccess-notice.move-up-leave.move-up-leave-active {
	animation: _2mnC5S .3s cubic-bezier(.19,.4,.17,.85)
}

.copySuccess-notice:first-child {
	margin-top: -4px
}

.copySuccess-notice-content {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 200px;
	height: 40px;
	padding: 8px 24px;
	border: 1px solid transparent;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(26,26,26,.1);
	border-radius: 4px;
	pointer-events: all
}

.copySuccess-info .copySuccess-notice-content .anticon,.copySuccess-loading .copySuccess-notice-content .anticon {
	color: #0681d0
}

.copySuccess-success .copySuccess-notice-content .anticon {
	color: #42c02e
}

.copySuccess-warning .copySuccess-notice-content .anticon {
	color: #fa0
}

.copySuccess-error .copySuccess-notice-content .anticon {
	color: #f50
}

body.reader-night-mode .copySuccess-notice-content {
	background-color: #3d3d3d;
	box-shadow: 0 2px 8px rgba(0,0,0,.3)
}

._1WRFTg {
	position: relative;
	top: 1px;
	margin-right: 8px;
	font-size: 16px
}

@keyframes _2mnC5S {
	0% {
		max-height: 150px;
		padding: 4px;
		opacity: 1
	}

	to {
		max-height: 0;
		padding: 0;
		opacity: 0
	}
}

.lcs_wrap {
	display: inline-block;
	direction: ltr;
	height: 28px;
	vertical-align: middle;
}

.lcs_wrap input {
	display: none;
}

.lcs_switch {
	display: inline-block;
	position: relative;
	width: 73px;
	height: 28px;
	border-radius: 30px;
	background: #ddd;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.lcs_cursor {
	display: inline-block;
	position: absolute;
	top: 3px;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	z-index: 10;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.lcs_label {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	width: 33px;
	top: 5px;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out .1s;
	-ms-transition: all .2s ease-in-out .1s;
	transition: all .2s ease-in-out .1s;
}

.lcs_label.lcs_label_on {
	left: -70px;
	z-index: 6;
}

.lcs_label.lcs_label_off {
	right: -70px;
	z-index: 5;
}


/* on */
.lcs_switch.lcs_on {
	background: #75b936;
	box-shadow: 0 0 2px #579022 inset;
}

.lcs_switch.lcs_on .lcs_cursor {
	left: 48px;
}

.lcs_switch.lcs_on .lcs_label_on {
	left: 10px;
	opacity: 1;
}


/* off */
.lcs_switch.lcs_off {
	background: #b2b2b2;
	box-shadow: 0px 0px 2px #a4a4a4 inset;
}

.lcs_switch.lcs_off .lcs_cursor {
	left: 3px;
}

.lcs_switch.lcs_off .lcs_label_off {
	right: 10px;
	opacity: 1;
}


/* disabled */
.lcs_switch.lcs_disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);
	cursor: default;
}

.tps {
	line-height: 32px;
}

/*
.pagination span a {
    width: 2.5rem;
    margin: 3px 2px;
    border-radius: var(--radius-base);
    -webkit-transition: none;
    transition: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination span a:hover,.currentPage {
  background-color: var(--primary-color);
  color: var(--white-color);
  -webkit-filter: drop-shadow(0px 8px 16px rgba(0, 129, 255, 0.2));
          filter: drop-shadow(0px 8px 16px rgba(0, 129, 255, 0.2));
}
*/
.pagination span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.currentPage {
	z-index: 3;
	color: #fff;
	background-color: #6064ff;
	border-color: #6064ff;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: var(--background-primary-color);
	border: 1px solid var(--border-grey-color);
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}


/*加载特效*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f5f6fa;
}
/* Main Container Css Start */
.main-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 99999999999999;
}
/* Main Container Css Ends */

/* Loading Css Start */
.loading {
	width: 20px;
	height: 20px;
	transform: rotate(135deg);
}

.loading::before,
.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	border-radius: 50px;
	animation: loading 1.8s linear infinite;
}

.loading::before {
	box-shadow: 60px 60px #ff0800, -60px -60px #5f27cd;
}

.loading::after {
	box-shadow: 30px 30px #3742fa, -30px -30px #fb9902;
}
/* Loading Css Ends */

/* Animation Start */
@keyframes loading {
	50% {
		width: 20px;
		height: 20px;
	}
}
/* Animation Ends */
.input_tips {
	margin-left: 15px;
	color: #999;
}

input.text,select {
	height: calc(1.5em + 0.94rem + 2px);
	padding: 0.47rem 0.75rem;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.table .ct a {
	color: #495057;
}

.premark2 {
	background: #f6f6f6;
}

button.dialog_button {
	background: #6064ff;
	color: #fff;
}

button.dialog_button:hover {
	background: #3452e1;
	color: #fff;
}

li {
	list-style: none;
}


.ttitle {
    display: block;
    max-width: 500px;
    font-weight: 500;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    cursor: pointer;
}

#paramList {
    display: grid;
}
#paramList li {
    margin-bottom: 10px;
}

 .oslist {
     padding: 0 !important;
}
 .oslist .select{
     height: 34px;
     border: 1px solid #ddd;
     border-radius: 4px;
     background: #FFFFFF;
     margin: 0px auto;
     position: relative;
     cursor: pointer;
}
 .oslist .select::after{
     content: "";
     display: block;
     width: 6px;
     height: 6px;
     border-left: 1px solid #D0D0D0;
     border-bottom: 1px solid #D0D0D0;
     top: 10px;
     right: 10px;
     position: absolute;
     transform: rotate(-46deg);
     transition: all .3s ease-in;
}
 .oslist .select p{
     line-height: 30px;
     font-family: "microsoft yahei";
     color: #666666;
     padding: 0px 15px;
}
 .oslist .select ul{
     display: block;
     background: #FFFFFF;
     position: absolute;
     top: 34px;
     left: 0px;
     max-height: 0px;
     overflow: hidden;
     transition: max-height .3s ease-in;
	 z-index: 999;
}
 .oslist .select ul li{
     width: 100%;
     height: 30px;
     line-height: 30px;
     padding: 0px 15px;
     list-style: none;
     color: #666666;
}
 .oslist .select ul li.active{
     background: #6064ff;
     color: #FFFFFF;
}
 .oslist .select ul li:hover{
     background: #D0D0D0;
}
 @-webkit-keyframes slide-down{
     0%{
        transform: scale(1,0);
    }
     25%{
        transform: scale(1,1.2);
    }
     50%{
        transform: scale(1,0.85);
    }
     75%{
        transform: scale(1,1.05);
    }
     100%{
        transform: scale(1,1);
    }
}
 .oslist .select.open ul{
     max-height: 250px;
     transform-origin: 50% 0;
     -webkit-animation: slide-down .5s ease-in;
     transition: max-height .2s ease-in;
     border: 1px solid #ddd;
}
 .oslist .select.open::after{
     transform: rotate(134deg);
     transition: all .3s ease-in;
     top: 18px;
}

.tab{}
.tab li{    float: left;
    border-bottom: 2px solid #ddd;
    /* line-height: 40px; */
    padding: 0 20px 10px;
    margin-right: 5px;}
.tab li.on{ border-bottom: 2px solid #044b7f;
color:#044b7f }
.tsinfo{    font-size: 12px;
    line-height: inherit;
    padding: 10px 30px 10px 20px;
    vertical-align: middle;
    color: #003b80;
    border: 1px solid #97c7ff;
    border-radius: 2px;
    background: #e5f0ff;
    position: relative;
    box-sizing: border-box;
    /* max-width: 1360px; */
    /* margin-right: auto; */
    margin: 20px 20px 0;}
	
.tab li {
    float: left;
    border-bottom: 2px solid #ddd;
    /* line-height: 40px; */
    padding: 0 20px 10px;
    margin-right: 5px;
}