@charset "UTF-8";
@import "layout.css";
@import "add_style.css";

/*top-sider [[*/
.top-sider {
	/* padding: 0 15px; */
	width: 100%;
	height: 50px;
	background: #fff;
	color: #333;
	-webkit-box-shadow: 0 1px 2px rgba(0, 21, 41, .08);
	box-shadow: 0 1px 2px rgba(0, 21, 41, .08);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	/* border-bottom: 1px solid #f1f1f1;  */
}

.top-sider a {
	color: #333;
}

.top-sider-logo {
	/* display: inline-block; */
	/* float: left; */
	position: absolute;
	top: 0;
	left: 0;
	/* padding-top: 10px;
		padding-left: 15px; */
	width: 180px;
	text-align: center;
	height: 50px;
	/* background-color: #242a33; */
}

.top-sider-logo img {
	display: block;
	/* height: 48px; */
	height: 36px;
	margin: 7px 16px;
}

/*top-sider-r*/
.top-sider-r {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 15px;
	font-size: 15px;
}

.top-sider-r .navbar ul li {
	float: left;
}

.top-sider-r .navbar ul li a {
	padding: 10px 15px;
	line-height: 30px;
}

.top-sider-r .navbar ul li a:hover {
	background: none;
	color: #36bde7;
}

.top-sider-r .navbar li a .iconfont {
	font-size: 26px;
	line-height: 1;
	padding-right: 5px;
}

.top-sider-r .navbar li .badge {
	position: absolute;
	top: 6px;
	right: 10px;
	padding: 2px 7px;
	font-size: 12px;
}

.top-sider-r .navbar .dropdown:hover .dropdown-menu {
	display: block;
}

.top-sider-r .navbar .dropdown:hover .dropdown-menu li {
	width: 100%;
}

.top-sider-r .navbar ul li.dropdown li a:hover {
	background: #f8f8f8;
}

.top-sider-r .navbar ul li.dropdown li a {
	line-height: 20px;
}

.top-sider-r .navbar ul li a .btn {
	margin-top: -2px;
}

.index-name {
	font-size: 14px;
	max-width: 120px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
}

.index-avatar {
	display: inline-block;
	width: 28px;
	height: 28px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: white;
	font-weight: 600;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.index-avatar img {
	width: 28px;
	height: 28px;
}

.top-sider-r .nav>li>a:focus,
.top-sider-r .nav>li>a:hover {
	background-color: #398ee5;
	background-color: rgba(0, 0, 0, .03);
}

/*top-sider ]]*/


/*wrapper [[*/
.wrapper {
	/* height: 100%; */
	padding-top: 50px;
}

.board-wrapper {
	margin-top: 20px;
	margin-left: 260px;
	/* overflow-y: auto; */
	padding: 15px;
	background: #fff;
	margin-right: 15px;
}

.board-title,
.board-tabs,
.board-controls,
.board-content {
	margin: 0 15px;
	padding: 5px 0;
}

.board-content {
	padding-top: 0;
	padding-bottom: 50px;
}

/* content-hd */
.content-hd {
	font-size: 13px;
	margin: 15px 0;
}

.content-hd .btn {
	font-size: 13px;
	margin-left: 10px;
	float: left;
}

.content-hd .btn .iconfont {
	font-size: 13px;
	line-height: 1;
	margin-right: 3px;
}

.btns .btn {
	margin: 3px;
}

/* .btn{
		padding: 5px 10px;
	} */

.btn .iconfont,
.btn-ico .iconfont {
	font-size: 14px;
	margin-right: 3px;
}

.btn-ico {
	margin-right: 5px;
}

.alert {
	/* margin-bottom: 10px; */
	position: relative;
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
	/* margin-top: 10px; */
	/* border-radius: 0; */
}

.alert .icon-alert2 {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	/* color: #e62412; */
}

.alert .icon-alert2::before {
	content: "\e73f";
}

.alert .alert-content {
	padding-left: 20px;
	padding-right: 20px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	right: 0px;
}

.alert .close {
	margin-top: -3px;
}


.content-hd .btn-group {
	float: left;
}

.content-hd .control-bar-input,
.content-hd .control-bar-selector {
	height: 30px;
	line-height: 28px;
	float: left;
	margin-left: 10px;
	margin-right: 0;
}

.content-hd .control-bar-input .icon-r,
.content-hd .control-bar-selector .icon-r {
	line-height: 28px;
}

.control-bar-selector .placeholder {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
	padding-right: 30px;
	z-index: 0;
	color: #a9a9a9;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*board-title*/
.board-title {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	position: relative;
	/* min-width: 1200px; */
}

.board-title h5 {
	font-size: 16px;
	line-height: 34px;
}

.board-title .title-bar-r .btn {
	font-size: 13px;
	/* padding: 5px 10px; */
}

.board-title .title-bar-r .btn .iconfont {
	margin-right: 3px;
	font-size: 13px;
	line-height: 1;
}

.title-back {
	font-size: 16px;
	line-height: 34px;
	margin-right: 20px;
}

.title-back .iconfont {
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	padding: 0 5px;
	color: #36bde7;
}

.title-tip {
	margin-top: 15px;
}

/* table-hd */
/* .table-hd{
		margin: 10px 0;
	} */
.table-hd-r {
	float: right;
	margin: 10px 0;
}

.toolbar-items .toolbar-item {
	color: #36bde7;
	/* font-weight: 600; */
}

.toolbar-item {
	margin-right: 10px;
}

.toolbar-item .iconfont {
	color: #36bde7;
	margin-right: 3px;
}

/* board-steps */
.board-steps {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 5px;
}


.board-steps .step {
	display: inline-block;
	padding-left: 100px;
	position: relative;
}

.board-steps .step:first-child {
	padding-left: 0;
}

.board-steps .step:first-child::before {
	display: none;
}

.board-steps .step::before {
	position: absolute;
	content: "";
	width: 85px;
	height: 2px;
	background-color: #e5e5e5;
	top: 0;
	left: 0;
	margin-top: 15px;
	margin-left: 5px;
}

.board-steps i.step-badge {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #e8e8e8;
	border-radius: 50%;
	line-height: 26px;
	margin: 0 5px;
	border: 2px solid #e8e8e8;
	color: #545454;
	font-weight: 600;
}

.board-steps .step.active {
	color: #36bde7;
	font-weight: 600;
}

.board-steps .step.active i.step-badge {
	background-color: #36bde7;
	color: white;
	border-color: #36bde7;
}

.board-steps .step.completed i.step-badge {
	background-color: #ffffff;
	color: #36bde7;
	border-color: #36bde7;
	font-size: 0;
}

.board-steps .step.completed i.step-badge::before {
	font-size: 14px;
	content: "\e70e";
	font-family: "iconfont";
}

.board-steps .step.completed::before,
.board-steps .step.active::before {
	background-color: #36bde7;
}

.board-steps .step-name {
	font-size: 15px;
	padding: 5px;
}


/*board-tabs*/
.tabs-bar .tabs {
	font-size: 14px;
	margin-left: -15px;
}

.tabs-bar .tabs li.tab {
	float: left;
}

.tabs-bar .tabs li.tab a {
	color: #777;
	padding: 10px 0;
	margin: 0 15px;
	display: block;
}

.tabs-bar .tabs li.tab a:hover {
	color: #333;
}

.tabs-bar .tabs li.tab a.active {
	color: #36bde7;
	border-bottom: 2px solid #36bde7;
}

/*board-controls*/
/*control-bars-header*/
/* .board-controls {
		position: relative;
	}
	.board-controls .control-bars{
		padding-right: 15%;
	}
	.board-controls .control-btns{
		position: absolute;
		top: 0;
		right: 0;
	} */
.control-bars {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

.control-bars-header {
	margin: 10px 0;
	padding: 10px 0;
	font-size: 14px;
}

.control-bars-header .control-bars-title {
	font-size: 14px;
	border-left: 2px solid #36bde7;
	padding-left: 10px;
	line-height: 1;
	font-weight: 700;
}


.control-bar,
.control-bar-l,
.control-bar-r {
	float: left;
}

.control-bar {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}

.control-bar-l {
	margin-right: 5px;
	min-width: 80px;
	text-align: right;
	position: relative;
	color: #666;
}

.control-bar-l .iconfont,
.control-bar-l .required {
	margin-right: 5px;
}

i.required {
	/* font-size: 16px; */
	vertical-align: middle;
	display: inline-block;
}

i.required::before {
	content: "*";
	color: #e62412;
	position: relative;
	left: 0;
}

.control-bar-l,
.control-bar-r {
	/* line-height: 30px; */
	line-height: 24px;
	padding: 5px 0;
}

.control-bar-r .control-bar-input,
.control-bar-r .control-bar-selector {
	margin-top: -5px;
}

/*control-bar-input*/
.control-bar-input,
.control-bar-selector {
	height: 36px;
	line-height: 34px;
	border: 1px solid #e0e0e0;
	background: #fff;
	border-radius: 4px;
	position: relative;
	float: left;
	margin-right: 5px;
	/* margin-top: 5px; */
	min-width: 120px;
}

.md,
.control-bar-input-md,
.control-bar-selector-md {
	width: 230px;
}

.control-bar-input-l,
.control-bar-selector-l {
	width: 370px;
}

.s,
.control-bar-input-s,
.control-bar-selector-s {
	width: 120px;
}

.control-bar-input:hover,
.control-bar-selector:hover {
	cursor: pointer;
	border-color: #b0b0b0;
}

.control-bar-input.disabled,
.control-bar-selector.disabled,
.control-bar-input.disabled:hover,
.control-bar-selector.disabled:hover {
	cursor: not-allowed;
	background-color: whitesmoke;
	color: #777;
	border-color: #e0e0e0;
}

.control-bar-input .input,
.control-bar-selector .selector,
.control-bar-input .input2 {
	width: 100%;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

.control-bar-input .input2 {
	padding-right: 80px;
}

.control-bar-selector .selector,
.control-bar-ico .input {
	padding-right: 35px;
}

.control-bar-input .icon-r,
.control-bar-selector .icon-r {
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 34px;
	font-size: 16px;
}

/* .control-bar-selector .icon-r{
		z-index: -1;
	} */

.control-bar-text {
	/* line-height: 24px; */
	/* padding: 5px 0; */
}

/* 获取验证码 [[ */
a.sms-tip,
a.sms-img {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 10px;
}

a.sms-tip {
	color: #36bde7;
}

a.sms-tip:hover {
	color: #36bde7;
}

a.sms-tip.disabled {
	cursor: default;
	color: #aaa;
}

a.sms-img img {
	width: 100px;
	height: 100%;
}

/* 获取验证码 ]] */

/* tips-outside [[ */
.tips-outside {
	position: absolute;
	/* width: 300px;
		right: -320px; */
	width: 290px;
	right: -305px;
	top: -5px;
	padding: 5px;
}

.tips-wrapper {
	background: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.175);
	color: #333333;
	padding: 10px;
	border-radius: 4px;
	text-align: left;
	line-height: 20px;
}

.tips-wrapper:before,
.tips-wrapper:after {
	position: absolute;
	content: "";
	border-right: 8px solid;
	width: 0;
	border-top: 8px solid;
	border-left: 8px solid;
	border-bottom: 8px solid;
	border-color: transparent #ffffff transparent transparent;
	height: 0;
	left: -16px;
	top: 10px;
}

.tips-wrapper:before {
	border-right: 10px solid;
	left: -21px;
	border-top: 10px solid;
	border-left: 10px solid;
	border-bottom: 10px solid;
	border-color: transparent rgba(0, 0, 0, 0.04) transparent transparent;
	top: 8px;
}

.tip {
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
}

.tip .icon-alert {
	margin-right: 5px;
	color: #36bde7;
}

ul.tip li {
	list-style: circle;
	list-style-position: inside;
}

/* input-tips */
div.input-tips-warning {
	border-color: #71a9f1;
	/* color: #127ae6; */
	-webkit-box-shadow: 0 0 0 3px rgba(0, 88, 221, 0.1);
	-moz-box-shadow: 0 0 0 3px rgba(0, 88, 221, 0.1);
	box-shadow: 0 0 0 3px rgba(0, 88, 221, 0.1);
}

div.input-tips-mis {
	border-color: #f17c71;
	/* background-color: #fff6f5;color: #e62412; */
	-webkit-box-shadow: 0 0 0 3px rgba(221, 0, 0, .1);
	-moz-box-shadow: 0 0 0 3px rgba(221, 0, 0, .1);
	box-shadow: 0 0 0 3px rgba(221, 0, 0, .1);
}

.input-tips-mis .tips-outside {
	color: #e62412;
}

.text-danger {
	color: #e62412;
}

.control-bar-box-table .tip {
	margin-top: 0;
	font-size: 12px;
}

/* tips-outside ]] */

/*control-bar-nav*/
.control-bar-nav .nav {
	margin-top: 10px;
}

.control-bar-nav .nav li {
	background: #efefef;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 10px;
	margin-left: 0;
	cursor: pointer;
	border: 1px solid #efefef;
}

.control-bar-nav .nav li.active {
	border: 1px solid #36bde7;
	background-color: #ffffff;
	color: #36bde7;
}

.control-bar-nav .nav li.active::before {
	content: "\e70d";
	font-family: "iconfont";
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 1;
	font-size: 24px;
	margin-bottom: -1px;
}

/* control-bar-pic */
.control-bar-pic .add,
.control-bar-pic .pic {
	float: left;
	cursor: pointer;
	margin-right: 30px;
	position: relative;
}

.control-bar-pic .add {
	width: 180px;
	height: 122px;
	border: 1px dashed #d6d6d6;
	color: #b5b5b5;
	line-height: 120px;
	text-align: center;
	background-color: #f9f9f9;
}

.control-bar-pic .add .icon-add {
	font-size: 36px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.control-bar-pic .pic img {
	width: 180px;
	height: 122px;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
	border: 1px solid #ececec;
}

.control-bar-pic .change {
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	width: 180px;
	height: 122px;
	line-height: 122px;
	text-align: center;
	color: white;
}

.control-bar-pic .pic:hover .change {
	display: block;
}

/*control-btns*/
.control-btns {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 85px;
}

.control-btns .btn {
	margin-right: 10px;
	min-width: 80px;
}

/*wrapper ]]*/

/*checkbox [[*/
.checkbox {
	margin: 0;
	padding: 0;
}

.checkbox label,
.radio label {
	padding-left: 0;
}

.checkbox input[type=checkbox] {
	margin-left: 0;
	visibility: hidden;
}


.icon-ar-disableMulticheck {
	color: #777;
}

.iconfont.icon-ar-multichecked,
.iconfont.icon-ar-multicheck {
	color: #36bde7;
}

.icon-ar-multichecked::before {
	content: '\e6eb';
}

/*checkbox ]]*/

/* table-func */
.table-func {
	margin: 10px;
}

.table-func .btn {
	margin-left: 10px;
}

/*page*/
ul.pagination li a {
	width: 3rem;
	height: 3rem;
	font-weight: 600;
}

ul.pagination li a,
ul.pagination li span {
	background: none;
	border: none;
	margin-left: .6rem;
	color: #666;
	padding: 0;
	line-height: 3rem;
	text-align: center;
	font-size: 1.4rem;
}

ul.pagination span.iconfont {
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
}

.pagination li a:focus,
.pagination li a:hover {
	background: none;
	color: #37cbff;
}

.pagination li span:focus,
.pagination li span:hover {
	background: none;
	color: #666;
}

.pagination .disabled a,
.pagination .disabled a:focus,
.pagination .disabled a:hover,
.pagination .disabled span,
.pagination .disabled span:focus,
.pagination .disabled span:hover {
	background: none;
	color: #ccc;
}

.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
	background-color: #37cbff;
	border-radius: 50%;
}


/*.control-bar-selector .dropdown-menu*/
.control-bar-selector .dropdown-menu {
	width: 100%;
	font-size: 14px;
	border: 0;
}

ul.dropdown-menu li a {
	padding: 5px 15px;
	line-height: 28px;
}

ul.dropdown-menu .active a {
	color: #28c0f5;
	background-color: #ffffff;
}

ul.dropdown-menu .active a:focus,
ul.dropdown-menu .active a:hover {
	color: #22b8ff;
	background-color: #f6fbff;
}

.dropdown ul.dropdown-menu li a .iconfont {
	padding-right: 5px;
	font-size: 16px;
}


/*account-wrapper [[*/
.control-bars.control-bars-lg .control-bar {
	float: none;
}

.control-bars.control-bars-lg .control-bar-l {
	width: 180px;
	text-align: left;
	padding-left: 12px;
}

.control-bars.control-bars-lg .control-bar-r {
	width: -webkit-calc(100% - 185px);
	width: calc(100% - 185px);
}

.control-btns.control-btns-lg {
	margin-left: 185px;
}

/*account-wrapper ]]*/

/*security, tip*/
.secure-level-container {
	margin-top: 15px;
	margin-bottom: 15px;
}

.secure-level-container .iconfont {
	font-size: 50px;
	line-height: 1;
	float: left;
	position: relative;
	margin: 0 5px;
}

.secure-level-container .secure-level {
	float: left;
	margin: 10px 10px 0;
	width: 75%;
	width: calc(100% - 90px);
}

.secure-level h4 {
	font-size: 16px;
}

.secure-level .control-btns {
	margin-left: 0;
	margin-top: 25px;
}

.icon-security.high,
.icon-circle.success {
	color: #3dec7b;
}

.icon-security::after,
.icon-circle::after {
	content: "\e70e";
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	width: 50px;
	line-height: 50px;
	text-align: center;
}

.icon-security.low,
.icon-circle.mis {
	color: #f40505;
}

.icon-security.low::after,
.icon-circle.mis::after {
	content: "\e725";
}

.icon-security.middle,
.icon-security.waiting,
.icon-circle.alert,
.icon-circle.waiting {
	color: #ffb502;
}

.icon-security.middle::after,
.icon-circle.alert::after {
	content: "!";
}

.icon-security.waiting::after,
.icon-circle.waiting::after {
	content: '\e710';
}

/* 安全设置 list */
.safeindex-authlist {
	margin: 15px 0;
}

.safeindex-authlist .list-item {
	position: relative;
	float: left;
	width: 200px;
	height: 240px;
	padding: 20px;
	margin: 0 15px 30px 15px;
	background: #fff;
	border: 1px solid #efefef;
	box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
}

.safeindex-authlist .list-ico {
	/* width: 84px; */
	height: 70px;
	margin: 10px auto 15px;
	overflow: hidden;
	font-size: 64px;
	text-align: center;
	line-height: 70px;
	position: relative;
	color: black;
}

.safeindex-authlist .list-ico:before {
	position: relative;
	z-index: 1;
}

.safeindex-authlist .list-ico:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: #85e2ff;
	border-radius: 50%;
	right: 40px;
	top: 25px;
	z-index: 0;
}

.safeindex-authlist .list-tit {
	margin-bottom: 5px;
	font-size: 16px;
	color: #111;
	letter-spacing: -.22px;
	text-align: center;
}

.safeindex-authlist .list-desc {
	height: 18px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #666;
	letter-spacing: -.22px;
	line-height: 18px;
	text-align: center;
}

.safeindex-authlist .list-btn {
	display: block;
	background: #fff;
	border: 1px solid #999;
	width: 152px;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	color: #333;
	letter-spacing: -.25px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	border-color: #36bde7;
	color: #36bde7;
}

.safeindex-authlist .list-btn:hover {
	color: #fff;
	border-color: #36bde7;
	background-color: #36bde7;
}

.safeindex-authlist .list-status {
	position: absolute;
	right: 0;
	top: 0;
	width: 41px;
	height: 47px;
}

.safeindex-authlist .list-status i {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 40px;
	line-height: 1;
	font-family: "iconfont";
}

.safeindex-authlist .list-status i::before {
	content: "\e718";
}

.safeindex-authlist .list-status i::after {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #fff;
	padding: 4px 2px;
}

.safeindex-authlist .list-status.status-unlock i {
	color: #3dec7b;
}

.safeindex-authlist .list-status.status-lock i {
	color: #cccccc;
}

.safeindex-authlist .list-status.status-unlock i:after {
	content: "\e70e";
}

.safeindex-authlist .list-status.status-lock i:after {
	content: "\e715";
}

/* footer */
.copyright {
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
	color: #afafaf;
	font-size: 12px;
}

/* btn-group */
.btn-group .btn-default.active,
.btn-group .btn-default.active:hover,
.btn-group .btn-default.active:focus {
	color: #36bde7;
	background-color: #f2faff;
	border-color: #36bde7;
	z-index: 9;
	position: relative;
}


.container {
	width: 1300px;
}

.purchase-container {
	position: relative;
	top: 0;
	padding-top: 88px;
	padding-bottom: 30px;
	width: 100%;
	/* background: #fff; */
}

.purchase-container .board-steps {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.purchase-container .alert {
	margin: 10px 30px;
	width: calc(100% - 60px);
}

.board-content .purchase-container .col-xs-12 {
	display: block;
	border: 0;
	width: auto;
}

.board-content .purchase-container .pro-total-item-details {
	min-width: auto;
}

.board-content .table-container .amount {
	height: auto;
	line-height: initial;
	font-size: 14px;
	font-weight: 400;
}

.purchase-container .col-xs-12 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 1280px;
	margin: auto;
	float: none;
	background: #fff;
	border: 1px solid #e8ebef;
	padding: 30px 15px;
}

.purchase-container .info-main,
.purchase-container .pro-main {
	padding: 0 30px;
	margin: 0 auto;
}

.purchase-container .info-main {
	margin-right: 0;
}

.purchase-container .pro-main {
	background: #fff;
	width: auto;
	/* -webkit-box-shadow: 0px 1px 4px -2px rgba(0,0,0,.3);
		box-shadow: 0px 1px 4px -2px rgba(0,0,0,.3);
		border-radius: 10px;    
		border: 1px solid #f6f6f6; */
	/* margin-left: 15px; */
	padding-top: 15px;
	padding-bottom: 15px;
}

/*.purchase-container .pro-main{
		border-left: 1px solid #efefef;
		min-height: 340px;
	}*/

/* .info-main .control-bar{
		max-width: 100%;
	}*/
/* .purchase-container .control-bar{
		margin-right: 0;
	} */
.purchase-container .control-bars-title {
	font-size: 15px;
}

/* Unlimited Functionality */
.purchase-container .control-bars-body {
	width: 330px;
}

.purchase-container .control-bars-title.primary {
	border: 0;
	padding: 0;
	font-size: 18px;

	margin-top: -20px;
}

.purchase-container .control-bar-para p {
	font-size: 13px;
}

.purchase-container .control-bar-l,
.purchase-container .control-bar-r,
.purchase-container .control-bar-input-l,
.purchase-container .control-bar-selector-l {
	float: none;
	padding-left: 0;
	max-width: 100%;
}

.purchase-container .control-bar-l {
	text-align: left;
	font-size: 13px;
}

.purchase-container .control-btns.control-btns-lg {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 20px;
	width: 100%;
}

.purchase-container .control-btns .btn {
	line-height: 30px;
}

/* 购买页提示 */
.purchase-container .secure-level-container {
	padding: 10px;
	margin: 0;
}

.purchase-container .secure-level-container .iconfont {
	font-size: 40px;
}

.purchase-container .icon-security::after,
.purchase-container .icon-circle::after {
	width: 40px;
	line-height: 40px;
	font-size: 20px;
}

.purchase-container .secure-level h4 {
	font-size: 18px;
}



.purchase-tips {
	width: 768px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #fff;
	/* border: 1px dashed #ccc; */
	position: relative;
	left: 20px;
}

.purchase-info {
	width: 768px;
	margin: 0 auto;
	padding: 10px 20px 20px;

	background: #fff;
	border: 1px dashed #ccc;
	position: relative;
	left: 20px;
	overflow: hidden;
	margin-top: -1px;

}

.purchase-info .control-bar-t {
	font-size: 15px;
}

.purchase-info .control-bar-text {
	color: #a9a9a9;
}

.control-bar-box::before,
.control-bar-box::after {
	content: '';
	display: table;
}

.control-bar-box::after {
	clear: both;
}

.control-bar-s {
	width: 120px;
}

.control-bar-md {
	width: 230px;
}

/* .control-bar-else{
		margin-top: 10px;
		float: left;
		margin-right: 10px;
	} */
.control-bar-else-box,
.control-bar-else,
.control-bar-ico {
	display: inline-block;
}

.control-bar-else-ico {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #e0e0e0;
	line-height: 30px;
	text-align: center;
	color: #666;
	background: #fff;
}

.control-bar-else-ico .iconfont {
	font-size: 14px;
}

.control-bar-else-ico.active .iconfont {
	transform: rotate(180deg);
	transition: all .3s;
}

.selector-placeholder {
	color: #666;
	font-size: 12px;
	line-height: 24px;
	/* width: 120px; */
	display: inline-block;
	padding-left: 5px;
}

.pro-total {
	/* margin: 15px 0; */
	padding: 15px 0;
	/* background-color: #fafafa; */
	border-top: 1px solid #efefef;
}

.pro-total-l,
.pro-total-r {
	padding: 0;
	line-height: 30px;
	float: left;
}

.pro-total-l {
	width: 30%;
}

.pro-total-r {
	width: 70%;
	text-align: right;
}

.pro-total-price {
	color: #36bde7;
	font-size: 20px;
}

.pro-total-item {
	padding: 0 10px;
}

.pro-total-item-details {
	/* border: 1px solid #d4d4d4; */
	/* padding: 10px 15px; */
	margin-bottom: 20px;
	min-width: 640px;
}

.pro-total-item-detail {
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	padding: 10px;
	border-radius: 6px;
}

.l {
	flex: 1;
	float: left;
}

.l p {
	font-weight: 600;
}

.r {
	text-align: right;
	float: right;
}

.pro-total-item-detail .text-muted {
	font-size: 12px;
}

.pro-total-item-price {
	border-top: 1px solid #efefef;
	padding: 10px;
	font-size: 18px;
	font-weight: 600;
}

.control-bar-bs {
	position: relative;
}

.control-bar-bs-r {
	/* display: none; */
	opacity: 0;
	/* position: absolute; */
	/* right: 0;
		top: 0; */
	padding: 8px;
	margin-right: -10px;
	vertical-align: middle;
}

.control-bar-box-table tr:hover .control-bar-bs-r {
	opacity: 1;
}

.control-bar-bs-r .ico {
	color: #a9a9a9;
}

.control-bar-bs-r .ico:hover {
	color: #333;
}

.control-bar-bs-r .ico .iconfont {
	font-size: 16px;
}

.control-bar-t {
	padding: 5px 0;
	font-size: 13px;
	display: inline-block;
	font-weight: 600;
}

.control-bar-t span {
	word-break: break-word;
}

.control-bar-b {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.control-bar-box {
	margin-top: 10px;
}

.control-bar-b .control-bar-input-m {
	margin-right: 10px;
	width: 170px;
}

.control-bar-b .control-bar-input-m:last-child {
	margin-right: 0;
}

.control-bar-box table.control-bar-box-table th {
	height: 36px;
	word-break: break-word;
	font-size: 13px;
	/* font-weight: 400; */
}

.control-bar-box table.control-bar-box-table th,
.control-bar-box table.control-bar-box-table td {
	vertical-align: middle;
	padding: 5px 5px 5px 0;
}

.control-bar-box-table tr:hover {
	background: none;
}

.control-bar-text.amount {
	line-height: 24px;
	height: 36px;
	font-weight: 600;
	font-size: 15px;
}

.control-bar-text.amount.total {
	color: #36bde7;
	font-size: 20px;
	line-height: 34px;
	font-weight: 600;
}

/* 错误提示 */
/* .control-bar-b .input-tips-mis{
		margin-bottom: 24px;
	} */
/* .control-bar-box-table .control-bar-b .input-tips-mis{
		margin-bottom: 0;
	}	 */
/* .control-bar-b .input-tips-mis .tips-outside{
		right: 0;
		width: 100%;
		padding: 0;
		top: 100%;
	} */
/* .control-bar-b .input-tips-mis .tips-outside .tip{
		font-size: 12px;
    	line-height: 16px;
	}
	.control-bar-box-table tr.input-tips-mis:hover{
		background-color: #fff6f5;
	} */

.amount-tip {
	position: relative;
	font-weight: 400;
}

.amount-tip-ico {
	color: #8b8b8b;
}

.amount-tip .tip {
	margin-top: 0;
	word-break: break-word;
}

.amount-tip .tips-wrapper {
	display: none;
	top: 100%;
	right: 0;
	z-index: 9;
	margin-right: -8px;
	margin-top: 10px;
}

.amount-tip:hover .tips-wrapper {
	display: block;
}

.amount-tip .tips-wrapper::before {
	left: auto;
	right: 6px;
	top: -20px;
	border-color: transparent transparent rgba(0, 0, 0, 0.04) transparent;
}

.amount-tip .tips-wrapper::after {
	left: auto;
	right: 8px;
	top: -16px;
	border-color: transparent transparent #fff transparent;
}


.pro-main .md,
.pro-main .control-bar-input-md,
.pro-main .control-bar-selector-md {
	width: 180px;
}

/* .pro-main .s, 
	.pro-main .control-bar-input-s, 
	.pro-main .control-bar-selector-s{
		width: 100px;
		min-width: 100px;
	} */
.control-bar-input-r {
	position: absolute;
	top: 0;
	right: 5px;
	color: #a9a9a9;
	font-size: 12px;
}

/* 账单明细 */
.board-wrapper .purchase-container {
	padding-top: 30px;
	margin: 0;
}

.board-wrapper .purchase-container:before {
	top: 40px;
	display: none
}

.board-wrapper .purchase-container .info-main,
.board-wrapper .purchase-container .pro-main {
	padding: 0 15px;
}

.board-wrapper .purchase-container .pro-main {
	width: 66.66666667%;
	box-shadow: none;
	border: 0;
	margin-left: 0;
}

.board-wrapper .purchase-container .control-bar-box {
	margin-top: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.board-wrapper .purchase-container .control-bars-header {
	margin: 5px 0;
}

.board-wrapper .purchase-container .control-bars {
	border: 1px solid #efefef;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.board-wrapper .purchase-container .control-bar-ts {
	float: left;
}

.board-wrapper .purchase-container .control-bar-bs {
	float: right;
	text-align: right;
}

.board-wrapper .purchase-container .control-bar-t {
	display: block;
	font-weight: 400;
}

.board-wrapper .purchase-container .control-bar-b {
	display: block;
	font-size: 13px;
	font-weight: 600;
}

.board-wrapper .purchase-container .pro-total {
	background: #fff;
	border-top: 0;
}

/* 首页home */
.home-bg {
	background-color: #fafcff;
	background-image: url(../images/business.png);
	background-repeat: no-repeat;
	background-size: 500px;
	background-position-x: 87%;
	background-position-y: 30px;

	position: fixed;
	top: 50px;
	left: 180px;
	right: 0;
	bottom: 0;
	z-index: -1;
}

/* jumbotron */
.jumbotron {
	background: none;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.jumbotron h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

.jumbotron p {
	font-weight: 400;
	font-size: 16px;
}

/* .cards{
		margin-left: -2%;
	} */
/* .card.col-xs-4{
		
		width: 31.33%;
	}
	.card.col-xs-6{
		width: 48%;
	}
	.card.col-xs-4,.card.col-xs-6{
		margin-left: 2%;
	} */
.board-content .card {
	position: relative;
	background-color: white;
	padding: 15px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(51, 132, 202, 0.16);
	box-shadow: 0 1px 3px 0 rgba(51, 132, 202, 0.16);
	margin-bottom: 15px;
}

.board-content .card:empty {
	padding: 0;
	box-shadow: none;
	background: none;
}

.board-content .card-tt {
	margin-bottom: 15px;
	margin-right: 15px;
}

.board-content .card-tt .tt {
	font-size: 18px;
	margin-right: 5px;
}

.board-content .sub {
	font-size: 12px;
}

.board-content .sub .icon-security {
	position: relative;
	vertical-align: middle;
}

.board-content .sub .icon-security::after {
	font-weight: 400;
	width: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.board-content .sub .icon-security:before {
	font-size: 20px;
}

.board-content .card-item {
	font-size: 13px;
	margin-bottom: 5px;
}


/* paypal */
div#paypal-button-container {
	width: 800px;
	margin: 0 auto;
	padding: 0 45px;
	margin-top: -20px;
}

.paypal-buttons {
	width: 260px !important;
}

div#buyself-payment-button-container {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
	margin-top: 8px;
}

.buyself-payment-button {
	float: left;
	margin: 0px 20px;
}

.buyself-payment-button-wire {
	background-color: #36bde7;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 4px;
	font-weight: 650;
	color: #ffffff;

	width: auto !important;
	padding-left: 30px;
	padding-right: 30px;
}

.buyself-payment-button-wire:hover {
	background-color: #0090bd;
}

.buyself-payment-info-item {
	margin: 10px 0px;
	padding-left: 5px;
}

.buyself-payment-info-item span {
	font-weight: 600;
}


/* 224123
	在线购买修改：国外自助购买流程中，购买页面的可选产品（许可证）及UI的修改 */
/* Unlimited Functionality */
.purchase-container .control-bars-title.primary {
	border: 0;
	padding: 0;
	font-size: 18px;
}

.purchase-container .control-bar-para p {
	font-size: 13px;
}

.purchase-container .control-bar-l,
.purchase-container .control-bar-r,
.purchase-container .control-bar-input-l,
.purchase-container .control-bar-selector-l {
	float: none;
	padding-left: 0;
	max-width: 100%;
}

.purchase-container .control-bar-l {
	text-align: left;
	font-size: 13px;
}

.purchase-container .control-btns.control-btns-lg {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 20px;
	width: 100%;
}

.purchase-container .control-btns .btn {
	line-height: 30px;
}

.control-bar-box table.control-bar-box-table th {
	vertical-align: top;
}

.control-bar-tip {
	color: #36bde7;
	font-size: 12px;
}

.toolbar-item .iconfont.icon-bottom {
	font-size: 12px;
}

/* code  */
.control-bar-code {
	float: left;
	border: 1px solid #e0e0e0;
	height: 36px;
	border-radius: 4px;
	overflow: hidden;
	width: 80px;
}

.purchase-container .control-bar-box {
	margin-top: 15px;
}

.purchase-container .control-btns.control-btns-lg {
	margin-top: 25px;
}

.purchase-container .control-bar-selector .placeholder {
	color: #c3c3c3;
	font-size: 12px;
}

.purchase-container .control-bar-input input::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 12px;
}

.purchase-container .control-bar-input input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 12px;
}

.purchase-container .control-bar-input input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 12px;
}


/* 225392	国内自助试用与购买 */
.purchase-container .col-xs-12 .col-xs-12 {
	width: 100%;
	border: 0;
	padding: 0;
}

.purchase-container .alert {
	margin: 10px 30px;
	width: calc(100% - 60px);
	width: 1280px;
	margin: 10px auto;
}

.purchase-container .alert.alert-fixed {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
}

.purchase-container .col-xs-12 .alert.alert-fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}




/* 8MSaaS页面UI改进 */
.buying-main {
	background: url(../images/buy/bg.png) #6fd9fc no-repeat center bottom;
	/* background-size: cover; */
	min-height: calc(100% - 91px);
	/* height: 830px; */
	/* overflow: auto; */
}

.buying-main .container,
.buying-footer .container {
	width: 1180px;
}


.buying-header .logo-item {
	position: relative;
	margin-top: 40px;
	color: #032e61;
}

.buying-header .logo-item img {
	margin-right: 10px;
}

.buying-header .logo-item h2 {
	display: inline-block;
	width: calc(100% - 488px);
	font-size: 26px;
	font-weight: 600;
}

.buying-header .logo-item-r {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
}

.buying-header .logo-item-r .btn-darkblue.btn-radius {
	min-width: 80px;
	font-size: 13px;
	margin-left: 10px;
}


.buying-body .container {
	display: flex;
}

.buying-poster {
	text-align: center;
	flex: 1;
	padding-top: 20px;
	padding-bottom: 100px;
}

.buying-pic {
	padding-top: 20px;
	padding-bottom: 10px;
}

.buying-para {
	margin: 10px 30px 10px 50px;
	text-align: left;
	color: #2f3293;
	font-size: 15px;
	line-height: 1.4;
}

.buying-para b {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.buying-intro {
	margin: 15px 30px 40px 60px;
	overflow: hidden;
}

.buying-intro ul li {
	float: left;
	width: 50%;
	text-align: left;
	padding: 10px 0;
}

.buying-intro-ico {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 12px;
}

.intro-ico-free {
	background: url(../images/buy/icon01.png) no-repeat center;
}

.intro-ico-new {
	background: url(../images/buy/icon02.png) no-repeat center;
}

.intro-ico-quick {
	background: url(../images/buy/icon03.png) no-repeat center;
}

.intro-ico-exclusive {
	background: url(../images/buy/icon04.png) no-repeat center;
}

.intro-ico-certified {
	background: url(../images/buy/icon05.png) no-repeat center;
}

.buying-intro-txt {
	float: left;
	font-weight: 600;
	width: calc(100% - 60px);
	line-height: 1.4;
}

.buying-intro-txt h4 {
	color: #2f3293;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 3px;
}

.buying-contact {
	margin-bottom: 30px;
}

.buying-contact h3 {
	font-weight: 600;
	margin-bottom: 8px;
}

.buying-contact p {
	font-size: 16px;
	font-weight: 600;
}

.buying-contact p .tel {
	font-size: 20px;
}

.buying-con {
	margin-top: 20px;
	padding-bottom: 50px;
	position: relative;
}

.buying-form-bf {
	position: absolute;
	top: -55px;
	font-size: 20px;
	color: #ffef31;
	font-weight: 600;
	padding: 0 10px;
}

.buying-form {
	width: 468px;
	margin: 0 10px;
	background: rgba(255, 255, 255, .9);
	position: relative;
	border-radius: 4px;
	-webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, .1);
	box-shadow: -2px 2px 6px rgba(0, 0, 0, .1);
}

.buying-form .control-bars-header {
	margin: 0;
	padding: 30px 0 15px;
}

.buying-form .control-bars-header .control-bars-title {
	font-size: 16px;
	border-left: 3px solid #f7931e;
	margin-left: 30px;
	line-height: 1.2;
}

.buying-form .control-bars {
	padding-bottom: 40px;
	margin-top: 0;
}

.buying-form .control-bar-boxs {
	display: flex;
	padding: 0px 25px;
}

.buying-form .control-bar-box {
	flex: 1;
	padding: 0 5px;
	margin-top: 5px;
}

.buying-form .control-bar-t {
	font-size: 12px;
}

.buying-form .control-bar-b {
	display: block;
	position: relative;
}

.buying-form .control-bar-input,
.buying-form .control-bar-selector {
	margin: 0;
	width: 100%;
	background: none;
	border-color: #c5c5c5;
	min-width: auto;
}

.buying-form .selector-placeholder {
	padding-left: 0;
	padding-right: 5px;
	width: 55px;
}

.buying-form .control-bar-selector .placeholder,
.control-bar-selector .selector,
.control-bar-ico .input {
	padding-left: 5px;
	padding-right: 20px;
}

.buying-form .control-bar-input .icon-r,
.buying-form .control-bar-selector .icon-r {
	right: 5px;
}

.buying-form .control-bar-input .input,
.buying-form .control-bar-input .input2 {
	padding-left: 5px;
}

.buying-form .control-bars-chbox {
	padding: 0px 30px;
}

.buying-form .control-btns {
	padding: 15px 30px 40px;
	margin: 0;
}

.buying-form .control-btns .btn {
	font-size: 1.6rem;
}

.buying-form .control-bar-code {
	width: 60px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	border: 1px solid #c5c5c5;
	border-radius: 0 4px 4px 0;
}

.buying-form .control-bar-input input {
	padding-left: 5px;
}

.buying-form .control-bar-input a.sms-img {
	padding-right: 0;
	width: 80px;
}

.buying-form .control-bar-input a.sms-img img {
	width: 80px;
}

.buying-form table.control-bar-box-table {
	padding: 0 25px;
}

.buying-form .control-bar-boxs table.control-bar-box-table {
	padding: 0;
}

.buying-form .control-bar-tips {
	padding: 0 3rem;
}

.buying-footer {
	background: #4d4d4d;
	color: #fff;
	padding: 20px;
	/* position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1; */
}

.buying-footer a {
	color: #5be5f3;
}

.buying-footer a:hover {
	color: #2dccdc;
}

.buying-footer .link a {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.bth-radius,
.btn-radius {
	border-radius: 20px;
}

.buying-form .alert.alert-fixed {
	position: absolute;
	top: 64px;
	left: 0;
	width: 100%;
}

.buying-form .alert {
	padding: 10px 30px;
}

.buying-form .pro-total {
	padding: 20px;
}

.buying-form .purchase-tips {
	width: 100%;
	left: 0;
	background: none;
}

.buying-form .pro-total-item-details {
	min-width: auto;
}

.buying-form .pro-total-item-detail {
	background-color: #e3e8f2;
}

.buying-form .pro-total-price {
	color: #f15a24;
}

.buying-form .control-bar-tip {
	padding: 0 30px;
}

.buying-form table.control-bar-box-table .control-bar-tip {
	padding: 0;
}

/* 8M SaaS RENEWAL Order Screen */
.buying-form .control-bars-header {
	position: relative;
}

.buying-form .control-bars-header-r {
	position: absolute;
	right: 30px;
	top: 24px;
}

.buying-form .control-bar-text.amount {
	line-height: 36px;
}

.buying-form .control-bar-bs-r {
	margin-right: -30px;
	padding: 8px 0;
}

.buying-form .control-bar-else-ico {
	background: none;
}

.buying-form .control-bar-else-ico:hover {
	background: #f5f5f5;
}


.buying-header .logo-item-r .nav>li>a {
	background: none;
}

.buying-header .logo-item-r .nav>li>a:hover,
.buying-header .logo-item-r .nav>li>a:active,
.buying-header .logo-item-r .nav>li>a:focus {
	color: #0366c7;
}

.buying-form .control-bar-text.amount.total {
	color: #f15a24;
}

.buying-form .tip .icon-alert,
.buying-form a.text-primary,
.buying-form .control-bar-tip {
	color: #40b2ff;
}

.buying-form .toolbar-items .toolbar-item,
.buying-form .toolbar-item .iconfont,
.buying-form ul.dropdown-menu .active a,
.buying-form .dropdown-menu li a:focus,
.buying-form .dropdown-menu li a:hover,
.buying-form .dropdown-menu .active a:focus,
.buying-form .dropdown-menu .active a:hover {
	color: #0098ff;
}

.buying-form .toolbar-item .iconfont {
	margin: 0 3px;
}

/* FREE TRIAL Page */
.slogan-item {
	text-align: center;
}

.slogan-item-con {
	background: #1cbbcc;
	display: inline-block;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
	margin-top: 30px;
	border-radius: 4px;
	font-family: Helvetica, Arial, sans-serif;
}

.slogan-item-con .slogan-item-con-logo {
	margin-right: 5px;
	vertical-align: middle;
}

span.slogan-item-con-txt {
	vertical-align: middle;
}



.purchase-container .purchase-tt-outside {
	width: 1280px;
	margin: auto;
	margin-top: -70px;
	border: 0;
	padding: 30px 0px;
}

.purchase-container .purchase-tt-outside h5 {
	font-size: 24px;
}

.purchase-container .pro-main {
	width: 100%;
}

.purchase-container .col-xs-8.pro-main {
	width: 66.66666667%;
	margin: 0;
}

.purchase-container .purchase-tips {
	width: 1180px;
}



@media screen and (min-width: 1920px) {
	.buying-main {
		background-size: cover;
	}

	.buying-poster {
		padding-bottom: 150px;
	}
}

@media screen and (max-width:1180px) {

	.buying-main .container,
	.buying-footer .container {
		width: 100%;
	}

	.buying-form-bf {
		position: relative;
		margin-bottom: 15px;
		top: 0;
	}
}

@media screen and (max-width:1080px) {
	.buying-intro {
		margin: 15px 10px;
		margin-right: 0;
	}

	.buying-intro ul li {
		padding: 10px 0;
	}

	.buying-para {
		margin-left: 30px;
	}

	.buying-poster {
		padding-bottom: 115px;
	}
}

@media screen and (max-width:1024px) {
	.buying-poster {
		padding-bottom: 115px;
	}
}

@media screen and (max-width:1000px) {
	.buying-intro ul li {
		width: 100%;
	}

	.buying-poster {
		padding-bottom: 110px;
	}
}

@media screen and (max-width:830px) {
	.buying-intro {
		margin: 15px 40px;
		margin-right: 20px;
	}

	.buying-body .container {
		display: block;
	}

	.buying-form {
		margin: auto;
	}

	.buying-intro ul li {
		width: 50%;
	}

	.buying-header .logo-item h2 {
		width: auto;
	}

	.buying-poster {
		padding-bottom: 20px;
	}
}

@media screen and (max-width:594px) {
	.buying-intro ul li {
		width: 100%
	}
}



/* BUGID=CO,238073
	4.0支付宝支付：广州国际工程咨询项目需要支持支付宝支付 */
/* 支付宝结算页面 */
.pay-wrapper .logo-block {
	margin: 30px;
}

.pay-wrapper .logo-block img {
	height: 40px;
}

.pay-header {
	width: 860px;
	margin: auto;
}

.pay-order {
	background: #eaf0f9;
	color: #1b3150;
}

.order-content {
	width: 860px;
	margin: auto;
	padding: 20px 35px;
}

.hd-l,
.hd-r {
	width: 50%;
	position: relative;
	float: left;
}

.hd-l i.iconfont.icon-time {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	background: url(../images/buy/icon-time.png);
}

.hd-l i.iconfont.icon-time::before {
	content: '';
}

.hd-l h4 {
	font-weight: 600;
	margin-bottom: 8px;
	margin-top: 8px;
}

.hd-l p {
	padding-left: 35px;
	color: #3a5478;
}

.hd-r {
	text-align: right;
}

.order-total {
	color: #3a5478;
}

.order-total * {
	line-height: 1;
}

.order-total span {
	color: #ff6319;
	font-size: 28px;
	font-weight: 600;
	text-align: right;
	width: auto;
}

.order-hd {
	border-bottom: 1px dashed #c8cbdb;
	padding-bottom: 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.order-info h5 {
	font-size: 16px;
	margin: 20px 0 15px;
	padding-left: 35px;
}

.order-info .order-item {
	margin-bottom: 5px;
	padding-left: 35px;
}

.order-info .order-item .info-l {
	display: inline-block;
	width: 150px;
	font-weight: 600;
}

.order-info .order-item span {
	display: inline-block;
	width: calc(100% - 155px);
	color: #3a5478;
}

#payFrameDiv .download-qrcode {
	width: 280px;
	margin: auto;
	margin-top: 30px;
	border: 2px solid #445f85;
	border-radius: 8px;
	overflow: hidden;
}

#payFrameDiv .download-qrcode p.dl-tip img,
#payFrameDiv .download-qrcode p.dl-tip {
	width: 280px;
}


/* BUGID=CO,239980
	国内自助购买要相应增加购买许可配置，详细见附件所示 */
.buying-form .control-bars .control-bars {
	padding-bottom: 0;
	margin-bottom: 0;
}

.buying-form .control-bars-header {
	margin: 0;
	padding: 25px 0 5px;
}

.buying-form .control-btns {
	padding: 5px 30px 25px;
	margin: 0;
}

.buying-form .control-bar-text.amount,
.buying-form .control-bar-input,
.buying-form .control-bar-selector {
	height: 32px;
	line-height: 30px;
}

.buying-form .control-bars {
	padding-bottom: 15px;
	margin-bottom: 0;
}

.buying-form .control-bars-chbox {
	padding: 5px 30px;
}

.buying-form .control-btns .btn {
	font-size: 1.5rem;
}

.buying-form .control-bar-box table.control-bar-box-table th,
.buying-form .control-bar-box table.control-bar-box-table td {
	padding-top: 3px;
	padding-bottom: 0;
	height: auto;
}

.buying-form .control-bar-box table.control-bar-box-table th {
	padding-top: 5px;
}

.buying-form .control-bar-input .icon-r,
.buying-form .control-bar-selector .icon-r {
	right: 10px;
	line-height: 30px;
	font-size: 14px;
}

.buying-form .alert.alert-fixed {
	top: 50px;
}


/* 248318 官网注册试用新UI */
/* 注册登录 [[*/
.login-main,
.question-main {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
}

.login-poster,
.question-poster {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 500px;
	/* border-radius: 20px; */
}

.poster1 {
	background: url(../images/buy/bg1.png) #ffcd4f no-repeat top left;
}

.poster2 {
	background: url(../images/buy/bg2.png) #ffcd4f no-repeat top left;
}

.poster3 {
	background: url(../images/buy/bg3.png) #ffcd4f no-repeat top left;
}

.poster4 {
	background: url(../images/buy/bg4.png) #826af2 no-repeat top left;
}

.poster5 {
	background: url(../images/buy/bg5.png) #826af2 no-repeat top left;
}

.poster6 {
	background: url(../images/buy/bg6.png) #00d0b8 no-repeat top left;
}

.poster7 {
	background: url(../images/buy/bg7.png) #826af2 no-repeat top left;
}

.poster8 {
	background: url(../images/buy/bg8.png) #21cfb2 no-repeat top left;
}


.question-body,
.login-body {
	height: 100%;
	overflow: auto;
	position: relative;
}

.question-body .container,
.login-body .container {
	/* width: auto; */
	margin-left: 0;
	margin-right: 500px;
	min-height: 100%;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	display: table;
	width: -webkit-calc(100% - 500px);
	width: calc(100% - 500px);
}


.login-con {
	width: 380px;
	/* margin: auto; 影响ie居中布局 */
	padding-bottom: 30px;
	display: table-cell;
    /* text-align: center; */
    vertical-align: middle;
}

.question-con {
	width: 880px;
	padding-bottom: 30px;
	display: table-cell;
    /* text-align: center; */
    vertical-align: middle;
}

.login-con .login-form,
.question-con .question-form {
	margin-bottom: 30px;
	font-size: 15px;
}

.question-con .question-form {
	font-size: 16px;
}

.login-form .control-bars-title,
.question-form .control-bars-title {
	font-size: 32px;
	font-family: "微软雅黑";
	border: 0;
	text-align: center;
	padding: 0;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.4;
}

.login-form .control-bars-title+p,
.question-form .control-bars-title+p {
	color: #a9a9a9;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.login-form .control-bars-title {
    text-align: center;
	font-size: 36px;
}

.login-form .control-bars-tips {
    color: #333;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    border: 1px solid #e7c32f;
    padding: 7px 12px;
    border-radius: 5px;
    background: rgba(255, 216, 59, .2);
}
.login-form .control-bars-tips .orange {
    color: #e7c32f!important;
    padding-right: 10px;
}
.login-form .control-bars-tips a.click-btn {
    text-decoration: underline;
    font-weight: bold;
    color: #4d83e9;
}

.login-form .control-bar-boxs,
.question-form .control-bar-boxs {
	display: flex;
	padding: 0;
}

.login-form .control-bar-box,
.question-form .control-bar-box {
	flex: 1;
	padding: 0;
	margin-top: 5px;
}

.login-form .control-bar-t,
.question-form .control-bar-t {
	font-size: 13px;
}

.login-form .control-bar-b,
.question-form .control-bar-b {
	display: block;
	position: relative;
}

.login-form .control-bar-input,
.question-form .control-bar-input {
	margin-bottom: 10px;
	margin-right: 0;
	width: 100%;
	background: none;
	border-color: #c5c5c5;
	min-width: auto;
	height: 46px;
	line-height: 44px;
	display: flex;
}

.login-form .control-bar-input:hover,
.login-form .control-bar-input:focus-within {
	border-color: #0ad2bb;
	box-shadow: 0 0 0 2px rgba(10, 210, 187, .2);
}

/* error */
.login-form .control-bar-input+p.text-danger {
	float: left;
	margin-top: -10px;
	font-size: 14px;
}

.login-form .control-bar-input.error {
	border-color: #fe5957;
	box-shadow: 0 0 0 2px rgba(254, 89, 87, .2);
}

.btn-green {
	background: #00d0b8;
	color: #fff;
	border-color: #00d0b8;
}

.btn-green:hover {
	background: #13d3be;
	color: #fff;
	border-color: #13d3be;
}

.btn-green:active,
.btn-green:active.focus,
.btn-green:active:focus,
.btn-green:active:hover {
	background: #00cbb4;
	color: #fff;
	border-color: #00cbb4;
}

.btn-green-line {
	color: #00d0b8;
	background: #fff;
	border-color: #00d0b8;
}

.btn-green-line:hover {
	color: #13d3be;
	border-color: #13d3be;
}

.btn-green-line:active,
.btn-green-line:active.focus,
.btn-green-line:active:focus,
.btn-green-line:active:hover {
	color: #00cbb4;
	border-color: #00cbb4;
}

.login-form .control-bars-form,
.login-form .control-btns {
	width: 380px;
}

.login-con .control-btns,
.question-con .control-btns {
	margin-left: 0;
}

.login-con .control-btns .btn,
.question-con .control-btns .btn {
	padding: 12px;
	font-size: 16px;
	border-radius: 4px;
	font-weight: 600;
}

.question-con .control-btns .btn {
	padding: 12px 30px;
	width: auto;
	float: right;
}

.text-green {
	color: #00d0b8;
}

.text-green:focus,
.text-green:hover {
	color: #00b8a3;
	text-decoration: underline;
}


.login-form .control-bars-chbox {
	margin-bottom: 10px;
	width: 380px;
	font-size: 14px;
}

.control-bars-checkbox {
	margin-left: 0;
}

.control-bars-checkbox label.radio-inline,
.control-bars-checkbox label.checkbox-inline {
	padding: 3px 15px 3px 25px !important;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
    white-space: nowrap;
}

.control-bars-checkbox label.radio-inline input,
.control-bars-checkbox label.checkbox-inline input {
	/* opacity: .8; */
	margin-top: 6px;
}
/* .control-bars-checkbox label.radio-inline input[disabled="disabled"], 
.control-bars-checkbox label.checkbox-inline input[disabled="disabled"] {
    opacity: 1;
} */

.control-bars-checkbox label.checkbox-inline i {
	color: #a9a9a9;
	font-size: 15px;
}

.control-bars-checkbox label.radio-inline label,
.control-bars-checkbox label.radio-inline span {
	display: block;
	color: #333;
	padding: 0 5px;
}

.question-form .control-btns {
	float: right;
	width: 120px;
	margin-top: 80px;
}

.control-bar-input-b {
	margin-left: -20px;
}

.control-bar-input-inline.code-input {
	width: 16.66%;
	float: left;
	height: 80px;
}

.control-bar-input-inline.code-input input {
	width: calc(100% - 20px);
	height: 100%;
	border-bottom: 1px solid #ddd;
	margin-left: 20px;
	font-size: 48px;
	text-align: center;
}

.control-bar-input-inline.code-input input:focus {
	border-bottom: 1px solid #00b8a3;
}

.login-form .control-bar-input i.iconfont,
.question-form .control-bar-input i.iconfont {
	padding: 0 10px;
	font-size: 18px;
	color: #999;
	cursor: default;
}

.login-form .control-bar-input i.iconfont+input {
    padding-left: 0;
    flex: 1;
    padding-right: 10px;
}
.question-form .control-bar-input i.iconfont+input{
	padding: 0;
}

.control-bar-input .password-state i.iconfont {
	cursor: pointer;
	padding-left: 0;
}

.control-bar-input .password-state i.iconfont:hover {
	color: #00b8a3;
}

.login-footer {
	text-align: center;
	margin-top: 64px;
}

.login-footer a {
	color: #00b8a3;
}

.login-footer a:hover {
	text-decoration: underline;
}

/* 忘记密码 */
.control-more {
	margin-top: -10px;
}

.control-more a {
	color: #a9a9a9;
}

.control-more a:hover {
	color: #00b8a3;
}

/* 页码 */
.form-page-bars {
	float: right;
	font-size: 20px;
	padding: 7px 20px;
}

.form-page-bars span {
	margin: 0 5px;
}

.form-page-bars .current-page {
	color: #36bde7;
	font-weight: 600;
}

/* 修改成功页面 */
.login-form .account-content {
	position: relative;
}

.login-form .account-content .secure-level-container {
	width: auto;
	margin-left: 0;
}

.login-form .secure-level-container .iconfont {
	font-size: 64px;
	color: #00d0b8 !important;
    width: 64px;
    height: 64px;
    background: #00d0b8;
    display: block;
    border-radius: 50px;
    margin: auto;
}

.login-form .account-content .icon-circle::after {
	font-size: 36px;
	line-height: 64px;
}

.login-form .tip {
	font-size: 16px;
	margin-top: 10px;
}

.login-form  .account-content .secure-level-container .secure-level{
	margin-top: 32px;
}

.login-form .alert[style="visibility:hidden"]{
	display: none!important;
}


/* 注册登录 ]] */

@media screen and (max-width: 1430px) {
	label.checkbox-inline.col-md-6 {
		width: 100%;
	}

	label.radio-inline.col-md-4 {
		width: 50%;
	}

	.question-con {
		width: 700px;
	}

	.question-con .control-btns {
		margin-right: 30px !important;
	}
}

@media screen and (max-width: 1190px) {
	.question-con {
		width: 600px;
	}

	.question-con .question-form {
		margin-left: 20px !important;
		margin-right: -20px !important;
	}
}

@media screen and (max-width: 1130px) {
	.question-con {
		width: 500px;
	}

	.question-con .question-form {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 1070px) {
	.question-con {
		width: 560px;
	}

	.login-poster,
	.question-poster {
		width: 400px;
		transition: all .3s;
	}

	.question-body .container,
	.login-body .container {
		margin-right: 400px;
		width: -webkit-calc(100% - 400px);
		width: calc(100% - 400px);
	}
}

@media screen and (max-width: 996px) {
	.question-con {
		width: 540px;
	}

	.login-poster,
	.question-poster {
		width: 300px;
	}

	label.radio-inline.col-md-4 {
		width: 49%;
	}

	.question-body .container,
	.login-body .container {
		margin-right: 300px;
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
	}
}

@media screen and (max-width: 996px) {
	.question-con {
		width: 600px;
	}

	.login-poster,
	.question-poster {
		display: none;
	}

	.question-body .container,
	.login-body .container {
		margin-right: 0;
		width: 100%;
	}
}




/* 单选多选的颜色优化 */
.control-bars-checkbox label.radio-inline input,
.control-bars-checkbox label.checkbox-inline input {
    appearance: none;
    outline: none;
}

.control-bars-checkbox label.radio-inline input:before,
.control-bars-checkbox label.checkbox-inline input:before {
    content:'';
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 13px;
    border: 1px solid #878787;
    position: absolute;
    top: 0;
    left: 0;
}

.control-bars-checkbox label.radio-inline input:after,
.control-bars-checkbox label.checkbox-inline input:after {
    content:'';
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 6px;
    background: transparent;
    position: absolute;
    top: 3px;
    left: 3px;
}

.control-bars-checkbox label.checkbox-inline input:before,
.control-bars-checkbox label.checkbox-inline input:after{    
    border-radius: 2px;
}
.control-bars-checkbox label.radio-inline input:checked:before,
.control-bars-checkbox label.checkbox-inline input:checked:before{
    border: 1px solid #0075ff;
}
.control-bars-checkbox label.radio-inline input:checked:after,
.control-bars-checkbox label.checkbox-inline input:checked:after{
    background: #0075ff;
}
.control-bars-checkbox label.radio-inline input[disabled]:before,
.control-bars-checkbox label.checkbox-inline input[disabled]:before{
	background: #f3f3f3;
}
.control-bars-checkbox label.radio-inline input[disabled],
.control-bars-checkbox label.checkbox-inline input[disabled]{
    opacity: .7;
}


/* 250278 其他和上一个功能按钮 */
.control-bars-othersbar{
	font-size: 15px;
	margin: 10px;
}
.control-bars-othersbar label{
	margin-right: 16px;
}
.control-bars-othersbar label:hover{
	opacity: .7;
}
.control-bars-othersbar label a{
	color: #26acf7;
}
.control-bars-othersbar label span{
	vertical-align: middle;
}
.control-bars-othersbar .iconfont{
	font-size: 18px;
	color: #26acf7;
    margin-right: 4px;
    vertical-align: middle;
    margin-left: -2px;
}
.control-bars-othersbar .icon-left{
	font-size: 16px;
	font-weight: 600;
}



/* 256127 官网注册-试用期过期流程 */
.popup-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.popup-modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    outline: 0;
    z-index: 1000;
    text-align: center;
}
.popup-modal  {
    position: relative;
    top: 180px;
    display: inline-block;
    width: 450px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    margin: 0 auto;
}
.popup-modal-container  {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
    pointer-events: auto;
    padding: 15px;
}
.popup-modal-title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #515253;
    margin: 0;
    padding: 0;
}
.popup-modal-close {
    position: absolute;
    top: 15px;
    right: 10px;
    border: none;
    background: none;
}
.popup-modal-close i {
    color: #999;
}
.popup-modal-close:hover i {
    color: #333;
}
.popup-modal-content {
    margin-top: 15px;
}
.popup-modal-main {
    width: 100%;
    background-color: #f7f9fa;
    border-radius: 12px;
}
.popup-modal-list {
    padding: 20px;
}
.popup-modal-cardboard {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
}
.popup-modal-cardboard:last-child {
    margin-bottom: 0;
}
.popup-cardboard-header {
    display: flex;
    margin-bottom: 10px;
    height: 30px;
}
.popup-cardboard-icon {
    width: 30px;
}
.popup-cardboard-title p {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-left: 10px;
}
.popup-cardboard-tips {
    line-height: 18px;
}
.popup-cardboard-tips span {
    font-size: 14px;
    color: #666;
}

.popup-top,
.popup-logon {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../images/CoverBackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
}
.popup-top .popup-modal-container,
.popup-logon .popup-modal-container {
    padding: 30px;
}
.popup-top .popup-modal-box,
.popup-logon .popup-modal-box  {
    display: flex;
}
.popup-top .popup-modal-left {
    min-width: 50px;
}
.popup-logon .popup-modal-left  {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-top .popup-modal-right,
.popup-logon .popup-modal-right  {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #eee;
    flex: 1;
}
.popup-top .popup-modal {
    width: 600px;
}
.popup-logon .popup-modal {
    width: 760px;
}
.popup-top .popup-modal-title h3 {
    font-size: 30px;
    text-align: center;
}
.popup-top .popup-modal-tips {
    margin: 20px 0;
}
.popup-top .popup-modal-tips h4 {
    font-size: 15px;
    color: #333;
    margin: 0;
}
.popup-top .popup-modal-tips p {
    font-size: 14px;
    color: #666;
}
.popup-top .popup-tips-digit {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    font-style: italic;
}

.popup-logon .popup-modal-content {
    margin-top: 0;
}
.popup-modal-logo {
    text-align: center;
}
.popup-modal-word {
    text-align: center;
}
.popup-modal-word h4 {
    font-size: 24px;
    color: #333;
    padding: 0;
    margin: 10px 0;
}
.popup-modal-word p {
    font-size: 14px;
    color: #777;
}

.popup-modal-bg {
    height: 150px;
    background-image: url(../images/logonBg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.popup-modal-form {
    width: 380px;
}
.popup-modal-form form {
    margin-bottom: 0;
}
.popup-modal-form .control-bars {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.popup-modal-form .control-bar-boxs {
    display: flex;
    padding: 0;
}
.popup-modal-form .control-bar-box {
    flex: 1;
    padding: 0;
    margin-top: 5px;
}
.popup-modal-form .control-bar-t {
    padding: 5px 0;
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
}
.popup-modal-form .control-bar-bs {
    position: relative;
}
.popup-modal-form .control-bar-b {
    display: block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
}
.popup-modal-form .control-bar-input {
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 5px;
    width: 100%;
    background: none;
    border-color: #c5c5c5;
    min-width: auto;
    height: 46px;
    line-height: 44px;
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    position: relative;
    float: left;
}
.popup-modal-form  .control-bar-input i.iconfont {
    padding: 0 10px;
    font-size: 18px;
    color: #999;
    cursor: default;
}
.popup-modal-form .control-bar-input:hover {
    border-color: #0ad2bb;
    box-shadow: 0 0 0 2px rgba(10, 210, 187, .2);
}
.popup-modal-form .control-bar-input i.iconfont+input {
    padding-left: 0;
    flex: 1;
    padding-right: 10px;
}
.popup-modal-form input,
.popup-modal-form button {
    outline: none;
}
.popup-modal-form input {
    padding: 0;
    border: 0;
    border-color: #e5e5e5;
    box-shadow: none;
}
.popup-modal-btn {
    overflow: hidden;
    width: 380px;
    margin-top: 15px;
}
.popup-modal-btn .btn-switch {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
}
.popup-modal-btn .switch-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #1bc1af;
    background: #fff;
    margin-right: 8px;
}
.popup-modal-btn .switch-dot.switch-dot-active {
    background: #1bc1af;
}
.popup-modal-btn .btn-button {
    float: right;
}
.popup-modal-btn .btn-button .btn {
    padding: 0 10px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.popup-modal-btn .btn-button .btn-next {
    background: #1bc1af;
    color: #fff;
    padding: 0 25px;
}
.popup-modal-btn .btn-button .btn-back {
    border: 1px solid #1fb6eb;
    color: #1fb6eb;
    background: #fff;
    padding: 0 20px;
}
.popup-modal-btn .btn-button .btn-started {
    border: 1px solid #1fb6eb;
    color: #fff;
    background: #1fb6eb;
    padding: 0 20px;
}
.popup-modal-btn .btn-button .btn-next:hover {
    background: #00d0b8;
    color: #fff;
}
.popup-modal-btn .btn-button .btn-back:hover {
    border: 1px solid #1fb6eb;
    color: #fff;
    background: #1fb6eb;
}
.popup-modal-btn .btn-button .btn-started:hover {
    border: 1px solid #26c6fd;
    color: #fff;
    background: #26c6fd;
}
.popup-modal-checked {
    width: 380px;
}
.popup-modal-checked .checked-box {
    height: 28px;
    line-height: 28px;
    margin: 5px 0;
}
.popup-modal-checked h4 {
    margin-bottom: 10px;
    color: #101010;
    font-size: 20px;
    font-weight: bold;
}
.popup-modal-checked .checked-txt {
    font-size: 15px;
    color: #555;
}


/* 257001 中文网站：1）新增表单给用户跳转后如需继续操作，就要用户填写表单后才能继续；2)填写信息后，查看系统时，邮件通知市场 */
.popup-top .popup-modal-title h4 {
    font-size: 26px;
    text-align: left;
    color: #515253;
    margin: 0;
    padding: 0;
}
.form-main .inputStyle {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    text-indent: 10px;
    padding-left: 0px;
    border: 1px solid #bfbfbf;
    line-height: 40px;
    font-size: 14px;
}

.form-main .yanshi_div_row {
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}
.form-main .yanshi_div_row_input,
.form-main .yanshi_div_row_title {
    width: 100%;
    text-align: left;
}
.form-main .fieldName {
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    margin-top: 0px;
}
.form-main .fieldName span.dot {
    color: #f00;
}
.form-main .input_row_wrap {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
}
.form-main .sa_get_code_btn {
    display: inline-block;
    width: 105px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    margin-left: 10px;
    font-size: 13px;
    background-color: #00b9ad;
    cursor: pointer;
    border-radius: 5px;
}
.form-main .sa_get_code_btn:hover{
  background-color: #00d6d0;
  color: #fff;
}
.form-main .dxyzm_tips {
    display: inline-block;
    font-size: 13px;
    color: #00b9ad;
    padding-left: 10px;
    width: 54px;
    line-height: 18px;
    cursor: pointer;
}
.form-main .dxyzm_input {
    width: 70% !important;
}
.form-main .form_error {
    line-height: 24px;
    color: #f13131;
    text-align: left;
    margin-top: 5px;
    text-indent: 10px;
    font-size: 14px;
}
.form-button {
    margin-top: 16px;
}
.form-button .button-input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: auto;
    width: 100%;
}
.form-button .input_form_btn {
    border-radius: 8px;
    width: 200px;
    height: 42px;
    margin: 0px 5px 0px 5px;
    color: #FFFFFF;
    font-size: 16px;
    border: 0px;
}
.form-button .button-input .viewApplyBtnColor {
    background-color: #00b9ad;
}


/*20240320 国外官网注册试用修改 页面信息优化*/
.control-bar-flexBox  {
    display: flex;
    justify-content: space-between;
}
.control-bar-flexBox  .control-bar-input {
	width: 49%;
}

.popup-logon .dropdown {
    width: 100%;
    position: relative;
}

.popup-logon .dropdown-btn {
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
}
.popup-logon .popup-modal-form .control-bar-input .dropdown-btn .iconfont {
    font-size: 16px;
}
.popup-logon .dropdown-content {
    display: block;
    position: absolute;
    left: -1px;
    top: 47px;
    z-index: 999;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0.2rem 0.2rem 1rem -0.5rem rgba(0, 0, 0, 0.5);
    box-shadow: 0.2rem 0.2rem 1rem -0.5rem rgba(0, 0, 0, 0.5);
    max-height: 190px;
    overflow: auto;
}
.popup-logon .dropdown-content::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    border-radius: 3px;
}
.popup-logon .dropdown-content::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 3px;
}
.popup-logon .dropdown-content::-webkit-scrollbar-track {
    background-color: #fff !important;
    border: none;
    box-shadow: none !important;
}

.popup-logon .dropdown-option {
    font-size: 14px;
    cursor: pointer;
    color: #333;
    padding: 0.5rem 0.95rem;
    width: 100%;
    overflow: hidden;
    display: block;
    line-height: 1.2;
    vertical-align: middle;
    box-sizing: border-box;
    white-space: nowrap;
}

.popup-logon .dropdown-option .nation-name {
    white-space: nowrap;
}
.popup-logon .popup-modal-form .control-bar-input .dropdown-option i.iconfont {
    padding: 0;
}
.popup-logon .dropdown-option:hover {
    background-color: #f2f2f2;
}
.popup-logon .popup-modal-word h4 {
	line-height: 1.7;
	font-weight: 700;
}
.popup-logon .popup-modal-checked form {
    columns: 2 auto;
    -webkit-columns: 2 auto;
}
.popup-logon .popup-modal-checked .checked-box {
    display: flex;
    margin: 0;
}
.popup-logon .popup-modal-checked .checked-box input {
    margin-top: 0;
    margin-right: 5px;
    margin-left: 0;
}
.popup-logon .popup-modal-checked.checked02 form {
    columns: 4 auto;
    -webkit-columns: 4 auto;
}
.popup-logon .popup-modal-checked h4 {
    margin-top: 25px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
    line-height: 1.7;
    font-size: 18px;
}
.popup-logon .popup-modal-checked .checked-txt {
    font-size: 13px;
    color: #858585;
}
.popup-logon .popup-modal-checked {
    width: 460px;
    clear: both;
    overflow: hidden;
}
.popup-logon .popup-modal-bg {
    background-position: right;
    background-size: contain;
}
.popup-logon .popup-modal-btn {
    width: 100%;
    margin-top: 30px;
}





/*20240321 选择其他国家 弹窗*/
.others-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.others-container .others-wrapper {
    position: relative;
    top: 50%;
    width: 800px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    margin: 0 auto;
    transform: translateY(-50%);
}
.others-container .others-main{
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
    pointer-events: auto;
    padding: 15px;
}
.others-container .others-header {
    margin-bottom: 15px;
}
.others-container .others-content {
    width: 100%;
    background-color: #f7f9fa;
    border-radius: 12px;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    max-height: 400px;
    overflow-y: auto;
}
.others-container .others-content::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    border-radius: 3px;
}
.others-container .others-content::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 3px;
}
.others-container .others-content::-webkit-scrollbar-track {
    background-color: #fff !important;
    border: none;
    box-shadow: none !important;
}
.others-container .others-header h3 {
    font-size: 16px;
    color: #515253;
    margin: 0;
    padding: 0;
}
.others-container .others-search {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.others-container .search-group {
    display: inline-flex;
    background: #fff;
    width: 300px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}
.others-container .search-input {
    width: 270px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
    border-radius: 4px;
}
.others-container .search-input:hover {
    border-color: #0ad2bb;
    box-shadow: 0 0 0 2px rgba(10, 210, 187, .2);
}
.others-container .search-input-button {
    background: #1bc1af;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}
.others-container .search-input-button:hover {
    background: #00d0b8;
    color: #fff;
}
.others-container .others-sort {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
}
.others-container .others-sort-title {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 15px;
}
.others-container .others-sort-title h4 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #232323;
}
.others-container .others-sort-list {
    width: 100%;
    overflow: hidden;
    clear: both;
    -webkit-columns: 3 auto;
    columns: 3 auto;
}
.others-container .others-content .others-option {
    font-size: 14px;
    cursor: pointer;
    color: #333;
    padding: 0.5rem 0.95rem;
    overflow: hidden;
    display: block;
    line-height: 1.2;
    vertical-align: middle;
    box-sizing: border-box;
    white-space: nowrap;
 
}
.others-container .others-content .others-option:hover {
    background-color: #f2f2f2;
}