@media screen and (min-width:1200px) {
	.top-bg{
		background: #fff;
		position: sticky;
		top: 0;
	}
	.top-bg .top{
		display: flex;
		align-items: center;
		width: 1200px;
		margin: 0 auto;
	}
	.top-bg .top img{
		display: flex;
		width: 112px;
		height: 24px;
	}
	.top-bg .top .link{
		display: flex;
		flex: 1;
	}
	.top-bg .top .link a{
		display: flex;
		align-items: center;
		color: #999;
		font-size: 16px;
		margin-left: 120px;
		height: 64px;
		position: relative;
	}
	.top-bg .top .link img{
		display: flex;
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}
	.top-bg .top .link img:nth-child(2){
		display: none;
	}
	.top-bg .top .link i{
		display: flex;
		width: 12px;
		height: 3px;
		border-radius: 2px;
		position: absolute;
		bottom: 15px;
		margin-left: 10.5px;
		left: 50%;
		transform: translateX(-50%);
	}
	.top-bg .top .link .cursor i,.top-bg .top .link a:hover i{
		background: #5777FF;
	}
	.top-bg .top .link .cursor,.top-bg .top .link a:hover{
		color: #5777FF;
		font-weight: bold;
	}
	.top-bg .top .link .cursor img:nth-child(1),.top-bg .top .link a:hover img:nth-child(1){
		display: none;
	}
	.top-bg .top .link .cursor img:nth-child(2),.top-bg .top .link a:hover img:nth-child(2){
		display: flex;
	}
	.top-bg .top .login{
		display: flex;
		align-items: center;
		height: 64px;
		font-size: 16px;
		color: #5777FF;
	}
	.top-bg .top .login img{
		display: flex;
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}
	.main{
		height: calc(100vh - 64px);
		background: url('/images/ic5.png') no-repeat  center;
		background-size: 100% 100%;
	}
	.main .el-scrollbar{
		background: rgba(0, 0, 0, .4);
	}
	.main .title{
		padding-top: 300px;
		display: flex;
		justify-content: center;
		color: #fff;
		font-size: 60px;
		font-weight: bold;
	}
	.main .form{
		background: #fff;
		border-radius: 20px;
		width: 480px;
		margin: 0 auto;
		margin-top: 40px;
		padding: 0 20px;
		padding-bottom: 20px;
	}
	.main .form .nav{
		display: flex;
		justify-content: center;
	}
	.main .form .nav a{
		display: flex;
		height: 58px;
		align-items: center;
		margin: 0 20px;
		color: #666;
		font-size: 18px;
		position: relative;
	}
	.main .form .nav i{
		position: absolute;
		bottom: 12px;
		width: 12px;
		height: 3px;
		border-radius: 2px;
		left: 50%;
		transform: translateX(-50%);
	}
	.main .form .nav .cursor,.main .form .nav a:hover{
		color: #5777FF;
		font-weight: bold;
	}
	.main .form .nav .cursor i,.main .form .nav a:hover i{
		background: #5777FF;
	}
	.main .form .input{
		display: flex;
		align-items: center;
		position: relative;
	}
	.main .form .input span{
		color: #999999;
		margin-right: 10px;
		width: 56px;
		display: flex;
		justify-content: flex-end;
	}
	.main .form .input input{
		border: 1px solid #eee;
		border-radius: 8px;
		flex: 1;
		color: #333;
		height: 44px;
		padding: 0 15px;
	}
	.main .form .input-two{
		display: flex;
		justify-content: space-between;
		margin-top: 18px;
	}
	.main .form .input-two label{
		display: flex;
		align-items: center;
	}
	.main .form .input-two span{
		color: #999999;
		margin-right: 10px;
		width: 56px;
		display: flex;
		justify-content: flex-end;
	}
	.main .form .input-two input{
		border: 1px solid #eee;
		border-radius: 8px;
		width: 134px;
		color: #333;
		height: 44px;
		padding: 0 15px;
	}
	.main .form .an{
		background: #5777FF;
		color: #fff;
		display: flex;
		width: 140px;
		height: 46px;
		border-radius: 26px;
		align-items: center;
		font-size: 20px;
		margin: 0 auto;
		justify-content: center;
		margin-top: 30px;
	}
	.table{
		width: 1200px;
		margin: 0 auto;
		margin-top: 57px;
		border-radius: 20px;
		overflow: hidden;
		border-collapse: collapse;
	}
	.table thead tr{
		background: #5777FF;
	}
	.table thead span{
		color: #BECAFF;
		margin-right: 60px;
	}
	.table thead font{
		color: #fff;
		margin-left: 10px;
	}
	.table th{
		height: 64px;
		color: #fff;
		font-size: 16px;
		border-left: 1px solid #7892FF;
		border-right: 1px solid #7892FF;
	}
	.table tbody tr{
		background: #fff;
	}
	.table td{
		font-size: 16px;
		color: #666;
		line-height: 27px;
		height: 103px;
		text-align: center;
		border: 1px solid #F2F2F2;
		padding: 0 30px;
	}
	.country-bg{
		background: #fff;
		border-radius: 12px;
		width: 100%;
		top: 54px;
		box-shadow: 0px 2px 12px rgba(0,0,0,0.0800);
		position: absolute;
		z-index: 3;
		padding: 20px;
	}
	.country-bg .country-title{
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #666;
	}
	.country-bg .country-title img{
		display: flex;
		cursor: pointer;
		width: 12px;
		height: 12px;
	}
	.country-bg .country-tag{
		display: flex;
		font-size: 16px;
		color: #5777FF;
		align-items: center;
		margin-top: 18px;
	}
	.country-bg .country-tag i{
		background: #5777FF;
		margin-right: 6px;
		display: flex;
		width: 3px;
		height: 12px;
		border-radius: 2px;
	}
	.country-list{
		background: none!important;
		margin-top: 20px;
		margin-right: 36px;
	}
	.country-list .el-scrollbar__view{
		padding: 0!important;
	}
	.country-list .el-scrollbar__view{
		display: flex;
		flex-wrap: wrap;
	}
	.country-list .el-scrollbar__view p{
		width: 50%;
		line-height: 15px;
		cursor: pointer;
		color: #666;
		margin-top: 15px;
	}
	.country-list .el-scrollbar__view p:nth-child(-n+2){
		margin-top: 0;
	}
	.country-right {
		position: absolute;
		right: 20px;
		background: #5777FF!important;
		top: 52px;
		border-radius: 20px;
		padding: 5px 0;
		width: 36px;
		height: 180px;
	}
	.country-right a{
		display: flex;
		margin: 0 auto;
		color: #fff;
		width: 28px;
		font-size: 12px;
		display: flex;
		height: 28px;
		align-items: center;
		justify-content: center;
	}
	.country-right .cursor,.country-right a:hover{
		background: #fff;
		color: #5777FF;
		border-radius: 100%;
		height: 28px;
	}
	.country-right .el-scrollbar__view{
		padding: 0!important;
	}
	.bot{
		color: #fff;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.search{
		width: 100%;
		margin-top: 18px;
		position: relative;
	}
	.pc-hide{
		display: none;
	}
}
@media screen and (max-width:1199px) {
	.top-bg{
		background: #fff;
		position: sticky;
		top: 0;
	}
	.top-bg .top{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 .75rem;
	}
	.top-bg .top img{
		display: flex;
		width: 4.6rem;
		height: 1rem;
	}
	.top-bg .top .login{
		display: flex;
		align-items: center;
		height: 2.5rem;
		color: #5777FF;
	}
	.top-bg .top .login img{
		display: flex;
		width: .8rem;
		height: .8rem;
		margin-right: .2rem;
	}
	.main{
		height: calc(100vh - 2.5rem);
		background: url('/images/ic5.png') no-repeat -9.9rem 0;
		background-size: 54.85rem 100%;
	}
	.main .el-scrollbar{
		background: rgba(0, 0, 0, .4);
	}
	.main .title{
		display: flex;
		justify-content: center;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		padding-top: 2rem;
	}
	.main .form{
		background: #fff;
		border-radius: 1rem;
		margin: 0 .75rem;
		margin-top: 1.5rem;
		padding: 1rem;
	}
	.main .form .nav{
		display: flex;
		justify-content: space-around;
	}
	.main .form .nav a{
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #666;
		font-size: .8rem;
	}
	.main .form .nav i{
		width: .6rem;
		height: .15rem;
		border-radius: .1rem;
		display: flex;
		margin-top: .25rem;
	}
	.main .form .nav .cursor{
		color: #5777FF;
		font-weight: bold;
	}
	.main .form .nav .cursor i{
		background: #5777FF;
	}
	.main .form .input{
		display: flex;
		align-items: center;
		margin-top: .75rem;
		position: relative;
	}
	.main .form .input span{
		color: #999999;
		margin-right: 0.5rem;
		width: 2.8rem;
		display: flex;
		justify-content: flex-end;
	}
	.main .form .input input{
		border: 1px solid #eee;
		border-radius: .4rem;
		flex: 1;
		color: #333;
		height: 2.2rem;
		padding: 0 .75rem;
	}
	.main .form .input-two label{
		display: flex;
		align-items: center;
		margin-top: .75rem;
		position: relative;
		margin-top: 18px;
	}
	.main .form .input-two span{
		color: #999999;
		margin-right: 0.5rem;
		width: 2.8rem;
		display: flex;
		justify-content: flex-end;
	}
	.main .form .input-two input{
		border: 1px solid #eee;
		border-radius: .4rem;
		flex: 1;
		color: #333;
		height: 2.2rem;
		padding: 0 .75rem;
	}
	.main .form .an{
		background: #5777FF;
		color: #fff;
		display: flex;
		width: 7rem;
		height: 2.3rem;
		border-radius: 1.3rem;
		align-items: center;
		font-size: .9rem;
		margin: 0 auto;
		justify-content: center;
		margin-top: 1rem;
	}
	.table{
		margin: 0 .75rem;
		margin-top: .75rem;
		border-radius: 1rem;
		overflow: hidden;
		background: #fff;
	}
	.table .table-title{
		background: #5777FF;
		height: 2.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: .8rem;
	}
	.table .table-content{
		padding: 1rem;
	}
	.table .table-content .table-list{
		display: flex;
		margin-top: 1rem;
	}
	.table .table-content .table-list:nth-child(1){
		margin-top: 0;
	}
	.table .table-content .table-list span{
		display: flex;
		color: #999;
		width: 4.7rem;
	}
	.table .table-content .table-list p{
		color: #666;
	}
	.country-bg{
		background: #fff;
		border-radius: .6rem;
		width: 100%;
		top: 2.7rem;
		box-shadow: 0 .1rem .6rem rgba(0,0,0,0.08);
		position: absolute;
		z-index: 3;
		padding: 1rem;
	}
	.country-bg .country-title{
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #666;
	}
	.country-bg .country-title img{
		display: flex;
		width: .6rem;
		height: .6rem;
	}
	.country-bg .country-tag{
		display: flex;
		font-size: .8rem;
		color: #5777FF;
		align-items: center;
		margin-top: .9rem;
	}
	.country-bg .country-tag i{
		background: #5777FF;
		margin-right: .3rem;
		display: flex;
		width: .15rem;
		height: .6rem;
		border-radius: .1rem;
	}
	.country-list{
		background: none!important;
		margin-top: 1rem;
		margin-right: 1.8rem;
	}
	.country-list .el-scrollbar__view{
		padding: 0!important;
	}
	.country-list .el-scrollbar__view{
		display: flex;
		flex-wrap: wrap;
	}
	.country-list .el-scrollbar__view p{
		width: 50%;
		line-height: .75rem;
		cursor: pointer;
		color: #666;
		margin-top: .75rem;
	}
	.country-list .el-scrollbar__view p:nth-child(-n+2){
		margin-top: 0;
	}
	.country-right {
		position: absolute;
		right: 1rem;
		background: #5777FF!important;
		top: 2.6rem;
		border-radius: 1rem;
		padding: .25rem 0;
		width: 1.8rem;
		height: 9rem;
	}
	.country-right a{
		display: flex;
		margin: 0 auto;
		color: #fff;
		width: 1.4rem;
		font-size: .6rem;
		display: flex;
		height: 1.4rem;
		align-items: center;
		justify-content: center;
	}
	.country-right .cursor{
		background: #fff;
		color: #5777FF;
		border-radius: 100%;
		height: 1.4rem;
	}
	.country-right .el-scrollbar__view{
		padding: 0!important;
	}
	.search{
		width: 100%;
		margin-top: .9rem;
		position: relative;
	}
	.bot{
		color: #fff;
		padding: 1.5rem 0;
		display: flex;
		justify-content: center;
	}
	.wap-hide{
		display: none;
	}
}