.press-wrapper {
	max-width: 1088px;
	margin: 0 auto;
}

.press {
	width: 100%;
	background: #fff;
	padding-top: 90px;
}

.press .press-banner {
	width: 100%;
	height: 358px;
	background: url(../images/pressroom/press-top.svg) no-repeat;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
}

.press .press-banner .nav-title {
	padding-top: 85px;
	text-align: center;
	color: #fff;
}

.press .press-banner .nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

.press .press-banner .nav .nav-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 350px;
	height: 77px;
	background-color: #0046d5;
	cursor: pointer;
}

.press .press-banner .nav .nav-item .icon {
	display: inline-block;
	width: 37px;
	height: 37px;
}

.press .press-banner .nav .nav-item .icon-itop {
	background: url(../images/pressroom/itop.svg) no-repeat 4px 1px;
}

.press .press-banner .nav .nav-item .icon-isr {
	background: url(../images/pressroom/isr.svg) no-repeat;
}

.press .press-banner .nav .nav-item span {
	margin-left: 14px;
	font-size: 18px;
	line-height: 23px;
	color: #a5c3ff;
}

.press .press-banner .nav .nav-item:first-child {
	border-radius: 5px 0 0 5px;
}

.press .press-banner .nav .nav-item:nth-child(2) {
	border-radius: 0 5px 5px 0;
}

.press .press-banner .nav .nav-item.active {
	background-color: #30deb4;
}

.press .press-banner .nav .nav-item.active .icon-itop {
	background: url(../images/pressroom/itop-active.svg) no-repeat;
}

.press .press-banner .nav .nav-item.active .icon-isr {
	background: url(../images/pressroom/isr-active.svg) no-repeat 0 4px;
}

.press .press-banner .nav .nav-item.active span {
	color: #fff;
}

.press .section {
	display: none;
	margin-top: 84px;
}

.press .section .title {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 40px;
}

.press .section .vpn-logo {
	padding: 0 24px;
	width: 100%;
	height: 164px;
	border: 1px solid #e7f1ff;
	border-radius: 16px;
	background: #fff;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.press .section .vpn-logo:nth-child(2) .s1-pic {
	background-image: url(../images/pressroom/icon1.png);
}

.press .section .vpn-logo:nth-child(3) .s1-pic {
	background-image: url(../images/pressroom/icon2.png);
}

.press .section .vpn-logo:nth-child(4) .s1-pic {
	background-image: url(../images/pressroom/icon3.png);
}

.press .section .vpn-logo .s1-pic {
	width: 236px;
	height: 116px;
	border-radius: 16px;
	margin-left: 0;
	background-size: cover;
}

.press .section .vpn-logo .select-div {
	position: relative;
}

.press .section .vpn-logo .select-div select {
	background: url(../images/pressroom/arrow.svg) no-repeat right center;
	background-position-x: 220px;
	outline: 0;
}

.press .section .vpn-logo .s1-select {
	width: 260px;
	height: 60px;
	background: #fff;
	border: 1px solid #e7f1ff;
	border-radius: 6px;
	padding: 0 31px 0 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.press .section .vpn-logo span {
	display: block;
	width: 254px;
}

.press .section .vpn-logo .button-text {
	margin-right: 0;
	width: 236px;
	display: block;
	height: 60px;
}

.press .section .vpn-logo .button-text .text-cnt {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: linear-gradient(90deg, #6584ff, #0054ff) 0 0;
	transition: background 0.2s;
	cursor: pointer;
}

.press .section .vpn-logo .button-text .text-cnt .text-txt {
	display: inline-block;
	position: absolute;
	font-size: 16px;
	line-height: 20px;
	left: 50%;
	margin: 0;
	top: 50%;
	color: #fff;
	width: 100%;
	transform: scale(1) translate(-50%, -50%);
	transform-origin: left top;
	transition: transform 0.5s;
}

.press .section .vpn-logo .button-text .text-cnt .download-img {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s;
}

.press .section .vpn-logo .button-text .text-cnt:hover {
	background: transparent linear-gradient(90deg, #1965fd, #70f) 0 0;
	transition: background 0.2s;
}

.press .section .vpn-logo .button-text .text-cnt:hover .text-txt {
	transform: scale(0) translate(-50%, -50%);
	transform-origin: left top;
	transition: all 0.5s;
}

.press .section .vpn-logo .button-text .text-cnt:hover .download-img {
	width: 15px;
	height: 19px;
	transform: translate(-50%, -50%);
	transition: all 0.2s;
	transition-delay: 0.2s;
}

.press .section.active {
	display: block;
}

.press .section.section2 .vpn-logo:nth-child(2) .s1-pic {
	background-image: url(../images/pressroom/icon4.png);
}

.press .section.section2 .vpn-logo:nth-child(3) .s1-pic {
	background-image: url(../images/pressroom/icon2021.png);
}

.press .media-concat {
	padding-top: 110px;
	padding-bottom: 162px;
	background-color: #ebf1ff;
	text-align: center;
}

.press .media-concat .concat-title {
	max-width: 1340px;
	margin: 0 auto;
	font-size: 40px;
	line-height: 50px;
}

.press .media-concat .concat-desc {
	max-width: 1340px;
	margin: 0 auto;
	margin-top: 38px;
	margin-bottom: 117px;
	font-size: 20px;
	line-height: 26px;
}

.press .media-concat .concat-desc a {
	color: #0270f6;
	text-decoration: underline;
}

.press .media-concat .form {
	margin: 0 auto;
	padding-top: 97px;
	padding-bottom: 32px;
	width: 1364px;
	background-color: #fff;
	border-radius: 30px;
}

.press .media-concat .form .form-title {
	font-size: 30px;
	line-height: 38px;
}

.press .media-concat .form .form-desc {
	margin-top: 29px;
	margin-bottom: 64px;
	font-size: 16px;
	line-height: 26px;
}

.press .media-concat .form .form-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 1088px;
	margin: 0 auto;
}

.press .media-concat .form .form-wrapper .form-item {
	display: flex;
	position: relative;
	margin-bottom: 47px;
}

.press .media-concat .form .form-wrapper .form-item.form-small .input-control {
	width: 310px;
}

.press .media-concat .form .form-wrapper .form-item .label-control {
	flex: none;
	margin-right: 33px;
	padding-top: 18px;
	width: 164px;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
}

.press .media-concat .form .form-wrapper .form-item .label-control em {
	color: red;
	font-size: 20px;
	font-style: normal;
}

.press .media-concat .form .form-wrapper .form-item .input-control {
	width: 892px;
	padding-left: 34px;
	height: 60px;
	border-radius: 6px;
	border: 1px solid #d8d8d8;
	line-height: 60px;
	font-size: 14px;
	border: 1px solid #e7f1ff;
}

.press .media-concat .form .form-wrapper .form-item .select-control {
	background: url(../images/pressroom/arrow.svg) no-repeat right center;
	background-position-x: 276px;
	outline: 0;
	padding: 0 31px 0 34px;
	border-radius: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.press .media-concat .form .form-wrapper .form-item .textaear-control {
	padding: 20px 30px;
	width: 868px;
	height: 150px;
	resize: none;
	line-height: 1.2;
}

.press .media-concat .form .form-wrapper .form-item .textaear-control:focus {
	outline: 0;
	border: 1px solid #e7f1ff;
}

.press .media-concat .form .form-wrapper .form-item .textaear-control::-webkit-input-placeholder {
	color: #8e8b9d;
}

.press .media-concat .form .form-wrapper .form-item .tip {
	display: none;
	position: absolute;
	left: 190px;
	bottom: -25px;
	font-size: 14px;
	color: red;
}

.press .media-concat .form .form-wrapper .form-item .tip.on {
	display: block;
}

.press .media-concat .form .form-wrapper .form-item-email {
	margin-left: 74px;
}

.press .media-concat .form .form-wrapper .form-item-email .label-control {
	text-align: right;
}

.press .media-concat .form .form-wrapper .form-item-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.press .media-concat .form .form-wrapper .inline .input-control {
	width: 320px;
}

.press .media-concat .form .form-wrapper .form-button {
	position: relative;
	width: 236px;
	height: 60px;
	line-height: 60px;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(90deg, #6584ff, #0054ff);
	transition: background 0.2s;
	outline: 0;
	border: 0;
	cursor: pointer;
}

.press .media-concat .form .form-wrapper .form-button:hover {
	background: linear-gradient(90deg, #1965fd, #70f);
	transition: background 0.2s;
}

.press .media-concat .form .form-wrapper .request-tip {
	margin-top: 40px;
	opacity: 0;
	color: #8e8b9d;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.press .section .vpn-logo {
		max-width: 800px;
		height: auto;
		margin: 0 auto;
		padding: 24px;
		flex-wrap: wrap;
		margin-bottom: 50px;
		justify-content: center;
	}

	.press .section .vpn-logo span {
		width: 130px;
		margin-left: 30px;
	}

	.press .section .vpn-logo .s1-pic {
		margin-left: 0;
		margin-bottom: 24px;
	}

	.press .section .vpn-logo .s1-select {
		margin-left: 80px;
		margin-right: 0;
	}

	.press .media-concat {
		padding: 110px 50px 162px;
		box-sizing: border-box;
	}

	.press .media-concat .form {
		width: 100%;
		padding: 97px 50px 32px;
		box-sizing: border-box;
	}

	.press .media-concat .form .form-wrapper {
		flex-direction: column;
		width: 100%;
	}

	.press .media-concat .form .form-wrapper .form-item-email {
		margin-left: 0;
	}

	.press .media-concat .form .form-wrapper .form-item-email .label-control {
		text-align: left;
	}

	.press .media-concat .form .form-wrapper .form-item .input-control {
		width: 60%;
	}
}

@media screen and (max-width: 768px) {
	.press {
		padding-top: 3.5714285714rem;
	}

	.press .press-banner {
		background: #4273ff url(../images/pressroom/mob-banner.svg) no-repeat;
		background-size: contain;
		height: 13.5rem;
	}

	.press .press-banner .wrapper {
		height: 100%;
	}

	.press .press-banner .nav {
		position: absolute;
		bottom: 0;
		margin-top: 0;
	}

	.press .press-banner .nav .nav-item {
		width: 13.3571428571rem;
		height: 3.5714285714rem;
		border-radius: 1.0714285714rem 1.0714285714rem 0 0 !important;
	}

	.press .press-banner .nav .nav-item .icon {
		width: 26px;
		height: 26px;
		background-size: 26px 26px !important;
		background-position: 0 0 !important;
	}

	.press .press-banner .nav .nav-item span {
		margin-left: 0.7142857143rem;
		font-size: 0.8571428571rem;
	}

	.press .press-banner .nav-title {
		padding: 3.5714285714rem 1.1428571429rem 0;
		font-size: 2.2857142857rem;
		line-height: 2.8571428571rem;
		word-wrap: break-word;
		word-break: normal;
	}

	.press .section1,
	.press .section2 {
		margin-top: 2.8571428571rem;
		padding: 0 1.1428571429rem;
	}

	.press .section1 .title,
	.press .section2 .title {
		margin-bottom: 1.4285714286rem;
		font-size: 1.7142857143rem;
		line-height: 2.4285714286rem;
	}

	.press .section1 .vpn-logo,
	.press .section2 .vpn-logo {
		flex-flow: wrap;
		justify-content: center;
		padding: 0.8571428571rem 1.1428571429rem;
		height: auto;
	}

	.press .section1 .vpn-logo div,
	.press .section2 .vpn-logo div {
		width: 100%;
	}

	.press .section1 .vpn-logo .s1-pic,
	.press .section2 .vpn-logo .s1-pic {
		margin-left: 0;
		width: 100%;
		height: 10.2857142857rem;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}

	.press .section1 .vpn-logo span,
	.press .section2 .vpn-logo span {
		width: auto;
		font-size: 1rem;
		line-height: 1.5714285714rem;
		margin: 0.3571428571rem 0 1.4285714286rem;
	}

	.press .section1 .vpn-logo .select-div,
	.press .section2 .vpn-logo .select-div {
		width: 100%;
	}

	.press .section1 .vpn-logo .select-div select,
	.press .section2 .vpn-logo .select-div select {
		margin-left: 0;
		width: 100%;
		height: 2.8571428571rem;
		padding: 0 1.2857142857rem;
		background-position-x: 95%;
	}

	.press .section1 .vpn-logo .button-text,
	.press .section2 .vpn-logo .button-text {
		margin-top: 1.2857142857rem;
		width: 100%;
		height: 2.8571428571rem;
		height: 40px;
	}

	.press .section1 .vpn-logo .button-text .text-cnt .text-txt,
	.press .section2 .vpn-logo .button-text .text-cnt .text-txt {
		font-size: 0.8571428571rem;
		line-height: 1.2857142857rem;
	}

	.press .media-concat {
		padding: 3.2142857143rem 1.1428571429rem 4.1428571429rem;
		margin-bottom: 0;
	}

	.press .media-concat .concat-title {
		font-size: 2rem;
		line-height: 2.8571428571rem;
		max-width: none;
	}

	.press .media-concat .concat-desc {
		max-width: none;
		margin: 2rem 0 3.4285714286rem;
		padding: 0;
		font-size: 1rem;
		line-height: 1.5714285714rem;
	}

	.press .media-concat .form {
		padding: 3.2857142857rem 0;
		width: 100%;
	}

	.press .media-concat .form .form-title {
		padding: 0 1.4285714286rem;
		font-size: 1.4285714286rem;
		line-height: 2.5714285714rem;
	}

	.press .media-concat .form .form-desc {
		margin: 1.7142857143rem 0;
		padding: 0 1.4285714286rem;
		font-size: 0.8571428571rem;
		line-height: 1.2857142857rem;
	}

	.press .media-concat .form .form-wrapper {
		display: block;
		padding: 0 1.4285714286rem;
		width: 100%;
	}

	.press .media-concat .form .form-wrapper .form-item {
		display: block;
		margin-bottom: 0;
	}

	.press .media-concat .form .form-wrapper .form-item.form-small .input-control {
		width: 100%;
	}

	.press .media-concat .form .form-wrapper .form-item .label-control {
		display: block;
		margin-bottom: 0.7142857143rem;
		font-size: 1rem;
	}

	.press .media-concat .form .form-wrapper .form-item .input-control {
		display: block;
		padding: 0 1.4285714286rem;
		width: 100%;
		height: 3.4285714286rem;
		line-height: 3.4285714286rem;
		font-size: 0.8571428571rem;
	}

	.press .media-concat .form .form-wrapper .form-item .select-control {
		background-position-x: 296px;
	}

	.press .media-concat .form .form-wrapper .form-item .textaear-control {
		padding: 1.4285714286rem;
		width: calc(100% - 40px);
		height: 10.7142857143rem;
		line-height: 1.2;
	}

	.press .media-concat .form .form-wrapper .form-item .tip {
		left: 0;
		bottom: -1.4285714286rem;
	}

	.press .media-concat .form .form-wrapper .form-item-email {
		margin-left: 0;
	}

	.press .media-concat .form .form-wrapper .form-item-email .label-control {
		text-align: left;
	}

	.press .media-concat .form .form-wrapper .form-button {
		margin-top: 3.5714285714rem;
		font-size: 1rem;
		width: 100%;
		height: 3.4285714286rem;
		line-height: 48px;
	}

	.press .media-concat .form .form-wrapper .form-button:hover {
		background: linear-gradient(90deg, #6584ff, #0054ff);
		transition: background 0.2s;
	}

	.press .media-concat .form .form-wrapper .form-button:active {
		background: linear-gradient(90deg, #1965fd, #70f);
		transition: background 0.2s;
	}
}