@charset "UTF-8";

.enterprise-form-sidebox {
	width: 215px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #DCE3E8
}

.enterprise-form-sidebox .ui.header {
	font-size: 16px;
	font-weight: 500
}

.enterprise-form-sidebox .iconfont {
	color: #fe7300
}

.enterprise-form-sidebox p {
	margin-bottom: 10px
}

.enterprise-form-sidebox ul.questions {
	padding-left: 1.25em
}

.enterprise-form-sidebox ul.questions li {
	list-style-type: disc
}

.enterprise-form-sidebox ul.features {
	padding: 0
}

.enterprise-form-sidebox ul.features li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px
}

.enterprise-form-sidebox ul.features li::before {
	color: #fe7300;
	content: "\e61f";
	font-size: 1em;
	font-family: "iconfont" !important;
	left: 0px;
	position: absolute
}

.enterprise-form-cases {
	padding: 0;
	margin: -5px
}

.enterprise-form-cases>li {
	margin: 5px;
	width: 90px;
	height: 31px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #DCE3E8
}

.enterprise-form-cases img {
	width: 100%;
	height: 100%
}

.enterprise-form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.enterprise-form-body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.enterprise-form-body .ui.form .field {
	margin: 0 0 1.5rem 0
}

.enterprise-form-body .ui.input.disabled {
	opacity: 1
}

.enterprise-form-body .ui.input.disabled input:disabled {
	opacity: 1
}

.enterprise-form-body .ui.input .ui.disabled.button, .enterprise-form-body .ui.input .ui.button:disabled {
	opacity: 1 !important
}

.form-with-enterprise-ad>.ui.header:first-child {
	padding-bottom: 1rem;
	margin-bottom: 20px
}

.form-with-enterprise-ad .form-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.form-with-enterprise-ad .form-body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.form-with-enterprise-ad .form-body .fields label {
	font-size: 14px
}

.form-with-enterprise-ad .form-body .tip_message {
	font-size: 12px;
	color: red
}

.form-with-enterprise-ad .pull-right.sub.header {
	margin-top: 0.4em !important
}

.form-with-enterprise-ad .enterprise-form-sidebox {
	width: 275px;
	padding-left: 80px;
	border-left: none
}

.form-with-enterprise-ad .ui.tabular.form {
	padding-right: 40px
}

.order-cards.mobile {
	padding: 120px 0;
	height: 924px
}

.order-cards.mobile .discount-label {
	right: -28px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.order-cards.mobile .order-card {
	position: relative !important;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px 1px rgba(191, 191, 191, 0.3);
	box-shadow: 0 1px 4px 1px rgba(191, 191, 191, 0.3);
	background: #FFF;
	overflow: hidden
}

.order-cards.mobile .order-card.active {
	margin-top: -18px;
	height: 105%;
	color: #212121;
	z-index: 1;
	-webkit-box-shadow: 0 0px 15px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 15px 1px rgba(0, 0, 0, 0.15)
}

.order-cards.mobile .order-card.active .order-title {
	padding: 47px 24px 3px;
	color: #FFF;
	background: url(/assets/enterprises/order-title.svg) no-repeat 0 0/cover;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

.order-cards.mobile .order-card.active .order-title p {
	border-bottom: 0
}

.order-cards.mobile .order-card.active .order-price .tip {
	color: #111
}

.order-cards.mobile .order-card.active .ui.btn {
	color: #FFF;
	border-radius: 5.76px;
	background-image: linear-gradient(-135deg, #fab161 0%, #ff7a2f 100%);
	border: 0
}

.order-cards.mobile .order-card.active .ui.btn:hover {
	background-image: linear-gradient(-135deg, #fb9f3a 0%, #ff5c00 100%)
}

.order-cards.mobile .order-title {
	margin: 0 0 15px 0;
	padding: 30px 24px 0;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 4px
}

.order-cards.mobile .order-title p {
	padding-bottom: 15px;
	border-bottom: 1px dashed #AAA
}

.order-cards.mobile .order-price {
	margin: 24px 0;
	height: 70px
}

.order-cards.mobile .btn-buy {
	margin: 20px 30px
}

.order-cards.mobile .btn-buy .ui.btn {
	letter-spacing: 2px
}

.order-cards.mobile .divider {
	margin: 20px 30px
}

.order-cards.mobile .divider .divider-title {
	margin-bottom: 5px;
	padding-bottom: 10px;
	font-size: 0.9em;
	border-bottom: 1px solid #CCC
}

.order-cards.mobile .divider .divider-info .item {
	padding: 3px 0;
	color: #777;
	font-size: 0.7em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.order-cards.pc {
	background: #fff;
	border-radius: 8px
}

.order-cards.pc .discount-label {
	left: -28px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.order-cards.pc .order-card {
	padding: 0 0 16px 0
}

.order-cards.pc .order-card.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7400), to(#ff8b2b));
	background: linear-gradient(180deg, #ff7400 0%, #ff8b2b 100%)
}

.order-cards.pc .order-card.active .order-header {
	color: #fff
}

.order-cards.pc .order-card.active .tip {
	color: #fff
}

.order-cards.pc .order-card.active .ui.btn {
	border-color: #fff
}

.order-cards.pc .order-card.active .ui.btn:hover {
	background: rgba(255, 255, 255, 0.9);
	color: #fe7300
}

.order-cards.pc .order-card.active .divider-title {
	border-right: 1px solid #F9F9F9;
	background: #FF8D30
}

.order-cards.pc .order-card.active .divider-info .item, .order-cards.pc .order-card.active .divider-info .icon-check-circle {
	color: #FFF
}

.order-cards.pc .order-card.order-th {
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	width: 222px
}

.order-cards.pc .order-card.order-th .order-title {
	padding: 44px 30px
}

.order-cards.pc .order-card.order-th .divider-info {
	padding: 0 14px 0 40px
}

.order-cards.pc .order-card.order-th .divider-info .item {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.order-cards.pc .order-header {
	height: 206px;
	border-right: 1px solid #E3E9ED
}

.order-cards.pc .order-title {
	margin: 0;
	padding: 24px 24px 10px 24px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 4px
}

.order-cards.pc .order-price {
	margin: 0;
	height: 76px
}

.order-cards.pc .order-price .yuan:before, .order-cards.pc .order-price .year {
	font-weight: bold
}

.order-cards.pc .btn-buy {
	margin: 20px 38px
}

.order-cards.pc .btn-buy .ui.btn {
	font-weight: bold
}

.order-cards.pc .divider-title {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 16px;
	height: 32px;
	background-color: #F9F9F9
}

.order-cards.pc .divider-info {
	border-right: 1px solid #E3E9ED
}

.order-cards.pc .divider-info .icon-check-circle {
	color: #00B400;
	font-size: 16px
}

.order-cards.pc .divider-info .icon-help-circle {
	color: #537C8D;
	font-size: 16px
}

.order-cards.pc .divider-info .icon-help-circle:hover {
	opacity: .8
}

.order-cards.pc .divider-info .item {
	padding: 10px 0;
	height: 40px;
	color: #3B4365;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.order-cards.pc .expanded-number {
	position: relative;
	width: 144px;
	text-align: center
}

.order-cards.pc .expanded-number span {
	position: absolute;
	left: 88px;
	opacity: .5
}

.order-cards.pc .expanded-number.unlimited span {
	left: 91px
}

.order-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.order-card {
	cursor: default;
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
	height: 100%;
	color: #3B4365;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.order-card .order-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.order-card .order-price .yuan:before {
	content: '¥';
	margin-right: 5px;
	font-size: 18px
}

.order-card .order-price .price {
	font-size: 1.7em;
	font-weight: bold
}

.order-card .order-price .tip {
	color: #8C92A4;
	font-size: 0.8em
}

.order-card .btn-buy .ui.btn {
	padding: 7px;
	width: 100%;
	color: #fe7300;
	font-size: .7em;
	border: 1px solid #fe7300;
	border-radius: 4px;
	display: inline-block;
	background-color: #fff
}

.order-card .btn-buy .ui.btn:hover {
	background: #fe7300;
	color: #FFF
}

.order-card .divider {
	text-align: left
}

.order-card .divider .divider-info .item a {
	color: #777777
}

.order-card .divider .divider-info .item a:hover {
	color: #5e5e5e
}

.order-card .divider .divider-info .item a:active {
	color: #444444
}

.order-card .discount-label {
	top: 12px;
	color: #fff;
	width: 100px;
	z-index: 1;
	font-size: 14px;
	text-align: center;
	position: absolute;
	background: #fe7300
}

.order-card.active .divider-title {
	color: #111
}

.order-card.active .divider-info .item {
	color: #222
}

.order-card-title, .panel {
	display: none
}

body.mobile .order-card-title {
	margin-left: -20px;
	width: calc(100% + 40px);
	color: #FFF;
	font-size: .75rem;
	line-height: 1.8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 2px solid #F89D3A;
	border-bottom: 2px solid #FA7022
}

body.mobile .order-card-title .title-item {
	padding: .2rem 0;
	width: 20%;
	text-align: center
}

body.mobile .order-card-title .title-item.active {
	background-image: linear-gradient(-135deg, #fa7022 0%, #f89d3a 100%)
}

body.mobile .order-card-title .title-item:active {
	opacity: .7
}

body.mobile .order-cards {
	position: relative;
	margin: 3rem auto 0;
	padding: 0;
	width: 90%;
	height: auto
}

body.mobile .order-cards .panel {
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	display: block;
	z-index: 2
}

body.mobile .order-cards .panel.r {
	left: auto;
	right: 5%
}

body.mobile .order-cards .panel i {
	color: #DCE3E8;
	font-size: 2.5rem
}

body.mobile .order-cards .order-card {
	position: static;
	margin-top: 0;
	padding: 0 1.5rem;
	font-size: 1.1rem;
	-webkit-box-shadow: 0 1px 40px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 40px 1px rgba(0, 0, 0, 0.3);
	display: none
}

body.mobile .order-cards .order-card .order-title {
	display: none
}

body.mobile .order-cards .order-card .order-price {
	margin: 1rem 0
}

body.mobile .order-cards .order-card.active {
	display: block
}


/* 开发与培训 */
#enterprises-page .enterprise-private {
	font-size: 18px;
	padding-top: 100px;
	padding-bottom: 40px
}

#enterprises-page .enterprise-private .ui.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#enterprises-page .enterprise-private .content {
	width: 50%
}

#enterprises-page .enterprise-private .content p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 2
}

#enterprises-page .enterprise-private .content p.title {
	color: #FE8D47;
	font-size: 28px
}

#enterprises-page .enterprise-private .content .ui.button {
	margin-top: 20px;
	padding: 7px 32px;
	border-radius: 5px;
	background-image: linear-gradient(-135deg, #ff7a2f 0%, #fab161 100%)
}

#enterprises-page .enterprise-private .content .ui.button:hover {
	background-image: linear-gradient(134deg, #ff8909 0%, #fc5b00 100%)
}

#enterprises-page .enterprise-private .content:nth-child(1) {
	padding-right: 50px;
	border-right: 1px solid
}

#enterprises-page .enterprise-private .content:nth-child(2) {
	padding-left: 50px
}



/* FAQ */
#enterprises-page .enterprise-qa {
	padding-top: 50px;
	margin-bottom: 100px
}

#enterprises-page .enterprise-qa .content {
	margin-top: 30px;
	width: 45%;
	height: 160px;
	display: inline-block
}

#enterprises-page .enterprise-qa .content:nth-of-type(even) {
	float: right
}

#enterprises-page .enterprise-qa .content .question {
	font-size: 21px;
	font-weight: bold
}

#enterprises-page .enterprise-qa .content .answer {
	margin-top: 12px;
	color: #676B6F;
	font-size: 16px;
	line-height: 30px
}