@font-face {font-family: "iconfont";
  src: url(../images/iconfont-a562ce7.eot); /* IE9 */
  src: url(../images/iconfont-a562ce7.eot#iefix) format('embedded-opentype'), 
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAOYAAsAAAAAB3QAAANMAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAqDAIJsATYCJAMICwYABCAFhG0HLxuRBsgOpUzBwABEoEBEPDyttfdn5gSXjJdIFG2QTUI9mlgnRBqtbkdDgbT/l5t9PNR1auqBrligE/DwwnRdr6JyFT+KRVZMz/3j3mlTfD5vuMwx+VMXYLw1oL0xalsXYIEE5j3GBtr9HCaAbglyKVbbe2mgqBmjAohzm4UBKqWhrskPFAVtycJC8QINVLpV3gLw7H8/fqE4KJBoMqNo67BtDBo/2swk1dKJpQ5cFHDHM4FbBjKwAhQQe6WWDaowskLFR4moJYN15SvAR9tE7XJW+8cDAaLJyO0FmEXOOXFt3qnmJoCCrTfAe6+3oUwmp6YyNyXjAXn0jpQiy76+9yLsE3pFMUmwS7BXrNoUDUu3jgpC2FKDLCduloybt4eiE3lBTpZpvP54LJPac1SvkVfkBElKndh565FFw1KhFkQxfunRQegce+RRxWVJIcuGDccgtfuwQO8U6wZFbXyVmwJsPPqP3t7N8TEhZ32Xb2zcIj+g96fT2pFp0w1x8Ytiu3xd9QjWJc30AGlFWXc+huze39e6KDrTv/sxOM2ZU/rHT++irv32yw7+vHPSGgnea9h1sT84ILy58tO1X/6d8PgXMvlp1mZlng8IjgsOaIc52yqmu4B7E9cZRI/4BQz1tRT6hcxUv7g3BVy3ipkz1A7NrnCeyVT3+iHTr8fQ2fv77F9TZbh/MDQC1FW+pnz7j34DHzEfB2YG1v6nfAtAVXuG8V11VaCdDbTvxBrgj3BblhSVb8jTtXGINVmecEkAWbxdzXAMe9HXNgZiU6B4LkKiEw8ZJRVd8LnQ4KsUmigN0C1Hx/IeoXgqitIFLFkFoBDkDCgFuAIqQW6j1fjnoBHhO2gFhQp8GCN0Q1/pYfNp4TFD8BgyzUM2M+dmLT3xCfKHsWXcyfBJvk8wYt5r86Oi/MJsvAO7MT/GFO9sSzEhLGJ5zoXa4TjsdHLIw3N2bCb5VkI81QUFbNmZ8s2cC3y04GEMAhuDmMyD2Jhx3Fi3MuGT+/wwzGKcE4OvQVQYjTCel619pEi+whboDom7FeJaTvGazaIYQbAQFo/jgrSDCXOaEQ7iKe9nh5kR+aw9Qh7VCkg5tq0kf36Z6+lWQTdDmcLskWmOeG7cAwA=') format('woff2'),
  url(../images/iconfont-accccb7.woff) format('woff'),
  url(../images/iconfont-f606805.ttf) format('truetype'), 
  url(../images/iconfont-fdfa555.svg#iconfont) format('svg'); /* iOS 4.1- */
}

/*.iconfont*/
[class^="el-icon-uams"], [class*=" el-icon-uams"]{
  font-family: "iconfont" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-icon-uams-group:before {
  content: "\e645";
}


html, body, #app, .el-container {
    /*设置内部填充为0，几个布局元素之间没有间距*/
    padding: 0px;
    /*外部间距也是如此设置*/
    margin: 0px;
    /*统一设置高度为100%*/
    height: 100%;
    width: 100%;
}
.organization-new-view .organization-new-view-container{
    background: url(../images/SignBg-152b5c2.png) no-repeat;
}
.invitation-view-container .invitation-view-header{
    height: 187px;
	background:url(../images/invite-title-b7103e4.png) no-repeat;
}

.uams-sign-page[data-v-2be28dfa]{
	width: 100%;
	height: 100%;
}
.uams-sign-page.page-bg[data-v-2be28dfa]{
	background: url(../images/sign-bg-dea1546.png) no-repeat center;
    background-size: cover;
	min-width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width: 1920px){
.uams-sign-page.page-bg[data-v-2be28dfa]{
		min-height: 720px;
}
}
@media only screen and (min-width: 1440px) and (max-width: 1919px){
.uams-sign-page.page-bg[data-v-2be28dfa]{
		min-height: 550px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1439px){
.uams-sign-page.page-bg[data-v-2be28dfa]{
		min-height: 550px;
}
}
@media only screen and (min-width: 834px) and (max-width: 1023px){
.uams-sign-page.page-bg[data-v-2be28dfa]{
		min-height: 520px;
}
}
@media only screen and (min-width: 600px) and (max-width: 833px){
.uams-sign-page.page-bg[data-v-2be28dfa]{
		min-height: 520px;
}
}
@media only screen and (max-width: 599px){
.uams-sign-page.page-bg[data-v-2be28dfa]{
		min-height: 500px;
}
}


html, body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}


.we-chat-sign-container[data-v-6c2a49a8]{
	width: 100%;
	height: auto;
}
.we-chat-sign-view-container[data-v-6c2a49a8]{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.title[data-v-6c2a49a8]{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	color: #111E36;
}
.title .wechat-icon[data-v-6c2a49a8]{
	display: inline-block;
	background: url(../images/wechat-icon-0157591.png) no-repeat center;
    background-size: cover;
}
.we-chat-sign-tip[data-v-6c2a49a8]{
	position: absolute;
	text-align: center;
	color: red;
    user-select: none;
	width: 100%;
}
.qr-code-container[data-v-6c2a49a8]{
	margin: 0 auto;
}
.qr-code-container > img[data-v-6c2a49a8]{
	width: 100%;
	height: 100%;
}
.step-tip-container[data-v-6c2a49a8]{
	width: 100%;
	height: auto;
	font-weight: 400;
	color: #5D697A;
	text-align: center;
	user-select: none;
}
@media (min-width: 1920px){
.we-chat-sign-view-container[data-v-6c2a49a8]{
		width: 320px;
}
.title[data-v-6c2a49a8]{
		margin-bottom: 40px;
		font-size: 24px;
		line-height: 33px;
}
.title .wechat-icon[data-v-6c2a49a8]{
		width: 30px;
		height: 30px;
		margin-right: 12px;
}
.we-chat-sign-tip[data-v-6c2a49a8]{
		height: 30px;
		top: 40px;
		font-size: 14px;
		line-height: 30px;
}
.qr-code-container[data-v-6c2a49a8]{
		width: 208px;
		height: 208px;
}
.step-tip-container[data-v-6c2a49a8]{
		font-size: 14px;
		line-height: 20px;
		margin-top: 16px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1919px){
.we-chat-sign-view-container[data-v-6c2a49a8]{
		width: 250px;
}
.title[data-v-6c2a49a8]{
		margin-bottom: 25px;
		font-size: 18px;
		line-height: 25px;
}
.title .wechat-icon[data-v-6c2a49a8]{
		width: 22px;
		height: 22px;
		margin-right: 10px;
}
.we-chat-sign-tip[data-v-6c2a49a8]{
		height: 20px;
		top: 25px;
		font-size: 12px;
		line-height: 20px;
}
.qr-code-container[data-v-6c2a49a8]{
		width: 156px;
		height: 156px;
}
.step-tip-container[data-v-6c2a49a8]{
		font-size: 12px;
		line-height: 16px;
		margin-top: 12px;
}
}
@media only screen and (min-width: 600px) and (max-width: 1023px){
.we-chat-sign-view-container[data-v-6c2a49a8]{
		width: 250px;
}
.title[data-v-6c2a49a8]{
		margin-bottom: 25px;
		font-size: 18px;
		line-height: 25px;
}
.title .wechat-icon[data-v-6c2a49a8]{
		width: 22px;
		height: 22px;
		margin-right: 10px;
}
.we-chat-sign-tip[data-v-6c2a49a8]{
		height: 20px;
		top: 25px;
		font-size: 12px;
		line-height: 20px;
}
.qr-code-container[data-v-6c2a49a8]{
		width: 156px;
		height: 156px;
}
.step-tip-container[data-v-6c2a49a8]{
		font-size: 12px;
		line-height: 18px;
		margin-top: 12px;
}
}
@media only screen and (max-width: 599px){
.we-chat-sign-view-container[data-v-6c2a49a8]{
		width: 204px;
}
.title[data-v-6c2a49a8]{
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 22px;
}
.title .wechat-icon[data-v-6c2a49a8]{
		width: 18px;
		height: 18px;
		margin-right: 6px;
}
.we-chat-sign-tip[data-v-6c2a49a8]{
		height: 20px;
		top: 22px;
		font-size: 12px;
		line-height: 20px;
}
.qr-code-container[data-v-6c2a49a8]{
		width: 130px;
		height: 130px;
}
.step-tip-container[data-v-6c2a49a8]{
		font-size: 12px;
		line-height: 18px;
		margin-top: 12px;
}
}


.mobile-check-container[data-v-60380851] {
	width: 100%;
	height: auto;
}
.mobile-check-container .mobile-check-content[data-v-60380851] {
	height: auto;
	margin: 0 auto;
}
.mobile-check-content .shu[data-v-60380851] {
	position: absolute;
	z-index: 1000;
	background-color: #69768a;
}
.mobile-check-content-container .title[data-v-60380851] {
	font-weight: 500;
	color: #111e36;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mobile-check-content-container .title.bind-phone .return-icon[data-v-60380851] {
	display: inline-block;
	width: 16px;
	height: 9px;
	margin-right: 12px;
	background: url(../images/return-2d0df61.png) no-repeat center;
	background-size: cover;
	cursor: pointer;
}
.mobile-check-content .input-item-container[data-v-60380851] {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.input-item-container.valicode[data-v-60380851] {
	justify-content: flex-start;
}
.input-item-container.captcha[data-v-60380851] {
	justify-content: flex-start;
}
.mobile-check-content .input-item-container.mobile .prepend[data-v-60380851] {
	position: absolute;
	left: 0px;
	z-index: 1;
	user-select: none;
	font-weight: 400;
	color: #69768a;
}
.mobile-check-content .input-item-container.captcha .captcha-image-container[data-v-60380851] {
	position: absolute;
	right: 0px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 2px;
	background: rgba(105, 118, 138, 0.11);
	padding: 0;
}
.mobile-check-content .input-item-container.captcha .captcha-image-container[data-v-60380851]:hover {
	background: rgba(105, 118, 138, 0.2);
}
.mobile-check-content .input-item-container.captcha .captcha-image[data-v-60380851] {
	height: 100%;
	width: auto;
	display: block;
}
.mobile-check-content .input-item-container.valicode .valicode-button[data-v-60380851] {
	position: absolute;
	right: 0px;
	font-weight: 400;
	color: #0080ff;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(105, 118, 138, 0.11);
	cursor: pointer;
	border-radius: 2px;
}
.mobile-check-content .input-item-container.valicode .valicode-button[data-v-60380851]:hover {
	background: rgba(105, 118, 138, 0.2);
}
.mobile-check-content .input-item-container.valicode .valicode-button.disabled[data-v-60380851],
.mobile-check-content .input-item-container.valicode .valicode-button.time[data-v-60380851] {
	cursor: not-allowed;
	background: rgba(105, 118, 138, 0.11);
	color: #c0c4cc;
}
.mobile-check-content
	.input-item-container.valicode
	.valicode-button.disabled[data-v-60380851]:hover,
.mobile-check-content
	.input-item-container.valicode
	.valicode-button.time[data-v-60380851]:hover {
	background: rgba(105, 118, 138, 0.11);
}
[data-v-60380851] .input-item-container .el-input,[data-v-60380851] .input-item-container input {
	height: 100%;
	border-color: #eff1f3;
}
[data-v-60380851] .input-item-container .el-input:hover,[data-v-60380851] .input-item-container input:hover {
	border-color: #c0c4cc;
}
[data-v-60380851] .input-item-container .el-input:focus,[data-v-60380851] .input-item-container input:focus {
	border-color: #c0c4cc;
}
.mobile-check-content .sign-button[data-v-60380851] {
	cursor: pointer;
	width: 100%;
	background: #0080ff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	color: #ffffff;
	position: relative;
}
.mobile-check-content .sign-button[data-v-60380851]:hover {
	background: #0a6fd3;
}
.mobile-check-content .sign-button.not-allow[data-v-60380851],
.mobile-check-content .sign-button.not-allow[data-v-60380851]:hover {
	background: #6c99c4;
}
.mobile-check-content .sign-button .tip-container[data-v-60380851] {
	position: absolute;
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	color: #e20909;
	pointer-events: none;
}
@media (min-width: 1920px) {
.mobile-check-container .mobile-check-content[data-v-60380851] {
		width: 320px;
}
.mobile-check-content-container .title[data-v-60380851] {
		font-size: 24px;
		line-height: 33px;
		padding-bottom: 42px;
}
.mobile-check-content .shu[data-v-60380851] {
		width: 1px;
		height: 12px;
		left: 62px;
}
.mobile-check-content .input-item-container[data-v-60380851] {
		height: 48px;
		margin-bottom: 32px;
}
.mobile-check-content .input-item-container.mobile .prepend[data-v-60380851] {
		font-size: 18px;
		padding: 0px 12px;
}
[data-v-60380851] .input-item-container.mobile .el-input input {
		padding-left: 75px;
		font-size: 18px;
}
[data-v-60380851] .input-item-container.valicode .el-input input {
		font-size: 18px;
}
[data-v-60380851] .input-item-container.valicode .el-input {
		width: calc(100% - 142px);
}
[data-v-60380851] .input-item-container.captcha .el-input {
		width: calc(100% - 142px);
}
.mobile-check-content .input-item-container.captcha .captcha-image-container[data-v-60380851] {
		width: auto;
		min-width: 90px;
}
.mobile-check-content .input-item-container.valicode .valicode-button[data-v-60380851] {
		font-size: 18px;
		width: 130px;
}
.mobile-check-content .sign-button[data-v-60380851] {
		height: 56px;
		box-shadow: 0px 4px 13px 0px rgba(0, 128, 255, 0.37);
		border-radius: 2px;
		font-size: 18px;
		margin-bottom: 32px;
}
.mobile-check-content .sign-button .tip-container[data-v-60380851] {
		top: -32px;
		height: 32px;
		line-height: 32px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
.mobile-check-container .mobile-check-content[data-v-60380851] {
		width: 250px;
}
.mobile-check-content-container .title[data-v-60380851] {
		font-size: 18px;
		line-height: 25px;
		padding-bottom: 32px;
}
.mobile-check-content .shu[data-v-60380851] {
		width: 1px;
		height: 9px;
		left: 47px;
}
.mobile-check-content .input-item-container[data-v-60380851] {
		height: 36px;
		margin-bottom: 24px;
}
.mobile-check-content .input-item-container.mobile .prepend[data-v-60380851] {
		font-size: 14px;
		padding: 0px 12px;
}
[data-v-60380851] .input-item-container.mobile .el-input input {
		padding-left: 57px;
		font-size: 14px;
}
[data-v-60380851] .input-item-container.valicode .el-input input {
		font-size: 14px;
}
[data-v-60380851] .input-item-container.valicode .el-input {
		width: 145px;
		margin-right: 8px;
}
[data-v-60380851] .input-item-container.captcha .el-input {
		width: 145px;
		margin-right: 8px;
}
.mobile-check-content .input-item-container.captcha .captcha-image-container[data-v-60380851] {
		width: auto;
		min-width: 90px;
}
.mobile-check-content .input-item-container.valicode .valicode-button[data-v-60380851] {
		font-size: 14px;
		width: calc(100% - 153px);
}
.mobile-check-content .sign-button[data-v-60380851] {
		height: 42px;
		box-shadow: 0px 3px 10px 0px rgba(0, 128, 255, 0.37);
		border-radius: 2px;
		font-size: 14px;
		margin-bottom: 24px;
}
.mobile-check-content .sign-button .tip-container[data-v-60380851] {
		top: -24px;
		height: 24px;
		line-height: 24px;
}
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
.mobile-check-container .mobile-check-content[data-v-60380851] {
		width: 250px;
}
.mobile-check-content-container .title[data-v-60380851] {
		font-size: 18px;
		line-height: 25px;
		padding-bottom: 32px;
}
.mobile-check-content .shu[data-v-60380851] {
		width: 1px;
		height: 9px;
		left: 47px;
}
.mobile-check-content .input-item-container[data-v-60380851] {
		height: 36px;
		margin-bottom: 24px;
}
.mobile-check-content .input-item-container.mobile .prepend[data-v-60380851] {
		font-size: 14px;
		padding: 0px 10px;
}
[data-v-60380851] .input-item-container.mobile .el-input input {
		padding-left: 57px;
		font-size: 14px;
}
[data-v-60380851] .input-item-container.valicode .el-input input {
		font-size: 14px;
}
[data-v-60380851] .input-item-container.valicode .el-input {
		width: 102px;
		margin-right: 8px;
}
[data-v-60380851] .input-item-container.captcha .el-input {
		width: 102px;
		margin-right: 8px;
}
.mobile-check-content .input-item-container.captcha .captcha-image-container[data-v-60380851] {
		width: calc(100% - 110px);
}
.mobile-check-content .input-item-container.valicode .valicode-button[data-v-60380851] {
		font-size: 14px;
		width: calc(100% - 110px);
}
.mobile-check-content .sign-button[data-v-60380851] {
		height: 42px;
		box-shadow: 0px 3px 10px 0px rgba(0, 128, 255, 0.37);
		border-radius: 2px;
		font-size: 14px;
		margin-bottom: 24px;
}
.mobile-check-content .sign-button .tip-container[data-v-60380851] {
		top: -24px;
		height: 24px;
		line-height: 24px;
}
.mobile-check-container.phone
		.mobile-check-content
		.input-item-container.mobile
		.prepend[data-v-60380851],
	.mobile-check-content .input-item-container.valicode .valicode-button[data-v-60380851],[data-v-60380851] .input-item-container.mobile.phone .el-input input,[data-v-60380851] .input-item-container.valicode.phone .el-input input {
		font-size: 14px;
}
}
@media only screen and (max-width: 599px) {
.mobile-check-container .mobile-check-content[data-v-60380851] {
		width: 204px;
}
.mobile-check-content-container .title[data-v-60380851] {
		font-size: 16px;
		line-height: 22px;
		padding-bottom: 40px;
}
.mobile-check-content .shu[data-v-60380851] {
		width: 0.85px;
		height: 8px;
		left: 40px;
}
.mobile-check-content .input-item-container[data-v-60380851] {
		height: 32px;
		margin-bottom: 14px;
}
.mobile-check-content .input-item-container.valicode[data-v-60380851] {
		margin-bottom: 20px;
}
.mobile-check-content .input-item-container.mobile .prepend[data-v-60380851] {
		font-size: 12px;
		padding: 0px 10px;
}
[data-v-60380851] .input-item-container.mobile .el-input input {
		padding-left: 49px;
		font-size: 12px;
}
[data-v-60380851] .input-item-container.valicode .el-input input {
		font-size: 12px;
}
[data-v-60380851] .input-item-container.valicode .el-input {
		width: 102px;
		margin-right: 8px;
}
[data-v-60380851] .input-item-container.captcha .el-input {
		width: 102px;
		margin-right: 8px;
}
.mobile-check-content .input-item-container.captcha .captcha-image-container[data-v-60380851] {
		width: auto;
		min-width: 90px;
}
.mobile-check-content .input-item-container.valicode .valicode-button[data-v-60380851] {
		font-size: 12px;
		width: calc(100% - 110px);
}
.mobile-check-content .sign-button[data-v-60380851] {
		height: 36px;
		box-shadow: 0px 3px 9px 0px rgba(0, 128, 255, 0.37);
		border-radius: 1px;
		font-size: 14px;
		margin-bottom: 20px;
}
.mobile-check-content .sign-button .tip-container[data-v-60380851] {
		top: -20px;
		height: 20px;
		line-height: 20px;
}
}

/* 手机端适配 */
.mobile-check-container.phone[data-v-60380851] {
	width: 100%;
	height: auto;
}
.mobile-check-container.phone .mobile-check-content[data-v-60380851] {
	width: 100%;
	height: auto;
}
.mobile-check-container.phone .mobile-check-content-container .title[data-v-60380851] {
	font-size: 16px;
	line-height: 22px;
	padding: 22px 0px;
}
.mobile-check-container.phone .mobile-check-content .input-item-container[data-v-60380851] {
	height: 40px;
	width: calc(100% - 70px);
	max-width: 304px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.mobile-check-container.phone
	.mobile-check-content
	.input-item-container.valicode[data-v-60380851] {
	margin-bottom: 24px;
}
.mobile-check-container.phone
	.mobile-check-content
	.input-item-container.mobile
	.prepend[data-v-60380851] {
	font-size: 16px;
	padding: 0px 10px;
}
[data-v-60380851] .input-item-container.mobile.phone .shu {
	height: 16px;
	left: 50px;
	background: #69768a;
}
[data-v-60380851] .input-item-container.mobile.phone .el-input input {
	padding-left: 57px;
	font-size: 16px;
}
[data-v-60380851] .input-item-container.valicode.phone .el-input input {
	font-size: 16px;
}
[data-v-60380851] .input-item-container.valicode.phone .el-input {
	width: calc(100% - 110px);
	margin-right: 8px;
}
[data-v-60380851] .input-item-container.captcha.phone .el-input {
	width: calc(100% - 110px);
	margin-right: 8px;
}
.mobile-check-container.phone
	.mobile-check-content
	.input-item-container.captcha
	.captcha-image-container[data-v-60380851] {
	font-size: 14px;
	width: 130px;
	min-width: 90px;
}
.mobile-check-container.phone
	.mobile-check-content
	.input-item-container.valicode
	.valicode-button[data-v-60380851] {
	font-size: 14px;
	width: 95px;
}
.mobile-check-container.phone .mobile-check-content .sign-button[data-v-60380851] {
	width: calc(100% - 70px);
	max-width: 304px;
	height: 42px;
	box-shadow: 0px 3px 9px 0px rgba(0, 128, 255, 0.37);
	border-radius: 2px;
	font-size: 18px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.mobile-check-container.phone
	.mobile-check-content
	.sign-button
	.tip-container[data-v-60380851] {
	top: -22px;
	height: 20px;
	line-height: 20px;
}


.sign-view-container.web[data-v-fc786af8] {
	background: #ffffff;
}
.sign-view-container .sign-view[data-v-fc786af8] {
	width: 100%;
	height: 100%;
}
.sign-view-container .left-container[data-v-fc786af8] {
	background: url(../images/left-bg-9df2d7b.png) no-repeat center;
	background-size: cover;
}
.sign-view-container .left-container .logo[data-v-fc786af8] {
	background: url(../images/logo-f439327.png) no-repeat center;
	background-size: cover;
}
.sign-view-container .right-container[data-v-fc786af8] {
	position: relative;
}
.right-content[data-v-fc786af8] {
	width: 100%;
	height: auto;
}
.wechat-tip-container[data-v-fc786af8],
.mobile-tip-container[data-v-fc786af8] {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 400;
	color: #69768a;
}
.wechat-tip-container a[data-v-fc786af8],
.mobile-tip-container a[data-v-fc786af8] {
	color: #0994e1;
	cursor: pointer;
	outline: none;
	border: none;
	text-decoration: none;
}
.wechat-tip-container a[data-v-fc786af8]:hover,
.mobile-tip-container a[data-v-fc786af8]:hover {
	color: #0a6fd3;
}
.mobile-tip-container .check-agreement[data-v-fc786af8] {
	background: url(../images/agreement-check-50fe1fa.png) no-repeat center;
	background-size: cover;
	display: block;
	cursor: pointer;
}
.mobile-tip-container .check-agreement[data-v-fc786af8]:hover {
	background: url(../images/agreement-check-hover-bb73939.png) no-repeat center;
	background-size: cover;
}
.mobile-tip-container .check-agreement.selected[data-v-fc786af8] {
	background: url(../images/agreement-check-selected-5ea83d8.png) no-repeat center;
	background-size: cover;
}
.mobile-tip-container .check-agreement.selected[data-v-fc786af8]:hover {
	background: url(../images/agreement-check-selected-hover-5ea83d8.png) no-repeat center;
	background-size: cover;
}
.change-type-container[data-v-fc786af8] {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.change-type-container.wechat .mobile-button[data-v-fc786af8] {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	color: #ffffff;
	background: #0080ff;
	cursor: pointer;
}
.change-type-container.wechat .mobile-button[data-v-fc786af8]:hover {
	background: #0a6fd3;
}
.change-type-container.mobile[data-v-fc786af8] {
	position: absolute;
}
.change-type-container .title[data-v-fc786af8] {
	display: flex;
	justify-content: center;
	align-items: center;
}
.change-type-container .title>span[data-v-fc786af8] {
	display: block;
	font-weight: 400;
	color: #69768a;
}
.change-type-container .title .deliver[data-v-fc786af8] {
	background-color: rgba(24, 42, 78, 0.1);
}
.change-type-container .wechat-icon-container[data-v-fc786af8] {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.change-type-container .wechat-icon[data-v-fc786af8] {
	background: url(../images/wechat-icon-0157591.png) no-repeat center;
	background-size: cover;
	cursor: pointer;
}
.change-type-container .wechat-icon[data-v-fc786af8]:hover {
	background: url(../images/wechat-icon-hover-b81fb62.png) no-repeat center;
	background-size: cover;
}
@media (min-width: 1920px) {
.sign-view-container[data-v-fc786af8] {
		width: 1110px;
		height: 660px;
		box-shadow: 0px 7px 47px 0px rgba(0, 0, 0, 0.12);
		border-radius: 6px;
}
.sign-view-container .left-container[data-v-fc786af8],
	.sign-view-container .right-container[data-v-fc786af8] {
		width: 50%;
		height: 100%;
		float: left;
}
.sign-view-container .left-container .logo[data-v-fc786af8] {
		margin: 53px 0px 0px 53px;
		width: 130px;
		height: 38px;
}
.right-container[data-v-fc786af8] {
		position: relative;
}
.right-content.mobile[data-v-fc786af8],
	.right-content.wechat[data-v-fc786af8] {
		padding-top: 125px;
}
.wechat-tip-container[data-v-fc786af8],
	.mobile-tip-container[data-v-fc786af8] {
		font-size: 14px;
		line-height: 20px;
}
.wechat-tip-container[data-v-fc786af8] {
		position: absolute;
		bottom: 20px;
}
.mobile-tip-container[data-v-fc786af8] {
		position: absolute;
		bottom: 20px;
}
.mobile-tip-container .check-agreement[data-v-fc786af8] {
		width: 16px;
		height: 16px;
		margin-right: 8px;
}
.change-type-container.wechat .mobile-button[data-v-fc786af8] {
		width: 320px;
		height: 56px;
		box-shadow: 0px 4px 13px 0px rgba(0, 128, 255, 0.37);
		border-radius: 2px;
		font-size: 18px;
}
.change-type-container.mobile[data-v-fc786af8] {
		bottom: 58px;
		width: 320px;
		left: calc(50% - 160px);
}
.change-type-container.wechat[data-v-fc786af8] {
		margin-top: 34px;
}
.change-type-container .title .content[data-v-fc786af8] {
		font-size: 14px;
		line-height: 25px;
		padding: 0px 20px;
}
.change-type-container .title .deliver[data-v-fc786af8] {
		height: 2px;
		width: 92px;
}
.change-type-container .wechat-icon-container[data-v-fc786af8] {
		margin-top: 20px;
}
.change-type-container .wechat-icon[data-v-fc786af8] {
		width: 54px;
		height: 54px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1919px) {
.sign-view-container[data-v-fc786af8] {
		width: 836px;
		height: 496px;
		box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.12);
		border-radius: 5px;
}
.sign-view-container .left-container[data-v-fc786af8],
	.sign-view-container .right-container[data-v-fc786af8] {
		width: 50%;
		height: 100%;
		float: left;
}
.sign-view-container .left-container .logo[data-v-fc786af8] {
		margin: 40px 0px 0px 40px;
		width: 98px;
		height: 29px;
}
.right-container[data-v-fc786af8] {
		position: relative;
}
.right-content.mobile[data-v-fc786af8],
	.right-content.wechat[data-v-fc786af8] {
		padding-top: 95px;
}
.wechat-tip-container[data-v-fc786af8],
	.mobile-tip-container[data-v-fc786af8] {
		font-size: 14px;
		line-height: 18px;
}
.wechat-tip-container[data-v-fc786af8] {
		position: absolute;
		bottom: 15px;
}
.mobile-tip-container[data-v-fc786af8] {
		position: absolute;
		bottom: 15px;
}
.mobile-tip-container .check-agreement[data-v-fc786af8] {
		width: 12px;
		height: 12px;
		margin-right: 6px;
}
.change-type-container.wechat .mobile-button[data-v-fc786af8] {
		width: 240px;
		height: 42px;
		box-shadow: 0px 3px 10px 0px rgba(0, 128, 255, 0.37);
		border-radius: 2px;
		font-size: 14px;
}
.change-type-container.mobile[data-v-fc786af8] {
		bottom: 60px;
		width: 240px;
		left: calc(50% - 120px);
}
.change-type-container.wechat[data-v-fc786af8] {
		margin-top: 28px;
}
.change-type-container .title .content[data-v-fc786af8] {
		font-size: 12px;
		line-height: 20px;
		padding: 0px 10px;
}
.change-type-container .title .deliver[data-v-fc786af8] {
		height: 2px;
		width: 70px;
}
.change-type-container .wechat-icon-container[data-v-fc786af8] {
		margin-top: 15px;
}
.change-type-container .wechat-icon[data-v-fc786af8] {
		width: 40px;
		height: 40px;
}
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
.sign-view-container[data-v-fc786af8] {
		width: 405px;
		height: 496px;
		box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.12);
		border-radius: 5px;
}
.sign-view-container .left-container[data-v-fc786af8] {
		display: none;
}
.sign-view-container .right-container[data-v-fc786af8] {
		width: 100%;
		height: 100%;
		float: left;
}
.right-container[data-v-fc786af8] {
		position: relative;
}
.right-content.mobile[data-v-fc786af8],
	.right-content.wechat[data-v-fc786af8] {
		padding-top: 105px;
}
.wechat-tip-container[data-v-fc786af8],
	.mobile-tip-container[data-v-fc786af8] {
		font-size: 14px;
		line-height: 20px;
}
.wechat-tip-container[data-v-fc786af8] {
		position: absolute;
		bottom: 15px;
}
.mobile-tip-container[data-v-fc786af8] {
		position: absolute;
		bottom: 15px;
}
.mobile-tip-container .check-agreement[data-v-fc786af8] {
		width: 12px;
		height: 12px;
		margin-right: 6px;
}
.change-type-container.wechat .mobile-button[data-v-fc786af8] {
		width: 240px;
		height: 42px;
		background: #0080ff;
		box-shadow: 0px 3px 10px 0px rgba(0, 128, 255, 0.37);
		border-radius: 2px;
		font-size: 14px;
}
.change-type-container.mobile[data-v-fc786af8] {
		bottom: 60px;
		width: 240px;
		left: calc(50% - 120px);
}
.change-type-container.wechat[data-v-fc786af8] {
		margin-top: 28px;
}
.change-type-container .title .content[data-v-fc786af8] {
		font-size: 12px;
		line-height: 20px;
		padding: 0px 10px;
}
.change-type-container .title .deliver[data-v-fc786af8] {
		height: 2px;
		width: 70px;
}
.change-type-container .wechat-icon-container[data-v-fc786af8] {
		margin-top: 15px;
}
.change-type-container .wechat-icon[data-v-fc786af8] {
		width: 40px;
		height: 40px;
}
}
@media only screen and (max-width: 599px) {
.sign-view-container[data-v-fc786af8] {
		width: 290px;
		height: 376px;
		box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
		border-radius: 4px;
		position: absolute;
}
.sign-view-container .left-container[data-v-fc786af8] {
		display: none;
}
.sign-view-container .right-container[data-v-fc786af8] {
		width: 100%;
		height: 100%;
		float: left;
}
.right-container[data-v-fc786af8] {
		position: relative;
}
.right-content.mobile[data-v-fc786af8],
	.right-content.wechat[data-v-fc786af8] {
		padding-top: 45px;
}
.wechat-tip-container[data-v-fc786af8],
	.mobile-tip-container[data-v-fc786af8] {
		font-size: 10px;
		line-height: 14px;
}
.wechat-tip-container[data-v-fc786af8] {
		position: absolute;
		bottom: 12px;
}
.mobile-tip-container[data-v-fc786af8] {
		position: absolute;
		bottom: 12px;
}
.mobile-tip-container .check-agreement[data-v-fc786af8] {
		width: 12px;
		height: 12px;
		margin-right: 4px;
}
.change-type-container.wechat .mobile-button[data-v-fc786af8] {
		width: 204px;
		height: 36px;
		box-shadow: 0px 3px 9px 0px rgba(0, 128, 255, 0.37);
		border-radius: 1px;
		font-size: 12px;
}
.change-type-container.mobile[data-v-fc786af8] {
		bottom: 50px;
		width: 204px;
		left: calc(50% - 102px);
}
.change-type-container.wechat[data-v-fc786af8] {
		margin-top: 20px;
}
.change-type-container .title .content[data-v-fc786af8] {
		font-size: 12px;
		line-height: 16px;
		padding: 0px 5px;
}
.change-type-container .title .deliver[data-v-fc786af8] {
		height: 2px;
		width: 50px;
}
.change-type-container .wechat-icon-container[data-v-fc786af8] {
		margin-top: 12px;
}
.change-type-container .wechat-icon[data-v-fc786af8] {
		width: 28px;
		height: 28px;
}
}

/* 手机端样式 */
.sign-view-container.phone[data-v-fc786af8],
.sign-view-container.phone .sign-view[data-v-fc786af8] {
	width: 100%;
	height: 100%;
	position: static;
}
.sign-view-container.phone .sign-view .left-container[data-v-fc786af8] {
	display: none;
}
.sign-view-container.phone .sign-view .right-container[data-v-fc786af8] {
	width: 100%;
	height: auto;
}
.sign-view-container.phone .right-content[data-v-fc786af8] {
	width: 100%;
	height: auto;
	padding: 0px;
}
.sign-view-container.phone .phone-head-container[data-v-fc786af8] {
	width: 100%;
	height: 315px;
	background: url(../images/head-bg-phone-f6a463e.png) no-repeat center;
	background-size: cover;
	max-height: 38%;
}
.sign-view-container.phone .phone-head-container .logo[data-v-fc786af8] {
	width: 98px;
	height: 29px;
	background: url(../images/logo-f439327.png) no-repeat center;
	background-size: cover;
	position: relative;
	top: 70px;
	margin: 0 auto;
}
.sign-view-container.phone .sign-view .change-type-container[data-v-fc786af8] {
	display: none;
}
.sign-view-container.phone .footer-container[data-v-fc786af8] {
	margin-top: 30px;
	position: static;
}
.sign-view-container.phone .mobile-tip[data-v-fc786af8] {
	font-size: 14px;
}

