body {
	overflow-x: hidden;
	font-family: "PingFang SC", "微软雅黑", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiti, "华文细黑", sans-serif;
	font-weight: 300;
}

button, html, input, select, textarea {
	font-family: "PingFang SC", "微软雅黑", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiti, "华文细黑", sans-serif;
	font-weight: 300;
}

button {
	outline: none;
	cursor: pointer;
}

a, a:active, a:hover {
	cursor: pointer;
	outline: none;
	text-decoration: none;
	color: inherit;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: transparent;
}

.blur {
	filter: blur(5px);
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.header {
	position: absolute;
	top: 0;
	height: 120px;
	width: 100%;
	padding: 20px;
}

.header .logo-bar {
	left: 20px;
	position: absolute;
}

.header .logo-bar img {
	width: 120px;
}

.header .login-bar {
	right: 50px;
	position: absolute;
}

.header .login-bar button {
	background-color: transparent;
	height: 38px;
	font-size: 18px;
	transform: scale(.85);
	font-weight: 300;
	border: none;
	width: 100px;
}

.header .login-bar .login {
}

.header .login-bar .register {
}

.header .title {
	text-align: center;
	font-size: 42px;
	padding: 40px;
	font-weight: 300;
}

.body {
	top: 20%;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
}

.body .title-1 {
	font-size: 52px;
	font-weight: 300;
	position: absolute;
	top: 20%;
	width: 100%;
}

.body .title-2 {
	font-size: 24px;
	font-weight: 300;
	position: absolute;
	top: 20%;
	width: 100%;
	padding-top: 72px;
}

.body .drivers {
	position: absolute;
	bottom: 52%;
	width: 100%;
}

.body .drivers img {
	width: 80%;
}

.body .title-3 {
	font-size: 16px;
	font-weight: 300;
	position: absolute;
	top: 46%;
	width: 100%;
}

.body .grid-container {
	position: absolute;
	width: 100%;
	color: #363C44;
}

.body .grid-container-row {
	padding: 0 120px;
}

.body .grid-container .card {
	width: 230px;
	max-height: 220px;
	min-height: 204px;
	height: 210px;
	margin: 0 auto;
}

.body .grid-container .grid {
	background-color: #FFCF27;
	padding: 8px;
	border-radius: 5px;
}

.body .grid-container .grid.image {
	background-color: transparent;
}

.body .grid-container .grid.image img {
	width: 100%;
	height: 100%;
}

.body .grid-container .grid .content {
	text-align: left;
	height: auto;
}

.body .grid-container .grid .content.a {
	font-size: 24px;
	font-weight: 400;
}

.body .grid-container .grid .content.b {
	font-size: 19px;
	font-weight: 500;
	height: 80px;
}

.body .grid-container .grid .content.c {
	font-size: 14px;
	font-weight: 800;
	height: 43px;
}

.body .grid-container .grid .content.d {
	font-size: 12px;
	font-weight: 300;
}

.body .grid-container .grid .content.d p {
	padding: 0;
	font-size: 12px;
	font-weight: 400;
	transform: scale(.85);
	margin: 0 0 0 -18px;
	width: 113%;
}

.body.slider {
	top: 14%;
}

.body .slide-image {
	height: 100%;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.body .slide-image img {
	width: 85%;
	height: 65%;
}

.body .slide-image #chart {
	width: calc(88%);
	height: 65%;
}

.body .slide-image div {
	color: #ffffff;
	width: 85%;
	margin: 0 auto;
	font-size: 12px;
}

.body .bundle-container {
	position: relative;
	min-width: 1000px;
	/*max-width: 1200px;*/
	top: 5%;
	box-sizing: border-box;
}

.body .bundle-container ul {
	margin: 0 auto;
	/*width: 1308px;*/
	width: 90%;
	box-sizing: border-box;
}

.body .bundle-container ul li {
	z-index: 10;
	position: relative;
	float: left;
	width: 18%;
	height: 400px;
	background-color: transparent;
	border: none;
	padding: 1px;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	transition: all .5s ease-out;
}

.body .bundle-container .bundle {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 6px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

.body .bundle-container .bundle .content {
	width: 100%;
	height: calc(100% - 104px);
}

.body .bundle-container li.active .bundle .content {
	height: calc(100% - 128px);
}

.body .bundle-container .bundle.red {
	border-color: #FF637D;
}

.body .bundle-container .bundle.green {
	border-color: #63D8C0;
}

.body .bundle-container .bundle.blue {
	border-color: #67A5EE;
}

.body .bundle-container .bundle.purple {
	border-color: #B173E7;
}

.body .bundle-container .bundle.brown {
	border-color: #C49C79;
}

.body .bundle-container .bundle .title {
	height: 54px;
	line-height: 54px;
	border-bottom: solid 2px;
	font-size: 18px;
	font-weight: 400;
}

.body .bundle-container li.active .bundle .title {
	height: 64px;
	line-height: 64px;
	font-size: 22px;
	font-weight: 500;
}

.body .bundle-container .bundle.red .title {
	border-color: #FF637D;
	color: #FF637D;
}

.body .bundle-container .bundle.green .title {
	border-color: #63D8C0;
	color: #63D8C0;
}

.body .bundle-container .bundle.blue .title {
	border-color: #67A5EE;
	color: #67A5EE;
}

.body .bundle-container .bundle.purple .title {
	border-color: #B173E7;
	color: #B173E7;
}

.body .bundle-container .bundle.brown .title {
	border-color: #C49C79;
	color: #C49C79;
}

.body .bundle-container li.active {
	width: 24%;
	height: 480px;
	transition: all .5s ease-out;
	padding: 5px;
}

.body .bundle-container li.active .bundle {
	top: -44px;
}

.body .bundle-container .bundle .content img {
	margin: 0 auto;
	position: relative;
	padding-top: 25%;
	width: 58%;
	transition: all .5s ease-out;
}

.body .bundle-container li.active .bundle .content img {
	padding-top: 8%;
	width: 40%;
	transition: all .5s ease-out;
}

.body .bundle-container li.active .bundle .content .view {
	text-align: left;
	padding-bottom: 10px;
	display: none;
}

.body .bundle-container .bundle .content .view button {
	display: none;
}

.body .bundle-container li.active .bundle .content .view button {
	display: block;
	width: 100px;
	height: 30px;
	background: transparent;
	border: solid 1px;
	border-radius: 8px;
	font-size: 14px;
}

.body .bundle-container .bundle .content .info {
	opacity: 0;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	bottom: -20px;
	left: 5%;
	right: 5%;
	position: absolute;
}

.body .bundle-container li.active .bundle .content .info {
	opacity: 1;
	transition: all .8s cubic-bezier(0.4, 0, 1, 1);
	bottom: 80px;
}

.body .bundle-container .bundle.red .view button {
	border-color: #FF637D;
	color: #FF637D;
}

.body .bundle-container .bundle.green .view button {
	border-color: #63D8C0;
	color: #63D8C0;
}

.body .bundle-container .bundle.blue .view button {
	border-color: #67A5EE;
	color: #67A5EE;
}

.body .bundle-container .bundle.purple .view button {
	border-color: #B173E7;
	color: #B173E7;
}

.body .bundle-container .bundle.brown .view button {
	border-color: #C49C79;
	color: #C49C79;
}

.body .bundle-container .bundle .content .info .row {
	padding: 0;
	margin: 0;
	font-size: 14px;
	display: flex;
}

.body .bundle-container .bundle .content .info .row span {
	padding: 3px 0;
	white-space: nowrap;
}

.body .bundle-container .bundle .content .info .row .l {
	flex: 4;
	text-align: left;
}

.body .bundle-container .bundle .content .info .row .r {
	flex: 1;
	text-align: right;
}

.body .bundle-container .bundle .foot {
	bottom: 0;
	position: absolute;
	height: 50px;
	width: 100%;
}

.body .bundle-container li.active .bundle .foot {
	height: 58px;
}

.body .bundle-container .bundle .foot button {
	width: 96%;
	height: 100%;
	border: none;
	border-radius: 5px;
	color: #fff;
	margin: -5px 5px;
}

.body .bundle-container li.active .bundle .foot button {
	height: 58px;
}

.body .bundle-container .bundle.red .foot button {
	background: #FF637D;
}

.body .bundle-container .bundle.green .foot button {
	background: #63D8C0;
}

.body .bundle-container .bundle.blue .foot button {
	background: #67A5EE;
}

.body .bundle-container .bundle.purple .foot button {
	background: #B173E7;
}

.body .bundle-container .bundle.brown .foot button {
	background: #C49C79;
}

.footer {
	position: absolute;
	top: 86%;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.footer.white {
	color: #FFFFFF;
}

.footer button {
	border: solid 2px #343145;
	background-color: transparent;
	width: 140px;
	height: 48px;
	font-size: 14px;
	font-weight: 300;
	margin-top: 4px;
}

.footer.white button {
	border: solid 2px #FFFFFF;
	color: #FFFFFF;
}

.footer .browsers {
	display: flex;
	width: 45%;
	margin: 10px auto;
	height: 64px;
	border: 3px #4A90E2 solid;
	border-radius: 70px;
}

.footer .browsers .pc {
	flex: 1;
	display: flex;
	padding: 10px;
}

.footer .browsers .mac {
	flex: 1;
	display: flex;
	padding: 10px;
	border-left: 3px #4A90E2 solid;
}

.footer .browsers div {
	flex: 1;
}

.footer .browsers div img {
	width: 45px;
	height: 45px;
}

.footer .browsers div span {
	font-size: 30px;
}

.yellow-font {
	color: #FFCF27;
}

.white-font {
	color: #FFFFFF;
}

.last {
	padding: 150px 0;
}

.logo {
	width: 120px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	-webkit-mask: url(../images/union-share-logo.svg) no-repeat 100% 100%;
	mask: url(../images/union-share-logo.svg) no-repeat 100% 100%;
	background: #fff;
}

.last .logo img {
	width: 10%;
	background: rgba(255, 255, 255, 0.81);
}

.last .info {
	text-align: center;
	color: #ffffff;
	padding-top: 20px;
}

.last .bottom {
	color: #ffffff;
	position: absolute;
	width: 100%;
	bottom: 10%;
	font-size: 12px;
}

.last .bottom .contact {
	position: absolute;
	left: 80px;
}

.last .bottom .copyright {
	position: absolute;
	right: 80px;
}

md-sidenav {
	background-color: #343145;
	color: #ffffff;
}

md-sidenav .md-toolbar-tools {
	height: 60px;
}

md-sidenav .title-1 {
	font-size: 36px;
	font-weight: 500;
}

md-sidenav .title-2 {
	font-size: 12px;
}

md-sidenav.login {
	width: 400px;
	max-width: 400px;
}

md-sidenav.register {
	width: 680px;
	max-width: 680px;
}

md-sidenav.login button.login, md-sidenav.register button.register {
	background-color: #ffffff;
	width: 120px;
	height: 28px;
	font-size: 12px;
	border: solid 1px #343145;
	border-radius: 20px;
}

md-sidenav.register .code {
	margin: 16px 0 0 12px;
}

md-sidenav.register .code button {
	background-color: transparent;
	width: 100%;
	height: 28px;
	font-size: 12px;
	border: solid 1px #fff;
	color: #fff;
	border-radius: 20px;
}

md-sidenav.register .code button[disabled] {
	background-color: #9B9B9B;
}

md-sidenav.register .message {
	font-size: 14px;
	font-weight: 300;
	margin-top: 26px;
	color: #FF637D;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
	background-color: transparent;
}

md-input-container {
	margin: 12px 0 28px 0;
}

md-input-container label {
	color: #9B9B9B;
	font-size: 16px;
	text-align: left;
}

md-input-container:not(.md-input-invalid).md-input-focused label {
	color: #9B9B9B;
}

md-input-container:not(.md-input-invalid).md-input-has-value label {
	color: #9B9B9B;
}

md-input-container.md-default-theme .md-input, md-input-container .md-input {
	color: #9B9B9B;
	border-color: #9B9B9B;
	font-size: 16px;
	font-weight: 500;
}

md-input-container.md-default-theme .md-input, md-input-container.md-input-focused .md-input {
	color: #9B9B9B;
	border-color: #9B9B9B;
}

md-backdrop {
	transition: opacity .1s;
}

md-backdrop.md-opaque {
	opacity: .3;
	/*background: url(../images/backdrop.jpg) no-repeat;*/
	background: rgba(255, 255, 255, 0);
	background-size: 100% 100%;
}

md-backdrop.md-opaque.ng-enter {
	opacity: 0;
}

md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active {
	opacity: .18;
}

md-backdrop.md-opaque.ng-leave {
	opacity: .18;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
}

md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active {
	opacity: 0;
}

#fp-nav.right {
	right: 0;
}

.fp-controlArrow {
	opacity: .1;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #656565;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
	height: 4px;
	width: 4px;
	margin: -2px 0 0 -2px;
	border-radius: 100%;
	background: #9E9E9E;
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input, md-input-container:not(.md-input-invalid).md-input-resized .md-input {
	border-color: #9B9B9B;
}

md-input-container .md-errors-spacer {
	display: none;
}

.fp-controlArrow.fp-prev {
	left: 20px;
	width: 40px;
	height: 70px;
	border: 1px transparent;
	background: url(../images/preview-arrow-left.png) no-repeat;
}

.fp-controlArrow.fp-next {
	right: 20px;
	width: 40px;
	height: 70px;
	border: 1px transparent;
	background: url(../images/preview-arrow-right.png) no-repeat;
}

.forgot-pwd-text {
	margin-top: -40px;
	margin-left: 4px;
	font-size: 12px;
	color: #FF637D;
}

.login-button-bar {
	margin-top: 30px;
}

.forgot-pwd-container {
	width: 100%;
	height: 100%;
	background: #343145;
}

.forgot-pwd-container .logo {
	height: 60px;
	background: #FF637D;
}

.forgot-pwd-container md-input-container label,
.forgot-pwd-container md-input-container:not(.md-input-invalid).md-input-has-value label,
.forgot-pwd-container md-input-container:not(.md-input-invalid).md-input-focused label {
	color: #FF637D;
}

.forgot-pwd-container md-input-container.md-default-theme .md-input,
.forgot-pwd-container md-input-container .md-input,
.forgot-pwd-container md-input-container.md-default-theme .md-input,
.forgot-pwd-container md-input-container .md-input {
	border-color: #FF637D;
	color: #FF637D;
}

.forgot-pwd-container .body {
	top: 10%;
	height: 80%;
}

.forgot-pwd-container .info-panel {
	position: relative;
	margin: 0 auto;
	width: 60%;
	height: 60%;
}

.forgot-pwd-container .info-panel .title-1 {
	color: #ffffff;
}

.forgot-pwd-container .info-panel .input-panel {
	width: 60%;
	margin: 0 auto;
	top: 60px;
	position: relative;
}

.forgot-pwd-container .button-panel button {
	background-color: transparent;
	width: 200px;
	height: 28px;
	font-size: 12px;
	border: solid 1px #FF637D;
	color: #FF637D;
	border-radius: 20px;
	position: absolute;
	right: 0;
}

.forgot-pwd-container .message {
	color: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: 800;
}

.service {
	font-size: 14px;
}

.service a {
	color: #FF637D;
}

.service-container {
	width: calc(100% - 80px);
    overflow: hidden;
    background: #343145;
    color: #fff;
	padding: 40px;
	font-size: 12px;
}

.service-container p {
	line-height: 48px;
    padding: 0;
    margin: 0;
}

.service-container textarea {
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	font-size: 12px;
	border: none;
	background: #343145;
	color: #fff;
	padding: 40px;
}
