@media screen and (min-width: 960px) {
	.container {
		position: relative;
		background: #000 url('../images/bg_desktop.jpg') no-repeat top;
		height: 1080px;
	}
	.bottom-prompt {
		display: none;
	}

	.container .section {
		position: relative;
		width: 960px;
		margin: auto;
	}

	.container .section>.btn-hijack,
	.container .section>.btn-service {
		position: absolute;
		right: 0;
		top: 0px;
		z-index: 10
	}

	.container .section>.btn-service {
		top: 0px;
		right: -120px;
		padding: 22px;
		color: #fff;
		text-align: center;
		background: #aa0716;
		font-size: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.container .section>.btn-hijack {
		position: fixed;
		width: 86px;
		height: 118px;
		top: 36%;
		transform: translateY(-50%);
		background: url("../images/hijack_desktop.png") no-repeat;
		background-size: cover;
	}

	.container .section>.btn-service:hover {
		background: #68050e;
	}

	.container .section>.btn-hijack:hover {
		background-position: 0 -118px;
	}


	.container .section .main {
		position: relative;
		width: 560px;
		min-height: 768px;
		padding-top: 130px;
	}

	.main .logo {
		text-align: center;
	}


	.main>.btn-refresh.block {
		display: none;
	}

	.main .introduce {
		margin: 10px 0 16px 0px;
		text-align: center;
	}

	.main .introduce p {
		position: relative;
		color: #fff;
		font-size: 18px;
		text-align: center;
		line-height: 36px;
	}

	.main .introduce p.tip {
		line-height: 22px;
		font-size: 16px;
		color: #ffc195;
	}

	.main .domains-box {
		position: relative;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		padding-top: 16px;
	}

	.main .domains-box .domains-group {
		flex: 1;
		margin-bottom: 16px;
		overflow: hidden;
	}

	.main .domains-box .domains-group .title {
		position: relative;
		height: 40px;
		line-height: 40px;
		padding-left: 48px;
		margin-left: 10px;
		margin-bottom: 20px;
		font-size: 18px;
		color: #fff;
		font-weight: 700;
		background-repeat: no-repeat;
		background-position: 5px 5px;
	}

	.domains-group .domains-list {
		overflow: auto;
		width: calc(100% + 8px);
	}

	.domains-group.desktop .domains-list {
		height: 460px;
	}

	.domains-group.mobile .domains-list {
		/* max-height: 170px; */
	}

	.domains-group.desktop .title {
		background-image: url("../images/wangzhi.png");
		background-size: 30px;
	}

	.domains-group.mobile .title {
		background-image: url("../images/icon_native.png");
	}

	.domains-group.desktop .btn-refresh {
		position: absolute;
		top: 4px;
		right: 0px;
		width: 114px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		color: #eee;
		text-align: center;
		border-radius: 5px;
		background-color: #ff864a;
		background-image: linear-gradient(270deg, #ff864a 0%, #ff9f48 74%);
	}

	.domains-group.desktop .btn-refresh:hover {
		background-color: #f85036;
		background-image: linear-gradient(180deg, #f85036 12%, #f43f2d 50%, #f85036 100%);
	}


	.domains-list .domains {
		padding: 0px 10px;
		margin-bottom: 10px;
	}

	.domains-list .domains .line-wrap {
		height: 36px;
		line-height: 36px;
		overflow: hidden;
	}



	.line-wrap>.speed,
	.line-wrap>.site,
	.line-wrap>.site-link {
		position: relative;
		display: block;
		float: left;
		box-sizing: border-box;
		text-align: center;
		color: #fff;
		height: 32px;
		line-height: 32px;
	}

	.line-wrap>.speed,
	.line-wrap>.site-link {
		width: 20%;
	}

	.line-wrap>.speed,
	.line-wrap>.site {
		background: #eff2ff;
	}

	.line-wrap>.speed {
		color: #fc7194;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.line-wrap>.speed::after {
		content: ' ';
		position: absolute;
		height: 20px;
		width: 1px;
		right: 16px;
		top: 8px;
		background: #6f74bb;

	}

	.line-wrap>.site {
		width: 58%;
		color: #333;
		text-align: left;
		text-indent: 10px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.line-wrap>.site-link {
		float: right;
		text-align: center;
		color: #ff5b5b;
		height: 32px;
		line-height: 32px;
		border-radius: 4px;
		background-color: #fff6f6;
		background-image: linear-gradient(180deg, #fff6f6 25%, #ffbcbc 100%);
	}

	.line-wrap>.site-link:hover {
		background: #ffc240;
		color: #b30000;
	}

	.copyright {
		text-align: center;
		font-size: 14px;
		padding: 36px 24px;
		line-height: 22px;
		color: #d7d6d6;
	}

	.hijack-tips {
		display: none;
		font-size: 14px;
		padding: 0px 24px;
		line-height: 30px;
		color: #d7d6d6;
		margin-top: 36px;
	}

	.hijack-tips p.danger {
		color: #f4351b;
		font-weight: 700;
	}


	.footer {
		display: none;
		position: absolute;
		bottom: 0px;
		width: 100%;
		padding: 16px 0px;
		font-weight: 400;
		color: #dbc362;
		font-size: 12px;
		padding-left: 25%;
	}

	.footer>.logo {
		display: inline-block;
		vertical-align: middle;
	}
}

@media only screen and (min-width: 480px) and (max-width:959px) {

	.container {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		background: url('../images/bg_native.jpg') no-repeat center top;
		background-size: cover;
		min-height: 768px;
	}
	.bottom-prompt {
		display: none;
	}

	.container .section {
		position: relative;
		padding: 0rem 1rem;
		margin: auto;
	}

	.container .section>.btn-hijack,
	.container .section>.btn-service {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10
	}

	.container .section>.btn-service {
		width: 241px;
		height: 48px;
		right: 16px;
		background: url("../images/btn_customer.png") no-repeat 0 0;
	}

	.container .section>.btn-hijack {
		width: 7.4rem;
		height: 2.5rem;
		right: 0rem;
		background: url("../images/hijack.png") no-repeat;

	}

	.container .section .main {
		position: relative;
		padding-top: 4.8rem;
	}

	.main .logo {
		text-align: center;
	}

	.main>.btn-refresh {
		padding: 1rem 0rem;
		text-align: center;
		background-color: #ff2b2a;
		background-image: linear-gradient(180deg, #ff2b2a 25%, #8c0607);
		color: #fff;
		font-size: 1.1rem;
		border-radius: 0.4rem;
		margin-bottom: 1rem;
	}

	.main>.btn-refresh.block {
		display: block;
	}

	.main .introduce {
		margin: 0rem 0 1rem 0rem;
	}

	.main .introduce p {
		position: relative;
		color: #fff;
		font-size: 1.1rem;
		text-align: center;
		line-height: 2.2rem;
	}

	.main .introduce p.tip {
		color: #ffc195;
		font-size: 0.8rem;
		line-height: 1rem;
	}

	.main .domains-box {
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
	}

	.main .domains-box .domains-group {
		flex: 1;
		margin-bottom: 1rem;
		overflow: hidden;
	}

	.main .domains-box .domains-group .title {
		position: relative;
		height: 3.2rem;
		line-height: 3.2rem;
		padding-left: 3.6rem;
		margin-bottom: 0.8rem;
		font-size: 1.1rem;
		color: #fff;
		font-weight: 700;
		background-repeat: no-repeat;
	}

	.domains-group .domains-list {
		width: calc(100% + 1rem);
		overflow: auto;
	}

	.domains-group.desktop .domains-list {
		/* max-height: 170px; */
	}

	.domains-group.mobile .domains-list {
		height: 306px;
	}

	.domains-group.desktop .title {
		background-image: url("../images/wangzhi.png");
		background-position: 0.8rem 0.4rem;
		background-size: 2rem;
	}

	.domains-group.mobile .title {
		background: url("../images/icon_native.png");
		background-position: 0.3rem 0.3rem;
	}

	.domains-group.desktop .btn-refresh {
		display: none;
		position: absolute;
		right: 0;
		width: 166px;
		height: 42px;
		background: url("../images/btn_refresh.png") no-repeat;
	}

	.domains-group.desktop .btn-refresh:hover {
		background-position: 0 -42px;
	}

	.domains-group.mobile .btn-hijack {
		position: absolute;
		width: 7.4rem;
		height: 2.5rem;
		right: 0rem;
		top: 0rem;
		z-index: 2;
		background: url("../images/hijack.png") no-repeat;
		background-size: cover;
	}

	.domains-list .domains {
		padding: 0rem 1rem 0 0;
		margin-bottom: 0.6rem;
	}

	.domains-list .domains .line-wrap {
		height: 2.5rem;
		line-height: 2.5rem;
		overflow: hidden;
	}

	.line-wrap>.speed,
	.line-wrap>.site,
	.line-wrap>.site-link {
		position: relative;
		display: block;
		float: left;
		box-sizing: border-box;
		text-align: center;
		color: #fff;
		height: 2.5rem;
		line-height: 2.5rem;
	}

	.line-wrap>.speed,
	.line-wrap>.site-link {
		width: 20%;
	}

	.line-wrap>.speed,
	.line-wrap>.site {
		background: #eff2ff;
	}

	.line-wrap>.speed {
		width: 14%;
		color: #fc7194;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.line-wrap>.site {
		width: 66%;
		color: #333;
		text-align: left;
		text-indent: 1rem;
	}

	.line-wrap>.site::before {
		content: ' ';
		position: absolute;
		height: 2.5rem;
		width: 1px;
		left: 0rem;
		top: 0rem;
		background: #bbb;
	}

	.line-wrap>.site-link {
		float: right;
		text-align: center;
		color: #fff;
		height: 2.5rem;
		line-height: 2.5rem;
		background-color: #ff5b5b;
	}

	.copyright {
		display: none;
	}

	.hijack-tips {
		display: none;
		font-size: 12px;
		padding: 0px 24px;
		line-height: 22px;
		color: #d7d6d6;
	}

	.hijack-tips p.danger {
		color: #f4351b;
		font-weight: 700;
	}


	.footer {
		display: none;
		position: absolute;
		bottom: 0px;
		width: 100%;
		padding: 16px 0px;
		font-weight: 400;
		color: #fff;
		text-align: center;
	}

}

@media only screen and (max-width: 479px) {

	.container {
		position: relative;
		width: 100%;
		box-sizing: border-box;
		background: url('../images/bg_native.jpg') no-repeat center top;
		background-size: cover;
		min-height: 100%;
	}


	.container .section {
		position: relative;
		margin: auto;
	}

	.container .section>.btn-hijack,
	.container .section>.btn-service {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10
	}

	.container .section>.btn-service {
		width: 241px;
		height: 48px;
		right: 16px;
		background: url("../images/btn_customer.png") no-repeat 0 0;
	}

	.container .section>.btn-hijack {
		width: 7.4rem;
		height: 2.5rem;
		right: 0rem;
		background: url("../images/hijack.png") no-repeat;

	}

	.container .section .main {
		position: relative;
		padding: 2.4rem 0.8rem 8rem 0.8rem;
	}

	.main .logo {
		text-align: center;
	}

	.main>.btn-refresh {
		padding: 1rem 0rem;
		text-align: center;
		background-color: #ff2b2a;
		background-image: linear-gradient(180deg, #ff2b2a 25%, #8c0607);
		color: #fff;
		font-size: 1.1rem;
		border-radius: 0.4rem;
		margin-bottom: 1rem;
	}

	.main>.btn-refresh.block {
		display: block;
	}

	.main .introduce {
		margin: 0rem 0 1rem 0rem;
	}

	.main .introduce p {
		position: relative;
		color: #fff;
		font-size: 1.1rem;
		text-align: center;
		line-height: 2.2rem;
	}

	.main .introduce p.tip {
		color: #ffc195;
		font-size: 0.7rem;
		line-height: 1rem;
	}

	.main .domains-box {
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
	}

	.main .domains-box .domains-group {
		flex: 1;
		margin-bottom: 1rem;
		overflow: hidden;
	}

	.main .domains-box .domains-group .title {
		position: relative;
		height: 3.2rem;
		line-height: 3.2rem;
		padding-left: 3.6rem;
		margin-bottom: 0.8rem;
		font-size: 1.1rem;
		color: #fff;
		font-weight: 700;
		background-repeat: no-repeat;
	}

	.domains-group .domains-list {
		width: calc(100% + 1rem);
		overflow: auto;
	}

	.domains-group.desktop .domains-list {
		/* max-height: 170px; */
	}

	.domains-group.mobile .domains-list {
		max-height: 306px;
	}

	.domains-group.desktop .title {
		background-image: url("../images/wangzhi.png");
		background-size: 2rem;
		background-position: 0.8rem 0.4rem;
	}

	.domains-group.mobile .title {
		background: url("../images/icon_native.png");
		background-size: 2rem;
		background-position: 0.3rem 0.3rem;
	}

	.domains-group.desktop .btn-refresh {
		display: none;
		position: absolute;
		right: 0;
		width: 166px;
		height: 42px;
		background: url("../images/btn_refresh.png") no-repeat;
	}

	.domains-group.desktop .btn-refresh:hover {
		background-position: 0 -42px;
	}

	.domains-group.mobile .btn-hijack {
		position: absolute;
		width: 7.4rem;
		height: 2.5rem;
		right: 0rem;
		top: 0rem;
		z-index: 2;
		background: url("../images/hijack.png") no-repeat;
		background-size: cover;
	}

	.domains-list .domains {
		padding: 0rem 1rem 0 0;
		margin-bottom: 0.6rem;
	}

	.domains-list .domains .line-wrap {
		height: 2.5rem;
		line-height: 2.5rem;
		overflow: hidden;
	}

	.line-wrap>.speed,
	.line-wrap>.site,
	.line-wrap>.site-link {
		position: relative;
		display: block;
		float: left;
		box-sizing: border-box;
		text-align: center;
		color: #fff;
		height: 2.5rem;
		line-height: 2.5rem;
	}

	.line-wrap>.speed,
	.line-wrap>.site-link {
		width: 20%;
	}

	.line-wrap>.speed,
	.line-wrap>.site {
		background: #eff2ff;
	}

	.line-wrap>.speed {
		width: 14%;
		color: #fc7194;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.line-wrap>.site {
		width: 66%;
		color: #333;
		text-align: left;
		text-indent: 1rem;
	}

	.line-wrap>.site::before {
		content: ' ';
		position: absolute;
		height: 2.5rem;
		width: 1px;
		left: 0rem;
		top: 0rem;
		background: #bbb;
	}

	.line-wrap>.site-link {
		float: right;
		text-align: center;
		color: #fff;
		height: 2.5rem;
		line-height: 2.5rem;
		background-color: #ff5b5b;
	}

	.copyright {
		display: none;
	}

	.hijack-tips {
		display: none;
		font-size: 12px;
		padding: 0px 24px;
		line-height: 22px;
		color: #d7d6d6;
	}

	.hijack-tips p.danger {
		color: #f4351b;
		font-weight: 700;
	}


	.footer {
		display: none;
		position: absolute;
		bottom: 0px;
		width: 100%;
		padding: 16px 0px;
		font-weight: 400;
		color: #fff;
		text-align: center;
	}
	.bottom-prompt {
		position: fixed;
		bottom: 1rem;
		padding: 0 1rem;
		z-index: 11;

	}

	.bottom-prompt img {
		width: 100%;
	}

	.bottom-prompt {
		display: none;
	}

	.app-ios,
	.app-android {
		display: none;
	}

	.bottom-prompt .close {
		position: absolute;
		color: #fff;
		right: 2rem;
		transform: rotate(45deg);
		font-size: 2.4rem;
		top: 0.5rem;
	}

	.bottom-prompt .btn-close {
		display: inline-block;
		position: absolute;
		right: 1rem;
		top: 0;
		width: 2.4rem;
		height: 2.4rem;
		background: url("../images/domain-close.png") no-repeat;
		background-size: contain;
		background-size: 30%;
		background-position: center;
	}

}