@charset"utf-8";
.ace-support-top {
	background: #c1c1c1 url("../img/store/store-bg.webp") center center/cover no-repeat;
	padding: 30px 0;
	color: #fff;
	font-size: 18px
}

.ace-support-top h1 {
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 15px
}

.ace-support-top .form-search {
	display: flex
}

.ace-support-top .form-search .search-put {
	width: 30%;
	border-radius: 0
}

.ace-support-top .form-search .btn-secondary {
	height: 34px;
	padding: 0 20px;
	line-height: 34px
}

.support-list {
	padding-top: 30px
}

.support-list .list-li {
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 50px
}

.support-list .list-li li {
	float: left;
	position: relative;
	width: 31.6%;
	margin-left: 2.5%;
	display: block;
	max-width: 380px;
	overflow: hidden
}

.support-list .list-li li a {
	display: block;
	position: relative;
	overflow: hidden
}

.support-list .list-li li a:after,
.support-list .list-li li a:before {
	content: '';
	z-index: 2;
	width: 0;
	height: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out
}

.support-list .list-li li a:after {
	top: 0;
	left: 0;
	border-top: 4px solid #0071d1;
	border-left: 4px solid #0071d1
}

.support-list .list-li li a:before {
	bottom: 0;
	right: 0;
	border-bottom: 4px solid #0071d1;
	border-right: 4px solid #0071d1
}

.support-list .list-li li a:hover:after,
.support-list .list-li li a:hover:before {
	width: 100%;
	height: 100%;
	visibility: visible
}

.support-list .list-li li a:hover {
	box-shadow: 0 5px 5px #ccc
}

.support-list .list-li li:first-child {
	margin-left: 0
}

.support-list .list-li li .message {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 15px 20px;
	min-height: 111px
}

.support-list .list-li li .message .title {
	display: block;
	font-size: 22px;
	padding-bottom: 6px;
	color: #fff;
	font-weight: 300
}

.support-list .list-li li .message p {
	margin-bottom: 0
}

.support-list h2 {
	text-align: center;
	padding: 10px 0;
	font-weight: 400
}

.support-list .describe {
	font-size: 18px;
	color: #666;
	text-align: center;
	padding: 10px 3%
}

.support-list .pro-list {
	padding-left: 0;
	margin-left: 0;
	border: 1px solid #ddd;
	padding: 15px 15px 25px;
	margin-top: 20px
}

.support-list .pro-list li {
	margin-top: 30px;
	font-size: 18px;
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%
}

.support-list .pro-list li img {
	width: 40px;
	display: inline-block;
	padding-right: 5px
}

.support-list .pro-list li a:hover {
	color: #0071d1
}

.support-list .question-list {
	margin-top: 40px
}

.support-list .question-list .item {
	float: left;
	width: 31.33%;
	margin-left: 3%;
	border: 1px solid #ddd;
	padding: 15px;
	background-color: #fff
}

.support-list .question-list .item:first-child {
	margin-left: 0
}

.support-list .question-list .item dt {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd
}

.support-list .question-list .item a {
	color: #444
}

.support-list .question-list .item dd {
	position: relative;
	padding-left: 15px
}

.support-list .question-list .item dd::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background-color: #333
}

.support-list .question-list .item a:hover {
	color: #0071d1
}

.gray-bg {
	background-color: #f5f5f5;
	padding: 40px 0;
	margin-top: 40px
}

.answer-box {
	margin-top: 40px
}

.support-list .answer-box .svgImg {
	text-align: center;
	background-image: url("../img/ico-contact.svg");
	background-repeat: no-repeat;
	background-position: center;
	height: 60px
}

.support-list .answer-box .svgImg img {
	width: 60px
}

.support-list .btn-ac {
	text-align: center
}

@media (min-width: 992px) {
	.support-list .list-li li .message .title {
		font-size: 20px
	}
}

@media (max-width: 768px) {
	.ace-support-top {
		padding-top: 80px
	}
	.ace-support-top h1 {
		font-size: 2.2rem
	}
	.ace-support-top .form-search .search-put {
		width: 70%
	}
	.support-list .list-li li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px
	}
	.support-list .list-li li .message {
		min-height: auto
	}
	.support-list .list-li {
		padding-bottom: 0
	}
	.support-list h2 {
		font-size: 1.8rem
	}
	.support-list .describe {
		font-size: 16px
	}
	.support-list .pro-list li {
		font-size: 16px;
		width: 48%;
		position: relative;
		padding-left: 50px
	}
	.support-list .pro-list li img {
		position: absolute;
		left: 0;
		top: 0
	}
	.support-list .question-list .item {
		float: none;
		width: 100%;
		margin-left: 0
	}
}

.main {
	padding-top: 90px;
	background: #ececee url("../img/support/bg.webp") center 30%/cover no-repeat;
	padding-bottom: 50px
}

.main .container {
	padding-bottom: 50px
}

.main h1 {
	color: #000;
	font-size: 50px;
	line-height: 60px;
	font-weight: 400
}

.main h2 {
	color: #eca616;
	font-size: 30px;
	margin-top: 30px;
	font-weight: 400
}

.main p {
	font-size: 18px;
	color: #59797a;
	margin-top: 10px;
	max-width: 600px
}

.ver-list .container>div {
	margin-top: 20px
}

.ver-list .container>div {
	width: calc((100% - 111px)/ 3);
	float: left
}

.ver-list .container>div:not(:last-child) {
	margin-right: 55px
}

.ver-list h3 {
	text-align: center;
	font-size: 24px;
	color: #466061;
	line-height: 24px;
	padding-top: 20px;
	font-weight: 400
}

.ver-list .img {
	display: block;
	text-align: center
}

.ver-list p {
	font-size: 16px;
	color: #59797a;
	line-height: 24px;
	margin-top: 20px
}

.function h2 {
	font-size: 36px;
	line-height: 36px;
	text-align: center
}

.goals {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fafafa
}

.timeline {
	padding-top: 80px;
	padding-bottom: 20px
}

.timeline h2 {
	color: #eca616;
	font-weight: 400
}

.timeline ul {
	margin-top: 80px;
	color: #59797a;
	padding-left: 60px
}

.timeline li {
	display: -webkit-box;
	display: box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 70px
}

.timeline .axis {
	width: 60px;
	position: relative;
	/* -webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto */
}

.timeline .year {
	font-size: 24px;
	margin-top: 5px
}

.timeline .month {
	font-size: 18px;
	position: absolute;
	width: 40px;
	text-align: right;
	top: 42px;
	left: 12px;
	color: rgba(89, 121, 122, .8)
}

.timeline .month::before {
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin: auto;
	position: absolute;
	top: 4px;
	right: -19px;
	bottom: 0;
	background: #59797a
}

.timeline .till {
	font-size: 18px;
	color: rgba(89, 121, 122, .8);
	position: absolute;
	top: 65px;
	white-space: nowrap;
	left: -10px
}

.timeline .line {
	background: #dfdfdf;
	height: calc(100% + 60px);
	width: 1px;
	position: absolute;
	left: 65px;
	top: 65px
}

.timeline .news {
	margin-left: 140px;
	padding-left: 125px;
	position: relative
}

.timeline .news .ic-img {
	content: '';
	height: 112px;
	width: 102px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
}

.timeline .news .ic-img img {
	object-fit: cover
}

.timeline .title {
	font-size: 24px
}

.timeline p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px
}

.timeline a {
	text-decoration: underline;
	color: #0071d1
}

.timeline a:hover {
	color: #1a6d80
}

.product-line {
	background: #fafafa;
	padding-top: 70px;
	padding-bottom: 90px
}

.product-line h2 {
	color: #eca616;
	font-weight: 400
}

.product-line .wrapper>div {
	margin-top: 50px
}

.product-line p {
	margin-top: 20px
}

.partner {
	background: #145767;
	padding-top: 70px;
	padding-bottom: 90px
}

.partner h2 {
	color: rgba(255, 255, 255, .8);
	font-weight: 400
}

.partner ul {
	margin-top: 60px;
	padding: 0 40px
}

.partner ul::after {
	content: '';
	display: block;
	clear: both
}

.partner a {
	display: block;
	float: left;
	width: calc((100% - 101px)/ 6);
	margin-top: 20px;
	margin-right: 20px;
	opacity: 0.8
}

.partner a img {
	max-width: 100%
}

.partner a:nth-child(6n) {
	margin-right: 0
}

.partner a:hover {
	opacity: 1
}

.guarantee {
	padding-top: 90px;
	background: #fafafa url("../img/support/world-bg.webp") center bottom no-repeat;
	min-height: 515px
}

.guarantee h2 {
	color: #466061;
	font-weight: 400
}

.guarantee ul {
	margin-top: 45px;
	text-align: center;
	font-size: 0
}

.guarantee li {
	margin-top: 20px;
	text-align: center;
	width: 180px;
	height: 180px;
	border: solid 1px #cfcfcf;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	vertical-align: top
}

.guarantee li:not(:last-child) {
	margin-right: 15px
}

.guarantee h3 {
	color: #eca616;
	font-size: 22px;
	margin-top: 60px;
	font-weight: 400
}

.guarantee h4 {
	color: #59797a;
	font-size: 16px;
	margin-top: 25px;
	line-height: 24px;
	font-weight: 400;
	max-width: 80%;
	margin: auto
}

.mark {
	background: url("../img/support/mark-bg.webp") center center/cover no-repeat;
	padding: 55px 0
}

.mark .right {
	padding: 50px 70px 70px;
	background-color: #fff;
	z-index: 2;
	position: relative;
	float: right;
	min-width: 570px;
	width: 570px
}

.mark h2 {
	color: #eca616;
	font-weight: 400
}

.mark p {
	font-size: 18px;
	color: #59797a;
	margin-top: 45px
}

@media (max-width: 768px) {
	.main {
		padding-top: 100px;
		background-position: left center
	}
	.main h1 {
		font-size: 32px;
		line-height: 36px
	}
	.main h2 {
		font-size: 24px
	}
	.main p {
		font-size: 18px;
		line-height: 26px
	}
	.ver-list .container>div {
		float: none;
		width: 100%
	}
	.function {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.function h2 {
		font-size: 30px;
		line-height: 30px
	}
	.timeline ul {
		margin-top: 50px;
		padding-left: 12px
	}
	.timeline .news {
		margin-left: 50px;
		padding-left: 0;
		padding-top: 80px;
		position: relative
	}
	.timeline .news .ic-img {
		top: 0;
		left: 0;
		width: 70px;
		height: 77px
	}
	.timeline li {
		padding-bottom: 50px
	}
	.timeline .line {
		height: calc(100% + 40px)
	}
	.partner ul {
		padding: 0;
		margin-top: 50px
	}
	.partner a {
		width: calc(50% - 5px);
		margin-right: 10px
	}
	.partner a:nth-child(2n) {
		margin-right: 0
	}
	.guarantee li {
		width: 140px;
		height: 140px;
		display: block;
		float: left
	}
	.guarantee h3 {
		font-size: 20px;
		margin-top: 40px
	}
	.guarantee h4 {
		margin-top: 0;
		font-size: 14px;
		line-height: 20px
	}
	.mark .right {
		max-width: 100%;
		margin: 0 auto;
		padding: 40px 30px;
		min-width: auto
	}
	.mark p {
		margin-top: 20px
	}
}

.main-content {
	margin-top: 65px
}

.common-submit-content>.wrapper {
	width: 1200px
}

.common-submit-content>.wrapper h2 {
	width: 1000px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 34px;
	line-height: 34px;
	font-family: opensans
}

.common-submit-content>.wrapper .ticket-form {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

.support-form {
	line-height: 40px
}

.support-form input[type=email],
.support-form input[type=number],
.support-form input[type=password],
.support-form input[type=text],
.support-form select {
	width: 100%;
	border: none;
	border-bottom: solid 1px #999;
	height: 40px;
	line-height: 40px;
	font-size: 18px
}

.support-form input[type=email]~.close,
.support-form input[type=number]~.close,
.support-form input[type=password]~.close,
.support-form input[type=text]~.close {
	position: absolute;
	right: -9px;
	top: 5px;
	opacity: 0;
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out
}

.support-form input[type=email].touched:invalid,
.support-form input[type=number].touched:invalid,
.support-form input[type=password].touched:invalid,
.support-form input[type=text].touched:invalid {
	border-color: red
}

.support-form input[type=email].touched:invalid~.close,
.support-form input[type=number].touched:invalid~.close,
.support-form input[type=password].touched:invalid~.close,
.support-form input[type=text].touched:invalid~.close {
	opacity: 1;
	z-index: 30
}

.support-form input[type=email].touched:invalid~.invalid-text,
.support-form input[type=number].touched:invalid~.invalid-text,
.support-form input[type=password].touched:invalid~.invalid-text,
.support-form input[type=text].touched:invalid~.invalid-text {
	opacity: 1
}

.support-form input[type=email].touched:valid,
.support-form input[type=number].touched:valid,
.support-form input[type=password].touched:valid,
.support-form input[type=text].touched:valid {
	border-color: #23aa33
}

.support-form input[type=email].touched:valid~.correct,
.support-form input[type=number].touched:valid~.correct,
.support-form input[type=password].touched:valid~.correct,
.support-form input[type=text].touched:valid~.correct {
	opacity: 1
}

.support-form .win-foot button {
	background-color: #333;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 35px;
	padding-right: 35px;
	border: none
}

.support-form .win-foot button:hover {
	background-color: #23a0e1
}

.support-form>div {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px
}

.support-form>div::after {
	content: '';
	display: block;
	clear: both
}

.support-form .verify input {
	width: 200px !important
}

.support-form .verify img {
	height: 40px;
	margin-left: 10px;
	cursor: pointer
}

.support-form .forget {
	width: 100%;
	overflow: hidden;
	text-align: left
}

.support-form .forget-password {
	float: right;
	text-decoration: underline;
	color: #666;
	cursor: pointer
}

.support-form .forget-password:hover {
	color: #23a0e1
}

.support-form input[type=submit] {
	background-color: #23a0e1;
	color: #fff
}

.support-form input[type=submit]:hover {
	background-color: #3e89cd;
	border-color: #3e89cd
}

@media (max-width: 768px) {
	.support-form .email>input,
	.support-form .password>input {
		border-bottom: none
	}
	.support-form .forget-password {
		color: #5295e7
	}
}

.support-form {
	overflow: hidden;
	position: relative
}

.support-form>div:not(.products-content) {
	padding-left: 0
}

.support-form input {
	padding-left: 0;
	color: #333;
	width: 100%
}

.support-form input:focus:invalid,
.support-form input:focus:valid {
	border-bottom-color: #333
}

.message-error {
	color: red;
	display: none
}

.support-key-form .products-content {
	margin-top: -26px
}

.support-key-form .necessary {
	float: right;
	color: #ff8a00;
	font-size: 24px;
	padding-top: 7px
}

.support-key-form .win-foot {
	overflow: hidden;
	padding-top: 44px;
	padding-right: 30px
}

.support-key-form .win-foot button {
	float: right;
	font-size: 18px;
	height: 40px;
	background-color: #0071d1;
	color: #fff;
	opacity: 0.9;
	border: none;
	margin-bottom: 20px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s
}

.support-key-form .win-foot button.submit {
	margin-left: 20px
}

.support-key-form .win-foot button.submit:hover {
	background: #23a0e1
}

.support-key-form .win-foot button.cancel {
	background: #888;
	color: #fff
}

.support-key-form .win-foot button.cancel:hover {
	background: #23a0e1;
	color: #fff;
	border-color: #23a0e1
}

@media (max-width: 768px) {
	.support-key-form .win-foot button {
		margin-bottom: 20px
	}
}

.ticket-form {
	line-height: 40px
}

.ticket-form>div:not(.products-content) {
	margin-top: 20px;
	font-size: 18px;
	padding-left: 0
}

.ticket-form>div:not(.products-content)>span:first-child {
	float: left;
	width: 25%;
	padding-right: 15px;
	text-align: right;
	color: #666
}

.ticket-form>div:not(.products-content)>input,
.ticket-form select {
	float: left;
	border: none;
	width: calc(75% - 30px);
	border-bottom: solid 1px #d6d6d6;
	height: 40px;
	line-height: 40px;
	padding-left: 0
}

.ticket-form input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.ticket-form input::-moz-placeholder {
	color: #999999;
	opacity: 1
}

.ticket-form input:-ms-input-placeholder {
	color: #999999
}

.ticket-form input::-webkit-input-placeholder {
	color: #999999
}

.ticket-form input::-ms-expand {
	border: 0;
	background-color: transparent
}

.ticket-form .invalid-text {
	left: 25%
}

.ticket-form .close {
	margin-top: 4px
}

.ticket-form .note-editor,
.ticket-form .ticket-attachments {
	width: calc(75% - 30px);
	float: left
}

.ticket-form .ticket-attachments li {
	line-height: 40px
}

.ticket-form .note-editor {
	margin-top: 10px;
	resize: vertical;
	height: 280px
}

.ticket-form .note-editor textarea {
	width: 100%;
	border: solid 1px #d6d6d6;
	height: 245px
}

.ticket-form .note-editor.empty {
	border-color: red
}

.ticket-form .note-editing-area {
	height: calc(100% - 41px)
}

.ticket-form .note-editable {
	height: 100%
}

.ticket-form .necessary {
	float: right;
	color: #ff8a00;
	font-size: 24px;
	padding-top: 0
}

.ticket-form input.select-problem-type,
.ticket-form input.select-text {
	margin-bottom: 0;
	background: url("../img/faq/select.svg?0d2b") no-repeat right 8px center
}

.ticket-form input.select-problem-type:focus:invalid,
.ticket-form input.select-problem-type:focus:valid,
.ticket-form input.select-text:focus:invalid,
.ticket-form input.select-text:focus:valid {
	background-image: url("../img/faq/select.svg?0d2b")
}

.ticket-form .data-list {
	width: calc(75% - 30px)
}

.ticket-form .win-foot {
	padding-top: 0;
	margin-left: 25%;
	width: 75%;
	padding-right: 30px
}

.ticket-form .win-foot button {
	height: 38px;
	line-height: 38px
}

.ticket-form .products-content {
	width: calc(75% - 30px);
	margin-left: 25%;
	border-top: 1px solid #ddd;
	top: -1px;
	display: none;
	margin-top: -30px
}

.data-list {
	border: 1px solid #333;
	position: absolute;
	right: 30px;
	top: 39px;
	z-index: 100;
	background: #fff;
	line-height: 30px;
	display: none
}

.data-list li {
	padding: 0 10px;
	cursor: pointer
}

.data-list li:hover {
	background: #eee
}

.data-list li.active {
	color: #0f9ee5
}

.ticket-attachment-part {
	display: none
}

.ticket-attachment-part .close {
	float: none;
	display: inline-block;
	vertical-align: top;
	opacity: 1
}

.close {
	width: 30px;
	height: 30px;
	padding: 8px;
	cursor: pointer
}

.close>i {
	background: #999;
	height: 1px;
	width: 15px;
	display: block;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.close>i:first-child {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 8px
}

.close>i:last-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -1px
}

.close:hover>i {
	background: red
}

.submit-ticket-foot.win-foot button {
	height: 38px;
	text-align: center;
	line-height: 38px;
	float: left;
	padding: 0 28px
}

.submit-ticket-foot.win-foot .reset,
.submit-ticket-foot.win-foot .submit {
	float: right
}

.submit-ticket-foot.win-foot button.cancel {
	background-color: #fff;
	border: 1px solid #888;
	color: #222
}

.submit-ticket-foot.win-foot .select-file {
	float: left
}

.submit-ticket-foot.win-foot .submit-box {
	float: right
}

.submit-ticket-foot.win-foot .file {
	margin-left: 0;
	border: solid 1px #23a0e1;
	color: #23a0e1;
	background-color: #fff;
	font-size: 18px
}

.submit-ticket-foot.win-foot .file::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background-image: url("../img/user-tickets/add-blue.svg?2852");
	background-repeat: no-repeat;
	background-position: center center
}

.submit-ticket-foot.win-foot .file:hover {
	background-color: #23a0e1;
	color: #fff
}

.submit-ticket-foot.win-foot .file:hover::before {
	background-image: url("../img/user-tickets/add-hover.svg?a277");
	text-decoration: none
}

.products-content {
	width: 100%;
	border: solid 1px #ddd;
	background: #fff;
	padding: 60px 60px 20px;
	overflow: hidden;
	display: none;
	position: relative;
	margin-top: -1px;
	padding: 0
}

.products-content.active {
	display: block
}

.products-content .close {
	position: absolute;
	top: 10px;
	right: 10px
}

.products-content .classify {
	width: 100%;
	overflow: hidden
}

.products-content .classify>li {
	float: left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: solid 1px #999;
	color: #666;
	cursor: pointer
}

.products-content .classify>li:first-child {
	border-right-color: transparent
}

.products-content .classify>li:last-child {
	border-left-color: transparent
}

.products-content .classify>li.active {
	color: #fff;
	background: #23a0e1;
	border-color: transparent
}

.products-content .classify>li>span {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	padding: 10px 0 10px 35px
}

.products-content .panel {
	background: #f4f5f9;
	height: 44px;
	line-height: 44px;
	padding-left: 61px;
	background-position: 25px center;
	background-size: 22px auto;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer
}

.products-content .panel:hover {
	background-color: #eaecf4
}

.products-content .panel:last-child {
	border-bottom: none
}

.products-content .panel.active .panel-control {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none
}

.products-content .panel.pc {
	background-image: url("../img/submit-ticket/pc.svg?cff3");
	display: none
}

.products-content .panel.online {
	border-top: solid 1px #ddd;
	border-bottom: none;
	background-image: url("../img/submit-ticket/online.svg?e3f9")
}

.products-content .panel-control {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	background: url("../img/submit-ticket/control.svg?25eb") center center/10px auto no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg)
}

.products-content .pro-content {
	overflow: hidden;
	margin: 0 -3px;
	width: 100%;
	display: none
}

.products-content .pro-content.active {
	display: block
}

.products-content .pro-content li {
	float: left;
	width: calc(20% - 6px);
	margin: 0 3px;
	text-align: center;
	border: solid 2px transparent;
	cursor: pointer;
	max-height: 135px;
	overflow: hidden;
	height: 135px;
	font-size: 14px;
	color: #333;
	background-repeat: no-repeat;
	line-height: 20px
}

.products-content .pro-content li::before {
	content: '';
	display: block;
	width: 70px;
	height: 65px;
	margin: 5px auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 40px
}

.products-content .pro-content li i {
	display: block;
	width: 88px;
	height: 77px;
	margin: 12px auto 10px;
	background-repeat: no-repeat
}

.products-content .pro-content li.active,
.products-content .pro-content li:hover {
	border: solid 2px rgba(35, 160, 225, .6)
}

.products-content .pro-content li.active a,
.products-content .pro-content li:hover a {
	text-decoration: none
}

.products-content .mac span {
	background-image: url("../img/lost-key/mac.svg?6d90")
}

.products-content .mac.active span {
	background-image: url("../img/lost-key/mac-active.svg?5bd8")
}

.products-content .windows span {
	background-image: url("../img/lost-key/windows.svg?5a0c")
}

.products-content .windows.active span {
	background-image: url("../img/lost-key/windows-active.svg?135d")
}

div.panel {
	display: block !important;
	padding: 0
}

div.panel>.panel-heading {
	background-color: transparent;
	border: none
}

.note-fontname,
.note-height,
.note-help,
.note-para,
.note-style,
.note-table,
.note-view,
button[data-event=codeview],
button[data-event=insertHorizontalRule],
button[data-event=removeFormat] {
	display: none !important
}

.note-editor {
	overflow: auto
}

.note-editor label {
	display: block
}

.note-editor input {
	width: 100% !important;
	border: 1px solid #d6d6d6 !important
}

.note-editor [type=checkbox] {
	width: 14px !important;
	left: 0;
	top: 6px;
	margin: 0 !important;
	height: 14px !important;
	line-height: 14px !important
}

.note-editor [type=file] {
	border: 0 !important;
	width: 100px !important;
	height: 36px !important;
	line-height: 36px !important;
	padding: 0;
	position: relative
}

.note-editor [type=file]:after {
	content: 'Browse';
	cursor: pointer;
	min-width: 100px;
	padding: 0 18px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	background: #3E89CD;
	color: #fff;
	border-radius: 3px;
	top: 0;
	left: 0;
	text-align: center;
	white-space: nowrap
}

.note-editor [type=file]:lang(zh)::after {
	content: "浏览"
}

.note-editor [type=file]:lang(tw)::after {
	content: "瀏覽"
}

.note-editor [type=file]:lang(ja)::after {
	content: "参照"
}

.note-editor [type=file]:lang(es)::after {
	content: "Explorar"
}

.note-editor [type=file]:lang(fr)::after {
	content: "Parcourir"
}

.note-editor [type=file]:lang(pt)::after {
	content: "Navegar"
}

.note-editor [type=file]:lang(de)::after {
	content: "Browsen"
}

.note-editor [type=file]:lang(it)::after {
	content: "Naviga"
}

.note-editor [type=file]:lang(tr)::after {
	content: "Göz at"
}

.note-editor [type=file]:lang(nl)::after {
	content: "Bladeren"
}

.note-editor [type=file]:lang(pl)::after {
	content: "Przeglądaj"
}

.note-editor [type=file]:lang(hu)::after {
	content: "Böngészés"
}

.note-editor [type=file]:lang(cs)::after {
	content: "Procházet"
}

.note-editor [type=file]:lang(sv)::after {
	content: "Bläddra"
}

.note-editor [type=file]:lang(da)::after {
	content: "Gennemse"
}

.note-editor [type=file]:lang(fi)::after {
	content: "Selaa"
}

.note-editor [type=file]:lang(el)::after {
	content: "Πλοήγηση"
}

.note-editor [type=file]:lang(no)::after {
	content: "Bla gjennom"
}

.note-editor .dropdown-toggle {
	width: 45px;
	height: 30px
}

.note-editor .btn .caret {
	margin-left: 0;
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto
}

.note-image-popover .popover-content .btn-group:nth-child(1n+2),
.note-image-popover .popover-content br {
	display: none
}

.msg {
	width: 500px;
	height: 150px;
	padding-top: 36px;
	z-index: 1200;
	margin: 0
}

.msg-head {
	display: none
}

.msg-body {
	flex: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 50px;
	font-size: 17px;
	min-height: 38px;
	background-position: left center;
	background-repeat: no-repeat
}

.msg-prompt .msg-body {
	padding-left: 0
}

.msg-info {
	text-align: center
}

.msg-info .msg-body {
	padding-left: 0
}

.msg-alert .msg-body {
	background-image: url("../../com/img/win/alert.svg?2835")
}

.msg-error .msg-body {
	background-image: url("../../com/img/win/error.svg?7233")
}

.msg-success .msg-body {
	background-image: url("../../com/img/win/success.svg?f566")
}

.msg-confirm .msg-body {
	background-image: url("../../com/img/win/confirm.svg?d06b")
}

.msg-title {
	font-weight: 700
}

.msg-text {
	line-height: 24px
}

.msg-field {
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px
}

.msg-input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #eaeaea;
	padding: 0;
	line-height: 34px
}

.msg-foot {
	padding-top: 20px
}

.msg .win-close svg {
	display: none
}

.notify {
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 1300;
	width: 100%;
	line-height: 40px
}

.notify-item {
	height: 40px;
	text-align: center
}

.notify-type-success {
	background: #ecf3ff;
	color: #478afb
}

.notify-type-alert {
	background: #ffebec;
	color: #e64a4a
}

.notify-content {
	display: flex;
	justify-content: center;
	width: 1000px;
	max-width: 90%;
	height: 100%;
	margin: 0 auto
}

.notify-icon {
	width: 36px
}

.notify-icon-success {
	background: url("../../com/img/notify/success.svg?88c9") center no-repeat
}

.notify-icon-alert {
	background: url("../../com/img/notify/alert.svg?ac49") center no-repeat
}

.common-submit-content>.wrapper .note {
	margin-top: 15px;
	width: 1000px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto
}

@media screen and (min-width: 769px) and (max-width:960px) {
	.nav li {
		margin-left: 0
	}
	.nav .store {
		margin-left: 0
	}
}

@media (max-width: 768px) {
	.ticket-form .data-list {
		width: auto;
		left: 0;
		top: 79px
	}
	.ticket-form .support-form {
		margin-top: 20px
	}
	.ticket-form .note-editor,
	.ticket-form .products-content {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		margin-left: 0
	}
	.ticket-form .note-editor {
		height: 200px
	}
	.ticket-form .note-editing-area {
		height: 157px
	}
	.submit-ticket-foot.win-foot {
		margin-left: 0;
		width: 100%;
		padding-top: 0
	}
	.products-content .pro-content li {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		line-height: 25px
	}
	.products-content {
		width: 100%
	}
	.products-content h4 {
		font-size: 16px
	}
	.products-content .platform-content {
		margin-top: 20px
	}
	.products-content .platform-content li {
		height: 130px
	}
	.common-submit-content>.wrapper h2 {
		text-align: center
	}
	.data-list {
		width: auto;
		left: 0;
		top: 79px
	}
	.support-form {
		margin-top: 20px
	}
	.note-editor,
	.products-content {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		margin-left: 0
	}
	.note-editor {
		height: 200px
	}
	.note-editing-area {
		height: 157px
	}
	.submit-ticket-foot.win-foot .select-file,
	.submit-ticket-foot.win-foot .submit-box {
		float: none;
		clear: both
	}
	.submit-ticket-foot.win-foot .select-file button,
	.submit-ticket-foot.win-foot .submit-box button {
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-bottom: 10px
	}
}

@media (max-width: 480px) {
	.products-content .pro-content li {
		width: 33.3%;
		line-height: 25px
	}
}

@media (max-width: 480px) {
	.products-content .classify>li {
		font-size: 0
	}
	.products-content .classify>li>span {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

@media (max-width: 768px) {
	.ticket-form>div:not(.products-content)>span:first-child {
		float: none;
		width: 100%;
		font-size: 16px
	}
	.ticket-form select {
		width: calc(98% - 30px)
	}
}